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
@@ -17,7 +17,7 @@ pt-BR:
17
17
  - sex
18
18
  - sáb
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - jan
22
22
  - fev
23
23
  - mar
@@ -43,7 +43,7 @@ pt-BR:
43
43
  long: "%d de %B de %Y"
44
44
  short: "%d de %B"
45
45
  month_names:
46
- -
46
+ -
47
47
  - janeiro
48
48
  - fevereiro
49
49
  - março
@@ -63,41 +63,41 @@ pt-BR:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: aproximadamente 1 hora
66
+ one: aproximadamente %{count} hora
67
67
  other: aproximadamente %{count} horas
68
68
  about_x_months:
69
- one: aproximadamente 1 mês
69
+ one: aproximadamente %{count} mês
70
70
  other: aproximadamente %{count} meses
71
71
  about_x_years:
72
- one: aproximadamente 1 ano
72
+ one: aproximadamente %{count} ano
73
73
  other: aproximadamente %{count} anos
74
74
  almost_x_years:
75
- one: quase 1 ano
75
+ one: quase %{count} ano
76
76
  other: quase %{count} anos
77
77
  half_a_minute: meio minuto
78
78
  less_than_x_seconds:
79
- one: menos de 1 segundo
79
+ one: menos de %{count} segundo
80
80
  other: menos de %{count} segundos
81
81
  less_than_x_minutes:
82
82
  one: menos de um minuto
83
83
  other: menos de %{count} minutos
84
84
  over_x_years:
85
- one: mais de 1 ano
85
+ one: mais de %{count} ano
86
86
  other: mais de %{count} anos
87
87
  x_seconds:
88
- one: 1 segundo
88
+ one: "%{count} segundo"
89
89
  other: "%{count} segundos"
90
90
  x_minutes:
91
- one: 1 minuto
91
+ one: "%{count} minuto"
92
92
  other: "%{count} minutos"
93
93
  x_days:
94
- one: 1 dia
94
+ one: "%{count} dia"
95
95
  other: "%{count} dias"
96
96
  x_months:
97
- one: 1 mês
97
+ one: "%{count} mês"
98
98
  other: "%{count} meses"
99
99
  x_years:
100
- one: 1 ano
100
+ one: "%{count} ano"
101
101
  other: "%{count} anos"
102
102
  prompts:
103
103
  second: Segundo
@@ -118,6 +118,7 @@ pt-BR:
118
118
  exclusion: não está disponível
119
119
  greater_than: deve ser maior que %{count}
120
120
  greater_than_or_equal_to: deve ser maior ou igual a %{count}
121
+ in: deve estar em %{count}
121
122
  inclusion: não está incluído na lista
122
123
  invalid: não é válido
123
124
  less_than: deve ser menor que %{count}
@@ -131,18 +132,18 @@ pt-BR:
131
132
  required: é obrigatório(a)
132
133
  taken: já está em uso
133
134
  too_long:
134
- one: 'é muito longo (máximo: 1 caracter)'
135
+ one: 'é muito longo (máximo: %{count} caracter)'
135
136
  other: 'é muito longo (máximo: %{count} caracteres)'
136
137
  too_short:
137
- one: 'é muito curto (mínimo: 1 caracter)'
138
+ one: 'é muito curto (mínimo: %{count} caracter)'
138
139
  other: 'é muito curto (mínimo: %{count} caracteres)'
139
140
  wrong_length:
140
- one: não possui o tamanho esperado (1 caracter)
141
+ one: não possui o tamanho esperado (%{count} caracter)
141
142
  other: não possui o tamanho esperado (%{count} caracteres)
142
143
  template:
143
144
  body: 'Por favor, verifique o(s) seguinte(s) campo(s):'
144
145
  header:
145
- one: 'Não foi possível gravar %{model}: 1 erro'
146
+ one: 'Não foi possível gravar %{model}: %{count} erro'
146
147
  other: 'Não foi possível gravar %{model}: %{count} erros'
147
148
  helpers:
148
149
  select:
@@ -164,6 +165,7 @@ pt-BR:
164
165
  format:
165
166
  delimiter: "."
166
167
  precision: 3
168
+ round_mode: default
167
169
  separator: ","
168
170
  significant: false
169
171
  strip_insignificant_zeros: false
data/rails/locale/pt.yml CHANGED
@@ -17,7 +17,7 @@ pt:
17
17
  - sex
18
18
  - sáb
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - jan
22
22
  - fev
23
23
  - mar
@@ -43,7 +43,7 @@ pt:
43
43
  long: "%d de %B de %Y"
44
44
  short: "%d de %B"
