rails-i18n 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +2 -1
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +5 -4
  5. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  6. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  7. data/rails/locale/af.yml +27 -29
  8. data/rails/locale/ar.yml +92 -91
  9. data/rails/locale/az.yml +37 -36
  10. data/rails/locale/be.yml +205 -0
  11. data/rails/locale/bg.yml +28 -27
  12. data/rails/locale/bn.yml +36 -35
  13. data/rails/locale/bs.yml +42 -41
  14. data/rails/locale/ca.yml +27 -26
  15. data/rails/locale/cs.yml +33 -32
  16. data/rails/locale/cy.yml +43 -42
  17. data/rails/locale/da.yml +30 -29
  18. data/rails/locale/de-AT.yml +40 -32
  19. data/rails/locale/de-CH.yml +38 -33
  20. data/rails/locale/de.yml +40 -35
  21. data/rails/locale/el.yml +28 -27
  22. data/rails/locale/en-AU.yml +29 -28
  23. data/rails/locale/en-CA.yml +29 -37
  24. data/rails/locale/en-GB.yml +29 -28
  25. data/rails/locale/en-IE.yml +29 -28
  26. data/rails/locale/en-IN.yml +29 -28
  27. data/rails/locale/en-NZ.yml +29 -28
  28. data/rails/locale/en-US.yml +32 -31
  29. data/rails/locale/en-ZA.yml +31 -30
  30. data/rails/locale/en.yml +32 -31
  31. data/rails/locale/eo.yml +29 -28
  32. data/rails/locale/es-419.yml +33 -41
  33. data/rails/locale/es-AR.yml +33 -32
  34. data/rails/locale/es-CL.yml +28 -27
  35. data/rails/locale/es-CO.yml +33 -32
  36. data/rails/locale/es-CR.yml +33 -32
  37. data/rails/locale/es-EC.yml +31 -30
  38. data/rails/locale/es-MX.yml +36 -35
  39. data/rails/locale/es-PA.yml +30 -29
  40. data/rails/locale/es-PE.yml +29 -28
  41. data/rails/locale/es-US.yml +33 -32
  42. data/rails/locale/es-VE.yml +33 -32
  43. data/rails/locale/es.yml +28 -27
  44. data/rails/locale/et.yml +32 -31
  45. data/rails/locale/eu.yml +42 -41
  46. data/rails/locale/fa.yml +30 -29
  47. data/rails/locale/fi.yml +28 -27
  48. data/rails/locale/fr-CA.yml +29 -28
  49. data/rails/locale/fr-CH.yml +28 -27
  50. data/rails/locale/fr.yml +128 -135
  51. data/rails/locale/gl.yml +33 -32
  52. data/rails/locale/he.yml +35 -34
  53. data/rails/locale/hi-IN.yml +36 -35
  54. data/rails/locale/hi.yml +38 -37
  55. data/rails/locale/hr.yml +45 -44
  56. data/rails/locale/hu.yml +28 -27
  57. data/rails/locale/id.yml +28 -27
  58. data/rails/locale/is.yml +29 -28
  59. data/rails/locale/it-CH.yml +28 -27
  60. data/rails/locale/it.yml +40 -39
  61. data/rails/locale/ja.yml +29 -28
  62. data/rails/locale/km.yml +46 -5
  63. data/rails/locale/kn.yml +39 -38
  64. data/rails/locale/ko.yml +30 -29
  65. data/rails/locale/lo.yml +70 -69
  66. data/rails/locale/lt.yml +44 -43
  67. data/rails/locale/lv.yml +35 -34
  68. data/rails/locale/mk.yml +33 -32
  69. data/rails/locale/mn.yml +51 -50
  70. data/rails/locale/ms.yml +25 -26
  71. data/rails/locale/nb.yml +30 -29
  72. data/rails/locale/ne.yml +39 -38
  73. data/rails/locale/nl.yml +39 -38
  74. data/rails/locale/nn.yml +29 -28
  75. data/rails/locale/or.yml +40 -39
  76. data/rails/locale/pl.yml +69 -50
  77. data/rails/locale/pt-BR.yml +37 -34
  78. data/rails/locale/pt.yml +29 -28
  79. data/rails/locale/rm.yml +47 -46
  80. data/rails/locale/ro.yml +34 -33
  81. data/rails/locale/ru.yml +47 -46
  82. data/rails/locale/sk.yml +36 -34
  83. data/rails/locale/sl.yml +32 -31
  84. data/rails/locale/sr.yml +45 -44
  85. data/rails/locale/sv.yml +28 -27
  86. data/rails/locale/sw.yml +25 -24
  87. data/rails/locale/ta.yml +43 -42
  88. data/rails/locale/th.yml +26 -25
  89. data/rails/locale/tl.yml +90 -115
  90. data/rails/locale/tr.yml +44 -43
  91. data/rails/locale/tt.yml +215 -0
  92. data/rails/locale/uk.yml +43 -42
  93. data/rails/locale/ur.yml +48 -46
  94. data/rails/locale/uz.yml +60 -59
  95. data/rails/locale/vi.yml +30 -29
  96. data/rails/locale/wo.yml +29 -28
  97. data/rails/locale/zh-CN.yml +37 -36
  98. data/rails/locale/zh-HK.yml +51 -50
  99. data/rails/locale/zh-TW.yml +39 -38
  100. data/rails/locale/zh-YUE.yml +49 -48
  101. data/rails/pluralization/ar.rb +1 -0
  102. data/rails/pluralization/br.rb +1 -0
  103. data/rails/pluralization/gv.rb +1 -0
  104. data/rails/pluralization/hsb.rb +1 -0
  105. data/rails/pluralization/lag.rb +1 -0
  106. data/rails/pluralization/lt.rb +1 -0
  107. data/rails/pluralization/lv.rb +1 -0
  108. data/rails/pluralization/mk.rb +1 -0
  109. data/rails/pluralization/mt.rb +1 -0
  110. data/rails/pluralization/pl.rb +1 -0
  111. data/rails/pluralization/sl.rb +1 -0
  112. data/rails/transliteration/ru.rb +2 -0
  113. data/rails/transliteration/uk.rb +3 -1
  114. metadata +5 -9
