rails-i18n 0.3.1 → 0.4.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.
Files changed (76) hide show
  1. data/README.md +109 -7
  2. data/rails/locale/ar.yml +173 -205
  3. data/rails/locale/az.yml +172 -202
  4. data/rails/locale/bg.yml +172 -212
  5. data/rails/locale/bn-IN.yml +158 -222
  6. data/rails/locale/bs.yml +214 -230
  7. data/rails/locale/ca.yml +172 -232
  8. data/rails/locale/cs.yml +167 -189
  9. data/rails/locale/csb.yml +183 -213
  10. data/rails/locale/cy.yml +172 -201
  11. data/rails/locale/da.yml +172 -216
  12. data/rails/locale/de-AT.yml +167 -192
  13. data/rails/locale/de-CH.yml +167 -192
  14. data/rails/locale/de.yml +167 -194
  15. data/rails/locale/dsb.yml +185 -208
  16. data/rails/locale/el.yml +164 -193
  17. data/rails/locale/en-AU.yml +179 -208
  18. data/rails/locale/en-GB.yml +179 -208
  19. data/rails/locale/en-IN.yml +166 -221
  20. data/rails/locale/en-US.yml +179 -204
  21. data/rails/locale/eo.yml +166 -188
  22. data/rails/locale/es-AR.yml +175 -197
  23. data/rails/locale/es-CL.yml +172 -203
  24. data/rails/locale/es-CO.yml +175 -198
  25. data/rails/locale/es-MX.yml +175 -204
  26. data/rails/locale/es-PE.yml +152 -169
  27. data/rails/locale/es.yml +173 -206
  28. data/rails/locale/et.yml +172 -203
  29. data/rails/locale/eu.yml +173 -206
  30. data/rails/locale/fa.yml +173 -203
  31. data/rails/locale/fi.yml +172 -206
  32. data/rails/locale/fr-CA.yml +172 -199
  33. data/rails/locale/fr-CH.yml +172 -196
  34. data/rails/locale/fr.yml +172 -196
  35. data/rails/locale/fur.yml +175 -208
  36. data/rails/locale/gl-ES.yml +153 -197
  37. data/rails/locale/gsw-CH.yml +164 -190
  38. data/rails/locale/he.yml +175 -205
  39. data/rails/locale/hi-IN.yml +172 -201
  40. data/rails/locale/hi.yml +172 -201
  41. data/rails/locale/hr.yml +141 -157
  42. data/rails/locale/hsb.yml +184 -212
  43. data/rails/locale/hu.yml +173 -198
  44. data/rails/locale/id.yml +164 -228
  45. data/rails/locale/is.yml +180 -210
  46. data/rails/locale/it.yml +181 -219
  47. data/rails/locale/ja.yml +172 -208
  48. data/rails/locale/kn.yml +172 -202
  49. data/rails/locale/ko.yml +171 -207
  50. data/rails/locale/lo.yml +162 -213
  51. data/rails/locale/lt.yml +158 -181
  52. data/rails/locale/lv.yml +164 -193
  53. data/rails/locale/mk.yml +141 -157
  54. data/rails/locale/mn.yml +162 -193
  55. data/rails/locale/nb.yml +174 -194
  56. data/rails/locale/nl.yml +172 -203
  57. data/rails/locale/nn.yml +130 -139
  58. data/rails/locale/pl.yml +183 -215
  59. data/rails/locale/pt-BR.yml +180 -213
  60. data/rails/locale/pt-PT.yml +180 -211
  61. data/rails/locale/rm.yml +147 -167
  62. data/rails/locale/ro.yml +172 -192
  63. data/rails/locale/ru.yml +229 -281
  64. data/rails/locale/sk.yml +174 -210
  65. data/rails/locale/sl.yml +195 -242
  66. data/rails/locale/sr-Latn.yml +141 -157
  67. data/rails/locale/sr.yml +141 -157
  68. data/rails/locale/sv-SE.yml +176 -257
  69. data/rails/locale/sw.yml +170 -203
  70. data/rails/locale/th.yml +147 -179
  71. data/rails/locale/tr.yml +144 -162
  72. data/rails/locale/uk.yml +233 -299
  73. data/rails/locale/vi.yml +159 -212
  74. data/rails/locale/zh-CN.yml +164 -185
  75. data/rails/locale/zh-TW.yml +164 -186
  76. metadata +77 -102
@@ -1,227 +1,198 @@
1
- # Australian English translations for Ruby on Rails
2
-
3
- "en-AU":
1
+ en-AU:
4
2
  date:
5
- formats:
6
- default: "%d-%m-%Y"
7
- short: "%b %d"
8
- long: "%B %d, %Y"
9
-
10
- day_names:
11
- - Sunday
12
- - Monday
13
- - Tuesday
14
- - Wednesday
15
- - Thursday
16
- - Friday
17
- - Saturday
18
3
  abbr_day_names:
19
- - Sun
20
- - Mon
21
- - Tue
22
- - Wed
23
- - Thu
24
- - Fri
25
- - Sat
26
-
27
- month_names:
28
- - ~
29
- - January
30
- - February
31
- - March
32
- - April
33
- - May
34
- - June
35
- - July
36
- - August
37
- - September
38
- - October
39
- - November
40
- - December
4
+ - Sun
5
+ - Mon
6
+ - Tue
7
+ - Wed
8
+ - Thu
9
+ - Fri
10
+ - Sat
41
11
  abbr_month_names:
42
- - ~
43
- - Jan
44
- - Feb
45
- - Mar
46
- - Apr
47
- - May
48
- - Jun
49
- - Jul
50
- - Aug
51
- - Sep
52
- - Oct
53
- - Nov
54
- - Dec
55
- order:
56
- - :year
57
- - :month
58
- - :day
59
-
60
- time:
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
61
33
  formats:
62
- default: "%a, %d %b %Y %H:%M:%S %z"
63
- short: "%d %b %H:%M"
64
- long: "%B %d, %Y %H:%M"
65
- am: "am"
66
- pm: "pm"
67
-
68
- support:
69
- array:
70
- words_connector: ", "
71
- two_words_connector: " and "
72
- last_word_connector: ", and "
73
-
34
+ default: ! '%d-%m-%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
+ - :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:
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:
74
134
  select:
75
- prompt: "Please select"
76
-
135
+ prompt: Please select
136
+ submit:
137
+ create: Create %{model}
138
+ submit: Save %{model}
139
+ update: Update %{model}
77
140
  number:
78
- format:
79
- separator: "."
80
- delimiter: ","
81
- precision: 3
82
- significant: false
83
- strip_insignificant_zeros: false
84
-
85
141
  currency:
86
142
  format:
87
- format: "%u%n"
88
- unit: "$"
89
- separator: "."
90
- delimiter: ","
143
+ delimiter: ! ','
144
+ format: ! '%u%n'
91
145
  precision: 2
146
+ separator: .
92
147
  significant: false
93
148
  strip_insignificant_zeros: false
94
-
95
- percentage:
96
- format:
97
- delimiter: ""
98
-
99
- precision:
100
- format:
101
- delimiter: ""
102
-
149
+ unit: $
150
+ format:
151
+ delimiter: ! ','
152
+ precision: 3
153
+ separator: .
154
+ significant: false
155
+ strip_insignificant_zeros: false
103
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: ''
104
166
  format:
105
- delimiter: ""
167
+ delimiter: ''
106
168
  precision: 3
107
169
  significant: true
108
170
  strip_insignificant_zeros: true
109
171
  storage_units:
110
- format: "%n %u"
172
+ format: ! '%n %u'
111
173
  units:
112
174
  byte:
