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/fr-CH.yml
CHANGED
@@ -74,7 +74,7 @@ fr-CH:
|
|
74
74
|
one: environ un an
|
75
75
|
other: environ %{count} ans
|
76
76
|
almost_x_years:
|
77
|
-
one:
|
77
|
+
one: presque un an
|
78
78
|
other: presque %{count} ans
|
79
79
|
half_a_minute: une demi-minute
|
80
80
|
less_than_x_seconds:
|
@@ -89,19 +89,19 @@ fr-CH:
|
|
89
89
|
one: plus d'un an
|
90
90
|
other: plus de %{count} ans
|
91
91
|
x_seconds:
|
92
|
-
one:
|
92
|
+
one: "%{count} seconde"
|
93
93
|
other: "%{count} secondes"
|
94
94
|
x_minutes:
|
95
|
-
one:
|
95
|
+
one: "%{count} minute"
|
96
96
|
other: "%{count} minutes"
|
97
97
|
x_days:
|
98
|
-
one:
|
98
|
+
one: "%{count} jour"
|
99
99
|
other: "%{count} jours"
|
100
100
|
x_months:
|
101
|
-
one:
|
101
|
+
one: "%{count} mois"
|
102
102
|
other: "%{count} mois"
|
103
103
|
x_years:
|
104
|
-
one:
|
104
|
+
one: "%{count} an"
|
105
105
|
other: "%{count} ans"
|
106
106
|
prompts:
|
107
107
|
second: Seconde
|
@@ -147,7 +147,7 @@ fr-CH:
|
|
147
147
|
template:
|
148
148
|
body: 'Veuillez vérifier les champs suivants : '
|
149
149
|
header:
|
150
|
-
one: 'Impossible d''enregistrer ce(tte) %{model} :
|
150
|
+
one: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreur'
|
151
151
|
other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
|
152
152
|
helpers:
|
153
153
|
select:
|
data/rails/locale/fr-FR.yml
CHANGED
@@ -74,7 +74,7 @@ fr-FR:
|
|
74
74
|
one: environ un an
|
75
75
|
other: environ %{count} ans
|
76
76
|
almost_x_years:
|
77
|
-
one:
|
77
|
+
one: presque un an
|
78
78
|
other: presque %{count} ans
|
79
79
|
half_a_minute: une demi-minute
|
80
80
|
less_than_x_seconds:
|
@@ -89,19 +89,19 @@ fr-FR:
|
|
89
89
|
one: plus d'un an
|
90
90
|
other: plus de %{count} ans
|
91
91
|
x_seconds:
|
92
|
-
one:
|
92
|
+
one: "%{count} seconde"
|
93
93
|
other: "%{count} secondes"
|
94
94
|
x_minutes:
|
95
|
-
one:
|
95
|
+
one: "%{count} minute"
|
96
96
|
other: "%{count} minutes"
|
97
97
|
x_days:
|
98
|
-
one:
|
98
|
+
one: "%{count} jour"
|
99
99
|
other: "%{count} jours"
|
100
100
|
x_months:
|
101
|
-
one:
|
101
|
+
one: "%{count} mois"
|
102
102
|
other: "%{count} mois"
|
103
103
|
x_years:
|
104
|
-
one:
|
104
|
+
one: "%{count} an"
|
105
105
|
other: "%{count} ans"
|
106
106
|
prompts:
|
107
107
|
second: Seconde
|
@@ -147,7 +147,7 @@ fr-FR:
|
|
147
147
|
template:
|
148
148
|
body: 'Veuillez vérifier les champs suivants : '
|
149
149
|
header:
|
150
|
-
one: 'Impossible d''enregistrer ce(tte) %{model} :
|
150
|
+
one: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreur'
|
151
151
|
other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
|
152
152
|
helpers:
|
153
153
|
select:
|
data/rails/locale/fr.yml
CHANGED
@@ -19,7 +19,7 @@ fr:
|
|
19
19
|
- ven
|
20
20
|
- sam
|
21
21
|
abbr_month_names:
|
22
|
-
-
|
22
|
+
-
|
23
23
|
- jan.
|
24
24
|
- fév.
|
25
25
|
- mars
|
@@ -45,7 +45,7 @@ fr:
|
|
45
45
|
long: "%-d %B %Y"
|
46
46
|
short: "%-d %b"
|
47
47
|
month_names:
|
48
|
-
-
|
48
|
+
-
|
49
49
|
- janvier
|
50
50
|
- février
|
51
51
|
- mars
|
@@ -74,7 +74,7 @@ fr:
|
|
74
74
|
one: environ un an
|
75
75
|
other: environ %{count} ans
|
76
76
|
almost_x_years:
|
77
|
-
one:
|
77
|
+
one: presque un an
|
78
78
|
other: presque %{count} ans
|
79
79
|
half_a_minute: une demi‑minute
|
80
80
|
less_than_x_seconds:
|
@@ -89,19 +89,19 @@ fr:
|
|
89
89
|
one: plus d'un an
|
90
90
|
other: plus de %{count} ans
|
91
91
|
x_seconds:
|
92
|
-
one:
|
92
|
+
one: "%{count} seconde"
|
93
93
|
other: "%{count} secondes"
|
94
94
|
x_minutes:
|
95
|
-
one:
|
95
|
+
one: "%{count} minute"
|
96
96
|
other: "%{count} minutes"
|
97
97
|
x_days:
|
98
|
-
one:
|
98
|
+
one: "%{count} jour"
|
99
99
|
other: "%{count} jours"
|
100
100
|
x_months:
|
101
|
-
one:
|
101
|
+
one: "%{count} mois"
|
102
102
|
other: "%{count} mois"
|
103
103
|
x_years:
|
104
|
-
one:
|
104
|
+
one: "%{count} an"
|
105
105
|
other: "%{count} ans"
|
106
106
|
prompts:
|
107
107
|
second: Seconde
|
@@ -147,7 +147,7 @@ fr:
|
|
147
147
|
template:
|
148
148
|
body: 'Veuillez vérifier les champs suivants : '
|
149
149
|
header:
|
150
|
-
one: 'Impossible d''enregistrer ce(tte) %{model} :
|
150
|
+
one: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreur'
|
151
151
|
other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
|
152
152
|
helpers:
|
153
153
|
select:
|
data/rails/locale/gd.yml
ADDED
@@ -0,0 +1,252 @@
|
|
1
|
+
---
|
2
|
+
gd:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Dh’fhàillig leis an dearbhadh: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Cha b’ urrainn dhuinn an reacord a sguabadh às on a tha %{record} ann a tha an eisimeil air
|
9
|
+
has_many: Cha b’ urrainn dhuinn an reacord a sguabadh às on a tha %{record} ann a tha an eisimeil air
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- DiD
|
13
|
+
- DiL
|
14
|
+
- DiM
|
15
|
+
- DiC
|
16
|
+
- Dia
|
17
|
+
- Dih
|
18
|
+
- DiS
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- Faoi
|
22
|
+
- Gearr
|
23
|
+
- Màrt
|
24
|
+
- Gibl
|
25
|
+
- Cèit
|
26
|
+
- Ògmh
|
27
|
+
- Iuch
|
28
|
+
- Lùna
|
29
|
+
- Sult
|
30
|
+
- Dàmh
|
31
|
+
- Samh
|
32
|
+
- Dùbh
|
33
|
+
day_names:
|
34
|
+
- DiDòmhnaich
|
35
|
+
- DiLuain
|
36
|
+
- DiMàirt
|
37
|
+
- DiCiadain
|
38
|
+
- DiarDaoin
|
39
|
+
- DihAoine
|
40
|
+
- DiSathairne
|
41
|
+
formats:
|
42
|
+
default: "%Y-%m-%d"
|
43
|
+
long: "%d %B %Y"
|
44
|
+
short: "%d %b"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- Am Faoilleach
|
48
|
+
- An Gearran
|
49
|
+
- Am Màrt
|
50
|
+
- An Giblean
|
51
|
+
- An Cèitean
|
52
|
+
- An t-Ògmhios
|
53
|
+
- An t-Iuchar
|
54
|
+
- An Lùnastal
|
55
|
+
- An t-Sultain
|
56
|
+
- An Dàmhair
|
57
|
+
- An t-Samhain
|
58
|
+
- An Dùbhlachd
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: mu %{count} uair a thìde
|
67
|
+
two: mu %{count} uair a thìde
|
68
|
+
few: mu %{count} uairean a thìde
|
69
|
+
other: mu %{count} uair a thìde
|
70
|
+
about_x_months:
|
71
|
+
one: mu %{count} mhìos
|
72
|
+
two: mu %{count} mhìos
|
73
|
+
few: mu %{count} mìosan
|
74
|
+
other: mu %{count} mìos
|
75
|
+
about_x_years:
|
76
|
+
one: mu %{count} bhliadhna
|
77
|
+
two: mu %{count} bhliadhna
|
78
|
+
few: mu %{count} bliadhnaichean
|
79
|
+
other: mu %{count} bliadhna
|
80
|
+
almost_x_years:
|
81
|
+
one: cha mhòr %{count} bhliadhna
|
82
|
+
two: cha mhòr %{count} bhliadhna
|
83
|
+
few: cha mhòr %{count} bliadhnaichean
|
84
|
+
other: cha mhòr %{count} bliadhna
|
85
|
+
half_a_minute: leth-mhionaid
|
86
|
+
less_than_x_seconds:
|
87
|
+
one: nas lugha na %{count} diog
|
88
|
+
two: nas lugha na %{count} dhiog
|
89
|
+
few: nas lugha na %{count} diogan
|
90
|
+
other: nas lugha na %{count} diog
|
91
|
+
less_than_x_minutes:
|
92
|
+
one: nas lugha na %{count} mhionaid
|
93
|
+
two: nas lugha na %{count} mhionaid
|
94
|
+
few: nas lugha na %{count} mionaidean
|
95
|
+
other: nas lugha na %{count} mionaid
|
96
|
+
one: nas lugha na mionaid
|
97
|
+
over_x_years:
|
98
|
+
one: còrr is %{count} bhliadhna
|
99
|
+
two: còrr is %{count} bhliadhna
|
100
|
+
few: còrr is %{count} bliadhnaichean
|
101
|
+
other: còrr is %{count} bliadhna
|
102
|
+
x_seconds:
|
103
|
+
one: "%{count} diog"
|
104
|
+
two: "%{count} dhiog"
|
105
|
+
few: "%{count} diogan"
|
106
|
+
other: "%{count} diog"
|
107
|
+
x_minutes:
|
108
|
+
one: "%{count} mhionaid"
|
109
|
+
two: "%{count} mhionaid"
|
110
|
+
few: "%{count} mionaidean"
|
111
|
+
other: "%{count} mionaid"
|
112
|
+
x_days:
|
113
|
+
one: "%{count} latha"
|
114
|
+
two: "%{count} latha"
|
115
|
+
few: "%{count} làithean"
|
116
|
+
other: "%{count} latha"
|
117
|
+
x_months:
|
118
|
+
one: "%{count} mhìos"
|
119
|
+
two: "%{count} mhìos"
|
120
|
+
few: "%{count} mìosan"
|
121
|
+
other: "%{count} mìos"
|
122
|
+
x_years:
|
123
|
+
one: "%{count} bhliadhna"
|
124
|
+
two: "%{count} bhliadhna"
|
125
|
+
few: "%{count} bliadhnaichean"
|
126
|
+
other: "%{count} bliadhna"
|
127
|
+
prompts:
|
128
|
+
second: Diog
|
129
|
+
minute: Mionaid
|
130
|
+
hour: Uair a thìde
|
131
|
+
day: Latha
|
132
|
+
month: Mìos
|
133
|
+
year: Bliadhna
|
134
|
+
errors:
|
135
|
+
format: "%{attribute}: %{message}"
|
136
|
+
messages:
|
137
|
+
accepted: feumach air aontachadh
|
138
|
+
blank: chan fhaod seo a bhith bàn
|
139
|
+
confirmation: chan eil e ’na mhaids dha %{attribute}
|
140
|
+
empty: chan fhaod seo a bhith falamh
|
141
|
+
equal_to: feumaidh seo a bhith co-ionnan ri %{count}
|
142
|
+
even: feumaidh seo a bhith ’na àireamh chothrom
|
143
|
+
exclusion: tha seo glèidhte
|
144
|
+
greater_than: feumaidh seo a bhith nas motha na %{count}
|
145
|
+
greater_than_or_equal_to: feumaidh seo a bhith nas motha na no co-ionann ri %{count}
|
146
|
+
in: feumaidh seo a bhith am broinn %{count}
|
147
|
+
inclusion: chan eil seo am broinn na liosta
|
148
|
+
invalid: chan eil seo dligheach
|
149
|
+
less_than: feumaidh seo a bhith nas lugha na %{count}
|
150
|
+
less_than_or_equal_to: feumaidh seo a bhith nas lugha na no co-ionann ri %{count}
|
151
|
+
model_invalid: 'Dh’fhàillig leis an dearbhadh: %{errors}'
|
152
|
+
not_a_number: chan eil seo ’na àireamh
|
153
|
+
not_an_integer: feumaidh seo a bhith ’na àireamh shlàn
|
154
|
+
odd: feumaidh seo a bhith ’na àireamh chòrr
|
155
|
+
other_than: chan fhaod seo a bhith %{count}
|
156
|
+
present: feumaidh seo a bhith bàn
|
157
|
+
required: feumaidh seo a bhith ann
|
158
|
+
taken: tha seo aig rud eile mu thràth
|
159
|
+
too_long:
|
160
|
+
one: tha seo ro fhada (tha %{count} charactar ceadaichte air a char as motha)
|
161
|
+
two: tha seo ro fhada (tha %{count} charactar ceadaichte air a char as motha)
|
162
|
+
few: tha seo ro fhada (tha %{count} caractaran ceadaichte air a char as motha)
|
163
|
+
other: tha seo ro fhada (tha %{count} caractar ceadaichte air a char as motha)
|
164
|
+
too_short:
|
165
|
+
one: tha seo ro ghoirid (tha %{count} charactar ceadaichte air a char as lugha)
|
166
|
+
two: tha seo ro ghoirid (tha %{count} charactar ceadaichte air a char as lugha)
|
167
|
+
few: tha seo ro ghoirid (tha %{count} caractaran ceadaichte air a char as lugha)
|
168
|
+
other: tha seo ro ghoirid (tha %{count} caractar ceadaichte air a char as lugha)
|
169
|
+
wrong_length:
|
170
|
+
one: chan eil an fhaide mar bu chòir (bu chòir dha a bhith %{count} charactar)
|
171
|
+
two: chan eil an fhaide mar bu chòir (bu chòir dha a bhith %{count} charactar)
|
172
|
+
few: chan eil an fhaide mar bu chòir (bu chòir dha a bhith %{count} caractaran)
|
173
|
+
other: chan eil an fhaide mar bu chòir (bu chòir dha a bhith %{count} caractar)
|
174
|
+
template:
|
175
|
+
body: 'Bha duilgheadasan ann leis na raointean seo:'
|
176
|
+
header:
|
177
|
+
one: "Dh’adhbharaich %{count} mhearachd nach gabh a’ %{model} seo a shàbhaladh"
|
178
|
+
two: "Dh’adhbharaich %{count} mhearachd nach gabh a’ %{model} seo a shàbhaladh"
|
179
|
+
few: "Dh’adhbharaich %{count} mearachdan nach gabh a’ %{model} seo a shàbhaladh"
|
180
|
+
other: "Dh’adhbharaich %{count} mearachd nach gabh a’ %{model} seo a shàbhaladh"
|
181
|
+
helpers:
|
182
|
+
select:
|
183
|
+
prompt: Tagh
|
184
|
+
submit:
|
185
|
+
create: Cruthaich %{model}
|
186
|
+
submit: Sàbhail %{model}
|
187
|
+
update: Ùraich %{model}
|
188
|
+
number:
|
189
|
+
currency:
|
190
|
+
format:
|
191
|
+
delimiter: ","
|
192
|
+
format: "%u%n"
|
193
|
+
precision: 2
|
194
|
+
separator: "."
|
195
|
+
significant: false
|
196
|
+
strip_insignificant_zeros: false
|
197
|
+
unit: "£"
|
198
|
+
format:
|
199
|
+
delimiter: ","
|
200
|
+
precision: 3
|
201
|
+
round_mode: default
|
202
|
+
separator: "."
|
203
|
+
significant: false
|
204
|
+
strip_insignificant_zeros: false
|
205
|
+
human:
|
206
|
+
decimal_units:
|
207
|
+
format: "%n %u"
|
208
|
+
units:
|
209
|
+
billion: billean
|
210
|
+
million: millean
|
211
|
+
quadrillion: quadrillean
|
212
|
+
thousand: mìle
|
213
|
+
trillion: trillean
|
214
|
+
unit: ''
|
215
|
+
format:
|
216
|
+
delimiter: ''
|
217
|
+
precision: 3
|
218
|
+
significant: true
|
219
|
+
strip_insignificant_zeros: true
|
220
|
+
storage_units:
|
221
|
+
format: "%n %u"
|
222
|
+
units:
|
223
|
+
byte:
|
224
|
+
one: bhaidht
|
225
|
+
two: bhaidht
|
226
|
+
few: baidhtean
|
227
|
+
other: baidht
|
228
|
+
eb: EB
|
229
|
+
gb: GB
|
230
|
+
kb: KB
|
231
|
+
mb: MB
|
232
|
+
pb: PB
|
233
|
+
tb: TB
|
234
|
+
percentage:
|
235
|
+
format:
|
236
|
+
delimiter: ''
|
237
|
+
format: "%n%"
|
238
|
+
precision:
|
239
|
+
format:
|
240
|
+
delimiter: ''
|
241
|
+
support:
|
242
|
+
array:
|
243
|
+
last_word_connector: " agus "
|
244
|
+
two_words_connector: " agus "
|
245
|
+
words_connector: ", "
|
246
|
+
time:
|
247
|
+
am: m
|
248
|
+
formats:
|
249
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
250
|
+
long: "%d %b %Y, %H:%M"
|
251
|
+
short: "%d %b %H:%M"
|
252
|
+
pm: f
|
data/rails/locale/gl.yml
CHANGED
@@ -59,35 +59,35 @@ gl:
|
|
59
59
|
one: aproximadamente unha hora
|
60
60
|
other: "%{count} horas"
|
61
61
|
about_x_months:
|
62
|
-
one: aproximadamente
|
62
|
+
one: aproximadamente %{count} mes
|
63
63
|
other: "%{count} meses"
|
64
64
|
about_x_years:
|
65
|
-
one: aproximadamente
|
65
|
+
one: aproximadamente %{count} ano
|
66
66
|
other: "%{count} anos"
|
67
67
|
half_a_minute: medio minuto
|
68
68
|
less_than_x_seconds:
|
69
69
|
zero: menos dun segundo
|
70
|
-
one:
|
70
|
+
one: "%{count} segundo"
|
71
71
|
few: poucos segundos
|
72
72
|
other: "%{count} segundos"
|
73
73
|
less_than_x_minutes:
|
74
74
|
zero: menos dun minuto
|
75
|
-
one:
|
75
|
+
one: "%{count} minuto"
|
76
76
|
other: "%{count} minutos"
|
77
77
|
over_x_years:
|
78
78
|
one: máis dun ano
|
79
79
|
other: "%{count} anos"
|
80
80
|
x_seconds:
|
81
|
-
one:
|
81
|
+
one: "%{count} segundo"
|
82
82
|
other: "%{count} segundos"
|
83
83
|
x_minutes:
|
84
|
-
one:
|
84
|
+
one: "%{count} minuto"
|
85
85
|
other: "%{count} minuto"
|
86
86
|
x_days:
|
87
|
-
one:
|
87
|
+
one: "%{count} día"
|
88
88
|
other: "%{count} días"
|
89
89
|
x_months:
|
90
|
-
one:
|
90
|
+
one: "%{count} mes"
|
91
91
|
other: "%{count} meses"
|
92
92
|
errors:
|
93
93
|
format: "%{attribute} %{message}"
|
@@ -114,7 +114,7 @@ gl:
|
|
114
114
|
template:
|
115
115
|
body: 'Atopáronse os seguintes problemas:'
|
116
116
|
header:
|
117
|
-
one:
|
117
|
+
one: "%{count} erro evitou que se puidese gardar o %{model}"
|
118
118
|
other: "%{count} erros evitaron que se puidese gardar o %{model}"
|
119
119
|
number:
|
120
120
|
currency:
|
data/rails/locale/hi-IN.yml
CHANGED
@@ -63,10 +63,10 @@ hi-IN:
|
|
63
63
|
one: लग - भग एक घंटा
|
64
64
|
other: लग - भग %{count} घंटा
|
65
65
|
about_x_months:
|
66
|
-
one: लग - भग
|
66
|
+
one: लग - भग %{count} महीना
|
67
67
|
other: लग - भग %{count} महीना
|
68
68
|
about_x_years:
|
69
|
-
one: लग - भग
|
69
|
+
one: लग - भग %{count} साल
|
70
70
|
other: लग - भग %{count} साल
|
71
71
|
almost_x_years:
|
72
72
|
one: लग - भग एक साल
|
data/rails/locale/hi.yml
CHANGED
@@ -63,10 +63,10 @@ hi:
|
|
63
63
|
one: लगभग एक घंटा
|
64
64
|
other: लगभग %{count} घंटा
|
65
65
|
about_x_months:
|
66
|
-
one: लगभग
|
66
|
+
one: लगभग %{count} महीना
|
67
67
|
other: लगभग %{count} महीना
|
68
68
|
about_x_years:
|
69
|
-
one: लगभग
|
69
|
+
one: लगभग %{count} साल
|
70
70
|
other: लगभग %{count} साल
|
71
71
|
almost_x_years:
|
72
72
|
one: लगभग एक साल
|
data/rails/locale/hr.yml
CHANGED
@@ -9,53 +9,53 @@ hr:
|
|
9
9
|
has_many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
|
10
10
|
date:
|
11
11
|
abbr_day_names:
|
12
|
-
-
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
12
|
+
- ned
|
13
|
+
- pon
|
14
|
+
- uto
|
15
|
+
- sri
|
16
|
+
- čet
|
17
|
+
- pet
|
18
|
+
- sub
|
19
19
|
abbr_month_names:
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
24
|
-
-
|
25
|
-
-
|
26
|
-
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
20
|
+
-
|
21
|
+
- sij
|
22
|
+
- velj
|
23
|
+
- ožu
|
24
|
+
- tra
|
25
|
+
- svi
|
26
|
+
- lip
|
27
|
+
- srp
|
28
|
+
- kol
|
29
|
+
- ruj
|
30
|
+
- lis
|
31
|
+
- stu
|
32
|
+
- pro
|
33
33
|
day_names:
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
34
|
+
- nedjelja
|
35
|
+
- ponedjeljak
|
36
|
+
- utorak
|
37
|
+
- srijeda
|
38
|
+
- četvrtak
|
39
|
+
- petak
|
40
|
+
- subota
|
41
41
|
formats:
|
42
42
|
default: "%d.%m.%Y."
|
43
43
|
long: "%e. %B %Y."
|
44
44
|
short: "%e.%-m."
|
45
45
|
month_names:
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
46
|
+
-
|
47
|
+
- siječanj
|
48
|
+
- veljača
|
49
|
+
- ožujak
|
50
|
+
- travanj
|
51
|
+
- svibanj
|
52
|
+
- lipanj
|
53
|
+
- srpanj
|
54
|
+
- kolovoz
|
55
|
+
- rujan
|
56
|
+
- listopad
|
57
|
+
- studeni
|
58
|
+
- prosinac
|
59
59
|
order:
|
60
60
|
- :day
|
61
61
|
- :month
|
@@ -119,7 +119,7 @@ hr:
|
|
119
119
|
many: "%{count} mjeseci"
|
120
120
|
other: "%{count} mjeseci"
|
121
121
|
x_years:
|
122
|
-
one:
|
122
|
+
one: "%{count} godina"
|
123
123
|
few: "%{count} godine"
|
124
124
|
many: "%{count} godina"
|
125
125
|
other: "%{count} godina"
|
@@ -203,11 +203,11 @@ hr:
|
|
203
203
|
decimal_units:
|
204
204
|
format: "%n %u"
|
205
205
|
units:
|
206
|
-
billion:
|
207
|
-
million:
|
208
|
-
quadrillion:
|
209
|
-
thousand:
|
210
|
-
trillion:
|
206
|
+
billion: milijarda
|
207
|
+
million: milijun
|
208
|
+
quadrillion: bilijarda
|
209
|
+
thousand: tisuća
|
210
|
+
trillion: bilijun
|
211
211
|
unit: ''
|
212
212
|
format:
|
213
213
|
delimiter: ''
|
data/rails/locale/hu.yml
CHANGED
@@ -60,38 +60,38 @@ hu:
|
|
60
60
|
datetime:
|
61
61
|
distance_in_words:
|
62
62
|
about_x_hours:
|
63
|
-
one: kb.
|
63
|
+
one: kb. %{count} órája
|
64
64
|
other: kb. %{count} órája
|
65
65
|
about_x_months:
|
66
|
-
one: kb.
|
66
|
+
one: kb. %{count} hónapja
|
67
67
|
other: kb. %{count} hónapja
|
68
68
|
about_x_years:
|
69
|
-
one: kb.
|
69
|
+
one: kb. %{count} éve
|
70
70
|
other: kb. %{count} éve
|
71
71
|
almost_x_years:
|
72
|
-
one: majdnem
|
72
|
+
one: majdnem %{count} éve
|
73
73
|
other: majdnem %{count} éve
|
74
74
|
half_a_minute: fél perce
|
75
75
|
less_than_x_seconds:
|
76
|
-
one: kevesebb, mint
|
76
|
+
one: kevesebb, mint %{count} másodperce
|
77
77
|
other: kevesebb, mint %{count} másodperce
|
78
78
|
less_than_x_minutes:
|
79
|
-
one: kevesebb, mint
|
79
|
+
one: kevesebb, mint %{count} perce
|
80
80
|
other: kevesebb, mint %{count} perce
|
81
81
|
over_x_years:
|
82
|
-
one: több, mint
|
82
|
+
one: több, mint %{count} éve
|
83
83
|
other: több, mint %{count} éve
|
84
84
|
x_seconds:
|
85
|
-
one:
|
85
|
+
one: "%{count} másodperce"
|
86
86
|
other: "%{count} másodperce"
|
87
87
|
x_minutes:
|
88
|
-
one:
|
88
|
+
one: "%{count} perce"
|
89
89
|
other: "%{count} perce"
|
90
90
|
x_days:
|
91
|
-
one:
|
91
|
+
one: "%{count} napja"
|
92
92
|
other: "%{count} napja"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} hónapja"
|
95
95
|
other: "%{count} hónapja"
|
96
96
|
prompts:
|
97
97
|
second: Másodperc
|
@@ -126,7 +126,7 @@ hu:
|
|
126
126
|
template:
|
127
127
|
body: 'Problémás mezők:'
|
128
128
|
header:
|
129
|
-
one: '
|
129
|
+
one: '%{count} hiba miatt nem menthető a következő: %{model}'
|
130
130
|
other: "%{count} hiba miatt nem menthető a következő: %{model}"
|
131
131
|
helpers:
|
132
132
|
select:
|