rails-i18n 0.6.5 → 4.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +217 -0
  3. data/README.md +48 -19
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
  5. data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
  6. data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
  7. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  8. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  9. data/rails/locale/af.yml +199 -0
  10. data/rails/locale/ar.yml +163 -87
  11. data/rails/locale/az.yml +36 -42
  12. data/rails/locale/be.yml +205 -0
  13. data/rails/locale/bg.yml +28 -34
  14. data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
  15. data/rails/locale/bs.yml +46 -44
  16. data/rails/locale/ca.yml +43 -49
  17. data/rails/locale/cs.yml +75 -62
  18. data/rails/locale/cy.yml +88 -44
  19. data/rails/locale/da.yml +32 -32
  20. data/rails/locale/de-AT.yml +48 -41
  21. data/rails/locale/de-CH.yml +58 -47
  22. data/rails/locale/de-DE.yml +210 -0
  23. data/rails/locale/de.yml +51 -44
  24. data/rails/locale/el.yml +41 -41
  25. data/rails/locale/en-AU.yml +28 -34
  26. data/rails/locale/en-CA.yml +28 -43
  27. data/rails/locale/en-GB.yml +28 -34
  28. data/rails/locale/en-IE.yml +199 -0
  29. data/rails/locale/en-IN.yml +28 -34
  30. data/rails/locale/en-NZ.yml +199 -0
  31. data/rails/locale/en-US.yml +35 -35
  32. data/rails/locale/en-ZA.yml +205 -0
  33. data/rails/locale/en.yml +34 -34
  34. data/rails/locale/eo.yml +28 -34
  35. data/rails/locale/es-419.yml +199 -0
  36. data/rails/locale/es-AR.yml +38 -39
  37. data/rails/locale/es-CL.yml +32 -33
  38. data/rails/locale/es-CO.yml +38 -39
  39. data/rails/locale/es-CR.yml +204 -0
  40. data/rails/locale/es-EC.yml +205 -0
  41. data/rails/locale/es-ES.yml +204 -0
  42. data/rails/locale/es-MX.yml +39 -39
  43. data/rails/locale/es-PA.yml +205 -0
  44. data/rails/locale/es-PE.yml +60 -37
  45. data/rails/locale/es-US.yml +204 -0
  46. data/rails/locale/es-VE.yml +40 -41
  47. data/rails/locale/es.yml +41 -36
  48. data/rails/locale/et.yml +33 -39
  49. data/rails/locale/eu.yml +41 -47
  50. data/rails/locale/fa.yml +41 -47
  51. data/rails/locale/fi.yml +43 -49
  52. data/rails/locale/fr-CA.yml +29 -35
  53. data/rails/locale/fr-CH.yml +35 -35
  54. data/rails/locale/fr-FR.yml +207 -0
  55. data/rails/locale/fr.yml +172 -187
  56. data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
  57. data/rails/locale/he.yml +35 -41
  58. data/rails/locale/hi-IN.yml +35 -41
  59. data/rails/locale/hi.yml +37 -43
  60. data/rails/locale/hr.yml +61 -61
  61. data/rails/locale/hu.yml +51 -57
  62. data/rails/locale/id.yml +50 -44
  63. data/rails/locale/is.yml +31 -31
  64. data/rails/locale/it-CH.yml +199 -0
  65. data/rails/locale/it.yml +82 -82
  66. data/rails/locale/ja.yml +53 -55
  67. data/rails/locale/km.yml +164 -0
  68. data/rails/locale/kn.yml +38 -44
  69. data/rails/locale/ko.yml +29 -35
  70. data/rails/locale/lb.yml +206 -0
  71. data/rails/locale/lo.yml +85 -43
  72. data/rails/locale/lt.yml +85 -49
  73. data/rails/locale/lv.yml +63 -48
  74. data/rails/locale/mk.yml +80 -51
  75. data/rails/locale/mn.yml +56 -62
  76. data/rails/locale/mr-IN.yml +206 -0
  77. data/rails/locale/ms.yml +199 -0
  78. data/rails/locale/nb.yml +32 -33
  79. data/rails/locale/ne.yml +199 -0
  80. data/rails/locale/nl.yml +65 -59
  81. data/rails/locale/nn.yml +70 -28
  82. data/rails/locale/or.yml +193 -0
  83. data/rails/locale/pa.yml +205 -0
  84. data/rails/locale/pl.yml +69 -53
  85. data/rails/locale/pt-BR.yml +44 -44
  86. data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
  87. data/rails/locale/rm.yml +74 -32
  88. data/rails/locale/ro.yml +41 -34
  89. data/rails/locale/ru.yml +51 -51
  90. data/rails/locale/sk.yml +35 -40
  91. data/rails/locale/sl.yml +33 -37
  92. data/rails/locale/sq.yml +205 -0
  93. data/rails/locale/sr.yml +128 -61
  94. data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
  95. data/rails/locale/sw.yml +24 -30
  96. data/rails/locale/ta.yml +205 -0
  97. data/rails/locale/th.yml +25 -31
  98. data/rails/locale/tl.yml +105 -135
  99. data/rails/locale/tr.yml +62 -56
  100. data/rails/locale/tt.yml +215 -0
  101. data/rails/locale/ug.yml +204 -0
  102. data/rails/locale/uk.yml +54 -60
  103. data/rails/locale/ur.yml +206 -0
  104. data/rails/locale/uz.yml +251 -0
  105. data/rails/locale/vi.yml +33 -35
  106. data/rails/locale/wo.yml +30 -36
  107. data/rails/locale/zh-CN.yml +47 -41
  108. data/rails/locale/zh-HK.yml +205 -0
  109. data/rails/locale/zh-TW.yml +50 -44
  110. data/rails/locale/zh-YUE.yml +205 -0
  111. data/rails/pluralization/ar.rb +1 -0
  112. data/rails/pluralization/bg.rb +3 -0
  113. data/rails/pluralization/bn.rb +3 -0
  114. data/rails/pluralization/br.rb +1 -0
  115. data/rails/pluralization/ca.rb +3 -0
  116. data/rails/pluralization/da.rb +3 -0
  117. data/rails/pluralization/de-AT.rb +3 -0
  118. data/rails/pluralization/de-CH.rb +3 -0
  119. data/rails/pluralization/de-DE.rb +3 -0
  120. data/rails/pluralization/de.rb +3 -0
  121. data/rails/pluralization/el.rb +3 -0
  122. data/rails/pluralization/en-AU.rb +3 -0
  123. data/rails/pluralization/en-CA.rb +3 -0
  124. data/rails/pluralization/en-GB.rb +3 -0
  125. data/rails/pluralization/en-IN.rb +3 -0
  126. data/rails/pluralization/en-NZ.rb +3 -0
  127. data/rails/pluralization/en.rb +3 -0
  128. data/rails/pluralization/eo.rb +3 -0
  129. data/rails/pluralization/es-419.rb +3 -0
  130. data/rails/pluralization/es-AR.rb +3 -0
  131. data/rails/pluralization/es-CL.rb +3 -0
  132. data/rails/pluralization/es-CO.rb +3 -0
  133. data/rails/pluralization/es-EC.rb +3 -0
  134. data/rails/pluralization/es-ES.rb +3 -0
  135. data/rails/pluralization/es-MX.rb +3 -0
  136. data/rails/pluralization/es-PE.rb +3 -0
  137. data/rails/pluralization/es-VE.rb +3 -0
  138. data/rails/pluralization/es.rb +3 -0
  139. data/rails/pluralization/et.rb +3 -0
  140. data/rails/pluralization/eu.rb +3 -0
  141. data/rails/pluralization/fi.rb +3 -0
  142. data/rails/pluralization/fr-CA.rb +3 -0
  143. data/rails/pluralization/fr-CH.rb +3 -0
  144. data/rails/pluralization/fr-FR.rb +3 -0
  145. data/rails/pluralization/gl.rb +3 -0
  146. data/rails/pluralization/gv.rb +1 -0
  147. data/rails/pluralization/hi-IN.rb +3 -0
  148. data/rails/pluralization/hsb.rb +28 -0
  149. data/rails/pluralization/hu.rb +2 -2
  150. data/rails/pluralization/is.rb +3 -0
  151. data/rails/pluralization/it-CH.rb +3 -0
  152. data/rails/pluralization/it.rb +3 -0
  153. data/rails/pluralization/lag.rb +1 -0
  154. data/rails/pluralization/lt.rb +1 -0
  155. data/rails/pluralization/lv.rb +1 -0
  156. data/rails/pluralization/mk.rb +1 -0
  157. data/rails/pluralization/mn.rb +3 -0
  158. data/rails/pluralization/mr-IN.rb +3 -0
  159. data/rails/pluralization/mt.rb +1 -0
  160. data/rails/pluralization/nb.rb +3 -0
  161. data/rails/pluralization/ne.rb +3 -0
  162. data/rails/pluralization/nl.rb +3 -0
  163. data/rails/pluralization/nn.rb +3 -0
  164. data/rails/pluralization/or.rb +3 -0
  165. data/rails/pluralization/pa.rb +3 -0
  166. data/rails/pluralization/pl.rb +1 -0
  167. data/rails/pluralization/sl.rb +1 -0
  168. data/rails/pluralization/sv.rb +3 -0
  169. data/rails/pluralization/sw.rb +3 -0
  170. data/rails/pluralization/ur.rb +3 -0
  171. data/rails/pluralization/zh-CN.rb +3 -0
  172. data/rails/pluralization/zh-HK.rb +3 -0
  173. data/rails/pluralization/zh-TW.rb +3 -0
  174. data/rails/pluralization/zh-YUE.rb +3 -0
  175. data/rails/transliteration/de.yml +12 -0
  176. data/rails/transliteration/el.yml +104 -0
  177. data/rails/transliteration/fr.yml +36 -0
  178. data/rails/transliteration/pl.yml +22 -0
  179. data/rails/transliteration/ro.yml +14 -0
  180. data/rails/transliteration/ru.rb +2 -0
  181. data/rails/transliteration/uk.rb +3 -1
  182. metadata +278 -194
  183. data/rails/locale/csb.yml +0 -210
  184. data/rails/locale/dsb.yml +0 -215
  185. data/rails/locale/fur.yml +0 -199
  186. data/rails/locale/gsw-CH.yml +0 -199
  187. data/rails/locale/hsb.yml +0 -214
  188. data/rails/locale/sr-Latn.yml +0 -170
