rails-i18n 0.6.6 → 0.7.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/CHANGELOG.md +9 -0
- data/README.md +7 -7
- data/rails/locale/ar.yml +52 -0
- data/rails/locale/bg.yml +2 -2
- data/rails/locale/{bn-IN.yml → bn.yml} +1 -1
- data/rails/locale/cs.yml +13 -0
- data/rails/locale/cy.yml +50 -0
- data/rails/locale/el.yml +5 -5
- data/rails/locale/es-419.yml +214 -0
- data/rails/locale/{gl-ES.yml → gl.yml} +1 -1
- data/rails/locale/hr.yml +15 -15
- data/rails/locale/lo.yml +48 -0
- data/rails/locale/lt.yml +12 -0
- data/rails/locale/lv.yml +21 -0
- data/rails/locale/pl.yml +3 -0
- data/rails/locale/{pt-PT.yml → pt.yml} +1 -1
- data/rails/locale/rm.yml +48 -0
- data/rails/locale/ro.yml +13 -0
- data/rails/locale/sl.yml +2 -0
- data/rails/locale/sr.yml +28 -12
- data/rails/locale/{sv-SE.yml → sv.yml} +1 -1
- data/rails/locale/tl.yml +3 -3
- data/rails/pluralization/hsb.rb +27 -0
- metadata +20 -25
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- data/rails/locale/en-US.yml +0 -205
- data/rails/locale/fur.yml +0 -199
- data/rails/locale/gsw-CH.yml +0 -199
- data/rails/locale/hsb.yml +0 -214
- data/rails/locale/sr-Latn.yml +0 -170
data/rails/locale/dsb.yml
DELETED
@@ -1,215 +0,0 @@
|
|
1
|
-
dsb:
|
2
|
-
date:
|
3
|
-
abbr_day_names:
|
4
|
-
- Nj
|
5
|
-
- Pó
|
6
|
-
- Wu
|
7
|
-
- Sr
|
8
|
-
- St
|
9
|
-
- Pě
|
10
|
-
- So
|
11
|
-
abbr_month_names:
|
12
|
-
-
|
13
|
-
- jan
|
14
|
-
- feb
|
15
|
-
- měr
|
16
|
-
- apr
|
17
|
-
- maj
|
18
|
-
- jun
|
19
|
-
- jul
|
20
|
-
- awg
|
21
|
-
- sep
|
22
|
-
- okt
|
23
|
-
- now
|
24
|
-
- dec
|
25
|
-
day_names:
|
26
|
-
- njeźela
|
27
|
-
- pónjeźele
|
28
|
-
- wałtora
|
29
|
-
- srjoda
|
30
|
-
- stwórtk
|
31
|
-
- pětk
|
32
|
-
- sobota
|
33
|
-
formats:
|
34
|
-
default: ! '%d. %m. %Y'
|
35
|
-
long: ! '%d. %B %Y'
|
36
|
-
short: ! '%d %b'
|
37
|
-
month_names:
|
38
|
-
-
|
39
|
-
- Januar
|
40
|
-
- Februar
|
41
|
-
- Měrc
|
42
|
-
- Apryl
|
43
|
-
- Maj
|
44
|
-
- Junij
|
45
|
-
- Julij
|
46
|
-
- Awgust
|
47
|
-
- September
|
48
|
-
- Oktober
|
49
|
-
- Nowember
|
50
|
-
- December
|
51
|
-
order:
|
52
|
-
- :day
|
53
|
-
- :month
|
54
|
-
- :year
|
55
|
-
datetime:
|
56
|
-
distance_in_words:
|
57
|
-
about_x_hours:
|
58
|
-
few: něźi %{count} góźinami
|
59
|
-
one: něźi 1 góźinu
|
60
|
-
other: něźi %{count} góźinami
|
61
|
-
two: něźi %{count} góźinoma
|
62
|
-
about_x_months:
|
63
|
-
few: něźi %{count} mjasecami
|
64
|
-
one: něźi 1 mjasecom
|
65
|
-
other: něźi %{count} mjasecami
|
66
|
-
two: něźi %{count} mjasecoma
|
67
|
-
about_x_years:
|
68
|
-
few: něźi %{count} lětami
|
69
|
-
one: něźi 1 lětom
|
70
|
-
other: něźi %{count} lětami
|
71
|
-
two: něźi %{count} lětoma
|
72
|
-
half_a_minute: poł minuty
|
73
|
-
less_than_x_minutes:
|
74
|
-
few: mjenjej ako %{count} minutami
|
75
|
-
one: mjenjej ako 1 minutu
|
76
|
-
other: mjenjej ako %{count} minutami
|
77
|
-
two: mjenjej ako %{count} minutoma
|
78
|
-
less_than_x_seconds:
|
79
|
-
few: mjenjej ako %{count} sekundami
|
80
|
-
one: mjenjej ako 1 sekundu
|
81
|
-
other: mjenjej ako %{count} sekundami
|
82
|
-
two: mjenjej ako %{count} sekundoma
|
83
|
-
over_x_years:
|
84
|
-
few: wěcej ako %{count} lětami
|
85
|
-
one: wěcej ako 1 lětom
|
86
|
-
other: wěcej ako %{count} lětami
|
87
|
-
two: wěcej ako %{count} lětoma
|
88
|
-
x_days:
|
89
|
-
few: ! '%{count} dnjami'
|
90
|
-
one: 1 dnjom
|
91
|
-
other: ! '%{count} dnjami'
|
92
|
-
two: ! '%{count} dnjoma'
|
93
|
-
x_minutes:
|
94
|
-
few: ! '%{count} minutami'
|
95
|
-
one: 1 minutu
|
96
|
-
other: ! '%{count} minutami'
|
97
|
-
two: ! '%{count} minutoma'
|
98
|
-
x_months:
|
99
|
-
few: ! '%{count} mjasecami'
|
100
|
-
one: 1 mjasecom
|
101
|
-
other: ! '%{count} mjasecami'
|
102
|
-
two: ! '%{count} mjasecoma'
|
103
|
-
x_seconds:
|
104
|
-
few: ! '%{count} sekundami'
|
105
|
-
one: 1 sekundu
|
106
|
-
other: ! '%{count} sekundami'
|
107
|
-
two: ! '%{count} sekundoma'
|
108
|
-
errors: &errors
|
109
|
-
format: ! '%{attribute} %{message}'
|
110
|
-
messages:
|
111
|
-
accepted: musy se wobkšuśiś
|
112
|
-
blank: jo trěbny
|
113
|
-
confirmation: njejo se wobkšuśiło
|
114
|
-
empty: njesmějo prozny byś
|
115
|
-
equal_to: musy jadnak %{count} byś
|
116
|
-
even: musy rowna licba byś
|
117
|
-
exclusion: njestoj k dispoziciji
|
118
|
-
greater_than: musy wětšy ako %{count} byś
|
119
|
-
greater_than_or_equal_to: musy wětšy abo jadnak %{count} być
|
120
|
-
inclusion: njejo płaśiwa gódnota
|
121
|
-
invalid: njejo płaśiwy
|
122
|
-
less_than: musy mjeńšy ako %{count} byś
|
123
|
-
less_than_or_equal_to: musy mjeńšy abo jadnak %{count} byś
|
124
|
-
not_a_number: njejo licba
|
125
|
-
odd: musy njerowna licba byś
|
126
|
-
taken: jo južo w datowej bance
|
127
|
-
too_long:
|
128
|
-
few: jo pśedłujki (maks. %{count} znamješka)
|
129
|
-
one: jo pśedłujki (maks. 1 znamješko)
|
130
|
-
other: jo pśedłujki (maks. %{count} znamješkow)
|
131
|
-
two: jo pśedłujki (maks. %{count} znamješce)
|
132
|
-
too_short:
|
133
|
-
few: jo překrotki (min. %{count} znamješka)
|
134
|
-
one: jo překrotki (min. 1 znamješko)
|
135
|
-
other: jo překrotki (min. %{count} znamješkow)
|
136
|
-
two: jo překrotki (min. %{count} znamješće)
|
137
|
-
wrong_length:
|
138
|
-
few: njama pšawu dłujkosć (%{count} znamješka wócakane)
|
139
|
-
one: njama pšawu dłujkosć (1 znamješko wócakane)
|
140
|
-
other: njama pšawu dłujkosć (%{count} znamješkow wócakanych)
|
141
|
-
two: njama pšawu dłujkosć (%{count} znamješce wócakanej)
|
142
|
-
template:
|
143
|
-
body: ! 'Pšosym pśeglědaj slědujuce póla:'
|
144
|
-
header:
|
145
|
-
few: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
|
146
|
-
było móžno składowaś
|
147
|
-
one: Pśi składowanju objekta %{model} jo k zmólce dojšło a njejo było móžno
|
148
|
-
składowaś
|
149
|
-
other: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
|
150
|
-
było móžno składowaś
|
151
|
-
two: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
|
152
|
-
było móžno składowaś
|
153
|
-
number:
|
154
|
-
currency:
|
155
|
-
format:
|
156
|
-
delimiter: ! ' '
|
157
|
-
format: ! '%n %u'
|
158
|
-
precision: 2
|
159
|
-
separator: ! ','
|
160
|
-
significant: false
|
161
|
-
strip_insignificant_zeros: false
|
162
|
-
unit: €
|
163
|
-
format:
|
164
|
-
delimiter: .
|
165
|
-
precision: 3
|
166
|
-
separator: ! ','
|
167
|
-
significant: false
|
168
|
-
strip_insignificant_zeros: false
|
169
|
-
human:
|
170
|
-
decimal_units:
|
171
|
-
format: ! '%n %u'
|
172
|
-
units:
|
173
|
-
unit: ''
|
174
|
-
format:
|
175
|
-
delimiter: ''
|
176
|
-
precision: 1
|
177
|
-
significant: true
|
178
|
-
strip_insignificant_zeros: true
|
179
|
-
storage_units:
|
180
|
-
format: ! '%n %u'
|
181
|
-
units:
|
182
|
-
byte:
|
183
|
-
few: bajty
|
184
|
-
one: bajt
|
185
|
-
other: bajtow
|
186
|
-
two: bajta
|
187
|
-
gb: GB
|
188
|
-
kb: KB
|
189
|
-
mb: MB
|
190
|
-
tb: TB
|
191
|
-
percentage:
|
192
|
-
format:
|
193
|
-
delimiter: ''
|
194
|
-
precision:
|
195
|
-
format:
|
196
|
-
delimiter: ''
|
197
|
-
support:
|
198
|
-
array:
|
199
|
-
last_word_connector: ! ' a '
|
200
|
-
two_words_connector: ! ' a '
|
201
|
-
words_connector: ! ', '
|
202
|
-
time:
|
203
|
-
am: dopołdnja
|
204
|
-
formats:
|
205
|
-
default: ! '%A, %d. %B %Y, %H:%M hodź'
|
206
|
-
long: ! '%A, %d. %B %Y, %H:%M hodź.'
|
207
|
-
short: ! '%d. %B, %H:%M hodź.'
|
208
|
-
pm: wótpołdnja
|
209
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
210
|
-
activemodel:
|
211
|
-
errors:
|
212
|
-
<<: *errors
|
213
|
-
activerecord:
|
214
|
-
errors:
|
215
|
-
<<: *errors
|
data/rails/locale/en-US.yml
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
en-US:
|
2
|
-
date:
|
3
|
-
abbr_day_names:
|
4
|
-
- Sun
|
5
|
-
- Mon
|
6
|
-
- Tue
|
7
|
-
- Wed
|
8
|
-
- Thu
|
9
|
-
- Fri
|
10
|
-
- Sat
|
11
|
-
abbr_month_names:
|
12
|
-
-
|
13
|
-
- Jan
|
14
|
-
- Feb
|
15
|
-
- Mar
|
16
|
-
- Apr
|
17
|
-
- May
|
18
|
-
- Jun
|
19
|
-
- Jul
|
20
|
-
- Aug
|
21
|
-
- Sep
|
22
|
-
- Oct
|
23
|
-
- Nov
|
24
|
-
- Dec
|
25
|
-
day_names:
|
26
|
-
- Sunday
|
27
|
-
- Monday
|
28
|
-
- Tuesday
|
29
|
-
- Wednesday
|
30
|
-
- Thursday
|
31
|
-
- Friday
|
32
|
-
- Saturday
|
33
|
-
formats:
|
34
|
-
default: ! '%Y-%m-%d'
|
35
|
-
long: ! '%B %d, %Y'
|
36
|
-
short: ! '%b %d'
|
37
|
-
month_names:
|
38
|
-
-
|
39
|
-
- January
|
40
|
-
- February
|
41
|
-
- March
|
42
|
-
- April
|
43
|
-
- May
|
44
|
-
- June
|
45
|
-
- July
|
46
|
-
- August
|
47
|
-
- September
|
48
|
-
- October
|
49
|
-
- November
|
50
|
-
- December
|
51
|
-
order:
|
52
|
-
- :year
|
53
|
-
- :month
|
54
|
-
- :day
|
55
|
-
datetime:
|
56
|
-
distance_in_words:
|
57
|
-
about_x_hours:
|
58
|
-
one: about 1 hour
|
59
|
-
other: about %{count} hours
|
60
|
-
about_x_months:
|
61
|
-
one: about 1 month
|
62
|
-
other: about %{count} months
|
63
|
-
about_x_years:
|
64
|
-
one: about 1 year
|
65
|
-
other: about %{count} years
|
66
|
-
almost_x_years:
|
67
|
-
one: almost 1 year
|
68
|
-
other: almost %{count} years
|
69
|
-
half_a_minute: half a minute
|
70
|
-
less_than_x_minutes:
|
71
|
-
one: less than a minute
|
72
|
-
other: less than %{count} minutes
|
73
|
-
less_than_x_seconds:
|
74
|
-
one: less than 1 second
|
75
|
-
other: less than %{count} seconds
|
76
|
-
over_x_years:
|
77
|
-
one: over 1 year
|
78
|
-
other: over %{count} years
|
79
|
-
x_days:
|
80
|
-
one: 1 day
|
81
|
-
other: ! '%{count} days'
|
82
|
-
x_minutes:
|
83
|
-
one: 1 minute
|
84
|
-
other: ! '%{count} minutes'
|
85
|
-
x_months:
|
86
|
-
one: 1 month
|
87
|
-
other: ! '%{count} months'
|
88
|
-
x_seconds:
|
89
|
-
one: 1 second
|
90
|
-
other: ! '%{count} seconds'
|
91
|
-
prompts:
|
92
|
-
day: Day
|
93
|
-
hour: Hour
|
94
|
-
minute: Minute
|
95
|
-
month: Month
|
96
|
-
second: Seconds
|
97
|
-
year: Year
|
98
|
-
errors: &errors
|
99
|
-
format: ! '%{attribute} %{message}'
|
100
|
-
messages:
|
101
|
-
accepted: must be accepted
|
102
|
-
blank: can't be blank
|
103
|
-
confirmation: doesn't match confirmation
|
104
|
-
empty: can't be empty
|
105
|
-
equal_to: must be equal to %{count}
|
106
|
-
even: must be even
|
107
|
-
exclusion: is reserved
|
108
|
-
greater_than: must be greater than %{count}
|
109
|
-
greater_than_or_equal_to: must be greater than or equal to %{count}
|
110
|
-
inclusion: is not included in the list
|
111
|
-
invalid: is invalid
|
112
|
-
less_than: must be less than %{count}
|
113
|
-
less_than_or_equal_to: must be less than or equal to %{count}
|
114
|
-
not_a_number: is not a number
|
115
|
-
not_an_integer: must be an integer
|
116
|
-
odd: must be odd
|
117
|
-
record_invalid: ! 'Validation failed: %{errors}'
|
118
|
-
taken: has already been taken
|
119
|
-
too_long:
|
120
|
-
one: is too long (maximum is 1 character)
|
121
|
-
other: is too long (maximum is %{count} characters)
|
122
|
-
too_short:
|
123
|
-
one: is too short (minimum is 1 character)
|
124
|
-
other: is too short (minimum is %{count} characters)
|
125
|
-
wrong_length:
|
126
|
-
one: is the wrong length (should be 1 character)
|
127
|
-
other: is the wrong length (should be %{count} characters)
|
128
|
-
template:
|
129
|
-
body: ! 'There were problems with the following fields:'
|
130
|
-
header:
|
131
|
-
one: 1 error prohibited this %{model} from being saved
|
132
|
-
other: ! '%{count} errors prohibited this %{model} from being saved'
|
133
|
-
helpers:
|
134
|
-
select:
|
135
|
-
prompt: Please select
|
136
|
-
submit:
|
137
|
-
create: Create %{model}
|
138
|
-
submit: Save %{model}
|
139
|
-
update: Update %{model}
|
140
|
-
number:
|
141
|
-
currency:
|
142
|
-
format:
|
143
|
-
delimiter: ! ','
|
144
|
-
format: ! '%u%n'
|
145
|
-
precision: 2
|
146
|
-
separator: .
|
147
|
-
significant: false
|
148
|
-
strip_insignificant_zeros: false
|
149
|
-
unit: $
|
150
|
-
format:
|
151
|
-
delimiter: ! ','
|
152
|
-
precision: 3
|
153
|
-
separator: .
|
154
|
-
significant: false
|
155
|
-
strip_insignificant_zeros: false
|
156
|
-
human:
|
157
|
-
decimal_units:
|
158
|
-
format: ! '%n %u'
|
159
|
-
units:
|
160
|
-
billion: Billion
|
161
|
-
million: Million
|
162
|
-
quadrillion: Quadrillion
|
163
|
-
thousand: Thousand
|
164
|
-
trillion: Trillion
|
165
|
-
unit: ''
|
166
|
-
format:
|
167
|
-
delimiter: ''
|
168
|
-
precision: 3
|
169
|
-
significant: true
|
170
|
-
strip_insignificant_zeros: true
|
171
|
-
storage_units:
|
172
|
-
format: ! '%n %u'
|
173
|
-
units:
|
174
|
-
byte:
|
175
|
-
one: Byte
|
176
|
-
other: Bytes
|
177
|
-
gb: GB
|
178
|
-
kb: KB
|
179
|
-
mb: MB
|
180
|
-
tb: TB
|
181
|
-
percentage:
|
182
|
-
format:
|
183
|
-
delimiter: ''
|
184
|
-
precision:
|
185
|
-
format:
|
186
|
-
delimiter: ''
|
187
|
-
support:
|
188
|
-
array:
|
189
|
-
last_word_connector: ! ', and '
|
190
|
-
two_words_connector: ! ' and '
|
191
|
-
words_connector: ! ', '
|
192
|
-
time:
|
193
|
-
am: am
|
194
|
-
formats:
|
195
|
-
default: ! '%a, %d %b %Y %H:%M:%S %z'
|
196
|
-
long: ! '%B %d, %Y %H:%M'
|
197
|
-
short: ! '%d %b %H:%M'
|
198
|
-
pm: pm
|
199
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
200
|
-
activemodel:
|
201
|
-
errors:
|
202
|
-
<<: *errors
|
203
|
-
activerecord:
|
204
|
-
errors:
|
205
|
-
<<: *errors
|
data/rails/locale/fur.yml
DELETED
@@ -1,199 +0,0 @@
|
|
1
|
-
fur:
|
2
|
-
date:
|
3
|
-
abbr_day_names:
|
4
|
-
- dom
|
5
|
-
- lun
|
6
|
-
- mar
|
7
|
-
- mie
|
8
|
-
- joi
|
9
|
-
- vin
|
10
|
-
- sab
|
11
|
-
abbr_month_names:
|
12
|
-
-
|
13
|
-
- Zen
|
14
|
-
- Fev
|
15
|
-
- Mar
|
16
|
-
- Avr
|
17
|
-
- Mai
|
18
|
-
- Jug
|
19
|
-
- Lui
|
20
|
-
- Avo
|
21
|
-
- Set
|
22
|
-
- Otu
|
23
|
-
- Nov
|
24
|
-
- Dic
|
25
|
-
day_names:
|
26
|
-
- domenie
|
27
|
-
- lunis
|
28
|
-
- martars
|
29
|
-
- miercus
|
30
|
-
- joibe
|
31
|
-
- vinars
|
32
|
-
- sabide
|
33
|
-
formats:
|
34
|
-
default: ! '%d-%m-%Y'
|
35
|
-
long: ! '%d di %B dal %Y'
|
36
|
-
short: ! '%d di %b'
|
37
|
-
month_names:
|
38
|
-
-
|
39
|
-
- Zenâr
|
40
|
-
- Fevrâr
|
41
|
-
- Març
|
42
|
-
- Avrîl
|
43
|
-
- Mai
|
44
|
-
- Jugn
|
45
|
-
- Lui
|
46
|
-
- Avost
|
47
|
-
- Setembar
|
48
|
-
- Otubar
|
49
|
-
- Novembar
|
50
|
-
- Dicembar
|
51
|
-
order:
|
52
|
-
- :day
|
53
|
-
- :month
|
54
|
-
- :year
|
55
|
-
datetime:
|
56
|
-
distance_in_words:
|
57
|
-
about_x_hours:
|
58
|
-
one: cirche une ore
|
59
|
-
other: cirche %{count} oris
|
60
|
-
about_x_months:
|
61
|
-
one: cirche un mês
|
62
|
-
other: cirche %{count} mês
|
63
|
-
about_x_years:
|
64
|
-
one: cirche un an
|
65
|
-
other: cirche %{count} agns
|
66
|
-
almost_x_years:
|
67
|
-
one: cuasi un an
|
68
|
-
other: cuasi %{count} agns
|
69
|
-
half_a_minute: mieç minût
|
70
|
-
less_than_x_minutes:
|
71
|
-
one: mancul di un minût
|
72
|
-
other: mancul di %{count} minûts
|
73
|
-
less_than_x_seconds:
|
74
|
-
one: mancul di un secont
|
75
|
-
other: mancul di %{count} seconts
|
76
|
-
over_x_years:
|
77
|
-
one: plui di un an
|
78
|
-
other: plui di %{count} agns
|
79
|
-
x_days:
|
80
|
-
one: 1 zornade
|
81
|
-
other: ! '%{count} zornadis'
|
82
|
-
x_minutes:
|
83
|
-
one: 1 minût
|
84
|
-
other: ! '%{count} minûts'
|
85
|
-
x_months:
|
86
|
-
one: 1 mês
|
87
|
-
other: ! '%{count} mês'
|
88
|
-
x_seconds:
|
89
|
-
one: 1 secont
|
90
|
-
other: ! '%{count} seconts'
|
91
|
-
prompts:
|
92
|
-
day: Zornade
|
93
|
-
hour: Ore
|
94
|
-
minute: Minût
|
95
|
-
month: Mês
|
96
|
-
second: Secont
|
97
|
-
year: An
|
98
|
-
errors: &errors
|
99
|
-
format: ! '%{attribute} %{message}'
|
100
|
-
messages:
|
101
|
-
accepted: al à di jessi acetât
|
102
|
-
blank: nol pues jessi lassât in blanc
|
103
|
-
confirmation: nol è compagn de conferme
|
104
|
-
empty: nol pues jessi vueit
|
105
|
-
equal_to: al à di jessi compagn di %{count}
|
106
|
-
even: al à di jessi pâr
|
107
|
-
exclusion: al è riservât
|
108
|
-
greater_than: al à di jessi plui grant di %{count}
|
109
|
-
greater_than_or_equal_to: al à di jessi plui grant o compagn di %{count}
|
110
|
-
inclusion: nol è includût te liste
|
111
|
-
invalid: nol è valit
|
112
|
-
less_than: al à di jessi mancul di %{count}
|
113
|
-
less_than_or_equal_to: al à di jessi mancul o compagn di %{count}
|
114
|
-
not_a_number: nol è un numar
|
115
|
-
not_an_integer: al à di jessi un numar intîr
|
116
|
-
odd: al à di jessi dispar
|
117
|
-
record_invalid: ! 'Convalide falide: %{errors}'
|
118
|
-
taken: al è za doprât
|
119
|
-
too_long: al è masse lunc (il massim al è %{count} letaris)
|
120
|
-
too_short: al è masse curt (il minim al è %{count} letaris)
|
121
|
-
wrong_length: nol à la lungjece juste (al à di jessi di %{count} letaris)
|
122
|
-
template:
|
123
|
-
body: ! 'Torne par plasê a controlâ i cjamps ca sot:'
|
124
|
-
header:
|
125
|
-
one: ! 'No si pues salvâ chest %{model}: 1 erôr'
|
126
|
-
other: ! 'No si pues salvâ chest %{model}: %{count} erôrs.'
|
127
|
-
helpers:
|
128
|
-
select:
|
129
|
-
prompt: Sielç par plasê
|
130
|
-
submit:
|
131
|
-
create: Cree %{model}
|
132
|
-
submit: Salve %{model}
|
133
|
-
update: Inzorne %{model}
|
134
|
-
number:
|
135
|
-
currency:
|
136
|
-
format:
|
137
|
-
delimiter: .
|
138
|
-
format: ! '%n %u'
|
139
|
-
precision: 2
|
140
|
-
separator: ! ','
|
141
|
-
significant: false
|
142
|
-
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
144
|
-
format:
|
145
|
-
delimiter: .
|
146
|
-
precision: 3
|
147
|
-
separator: ! ','
|
148
|
-
significant: false
|
149
|
-
strip_insignificant_zeros: false
|
150
|
-
human:
|
151
|
-
decimal_units:
|
152
|
-
format: ! '%n %u'
|
153
|
-
units:
|
154
|
-
billion: bilion
|
155
|
-
million: milion
|
156
|
-
quadrillion: cuadrilion
|
157
|
-
thousand: miâr
|
158
|
-
trillion: trilion
|
159
|
-
unit: ''
|
160
|
-
format:
|
161
|
-
delimiter: ''
|
162
|
-
precision: 1
|
163
|
-
significant: true
|
164
|
-
strip_insignificant_zeros: true
|
165
|
-
storage_units:
|
166
|
-
format: ! '%n %u'
|
167
|
-
units:
|
168
|
-
byte:
|
169
|
-
one: Byte
|
170
|
-
other: Byte
|
171
|
-
gb: Gb
|
172
|
-
kb: Kb
|
173
|
-
mb: Mb
|
174
|
-
tb: Tb
|
175
|
-
percentage:
|
176
|
-
format:
|
177
|
-
delimiter: ''
|
178
|
-
precision:
|
179
|
-
format:
|
180
|
-
delimiter: ''
|
181
|
-
support:
|
182
|
-
array:
|
183
|
-
last_word_connector: ! ' e '
|
184
|
-
two_words_connector: ! ' e '
|
185
|
-
words_connector: ! ', '
|
186
|
-
time:
|
187
|
-
am: am
|
188
|
-
formats:
|
189
|
-
default: ! '%a %d di %b dal %Y, %H:%M:%S %z'
|
190
|
-
long: ! '%d di %B dal %Y %H:%M'
|
191
|
-
short: ! '%d di %b %H:%M'
|
192
|
-
pm: pm
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|