rails-i18n 6.0.0 → 7.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +159 -1
  3. data/README.md +97 -16
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +3 -3
  5. data/lib/rails_i18n/common_pluralizations/one_few_other.rb +39 -0
  6. data/lib/rails_i18n/common_pluralizations/one_other.rb +1 -1
  7. data/lib/rails_i18n/common_pluralizations/one_two_other.rb +5 -7
  8. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +4 -2
  9. data/lib/rails_i18n/common_pluralizations/one_with_zero_other.rb +6 -1
  10. data/lib/rails_i18n/common_pluralizations/romanian.rb +5 -2
  11. data/lib/rails_i18n/common_pluralizations/west_slavic.rb +4 -6
  12. data/lib/rails_i18n/railtie.rb +9 -3
  13. data/lib/rails_i18n.rb +10 -1
  14. data/rails/locale/af.yml +22 -22
  15. data/rails/locale/ar.yml +3 -3
  16. data/rails/locale/az.yml +12 -12
  17. data/rails/locale/bg.yml +12 -12
  18. data/rails/locale/bn.yml +22 -19
  19. data/rails/locale/bs.yml +6 -6
  20. data/rails/locale/ca.yml +44 -20
  21. data/rails/locale/cy.yml +83 -78
  22. data/rails/locale/da.yml +20 -12
  23. data/rails/locale/de-AT.yml +7 -4
  24. data/rails/locale/de-CH.yml +7 -4
  25. data/rails/locale/de-DE.yml +7 -4
  26. data/rails/locale/de.yml +8 -5
  27. data/rails/locale/dz.yml +213 -0
  28. data/rails/locale/el-CY.yml +23 -10
  29. data/rails/locale/el.yml +21 -8
  30. data/rails/locale/en-AU.yml +15 -15
  31. data/rails/locale/en-CA.yml +16 -16
  32. data/rails/locale/en-CY.yml +15 -15
  33. data/rails/locale/en-GB.yml +15 -15
  34. data/rails/locale/en-IE.yml +15 -15
  35. data/rails/locale/en-IN.yml +18 -18
  36. data/rails/locale/en-NZ.yml +15 -15
  37. data/rails/locale/en-TT.yml +213 -0
  38. data/rails/locale/en-US.yml +19 -17
  39. data/rails/locale/en-ZA.yml +21 -21
  40. data/rails/locale/en.yml +17 -15
  41. data/rails/locale/eo.yml +5 -5
  42. data/rails/locale/es-419.yml +20 -18
  43. data/rails/locale/es-AR.yml +21 -19
  44. data/rails/locale/es-CL.yml +21 -19
  45. data/rails/locale/es-CO.yml +27 -25
  46. data/rails/locale/es-CR.yml +20 -18
  47. data/rails/locale/es-EC.yml +20 -18
  48. data/rails/locale/es-ES.yml +21 -19
  49. data/rails/locale/es-MX.yml +20 -18
  50. data/rails/locale/es-NI.yml +20 -18
  51. data/rails/locale/es-PA.yml +20 -18
  52. data/rails/locale/es-PE.yml +20 -18
  53. data/rails/locale/es-US.yml +20 -18
  54. data/rails/locale/es-VE.yml +20 -18
  55. data/rails/locale/es.yml +21 -19
  56. data/rails/locale/eu.yml +4 -4
  57. data/rails/locale/fa.yml +2 -2
  58. data/rails/locale/fi.yml +16 -16
  59. data/rails/locale/fr-CA.yml +12 -10
  60. data/rails/locale/fr-CH.yml +12 -10
  61. data/rails/locale/fr-FR.yml +12 -10
  62. data/rails/locale/fr.yml +16 -14
  63. data/rails/locale/fy.yml +215 -0
  64. data/rails/locale/gd.yml +252 -0
  65. data/rails/locale/gl.yml +13 -13
  66. data/rails/locale/hi-IN.yml +5 -5
  67. data/rails/locale/hi.yml +5 -5
  68. data/rails/locale/hr.yml +59 -50
  69. data/rails/locale/hu.yml +12 -12
  70. data/rails/locale/id.yml +7 -7
  71. data/rails/locale/is.yml +14 -14
  72. data/rails/locale/it-CH.yml +23 -10
  73. data/rails/locale/it.yml +16 -15
  74. data/rails/locale/ja.yml +15 -39
  75. data/rails/locale/ka.yml +16 -16
  76. data/rails/locale/kk.yml +225 -0
  77. data/rails/locale/kn.yml +8 -8
  78. data/rails/locale/ko.yml +34 -58
  79. data/rails/locale/lb.yml +7 -7
  80. data/rails/locale/lo.yml +13 -85
  81. data/rails/locale/lt.yml +8 -8
  82. data/rails/locale/lv.yml +12 -2
  83. data/rails/locale/mg.yml +6 -6
  84. data/rails/locale/mk.yml +2 -2
  85. data/rails/locale/ml.yml +13 -13
  86. data/rails/locale/mn.yml +15 -15
  87. data/rails/locale/mr-IN.yml +5 -5
  88. data/rails/locale/ms.yml +13 -13
  89. data/rails/locale/nb.yml +26 -20
  90. data/rails/locale/ne.yml +18 -18
  91. data/rails/locale/nl.yml +7 -7
  92. data/rails/locale/nn.yml +10 -10
  93. data/rails/locale/oc.yml +1 -1
  94. data/rails/locale/or.yml +12 -12
  95. data/rails/locale/pa.yml +18 -18
  96. data/rails/locale/pap-AW.yml +215 -0
  97. data/rails/locale/pap-CW.yml +215 -0
  98. data/rails/locale/pl.yml +27 -27
  99. data/rails/locale/pt-BR.yml +19 -17
  100. data/rails/locale/pt.yml +16 -14
  101. data/rails/locale/rm.yml +2 -2
  102. data/rails/locale/ro.yml +60 -60
  103. data/rails/locale/ru.yml +17 -15
  104. data/rails/locale/sc.yml +223 -0
  105. data/rails/locale/sk.yml +1 -0
  106. data/rails/locale/sl.yml +10 -10
  107. data/rails/locale/sq.yml +21 -25
  108. data/rails/locale/sr.yml +2 -2
  109. data/rails/locale/st.yml +215 -0
  110. data/rails/locale/sv-FI.yml +207 -0
  111. data/rails/locale/sv-SE.yml +4 -1
  112. data/rails/locale/sv.yml +8 -5
  113. data/rails/locale/sw.yml +9 -9
  114. data/rails/locale/ta.yml +13 -13
  115. data/rails/locale/te.yml +3 -3
  116. data/rails/locale/tr.yml +16 -16
  117. data/rails/locale/uk.yml +5 -5
  118. data/rails/locale/ur.yml +2 -2
  119. data/rails/locale/uz.yml +1 -1
  120. data/rails/locale/vi.yml +14 -37
  121. data/rails/locale/wo.yml +18 -18
  122. data/rails/locale/zh-CN.yml +29 -29
  123. data/rails/locale/zh-HK.yml +28 -60
  124. data/rails/locale/zh-TW.yml +32 -64
  125. data/rails/locale/zh-YUE.yml +23 -55
  126. data/rails/ordinals/de-AT.rb +15 -0
  127. data/rails/ordinals/de-CH.rb +15 -0
  128. data/rails/ordinals/de-DE.rb +15 -0
  129. data/rails/ordinals/de.rb +15 -0
  130. data/rails/ordinals/fr-CA.rb +19 -0
  131. data/rails/ordinals/fr-CH.rb +19 -0
  132. data/rails/ordinals/fr-FR.rb +19 -0
  133. data/rails/ordinals/fr.rb +19 -0
  134. data/rails/ordinals/gd.rb +24 -0
  135. data/rails/pluralization/ar.rb +3 -2
  136. data/rails/pluralization/bs.rb +2 -2
  137. data/rails/pluralization/el-CY.rb +3 -0
  138. data/rails/pluralization/en-CY.rb +3 -0
  139. data/rails/pluralization/en-IE.rb +3 -0
  140. data/rails/pluralization/en-TT.rb +3 -0
  141. data/rails/pluralization/en-US.rb +3 -0
  142. data/rails/pluralization/en-ZA.rb +3 -0
  143. data/rails/pluralization/fy.rb +3 -0
  144. data/rails/pluralization/gd.rb +8 -4
  145. data/rails/pluralization/hr.rb +2 -2
  146. data/rails/pluralization/hsb.rb +7 -9
  147. data/rails/pluralization/ka.rb +2 -2
  148. data/rails/pluralization/kk.rb +3 -0
  149. data/rails/pluralization/lt.rb +3 -2
  150. data/rails/pluralization/lv.rb +1 -2
  151. data/rails/pluralization/mk.rb +2 -3
  152. data/rails/pluralization/pap-AW.rb +3 -0
  153. data/rails/pluralization/pap-CW.rb +3 -0
  154. data/rails/pluralization/pl.rb +4 -3
  155. data/rails/pluralization/pt-BR.rb +3 -0
  156. data/rails/pluralization/sc.rb +3 -0
  157. data/rails/pluralization/sl.rb +7 -11
  158. data/rails/pluralization/sr.rb +2 -2
  159. data/rails/pluralization/st.rb +3 -0
  160. data/rails/pluralization/ta.rb +3 -0
  161. data/rails/pluralization/tr.rb +2 -2
  162. data/rails/transliteration/da.yml +10 -0
  163. data/rails/transliteration/de.yml +1 -0
  164. data/rails/transliteration/ka.yml +37 -0
  165. data/rails/transliteration/uk.rb +5 -21
  166. metadata +44 -57
  167. data/lib/rails_i18n/unicode.rb +0 -1
  168. data/rails/pluralization/ak.rb +0 -3
  169. data/rails/pluralization/am.rb +0 -3
  170. data/rails/pluralization/bh.rb +0 -3
  171. data/rails/pluralization/bm.rb +0 -3
  172. data/rails/pluralization/bo.rb +0 -3
  173. data/rails/pluralization/br.rb +0 -31
  174. data/rails/pluralization/by.rb +0 -3
  175. data/rails/pluralization/cy.rb +0 -24
  176. data/rails/pluralization/dz.rb +0 -3
  177. data/rails/pluralization/ff.rb +0 -3
  178. data/rails/pluralization/ga.rb +0 -27
  179. data/rails/pluralization/guw.rb +0 -3
  180. data/rails/pluralization/gv.rb +0 -22
  181. data/rails/pluralization/ig.rb +0 -3
  182. data/rails/pluralization/ii.rb +0 -3
  183. data/rails/pluralization/iu.rb +0 -3
  184. data/rails/pluralization/jv.rb +0 -3
  185. data/rails/pluralization/kab.rb +0 -3
  186. data/rails/pluralization/kde.rb +0 -3
  187. data/rails/pluralization/kea.rb +0 -3
  188. data/rails/pluralization/ksh.rb +0 -23
  189. data/rails/pluralization/kw.rb +0 -3
  190. data/rails/pluralization/lag.rb +0 -24
  191. data/rails/pluralization/ln.rb +0 -3
  192. data/rails/pluralization/mo.rb +0 -3
  193. data/rails/pluralization/mt.rb +0 -28
  194. data/rails/pluralization/my.rb +0 -3
  195. data/rails/pluralization/naq.rb +0 -3
  196. data/rails/pluralization/nso.rb +0 -3
  197. data/rails/pluralization/root.rb +0 -3
  198. data/rails/pluralization/sah.rb +0 -3
  199. data/rails/pluralization/se.rb +0 -3
  200. data/rails/pluralization/ses.rb +0 -3
  201. data/rails/pluralization/sg.rb +0 -3
  202. data/rails/pluralization/sh.rb +0 -3
  203. data/rails/pluralization/shi.rb +0 -3
  204. data/rails/pluralization/sma.rb +0 -3
  205. data/rails/pluralization/smi.rb +0 -3
  206. data/rails/pluralization/smj.rb +0 -3
  207. data/rails/pluralization/smn.rb +0 -3
  208. data/rails/pluralization/sms.rb +0 -3
  209. data/rails/pluralization/ti.rb +0 -3
  210. data/rails/pluralization/to.rb +0 -3
  211. data/rails/pluralization/tzm.rb +0 -21
  212. data/rails/pluralization/wa.rb +0 -3
  213. data/rails/pluralization/yo.rb +0 -3
  214. data/rails/pluralization/zh.rb +0 -3
