1 # Chinese (China) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
61 default: "%Y年%b%d日 %A %H:%M:%S %Z"
63 long: "%Y年%b%d日 %H:%M"
72 other: "不到 %{count} 秒"
78 other: "不到 %{count} 分钟"
84 other: "大约 %{count} 小时"
90 other: "大约 %{count} 个月"
96 other: "大约 %{count} 年"
102 other: "接近 %{count} 年"
117 strip_insignificant_zeros: false
126 strip_insignificant_zeros: false
138 strip_insignificant_zeros: false
152 # 10^-21 zepto, 10^-24 yocto
154 femto: "飞" # 10^-15 毫微微
155 pico: "漠" # 10^-12 微微
158 mili: "毫" # 10^-3 milli
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
175 words_connector: ", "
176 two_words_connector: " 和 "
177 last_word_connector: ", 和 "
183 template: # ~ 2.3.5 backward compatible
185 one: "有 1 个错误发生导致「%{model}」无法被保存。"
186 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
189 format: "%{attribute} %{message}"
194 confirmation: "与确认值不匹配"
198 too_long: "过长(最长为 %{count} 个字符)"
199 too_short: "过短(最短为 %{count} 个字符)"
200 wrong_length: "长度非法(必须为 %{count} 个字符)"
202 not_an_integer: "必须是整数"
203 greater_than: "必须大于 %{count}"
204 greater_than_or_equal_to: "必须大于或等于 %{count}"
205 equal_to: "必须等于 %{count}"
206 less_than: "必须小于 %{count}"
207 less_than_or_equal_to: "必须小于或等于 %{count}"
211 record_invalid: "校验失败: %{errors}"
217 one: "有 1 个错误发生导致「%{model}」无法被保存。"
218 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
222 format: "%{attribute} %{message}"
227 confirmation: "与确认值不匹配"
231 too_long: "过长(最长为 %{count} 个字符)"
232 too_short: "过短(最短为 %{count} 个字符)"
233 wrong_length: "长度非法(必须为 %{count} 个字符)"
235 not_an_integer: "必须是整数"
236 greater_than: "必须大于 %{count}"
237 greater_than_or_equal_to: "必须大于或等于 %{count}"
238 equal_to: "必须等于 %{count}"
239 less_than: "必须小于 %{count}"
240 less_than_or_equal_to: "必须小于或等于 %{count}"