1 # Chinese (China) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
10 day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
11 abbr_day_names: [日, 一, 二, 三, 四, 五, 六]
12 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
13 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
21 default: "%Y年%b%d日 %A %H:%M:%S %Z"
23 long: "%Y年%b%d日 %H:%M"
32 other: "不到 %{count} 秒"
38 other: "不到 %{count} 分钟"
44 other: "大约 %{count} 小时"
50 other: "大约 %{count} 个月"
56 other: "大约 %{count} 年"
62 other: "接近 %{count} 年"
77 strip_insignificant_zeros: false
86 strip_insignificant_zeros: false
98 strip_insignificant_zeros: false
112 # 10^-21 zepto, 10^-24 yocto
114 femto: "飞" # 10^-15 毫微微
115 pico: "漠" # 10^-12 微微
118 mili: "毫" # 10^-3 milli
126 thousand: "千" # 10^3 kilo
127 million: "百万" # 10^6 mega
128 billion: "十亿" # 10^9 giga
129 trillion: "兆" # 10^12 tera
130 quadrillion: "千兆" # 10^15 peta
131 # 10^18 exa, 10^21 zetta, 10^24 yotta
135 words_connector: ", "
136 two_words_connector: " 和 "
137 last_word_connector: ", 和 "
143 template: # ~ 2.3.5 backward compatible
145 one: "有 1 个错误发生导致「%{model}」无法被保存。"
146 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
149 format: "%{attribute} %{message}"
154 confirmation: "与确认值不匹配"
158 too_long: "过长(最长为 %{count} 个字符)"
159 too_short: "过短(最短为 %{count} 个字符)"
160 wrong_length: "长度非法(必须为 %{count} 个字符)"
162 not_an_integer: "必须是整数"
163 greater_than: "必须大于 %{count}"
164 greater_than_or_equal_to: "必须大于或等于 %{count}"
165 equal_to: "必须等于 %{count}"
166 less_than: "必须小于 %{count}"
167 less_than_or_equal_to: "必须小于或等于 %{count}"
171 record_invalid: "校验失败: %{errors}"
177 one: "有 1 个错误发生导致「%{model}」无法被保存。"
178 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
182 format: "%{attribute} %{message}"
187 confirmation: "与确认值不匹配"
191 too_long: "过长(最长为 %{count} 个字符)"
192 too_short: "过短(最短为 %{count} 个字符)"
193 wrong_length: "长度非法(必须为 %{count} 个字符)"
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}"