45
45
  month_names:
46
- -
46
+ -
47
47
  - janeiro
48
48
  - fevereiro
49
49
  - março
@@ -63,41 +63,41 @@ pt:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: aproximadamente 1 hora
66
+ one: aproximadamente %{count} hora
67
67
  other: aproximadamente %{count} horas
68
68
  about_x_months:
69
- one: aproximadamente 1 mês
69
+ one: aproximadamente %{count} mês
70
70
  other: aproximadamente %{count} meses
71
71
  about_x_years:
72
- one: aproximadamente 1 ano
72
+ one: aproximadamente %{count} ano
73
73
  other: aproximadamente %{count} anos
74
74
  almost_x_years:
75
- one: quase 1 ano
75
+ one: quase %{count} ano
76
76
  other: quase %{count} anos
77
77
  half_a_minute: meio minuto
78
78
  less_than_x_seconds:
79
- one: menos de 1 segundo
79
+ one: menos de %{count} segundo
80
80
  other: menos de %{count} segundos
81
81
  less_than_x_minutes:
82
82
  one: menos de um minuto
83
83
  other: menos de %{count} minutos
84
84
  over_x_years:
85
- one: mais de 1 ano
85
+ one: mais de %{count} ano
86
86
  other: mais de %{count} anos
87
87
  x_seconds:
88
- one: 1 segundo
88
+ one: "%{count} segundo"
89
89
  other: "%{count} segundos"
90
90
  x_minutes:
91
- one: 1 minuto
91
+ one: "%{count} minuto"
92
92
  other: "%{count} minutos"
93
93
  x_days:
94
- one: 1 dia
94
+ one: "%{count} dia"
95
95
  other: "%{count} dias"
96
96
  x_months:
97
- one: 1 mês
97
+ one: "%{count} mês"
98
98
  other: "%{count} meses"
99
99
  x_years:
100
- one: 1 ano
100
+ one: "%{count} ano"
101
101
  other: "%{count} anos"
102
102
  prompts:
103
103
  second: Segundo
@@ -118,6 +118,7 @@ pt:
118
118
  exclusion: é reservado
119
119
  greater_than: tem de ser maior que %{count}
120
120
  greater_than_or_equal_to: tem de ser maior ou igual a %{count}
121
+ in: deve estar em %{count}
121
122
  inclusion: não está incluído na lista
122
123
  invalid: é inválido
123
124
  less_than: tem de ser menor que %{count}
@@ -136,7 +137,7 @@ pt:
136
137
  template:
137
138
  body: 'Por favor, verifique os seguintes campos:'
138
139
  header:
139
- one: 1 erro impediu guardar este %{model}
140
+ one: "%{count} erro impediu guardar este %{model}"
140
141
  other: "%{count} erros impediram guardar este %{model}"
141
142
  helpers:
142
143
  select:
@@ -158,6 +159,7 @@ pt:
158
159
  format:
159
160
  delimiter: "."
160
161
  precision: 3
162
+ round_mode: default
161
163
  separator: ","
162
164
  significant: false
163
165
  strip_insignificant_zeros: false
data/rails/locale/rm.yml CHANGED
@@ -107,7 +107,7 @@ rm:
107
107
  other: "%{count} secundas"
108
108
  x_minutes:
109
109
  zero: "%{count} minutas"
110
- one: 1 minuta
110
+ one: "%{count} minuta"
111
111
  two: "%{count} minutas"
112
112
  few: "%{count} minutas"
113
113
  many: "%{count} minutas"
@@ -159,7 +159,7 @@ rm:
159
159
  body: 'Faschai uschè bain e controllai ils suandants champs:'
160
160
  header:
161
161
  zero: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
162
- one: 'Betg pussaivel da memorisar quest %{model}: 1 errur.'
162
+ one: 'Betg pussaivel da memorisar quest %{model}: %{count} errur.'
163
163
  two: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
164
164
  few: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
165
165
  many: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
data/rails/locale/ro.yml CHANGED
@@ -6,53 +6,53 @@ ro:
6
6
  record_invalid: Validare nereuşită %{errors}
7
7
  date:
8
8
  abbr_day_names:
9
- - Dum
10
- - Lun
11
- - Mar
12
- - Mie
13
- - Joi
14
- - Vin
15
- - Sâm
9
+ - dum
10
+ - lun
11
+ - mar
12
+ - mie
13
+ - joi
14
+ - vin
15
+ - sâm
16
16
  abbr_month_names:
17
17
  -
