@commercetools-frontend-extensions/import-resources-modal 2.3.1 → 2.3.3
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.
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +11 -254
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +11 -254
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +10 -254
- package/dist/{de-0448f656.cjs.dev.js → de-0ce529e5.cjs.prod.js} +20 -132
- package/dist/{de-47c75212.cjs.prod.js → de-a31d2063.cjs.dev.js} +20 -132
- package/dist/{de-f7d3c8d9.esm.js → de-eee36ea3.esm.js} +20 -132
- package/dist/{en-7485a81f.cjs.prod.js → en-20fa3390.cjs.prod.js} +20 -132
- package/dist/{en-68bea2f6.cjs.dev.js → en-35a7944d.cjs.dev.js} +20 -132
- package/dist/{en-55526354.esm.js → en-390271f2.esm.js} +20 -132
- package/dist/{es-16601155.esm.js → es-041827ba.esm.js} +20 -132
- package/dist/{es-940bc30c.cjs.dev.js → es-81c2ca0d.cjs.dev.js} +20 -132
- package/dist/{es-8928a452.cjs.prod.js → es-f002fb75.cjs.prod.js} +20 -132
- package/dist/{fr-FR-ce1cba13.esm.js → fr-FR-2de7210f.esm.js} +20 -132
- package/dist/{fr-FR-d70727e6.cjs.dev.js → fr-FR-623135de.cjs.dev.js} +20 -132
- package/dist/{fr-FR-009e5200.cjs.prod.js → fr-FR-6934dd9a.cjs.prod.js} +20 -132
- package/dist/{pt-BR-896c08dd.cjs.prod.js → pt-BR-738d57c6.cjs.dev.js} +20 -132
- package/dist/{pt-BR-6ad16c8c.esm.js → pt-BR-7d1bf76a.esm.js} +20 -132
- package/dist/{pt-BR-44964d81.cjs.dev.js → pt-BR-fc6fee1b.cjs.prod.js} +20 -132
- package/package.json +4 -3
|
@@ -5,26 +5,10 @@ var en = {
|
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Browse file"
|
|
7
7
|
},
|
|
8
|
-
"ImportResourcesModal.business-unit": {
|
|
9
|
-
developer_comment: "Label for the business-unit resource type",
|
|
10
|
-
string: "Business unit"
|
|
11
|
-
},
|
|
12
|
-
"ImportResourcesModal.business-units": {
|
|
13
|
-
developer_comment: "Label for the business-units resource type",
|
|
14
|
-
string: "Business units"
|
|
15
|
-
},
|
|
16
8
|
"ImportResourcesModal.cancel": {
|
|
17
9
|
developer_comment: "Label for the cancel button",
|
|
18
10
|
string: "Cancel"
|
|
19
11
|
},
|
|
20
|
-
"ImportResourcesModal.categories": {
|
|
21
|
-
developer_comment: "Label for the categories resource type",
|
|
22
|
-
string: "Categories"
|
|
23
|
-
},
|
|
24
|
-
"ImportResourcesModal.category": {
|
|
25
|
-
developer_comment: "Label for the category resource type",
|
|
26
|
-
string: "Category"
|
|
27
|
-
},
|
|
28
12
|
"ImportResourcesModal.chooseFile": {
|
|
29
13
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
30
14
|
string: "Choose file"
|
|
@@ -57,22 +41,6 @@ var en = {
|
|
|
57
41
|
developer_comment: "Confirmation dialog continue button",
|
|
58
42
|
string: "Continue"
|
|
59
43
|
},
|
|
60
|
-
"ImportResourcesModal.custom-object": {
|
|
61
|
-
developer_comment: "Label for the custom-object resource type",
|
|
62
|
-
string: "Custom object"
|
|
63
|
-
},
|
|
64
|
-
"ImportResourcesModal.custom-objects": {
|
|
65
|
-
developer_comment: "Label for the custom-objects resource type",
|
|
66
|
-
string: "Custom objects"
|
|
67
|
-
},
|
|
68
|
-
"ImportResourcesModal.customer": {
|
|
69
|
-
developer_comment: "Label for the customer resource type",
|
|
70
|
-
string: "Customer"
|
|
71
|
-
},
|
|
72
|
-
"ImportResourcesModal.customers": {
|
|
73
|
-
developer_comment: "Label for the customers resource type",
|
|
74
|
-
string: "Customers"
|
|
75
|
-
},
|
|
76
44
|
"ImportResourcesModal.dataType": {
|
|
77
45
|
developer_comment: "Label for the data type selection dropdown",
|
|
78
46
|
string: "Data type"
|
|
@@ -97,14 +65,6 @@ var en = {
|
|
|
97
65
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
98
66
|
string: "Details"
|
|
99
67
|
},
|
|
100
|
-
"ImportResourcesModal.discount-code": {
|
|
101
|
-
developer_comment: "Label for the discount-code resource type",
|
|
102
|
-
string: "Discount code"
|
|
103
|
-
},
|
|
104
|
-
"ImportResourcesModal.discount-codes": {
|
|
105
|
-
developer_comment: "Label for the discount-codes resource type",
|
|
106
|
-
string: "Discount codes"
|
|
107
|
-
},
|
|
108
68
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
109
69
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
110
70
|
string: "Drag and drop CSV"
|
|
@@ -149,14 +109,6 @@ var en = {
|
|
|
149
109
|
developer_comment: "Label for the instructions section",
|
|
150
110
|
string: "Instructions"
|
|
151
111
|
},
|
|
152
|
-
"ImportResourcesModal.inventories": {
|
|
153
|
-
developer_comment: "Label for the inventories entry resource type",
|
|
154
|
-
string: "Inventories"
|
|
155
|
-
},
|
|
156
|
-
"ImportResourcesModal.inventory": {
|
|
157
|
-
developer_comment: "Label for the inventory entry resource type",
|
|
158
|
-
string: "Inventory"
|
|
159
|
-
},
|
|
160
112
|
"ImportResourcesModal.itemsToBeImported": {
|
|
161
113
|
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
162
114
|
string: "{itemCount, plural, one {<b>1</b> {resourceType} to be imported{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} to be imported{publish, select, true { and published} other {}}}}"
|
|
@@ -205,30 +157,22 @@ var en = {
|
|
|
205
157
|
developer_comment: "Label for the products modal title",
|
|
206
158
|
string: "Import products by CSV"
|
|
207
159
|
},
|
|
160
|
+
"ImportResourcesModal.modalTitle.productTailoring": {
|
|
161
|
+
developer_comment: "Label for the product tailorings modal title",
|
|
162
|
+
string: "Import tailored products by CSV"
|
|
163
|
+
},
|
|
208
164
|
"ImportResourcesModal.modalTitle.productType": {
|
|
209
165
|
developer_comment: "Label for the product type modal title",
|
|
210
166
|
string: "Import product types by CSV"
|
|
211
167
|
},
|
|
168
|
+
"ImportResourcesModal.modalTitle.standalonePrice": {
|
|
169
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
170
|
+
string: "Import standalone prices by CSV"
|
|
171
|
+
},
|
|
212
172
|
"ImportResourcesModal.or": {
|
|
213
173
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
214
174
|
string: "or"
|
|
215
175
|
},
|
|
216
|
-
"ImportResourcesModal.order": {
|
|
217
|
-
developer_comment: "Label for the order resource type",
|
|
218
|
-
string: "Order"
|
|
219
|
-
},
|
|
220
|
-
"ImportResourcesModal.order-patch": {
|
|
221
|
-
developer_comment: "Label for the order-patch resource type",
|
|
222
|
-
string: "Order patch"
|
|
223
|
-
},
|
|
224
|
-
"ImportResourcesModal.order-patches": {
|
|
225
|
-
developer_comment: "Label for the order-patches resource type",
|
|
226
|
-
string: "Order patches"
|
|
227
|
-
},
|
|
228
|
-
"ImportResourcesModal.orders": {
|
|
229
|
-
developer_comment: "Label for the orders resource type",
|
|
230
|
-
string: "Orders"
|
|
231
|
-
},
|
|
232
176
|
"ImportResourcesModal.prepareMessage": {
|
|
233
177
|
developer_comment: "Notification for preparing import",
|
|
234
178
|
string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
|
|
@@ -237,54 +181,6 @@ var en = {
|
|
|
237
181
|
developer_comment: "Label for modal path",
|
|
238
182
|
string: "Here's a preview of your import"
|
|
239
183
|
},
|
|
240
|
-
"ImportResourcesModal.price": {
|
|
241
|
-
developer_comment: "Label for the price resource type",
|
|
242
|
-
string: "Price"
|
|
243
|
-
},
|
|
244
|
-
"ImportResourcesModal.prices": {
|
|
245
|
-
developer_comment: "Label for the prices resource type",
|
|
246
|
-
string: "Prices"
|
|
247
|
-
},
|
|
248
|
-
"ImportResourcesModal.product": {
|
|
249
|
-
developer_comment: "Label for the product resource type",
|
|
250
|
-
string: "Product"
|
|
251
|
-
},
|
|
252
|
-
"ImportResourcesModal.product-draft": {
|
|
253
|
-
developer_comment: "Label for the product-draft resource type",
|
|
254
|
-
string: "Product draft"
|
|
255
|
-
},
|
|
256
|
-
"ImportResourcesModal.product-drafts": {
|
|
257
|
-
developer_comment: "Label for the product-drafts resource type",
|
|
258
|
-
string: "Product drafts"
|
|
259
|
-
},
|
|
260
|
-
"ImportResourcesModal.product-type": {
|
|
261
|
-
developer_comment: "Label for the product-type resource type",
|
|
262
|
-
string: "Product type"
|
|
263
|
-
},
|
|
264
|
-
"ImportResourcesModal.product-types": {
|
|
265
|
-
developer_comment: "Label for the product-types resource type",
|
|
266
|
-
string: "Product types"
|
|
267
|
-
},
|
|
268
|
-
"ImportResourcesModal.product-variant": {
|
|
269
|
-
developer_comment: "Label for the product-variant resource type",
|
|
270
|
-
string: "Product variant"
|
|
271
|
-
},
|
|
272
|
-
"ImportResourcesModal.product-variant-patch": {
|
|
273
|
-
developer_comment: "Label for the product-variant-patch resource type",
|
|
274
|
-
string: "Product variant patch"
|
|
275
|
-
},
|
|
276
|
-
"ImportResourcesModal.product-variant-patches": {
|
|
277
|
-
developer_comment: "Label for the product-variant-patches resource type",
|
|
278
|
-
string: "Product variant patches"
|
|
279
|
-
},
|
|
280
|
-
"ImportResourcesModal.product-variants": {
|
|
281
|
-
developer_comment: "Label for the product-variants resource type",
|
|
282
|
-
string: "Product variants"
|
|
283
|
-
},
|
|
284
|
-
"ImportResourcesModal.products": {
|
|
285
|
-
developer_comment: "Label for the products resource type",
|
|
286
|
-
string: "Products"
|
|
287
|
-
},
|
|
288
184
|
"ImportResourcesModal.radio.categories": {
|
|
289
185
|
developer_comment: "Label for the categories radio button",
|
|
290
186
|
string: "Categories"
|
|
@@ -293,10 +189,18 @@ var en = {
|
|
|
293
189
|
developer_comment: "Label for the inventories radio button",
|
|
294
190
|
string: "Inventories"
|
|
295
191
|
},
|
|
192
|
+
"ImportResourcesModal.radio.productTailorings": {
|
|
193
|
+
developer_comment: "Label for the product tailorings radio button",
|
|
194
|
+
string: "Tailored products"
|
|
195
|
+
},
|
|
296
196
|
"ImportResourcesModal.radio.products": {
|
|
297
197
|
developer_comment: "Label for the products radio button",
|
|
298
198
|
string: "Products (including variants, assets, prices and images)"
|
|
299
199
|
},
|
|
200
|
+
"ImportResourcesModal.radio.standalonePrices": {
|
|
201
|
+
developer_comment: "Label for the standalone prices radio button",
|
|
202
|
+
string: "Standalone prices"
|
|
203
|
+
},
|
|
300
204
|
"ImportResourcesModal.row": {
|
|
301
205
|
developer_comment: "In Upload file error modal - \"Row\" column",
|
|
302
206
|
string: "Row"
|
|
@@ -312,6 +216,10 @@ var en = {
|
|
|
312
216
|
developer_comment: "Label for the publish products checkbox",
|
|
313
217
|
string: "Publish all products in the file"
|
|
314
218
|
},
|
|
219
|
+
"ImportResourcesModal.settings.publishTailoredProducts": {
|
|
220
|
+
developer_comment: "Label for the publish tailored products checkbox",
|
|
221
|
+
string: "Publish all tailored products in the file"
|
|
222
|
+
},
|
|
315
223
|
"ImportResourcesModal.showLess": {
|
|
316
224
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
317
225
|
string: "Show less"
|
|
@@ -327,14 +235,6 @@ var en = {
|
|
|
327
235
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
328
236
|
string: "File size exceeded"
|
|
329
237
|
},
|
|
330
|
-
"ImportResourcesModal.standalone-price": {
|
|
331
|
-
developer_comment: "Label for the standalone-price resource type",
|
|
332
|
-
string: "Standalone price"
|
|
333
|
-
},
|
|
334
|
-
"ImportResourcesModal.standalone-prices": {
|
|
335
|
-
developer_comment: "Label for the standalone-prices resource type",
|
|
336
|
-
string: "Standalone prices"
|
|
337
|
-
},
|
|
338
238
|
"ImportResourcesModal.startImportButton": {
|
|
339
239
|
developer_comment: "Label for the modal Start import button",
|
|
340
240
|
string: "Start import"
|
|
@@ -351,22 +251,10 @@ var en = {
|
|
|
351
251
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
352
252
|
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
353
253
|
},
|
|
354
|
-
"ImportResourcesModal.type": {
|
|
355
|
-
developer_comment: "Label for the type resource type",
|
|
356
|
-
string: "Type"
|
|
357
|
-
},
|
|
358
|
-
"ImportResourcesModal.types": {
|
|
359
|
-
developer_comment: "Label for the types resource type",
|
|
360
|
-
string: "Types"
|
|
361
|
-
},
|
|
362
254
|
"ImportResourcesModal.unexpectedError": {
|
|
363
255
|
developer_comment: "Generic notification message when file upload fails",
|
|
364
256
|
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
365
257
|
},
|
|
366
|
-
"ImportResourcesModal.unknown-resource-type": {
|
|
367
|
-
developer_comment: "Label for the unknown resource type",
|
|
368
|
-
string: "Unknown resource type"
|
|
369
|
-
},
|
|
370
258
|
"ImportResourcesModal.uploadButton": {
|
|
371
259
|
developer_comment: "Label for the upload button",
|
|
372
260
|
string: "Upload and preview"
|
|
@@ -5,26 +5,10 @@ var es = {
|
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Explorar archivo"
|
|
7
7
|
},
|
|
8
|
-
"ImportResourcesModal.business-unit": {
|
|
9
|
-
developer_comment: "Label for the business-unit resource type",
|
|
10
|
-
string: "Unidad empresarial"
|
|
11
|
-
},
|
|
12
|
-
"ImportResourcesModal.business-units": {
|
|
13
|
-
developer_comment: "Label for the business-units resource type",
|
|
14
|
-
string: "Unidades empresariales"
|
|
15
|
-
},
|
|
16
8
|
"ImportResourcesModal.cancel": {
|
|
17
9
|
developer_comment: "Label for the cancel button",
|
|
18
10
|
string: "Cancelar"
|
|
19
11
|
},
|
|
20
|
-
"ImportResourcesModal.categories": {
|
|
21
|
-
developer_comment: "Label for the categories resource type",
|
|
22
|
-
string: "Categorías"
|
|
23
|
-
},
|
|
24
|
-
"ImportResourcesModal.category": {
|
|
25
|
-
developer_comment: "Label for the category resource type",
|
|
26
|
-
string: "Categoría"
|
|
27
|
-
},
|
|
28
12
|
"ImportResourcesModal.chooseFile": {
|
|
29
13
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
30
14
|
string: "Elegir archivo"
|
|
@@ -57,22 +41,6 @@ var es = {
|
|
|
57
41
|
developer_comment: "Confirmation dialog continue button",
|
|
58
42
|
string: "Continuar"
|
|
59
43
|
},
|
|
60
|
-
"ImportResourcesModal.custom-object": {
|
|
61
|
-
developer_comment: "Label for the custom-object resource type",
|
|
62
|
-
string: "Objeto personalizado"
|
|
63
|
-
},
|
|
64
|
-
"ImportResourcesModal.custom-objects": {
|
|
65
|
-
developer_comment: "Label for the custom-objects resource type",
|
|
66
|
-
string: "Objetos personalizados"
|
|
67
|
-
},
|
|
68
|
-
"ImportResourcesModal.customer": {
|
|
69
|
-
developer_comment: "Label for the customer resource type",
|
|
70
|
-
string: "Cliente"
|
|
71
|
-
},
|
|
72
|
-
"ImportResourcesModal.customers": {
|
|
73
|
-
developer_comment: "Label for the customers resource type",
|
|
74
|
-
string: "Clientes"
|
|
75
|
-
},
|
|
76
44
|
"ImportResourcesModal.dataType": {
|
|
77
45
|
developer_comment: "Label for the data type selection dropdown",
|
|
78
46
|
string: "Tipos de datos"
|
|
@@ -97,14 +65,6 @@ var es = {
|
|
|
97
65
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
98
66
|
string: "Detalles"
|
|
99
67
|
},
|
|
100
|
-
"ImportResourcesModal.discount-code": {
|
|
101
|
-
developer_comment: "Label for the discount-code resource type",
|
|
102
|
-
string: "Código de descuento"
|
|
103
|
-
},
|
|
104
|
-
"ImportResourcesModal.discount-codes": {
|
|
105
|
-
developer_comment: "Label for the discount-codes resource type",
|
|
106
|
-
string: "Códigos de descuento"
|
|
107
|
-
},
|
|
108
68
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
109
69
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
110
70
|
string: "Arrastrar y soltar CSV"
|
|
@@ -149,14 +109,6 @@ var es = {
|
|
|
149
109
|
developer_comment: "Label for the instructions section",
|
|
150
110
|
string: "Instrucciones"
|
|
151
111
|
},
|
|
152
|
-
"ImportResourcesModal.inventories": {
|
|
153
|
-
developer_comment: "Label for the inventories entry resource type",
|
|
154
|
-
string: "Inventarios"
|
|
155
|
-
},
|
|
156
|
-
"ImportResourcesModal.inventory": {
|
|
157
|
-
developer_comment: "Label for the inventory entry resource type",
|
|
158
|
-
string: "Inventario"
|
|
159
|
-
},
|
|
160
112
|
"ImportResourcesModal.itemsToBeImported": {
|
|
161
113
|
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
162
114
|
string: "{itemCount, plural, one {<b>1</b> {resourceType} para importar{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} para importar{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} para importar{publish, select, true { and published} other {}}}}"
|
|
@@ -205,30 +157,22 @@ var es = {
|
|
|
205
157
|
developer_comment: "Label for the products modal title",
|
|
206
158
|
string: "Importar productos mediante CSV"
|
|
207
159
|
},
|
|
160
|
+
"ImportResourcesModal.modalTitle.productTailoring": {
|
|
161
|
+
developer_comment: "Label for the product tailorings modal title",
|
|
162
|
+
string: "Importar productos personalizados por CSV"
|
|
163
|
+
},
|
|
208
164
|
"ImportResourcesModal.modalTitle.productType": {
|
|
209
165
|
developer_comment: "Label for the product type modal title",
|
|
210
166
|
string: "Importar tipos de productos mediante CSV"
|
|
211
167
|
},
|
|
168
|
+
"ImportResourcesModal.modalTitle.standalonePrice": {
|
|
169
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
170
|
+
string: "Importar precios independientes por CSV"
|
|
171
|
+
},
|
|
212
172
|
"ImportResourcesModal.or": {
|
|
213
173
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
214
174
|
string: "o"
|
|
215
175
|
},
|
|
216
|
-
"ImportResourcesModal.order": {
|
|
217
|
-
developer_comment: "Label for the order resource type",
|
|
218
|
-
string: "Pedido"
|
|
219
|
-
},
|
|
220
|
-
"ImportResourcesModal.order-patch": {
|
|
221
|
-
developer_comment: "Label for the order-patch resource type",
|
|
222
|
-
string: "Solicitar revisión"
|
|
223
|
-
},
|
|
224
|
-
"ImportResourcesModal.order-patches": {
|
|
225
|
-
developer_comment: "Label for the order-patches resource type",
|
|
226
|
-
string: "Solicitar revisión"
|
|
227
|
-
},
|
|
228
|
-
"ImportResourcesModal.orders": {
|
|
229
|
-
developer_comment: "Label for the orders resource type",
|
|
230
|
-
string: "Pedidos"
|
|
231
|
-
},
|
|
232
176
|
"ImportResourcesModal.prepareMessage": {
|
|
233
177
|
developer_comment: "Notification for preparing import",
|
|
234
178
|
string: "<b>Preparar importación</b><newline></newline>Una vez concluida la preparación, puedes seguir el progreso de la importación <logsLink>en los Registros de importación</logsLink>."
|
|
@@ -237,54 +181,6 @@ var es = {
|
|
|
237
181
|
developer_comment: "Label for modal path",
|
|
238
182
|
string: "Aquí tiene una vista previa de su importación"
|
|
239
183
|
},
|
|
240
|
-
"ImportResourcesModal.price": {
|
|
241
|
-
developer_comment: "Label for the price resource type",
|
|
242
|
-
string: "Precio"
|
|
243
|
-
},
|
|
244
|
-
"ImportResourcesModal.prices": {
|
|
245
|
-
developer_comment: "Label for the prices resource type",
|
|
246
|
-
string: "Precios"
|
|
247
|
-
},
|
|
248
|
-
"ImportResourcesModal.product": {
|
|
249
|
-
developer_comment: "Label for the product resource type",
|
|
250
|
-
string: "Producto"
|
|
251
|
-
},
|
|
252
|
-
"ImportResourcesModal.product-draft": {
|
|
253
|
-
developer_comment: "Label for the product-draft resource type",
|
|
254
|
-
string: "Boceto del producto"
|
|
255
|
-
},
|
|
256
|
-
"ImportResourcesModal.product-drafts": {
|
|
257
|
-
developer_comment: "Label for the product-drafts resource type",
|
|
258
|
-
string: "Boceto del producto"
|
|
259
|
-
},
|
|
260
|
-
"ImportResourcesModal.product-type": {
|
|
261
|
-
developer_comment: "Label for the product-type resource type",
|
|
262
|
-
string: "Tipo de producto"
|
|
263
|
-
},
|
|
264
|
-
"ImportResourcesModal.product-types": {
|
|
265
|
-
developer_comment: "Label for the product-types resource type",
|
|
266
|
-
string: "Tipos de producto"
|
|
267
|
-
},
|
|
268
|
-
"ImportResourcesModal.product-variant": {
|
|
269
|
-
developer_comment: "Label for the product-variant resource type",
|
|
270
|
-
string: "Variante del producto"
|
|
271
|
-
},
|
|
272
|
-
"ImportResourcesModal.product-variant-patch": {
|
|
273
|
-
developer_comment: "Label for the product-variant-patch resource type",
|
|
274
|
-
string: "Modificación del producto"
|
|
275
|
-
},
|
|
276
|
-
"ImportResourcesModal.product-variant-patches": {
|
|
277
|
-
developer_comment: "Label for the product-variant-patches resource type",
|
|
278
|
-
string: "Modificaciones de producto"
|
|
279
|
-
},
|
|
280
|
-
"ImportResourcesModal.product-variants": {
|
|
281
|
-
developer_comment: "Label for the product-variants resource type",
|
|
282
|
-
string: "Variante(s) de producto"
|
|
283
|
-
},
|
|
284
|
-
"ImportResourcesModal.products": {
|
|
285
|
-
developer_comment: "Label for the products resource type",
|
|
286
|
-
string: "Productos"
|
|
287
|
-
},
|
|
288
184
|
"ImportResourcesModal.radio.categories": {
|
|
289
185
|
developer_comment: "Label for the categories radio button",
|
|
290
186
|
string: "Categorías"
|
|
@@ -293,10 +189,18 @@ var es = {
|
|
|
293
189
|
developer_comment: "Label for the inventories radio button",
|
|
294
190
|
string: "Inventarios"
|
|
295
191
|
},
|
|
192
|
+
"ImportResourcesModal.radio.productTailorings": {
|
|
193
|
+
developer_comment: "Label for the product tailorings radio button",
|
|
194
|
+
string: "Productos personalizados"
|
|
195
|
+
},
|
|
296
196
|
"ImportResourcesModal.radio.products": {
|
|
297
197
|
developer_comment: "Label for the products radio button",
|
|
298
198
|
string: "Productos (incluyendo variantes, activos, precios e imágenes)"
|
|
299
199
|
},
|
|
200
|
+
"ImportResourcesModal.radio.standalonePrices": {
|
|
201
|
+
developer_comment: "Label for the standalone prices radio button",
|
|
202
|
+
string: "Precios independientes"
|
|
203
|
+
},
|
|
300
204
|
"ImportResourcesModal.row": {
|
|
301
205
|
developer_comment: "In Upload file error modal - \"Row\" column",
|
|
302
206
|
string: "Fila"
|
|
@@ -312,6 +216,10 @@ var es = {
|
|
|
312
216
|
developer_comment: "Label for the publish products checkbox",
|
|
313
217
|
string: "Publicar todos los productos del archivo"
|
|
314
218
|
},
|
|
219
|
+
"ImportResourcesModal.settings.publishTailoredProducts": {
|
|
220
|
+
developer_comment: "Label for the publish tailored products checkbox",
|
|
221
|
+
string: "Publicar todos los productos personalizados en el archivo"
|
|
222
|
+
},
|
|
315
223
|
"ImportResourcesModal.showLess": {
|
|
316
224
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
317
225
|
string: "Mostrar menos"
|
|
@@ -327,14 +235,6 @@ var es = {
|
|
|
327
235
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
328
236
|
string: "Se ha superado el tamaño de archivo"
|
|
329
237
|
},
|
|
330
|
-
"ImportResourcesModal.standalone-price": {
|
|
331
|
-
developer_comment: "Label for the standalone-price resource type",
|
|
332
|
-
string: "Precio independiente"
|
|
333
|
-
},
|
|
334
|
-
"ImportResourcesModal.standalone-prices": {
|
|
335
|
-
developer_comment: "Label for the standalone-prices resource type",
|
|
336
|
-
string: "Precios independientes"
|
|
337
|
-
},
|
|
338
238
|
"ImportResourcesModal.startImportButton": {
|
|
339
239
|
developer_comment: "Label for the modal Start import button",
|
|
340
240
|
string: "Iniciar importación"
|
|
@@ -351,22 +251,10 @@ var es = {
|
|
|
351
251
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
352
252
|
string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
|
|
353
253
|
},
|
|
354
|
-
"ImportResourcesModal.type": {
|
|
355
|
-
developer_comment: "Label for the type resource type",
|
|
356
|
-
string: "Tipo"
|
|
357
|
-
},
|
|
358
|
-
"ImportResourcesModal.types": {
|
|
359
|
-
developer_comment: "Label for the types resource type",
|
|
360
|
-
string: "Tipos"
|
|
361
|
-
},
|
|
362
254
|
"ImportResourcesModal.unexpectedError": {
|
|
363
255
|
developer_comment: "Generic notification message when file upload fails",
|
|
364
256
|
string: "Ha ocurrido un error al cargar el archivo. Inténtelo de nuevo o póngase en contacto con el servicio técnico si este error continúa."
|
|
365
257
|
},
|
|
366
|
-
"ImportResourcesModal.unknown-resource-type": {
|
|
367
|
-
developer_comment: "Label for the unknown resource type",
|
|
368
|
-
string: "Tipo de recurso desconocido"
|
|
369
|
-
},
|
|
370
258
|
"ImportResourcesModal.uploadButton": {
|
|
371
259
|
developer_comment: "Label for the upload button",
|
|
372
260
|
string: "Cargar y vista previa"
|