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月]
14 order: [ :year, :month, :day ]
18 default: "%Y年%b%d日 %A %H:%M:%S %Z"
20 long: "%Y年%b%d日 %H:%M"
29 other: "不到 {{count}} 秒"
35 other: "不到 {{count}} 分鐘"
41 other: "大約 {{count}} 小時"
47 other: "大約 {{count}} 個月"
53 other: "大約 {{count}} 年"
100 words_connector: ", "
101 two_words_connector: " 和 "
102 last_word_connector: ", 和 "
108 one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。"
109 other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。"
112 inclusion: "沒有包含在列表中"
115 confirmation: "不符合確認值"
119 too_long: "過長(最長是 {{count}} 個字)"
120 too_short: "過短(最短是 {{count}} 個字)"
121 wrong_length: "字數錯誤(必須是 {{count}} 個字)"
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}}"