18
- - Ian
19
- - Feb
20
- - Mar
21
- - Apr
22
- - Mai
23
- - Iun
24
- - Iul
25
- - Aug
26
- - Sep
27
- - Oct
28
- - Noi
29
- - Dec
18
+ - ian
19
+ - feb
20
+ - mar
21
+ - apr
22
+ - mai
23
+ - iun
24
+ - iul
25
+ - aug
26
+ - sep
27
+ - oct
28
+ - noi
29
+ - dec
30
30
  day_names:
31
- - Duminică
32
- - Luni
33
- - Marți
34
- - Miercuri
35
- - Joi
36
- - Vineri
37
- - Sâmbată
31
+ - duminică
32
+ - luni
33
+ - marți
34
+ - miercuri
35
+ - joi
36
+ - vineri
37
+ - sâmbătă
38
38
  formats:
39
39
  default: "%d-%m-%Y"
40
40
  long: "%d %B %Y"
41
41
  short: "%d %b"
42
42
  month_names:
43
43
  -
44
- - Ianuarie
45
- - Februarie
46
- - Martie
47
- - Aprilie
48
- - Mai
49
- - Iunie
50
- - Iulie
51
- - August
52
- - Septembrie
53
- - Octombrie
54
- - Noiembrie
55
- - Decembrie
44
+ - ianuarie
45
+ - februarie
46
+ - martie
47
+ - aprilie
48
+ - mai
49
+ - iunie
50
+ - iulie
51
+ - august
52
+ - septembrie
53
+ - octombrie
54
+ - noiembrie
55
+ - decembrie
56
56
  order:
57
57
  - :day
58
58
  - :month
@@ -72,7 +72,7 @@ ro:
72
72
  few: aproximativ %{count} ani
73
73
  other: aproximativ %{count} ani
74
74
  almost_x_years:
75
- one: aproape 1 an
75
+ one: aproape %{count} an
76
76
  few: aproape %{count} ani
77
77
  other: aproape %{count} ani
78
78
  half_a_minute: jumătate de minut
@@ -89,35 +89,35 @@ ro:
89
89
  few: mai mult de %{count} ani
90
90
  other: mai mult de %{count} ani
91
91
  x_seconds:
92
- one: 1 secundă
92
+ one: "%{count} secundă"
93
93
  few: "%{count} secunde"
94
94
  other: "%{count} secunde"
95
95
  x_minutes:
96
- one: 1 minut
96
+ one: "%{count} minut"
97
97
  few: "%{count} minute"
98
98
  other: "%{count} minute"
99
99
  x_days:
100
- one: 1 zi
100
+ one: "%{count} zi"
101
101
  few: "%{count} zile"
102
102
  other: "%{count} zile"
103
103
  x_months:
104
- one: 1 lună
104
+ one: "%{count} lună"
105
105
  few: "%{count} luni"
106
106
  other: "%{count} luni"
107
107
  prompts:
108
- second: Secunda
109
- minute: Minutul
110
- hour: Ora
111
- day: Ziua
112
- month: Luna
113
- year: Anul
108
+ second: secunda
109
+ minute: minutul
110
+ hour: ora
111
+ day: ziua
112
+ month: luna
113
+ year: anul
114
114
  errors:
115
115
  format: "%{attribute} %{message}"
116
116
  messages:
117
117
  accepted: trebuie dat acceptul
118
- blank: nu poate fi gol
118
+ blank: nu poate fi necompletat
119
119
  confirmation: nu este confirmat
120
- empty: nu poate fi gol
120
+ empty: nu poate fi necompletat
121
121
  equal_to: trebuie să fie egal cu %{count}
122
122
  even: trebuie să fie impar
123
123
  exclusion: este rezervat
@@ -133,7 +133,7 @@ ro:
133
133
  taken: este deja folosit
134
134
  too_long: este prea lung (se pot folosi maximum %{count} caractere)
135
135
  too_short: este prea scurt (minimum de caractere este %{count})
136
- wrong_length: nu are lungimea corectă (trebuie să aiba %{count} caractere)
136
+ wrong_length: nu are lungimea corectă (trebuie să aibă %{count} caractere)
137
137
  template:
138
138
  body: 'Încearcă să corectezi urmatoarele câmpuri:'
139
139
  header:
@@ -142,7 +142,7 @@ ro:
142
142
  other: 'Nu am putut salva acest %{model}: %{count} erori.'
143
143
  helpers:
144
144
  select:
145
- prompt: Alegeţi
145
+ prompt: Alegeți
146
146
  submit:
147
147
  create: Creare %{model}
148
148
  submit: Salvare %{model}
@@ -167,11 +167,11 @@ ro:
167
167
  decimal_units:
168
168
  format: "%n %u"
169
169
  units:
170
- billion: Miliard
171
- million: Milion
172
- quadrillion: Quadrilion
173
- thousand: Mie
174
- trillion: Trilion
170
+ billion: miliard
171
+ million: milion
172
+ quadrillion: quadrilion
173
+ thousand: mie
174
+ trillion: trilion
175
175
  unit: ''
176
176
  format:
177
177
  delimiter: ","
@@ -197,8 +197,8 @@ ro:
197
197
  delimiter: ''
198
198
  support:
199
199
  array:
200
- last_word_connector: " şi "
201
- two_words_connector: " şi "
200
+ last_word_connector: " și "
201
+ two_words_connector: " și "
202
202
  words_connector: ", "
203
203
  time:
204
204
  am: ''
data/rails/locale/ru.yml CHANGED
@@ -66,19 +66,19 @@ ru:
66
66
  one: около %{count} часа
67
67
  few: около %{count} часов
68
68
  many: около %{count} часов
69
- other: около %{count} часа
69
+ other: около %{count} часов
70
70
  about_x_months:
71
71
  one: около %{count} месяца
72
72
  few: около %{count} месяцев
73
73
  many: около %{count} месяцев
74
- other: около %{count} месяца
74
+ other: около %{count} месяцев
75
75
  about_x_years:
76
76
  one: около %{count} года
77
77
  few: около %{count} лет
78
78
  many: около %{count} лет
79
79
  other: около %{count} лет
80
80
  almost_x_years:
81
- one: почти 1 год
81
+ one: почти %{count} год
82
82
  few: почти %{count} года
83
83
  many: почти %{count} лет
84
84
  other: почти %{count} лет
@@ -87,46 +87,46 @@ ru:
87
87
  one: меньше %{count} секунды
88
88
  few: меньше %{count} секунд
89
89
  many: меньше %{count} секунд
90
- other: меньше %{count} секунды
90
+ other: меньше %{count} секунд
91
91
  less_than_x_minutes:
92
92
  one: меньше %{count} минуты
93
93
  few: меньше %{count} минут
94
94
  many: меньше %{count} минут
95
- other: меньше %{count} минуты
95
+ other: меньше %{count} минут
96
96
  over_x_years:
97
97
  one: больше %{count} года
98
98
  few: больше %{count} лет
99
99
  many: больше %{count} лет
100
100
  other: больше %{count} лет
101
101
  x_seconds:
102
- one: "%{count} секунду"
102
+ one: "%{count} секунда"
103
103
  few: "%{count} секунды"
104
104
  many: "%{count} секунд"
105
- other: "%{count} секунды"
105
+ other: "%{count} секунд"
106
106
  x_minutes:
107
- one: "%{count} минуту"
107
+ one: "%{count} минута"
108
108
  few: "%{count} минуты"
109
109
  many: "%{count} минут"
110
- other: "%{count} минуты"
110
+ other: "%{count} минут"
111
111
  x_days:
112
112
  one: "%{count} день"
113
113
  few: "%{count} дня"
114
114
  many: "%{count} дней"
115
- other: "%{count} дня"
115
+ other: "%{count} дней"
116
116
  x_months:
117
117
  one: "%{count} месяц"
118
118
  few: "%{count} месяца"
119
119
  many: "%{count} месяцев"
120
- other: "%{count} месяца"
120
+ other: "%{count} месяцев"
121
121
  x_years:
122
122
  one: "%{count} год"
123
123
  few: "%{count} года"
124
124
  many: "%{count} лет"
125
- other: "%{count} года"
125
+ other: "%{count} лет"
126
126
  prompts:
127
- second: Секунд
128
- minute: Минут
129
- hour: Часов
127
+ second: Секунда
128
+ minute: Минута
129
+ hour: Час
130
130
  day: День
131
131
  month: Месяц
132
132
  year: Год
@@ -142,6 +142,7 @@ ru:
142
142
  exclusion: имеет зарезервированное значение
143
143
  greater_than: может иметь значение большее %{count}
144
144
  greater_than_or_equal_to: может иметь значение большее или равное %{count}
145
+ in: должно быть в диапазоне %{count}
145
146
  inclusion: имеет непредусмотренное значение
146
147
  invalid: имеет неверное значение
147
148
  less_than: может иметь значение меньшее чем %{count}
@@ -196,6 +197,7 @@ ru:
196
197
  format:
197
198
  delimiter: " "
198
199
  precision: 3
200
+ round_mode: default
199
201
  separator: ","
200
202
  significant: false
201
203
  strip_insignificant_zeros: false