@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.8.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/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-1b036a1a.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-4c295594.esm.js} +1 -1
- package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-dc11c9dd.cjs.prod.js} +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
- package/dist/{de-ce1e957d.esm.js → de-4d884a52.esm.js} +156 -20
- package/dist/{de-5181e779.cjs.dev.js → de-ba621f66.cjs.prod.js} +156 -20
- package/dist/{de-3c758072.cjs.prod.js → de-cd1c2b61.cjs.dev.js} +156 -20
- package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-377a3c8d.cjs.dev.js} +1 -1
- package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-40108d06.cjs.prod.js} +1 -1
- package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-9ea4c457.esm.js} +1 -1
- package/dist/{en-d7cc7b15.cjs.prod.js → en-102ccf29.cjs.prod.js} +156 -20
- package/dist/{en-2f76b27a.esm.js → en-88aad148.esm.js} +156 -20
- package/dist/{en-7de3b07a.cjs.dev.js → en-c4f7d882.cjs.dev.js} +156 -20
- package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-1bb3ba2c.cjs.dev.js} +1 -1
- package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-5629adf7.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-e60beae7.esm.js} +1 -1
- package/dist/{es-d9a57b63.cjs.dev.js → es-09b5f26a.cjs.dev.js} +157 -21
- package/dist/{es-a3c0e9b3.cjs.prod.js → es-1877968a.cjs.prod.js} +157 -21
- package/dist/{es-2b81e0cd.esm.js → es-d589515f.esm.js} +157 -21
- package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-00056628.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-f251fc3d.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-f5cd314a.esm.js} +1 -1
- package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-1d2ccb65.cjs.prod.js} +157 -21
- package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-a5fe152a.cjs.dev.js} +157 -21
- package/dist/{fr-FR-084be771.esm.js → fr-FR-d672a357.esm.js} +157 -21
- package/dist/{index-12a56d8e.esm.js → index-42eec0a4.esm.js} +43 -34
- package/dist/{index-86e79ec0.cjs.dev.js → index-bf0ed2a7.cjs.dev.js} +43 -34
- package/dist/{index-9cf95c7a.cjs.prod.js → index-e152cdce.cjs.prod.js} +43 -34
- package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-0389b318.cjs.dev.js} +157 -21
- package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-3512c390.esm.js} +157 -21
- package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-606f307c.cjs.prod.js} +157 -21
- package/package.json +21 -21
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
var es = {
|
|
2
|
-
"ImportResourcesModal.BodyNote": {
|
|
3
|
-
developer_comment: "Confirmation dialog text",
|
|
4
|
-
string: "Tenga en cuenta que los valores existentes con las mismas claves se sobrescribirán con los datos incluidos en el CSV."
|
|
5
|
-
},
|
|
6
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
7
|
-
developer_comment: "Confirmation question",
|
|
8
|
-
string: "¿Proceder con la importación?"
|
|
9
|
-
},
|
|
10
|
-
"ImportResourcesModal.BodyText": {
|
|
11
|
-
developer_comment: "Confirmation dialog text",
|
|
12
|
-
string: "Estás a punto de importar <bold>{count}</bold> filas al proyecto: <bold>{projectName}</bold>"
|
|
13
|
-
},
|
|
14
2
|
"ImportResourcesModal.browseFile": {
|
|
15
3
|
string: "Explorar archivo"
|
|
16
4
|
},
|
|
@@ -18,6 +6,14 @@ var es = {
|
|
|
18
6
|
developer_comment: "Label for the cancel button",
|
|
19
7
|
string: "Cancelar"
|
|
20
8
|
},
|
|
9
|
+
"ImportResourcesModal.categories": {
|
|
10
|
+
developer_comment: "Label for the categories resource type",
|
|
11
|
+
string: "Categorías"
|
|
12
|
+
},
|
|
13
|
+
"ImportResourcesModal.category": {
|
|
14
|
+
developer_comment: "Label for the category resource type",
|
|
15
|
+
string: "Categoría"
|
|
16
|
+
},
|
|
21
17
|
"ImportResourcesModal.chooseFile": {
|
|
22
18
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
23
19
|
string: "Elegir archivo"
|
|
@@ -44,20 +40,60 @@ var es = {
|
|
|
44
40
|
},
|
|
45
41
|
"ImportResourcesModal.confirmationBodyText": {
|
|
46
42
|
developer_comment: "Confirmation dialog text",
|
|
47
|
-
string: "
|
|
43
|
+
string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
|
|
48
44
|
},
|
|
49
45
|
"ImportResourcesModal.continue": {
|
|
50
46
|
developer_comment: "Confirmation dialog continue button",
|
|
51
47
|
string: "Continuar"
|
|
52
48
|
},
|
|
49
|
+
"ImportResourcesModal.custom-object": {
|
|
50
|
+
developer_comment: "Label for the custom-object resource type",
|
|
51
|
+
string: "Objeto personalizado"
|
|
52
|
+
},
|
|
53
|
+
"ImportResourcesModal.custom-objects": {
|
|
54
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
55
|
+
string: "Objetos personalizados"
|
|
56
|
+
},
|
|
57
|
+
"ImportResourcesModal.customer": {
|
|
58
|
+
developer_comment: "Label for the customer resource type",
|
|
59
|
+
string: "Cliente"
|
|
60
|
+
},
|
|
61
|
+
"ImportResourcesModal.customers": {
|
|
62
|
+
developer_comment: "Label for the customers resource type",
|
|
63
|
+
string: "Clientes"
|
|
64
|
+
},
|
|
53
65
|
"ImportResourcesModal.dataType": {
|
|
54
66
|
developer_comment: "Label for the data type selection dropdown",
|
|
55
67
|
string: "Tipos de datos"
|
|
56
68
|
},
|
|
69
|
+
"ImportResourcesModal.delimiterComma": {
|
|
70
|
+
developer_comment: "Label for the delimiter name comma",
|
|
71
|
+
string: "coma"
|
|
72
|
+
},
|
|
73
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
74
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
75
|
+
string: "barra vertical"
|
|
76
|
+
},
|
|
77
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
78
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
79
|
+
string: "punto y coma"
|
|
80
|
+
},
|
|
81
|
+
"ImportResourcesModal.delimiterTab": {
|
|
82
|
+
developer_comment: "Label for the delimiter name tab",
|
|
83
|
+
string: "tabulador"
|
|
84
|
+
},
|
|
57
85
|
"ImportResourcesModal.details": {
|
|
58
86
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
59
87
|
string: "Detalles"
|
|
60
88
|
},
|
|
89
|
+
"ImportResourcesModal.discount-code": {
|
|
90
|
+
developer_comment: "Label for the discount-code resource type",
|
|
91
|
+
string: "Código de descuento"
|
|
92
|
+
},
|
|
93
|
+
"ImportResourcesModal.discount-codes": {
|
|
94
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
95
|
+
string: "Códigos de descuento"
|
|
96
|
+
},
|
|
61
97
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
62
98
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
63
99
|
string: "Arrastrar y soltar CSV"
|
|
@@ -102,6 +138,22 @@ var es = {
|
|
|
102
138
|
developer_comment: "Label for the instructions section",
|
|
103
139
|
string: "Instrucciones"
|
|
104
140
|
},
|
|
141
|
+
"ImportResourcesModal.inventories": {
|
|
142
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
143
|
+
string: "Inventarios"
|
|
144
|
+
},
|
|
145
|
+
"ImportResourcesModal.inventory": {
|
|
146
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
147
|
+
string: "Inventario"
|
|
148
|
+
},
|
|
149
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
150
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
151
|
+
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 {}}}}"
|
|
152
|
+
},
|
|
153
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
154
|
+
developer_comment: "Label for the list conjunction or",
|
|
155
|
+
string: "o"
|
|
156
|
+
},
|
|
105
157
|
"ImportResourcesModal.missingKeyError": {
|
|
106
158
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
107
159
|
string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate que cada fila tiene un valor \"clave\"."
|
|
@@ -146,6 +198,22 @@ var es = {
|
|
|
146
198
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
147
199
|
string: "o"
|
|
148
200
|
},
|
|
201
|
+
"ImportResourcesModal.order": {
|
|
202
|
+
developer_comment: "Label for the order resource type",
|
|
203
|
+
string: "Pedido"
|
|
204
|
+
},
|
|
205
|
+
"ImportResourcesModal.order-patch": {
|
|
206
|
+
developer_comment: "Label for the order-patch resource type",
|
|
207
|
+
string: "Solicitar revisión"
|
|
208
|
+
},
|
|
209
|
+
"ImportResourcesModal.order-patches": {
|
|
210
|
+
developer_comment: "Label for the order-patches resource type",
|
|
211
|
+
string: "Solicitar revisión"
|
|
212
|
+
},
|
|
213
|
+
"ImportResourcesModal.orders": {
|
|
214
|
+
developer_comment: "Label for the orders resource type",
|
|
215
|
+
string: "Pedidos"
|
|
216
|
+
},
|
|
149
217
|
"ImportResourcesModal.prepareMessage": {
|
|
150
218
|
developer_comment: "Notification for preparing import",
|
|
151
219
|
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>."
|
|
@@ -154,6 +222,54 @@ var es = {
|
|
|
154
222
|
developer_comment: "Label for modal path",
|
|
155
223
|
string: "Aquí tiene una vista previa de su importación"
|
|
156
224
|
},
|
|
225
|
+
"ImportResourcesModal.price": {
|
|
226
|
+
developer_comment: "Label for the price resource type",
|
|
227
|
+
string: "Precio"
|
|
228
|
+
},
|
|
229
|
+
"ImportResourcesModal.prices": {
|
|
230
|
+
developer_comment: "Label for the prices resource type",
|
|
231
|
+
string: "Precios"
|
|
232
|
+
},
|
|
233
|
+
"ImportResourcesModal.product": {
|
|
234
|
+
developer_comment: "Label for the product resource type",
|
|
235
|
+
string: "Producto"
|
|
236
|
+
},
|
|
237
|
+
"ImportResourcesModal.product-draft": {
|
|
238
|
+
developer_comment: "Label for the product-draft resource type",
|
|
239
|
+
string: "Boceto del producto"
|
|
240
|
+
},
|
|
241
|
+
"ImportResourcesModal.product-drafts": {
|
|
242
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
243
|
+
string: "Boceto del producto"
|
|
244
|
+
},
|
|
245
|
+
"ImportResourcesModal.product-type": {
|
|
246
|
+
developer_comment: "Label for the product-type resource type",
|
|
247
|
+
string: "Tipo de producto"
|
|
248
|
+
},
|
|
249
|
+
"ImportResourcesModal.product-types": {
|
|
250
|
+
developer_comment: "Label for the product-types resource type",
|
|
251
|
+
string: "Tipos de producto"
|
|
252
|
+
},
|
|
253
|
+
"ImportResourcesModal.product-variant": {
|
|
254
|
+
developer_comment: "Label for the product-variant resource type",
|
|
255
|
+
string: "Variante del producto"
|
|
256
|
+
},
|
|
257
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
258
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
259
|
+
string: "Modificación del producto"
|
|
260
|
+
},
|
|
261
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
262
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
263
|
+
string: "Modificaciones de producto"
|
|
264
|
+
},
|
|
265
|
+
"ImportResourcesModal.product-variants": {
|
|
266
|
+
developer_comment: "Label for the product-variants resource type",
|
|
267
|
+
string: "Variante(s) de producto"
|
|
268
|
+
},
|
|
269
|
+
"ImportResourcesModal.products": {
|
|
270
|
+
developer_comment: "Label for the products resource type",
|
|
271
|
+
string: "Productos"
|
|
272
|
+
},
|
|
157
273
|
"ImportResourcesModal.radio.categories": {
|
|
158
274
|
developer_comment: "Label for the categories radio button",
|
|
159
275
|
string: "Categorías"
|
|
@@ -177,9 +293,9 @@ var es = {
|
|
|
177
293
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
178
294
|
string: "Se ha superado el límite de filas"
|
|
179
295
|
},
|
|
180
|
-
"ImportResourcesModal.
|
|
181
|
-
developer_comment: "
|
|
182
|
-
string: "
|
|
296
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
297
|
+
developer_comment: "Label for the publish products checkbox",
|
|
298
|
+
string: "Publicar todos los productos del archivo"
|
|
183
299
|
},
|
|
184
300
|
"ImportResourcesModal.showLess": {
|
|
185
301
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -196,6 +312,14 @@ var es = {
|
|
|
196
312
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
197
313
|
string: "Se ha superado el tamaño de archivo"
|
|
198
314
|
},
|
|
315
|
+
"ImportResourcesModal.standalone-price": {
|
|
316
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
317
|
+
string: "Precio independiente"
|
|
318
|
+
},
|
|
319
|
+
"ImportResourcesModal.standalone-prices": {
|
|
320
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
321
|
+
string: "Precios independientes"
|
|
322
|
+
},
|
|
199
323
|
"ImportResourcesModal.startImportButton": {
|
|
200
324
|
developer_comment: "Label for the modal Start import button",
|
|
201
325
|
string: "Iniciar importación"
|
|
@@ -212,10 +336,22 @@ var es = {
|
|
|
212
336
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
213
337
|
string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
|
|
214
338
|
},
|
|
339
|
+
"ImportResourcesModal.type": {
|
|
340
|
+
developer_comment: "Label for the type resource type",
|
|
341
|
+
string: "Tipo"
|
|
342
|
+
},
|
|
343
|
+
"ImportResourcesModal.types": {
|
|
344
|
+
developer_comment: "Label for the types resource type",
|
|
345
|
+
string: "Tipos"
|
|
346
|
+
},
|
|
215
347
|
"ImportResourcesModal.unexpectedError": {
|
|
216
348
|
developer_comment: "Generic notification message when file upload fails",
|
|
217
349
|
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."
|
|
218
350
|
},
|
|
351
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
352
|
+
developer_comment: "Label for the unknown resource type",
|
|
353
|
+
string: "Tipo de recurso desconocido"
|
|
354
|
+
},
|
|
219
355
|
"ImportResourcesModal.uploadButton": {
|
|
220
356
|
developer_comment: "Label for the upload button",
|
|
221
357
|
string: "Cargar y vista previa"
|
|
@@ -232,12 +368,12 @@ var es = {
|
|
|
232
368
|
developer_comment: "Upload new file button",
|
|
233
369
|
string: "Cargar archivo nuevo"
|
|
234
370
|
},
|
|
235
|
-
"ImportResourcesModal.
|
|
236
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
237
|
-
string: "El archivo está utilizando un
|
|
371
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
372
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
373
|
+
string: "El archivo está utilizando un separador incompatible. Utiliza un separador permitido: {delimiterList}."
|
|
238
374
|
},
|
|
239
|
-
"ImportResourcesModal.
|
|
240
|
-
string: "
|
|
375
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
376
|
+
string: "Separador incorrecto"
|
|
241
377
|
}
|
|
242
378
|
};
|
|
243
379
|
|
package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-00056628.cjs.prod.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var reactIntl = require('react-intl');
|
|
4
4
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-e152cdce.cjs.prod.js');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-f251fc3d.cjs.dev.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var reactIntl = require('react-intl');
|
|
4
4
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-bf0ed2a7.cjs.dev.js');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIntl } from 'react-intl';
|
|
2
2
|
import { Spacings, PaperclipIcon, Constraints, Text, SecondaryButton } from '@commercetools-frontend/ui-kit';
|
|
3
|
-
import { u as useImportResourcesContext, m as messages } from './index-
|
|
3
|
+
import { u as useImportResourcesContext, m as messages } from './index-42eec0a4.esm.js';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
5
5
|
import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
6
6
|
import '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var frFR = {
|
|
4
|
-
"ImportResourcesModal.BodyNote": {
|
|
5
|
-
developer_comment: "Confirmation dialog text",
|
|
6
|
-
string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
|
|
7
|
-
},
|
|
8
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
9
|
-
developer_comment: "Confirmation question",
|
|
10
|
-
string: "Procéder à l'importation ?"
|
|
11
|
-
},
|
|
12
|
-
"ImportResourcesModal.BodyText": {
|
|
13
|
-
developer_comment: "Confirmation dialog text",
|
|
14
|
-
string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
|
|
15
|
-
},
|
|
16
4
|
"ImportResourcesModal.browseFile": {
|
|
17
5
|
string: "Parcourir le fichier"
|
|
18
6
|
},
|
|
@@ -20,6 +8,14 @@ var frFR = {
|
|
|
20
8
|
developer_comment: "Label for the cancel button",
|
|
21
9
|
string: "Annuler"
|
|
22
10
|
},
|
|
11
|
+
"ImportResourcesModal.categories": {
|
|
12
|
+
developer_comment: "Label for the categories resource type",
|
|
13
|
+
string: "Catégories"
|
|
14
|
+
},
|
|
15
|
+
"ImportResourcesModal.category": {
|
|
16
|
+
developer_comment: "Label for the category resource type",
|
|
17
|
+
string: "Catégorie"
|
|
18
|
+
},
|
|
23
19
|
"ImportResourcesModal.chooseFile": {
|
|
24
20
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
25
21
|
string: "Choisir un fichier"
|
|
@@ -46,20 +42,60 @@ var frFR = {
|
|
|
46
42
|
},
|
|
47
43
|
"ImportResourcesModal.confirmationBodyText": {
|
|
48
44
|
developer_comment: "Confirmation dialog text",
|
|
49
|
-
string: "
|
|
45
|
+
string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
|
|
50
46
|
},
|
|
51
47
|
"ImportResourcesModal.continue": {
|
|
52
48
|
developer_comment: "Confirmation dialog continue button",
|
|
53
49
|
string: "Continuer"
|
|
54
50
|
},
|
|
51
|
+
"ImportResourcesModal.custom-object": {
|
|
52
|
+
developer_comment: "Label for the custom-object resource type",
|
|
53
|
+
string: "Objet personnalisé"
|
|
54
|
+
},
|
|
55
|
+
"ImportResourcesModal.custom-objects": {
|
|
56
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
57
|
+
string: "Objets personnalisés"
|
|
58
|
+
},
|
|
59
|
+
"ImportResourcesModal.customer": {
|
|
60
|
+
developer_comment: "Label for the customer resource type",
|
|
61
|
+
string: "Client"
|
|
62
|
+
},
|
|
63
|
+
"ImportResourcesModal.customers": {
|
|
64
|
+
developer_comment: "Label for the customers resource type",
|
|
65
|
+
string: "Clients"
|
|
66
|
+
},
|
|
55
67
|
"ImportResourcesModal.dataType": {
|
|
56
68
|
developer_comment: "Label for the data type selection dropdown",
|
|
57
69
|
string: "Type de données"
|
|
58
70
|
},
|
|
71
|
+
"ImportResourcesModal.delimiterComma": {
|
|
72
|
+
developer_comment: "Label for the delimiter name comma",
|
|
73
|
+
string: "virgule"
|
|
74
|
+
},
|
|
75
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
76
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
77
|
+
string: "barre verticale"
|
|
78
|
+
},
|
|
79
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
80
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
81
|
+
string: "point virgule"
|
|
82
|
+
},
|
|
83
|
+
"ImportResourcesModal.delimiterTab": {
|
|
84
|
+
developer_comment: "Label for the delimiter name tab",
|
|
85
|
+
string: "onglet"
|
|
86
|
+
},
|
|
59
87
|
"ImportResourcesModal.details": {
|
|
60
88
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
61
89
|
string: "Détails"
|
|
62
90
|
},
|
|
91
|
+
"ImportResourcesModal.discount-code": {
|
|
92
|
+
developer_comment: "Label for the discount-code resource type",
|
|
93
|
+
string: "Code de remise"
|
|
94
|
+
},
|
|
95
|
+
"ImportResourcesModal.discount-codes": {
|
|
96
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
97
|
+
string: "Codes de remise"
|
|
98
|
+
},
|
|
63
99
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
64
100
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
65
101
|
string: "Faites glisser-déposer un fichier CSV"
|
|
@@ -104,6 +140,22 @@ var frFR = {
|
|
|
104
140
|
developer_comment: "Label for the instructions section",
|
|
105
141
|
string: "Instructions"
|
|
106
142
|
},
|
|
143
|
+
"ImportResourcesModal.inventories": {
|
|
144
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
145
|
+
string: "Inventaires"
|
|
146
|
+
},
|
|
147
|
+
"ImportResourcesModal.inventory": {
|
|
148
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
149
|
+
string: "Inventaire"
|
|
150
|
+
},
|
|
151
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
152
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
153
|
+
string: "{itemCount, plural, one {<b>1</b> {resourceType} à importer{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}}}"
|
|
154
|
+
},
|
|
155
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
156
|
+
developer_comment: "Label for the list conjunction or",
|
|
157
|
+
string: "ou"
|
|
158
|
+
},
|
|
107
159
|
"ImportResourcesModal.missingKeyError": {
|
|
108
160
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
109
161
|
string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
|
|
@@ -148,6 +200,22 @@ var frFR = {
|
|
|
148
200
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
149
201
|
string: "ou"
|
|
150
202
|
},
|
|
203
|
+
"ImportResourcesModal.order": {
|
|
204
|
+
developer_comment: "Label for the order resource type",
|
|
205
|
+
string: "Commande"
|
|
206
|
+
},
|
|
207
|
+
"ImportResourcesModal.order-patch": {
|
|
208
|
+
developer_comment: "Label for the order-patch resource type",
|
|
209
|
+
string: "Patch de commande"
|
|
210
|
+
},
|
|
211
|
+
"ImportResourcesModal.order-patches": {
|
|
212
|
+
developer_comment: "Label for the order-patches resource type",
|
|
213
|
+
string: "Patches de commande"
|
|
214
|
+
},
|
|
215
|
+
"ImportResourcesModal.orders": {
|
|
216
|
+
developer_comment: "Label for the orders resource type",
|
|
217
|
+
string: "Commandes"
|
|
218
|
+
},
|
|
151
219
|
"ImportResourcesModal.prepareMessage": {
|
|
152
220
|
developer_comment: "Notification for preparing import",
|
|
153
221
|
string: "<b>Préparer l'importation</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre les progrès d'importation <logsLink>dans les Journaux d'importation</logsLink>."
|
|
@@ -156,6 +224,54 @@ var frFR = {
|
|
|
156
224
|
developer_comment: "Label for modal path",
|
|
157
225
|
string: "Voici un aperçu de votre importation"
|
|
158
226
|
},
|
|
227
|
+
"ImportResourcesModal.price": {
|
|
228
|
+
developer_comment: "Label for the price resource type",
|
|
229
|
+
string: "Prix"
|
|
230
|
+
},
|
|
231
|
+
"ImportResourcesModal.prices": {
|
|
232
|
+
developer_comment: "Label for the prices resource type",
|
|
233
|
+
string: "Prix"
|
|
234
|
+
},
|
|
235
|
+
"ImportResourcesModal.product": {
|
|
236
|
+
developer_comment: "Label for the product resource type",
|
|
237
|
+
string: "Produit"
|
|
238
|
+
},
|
|
239
|
+
"ImportResourcesModal.product-draft": {
|
|
240
|
+
developer_comment: "Label for the product-draft resource type",
|
|
241
|
+
string: "Brouillon du produit"
|
|
242
|
+
},
|
|
243
|
+
"ImportResourcesModal.product-drafts": {
|
|
244
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
245
|
+
string: "Brouillons de produits"
|
|
246
|
+
},
|
|
247
|
+
"ImportResourcesModal.product-type": {
|
|
248
|
+
developer_comment: "Label for the product-type resource type",
|
|
249
|
+
string: "Type de produit"
|
|
250
|
+
},
|
|
251
|
+
"ImportResourcesModal.product-types": {
|
|
252
|
+
developer_comment: "Label for the product-types resource type",
|
|
253
|
+
string: "Types de produits"
|
|
254
|
+
},
|
|
255
|
+
"ImportResourcesModal.product-variant": {
|
|
256
|
+
developer_comment: "Label for the product-variant resource type",
|
|
257
|
+
string: "Variante de produit"
|
|
258
|
+
},
|
|
259
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
260
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
261
|
+
string: "Patch de variante de produit"
|
|
262
|
+
},
|
|
263
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
264
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
265
|
+
string: "Patches de variante de produit"
|
|
266
|
+
},
|
|
267
|
+
"ImportResourcesModal.product-variants": {
|
|
268
|
+
developer_comment: "Label for the product-variants resource type",
|
|
269
|
+
string: "Variante(s) de produit"
|
|
270
|
+
},
|
|
271
|
+
"ImportResourcesModal.products": {
|
|
272
|
+
developer_comment: "Label for the products resource type",
|
|
273
|
+
string: "Produits"
|
|
274
|
+
},
|
|
159
275
|
"ImportResourcesModal.radio.categories": {
|
|
160
276
|
developer_comment: "Label for the categories radio button",
|
|
161
277
|
string: "Catégories"
|
|
@@ -179,9 +295,9 @@ var frFR = {
|
|
|
179
295
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
180
296
|
string: "Limite de ligne dépassée"
|
|
181
297
|
},
|
|
182
|
-
"ImportResourcesModal.
|
|
183
|
-
developer_comment: "
|
|
184
|
-
string: "
|
|
298
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
299
|
+
developer_comment: "Label for the publish products checkbox",
|
|
300
|
+
string: "Publier tous les produits du fichier"
|
|
185
301
|
},
|
|
186
302
|
"ImportResourcesModal.showLess": {
|
|
187
303
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -198,6 +314,14 @@ var frFR = {
|
|
|
198
314
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
199
315
|
string: "Taille du fichier excédée"
|
|
200
316
|
},
|
|
317
|
+
"ImportResourcesModal.standalone-price": {
|
|
318
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
319
|
+
string: "Prix autonome"
|
|
320
|
+
},
|
|
321
|
+
"ImportResourcesModal.standalone-prices": {
|
|
322
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
323
|
+
string: "Prix autonomes"
|
|
324
|
+
},
|
|
201
325
|
"ImportResourcesModal.startImportButton": {
|
|
202
326
|
developer_comment: "Label for the modal Start import button",
|
|
203
327
|
string: "Commencer l'importation"
|
|
@@ -214,10 +338,22 @@ var frFR = {
|
|
|
214
338
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
215
339
|
string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
|
|
216
340
|
},
|
|
341
|
+
"ImportResourcesModal.type": {
|
|
342
|
+
developer_comment: "Label for the type resource type",
|
|
343
|
+
string: "Type"
|
|
344
|
+
},
|
|
345
|
+
"ImportResourcesModal.types": {
|
|
346
|
+
developer_comment: "Label for the types resource type",
|
|
347
|
+
string: "Types"
|
|
348
|
+
},
|
|
217
349
|
"ImportResourcesModal.unexpectedError": {
|
|
218
350
|
developer_comment: "Generic notification message when file upload fails",
|
|
219
351
|
string: "Une erreur inattendue s'est produite lors de l'importation du fichier. Veuillez réessayez ou contactez l'assistance si cette erreur se reproduit."
|
|
220
352
|
},
|
|
353
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
354
|
+
developer_comment: "Label for the unknown resource type",
|
|
355
|
+
string: "Type d'entité inconnu"
|
|
356
|
+
},
|
|
221
357
|
"ImportResourcesModal.uploadButton": {
|
|
222
358
|
developer_comment: "Label for the upload button",
|
|
223
359
|
string: "Téléchargement et aperçu"
|
|
@@ -234,12 +370,12 @@ var frFR = {
|
|
|
234
370
|
developer_comment: "Upload new file button",
|
|
235
371
|
string: "Importer un nouveau fichier"
|
|
236
372
|
},
|
|
237
|
-
"ImportResourcesModal.
|
|
238
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
239
|
-
string: "
|
|
373
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
374
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
375
|
+
string: "Le fichier utilise un séparateur non supporté. Veuillez utiliser l'un des séparateurs autorisés : {delimiterList}."
|
|
240
376
|
},
|
|
241
|
-
"ImportResourcesModal.
|
|
242
|
-
string: "
|
|
377
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
378
|
+
string: "Séparateur incorrect"
|
|
243
379
|
}
|
|
244
380
|
};
|
|
245
381
|
|