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
data/rails/locale/mn.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  mn:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ mn:
9
10
  - Ба
10
11
  - Бя
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - 1 сар
14
15
  - 2 сар
15
16
  - 3 сар
@@ -31,11 +32,11 @@ mn:
31
32
  - Баасан
32
33
  - Бямба
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%Y %B %d'
36
- short: ! '%y-%m-%d'
35
+ default: "%Y-%m-%d"
36
+ long: "%Y %B %d"
37
+ short: "%y-%m-%d"
37
38
  month_names:
38
- -
39
+ -
39
40
  - 1 сар
40
41
  - 2 сар
41
42
  - 3 сар
@@ -55,39 +56,39 @@ mn:
55
56
  datetime:
56
57
  distance_in_words:
57
58
  about_x_hours:
58
- one: ! '1 цаг орчим'
59
- other: ! '%{count} цаг орчим'
59
+ one: 1 цаг орчим
60
+ other: "%{count} цаг орчим"
60
61
  about_x_months:
61
- one: ! '1 сар орчим'
62
- other: ! '%{count} сар орчим'
62
+ one: 1 сар орчим
63
+ other: "%{count} сар орчим"
63
64
  about_x_years:
64
- one: ! '1 жил орчим'
65
- other: ! '%{count} жил орчим'
65
+ one: 1 жил орчим
66
+ other: "%{count} жил орчим"
66
67
  almost_x_years:
67
68
  one: бараг 1 жил
68
69
  other: бараг %{count} жил
69
70
  half_a_minute: хагас минут
70
71
  less_than_x_minutes:
71
- one: ! '1 минутаас бага'
72
- other: ! '%{count} минутаас бага'
72
+ one: 1 минутаас бага
73
+ other: "%{count} минутаас бага"
73
74
  less_than_x_seconds:
74
- one: ! '1 секундээс бага'
75
- other: ! '%{count} секундээс бага'
75
+ one: 1 секундээс бага
76
+ other: "%{count} секундээс бага"
76
77
  over_x_years:
77
- one: ! '1 жилээс илүү'
78
- other: ! '%{count} жилээс илүү'
78
+ one: 1 жилээс илүү
79
+ other: "%{count} жилээс илүү"
79
80
  x_days:
80
- one: ! '1 өдөр'
81
- other: ! '%{count} өдөр'
81
+ one: 1 өдөр
82
+ other: "%{count} өдөр"
82
83
  x_minutes:
83
- one: ! '1 минут'
84
- other: ! '%{count} минут'
84
+ one: 1 минут
85
+ other: "%{count} минут"
85
86
  x_months:
86
- one: ! '1 сар'
87
- other: ! '%{count} сар'
87
+ one: 1 сар
88
+ other: "%{count} сар"
88
89
  x_seconds:
89
- one: ! '1 секунд'
90
- other: ! '%{count} секунд'
90
+ one: 1 секунд
91
+ other: "%{count} секунд"
91
92
  prompts:
92
93
  day: Өдөр
93
94
  hour: Цаг
@@ -96,25 +97,25 @@ mn:
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
  confirmation: адилгүй байна
104
105
  empty: байхгүй байж болохгүй
105
- equal_to: ! '%{count}-тэй тэнцүү байх ёстой'
106
+ equal_to: "%{count}-тэй тэнцүү байх ёстой"
106
107
  even: тэгш байх ёстой
107
108
  exclusion: бол ашиглахад хориотой
108
- greater_than: ! '%{count}-с их байх ёстой'
109
- greater_than_or_equal_to: ! '%{count}-с их юмуу эсвэл тэнцүү байх ёстой'
109
+ greater_than: "%{count}-с их байх ёстой"
110
+ greater_than_or_equal_to: "%{count}-с их юмуу эсвэл тэнцүү байх ёстой"
110
111
  inclusion: жагсаалтанд алга байна
111
112
  invalid: буруу байна
112
- less_than: ! '%{count}-с бага байх ёстой'
113
- less_than_or_equal_to: ! '%{count}-с бага юмуу эсвэл тэнцүү байх ёстой'
113
+ less_than: "%{count}-с бага байх ёстой"
114
+ less_than_or_equal_to: "%{count}-с бага юмуу эсвэл тэнцүү байх ёстой"
114
115
  not_a_number: тоо биш байна
