rails-i18n 0.1.0
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.
- data/MIT-LICENSE.txt +21 -0
- data/README.md +118 -0
- data/lib/rails-i18n.rb +4 -0
- data/rails/locale/ar.yml +226 -0
- data/rails/locale/bg.yml +322 -0
- data/rails/locale/bn-IN.yml +223 -0
- data/rails/locale/bs.yml +157 -0
- data/rails/locale/ca.yml +253 -0
- data/rails/locale/cs.rb +229 -0
- data/rails/locale/cy.yml +221 -0
- data/rails/locale/da.yml +235 -0
- data/rails/locale/de-AT.yml +194 -0
- data/rails/locale/de-CH.yml +194 -0
- data/rails/locale/de.yml +233 -0
- data/rails/locale/dsb.yml +225 -0
- data/rails/locale/el.yml +173 -0
- data/rails/locale/en-AU.yml +220 -0
- data/rails/locale/en-GB.yml +220 -0
- data/rails/locale/en-US.yml +222 -0
- data/rails/locale/eo.yml +222 -0
- data/rails/locale/es-AR.yml +219 -0
- data/rails/locale/es-CL.yml +224 -0
- data/rails/locale/es-CO.yml +220 -0
- data/rails/locale/es-MX.yml +227 -0
- data/rails/locale/es-PE.yml +170 -0
- data/rails/locale/es.yml +225 -0
- data/rails/locale/et.yml +260 -0
- data/rails/locale/eu.yml +224 -0
- data/rails/locale/fa.yml +222 -0
- data/rails/locale/fi.yml +225 -0
- data/rails/locale/fr-CA.yml +227 -0
- data/rails/locale/fr-CH.yml +224 -0
- data/rails/locale/fr.yml +222 -0
- data/rails/locale/fur.yml +184 -0
- data/rails/locale/gl-ES.yml +236 -0
- data/rails/locale/gsw-CH.yml +222 -0
- data/rails/locale/he.yml +227 -0
- data/rails/locale/hi-IN.yml +221 -0
- data/rails/locale/hi.yml +221 -0
- data/rails/locale/hr.yml +159 -0
- data/rails/locale/hsb.yml +233 -0
- data/rails/locale/hu.yml +215 -0
- data/rails/locale/id.yml +187 -0
- data/rails/locale/is.yml +230 -0
- data/rails/locale/it.yml +235 -0
- data/rails/locale/ja.yml +228 -0
- data/rails/locale/kn.yml +222 -0
- data/rails/locale/ko.yml +228 -0
- data/rails/locale/lo.yml +244 -0
- data/rails/locale/lt.yml +184 -0
- data/rails/locale/lv.yml +221 -0
- data/rails/locale/mk.yml +158 -0
- data/rails/locale/mn.yml +199 -0
- data/rails/locale/nb.yml +220 -0
- data/rails/locale/nl.yml +226 -0
- data/rails/locale/nn.yml +139 -0
- data/rails/locale/pl.yml +234 -0
- data/rails/locale/pt-BR.yml +239 -0
- data/rails/locale/pt-PT.yml +230 -0
- data/rails/locale/rm.yml +177 -0
- data/rails/locale/ro.yml +211 -0
- data/rails/locale/ru.yml +376 -0
- data/rails/locale/sk.yml +236 -0
- data/rails/locale/sl.yml +233 -0
- data/rails/locale/sr-Latn.yml +159 -0
- data/rails/locale/sr.yml +159 -0
- data/rails/locale/sv-SE.yml +273 -0
- data/rails/locale/sw.yml +222 -0
- data/rails/locale/th.rb +199 -0
- data/rails/locale/tr.yml +181 -0
- data/rails/locale/uk.yml +351 -0
- data/rails/locale/vi.yml +241 -0
- data/rails/locale/zh-CN.yml +250 -0
- data/rails/locale/zh-TW.yml +250 -0
- metadata +153 -0
@@ -0,0 +1,224 @@
|
|
1
|
+
# French (Switzerland) translations for Ruby on Rails
|
2
|
+
# by Yann Lugrin (yann.lugrin@sans-savoir.net, http://github.com/yannlugrin)
|
3
|
+
#
|
4
|
+
# original translation into French by Christian Lescuyer
|
5
|
+
# contributor: Sebastien Grosjean - ZenCocoon.com
|
6
|
+
|
7
|
+
fr-CH:
|
8
|
+
date:
|
9
|
+
formats:
|
10
|
+
default: "%d.%m.%Y"
|
11
|
+
short: "%e %b"
|
12
|
+
long: "%e %B %Y"
|
13
|
+
day_names:
|
14
|
+
- dimanche
|
15
|
+
- lundi
|
16
|
+
- mardi
|
17
|
+
- mercredi
|
18
|
+
- jeudi
|
19
|
+
- vendredi
|
20
|
+
- samedi
|
21
|
+
abbr_day_names:
|
22
|
+
- dim
|
23
|
+
- lun
|
24
|
+
- mar
|
25
|
+
- mer
|
26
|
+
- jeu
|
27
|
+
- ven
|
28
|
+
- sam
|
29
|
+
month_names:
|
30
|
+
- ~
|
31
|
+
- janvier
|
32
|
+
- février
|
33
|
+
- mars
|
34
|
+
- avril
|
35
|
+
- mai
|
36
|
+
- juin
|
37
|
+
- juillet
|
38
|
+
- août
|
39
|
+
- septembre
|
40
|
+
- octobre
|
41
|
+
- novembre
|
42
|
+
- décembre
|
43
|
+
abbr_month_names:
|
44
|
+
- ~
|
45
|
+
- jan.
|
46
|
+
- fév.
|
47
|
+
- mar.
|
48
|
+
- avr.
|
49
|
+
- mai
|
50
|
+
- juin
|
51
|
+
- juil.
|
52
|
+
- août
|
53
|
+
- sept.
|
54
|
+
- oct.
|
55
|
+
- nov.
|
56
|
+
- déc.
|
57
|
+
order:
|
58
|
+
- :day
|
59
|
+
- :month
|
60
|
+
- :year
|
61
|
+
|
62
|
+
time:
|
63
|
+
formats:
|
64
|
+
default: "%d. %B %Y %H:%M"
|
65
|
+
short: "%d. %b %H:%M"
|
66
|
+
long: "%A, %d. %B %Y %H:%M:%S %Z"
|
67
|
+
am: "am"
|
68
|
+
pm: "pm"
|
69
|
+
|
70
|
+
datetime:
|
71
|
+
distance_in_words:
|
72
|
+
half_a_minute: "une demi-minute"
|
73
|
+
less_than_x_seconds:
|
74
|
+
zero: "moins d'une seconde"
|
75
|
+
one: "moins d'une seconde"
|
76
|
+
other: "moins de %{count} secondes"
|
77
|
+
x_seconds:
|
78
|
+
one: "1 seconde"
|
79
|
+
other: "%{count} secondes"
|
80
|
+
less_than_x_minutes:
|
81
|
+
zero: "moins d'une minute"
|
82
|
+
one: "moins d'une minute"
|
83
|
+
other: "moins de %{count} minutes"
|
84
|
+
x_minutes:
|
85
|
+
one: "1 minute"
|
86
|
+
other: "%{count} minutes"
|
87
|
+
about_x_hours:
|
88
|
+
one: "environ une heure"
|
89
|
+
other: "environ %{count} heures"
|
90
|
+
x_days:
|
91
|
+
one: "1 jour"
|
92
|
+
other: "%{count} jours"
|
93
|
+
about_x_months:
|
94
|
+
one: "environ un mois"
|
95
|
+
other: "environ %{count} mois"
|
96
|
+
x_months:
|
97
|
+
one: "1 mois"
|
98
|
+
other: "%{count} mois"
|
99
|
+
about_x_years:
|
100
|
+
one: "environ un an"
|
101
|
+
other: "environ %{count} ans"
|
102
|
+
over_x_years:
|
103
|
+
one: "plus d'un an"
|
104
|
+
other: "plus de %{count} ans"
|
105
|
+
almost_x_years:
|
106
|
+
one: "presqu'un an"
|
107
|
+
other: "presque %{count} ans"
|
108
|
+
prompts:
|
109
|
+
year: "Année"
|
110
|
+
month: "Mois"
|
111
|
+
day: "Jour"
|
112
|
+
hour: "Heure"
|
113
|
+
minute: "Minute"
|
114
|
+
second: "Seconde"
|
115
|
+
|
116
|
+
number:
|
117
|
+
format:
|
118
|
+
separator: "."
|
119
|
+
delimiter: "'"
|
120
|
+
precision: 3
|
121
|
+
significant: false
|
122
|
+
strip_insignificant_zeros: false
|
123
|
+
currency:
|
124
|
+
format:
|
125
|
+
format: "%n %u"
|
126
|
+
unit: "CHF"
|
127
|
+
separator: "."
|
128
|
+
delimiter: "'"
|
129
|
+
precision: 2
|
130
|
+
significant: false
|
131
|
+
strip_insignificant_zeros: false
|
132
|
+
percentage:
|
133
|
+
format:
|
134
|
+
delimiter: ""
|
135
|
+
precision:
|
136
|
+
format:
|
137
|
+
delimiter: ""
|
138
|
+
human:
|
139
|
+
format:
|
140
|
+
delimiter: ""
|
141
|
+
precision: 2
|
142
|
+
significant: true
|
143
|
+
strip_insignificant_zeros: true
|
144
|
+
storage_units:
|
145
|
+
format: "%n %u"
|
146
|
+
units:
|
147
|
+
byte:
|
148
|
+
one: "octet"
|
149
|
+
other: "octets"
|
150
|
+
kb: "ko"
|
151
|
+
mb: "Mo"
|
152
|
+
gb: "Go"
|
153
|
+
tb: "To"
|
154
|
+
decimal_units:
|
155
|
+
format: "%n %u"
|
156
|
+
units:
|
157
|
+
unit: ""
|
158
|
+
thousand: "millier"
|
159
|
+
million: "million"
|
160
|
+
billion: "milliard"
|
161
|
+
trillion: "billion"
|
162
|
+
quadrillion: "million de milliards"
|
163
|
+
|
164
|
+
support:
|
165
|
+
array:
|
166
|
+
words_connector: ", "
|
167
|
+
two_words_connector: " et "
|
168
|
+
last_word_connector: " et "
|
169
|
+
select:
|
170
|
+
prompt: "Veuillez sélectionner"
|
171
|
+
|
172
|
+
helpers:
|
173
|
+
select:
|
174
|
+
prompt: "Veuillez sélectionner"
|
175
|
+
submit:
|
176
|
+
create: "Créer un %{model}"
|
177
|
+
update: "Modifier ce %{model}"
|
178
|
+
submit: "Enregistrer ce %{model}"
|
179
|
+
|
180
|
+
errors:
|
181
|
+
template: &errors_template
|
182
|
+
header:
|
183
|
+
one: "Impossible d'enregistrer ce %{model} : 1 erreur"
|
184
|
+
other: "Impossible d'enregistrer ce %{model} : %{count} erreurs"
|
185
|
+
body: "Veuillez vérifier les champs suivants : "
|
186
|
+
|
187
|
+
attributes:
|
188
|
+
created_at: "Créé le"
|
189
|
+
updated_at: "Modifié le"
|
190
|
+
|
191
|
+
errors:
|
192
|
+
format: "Le %{attribute} %{message}"
|
193
|
+
messages: &errors_messages
|
194
|
+
inclusion: "n'est pas inclus(e) dans la liste"
|
195
|
+
exclusion: "n'est pas disponible"
|
196
|
+
invalid: "n'est pas valide"
|
197
|
+
confirmation: "ne concorde pas avec la confirmation"
|
198
|
+
accepted: "doit être accepté(e)"
|
199
|
+
empty: "doit être rempli(e)"
|
200
|
+
blank: "doit être rempli(e)"
|
201
|
+
too_long: "est trop long (pas plus de %{count} caractères)"
|
202
|
+
too_short: "est trop court (au moins %{count} caractères)"
|
203
|
+
wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
204
|
+
not_a_number: "n'est pas un nombre"
|
205
|
+
not_an_integer: "doit être un nombre entier"
|
206
|
+
greater_than: "doit être supérieur à %{count}"
|
207
|
+
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
208
|
+
equal_to: "doit être égal à %{count}"
|
209
|
+
less_than: "doit être inférieur à %{count}"
|
210
|
+
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
211
|
+
odd: "doit être impair"
|
212
|
+
even: "doit être pair"
|
213
|
+
|
214
|
+
activerecord:
|
215
|
+
errors:
|
216
|
+
messages:
|
217
|
+
taken: "n'est pas disponible"
|
218
|
+
record_invalid: "La validation a échoué : %{errors}"
|
219
|
+
<<: *errors_messages
|
220
|
+
template:
|
221
|
+
<<: *errors_template
|
222
|
+
full_messages:
|
223
|
+
format: "%{attribute} %{message}"
|
224
|
+
|
data/rails/locale/fr.yml
ADDED
@@ -0,0 +1,222 @@
|
|
1
|
+
# French translations for Ruby on Rails
|
2
|
+
# by Christian Lescuyer (christian@flyingcoders.com)
|
3
|
+
# contributors:
|
4
|
+
# - Sebastien Grosjean - ZenCocoon.com
|
5
|
+
# - Bruno Michel - http://github.com/nono
|
6
|
+
# - Tsutomu Kuroda - http://github.com/kuroda (t-kuroda@oiax.jp)
|
7
|
+
|
8
|
+
fr:
|
9
|
+
date:
|
10
|
+
formats:
|
11
|
+
default: "%d/%m/%Y"
|
12
|
+
short: "%e %b"
|
13
|
+
long: "%e %B %Y"
|
14
|
+
day_names:
|
15
|
+
- dimanche
|
16
|
+
- lundi
|
17
|
+
- mardi
|
18
|
+
- mercredi
|
19
|
+
- jeudi
|
20
|
+
- vendredi
|
21
|
+
- samedi
|
22
|
+
abbr_day_names:
|
23
|
+
- dim
|
24
|
+
- lun
|
25
|
+
- mar
|
26
|
+
- mer
|
27
|
+
- jeu
|
28
|
+
- ven
|
29
|
+
- sam
|
30
|
+
month_names:
|
31
|
+
- ~
|
32
|
+
- janvier
|
33
|
+
- février
|
34
|
+
- mars
|
35
|
+
- avril
|
36
|
+
- mai
|
37
|
+
- juin
|
38
|
+
- juillet
|
39
|
+
- août
|
40
|
+
- septembre
|
41
|
+
- octobre
|
42
|
+
- novembre
|
43
|
+
- décembre
|
44
|
+
abbr_month_names:
|
45
|
+
- ~
|
46
|
+
- jan.
|
47
|
+
- fév.
|
48
|
+
- mar.
|
49
|
+
- avr.
|
50
|
+
- mai
|
51
|
+
- juin
|
52
|
+
- juil.
|
53
|
+
- août
|
54
|
+
- sept.
|
55
|
+
- oct.
|
56
|
+
- nov.
|
57
|
+
- déc.
|
58
|
+
order:
|
59
|
+
- :day
|
60
|
+
- :month
|
61
|
+
- :year
|
62
|
+
|
63
|
+
time:
|
64
|
+
formats:
|
65
|
+
default: "%d %B %Y %H:%M:%S"
|
66
|
+
short: "%d %b %H:%M"
|
67
|
+
long: "%A %d %B %Y %H:%M"
|
68
|
+
am: 'am'
|
69
|
+
pm: 'pm'
|
70
|
+
|
71
|
+
datetime:
|
72
|
+
distance_in_words:
|
73
|
+
half_a_minute: "une demi-minute"
|
74
|
+
less_than_x_seconds:
|
75
|
+
zero: "moins d'une seconde"
|
76
|
+
one: "moins d'une seconde"
|
77
|
+
other: "moins de %{count} secondes"
|
78
|
+
x_seconds:
|
79
|
+
one: "1 seconde"
|
80
|
+
other: "%{count} secondes"
|
81
|
+
less_than_x_minutes:
|
82
|
+
zero: "moins d'une minute"
|
83
|
+
one: "moins d'une minute"
|
84
|
+
other: "moins de %{count} minutes"
|
85
|
+
x_minutes:
|
86
|
+
one: "1 minute"
|
87
|
+
other: "%{count} minutes"
|
88
|
+
about_x_hours:
|
89
|
+
one: "environ une heure"
|
90
|
+
other: "environ %{count} heures"
|
91
|
+
x_days:
|
92
|
+
one: "1 jour"
|
93
|
+
other: "%{count} jours"
|
94
|
+
about_x_months:
|
95
|
+
one: "environ un mois"
|
96
|
+
other: "environ %{count} mois"
|
97
|
+
x_months:
|
98
|
+
one: "1 mois"
|
99
|
+
other: "%{count} mois"
|
100
|
+
about_x_years:
|
101
|
+
one: "environ un an"
|
102
|
+
other: "environ %{count} ans"
|
103
|
+
over_x_years:
|
104
|
+
one: "plus d'un an"
|
105
|
+
other: "plus de %{count} ans"
|
106
|
+
almost_x_years:
|
107
|
+
one: "presqu'un an"
|
108
|
+
other: "presque %{count} ans"
|
109
|
+
prompts:
|
110
|
+
year: "Année"
|
111
|
+
month: "Mois"
|
112
|
+
day: "Jour"
|
113
|
+
hour: "Heure"
|
114
|
+
minute: "Minute"
|
115
|
+
second: "Seconde"
|
116
|
+
|
117
|
+
number:
|
118
|
+
format:
|
119
|
+
separator: ","
|
120
|
+
delimiter: " "
|
121
|
+
precision: 3
|
122
|
+
significant: false
|
123
|
+
strip_insignificant_zeros: false
|
124
|
+
currency:
|
125
|
+
format:
|
126
|
+
format: "%n %u"
|
127
|
+
unit: "€"
|
128
|
+
separator: ","
|
129
|
+
delimiter: " "
|
130
|
+
precision: 2
|
131
|
+
significant: false
|
132
|
+
strip_insignificant_zeros: false
|
133
|
+
percentage:
|
134
|
+
format:
|
135
|
+
delimiter: ""
|
136
|
+
precision:
|
137
|
+
format:
|
138
|
+
delimiter: ""
|
139
|
+
human:
|
140
|
+
format:
|
141
|
+
delimiter: ""
|
142
|
+
precision: 2
|
143
|
+
significant: true
|
144
|
+
strip_insignificant_zeros: true
|
145
|
+
storage_units:
|
146
|
+
format: "%n %u"
|
147
|
+
units:
|
148
|
+
byte:
|
149
|
+
one: "octet"
|
150
|
+
other: "octets"
|
151
|
+
kb: "ko"
|
152
|
+
mb: "Mo"
|
153
|
+
gb: "Go"
|
154
|
+
tb: "To"
|
155
|
+
decimal_units:
|
156
|
+
format: "%n %u"
|
157
|
+
units:
|
158
|
+
unit: ""
|
159
|
+
thousand: "millier"
|
160
|
+
million: "million"
|
161
|
+
billion: "milliard"
|
162
|
+
trillion: "billion"
|
163
|
+
quadrillion: "million de milliards"
|
164
|
+
|
165
|
+
support:
|
166
|
+
array:
|
167
|
+
words_connector: ", "
|
168
|
+
two_words_connector: " et "
|
169
|
+
last_word_connector: " et "
|
170
|
+
select:
|
171
|
+
prompt: "Veuillez sélectionner"
|
172
|
+
|
173
|
+
helpers:
|
174
|
+
select:
|
175
|
+
prompt: "Veuillez sélectionner"
|
176
|
+
submit:
|
177
|
+
create: "Créer un %{model}"
|
178
|
+
update: "Modifier ce %{model}"
|
179
|
+
submit: "Enregistrer ce %{model}"
|
180
|
+
|
181
|
+
attributes:
|
182
|
+
created_at: "Créé le"
|
183
|
+
updated_at: "Modifié le"
|
184
|
+
|
185
|
+
errors:
|
186
|
+
format: "Le %{attribute} %{message}"
|
187
|
+
messages: &errors_messages
|
188
|
+
inclusion: "n'est pas inclus(e) dans la liste"
|
189
|
+
exclusion: "n'est pas disponible"
|
190
|
+
invalid: "n'est pas valide"
|
191
|
+
confirmation: "ne concorde pas avec la confirmation"
|
192
|
+
accepted: "doit être accepté(e)"
|
193
|
+
empty: "doit être rempli(e)"
|
194
|
+
blank: "doit être rempli(e)"
|
195
|
+
too_long: "est trop long (pas plus de %{count} caractères)"
|
196
|
+
too_short: "est trop court (au moins %{count} caractères)"
|
197
|
+
wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
198
|
+
not_a_number: "n'est pas un nombre"
|
199
|
+
not_an_integer: "doit être un nombre entier"
|
200
|
+
greater_than: "doit être supérieur à %{count}"
|
201
|
+
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
202
|
+
equal_to: "doit être égal à %{count}"
|
203
|
+
less_than: "doit être inférieur à %{count}"
|
204
|
+
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
205
|
+
odd: "doit être impair"
|
206
|
+
even: "doit être pair"
|
207
|
+
template: &errors_template
|
208
|
+
header:
|
209
|
+
one: "Impossible d'enregistrer ce %{model} : 1 erreur"
|
210
|
+
other: "Impossible d'enregistrer ce %{model} : %{count} erreurs"
|
211
|
+
body: "Veuillez vérifier les champs suivants : "
|
212
|
+
|
213
|
+
activerecord:
|
214
|
+
errors:
|
215
|
+
messages:
|
216
|
+
taken: "n'est pas disponible"
|
217
|
+
record_invalid: "La validation a échoué : %{errors}"
|
218
|
+
<<: *errors_messages
|
219
|
+
template:
|
220
|
+
<<: *errors_template
|
221
|
+
full_messages:
|
222
|
+
format: "%{attribute} %{message}"
|
@@ -0,0 +1,184 @@
|
|
1
|
+
# Friulian translations for Ruby on Rails
|
2
|
+
# by Andrea Decorte (adecorte@gmail.com)
|
3
|
+
|
4
|
+
fur:
|
5
|
+
number:
|
6
|
+
format:
|
7
|
+
separator: ","
|
8
|
+
delimiter: "."
|
9
|
+
precision: 3
|
10
|
+
|
11
|
+
currency:
|
12
|
+
format:
|
13
|
+
format: "%n %u"
|
14
|
+
unit: "€"
|
15
|
+
separator: "."
|
16
|
+
delimiter: ","
|
17
|
+
precision: 2
|
18
|
+
|
19
|
+
percentage:
|
20
|
+
format:
|
21
|
+
delimiter: ""
|
22
|
+
# precision:
|
23
|
+
|
24
|
+
precision:
|
25
|
+
format:
|
26
|
+
# separator:
|
27
|
+
delimiter: ""
|
28
|
+
# precision:
|
29
|
+
|
30
|
+
human:
|
31
|
+
format:
|
32
|
+
# separator:
|
33
|
+
delimiter: ""
|
34
|
+
precision: 1
|
35
|
+
storage_units:
|
36
|
+
format: "%n %u"
|
37
|
+
units:
|
38
|
+
byte:
|
39
|
+
one: "Byte"
|
40
|
+
other: "Byte"
|
41
|
+
kb: "Kb"
|
42
|
+
mb: "Mb"
|
43
|
+
gb: "Gb"
|
44
|
+
tb: "Tb"
|
45
|
+
|
46
|
+
date:
|
47
|
+
formats:
|
48
|
+
default: "%d-%m-%Y"
|
49
|
+
short: "%d di %b"
|
50
|
+
long: "%d di %B dal %Y"
|
51
|
+
|
52
|
+
day_names:
|
53
|
+
- domenie
|
54
|
+
- lunis
|
55
|
+
- martars
|
56
|
+
- miercus
|
57
|
+
- joibe
|
58
|
+
- vinars
|
59
|
+
- sabide
|
60
|
+
abbr_day_names:
|
61
|
+
- dom
|
62
|
+
- lun
|
63
|
+
- mar
|
64
|
+
- mie
|
65
|
+
- joi
|
66
|
+
- vin
|
67
|
+
- sab
|
68
|
+
|
69
|
+
month_names:
|
70
|
+
- ~
|
71
|
+
- Zenâr
|
72
|
+
- Fevrâr
|
73
|
+
- Març
|
74
|
+
- Avrîl
|
75
|
+
- Mai
|
76
|
+
- Jugn
|
77
|
+
- Lui
|
78
|
+
- Avost
|
79
|
+
- Setembar
|
80
|
+
- Otubar
|
81
|
+
- Novembar
|
82
|
+
- Dicembar
|
83
|
+
abbr_month_names:
|
84
|
+
- ~
|
85
|
+
- Zen
|
86
|
+
- Fev
|
87
|
+
- Mar
|
88
|
+
- Avr
|
89
|
+
- Mai
|
90
|
+
- Jug
|
91
|
+
- Lui
|
92
|
+
- Avo
|
93
|
+
- Set
|
94
|
+
- Otu
|
95
|
+
- Nov
|
96
|
+
- Dic
|
97
|
+
order:
|
98
|
+
- :day
|
99
|
+
- :month
|
100
|
+
- :year
|
101
|
+
|
102
|
+
time:
|
103
|
+
formats:
|
104
|
+
default: "%a %d di %b dal %Y, %H:%M:%S %z"
|
105
|
+
short: "%d di %b %H:%M"
|
106
|
+
long: "%d di %B %Y %H:%M"
|
107
|
+
|
108
|
+
am: 'am'
|
109
|
+
pm: 'pm'
|
110
|
+
|
111
|
+
datetime:
|
112
|
+
distance_in_words:
|
113
|
+
half_a_minute: "mieç minût"
|
114
|
+
less_than_x_seconds:
|
115
|
+
one: "mancul di un secont"
|
116
|
+
other: "mancul di %{count} seconts"
|
117
|
+
x_seconds:
|
118
|
+
one: "1 secont"
|
119
|
+
other: "%{count} seconts"
|
120
|
+
less_than_x_minutes:
|
121
|
+
one: "mancul di un minût"
|
122
|
+
other: "mancul di %{count} minûts"
|
123
|
+
x_minutes:
|
124
|
+
one: "1 minût"
|
125
|
+
other: "%{count} minûts"
|
126
|
+
about_x_hours:
|
127
|
+
one: "cirche une ore"
|
128
|
+
other: "cirche %{count} oris"
|
129
|
+
x_days:
|
130
|
+
one: "1 zornade"
|
131
|
+
other: "%{count} zornadis"
|
132
|
+
about_x_months:
|
133
|
+
one: "cirche un mês"
|
134
|
+
other: "cirche %{count} mês"
|
135
|
+
x_months:
|
136
|
+
one: "1 mês"
|
137
|
+
other: "%{count} mês"
|
138
|
+
about_x_years:
|
139
|
+
one: "cirche un an"
|
140
|
+
other: "cirche %{count} agns"
|
141
|
+
over_x_years:
|
142
|
+
one: "plui di un an"
|
143
|
+
other: "plui di %{count} agns"
|
144
|
+
prompts:
|
145
|
+
year: "An"
|
146
|
+
month: "Mês"
|
147
|
+
day: "Dì"
|
148
|
+
hour: "Ore"
|
149
|
+
minute: "Minût"
|
150
|
+
second: "Seconts"
|
151
|
+
|
152
|
+
support:
|
153
|
+
array:
|
154
|
+
words_connector: ", "
|
155
|
+
two_words_connector: " e "
|
156
|
+
last_word_connector: ", e "
|
157
|
+
|
158
|
+
activerecord:
|
159
|
+
errors:
|
160
|
+
template:
|
161
|
+
header:
|
162
|
+
one: "No si pues salvâ chest %{model}: 1 erôr"
|
163
|
+
other: "No si pues salvâ chest %{model}: %{count} erôrs."
|
164
|
+
body: "Torne par plasê a controlâ i cjamps ca sot:"
|
165
|
+
messages:
|
166
|
+
inclusion: "non è includût te liste"
|
167
|
+
exclusion: "al è riservât"
|
168
|
+
invalid: "nol è valit"
|
169
|
+
confirmation: "nol è compagn de conferme"
|
170
|
+
accepted: "al à di jessi acetât"
|
171
|
+
empty: "nol pues jessi vueit"
|
172
|
+
blank: "nol pues jessi lassât in blanc"
|
173
|
+
too_long: "al è masse lunc (il massim al è %{count} letaris)"
|
174
|
+
too_short: "al è masse curt (il minim al è %{count} letaris)"
|
175
|
+
wrong_length: "nol à la lungjece juste (al ò di jessi di %{count} letaris)"
|
176
|
+
taken: "al è za doprât"
|
177
|
+
not_a_number: "nol è un numar"
|
178
|
+
greater_than: "al à di jessi plui grant di %{count}"
|
179
|
+
greater_than_or_equal_to: "al à di jessi plui grant o compagn di %{count}"
|
180
|
+
equal_to: "al à di jessi compagn di %{count}"
|
181
|
+
less_than: "al à di jessi mancul di %{count}"
|
182
|
+
less_than_or_equal_to: "al à di jessi mancul o compagn di %{count}"
|
183
|
+
odd: "al à di jessi dispar"
|
184
|
+
even: "al à di jessi pâr"
|