rails-i18n 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +2 -1
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +5 -4
  5. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  6. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  7. data/rails/locale/af.yml +27 -29
  8. data/rails/locale/ar.yml +92 -91
  9. data/rails/locale/az.yml +37 -36
  10. data/rails/locale/be.yml +205 -0
  11. data/rails/locale/bg.yml +28 -27
  12. data/rails/locale/bn.yml +36 -35
  13. data/rails/locale/bs.yml +42 -41
  14. data/rails/locale/ca.yml +27 -26
  15. data/rails/locale/cs.yml +33 -32
  16. data/rails/locale/cy.yml +43 -42
  17. data/rails/locale/da.yml +30 -29
  18. data/rails/locale/de-AT.yml +40 -32
  19. data/rails/locale/de-CH.yml +38 -33
  20. data/rails/locale/de.yml +40 -35
  21. data/rails/locale/el.yml +28 -27
  22. data/rails/locale/en-AU.yml +29 -28
  23. data/rails/locale/en-CA.yml +29 -37
  24. data/rails/locale/en-GB.yml +29 -28
  25. data/rails/locale/en-IE.yml +29 -28
  26. data/rails/locale/en-IN.yml +29 -28
  27. data/rails/locale/en-NZ.yml +29 -28
  28. data/rails/locale/en-US.yml +32 -31
  29. data/rails/locale/en-ZA.yml +31 -30
  30. data/rails/locale/en.yml +32 -31
  31. data/rails/locale/eo.yml +29 -28
  32. data/rails/locale/es-419.yml +33 -41
  33. data/rails/locale/es-AR.yml +33 -32
  34. data/rails/locale/es-CL.yml +28 -27
  35. data/rails/locale/es-CO.yml +33 -32
  36. data/rails/locale/es-CR.yml +33 -32
  37. data/rails/locale/es-EC.yml +31 -30
  38. data/rails/locale/es-MX.yml +36 -35
  39. data/rails/locale/es-PA.yml +30 -29
  40. data/rails/locale/es-PE.yml +29 -28
  41. data/rails/locale/es-US.yml +33 -32
  42. data/rails/locale/es-VE.yml +33 -32
  43. data/rails/locale/es.yml +28 -27
  44. data/rails/locale/et.yml +32 -31
  45. data/rails/locale/eu.yml +42 -41
  46. data/rails/locale/fa.yml +30 -29
  47. data/rails/locale/fi.yml +28 -27
  48. data/rails/locale/fr-CA.yml +29 -28
  49. data/rails/locale/fr-CH.yml +28 -27
  50. data/rails/locale/fr.yml +128 -135
  51. data/rails/locale/gl.yml +33 -32
  52. data/rails/locale/he.yml +35 -34
  53. data/rails/locale/hi-IN.yml +36 -35
  54. data/rails/locale/hi.yml +38 -37
  55. data/rails/locale/hr.yml +45 -44
  56. data/rails/locale/hu.yml +28 -27
  57. data/rails/locale/id.yml +28 -27
  58. data/rails/locale/is.yml +29 -28
  59. data/rails/locale/it-CH.yml +28 -27
  60. data/rails/locale/it.yml +40 -39
  61. data/rails/locale/ja.yml +29 -28
  62. data/rails/locale/km.yml +46 -5
  63. data/rails/locale/kn.yml +39 -38
  64. data/rails/locale/ko.yml +30 -29
  65. data/rails/locale/lo.yml +70 -69
  66. data/rails/locale/lt.yml +44 -43
  67. data/rails/locale/lv.yml +35 -34
  68. data/rails/locale/mk.yml +33 -32
  69. data/rails/locale/mn.yml +51 -50
  70. data/rails/locale/ms.yml +25 -26
  71. data/rails/locale/nb.yml +30 -29
  72. data/rails/locale/ne.yml +39 -38
  73. data/rails/locale/nl.yml +39 -38
  74. data/rails/locale/nn.yml +29 -28
  75. data/rails/locale/or.yml +40 -39
  76. data/rails/locale/pl.yml +69 -50
  77. data/rails/locale/pt-BR.yml +37 -34
  78. data/rails/locale/pt.yml +29 -28
  79. data/rails/locale/rm.yml +47 -46
  80. data/rails/locale/ro.yml +34 -33
  81. data/rails/locale/ru.yml +47 -46
  82. data/rails/locale/sk.yml +36 -34
  83. data/rails/locale/sl.yml +32 -31
  84. data/rails/locale/sr.yml +45 -44
  85. data/rails/locale/sv.yml +28 -27
  86. data/rails/locale/sw.yml +25 -24
  87. data/rails/locale/ta.yml +43 -42
  88. data/rails/locale/th.yml +26 -25
  89. data/rails/locale/tl.yml +90 -115
  90. data/rails/locale/tr.yml +44 -43
  91. data/rails/locale/tt.yml +215 -0
  92. data/rails/locale/uk.yml +43 -42
  93. data/rails/locale/ur.yml +48 -46
  94. data/rails/locale/uz.yml +60 -59
  95. data/rails/locale/vi.yml +30 -29
  96. data/rails/locale/wo.yml +29 -28
  97. data/rails/locale/zh-CN.yml +37 -36
  98. data/rails/locale/zh-HK.yml +51 -50
  99. data/rails/locale/zh-TW.yml +39 -38
  100. data/rails/locale/zh-YUE.yml +49 -48
  101. data/rails/pluralization/ar.rb +1 -0
  102. data/rails/pluralization/br.rb +1 -0
  103. data/rails/pluralization/gv.rb +1 -0
  104. data/rails/pluralization/hsb.rb +1 -0
  105. data/rails/pluralization/lag.rb +1 -0
  106. data/rails/pluralization/lt.rb +1 -0
  107. data/rails/pluralization/lv.rb +1 -0
  108. data/rails/pluralization/mk.rb +1 -0
  109. data/rails/pluralization/mt.rb +1 -0
  110. data/rails/pluralization/pl.rb +1 -0
  111. data/rails/pluralization/sl.rb +1 -0
  112. data/rails/transliteration/ru.rb +2 -0
  113. data/rails/transliteration/uk.rb +3 -1
  114. metadata +5 -9