115
116
  not_an_integer: бүхэл тоо байх ёстой
116
117
  odd: сонгой байх ёстой
117
- record_invalid: ! 'Шалгалт амжилтгүй: %{errors}'
118
+ record_invalid: 'Шалгалт амжилтгүй: %{errors}'
118
119
  taken: аль хэдийн авчихсан байна
119
120
  too_long:
120
121
  one: урт байна (хамгийн уртдаа 1 тэмдэгт)
@@ -126,36 +127,36 @@ mn:
126
127
  one: урт нь буруу байна (1 тэмдэгт байх ёстой)
127
128
  other: урт нь буруу байна (%{count} тэмдэгт байх ёстой)
128
129
  template:
129
- body: ! 'Дараах талбарууд дээр алдаа гарлаа:'
130
+ body: 'Дараах талбарууд дээр алдаа гарлаа:'
130
131
  header:
131
132
  one: 1 алдаа гарсан тул %{model} хадгалагдахгүй байна
132
- other: ! '%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна'
133
+ other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
133
134
  helpers:
134
135
  select:
135
136
  prompt: Сонгоно уу
136
137
  submit:
137
- create: ! 'Үүсгэх'
138
- submit: ! 'Хадгалах'
139
- update: ! 'Шинэчлэх'
138
+ create: Үүсгэх
139
+ submit: Хадгалах
140
+ update: Шинэчлэх
140
141
  number:
141
142
  currency:
142
143
  format:
143
- delimiter: ! ' '
144
- format: ! '%n %u'
144
+ delimiter: " "
145
+ format: "%n %u"
145
146
  precision: 2
146
- separator: .
147
+ separator: "."
147
148
  significant: false
148
149
  strip_insignificant_zeros: false
149
150
  unit: төг.
150
151
  format:
151
- delimiter: ! ' '
152
+ delimiter: " "
152
153
  precision: 3
153
- separator: .
154
+ separator: "."
154
155
  significant: false
155
156
  strip_insignificant_zeros: false
156
157
  human:
157
158
  decimal_units:
158
- format: ! '%n %u'
159
+ format: "%n %u"
159
160
  units:
160
161
  billion: Тэрбум
161
162
  million: Сая
@@ -169,7 +170,7 @@ mn:
169
170
  significant: true
170
171
  strip_insignificant_zeros: true
171
172
  storage_units:
172
- format: ! '%n %u'
173
+ format: "%n %u"
173
174
  units:
174
175
  byte:
175
176
  one: Байт
@@ -186,13 +187,13 @@ mn:
186
187
  delimiter: ''
187
188
  support:
188
189
  array:
189
- last_word_connector: ! ' болон '
190
- two_words_connector: ! ' болон '
191
- words_connector: ! ', '
190
+ last_word_connector: " болон "
191
+ two_words_connector: " болон "
192
+ words_connector: ", "
192
193
  time:
193
194
  am: өглөө
194
195
  formats:
195
- default: ! '%Y-%m-%d %H:%M'
196
- long: ! '%Y %B %d, %H:%M:%S'
197
- short: ! '%y-%m-%d'
196
+ default: "%Y-%m-%d %H:%M"
197
+ long: "%Y %B %d, %H:%M:%S"
198
+ short: "%y-%m-%d"
198
199
  pm: орой
data/rails/locale/ms.yml CHANGED
@@ -1,5 +1,4 @@
1
- #Bahasa Malaysia
2
-
1
+ ---
3
2
  ms:
4
3
  date:
5
4
  abbr_day_names:
@@ -33,9 +32,9 @@ ms:
33
32
  - Jumaat
34
33
  - Sabtu
35
34
  formats:
36
- default: ! '%d-%m-%Y'
37
- long: ! '%d %B, %Y'
38
- short: ! '%d %b'
35
+ default: "%d-%m-%Y"
36
+ long: "%d %B, %Y"
37
+ short: "%d %b"
39
38
  month_names:
40
39
  -
41
40
  - Januari
@@ -80,16 +79,16 @@ ms:
80
79
  other: lebih %{count} tahun
81
80
  x_days:
82
81
  one: 1 hari
83
- other: ! '%{count} hari'
82
+ other: "%{count} hari"
84
83
  x_minutes:
85
84
  one: 1 minit
86
- other: ! '%{count} minit'
85
+ other: "%{count} minit"
87
86
  x_months:
88
87
  one: 1 bulan
89
- other: ! '%{count} bulan'
88
+ other: "%{count} bulan"
90
89
  x_seconds:
91
90
  one: 1 saat
92
- other: ! '%{count} saat'
91
+ other: "%{count} saat"
93
92
  prompts:
94
93
  day: Hari
95
94
  hour: Jam
@@ -98,7 +97,7 @@ ms:
98
97
  second: Saat
99
98
  year: Tahun
100
99
  errors:
101
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
102
101
  messages:
103
102
  accepted: wajib diterima
104
103
  blank: tidak boleh dikosongkan
@@ -116,7 +115,7 @@ ms:
116
115
  not_a_number: bukan nombor
117
116
  not_an_integer: mestilah integer
118
117
  odd: mesti ganjil
119
- record_invalid: ! 'Pengesahan gagal: %{errors}'
118
+ record_invalid: 'Pengesahan gagal: %{errors}'
120
119
  taken: telah digunakan
121
120
  too_long:
122
121
  one: terlalu panjang (maksima adalah 1 karakter)
@@ -128,10 +127,10 @@ ms:
128
127
  one: mempunyai panjang yang salah (sepatutnya 1 karakter sahaja)
129
128
  other: mempunyai panjang yang salah(sepatutnya %{count} karakter sahaja)
130
129
  template:
131
- body: ! 'Terdapat masalah dengan medan data tersebut:'
130
+ body: 'Terdapat masalah dengan medan data tersebut:'
132
131
  header:
133
132
  one: 1 ralat menhalang %{model} ini dari disimpan
134
- other: ! '%{count} ralat menhalang %{model} ini dari disimpan'
133
+ other: "%{count} ralat menhalang %{model} ini dari disimpan"
135
134
  helpers:
136
135
  select:
137
136
  prompt: Sila pilih
@@ -142,22 +141,22 @@ ms:
142
141
  number:
143
142
  currency:
144
143
  format:
145
- delimiter: ! ','
146
- format: ! '%u%n'
144
+ delimiter: ","
145
+ format: "%u%n"
147
146
  precision: 2
148
- separator: .
147
+ separator: "."
149
148
  significant: false
150
149
  strip_insignificant_zeros: false
151
150
  unit: RM
152
151
  format:
153
- delimiter: ! ','
152
+ delimiter: ","
154
153
  precision: 3
155
- separator: .
154
+ separator: "."
156
155
  significant: false
157
156
  strip_insignificant_zeros: false
158
157
  human:
159
158
  decimal_units:
160
- format: ! '%n %u'
159
+ format: "%n %u"
161
160
  units:
162
161
  billion: Ribu Juta
163
162
  million: Juta
@@ -171,7 +170,7 @@ ms:
171
170
  significant: true
172
171
  strip_insignificant_zeros: true
173
172
  storage_units:
174
- format: ! '%n %u'
173
+ format: "%n %u"
175
174
  units:
176
175
  byte:
177
176
  one: Bait
@@ -188,13 +187,13 @@ ms:
188
187
  delimiter: ''
189
188
  support:
190
189
  array:
191
- last_word_connector: ! ', dan '
192
- two_words_connector: ! ' dan '
193
- words_connector: ! ', '
190
+ last_word_connector: ", dan "
191
+ two_words_connector: " dan "
192
+ words_connector: ", "
194
193
  time:
195
194
  am: am
196
195
  formats:
197
- default: ! '%a, %d %b %Y %H:%M:%S %z'
198
- long: ! '%d %B, %Y %H:%M'
199
- short: ! '%d %b %H:%M'
196
+ default: "%a, %d %b %Y %H:%M:%S %z"
197
+ long: "%d %B, %Y %H:%M"
198
+ short: "%d %b %H:%M"
200
199
  pm: pm
data/rails/locale/nb.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nb:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ nb:
9
10
  - fre
10
11
  - lør
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - jan
14
15
  - feb
15
16
  - mar
@@ -31,11 +32,11 @@ nb:
31
32
  - fredag
32
33
  - lørdag
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e. %B %Y'
36
- short: ! '%e. %b'
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - januar
40
41
  - februar
41
42
  - mars
@@ -78,16 +79,16 @@ nb:
78
79
  other: over %{count} år
79
80
  x_days:
80
81
  one: 1 dag
