]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/zh-TW.yml
Turn output_compression plugin into a library
[rails.git] / vendor / rails-locales / zh-TW.yml
1
2 # Chinese (Taiwan) translations for Ruby on Rails
3 # by tsechingho (http://github.com/tsechingho)
4
5 zh-TW:
6   date:
7     formats:
8       default: "%Y-%m-%d"
9       short: "%b%d日"
10       long: "%Y年%b%d日"
11     day_names:
12       - 星期日
13       - 星期一
14       - 星期二
15       - 星期三
16       - 星期四
17       - 星期五
18       - 星期六
19     abbr_day_names:
20       - 日
21       - 一
22       - 二
23       - 三
24       - 四
25       - 五
26       - 六
27     month_names:
28       - ~
29       - 一月
30       - 二月
31       - 三月
32       - 四月
33       - 五月
34       - 六月
35       - 七月
36       - 八月
37       - 九月
38       - 十月
39       - 十一月
40       - 十二月
41     abbr_month_names:
42       - ~
43       - 1月
44       - 2月
45       - 3月
46       - 4月
47       - 5月
48       - 6月
49       - 7月
50       - 8月
51       - 9月
52       - 10月
53       - 11月
54       - 12月
55     order:
56       - :year
57       - :month
58       - :day
59
60   time:
61     formats:
62       default: "%Y年%b%d日 %A %H:%M:%S %Z"
63       short: "%b%d日 %H:%M"
64       long: "%Y年%b%d日 %H:%M"
65     am: "上午"
66     pm: "下午"
67
68   datetime:
69     distance_in_words:
70       half_a_minute: "半分鐘"
71       less_than_x_seconds:
72         one: "不到一秒"
73         other: "不到 %{count} 秒"
74       x_seconds:
75         one: "一秒"
76         other: "%{count} 秒"
77       less_than_x_minutes:
78         one: "不到一分鐘"
79         other: "不到 %{count} 分鐘"
80       x_minutes:
81         one: "一分鐘"
82         other: "%{count} 分鐘"
83       about_x_hours:
84         one: "大約一小時"
85         other: "大約 %{count} 小時"
86       x_days:
87         one: "一天"
88         other: "%{count} 天"
89       about_x_months:
90         one: "大約一個月"
91         other: "大約 %{count} 個月"
92       x_months:
93         one: "一個月"
94         other: "%{count} 個月"
95       about_x_years:
96         one: "大約一年"
97         other: "大約 %{count} 年"
98       over_x_years:
99         one: "一年多"
100         other: "%{count} 年多"
101       almost_x_years:
102         one:   "接近一年"
103         other: "接近 %{count} 年"
104     prompts:
105       year:   "年"
106       month:  "月"
107       day:    "日"
108       hour:   "時"
109       minute: "分"
110       second: "秒"
111
112   number:
113     format:
114       separator: "."
115       delimiter: ","
116       precision: 3
117       significant: false
118       strip_insignificant_zeros: false
119     currency:
120       format:
121         format: "%u %n"
122         unit: "NT$"
123         separator: "."
124         delimiter: ","
125         precision: 2
126         significant: false
127         strip_insignificant_zeros: false
128     percentage:
129       format:
130         delimiter: ""
131     precision:
132       format:
133         delimiter: ""
134     human:
135       format:
136         delimiter: ""
137         precision: 1
138         significant: false
139         strip_insignificant_zeros: false
140       storage_units:
141         format: "%n %u"
142         units:
143           byte:
144             one: "Byte"
145             other: "Bytes"
146           kb: "KB"
147           mb: "MB"
148           gb: "GB"
149           tb: "TB"
150       decimal_units:
151         format: "%n %u"
152         units:
153           unit: ""
154           thousand: "千" # 10^3 kilo
155           million: "百萬" # 10^6 mega
156           billion: "十億" # 10^9 giga
157           trillion: "兆" # 10^12 tera
158           quadrillion: "千兆" # 10^15 peta
159           # 10^18 exa, 10^21 zetta, 10^24 yotta
160
161   support:
162     array:
163       words_connector: ", "
164       two_words_connector: " 和 "
165       last_word_connector: ", 和 "
166     select:
167       prompt: "請選擇"
168
169   errors:
170     format: "%{attribute} %{message}"
171     messages: &errors_messages
172       inclusion: "沒有包含在列表中"
173       exclusion: "是被保留的關鍵字"
174       invalid: "是無效的"
175       confirmation: "不符合確認值"
176       accepted: "必須是可被接受的"
177       empty: "不能留空"
178       blank: "不能是空白字元"
179       too_long: "過長(最長是 %{count} 個字)"
180       too_short: "過短(最短是 %{count} 個字)"
181       wrong_length: "字數錯誤(必須是 %{count} 個字)"
182       not_a_number: "不是數字"
183       not_an_integer: "必須是整數"
184       greater_than: "必須大於 %{count}"
185       greater_than_or_equal_to: "必須大於或等於 %{count}"
186       equal_to: "必須等於 %{count}"
187       less_than: "必須小於 %{count}"
188       less_than_or_equal_to: "必須小於或等於 %{count}"
189       odd: "必須是奇數"
190       even: "必須是偶數"
191       taken: "已經被使用"
192       record_invalid: "校驗失敗: %{errors}"
193     template: &errors_template
194       header:
195         one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
196         other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
197       body: "以下欄位發生問題:"
198   
199   activerecord:
200     errors:
201       messages:
202         <<: *errors_messages
203       template:
204         <<: *errors_template
205       full_messages:
206         format: "%{attribute} %{message}"
207
208   helpers:
209     select:
210       prompt: "請選擇"
211     submit:
212       create: "新增%{model}"
213       update: "更新%{model}"
214       submit: "儲存%{model}"