rails-i18n 0.6.5 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +217 -0
- data/README.md +48 -19
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
- data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
- data/rails/locale/af.yml +199 -0
- data/rails/locale/ar.yml +163 -87
- data/rails/locale/az.yml +36 -42
- data/rails/locale/be.yml +205 -0
- data/rails/locale/bg.yml +28 -34
- data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
- data/rails/locale/bs.yml +46 -44
- data/rails/locale/ca.yml +43 -49
- data/rails/locale/cs.yml +75 -62
- data/rails/locale/cy.yml +88 -44
- data/rails/locale/da.yml +32 -32
- data/rails/locale/de-AT.yml +48 -41
- data/rails/locale/de-CH.yml +58 -47
- data/rails/locale/de-DE.yml +210 -0
- data/rails/locale/de.yml +51 -44
- data/rails/locale/el.yml +41 -41
- data/rails/locale/en-AU.yml +28 -34
- data/rails/locale/en-CA.yml +28 -43
- data/rails/locale/en-GB.yml +28 -34
- data/rails/locale/en-IE.yml +199 -0
- data/rails/locale/en-IN.yml +28 -34
- data/rails/locale/en-NZ.yml +199 -0
- data/rails/locale/en-US.yml +35 -35
- data/rails/locale/en-ZA.yml +205 -0
- data/rails/locale/en.yml +34 -34
- data/rails/locale/eo.yml +28 -34
- data/rails/locale/es-419.yml +199 -0
- data/rails/locale/es-AR.yml +38 -39
- data/rails/locale/es-CL.yml +32 -33
- data/rails/locale/es-CO.yml +38 -39
- data/rails/locale/es-CR.yml +204 -0
- data/rails/locale/es-EC.yml +205 -0
- data/rails/locale/es-ES.yml +204 -0
- data/rails/locale/es-MX.yml +39 -39
- data/rails/locale/es-PA.yml +205 -0
- data/rails/locale/es-PE.yml +60 -37
- data/rails/locale/es-US.yml +204 -0
- data/rails/locale/es-VE.yml +40 -41
- data/rails/locale/es.yml +41 -36
- data/rails/locale/et.yml +33 -39
- data/rails/locale/eu.yml +41 -47
- data/rails/locale/fa.yml +41 -47
- data/rails/locale/fi.yml +43 -49
- data/rails/locale/fr-CA.yml +29 -35
- data/rails/locale/fr-CH.yml +35 -35
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +172 -187
- data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
- data/rails/locale/he.yml +35 -41
- data/rails/locale/hi-IN.yml +35 -41
- data/rails/locale/hi.yml +37 -43
- data/rails/locale/hr.yml +61 -61
- data/rails/locale/hu.yml +51 -57
- data/rails/locale/id.yml +50 -44
- data/rails/locale/is.yml +31 -31
- data/rails/locale/it-CH.yml +199 -0
- data/rails/locale/it.yml +82 -82
- data/rails/locale/ja.yml +53 -55
- data/rails/locale/km.yml +164 -0
- data/rails/locale/kn.yml +38 -44
- data/rails/locale/ko.yml +29 -35
- data/rails/locale/lb.yml +206 -0
- data/rails/locale/lo.yml +85 -43
- data/rails/locale/lt.yml +85 -49
- data/rails/locale/lv.yml +63 -48
- data/rails/locale/mk.yml +80 -51
- data/rails/locale/mn.yml +56 -62
- data/rails/locale/mr-IN.yml +206 -0
- data/rails/locale/ms.yml +199 -0
- data/rails/locale/nb.yml +32 -33
- data/rails/locale/ne.yml +199 -0
- data/rails/locale/nl.yml +65 -59
- data/rails/locale/nn.yml +70 -28
- data/rails/locale/or.yml +193 -0
- data/rails/locale/pa.yml +205 -0
- data/rails/locale/pl.yml +69 -53
- data/rails/locale/pt-BR.yml +44 -44
- data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
- data/rails/locale/rm.yml +74 -32
- data/rails/locale/ro.yml +41 -34
- data/rails/locale/ru.yml +51 -51
- data/rails/locale/sk.yml +35 -40
- data/rails/locale/sl.yml +33 -37
- data/rails/locale/sq.yml +205 -0
- data/rails/locale/sr.yml +128 -61
- data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
- data/rails/locale/sw.yml +24 -30
- data/rails/locale/ta.yml +205 -0
- data/rails/locale/th.yml +25 -31
- data/rails/locale/tl.yml +105 -135
- data/rails/locale/tr.yml +62 -56
- data/rails/locale/tt.yml +215 -0
- data/rails/locale/ug.yml +204 -0
- data/rails/locale/uk.yml +54 -60
- data/rails/locale/ur.yml +206 -0
- data/rails/locale/uz.yml +251 -0
- data/rails/locale/vi.yml +33 -35
- data/rails/locale/wo.yml +30 -36
- data/rails/locale/zh-CN.yml +47 -41
- data/rails/locale/zh-HK.yml +205 -0
- data/rails/locale/zh-TW.yml +50 -44
- data/rails/locale/zh-YUE.yml +205 -0
- data/rails/pluralization/ar.rb +1 -0
- data/rails/pluralization/bg.rb +3 -0
- data/rails/pluralization/bn.rb +3 -0
- data/rails/pluralization/br.rb +1 -0
- data/rails/pluralization/ca.rb +3 -0
- data/rails/pluralization/da.rb +3 -0
- data/rails/pluralization/de-AT.rb +3 -0
- data/rails/pluralization/de-CH.rb +3 -0
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/de.rb +3 -0
- data/rails/pluralization/el.rb +3 -0
- data/rails/pluralization/en-AU.rb +3 -0
- data/rails/pluralization/en-CA.rb +3 -0
- data/rails/pluralization/en-GB.rb +3 -0
- data/rails/pluralization/en-IN.rb +3 -0
- data/rails/pluralization/en-NZ.rb +3 -0
- data/rails/pluralization/en.rb +3 -0
- data/rails/pluralization/eo.rb +3 -0
- data/rails/pluralization/es-419.rb +3 -0
- data/rails/pluralization/es-AR.rb +3 -0
- data/rails/pluralization/es-CL.rb +3 -0
- data/rails/pluralization/es-CO.rb +3 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/es-MX.rb +3 -0
- data/rails/pluralization/es-PE.rb +3 -0
- data/rails/pluralization/es-VE.rb +3 -0
- data/rails/pluralization/es.rb +3 -0
- data/rails/pluralization/et.rb +3 -0
- data/rails/pluralization/eu.rb +3 -0
- data/rails/pluralization/fi.rb +3 -0
- data/rails/pluralization/fr-CA.rb +3 -0
- data/rails/pluralization/fr-CH.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/gl.rb +3 -0
- data/rails/pluralization/gv.rb +1 -0
- data/rails/pluralization/hi-IN.rb +3 -0
- data/rails/pluralization/hsb.rb +28 -0
- data/rails/pluralization/hu.rb +2 -2
- data/rails/pluralization/is.rb +3 -0
- data/rails/pluralization/it-CH.rb +3 -0
- data/rails/pluralization/it.rb +3 -0
- data/rails/pluralization/lag.rb +1 -0
- data/rails/pluralization/lt.rb +1 -0
- data/rails/pluralization/lv.rb +1 -0
- data/rails/pluralization/mk.rb +1 -0
- data/rails/pluralization/mn.rb +3 -0
- data/rails/pluralization/mr-IN.rb +3 -0
- data/rails/pluralization/mt.rb +1 -0
- data/rails/pluralization/nb.rb +3 -0
- data/rails/pluralization/ne.rb +3 -0
- data/rails/pluralization/nl.rb +3 -0
- data/rails/pluralization/nn.rb +3 -0
- data/rails/pluralization/or.rb +3 -0
- data/rails/pluralization/pa.rb +3 -0
- data/rails/pluralization/pl.rb +1 -0
- data/rails/pluralization/sl.rb +1 -0
- data/rails/pluralization/sv.rb +3 -0
- data/rails/pluralization/sw.rb +3 -0
- data/rails/pluralization/ur.rb +3 -0
- data/rails/pluralization/zh-CN.rb +3 -0
- data/rails/pluralization/zh-HK.rb +3 -0
- data/rails/pluralization/zh-TW.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/de.yml +12 -0
- data/rails/transliteration/el.yml +104 -0
- data/rails/transliteration/fr.yml +36 -0
- data/rails/transliteration/pl.yml +22 -0
- data/rails/transliteration/ro.yml +14 -0
- data/rails/transliteration/ru.rb +2 -0
- data/rails/transliteration/uk.rb +3 -1
- metadata +278 -194
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- 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
@@ -0,0 +1,205 @@
|
|
1
|
+
---
|
2
|
+
en-ZA:
|
3
|
+
date:
|
4
|
+
abbr_day_names:
|
5
|
+
- Sun
|
6
|
+
- Mon
|
7
|
+
- Tue
|
8
|
+
- Wed
|
9
|
+
- Thu
|
10
|
+
- Fri
|
11
|
+
- Sat
|
12
|
+
abbr_month_names:
|
13
|
+
-
|
14
|
+
- Jan
|
15
|
+
- Feb
|
16
|
+
- Mar
|
17
|
+
- Apr
|
18
|
+
- May
|
19
|
+
- Jun
|
20
|
+
- Jul
|
21
|
+
- Aug
|
22
|
+
- Sep
|
23
|
+
- Oct
|
24
|
+
- Nov
|
25
|
+
- Dec
|
26
|
+
day_names:
|
27
|
+
- Sunday
|
28
|
+
- Monday
|
29
|
+
- Tuesday
|
30
|
+
- Wednesday
|
31
|
+
- Thursday
|
32
|
+
- Friday
|
33
|
+
- Saturday
|
34
|
+
formats:
|
35
|
+
default: "%Y-%m-%d"
|
36
|
+
long: "%B %d, %Y"
|
37
|
+
short: "%b %d"
|
38
|
+
month_names:
|
39
|
+
-
|
40
|
+
- January
|
41
|
+
- February
|
42
|
+
- March
|
43
|
+
- April
|
44
|
+
- May
|
45
|
+
- June
|
46
|
+
- July
|
47
|
+
- August
|
48
|
+
- September
|
49
|
+
- October
|
50
|
+
- November
|
51
|
+
- December
|
52
|
+
order:
|
53
|
+
- :year
|
54
|
+
- :month
|
55
|
+
- :day
|
56
|
+
datetime:
|
57
|
+
distance_in_words:
|
58
|
+
about_x_hours:
|
59
|
+
one: about 1 hour
|
60
|
+
other: about %{count} hours
|
61
|
+
about_x_months:
|
62
|
+
one: about 1 month
|
63
|
+
other: about %{count} months
|
64
|
+
about_x_years:
|
65
|
+
one: about 1 year
|
66
|
+
other: about %{count} years
|
67
|
+
almost_x_years:
|
68
|
+
one: almost 1 year
|
69
|
+
other: almost %{count} years
|
70
|
+
half_a_minute: half a minute
|
71
|
+
less_than_x_minutes:
|
72
|
+
one: less than a minute
|
73
|
+
other: less than %{count} minutes
|
74
|
+
less_than_x_seconds:
|
75
|
+
one: less than 1 second
|
76
|
+
other: less than %{count} seconds
|
77
|
+
over_x_years:
|
78
|
+
one: over 1 year
|
79
|
+
other: over %{count} years
|
80
|
+
x_days:
|
81
|
+
one: 1 day
|
82
|
+
other: "%{count} days"
|
83
|
+
x_minutes:
|
84
|
+
one: 1 minute
|
85
|
+
other: "%{count} minutes"
|
86
|
+
x_months:
|
87
|
+
one: 1 month
|
88
|
+
other: "%{count} months"
|
89
|
+
x_seconds:
|
90
|
+
one: 1 second
|
91
|
+
other: "%{count} seconds"
|
92
|
+
prompts:
|
93
|
+
day: Day
|
94
|
+
hour: Hour
|
95
|
+
minute: Minute
|
96
|
+
month: Month
|
97
|
+
second: Seconds
|
98
|
+
year: Year
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
101
|
+
messages:
|
102
|
+
accepted: must be accepted
|
103
|
+
blank: can't be blank
|
104
|
+
present: must be blank
|
105
|
+
confirmation: doesn't match %{attribute}
|
106
|
+
empty: can't be empty
|
107
|
+
equal_to: must be equal to %{count}
|
108
|
+
even: must be even
|
109
|
+
exclusion: is reserved
|
110
|
+
greater_than: must be greater than %{count}
|
111
|
+
greater_than_or_equal_to: must be greater than or equal to %{count}
|
112
|
+
inclusion: is not included in the list
|
113
|
+
invalid: is invalid
|
114
|
+
less_than: must be less than %{count}
|
115
|
+
less_than_or_equal_to: must be less than or equal to %{count}
|
116
|
+
not_a_number: is not a number
|
117
|
+
not_an_integer: must be an integer
|
118
|
+
odd: must be odd
|
119
|
+
record_invalid: 'Validation failed: %{errors}'
|
120
|
+
restrict_dependent_destroy:
|
121
|
+
one: Cannot delete record because a dependent %{record} exists
|
122
|
+
many: Cannot delete record because dependent %{record} exist
|
123
|
+
taken: has already been taken
|
124
|
+
too_long:
|
125
|
+
one: is too long (maximum is 1 character)
|
126
|
+
other: is too long (maximum is %{count} characters)
|
127
|
+
too_short:
|
128
|
+
one: is too short (minimum is 1 character)
|
129
|
+
other: is too short (minimum is %{count} characters)
|
130
|
+
wrong_length:
|
131
|
+
one: is the wrong length (should be 1 character)
|
132
|
+
other: is the wrong length (should be %{count} characters)
|
133
|
+
other_than: must be other than %{count}
|
134
|
+
template:
|
135
|
+
body: 'There were problems with the following fields:'
|
136
|
+
header:
|
137
|
+
one: 1 error prohibited this %{model} from being saved
|
138
|
+
other: "%{count} errors prohibited this %{model} from being saved"
|
139
|
+
helpers:
|
140
|
+
select:
|
141
|
+
prompt: Please select
|
142
|
+
submit:
|
143
|
+
create: Create %{model}
|
144
|
+
submit: Save %{model}
|
145
|
+
update: Update %{model}
|
146
|
+
number:
|
147
|
+
currency:
|
148
|
+
format:
|
149
|
+
delimiter: ","
|
150
|
+
format: "%u%n"
|
151
|
+
precision: 2
|
152
|
+
separator: "."
|
153
|
+
significant: false
|
154
|
+
strip_insignificant_zeros: false
|
155
|
+
unit: R
|
156
|
+
format:
|
157
|
+
delimiter: ","
|
158
|
+
precision: 3
|
159
|
+
separator: "."
|
160
|
+
significant: false
|
161
|
+
strip_insignificant_zeros: false
|
162
|
+
human:
|
163
|
+
decimal_units:
|
164
|
+
format: "%n %u"
|
165
|
+
units:
|
166
|
+
billion: Billion
|
167
|
+
million: Million
|
168
|
+
quadrillion: Quadrillion
|
169
|
+
thousand: Thousand
|
170
|
+
trillion: Trillion
|
171
|
+
unit: ''
|
172
|
+
format:
|
173
|
+
delimiter: ''
|
174
|
+
precision: 3
|
175
|
+
significant: true
|
176
|
+
strip_insignificant_zeros: true
|
177
|
+
storage_units:
|
178
|
+
format: "%n %u"
|
179
|
+
units:
|
180
|
+
byte:
|
181
|
+
one: Byte
|
182
|
+
other: Bytes
|
183
|
+
gb: GB
|
184
|
+
kb: KB
|
185
|
+
mb: MB
|
186
|
+
tb: TB
|
187
|
+
percentage:
|
188
|
+
format:
|
189
|
+
delimiter: ''
|
190
|
+
format: "%n%"
|
191
|
+
precision:
|
192
|
+
format:
|
193
|
+
delimiter: ''
|
194
|
+
support:
|
195
|
+
array:
|
196
|
+
last_word_connector: ", and "
|
197
|
+
two_words_connector: " and "
|
198
|
+
words_connector: ", "
|
199
|
+
time:
|
200
|
+
am: am
|
201
|
+
formats:
|
202
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
203
|
+
long: "%B %d, %Y %H:%M"
|
204
|
+
short: "%d %b %H:%M"
|
205
|
+
pm: pm
|
data/rails/locale/en.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ en:
|
|
31
32
|
- Friday
|
32
33
|
- Saturday
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%Y-%m-%d"
|
36
|
+
long: "%B %d, %Y"
|
37
|
+
short: "%b %d"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- January
|
@@ -78,16 +79,16 @@ en:
|
|
78
79
|
other: over %{count} years
|
79
80
|
x_days:
|
80
81
|
one: 1 day
|
81
|
-
other:
|
82
|
+
other: "%{count} days"
|
82
83
|
x_minutes:
|
83
84
|
one: 1 minute
|
84
|
-
other:
|
85
|
+
other: "%{count} minutes"
|
85
86
|
x_months:
|
86
87
|
one: 1 month
|
87
|
-
other:
|
88
|
+
other: "%{count} months"
|
88
89
|
x_seconds:
|
89
90
|
one: 1 second
|
90
|
-
other:
|
91
|
+
other: "%{count} seconds"
|
91
92
|
prompts:
|
92
93
|
day: Day
|
93
94
|
hour: Hour
|
@@ -95,12 +96,13 @@ en:
|
|
95
96
|
month: Month
|
96
97
|
second: Seconds
|
97
98
|
year: Year
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: must be accepted
|
102
103
|
blank: can't be blank
|
103
|
-
|
104
|
+
present: must be blank
|
105
|
+
confirmation: doesn't match %{attribute}
|
104
106
|
empty: can't be empty
|
105
107
|
equal_to: must be equal to %{count}
|
106
108
|
even: must be even
|
@@ -114,7 +116,10 @@ en:
|
|
114
116
|
not_a_number: is not a number
|
115
117
|
not_an_integer: must be an integer
|
116
118
|
odd: must be odd
|
117
|
-
record_invalid:
|
119
|
+
record_invalid: 'Validation failed: %{errors}'
|
120
|
+
restrict_dependent_destroy:
|
121
|
+
one: Cannot delete record because a dependent %{record} exists
|
122
|
+
many: Cannot delete record because dependent %{record} exist
|
118
123
|
taken: has already been taken
|
119
124
|
too_long:
|
120
125
|
one: is too long (maximum is 1 character)
|
@@ -125,11 +130,12 @@ en:
|
|
125
130
|
wrong_length:
|
126
131
|
one: is the wrong length (should be 1 character)
|
127
132
|
other: is the wrong length (should be %{count} characters)
|
133
|
+
other_than: must be other than %{count}
|
128
134
|
template:
|
129
|
-
body:
|
135
|
+
body: 'There were problems with the following fields:'
|
130
136
|
header:
|
131
137
|
one: 1 error prohibited this %{model} from being saved
|
132
|
-
other:
|
138
|
+
other: "%{count} errors prohibited this %{model} from being saved"
|
133
139
|
helpers:
|
134
140
|
select:
|
135
141
|
prompt: Please select
|
@@ -140,22 +146,22 @@ en:
|
|
140
146
|
number:
|
141
147
|
currency:
|
142
148
|
format:
|
143
|
-
delimiter:
|
144
|
-
format:
|
149
|
+
delimiter: ","
|
150
|
+
format: "%u%n"
|
145
151
|
precision: 2
|
146
|
-
separator: .
|
152
|
+
separator: "."
|
147
153
|
significant: false
|
148
154
|
strip_insignificant_zeros: false
|
149
|
-
unit: $
|
155
|
+
unit: "$"
|
150
156
|
format:
|
151
|
-
delimiter:
|
157
|
+
delimiter: ","
|
152
158
|
precision: 3
|
153
|
-
separator: .
|
159
|
+
separator: "."
|
154
160
|
significant: false
|
155
161
|
strip_insignificant_zeros: false
|
156
162
|
human:
|
157
163
|
decimal_units:
|
158
|
-
format:
|
164
|
+
format: "%n %u"
|
159
165
|
units:
|
160
166
|
billion: Billion
|
161
167
|
million: Million
|
@@ -169,7 +175,7 @@ en:
|
|
169
175
|
significant: true
|
170
176
|
strip_insignificant_zeros: true
|
171
177
|
storage_units:
|
172
|
-
format:
|
178
|
+
format: "%n %u"
|
173
179
|
units:
|
174
180
|
byte:
|
175
181
|
one: Byte
|
@@ -181,25 +187,19 @@ en:
|
|
181
187
|
percentage:
|
182
188
|
format:
|
183
189
|
delimiter: ''
|
190
|
+
format: "%n%"
|
184
191
|
precision:
|
185
192
|
format:
|
186
193
|
delimiter: ''
|
187
194
|
support:
|
188
195
|
array:
|
189
|
-
last_word_connector:
|
190
|
-
two_words_connector:
|
191
|
-
words_connector:
|
196
|
+
last_word_connector: ", and "
|
197
|
+
two_words_connector: " and "
|
198
|
+
words_connector: ", "
|
192
199
|
time:
|
193
200
|
am: am
|
194
201
|
formats:
|
195
|
-
default:
|
196
|
-
long:
|
197
|
-
short:
|
202
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
203
|
+
long: "%B %d, %Y %H:%M"
|
204
|
+
short: "%d %b %H:%M"
|
198
205
|
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/eo.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eo:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ eo:
|
|
31
32
|
- vendredo
|
32
33
|
- sabato
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%Y/%m/%d"
|
36
|
+
long: "%e %B %Y"
|
37
|
+
short: "%e %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- januaro
|
@@ -80,16 +81,16 @@ eo:
|
|
80
81
|
other: pli ol %{count} jaroj
|
81
82
|
x_days:
|
82
83
|
one: 1 tago
|
83
|
-
other:
|
84
|
+
other: "%{count} tagoj"
|
84
85
|
x_minutes:
|
85
86
|
one: 1 minuto
|
86
|
-
other:
|
87
|
+
other: "%{count} minutoj"
|
87
88
|
x_months:
|
88
89
|
one: 1 monato
|
89
|
-
other:
|
90
|
+
other: "%{count} monatoj"
|
90
91
|
x_seconds:
|
91
92
|
one: 1 sekundo
|
92
|
-
other:
|
93
|
+
other: "%{count} sekundoj"
|
93
94
|
prompts:
|
94
95
|
day: Tago
|
95
96
|
hour: Horo
|
@@ -97,8 +98,8 @@ eo:
|
|
97
98
|
month: Monato
|
98
99
|
second: Sekundo
|
99
100
|
year: Jaro
|
100
|
-
errors:
|
101
|
-
format:
|
101
|
+
errors:
|
102
|
+
format: "%{attribute} %{message}"
|
102
103
|
messages:
|
103
104
|
accepted: devas esti akceptita
|
104
105
|
blank: devas esti kompletigita
|
@@ -116,16 +117,16 @@ eo:
|
|
116
117
|
not_a_number: ne estas nombro
|
117
118
|
not_an_integer: devas esti entjero
|
118
119
|
odd: devas esti nepara
|
119
|
-
record_invalid:
|
120
|
+
record_invalid: 'Validado malsukcesis: %{errors}'
|
120
121
|
taken: ne estas disponebla
|
121
122
|
too_long: estas tro longa (maksimume %{count} karekteroj)
|
122
123
|
too_short: estas tro mallonga (minimume %{count} karakteroj)
|
123
124
|
wrong_length: ne estas je ĝusta longo (devas enhavi %{count} karakterojn)
|
124
125
|
template:
|
125
|
-
body:
|
126
|
+
body: 'Kontrolu la jenajn kampojn: '
|
126
127
|
header:
|
127
|
-
one:
|
128
|
-
other:
|
128
|
+
one: 'Ne eblas registri tiun %{model}: 1 eraro'
|
129
|
+
other: 'Ne eblas registri tiun %{model}: %{count} eraroj'
|
129
130
|
helpers:
|
130
131
|
select:
|
131
132
|
prompt: Bonvolu elekti
|
@@ -136,22 +137,22 @@ eo:
|
|
136
137
|
number:
|
137
138
|
currency:
|
138
139
|
format:
|
139
|
-
delimiter:
|
140
|
-
format:
|
140
|
+
delimiter: " "
|
141
|
+
format: "%n %u"
|
141
142
|
precision: 2
|
142
|
-
separator:
|
143
|
+
separator: ","
|
143
144
|
significant: false
|
144
145
|
strip_insignificant_zeros: false
|
145
|
-
unit: €
|
146
|
+
unit: "€"
|
146
147
|
format:
|
147
|
-
delimiter:
|
148
|
+
delimiter: " "
|
148
149
|
precision: 3
|
149
|
-
separator:
|
150
|
+
separator: ","
|
150
151
|
significant: false
|
151
152
|
strip_insignificant_zeros: false
|
152
153
|
human:
|
153
154
|
decimal_units:
|
154
|
-
format:
|
155
|
+
format: "%n %u"
|
155
156
|
units:
|
156
157
|
billion: miliardo
|
157
158
|
million: miliono
|
@@ -165,7 +166,7 @@ eo:
|
|
165
166
|
significant: true
|
166
167
|
strip_insignificant_zeros: true
|
167
168
|
storage_units:
|
168
|
-
format:
|
169
|
+
format: "%n %u"
|
169
170
|
units:
|
170
171
|
byte:
|
171
172
|
one: bitoko
|
@@ -182,20 +183,13 @@ eo:
|
|
182
183
|
delimiter: ''
|
183
184
|
support:
|
184
185
|
array:
|
185
|
-
last_word_connector:
|
186
|
-
two_words_connector:
|
187
|
-
words_connector:
|
186
|
+
last_word_connector: " kaj "
|
187
|
+
two_words_connector: " kaj "
|
188
|
+
words_connector: ", "
|
188
189
|
time:
|
189
190
|
am: am
|
190
191
|
formats:
|
191
|
-
default:
|
192
|
-
long:
|
193
|
-
short:
|
192
|
+
default: "%d %B %Y %H:%M:%S"
|
193
|
+
long: "%A %d %B %Y %H:%M"
|
194
|
+
short: "%d %b %H:%M"
|
194
195
|
pm: pm
|
195
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
196
|
-
activemodel:
|
197
|
-
errors:
|
198
|
-
<<: *errors
|
199
|
-
activerecord:
|
200
|
-
errors:
|
201
|
-
<<: *errors
|