@@ -1,3 +1,4 @@
1
+ ---
1
2
  en-ZA:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ en-ZA:
9
10
  - Fri
10
11
  - Sat
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Jan
14
15
  - Feb
15
16
  - Mar
@@ -31,11 +32,11 @@ en-ZA:
31
32
  - Friday
32
33
  - Saturday
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%B %d, %Y'
36
- short: ! '%b %d'
35
+ default: "%Y-%m-%d"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
37
38
  month_names:
38
- -
39
+ -
39
40
  - January
40
41
  - February
41
42
  - March
@@ -78,16 +79,16 @@ en-ZA:
78
79
  other: over %{count} years
79
80
  x_days:
80
81
  one: 1 day
81
- other: ! '%{count} days'
82
+ other: "%{count} days"
82
83
  x_minutes:
83
84
  one: 1 minute
84
- other: ! '%{count} minutes'
85
+ other: "%{count} minutes"
85
86
  x_months:
86
87
  one: 1 month
87
- other: ! '%{count} months'
88
+ other: "%{count} months"
88
89
  x_seconds:
89
90
  one: 1 second
90
- other: ! '%{count} seconds'
91
+ other: "%{count} seconds"
91
92
  prompts:
92
93
  day: Day
93
94
  hour: Hour
@@ -96,12 +97,12 @@ en-ZA:
96
97
  second: Seconds
97
98
  year: Year
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
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
104
- confirmation: ! "doesn't match %{attribute}"
105
+ confirmation: doesn't match %{attribute}
105
106
  empty: can't be empty
106
107
  equal_to: must be equal to %{count}
107
108
  even: must be even
@@ -115,10 +116,10 @@ en-ZA:
115
116
  not_a_number: is not a number
116
117
  not_an_integer: must be an integer
117
118
  odd: must be odd
118
- record_invalid: ! 'Validation failed: %{errors}'
119
+ record_invalid: 'Validation failed: %{errors}'
119
120
  restrict_dependent_destroy:
120
- one: "Cannot delete record because a dependent %{record} exists"
121
- many: "Cannot delete record because dependent %{record} exist"
121
+ one: Cannot delete record because a dependent %{record} exists
122
+ many: Cannot delete record because dependent %{record} exist
122
123
  taken: has already been taken
123
124
  too_long:
124
125
  one: is too long (maximum is 1 character)
@@ -129,12 +130,12 @@ en-ZA:
129
130
  wrong_length:
130
131
  one: is the wrong length (should be 1 character)
131
132
  other: is the wrong length (should be %{count} characters)
132
- other_than: "must be other than %{count}"
133
+ other_than: must be other than %{count}
133
134
  template:
134
- body: ! 'There were problems with the following fields:'
135
+ body: 'There were problems with the following fields:'
135
136
  header:
136
137
  one: 1 error prohibited this %{model} from being saved
137
- other: ! '%{count} errors prohibited this %{model} from being saved'
138
+ other: "%{count} errors prohibited this %{model} from being saved"
138
139
  helpers:
139
140
  select:
140
141
  prompt: Please select
@@ -145,22 +146,22 @@ en-ZA:
145
146
  number:
146
147
  currency:
147
148
  format:
148
- delimiter: ! ','
149
- format: ! '%u%n'
149
+ delimiter: ","
150
+ format: "%u%n"
150
151
  precision: 2
151
- separator: .
152
+ separator: "."
152
153
  significant: false
153
154
  strip_insignificant_zeros: false
154
155
  unit: R
155
156
  format:
156
- delimiter: ! ','
157
+ delimiter: ","
157
158
  precision: 3
158
- separator: .
159
+ separator: "."
159
160
  significant: false
160
161
  strip_insignificant_zeros: false
161
162
  human:
162
163
  decimal_units:
163
- format: ! '%n %u'
164
+ format: "%n %u"
164
165
  units:
165
166
  billion: Billion
166
167
  million: Million
@@ -174,7 +175,7 @@ en-ZA:
174
175
  significant: true
175
176
  strip_insignificant_zeros: true
176
177
  storage_units:
177
- format: ! '%n %u'
178
+ format: "%n %u"
178
179
  units:
179
180
  byte:
180
181
  one: Byte
@@ -192,13 +193,13 @@ en-ZA:
192
193
  delimiter: ''
193
194
  support:
194
195
  array:
195
- last_word_connector: ! ', and '
196
- two_words_connector: ! ' and '
197
- words_connector: ! ', '
196
+ last_word_connector: ", and "
197
+ two_words_connector: " and "
198
+ words_connector: ", "
198
199
  time:
199
200
  am: am
200
201
  formats:
201
- default: ! '%a, %d %b %Y %H:%M:%S %z'
202
- long: ! '%B %d, %Y %H:%M'
203
- short: ! '%d %b %H:%M'
202
+ default: "%a, %d %b %Y %H:%M:%S %z"
203
+ long: "%B %d, %Y %H:%M"
204
+ short: "%d %b %H:%M"
204
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:
@@ -9,7 +10,7 @@ en:
9
10
  - Fri
10
11
  - Sat
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Jan
14
15
  - Feb
15
16
  - Mar
@@ -31,11 +32,11 @@ en:
31
32
  - Friday
32
33
  - Saturday
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%B %d, %Y'
36
- short: ! '%b %d'
35
+ default: "%Y-%m-%d"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
37
38
  month_names:
38
- -
39
+ -
39
40
  - January
40
41
  - February
41
42
  - March
@@ -78,16 +79,16 @@ en:
78
79
  other: over %{count} years
79
80
  x_days:
80
81
  one: 1 day
81
- other: ! '%{count} days'
82
+ other: "%{count} days"
82
83
  x_minutes:
83
84
  one: 1 minute
84
- other: ! '%{count} minutes'
85
+ other: "%{count} minutes"
85
86
  x_months:
86
87
  one: 1 month
87
- other: ! '%{count} months'
88
+ other: "%{count} months"
88
89
  x_seconds:
89
90
  one: 1 second
90
- other: ! '%{count} seconds'
91
+ other: "%{count} seconds"
91
92
  prompts:
92
93
  day: Day