@@ -0,0 +1,207 @@
1
+ ---
2
+ sv-FI:
3
+ activerecord:
4
+ errors:
5
+ messages:
6
+ record_invalid: "Ett fel uppstod: %{errors}"
7
+ restrict_dependent_destroy:
8
+ has_one: Kan inte ta bort post då beroende %{record} finns
9
+ has_many: Kan inte ta bort poster då beroende %{record} finns
10
+ date:
11
+ abbr_day_names:
12
+ - sön
13
+ - mån
14
+ - tis
15
+ - ons
16
+ - tor
17
+ - fre
18
+ - lör
19
+ abbr_month_names:
20
+ -
21
+ - jan
22
+ - feb
23
+ - mar
24
+ - apr
25
+ - maj
26
+ - jun
27
+ - jul
28
+ - aug
29
+ - sep
30
+ - okt
31
+ - nov
32
+ - dec
33
+ day_names:
34
+ - söndag
35
+ - måndag
36
+ - tisdag
37
+ - onsdag
38
+ - torsdag
39
+ - fredag
40
+ - lördag
41
+ formats:
42
+ default: "%-d.%-m.%Y"
43
+ long: "%e %B %Y"
44
+ short: "%e %b"
45
+ month_names:
46
+ -
47
+ - januari
48
+ - februari
49
+ - mars
50
+ - april
51
+ - maj
52
+ - juni
53
+ - juli
54
+ - augusti
55
+ - september
56
+ - oktober
57
+ - november
58
+ - december
59
+ order:
60
+ - :day
61
+ - :month
62
+ - :year
63
+ datetime:
64
+ distance_in_words:
65
+ about_x_hours:
66
+ one: ungefär en timme
67
+ other: ungefär %{count} timmar
68
+ about_x_months:
69
+ one: ungefär en månad
70
+ other: ungefär %{count} månader
71
+ about_x_years:
72
+ one: ungefär ett år
73
+ other: ungefär %{count} år
74
+ almost_x_years:
75
+ one: nästan ett år
76
+ other: nästan %{count} år
77
+ half_a_minute: en halv minut
78
+ less_than_x_seconds:
79
+ one: mindre än en sekund
80
+ other: mindre än %{count} sekunder
81
+ less_than_x_minutes:
82
+ one: mindre än en minut
83
+ other: mindre än %{count} minuter
84
+ over_x_years:
85
+ one: mer än ett år
86
+ other: mer än %{count} år
87
+ x_seconds:
88
+ one: en sekund
89
+ other: "%{count} sekunder"
90
+ x_minutes:
91
+ one: en minut
92
+ other: "%{count} minuter"
93
+ x_days:
94
+ one: en dag
95
+ other: "%{count} dagar"
96
+ x_months:
97
+ one: en månad
98
+ other: "%{count} månader"
99
+ prompts:
100
+ second: Sekund
101
+ minute: Minut
102
+ hour: Timme
103
+ day: Dag
104
+ month: Månad
105
+ year: År
106
+ errors:
107
+ format: "%{attribute} %{message}"
108
+ messages:
109
+ accepted: måste vara accepterad
110
+ blank: måste anges
111
+ confirmation: stämmer inte överens
112
+ empty: får ej vara tom
113
+ equal_to: måste vara lika med %{count}
114
+ even: måste vara jämnt
115
+ exclusion: är reserverat
116
+ greater_than: måste vara större än %{count}
117
+ greater_than_or_equal_to: måste vara större än eller lika med %{count}
118
+ inclusion: finns inte i listan
119
+ invalid: har fel format
120
+ less_than: måste vara mindre än %{count}
121
+ less_than_or_equal_to: måste vara mindre än eller lika med %{count}
122
+ model_invalid: "Validering misslyckades: %{errors}"
123
+ not_a_number: är inte ett nummer
124
+ not_an_integer: måste vara ett heltal
125
+ odd: måste vara udda
126
+ other_than: måste vara annat än %{count}
127
+ present: får inte anges
128
+ required: måste finnas
129
+ taken: används redan
130
+ too_long: är för lång (maximum är %{count} tecken)
131
+ too_short: är för kort (minimum är %{count} tecken)
132
+ wrong_length: har fel längd (ska vara %{count} tecken)
133
+ template:
134
+ body: "Det var problem med följande fält:"
135
+ header:
136
+ one: Ett fel förhindrade ifrågavarande %{model} från att sparas
137
+ other: "%{count} fel förhindrade ifrågavarande %{model} från att sparas"
138
+ helpers:
139
+ select:
140
+ prompt: Välj
141
+ submit:
142
+ create: Skapa %{model}
143
+ submit: Spara %{model}
144
+ update: Ändra %{model}
145
+ number:
146
+ currency:
147
+ format:
148
+ delimiter: " "
149
+ format: "%n %u"
150
+ precision: 2
151
+ separator: ","
152
+ significant: false
153
+ strip_insignificant_zeros: false
154
+ unit: "€"
155
+ format:
156
+ delimiter: " "
157
+ precision: 2
158
+ round_mode: default
159
+ separator: ","
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: Miljard
167
+ million: Miljon
168
+ quadrillion: Biljard
169
+ thousand: Tusen
170
+ trillion: Biljon
171
+ unit: ""
172
+ format:
173
+ delimiter: ""
174
+ precision: 3
175
+ significant: true
176
+ strip_insignificant_zeros: true
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ eb: EB
184
+ gb: GB
185
+ kb: KB
186
+ mb: MB
187
+ pb: PB
188
+ tb: TB
189
+ percentage:
190
+ format:
191
+ delimiter: " "
192
+ format: "%n %"
193
+ precision:
194
+ format:
195
+ delimiter: ""
196
+ support:
197
+ array:
198
+ last_word_connector: " och "
199
+ two_words_connector: " och "
200
+ words_connector: ", "
201
+ time:
202
+ am: ""
203
+ formats:
204
+ default: "%a, %e %b %Y %H:%M:%S %z"
205
+ long: "%e %B %Y %H:%M"
206
+ short: "%e %b %H:%M"
207
+ pm: ""
@@ -158,6 +158,7 @@ sv-SE:
158
158
  format:
