1 # Chinese (Taiwan) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
61 default: "%Y年%b%d日 %A %H:%M:%S %Z"
63 long: "%Y年%b%d日 %H:%M"
72 other: "不到 %{count} 秒"
78 other: "不到 %{count} 分鐘"
84 other: "大約 %{count} 小時"
90 other: "大約 %{count} 個月"
96 other: "大約 %{count} 年"
102 other: "接近 %{count} 年"
117 strip_insignificant_zeros: false
126 strip_insignificant_zeros: false
138 strip_insignificant_zeros: false
152 # 10^-21 zepto, 10^-24 yocto
154 femto: "飛" # 10^-15 毫微微
155 pico: "漠" # 10^-12 微微
158 mili: "毫" # 10^-3 milli
166 thousand: "千" # 10^3 kilo
167 million: "百萬" # 10^6 mega
168 billion: "十億" # 10^9 giga
169 trillion: "兆" # 10^12 tera
170 quadrillion: "千兆" # 10^15 peta
171 # 10^18 exa, 10^21 zetta, 10^24 yotta
175 words_connector: ", "
176 two_words_connector: " 和 "
177 last_word_connector: ", 和 "
183 template: # ~ 2.3.5 backward compatible
185 one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
186 other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
189 format: "%{attribute} %{message}"
191 inclusion: "沒有包含在列表中"
192 exclusion: "是被保留的關鍵字"
194 confirmation: "不符合確認值"
198 too_long: "過長(最長是 %{count} 個字)"
199 too_short: "過短(最短是 %{count} 個字)"
200 wrong_length: "字數錯誤(必須是 %{count} 個字)"
202 not_an_integer: "必須是整數"
203 greater_than: "必須大於 %{count}"
204 greater_than_or_equal_to: "必須大於或等於 %{count}"
205 equal_to: "必須等於 %{count}"
206 less_than: "必須小於 %{count}"
207 less_than_or_equal_to: "必須小於或等於 %{count}"
211 record_invalid: "校驗失敗: %{errors}"
217 one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
218 other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
222 format: "%{attribute} %{message}"
224 inclusion: "沒有包含在列表中"
225 exclusion: "是被保留的關鍵字"
227 confirmation: "不符合確認值"
231 too_long: "過長(最長是 %{count} 個字)"
232 too_short: "過短(最短是 %{count} 個字)"
233 wrong_length: "字數錯誤(必須是 %{count} 個字)"
235 not_an_integer: "必須是整數"
236 greater_than: "必須大於 %{count}"
237 greater_than_or_equal_to: "必須大於或等於 %{count}"
238 equal_to: "必須等於 %{count}"
239 less_than: "必須小於 %{count}"
240 less_than_or_equal_to: "必須小於或等於 %{count}"