93
94
  hour: Hour
@@ -96,12 +97,12 @@ en:
96
97
  second: Seconds
97
98
  year: Year
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
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
104
- confirmation: ! "doesn't match %{attribute}"
105
+ confirmation: doesn't match %{attribute}
105
106
  empty: can't be empty
106
107
  equal_to: must be equal to %{count}
107
108
  even: must be even
@@ -115,10 +116,10 @@ en:
115
116
  not_a_number: is not a number
116
117
  not_an_integer: must be an integer
117
118
  odd: must be odd
118
- record_invalid: ! 'Validation failed: %{errors}'
119
+ record_invalid: 'Validation failed: %{errors}'
119
120
  restrict_dependent_destroy:
120
- one: "Cannot delete record because a dependent %{record} exists"
121
- many: "Cannot delete record because dependent %{record} exist"
121
+ one: Cannot delete record because a dependent %{record} exists
122
+ many: Cannot delete record because dependent %{record} exist
122
123
  taken: has already been taken
123
124
  too_long:
124
125
  one: is too long (maximum is 1 character)
@@ -129,12 +130,12 @@ en:
129
130
  wrong_length:
130
131
  one: is the wrong length (should be 1 character)
131
132
  other: is the wrong length (should be %{count} characters)
132
- other_than: "must be other than %{count}"
133
+ other_than: must be other than %{count}
133
134
  template:
134
- body: ! 'There were problems with the following fields:'
135
+ body: 'There were problems with the following fields:'
135
136
  header:
136
137
  one: 1 error prohibited this %{model} from being saved
137
- other: ! '%{count} errors prohibited this %{model} from being saved'
138
+ other: "%{count} errors prohibited this %{model} from being saved"
138
139
  helpers:
139
140
  select:
140
141
  prompt: Please select
@@ -145,22 +146,22 @@ en:
145
146
  number:
146
147
  currency:
147
148
  format:
148
- delimiter: ! ','
149
- format: ! '%u%n'
149
+ delimiter: ","
150
+ format: "%u%n"
150
151
  precision: 2
151
- separator: .
152
+ separator: "."
152
153
  significant: false
153
154
  strip_insignificant_zeros: false
154
- unit: $
155
+ unit: "$"
155
156
  format:
156
- delimiter: ! ','
157
+ delimiter: ","
157
158
  precision: 3
158
- separator: .
159
+ separator: "."
159
160
  significant: false
160
161
  strip_insignificant_zeros: false
161
162
  human:
162
163
  decimal_units:
163
- format: ! '%n %u'
164
+ format: "%n %u"
164
165
  units:
165
166
  billion: Billion
166
167
  million: Million
@@ -174,7 +175,7 @@ en:
174
175
  significant: true
175
176
  strip_insignificant_zeros: true
176
177
  storage_units:
177
- format: ! '%n %u'
178
+ format: "%n %u"
178
179
  units:
179
180
  byte:
180
181
  one: Byte
@@ -192,13 +193,13 @@ en:
192
193
  delimiter: ''
193
194
  support:
194
195
  array:
195
- last_word_connector: ! ', and '
196
- two_words_connector: ! ' and '
197
- words_connector: ! ', '
196
+ last_word_connector: ", and "
197
+ two_words_connector: " and "
198
+ words_connector: ", "
198
199
  time:
199
200
  am: am
200
201
  formats:
201
- default: ! '%a, %d %b %Y %H:%M:%S %z'
202
- long: ! '%B %d, %Y %H:%M'
203
- short: ! '%d %b %H:%M'
202
+ default: "%a, %d %b %Y %H:%M:%S %z"
203
+ long: "%B %d, %Y %H:%M"
204
+ short: "%d %b %H:%M"
204
205
  pm: pm
data/rails/locale/eo.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eo:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ eo:
9
10
  - ven
10
11
  - sam
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - jan.
14
15
  - feb.
15
16
  - mar.
@@ -31,11 +32,11 @@ eo:
31
32
  - vendredo
32
33
  - sabato
33
34
  formats:
34
- default: ! '%Y/%m/%d'
35
- long: ! '%e %B %Y'
36
- short: ! '%e %b'
35
+ default: "%Y/%m/%d"
36
+ long: "%e %B %Y"
37
+ short: "%e %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - januaro
40
41
  - februaro
41
42
  - marto
@@ -80,16 +81,16 @@ eo:
80
81
  other: pli ol %{count} jaroj
81
82
  x_days:
82
83
  one: 1 tago
83
- other: ! '%{count} tagoj'
84
+ other: "%{count} tagoj"
84
85
  x_minutes:
85
86
  one: 1 minuto
86
- other: ! '%{count} minutoj'
87
+ other: "%{count} minutoj"
87
88
  x_months:
88
89
  one: 1 monato
89
- other: ! '%{count} monatoj'
90
+ other: "%{count} monatoj"
90
91
  x_seconds:
91
92
  one: 1 sekundo
92
- other: ! '%{count} sekundoj'
93
+ other: "%{count} sekundoj"
93
94
  prompts:
94
95
  day: Tago
95
96
  hour: Horo
@@ -98,7 +99,7 @@ eo:
98
99
  second: Sekundo
99
100
  year: Jaro
100
101
  errors:
101
- format: ! '%{attribute} %{message}'
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: ! 'Validado malsukcesis: %{errors}'
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: ! 'Kontrolu la jenajn kampojn: '
126
+ body: 'Kontrolu la jenajn kampojn: '
126
127
  header:
127
- one: ! 'Ne eblas registri tiun %{model}: 1 eraro'
128
- other: ! 'Ne eblas registri tiun %{model}: %{count} eraroj'
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: ! '%n %u'
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: ! '%n %u'
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: ! '%n %u'
169
+ format: "%n %u"
169
170
  units:
170
171
  byte:
171
172
  one: bitoko
@@ -182,13 +183,13 @@ eo:
182
183
  delimiter: ''
183
184
  support:
184
185
  array:
185
- last_word_connector: ! ' kaj '
186
- two_words_connector: ! ' kaj '
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: ! '%d %B %Y %H:%M:%S'
192
- long: ! '%A %d %B %Y %H:%M'
193
- short: ! '%d %b %H:%M'
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
@@ -1,12 +1,4 @@
1
- # "generic" Latin American Spanish translations for Rails
2
- # to use when contrasting with Spain Spanish (es-ES) without individual country breakouts
3
- # current "'generic' Latin American" Spanish values are based off of current Latin American locales
4
- # note: 'currency' value is unspecified and banged out, given the wide variety of currencies in Latin America
5
- # by Patrick CHEW (pchew@change.org)
6
- # contributors:
7
- # - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
8
- # Corrected by {name} : {email}
9
-
1
+ ---
10
2
  es-419:
11
3
  date:
12
4
  abbr_day_names:
@@ -18,7 +10,7 @@ es-419:
18
10
  - vie
19
11
  - sáb
20
12
  abbr_month_names:
21
- -
13
+ -
22
14
  - ene
23
15
  - feb
24
16
  - mar
@@ -40,11 +32,11 @@ es-419:
40
32
  - viernes
41
33
  - sábado
42
34
  formats:
43
- default: ! '%d/%m/%Y'
44
- long: ! '%A, %d de %B de %Y'
45
- short: ! '%d de %b'
35
+ default: "%d/%m/%Y"
36
+ long: "%A, %d de %B de %Y"
37
+ short: "%d de %b"
46
38
  month_names:
47
- -
39
+ -
48
40
  - enero
49
41
  - febrero
50
42
  - marzo
@@ -87,16 +79,16 @@ es-419:
87
79
  other: más de %{count} años
88
80
  x_days:
89
81
  one: 1 día
90
- other: ! '%{count} días'
82
+ other: "%{count} días"
91
83
  x_minutes:
92
84
  one: 1 minuto
93
- other: ! '%{count} minutos'
85
+ other: "%{count} minutos"
94
86
  x_months:
95
87
  one: 1 mes
96
- other: ! '%{count} meses'
88
+ other: "%{count} meses"
97
89
  x_seconds:
98
90
  one: 1 segundo
99
- other: ! '%{count} segundos'
91
+ other: "%{count} segundos"
100
92
  prompts:
101
93
  day: Día
102
94
  hour: Hora
@@ -105,11 +97,11 @@ es-419:
105
97
  second: Segundos
106
98
  year: Año
107
99
  errors:
108
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
109
101
  messages:
110
102
  accepted: debe ser aceptado
111
103
  blank: no puede estar en blanco
112
- confirmation: no coincide con la confirmación
104
+ confirmation: no coincide
113
105
  empty: no puede estar vacío
114
106
  equal_to: debe ser igual a %{count}
115
107
  even: debe ser un número par
@@ -123,7 +115,7 @@ es-419:
123
115
  not_a_number: no es un número
124
116
  not_an_integer: debe ser un entero
125
117
  odd: debe ser un número non
126
- record_invalid: ! 'La validación falló: %{errors}'
118
+ record_invalid: 'La validación falló: %{errors}'
127
119
  taken: ya ha sido tomado
128
120
  too_long:
129
121
  one: es demasiado largo (máximo 1 caracter)
@@ -135,10 +127,10 @@ es-419:
135
127
  one: longitud errónea (debe ser de 1 caracter)
136
128
  other: longitud errónea (debe ser de %{count} caracteres)
137
129
  template:
138
- body: ! 'Revise que los siguientes campos sean válidos:'
130
+ body: 'Revise que los siguientes campos sean válidos:'
139
131
  header:
140
- one: ! '%{model} no pudo guardarse debido a 1 error'
141
- other: ! '%{model} no pudo guardarse debido a %{count} errores'
132
+ one: "%{model} no pudo guardarse debido a 1 error"
133
+ other: "%{model} no pudo guardarse debido a %{count} errores"
142
134
  helpers:
143
135
  select:
144
136
  prompt: Por favor selecciona
@@ -149,22 +141,22 @@ es-419:
149
141
  number:
150
142
  currency:
151
143
  format:
152
- delimiter: ! ','
153
- format: ! '%u%n'
144
+ delimiter: ","
145
+ format: "%u%n"
154
146
  precision: 2
155
- separator: .
147
+ separator: "."
156
148
  significant: false
157
149
  strip_insignificant_zeros: false
158
- unit: '¤'
150
+ unit: "¤"
159
151
  format:
160
- delimiter: ! ','
152
+ delimiter: ","
161
153
  precision: 2
162
- separator: .
154
+ separator: "."
163
155
  significant: false
164
156
  strip_insignificant_zeros: false
165
157
  human:
166
158
  decimal_units:
167
- format: ! '%n %u'
159
+ format: "%n %u"
168
160
  units:
169
161
  billion: mil millones
170
162
  million: millón
@@ -173,12 +165,12 @@ es-419:
173
165
  trillion: billón
174
166
  unit: ''
175
167
  format:
176
- delimiter: ! ','
168
+ delimiter: ","
177
169
  precision: 3
178
170
  significant: true
179
171
  strip_insignificant_zeros: true
180
172
  storage_units:
181
- format: ! '%n %u'
173
+ format: "%n %u"
182
174
  units:
183
175
  byte:
184
176
  one: Byte
@@ -189,19 +181,19 @@ es-419:
189
181
  tb: TB
190
182
  percentage:
191
183
  format:
192
- delimiter: ! ','
184
+ delimiter: ","
193
185
  precision:
194
186
  format:
195
- delimiter: ! ','
187
+ delimiter: ","
196
188
  support:
197
189
  array:
198
- last_word_connector: ! ' y '
199
- two_words_connector: ! ' y '
200
- words_connector: ! ', '
190
+ last_word_connector: " y "
191
+ two_words_connector: " y "
192
+ words_connector: ", "
201
193
  time:
202
194
  am: am
203
195
  formats:
204
- default: ! '%a, %d de %b de %Y a las %H:%M:%S %Z'
205
- long: ! '%A, %d de %B de %Y a las %I:%M %p'
206
- short: ! '%d de %b a las %H:%M hrs'
196
+ default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
197
+ long: "%A, %d de %B de %Y a las %I:%M %p"
198
+ short: "%d de %b a las %H:%M hrs"
207
199
  pm: pm