2 # Chinese (Taiwan) translations for Ruby on Rails
3 # by tsechingho (http://github.com/tsechingho)
62 default: "%Y年%b%d日 %A %H:%M:%S %Z"
64 long: "%Y年%b%d日 %H:%M"
73 other: "不到 %{count} 秒"
79 other: "不到 %{count} 分鐘"
85 other: "大約 %{count} 小時"
91 other: "大約 %{count} 個月"
97 other: "大約 %{count} 年"
103 other: "接近 %{count} 年"
118 strip_insignificant_zeros: false
127 strip_insignificant_zeros: false
139 strip_insignificant_zeros: false
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
163 words_connector: ", "
164 two_words_connector: " 和 "
165 last_word_connector: ", 和 "
170 format: "%{attribute} %{message}"
171 messages: &errors_messages
172 inclusion: "沒有包含在列表中"
173 exclusion: "是被保留的關鍵字"
175 confirmation: "不符合確認值"
179 too_long: "過長(最長是 %{count} 個字)"
180 too_short: "過短(最短是 %{count} 個字)"
181 wrong_length: "字數錯誤(必須是 %{count} 個字)"
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}"
192 record_invalid: "校驗失敗: %{errors}"
193 template: &errors_template
195 one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
196 other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
206 format: "%{attribute} %{message}"