@@ -0,0 +1,205 @@
1
+ ---
2
+ zh-HK:
3
+ date:
4
+ abbr_day_names:
5
+ - 周日
6
+ - 周一
7
+ - 周二
8
+ - 周三
9
+ - 周四
10
+ - 周五
11
+ - 周六
12
+ abbr_month_names:
13
+ -
14
+ - 1月
15
+ - 2月
16
+ - 3月
17
+ - 4月
18
+ - 5月
19
+ - 6月
20
+ - 7月
21
+ - 8月
22
+ - 9月
23
+ - 10月
24
+ - 11月
25
+ - 12月
26
+ day_names:
27
+ - 星期日
28
+ - 星期一
29
+ - 星期二
30
+ - 星期三
31
+ - 星期四
32
+ - 星期五
33
+ - 星期六
34
+ formats:
35
+ default: "%Y-%m-%d"
36
+ long: "%Y年%b%d日"
37
+ short: "%b%d日"
38
+ month_names:
39
+ -
40
+ - 一月
41
+ - 二月
42
+ - 三月
43
+ - 四月
44
+ - 五月
45
+ - 六月
46
+ - 七月
47
+ - 八月
48
+ - 九月
49
+ - 十月
50
+ - 十一月
51
+ - 十二月
52
+ order:
53
+ - :year
54
+ - :month
55
+ - :day
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: 約一小時
60
+ other: 約%{count}小時
61
+ about_x_months:
62
+ one: 約一個月
63
+ other: 約%{count}個月
64
+ about_x_years:
65
+ one: 約一年
66
+ other: 約%{count}年
67
+ almost_x_years:
68
+ one: 接近一年
69
+ other: 接近%{count}年
70
+ half_a_minute: 半分鐘
71
+ less_than_x_minutes:
72
+ one: 不到一分鐘
73
+ other: 不到%{count}分鐘
74
+ less_than_x_seconds:
75
+ one: 不到一秒
76
+ other: 不到%{count}秒
77
+ over_x_years:
78
+ one: 超過一年
79
+ other: 超過%{count}年
80
+ x_days:
81
+ one: 一天
82
+ other: "%{count}天"
83
+ x_minutes:
84
+ one: 一分鐘
85
+ other: "%{count}分鐘"
86
+ x_months:
87
+ one: 一個月
88
+ other: "%{count}個月"
89
+ x_seconds:
90
+ one: 一秒
91
+ other: "%{count}秒"
92
+ prompts:
93
+ day: 日
94
+ hour: 時
95
+ minute: 分
96
+ month: 月
97
+ second: 秒
98
+ year: 年
99
+ errors:
100
+ format: "%{message}"
101
+ messages:
102
+ accepted: 必定要接受%{attribute}
103
+ blank: "%{attribute}不可以是空白"
104
+ present: "%{attribute}必定要是空白"
105
+ confirmation: 不符合%{attribute}
106
+ empty: "%{attribute}不可以留空"
107
+ equal_to: "%{attribute}必須等於%{count}"
108
+ even: "%{attribute}必須要是雙數"
109
+ exclusion: "%{attribute}是被保留的關鍵字"
110
+ greater_than: "%{attribute}必須大於%{count}"
111
+ greater_than_or_equal_to: "%{attribute}必須大於或等於%{count}"
112
+ inclusion: "%{attribute}沒有包含在列表中"
113
+ invalid: "%{attribute}是無效的"
114
+ less_than: "%{attribute}必須小於%{count}"
115
+ less_than_or_equal_to: "%{attribute}必須小於或等於%{count}"
116
+ not_a_number: "%{attribute}不是數字"
117
+ not_an_integer: "%{attribute}必須是整數"
118
+ odd: "%{attribute}必須是單數"
119
+ record_invalid: "%{attribute}驗證失敗︰%{errors}"
120
+ restrict_dependent_destroy:
121
+ one: 由於%{record}依賴此記錄,無法移除
122
+ many: 由於%{record}依賴此記錄,無法移除
123
+ taken: "%{attribute}已被使用"
124
+ too_long:
125
+ one: 太長(最長為一個字元)
126
+ other: 太長(最長為%{count}個字元)
127
+ too_short:
128
+ one: 太短(最少為一個字元)
129
+ other: 太短(最少為%{count}個字元)
130
+ wrong_length:
131
+ one: 字數錯誤 (應為一個字元)
132
+ other: 字數錯誤 (應為%{count}個字元)
133
+ other_than: "%{attribute}唔可以係%{count}"
134
+ template:
135
+ body: 以下欄位發生問題︰
136
+ header:
137
+ one: 發生一項錯誤,以致%{model}未能儲存。
138
+ other: 發生%{count}項錯誤,以致%{model}未能儲存。
139
+ helpers:
140
+ select:
141
+ prompt: 請選擇
142
+ submit:
143
+ create: 新增%{model}
144
+ submit: 儲存%{model}
145
+ update: 更新%{model}
146
+ number:
147
+ currency:
148
+ format:
149
+ delimiter: ","
150
+ format: "%u %n"
151
+ precision: 2
152
+ separator: "."
153
+ significant: false
154
+ strip_insignificant_zeros: false
155
+ unit: HK$
156
+ format:
157
+ delimiter: ","
158
+ precision: 3
159
+ separator: "."
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: 十億
167
+ million: 百萬
168
+ quadrillion: 千兆
169
+ thousand: 千
170
+ trillion: 兆
171
+ unit: ''
172
+ format:
173
+ delimiter: ''
174
+ precision: 1
175
+ significant: false
176
+ strip_insignificant_zeros: false
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ gb: GB
184
+ kb: KB
185
+ mb: MB
186
+ tb: TB
187
+ percentage:
188
+ format:
189
+ delimiter: ''
190
+ format: "%n%"
191
+ precision:
192
+ format:
193
+ delimiter: ''
194
+ support:
195
+ array:
196
+ last_word_connector: 和
197
+ two_words_connector: 和
198
+ words_connector: "、"
199
+ time:
200
+ am: 上午
201
+ formats:
202
+ default: "%Y年%b%d日 %A %H:%M:%S %Z"
203
+ long: "%Y年%b%d日 %H:%M"
204
+ short: "%b%d日 %H:%M"
205
+ pm: 下午
@@ -1,13 +1,14 @@
1
+ ---
1
2
  zh-TW:
