editorial-autogestiva-jekyll-theme 0.2.8 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/_config.yml +73 -0
- data/_data/en.yml +129 -27
- data/_data/es.yml +111 -31
- data/_data/forms/billing_address.yml +71 -0
- data/_data/forms/contacto.yml +2 -2
- data/_data/forms/shipping_address.yml +76 -0
- data/_data/forms/user.yml +11 -0
- data/_data/layouts/book.yml +88 -99
- data/_data/layouts/cart.yml +198 -0
- data/_data/layouts/confirmation.yml +68 -0
- data/_data/layouts/editorial.yml +21 -3
- data/_data/layouts/menu.yml +65 -0
- data/_data/layouts/payment.yml +114 -0
- data/_data/layouts/post.yml +6 -7
- data/_data/layouts/shipment.yml +126 -0
- data/_includes/cart.svg +1 -0
- data/_includes/cart_add.html +8 -0
- data/_includes/cart_controller.html +10 -0
- data/_includes/contact.html +6 -5
- data/_includes/content.html +1 -0
- data/_includes/country.html +53 -0
- data/_includes/editorial.html +24 -30
- data/_includes/file.html +35 -0
- data/_includes/floating_alert.html +6 -0
- data/_includes/footer.html +10 -8
- data/_includes/form/boolean.html +1 -1
- data/_includes/form/content.html +1 -0
- data/_includes/form/email.html +1 -1
- data/_includes/form/file.html +1 -0
- data/_includes/form/hidden.html +1 -1
- data/_includes/form/image.html +1 -0
- data/_includes/form/input.html +1 -1
- data/_includes/form/markdown_content.html +1 -0
- data/_includes/form/number.html +1 -1
- data/_includes/form/predefined_array.html +1 -1
- data/_includes/form/section.html +1 -1
- data/_includes/form/separator.html +1 -1
- data/_includes/form/string.html +1 -1
- data/_includes/form/submit.html +1 -1
- data/_includes/form/tel.html +1 -0
- data/_includes/form/text.html +1 -1
- data/_includes/form/url.html +1 -1
- data/_includes/image.html +32 -0
- data/_includes/input.html +14 -2
- data/_includes/item.html +38 -0
- data/_includes/markdown_content.html +1 -0
- data/_includes/menu.html +27 -0
- data/_includes/navbar.html +29 -25
- data/_includes/notification.html +5 -0
- data/_includes/password.html +1 -0
- data/_includes/picture.html +23 -0
- data/_includes/postal_code.html +45 -0
- data/_includes/preload_font.html +1 -0
- data/_includes/search.html +25 -0
- data/_includes/share.html +22 -0
- data/_includes/share_box.html +16 -0
- data/_includes/state.html +53 -0
- data/_includes/submit.html +1 -1
- data/_includes/tel.html +1 -0
- data/_layouts/book.html +42 -84
- data/_layouts/cart.html +72 -0
- data/_layouts/confirmation.html +17 -0
- data/_layouts/default.html +30 -10
- data/_layouts/home.html +25 -13
- data/_layouts/payment.html +21 -0
- data/_layouts/post.html +5 -5
- data/_layouts/shipment.html +52 -0
- data/_sass/accessibility.scss +37 -0
- data/_sass/editor.scss +8 -0
- data/_sass/embed.scss +5 -0
- data/_sass/floating_alert.scss +10 -0
- data/_sass/helpers.scss +318 -0
- data/_sass/logic.scss +17 -0
- data/_sass/menu.scss +20 -0
- data/_sass/share.html +12 -0
- data/_sass/share_box.html +16 -0
- data/_sass/share_box.scss +26 -0
- data/_sass/snap.scss +58 -0
- data/_sass/toggler.scss +39 -0
- data/assets/css/styles.scss +41 -5
- data/assets/data/site.json +24 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/js/pack.js +16 -0
- data/assets/js/pack.js.map +1 -0
- data/assets/js/script.js +44 -0
- data/assets/templates/alert.html +7 -0
- data/assets/templates/cart.html +65 -0
- data/assets/templates/payment_methods.html +41 -0
- data/assets/templates/recover_order.html +11 -0
- data/assets/templates/results.html +17 -0
- data/assets/templates/shipping_methods.html +36 -0
- metadata +227 -29
- data/README.md.orig +0 -118
- data/_includes/contact.html.orig +0 -55
- data/_includes/navbar.html.orig +0 -44
- data/_sass/home.scss +0 -22
data/_data/forms/contacto.yml
CHANGED
@@ -0,0 +1,76 @@
|
|
1
|
+
---
|
2
|
+
firstname:
|
3
|
+
type: 'string'
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: Nombre
|
7
|
+
autocomplete: given-name
|
8
|
+
error:
|
9
|
+
es: El nombre es obligatorio
|
10
|
+
lastname:
|
11
|
+
type: 'string'
|
12
|
+
required: true
|
13
|
+
label:
|
14
|
+
es: Apellido
|
15
|
+
autocomplete: family-name
|
16
|
+
error:
|
17
|
+
es: El apellido es obligatorio
|
18
|
+
address1:
|
19
|
+
type: 'string'
|
20
|
+
required: true
|
21
|
+
label:
|
22
|
+
es: Calle y número
|
23
|
+
autocomplete: address-line1
|
24
|
+
error:
|
25
|
+
es: La dirección es obligatoria
|
26
|
+
city:
|
27
|
+
type: 'string'
|
28
|
+
required: true
|
29
|
+
label:
|
30
|
+
es: Ciudad
|
31
|
+
autocomplete: city
|
32
|
+
error:
|
33
|
+
es: La ciudad es obligatoria
|
34
|
+
country_id:
|
35
|
+
type: 'country'
|
36
|
+
required: true
|
37
|
+
group: shipping_address
|
38
|
+
autocomplete: country-name
|
39
|
+
label:
|
40
|
+
es: País
|
41
|
+
help:
|
42
|
+
es: Comenzar a escribir para filtrar
|
43
|
+
error:
|
44
|
+
es: El país debe estar en la lista
|
45
|
+
state_id:
|
46
|
+
type: 'state'
|
47
|
+
required: true
|
48
|
+
group: shipping_address
|
49
|
+
label:
|
50
|
+
es: Provincia / Estado
|
51
|
+
help:
|
52
|
+
es: Comenzar a escribir para filtrar
|
53
|
+
error:
|
54
|
+
es: La provincia debe estar en la lista
|
55
|
+
zipcode:
|
56
|
+
type: 'postal_code'
|
57
|
+
group: shipping_address
|
58
|
+
required: true
|
59
|
+
label:
|
60
|
+
es: Código postal
|
61
|
+
autocomplete: postal-code
|
62
|
+
error:
|
63
|
+
es: El código postal no tiene el formato correcto
|
64
|
+
phone:
|
65
|
+
type: 'string'
|
66
|
+
required: true
|
67
|
+
label:
|
68
|
+
es: Teléfono
|
69
|
+
autocomplete: tel
|
70
|
+
error:
|
71
|
+
es: El teléfono es obligatorio
|
72
|
+
submit:
|
73
|
+
type: submit
|
74
|
+
label:
|
75
|
+
es: Enviar
|
76
|
+
en: Send
|
data/_data/layouts/book.yml
CHANGED
@@ -9,8 +9,8 @@ description:
|
|
9
9
|
type: 'text'
|
10
10
|
required: true
|
11
11
|
label:
|
12
|
-
es: 'Alerta de contenido o
|
13
|
-
en: 'Content warning or book
|
12
|
+
es: 'Alerta de contenido o descripción del libro'
|
13
|
+
en: 'Content warning or book description'
|
14
14
|
help:
|
15
15
|
es: |
|
16
16
|
Resumen del contenido del libro, que también usarán redes
|
@@ -19,18 +19,10 @@ description:
|
|
19
19
|
contenido, para que las personas puedan determinar cuándo quieren
|
20
20
|
abrirlo.
|
21
21
|
en: |
|
22
|
-
Summary of
|
23
|
-
engines. If the book is about violence
|
22
|
+
Summary of book contents, also used by social media and search
|
23
|
+
engines. If the book is about violence or other sensitive
|
24
24
|
topics, we invite you to use it as a content warning, so others
|
25
25
|
can decide when they want to read it.
|
26
|
-
availability:
|
27
|
-
type: 'boolean'
|
28
|
-
label:
|
29
|
-
es: 'Disponible'
|
30
|
-
en: 'Available'
|
31
|
-
help:
|
32
|
-
es: 'Si el libro está fuera de stock o no disponible, deshabilita esta opción'
|
33
|
-
en: 'If the book is out of stock or not available, disable this option'
|
34
26
|
file:
|
35
27
|
type: 'file'
|
36
28
|
path:
|
@@ -53,76 +45,6 @@ file:
|
|
53
45
|
en: |
|
54
46
|
Describe the file for blind or partially sighted users and
|
55
47
|
search engines
|
56
|
-
price:
|
57
|
-
type: 'string'
|
58
|
-
label:
|
59
|
-
es: Precio
|
60
|
-
en: Pricing
|
61
|
-
help:
|
62
|
-
es: "El precio del libro, por ejemplo 100.99"
|
63
|
-
en: "The book's price, for instance 100.99"
|
64
|
-
currency:
|
65
|
-
type: 'string'
|
66
|
-
label:
|
67
|
-
es: La moneda (ARS, USD, EUR, BTC, etc.)
|
68
|
-
en: The currency (USD, EUR, BTC, etc.)
|
69
|
-
delivery_methods:
|
70
|
-
type: 'predefined_array'
|
71
|
-
label:
|
72
|
-
es: 'Métodos de entrega'
|
73
|
-
en: 'Delivery methods'
|
74
|
-
help:
|
75
|
-
es: 'Selecciona los métodos de entrega disponibles'
|
76
|
-
en: 'Select the available delivery methods'
|
77
|
-
values:
|
78
|
-
direct_download:
|
79
|
-
es: 'Descarga directa'
|
80
|
-
en: 'Direct download'
|
81
|
-
pick_up:
|
82
|
-
es: 'Retiro en domicilio'
|
83
|
-
en: 'Pick up'
|
84
|
-
mail:
|
85
|
-
es: 'Envío por correo'
|
86
|
-
en: 'Mail'
|
87
|
-
payment_methods:
|
88
|
-
type: 'predefined_array'
|
89
|
-
label:
|
90
|
-
es: 'Métodos de pago'
|
91
|
-
en: 'Payment methods'
|
92
|
-
help:
|
93
|
-
es: 'Selecciona los métodos de pago disponibles'
|
94
|
-
en: 'Select the available payment methods'
|
95
|
-
values:
|
96
|
-
cash:
|
97
|
-
es: 'Efectivo'
|
98
|
-
en: 'Cash'
|
99
|
-
direct_debit:
|
100
|
-
es: 'Pago electrónico'
|
101
|
-
en: 'Electronic payment'
|
102
|
-
bank_transfer_in_advance:
|
103
|
-
es: 'Transferencia bancaria'
|
104
|
-
en: 'Bank transfer'
|
105
|
-
payment_url:
|
106
|
-
type: 'url'
|
107
|
-
label:
|
108
|
-
es: 'Dirección de pago electrónico'
|
109
|
-
en: 'Online payment link'
|
110
|
-
help:
|
111
|
-
es: 'El vínculo al método de pago en línea, por ejemplo la dirección generada por Mercado Pago'
|
112
|
-
en: 'The link to the online payment method, generated by a payment intermediary like Paypal'
|
113
|
-
size:
|
114
|
-
type: 'string'
|
115
|
-
label:
|
116
|
-
es: 'Tamaño del libro'
|
117
|
-
en: 'Book size'
|
118
|
-
help:
|
119
|
-
es: 'Por ejemplo: 10x14cm'
|
120
|
-
en: 'For instance: 10x14cm'
|
121
|
-
pages:
|
122
|
-
type: 'number'
|
123
|
-
label:
|
124
|
-
es: 'Cantidad de páginas'
|
125
|
-
en: 'Number of pages'
|
126
48
|
author:
|
127
49
|
type: 'array'
|
128
50
|
label:
|
@@ -130,7 +52,7 @@ author:
|
|
130
52
|
en: 'Authors'
|
131
53
|
help:
|
132
54
|
es: 'Quiénes participaron en la escritura de este libro'
|
133
|
-
en: 'Who collaborated in
|
55
|
+
en: 'Who collaborated in writing this book'
|
134
56
|
image:
|
135
57
|
type: 'image'
|
136
58
|
path:
|
@@ -139,7 +61,7 @@ image:
|
|
139
61
|
en: 'Book cover'
|
140
62
|
help:
|
141
63
|
es: 'Resolución recomendada: 1280 píxeles de ancho'
|
142
|
-
en: 'Recommended resolution: 1280 pixels
|
64
|
+
en: 'Recommended resolution: 1280 pixels wide'
|
143
65
|
description:
|
144
66
|
label:
|
145
67
|
es: 'Descripción de la cubierta'
|
@@ -152,23 +74,91 @@ image:
|
|
152
74
|
content:
|
153
75
|
type: 'content'
|
154
76
|
label:
|
155
|
-
es: '
|
156
|
-
en: '
|
77
|
+
es: 'Sinopsis'
|
78
|
+
en: 'Synopsis'
|
157
79
|
help:
|
158
80
|
es: 'Escribe aquí el artículo'
|
159
|
-
en: 'Write
|
160
|
-
|
161
|
-
type: '
|
81
|
+
en: 'Write the post here'
|
82
|
+
price:
|
83
|
+
type: 'number'
|
84
|
+
required: true
|
85
|
+
writable: 'once'
|
162
86
|
label:
|
163
|
-
es: '
|
164
|
-
en: '
|
87
|
+
es: 'Precio'
|
88
|
+
en: 'Price'
|
165
89
|
help:
|
166
|
-
es:
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
90
|
+
es: ''
|
91
|
+
en: ''
|
92
|
+
stock:
|
93
|
+
type: 'number'
|
94
|
+
required: true
|
95
|
+
writable: 'once'
|
96
|
+
label:
|
97
|
+
es: 'Stock inicial (Tirada)'
|
98
|
+
en: ''
|
99
|
+
help:
|
100
|
+
es: ''
|
101
|
+
en: ''
|
102
|
+
sku:
|
103
|
+
type: 'sku'
|
104
|
+
required: true
|
105
|
+
label:
|
106
|
+
es: 'SKU'
|
107
|
+
en: 'SKU'
|
108
|
+
help:
|
109
|
+
es: 'Código único del producto'
|
110
|
+
en: 'Product code'
|
111
|
+
cost_price:
|
112
|
+
type: 'number'
|
113
|
+
writable: 'once'
|
114
|
+
label:
|
115
|
+
es: 'Precio de costo'
|
116
|
+
en: 'Cost price'
|
117
|
+
help:
|
118
|
+
es: ''
|
119
|
+
en: ''
|
120
|
+
width:
|
121
|
+
type: 'number'
|
122
|
+
writable: 'once'
|
123
|
+
label:
|
124
|
+
es: 'Ancho'
|
125
|
+
en: 'Width'
|
126
|
+
help:
|
127
|
+
es: 'En milímetros'
|
128
|
+
en: 'In millimeters'
|
129
|
+
height:
|
130
|
+
type: 'number'
|
131
|
+
writable: 'once'
|
132
|
+
label:
|
133
|
+
es: 'Alto'
|
134
|
+
en: 'Height'
|
135
|
+
help:
|
136
|
+
es: 'En milímetros'
|
137
|
+
en: 'In millimeters'
|
138
|
+
depth:
|
139
|
+
type: 'number'
|
140
|
+
writable: 'once'
|
141
|
+
label:
|
142
|
+
es: 'Profundidad (Lomo)'
|
143
|
+
en: 'Depth'
|
144
|
+
help:
|
145
|
+
es: 'En milímetros'
|
146
|
+
en: 'In millimeters'
|
147
|
+
weight:
|
148
|
+
type: 'number'
|
149
|
+
required: true
|
150
|
+
writable: 'once'
|
151
|
+
label:
|
152
|
+
es: 'Peso'
|
153
|
+
en: 'Weight'
|
154
|
+
help:
|
155
|
+
es: 'En gramos, se utiliza para calcular el costo de envío'
|
156
|
+
en: 'In grams, used to calculate shipping rates'
|
157
|
+
pages:
|
158
|
+
type: 'number'
|
159
|
+
label:
|
160
|
+
es: 'Cantidad de páginas'
|
161
|
+
en: 'Number of pages'
|
172
162
|
categories:
|
173
163
|
type: 'array'
|
174
164
|
label:
|
@@ -176,7 +166,7 @@ categories:
|
|
176
166
|
en: 'Categories'
|
177
167
|
help:
|
178
168
|
es: 'Ayudan a organizar los artículos en temas'
|
179
|
-
en: 'Use categories to
|
169
|
+
en: 'Use categories to group posts by theme'
|
180
170
|
tags:
|
181
171
|
type: 'array'
|
182
172
|
label:
|
@@ -201,4 +191,3 @@ order:
|
|
201
191
|
help:
|
202
192
|
es: 'La posición del artículo en la lista de artículos'
|
203
193
|
en: 'The post position in the posts list'
|
204
|
-
---
|
@@ -0,0 +1,198 @@
|
|
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
|
+
back:
|
160
|
+
type: 'string'
|
161
|
+
required: true
|
162
|
+
label:
|
163
|
+
es: 'Volver a la tienda'
|
164
|
+
en: 'Back'
|
165
|
+
help:
|
166
|
+
es: 'Nombre del botón para volver a la tienda'
|
167
|
+
en: 'Text for Back to store button'
|
168
|
+
default:
|
169
|
+
es: 'Volver a la tienda'
|
170
|
+
en: 'Back'
|
171
|
+
permalink:
|
172
|
+
type: 'permalink'
|
173
|
+
required: true
|
174
|
+
label:
|
175
|
+
es: 'Dirección de la página'
|
176
|
+
en: ''
|
177
|
+
help:
|
178
|
+
es: 'La dirección de la página del carrito dentro del sitio'
|
179
|
+
en: 'Address for cart page inside site'
|
180
|
+
default:
|
181
|
+
es: 'carrito/'
|
182
|
+
en: 'cart/'
|
183
|
+
draft:
|
184
|
+
type: 'boolean'
|
185
|
+
label:
|
186
|
+
es: 'Borrador'
|
187
|
+
en: 'Draft'
|
188
|
+
help:
|
189
|
+
es: 'Este artículo aun no está listo para publicar'
|
190
|
+
en: "This post isn't ready to be published yet"
|
191
|
+
order:
|
192
|
+
type: 'order'
|
193
|
+
label:
|
194
|
+
es: 'Orden'
|
195
|
+
en: 'Order'
|
196
|
+
help:
|
197
|
+
es: 'La posición del artículo en la lista de artículos'
|
198
|
+
en: 'The post position in the posts list'
|