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}} 年"
56 other: "{{count}} 年以上"
87 storage_units: [Bytes, KB, MB, GB, TB]
92 two_words_connector: " 和 "
93 last_word_connector: ", 和 "
99 one: "有 1 个错误发生导致「{{model}}」无法被保存。"
100 other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
106 confirmation: "与确认值不匹配"
110 too_long: "过长(最长为 {{count}} 个字符)"
111 too_short: "過短(最短为 {{count}} 个字符)"
112 wrong_length: "长度非法(必须为 {{count}} 个字符)"
115 greater_than: "必须大于 {{count}}"
116 greater_than_or_equal_to: "必须大于或等于 {{count}}"
117 equal_to: "必须等于 {{count}}"
118 less_than: "必须小于 {{count}}"
119 less_than_or_equal_to: "必须小于或等于 {{count}}"