rails-i18n 3.0.1 → 4.0.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +0 -33
- data/README.md +17 -15
- data/rails/locale/af.yml +2 -2
- data/rails/locale/ar.yml +2 -2
- data/rails/locale/az.yml +2 -2
- data/rails/locale/bg.yml +3 -3
- data/rails/locale/bn.yml +2 -2
- data/rails/locale/bs.yml +0 -2
- data/rails/locale/ca.yml +2 -2
- data/rails/locale/cs.yml +2 -2
- data/rails/locale/cy.yml +2 -2
- data/rails/locale/da.yml +2 -2
- data/rails/locale/de-AT.yml +2 -2
- data/rails/locale/de-CH.yml +4 -8
- data/rails/locale/de.yml +4 -4
- data/rails/locale/el.yml +2 -2
- data/rails/locale/en-AU.yml +2 -2
- data/rails/locale/en-CA.yml +6 -6
- data/rails/locale/en-GB.yml +2 -2
- data/rails/locale/en-IN.yml +2 -2
- data/rails/locale/en-NZ.yml +2 -2
- data/rails/locale/en.yml +8 -3
- data/rails/locale/eo.yml +2 -2
- data/rails/locale/es-AR.yml +4 -4
- data/rails/locale/es-CL.yml +2 -2
- data/rails/locale/es-CO.yml +2 -2
- data/rails/locale/es-MX.yml +2 -2
- data/rails/locale/es-PE.yml +2 -2
- data/rails/locale/es.yml +2 -2
- data/rails/locale/et.yml +2 -2
- data/rails/locale/eu.yml +2 -2
- data/rails/locale/fa.yml +2 -2
- data/rails/locale/fi.yml +2 -2
- data/rails/locale/fr-CA.yml +2 -2
- data/rails/locale/fr-CH.yml +3 -3
- data/rails/locale/fr.yml +136 -129
- data/rails/locale/gl.yml +2 -2
- data/rails/locale/he.yml +2 -2
- data/rails/locale/hi-IN.yml +2 -2
- data/rails/locale/hi.yml +2 -2
- data/rails/locale/hr.yml +2 -2
- data/rails/locale/hu.yml +25 -25
- data/rails/locale/id.yml +2 -2
- data/rails/locale/it-CH.yml +2 -2
- data/rails/locale/it.yml +3 -3
- data/rails/locale/ja.yml +10 -5
- data/rails/locale/kn.yml +2 -2
- data/rails/locale/ko.yml +2 -2
- data/rails/locale/lo.yml +2 -2
- data/rails/locale/lt.yml +2 -2
- data/rails/locale/lv.yml +2 -2
- data/rails/locale/mk.yml +2 -2
- data/rails/locale/nb.yml +2 -2
- data/rails/locale/ne.yml +3 -3
- data/rails/locale/nl.yml +2 -2
- data/rails/locale/nn.yml +2 -2
- data/rails/locale/pl.yml +3 -3
- data/rails/locale/pt-BR.yml +7 -2
- data/rails/locale/pt.yml +2 -2
- data/rails/locale/rm.yml +2 -2
- data/rails/locale/ro.yml +6 -6
- data/rails/locale/ru.yml +8 -8
- data/rails/locale/sk.yml +2 -2
- data/rails/locale/sl.yml +2 -2
- data/rails/locale/sr.yml +2 -2
- data/rails/locale/sv.yml +4 -4
- data/rails/locale/sw.yml +2 -2
- data/rails/locale/th.yml +2 -2
- data/rails/locale/uk.yml +4 -4
- data/rails/locale/uz.yml +2 -2
- data/rails/locale/vi.yml +3 -3
- data/rails/locale/zh-CN.yml +2 -2
- data/rails/locale/zh-HK.yml +3 -9
- data/rails/locale/zh-TW.yml +5 -3
- metadata +28 -29
- checksums.yaml +0 -7
- data/rails/locale/en-IE.yml +0 -205
- data/rails/locale/en-US.yml +0 -205
- data/rails/locale/es-CR.yml +0 -205
- data/rails/transliteration/de.yml +0 -11
- data/rails/transliteration/fr.yml +0 -36
- data/rails/transliteration/ro.yml +0 -14
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0.pre
|
5
|
+
prerelease: 6
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Rails I18n Group
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2013-07-05 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: i18n
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ~>
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -27,54 +30,55 @@ dependencies:
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: rails
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
|
-
- - '
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0.0
|
34
|
-
- - <
|
35
|
+
- - '='
|
35
36
|
- !ruby/object:Gem::Version
|
36
37
|
version: 4.0.0
|
37
|
-
type: :
|
38
|
+
type: :development
|
38
39
|
prerelease: false
|
39
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
40
42
|
requirements:
|
41
|
-
- - '
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: 3.0.0
|
44
|
-
- - <
|
43
|
+
- - '='
|
45
44
|
- !ruby/object:Gem::Version
|
46
45
|
version: 4.0.0
|
47
46
|
- !ruby/object:Gem::Dependency
|
48
47
|
name: rspec-rails
|
49
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 2.
|
53
|
+
version: 2.13.2
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
57
58
|
requirements:
|
58
59
|
- - '='
|
59
60
|
- !ruby/object:Gem::Version
|
60
|
-
version: 2.
|
61
|
+
version: 2.13.2
|
61
62
|
- !ruby/object:Gem::Dependency
|
62
63
|
name: i18n-spec
|
63
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
64
66
|
requirements:
|
65
67
|
- - '='
|
66
68
|
- !ruby/object:Gem::Version
|
67
|
-
version: 0.
|
69
|
+
version: 0.4.0
|
68
70
|
type: :development
|
69
71
|
prerelease: false
|
70
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
71
74
|
requirements:
|
72
75
|
- - '='
|
73
76
|
- !ruby/object:Gem::Version
|
74
|
-
version: 0.
|
77
|
+
version: 0.4.0
|
75
78
|
- !ruby/object:Gem::Dependency
|
76
79
|
name: spork
|
77
80
|
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
78
82
|
requirements:
|
79
83
|
- - '='
|
80
84
|
- !ruby/object:Gem::Version
|
@@ -82,6 +86,7 @@ dependencies:
|
|
82
86
|
type: :development
|
83
87
|
prerelease: false
|
84
88
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
85
90
|
requirements:
|
86
91
|
- - '='
|
87
92
|
- !ruby/object:Gem::Version
|
@@ -123,7 +128,6 @@ files:
|
|
123
128
|
- rails/locale/uk.yml
|
124
129
|
- rails/locale/bn.yml
|
125
130
|
- rails/locale/fr-CA.yml
|
126
|
-
- rails/locale/en-US.yml
|
127
131
|
- rails/locale/ne.yml
|
128
132
|
- rails/locale/sw.yml
|
129
133
|
- rails/locale/id.yml
|
@@ -149,7 +153,6 @@ files:
|
|
149
153
|
- rails/locale/ja.yml
|
150
154
|
- rails/locale/es.yml
|
151
155
|
- rails/locale/bg.yml
|
152
|
-
- rails/locale/es-CR.yml
|
153
156
|
- rails/locale/hr.yml
|
154
157
|
- rails/locale/es-AR.yml
|
155
158
|
- rails/locale/bs.yml
|
@@ -173,7 +176,6 @@ files:
|
|
173
176
|
- rails/locale/hi-IN.yml
|
174
177
|
- rails/locale/tr.yml
|
175
178
|
- rails/locale/ar.yml
|
176
|
-
- rails/locale/en-IE.yml
|
177
179
|
- rails/locale/fi.yml
|
178
180
|
- rails/locale/es-CO.yml
|
179
181
|
- rails/locale/zh-CN.yml
|
@@ -319,38 +321,35 @@ files:
|
|
319
321
|
- rails/pluralization/es-CL.rb
|
320
322
|
- rails/transliteration/ru.rb
|
321
323
|
- rails/transliteration/pl.yml
|
322
|
-
- rails/transliteration/ro.yml
|
323
324
|
- rails/transliteration/vi.yml
|
324
325
|
- rails/transliteration/bg.yml
|
325
326
|
- rails/transliteration/uk.rb
|
326
|
-
- rails/transliteration/fr.yml
|
327
|
-
- rails/transliteration/de.yml
|
328
327
|
- rails/transliteration/hu.yml
|
329
328
|
- README.md
|
330
329
|
- CHANGELOG.md
|
331
330
|
- MIT-LICENSE.txt
|
332
331
|
homepage: http://github.com/svenfuchs/rails-i18n
|
333
|
-
licenses:
|
334
|
-
- MIT
|
335
|
-
metadata: {}
|
332
|
+
licenses: []
|
336
333
|
post_install_message:
|
337
334
|
rdoc_options: []
|
338
335
|
require_paths:
|
339
336
|
- lib
|
340
337
|
required_ruby_version: !ruby/object:Gem::Requirement
|
338
|
+
none: false
|
341
339
|
requirements:
|
342
|
-
- - '>='
|
340
|
+
- - ! '>='
|
343
341
|
- !ruby/object:Gem::Version
|
344
342
|
version: '0'
|
345
343
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
344
|
+
none: false
|
346
345
|
requirements:
|
347
|
-
- - '>='
|
346
|
+
- - ! '>='
|
348
347
|
- !ruby/object:Gem::Version
|
349
348
|
version: 1.3.5
|
350
349
|
requirements: []
|
351
|
-
rubyforge_project: '[none]'
|
352
|
-
rubygems_version:
|
350
|
+
rubyforge_project: ! '[none]'
|
351
|
+
rubygems_version: 1.8.24
|
353
352
|
signing_key:
|
354
|
-
specification_version:
|
353
|
+
specification_version: 3
|
355
354
|
summary: Common locale data and translations for Rails i18n.
|
356
355
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 11033503ac04c4f0b41347148f0ed2dd3a28dbc7
|
4
|
-
data.tar.gz: af43403664beac60339f2c3450308b5296b1d696
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: f4d7d911fb526ca26b04f873ded317971c3dd3db574a9c2152c9f8a6901c2c3cc7d0dc5424693c6b261d8afd2fd79fd5e3d3833ff238bf9d27e897250f82d977
|
7
|
-
data.tar.gz: 49520a1382a40ba40195879f07678f976540ec8a69811e4b75831e6b0005d157223657986bb0d80e7aeb3c98b82a7ecd1148ecf915ae4f5e5f3446e27a1db311
|
data/rails/locale/en-IE.yml
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
en-IE:
|
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: ! '%d-%m-%Y'
|
35
|
-
long: ! '%d %B, %Y'
|
36
|
-
short: ! '%d %b'
|
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
|
-
- :day
|
53
|
-
- :month
|
54
|
-
- :year
|
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: ! '%d %B, %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/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: ! '%m-%d-%Y'
|
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
|
-
- :month
|
53
|
-
- :day
|
54
|
-
- :year
|
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 %{attribute}"
|
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 %I:%M:%S %p %Z'
|
196
|
-
long: ! '%B %d, %Y %I:%M %p'
|
197
|
-
short: ! '%d %b %I:%M %p'
|
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
|