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
153 thousand: "千" # 10^3 kilo
154 million: "百万" # 10^6 mega
155 billion: "十亿" # 10^9 giga
156 trillion: "兆" # 10^12 tera
157 quadrillion: "千兆" # 10^15 peta
158 # 10^18 exa, 10^21 zetta, 10^24 yotta
162 words_connector: ", "
163 two_words_connector: " 和 "
164 last_word_connector: ", 和 "
169 format: "%{attribute} %{message}"
170 messages: &errors_messages
174 confirmation: "与确认值不匹配"
178 too_long: "过长(最长为 %{count} 个字符)"
179 too_short: "过短(最短为 %{count} 个字符)"
180 wrong_length: "长度非法(必须为 %{count} 个字符)"
182 not_an_integer: "必须是整数"
183 greater_than: "必须大于 %{count}"
184 greater_than_or_equal_to: "必须大于或等于 %{count}"
185 equal_to: "必须等于 %{count}"
186 less_than: "必须小于 %{count}"
187 less_than_or_equal_to: "必须小于或等于 %{count}"
191 record_invalid: "验证失败: %{errors}"
192 template: &errors_template
194 one: "有 1 个错误发生导致「%{model}」无法被保存。"
195 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
201 format: "%{attribute} %{message}"