159
159
  delimiter: " "
160
160
  precision: 2
161
+ round_mode: default
161
162
  separator: ","
162
163
  significant: false
163
164
  strip_insignificant_zeros: false
@@ -173,7 +174,7 @@ sv-SE:
173
174
  unit: ''
174
175
  format:
175
176
  delimiter: ''
176
- precision: 1
177
+ precision: 3
177
178
  significant: true
178
179
  strip_insignificant_zeros: true
179
180
  storage_units:
@@ -182,9 +183,11 @@ sv-SE:
182
183
  byte:
183
184
  one: Byte
184
185
  other: Bytes
186
+ eb: EB
185
187
  gb: GB
186
188
  kb: KB
187
189
  mb: MB
190
+ pb: PB
188
191
  tb: TB
189
192
  percentage:
190
193
  format:
data/rails/locale/sv.yml CHANGED
@@ -136,8 +136,8 @@ sv:
136
136
  template:
137
137
  body: 'Det var problem med följande fält:'
138
138
  header:
139
- one: Ett fel förhindrade denna %{model} från att sparas
140
- other: "%{count} fel förhindrade denna %{model} från att sparas"
139
+ one: Ett fel förhindrade ifrågavarande %{model} från att sparas
140
+ other: "%{count} fel förhindrade ifrågavarande %{model} från att sparas"
141
141
  helpers:
142
142
  select:
143
143
  prompt: Välj
@@ -158,6 +158,7 @@ sv:
158
158
  format:
159
159
  delimiter: " "
160
160
  precision: 2
161
+ round_mode: default
161
162
  separator: ","
162
163
  significant: false
163
164
  strip_insignificant_zeros: false
@@ -173,7 +174,7 @@ sv:
173
174
  unit: ''
174
175
  format:
175
176
  delimiter: ''
176
- precision: 1
177
+ precision: 3
177
178
  significant: true
178
179
  strip_insignificant_zeros: true
179
180
  storage_units:
@@ -182,14 +183,16 @@ sv:
182
183
  byte:
183
184
  one: Byte
184
185
  other: Bytes
186
+ eb: EB
185
187
  gb: GB
186
188
  kb: KB
187
189
  mb: MB
190
+ pb: PB
188
191
  tb: TB
189
192
  percentage:
190
193
  format:
191
- delimiter: ''
192
- format: "%n%"
194
+ delimiter: ' '
195
+ format: "%n %"
193
196
  precision:
194
197
  format:
195
198
  delimiter: ''
data/rails/locale/sw.yml CHANGED
@@ -63,35 +63,35 @@ sw:
63
63
  one: kama saa limoja
64
64
  other: kama masaa %{count}
