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,192 @@
|
|
|
1
|
+
es:
|
|
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: ! '%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: alrededor de 1 hora
|
|
59
|
+
other: alrededor de %{count} horas
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: alrededor de 1 mes
|
|
62
|
+
other: alrededor de %{count} meses
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: alrededor de 1 año
|
|
65
|
+
other: alrededor 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: Minutos
|
|
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 par
|
|
107
|
+
exclusion: está reservado
|
|
108
|
+
greater_than: debe ser mayor que %{count}
|
|
109
|
+
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
|
|
110
|
+
inclusion: no está incluido en la lista
|
|
111
|
+
invalid: no es válido
|
|
112
|
+
less_than: debe ser menor que %{count}
|
|
113
|
+
less_than_or_equal_to: debe ser menor que o igual a %{count}
|
|
114
|
+
not_a_number: no es un número
|
|
115
|
+
not_an_integer: debe ser un entero
|
|
116
|
+
odd: debe ser impar
|
|
117
|
+
record_invalid: ! 'La validación falló: %{errors}'
|
|
118
|
+
taken: ya está en uso
|
|
119
|
+
too_long: es demasiado largo (%{count} caracteres máximo)
|
|
120
|
+
too_short: es demasiado corto (%{count} caracteres mínimo)
|
|
121
|
+
wrong_length: no tiene la longitud correcta (%{count} caracteres exactos)
|
|
122
|
+
template:
|
|
123
|
+
body: ! 'Se encontraron problemas con los siguientes campos:'
|
|
124
|
+
header:
|
|
125
|
+
one: No se pudo guardar este/a %{model} porque se encontró 1 error
|
|
126
|
+
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
|
|
127
|
+
helpers:
|
|
128
|
+
select:
|
|
129
|
+
prompt: Por favor seleccione
|
|
130
|
+
submit:
|
|
131
|
+
create: Crear %{model}
|
|
132
|
+
submit: Guardar %{model}
|
|
133
|
+
update: Actualizar %{model}
|
|
134
|
+
number:
|
|
135
|
+
currency:
|
|
136
|
+
format:
|
|
137
|
+
delimiter: .
|
|
138
|
+
format: ! '%n %u'
|
|
139
|
+
precision: 2
|
|
140
|
+
separator: ! ','
|
|
141
|
+
significant: false
|
|
142
|
+
strip_insignificant_zeros: false
|
|
143
|
+
unit: €
|
|
144
|
+
format:
|
|
145
|
+
delimiter: .
|
|
146
|
+
precision: 3
|
|
147
|
+
separator: ! ','
|
|
148
|
+
significant: false
|
|
149
|
+
strip_insignificant_zeros: false
|
|
150
|
+
human:
|
|
151
|
+
decimal_units:
|
|
152
|
+
format: ! '%n %u'
|
|
153
|
+
units:
|
|
154
|
+
billion: mil millones
|
|
155
|
+
million: millón
|
|
156
|
+
quadrillion: mil billones
|
|
157
|
+
thousand: mil
|
|
158
|
+
trillion: billón
|
|
159
|
+
unit: ''
|
|
160
|
+
format:
|
|
161
|
+
delimiter: ''
|
|
162
|
+
precision: 1
|
|
163
|
+
significant: true
|
|
164
|
+
strip_insignificant_zeros: true
|
|
165
|
+
storage_units:
|
|
166
|
+
format: ! '%n %u'
|
|
167
|
+
units:
|
|
168
|
+
byte:
|
|
169
|
+
one: Byte
|
|
170
|
+
other: Bytes
|
|
171
|
+
gb: GB
|
|
172
|
+
kb: KB
|
|
173
|
+
mb: MB
|
|
174
|
+
tb: TB
|
|
175
|
+
percentage:
|
|
176
|
+
format:
|
|
177
|
+
delimiter: ''
|
|
178
|
+
precision:
|
|
179
|
+
format:
|
|
180
|
+
delimiter: ''
|
|
181
|
+
support:
|
|
182
|
+
array:
|
|
183
|
+
last_word_connector: ! ', y '
|
|
184
|
+
two_words_connector: ! ' y '
|
|
185
|
+
words_connector: ! ', '
|
|
186
|
+
time:
|
|
187
|
+
am: am
|
|
188
|
+
formats:
|
|
189
|
+
default: ! '%A, %d de %B de %Y %H:%M:%S %z'
|
|
190
|
+
long: ! '%d de %B de %Y %H:%M'
|
|
191
|
+
short: ! '%d de %b %H:%M'
|
|
192
|
+
pm: pm
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
et:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- P
|
|
5
|
+
- E
|
|
6
|
+
- T
|
|
7
|
+
- K
|
|
8
|
+
- N
|
|
9
|
+
- R
|
|
10
|
+
- L
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- jaan.
|
|
14
|
+
- veebr.
|
|
15
|
+
- märts
|
|
16
|
+
- apr.
|
|
17
|
+
- mai
|
|
18
|
+
- juuni
|
|
19
|
+
- juuli
|
|
20
|
+
- aug.
|
|
21
|
+
- sept.
|
|
22
|
+
- okt.
|
|
23
|
+
- nov.
|
|
24
|
+
- dets.
|
|
25
|
+
day_names:
|
|
26
|
+
- pühapäev
|
|
27
|
+
- esmaspäev
|
|
28
|
+
- teisipäev
|
|
29
|
+
- kolmapäev
|
|
30
|
+
- neljapäev
|
|
31
|
+
- reede
|
|
32
|
+
- laupäev
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%d. %B %Y'
|
|
36
|
+
short: ! '%d.%m.%y'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- jaanuar
|
|
40
|
+
- veebruar
|
|
41
|
+
- märts
|
|
42
|
+
- aprill
|
|
43
|
+
- mai
|
|
44
|
+
- juuni
|
|
45
|
+
- juuli
|
|
46
|
+
- august
|
|
47
|
+
- september
|
|
48
|
+
- oktoober
|
|
49
|
+
- november
|
|
50
|
+
- detsember
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: umbes %{count} tund
|
|
59
|
+
other: umbes %{count} tundi
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: umbes %{count} kuu
|
|
62
|
+
other: umbes %{count} kuud
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: umbes %{count} aasta
|
|
65
|
+
other: umbes %{count} aastat
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: peaaegu üks aasta
|
|
68
|
+
other: peaaegu %{count} aastat
|
|
69
|
+
half_a_minute: pool minutit
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: vähem kui %{count} minut
|
|
72
|
+
other: vähem kui %{count} minutit
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: vähem kui %{count} sekund
|
|
75
|
+
other: vähem kui %{count} sekundit
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: üle %{count} aasta
|
|
78
|
+
other: üle %{count} aasta
|
|
79
|
+
x_days:
|
|
80
|
+
one: ! '%{count} päev'
|
|
81
|
+
other: ! '%{count} päeva'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: ! '%{count} minut'
|
|
84
|
+
other: ! '%{count} minutit'
|
|
85
|
+
x_months:
|
|
86
|
+
one: ! '%{count} kuu'
|
|
87
|
+
other: ! '%{count} kuud'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: ! '%{count} sekund'
|
|
90
|
+
other: ! '%{count} sekundit'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Päev
|
|
93
|
+
hour: Tunde
|
|
94
|
+
minute: Minutit
|
|
95
|
+
month: Kuu
|
|
96
|
+
second: Sekundit
|
|
97
|
+
year: Aasta
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: peab olema heaks kiidetud
|
|
102
|
+
blank: on täitmata
|
|
103
|
+
confirmation: ei vasta kinnitusele
|
|
104
|
+
empty: on tühi
|
|
105
|
+
equal_to: peab olema võrdne arvuga %{count}
|
|
106
|
+
even: peab olema paarisarv
|
|
107
|
+
exclusion: on reserveeritud
|
|
108
|
+
greater_than: ei tohi olla suurem kui %{count}
|
|
109
|
+
greater_than_or_equal_to: peab olema suurem või võrdne arvuga %{count}
|
|
110
|
+
inclusion: ei leidu nimekirjas
|
|
111
|
+
invalid: ei ole korrektne
|
|
112
|
+
less_than: peab olema vähem kui %{count}
|
|
113
|
+
less_than_or_equal_to: peab olema vähem või võrdne arvuga %{count}
|
|
114
|
+
not_a_number: ei ole number
|
|
115
|
+
not_an_integer: peab olema täisarv
|
|
116
|
+
odd: peab olema paaritu arv
|
|
117
|
+
record_invalid: ! 'Valideerimine ebaõnnestus: %{errors}'
|
|
118
|
+
taken: on juba võetud
|
|
119
|
+
too_long: on liiga pikk (maksimum on %{count} tähemärki)
|
|
120
|
+
too_short: on liiga lühike (miinimum on %{count} tähemärki)
|
|
121
|
+
wrong_length: on vale pikkusega (peab olema %{count} tähemärki)
|
|
122
|
+
template:
|
|
123
|
+
body: ! 'Probleeme ilmnes järgmiste väljadega:'
|
|
124
|
+
header:
|
|
125
|
+
one: Üks viga takistas objekti %{model} salvestamist
|
|
126
|
+
other: ! '%{count} viga takistasid objekti %{model} salvestamist'
|
|
127
|
+
helpers:
|
|
128
|
+
select:
|
|
129
|
+
prompt: Palun vali
|
|
130
|
+
submit:
|
|
131
|
+
create: Loo uus %{model}
|
|
132
|
+
submit: Salvesta %{model}
|
|
133
|
+
update: Uuenda objekti %{model}
|
|
134
|
+
number:
|
|
135
|
+
currency:
|
|
136
|
+
format:
|
|
137
|
+
delimiter: ! ' '
|
|
138
|
+
format: ! '%n %u'
|
|
139
|
+
precision: 2
|
|
140
|
+
separator: ! ','
|
|
141
|
+
significant: false
|
|
142
|
+
strip_insignificant_zeros: false
|
|
143
|
+
unit: €
|
|
144
|
+
format:
|
|
145
|
+
delimiter: ! ' '
|
|
146
|
+
precision: 2
|
|
147
|
+
separator: ! ','
|
|
148
|
+
significant: false
|
|
149
|
+
strip_insignificant_zeros: false
|
|
150
|
+
human:
|
|
151
|
+
decimal_units:
|
|
152
|
+
format: ! '%n %u'
|
|
153
|
+
units:
|
|
154
|
+
billion: miljard
|
|
155
|
+
million: miljon
|
|
156
|
+
quadrillion: kvadriljon
|
|
157
|
+
thousand: tuhat
|
|
158
|
+
trillion: triljon
|
|
159
|
+
unit: ''
|
|
160
|
+
format:
|
|
161
|
+
delimiter: ''
|
|
162
|
+
precision: 1
|
|
163
|
+
significant: true
|
|
164
|
+
strip_insignificant_zeros: true
|
|
165
|
+
storage_units:
|
|
166
|
+
format: ! '%n %u'
|
|
167
|
+
units:
|
|
168
|
+
byte:
|
|
169
|
+
one: bait
|
|
170
|
+
other: baiti
|
|
171
|
+
gb: GB
|
|
172
|
+
kb: KB
|
|
173
|
+
mb: MB
|
|
174
|
+
tb: TB
|
|
175
|
+
percentage:
|
|
176
|
+
format:
|
|
177
|
+
delimiter: ''
|
|
178
|
+
precision:
|
|
179
|
+
format:
|
|
180
|
+
delimiter: ''
|
|
181
|
+
support:
|
|
182
|
+
array:
|
|
183
|
+
last_word_connector: ! ' ja '
|
|
184
|
+
two_words_connector: ! ' ja '
|
|
185
|
+
words_connector: ! ', '
|
|
186
|
+
time:
|
|
187
|
+
am: enne lõunat
|
|
188
|
+
formats:
|
|
189
|
+
default: ! '%d. %B %Y, %H:%M'
|
|
190
|
+
long: ! '%a, %d. %b %Y, %H:%M:%S %z'
|
|
191
|
+
short: ! '%d.%m.%y, %H:%M'
|
|
192
|
+
pm: pärast lõunat
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
eu:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Igan
|
|
5
|
+
- Astel
|
|
6
|
+
- Astear
|
|
7
|
+
- Asteaz
|
|
8
|
+
- Oste
|
|
9
|
+
- Osti
|
|
10
|
+
- Lar
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Urt
|
|
14
|
+
- Ots
|
|
15
|
+
- Mar
|
|
16
|
+
- Api
|
|
17
|
+
- Mai
|
|
18
|
+
- Eka
|
|
19
|
+
- Uzt
|
|
20
|
+
- Abu
|
|
21
|
+
- Ira
|
|
22
|
+
- Urr
|
|
23
|
+
- Aza
|
|
24
|
+
- Aben
|
|
25
|
+
day_names:
|
|
26
|
+
- Igandea
|
|
27
|
+
- Astelehena
|
|
28
|
+
- Asteartea
|
|
29
|
+
- Asteazkena
|
|
30
|
+
- Osteguna
|
|
31
|
+
- Ostirala
|
|
32
|
+
- Larunbata
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%Y/%m/%e'
|
|
35
|
+
long: ! '%Y(e)ko %Bk %e'
|
|
36
|
+
short: ! '%b %e'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Urtarrila
|
|
40
|
+
- Otsaila
|
|
41
|
+
- Martxoa
|
|
42
|
+
- Apirila
|
|
43
|
+
- Maiatza
|
|
44
|
+
- Ekaina
|
|
45
|
+
- Uztaila
|
|
46
|
+
- Abuztua
|
|
47
|
+
- Iraila
|
|
48
|
+
- Urria
|
|
49
|
+
- Azaroa
|
|
50
|
+
- Abendua
|
|
51
|
+
order:
|
|
52
|
+
- :year
|
|
53
|
+
- :month
|
|
54
|
+
- :day
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: ordu bat inguru
|
|
59
|
+
other: ! '%{count} ordu inguru'
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: hilabete bat inguru
|
|
62
|
+
other: ! '%{count} hilabete inguru'
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: urte bat inguru
|
|
65
|
+
other: ! '%{count} urte inguru'
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: ia urte bat
|
|
68
|
+
other: ia %{count} urte
|
|
69
|
+
half_a_minute: minutu erdi
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: 1 minutu bat baino gutxiago
|
|
72
|
+
other: ! '%{count} minutu baino gutxiago'
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: segundu bat baino gutxiago
|
|
75
|
+
other: ! '%{count} segundu baino gutxiago'
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: urte bat baino gehiago
|
|
78
|
+
other: ! '%{count} urte baino gehiago'
|
|
79
|
+
x_days:
|
|
80
|
+
one: egun bat
|
|
81
|
+
other: ! '%{count} egun'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: minutu bat
|
|
84
|
+
other: ! '%{count} minutu'
|
|
85
|
+
x_months:
|
|
86
|
+
one: hilabete bat
|
|
87
|
+
other: ! '%{count} hilabete'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: segundu bat
|
|
90
|
+
other: ! '%{count} segundu'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Egun
|
|
93
|
+
hour: Ordu
|
|
94
|
+
minute: Minutu
|
|
95
|
+
month: Hilabete
|
|
96
|
+
second: Segundu
|
|
97
|
+
year: Urte
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: onartuta izan behar da
|
|
102
|
+
blank: ezin da zuriz utzi
|
|
103
|
+
confirmation: ez dator bat konfirmazioarekin
|
|
104
|
+
empty: ezin da hutsik egon
|
|
105
|
+
equal_to: ! '%{count} izan behar da'
|
|
106
|
+
even: bikoitia izan behar du
|
|
107
|
+
exclusion: erreserbatuta dago
|
|
108
|
+
greater_than: ! '%{count} baino handiagoa izan behar da'
|
|
109
|
+
greater_than_or_equal_to: ! '%{count} baino handiago edo berdin izan behar da'
|
|
110
|
+
inclusion: ez da zerrendako aukera bat
|
|
111
|
+
invalid: ez da zuzena
|
|
112
|
+
less_than: ! '%{count} baino txikiago izan behar da'
|
|
113
|
+
less_than_or_equal_to: ! '%{count} baino txikiago edo berdin izan behar da'
|
|
114
|
+
not_a_number: ez da zenbaki bat
|
|
115
|
+
not_an_integer: zenbaki osoa izan behar da
|
|
116
|
+
odd: bakoitia izan behar du
|
|
117
|
+
record_invalid: ! 'Balioztatze arazoa: %{errors}'
|
|
118
|
+
taken: hartuta dago
|
|
119
|
+
too_long: luzeegia da (%{count} karaktere gehienez)
|
|
120
|
+
too_short: laburregia da (%{count} karaktere gutxienez)
|
|
121
|
+
wrong_length: ez du luzeera zuzena (%{count} karaktere izan behar ditu)
|
|
122
|
+
template:
|
|
123
|
+
body: ! 'Arazoak egon dira ondoko eremuekin:'
|
|
124
|
+
header:
|
|
125
|
+
one: Errore batek ezinezkoa egin du %{model} hau gordetzea
|
|
126
|
+
other: ! '%{count} errorek ezinezkoa egiten dute %{model} hau gordetzea'
|
|
127
|
+
helpers:
|
|
128
|
+
select:
|
|
129
|
+
prompt: Mesedez, aukeratu
|
|
130
|
+
submit:
|
|
131
|
+
create: ! '%{model}a eratu'
|
|
132
|
+
submit: ! '%{model}a gorde'
|
|
133
|
+
update: ! '%{model}a eguneratu'
|
|
134
|
+
number:
|
|
135
|
+
currency:
|
|
136
|
+
format:
|
|
137
|
+
delimiter: .
|
|
138
|
+
format: ! '%n %u'
|
|
139
|
+
precision: 2
|
|
140
|
+
separator: ! ','
|
|
141
|
+
significant: false
|
|
142
|
+
strip_insignificant_zeros: false
|
|
143
|
+
unit: €
|
|
144
|
+
format:
|
|
145
|
+
delimiter: .
|
|
146
|
+
precision: 3
|
|
147
|
+
separator: ! ','
|
|
148
|
+
significant: false
|
|
149
|
+
strip_insignificant_zeros: false
|
|
150
|
+
human:
|
|
151
|
+
decimal_units:
|
|
152
|
+
format: ! '%n %u'
|
|
153
|
+
units:
|
|
154
|
+
billion: Mila milioi
|
|
155
|
+
million: Milioi
|
|
156
|
+
quadrillion: Kuatrilioi
|
|
157
|
+
thousand: Mila
|
|
158
|
+
trillion: Trilioi
|
|
159
|
+
unit: ''
|
|
160
|
+
format:
|
|
161
|
+
delimiter: ''
|
|
162
|
+
precision: 3
|
|
163
|
+
significant: true
|
|
164
|
+
strip_insignificant_zeros: true
|
|
165
|
+
storage_units:
|
|
166
|
+
format: ! '%n %u'
|
|
167
|
+
units:
|
|
168
|
+
byte:
|
|
169
|
+
one: Byte
|
|
170
|
+
other: Byte
|
|
171
|
+
gb: GB
|
|
172
|
+
kb: KB
|
|
173
|
+
mb: MB
|
|
174
|
+
tb: TB
|
|
175
|
+
percentage:
|
|
176
|
+
format:
|
|
177
|
+
delimiter: ''
|
|
178
|
+
precision:
|
|
179
|
+
format:
|
|
180
|
+
delimiter: ''
|
|
181
|
+
support:
|
|
182
|
+
array:
|
|
183
|
+
last_word_connector: ! ' eta '
|
|
184
|
+
two_words_connector: ! ' eta '
|
|
185
|
+
words_connector: ! ', '
|
|
186
|
+
time:
|
|
187
|
+
am: am
|
|
188
|
+
formats:
|
|
189
|
+
default: ! '%A, %Y(e)ko %Bren %e %H:%M:%S %z'
|
|
190
|
+
long: ! '%Y(e)ko %Bren %e, %H:%M'
|
|
191
|
+
short: ! '%b %e, %H:%M'
|
|
192
|
+
pm: pm
|