rails-i18n 7.0.6 → 7.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +2 -2
- data/lib/rails_i18n/common_pluralizations/one_few_other.rb +2 -1
- data/lib/rails_i18n/common_pluralizations/one_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +5 -7
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +4 -2
- data/lib/rails_i18n/common_pluralizations/one_with_zero_other.rb +6 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +5 -2
- data/lib/rails_i18n/common_pluralizations/west_slavic.rb +4 -6
- data/rails/locale/af.yml +19 -19
- data/rails/locale/az.yml +12 -12
- data/rails/locale/bg.yml +12 -12
- data/rails/locale/bs.yml +6 -6
- data/rails/locale/ca.yml +17 -17
- data/rails/locale/cy.yml +251 -0
- data/rails/locale/da.yml +3 -3
- data/rails/locale/de-AT.yml +4 -4
- data/rails/locale/de-CH.yml +4 -4
- data/rails/locale/de-DE.yml +4 -4
- data/rails/locale/de.yml +4 -4
- data/rails/locale/el-CY.yml +9 -9
- data/rails/locale/el.yml +9 -9
- data/rails/locale/en-AU.yml +15 -15
- data/rails/locale/en-CA.yml +15 -15
- data/rails/locale/en-CY.yml +15 -15
- data/rails/locale/en-GB.yml +15 -15
- data/rails/locale/en-IE.yml +15 -15
- data/rails/locale/en-IN.yml +15 -15
- data/rails/locale/en-NZ.yml +15 -15
- data/rails/locale/en-TT.yml +15 -15
- data/rails/locale/en-US.yml +15 -15
- data/rails/locale/en-ZA.yml +18 -18
- data/rails/locale/en.yml +15 -15
- data/rails/locale/eo.yml +5 -5
- data/rails/locale/es-419.yml +16 -16
- data/rails/locale/es-AR.yml +16 -16
- data/rails/locale/es-CL.yml +16 -16
- data/rails/locale/es-CO.yml +16 -16
- data/rails/locale/es-CR.yml +16 -16
- data/rails/locale/es-EC.yml +16 -16
- data/rails/locale/es-ES.yml +16 -16
- data/rails/locale/es-MX.yml +16 -16
- data/rails/locale/es-NI.yml +16 -16
- data/rails/locale/es-PA.yml +16 -16
- data/rails/locale/es-PE.yml +16 -16
- data/rails/locale/es-US.yml +16 -16
- data/rails/locale/es-VE.yml +16 -16
- data/rails/locale/es.yml +19 -18
- data/rails/locale/eu.yml +4 -4
- data/rails/locale/fa.yml +2 -2
- data/rails/locale/fi.yml +3 -3
- data/rails/locale/fr-CA.yml +7 -7
- data/rails/locale/fr-CH.yml +7 -7
- data/rails/locale/fr-FR.yml +7 -7
- data/rails/locale/fr.yml +9 -9
- data/rails/locale/gd.yml +252 -0
- data/rails/locale/gl.yml +9 -9
- data/rails/locale/hi-IN.yml +2 -2
- data/rails/locale/hi.yml +2 -2
- data/rails/locale/hr.yml +46 -46
- data/rails/locale/hu.yml +12 -12
- data/rails/locale/id.yml +7 -7
- data/rails/locale/is.yml +14 -14
- data/rails/locale/it-CH.yml +10 -10
- data/rails/locale/it.yml +9 -9
- data/rails/locale/ja.yml +2 -0
- data/rails/locale/ka.yml +16 -16
- data/rails/locale/kn.yml +5 -5
- data/rails/locale/ko.yml +3 -3
- data/rails/locale/lb.yml +7 -7
- data/rails/locale/lv.yml +1 -2
- data/rails/locale/mg.yml +6 -6
- data/rails/locale/ml.yml +11 -11
- data/rails/locale/mn.yml +15 -15
- data/rails/locale/mr-IN.yml +2 -2
- data/rails/locale/ms.yml +13 -13
- data/rails/locale/nb.yml +16 -16
- data/rails/locale/ne.yml +15 -15
- data/rails/locale/nl.yml +7 -7
- data/rails/locale/nn.yml +10 -10
- data/rails/locale/oc.yml +1 -1
- data/rails/locale/or.yml +12 -12
- data/rails/locale/pa.yml +15 -15
- data/rails/locale/pap-AW.yml +16 -16
- data/rails/locale/pap-CW.yml +16 -16
- data/rails/locale/pl.yml +4 -4
- data/rails/locale/pt-BR.yml +18 -17
- data/rails/locale/pt.yml +15 -14
- data/rails/locale/rm.yml +2 -2
- data/rails/locale/ro.yml +6 -6
- data/rails/locale/ru.yml +17 -15
- data/rails/locale/sl.yml +10 -10
- data/rails/locale/sq.yml +15 -19
- data/rails/locale/sw.yml +9 -9
- data/rails/locale/ta.yml +10 -10
- data/rails/locale/tr.yml +16 -16
- data/rails/locale/uz.yml +1 -1
- data/rails/locale/wo.yml +15 -15
- data/rails/ordinals/de-AT.rb +15 -0
- data/rails/ordinals/de-CH.rb +15 -0
- data/rails/ordinals/de-DE.rb +15 -0
- data/rails/ordinals/de.rb +15 -0
- data/rails/ordinals/gd.rb +24 -0
- data/rails/pluralization/ar.rb +3 -2
- data/rails/pluralization/gd.rb +29 -0
- data/rails/pluralization/hsb.rb +7 -9
- data/rails/pluralization/lt.rb +3 -2
- data/rails/pluralization/lv.rb +1 -2
- data/rails/pluralization/mk.rb +2 -3
- data/rails/pluralization/pl.rb +4 -3
- data/rails/pluralization/sl.rb +7 -11
- metadata +10 -2
data/rails/locale/cy.yml
ADDED
@@ -0,0 +1,251 @@
|
|
1
|
+
---
|
2
|
+
cy:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
restrict_dependent_destroy:
|
7
|
+
has_many: Methu dileu cofnod oherwydd bod %{record} yn bodoli
|
8
|
+
has_one: Methu dileu cofnod oherwydd bod %{record} yn bodoli
|
9
|
+
record_invalid: 'Gwirio wedi methu: %{errors}'
|
10
|
+
|
11
|
+
date:
|
12
|
+
abbr_day_names:
|
13
|
+
- Sul
|
14
|
+
- Llun
|
15
|
+
- Maw
|
16
|
+
- Mer
|
17
|
+
- Iau
|
18
|
+
- Gwe
|
19
|
+
- Sad
|
20
|
+
abbr_month_names:
|
21
|
+
-
|
22
|
+
- Ion
|
23
|
+
- Chw
|
24
|
+
- Maw
|
25
|
+
- Ebr
|
26
|
+
- Mai
|
27
|
+
- Meh
|
28
|
+
- Gor
|
29
|
+
- Awst
|
30
|
+
- Med
|
31
|
+
- Hyd
|
32
|
+
- Tach
|
33
|
+
- Rha
|
34
|
+
day_names:
|
35
|
+
- Dydd Sul
|
36
|
+
- Dydd Llun
|
37
|
+
- Dydd Mawrth
|
38
|
+
- Dydd Mercher
|
39
|
+
- Dydd Iau
|
40
|
+
- Dydd Gwener
|
41
|
+
- Dydd Sadwrn
|
42
|
+
formats:
|
43
|
+
default: "%d-%m-%Y"
|
44
|
+
long: "%d %B %Y"
|
45
|
+
short: "%d %b"
|
46
|
+
month_names:
|
47
|
+
-
|
48
|
+
- Ionawr
|
49
|
+
- Chwefror
|
50
|
+
- Mawrth
|
51
|
+
- Ebrill
|
52
|
+
- Mai
|
53
|
+
- Mehefin
|
54
|
+
- Gorffennaf
|
55
|
+
- Awst
|
56
|
+
- Medi
|
57
|
+
- Hydref
|
58
|
+
- Tachwedd
|
59
|
+
- Rhagfyr
|
60
|
+
order:
|
61
|
+
- :year
|
62
|
+
- :month
|
63
|
+
- :day
|
64
|
+
datetime:
|
65
|
+
distance_in_words:
|
66
|
+
half_a_minute: hanner munud
|
67
|
+
less_than_x_seconds:
|
68
|
+
zero: llai na %{count} eiliad
|
69
|
+
one: llai nag eiliad
|
70
|
+
two: llai na %{count} eiliad
|
71
|
+
few: llai na %{count} eiliad
|
72
|
+
many: llai na %{count} eiliad
|
73
|
+
other: llai na %{count} eiliad
|
74
|
+
x_seconds:
|
75
|
+
zero: "%{count} o eiliadau"
|
76
|
+
one: 1 eiliad
|
77
|
+
two: "%{count} o eiliadau"
|
78
|
+
few: "%{count} o eiliadau"
|
79
|
+
many: "%{count} o eiliadau"
|
80
|
+
other: "%{count} o eiliadau"
|
81
|
+
less_than_x_minutes:
|
82
|
+
zero: llai na %{count} munud
|
83
|
+
one: llai na munud
|
84
|
+
two: llai na %{count} munud
|
85
|
+
few: llai na %{count} munud
|
86
|
+
many: llai na %{count} munud
|
87
|
+
other: llai na %{count} munud
|
88
|
+
x_minutes:
|
89
|
+
zero: "%{count} o funudau"
|
90
|
+
one: 1 munud
|
91
|
+
two: "%{count} o funudau"
|
92
|
+
few: "%{count} o funudau"
|
93
|
+
many: "%{count} o funudau"
|
94
|
+
other: "%{count} o funudau"
|
95
|
+
about_x_hours:
|
96
|
+
zero: tua %{count} awr
|
97
|
+
one: tuag awr
|
98
|
+
two: tua %{count} awr
|
99
|
+
few: tua %{count} awr
|
100
|
+
many: tua %{count} awr
|
101
|
+
other: tua %{count} awr
|
102
|
+
x_days:
|
103
|
+
zero: "%{count} diwrnod"
|
104
|
+
one: 1 diwrnod
|
105
|
+
two: "%{count} diwrnod"
|
106
|
+
few: "%{count} diwrnod"
|
107
|
+
many: "%{count} diwrnod"
|
108
|
+
other: "%{count} diwrnod"
|
109
|
+
about_x_months:
|
110
|
+
zero: tua %{count} mis
|
111
|
+
one: tua mis
|
112
|
+
two: tua %{count} mis
|
113
|
+
few: tua %{count} mis
|
114
|
+
many: tua %{count} mis
|
115
|
+
other: tua %{count} mis
|
116
|
+
x_months:
|
117
|
+
zero: "%{count} mis"
|
118
|
+
one: 1 mis
|
119
|
+
two: "%{count} mis"
|
120
|
+
few: "%{count} mis"
|
121
|
+
many: "%{count} mis"
|
122
|
+
other: "%{count} mis"
|
123
|
+
about_x_years:
|
124
|
+
zero: tua %{count} blynedd
|
125
|
+
one: tua blwyddyn
|
126
|
+
two: tua %{count} blynedd
|
127
|
+
few: tua %{count} blynedd
|
128
|
+
many: tua %{count} blynedd
|
129
|
+
other: tua %{count} blynedd
|
130
|
+
over_x_years:
|
131
|
+
zero: dros %{count} blynedd
|
132
|
+
one: dros flwyddyn
|
133
|
+
two: dros %{count} blynedd
|
134
|
+
few: dros %{count} blynedd
|
135
|
+
many: dros %{count} blynedd
|
136
|
+
other: dros %{count} blynedd
|
137
|
+
almost_x_years:
|
138
|
+
zero: bron yn %{count} blynedd
|
139
|
+
one: bron yn flwyddyn
|
140
|
+
two: bron yn %{count} blynedd
|
141
|
+
few: bron yn %{count} blynedd
|
142
|
+
many: bron yn %{count} blynedd
|
143
|
+
other: bron yn %{count} blynedd
|
144
|
+
prompts:
|
145
|
+
second: Eiliad
|
146
|
+
minute: Munud
|
147
|
+
hour: Awr
|
148
|
+
day: Diwrnod
|
149
|
+
month: Mis
|
150
|
+
year: Blwyddyn
|
151
|
+
errors:
|
152
|
+
format: "%{attribute} %{message}"
|
153
|
+
messages:
|
154
|
+
model_invalid: "en Validation failed: %{errors}"
|
155
|
+
inclusion: "heb fod yn y rhestr"
|
156
|
+
exclusion: "wedi cadw"
|
157
|
+
invalid: "heb fod yn nheilwng"
|
158
|
+
confirmation: "heb fod yn gyfateb"
|
159
|
+
accepted: "angen ei dderbyn"
|
160
|
+
empty: "methu bod yn wag"
|
161
|
+
blank: "methu bod yn wag"
|
162
|
+
present: "en must be blank"
|
163
|
+
too_long: "yn rhy hir (cewch %{count} llythyren ar y fwyaf)"
|
164
|
+
too_short: "yn rhy fyr (rhaid am o leiaf %{count} llythyren)"
|
165
|
+
wrong_length: "gyda maint anghywir o lythrennau (dylai fod yn %{count} llythyren)"
|
166
|
+
not_a_number: "heb fod yn rhif"
|
167
|
+
not_an_integer: "heb fod yn rhif llawn"
|
168
|
+
greater_than: "angen bod yn fwy na %{count}"
|
169
|
+
greater_than_or_equal_to: "angen bod yr un maint neu fwy na %{count}"
|
170
|
+
equal_to: "angen bod yn %{count}"
|
171
|
+
less_than: "angen bod yn llai na %{count}"
|
172
|
+
less_than_or_equal_to: "angen bod yr un maint neu lai na %{count}"
|
173
|
+
other_than: "en must be other than %{count}"
|
174
|
+
in:
|
175
|
+
odd: "rhaid bod yn odrif"
|
176
|
+
even: "rhaid bod yn eilrif"
|
177
|
+
# active record
|
178
|
+
required: "en must exist"
|
179
|
+
taken: "wedi'i gymryd yn barod"
|
180
|
+
helpers:
|
181
|
+
select:
|
182
|
+
prompt: Dewiswch
|
183
|
+
submit:
|
184
|
+
create: Creu %{model}
|
185
|
+
submit: Cadw %{model}
|
186
|
+
update: Diweddaru %{model}
|
187
|
+
number:
|
188
|
+
currency:
|
189
|
+
format:
|
190
|
+
delimiter: ","
|
191
|
+
format: "%u%n"
|
192
|
+
precision: 2
|
193
|
+
separator: "."
|
194
|
+
significant: false
|
195
|
+
strip_insignificant_zeros: false
|
196
|
+
unit: "£"
|
197
|
+
format:
|
198
|
+
delimiter: ","
|
199
|
+
precision: 3
|
200
|
+
separator: "."
|
201
|
+
significant: false
|
202
|
+
strip_insignificant_zeros: false
|
203
|
+
human:
|
204
|
+
decimal_units:
|
205
|
+
format: "%n %u"
|
206
|
+
units:
|
207
|
+
billion: Biliwn
|
208
|
+
million: Miliwn
|
209
|
+
quadrillion: Cwadriliwn
|
210
|
+
thousand: Mil
|
211
|
+
trillion: Triliwn
|
212
|
+
unit: ''
|
213
|
+
format:
|
214
|
+
delimiter: ''
|
215
|
+
precision: 3
|
216
|
+
significant: true
|
217
|
+
strip_insignificant_zeros: true
|
218
|
+
storage_units:
|
219
|
+
format: "%n %u"
|
220
|
+
units:
|
221
|
+
byte:
|
222
|
+
zero: Bytes
|
223
|
+
one: Byte
|
224
|
+
two: Bytes
|
225
|
+
few: Bytes
|
226
|
+
many: Bytes
|
227
|
+
other: Bytes
|
228
|
+
kb: "KB"
|
229
|
+
mb: "MB"
|
230
|
+
gb: "GB"
|
231
|
+
tb: "TB"
|
232
|
+
pb: "PB"
|
233
|
+
eb: "EB"
|
234
|
+
percentage:
|
235
|
+
format:
|
236
|
+
delimiter: ''
|
237
|
+
precision:
|
238
|
+
format:
|
239
|
+
delimiter: ''
|
240
|
+
support:
|
241
|
+
array:
|
242
|
+
last_word_connector: ", a "
|
243
|
+
two_words_connector: " a "
|
244
|
+
words_connector: ", "
|
245
|
+
time:
|
246
|
+
am: yb
|
247
|
+
formats:
|
248
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
249
|
+
long: "%d %B %Y %H:%M"
|
250
|
+
short: "%d %b %H:%M"
|
251
|
+
pm: yh
|
data/rails/locale/da.yml
CHANGED
@@ -131,13 +131,13 @@ da:
|
|
131
131
|
required: skal udfyldes
|
132
132
|
taken: er allerede brugt
|
133
133
|
too_long:
|
134
|
-
one: er for lang (højst
|
134
|
+
one: er for lang (højst %{count} tegn)
|
135
135
|
other: er for lang (højst %{count} tegn)
|
136
136
|
too_short:
|
137
|
-
one: er for kort (mindst
|
137
|
+
one: er for kort (mindst %{count} tegn)
|
138
138
|
other: er for kort (mindst %{count} tegn)
|
139
139
|
wrong_length:
|
140
|
-
one: har forkert længde (skulle være
|
140
|
+
one: har forkert længde (skulle være %{count} tegn)
|
141
141
|
other: har forkert længde (skulle være %{count} tegn)
|
142
142
|
template:
|
143
143
|
body: 'Der var problemer med følgende felter:'
|
data/rails/locale/de-AT.yml
CHANGED
@@ -129,13 +129,13 @@ de-AT:
|
|
129
129
|
required: muss ausgefüllt werden
|
130
130
|
taken: ist bereits vergeben
|
131
131
|
too_long:
|
132
|
-
one: ist zu lang (mehr als
|
132
|
+
one: ist zu lang (mehr als %{count} Zeichen)
|
133
133
|
other: ist zu lang (mehr als %{count} Zeichen)
|
134
134
|
too_short:
|
135
|
-
one: ist zu kurz (weniger als
|
135
|
+
one: ist zu kurz (weniger als %{count} Zeichen)
|
136
136
|
other: ist zu kurz (weniger als %{count} Zeichen)
|
137
137
|
wrong_length:
|
138
|
-
one: hat die falsche Länge (muss genau
|
138
|
+
one: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
139
139
|
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
140
140
|
template:
|
141
141
|
body: 'Bitte überprüfen Sie die folgenden Felder:'
|
@@ -218,5 +218,5 @@ de-AT:
|
|
218
218
|
formats:
|
219
219
|
default: "%A, %d. %B %Y, %H:%M Uhr"
|
220
220
|
long: "%A, %d. %B %Y, %H:%M Uhr"
|
221
|
-
short: "%d. %
|
221
|
+
short: "%d. %b, %H:%M Uhr"
|
222
222
|
pm: nachmittags
|
data/rails/locale/de-CH.yml
CHANGED
@@ -129,13 +129,13 @@ de-CH:
|
|
129
129
|
required: muss ausgefüllt werden
|
130
130
|
taken: ist bereits vergeben
|
131
131
|
too_long:
|
132
|
-
one: ist zu lang (mehr als
|
132
|
+
one: ist zu lang (mehr als %{count} Zeichen)
|
133
133
|
other: ist zu lang (mehr als %{count} Zeichen)
|
134
134
|
too_short:
|
135
|
-
one: ist zu kurz (weniger als
|
135
|
+
one: ist zu kurz (weniger als %{count} Zeichen)
|
136
136
|
other: ist zu kurz (weniger als %{count} Zeichen)
|
137
137
|
wrong_length:
|
138
|
-
one: hat die falsche Länge (muss genau
|
138
|
+
one: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
139
139
|
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
140
140
|
template:
|
141
141
|
body: 'Bitte überprüfen Sie die folgenden Felder:'
|
@@ -218,5 +218,5 @@ de-CH:
|
|
218
218
|
formats:
|
219
219
|
default: "%A, %d. %B %Y, %H:%M Uhr"
|
220
220
|
long: "%A, %d. %B %Y, %H:%M Uhr"
|
221
|
-
short: "%d. %
|
221
|
+
short: "%d. %b, %H:%M Uhr"
|
222
222
|
pm: nachmittags
|
data/rails/locale/de-DE.yml
CHANGED
@@ -129,13 +129,13 @@ de-DE:
|
|
129
129
|
required: muss ausgefüllt werden
|
130
130
|
taken: ist bereits vergeben
|
131
131
|
too_long:
|
132
|
-
one: ist zu lang (mehr als
|
132
|
+
one: ist zu lang (mehr als %{count} Zeichen)
|
133
133
|
other: ist zu lang (mehr als %{count} Zeichen)
|
134
134
|
too_short:
|
135
|
-
one: ist zu kurz (weniger als
|
135
|
+
one: ist zu kurz (weniger als %{count} Zeichen)
|
136
136
|
other: ist zu kurz (weniger als %{count} Zeichen)
|
137
137
|
wrong_length:
|
138
|
-
one: hat die falsche Länge (muss genau
|
138
|
+
one: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
139
139
|
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
140
140
|
template:
|
141
141
|
body: 'Bitte überprüfen Sie die folgenden Felder:'
|
@@ -218,5 +218,5 @@ de-DE:
|
|
218
218
|
formats:
|
219
219
|
default: "%A, %d. %B %Y, %H:%M Uhr"
|
220
220
|
long: "%A, %d. %B %Y, %H:%M Uhr"
|
221
|
-
short: "%d. %
|
221
|
+
short: "%d. %b, %H:%M Uhr"
|
222
222
|
pm: nachmittags
|
data/rails/locale/de.yml
CHANGED
@@ -132,13 +132,13 @@ de:
|
|
132
132
|
required: muss ausgefüllt werden
|
133
133
|
taken: ist bereits vergeben
|
134
134
|
too_long:
|
135
|
-
one: ist zu lang (mehr als
|
135
|
+
one: ist zu lang (mehr als %{count} Zeichen)
|
136
136
|
other: ist zu lang (mehr als %{count} Zeichen)
|
137
137
|
too_short:
|
138
|
-
one: ist zu kurz (weniger als
|
138
|
+
one: ist zu kurz (weniger als %{count} Zeichen)
|
139
139
|
other: ist zu kurz (weniger als %{count} Zeichen)
|
140
140
|
wrong_length:
|
141
|
-
one: hat die falsche Länge (muss genau
|
141
|
+
one: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
142
142
|
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
143
143
|
template:
|
144
144
|
body: 'Bitte überprüfen Sie die folgenden Felder:'
|
@@ -221,5 +221,5 @@ de:
|
|
221
221
|
formats:
|
222
222
|
default: "%A, %d. %B %Y, %H:%M Uhr"
|
223
223
|
long: "%A, %d. %B %Y, %H:%M Uhr"
|
224
|
-
short: "%d. %
|
224
|
+
short: "%d. %b, %H:%M Uhr"
|
225
225
|
pm: nachmittags
|
data/rails/locale/el-CY.yml
CHANGED
@@ -85,19 +85,19 @@ el-CY:
|
|
85
85
|
one: πάνω από ένα χρόνο
|
86
86
|
other: πάνω από %{count} χρόνια
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} δευτερόλεπτο"
|
89
89
|
other: "%{count} δευτερόλεπτα"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} λεπτό"
|
92
92
|
other: "%{count} λεπτά"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} μέρα"
|
95
95
|
other: "%{count} ημέρες"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} μήνα"
|
98
98
|
other: "%{count} μήνες"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} χρόνος"
|
101
101
|
other: "%{count} χρόνια"
|
102
102
|
prompts:
|
103
103
|
second: Δευτερόλεπτο
|
@@ -131,18 +131,18 @@ el-CY:
|
|
131
131
|
required: πρέπει να υπάρχει
|
132
132
|
taken: το έχουν ήδη χρησιμοποιήσει
|
133
133
|
too_long:
|
134
|
-
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι
|
134
|
+
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρας)
|
135
135
|
other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
|
136
136
|
too_short:
|
137
|
-
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι
|
137
|
+
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρας)
|
138
138
|
other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
|
139
139
|
wrong_length:
|
140
|
-
one: έχει λανθασμένο μήκος (πρέπει να είναι
|
140
|
+
one: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρας)
|
141
141
|
other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
|
142
142
|
template:
|
143
143
|
body: 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί."
|
146
146
|
other: "%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί."
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/el.yml
CHANGED
@@ -85,19 +85,19 @@ el:
|
|
85
85
|
one: πάνω από ένα χρόνο
|
86
86
|
other: πάνω από %{count} χρόνια
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} δευτερόλεπτο"
|
89
89
|
other: "%{count} δευτερόλεπτα"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} λεπτό"
|
92
92
|
other: "%{count} λεπτά"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} μέρα"
|
95
95
|
other: "%{count} ημέρες"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} μήνα"
|
98
98
|
other: "%{count} μήνες"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} χρόνος"
|
101
101
|
other: "%{count} χρόνια"
|
102
102
|
prompts:
|
103
103
|
second: Δευτερόλεπτο
|
@@ -131,18 +131,18 @@ el:
|
|
131
131
|
required: πρέπει να υπάρχει
|
132
132
|
taken: το έχουν ήδη χρησιμοποιήσει
|
133
133
|
too_long:
|
134
|
-
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι
|
134
|
+
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρας)
|
135
135
|
other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
|
136
136
|
too_short:
|
137
|
-
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι
|
137
|
+
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρας)
|
138
138
|
other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
|
139
139
|
wrong_length:
|
140
|
-
one: έχει λανθασμένο μήκος (πρέπει να είναι
|
140
|
+
one: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρας)
|
141
141
|
other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
|
142
142
|
template:
|
143
143
|
body: 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί."
|
146
146
|
other: "%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί."
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-AU.yml
CHANGED
@@ -63,41 +63,41 @@ en-AU:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-AU:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-CA.yml
CHANGED
@@ -63,41 +63,41 @@ en-CA:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-CA:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|