65
65
  about_x_months:
66
- one: kama mwezi 1
66
+ one: kama mwezi %{count}
67
67
  other: kama miezi %{count}
68
68
  about_x_years:
69
- one: kama mwaka 1
69
+ one: kama mwaka %{count}
70
70
  other: kama miaka %{count}
71
71
  almost_x_years:
72
72
  one: karibia mwaka
73
73
  other: karibia miaka %{count}
74
74
  half_a_minute: nusu dakika
75
75
  less_than_x_seconds:
76
- one: chini ya sekunde 1
76
+ one: chini ya sekunde %{count}
77
77
  other: chini ya sekunde %{count}
78
78
  less_than_x_minutes:
79
- one: chini ya dakika 1
79
+ one: chini ya dakika %{count}
80
80
  other: chini ya dakika %{count}
81
81
  over_x_years:
82
- one: zaidi ya mwaka 1
82
+ one: zaidi ya mwaka %{count}
83
83
  other: zaidi ya miaka %{count}
84
84
  x_seconds:
85
- one: sekunde 1
85
+ one: sekunde %{count}
86
86
  other: sekunde %{count}
87
87
  x_minutes:
88
- one: dakika 1
88
+ one: dakika %{count}
89
89
  other: dakika %{count}
90
90
  x_days:
91
- one: siku 1
91
+ one: siku %{count}
92
92
  other: siku %{count}
93
93
  x_months:
94
- one: mwezi 1
94
+ one: mwezi %{count}
95
95
  other: miezi %{count}
96
96
  prompts:
97
97
  second: Sekunde
data/rails/locale/ta.yml CHANGED
@@ -40,8 +40,8 @@ ta:
40
40
  - சனிக்கிழமை
41
41
  formats:
42
42
  default: "%d-%m-%Y"
43
- long: "%B %d, %Y"
44
- short: "%b %d"
43
+ long: "%d %B %Y"
44
+ short: "%d %b"
45
45
  month_names:
46
46
  -
47
47
  - ஜனவரி
@@ -63,16 +63,16 @@ ta:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: சுமார் 1 மணி நேரம்
66
+ one: சுமார் %{count} மணி நேரம்
67
67
  other: சுமார் %{count} மணி
68
68
  about_x_months:
69
- one: சுமார் 1 மாதம்
69
+ one: சுமார் %{count} மாதம்
70
70
  other: சுமார் %{count} மாதங்களுக்கு
71
71
  about_x_years:
72
- one: சுமார் 1 ஆண்டு
72
+ one: சுமார் %{count} ஆண்டு
73
73
  other: சுமார் %{count} ஆண்டுகள்
74
74
  almost_x_years:
75
- one: கிட்டத்தட்ட 1 ஆண்டு
75
+ one: கிட்டத்தட்ட %{count} ஆண்டு
76
76
  other: கிட்டத்தட்ட %{count} ஆண்டுகள்
77
77
  half_a_minute: அரை நிமிடம்
78
78
  less_than_x_seconds:
@@ -85,16 +85,16 @@ ta:
85
85
  one: ஒரு ஆண்டிற்கு மேலாக
86
86
  other: "%{count} ஆண்டிற்கு மேலாக"
87
87
  x_seconds:
88
- one: 1 வினாடி
88
+ one: "%{count} வினாடி"
89
89
  other: "%{count} விநாடிகள்"
90
90
  x_minutes:
91
- one: 1 நிமிடம்
91
+ one: "%{count} நிமிடம்"
92
92
  other: "%{count} நிமிடங்கள்"
93
93
  x_days:
94
- one: 1 நாள்
94
+ one: "%{count} நாள்"
95
95
  other: "%{count} நாட்கள்"
96
96
  x_months:
97
- one: 1 மாதம்
97
+ one: "%{count} மாதம்"
98
98
  other: "%{count} மாதங்கள்"
99
99
  prompts:
100
100
  second: விநாடிகள்
@@ -132,12 +132,12 @@ ta:
132
132
  one: மிகவும் குறுகியதாக உள்ளது (குறைந்தபட்சம் ஒரு எழுத்து)
133
133
  other: மிகவும் குறுகியதாக உள்ளது (குறைந்தபட்சம் %{count} எழுத்துக்கள்)
134
134
  wrong_length:
135
- one: தவறான நீளம் (1 எழுத்து இருக்கவேண்டும்)
135
+ one: தவறான நீளம் (%{count} எழுத்து இருக்கவேண்டும்)
136
136
  other: தவறான நீளம் (%{count} எழுத்துக்கள் இருக்கவேண்டும்)
137
137
  template:
138
138
  body: 'பின்வரும் புலங்களில் பிரச்சினைகள் உள்ளது:'
139
139
  header:
140
- one: 1 பிழை இந்த %{model} ஐ சேமிக்க தடையாக உள்ளது
140
+ one: "%{count} பிழை இந்த %{model} ஐ சேமிக்க தடையாக உள்ளது"
141
141
  other: "%{count} பிழைகள் இந்த %{model} ஐ சேமிக்க தடையாக உள்ளது"
142
142
  helpers:
143
143
  select:
@@ -203,6 +203,6 @@ ta:
203
203
  am: மு.ப.
204
204
  formats:
205
205
  default: "%a, %d %b %Y %H:%M:%S %z"
206
- long: "%B %d, %Y %H:%M"
206
+ long: "%d %B %Y %H:%M"
207
207
  short: "%d %b %H:%M"
208
208
  pm: பி.ப.
data/rails/locale/te.yml CHANGED
@@ -40,8 +40,8 @@ te:
40
40
  - శనివారం
