rails-i18n 7.0.6 → 7.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/id.yml
CHANGED
@@ -78,12 +78,12 @@ id:
|
|
78
78
|
half_a_minute: setengah menit
|
79
79
|
less_than_x_seconds:
|
80
80
|
zero: kurang dari 1 detik
|
81
|
-
one: kurang dari
|
81
|
+
one: kurang dari %{count} detik
|
82
82
|
other: kurang dari %{count} detik
|
83
83
|
less_than_x_minutes:
|
84
84
|
zero: kurang dari 1 menit
|
85
|
-
one: kurang dari
|
86
|
-
other: kurang dari
|
85
|
+
one: kurang dari %{count} menit
|
86
|
+
other: kurang dari %{count} menit
|
87
87
|
over_x_years:
|
88
88
|
one: lebih dari setahun
|
89
89
|
other: lebih dari %{count} tahun
|
@@ -131,18 +131,18 @@ id:
|
|
131
131
|
required: harus ada
|
132
132
|
taken: sudah digunakan
|
133
133
|
too_long:
|
134
|
-
one: terlalu panjang (maksimum
|
134
|
+
one: terlalu panjang (maksimum %{count} karakter)
|
135
135
|
other: terlalu panjang (maksimum %{count} karakter)
|
136
136
|
too_short:
|
137
|
-
one: terlalu pendek (minimum
|
137
|
+
one: terlalu pendek (minimum %{count} karakter)
|
138
138
|
other: terlalu pendek (minimum %{count} karakter)
|
139
139
|
wrong_length:
|
140
|
-
one: jumlah karakter salah (seharusnya
|
140
|
+
one: jumlah karakter salah (seharusnya %{count} karakter)
|
141
141
|
other: jumlah karakter salah (seharusnya %{count} karakter)
|
142
142
|
template:
|
143
143
|
body: 'Ada masalah dengan field berikut:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
|
146
146
|
other: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/is.yml
CHANGED
@@ -63,38 +63,38 @@ is:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: u.þ.b.
|
66
|
+
one: u.þ.b. %{count} klukkustund
|
67
67
|
other: u.þ.b. %{count} klukkustundir
|
68
68
|
about_x_months:
|
69
|
-
one: u.þ.b.
|
69
|
+
one: u.þ.b. %{count} mánuður
|
70
70
|
other: u.þ.b. %{count} mánuðir
|
71
71
|
about_x_years:
|
72
|
-
one: u.þ.b.
|
72
|
+
one: u.þ.b. %{count} ár
|
73
73
|
other: u.þ.b. %{count} ár
|
74
74
|
almost_x_years:
|
75
|
-
one: næstum
|
75
|
+
one: næstum %{count} ár
|
76
76
|
other: næstum %{count} ár
|
77
77
|
half_a_minute: hálf mínúta
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: minna en
|
79
|
+
one: minna en %{count} sekúnda
|
80
80
|
other: minna en %{count} sekúndur
|
81
81
|
less_than_x_minutes:
|
82
|
-
one: minna en
|
82
|
+
one: minna en %{count} mínúta
|
83
83
|
other: minna en %{count} mínútur
|
84
84
|
over_x_years:
|
85
|
-
one: meira en
|
85
|
+
one: meira en %{count} ár
|
86
86
|
other: meira en %{count} ár
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} sekúnda"
|
89
89
|
other: "%{count} sekúndur"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} mínúta"
|
92
92
|
other: "%{count} mínútur"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} dagur"
|
95
95
|
other: "%{count} dagar"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} mánuður"
|
98
98
|
other: "%{count} mánuðir"
|
99
99
|
prompts:
|
100
100
|
second: Sekúnda
|
@@ -126,13 +126,13 @@ is:
|
|
126
126
|
present: verður að vera autt
|
127
127
|
taken: er þegar í notkun
|
128
128
|
too_long:
|
129
|
-
one: er of langt (má mest vera
|
129
|
+
one: er of langt (má mest vera %{count} stafur)
|
130
130
|
other: er of langt (má mest vera %{count} stafir)
|
131
131
|
too_short:
|
132
|
-
one: er of stutt (má minnst vera
|
132
|
+
one: er of stutt (má minnst vera %{count} stafur)
|
133
133
|
other: er of stutt (má minnst vera %{count} stafir)
|
134
134
|
wrong_length:
|
135
|
-
one: er af rangri lengd (má mest vera
|
135
|
+
one: er af rangri lengd (má mest vera %{count} stafur)
|
136
136
|
other: er af rangri lengd (má mest vera %{count} stafir)
|
137
137
|
template:
|
138
138
|
body: 'Villur fundust í eftirfarandi dálkum:'
|
data/rails/locale/it-CH.yml
CHANGED
@@ -72,7 +72,7 @@ it-CH:
|
|
72
72
|
one: circa un anno
|
73
73
|
other: circa %{count} anni
|
74
74
|
almost_x_years:
|
75
|
-
one: circa
|
75
|
+
one: circa %{count} anno
|
76
76
|
other: circa %{count} anni
|
77
77
|
half_a_minute: mezzo minuto
|
78
78
|
less_than_x_seconds:
|
@@ -85,19 +85,19 @@ it-CH:
|
|
85
85
|
one: oltre un anno
|
86
86
|
other: oltre %{count} anni
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} secondo"
|
89
89
|
other: "%{count} secondi"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minuto"
|
92
92
|
other: "%{count} minuti"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} giorno"
|
95
95
|
other: "%{count} giorni"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} mese"
|
98
98
|
other: "%{count} mesi"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} anno"
|
101
101
|
other: "%{count} anni"
|
102
102
|
prompts:
|
103
103
|
second: Secondi
|
@@ -131,18 +131,18 @@ it-CH:
|
|
131
131
|
required: deve esistere
|
132
132
|
taken: è già presente
|
133
133
|
too_long:
|
134
|
-
one: è troppo lungo (il massimo è
|
134
|
+
one: è troppo lungo (il massimo è %{count} carattere)
|
135
135
|
other: è troppo lungo (il massimo è %{count} caratteri)
|
136
136
|
too_short:
|
137
|
-
one: è troppo corto (il minimo è
|
137
|
+
one: è troppo corto (il minimo è %{count} carattere)
|
138
138
|
other: è troppo corto (il minimo è %{count} caratteri)
|
139
139
|
wrong_length:
|
140
|
-
one: è della lunghezza sbagliata (deve essere di
|
140
|
+
one: è della lunghezza sbagliata (deve essere di %{count} carattere)
|
141
141
|
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
|
142
142
|
template:
|
143
143
|
body: 'Per favore ricontrolla i seguenti campi:'
|
144
144
|
header:
|
145
|
-
one: 'Non posso salvare questo %{model}:
|
145
|
+
one: 'Non posso salvare questo %{model}: %{count} errore'
|
146
146
|
other: 'Non posso salvare questo %{model}: %{count} errori.'
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/it.yml
CHANGED
@@ -85,19 +85,19 @@ it:
|
|
85
85
|
one: oltre un anno
|
86
86
|
other: oltre %{count} anni
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} secondo"
|
89
89
|
other: "%{count} secondi"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minuto"
|
92
92
|
other: "%{count} minuti"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} giorno"
|
95
95
|
other: "%{count} giorni"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} mese"
|
98
98
|
other: "%{count} mesi"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} anno"
|
101
101
|
other: "%{count} anni"
|
102
102
|
prompts:
|
103
103
|
second: Secondi
|
@@ -131,18 +131,18 @@ it:
|
|
131
131
|
required: deve esistere
|
132
132
|
taken: è già presente
|
133
133
|
too_long:
|
134
|
-
one: è troppo lungo (il massimo è
|
134
|
+
one: è troppo lungo (il massimo è %{count} carattere)
|
135
135
|
other: è troppo lungo (il massimo è %{count} caratteri)
|
136
136
|
too_short:
|
137
|
-
one: è troppo corto (il minimo è
|
137
|
+
one: è troppo corto (il minimo è %{count} carattere)
|
138
138
|
other: è troppo corto (il minimo è %{count} caratteri)
|
139
139
|
wrong_length:
|
140
|
-
one: è della lunghezza sbagliata (deve essere di
|
140
|
+
one: è della lunghezza sbagliata (deve essere di %{count} carattere)
|
141
141
|
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
|
142
142
|
template:
|
143
143
|
body: 'Ricontrolla i seguenti campi:'
|
144
144
|
header:
|
145
|
-
one: 'Non posso salvare questo %{model}:
|
145
|
+
one: 'Non posso salvare questo %{model}: %{count} errore'
|
146
146
|
other: 'Non posso salvare questo %{model}: %{count} errori.'
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/ja.yml
CHANGED
@@ -94,6 +94,7 @@ ja:
|
|
94
94
|
exclusion: は予約されています
|
95
95
|
greater_than: は%{count}より大きい値にしてください
|
96
96
|
greater_than_or_equal_to: は%{count}以上の値にしてください
|
97
|
+
in: は%{count}の範囲に含めてください
|
97
98
|
inclusion: は一覧にありません
|
98
99
|
invalid: は不正な値です
|
99
100
|
less_than: は%{count}より小さい値にしてください
|
@@ -132,6 +133,7 @@ ja:
|
|
132
133
|
format:
|
133
134
|
delimiter: ","
|
134
135
|
precision: 3
|
136
|
+
round_mode: default
|
135
137
|
separator: "."
|
136
138
|
significant: false
|
137
139
|
strip_insignificant_zeros: false
|
data/rails/locale/ka.yml
CHANGED
@@ -60,41 +60,41 @@ ka:
|
|
60
60
|
datetime:
|
61
61
|
distance_in_words:
|
62
62
|
about_x_hours:
|
63
|
-
one: დაახლოებით
|
63
|
+
one: დაახლოებით %{count} საათი
|
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
|
-
one: თითქმის
|
72
|
+
one: თითქმის %{count} წელი
|
73
73
|
other: თითქმის %{count} წელი
|
74
74
|
half_a_minute: ნახევარი წუთი
|
75
75
|
less_than_x_seconds:
|
76
|
-
one:
|
76
|
+
one: "%{count} წამზე ნაკლები"
|
77
77
|
other: "%{count} წამზე ნაკლები"
|
78
78
|
less_than_x_minutes:
|
79
|
-
one:
|
79
|
+
one: "%{count} წუთზე ნაკლები"
|
80
80
|
other: "%{count} წუთზე ნაკლები"
|
81
81
|
over_x_years:
|
82
|
-
one:
|
82
|
+
one: "%{count} წელზე მეტი"
|
83
83
|
other: "%{count} წელზე მეტი"
|
84
84
|
x_seconds:
|
85
|
-
one:
|
85
|
+
one: "%{count} წამი"
|
86
86
|
other: "%{count} წამი"
|
87
87
|
x_minutes:
|
88
|
-
one:
|
88
|
+
one: "%{count} წუთი"
|
89
89
|
other: "%{count} წუთი"
|
90
90
|
x_days:
|
91
|
-
one:
|
91
|
+
one: "%{count} დღე"
|
92
92
|
other: "%{count} დღე"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} თვე"
|
95
95
|
other: "%{count} თვე"
|
96
96
|
x_years:
|
97
|
-
one:
|
97
|
+
one: "%{count} წელი"
|
98
98
|
other: "%{count} წელი"
|
99
99
|
prompts:
|
100
100
|
second: წამი
|
@@ -128,18 +128,18 @@ ka:
|
|
128
128
|
required: უნდა არსებობდეს
|
129
129
|
taken: უკვე დაკავებულია
|
130
130
|
too_long:
|
131
|
-
one: არის ძალიან გრძელი (მაქსიმუმია
|
131
|
+
one: არის ძალიან გრძელი (მაქსიმუმია %{count} სიმბოლო)
|
132
132
|
other: არის მეტისმეტად დიდი სიგრძის (მაქსიმუმია %{count} სიმბოლო)
|
133
133
|
too_short:
|
134
|
-
one: არის ძალიან მოკლე (მინიმუმია
|
134
|
+
one: არის ძალიან მოკლე (მინიმუმია %{count} სიმბოლო)
|
135
135
|
other: არის ძალიან მოკლე (მინიმუმია %{count} სიმბოლო)
|
136
136
|
wrong_length:
|
137
|
-
one: არის არასწორი სიგრძის (უნდა იყოს ზუსტად
|
137
|
+
one: არის არასწორი სიგრძის (უნდა იყოს ზუსტად %{count} სიბმოლო)
|
138
138
|
other: არის არასწორი სიგრძის (უნდა იყოს ზუსტად %{count} სიბმოლო)
|
139
139
|
template:
|
140
140
|
body: 'შეიქმნა პრობლემები შემდეგ ველებთან დაკავშირებით:'
|
141
141
|
header:
|
142
|
-
one: "%{model}-ს შენახვა ვერ განხორციელდა
|
142
|
+
one: "%{model}-ს შენახვა ვერ განხორციელდა %{count} შეცდომის გამო"
|
143
143
|
other: "%{model}-ს შენახვა ვერ განხორციელდა %{count} შეცდომის გამო"
|
144
144
|
helpers:
|
145
145
|
select:
|
data/rails/locale/kn.yml
CHANGED
@@ -82,16 +82,16 @@ kn:
|
|
82
82
|
one: ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು
|
83
83
|
other: "%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು"
|
84
84
|
x_seconds:
|
85
|
-
one:
|
85
|
+
one: "%{count} ಸೆಕೆಂಡ್"
|
86
86
|
other: "%{count} ಸೆಕೆಂಡುಗಳು"
|
87
87
|
x_minutes:
|
88
|
-
one:
|
88
|
+
one: "%{count} ನಿಮಿಷ"
|
89
89
|
other: "%{count} ನಿಮಿಷಗಳು"
|
90
90
|
x_days:
|
91
|
-
one:
|
91
|
+
one: "%{count} ದಿನ"
|
92
92
|
other: "%{count} ದಿನಗಳು"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} ತಿಂಗಳು"
|
95
95
|
other: "%{count} ತಿಂಗಳುಗಳು"
|
96
96
|
prompts:
|
97
97
|
second: ಸೆಕೆಂಡು
|
@@ -126,7 +126,7 @@ kn:
|
|
126
126
|
template:
|
127
127
|
body: 'ಸಮಸ್ಯೆಗಳಿರುವ ಜಾಗಗಳು:'
|
128
128
|
header:
|
129
|
-
one:
|
129
|
+
one: "%{count} ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
|
130
130
|
other: "%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
|
131
131
|
helpers:
|
132
132
|
select:
|
data/rails/locale/ko.yml
CHANGED
@@ -89,15 +89,15 @@ ko:
|
|
89
89
|
blank: "%{attribute}에 내용을 입력해 주세요"
|
90
90
|
confirmation: "%{attribute}은(는) 서로 일치해야 합니다"
|
91
91
|
empty: "%{attribute}에 내용을 입력해 주세요"
|
92
|
-
equal_to: "%{attribute}은(는) %{count}과 같아야 합니다"
|
92
|
+
equal_to: "%{attribute}은(는) %{count}와(과) 같아야 합니다"
|
93
93
|
even: "%{attribute}에 짝수를 입력해 주세요"
|
94
94
|
exclusion: "%{attribute}은(는) 이미 예약되어 있는 값입니다"
|
95
95
|
greater_than: "%{attribute}은(는) %{count}보다 커야 합니다"
|
96
|
-
greater_than_or_equal_to: "%{attribute}은(는) %{count}보다
|
96
|
+
greater_than_or_equal_to: "%{attribute}은(는) %{count}보다 크거나 같아야 합니다"
|
97
97
|
inclusion: "%{attribute}은(는) 목록에 포함되어 있는 값이 아닙니다"
|
98
98
|
invalid: "%{attribute}은(는) 올바르지 않은 값입니다"
|
99
99
|
less_than: "%{attribute}은(는) %{count}보다 작아야 합니다"
|
100
|
-
less_than_or_equal_to: "%{attribute}은(는) %{count}과 작거나 같아야 합니다"
|
100
|
+
less_than_or_equal_to: "%{attribute}은(는) %{count}와(과) 작거나 같아야 합니다"
|
101
101
|
model_invalid: "%{attribute}에 대한 데이터 검증에 실패하였습니다: %{errors}"
|
102
102
|
not_a_number: "%{attribute}에 숫자를 입력해 주세요"
|
103
103
|
not_an_integer: "%{attribute}에 정수를 입력해 주세요"
|
data/rails/locale/lb.yml
CHANGED
@@ -87,16 +87,16 @@ lb:
|
|
87
87
|
one: méi wéi ee Joer
|
88
88
|
other: méi wéi %{count} Joer
|
89
89
|
x_seconds:
|
90
|
-
one:
|
90
|
+
one: "%{count} Sekonn"
|
91
91
|
other: "%{count} Sekonnen"
|
92
92
|
x_minutes:
|
93
|
-
one:
|
93
|
+
one: "%{count} Minutt"
|
94
94
|
other: "%{count} Minutten"
|
95
95
|
x_days:
|
96
|
-
one:
|
96
|
+
one: "%{count} Dag"
|
97
97
|
other: "%{count} Deeg"
|
98
98
|
x_months:
|
99
|
-
one:
|
99
|
+
one: "%{count} Mount"
|
100
100
|
other: "%{count} Méint"
|
101
101
|
prompts:
|
102
102
|
second: Sekonnen
|
@@ -128,10 +128,10 @@ lb:
|
|
128
128
|
present: muss eidel sinn
|
129
129
|
taken: gouf scho geholl
|
130
130
|
too_long:
|
131
|
-
one: ass ze laang (Maximal
|
131
|
+
one: ass ze laang (Maximal %{count} Zeechen)
|
132
132
|
other: ass ze laang (net méi wéi %{count} Zeechen)
|
133
133
|
too_short:
|
134
|
-
one: ass ze kuerz (Mniimal
|
134
|
+
one: ass ze kuerz (Mniimal %{count} Zeechen)
|
135
135
|
other: ass ze kuerz (mindestens %{count} Zeechen)
|
136
136
|
wrong_length:
|
137
137
|
one: huet déi falsch Längt (muss genee een Zeeche sinn)
|
@@ -139,7 +139,7 @@ lb:
|
|
139
139
|
template:
|
140
140
|
body: 'Et gouf Problemer mat dëse Felder:'
|
141
141
|
header:
|
142
|
-
one:
|
142
|
+
one: "%{count} Feeler verhënnert d'Späichere vu(n) %{model}"
|
143
143
|
other: "%{count} Feeler verhënneren d'Späichere vu(n) %{model}"
|
144
144
|
helpers:
|
145
145
|
select:
|
data/rails/locale/lv.yml
CHANGED
@@ -17,7 +17,7 @@ lv:
|
|
17
17
|
- Pk.
|
18
18
|
- S.
|
19
19
|
abbr_month_names:
|
20
|
-
-
|
20
|
+
-
|
21
21
|
- Janv
|
22
22
|
- Febr
|
23
23
|
- Marts
|
@@ -107,7 +107,6 @@ lv:
|
|
107
107
|
zero: "%{count} mēneši"
|
108
108
|
one: "%{count} mēnesis"
|
109
109
|
other: "%{count} mēneši"
|
110
|
-
zero: 0 gadi
|
111
110
|
prompts:
|
112
111
|
second: sekunde
|
113
112
|
minute: minūte
|
data/rails/locale/mg.yml
CHANGED
@@ -89,19 +89,19 @@ mg:
|
|
89
89
|
one: Herintaona mahery
|
90
90
|
other: maherin'ny %{count} taona
|
91
91
|
x_seconds:
|
92
|
-
one:
|
92
|
+
one: "%{count} segondra"
|
93
93
|
other: "%{count} segondra"
|
94
94
|
x_minutes:
|
95
|
-
one:
|
95
|
+
one: "%{count} minitra"
|
96
96
|
other: "%{count} minitra"
|
97
97
|
x_days:
|
98
|
-
one:
|
98
|
+
one: "%{count} andro"
|
99
99
|
other: "%{count} andro"
|
100
100
|
x_months:
|
101
|
-
one:
|
101
|
+
one: "%{count} volana"
|
102
102
|
other: "%{count} volana"
|
103
103
|
x_years:
|
104
|
-
one:
|
104
|
+
one: "%{count} taona"
|
105
105
|
other: "%{count} taona"
|
106
106
|
prompts:
|
107
107
|
second: Segondra
|
@@ -146,7 +146,7 @@ mg:
|
|
146
146
|
template:
|
147
147
|
body: 'Hamarino ireo saha manaraka azafady : '
|
148
148
|
header:
|
149
|
-
one: 'Tsy azo tadidiana ity %{model} : olana
|
149
|
+
one: 'Tsy azo tadidiana ity %{model} : olana %{count}'
|
150
150
|
other: 'Tsy azo tadidiana ity %{model} : olana %{count}'
|
151
151
|
helpers:
|
152
152
|
select:
|
data/rails/locale/ml.yml
CHANGED
@@ -63,16 +63,16 @@ ml:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: എകദേശം
|
66
|
+
one: എകദേശം %{count} മണിക്കൂർ
|
67
67
|
other: എകദേശം %{count} മണിക്കൂർ
|
68
68
|
about_x_months:
|
69
|
-
one: എകദേശം
|
69
|
+
one: എകദേശം %{count} മാസം
|
70
70
|
other: എകദേശം %{count} മാസം
|
71
71
|
about_x_years:
|
72
|
-
one: എകദേശം
|
72
|
+
one: എകദേശം %{count} വർഷം
|
73
73
|
other: എകദേശം %{count} വർഷം
|
74
74
|
almost_x_years:
|
75
|
-
one: ഏതാണ്ട്
|
75
|
+
one: ഏതാണ്ട് %{count} വർഷം
|
76
76
|
other: ഏതാണ്ട് %{count} വർഷം
|
77
77
|
half_a_minute: അര സൂക്ഷ്മ
|
78
78
|
less_than_x_seconds:
|
@@ -85,16 +85,16 @@ ml:
|
|
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
|
prompts:
|
100
100
|
second: നിമിഷം
|
@@ -128,13 +128,13 @@ ml:
|
|
128
128
|
required: എന്തായാലും ഉണ്ടായിരിക്കണം
|
129
129
|
taken: ഇതിനു മുൻപേ ഉപയോഗിച്ചിരിക്കുന്നു
|
130
130
|
too_long:
|
131
|
-
one: വളരെ വലുതാണ് (പരമാവധി
|
131
|
+
one: വളരെ വലുതാണ് (പരമാവധി %{count} പ്രതീകം)
|
132
132
|
other: വളരെ വലുതാണ് (പരമാവധി %{count} പ്രതീകങ്ങൾ)
|
133
133
|
too_short:
|
134
|
-
one: വളരെ ചെറുതാണ് (ഏറ്റവും കുറഞ്ഞത്
|
134
|
+
one: വളരെ ചെറുതാണ് (ഏറ്റവും കുറഞ്ഞത് %{count} പ്രതീകം)
|
135
135
|
other: വളരെ ചെറുതാണ് (ഏറ്റവും കുറഞ്ഞത് %{count} പ്രതീകങ്ങൾ)
|
136
136
|
wrong_length:
|
137
|
-
one: തെറ്റായ നീളം ആണ് (
|
137
|
+
one: തെറ്റായ നീളം ആണ് (%{count} പ്രതീകം ആയിരിക്കണം)
|
138
138
|
other: തെറ്റായ നീളം ആണ് (%{count} പ്രതീകങ്ങൾ ആയിരിക്കണം)
|
139
139
|
template:
|
140
140
|
body: 'താഴെ പറഞ്ഞവയിൽ തെറ്റുകൾ ഉണ്ട്:'
|
data/rails/locale/mn.yml
CHANGED
@@ -60,38 +60,38 @@ mn:
|
|
60
60
|
datetime:
|
61
61
|
distance_in_words:
|
62
62
|
about_x_hours:
|
63
|
-
one:
|
63
|
+
one: "%{count} цаг орчим"
|
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
|
-
one: бараг
|
72
|
+
one: бараг %{count} жил
|
73
73
|
other: бараг %{count} жил
|
74
74
|
half_a_minute: хагас минут
|
75
75
|
less_than_x_seconds:
|
76
|
-
one:
|
76
|
+
one: "%{count} секундээс бага"
|
77
77
|
other: "%{count} секундээс бага"
|
78
78
|
less_than_x_minutes:
|
79
|
-
one:
|
79
|
+
one: "%{count} минутаас бага"
|
80
80
|
other: "%{count} минутаас бага"
|
81
81
|
over_x_years:
|
82
|
-
one:
|
82
|
+
one: "%{count} жилээс илүү"
|
83
83
|
other: "%{count} жилээс илүү"
|
84
84
|
x_seconds:
|
85
|
-
one:
|
85
|
+
one: "%{count} секунд"
|
86
86
|
other: "%{count} секунд"
|
87
87
|
x_minutes:
|
88
|
-
one:
|
88
|
+
one: "%{count} минут"
|
89
89
|
other: "%{count} минут"
|
90
90
|
x_days:
|
91
|
-
one:
|
91
|
+
one: "%{count} өдөр"
|
92
92
|
other: "%{count} өдөр"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} сар"
|
95
95
|
other: "%{count} сар"
|
96
96
|
prompts:
|
97
97
|
second: Секунд
|
@@ -121,18 +121,18 @@ mn:
|
|
121
121
|
odd: сонгой байх ёстой
|
122
122
|
taken: аль хэдийн авчихсан байна
|
123
123
|
too_long:
|
124
|
-
one: урт байна (хамгийн уртдаа
|
124
|
+
one: урт байна (хамгийн уртдаа %{count} тэмдэгт)
|
125
125
|
other: урт байна (хамгийн уртдаа %{count} тэмдэгт)
|
126
126
|
too_short:
|
127
|
-
one: богино байна (хамгийн багадаа
|
127
|
+
one: богино байна (хамгийн багадаа %{count} тэмдэгт)
|
128
128
|
other: богино байна (хамгийн багадаа %{count} тэмдэгт)
|
129
129
|
wrong_length:
|
130
|
-
one: урт нь буруу байна (
|
130
|
+
one: урт нь буруу байна (%{count} тэмдэгт байх ёстой)
|
131
131
|
other: урт нь буруу байна (%{count} тэмдэгт байх ёстой)
|
132
132
|
template:
|
133
133
|
body: 'Дараах талбарууд дээр алдаа гарлаа:'
|
134
134
|
header:
|
135
|
-
one:
|
135
|
+
one: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
|
136
136
|
other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
|
137
137
|
helpers:
|
138
138
|
select:
|
data/rails/locale/mr-IN.yml
CHANGED
@@ -66,10 +66,10 @@ mr-IN:
|
|
66
66
|
one: सुमारे एक तास
|
67
67
|
other: सुमारे %{count} तास
|
68
68
|
about_x_months:
|
69
|
-
one: सुमारे
|
69
|
+
one: सुमारे %{count} महीना
|
70
70
|
other: सुमारे %{count} महिना
|
71
71
|
about_x_years:
|
72
|
-
one: सुमारे
|
72
|
+
one: सुमारे %{count} वर्ष
|
73
73
|
other: सुमारे %{count} वर्ष
|
74
74
|
almost_x_years:
|
75
75
|
one: जवळजवळ एक वर्ष
|