2
3
  date:
3
4
  abbr_day_names:
4
- -
5
- -
6
- -
7
- -
8
- -
9
- -
10
- -
5
+ - 周日
6
+ - 周一
7
+ - 周二
8
+ - 周三
9
+ - 周四
10
+ - 周五
11
+ - 周六
11
12
  abbr_month_names:
12
13
  -
13
14
  - 1月
@@ -31,9 +32,9 @@ zh-TW:
31
32
  - 星期五
32
33
  - 星期六
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%Y年%b%d日'
36
- short: ! '%b%d日'
35
+ default: "%Y-%m-%d"
36
+ long: "%Y年%b%d日"
37
+ short: "%b%d日"
37
38
  month_names:
38
39
  -
39
40
  - 一月
@@ -75,19 +76,19 @@ zh-TW:
75
76
  other: 不到 %{count} 秒
76
77
  over_x_years:
77
78
  one: 一年多
78
- other: ! '%{count} 年多'
79
+ other: "%{count} 年多"
79
80
  x_days:
80
81
  one: 一天
81
- other: ! '%{count} 天'
82
+ other: "%{count} 天"
82
83
  x_minutes:
83
84
  one: 一分鐘
84
- other: ! '%{count} 分鐘'
85
+ other: "%{count} 分鐘"
85
86
  x_months:
86
87
  one: 一個月
87
- other: ! '%{count} 個月'
88
+ other: "%{count} 個月"
88
89
  x_seconds:
89
90
  one: 一秒
90
- other: ! '%{count} 秒'
91
+ other: "%{count} 秒"
91
92
  prompts:
92
93
  day: 日
93
94
  hour: 時
@@ -95,12 +96,13 @@ zh-TW:
95
96
  month: 月
96
97
  second: 秒
97
98
  year: 年
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: 必須是可被接受的
102
103
  blank: 不能是空白字元
103
- confirmation: 不符合確認值
104
+ present: 必須是空白
105
+ confirmation: 兩次輸入須一致
104
106
  empty: 不能留空
105
107
  equal_to: 必須等於 %{count}
106
108
  even: 必須是偶數
@@ -114,11 +116,21 @@ zh-TW:
114
116
  not_a_number: 不是數字
115
117
  not_an_integer: 必須是整數
116
118
  odd: 必須是奇數
117
- record_invalid: ! '校驗失敗: %{errors}'
119
+ record_invalid: '校驗失敗: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: 由於 %{record} 需要此記錄,所以無法移除記錄
122
+ many: 由於 %{record} 需要此記錄,所以無法移除記錄
118
123
  taken: 已經被使用
119
- too_long: 過長(最長是 %{count} 個字)
120
- too_short: 過短(最短是 %{count} 個字)
121
- wrong_length: 字數錯誤(必須是 %{count} 個字)
124
+ too_long:
125
+ one: 過長(最長是一個字)
126
+ other: 過長(最長是 %{count} 個字)
127
+ too_short:
128
+ one: 過短(最短是一個字)
129
+ other: 過短(最短是 %{count} 個字)
130
+ wrong_length:
131
+ one: 字數錯誤 (必須是一個字)
132
+ other: 字數錯誤 (必須是 %{count} 個字)
133
+ other_than: 不可以是 %{count} 個字
122
134
  template:
123
135
  body: 以下欄位發生問題:
124
136
  header:
@@ -134,22 +146,22 @@ zh-TW:
134
146
  number:
135
147
  currency:
136
148
  format:
137
- delimiter: ! ','
138
- format: ! '%u %n'
149
+ delimiter: ","
150
+ format: "%u %n"
139
151
  precision: 2
140
- separator: .
152
+ separator: "."
141
153
  significant: false
142
154
  strip_insignificant_zeros: false
143
155
  unit: NT$
144
156
  format:
145
- delimiter: ! ','
157
+ delimiter: ","
146
158
  precision: 3
147
- separator: .
159
+ separator: "."
148
160
  significant: false
149
161
  strip_insignificant_zeros: false
150
162
  human:
151
163
  decimal_units:
152
- format: ! '%n %u'
164
+ format: "%n %u"
153
165
  units:
154
166
  billion: 十億
155
167
  million: 百萬
@@ -163,11 +175,11 @@ zh-TW:
163
175
  significant: false
164
176
  strip_insignificant_zeros: false
165
177
  storage_units:
166
- format: ! '%n %u'
178
+ format: "%n %u"
167
179
  units:
168
180
  byte:
169
- one: Byte
170
- other: Bytes
181
+ one: 位元組
182
+ other: 位元組
171
183
  gb: GB