81
- other: ! '%{count} dager'
82
+ other: "%{count} dager"
82
83
  x_minutes:
83
84
  one: 1 minutt
84
- other: ! '%{count} minutter'
85
+ other: "%{count} minutter"
85
86
  x_months:
86
87
  one: 1 måned
87
- other: ! '%{count} måneder'
88
+ other: "%{count} måneder"
88
89
  x_seconds:
89
90
  one: 1 sekund
90
- other: ! '%{count} sekunder'
91
+ other: "%{count} sekunder"
91
92
  prompts:
92
93
  day: Dag
93
94
  hour: Time
@@ -96,7 +97,7 @@ nb:
96
97
  second: Sekund
97
98
  year: År
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: må være akseptert
102
103
  blank: kan ikke være blank
@@ -115,17 +116,17 @@ nb:
115
116
  not_a_number: er ikke et tall
116
117
  not_an_integer: er ikke et heltall
117
118
  odd: må være oddetall
118
- record_invalid: ! 'Det oppstod feil: %{errors}'
119
+ record_invalid: 'Det oppstod feil: %{errors}'
119
120
  restrict_dependent_destroy:
120
- one: "Kan ikke slette registreringen, fordi 1 %{record} avhenger av denne."
121
- many: "Kan ikke slette registreringen, fordi %{record} avhenger av denne."
121
+ one: Kan ikke slette registreringen, fordi 1 %{record} avhenger av denne.
122
+ many: Kan ikke slette registreringen, fordi %{record} avhenger av denne.
122
123
  taken: er allerede i bruk
123
124
  too_long: er for lang (maksimum %{count} tegn)
124
125
  too_short: er for kort (minimum %{count} tegn)
125
126
  wrong_length: er av feil lengde (maksimum %{count} tegn)
126
- other_than: "kan ikke være nøyaktig %{count}"
127
+ other_than: kan ikke være nøyaktig %{count}
127
128
  template:
128
- body: ! 'Det oppstod problemer i følgende felt:'
129
+ body: 'Det oppstod problemer i følgende felt:'
129
130
  header:
130
131
  one: Kunne ikke lagre %{model} på grunn av én feil.
131
132
  other: Kunne ikke lagre %{model} på grunn av %{count} feil.
@@ -139,22 +140,22 @@ nb:
139
140
  number:
140
141
  currency:
141
142
  format:
142
- delimiter: ! ' '
143
- format: ! '%n %u'
143
+ delimiter: " "
144
+ format: "%n %u"
144
145
  precision: 2
145
- separator: ! ','
146
+ separator: ","
146
147
  significant: false
147
148
  strip_insignificant_zeros: false
148
149
  unit: kr
149
150
  format:
150
- delimiter: ! ' '
151
+ delimiter: " "
151
152
  precision: 2
152
- separator: ! ','
153
+ separator: ","
153
154
  significant: false
154
155
  strip_insignificant_zeros: true
155
156
  human:
156
157
  decimal_units:
157
- format: ! '%n %u'
158
+ format: "%n %u"
158
159
  units:
159
160
  billion:
160
161
  one: milliard
@@ -171,12 +172,12 @@ nb:
171
172
  other: billioner
172
173
  unit: ''
173
174
  format:
174
- delimiter: ! ' '
175
+ delimiter: " "
175
176
  precision: 1
176
177
  significant: false
177
178
  strip_insignificant_zeros: true
178
179
  storage_units:
179
- format: ! '%n %u'
180
+ format: "%n %u"
180
181
  units:
181
182
  byte:
182
183
  one: Byte
@@ -193,13 +194,13 @@ nb:
193
194
  delimiter: ''
194
195
  support:
195
196
  array:
196
- last_word_connector: ! ' og '
197
- two_words_connector: ! ' og '
198
- words_connector: ! ', '
197
+ last_word_connector: " og "
198
+ two_words_connector: " og "
199
+ words_connector: ", "
199
200
  time:
200
201
  am: ''
201
202
  formats:
202
- default: ! '%A, %e. %B %Y, %H:%M'
203
- long: ! '%A, %e. %B %Y, %H:%M'
204
- short: ! '%e. %B, %H:%M'
203
+ default: "%A, %e. %B %Y, %H:%M"
204
+ long: "%A, %e. %B %Y, %H:%M"
205
+ short: "%e. %B, %H:%M"
205
206
  pm: ''