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月]
14 order: [ :year, :month, :day ]
18 default: "%Y年%b%d日 %A %H:%M:%S %Z"
20 long: "%Y年%b%d日 %H:%M"
29 other: "不到 %{count} 秒"
35 other: "不到 %{count} 分钟"
41 other: "大约 %{count} 小时"
47 other: "大约 %{count} 个月"
53 other: "大约 %{count} 年"
59 other: "接近 %{count} 年"
103 words_connector: ", "
104 two_words_connector: " 和 "
105 last_word_connector: ", 和 "
111 template: # ~ 2.3.5 backward compatible
113 one: "有 1 个错误发生导致「%{model}」无法被保存。"
114 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
120 confirmation: "与确认值不匹配"
124 too_long: "过长(最长为 %{count} 个字符)"
125 too_short: "过短(最短为 %{count} 个字符)"
126 wrong_length: "长度非法(必须为 %{count} 个字符)"
129 greater_than: "必须大于 %{count}"
130 greater_than_or_equal_to: "必须大于或等于 %{count}"
131 equal_to: "必须等于 %{count}"
132 less_than: "必须小于 %{count}"
133 less_than_or_equal_to: "必须小于或等于 %{count}"
136 record_invalid: "校验失败: %{errors}"
142 one: "有 1 个错误发生导致「%{model}」无法被保存。"
143 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"