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/ms.yml
CHANGED
@@ -60,16 +60,16 @@ ms:
|
|
60
60
|
datetime:
|
61
61
|
distance_in_words:
|
62
62
|
about_x_hours:
|
63
|
-
one: lebih kurang
|
63
|
+
one: lebih kurang %{count} jam
|
64
64
|
other: lebih kurang %{count} jam
|
65
65
|
about_x_months:
|
66
|
-
one: lebih kurang
|
66
|
+
one: lebih kurang %{count} bulan
|
67
67
|
other: lebih kurang %{count} bulan
|
68
68
|
about_x_years:
|
69
|
-
one: lebih kurang
|
69
|
+
one: lebih kurang %{count} tahun
|
70
70
|
other: lebih kurang %{count} tahun
|
71
71
|
almost_x_years:
|
72
|
-
one: hampir
|
72
|
+
one: hampir %{count} tahun
|
73
73
|
other: hampir %{count} tahun
|
74
74
|
half_a_minute: setengah minit
|
75
75
|
less_than_x_seconds:
|
@@ -79,19 +79,19 @@ ms:
|
|
79
79
|
one: kurang dari satu minit
|
80
80
|
other: kurang dari %{count} minit
|
81
81
|
over_x_years:
|
82
|
-
one: lebih
|
82
|
+
one: lebih %{count} tahun
|
83
83
|
other: lebih %{count} tahun
|
84
84
|
x_seconds:
|
85
|
-
one:
|
85
|
+
one: "%{count} saat"
|
86
86
|
other: "%{count} saat"
|
87
87
|
x_minutes:
|
88
|
-
one:
|
88
|
+
one: "%{count} minit"
|
89
89
|
other: "%{count} minit"
|
90
90
|
x_days:
|
91
|
-
one:
|
91
|
+
one: "%{count} hari"
|
92
92
|
other: "%{count} hari"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} bulan"
|
95
95
|
other: "%{count} bulan"
|
96
96
|
prompts:
|
97
97
|
second: Saat
|
@@ -121,18 +121,18 @@ ms:
|
|
121
121
|
odd: mesti ganjil
|
122
122
|
taken: telah digunakan
|
123
123
|
too_long:
|
124
|
-
one: terlalu panjang (maksima adalah
|
124
|
+
one: terlalu panjang (maksima adalah %{count} karakter)
|
125
125
|
other: terlalu panjang (maksima adalah %{count} karakter)
|
126
126
|
too_short:
|
127
|
-
one: terlalu pendek (minima adalah
|
127
|
+
one: terlalu pendek (minima adalah %{count} karakter)
|
128
128
|
other: terlalu pendek (minima adalah %{count} karakter)
|
129
129
|
wrong_length:
|
130
|
-
one: mempunyai panjang yang salah (sepatutnya
|
130
|
+
one: mempunyai panjang yang salah (sepatutnya %{count} karakter sahaja)
|
131
131
|
other: mempunyai panjang yang salah(sepatutnya %{count} karakter sahaja)
|
132
132
|
template:
|
133
133
|
body: 'Terdapat masalah dengan medan data tersebut:'
|
134
134
|
header:
|
135
|
-
one:
|
135
|
+
one: "%{count} ralat menhalang %{model} ini dari disimpan"
|
136
136
|
other: "%{count} ralat menhalang %{model} ini dari disimpan"
|
137
137
|
helpers:
|
138
138
|
select:
|
data/rails/locale/nb.yml
CHANGED
@@ -5,7 +5,7 @@ nb:
|
|
5
5
|
messages:
|
6
6
|
record_invalid: 'Det oppstod feil: %{errors}'
|
7
7
|
restrict_dependent_destroy:
|
8
|
-
has_one: Kan ikke slette registreringen, fordi
|
8
|
+
has_one: Kan ikke slette registreringen, fordi %{count} %{record} avhenger av denne.
|
9
9
|
has_many: Kan ikke slette registreringen, fordi %{record} avhenger av denne.
|
10
10
|
date:
|
11
11
|
abbr_day_names:
|
@@ -63,41 +63,41 @@ nb:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: rundt
|
66
|
+
one: rundt %{count} time
|
67
67
|
other: rundt %{count} timer
|
68
68
|
about_x_months:
|
69
|
-
one: rundt
|
69
|
+
one: rundt %{count} måned
|
70
70
|
other: rundt %{count} måneder
|
71
71
|
about_x_years:
|
72
|
-
one: rundt
|
72
|
+
one: rundt %{count} år
|
73
73
|
other: rundt %{count} år
|
74
74
|
almost_x_years:
|
75
|
-
one: nesten
|
75
|
+
one: nesten %{count} år
|
76
76
|
other: nesten %{count} år
|
77
77
|
half_a_minute: et halvt minutt
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: mindre enn
|
79
|
+
one: mindre enn %{count} sekund
|
80
80
|
other: mindre enn %{count} sekunder
|
81
81
|
less_than_x_minutes:
|
82
|
-
one: mindre enn
|
82
|
+
one: mindre enn %{count} minutt
|
83
83
|
other: mindre enn %{count} minutter
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} år
|
86
86
|
other: over %{count} år
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} sekund"
|
89
89
|
other: "%{count} sekunder"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minutt"
|
92
92
|
other: "%{count} minutter"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} dag"
|
95
95
|
other: "%{count} dager"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} måned"
|
98
98
|
other: "%{count} måneder"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} år"
|
101
101
|
other: "%{count} år"
|
102
102
|
prompts:
|
103
103
|
second: sekund
|
@@ -131,13 +131,13 @@ nb:
|
|
131
131
|
required: må eksistere
|
132
132
|
taken: er allerede i bruk
|
133
133
|
too_long:
|
134
|
-
one: er for lang (maksimalt
|
134
|
+
one: er for lang (maksimalt %{count} tegn)
|
135
135
|
other: er for lang (maksimalt %{count} tegn)
|
136
136
|
too_short:
|
137
|
-
one: er for kort (minst
|
137
|
+
one: er for kort (minst %{count} tegn)
|
138
138
|
other: er for kort (minst %{count} tegn)
|
139
139
|
wrong_length:
|
140
|
-
one: har feil lengde (må være
|
140
|
+
one: har feil lengde (må være %{count} tegn)
|
141
141
|
other: har feil lengde (må være %{count} tegn)
|
142
142
|
template:
|
143
143
|
body: 'Det oppstod problemer med følgende felt:'
|
data/rails/locale/ne.yml
CHANGED
@@ -63,38 +63,38 @@ ne:
|
|
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:
|
79
|
-
one:
|
79
|
+
one: "%{count} सेकेण्डभन्दा कम्ति"
|
80
80
|
other: "%{count} सेकेण्डभन्दा कम्ति"
|
81
81
|
less_than_x_minutes:
|
82
|
-
one:
|
82
|
+
one: "%{count} मिनेटभन्दा कम्ति"
|
83
83
|
other: "%{count} मिनेटभन्दा कम्ति"
|
84
84
|
over_x_years:
|
85
|
-
one:
|
85
|
+
one: "%{count} बर्षभन्दा बढी"
|
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: सेकेण्ड
|
@@ -124,18 +124,18 @@ ne:
|
|
124
124
|
odd: बिजोर संख्या हुनुपर्नेछ
|
125
125
|
taken: पहिल्यै प्रयोग गरीएको छ
|
126
126
|
too_long:
|
127
|
-
one: धेरै लामो छ (अधिक्तम
|
127
|
+
one: धेरै लामो छ (अधिक्तम %{count} character हो)
|
128
128
|
other: धेरै लामो छ (अधिक्तम %{count} characters हो)
|
129
129
|
too_short:
|
130
|
-
one: धेरै छोटो छ (न्युनत्तम
|
130
|
+
one: धेरै छोटो छ (न्युनत्तम %{count} character हो)
|
131
131
|
other: धेरै छोटो छ (न्युनत्तम %{count} characters हो)
|
132
132
|
wrong_length:
|
133
|
-
one: गलत लम्बाई हो (
|
133
|
+
one: गलत लम्बाई हो (%{count} character हुनुपर्नेछ)
|
134
134
|
other: गलत लम्बाई हो (%{count} characters हुनुपर्नेछ)
|
135
135
|
template:
|
136
136
|
body: 'त्यहाँ निम्न क्षेत्रहरुमा समस्या देखियो:'
|
137
137
|
header:
|
138
|
-
one:
|
138
|
+
one: "%{count} गल्तीले यस %{model} लाई सुरक्षित गर्नबाट रोक्यो"
|
139
139
|
other: "%{count} गल्तीले यस %{model} लाई सुरक्षित गर्नबाट रोक्यो"
|
140
140
|
helpers:
|
141
141
|
select:
|
data/rails/locale/nl.yml
CHANGED
@@ -85,19 +85,19 @@ nl:
|
|
85
85
|
one: meer dan een jaar
|
86
86
|
other: meer dan %{count} jaar
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} seconde"
|
89
89
|
other: "%{count} seconden"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minuut"
|
92
92
|
other: "%{count} minuten"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} dag"
|
95
95
|
other: "%{count} dagen"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} maand"
|
98
98
|
other: "%{count} maanden"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} jaar"
|
101
101
|
other: "%{count} jaar"
|
102
102
|
prompts:
|
103
103
|
second: seconde
|
@@ -137,12 +137,12 @@ nl:
|
|
137
137
|
one: is te kort (minimaal %{count} teken)
|
138
138
|
other: is te kort (minimaal %{count} tekens)
|
139
139
|
wrong_length:
|
140
|
-
one: heeft onjuiste lengte (moet
|
140
|
+
one: heeft onjuiste lengte (moet %{count} teken lang zijn)
|
141
141
|
other: heeft onjuiste lengte (moet %{count} tekens lang zijn)
|
142
142
|
template:
|
143
143
|
body: 'Er zijn problemen met de volgende velden:'
|
144
144
|
header:
|
145
|
-
one: "%{model} niet opgeslagen:
|
145
|
+
one: "%{model} niet opgeslagen: %{count} fout gevonden"
|
146
146
|
other: "%{model} niet opgeslagen: %{count} fouten gevonden"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/nn.yml
CHANGED
@@ -63,36 +63,36 @@ nn:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: rundt
|
66
|
+
one: rundt %{count} time
|
67
67
|
other: rundt %{count} timar
|
68
68
|
about_x_months:
|
69
|
-
one: rundt
|
69
|
+
one: rundt %{count} månad
|
70
70
|
other: rundt %{count} månader
|
71
71
|
about_x_years:
|
72
|
-
one: rundt
|
72
|
+
one: rundt %{count} år
|
73
73
|
other: rundt %{count} år
|
74
74
|
almost_x_years: nesten %{count} år
|
75
75
|
half_a_minute: eit halvt minutt
|
76
76
|
less_than_x_seconds:
|
77
|
-
one: mindre enn
|
77
|
+
one: mindre enn %{count} sekund
|
78
78
|
other: mindre enn %{count} sekund
|
79
79
|
less_than_x_minutes:
|
80
|
-
one: mindre enn
|
80
|
+
one: mindre enn %{count} minutt
|
81
81
|
other: mindre enn %{count} minutt
|
82
82
|
over_x_years:
|
83
|
-
one: over
|
83
|
+
one: over %{count} år
|
84
84
|
other: over %{count} år
|
85
85
|
x_seconds:
|
86
|
-
one:
|
86
|
+
one: "%{count} sekund"
|
87
87
|
other: "%{count} sekund"
|
88
88
|
x_minutes:
|
89
|
-
one:
|
89
|
+
one: "%{count} minutt"
|
90
90
|
other: "%{count} minutt"
|
91
91
|
x_days:
|
92
|
-
one:
|
92
|
+
one: "%{count} dag"
|
93
93
|
other: "%{count} dagar"
|
94
94
|
x_months:
|
95
|
-
one:
|
95
|
+
one: "%{count} månad"
|
96
96
|
other: "%{count} månader"
|
97
97
|
prompts:
|
98
98
|
second: Sekund
|
data/rails/locale/oc.yml
CHANGED
@@ -142,7 +142,7 @@ oc:
|
|
142
142
|
template:
|
143
143
|
body: I a agut de problèmas amb los camps seguents :
|
144
144
|
header:
|
145
|
-
one: Impossible d’enregistrar aqueste/a %{model} perque i a
|
145
|
+
one: Impossible d’enregistrar aqueste/a %{model} perque i a %{count} error
|
146
146
|
other: Impossible d’enregistrar aqueste/a %{model} perque i a %{count} errors
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/or.yml
CHANGED
@@ -60,38 +60,38 @@ or:
|
|
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} year
|
70
70
|
other: ପାଖାପାଖି %{count} years
|
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: ସେକଣ୍ଢ
|
@@ -126,7 +126,7 @@ or:
|
|
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/pa.yml
CHANGED
@@ -63,38 +63,38 @@ pa:
|
|
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:
|
79
|
-
one:
|
79
|
+
one: "%{count} ਸਕਿੰਟ ਤੋਂ ਘੱਟ"
|
80
80
|
other: "%{count} ਸਕਿੰਟਾਂ ਤੋਂ ਘੱਟ"
|
81
81
|
less_than_x_minutes:
|
82
|
-
one:
|
82
|
+
one: "%{count} ਮਿੰਟ ਤੋਂ ਘੱਟ"
|
83
83
|
other: "%{count} ਮਿੰਟਾਂ ਤੋਂ ਘੱਟ"
|
84
84
|
over_x_years:
|
85
|
-
one:
|
85
|
+
one: "%{count} ਸਾਲ ਤੋਂ ਵੱਧ"
|
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: ਸਕਿੰਟ
|
@@ -126,18 +126,18 @@ pa:
|
|
126
126
|
present: ਜਰੂਰ ਖਾਲੀ ਹੋਵੇ
|
127
127
|
taken: ਪਹਿਲਾਂ ਹੀ ਮੱਲਿਆ ਹੋਇਆ ਹੈ
|
128
128
|
too_long:
|
129
|
-
one: ਲੰਬਾਈ ਜ਼ਿਆਦਾ ਹੈ (ਵੱਧ ਤੋਂ ਵੱਧ
|
129
|
+
one: ਲੰਬਾਈ ਜ਼ਿਆਦਾ ਹੈ (ਵੱਧ ਤੋਂ ਵੱਧ %{count} ਅੱਖਰ)
|
130
130
|
other: ਲੰਬਾਈ ਜ਼ਿਆਦਾ ਹੈ (ਵੱਧ ਤੋਂ ਵੱਧ %{count} ਅੱਖਰ)
|
131
131
|
too_short:
|
132
|
-
one: ਲੰਬਾਈ ਘੱਟ ਹੈ (ਘੱਟ ਤੋਂ ਘੱਟ
|
132
|
+
one: ਲੰਬਾਈ ਘੱਟ ਹੈ (ਘੱਟ ਤੋਂ ਘੱਟ %{count} ਅੱਖਰ)
|
133
133
|
other: ਲੰਬਾਈ ਘੱਟ ਹੈ (ਘੱਟ ਤੋਂ ਘੱਟ %{count} ਅੱਖਰ)
|
134
134
|
wrong_length:
|
135
|
-
one: ਲੰਬਾਈ ਗਲਤ ਹੈ (
|
135
|
+
one: ਲੰਬਾਈ ਗਲਤ ਹੈ (%{count} ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
|
136
136
|
other: ਲੰਬਾਈ ਗਲਤ ਹੈ (%{count} ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
|
137
137
|
template:
|
138
138
|
body: 'ਹੇਠਲੇ ਖੇਤਰਾਂ ਵਿੱਚ ਗਲਤੀਆਂ ਹਨ:'
|
139
139
|
header:
|
140
|
-
one:
|
140
|
+
one: "%{count} ਗਲਤੀ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ"
|
141
141
|
other: "%{count} ਗਲਤੀਆਂ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ"
|
142
142
|
helpers:
|
143
143
|
select:
|
data/rails/locale/pap-AW.yml
CHANGED
@@ -63,41 +63,41 @@ pap-AW:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: mas o ménos
|
66
|
+
one: mas o ménos %{count} ora
|
67
67
|
other: mas o ménos %{count} ora
|
68
68
|
about_x_months:
|
69
|
-
one: mas o ménos
|
69
|
+
one: mas o ménos %{count} luna
|
70
70
|
other: mas o ménos %{count} luna
|
71
71
|
about_x_years:
|
72
|
-
one: mas o ménos
|
72
|
+
one: mas o ménos %{count} aña
|
73
73
|
other: mas o ménos %{count} aña
|
74
74
|
almost_x_years:
|
75
|
-
one: kasi
|
75
|
+
one: kasi %{count} aña
|
76
76
|
other: kasi %{count} aña
|
77
77
|
half_a_minute: mei minüt
|
78
78
|
less_than_x_minutes:
|
79
|
-
one: ménos ku
|
79
|
+
one: ménos ku %{count} minüt
|
80
80
|
other: ménos ku %{count} minüt
|
81
81
|
less_than_x_seconds:
|
82
|
-
one: ménos ku
|
82
|
+
one: ménos ku %{count} sekònde
|
83
83
|
other: ménos ku %{count} sekònde
|
84
84
|
over_x_years:
|
85
|
-
one: mas ku
|
85
|
+
one: mas ku %{count} aña
|
86
86
|
other: mas ku %{count} aña
|
87
87
|
x_days:
|
88
|
-
one:
|
88
|
+
one: "%{count} dia"
|
89
89
|
other: '%{count} dia'
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minüt"
|
92
92
|
other: '%{count} minüt'
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} luna"
|
95
95
|
other: '%{count} luna'
|
96
96
|
x_years:
|
97
|
-
one:
|
97
|
+
one: "%{count} year"
|
98
98
|
other: "%{count} years"
|
99
99
|
x_seconds:
|
100
|
-
one:
|
100
|
+
one: "%{count} sekònde"
|
101
101
|
other: '%{count} sekònde'
|
102
102
|
prompts:
|
103
103
|
day: Dia
|
@@ -130,19 +130,19 @@ pap-AW:
|
|
130
130
|
required: must exist
|
131
131
|
taken: ta usá kaba
|
132
132
|
too_long:
|
133
|
-
one: ta muchu largu (máksimo ta
|
133
|
+
one: ta muchu largu (máksimo ta %{count} karakter)
|
134
134
|
other: ta muchu largu (máksimo ta %{count} karakter)
|
135
135
|
too_short:
|
136
|
-
one: ta muchu kòrtiku (mínimo ta
|
136
|
+
one: ta muchu kòrtiku (mínimo ta %{count} karakter)
|
137
137
|
other: ta muchu kòrtiku (mínimo ta %{count} karakter)
|
138
138
|
wrong_length:
|
139
|
-
one: su largura no ta korekto (mester ta
|
139
|
+
one: su largura no ta korekto (mester ta %{count} karakter)
|
140
140
|
other: su largura no ta korekto (mester ta %{count} karakter)
|
141
141
|
other_than: "no por ta %{count}"
|
142
142
|
template:
|
143
143
|
body: 'E siguiente rúbrikanan ta duna problema:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} fout a pone ku no por a warda e %{model} akí"
|
146
146
|
other: '%{count} fout a pone ku no por a save e %{model} akí'
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/pap-CW.yml
CHANGED
@@ -63,41 +63,41 @@ pap-CW:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: mas o ménos
|
66
|
+
one: mas o ménos %{count} ora
|
67
67
|
other: mas o ménos %{count} ora
|
68
68
|
about_x_months:
|
69
|
-
one: mas o ménos
|
69
|
+
one: mas o ménos %{count} luna
|
70
70
|
other: mas o ménos %{count} luna
|
71
71
|
about_x_years:
|
72
|
-
one: mas o ménos
|
72
|
+
one: mas o ménos %{count} aña
|
73
73
|
other: mas o ménos %{count} aña
|
74
74
|
almost_x_years:
|
75
|
-
one: kasi
|
75
|
+
one: kasi %{count} aña
|
76
76
|
other: kasi %{count} aña
|
77
77
|
half_a_minute: mei minüt
|
78
78
|
less_than_x_minutes:
|
79
|
-
one: ménos ku
|
79
|
+
one: ménos ku %{count} minüt
|
80
80
|
other: ménos ku %{count} minüt
|
81
81
|
less_than_x_seconds:
|
82
|
-
one: ménos ku
|
82
|
+
one: ménos ku %{count} sekònde
|
83
83
|
other: ménos ku %{count} sekònde
|
84
84
|
over_x_years:
|
85
|
-
one: mas ku
|
85
|
+
one: mas ku %{count} aña
|
86
86
|
other: mas ku %{count} aña
|
87
87
|
x_days:
|
88
|
-
one:
|
88
|
+
one: "%{count} dia"
|
89
89
|
other: '%{count} dia'
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minüt"
|
92
92
|
other: '%{count} minüt'
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} luna"
|
95
95
|
other: '%{count} luna'
|
96
96
|
x_years:
|
97
|
-
one:
|
97
|
+
one: "%{count} year"
|
98
98
|
other: "%{count} years"
|
99
99
|
x_seconds:
|
100
|
-
one:
|
100
|
+
one: "%{count} sekònde"
|
101
101
|
other: '%{count} sekònde'
|
102
102
|
prompts:
|
103
103
|
day: Dia
|
@@ -130,19 +130,19 @@ pap-CW:
|
|
130
130
|
required: must exist
|
131
131
|
taken: ta usá kaba
|
132
132
|
too_long:
|
133
|
-
one: ta muchu largu (máksimo ta
|
133
|
+
one: ta muchu largu (máksimo ta %{count} karakter)
|
134
134
|
other: ta muchu largu (máksimo ta %{count} karakter)
|
135
135
|
too_short:
|
136
|
-
one: ta muchu kòrtiku (mínimo ta
|
136
|
+
one: ta muchu kòrtiku (mínimo ta %{count} karakter)
|
137
137
|
other: ta muchu kòrtiku (mínimo ta %{count} karakter)
|
138
138
|
wrong_length:
|
139
|
-
one: su largura no ta korekto (mester ta
|
139
|
+
one: su largura no ta korekto (mester ta %{count} karakter)
|
140
140
|
other: su largura no ta korekto (mester ta %{count} karakter)
|
141
141
|
other_than: "no por ta %{count}"
|
142
142
|
template:
|
143
143
|
body: 'E siguiente rúbrikanan ta duna problema:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} fout a pone ku no por a warda e %{model} akí"
|
146
146
|
other: '%{count} fout a pone ku no por a save e %{model} akí'
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/pl.yml
CHANGED
@@ -99,22 +99,22 @@ pl:
|
|
99
99
|
many: ponad %{count} lat
|
100
100
|
other: ponad %{count} lat
|
101
101
|
x_seconds:
|
102
|
-
one:
|
102
|
+
one: "%{count} sekunda"
|
103
103
|
few: "%{count} sekundy"
|
104
104
|
many: "%{count} sekund"
|
105
105
|
other: "%{count} sekund"
|
106
106
|
x_minutes:
|
107
|
-
one:
|
107
|
+
one: "%{count} minuta"
|
108
108
|
few: "%{count} minuty"
|
109
109
|
many: "%{count} minut"
|
110
110
|
other: "%{count} minut"
|
111
111
|
x_days:
|
112
|
-
one:
|
112
|
+
one: "%{count} dzień"
|
113
113
|
few: "%{count} dni"
|
114
114
|
many: "%{count} dni"
|
115
115
|
other: "%{count} dni"
|
116
116
|
x_months:
|
117
|
-
one:
|
117
|
+
one: "%{count} miesiąc"
|
118
118
|
few: "%{count} miesiące"
|
119
119
|
many: "%{count} miesięcy"
|
120
120
|
other: "%{count} miesięcy"
|