observatorio-jekyll-theme 0.1.2
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.txt +168 -0
- data/README.md +164 -0
- data/_config.yml +112 -0
- data/_data/assets.json +4 -0
- data/_data/en.yml +106 -0
- data/_data/es.yml +131 -0
- data/_data/forms/asociate.yml +55 -0
- data/_data/forms/contacto.yml +59 -0
- data/_data/forms/dona.yml +60 -0
- data/_data/forms/newsletter.yml +18 -0
- data/_data/forms/shipping_address.yml +94 -0
- data/_data/forms/sumate.yml +46 -0
- data/_data/forms/user.yml +13 -0
- data/_data/layouts/about.yml +112 -0
- data/_data/layouts/banner_1.yml +65 -0
- data/_data/layouts/banner_2.yml +89 -0
- data/_data/layouts/biblioteca.yml +110 -0
- data/_data/layouts/cart.yml +222 -0
- data/_data/layouts/confirmation.yml +68 -0
- data/_data/layouts/contacto.yml +82 -0
- data/_data/layouts/email.yml +56 -0
- data/_data/layouts/integrante.yml +60 -0
- data/_data/layouts/menu.yml +73 -0
- data/_data/layouts/payment.yml +126 -0
- data/_data/layouts/peticiones.yml +87 -0
- data/_data/layouts/post.yml +135 -0
- data/_data/layouts/product.yml +142 -0
- data/_data/layouts/shipment.yml +126 -0
- data/_data/layouts/theme.yml +266 -0
- data/_includes/5b0263ea6cfc4dab9f3d3fcec87a8337.webp +0 -0
- data/_includes/archive.html +14 -0
- data/_includes/archive_layout_about.html +0 -0
- data/_includes/archive_layout_articulos.html +14 -0
- data/_includes/archive_layout_banner-1.html +0 -0
- data/_includes/archive_layout_banner-2.html +0 -0
- data/_includes/archive_layout_banner_1.html +0 -0
- data/_includes/archive_layout_banner_2.html +0 -0
- data/_includes/archive_layout_biblioteca.html +16 -0
- data/_includes/archive_layout_contacto.html +0 -0
- data/_includes/archive_layout_integrantes.html +26 -0
- data/_includes/archive_layout_layout.html +0 -0
- data/_includes/archive_layout_menu.html +0 -0
- data/_includes/archive_layout_theme.html +0 -0
- data/_includes/archive_post.html +0 -0
- data/_includes/boolean.html +30 -0
- data/_includes/cart_add.html +8 -0
- data/_includes/cart_controller.html +11 -0
- data/_includes/contact.html +23 -0
- data/_includes/content.html +1 -0
- data/_includes/country.html +53 -0
- data/_includes/device_detector.html +15 -0
- data/_includes/donacion.html +125 -0
- data/_includes/email.html +1 -0
- data/_includes/file.html +35 -0
- data/_includes/floating_alert.html +6 -0
- data/_includes/footer.html +11 -0
- data/_includes/form/boolean.html +1 -0
- data/_includes/form/content.html +1 -0
- data/_includes/form/email.html +1 -0
- data/_includes/form/file.html +1 -0
- data/_includes/form/hidden.html +1 -0
- data/_includes/form/image.html +1 -0
- data/_includes/form/input.html +1 -0
- data/_includes/form/markdown_content.html +1 -0
- data/_includes/form/number.html +1 -0
- data/_includes/form/predefined_array.html +1 -0
- data/_includes/form/section.html +1 -0
- data/_includes/form/separator.html +1 -0
- data/_includes/form/string.html +1 -0
- data/_includes/form/submit.html +1 -0
- data/_includes/form/tel.html +1 -0
- data/_includes/form/text.html +1 -0
- data/_includes/form/url.html +1 -0
- data/_includes/hidden.html +5 -0
- data/_includes/image.html +32 -0
- data/_includes/input.html +49 -0
- data/_includes/intento%20logo%20b_edited.webp +0 -0
- data/_includes/item.html +38 -0
- data/_includes/logo.png +0 -0
- data/_includes/logo.svg +1560 -0
- data/_includes/markdown_content.html +1 -0
- data/_includes/matomo.html +15 -0
- data/_includes/menu.html +27 -0
- data/_includes/navbar.html +32 -0
- data/_includes/newsletter.html +10 -0
- data/_includes/notification.html +5 -0
- data/_includes/number.html +1 -0
- data/_includes/pack.html +1 -0
- data/_includes/password.html +1 -0
- data/_includes/pay_what_you_can_controller.html +13 -0
- data/_includes/picture.html +23 -0
- data/_includes/post.html +48 -0
- data/_includes/postal_code.html +45 -0
- data/_includes/predefined_array.html +39 -0
- data/_includes/preload_font.html +1 -0
- data/_includes/product.html +38 -0
- data/_includes/search.html +25 -0
- data/_includes/section.html +1 -0
- data/_includes/separator.html +1 -0
- data/_includes/share.html +22 -0
- data/_includes/share_box.html +29 -0
- data/_includes/social_networks.html +8 -0
- data/_includes/state.html +52 -0
- data/_includes/string.html +3 -0
- data/_includes/subitem.html +7 -0
- data/_includes/submit.html +5 -0
- data/_includes/tel.html +1 -0
- data/_includes/text.html +32 -0
- data/_includes/url.html +1 -0
- data/_includes/video.html +7 -0
- data/_layouts/about.html +52 -0
- data/_layouts/acciones.html +21 -0
- data/_layouts/archive.html +5 -0
- data/_layouts/asociate.html +20 -0
- data/_layouts/biblioteca.html +85 -0
- data/_layouts/cart.html +72 -0
- data/_layouts/confirmation.html +23 -0
- data/_layouts/contacto.html +47 -0
- data/_layouts/default.html +72 -0
- data/_layouts/dona.html +20 -0
- data/_layouts/home.html +142 -0
- data/_layouts/integrante.html +26 -0
- data/_layouts/layout-categories.html +5 -0
- data/_layouts/layout.html +6 -0
- data/_layouts/page.html +5 -0
- data/_layouts/participa.html +12 -0
- data/_layouts/payment.html +21 -0
- data/_layouts/peticiones.html +24 -0
- data/_layouts/post.html +91 -0
- data/_layouts/product.html +110 -0
- data/_layouts/shipment.html +52 -0
- data/_layouts/sumate.html +20 -0
- data/_sass/accessibility.scss +54 -0
- data/_sass/content.scss +11 -0
- data/_sass/editor.scss +29 -0
- data/_sass/embed.scss +13 -0
- data/_sass/floating_alert.scss +48 -0
- data/_sass/fonts.scss +29 -0
- data/_sass/helpers.scss +379 -0
- data/_sass/menu.scss +36 -0
- data/_sass/share_box.scss +26 -0
- data/_sass/slider.scss +29 -0
- data/_sass/snap.scss +60 -0
- data/_sass/toggler.scss +62 -0
- data/assets/css/styles.scss +173 -0
- data/assets/data/site.json +10 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js +114 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js.map +1 -0
- data/assets/templates/alert.html +9 -0
- data/assets/templates/cart.html +67 -0
- data/assets/templates/confirmation.html +67 -0
- data/assets/templates/payment_methods.html +64 -0
- data/assets/templates/recover_order.html +13 -0
- data/assets/templates/results.html +53 -0
- data/assets/templates/shipping_methods.html +38 -0
- metadata +568 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: 'string'
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
es: 'Título del artículo'
|
|
7
|
+
en: 'Post title'
|
|
8
|
+
help:
|
|
9
|
+
es: '¡Un título que invite a leer el artículo!'
|
|
10
|
+
en: 'A title that invites people to read the post!'
|
|
11
|
+
description:
|
|
12
|
+
type: 'text'
|
|
13
|
+
required: true
|
|
14
|
+
label:
|
|
15
|
+
es: 'Alerta de contenido o descripción del artículo'
|
|
16
|
+
en: 'Content warning or post description'
|
|
17
|
+
help:
|
|
18
|
+
es: |
|
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
|
23
|
+
abrirlo.
|
|
24
|
+
en: |
|
|
25
|
+
Summary of the post contents, also used by social media and search
|
|
26
|
+
engines. If the post is about violence and other sensitive
|
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
|
28
|
+
can decide when they want to read it.
|
|
29
|
+
image:
|
|
30
|
+
type: 'image'
|
|
31
|
+
path:
|
|
32
|
+
label:
|
|
33
|
+
es: 'Imagen principal'
|
|
34
|
+
en: 'Main image'
|
|
35
|
+
help:
|
|
36
|
+
es: |
|
|
37
|
+
Se utiliza para ilustrar el artículo y como previsualización en
|
|
38
|
+
las redes sociales.
|
|
39
|
+
en: |
|
|
40
|
+
It's used to illustrate the article and as preview in social
|
|
41
|
+
networks.
|
|
42
|
+
description:
|
|
43
|
+
label:
|
|
44
|
+
es: 'Descripción de la imagen principal'
|
|
45
|
+
en: 'Main image description'
|
|
46
|
+
help:
|
|
47
|
+
es: |
|
|
48
|
+
Describe la imagen principal para usuaries no videntes y
|
|
49
|
+
buscadores
|
|
50
|
+
en: |
|
|
51
|
+
Describe the main image for blind or partially sighted users and
|
|
52
|
+
search engines
|
|
53
|
+
content:
|
|
54
|
+
type: 'content'
|
|
55
|
+
label:
|
|
56
|
+
es: 'Contenido del artículo'
|
|
57
|
+
en: 'Post content'
|
|
58
|
+
help:
|
|
59
|
+
es: 'Escribe aquí el artículo'
|
|
60
|
+
en: 'Write down your post'
|
|
61
|
+
link:
|
|
62
|
+
type: 'url'
|
|
63
|
+
label:
|
|
64
|
+
es: 'Vínculo a un sitio externo'
|
|
65
|
+
en: 'Link to an external site'
|
|
66
|
+
help:
|
|
67
|
+
es: |
|
|
68
|
+
Pegar la dirección del artículo de prensa aquí
|
|
69
|
+
en: |
|
|
70
|
+
Paste the address for the press article here
|
|
71
|
+
file:
|
|
72
|
+
type: 'file'
|
|
73
|
+
label:
|
|
74
|
+
es: 'Archivo'
|
|
75
|
+
en: 'File'
|
|
76
|
+
help:
|
|
77
|
+
es: Subir el archivo a la biblioteca
|
|
78
|
+
en: Upload a file to the library
|
|
79
|
+
categories:
|
|
80
|
+
type: 'array'
|
|
81
|
+
label:
|
|
82
|
+
es: 'Categorías'
|
|
83
|
+
en: 'Categories'
|
|
84
|
+
help:
|
|
85
|
+
es: 'Ayudan a organizar los artículos en temas'
|
|
86
|
+
en: 'Use categories to organize posts by themes'
|
|
87
|
+
draft:
|
|
88
|
+
type: 'boolean'
|
|
89
|
+
label:
|
|
90
|
+
es: 'Borrador'
|
|
91
|
+
en: 'Draft'
|
|
92
|
+
help:
|
|
93
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
94
|
+
en: "This post isn't ready to be published yet"
|
|
95
|
+
order:
|
|
96
|
+
type: 'order'
|
|
97
|
+
label:
|
|
98
|
+
es: 'Orden'
|
|
99
|
+
en: 'Order'
|
|
100
|
+
help:
|
|
101
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
102
|
+
en: 'The post position in the posts list'
|
|
103
|
+
alternate-permalinks:
|
|
104
|
+
type: 'array'
|
|
105
|
+
label:
|
|
106
|
+
es: 'Direcciones alternativas'
|
|
107
|
+
en: 'Alternate permalinks'
|
|
108
|
+
help:
|
|
109
|
+
es: 'Las direcciones alternativas vinculan a este artículo, para no romper vínculos si la dirección cambia'
|
|
110
|
+
en: 'Alternate permalinks are linked to this post, to keep links from breaking when the permalink changes'
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
---
|
|
2
|
+
meta:
|
|
3
|
+
limit: 1
|
|
4
|
+
help:
|
|
5
|
+
es: 'Personalización de varios elementos del carrito. Si hay varios artículos, se toma el primero de la lista.'
|
|
6
|
+
en: 'Personalization for several cart elements. If there are several articles, the first in the list is used.'
|
|
7
|
+
title:
|
|
8
|
+
type: string
|
|
9
|
+
required: true
|
|
10
|
+
label:
|
|
11
|
+
es: Título
|
|
12
|
+
en: Title
|
|
13
|
+
help:
|
|
14
|
+
es: 'El título de la página del carrito de compras'
|
|
15
|
+
en: 'Page title for cart page'
|
|
16
|
+
default:
|
|
17
|
+
es: 'Carrito de compras'
|
|
18
|
+
en: 'Cart'
|
|
19
|
+
content:
|
|
20
|
+
type: 'content'
|
|
21
|
+
label:
|
|
22
|
+
es: 'Contenido'
|
|
23
|
+
en: 'Content'
|
|
24
|
+
help:
|
|
25
|
+
es: 'Texto que quieras agregar al carrito, forma de funcionamiento, anuncios, tiempos de entrega, etc.'
|
|
26
|
+
en: 'Any text you want to add to the cart: how it works, announcements, etc.'
|
|
27
|
+
product:
|
|
28
|
+
type: 'string'
|
|
29
|
+
required: true
|
|
30
|
+
label:
|
|
31
|
+
es: 'Nombre del ítem en venta'
|
|
32
|
+
en: 'Name of the item for sale'
|
|
33
|
+
help:
|
|
34
|
+
es: 'El nombre que tienen los productos o servicios que vendés, por ejemplo Libros'
|
|
35
|
+
en: "The name of the product or service you're selling, for example Books"
|
|
36
|
+
default:
|
|
37
|
+
es: 'Producto'
|
|
38
|
+
en: 'Product'
|
|
39
|
+
currency:
|
|
40
|
+
type: 'string'
|
|
41
|
+
required: true
|
|
42
|
+
label:
|
|
43
|
+
es: 'Moneda'
|
|
44
|
+
en: 'Currency'
|
|
45
|
+
help:
|
|
46
|
+
es: 'Código de tres letras de la moneda en la que se expresan los precios'
|
|
47
|
+
en: 'Three letter code to denote currency used in pricing'
|
|
48
|
+
default:
|
|
49
|
+
es: 'ARS'
|
|
50
|
+
en: 'USD'
|
|
51
|
+
currency_alternate:
|
|
52
|
+
type: 'string'
|
|
53
|
+
required: true
|
|
54
|
+
label:
|
|
55
|
+
es: 'Moneda alternativa'
|
|
56
|
+
en: 'Alternative currency'
|
|
57
|
+
help:
|
|
58
|
+
es: 'Nombre alternativo de la moneda, para mostrar, por ejemplo "$", "pesos", "pe", etc'
|
|
59
|
+
en: 'Alternative name of currency to be shown, for example "$", "dollars", etc'
|
|
60
|
+
default:
|
|
61
|
+
es: 'ARS'
|
|
62
|
+
en: 'USD'
|
|
63
|
+
price:
|
|
64
|
+
type: 'string'
|
|
65
|
+
required: true
|
|
66
|
+
label:
|
|
67
|
+
es: 'Precio'
|
|
68
|
+
en: 'Price'
|
|
69
|
+
help:
|
|
70
|
+
es: ''
|
|
71
|
+
en: ''
|
|
72
|
+
default:
|
|
73
|
+
es: 'Precio'
|
|
74
|
+
en: 'Price'
|
|
75
|
+
quantity:
|
|
76
|
+
type: 'string'
|
|
77
|
+
required: true
|
|
78
|
+
label:
|
|
79
|
+
es: 'Cantidad'
|
|
80
|
+
en: 'Quantity'
|
|
81
|
+
help:
|
|
82
|
+
es: 'Nombre del selector de cantidades'
|
|
83
|
+
en: 'Name of quantity selector'
|
|
84
|
+
default:
|
|
85
|
+
es: 'Cantidad'
|
|
86
|
+
en: 'Quantity'
|
|
87
|
+
subtotal:
|
|
88
|
+
type: 'string'
|
|
89
|
+
required: true
|
|
90
|
+
label:
|
|
91
|
+
es: 'Subtotal'
|
|
92
|
+
en: 'Subtotal'
|
|
93
|
+
help:
|
|
94
|
+
es: 'Nombre de la suma de precios por ítem de venta'
|
|
95
|
+
en: 'Name for the price sum per sale item'
|
|
96
|
+
default:
|
|
97
|
+
es: 'Subtotal'
|
|
98
|
+
en: 'Subtotal'
|
|
99
|
+
total:
|
|
100
|
+
type: 'string'
|
|
101
|
+
required: true
|
|
102
|
+
label:
|
|
103
|
+
es: 'Total'
|
|
104
|
+
en: 'Total'
|
|
105
|
+
help:
|
|
106
|
+
es: 'Nombre de la suma total del pedido'
|
|
107
|
+
en: 'Name of total sum'
|
|
108
|
+
default:
|
|
109
|
+
es: 'Total'
|
|
110
|
+
en: 'Total'
|
|
111
|
+
add:
|
|
112
|
+
type: 'string'
|
|
113
|
+
required: true
|
|
114
|
+
label:
|
|
115
|
+
es: 'Botón de agregar libro'
|
|
116
|
+
en: 'Add to cart button'
|
|
117
|
+
help:
|
|
118
|
+
es: 'El texto del botón de agregar al carrito'
|
|
119
|
+
en: 'Text on Add to cart button'
|
|
120
|
+
default:
|
|
121
|
+
es: 'Agregar al carrito'
|
|
122
|
+
en: 'Add to cart'
|
|
123
|
+
added:
|
|
124
|
+
type: 'string'
|
|
125
|
+
required: true
|
|
126
|
+
label:
|
|
127
|
+
es: 'Producto agregado'
|
|
128
|
+
en: 'Product added to cart'
|
|
129
|
+
help:
|
|
130
|
+
es: 'Texto para avisar que el producto fue agregado al carrito'
|
|
131
|
+
en: 'Text to notify when a product has been added to the cart'
|
|
132
|
+
default:
|
|
133
|
+
es: 'Agregado al carrito'
|
|
134
|
+
en: 'Product added to cart'
|
|
135
|
+
out_of_stock:
|
|
136
|
+
type: 'string'
|
|
137
|
+
required: true
|
|
138
|
+
label:
|
|
139
|
+
es: 'Sin stock'
|
|
140
|
+
en: 'Sold out'
|
|
141
|
+
help:
|
|
142
|
+
es: 'Texto del botón de agregar al carrito cuando el libro está agotado'
|
|
143
|
+
en: 'Text for grayed-out Add to cart button when no stock is available'
|
|
144
|
+
default:
|
|
145
|
+
es: 'Agotado'
|
|
146
|
+
en: 'Sold out'
|
|
147
|
+
remove:
|
|
148
|
+
type: 'string'
|
|
149
|
+
required: true
|
|
150
|
+
label:
|
|
151
|
+
es: 'Botón de quitar producto'
|
|
152
|
+
en: 'Remove product button'
|
|
153
|
+
help:
|
|
154
|
+
es: 'El texto del botón de quitar del carrito'
|
|
155
|
+
en: 'Text for Remove product button'
|
|
156
|
+
default:
|
|
157
|
+
es: 'Quitar del carrito'
|
|
158
|
+
en: 'Remove product'
|
|
159
|
+
length_unit:
|
|
160
|
+
type: 'string'
|
|
161
|
+
required: true
|
|
162
|
+
label:
|
|
163
|
+
es: 'Unidad de medida de los productos'
|
|
164
|
+
en: 'Measurement unit for products'
|
|
165
|
+
help:
|
|
166
|
+
es: ''
|
|
167
|
+
en: ''
|
|
168
|
+
default:
|
|
169
|
+
es: 'mm'
|
|
170
|
+
en: 'mm'
|
|
171
|
+
weight_unit:
|
|
172
|
+
type: 'string'
|
|
173
|
+
required: true
|
|
174
|
+
label:
|
|
175
|
+
es: 'Unidad de medida para el peso de los productos'
|
|
176
|
+
en: 'Measurement unit for products weight'
|
|
177
|
+
help:
|
|
178
|
+
es: ''
|
|
179
|
+
en: ''
|
|
180
|
+
default:
|
|
181
|
+
es: 'gr'
|
|
182
|
+
en: 'gr'
|
|
183
|
+
back:
|
|
184
|
+
type: 'string'
|
|
185
|
+
required: true
|
|
186
|
+
label:
|
|
187
|
+
es: 'Volver a la tienda'
|
|
188
|
+
en: 'Back'
|
|
189
|
+
help:
|
|
190
|
+
es: 'Nombre del botón para volver a la tienda'
|
|
191
|
+
en: 'Text for Back to store button'
|
|
192
|
+
default:
|
|
193
|
+
es: 'Volver a la tienda'
|
|
194
|
+
en: 'Back'
|
|
195
|
+
permalink:
|
|
196
|
+
type: 'permalink'
|
|
197
|
+
required: true
|
|
198
|
+
label:
|
|
199
|
+
es: 'Dirección de la página'
|
|
200
|
+
en: ''
|
|
201
|
+
help:
|
|
202
|
+
es: 'La dirección de la página del carrito dentro del sitio'
|
|
203
|
+
en: 'Address for cart page inside site'
|
|
204
|
+
default:
|
|
205
|
+
es: 'carrito/'
|
|
206
|
+
en: 'cart/'
|
|
207
|
+
draft:
|
|
208
|
+
type: 'boolean'
|
|
209
|
+
label:
|
|
210
|
+
es: 'Borrador'
|
|
211
|
+
en: 'Draft'
|
|
212
|
+
help:
|
|
213
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
214
|
+
en: "This post isn't ready to be published yet"
|
|
215
|
+
order:
|
|
216
|
+
type: 'order'
|
|
217
|
+
label:
|
|
218
|
+
es: 'Orden'
|
|
219
|
+
en: 'Order'
|
|
220
|
+
help:
|
|
221
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
222
|
+
en: 'The post position in the posts list'
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
meta:
|
|
3
|
+
limit: 1
|
|
4
|
+
help:
|
|
5
|
+
es: Página de confirmación de compra. Si hay varias se toma la primera de la lista.
|
|
6
|
+
en: ''
|
|
7
|
+
title:
|
|
8
|
+
type: string
|
|
9
|
+
required: true
|
|
10
|
+
label:
|
|
11
|
+
es: Título
|
|
12
|
+
en: Title
|
|
13
|
+
help:
|
|
14
|
+
es: 'Título de la confirmación'
|
|
15
|
+
en: 'Confirmation page title'
|
|
16
|
+
default:
|
|
17
|
+
es: '¡Gracias por tu compra!'
|
|
18
|
+
en: 'Thank you for your purchase!'
|
|
19
|
+
content:
|
|
20
|
+
type: 'content'
|
|
21
|
+
label:
|
|
22
|
+
es: 'Contenido'
|
|
23
|
+
en: 'Content'
|
|
24
|
+
help:
|
|
25
|
+
es: 'Puedes agregar información de contacto, tiempos de entrega, etc. aquí.'
|
|
26
|
+
en: 'You may add contact information, timeframe for delivery, etc. here'
|
|
27
|
+
default:
|
|
28
|
+
es: 'En breve te llegará un correo con la información de tu pedido.'
|
|
29
|
+
en: 'You will receive an email detailing your purchase soon.'
|
|
30
|
+
permalink:
|
|
31
|
+
type: 'permalink'
|
|
32
|
+
required: true
|
|
33
|
+
label:
|
|
34
|
+
es: 'Dirección de la página'
|
|
35
|
+
en: 'Confirmation page address'
|
|
36
|
+
help:
|
|
37
|
+
es: 'La dirección de la página de confirmación dentro del sitio'
|
|
38
|
+
en: 'The address the confirmation page holds within your site'
|
|
39
|
+
default:
|
|
40
|
+
es: 'confirmacion/'
|
|
41
|
+
en: 'confirmation/'
|
|
42
|
+
back:
|
|
43
|
+
type: 'string'
|
|
44
|
+
label:
|
|
45
|
+
es: 'Volver al sitio'
|
|
46
|
+
en: 'Back to site'
|
|
47
|
+
help:
|
|
48
|
+
es: 'Texto del botón de volver al sitio'
|
|
49
|
+
en: 'Text for Back to site button'
|
|
50
|
+
default:
|
|
51
|
+
es: 'Volver al sitio'
|
|
52
|
+
en: 'Back to site'
|
|
53
|
+
draft:
|
|
54
|
+
type: 'boolean'
|
|
55
|
+
label:
|
|
56
|
+
es: 'Borrador'
|
|
57
|
+
en: 'Draft'
|
|
58
|
+
help:
|
|
59
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
60
|
+
en: "This post isn't ready to be published yet"
|
|
61
|
+
order:
|
|
62
|
+
type: 'order'
|
|
63
|
+
label:
|
|
64
|
+
es: 'Orden'
|
|
65
|
+
en: 'Order'
|
|
66
|
+
help:
|
|
67
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
68
|
+
en: 'The post position in the posts list'
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
---
|
|
2
|
+
meta:
|
|
3
|
+
limit: 1
|
|
4
|
+
help:
|
|
5
|
+
en: ''
|
|
6
|
+
es: 'Página de contacto, solo se utiliza la primera de la lista.'
|
|
7
|
+
title:
|
|
8
|
+
type: 'string'
|
|
9
|
+
required: true
|
|
10
|
+
label:
|
|
11
|
+
es: 'Título del artículo'
|
|
12
|
+
en: 'Post title'
|
|
13
|
+
help:
|
|
14
|
+
es: '¡Un título que invite a leer el artículo!'
|
|
15
|
+
en: 'A title that invites people to read the post!'
|
|
16
|
+
description:
|
|
17
|
+
type: 'text'
|
|
18
|
+
required: true
|
|
19
|
+
label:
|
|
20
|
+
es: 'Alerta de contenido o descripción del artículo'
|
|
21
|
+
en: 'Content warning or post description'
|
|
22
|
+
help:
|
|
23
|
+
es: |
|
|
24
|
+
Resumen del contenido del artículo, que también usarán redes
|
|
25
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
|
26
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
|
27
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
|
28
|
+
abrirlo.
|
|
29
|
+
en: |
|
|
30
|
+
Summary of the post contents, also used by social media and search
|
|
31
|
+
engines. If the post is about violence and other sensitive
|
|
32
|
+
topics, we invite you to use it as a content warning, so others
|
|
33
|
+
can decide when they want to read it.
|
|
34
|
+
image:
|
|
35
|
+
type: 'image'
|
|
36
|
+
path:
|
|
37
|
+
label:
|
|
38
|
+
es: 'Imagen principal'
|
|
39
|
+
en: 'Main image'
|
|
40
|
+
help:
|
|
41
|
+
es: |
|
|
42
|
+
Se utiliza para ilustrar el artículo y como previsualización en
|
|
43
|
+
las redes sociales.
|
|
44
|
+
en: |
|
|
45
|
+
It's used to illustrate the article and as preview in social
|
|
46
|
+
networks.
|
|
47
|
+
description:
|
|
48
|
+
label:
|
|
49
|
+
es: 'Descripción de la imagen principal'
|
|
50
|
+
en: 'Main image description'
|
|
51
|
+
help:
|
|
52
|
+
es: |
|
|
53
|
+
Describe la imagen principal para usuaries no videntes y
|
|
54
|
+
buscadores
|
|
55
|
+
en: |
|
|
56
|
+
Describe the main image for blind or partially sighted users and
|
|
57
|
+
search engines
|
|
58
|
+
content:
|
|
59
|
+
type: 'content'
|
|
60
|
+
label:
|
|
61
|
+
es: 'Contenido del artículo'
|
|
62
|
+
en: 'Post content'
|
|
63
|
+
help:
|
|
64
|
+
es: 'Escribe aquí el artículo'
|
|
65
|
+
en: 'Write down your post'
|
|
66
|
+
draft:
|
|
67
|
+
type: 'boolean'
|
|
68
|
+
label:
|
|
69
|
+
es: 'Borrador'
|
|
70
|
+
en: 'Draft'
|
|
71
|
+
help:
|
|
72
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
73
|
+
en: "This post isn't ready to be published yet"
|
|
74
|
+
order:
|
|
75
|
+
type: 'order'
|
|
76
|
+
required: true
|
|
77
|
+
label:
|
|
78
|
+
es: 'Orden'
|
|
79
|
+
en: 'Order'
|
|
80
|
+
help:
|
|
81
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
82
|
+
en: 'The post position in the posts list'
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: string
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
es: Título
|
|
7
|
+
en: Title
|
|
8
|
+
help:
|
|
9
|
+
es: ''
|
|
10
|
+
en: ''
|
|
11
|
+
default:
|
|
12
|
+
es: 'Correo de confirmación'
|
|
13
|
+
en: ''
|
|
14
|
+
intro:
|
|
15
|
+
type: 'html'
|
|
16
|
+
label:
|
|
17
|
+
es: 'Introducción'
|
|
18
|
+
en: ''
|
|
19
|
+
help:
|
|
20
|
+
es: 'Texto de apertura del correo de confirmación'
|
|
21
|
+
en: ''
|
|
22
|
+
thanks:
|
|
23
|
+
type: 'html'
|
|
24
|
+
label:
|
|
25
|
+
es: 'Pie'
|
|
26
|
+
en: ''
|
|
27
|
+
help:
|
|
28
|
+
es: 'Pie del correo'
|
|
29
|
+
en: ''
|
|
30
|
+
show_address:
|
|
31
|
+
type: 'boolean'
|
|
32
|
+
label:
|
|
33
|
+
es: 'Mostrar la dirección'
|
|
34
|
+
en: ''
|
|
35
|
+
help:
|
|
36
|
+
es: 'Agregar la dirección informada por le cliente en el correo'
|
|
37
|
+
en: ''
|
|
38
|
+
default:
|
|
39
|
+
es: true
|
|
40
|
+
en: true
|
|
41
|
+
order:
|
|
42
|
+
type: 'order'
|
|
43
|
+
label:
|
|
44
|
+
es: 'Orden'
|
|
45
|
+
en: ''
|
|
46
|
+
help:
|
|
47
|
+
es: 'La posicion del articulo en la lista de articulos'
|
|
48
|
+
en: ''
|
|
49
|
+
draft:
|
|
50
|
+
type: 'boolean'
|
|
51
|
+
label:
|
|
52
|
+
es: 'Borrador'
|
|
53
|
+
en: ''
|
|
54
|
+
help:
|
|
55
|
+
es: 'Tildar si no está listo para ser publicado'
|
|
56
|
+
en: ''
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: string
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
es: Título
|
|
7
|
+
en: Title
|
|
8
|
+
help:
|
|
9
|
+
es: ''
|
|
10
|
+
en: ''
|
|
11
|
+
image:
|
|
12
|
+
type: 'image'
|
|
13
|
+
path:
|
|
14
|
+
label:
|
|
15
|
+
es: 'Foto'
|
|
16
|
+
en: ''
|
|
17
|
+
help:
|
|
18
|
+
es: ''
|
|
19
|
+
en: ''
|
|
20
|
+
description:
|
|
21
|
+
label:
|
|
22
|
+
es: 'Descripción de la imagen'
|
|
23
|
+
en: ''
|
|
24
|
+
help:
|
|
25
|
+
es: ''
|
|
26
|
+
en: ''
|
|
27
|
+
description:
|
|
28
|
+
type: 'text'
|
|
29
|
+
required: true
|
|
30
|
+
label:
|
|
31
|
+
es: 'Rol'
|
|
32
|
+
en: ''
|
|
33
|
+
help:
|
|
34
|
+
es: Rol dentro de la organización
|
|
35
|
+
en: ''
|
|
36
|
+
draft:
|
|
37
|
+
type: 'boolean'
|
|
38
|
+
label:
|
|
39
|
+
es: 'Borrador'
|
|
40
|
+
en: 'Draft'
|
|
41
|
+
help:
|
|
42
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
43
|
+
en: "This post isn't ready to be published yet"
|
|
44
|
+
order:
|
|
45
|
+
type: 'order'
|
|
46
|
+
required: true
|
|
47
|
+
label:
|
|
48
|
+
es: 'Orden'
|
|
49
|
+
en: 'Order'
|
|
50
|
+
help:
|
|
51
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
52
|
+
en: 'The post position in the posts list'
|
|
53
|
+
alternate-permalinks:
|
|
54
|
+
type: 'array'
|
|
55
|
+
label:
|
|
56
|
+
es: 'Direcciones alternativas'
|
|
57
|
+
en: 'Alternate permalinks'
|
|
58
|
+
help:
|
|
59
|
+
es: 'Las direcciones alternativas vinculan a este artículo, para no romper vínculos si la dirección cambia'
|
|
60
|
+
en: 'Alternate permalinks are linked to this post, to keep links from breaking when the permalink changes'
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: 'string'
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
en: 'Item name'
|
|
7
|
+
es: 'Nombre del ítem'
|
|
8
|
+
help:
|
|
9
|
+
en: ''
|
|
10
|
+
es: 'Tal como aparece en el menú'
|
|
11
|
+
post:
|
|
12
|
+
type: 'belongs_to'
|
|
13
|
+
label:
|
|
14
|
+
en: 'Link to this post'
|
|
15
|
+
es: 'Artículo'
|
|
16
|
+
help:
|
|
17
|
+
en: ''
|
|
18
|
+
es: 'Si el ítem lleva a un artículo fijo, asociarlo aquí'
|
|
19
|
+
link:
|
|
20
|
+
type: 'string'
|
|
21
|
+
label:
|
|
22
|
+
en: 'Link'
|
|
23
|
+
es: 'Vínculo'
|
|
24
|
+
help:
|
|
25
|
+
en: "If this item is a regular link, add it here"
|
|
26
|
+
es: 'Si el ítem lleva a una página o sección especial, asociarla aquí'
|
|
27
|
+
item:
|
|
28
|
+
type: 'belongs_to'
|
|
29
|
+
inverse: items
|
|
30
|
+
filter:
|
|
31
|
+
layout: menu
|
|
32
|
+
label:
|
|
33
|
+
en: 'Main item'
|
|
34
|
+
es: 'Ítem anterior'
|
|
35
|
+
help:
|
|
36
|
+
en: "If you're building a dropdown menu, add the main item here"
|
|
37
|
+
es: 'Si es un sub ítem, asociar el ítem superior aquí'
|
|
38
|
+
items:
|
|
39
|
+
type: 'has_many'
|
|
40
|
+
inverse: item
|
|
41
|
+
filter:
|
|
42
|
+
layout: menu
|
|
43
|
+
label:
|
|
44
|
+
en: 'Sub items'
|
|
45
|
+
es: 'Sub ítemes'
|
|
46
|
+
help:
|
|
47
|
+
en: "If you're building a dropdown menu, add the sub items here"
|
|
48
|
+
es: 'Si el ítem tiene sub ítems, asociarlos aquí'
|
|
49
|
+
categories:
|
|
50
|
+
type: 'array'
|
|
51
|
+
label:
|
|
52
|
+
en: ''
|
|
53
|
+
es: 'Categorías'
|
|
54
|
+
help:
|
|
55
|
+
en: ''
|
|
56
|
+
es: 'Si el ítem lleva un sub menú de categorías, agregarlas aquí'
|
|
57
|
+
draft:
|
|
58
|
+
type: 'boolean'
|
|
59
|
+
label:
|
|
60
|
+
es: 'Borrador'
|
|
61
|
+
en: 'Draft'
|
|
62
|
+
help:
|
|
63
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
64
|
+
en: "This post isn't ready to be published yet"
|
|
65
|
+
order:
|
|
66
|
+
type: 'order'
|
|
67
|
+
required: true
|
|
68
|
+
label:
|
|
69
|
+
es: 'Orden'
|
|
70
|
+
en: 'Order'
|
|
71
|
+
help:
|
|
72
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
73
|
+
en: 'The post position in the posts list'
|