File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Simplified Chinese strings go here for Rails i18n
2
+ # Author: Steven.W
3
+ # Based on file: en.yml
4
+
5
+ zh :
6
+ field_hours_in_day : " 每日工时数"
7
+ field_days_in_week : " 每周工作天数"
8
+ field_weeks_in_month : " 每月工作周数"
9
+ field_months_in_year : " 每年工作月数"
10
+
11
+ field_char_for_day : " 日对应编码"
12
+ field_char_for_week : " 周对应编码"
13
+ field_char_for_month : " 月对应编码"
14
+ field_char_for_year : " 年对应编码"
15
+
16
+ char_for_hour : " h"
17
+ char_for_day : " d"
18
+ char_for_week : " w"
19
+ char_for_month : " m"
20
+ char_for_year : " y"
21
+
22
+ hours : " 小时"
23
+ hour : " 小时"
24
+ days : " 天"
25
+ day : " 天"
26
+ weeks : " 周"
27
+ week : " 周"
28
+ months : " 月"
29
+ month : " 月"
30
+ years : " 年"
31
+ year : " 年"
32
+
33
+ field_estimated_time : " 默认小时"
34
+ field_estimated_default : " 默认单位 %{unit}"
35
+ field_time_entry_hours : " 已用时"
36
+
37
+ label_settings_unit_default : " 默认时间单位"
38
+ label_estimated : " %{value} %{unit}"
39
+
40
+ label_calculated_spent_hours : 已用时
41
+ label_divergent_hours : 偏差时间
42
+ label_remaining_hours : 剩时
43
+ label_spent_hours : 已用时
44
+
45
+ label_calculated_spent_time : 已用时
46
+ label_divergent_time : 偏差时间
47
+ label_remaining_time : 剩时
48
+
49
+ label_warning_risk : [风险]
You can’t perform that action at this time.
0 commit comments