amber 0.2.6 → 0.3.8
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.
- checksums.yaml +7 -0
- data/LICENSE +14 -1
- data/README.md +88 -19
- data/bin/amber +26 -13
- data/lib/amber.rb +25 -39
- data/lib/amber/cli.rb +25 -1
- data/lib/amber/i18n.rb +43 -0
- data/lib/amber/render/apache.rb +44 -0
- data/lib/amber/render/asset.rb +28 -2
- data/lib/amber/render/helpers/blog_helper.rb +35 -0
- data/lib/amber/render/helpers/date_helper.rb +14 -0
- data/lib/amber/render/helpers/haml_helper.rb +9 -0
- data/lib/amber/render/helpers/html_helper.rb +30 -8
- data/lib/amber/render/helpers/navigation_helper.rb +31 -32
- data/lib/amber/render/layout.rb +2 -1
- data/lib/amber/render/template.rb +24 -11
- data/lib/amber/render/view.rb +31 -12
- data/lib/amber/server.rb +122 -56
- data/lib/amber/site.rb +171 -29
- data/lib/amber/site_configuration.rb +26 -11
- data/lib/amber/static_page.rb +34 -20
- data/lib/amber/static_page/filesystem.rb +3 -7
- data/lib/amber/static_page/page_properties.rb +7 -0
- data/lib/amber/static_page/render.rb +47 -31
- data/lib/amber/templates/apache_config.erb +12 -0
- data/lib/amber/templates/apache_config_with_prefix.erb +14 -0
- data/lib/amber/templates/htaccess.erb +176 -0
- data/lib/amber/version.rb +5 -0
- data/locales/rails-i18n/af.yml +201 -0
- data/locales/rails-i18n/ar.yml +274 -0
- data/locales/rails-i18n/az.yml +192 -0
- data/locales/rails-i18n/bg.yml +192 -0
- data/locales/rails-i18n/bn.yml +175 -0
- data/locales/rails-i18n/bs.yml +243 -0
- data/locales/rails-i18n/ca.yml +192 -0
- data/locales/rails-i18n/cs.yml +210 -0
- data/locales/rails-i18n/cy.yml +242 -0
- data/locales/rails-i18n/da.yml +198 -0
- data/locales/rails-i18n/de-AT.yml +202 -0
- data/locales/rails-i18n/de-CH.yml +206 -0
- data/locales/rails-i18n/de.yml +202 -0
- data/locales/rails-i18n/el.yml +198 -0
- data/locales/rails-i18n/en-AU.yml +198 -0
- data/locales/rails-i18n/en-CA.yml +207 -0
- data/locales/rails-i18n/en-GB.yml +198 -0
- data/locales/rails-i18n/en-IE.yml +198 -0
- data/locales/rails-i18n/en-IN.yml +198 -0
- data/locales/rails-i18n/en-NZ.yml +198 -0
- data/locales/rails-i18n/en-US.yml +204 -0
- data/locales/rails-i18n/en-ZA.yml +204 -0
- data/locales/rails-i18n/en.yml +204 -0
- data/locales/rails-i18n/eo.yml +194 -0
- data/locales/rails-i18n/es-419.yml +207 -0
- data/locales/rails-i18n/es-AR.yml +198 -0
- data/locales/rails-i18n/es-CL.yml +192 -0
- data/locales/rails-i18n/es-CO.yml +198 -0
- data/locales/rails-i18n/es-CR.yml +198 -0
- data/locales/rails-i18n/es-EC.yml +204 -0
- data/locales/rails-i18n/es-MX.yml +204 -0
- data/locales/rails-i18n/es-PA.yml +204 -0
- data/locales/rails-i18n/es-PE.yml +177 -0
- data/locales/rails-i18n/es-US.yml +198 -0
- data/locales/rails-i18n/es-VE.yml +198 -0
- data/locales/rails-i18n/es.yml +192 -0
- data/locales/rails-i18n/et.yml +192 -0
- data/locales/rails-i18n/eu.yml +192 -0
- data/locales/rails-i18n/fa.yml +192 -0
- data/locales/rails-i18n/fi.yml +192 -0
- data/locales/rails-i18n/fr-CA.yml +200 -0
- data/locales/rails-i18n/fr-CH.yml +200 -0
- data/locales/rails-i18n/fr.yml +214 -0
- data/locales/rails-i18n/gl.yml +171 -0
- data/locales/rails-i18n/he.yml +194 -0
- data/locales/rails-i18n/hi-IN.yml +192 -0
- data/locales/rails-i18n/hi.yml +192 -0
- data/locales/rails-i18n/hr.yml +236 -0
- data/locales/rails-i18n/hu.yml +192 -0
- data/locales/rails-i18n/id.yml +193 -0
- data/locales/rails-i18n/is.yml +212 -0
- data/locales/rails-i18n/iso-639-2/csb.yml +203 -0
- data/locales/rails-i18n/iso-639-2/dsb.yml +208 -0
- data/locales/rails-i18n/iso-639-2/fur.yml +192 -0
- data/locales/rails-i18n/iso-639-2/gsw-CH.yml +196 -0
- data/locales/rails-i18n/iso-639-2/hsb.yml +207 -0
- data/locales/rails-i18n/iso-639-2/pap-AW.yml +205 -0
- data/locales/rails-i18n/iso-639-2/pap-CW.yml +205 -0
- data/locales/rails-i18n/iso-639-2/scr.yml +236 -0
- data/locales/rails-i18n/it-CH.yml +198 -0
- data/locales/rails-i18n/it.yml +204 -0
- data/locales/rails-i18n/ja.yml +194 -0
- data/locales/rails-i18n/km.yml +54 -0
- data/locales/rails-i18n/kn.yml +192 -0
- data/locales/rails-i18n/ko.yml +190 -0
- data/locales/rails-i18n/lo.yml +227 -0
- data/locales/rails-i18n/lt.yml +217 -0
- data/locales/rails-i18n/lv.yml +229 -0
- data/locales/rails-i18n/mk.yml +198 -0
- data/locales/rails-i18n/mn.yml +198 -0
- data/locales/rails-i18n/ms.yml +200 -0
- data/locales/rails-i18n/nb.yml +205 -0
- data/locales/rails-i18n/ne.yml +198 -0
- data/locales/rails-i18n/nl.yml +204 -0
- data/locales/rails-i18n/nn.yml +201 -0
- data/locales/rails-i18n/or.yml +192 -0
- data/locales/rails-i18n/pl.yml +236 -0
- data/locales/rails-i18n/pt-BR.yml +206 -0
- data/locales/rails-i18n/pt.yml +200 -0
- data/locales/rails-i18n/rm.yml +223 -0
- data/locales/rails-i18n/ro.yml +205 -0
- data/locales/rails-i18n/ru.yml +256 -0
- data/locales/rails-i18n/sk.yml +206 -0
- data/locales/rails-i18n/sl.yml +205 -0
- data/locales/rails-i18n/sr.yml +236 -0
- data/locales/rails-i18n/sv.yml +192 -0
- data/locales/rails-i18n/sw.yml +190 -0
- data/locales/rails-i18n/ta.yml +204 -0
- data/locales/rails-i18n/th.yml +166 -0
- data/locales/rails-i18n/tl.yml +224 -0
- data/locales/rails-i18n/tr.yml +204 -0
- data/locales/rails-i18n/uk.yml +250 -0
- data/locales/rails-i18n/ur.yml +204 -0
- data/locales/rails-i18n/uz.yml +250 -0
- data/locales/rails-i18n/vi.yml +198 -0
- data/locales/rails-i18n/wo.yml +198 -0
- data/locales/rails-i18n/zh-CN.yml +203 -0
- data/locales/rails-i18n/zh-HK.yml +204 -0
- data/locales/rails-i18n/zh-TW.yml +203 -0
- data/locales/rails-i18n/zh-YUE.yml +204 -0
- metadata +164 -74
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
eo:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- dim
|
|
5
|
+
- lun
|
|
6
|
+
- mar
|
|
7
|
+
- mer
|
|
8
|
+
- ĵaŭ
|
|
9
|
+
- ven
|
|
10
|
+
- sam
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- jan.
|
|
14
|
+
- feb.
|
|
15
|
+
- mar.
|
|
16
|
+
- apr.
|
|
17
|
+
- majo
|
|
18
|
+
- jun.
|
|
19
|
+
- jul.
|
|
20
|
+
- aŭg.
|
|
21
|
+
- sep.
|
|
22
|
+
- okt.
|
|
23
|
+
- nov.
|
|
24
|
+
- dec.
|
|
25
|
+
day_names:
|
|
26
|
+
- dimanĉo
|
|
27
|
+
- lundo
|
|
28
|
+
- mardo
|
|
29
|
+
- merkredo
|
|
30
|
+
- ĵaŭdo
|
|
31
|
+
- vendredo
|
|
32
|
+
- sabato
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%Y/%m/%d'
|
|
35
|
+
long: ! '%e %B %Y'
|
|
36
|
+
short: ! '%e %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- januaro
|
|
40
|
+
- februaro
|
|
41
|
+
- marto
|
|
42
|
+
- aprilo
|
|
43
|
+
- majo
|
|
44
|
+
- junio
|
|
45
|
+
- julio
|
|
46
|
+
- aŭgusto
|
|
47
|
+
- septembro
|
|
48
|
+
- oktobro
|
|
49
|
+
- novembro
|
|
50
|
+
- decembro
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: ĉirkaŭ unu horo
|
|
59
|
+
other: ĉirkaŭ %{count} horoj
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: ĉirkaŭ unu monato
|
|
62
|
+
other: ĉirkaŭ %{count} monatoj
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: ĉirkaŭ uno jaro
|
|
65
|
+
other: ĉirkaŭ %{count} jaroj
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: preskaŭ unu jaro
|
|
68
|
+
other: preskaŭ %{count} jaroj
|
|
69
|
+
half_a_minute: duona minuto
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: malpli ol unu minuto
|
|
72
|
+
other: malpli ol %{count} minutoj
|
|
73
|
+
zero: malpli ol unu minuto
|
|
74
|
+
less_than_x_seconds:
|
|
75
|
+
one: malpli ol unu sekundo
|
|
76
|
+
other: malpli ol %{count} sekundoj
|
|
77
|
+
zero: malpli ol unu sekundo
|
|
78
|
+
over_x_years:
|
|
79
|
+
one: pli ol unu jaro
|
|
80
|
+
other: pli ol %{count} jaroj
|
|
81
|
+
x_days:
|
|
82
|
+
one: 1 tago
|
|
83
|
+
other: ! '%{count} tagoj'
|
|
84
|
+
x_minutes:
|
|
85
|
+
one: 1 minuto
|
|
86
|
+
other: ! '%{count} minutoj'
|
|
87
|
+
x_months:
|
|
88
|
+
one: 1 monato
|
|
89
|
+
other: ! '%{count} monatoj'
|
|
90
|
+
x_seconds:
|
|
91
|
+
one: 1 sekundo
|
|
92
|
+
other: ! '%{count} sekundoj'
|
|
93
|
+
prompts:
|
|
94
|
+
day: Tago
|
|
95
|
+
hour: Horo
|
|
96
|
+
minute: Minuto
|
|
97
|
+
month: Monato
|
|
98
|
+
second: Sekundo
|
|
99
|
+
year: Jaro
|
|
100
|
+
errors:
|
|
101
|
+
format: ! '%{attribute} %{message}'
|
|
102
|
+
messages:
|
|
103
|
+
accepted: devas esti akceptita
|
|
104
|
+
blank: devas esti kompletigita
|
|
105
|
+
confirmation: ne kongruas kun la konfirmo
|
|
106
|
+
empty: devas esti kompletigita
|
|
107
|
+
equal_to: devas egali %{count}
|
|
108
|
+
even: devas esti para
|
|
109
|
+
exclusion: ne estas disponebla
|
|
110
|
+
greater_than: devas superi %{count}
|
|
111
|
+
greater_than_or_equal_to: devas superi aŭ egali %{count}
|
|
112
|
+
inclusion: ne estas inkluzivita de la listo
|
|
113
|
+
invalid: estas nevalida
|
|
114
|
+
less_than: devas malsuperi %{count}
|
|
115
|
+
less_than_or_equal_to: devas malsuperi aŭ egali %{count}
|
|
116
|
+
not_a_number: ne estas nombro
|
|
117
|
+
not_an_integer: devas esti entjero
|
|
118
|
+
odd: devas esti nepara
|
|
119
|
+
record_invalid: ! 'Validado malsukcesis: %{errors}'
|
|
120
|
+
taken: ne estas disponebla
|
|
121
|
+
too_long: estas tro longa (maksimume %{count} karekteroj)
|
|
122
|
+
too_short: estas tro mallonga (minimume %{count} karakteroj)
|
|
123
|
+
wrong_length: ne estas je ĝusta longo (devas enhavi %{count} karakterojn)
|
|
124
|
+
template:
|
|
125
|
+
body: ! 'Kontrolu la jenajn kampojn: '
|
|
126
|
+
header:
|
|
127
|
+
one: ! 'Ne eblas registri tiun %{model}: 1 eraro'
|
|
128
|
+
other: ! 'Ne eblas registri tiun %{model}: %{count} eraroj'
|
|
129
|
+
helpers:
|
|
130
|
+
select:
|
|
131
|
+
prompt: Bonvolu elekti
|
|
132
|
+
submit:
|
|
133
|
+
create: Krei %{model}
|
|
134
|
+
submit: Registri tiun %{model}
|
|
135
|
+
update: Modifi tiun %{model}
|
|
136
|
+
number:
|
|
137
|
+
currency:
|
|
138
|
+
format:
|
|
139
|
+
delimiter: ! ' '
|
|
140
|
+
format: ! '%n %u'
|
|
141
|
+
precision: 2
|
|
142
|
+
separator: ! ','
|
|
143
|
+
significant: false
|
|
144
|
+
strip_insignificant_zeros: false
|
|
145
|
+
unit: €
|
|
146
|
+
format:
|
|
147
|
+
delimiter: ! ' '
|
|
148
|
+
precision: 3
|
|
149
|
+
separator: ! ','
|
|
150
|
+
significant: false
|
|
151
|
+
strip_insignificant_zeros: false
|
|
152
|
+
human:
|
|
153
|
+
decimal_units:
|
|
154
|
+
format: ! '%n %u'
|
|
155
|
+
units:
|
|
156
|
+
billion: miliardo
|
|
157
|
+
million: miliono
|
|
158
|
+
quadrillion: miliono da miliardoj
|
|
159
|
+
thousand: mil
|
|
160
|
+
trillion: mil miliardoj
|
|
161
|
+
unit: ''
|
|
162
|
+
format:
|
|
163
|
+
delimiter: ''
|
|
164
|
+
precision: 2
|
|
165
|
+
significant: true
|
|
166
|
+
strip_insignificant_zeros: true
|
|
167
|
+
storage_units:
|
|
168
|
+
format: ! '%n %u'
|
|
169
|
+
units:
|
|
170
|
+
byte:
|
|
171
|
+
one: bitoko
|
|
172
|
+
other: bitokoj
|
|
173
|
+
gb: Gb
|
|
174
|
+
kb: kb
|
|
175
|
+
mb: Mb
|
|
176
|
+
tb: Tb
|
|
177
|
+
percentage:
|
|
178
|
+
format:
|
|
179
|
+
delimiter: ''
|
|
180
|
+
precision:
|
|
181
|
+
format:
|
|
182
|
+
delimiter: ''
|
|
183
|
+
support:
|
|
184
|
+
array:
|
|
185
|
+
last_word_connector: ! ' kaj '
|
|
186
|
+
two_words_connector: ! ' kaj '
|
|
187
|
+
words_connector: ! ', '
|
|
188
|
+
time:
|
|
189
|
+
am: am
|
|
190
|
+
formats:
|
|
191
|
+
default: ! '%d %B %Y %H:%M:%S'
|
|
192
|
+
long: ! '%A %d %B %Y %H:%M'
|
|
193
|
+
short: ! '%d %b %H:%M'
|
|
194
|
+
pm: pm
|
|
@@ -0,0 +1,207 @@
|
|
|
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
|
+
|
|
10
|
+
es-419:
|
|
11
|
+
date:
|
|
12
|
+
abbr_day_names:
|
|
13
|
+
- dom
|
|
14
|
+
- lun
|
|
15
|
+
- mar
|
|
16
|
+
- mié
|
|
17
|
+
- jue
|
|
18
|
+
- vie
|
|
19
|
+
- sáb
|
|
20
|
+
abbr_month_names:
|
|
21
|
+
-
|
|
22
|
+
- ene
|
|
23
|
+
- feb
|
|
24
|
+
- mar
|
|
25
|
+
- abr
|
|
26
|
+
- may
|
|
27
|
+
- jun
|
|
28
|
+
- jul
|
|
29
|
+
- ago
|
|
30
|
+
- sep
|
|
31
|
+
- oct
|
|
32
|
+
- nov
|
|
33
|
+
- dic
|
|
34
|
+
day_names:
|
|
35
|
+
- domingo
|
|
36
|
+
- lunes
|
|
37
|
+
- martes
|
|
38
|
+
- miércoles
|
|
39
|
+
- jueves
|
|
40
|
+
- viernes
|
|
41
|
+
- sábado
|
|
42
|
+
formats:
|
|
43
|
+
default: ! '%d/%m/%Y'
|
|
44
|
+
long: ! '%A, %d de %B de %Y'
|
|
45
|
+
short: ! '%d de %b'
|
|
46
|
+
month_names:
|
|
47
|
+
-
|
|
48
|
+
- enero
|
|
49
|
+
- febrero
|
|
50
|
+
- marzo
|
|
51
|
+
- abril
|
|
52
|
+
- mayo
|
|
53
|
+
- junio
|
|
54
|
+
- julio
|
|
55
|
+
- agosto
|
|
56
|
+
- septiembre
|
|
57
|
+
- octubre
|
|
58
|
+
- noviembre
|
|
59
|
+
- diciembre
|
|
60
|
+
order:
|
|
61
|
+
- :day
|
|
62
|
+
- :month
|
|
63
|
+
- :year
|
|
64
|
+
datetime:
|
|
65
|
+
distance_in_words:
|
|
66
|
+
about_x_hours:
|
|
67
|
+
one: cerca de 1 hora
|
|
68
|
+
other: cerca de %{count} horas
|
|
69
|
+
about_x_months:
|
|
70
|
+
one: cerca de 1 mes
|
|
71
|
+
other: cerca de %{count} meses
|
|
72
|
+
about_x_years:
|
|
73
|
+
one: cerca de 1 año
|
|
74
|
+
other: cerca de %{count} años
|
|
75
|
+
almost_x_years:
|
|
76
|
+
one: casi 1 año
|
|
77
|
+
other: casi %{count} años
|
|
78
|
+
half_a_minute: medio minuto
|
|
79
|
+
less_than_x_minutes:
|
|
80
|
+
one: menos de 1 minuto
|
|
81
|
+
other: menos de %{count} minutos
|
|
82
|
+
less_than_x_seconds:
|
|
83
|
+
one: menos de 1 segundo
|
|
84
|
+
other: menos de %{count} segundos
|
|
85
|
+
over_x_years:
|
|
86
|
+
one: más de 1 año
|
|
87
|
+
other: más de %{count} años
|
|
88
|
+
x_days:
|
|
89
|
+
one: 1 día
|
|
90
|
+
other: ! '%{count} días'
|
|
91
|
+
x_minutes:
|
|
92
|
+
one: 1 minuto
|
|
93
|
+
other: ! '%{count} minutos'
|
|
94
|
+
x_months:
|
|
95
|
+
one: 1 mes
|
|
96
|
+
other: ! '%{count} meses'
|
|
97
|
+
x_seconds:
|
|
98
|
+
one: 1 segundo
|
|
99
|
+
other: ! '%{count} segundos'
|
|
100
|
+
prompts:
|
|
101
|
+
day: Día
|
|
102
|
+
hour: Hora
|
|
103
|
+
minute: Minuto
|
|
104
|
+
month: Mes
|
|
105
|
+
second: Segundos
|
|
106
|
+
year: Año
|
|
107
|
+
errors:
|
|
108
|
+
format: ! '%{attribute} %{message}'
|
|
109
|
+
messages:
|
|
110
|
+
accepted: debe ser aceptado
|
|
111
|
+
blank: no puede estar en blanco
|
|
112
|
+
confirmation: no coincide
|
|
113
|
+
empty: no puede estar vacío
|
|
114
|
+
equal_to: debe ser igual a %{count}
|
|
115
|
+
even: debe ser un número par
|
|
116
|
+
exclusion: está reservado
|
|
117
|
+
greater_than: debe ser mayor que %{count}
|
|
118
|
+
greater_than_or_equal_to: debe ser mayor o igual que %{count}
|
|
119
|
+
inclusion: no está incluido en la lista
|
|
120
|
+
invalid: es inválido
|
|
121
|
+
less_than: debe ser menor que %{count}
|
|
122
|
+
less_than_or_equal_to: debe ser menor o igual que %{count}
|
|
123
|
+
not_a_number: no es un número
|
|
124
|
+
not_an_integer: debe ser un entero
|
|
125
|
+
odd: debe ser un número non
|
|
126
|
+
record_invalid: ! 'La validación falló: %{errors}'
|
|
127
|
+
taken: ya ha sido tomado
|
|
128
|
+
too_long:
|
|
129
|
+
one: es demasiado largo (máximo 1 caracter)
|
|
130
|
+
other: es demasiado largo (máximo %{count} caracteres)
|
|
131
|
+
too_short:
|
|
132
|
+
one: es demasiado corto (mínimo 1 caracter)
|
|
133
|
+
other: es demasiado corto (mínimo %{count} caracteres)
|
|
134
|
+
wrong_length:
|
|
135
|
+
one: longitud errónea (debe ser de 1 caracter)
|
|
136
|
+
other: longitud errónea (debe ser de %{count} caracteres)
|
|
137
|
+
template:
|
|
138
|
+
body: ! 'Revise que los siguientes campos sean válidos:'
|
|
139
|
+
header:
|
|
140
|
+
one: ! '%{model} no pudo guardarse debido a 1 error'
|
|
141
|
+
other: ! '%{model} no pudo guardarse debido a %{count} errores'
|
|
142
|
+
helpers:
|
|
143
|
+
select:
|
|
144
|
+
prompt: Por favor selecciona
|
|
145
|
+
submit:
|
|
146
|
+
create: Crear %{model}
|
|
147
|
+
submit: Guardar %{model}
|
|
148
|
+
update: Actualizar %{model}
|
|
149
|
+
number:
|
|
150
|
+
currency:
|
|
151
|
+
format:
|
|
152
|
+
delimiter: ! ','
|
|
153
|
+
format: ! '%u%n'
|
|
154
|
+
precision: 2
|
|
155
|
+
separator: .
|
|
156
|
+
significant: false
|
|
157
|
+
strip_insignificant_zeros: false
|
|
158
|
+
unit: '¤'
|
|
159
|
+
format:
|
|
160
|
+
delimiter: ! ','
|
|
161
|
+
precision: 2
|
|
162
|
+
separator: .
|
|
163
|
+
significant: false
|
|
164
|
+
strip_insignificant_zeros: false
|
|
165
|
+
human:
|
|
166
|
+
decimal_units:
|
|
167
|
+
format: ! '%n %u'
|
|
168
|
+
units:
|
|
169
|
+
billion: mil millones
|
|
170
|
+
million: millón
|
|
171
|
+
quadrillion: mil billones
|
|
172
|
+
thousand: mil
|
|
173
|
+
trillion: billón
|
|
174
|
+
unit: ''
|
|
175
|
+
format:
|
|
176
|
+
delimiter: ! ','
|
|
177
|
+
precision: 3
|
|
178
|
+
significant: true
|
|
179
|
+
strip_insignificant_zeros: true
|
|
180
|
+
storage_units:
|
|
181
|
+
format: ! '%n %u'
|
|
182
|
+
units:
|
|
183
|
+
byte:
|
|
184
|
+
one: Byte
|
|
185
|
+
other: Bytes
|
|
186
|
+
gb: GB
|
|
187
|
+
kb: KB
|
|
188
|
+
mb: MB
|
|
189
|
+
tb: TB
|
|
190
|
+
percentage:
|
|
191
|
+
format:
|
|
192
|
+
delimiter: ! ','
|
|
193
|
+
precision:
|
|
194
|
+
format:
|
|
195
|
+
delimiter: ! ','
|
|
196
|
+
support:
|
|
197
|
+
array:
|
|
198
|
+
last_word_connector: ! ' y '
|
|
199
|
+
two_words_connector: ! ' y '
|
|
200
|
+
words_connector: ! ', '
|
|
201
|
+
time:
|
|
202
|
+
am: am
|
|
203
|
+
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'
|
|
207
|
+
pm: pm
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
es-AR:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- dom
|
|
5
|
+
- lun
|
|
6
|
+
- mar
|
|
7
|
+
- mié
|
|
8
|
+
- jue
|
|
9
|
+
- vie
|
|
10
|
+
- sáb
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- ene
|
|
14
|
+
- feb
|
|
15
|
+
- mar
|
|
16
|
+
- abr
|
|
17
|
+
- may
|
|
18
|
+
- jun
|
|
19
|
+
- jul
|
|
20
|
+
- ago
|
|
21
|
+
- sep
|
|
22
|
+
- oct
|
|
23
|
+
- nov
|
|
24
|
+
- dic
|
|
25
|
+
day_names:
|
|
26
|
+
- domingo
|
|
27
|
+
- lunes
|
|
28
|
+
- martes
|
|
29
|
+
- miércoles
|
|
30
|
+
- jueves
|
|
31
|
+
- viernes
|
|
32
|
+
- sábado
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d/%m/%Y'
|
|
35
|
+
long: ! '%A, %d de %B de %Y'
|
|
36
|
+
short: ! '%d de %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- enero
|
|
40
|
+
- febrero
|
|
41
|
+
- marzo
|
|
42
|
+
- abril
|
|
43
|
+
- mayo
|
|
44
|
+
- junio
|
|
45
|
+
- julio
|
|
46
|
+
- agosto
|
|
47
|
+
- septiembre
|
|
48
|
+
- octubre
|
|
49
|
+
- noviembre
|
|
50
|
+
- diciembre
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: cerca de 1 hora
|
|
59
|
+
other: cerca de %{count} horas
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: cerca de 1 mes
|
|
62
|
+
other: cerca de %{count} meses
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: cerca de 1 año
|
|
65
|
+
other: cerca de %{count} años
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: casi 1 año
|
|
68
|
+
other: casi %{count} años
|
|
69
|
+
half_a_minute: medio minuto
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: menos de 1 minuto
|
|
72
|
+
other: menos de %{count} minutos
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: menos de 1 segundo
|
|
75
|
+
other: menos de %{count} segundos
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: más de 1 año
|
|
78
|
+
other: más de %{count} años
|
|
79
|
+
x_days:
|
|
80
|
+
one: 1 día
|
|
81
|
+
other: ! '%{count} días'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: 1 minuto
|
|
84
|
+
other: ! '%{count} minutos'
|
|
85
|
+
x_months:
|
|
86
|
+
one: 1 mes
|
|
87
|
+
other: ! '%{count} meses'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: 1 segundo
|
|
90
|
+
other: ! '%{count} segundos'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Día
|
|
93
|
+
hour: Hora
|
|
94
|
+
minute: Minuto
|
|
95
|
+
month: Mes
|
|
96
|
+
second: Segundos
|
|
97
|
+
year: Año
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: debe ser aceptado
|
|
102
|
+
blank: no puede estar en blanco
|
|
103
|
+
confirmation: no coincide
|
|
104
|
+
empty: no puede estar vacío
|
|
105
|
+
equal_to: debe ser igual a %{count}
|
|
106
|
+
even: debe ser un número par
|
|
107
|
+
exclusion: está reservado
|
|
108
|
+
greater_than: debe ser mayor que %{count}
|
|
109
|
+
greater_than_or_equal_to: debe ser mayor o igual que %{count}
|
|
110
|
+
inclusion: no está incluido en la lista
|
|
111
|
+
invalid: es inválido
|
|
112
|
+
less_than: debe ser menor que %{count}
|
|
113
|
+
less_than_or_equal_to: debe ser menor o igual que %{count}
|
|
114
|
+
not_a_number: no es un número
|
|
115
|
+
not_an_integer: debe ser un entero
|
|
116
|
+
odd: debe ser un número non
|
|
117
|
+
record_invalid: ! 'La validación falló: %{errors}'
|
|
118
|
+
taken: ya ha sido tomado
|
|
119
|
+
too_long:
|
|
120
|
+
one: es demasiado largo (máximo 1 caracter)
|
|
121
|
+
other: es demasiado largo (máximo %{count} caracteres)
|
|
122
|
+
too_short:
|
|
123
|
+
one: es demasiado corto (mínimo 1 caracter)
|
|
124
|
+
other: es demasiado corto (mínimo %{count} caracteres)
|
|
125
|
+
wrong_length:
|
|
126
|
+
one: longitud errónea (debe ser de 1 caracter)
|
|
127
|
+
other: longitud errónea (debe ser de %{count} caracteres)
|
|
128
|
+
template:
|
|
129
|
+
body: ! 'Revise que los siguientes campos sean válidos:'
|
|
130
|
+
header:
|
|
131
|
+
one: ! '%{model} no pudo guardarse debido a 1 error'
|
|
132
|
+
other: ! '%{model} no pudo guardarse debido a %{count} errores'
|
|
133
|
+
helpers:
|
|
134
|
+
select:
|
|
135
|
+
prompt: Por favor selecciona
|
|
136
|
+
submit:
|
|
137
|
+
create: Crear %{model}
|
|
138
|
+
submit: Guardar %{model}
|
|
139
|
+
update: Actualizar %{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: 2
|
|
153
|
+
separator: ! ','
|
|
154
|
+
significant: false
|
|
155
|
+
strip_insignificant_zeros: false
|
|
156
|
+
human:
|
|
157
|
+
decimal_units:
|
|
158
|
+
format: ! '%n %u'
|
|
159
|
+
units:
|
|
160
|
+
billion: mil millones
|
|
161
|
+
million: millón
|
|
162
|
+
quadrillion: mil billones
|
|
163
|
+
thousand: mil
|
|
164
|
+
trillion: billón
|
|
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: ! ' y '
|
|
190
|
+
two_words_connector: ! ' y '
|
|
191
|
+
words_connector: ! ', '
|
|
192
|
+
time:
|
|
193
|
+
am: am
|
|
194
|
+
formats:
|
|
195
|
+
default: ! '%a, %d de %b de %Y a las %H:%M:%S %Z'
|
|
196
|
+
long: ! '%A, %d de %B de %Y a las %I:%M %p'
|
|
197
|
+
short: ! '%d de %b a las %H:%M hrs'
|
|
198
|
+
pm: pm
|