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}} 年"
100 words_connector: ", "
101 two_words_connector: " 和 "
102 last_word_connector: ", 和 "
108 one: "有 1 个错误发生导致「{{model}}」无法被保存。"
109 other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
115 confirmation: "与确认值不匹配"
119 too_long: "过长(最长为 {{count}} 个字符)"
120 too_short: "过短(最短为 {{count}} 个字符)"
121 wrong_length: "长度非法(必须为 {{count}} 个字符)"
124 greater_than: "必须大于 {{count}}"
125 greater_than_or_equal_to: "必须大于或等于 {{count}}"
126 equal_to: "必须等于 {{count}}"
127 less_than: "必须小于 {{count}}"
128 less_than_or_equal_to: "必须小于或等于 {{count}}"