1 # Chinese (Taiwan) 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月]
21 default: "%Y年%b%d日 %A %H:%M:%S %Z"
23 long: "%Y年%b%d日 %H:%M"
32 other: "不到 %{count} 秒"
38 other: "不到 %{count} 分鐘"
44 other: "大約 %{count} 小時"
50 other: "大約 %{count} 個月"
56 other: "大約 %{count} 年"
62 other: "接近 %{count} 年"
77 strip_insignificant_zeros: false
86 strip_insignificant_zeros: false
98 strip_insignificant_zeros: false
112 # 10^-21 zepto, 10^-24 yocto
114 femto: "飛" # 10^-15 毫微微
115 pico: "漠" # 10^-12 微微
118 mili: "毫" # 10^-3 milli
126 thousand: "千" # 10^3 kilo
127 million: "百萬" # 10^6 mega
128 billion: "十億" # 10^9 giga
129 trillion: "兆" # 10^12 tera
130 quadrillion: "千兆" # 10^15 peta
131 # 10^18 exa, 10^21 zetta, 10^24 yotta
135 words_connector: ", "
136 two_words_connector: " 和 "
137 last_word_connector: ", 和 "
143 template: # ~ 2.3.5 backward compatible
145 one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
146 other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
149 format: "%{attribute} %{message}"
151 inclusion: "沒有包含在列表中"
152 exclusion: "是被保留的關鍵字"
154 confirmation: "不符合確認值"
158 too_long: "過長(最長是 %{count} 個字)"
159 too_short: "過短(最短是 %{count} 個字)"
160 wrong_length: "字數錯誤(必須是 %{count} 個字)"
162 not_an_integer: "必須是整數"
163 greater_than: "必須大於 %{count}"
164 greater_than_or_equal_to: "必須大於或等於 %{count}"
165 equal_to: "必須等於 %{count}"
166 less_than: "必須小於 %{count}"
167 less_than_or_equal_to: "必須小於或等於 %{count}"
171 record_invalid: "校驗失敗: %{errors}"
177 one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
178 other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
182 format: "%{attribute} %{message}"
184 inclusion: "沒有包含在列表中"
185 exclusion: "是被保留的關鍵字"
187 confirmation: "不符合確認值"
191 too_long: "過長(最長是 %{count} 個字)"
192 too_short: "過短(最短是 %{count} 個字)"
193 wrong_length: "字數錯誤(必須是 %{count} 個字)"
195 not_an_integer: "必須是整數"
196 greater_than: "必須大於 %{count}"
197 greater_than_or_equal_to: "必須大於或等於 %{count}"
198 equal_to: "必須等於 %{count}"
199 less_than: "必須小於 %{count}"
200 less_than_or_equal_to: "必須小於或等於 %{count}"