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
data/rails/locale/id.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -28,12 +29,12 @@ id:
|
|
28
29
|
- Selasa
|
29
30
|
- Rabu
|
30
31
|
- Kamis
|
31
|
-
-
|
32
|
+
- Jumat
|
32
33
|
- Sabtu
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d %B %Y"
|
36
|
+
long: "%A, %d %B %Y"
|
37
|
+
short: "%d.%m.%Y"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- Januari
|
@@ -61,8 +62,8 @@ id:
|
|
61
62
|
one: sekitar sebulan
|
62
63
|
other: sekitar %{count} bulan
|
63
64
|
about_x_years:
|
64
|
-
one: setahun
|
65
|
-
other:
|
65
|
+
one: sekitar setahun
|
66
|
+
other: sekitar %{count} tahun
|
66
67
|
almost_x_years:
|
67
68
|
one: hampir setahun
|
68
69
|
other: hampir %{count} tahun
|
@@ -80,16 +81,16 @@ id:
|
|
80
81
|
other: lebih dari %{count} tahun
|
81
82
|
x_days:
|
82
83
|
one: sehari
|
83
|
-
other:
|
84
|
+
other: "%{count} hari"
|
84
85
|
x_minutes:
|
85
86
|
one: satu menit
|
86
|
-
other:
|
87
|
+
other: "%{count} menit"
|
87
88
|
x_months:
|
88
89
|
one: sebulan
|
89
|
-
other:
|
90
|
+
other: "%{count} bulan"
|
90
91
|
x_seconds:
|
91
92
|
one: satu detik
|
92
|
-
other:
|
93
|
+
other: "%{count} detik"
|
93
94
|
prompts:
|
94
95
|
day: Hari
|
95
96
|
hour: Jam
|
@@ -97,13 +98,14 @@ id:
|
|
97
98
|
month: Bulan
|
98
99
|
second: Detik
|
99
100
|
year: Tahun
|
100
|
-
errors:
|
101
|
-
format:
|
101
|
+
errors:
|
102
|
+
format: "%{attribute} %{message}"
|
102
103
|
messages:
|
103
104
|
accepted: harus diterima
|
104
|
-
blank: tidak
|
105
|
-
|
106
|
-
|
105
|
+
blank: tidak boleh kosong
|
106
|
+
present: harus kosong
|
107
|
+
confirmation: tidak sesuai dengan %{attribute}
|
108
|
+
empty: tidak boleh kosong
|
107
109
|
equal_to: harus sama dengan %{count}
|
108
110
|
even: harus genap
|
109
111
|
exclusion: sudah digunakan
|
@@ -114,43 +116,54 @@ id:
|
|
114
116
|
less_than: harus lebih kecil dari %{count}
|
115
117
|
less_than_or_equal_to: harus sama atau lebih kecil dari %{count}
|
116
118
|
not_a_number: bukan angka
|
119
|
+
not_an_integer: harus bilangan bulat
|
117
120
|
odd: harus ganjil
|
118
|
-
record_invalid:
|
121
|
+
record_invalid: 'Validasi gagal: %{errors}'
|
122
|
+
restrict_dependent_destroy:
|
123
|
+
one: Tidak bisa menghapus record karena terdapat satu %{record} yang bergantung
|
124
|
+
many: Tidak bisa menghapus record karena terdapat %{record} yang bergantung
|
119
125
|
taken: sudah digunakan
|
120
|
-
too_long:
|
121
|
-
|
122
|
-
|
126
|
+
too_long:
|
127
|
+
one: terlalu panjang (maksimum 1 karakter)
|
128
|
+
other: terlalu panjang (maksimum %{count} karakter)
|
129
|
+
too_short:
|
130
|
+
one: terlalu pendek (minimum 1 karakter)
|
131
|
+
other: terlalu pendek (minimum %{count} karakter)
|
132
|
+
wrong_length:
|
133
|
+
one: jumlah karakter salah (seharusnya 1 karakter)
|
134
|
+
other: jumlah karakter salah (seharusnya %{count} karakter)
|
135
|
+
other_than: harus selain %{count}
|
123
136
|
template:
|
124
|
-
body:
|
137
|
+
body: 'Ada masalah dengan field berikut:'
|
125
138
|
header:
|
126
139
|
one: 1 kesalahan mengakibatkan %{model} ini tidak bisa disimpan
|
127
|
-
other:
|
140
|
+
other: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
|
128
141
|
helpers:
|
129
142
|
select:
|
130
|
-
prompt:
|
143
|
+
prompt: Silakan pilih
|
131
144
|
submit:
|
132
145
|
create: Buat %{model}
|
133
146
|
submit: Simpan %{model}
|
134
|
-
update:
|
147
|
+
update: Perbarui %{model}
|
135
148
|
number:
|
136
149
|
currency:
|
137
150
|
format:
|
138
|
-
delimiter: .
|
139
|
-
format:
|
151
|
+
delimiter: "."
|
152
|
+
format: "%u%n"
|
140
153
|
precision: 2
|
141
|
-
separator:
|
154
|
+
separator: ","
|
142
155
|
significant: false
|
143
156
|
strip_insignificant_zeros: false
|
144
|
-
unit: Rp
|
157
|
+
unit: "Rp"
|
145
158
|
format:
|
146
|
-
delimiter: .
|
159
|
+
delimiter: "."
|
147
160
|
precision: 3
|
148
|
-
separator:
|
161
|
+
separator: ","
|
149
162
|
significant: false
|
150
163
|
strip_insignificant_zeros: false
|
151
164
|
human:
|
152
165
|
decimal_units:
|
153
|
-
format:
|
166
|
+
format: "%n %u"
|
154
167
|
units:
|
155
168
|
billion: Miliar
|
156
169
|
million: Juta
|
@@ -164,7 +177,7 @@ id:
|
|
164
177
|
significant: true
|
165
178
|
strip_insignificant_zeros: true
|
166
179
|
storage_units:
|
167
|
-
format:
|
180
|
+
format: "%n %u"
|
168
181
|
units:
|
169
182
|
byte:
|
170
183
|
one: Byte
|
@@ -181,20 +194,13 @@ id:
|
|
181
194
|
delimiter: ''
|
182
195
|
support:
|
183
196
|
array:
|
184
|
-
last_word_connector:
|
185
|
-
two_words_connector:
|
186
|
-
words_connector:
|
197
|
+
last_word_connector: ", dan "
|
198
|
+
two_words_connector: " dan "
|
199
|
+
words_connector: ", "
|
187
200
|
time:
|
188
201
|
am: am
|
189
202
|
formats:
|
190
|
-
default:
|
191
|
-
long:
|
192
|
-
short:
|
203
|
+
default: "%a, %d %b %Y %H.%M.%S %z"
|
204
|
+
long: "%d %B %Y %H.%M"
|
205
|
+
short: "%d %b %H.%M"
|
193
206
|
pm: pm
|
194
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
195
|
-
activemodel:
|
196
|
-
errors:
|
197
|
-
<<: *errors
|
198
|
-
activerecord:
|
199
|
-
errors:
|
200
|
-
<<: *errors
|
data/rails/locale/is.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
is:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ is:
|
|
31
32
|
- föstudaginn
|
32
33
|
- laugardaginn
|
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
|
- janúar
|
@@ -78,16 +79,16 @@ is:
|
|
78
79
|
other: meira en %{count} ár
|
79
80
|
x_days:
|
80
81
|
one: 1 dagur
|
81
|
-
other:
|
82
|
+
other: "%{count} dagar"
|
82
83
|
x_minutes:
|
83
84
|
one: 1 mínúta
|
84
|
-
other:
|
85
|
+
other: "%{count} mínútur"
|
85
86
|
x_months:
|
86
87
|
one: 1 mánuður
|
87
|
-
other:
|
88
|
+
other: "%{count} mánuðir"
|
88
89
|
x_seconds:
|
89
90
|
one: 1 sekúnda
|
90
|
-
other:
|
91
|
+
other: "%{count} sekúndur"
|
91
92
|
prompts:
|
92
93
|
day: Dagur
|
93
94
|
hour: Klukkustund
|
@@ -95,11 +96,12 @@ is:
|
|
95
96
|
month: Mánuður
|
96
97
|
second: Sekúnda
|
97
98
|
year: Ár
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: þarf að vera tekið gilt
|
102
103
|
blank: má ekki vera autt
|
104
|
+
present: verður að vera autt
|
103
105
|
confirmation: er ekki jafngilt staðfestingunni
|
104
106
|
empty: má ekki vera tómt
|
105
107
|
equal_to: þarf að vera jafngilt %{count}
|
@@ -114,7 +116,10 @@ is:
|
|
114
116
|
not_a_number: er ekki tala
|
115
117
|
not_an_integer: þarf að vera heiltala
|
116
118
|
odd: þarf að vera oddatala
|
117
|
-
record_invalid:
|
119
|
+
record_invalid: 'Villur: %{errors}'
|
120
|
+
restrict_dependent_destroy:
|
121
|
+
one: Ekki hægt að eyða færslu því %{record} sem hún er háð er til
|
122
|
+
many: Ekki hægt að eyða færslur því %{record} sem hún er háð er til
|
118
123
|
taken: er þegar í notkun
|
119
124
|
too_long:
|
120
125
|
one: er of langt (má mest vera 1 stafur)
|
@@ -125,8 +130,9 @@ is:
|
|
125
130
|
wrong_length:
|
126
131
|
one: er af rangri lengd (má mest vera 1 stafur)
|
127
132
|
other: er af rangri lengd (má mest vera %{count} stafir)
|
133
|
+
other_than: verður að vera annað en %{count}
|
128
134
|
template:
|
129
|
-
body:
|
135
|
+
body: 'Villur fundust í eftirfarandi dálkum:'
|
130
136
|
header:
|
131
137
|
one: Ekki var hægt að vista %{model} vegna einnar villu.
|
132
138
|
other: Ekki var hægt að vista %{model} vegna %{count} villna.
|
@@ -140,22 +146,22 @@ is:
|
|
140
146
|
number:
|
141
147
|
currency:
|
142
148
|
format:
|
143
|
-
delimiter:
|
144
|
-
format:
|
149
|
+
delimiter: "."
|
150
|
+
format: "%n %u"
|
145
151
|
precision: 2
|
146
|
-
separator:
|
152
|
+
separator: ","
|
147
153
|
significant: false
|
148
154
|
strip_insignificant_zeros: false
|
149
155
|
unit: kr.
|
150
156
|
format:
|
151
|
-
delimiter:
|
157
|
+
delimiter: "."
|
152
158
|
precision: 3
|
153
|
-
separator:
|
159
|
+
separator: ","
|
154
160
|
significant: false
|
155
161
|
strip_insignificant_zeros: false
|
156
162
|
human:
|
157
163
|
decimal_units:
|
158
|
-
format:
|
164
|
+
format: "%n %u"
|
159
165
|
units:
|
160
166
|
billion:
|
161
167
|
one: milljarður
|
@@ -177,7 +183,7 @@ is:
|
|
177
183
|
significant: true
|
178
184
|
strip_insignificant_zeros: true
|
179
185
|
storage_units:
|
180
|
-
format:
|
186
|
+
format: "%n %u"
|
181
187
|
units:
|
182
188
|
byte:
|
183
189
|
one: bæti
|
@@ -189,25 +195,19 @@ is:
|
|
189
195
|
percentage:
|
190
196
|
format:
|
191
197
|
delimiter: ''
|
198
|
+
format: "%n%"
|
192
199
|
precision:
|
193
200
|
format:
|
194
201
|
delimiter: ''
|
195
202
|
support:
|
196
203
|
array:
|
197
|
-
last_word_connector:
|
198
|
-
two_words_connector:
|
199
|
-
words_connector:
|
204
|
+
last_word_connector: " og "
|
205
|
+
two_words_connector: " og "
|
206
|
+
words_connector: ", "
|
200
207
|
time:
|
201
208
|
am: ''
|
202
209
|
formats:
|
203
|
-
default:
|
204
|
-
long:
|
205
|
-
short:
|
210
|
+
default: "%A %e. %B %Y kl. %H:%M"
|
211
|
+
long: "%A %e. %B %Y kl. %H:%M"
|
212
|
+
short: "%e. %B kl. %H:%M"
|
206
213
|
pm: ''
|
207
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
208
|
-
activemodel:
|
209
|
-
errors:
|
210
|
-
<<: *errors
|
211
|
-
activerecord:
|
212
|
-
errors:
|
213
|
-
<<: *errors
|
@@ -0,0 +1,199 @@
|
|
1
|
+
---
|
2
|
+
it-CH:
|
3
|
+
date:
|
4
|
+
abbr_day_names:
|
5
|
+
- Dom
|
6
|
+
- Lun
|
7
|
+
- Mar
|
8
|
+
- Mer
|
9
|
+
- Gio
|
10
|
+
- Ven
|
11
|
+
- Sab
|
12
|
+
abbr_month_names:
|
13
|
+
-
|
14
|
+
- Gen
|
15
|
+
- Feb
|
16
|
+
- Mar
|
17
|
+
- Apr
|
18
|
+
- Mag
|
19
|
+
- Giu
|
20
|
+
- Lug
|
21
|
+
- Ago
|
22
|
+
- Set
|
23
|
+
- Ott
|
24
|
+
- Nov
|
25
|
+
- Dic
|
26
|
+
day_names:
|
27
|
+
- Domenica
|
28
|
+
- Lunedì
|
29
|
+
- Martedì
|
30
|
+
- Mercoledì
|
31
|
+
- Giovedì
|
32
|
+
- Venerdì
|
33
|
+
- Sabato
|
34
|
+
formats:
|
35
|
+
default: "%d-%m-%Y"
|
36
|
+
long: "%d %B %Y"
|
37
|
+
short: "%d %b"
|
38
|
+
month_names:
|
39
|
+
-
|
40
|
+
- Gennaio
|
41
|
+
- Febbraio
|
42
|
+
- Marzo
|
43
|
+
- Aprile
|
44
|
+
- Maggio
|
45
|
+
- Giugno
|
46
|
+
- Luglio
|
47
|
+
- Agosto
|
48
|
+
- Settembre
|
49
|
+
- Ottobre
|
50
|
+
- Novembre
|
51
|
+
- Dicembre
|
52
|
+
order:
|
53
|
+
- :day
|
54
|
+
- :month
|
55
|
+
- :year
|
56
|
+
datetime:
|
57
|
+
distance_in_words:
|
58
|
+
about_x_hours:
|
59
|
+
one: circa un'ora
|
60
|
+
other: circa %{count} ore
|
61
|
+
about_x_months:
|
62
|
+
one: circa un mese
|
63
|
+
other: circa %{count} mesi
|
64
|
+
about_x_years:
|
65
|
+
one: circa un anno
|
66
|
+
other: circa %{count} anni
|
67
|
+
almost_x_years:
|
68
|
+
one: circa 1 anno
|
69
|
+
other: circa %{count} anni
|
70
|
+
half_a_minute: mezzo minuto
|
71
|
+
less_than_x_minutes:
|
72
|
+
one: meno di un minuto
|
73
|
+
other: meno di %{count} minuti
|
74
|
+
less_than_x_seconds:
|
75
|
+
one: meno di un secondo
|
76
|
+
other: meno di %{count} secondi
|
77
|
+
over_x_years:
|
78
|
+
one: oltre un anno
|
79
|
+
other: oltre %{count} anni
|
80
|
+
x_days:
|
81
|
+
one: 1 giorno
|
82
|
+
other: "%{count} giorni"
|
83
|
+
x_minutes:
|
84
|
+
one: 1 minuto
|
85
|
+
other: "%{count} minuti"
|
86
|
+
x_months:
|
87
|
+
one: 1 mese
|
88
|
+
other: "%{count} mesi"
|
89
|
+
x_seconds:
|
90
|
+
one: 1 secondo
|
91
|
+
other: "%{count} secondi"
|
92
|
+
prompts:
|
93
|
+
day: Giorno
|
94
|
+
hour: Ora
|
95
|
+
minute: Minuto
|
96
|
+
month: Mese
|
97
|
+
second: Secondi
|
98
|
+
year: Anno
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
101
|
+
messages:
|
102
|
+
accepted: deve essere accettata
|
103
|
+
blank: non può essere lasciato in bianco
|
104
|
+
confirmation: non coincide con %{attribute}
|
105
|
+
empty: non può essere vuoto
|
106
|
+
equal_to: deve essere uguale a %{count}
|
107
|
+
even: deve essere pari
|
108
|
+
exclusion: è riservato
|
109
|
+
greater_than: deve essere superiore a %{count}
|
110
|
+
greater_than_or_equal_to: deve essere superiore o uguale a %{count}
|
111
|
+
inclusion: non è incluso nella lista
|
112
|
+
invalid: non è valido
|
113
|
+
less_than: deve essere meno di %{count}
|
114
|
+
less_than_or_equal_to: deve essere meno o uguale a %{count}
|
115
|
+
not_a_number: non è un numero
|
116
|
+
not_an_integer: non è un intero
|
117
|
+
odd: deve essere dispari
|
118
|
+
record_invalid: 'Validazione fallita: %{errors}'
|
119
|
+
taken: è già in uso
|
120
|
+
too_long:
|
121
|
+
one: è troppo lungo (il massimo è 1 carattere)
|
122
|
+
other: è troppo lungo (il massimo è %{count} caratteri)
|
123
|
+
too_short:
|
124
|
+
one: è troppo corto (il minimo è 1 carattere)
|
125
|
+
other: è troppo corto (il minimo è %{count} caratteri)
|
126
|
+
wrong_length:
|
127
|
+
one: è della lunghezza sbagliata (deve essere di 1 carattere)
|
128
|
+
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
|
129
|
+
template:
|
130
|
+
body: 'Per favore ricontrolla i seguenti campi:'
|
131
|
+
header:
|
132
|
+
one: 'Non posso salvare questo %{model}: 1 errore'
|
133
|
+
other: 'Non posso salvare questo %{model}: %{count} errori.'
|
134
|
+
helpers:
|
135
|
+
select:
|
136
|
+
prompt: Per favore, seleziona
|
137
|
+
submit:
|
138
|
+
create: Crea %{model}
|
139
|
+
submit: Invia %{model}
|
140
|
+
update: Aggiorna %{model}
|
141
|
+
number:
|
142
|
+
currency:
|
143
|
+
format:
|
144
|
+
delimiter: "'"
|
145
|
+
format: "%u %n"
|
146
|
+
precision: 2
|
147
|
+
separator: "."
|
148
|
+
significant: false
|
149
|
+
strip_insignificant_zeros: false
|
150
|
+
unit: CHF
|
151
|
+
format:
|
152
|
+
delimiter: ","
|
153
|
+
precision: 2
|
154
|
+
separator: "."
|
155
|
+
significant: false
|
156
|
+
strip_insignificant_zeros: false
|
157
|
+
human:
|
158
|
+
decimal_units:
|
159
|
+
format: "%n %u"
|
160
|
+
units:
|
161
|
+
billion: Miliardi
|
162
|
+
million: Milioni
|
163
|
+
quadrillion: Biliardi
|
164
|
+
thousand: Mila
|
165
|
+
trillion: Bilioni
|
166
|
+
unit: ''
|
167
|
+
format:
|
168
|
+
delimiter: ''
|
169
|
+
precision: 1
|
170
|
+
significant: true
|
171
|
+
strip_insignificant_zeros: true
|
172
|
+
storage_units:
|
173
|
+
format: "%n %u"
|
174
|
+
units:
|
175
|
+
byte:
|
176
|
+
one: Byte
|
177
|
+
other: Byte
|
178
|
+
gb: GB
|
179
|
+
kb: KB
|
180
|
+
mb: MB
|
181
|
+
tb: TB
|
182
|
+
percentage:
|
183
|
+
format:
|
184
|
+
delimiter: ''
|
185
|
+
precision:
|
186
|
+
format:
|
187
|
+
delimiter: ''
|
188
|
+
support:
|
189
|
+
array:
|
190
|
+
last_word_connector: " e "
|
191
|
+
two_words_connector: " e "
|
192
|
+
words_connector: ", "
|
193
|
+
time:
|
194
|
+
am: am
|
195
|
+
formats:
|
196
|
+
default: "%a %d %b %Y, %H:%M:%S %z"
|
197
|
+
long: "%d %B %Y %H:%M"
|
198
|
+
short: "%d %b %H:%M"
|
199
|
+
pm: pm
|