172
184
  kb: KB
173
185
  mb: MB
@@ -175,25 +187,19 @@ zh-TW:
175
187
  percentage:
176
188
  format:
177
189
  delimiter: ''
190
+ format: "%n%"
178
191
  precision:
179
192
  format:
180
193
  delimiter: ''
181
194
  support:
182
195
  array:
183
- last_word_connector: ! ', 和 '
184
- two_words_connector: ! ' '
185
- words_connector: ! ', '
196
+ last_word_connector: ", 和 "
197
+ two_words_connector: ""
198
+ words_connector: ", "
186
199
  time:
187
200
  am: 上午
188
201
  formats:
189
- default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
190
- long: ! '%Y年%b%d日 %H:%M'
191
- short: ! '%b%d日 %H:%M'
202
+ default: "%Y年%b%d日 %A %H:%M:%S %Z"
203
+ long: "%Y年%b%d日 %H:%M"
204
+ short: "%b%d日 %H:%M"
192
205
  pm: 下午
193
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
194
- activemodel:
195
- errors:
196
- <<: *errors
197
- activerecord:
198
- errors:
199
- <<: *errors
@@ -0,0 +1,205 @@
1
+ ---
2
+ zh-YUE:
3
+ date:
4
+ abbr_day_names:
5
+ - 周日
6
+ - 周一
7
+ - 周二
8
+ - 周三
9
+ - 周四
10
+ - 周五
11
+ - 周六
12
+ abbr_month_names:
13
+ -
14
+ - 1月
15
+ - 2月
16
+ - 3月
17
+ - 4月
18
+ - 5月
19
+ - 6月
20
+ - 7月
21
+ - 8月
22
+ - 9月
23
+ - 10月
24
+ - 11月
25
+ - 12月
26
+ day_names:
27
+ - 星期日
28
+ - 星期一
29
+ - 星期二
30
+ - 星期三
31
+ - 星期四
32
+ - 星期五
33
+ - 星期六
34
+ formats:
35
+ default: "%Y-%m-%d"
36
+ long: "%Y年%b%d日"
37
+ short: "%b%d日"
38
+ month_names:
39
+ -
40
+ - 一月
41
+ - 二月
42
+ - 三月
43
+ - 四月
44
+ - 五月
45
+ - 六月
46
+ - 七月
47
+ - 八月
48
+ - 九月
49
+ - 十月
50
+ - 十一月
51
+ - 十二月
52
+ order:
53
+ - :year
54
+ - :month
55
+ - :day
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: 大概一個鐘
60
+ other: 大概%{count}個鐘
61
+ about_x_months:
62
+ one: 大概一個月
63
+ other: 大概%{count}個月
64
+ about_x_years:
65
+ one: 大概一年
66
+ other: 大概%{count}年
67
+ almost_x_years:
68
+ one: 差唔多一年
69
+ other: 差唔多%{count}年
70
+ half_a_minute: 半分鐘
71
+ less_than_x_minutes:
72
+ one: 唔夠一分鐘
73
+ other: 唔夠%{count}分鐘
74
+ less_than_x_seconds:
75
+ one: 唔夠一秒
76
+ other: 唔夠%{count}秒
77
+ over_x_years:
78
+ one: 超過一年
79
+ other: 超過%{count}年
80
+ x_days:
81
+ one: 一日
82
+ other: "%{count}日"
83
+ x_minutes:
84
+ one: 一分鐘
85
+ other: "%{count}分鐘"
86
+ x_months:
87
+ one: 一個月
88
+ other: "%{count}個月"
89
+ x_seconds:
90
+ one: 一秒
91
+ other: "%{count}秒"
92
+ prompts:
93
+ day: 日
94
+ hour: 點
95
+ minute: 分
96
+ month: 月
97
+ second: 秒
98
+ year: 年
99
+ errors:
100
+ format: "%{message}"
101
+ messages:
102
+ accepted: 一定要接受%{attribute}
103
+ blank: "%{attribute}唔可以空白"
104
+ present: "%{attribute}要空白"
105
+ confirmation: "%{attribute}唔夾"
106
+ empty: "%{attribute}唔可以漏空"
107
+ equal_to: "%{attribute}要係%{count}"
108
+ even: "%{attribute}要係雙數"
109
+ exclusion: "%{attribute}唔用得"
110
+ greater_than: "%{attribute}要大過%{count}"
111
+ greater_than_or_equal_to: "%{attribute}要大過或者等於%{count}"
112
+ inclusion: "%{attribute}唔喺表入面"
113
+ invalid: "%{attribute}無效"
114
+ less_than: "%{attribute}要細過%{count}"
115
+ less_than_or_equal_to: "%{attribute}要細過或者等於%{count}"
116
+ not_a_number: "%{attribute}唔係一個數"
117
+ not_an_integer: "%{attribute}要係整數"
118
+ odd: "%{attribute}要係單數"
119
+ record_invalid: "%{attribute}有問題︰%{errors}"
120
+ restrict_dependent_destroy:
121
+ one: 唔可以刪除,因為%{record}要用佢
122
+ many: 唔可以刪除,因為%{record}要用佢
123
+ taken: "%{attribute}已經用過"
124
+ too_long:
125
+ one: 太長(最多1個字)
126
+ other: 太長(最多%{count}個字)
127
+ too_short:
128
+ one: 太短(最少1個字)
129
+ other: 太短(最少%{count}個字)
130
+ wrong_length:
131
+ one: 唔啱字數 (要係1個字)
132
+ other: 唔啱字數 (要係%{count}個字)
133
+ other_than: "%{attribute}唔可以係%{count}"
134
+ template:
135
+ body: 呢啲有問題︰
136
+ header:
137
+ one: 有一個問題,%{model}儲存唔到。
138
+ other: 有%{count}個問題,%{model}儲存唔到。
139
+ helpers:
140
+ select:
141
+ prompt: 喺度揀
142
+ submit:
143
+ create: 新嘅%{model}
144
+ submit: 儲存%{model}
145
+ update: 更新%{model}
146
+ number:
147
+ currency:
148
+ format:
149
+ delimiter: ","
150
+ format: "%u %n"
151
+ precision: 2
152
+ separator: "."
153
+ significant: false
154
+ strip_insignificant_zeros: false
155
+ unit: HK$
156
+ format:
157
+ delimiter: ","
158
+ precision: 3
159
+ separator: "."
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: 十億
167
+ million: 百萬
168
+ quadrillion: 千兆
169
+ thousand: 千
170
+ trillion: 兆
171
+ unit: ''
172
+ format:
173
+ delimiter: ''
174
+ precision: 1
175
+ significant: false
176
+ strip_insignificant_zeros: false
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ gb: GB
184
+ kb: KB
185
+ mb: MB
186
+ tb: TB
187
+ percentage:
188
+ format:
189
+ delimiter: ''
190
+ format: "%n%"
191
+ precision:
192
+ format:
193
+ delimiter: ''
194
+ support:
195
+ array:
196
+ last_word_connector: 同
197
+ two_words_connector: 同
198
+ words_connector: "、"
199
+ time:
200
+ am: 上晝
201
+ formats:
202
+ default: "%Y年%b%d號 %A %H:%M:%S %Z"
203
+ long: "%Y年%b%d號 %H:%M"
204
+ short: "%b%d號 %H:%M"
205
+ pm: 下晝