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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +217 -0
- data/README.md +48 -19
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
- data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
- data/rails/locale/af.yml +199 -0
- data/rails/locale/ar.yml +163 -87
- data/rails/locale/az.yml +36 -42
- data/rails/locale/be.yml +205 -0
- data/rails/locale/bg.yml +28 -34
- data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
- data/rails/locale/bs.yml +46 -44
- data/rails/locale/ca.yml +43 -49
- data/rails/locale/cs.yml +75 -62
- data/rails/locale/cy.yml +88 -44
- data/rails/locale/da.yml +32 -32
- data/rails/locale/de-AT.yml +48 -41
- data/rails/locale/de-CH.yml +58 -47
- data/rails/locale/de-DE.yml +210 -0
- data/rails/locale/de.yml +51 -44
- data/rails/locale/el.yml +41 -41
- data/rails/locale/en-AU.yml +28 -34
- data/rails/locale/en-CA.yml +28 -43
- data/rails/locale/en-GB.yml +28 -34
- data/rails/locale/en-IE.yml +199 -0
- data/rails/locale/en-IN.yml +28 -34
- data/rails/locale/en-NZ.yml +199 -0
- data/rails/locale/en-US.yml +35 -35
- data/rails/locale/en-ZA.yml +205 -0
- data/rails/locale/en.yml +34 -34
- data/rails/locale/eo.yml +28 -34
- data/rails/locale/es-419.yml +199 -0
- data/rails/locale/es-AR.yml +38 -39
- data/rails/locale/es-CL.yml +32 -33
- data/rails/locale/es-CO.yml +38 -39
- data/rails/locale/es-CR.yml +204 -0
- data/rails/locale/es-EC.yml +205 -0
- data/rails/locale/es-ES.yml +204 -0
- data/rails/locale/es-MX.yml +39 -39
- data/rails/locale/es-PA.yml +205 -0
- data/rails/locale/es-PE.yml +60 -37
- data/rails/locale/es-US.yml +204 -0
- data/rails/locale/es-VE.yml +40 -41
- data/rails/locale/es.yml +41 -36
- data/rails/locale/et.yml +33 -39
- data/rails/locale/eu.yml +41 -47
- data/rails/locale/fa.yml +41 -47
- data/rails/locale/fi.yml +43 -49
- data/rails/locale/fr-CA.yml +29 -35
- data/rails/locale/fr-CH.yml +35 -35
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +172 -187
- data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
- data/rails/locale/he.yml +35 -41
- data/rails/locale/hi-IN.yml +35 -41
- data/rails/locale/hi.yml +37 -43
- data/rails/locale/hr.yml +61 -61
- data/rails/locale/hu.yml +51 -57
- data/rails/locale/id.yml +50 -44
- data/rails/locale/is.yml +31 -31
- data/rails/locale/it-CH.yml +199 -0
- data/rails/locale/it.yml +82 -82
- data/rails/locale/ja.yml +53 -55
- data/rails/locale/km.yml +164 -0
- data/rails/locale/kn.yml +38 -44
- data/rails/locale/ko.yml +29 -35
- data/rails/locale/lb.yml +206 -0
- data/rails/locale/lo.yml +85 -43
- data/rails/locale/lt.yml +85 -49
- data/rails/locale/lv.yml +63 -48
- data/rails/locale/mk.yml +80 -51
- data/rails/locale/mn.yml +56 -62
- data/rails/locale/mr-IN.yml +206 -0
- data/rails/locale/ms.yml +199 -0
- data/rails/locale/nb.yml +32 -33
- data/rails/locale/ne.yml +199 -0
- data/rails/locale/nl.yml +65 -59
- data/rails/locale/nn.yml +70 -28
- data/rails/locale/or.yml +193 -0
- data/rails/locale/pa.yml +205 -0
- data/rails/locale/pl.yml +69 -53
- data/rails/locale/pt-BR.yml +44 -44
- data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
- data/rails/locale/rm.yml +74 -32
- data/rails/locale/ro.yml +41 -34
- data/rails/locale/ru.yml +51 -51
- data/rails/locale/sk.yml +35 -40
- data/rails/locale/sl.yml +33 -37
- data/rails/locale/sq.yml +205 -0
- data/rails/locale/sr.yml +128 -61
- data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
- data/rails/locale/sw.yml +24 -30
- data/rails/locale/ta.yml +205 -0
- data/rails/locale/th.yml +25 -31
- data/rails/locale/tl.yml +105 -135
- data/rails/locale/tr.yml +62 -56
- data/rails/locale/tt.yml +215 -0
- data/rails/locale/ug.yml +204 -0
- data/rails/locale/uk.yml +54 -60
- data/rails/locale/ur.yml +206 -0
- data/rails/locale/uz.yml +251 -0
- data/rails/locale/vi.yml +33 -35
- data/rails/locale/wo.yml +30 -36
- data/rails/locale/zh-CN.yml +47 -41
- data/rails/locale/zh-HK.yml +205 -0
- data/rails/locale/zh-TW.yml +50 -44
- data/rails/locale/zh-YUE.yml +205 -0
- data/rails/pluralization/ar.rb +1 -0
- data/rails/pluralization/bg.rb +3 -0
- data/rails/pluralization/bn.rb +3 -0
- data/rails/pluralization/br.rb +1 -0
- data/rails/pluralization/ca.rb +3 -0
- data/rails/pluralization/da.rb +3 -0
- data/rails/pluralization/de-AT.rb +3 -0
- data/rails/pluralization/de-CH.rb +3 -0
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/de.rb +3 -0
- data/rails/pluralization/el.rb +3 -0
- data/rails/pluralization/en-AU.rb +3 -0
- data/rails/pluralization/en-CA.rb +3 -0
- data/rails/pluralization/en-GB.rb +3 -0
- data/rails/pluralization/en-IN.rb +3 -0
- data/rails/pluralization/en-NZ.rb +3 -0
- data/rails/pluralization/en.rb +3 -0
- data/rails/pluralization/eo.rb +3 -0
- data/rails/pluralization/es-419.rb +3 -0
- data/rails/pluralization/es-AR.rb +3 -0
- data/rails/pluralization/es-CL.rb +3 -0
- data/rails/pluralization/es-CO.rb +3 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/es-MX.rb +3 -0
- data/rails/pluralization/es-PE.rb +3 -0
- data/rails/pluralization/es-VE.rb +3 -0
- data/rails/pluralization/es.rb +3 -0
- data/rails/pluralization/et.rb +3 -0
- data/rails/pluralization/eu.rb +3 -0
- data/rails/pluralization/fi.rb +3 -0
- data/rails/pluralization/fr-CA.rb +3 -0
- data/rails/pluralization/fr-CH.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/gl.rb +3 -0
- data/rails/pluralization/gv.rb +1 -0
- data/rails/pluralization/hi-IN.rb +3 -0
- data/rails/pluralization/hsb.rb +28 -0
- data/rails/pluralization/hu.rb +2 -2
- data/rails/pluralization/is.rb +3 -0
- data/rails/pluralization/it-CH.rb +3 -0
- data/rails/pluralization/it.rb +3 -0
- data/rails/pluralization/lag.rb +1 -0
- data/rails/pluralization/lt.rb +1 -0
- data/rails/pluralization/lv.rb +1 -0
- data/rails/pluralization/mk.rb +1 -0
- data/rails/pluralization/mn.rb +3 -0
- data/rails/pluralization/mr-IN.rb +3 -0
- data/rails/pluralization/mt.rb +1 -0
- data/rails/pluralization/nb.rb +3 -0
- data/rails/pluralization/ne.rb +3 -0
- data/rails/pluralization/nl.rb +3 -0
- data/rails/pluralization/nn.rb +3 -0
- data/rails/pluralization/or.rb +3 -0
- data/rails/pluralization/pa.rb +3 -0
- data/rails/pluralization/pl.rb +1 -0
- data/rails/pluralization/sl.rb +1 -0
- data/rails/pluralization/sv.rb +3 -0
- data/rails/pluralization/sw.rb +3 -0
- data/rails/pluralization/ur.rb +3 -0
- data/rails/pluralization/zh-CN.rb +3 -0
- data/rails/pluralization/zh-HK.rb +3 -0
- data/rails/pluralization/zh-TW.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/de.yml +12 -0
- data/rails/transliteration/el.yml +104 -0
- data/rails/transliteration/fr.yml +36 -0
- data/rails/transliteration/pl.yml +22 -0
- data/rails/transliteration/ro.yml +14 -0
- data/rails/transliteration/ru.rb +2 -0
- data/rails/transliteration/uk.rb +3 -1
- metadata +278 -194
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- data/rails/locale/fur.yml +0 -199
- data/rails/locale/gsw-CH.yml +0 -199
- data/rails/locale/hsb.yml +0 -214
- data/rails/locale/sr-Latn.yml +0 -170
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
pt:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
4
5
|
- Dom
|
@@ -24,16 +25,16 @@ pt-PT:
|
|
24
25
|
- Dez
|
25
26
|
day_names:
|
26
27
|
- Domingo
|
27
|
-
- Segunda
|
28
|
-
- Terça
|
29
|
-
- Quarta
|
30
|
-
- Quinta
|
31
|
-
- Sexta
|
28
|
+
- Segunda-feira
|
29
|
+
- Terça-feira
|
30
|
+
- Quarta-feira
|
31
|
+
- Quinta-feira
|
32
|
+
- Sexta-feira
|
32
33
|
- Sábado
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d/%m/%Y"
|
36
|
+
long: "%d de %B de %Y"
|
37
|
+
short: "%d de %B"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- Janeiro
|
@@ -78,16 +79,16 @@ pt-PT:
|
|
78
79
|
other: mais de %{count} anos
|
79
80
|
x_days:
|
80
81
|
one: 1 dia
|
81
|
-
other:
|
82
|
+
other: "%{count} dias"
|
82
83
|
x_minutes:
|
83
84
|
one: 1 minuto
|
84
|
-
other:
|
85
|
+
other: "%{count} minutos"
|
85
86
|
x_months:
|
86
87
|
one: 1 mês
|
87
|
-
other:
|
88
|
+
other: "%{count} meses"
|
88
89
|
x_seconds:
|
89
90
|
one: 1 segundo
|
90
|
-
other:
|
91
|
+
other: "%{count} segundos"
|
91
92
|
prompts:
|
92
93
|
day: Dia
|
93
94
|
hour: Hora
|
@@ -95,8 +96,8 @@ pt-PT:
|
|
95
96
|
month: Mês
|
96
97
|
second: Segundo
|
97
98
|
year: Ano
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: tem de ser aceite
|
102
103
|
blank: não pode estar em branco
|
@@ -114,42 +115,42 @@ pt-PT:
|
|
114
115
|
not_a_number: não é um número
|
115
116
|
not_an_integer: tem de ser um inteiro
|
116
117
|
odd: tem de ser ímpar
|
117
|
-
record_invalid:
|
118
|
+
record_invalid: 'A validação falhou: %{errors}'
|
118
119
|
taken: não está disponível
|
119
120
|
too_long: é demasiado grande (o máximo é de %{count} caracteres)
|
120
121
|
too_short: é demasiado pequeno (o mínimo é de %{count} caracteres)
|
121
122
|
wrong_length: comprimento errado (deve ter %{count} caracteres)
|
122
123
|
template:
|
123
|
-
body:
|
124
|
+
body: 'Por favor, verifique os seguintes campos:'
|
124
125
|
header:
|
125
|
-
one:
|
126
|
-
other:
|
126
|
+
one: 'Não foi possível guardar %{model}: 1 erro'
|
127
|
+
other: 'Não foi possível guardar %{model}: %{count} erros'
|
127
128
|
helpers:
|
128
129
|
select:
|
129
130
|
prompt: Por favor seleccione
|
130
131
|
submit:
|
131
132
|
create: Criar %{model}
|
132
|
-
submit:
|
133
|
+
submit: Gravar %{model}
|
133
134
|
update: Actualizar %{model}
|
134
135
|
number:
|
135
136
|
currency:
|
136
137
|
format:
|
137
|
-
delimiter:
|
138
|
-
format:
|
138
|
+
delimiter: " "
|
139
|
+
format: "%n %u"
|
139
140
|
precision: 2
|
140
|
-
separator:
|
141
|
+
separator: ","
|
141
142
|
significant: false
|
142
143
|
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
144
|
+
unit: "€"
|
144
145
|
format:
|
145
|
-
delimiter: .
|
146
|
+
delimiter: "."
|
146
147
|
precision: 3
|
147
|
-
separator:
|
148
|
+
separator: ","
|
148
149
|
significant: false
|
149
150
|
strip_insignificant_zeros: false
|
150
151
|
human:
|
151
152
|
decimal_units:
|
152
|
-
format:
|
153
|
+
format: "%n %u"
|
153
154
|
units:
|
154
155
|
billion:
|
155
156
|
one: mil milhões
|
@@ -171,7 +172,7 @@ pt-PT:
|
|
171
172
|
significant: true
|
172
173
|
strip_insignificant_zeros: true
|
173
174
|
storage_units:
|
174
|
-
format:
|
175
|
+
format: "%n %u"
|
175
176
|
units:
|
176
177
|
byte:
|
177
178
|
one: Byte
|
@@ -188,20 +189,13 @@ pt-PT:
|
|
188
189
|
delimiter: ''
|
189
190
|
support:
|
190
191
|
array:
|
191
|
-
last_word_connector:
|
192
|
-
two_words_connector:
|
193
|
-
words_connector:
|
192
|
+
last_word_connector: ", e"
|
193
|
+
two_words_connector: " e "
|
194
|
+
words_connector: ", "
|
194
195
|
time:
|
195
196
|
am: am
|
196
197
|
formats:
|
197
|
-
default:
|
198
|
-
long:
|
199
|
-
short:
|
198
|
+
default: "%A, %d de %B de %Y, %H:%Mh"
|
199
|
+
long: "%A, %d de %B de %Y, %H:%Mh"
|
200
|
+
short: "%d/%m, %H:%M hs"
|
200
201
|
pm: pm
|
201
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
202
|
-
activemodel:
|
203
|
-
errors:
|
204
|
-
<<: *errors
|
205
|
-
activerecord:
|
206
|
-
errors:
|
207
|
-
<<: *errors
|
data/rails/locale/rm.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
rm:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ rm:
|
|
31
32
|
- venderdi
|
32
33
|
- sonda
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d.%m.%Y"
|
36
|
+
long: "%e. %B %Y"
|
37
|
+
short: "%e. %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- schaner
|
@@ -55,36 +56,76 @@ rm:
|
|
55
56
|
datetime:
|
56
57
|
distance_in_words:
|
57
58
|
about_x_hours:
|
59
|
+
zero: circa %{count} uras
|
58
60
|
one: circa in'ura
|
61
|
+
two: circa %{count} uras
|
62
|
+
few: circa %{count} uras
|
63
|
+
many: circa %{count} uras
|
59
64
|
other: circa %{count} uras
|
60
65
|
about_x_months:
|
66
|
+
zero: circa %{count} mais
|
61
67
|
one: circa in mais
|
68
|
+
two: circa %{count} mais
|
69
|
+
few: circa %{count} mais
|
70
|
+
many: circa %{count} mais
|
62
71
|
other: circa %{count} mais
|
63
72
|
about_x_years:
|
73
|
+
zero: circa %{count} onns
|
64
74
|
one: circa in onn
|
75
|
+
two: circa %{count} onns
|
76
|
+
few: circa %{count} onns
|
77
|
+
many: circa %{count} onns
|
65
78
|
other: circa %{count} onns
|
66
79
|
half_a_minute: ina mesa minuta
|
67
80
|
less_than_x_minutes:
|
81
|
+
zero: main che %{count} minutas
|
68
82
|
one: main ch’ina minuta
|
83
|
+
two: main che %{count} minutas
|
84
|
+
few: main che %{count} minutas
|
85
|
+
many: main che %{count} minutas
|
69
86
|
other: main che %{count} minutas
|
70
87
|
less_than_x_seconds:
|
88
|
+
zero: main che %{count} secundas
|
71
89
|
one: main ch’ina secunda
|
90
|
+
two: main che %{count} secundas
|
91
|
+
few: main che %{count} secundas
|
92
|
+
many: main che %{count} secundas
|
72
93
|
other: main che %{count} secundas
|
73
94
|
over_x_years:
|
95
|
+
zero: dapli che %{count} onns
|
74
96
|
one: dapli ch'in onn
|
97
|
+
two: dapli che %{count} onns
|
98
|
+
few: dapli che %{count} onns
|
99
|
+
many: dapli che %{count} onns
|
75
100
|
other: dapli che %{count} onns
|
76
101
|
x_days:
|
102
|
+
zero: "%{count} dis"
|
77
103
|
one: in di
|
78
|
-
|
104
|
+
two: "%{count} dis"
|
105
|
+
few: "%{count} dis"
|
106
|
+
many: "%{count} dis"
|
107
|
+
other: "%{count} dis"
|
79
108
|
x_minutes:
|
109
|
+
zero: "%{count} minutas"
|
80
110
|
one: 1 minuta
|
81
|
-
|
111
|
+
two: "%{count} minutas"
|
112
|
+
few: "%{count} minutas"
|
113
|
+
many: "%{count} minutas"
|
114
|
+
other: "%{count} minutas"
|
82
115
|
x_months:
|
116
|
+
zero: "%{count} mais"
|
83
117
|
one: in mais
|
84
|
-
|
118
|
+
two: "%{count} mais"
|
119
|
+
few: "%{count} mais"
|
120
|
+
many: "%{count} mais"
|
121
|
+
other: "%{count} mais"
|
85
122
|
x_seconds:
|
123
|
+
zero: "%{count} secundas"
|
86
124
|
one: ina secunda
|
87
|
-
|
125
|
+
two: "%{count} secundas"
|
126
|
+
few: "%{count} secundas"
|
127
|
+
many: "%{count} secundas"
|
128
|
+
other: "%{count} secundas"
|
88
129
|
prompts:
|
89
130
|
day: dis
|
90
131
|
hour: uras
|
@@ -92,8 +133,8 @@ rm:
|
|
92
133
|
month: mais
|
93
134
|
second: secundas
|
94
135
|
year: onns
|
95
|
-
errors:
|
96
|
-
format:
|
136
|
+
errors:
|
137
|
+
format: "%{attribute} %{message}"
|
97
138
|
messages:
|
98
139
|
accepted: sto vegnir acceptà
|
99
140
|
blank: sto vegnir emplenì ora
|
@@ -115,29 +156,33 @@ rm:
|
|
115
156
|
too_short: è memia curt (betg pli pauc che %{count} caracters)
|
116
157
|
wrong_length: ha la fallida lunghezza (sto avair %{count} caracters)
|
117
158
|
template:
|
118
|
-
body:
|
159
|
+
body: 'Faschai uschè bain e controllai ils suandants champs:'
|
119
160
|
header:
|
120
|
-
|
121
|
-
|
161
|
+
zero: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
162
|
+
one: 'Betg pussaivel da memorisar quest %{model}: 1 errur.'
|
163
|
+
two: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
164
|
+
few: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
165
|
+
many: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
166
|
+
other: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
122
167
|
number:
|
123
168
|
currency:
|
124
169
|
format:
|
125
|
-
delimiter:
|
126
|
-
format:
|
170
|
+
delimiter: "'"
|
171
|
+
format: "%n %u"
|
127
172
|
precision: 2
|
128
|
-
separator: .
|
173
|
+
separator: "."
|
129
174
|
significant: false
|
130
175
|
strip_insignificant_zeros: false
|
131
176
|
unit: CHF
|
132
177
|
format:
|
133
|
-
delimiter:
|
178
|
+
delimiter: "'"
|
134
179
|
precision: 2
|
135
|
-
separator: .
|
180
|
+
separator: "."
|
136
181
|
significant: false
|
137
182
|
strip_insignificant_zeros: false
|
138
183
|
human:
|
139
184
|
decimal_units:
|
140
|
-
format:
|
185
|
+
format: "%n %u"
|
141
186
|
units:
|
142
187
|
unit: ''
|
143
188
|
format:
|
@@ -146,10 +191,14 @@ rm:
|
|
146
191
|
significant: true
|
147
192
|
strip_insignificant_zeros: true
|
148
193
|
storage_units:
|
149
|
-
format:
|
194
|
+
format: "%n %u"
|
150
195
|
units:
|
151
196
|
byte:
|
197
|
+
zero: bytes
|
152
198
|
one: byte
|
199
|
+
two: bytes
|
200
|
+
few: bytes
|
201
|
+
many: bytes
|
153
202
|
other: bytes
|
154
203
|
gb: GB
|
155
204
|
kb: KB
|
@@ -163,20 +212,13 @@ rm:
|
|
163
212
|
delimiter: ''
|
164
213
|
support:
|
165
214
|
array:
|
166
|
-
last_word_connector:
|
167
|
-
two_words_connector:
|
168
|
-
words_connector:
|
215
|
+
last_word_connector: " e "
|
216
|
+
two_words_connector: " e "
|
217
|
+
words_connector: ", "
|
169
218
|
time:
|
170
219
|
am: avantmezdi
|
171
220
|
formats:
|
172
|
-
default:
|
173
|
-
long:
|
174
|
-
short:
|
221
|
+
default: "%A, %d. %B %Y, %H:%M Uhr"
|
222
|
+
long: "%A, %d. %B %Y, %H:%M Uhr"
|
223
|
+
short: "%d. %B, %H:%M Uhr"
|
175
224
|
pm: suentermezdi
|
176
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
177
|
-
activemodel:
|
178
|
-
errors:
|
179
|
-
<<: *errors
|
180
|
-
activerecord:
|
181
|
-
errors:
|
182
|
-
<<: *errors
|
data/rails/locale/ro.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ ro:
|
|
31
32
|
- Vineri
|
32
33
|
- Sâmbată
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d-%m-%Y"
|
36
|
+
long: "%d %B %Y"
|
37
|
+
short: "%d %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- Ianuarie
|
@@ -56,38 +57,49 @@ ro:
|
|
56
57
|
distance_in_words:
|
57
58
|
about_x_hours:
|
58
59
|
one: aproximativ o oră
|
60
|
+
few: aproximativ %{count} ore
|
59
61
|
other: aproximativ %{count} ore
|
60
62
|
about_x_months:
|
61
63
|
one: aproximativ o lună
|
64
|
+
few: aproximativ %{count} luni
|
62
65
|
other: aproximativ %{count} luni
|
63
66
|
about_x_years:
|
64
67
|
one: aproximativ un an
|
68
|
+
few: aproximativ %{count} ani
|
65
69
|
other: aproximativ %{count} ani
|
66
70
|
almost_x_years:
|
67
71
|
one: aproape 1 an
|
72
|
+
few: aproape %{count} ani
|
68
73
|
other: aproape %{count} ani
|
69
74
|
half_a_minute: jumătate de minut
|
70
75
|
less_than_x_minutes:
|
71
76
|
one: mai puțin de un minut
|
77
|
+
few: mai puțin de %{count} minute
|
72
78
|
other: mai puțin de %{count} minute
|
73
79
|
less_than_x_seconds:
|
74
80
|
one: mai puțin de o secundă
|
81
|
+
few: mai puțin de %{count} secunde
|
75
82
|
other: mai puțin de %{count} secunde
|
76
83
|
over_x_years:
|
77
84
|
one: mai mult de un an
|
85
|
+
few: mai mult de %{count} ani
|
78
86
|
other: mai mult de %{count} ani
|
79
87
|
x_days:
|
80
88
|
one: 1 zi
|
81
|
-
|
89
|
+
few: "%{count} zile"
|
90
|
+
other: "%{count} zile"
|
82
91
|
x_minutes:
|
83
92
|
one: 1 minut
|
84
|
-
|
93
|
+
few: "%{count} minute"
|
94
|
+
other: "%{count} minute"
|
85
95
|
x_months:
|
86
96
|
one: 1 lună
|
87
|
-
|
97
|
+
few: "%{count} luni"
|
98
|
+
other: "%{count} luni"
|
88
99
|
x_seconds:
|
89
100
|
one: 1 secundă
|
90
|
-
|
101
|
+
few: "%{count} secunde"
|
102
|
+
other: "%{count} secunde"
|
91
103
|
prompts:
|
92
104
|
day: Ziua
|
93
105
|
hour: Ora
|
@@ -95,8 +107,8 @@ ro:
|
|
95
107
|
month: Luna
|
96
108
|
second: Secunda
|
97
109
|
year: Anul
|
98
|
-
errors:
|
99
|
-
format:
|
110
|
+
errors:
|
111
|
+
format: "%{attribute} %{message}"
|
100
112
|
messages:
|
101
113
|
accepted: trebuie dat acceptul
|
102
114
|
blank: nu poate fi gol
|
@@ -120,10 +132,11 @@ ro:
|
|
120
132
|
too_short: este prea scurt (minimum de caractere este %{count})
|
121
133
|
wrong_length: nu are lungimea corectă (trebuie să aiba %{count} caractere)
|
122
134
|
template:
|
123
|
-
body:
|
135
|
+
body: 'Încearcă să corectezi urmatoarele câmpuri:'
|
124
136
|
header:
|
125
|
-
one:
|
126
|
-
|
137
|
+
one: 'Nu am putut salva acest %{model}: o eroare'
|
138
|
+
few: 'Nu am putut salva acest %{model}: %{count} erori.'
|
139
|
+
other: 'Nu am putut salva acest %{model}: %{count} erori.'
|
127
140
|
helpers:
|
128
141
|
select:
|
129
142
|
prompt: Alegeţi
|
@@ -134,22 +147,22 @@ ro:
|
|
134
147
|
number:
|
135
148
|
currency:
|
136
149
|
format:
|
137
|
-
delimiter:
|
138
|
-
format:
|
150
|
+
delimiter: "."
|
151
|
+
format: "%n %u"
|
139
152
|
precision: 2
|
140
|
-
separator:
|
153
|
+
separator: ","
|
141
154
|
significant: false
|
142
155
|
strip_insignificant_zeros: false
|
143
156
|
unit: RON
|
144
157
|
format:
|
145
|
-
delimiter:
|
158
|
+
delimiter: "."
|
146
159
|
precision: 3
|
147
|
-
separator:
|
160
|
+
separator: ","
|
148
161
|
significant: false
|
149
162
|
strip_insignificant_zeros: false
|
150
163
|
human:
|
151
164
|
decimal_units:
|
152
|
-
format:
|
165
|
+
format: "%n %u"
|
153
166
|
units:
|
154
167
|
billion: Miliard
|
155
168
|
million: Milion
|
@@ -158,15 +171,16 @@ ro:
|
|
158
171
|
trillion: Trilion
|
159
172
|
unit: ''
|
160
173
|
format:
|
161
|
-
delimiter:
|
174
|
+
delimiter: ","
|
162
175
|
precision: 3
|
163
176
|
significant: true
|
164
177
|
strip_insignificant_zeros: true
|
165
178
|
storage_units:
|
166
|
-
format:
|
179
|
+
format: "%n %u"
|
167
180
|
units:
|
168
181
|
byte:
|
169
182
|
one: Byte
|
183
|
+
few: Bytes
|
170
184
|
other: Bytes
|
171
185
|
gb: GB
|
172
186
|
kb: KB
|
@@ -174,26 +188,19 @@ ro:
|
|
174
188
|
tb: TB
|
175
189
|
percentage:
|
176
190
|
format:
|
177
|
-
delimiter:
|
191
|
+
delimiter: ","
|
178
192
|
precision:
|
179
193
|
format:
|
180
194
|
delimiter: ''
|
181
195
|
support:
|
182
196
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
197
|
+
last_word_connector: " şi "
|
198
|
+
two_words_connector: " şi "
|
199
|
+
words_connector: ", "
|
186
200
|
time:
|
187
201
|
am: ''
|
188
202
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
203
|
+
default: "%a %d %b %Y, %H:%M:%S %z"
|
204
|
+
long: "%d %B %Y %H:%M"
|
205
|
+
short: "%d %b %H:%M"
|
192
206
|
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
|