]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/zh-TW.yml
further translations
[rails.git] / vendor / plugins / rails-i18n / locale / zh-TW.yml
1 # Chinese (Taiwan) translations for Ruby on Rails 
2 # by tsechingho (http://github.com/tsechingho)
3
4 "zh-TW":
5   date:
6     formats:
7       default: "%Y-%m-%d"
8       short: "%b%d日"
9       long: "%Y年%b%d日"
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 ]
15   
16   time:
17     formats:
18       default: "%Y年%b%d日 %A %H:%M:%S %Z"
19       short: "%b%d日 %H:%M"
20       long: "%Y年%b%d日 %H:%M"
21     am: "上午"
22     pm: "下午"
23   
24   datetime:
25     distance_in_words:
26       half_a_minute: "半分鐘"
27       less_than_x_seconds:
28         one: "一秒内"
29         other: "少於 {{count}} 秒"
30       x_seconds:
31         one: "一秒"
32         other: "{{count}} 秒"
33       less_than_x_minutes:
34         one: "一分鐘内"
35         other: "少於 {{count}} 分鐘"
36       x_minutes:
37         one: "一分鐘"
38         other: "{{count}} 分鐘"
39       about_x_hours:
40         one: "大約一小時"
41         other: "大約 {{count}} 小時"
42       x_days:
43         one: "一天"
44         other: "{{count}} 天"
45       about_x_months:
46         one: "大約一個月"
47         other: "大約 {{count}} 個月"
48       x_months:
49         one: "一個月"
50         other: "{{count}} 個月"
51       about_x_years:
52         one: "大約一年"
53         other: "大約 {{count}} 年"
54       over_x_years:
55         one: "一年以上"
56         other: "{{count}} 年以上"
57     prompts:
58       year:   "年"
59       month:  "月"
60       day:    "日"
61       hour:   "時"
62       minute: "分"
63       second: "秒"
64   
65   number:
66     format:
67       separator: "."
68       delimiter: ","
69       precision: 3
70     currency:
71       format:
72         format: "%u %n"
73         unit: "NT$"
74         separator: "."
75         delimiter: ","
76         precision: 2
77     percentage:
78       format:
79         delimiter: ""
80     precision:
81       format:
82         delimiter: ""
83     human:
84       format:
85         delimiter: ""
86         precision: 1
87       storage_units: [Bytes, KB, MB, GB, TB]
88   
89   support:
90     array:
91       words_connector: ", "
92       two_words_connector: " 和 "
93       last_word_connector: ", 和 "
94   
95   activerecord:
96     errors:
97       template:
98         header: 
99           one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。"
100           other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。"
101         body: "下面欄位有問題:"
102       messages:
103         inclusion: "沒有包含在列表中"
104         exclusion: "是被保留的"
105         invalid: "是無效的"
106         confirmation: "不符合確認值"
107         accepted: "必须是可被接受的"
108         empty: "不能留空"
109         blank: "不能是空白字元"
110         too_long: "過長(最長是 {{count}} 個字)"
111         too_short: "過短(最短是 {{count}} 個字)"
112         wrong_length: "字數錯誤(必須是 {{count}} 個字)"
113         taken: "已經被使用"
114         not_a_number: "不是數字"
115         greater_than: "必須大於 {{count}}"
116         greater_than_or_equal_to: "必須大於或等於 {{count}}"
117         equal_to: "必須等於 {{count}}"
118         less_than: "必須小於 {{count}}"
119         less_than_or_equal_to: "必須小於或等於 {{count}}"
120         odd: "必須是奇數"
121         even: "必須是偶數"
122   
123