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/pt-BR.yml
CHANGED
@@ -17,7 +17,7 @@ pt-BR:
|
|
17
17
|
- sex
|
18
18
|
- sáb
|
19
19
|
abbr_month_names:
|
20
|
-
-
|
20
|
+
-
|
21
21
|
- jan
|
22
22
|
- fev
|
23
23
|
- mar
|
@@ -43,7 +43,7 @@ pt-BR:
|
|
43
43
|
long: "%d de %B de %Y"
|
44
44
|
short: "%d de %B"
|
45
45
|
month_names:
|
46
|
-
-
|
46
|
+
-
|
47
47
|
- janeiro
|
48
48
|
- fevereiro
|
49
49
|
- março
|
@@ -63,41 +63,41 @@ pt-BR:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: aproximadamente
|
66
|
+
one: aproximadamente %{count} hora
|
67
67
|
other: aproximadamente %{count} horas
|
68
68
|
about_x_months:
|
69
|
-
one: aproximadamente
|
69
|
+
one: aproximadamente %{count} mês
|
70
70
|
other: aproximadamente %{count} meses
|
71
71
|
about_x_years:
|
72
|
-
one: aproximadamente
|
72
|
+
one: aproximadamente %{count} ano
|
73
73
|
other: aproximadamente %{count} anos
|
74
74
|
almost_x_years:
|
75
|
-
one: quase
|
75
|
+
one: quase %{count} ano
|
76
76
|
other: quase %{count} anos
|
77
77
|
half_a_minute: meio minuto
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: menos de
|
79
|
+
one: menos de %{count} segundo
|
80
80
|
other: menos de %{count} segundos
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: menos de um minuto
|
83
83
|
other: menos de %{count} minutos
|
84
84
|
over_x_years:
|
85
|
-
one: mais de
|
85
|
+
one: mais de %{count} ano
|
86
86
|
other: mais de %{count} anos
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} segundo"
|
89
89
|
other: "%{count} segundos"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minuto"
|
92
92
|
other: "%{count} minutos"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} dia"
|
95
95
|
other: "%{count} dias"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} mês"
|
98
98
|
other: "%{count} meses"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} ano"
|
101
101
|
other: "%{count} anos"
|
102
102
|
prompts:
|
103
103
|
second: Segundo
|
@@ -118,6 +118,7 @@ pt-BR:
|
|
118
118
|
exclusion: não está disponível
|
119
119
|
greater_than: deve ser maior que %{count}
|
120
120
|
greater_than_or_equal_to: deve ser maior ou igual a %{count}
|
121
|
+
in: deve estar em %{count}
|
121
122
|
inclusion: não está incluído na lista
|
122
123
|
invalid: não é válido
|
123
124
|
less_than: deve ser menor que %{count}
|
@@ -131,18 +132,18 @@ pt-BR:
|
|
131
132
|
required: é obrigatório(a)
|
132
133
|
taken: já está em uso
|
133
134
|
too_long:
|
134
|
-
one: 'é muito longo (máximo:
|
135
|
+
one: 'é muito longo (máximo: %{count} caracter)'
|
135
136
|
other: 'é muito longo (máximo: %{count} caracteres)'
|
136
137
|
too_short:
|
137
|
-
one: 'é muito curto (mínimo:
|
138
|
+
one: 'é muito curto (mínimo: %{count} caracter)'
|
138
139
|
other: 'é muito curto (mínimo: %{count} caracteres)'
|
139
140
|
wrong_length:
|
140
|
-
one: não possui o tamanho esperado (
|
141
|
+
one: não possui o tamanho esperado (%{count} caracter)
|
141
142
|
other: não possui o tamanho esperado (%{count} caracteres)
|
142
143
|
template:
|
143
144
|
body: 'Por favor, verifique o(s) seguinte(s) campo(s):'
|
144
145
|
header:
|
145
|
-
one: 'Não foi possível gravar %{model}:
|
146
|
+
one: 'Não foi possível gravar %{model}: %{count} erro'
|
146
147
|
other: 'Não foi possível gravar %{model}: %{count} erros'
|
147
148
|
helpers:
|
148
149
|
select:
|
data/rails/locale/pt.yml
CHANGED
@@ -17,7 +17,7 @@ pt:
|
|
17
17
|
- sex
|
18
18
|
- sáb
|
19
19
|
abbr_month_names:
|
20
|
-
-
|
20
|
+
-
|
21
21
|
- jan
|
22
22
|
- fev
|
23
23
|
- mar
|
@@ -43,7 +43,7 @@ pt:
|
|
43
43
|
long: "%d de %B de %Y"
|
44
44
|
short: "%d de %B"
|
45
45
|
month_names:
|
46
|
-
-
|
46
|
+
-
|
47
47
|
- janeiro
|
48
48
|
- fevereiro
|
49
49
|
- março
|
@@ -63,41 +63,41 @@ pt:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: aproximadamente
|
66
|
+
one: aproximadamente %{count} hora
|
67
67
|
other: aproximadamente %{count} horas
|
68
68
|
about_x_months:
|
69
|
-
one: aproximadamente
|
69
|
+
one: aproximadamente %{count} mês
|
70
70
|
other: aproximadamente %{count} meses
|
71
71
|
about_x_years:
|
72
|
-
one: aproximadamente
|
72
|
+
one: aproximadamente %{count} ano
|
73
73
|
other: aproximadamente %{count} anos
|
74
74
|
almost_x_years:
|
75
|
-
one: quase
|
75
|
+
one: quase %{count} ano
|
76
76
|
other: quase %{count} anos
|
77
77
|
half_a_minute: meio minuto
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: menos de
|
79
|
+
one: menos de %{count} segundo
|
80
80
|
other: menos de %{count} segundos
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: menos de um minuto
|
83
83
|
other: menos de %{count} minutos
|
84
84
|
over_x_years:
|
85
|
-
one: mais de
|
85
|
+
one: mais de %{count} ano
|
86
86
|
other: mais de %{count} anos
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} segundo"
|
89
89
|
other: "%{count} segundos"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minuto"
|
92
92
|
other: "%{count} minutos"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} dia"
|
95
95
|
other: "%{count} dias"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} mês"
|
98
98
|
other: "%{count} meses"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} ano"
|
101
101
|
other: "%{count} anos"
|
102
102
|
prompts:
|
103
103
|
second: Segundo
|
@@ -118,6 +118,7 @@ pt:
|
|
118
118
|
exclusion: é reservado
|
119
119
|
greater_than: tem de ser maior que %{count}
|
120
120
|
greater_than_or_equal_to: tem de ser maior ou igual a %{count}
|
121
|
+
in: deve estar em %{count}
|
121
122
|
inclusion: não está incluído na lista
|
122
123
|
invalid: é inválido
|
123
124
|
less_than: tem de ser menor que %{count}
|
@@ -136,7 +137,7 @@ pt:
|
|
136
137
|
template:
|
137
138
|
body: 'Por favor, verifique os seguintes campos:'
|
138
139
|
header:
|
139
|
-
one:
|
140
|
+
one: "%{count} erro impediu guardar este %{model}"
|
140
141
|
other: "%{count} erros impediram guardar este %{model}"
|
141
142
|
helpers:
|
142
143
|
select:
|
data/rails/locale/rm.yml
CHANGED
@@ -107,7 +107,7 @@ rm:
|
|
107
107
|
other: "%{count} secundas"
|
108
108
|
x_minutes:
|
109
109
|
zero: "%{count} minutas"
|
110
|
-
one:
|
110
|
+
one: "%{count} minuta"
|
111
111
|
two: "%{count} minutas"
|
112
112
|
few: "%{count} minutas"
|
113
113
|
many: "%{count} minutas"
|
@@ -159,7 +159,7 @@ rm:
|
|
159
159
|
body: 'Faschai uschè bain e controllai ils suandants champs:'
|
160
160
|
header:
|
161
161
|
zero: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
162
|
-
one: 'Betg pussaivel da memorisar quest %{model}:
|
162
|
+
one: 'Betg pussaivel da memorisar quest %{model}: %{count} errur.'
|
163
163
|
two: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
164
164
|
few: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
165
165
|
many: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
data/rails/locale/ro.yml
CHANGED
@@ -34,7 +34,7 @@ ro:
|
|
34
34
|
- miercuri
|
35
35
|
- joi
|
36
36
|
- vineri
|
37
|
-
-
|
37
|
+
- sâmbătă
|
38
38
|
formats:
|
39
39
|
default: "%d-%m-%Y"
|
40
40
|
long: "%d %B %Y"
|
@@ -72,7 +72,7 @@ ro:
|
|
72
72
|
few: aproximativ %{count} ani
|
73
73
|
other: aproximativ %{count} ani
|
74
74
|
almost_x_years:
|
75
|
-
one: aproape
|
75
|
+
one: aproape %{count} an
|
76
76
|
few: aproape %{count} ani
|
77
77
|
other: aproape %{count} ani
|
78
78
|
half_a_minute: jumătate de minut
|
@@ -89,19 +89,19 @@ ro:
|
|
89
89
|
few: mai mult de %{count} ani
|
90
90
|
other: mai mult de %{count} ani
|
91
91
|
x_seconds:
|
92
|
-
one:
|
92
|
+
one: "%{count} secundă"
|
93
93
|
few: "%{count} secunde"
|
94
94
|
other: "%{count} secunde"
|
95
95
|
x_minutes:
|
96
|
-
one:
|
96
|
+
one: "%{count} minut"
|
97
97
|
few: "%{count} minute"
|
98
98
|
other: "%{count} minute"
|
99
99
|
x_days:
|
100
|
-
one:
|
100
|
+
one: "%{count} zi"
|
101
101
|
few: "%{count} zile"
|
102
102
|
other: "%{count} zile"
|
103
103
|
x_months:
|
104
|
-
one:
|
104
|
+
one: "%{count} lună"
|
105
105
|
few: "%{count} luni"
|
106
106
|
other: "%{count} luni"
|
107
107
|
prompts:
|
data/rails/locale/ru.yml
CHANGED
@@ -66,19 +66,19 @@ ru:
|
|
66
66
|
one: около %{count} часа
|
67
67
|
few: около %{count} часов
|
68
68
|
many: около %{count} часов
|
69
|
-
other: около %{count}
|
69
|
+
other: около %{count} часов
|
70
70
|
about_x_months:
|
71
71
|
one: около %{count} месяца
|
72
72
|
few: около %{count} месяцев
|
73
73
|
many: около %{count} месяцев
|
74
|
-
other: около %{count}
|
74
|
+
other: около %{count} месяцев
|
75
75
|
about_x_years:
|
76
76
|
one: около %{count} года
|
77
77
|
few: около %{count} лет
|
78
78
|
many: около %{count} лет
|
79
79
|
other: около %{count} лет
|
80
80
|
almost_x_years:
|
81
|
-
one: почти
|
81
|
+
one: почти %{count} год
|
82
82
|
few: почти %{count} года
|
83
83
|
many: почти %{count} лет
|
84
84
|
other: почти %{count} лет
|
@@ -87,46 +87,46 @@ ru:
|
|
87
87
|
one: меньше %{count} секунды
|
88
88
|
few: меньше %{count} секунд
|
89
89
|
many: меньше %{count} секунд
|
90
|
-
other: меньше %{count}
|
90
|
+
other: меньше %{count} секунд
|
91
91
|
less_than_x_minutes:
|
92
92
|
one: меньше %{count} минуты
|
93
93
|
few: меньше %{count} минут
|
94
94
|
many: меньше %{count} минут
|
95
|
-
other: меньше %{count}
|
95
|
+
other: меньше %{count} минут
|
96
96
|
over_x_years:
|
97
97
|
one: больше %{count} года
|
98
98
|
few: больше %{count} лет
|
99
99
|
many: больше %{count} лет
|
100
100
|
other: больше %{count} лет
|
101
101
|
x_seconds:
|
102
|
-
one: "%{count}
|
102
|
+
one: "%{count} секунда"
|
103
103
|
few: "%{count} секунды"
|
104
104
|
many: "%{count} секунд"
|
105
|
-
other: "%{count}
|
105
|
+
other: "%{count} секунд"
|
106
106
|
x_minutes:
|
107
|
-
one: "%{count}
|
107
|
+
one: "%{count} минута"
|
108
108
|
few: "%{count} минуты"
|
109
109
|
many: "%{count} минут"
|
110
|
-
other: "%{count}
|
110
|
+
other: "%{count} минут"
|
111
111
|
x_days:
|
112
112
|
one: "%{count} день"
|
113
113
|
few: "%{count} дня"
|
114
114
|
many: "%{count} дней"
|
115
|
-
other: "%{count}
|
115
|
+
other: "%{count} дней"
|
116
116
|
x_months:
|
117
117
|
one: "%{count} месяц"
|
118
118
|
few: "%{count} месяца"
|
119
119
|
many: "%{count} месяцев"
|
120
|
-
other: "%{count}
|
120
|
+
other: "%{count} месяцев"
|
121
121
|
x_years:
|
122
122
|
one: "%{count} год"
|
123
123
|
few: "%{count} года"
|
124
124
|
many: "%{count} лет"
|
125
|
-
other: "%{count}
|
125
|
+
other: "%{count} лет"
|
126
126
|
prompts:
|
127
|
-
second:
|
128
|
-
minute:
|
129
|
-
hour:
|
127
|
+
second: Секунда
|
128
|
+
minute: Минута
|
129
|
+
hour: Час
|
130
130
|
day: День
|
131
131
|
month: Месяц
|
132
132
|
year: Год
|
@@ -142,6 +142,7 @@ ru:
|
|
142
142
|
exclusion: имеет зарезервированное значение
|
143
143
|
greater_than: может иметь значение большее %{count}
|
144
144
|
greater_than_or_equal_to: может иметь значение большее или равное %{count}
|
145
|
+
in: должно быть в диапазоне %{count}
|
145
146
|
inclusion: имеет непредусмотренное значение
|
146
147
|
invalid: имеет неверное значение
|
147
148
|
less_than: может иметь значение меньшее чем %{count}
|
@@ -196,6 +197,7 @@ ru:
|
|
196
197
|
format:
|
197
198
|
delimiter: " "
|
198
199
|
precision: 3
|
200
|
+
round_mode: default
|
199
201
|
separator: ","
|
200
202
|
significant: false
|
201
203
|
strip_insignificant_zeros: false
|
data/rails/locale/sl.yml
CHANGED
@@ -60,28 +60,28 @@ sl:
|
|
60
60
|
datetime:
|
61
61
|
distance_in_words:
|
62
62
|
about_x_hours:
|
63
|
-
one: okoli
|
63
|
+
one: okoli %{count} ura
|
64
64
|
two: okoli 2 uri
|
65
65
|
few: okoli %{count} ure
|
66
66
|
other: okoli %{count} ur
|
67
67
|
about_x_months:
|
68
|
-
one: okoli
|
68
|
+
one: okoli %{count} mesec
|
69
69
|
two: okoli 2 meseca
|
70
70
|
few: okoli %{count} mesece
|
71
71
|
other: okoli %{count} mesecev
|
72
72
|
about_x_years:
|
73
|
-
one: okoli
|
73
|
+
one: okoli %{count} leto
|
74
74
|
two: okoli 2 leti
|
75
75
|
few: okoli %{count} leta
|
76
76
|
other: okoli %{count} let
|
77
77
|
almost_x_years:
|
78
|
-
one: skoraj
|
78
|
+
one: skoraj %{count} leto
|
79
79
|
two: skoraj 2 leti
|
80
80
|
few: skoraj %{count} leta
|
81
81
|
other: skoraj %{count} let
|
82
82
|
half_a_minute: pol minute
|
83
83
|
less_than_x_seconds:
|
84
|
-
one: manj kot
|
84
|
+
one: manj kot %{count} sekunda
|
85
85
|
two: manj kot 2 sekundi
|
86
86
|
few: manj kot %{count} sekunde
|
87
87
|
other: manj kot %{count} sekund
|
@@ -91,27 +91,27 @@ sl:
|
|
91
91
|
few: manj kot %{count} minute
|
92
92
|
other: manj kot %{count} minut
|
93
93
|
over_x_years:
|
94
|
-
one: več kot
|
94
|
+
one: več kot %{count} leto
|
95
95
|
two: več kot 2 leti
|
96
96
|
few: več kot %{count} leta
|
97
97
|
other: več kot %{count} let
|
98
98
|
x_seconds:
|
99
|
-
one:
|
99
|
+
one: "%{count} sekunda"
|
100
100
|
two: 2 sekundi
|
101
101
|
few: "%{count} sekunde"
|
102
102
|
other: "%{count} sekund"
|
103
103
|
x_minutes:
|
104
|
-
one:
|
104
|
+
one: "%{count} minuta"
|
105
105
|
two: 2 minuti
|
106
106
|
few: "%{count} minute"
|
107
107
|
other: "%{count} minut"
|
108
108
|
x_days:
|
109
|
-
one:
|
109
|
+
one: "%{count} dan"
|
110
110
|
two: 2 dneva
|
111
111
|
few: "%{count} dnevi"
|
112
112
|
other: "%{count} dni"
|
113
113
|
x_months:
|
114
|
-
one:
|
114
|
+
one: "%{count} mesec"
|
115
115
|
two: 2 meseca
|
116
116
|
few: "%{count} mesece"
|
117
117
|
other: "%{count} mesecev"
|
data/rails/locale/sq.yml
CHANGED
@@ -43,7 +43,7 @@ sq:
|
|
43
43
|
long: "%d %B, %Y"
|
44
44
|
short: "%d %b"
|
45
45
|
month_names:
|
46
|
-
-
|
46
|
+
-
|
47
47
|
- Janar
|
48
48
|
- Shkurt
|
49
49
|
- Mars
|
@@ -63,41 +63,38 @@ sq:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: rreth
|
66
|
+
one: rreth %{count} orë
|
67
67
|
other: rreth %{count} orë
|
68
68
|
about_x_months:
|
69
|
-
one: rreth
|
69
|
+
one: rreth %{count} muaj
|
70
70
|
other: rreth %{count} muaj
|
71
71
|
about_x_years:
|
72
|
-
one: rreth
|
72
|
+
one: rreth %{count} vit
|
73
73
|
other: rreth %{count} vjet
|
74
74
|
almost_x_years:
|
75
|
-
one: gati
|
75
|
+
one: gati %{count} vit
|
76
76
|
other: gati %{count} vjet
|
77
77
|
half_a_minute: gjysmë minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: më pak se
|
79
|
+
one: më pak se %{count} sekondë
|
80
80
|
other: më pak se %{count} sekonda
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: më pak se një minutë
|
83
83
|
other: më pak se %{count} minuta
|
84
84
|
over_x_years:
|
85
|
-
one: mbi
|
85
|
+
one: mbi %{count} vit
|
86
86
|
other: mbi %{count} vjet
|
87
|
-
x_days:
|
88
|
-
one: 1 ditë
|
89
|
-
other: "%{count} ditë"
|
90
87
|
x_minutes:
|
91
|
-
one:
|
88
|
+
one: "%{count} minutë"
|
92
89
|
other: "%{count} minuta"
|
93
90
|
x_days:
|
94
|
-
one:
|
91
|
+
one: "%{count} ditë"
|
95
92
|
other: "%{count} ditë"
|
96
93
|
x_months:
|
97
|
-
one:
|
94
|
+
one: "%{count} muaj"
|
98
95
|
other: "%{count} muaj"
|
99
96
|
x_years:
|
100
|
-
one:
|
97
|
+
one: "%{count} vit"
|
101
98
|
other: "%{count} vjet"
|
102
99
|
prompts:
|
103
100
|
second: Sekondë
|
@@ -111,7 +108,6 @@ sq:
|
|
111
108
|
messages:
|
112
109
|
accepted: duhet pranuar
|
113
110
|
blank: s’mund të jetë i zbrazët
|
114
|
-
present: duhet të jetë i zbrazët
|
115
111
|
confirmation: s’përputhet me %{attribute}
|
116
112
|
empty: s’mund të jetë i zbrazët
|
117
113
|
equal_to: duhet të jetë baras me %{count}
|
@@ -132,18 +128,18 @@ sq:
|
|
132
128
|
required: duhet të ekzistojë
|
133
129
|
taken: është zënë tashmë
|
134
130
|
too_long:
|
135
|
-
one: është shumë i gjatë (maksimumi është
|
131
|
+
one: është shumë i gjatë (maksimumi është %{count} shenjë)
|
136
132
|
other: është shumë i gjatë (maksimumi është %{count} shenja)
|
137
133
|
too_short:
|
138
|
-
one: është shumë i shkurtër (minimumi është
|
134
|
+
one: është shumë i shkurtër (minimumi është %{count} shenjë)
|
139
135
|
other: është shumë i shkurtër (minimumi është %{count} shenja)
|
140
136
|
wrong_length:
|
141
|
-
one: ka gjatësi të gabuar (duhet të jetë
|
137
|
+
one: ka gjatësi të gabuar (duhet të jetë %{count} shenjë)
|
142
138
|
other: ka gjatësi të gabuar (duhet të jetë %{count} shenja)
|
143
139
|
template:
|
144
140
|
body: 'Pati probleme me fushat vijuese:'
|
145
141
|
header:
|
146
|
-
one: Ruajtja e këtij %{model} u pengua nga
|
142
|
+
one: Ruajtja e këtij %{model} u pengua nga %{count} gabim
|
147
143
|
other: "Ruajtja e këtij %{model} u pengua nga %{count} gabime"
|
148
144
|
helpers:
|
149
145
|
select:
|
data/rails/locale/sw.yml
CHANGED
@@ -63,35 +63,35 @@ sw:
|
|
63
63
|
one: kama saa limoja
|
64
64
|
other: kama masaa %{count}
|
65
65
|
about_x_months:
|
66
|
-
one: kama mwezi
|
66
|
+
one: kama mwezi %{count}
|
67
67
|
other: kama miezi %{count}
|
68
68
|
about_x_years:
|
69
|
-
one: kama mwaka
|
69
|
+
one: kama mwaka %{count}
|
70
70
|
other: kama miaka %{count}
|
71
71
|
almost_x_years:
|
72
72
|
one: karibia mwaka
|
73
73
|
other: karibia miaka %{count}
|
74
74
|
half_a_minute: nusu dakika
|
75
75
|
less_than_x_seconds:
|
76
|
-
one: chini ya sekunde
|
76
|
+
one: chini ya sekunde %{count}
|
77
77
|
other: chini ya sekunde %{count}
|
78
78
|
less_than_x_minutes:
|
79
|
-
one: chini ya dakika
|
79
|
+
one: chini ya dakika %{count}
|
80
80
|
other: chini ya dakika %{count}
|
81
81
|
over_x_years:
|
82
|
-
one: zaidi ya mwaka
|
82
|
+
one: zaidi ya mwaka %{count}
|
83
83
|
other: zaidi ya miaka %{count}
|
84
84
|
x_seconds:
|
85
|
-
one: sekunde
|
85
|
+
one: sekunde %{count}
|
86
86
|
other: sekunde %{count}
|
87
87
|
x_minutes:
|
88
|
-
one: dakika
|
88
|
+
one: dakika %{count}
|
89
89
|
other: dakika %{count}
|
90
90
|
x_days:
|
91
|
-
one: siku
|
91
|
+
one: siku %{count}
|
92
92
|
other: siku %{count}
|
93
93
|
x_months:
|
94
|
-
one: mwezi
|
94
|
+
one: mwezi %{count}
|
95
95
|
other: miezi %{count}
|
96
96
|
prompts:
|
97
97
|
second: Sekunde
|
data/rails/locale/ta.yml
CHANGED
@@ -63,16 +63,16 @@ ta:
|
|
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 @@ ta:
|
|
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: விநாடிகள்
|
@@ -132,12 +132,12 @@ ta:
|
|
132
132
|
one: மிகவும் குறுகியதாக உள்ளது (குறைந்தபட்சம் ஒரு எழுத்து)
|
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:
|