]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/zh-CN.yml
81e318df34d28989ee5ff9533b32c6adbe04a04e
[rails.git] / vendor / plugins / rails-i18n / locale / zh-CN.yml
1 # Chinese (China) translations for Ruby on Rails 
2 # by tsechingho (http://github.com/tsechingho)
3
4 "zh-CN":
5   date:
6     formats:
7       default: "%Y-%m-%d"
8       short: "%b%d日"
9       long: "%Y年%b%d日"
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 ]
15   
16   time:
17     formats:
18       default: "%Y年%b%d日 %A %H:%M:%S %Z"
19       short: "%b%d日 %H:%M"
20       long: "%Y年%b%d日 %H:%M"
21     am: "上午"
22     pm: "下午"
23   
24   datetime:
25     distance_in_words:
26       half_a_minute: "半分钟"
27       less_than_x_seconds:
28         one: "不到一秒"
29         other: "不到 {{count}} 秒"
30       x_seconds:
31         one: "一秒"
32         other: "{{count}} 秒"
33       less_than_x_minutes:
34         one: "不到一分钟"
35         other: "不到 {{count}} 分钟"
36       x_minutes:
37         one: "一分钟"
38         other: "{{count}} 分钟"
39       about_x_hours:
40         one: "大约一小时"
41         other: "大约 {{count}} 小时"
42       x_days:
43         one: "一天"
44         other: "{{count}} 天"
45       about_x_months:
46         one: "大约一个月"
47         other: "大约 {{count}} 个月"
48       x_months:
49         one: "一个月"
50         other: "{{count}} 个月"
51       about_x_years:
52         one: "大约一年"
53         other: "大约 {{count}} 年"
54       over_x_years:
55         one: "一年多"
56         other: "{{count}} 年多"
57       almost_x_years:
58         one:   "接近一年"
59         other: "接近 {{count}} 年"
60     prompts:
61       year:   "年"
62       month:  "月"
63       day:    "日"
64       hour:   "时"
65       minute: "分"
66       second: "秒"
67   
68   number:
69     format:
70       separator: "."
71       delimiter: ","
72       precision: 3
73     currency:
74       format:
75         format: "%u %n"
76         unit: "CN¥"
77         separator: "."
78         delimiter: ","
79         precision: 2
80     percentage:
81       format:
82         delimiter: ""
83     precision:
84       format:
85         delimiter: ""
86     human:
87       format:
88         delimiter: ""
89         precision: 1
90       storage_units:
91         format: "%n %u"
92         units:
93           byte:
94             one: "Byte"
95             other: "Bytes"
96           kb: "KB"
97           mb: "MB"
98           gb: "GB"
99           tb: "TB"
100   
101   support:
102     array:
103       words_connector: ", "
104       two_words_connector: " 和 "
105       last_word_connector: ", 和 "
106     select:
107       prompt: "请选择"
108   
109   activerecord:
110     errors:
111       template: # ~ 2.3.5 backward compatible
112         header:
113           one: "有 1 个错误发生导致「{{model}}」无法被保存。"
114           other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
115         body: "如下字段出现错误:"
116       messages:
117         inclusion: "不包含于列表中"
118         exclusion: "是保留关键字"
119         invalid: "是无效的"
120         confirmation: "与确认值不匹配"
121         accepted: "必须是可被接受的"
122         empty: "不能留空"
123         blank: "不能为空字符"
124         too_long: "过长(最长为 {{count}} 个字符)"
125         too_short: "过短(最短为 {{count}} 个字符)"
126         wrong_length: "长度非法(必须为 {{count}} 个字符)"
127         taken: "已经被使用"
128         not_a_number: "不是数字"
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}}"
134         odd: "必须为单数"
135         even: "必须为双数"
136         record_invalid: "校验失败: {{errors}}"
137   
138   activemodel:
139     errors:
140       template:
141         header:
142           one: "有 1 个错误发生导致「{{model}}」无法被保存。"
143           other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
144         body: "如下字段出现错误:"
145   
146