@@ -1,15 +1,16 @@
1
+ ---
1
2
  zh-CN:
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月
14
15
  - 2月
15
16
  - 3月
@@ -31,11 +32,11 @@ zh-CN:
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
  - 一月
40
41
  - 二月
41
42
  - 三月
@@ -75,19 +76,19 @@ zh-CN:
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: 时
@@ -96,7 +97,7 @@ zh-CN:
96
97
  second: 秒
97
98
  year: 年
98
99
  errors:
99
- format: ! '%{attribute}%{message}'
100
+ format: "%{attribute}%{message}"
100
101
  messages:
101
102
  accepted: 必须是可被接受的
102
103
  blank: 不能为空字符
@@ -115,18 +116,18 @@ zh-CN:
115
116
  not_a_number: 不是数字
116
117
  not_an_integer: 必须是整数
117
118
  odd: 必须为单数
118
- record_invalid: ! '验证失败: %{errors}'
119
- restrict_dependent_destroy:
119
+ record_invalid: '验证失败: %{errors}'
120
+ restrict_dependent_destroy:
120
121
  one: 由于 %{record} 需要此记录,所以无法移除记录
121
122
  many: 由于 %{record} 需要此记录,所以无法移除记录
122
123
  taken: 已经被使用
123
- too_long:
124
+ too_long:
124
125
  one: 过长(最长为一个字符)
125
126
  other: 过长(最长为 %{count} 个字符)
126
- too_short:
127
+ too_short:
127
128
  one: 过短(最短为一个字符)
128
129
  other: 过短(最短为 %{count} 个字符)
129
- wrong_length:
130
+ wrong_length:
130
131
  one: 长度非法(必须为一个字符)
131
132
  other: 长度非法(必须为 %{count} 个字符)
