]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/zh-CN.yml
Correct top level key for Lower Sorbian.
[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     prompts:
58       year:   "年"
59       month:  "月"
60       day:    "日"
61       hour:   "时"
62       minute: "分"
63       second: "秒"
64   
65   number:
66     format:
67       separator: "."
68       delimiter: ","
69       precision: 3
70     currency:
71       format:
72         format: "%u %n"
73         unit: "CN¥"
74         separator: "."
75         delimiter: ","
76         precision: 2
77     percentage:
78       format:
79         delimiter: ""
80     precision:
81       format:
82         delimiter: ""
83     human:
84       format:
85         delimiter: ""
86         precision: 1
87       storage_units:
88         format: "%n %u"
89         units:
90           byte:
91             one: "Byte"
92             other: "Bytes"
93           kb: "KB"
94           mb: "MB"
95           gb: "GB"
96           tb: "TB"
97   
98   support:
99     array:
100       words_connector: ", "
101       two_words_connector: " 和 "
102       last_word_connector: ", 和 "
103   
104   activerecord:
105     errors:
106       template:
107         header: 
108           one: "有 1 个错误发生导致「{{model}}」无法被保存。"
109           other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
110         body: "如下字段出现错误:"
111       messages:
112         inclusion: "不包含于列表中"
113         exclusion: "是保留关键字"
114         invalid: "是无效的"
115         confirmation: "与确认值不匹配"
116         accepted: "必须是可被接受的"
117         empty: "不能留空"
118         blank: "不能为空字符"
119         too_long: "过长(最长为 {{count}} 个字符)"
120         too_short: "过短(最短为 {{count}} 个字符)"
121         wrong_length: "长度非法(必须为 {{count}} 个字符)"
122         taken: "已经被使用"
123         not_a_number: "不是数字"
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}}"
129         odd: "必须为单数"
130         even: "必须为双数"
131   
132
133