Skip to content

Commit 570c908

Browse files
committed
Merge pull request #10 from archonwang/master
Simplified Chinese added on 06/11/2012 for branch master
2 parents 5e85393 + 351373d commit 570c908

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

config/locales/zh.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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: [风险]

0 commit comments

Comments
 (0)