132
133
  other_than: 长度非法(不可为 %{count} 个字符
@@ -145,22 +146,22 @@ zh-CN:
145
146
  number:
146
147
  currency:
147
148
  format:
148
- delimiter: ! ','
149
- format: ! '%u %n'
149
+ delimiter: ","
150
+ format: "%u %n"
150
151
  precision: 2
151
- separator: .
152
+ separator: "."
152
153
  significant: false
153
154
  strip_insignificant_zeros: false
154
155
  unit: CN¥
155
156
  format:
156
- delimiter: ! ','
157
+ delimiter: ","
157
158
  precision: 3
158
- separator: .
159
+ separator: "."
159
160
  significant: false
160
161
  strip_insignificant_zeros: false
161
162
  human:
162
163
  decimal_units:
163
- format: ! '%n %u'
164
+ format: "%n %u"
164
165
  units:
165
166
  billion: 十亿
166
167
  million: 百万
@@ -174,7 +175,7 @@ zh-CN:
174
175
  significant: false
175
176
  strip_insignificant_zeros: false
176
177
  storage_units:
177
- format: ! '%n %u'
178
+ format: "%n %u"
178
179
  units:
179
180
  byte:
180
181
  one: Byte
@@ -191,13 +192,13 @@ zh-CN:
191
192
  delimiter: ''
192
193
  support:
193
194
  array:
194
- last_word_connector: ! ', 和 '
195
- two_words_connector: ! ' '
196
- words_connector: ! ', '
195
+ last_word_connector: ", 和 "
196
+ two_words_connector: ""
197
+ words_connector: ", "
197
198
  time:
198
199
  am: 上午
199
200
  formats:
200
- default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
201
- long: ! '%Y年%b%d日 %H:%M'
202
- short: ! '%b%d日 %H:%M'
201
+ default: "%Y年%b%d日 %A %H:%M:%S %Z"
202
+ long: "%Y年%b%d日 %H:%M"
203
+ short: "%b%d日 %H:%M"
203
204
  pm: 下午
@@ -1,15 +1,16 @@
1
+ ---
1
2
  zh-HK:
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月
14
15
  - 2月
15
16
  - 3月
@@ -31,11 +32,11 @@ zh-HK:
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
  - 一月
40
41
  - 二月
41
42
  - 三月
@@ -78,16 +79,16 @@ zh-HK:
78
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: 時
@@ -96,30 +97,30 @@ zh-HK:
96
97
  second: 秒
97
98
  year: 年
98
99
  errors:
99
- format: ! '%{message}'
100
+ format: "%{message}"
100
101
  messages:
101
102
  accepted: 必定要接受%{attribute}
102
- blank: ! '%{attribute}不可以是空白'
103
- present: ! '%{attribute}必定要是空白'
104
- confirmation: ! '不符合%{attribute}'
105
- empty: ! '%{attribute}不可以留空'
106
- equal_to: ! '%{attribute}必須等於%{count}'
107
- even: ! '%{attribute}必須要是雙數'
108
- exclusion: ! '%{attribute}是被保留的關鍵字'
109
- greater_than: ! '%{attribute}必須大於%{count}'
110
- greater_than_or_equal_to: ! '%{attribute}必須大於或等於%{count}'
111
- inclusion: ! '%{attribute}沒有包含在列表中'
112
- invalid: ! '%{attribute}是無效的'
113
- less_than: ! '%{attribute}必須小於%{count}'
114
- less_than_or_equal_to: ! '%{attribute}必須小於或等於%{count}'
115
- not_a_number: ! '%{attribute}不是數字'
116
- not_an_integer: ! '%{attribute}必須是整數'
117
- odd: ! '%{attribute}必須是單數'
118
- record_invalid: ! '%{attribute}驗證失敗︰%{errors}'
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}"
119
120
  restrict_dependent_destroy:
120
121
  one: 由於%{record}依賴此記錄,無法移除
121
122
  many: 由於%{record}依賴此記錄,無法移除
122
- taken: ! '%{attribute}已被使用'
123
+ taken: "%{attribute}已被使用"
123
124
  too_long:
124
125
  one: 太長(最長為一個字元)
125
126
  other: 太長(最長為%{count}個字元)
@@ -129,7 +130,7 @@ zh-HK:
129
130
  wrong_length:
130
131
  one: 字數錯誤 (應為一個字元)
131
132
  other: 字數錯誤 (應為%{count}個字元)
132
- other_than: ! '%{attribute}唔可以係%{count}'
133
+ other_than: "%{attribute}唔可以係%{count}"
133
134
  template:
134
135
  body: 以下欄位發生問題︰
135
136
  header:
@@ -145,22 +146,22 @@ zh-HK:
145
146
  number:
146
147
  currency:
147
148
  format:
148
- delimiter: ! ','
149
- format: ! '%u %n'
149
+ delimiter: ","
150
+ format: "%u %n"
150
151
  precision: 2
151
- separator: .
152
+ separator: "."
152
153
  significant: false
153
154
  strip_insignificant_zeros: false
154
155
  unit: HK$
155
156
  format:
156
- delimiter: ! ','
157
+ delimiter: ","
157
158
  precision: 3
158
- separator: .
159
+ separator: "."
159
160
  significant: false
160
161
  strip_insignificant_zeros: false
161
162
  human:
162
163
  decimal_units:
163
- format: ! '%n %u'
164
+ format: "%n %u"
164
165
  units:
165
166
  billion: 十億
166
167
  million: 百萬
@@ -174,7 +175,7 @@ zh-HK:
174
175
  significant: false
175
176
  strip_insignificant_zeros: false
176
177
  storage_units:
177
- format: ! '%n %u'
178
+ format: "%n %u"
178
179
  units:
179
180
  byte:
180
181
  one: Byte
@@ -186,19 +187,19 @@ zh-HK:
186
187
  percentage:
187
188
  format:
188
189
  delimiter: ''
189
- format: '%n%'
190
+ format: "%n%"
190
191
  precision:
191
192
  format:
192
193
  delimiter: ''
193
194
  support:
194
195
  array:
195
- last_word_connector: ! ''
196
- two_words_connector: ! ''
197
- words_connector: 、
196
+ last_word_connector: 和
197
+ two_words_connector: 和
198
+ words_connector: ""
198
199
  time:
199
200
  am: 上午
200
201
  formats:
201
- default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
202
- long: ! '%Y年%b%d日 %H:%M'
203
- 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"
204
205
  pm: 下午
@@ -1,15 +1,16 @@
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月
14
15
  - 2月
15
16
  - 3月
@@ -31,11 +32,11 @@ 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
  - 一月
40
41
  - 二月
41
42
  - 三月
@@ -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: 時
@@ -96,12 +97,12 @@ zh-TW:
96
97
  second: 秒
97
98
  year: 年
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: 必須是可被接受的
102
103
  blank: 不能是空白字元
103
104
  present: 必須是空白
104
- confirmation: 不符合確認值
105
+ confirmation: 兩次輸入須一致
105
106
  empty: 不能留空
106
107
  equal_to: 必須等於 %{count}
107
108
  even: 必須是偶數
@@ -115,18 +116,18 @@ zh-TW:
115
116
  not_a_number: 不是數字
116
117
  not_an_integer: 必須是整數
117
118
  odd: 必須是奇數
118
- record_invalid: ! '校驗失敗: %{errors}'
119
- restrict_dependent_destroy:
119
+ record_invalid: '校驗失敗: %{errors}'
120
+ restrict_dependent_destroy:
120
121
  one: 由於 %{record} 需要此記錄,所以無法移除記錄
121
122
  many: 由於 %{record} 需要此記錄,所以無法移除記錄
122
123
  taken: 已經被使用
123
- too_long:
124
+ too_long:
124
125
  one: 過長(最長是一個字)
125
126
  other: 過長(最長是 %{count} 個字)
126
- too_short:
127
+ too_short:
127
128
  one: 過短(最短是一個字)
128
129
  other: 過短(最短是 %{count} 個字)
129
- wrong_length:
130
+ wrong_length:
130
131
  one: 字數錯誤 (必須是一個字)
131
132
  other: 字數錯誤 (必須是 %{count} 個字)
132
133
  other_than: 不可以是 %{count} 個字
@@ -145,22 +146,22 @@ zh-TW:
145
146
  number:
146
147
  currency:
147
148
  format:
148
- delimiter: ! ','
149
- format: ! '%u %n'
149
+ delimiter: ","
150
+ format: "%u %n"
150
151
  precision: 2
151
- separator: .
152
+ separator: "."
152
153
  significant: false
153
154
  strip_insignificant_zeros: false
154
155
  unit: NT$
155
156
  format:
156
- delimiter: ! ','
157
+ delimiter: ","
157
158
  precision: 3
158
- separator: .
159
+ separator: "."
159
160
  significant: false
160
161
  strip_insignificant_zeros: false
161
162
  human:
162
163
  decimal_units:
163
- format: ! '%n %u'
164
+ format: "%n %u"
164
165
  units:
165
166
  billion: 十億
166
167
  million: 百萬
@@ -174,9 +175,9 @@ zh-TW:
174
175
  significant: false
175
176
  strip_insignificant_zeros: false
176
177
  storage_units:
177
- format: ! '%n %u'
178
+ format: "%n %u"
178
179
  units:
179
- byte:
180
+ byte:
180
181
  one: 位元組
181
182
  other: 位元組
182
183
  gb: GB
@@ -191,13 +192,13 @@ zh-TW:
191
192
  delimiter: ''
192
193
  support:
193
194
  array:
194
- last_word_connector: ! ', 和 '
195
- two_words_connector: ! ' '
196
- words_connector: ! ', '
195
+ last_word_connector: ", 和 "
196
+ two_words_connector: ""
197
+ words_connector: ", "
197
198
  time:
198
199
  am: 上午
199
200
  formats:
200
- default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
201
- long: ! '%Y年%b%d日 %H:%M'
202
- short: ! '%b%d日 %H:%M'
201
+ default: "%Y年%b%d日 %A %H:%M:%S %Z"
202
+ long: "%Y年%b%d日 %H:%M"
203
+ short: "%b%d日 %H:%M"
203
204
  pm: 下午