]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/zh-CN.yml
bfe69e29a9100d79eb6fa57f0bbcaac2f251aead
[rails.git] / vendor / rails-locales / zh-CN.yml
1 # Chinese (China) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
3
4 zh-CN:
5   date:
6     formats:
7       default: "%Y-%m-%d"
8       short: "%b%d日"
9       long: "%Y年%b%d日"
10     day_names:
11       - 星期日
12       - 星期一
13       - 星期二
14       - 星期三
15       - 星期四
16       - 星期五
17       - 星期六
18     abbr_day_names:
19       - 日
20       - 一
21       - 二
22       - 三
23       - 四
24       - 五
25       - 六
26     month_names:
27       - ~
28       - 一月
29       - 二月
30       - 三月
31       - 四月
32       - 五月
33       - 六月
34       - 七月
35       - 八月
36       - 九月
37       - 十月
38       - 十一月
39       - 十二月
40     abbr_month_names:
41       - ~
42       - 1月
43       - 2月
44       - 3月
45       - 4月
46       - 5月
47       - 6月
48       - 7月
49       - 8月
50       - 9月
51       - 10月
52       - 11月
53       - 12月
54     order:
55       - :year
56       - :month
57       - :day
58
59   time:
60     formats:
61       default: "%Y年%b%d日 %A %H:%M:%S %Z"
62       short: "%b%d日 %H:%M"
63       long: "%Y年%b%d日 %H:%M"
64     am: "上午"
65     pm: "下午"
66
67   datetime:
68     distance_in_words:
69       half_a_minute: "半分钟"
70       less_than_x_seconds:
71         one: "不到一秒"
72         other: "不到 %{count} 秒"
73       x_seconds:
74         one: "一秒"
75         other: "%{count} 秒"
76       less_than_x_minutes:
77         one: "不到一分钟"
78         other: "不到 %{count} 分钟"
79       x_minutes:
80         one: "一分钟"
81         other: "%{count} 分钟"
82       about_x_hours:
83         one: "大约一小时"
84         other: "大约 %{count} 小时"
85       x_days:
86         one: "一天"
87         other: "%{count} 天"
88       about_x_months:
89         one: "大约一个月"
90         other: "大约 %{count} 个月"
91       x_months:
92         one: "一个月"
93         other: "%{count} 个月"
94       about_x_years:
95         one: "大约一年"
96         other: "大约 %{count} 年"
97       over_x_years:
98         one: "一年多"
99         other: "%{count} 年多"
100       almost_x_years:
101         one:   "接近一年"
102         other: "接近 %{count} 年"
103     prompts:
104       year:   "年"
105       month:  "月"
106       day:    "日"
107       hour:   "时"
108       minute: "分"
109       second: "秒"
110
111   number:
112     format:
113       separator: "."
114       delimiter: ","
115       precision: 3
116       significant: false
117       strip_insignificant_zeros: false
118     currency:
119       format:
120         format: "%u %n"
121         unit: "CN¥"
122         separator: "."
123         delimiter: ","
124         precision: 2
125         significant: false
126         strip_insignificant_zeros: false
127     percentage:
128       format:
129         delimiter: ""
130     precision:
131       format:
132         delimiter: ""
133     human:
134       format:
135         delimiter: ""
136         precision: 1
137         significant: false
138         strip_insignificant_zeros: false
139       storage_units:
140         format: "%n %u"
141         units:
142           byte:
143             one: "Byte"
144             other: "Bytes"
145           kb: "KB"
146           mb: "MB"
147           gb: "GB"
148           tb: "TB"
149       decimal_units:
150         format: "%n %u"
151         units:
152           # 10^-21 zepto, 10^-24 yocto
153           atto: "渺"  # 10^-18
154           femto: "飞" # 10^-15 毫微微
155           pico: "漠"  # 10^-12 微微
156           nano: "奈"  # 10^-9 毫微
157           micro: "微" # 10^-6
158           mili: "毫"  # 10^-3 milli
159           centi: "厘" # 10^-2
160           deci: "分"  # 10^-1
161           unit: ""
162           ten:
163             one: "十"
164             other: "十"  # 10^1
165           hundred: "百"  # 10^2
166           thousand: "千" # 10^3 kilo
167           million: "百万" # 10^6 mega
168           billion: "十亿" # 10^9 giga
169           trillion: "兆" # 10^12 tera
170           quadrillion: "千兆" # 10^15 peta
171           # 10^18 exa, 10^21 zetta, 10^24 yotta
172
173   support:
174     array:
175       words_connector: ", "
176       two_words_connector: " 和 "
177       last_word_connector: ", 和 "
178     select:
179       prompt: "请选择"
180
181   errors:
182     format: "%{attribute} %{message}"
183     messages: &errors_messages
184       inclusion: "不包含于列表中"
185       exclusion: "是保留关键字"
186       invalid: "是无效的"
187       confirmation: "与确认值不匹配"
188       accepted: "必须是可被接受的"
189       empty: "不能留空"
190       blank: "不能为空字符"
191       too_long: "过长(最长为 %{count} 个字符)"
192       too_short: "过短(最短为 %{count} 个字符)"
193       wrong_length: "长度非法(必须为 %{count} 个字符)"
194       not_a_number: "不是数字"
195       not_an_integer: "必须是整数"
196       greater_than: "必须大于 %{count}"
197       greater_than_or_equal_to: "必须大于或等于 %{count}"
198       equal_to: "必须等于 %{count}"
199       less_than: "必须小于 %{count}"
200       less_than_or_equal_to: "必须小于或等于 %{count}"
201       odd: "必须为单数"
202       even: "必须为双数"
203       taken: "已经被使用"
204       record_invalid: "验证失败: %{errors}"
205     template: &errors_template
206       header:
207         one: "有 1 个错误发生导致「%{model}」无法被保存。"
208         other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
209       body: "如下字段出现错误:"
210
211   activerecord:
212     errors:
213       full_messages:
214         format: "%{attribute} %{message}"
215       messages:
216         <<: *errors_messages
217       template:
218         <<: *errors_template
219
220   helpers:
221     select:
222       prompt: "请选择"
223     submit:
224       create: "新增%{model}"
225       update: "更新%{model}"
226       submit: "储存%{model}"