113
- one: "Byte"
114
- other: "Bytes"
115
- kb: "KB"
116
- mb: "MB"
117
- gb: "GB"
118
- tb: "TB"
119
- decimal_units:
120
- format: "%n %u"
121
- units:
122
- unit: ""
123
- thousand: Thousand
124
- million: Million
125
- billion: Billion
126
- trillion: Trillion
127
- quadrillion: Quadrillion
128
-
129
- datetime:
130
- distance_in_words:
131
- half_a_minute: "half a minute"
132
- less_than_x_seconds:
133
- one: "less than 1 second"
134
- other: "less than %{count} seconds"
135
- x_seconds:
136
- one: "1 second"
137
- other: "%{count} seconds"
138
- less_than_x_minutes:
139
- one: "less than a minute"
140
- other: "less than %{count} minutes"
141
- x_minutes:
142
- one: "1 minute"
143
- other: "%{count} minutes"
144
- about_x_hours:
145
- one: "about 1 hour"
146
- other: "about %{count} hours"
147
- x_days:
148
- one: "1 day"
149
- other: "%{count} days"
150
- about_x_months:
151
- one: "about 1 month"
152
- other: "about %{count} months"
153
- x_months:
154
- one: "1 month"
155
- other: "%{count} months"
156
- about_x_years:
157
- one: "about 1 year"
158
- other: "about %{count} years"
159
- over_x_years:
160
- one: "over 1 year"
161
- other: "over %{count} years"
162
- almost_x_years:
163
- one: "almost 1 year"
164
- other: "almost %{count} years"
165
- prompts:
166
- year: "Year"
167
- month: "Month"
168
- day: "Day"
169
- hour: "Hour"
170
- minute: "Minute"
171
- second: "Seconds"
172
-
173
- helpers:
174
- select:
175
- prompt: "Please select"
176
-
177
- submit:
178
- create: 'Create %{model}'
179
- update: 'Update %{model}'
180
- submit: 'Save %{model}'
181
-
182
- errors:
183
- format: "%{attribute} %{message}"
184
-
185
- messages: &errors_messages
186
- inclusion: "is not included in the list"
187
- exclusion: "is reserved"
188
- invalid: "is invalid"
189
- confirmation: "doesn't match confirmation"
190
- accepted: "must be accepted"
191
- empty: "can't be empty"
192
- blank: "can't be blank"
193
- too_long:
194
- one: "is too long (maximum is 1 character)"
195
- other: "is too long (maximum is %{count} characters)"
196
- too_short:
197
- one: "is too short (minimum is 1 character)"
198
- other: "is too short (minimum is %{count} characters)"
199
- wrong_length:
200
- one: "is the wrong length (should be 1 character)"
201
- other: "is the wrong length (should be %{count} characters)"
202
- not_a_number: "is not a number"
203
- not_an_integer: "must be an integer"
204
- greater_than: "must be greater than %{count}"
205
- greater_than_or_equal_to: "must be greater than or equal to %{count}"
206
- equal_to: "must be equal to %{count}"
207
- less_than: "must be less than %{count}"
208
- less_than_or_equal_to: "must be less than or equal to %{count}"
209
- odd: "must be odd"
210
- even: "must be even"
211
- taken: "has already been taken"
212
- record_invalid: "Validation failed: %{errors}"
213
- template: &errors_template
214
- header:
215
- one: "1 error prohibited this %{model} from being saved"
216
- other: "%{count} errors prohibited this %{model} from being saved"
217
- body: "There were problems with the following fields:"
218
-
219
- activerecord:
220
- errors:
221
- messages:
222
- <<: *errors_messages
223
- template:
224
- <<: *errors_template
225
-
226
- full_messages:
227
- format: "%{attribute} %{message}"
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
@@ -1,227 +1,198 @@
1
- # GB English translations for Ruby on Rails
2
-
3
- "en-GB":
1
+ en-GB:
4
2
  date:
5
- formats:
6
- default: "%d-%m-%Y"
7
- short: "%d %b"
8
- long: "%d %B, %Y"
9
-
10
- day_names:
11
- - Sunday
12
- - Monday
13
- - Tuesday
14
- - Wednesday
15
- - Thursday
16
- - Friday
17
- - Saturday
18
3
  abbr_day_names:
19
- - Sun
20
- - Mon
21
- - Tue
22
- - Wed
23
- - Thu
24
- - Fri
25
- - Sat
26
-
27
- month_names:
28
- - ~
29
- - January
30
- - February
31
- - March
32
- - April
33
- - May
34
- - June
35
- - July
36
- - August
37
- - September
38
- - October
39
- - November
40
- - December
4
+ - Sun
5
+ - Mon
6
+ - Tue
7
+ - Wed
8
+ - Thu
9
+ - Fri
10
+ - Sat
41
11
  abbr_month_names:
42
- - ~
43
- - Jan
44
- - Feb
45
- - Mar
46
- - Apr
47
- - May
48
- - Jun
49
- - Jul
50
- - Aug
51
- - Sep
52
- - Oct
53
- - Nov
54
- - Dec
55
- order:
56
- - :day
57
- - :month
58
- - :year
59
-
60
- time:
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
61
33
  formats:
62
- default: "%a, %d %b %Y %H:%M:%S %z"
63
- short: "%d %b %H:%M"
64
- long: "%d %B, %Y %H:%M"
65
- am: "am"
66
- pm: "pm"
67
-
68
- support:
69
- array:
70
- words_connector: ", "
71
- two_words_connector: " and "
72
- last_word_connector: ", and "
73
-
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:
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:
74
134
  select:
75
- prompt: "Please select"
76
-
135
+ prompt: Please select
136
+ submit:
137
+ create: Create %{model}
138
+ submit: Save %{model}
139
+ update: Update %{model}
77
140
  number:
78
- format:
79
- separator: "."
80
- delimiter: ","
81
- precision: 3
82
- significant: false
83
- strip_insignificant_zeros: false
84
-
85
141
  currency:
86
142
  format:
87
- format: "%u%n"
88
- unit: "£"
89
- separator: "."
90
- delimiter: ","
143
+ delimiter: ! ','
144
+ format: ! '%u%n'
91
145
  precision: 2