41
41
  formats:
42
42
  default: "%d-%m-%Y"
43
- long: "%B %d, %Y"
44
- short: "%b %d"
43
+ long: "%d %B %Y"
44
+ short: "%d %b"
45
45
  month_names:
46
46
  -
47
47
  - జనవరి
@@ -208,6 +208,6 @@ te:
208
208
  am: am
209
209
  formats:
210
210
  default: "%a, %d %b %Y %H:%M:%S %z"
211
- long: "%B %d, %Y %H:%M"
211
+ long: "%d %B %Y %H:%M"
212
212
  short: "%d %b %H:%M"
213
213
  pm: pm
data/rails/locale/tr.yml CHANGED
@@ -63,41 +63,41 @@ tr:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: yaklaşık 1 saat
66
+ one: yaklaşık %{count} saat
67
67
  other: yaklaşık %{count} saat
68
68
  about_x_months:
69
- one: yaklaşık 1 ay
69
+ one: yaklaşık %{count} ay
70
70
  other: yaklaşık %{count} ay
71
71
  about_x_years:
72
- one: yaklaşık 1 yıl
72
+ one: yaklaşık %{count} yıl
73
73
  other: yaklaşık %{count} yıl
74
74
  almost_x_years:
75
- one: neredeyse 1 yıl
75
+ one: neredeyse %{count} yıl
76
76
  other: neredeyse %{count} yıl
77
77
  half_a_minute: yarım dakika
78
78
  less_than_x_seconds:
79
- one: 1 saniyeden az
79
+ one: "%{count} saniyeden az"
80
80
  other: "%{count} saniyeden az"
81
81
  less_than_x_minutes:
82
- one: 1 dakikadan az
82
+ one: "%{count} dakikadan az"
83
83
  other: "%{count} dakikadan az"
84
84
  over_x_years:
85
- one: 1 yıldan fazla
85
+ one: "%{count} yıldan fazla"
86
86
  other: "%{count} yıldan fazla"
87
87
  x_seconds:
88
- one: 1 saniye
88
+ one: "%{count} saniye"
89
89
  other: "%{count} saniye"
90
90
  x_minutes:
91
- one: 1 dakika
91
+ one: "%{count} dakika"
92
92
  other: "%{count} dakika"
93
93
  x_days:
94
- one: 1 gün
94
+ one: "%{count} gün"
95
95
  other: "%{count} gün"
96
96
  x_months:
97
- one: 1 ay
97
+ one: "%{count} ay"
98
98
  other: "%{count} ay"
99
99
  x_years:
100
- one: 1 yıl
100
+ one: "%{count} yıl"
101
101
  other: "%{count} yıl"
102
102
  prompts:
103
103
  second: Saniye
@@ -131,18 +131,18 @@ tr:
131
131
  required: doldurulmalı
132
132
  taken: hali hazırda kullanılmakta
133
133
  too_long:
134
- one: çok uzun (en fazla 1 karakter)
134
+ one: çok uzun (en fazla %{count} karakter)
135
135
  other: çok uzun (en fazla %{count} karakter)
136
136
  too_short:
137
- one: çok kısa (en az 1 karakter)
137
+ one: çok kısa (en az %{count} karakter)
138
138
  other: çok kısa (en az %{count} karakter)
139
139
  wrong_length:
140
- one: hatalı uzunlukta (1 karakter olmalı)
140
+ one: hatalı uzunlukta (%{count} karakter olmalı)
141
141
  other: hatalı uzunlukta (%{count} karakter olmalı)
142
142
  template:
143
143
  body: 'Lütfen aşağıdaki hataları düzeltiniz:'
144
144
  header:
145
- one: 1 hata oluştuğu için %{model} kaydedilemedi
145
+ one: "%{count} hata oluştuğu için %{model} kaydedilemedi"
146
146
  other: "%{count} hata oluştuğu için %{model} kaydedilemedi"
147
147
  helpers:
148
148
  select:
data/rails/locale/uk.yml CHANGED
@@ -63,8 +63,8 @@ uk:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: близько %{count} година
67
- few: близько %{count} години
66
+ one: близько %{count} години
67
+ few: близько %{count} годин
68
68
  many: близько %{count} годин
69
69
  other: близько %{count} години
70
70
  about_x_months:
@@ -78,8 +78,8 @@ uk:
78
78
  many: близько %{count} років
79
79
  other: близько %{count} року
80
80
  almost_x_years:
81
- one: майже %{count} роки
82
- few: майже %{count} років
81
+ one: майже %{count} рік
82
+ few: майже %{count} роки
83
83
  many: майже %{count} років