146
+ separator: .
92
147
  significant: false
93
148
  strip_insignificant_zeros: false
94
-
95
- percentage:
96
- format:
97
- delimiter: ""
98
-
99
- precision:
100
- format:
101
- delimiter: ""
102
-
149
+ unit: £
150
+ format:
151
+ delimiter: ! ','
152
+ precision: 3
153
+ separator: .
154
+ significant: false
155
+ strip_insignificant_zeros: false
103
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: ''
104
166
  format:
105
- delimiter: ""
167
+ delimiter: ''
106
168
  precision: 3
107
169
  significant: true
108
170
  strip_insignificant_zeros: true
109
171
  storage_units:
110
- format: "%n %u"
172
+ format: ! '%n %u'
111
173
  units:
112
174
  byte:
113
- one: "Byte"
114
- other: "Bytes"
115
- kb: "KB"
116
- mb: "MB"
117
- gb: "GB"
118
- tb: "TB"
119
- decimal_units:
120
- format: "%n %u"
121
- units:
122
- unit: ""
123
- thousand: Thousand
124
- million: Million
125
- billion: Billion
126
- trillion: Trillion
127
- quadrillion: Quadrillion
128
-
129
- datetime:
130
- distance_in_words:
131
- half_a_minute: "half a minute"
132
- less_than_x_seconds:
133
- one: "less than 1 second"
134
- other: "less than %{count} seconds"
135
- x_seconds:
136
- one: "1 second"
137
- other: "%{count} seconds"
138
- less_than_x_minutes:
139
- one: "less than a minute"
140
- other: "less than %{count} minutes"
141
- x_minutes:
142
- one: "1 minute"
143
- other: "%{count} minutes"
144
- about_x_hours:
145
- one: "about 1 hour"
146
- other: "about %{count} hours"
147
- x_days:
148
- one: "1 day"
149
- other: "%{count} days"
150
- about_x_months:
151
- one: "about 1 month"
152
- other: "about %{count} months"
153
- x_months:
154
- one: "1 month"
155
- other: "%{count} months"
156
- about_x_years:
157
- one: "about 1 year"
158
- other: "about %{count} years"
159
- over_x_years:
160
- one: "over 1 year"
161
- other: "over %{count} years"
162
- almost_x_years:
163
- one: "almost 1 year"
164
- other: "almost %{count} years"
165
- prompts:
166
- year: "Year"
167
- month: "Month"
168
- day: "Day"
169
- hour: "Hour"
170
- minute: "Minute"
171
- second: "Seconds"
172
-
173
- helpers:
174
- select:
175
- prompt: "Please select"
176
-
177
- submit:
178
- create: 'Create %{model}'
179
- update: 'Update %{model}'
180
- submit: 'Save %{model}'
181
-
182
- errors:
183
- format: "%{attribute} %{message}"
184
-
185
- messages: &errors_messages
186
- inclusion: "is not included in the list"
187
- exclusion: "is reserved"
188
- invalid: "is invalid"
189
- confirmation: "doesn't match confirmation"
190
- accepted: "must be accepted"
191
- empty: "can't be empty"
192
- blank: "can't be blank"
193
- too_long:
194
- one: "is too long (maximum is 1 character)"
195
- other: "is too long (maximum is %{count} characters)"
196
- too_short:
197
- one: "is too short (minimum is 1 character)"
198
- other: "is too short (minimum is %{count} characters)"
199
- wrong_length:
200
- one: "is the wrong length (should be 1 character)"
201
- other: "is the wrong length (should be %{count} characters)"
202
- not_a_number: "is not a number"
203
- not_an_integer: "must be an integer"
204
- greater_than: "must be greater than %{count}"
205
- greater_than_or_equal_to: "must be greater than or equal to %{count}"
206
- equal_to: "must be equal to %{count}"
207
- less_than: "must be less than %{count}"
208
- less_than_or_equal_to: "must be less than or equal to %{count}"
209
- odd: "must be odd"
210
- even: "must be even"
211
- taken: "has already been taken"
212
- record_invalid: "Validation failed: %{errors}"
213
- template: &errors_template
214
- header:
215
- one: "1 error prohibited this %{model} from being saved"
216
- other: "%{count} errors prohibited this %{model} from being saved"
217
- body: "There were problems with the following fields:"
218
-
219
- activerecord:
220
- errors:
221
- messages:
222
- <<: *errors_messages
223
- template:
224
- <<: *errors_template
225
-
226
- full_messages:
227
- format: "%{attribute} %{message}"
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