84
84
  other: майже %{count} років
85
85
  half_a_minute: пів хвилини
@@ -192,7 +192,7 @@ uk:
192
192
  separator: ","
193
193
  significant: false
194
194
  strip_insignificant_zeros: false
195
- unit: грн.
195
+ unit:
196
196
  format:
197
197
  delimiter: " "
198
198
  precision: 3
data/rails/locale/ur.yml CHANGED
@@ -42,7 +42,7 @@ ur:
42
42
  - ہفتہ
43
43
  formats:
44
44
  default: "%d %B %Y"
45
- long: "%B %d، %Y"
45
+ long: "%d %B، %Y"
46
46
  short: "%d %b"
47
47
  month_names:
48
48
  -
@@ -205,6 +205,6 @@ ur:
205
205
  am: صبح
206
206
  formats:
207
207
  default: "%a، %d %b %Y، %p %l:%M %Z"
208
- long: "%B %d، %Y %p %H:%M"
208
+ long: "%d %B، %Y %p %H:%M"
209
209
  short: "%d %b، %H:%M"
210
210
  pm: شام
data/rails/locale/uz.yml CHANGED
@@ -75,7 +75,7 @@ uz:
75
75
  many: chamasi %{count} yil
76
76
  other: chamasi %{count} yil
77
77
  almost_x_years:
78
- one: deyarli 1 yil
78
+ one: deyarli %{count} yil
79
79
  few: deyarli %{count} yil
80
80
  many: deyarli %{count} yil
81
81
  other: deyarli %{count} yil
data/rails/locale/vi.yml CHANGED
@@ -62,40 +62,18 @@ vi:
62
62
  - :year
63
63
  datetime:
64
64
  distance_in_words:
65
- about_x_hours:
66
- one: khoảng 1 giờ
67
- other: khoảng %{count} giờ
68
- about_x_months:
69
- one: khoảng 1 tháng
70
- other: khoảng %{count} tháng
71
- about_x_years:
72
- one: khoảng 1 năm
73
- other: khoảng %{count} năm
74
- almost_x_years:
75
- one: gần 1 năm
76
- other: gần %{count} năm
65
+ about_x_hours: khoảng %{count} giờ
66
+ about_x_months: khoảng %{count} tháng
67
+ about_x_years: khoảng %{count} năm
68
+ almost_x_years: gần %{count} năm
77
69
  half_a_minute: 30 giây
78
- less_than_x_seconds:
79
- one: chưa tới 1 giây
80
- other: chưa tới %{count} giây
81
- less_than_x_minutes:
82
- one: chưa tới 1 phút
83
- other: chưa tới %{count} phút
84
- over_x_years:
85
- one: hơn 1 năm
86
- other: hơn %{count} năm
87
- x_seconds:
88
- one: 1 giây
89
- other: "%{count} giây"
90
- x_minutes:
91
- one: 1 phút
92
- other: "%{count} phút"
93
- x_days:
94
- one: 1 ngày
95
- other: "%{count} ngày"
96
- x_months:
97
- one: 1 tháng
98
- other: "%{count} tháng"
70
+ less_than_x_seconds: chưa tới %{count} giây
71
+ less_than_x_minutes: chưa tới %{count} phút
72
+ over_x_years: hơn %{count} năm
73
+ x_seconds: "%{count} giây"
74
+ x_minutes: "%{count} phút"
75
+ x_days: "%{count} ngày"
76
+ x_months: "%{count} tháng"
99
77
  prompts:
100
78
  second: Giây
101
79
  minute: Phút
@@ -124,15 +102,14 @@ vi:
124
102
  odd: phải là số lẻ
125
103
  other_than: cần phải khác %{count}
126
104
  present: cần phải để trắng
127
- taken: đã
105
+ taken: đã tồn tại
128
106
  too_long: quá dài (tối đa %{count} ký tự)
129
107
  too_short: quá ngắn (tối thiểu %{count} ký tự)
130
108
  wrong_length: độ dài không đúng (phải là %{count} ký tự)
109
+ required: "phải có"
131
110
  template:
132
111
  body: 'Có lỗi với các mục sau:'
133
- header:
134
- one: 1 lỗi ngăn không cho lưu %{model} này
135
- other: "%{count} lỗi ngăn không cho lưu %{model} này"
112
+ header: "%{count} lỗi ngăn không cho lưu %{model} này"
136
113
  helpers:
137
114
  select:
138
115
  prompt: Vui lòng chọn