@commercetools-frontend-extensions/export-resources-modal 5.2.0 → 5.3.1
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-42bf7adf.cjs.dev.js → active-drag-drop-area-e3f74c13.cjs.dev.js} +2 -2
- package/dist/{active-drag-drop-area-6571c6f1.cjs.prod.js → active-drag-drop-area-e9bf7129.cjs.prod.js} +2 -2
- package/dist/{active-drag-drop-area-0c0e312e.esm.js → active-drag-drop-area-fb905a01.esm.js} +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +2 -2
- package/dist/{de-458f4116.esm.js → de-324f2829.esm.js} +64 -20
- package/dist/{de-c18aeb38.cjs.dev.js → de-44143469.cjs.dev.js} +64 -20
- package/dist/{de-172c3905.cjs.prod.js → de-850971a3.cjs.prod.js} +64 -20
- package/dist/declarations/src/@constants/delimiters.d.ts +19 -0
- package/dist/declarations/src/@types/export-api.d.ts +10 -0
- package/dist/declarations/src/@types/form.d.ts +2 -0
- package/dist/{en-bf084198.esm.js → en-015fa203.esm.js} +64 -20
- package/dist/{en-951cd344.cjs.prod.js → en-6928b534.cjs.dev.js} +64 -20
- package/dist/{en-68174953.cjs.dev.js → en-89430bcb.cjs.prod.js} +64 -20
- package/dist/{enabled-drop-area-a86820f8.cjs.prod.js → enabled-drop-area-3161efde.cjs.prod.js} +2 -2
- package/dist/{enabled-drop-area-07845761.esm.js → enabled-drop-area-5d5a61c8.esm.js} +2 -2
- package/dist/{enabled-drop-area-f0ede72d.cjs.dev.js → enabled-drop-area-b35ddf49.cjs.dev.js} +2 -2
- package/dist/{es-a8553ca8.esm.js → es-735dbaf2.esm.js} +64 -20
- package/dist/{es-b0a9fb31.cjs.prod.js → es-e6dd1e27.cjs.dev.js} +64 -20
- package/dist/{es-38a3a3ae.cjs.dev.js → es-e73368be.cjs.prod.js} +64 -20
- package/dist/{file-dropped-area-7de84e37.cjs.prod.js → file-dropped-area-85fb3d1d.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-016972ea.esm.js → file-dropped-area-aad1bd09.esm.js} +1 -1
- package/dist/{file-dropped-area-2c4b364b.cjs.dev.js → file-dropped-area-ff7e0b8e.cjs.dev.js} +1 -1
- package/dist/{fr-FR-97c22617.cjs.dev.js → fr-FR-0eab30ec.cjs.prod.js} +64 -20
- package/dist/{fr-FR-8146efa8.cjs.prod.js → fr-FR-62affef0.cjs.dev.js} +64 -20
- package/dist/{fr-FR-87237d20.esm.js → fr-FR-96dce16c.esm.js} +64 -20
- package/dist/{index-7cbf648f.cjs.dev.js → index-2ed12fce.cjs.dev.js} +276 -126
- package/dist/{index-47c5bc92.cjs.prod.js → index-e73d846c.cjs.prod.js} +276 -126
- package/dist/{index-b6f8d138.esm.js → index-f0396960.esm.js} +276 -126
- package/dist/{pt-BR-c725734e.cjs.prod.js → pt-BR-13243e64.cjs.dev.js} +64 -20
- package/dist/{pt-BR-cf6abfcc.esm.js → pt-BR-7fd72f5d.esm.js} +64 -20
- package/dist/{pt-BR-c42a98aa.cjs.dev.js → pt-BR-ced88ff5.cjs.prod.js} +64 -20
- package/package.json +4 -4
|
@@ -31,14 +31,50 @@ var es = {
|
|
|
31
31
|
developer_comment: "Label for \"Choose file\" button",
|
|
32
32
|
string: "Elegir archivo"
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.columnSeparatorComma": {
|
|
35
|
+
developer_comment: "Label for comma column separator option",
|
|
36
|
+
string: "comma (,)"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.columnSeparatorPipe": {
|
|
39
|
+
developer_comment: "Label for pipe column separator option",
|
|
40
|
+
string: "pipe (|)"
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.columnSeparatorSemicolon": {
|
|
43
|
+
developer_comment: "Label for semicolon column separator option",
|
|
44
|
+
string: "semicolon (;)"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.columnSeparatorTab": {
|
|
47
|
+
developer_comment: "Label for tab column separator option",
|
|
48
|
+
string: "tab (\\t)"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.columns": {
|
|
51
|
+
developer_comment: "Label for column separator select",
|
|
52
|
+
string: "Columns:"
|
|
53
|
+
},
|
|
34
54
|
"ExportResourcesModal.confirmSelection": {
|
|
35
55
|
developer_comment: "Label for \"Confirm selection\" button",
|
|
36
56
|
string: "Confirmar selección"
|
|
37
57
|
},
|
|
58
|
+
"ExportResourcesModal.csvSettings": {
|
|
59
|
+
developer_comment: "Label for CSV settings section",
|
|
60
|
+
string: "CSV settings:"
|
|
61
|
+
},
|
|
38
62
|
"ExportResourcesModal.csvUploadFailed": {
|
|
39
63
|
developer_comment: "CSV upload failed title",
|
|
40
64
|
string: "Fallo al cargar el CSV"
|
|
41
65
|
},
|
|
66
|
+
"ExportResourcesModal.decimal": {
|
|
67
|
+
developer_comment: "Label for decimal separator select",
|
|
68
|
+
string: "Decimals:"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.decimalSeparatorComma": {
|
|
71
|
+
developer_comment: "Label for comma decimal separator option",
|
|
72
|
+
string: "comma (,)"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.decimalSeparatorPoint": {
|
|
75
|
+
developer_comment: "Label for point decimal separator option",
|
|
76
|
+
string: "point (.)"
|
|
77
|
+
},
|
|
42
78
|
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
43
79
|
developer_comment: "A message to define the fields to include in export",
|
|
44
80
|
string: "Define abajo los campos que hay que incluir en su exportación con un archivo CSV. El archivo debe contener encabezamientos en las columnas según el formato predefinido en <templateLink>nuestra plantilla</templateLink>. También se puede utilizar un CSV exportado con anterioridad."
|
|
@@ -47,6 +83,10 @@ var es = {
|
|
|
47
83
|
developer_comment: "Label for details column",
|
|
48
84
|
string: "Detalles"
|
|
49
85
|
},
|
|
86
|
+
"ExportResourcesModal.documentation": {
|
|
87
|
+
developer_comment: "A label for Documentation link",
|
|
88
|
+
string: "Documentation"
|
|
89
|
+
},
|
|
50
90
|
"ExportResourcesModal.dragAndDropCSV": {
|
|
51
91
|
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
52
92
|
string: "Arrastrar y soltar CSV"
|
|
@@ -83,10 +123,6 @@ var es = {
|
|
|
83
123
|
developer_comment: "Success message",
|
|
84
124
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
85
125
|
},
|
|
86
|
-
"ExportResourcesModal.exportPreferences": {
|
|
87
|
-
developer_comment: "Label for preferences",
|
|
88
|
-
string: "Preferencias"
|
|
89
|
-
},
|
|
90
126
|
"ExportResourcesModal.exportPreview": {
|
|
91
127
|
developer_comment: "Label for export preview step",
|
|
92
128
|
string: "Vista previa de exportación"
|
|
@@ -95,10 +131,6 @@ var es = {
|
|
|
95
131
|
developer_comment: "The export process may take a while",
|
|
96
132
|
string: "La exportación puede tardar. Para comprobar el progreso y para descargar el archivo tras iniciar la exportación ir a la zona de <exportLogsLink>Registros de exportación</exportLogsLink> situada en el <operationsIcon></operationsIcon> Menú de operaciones."
|
|
97
133
|
},
|
|
98
|
-
"ExportResourcesModal.exportScope": {
|
|
99
|
-
developer_comment: "Label for Export Scope",
|
|
100
|
-
string: "Ámbito"
|
|
101
|
-
},
|
|
102
134
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
103
135
|
developer_comment: "Label for Export All categories",
|
|
104
136
|
string: "Exportar todo: {total, plural, one {# categoría} other {# categorías}}"
|
|
@@ -179,10 +211,6 @@ var es = {
|
|
|
179
211
|
developer_comment: "Label for Export Selected without count",
|
|
180
212
|
string: "Exportar selección"
|
|
181
213
|
},
|
|
182
|
-
"ExportResourcesModal.exportSettings": {
|
|
183
|
-
developer_comment: "Label for Export Settings",
|
|
184
|
-
string: "Configuraciones"
|
|
185
|
-
},
|
|
186
214
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
187
215
|
developer_comment: "Field definition not found error",
|
|
188
216
|
string: "No se encontró el campo de definición"
|
|
@@ -201,19 +229,15 @@ var es = {
|
|
|
201
229
|
},
|
|
202
230
|
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
203
231
|
developer_comment: "Label for fields to be exported in languages",
|
|
204
|
-
string: "{fieldCount, plural, one {<b>
|
|
232
|
+
string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
205
233
|
},
|
|
206
234
|
"ExportResourcesModal.fileName": {
|
|
207
235
|
developer_comment: "exported file name",
|
|
208
236
|
string: "Nombre del archivo"
|
|
209
237
|
},
|
|
210
|
-
"ExportResourcesModal.
|
|
211
|
-
developer_comment: "A checkbox label for filling rows
|
|
212
|
-
string: "
|
|
213
|
-
},
|
|
214
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
215
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
216
|
-
string: "Incluir la información de nivel de producto y de variante en cada fila"
|
|
238
|
+
"ExportResourcesModal.fillRows": {
|
|
239
|
+
developer_comment: "A checkbox label for filling rows with complete data",
|
|
240
|
+
string: "Fill all rows with complete data"
|
|
217
241
|
},
|
|
218
242
|
"ExportResourcesModal.includeAllLocales": {
|
|
219
243
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -303,6 +327,10 @@ var es = {
|
|
|
303
327
|
developer_comment: "Label for the product types modal title",
|
|
304
328
|
string: "Exportar tipos de producto"
|
|
305
329
|
},
|
|
330
|
+
"ExportResourcesModal.moreInformation": {
|
|
331
|
+
developer_comment: "A label for more information",
|
|
332
|
+
string: "For more information, refer to the {documentationLink}"
|
|
333
|
+
},
|
|
306
334
|
"ExportResourcesModal.myViews": {
|
|
307
335
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
308
336
|
string: "Mis vistas"
|
|
@@ -347,6 +375,14 @@ var es = {
|
|
|
347
375
|
developer_comment: "Label for query predicate option",
|
|
348
376
|
string: "Predicado de consulta"
|
|
349
377
|
},
|
|
378
|
+
"ExportResourcesModal.saveAs": {
|
|
379
|
+
developer_comment: "Label for \"Save as:\"",
|
|
380
|
+
string: "Save as:"
|
|
381
|
+
},
|
|
382
|
+
"ExportResourcesModal.scope": {
|
|
383
|
+
developer_comment: "Label for \"Scope:\"",
|
|
384
|
+
string: "Scope:"
|
|
385
|
+
},
|
|
350
386
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
351
387
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
352
388
|
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
@@ -378,6 +414,14 @@ var es = {
|
|
|
378
414
|
developer_comment: "Label for total Selected",
|
|
379
415
|
string: "{total} seleccionado/s"
|
|
380
416
|
},
|
|
417
|
+
"ExportResourcesModal.separators": {
|
|
418
|
+
developer_comment: "Label for separators",
|
|
419
|
+
string: "Separators"
|
|
420
|
+
},
|
|
421
|
+
"ExportResourcesModal.separatorsDescription": {
|
|
422
|
+
developer_comment: "Description for column separators",
|
|
423
|
+
string: "Configure how columns are separated in the exported file"
|
|
424
|
+
},
|
|
381
425
|
"ExportResourcesModal.showAll": {
|
|
382
426
|
developer_comment: "Label for \"Show all\" button",
|
|
383
427
|
string: "Mostrar todo"
|
|
@@ -33,14 +33,50 @@ var es = {
|
|
|
33
33
|
developer_comment: "Label for \"Choose file\" button",
|
|
34
34
|
string: "Elegir archivo"
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.columnSeparatorComma": {
|
|
37
|
+
developer_comment: "Label for comma column separator option",
|
|
38
|
+
string: "comma (,)"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.columnSeparatorPipe": {
|
|
41
|
+
developer_comment: "Label for pipe column separator option",
|
|
42
|
+
string: "pipe (|)"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.columnSeparatorSemicolon": {
|
|
45
|
+
developer_comment: "Label for semicolon column separator option",
|
|
46
|
+
string: "semicolon (;)"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.columnSeparatorTab": {
|
|
49
|
+
developer_comment: "Label for tab column separator option",
|
|
50
|
+
string: "tab (\\t)"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.columns": {
|
|
53
|
+
developer_comment: "Label for column separator select",
|
|
54
|
+
string: "Columns:"
|
|
55
|
+
},
|
|
36
56
|
"ExportResourcesModal.confirmSelection": {
|
|
37
57
|
developer_comment: "Label for \"Confirm selection\" button",
|
|
38
58
|
string: "Confirmar selección"
|
|
39
59
|
},
|
|
60
|
+
"ExportResourcesModal.csvSettings": {
|
|
61
|
+
developer_comment: "Label for CSV settings section",
|
|
62
|
+
string: "CSV settings:"
|
|
63
|
+
},
|
|
40
64
|
"ExportResourcesModal.csvUploadFailed": {
|
|
41
65
|
developer_comment: "CSV upload failed title",
|
|
42
66
|
string: "Fallo al cargar el CSV"
|
|
43
67
|
},
|
|
68
|
+
"ExportResourcesModal.decimal": {
|
|
69
|
+
developer_comment: "Label for decimal separator select",
|
|
70
|
+
string: "Decimals:"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.decimalSeparatorComma": {
|
|
73
|
+
developer_comment: "Label for comma decimal separator option",
|
|
74
|
+
string: "comma (,)"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.decimalSeparatorPoint": {
|
|
77
|
+
developer_comment: "Label for point decimal separator option",
|
|
78
|
+
string: "point (.)"
|
|
79
|
+
},
|
|
44
80
|
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
45
81
|
developer_comment: "A message to define the fields to include in export",
|
|
46
82
|
string: "Define abajo los campos que hay que incluir en su exportación con un archivo CSV. El archivo debe contener encabezamientos en las columnas según el formato predefinido en <templateLink>nuestra plantilla</templateLink>. También se puede utilizar un CSV exportado con anterioridad."
|
|
@@ -49,6 +85,10 @@ var es = {
|
|
|
49
85
|
developer_comment: "Label for details column",
|
|
50
86
|
string: "Detalles"
|
|
51
87
|
},
|
|
88
|
+
"ExportResourcesModal.documentation": {
|
|
89
|
+
developer_comment: "A label for Documentation link",
|
|
90
|
+
string: "Documentation"
|
|
91
|
+
},
|
|
52
92
|
"ExportResourcesModal.dragAndDropCSV": {
|
|
53
93
|
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
54
94
|
string: "Arrastrar y soltar CSV"
|
|
@@ -85,10 +125,6 @@ var es = {
|
|
|
85
125
|
developer_comment: "Success message",
|
|
86
126
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
87
127
|
},
|
|
88
|
-
"ExportResourcesModal.exportPreferences": {
|
|
89
|
-
developer_comment: "Label for preferences",
|
|
90
|
-
string: "Preferencias"
|
|
91
|
-
},
|
|
92
128
|
"ExportResourcesModal.exportPreview": {
|
|
93
129
|
developer_comment: "Label for export preview step",
|
|
94
130
|
string: "Vista previa de exportación"
|
|
@@ -97,10 +133,6 @@ var es = {
|
|
|
97
133
|
developer_comment: "The export process may take a while",
|
|
98
134
|
string: "La exportación puede tardar. Para comprobar el progreso y para descargar el archivo tras iniciar la exportación ir a la zona de <exportLogsLink>Registros de exportación</exportLogsLink> situada en el <operationsIcon></operationsIcon> Menú de operaciones."
|
|
99
135
|
},
|
|
100
|
-
"ExportResourcesModal.exportScope": {
|
|
101
|
-
developer_comment: "Label for Export Scope",
|
|
102
|
-
string: "Ámbito"
|
|
103
|
-
},
|
|
104
136
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
105
137
|
developer_comment: "Label for Export All categories",
|
|
106
138
|
string: "Exportar todo: {total, plural, one {# categoría} other {# categorías}}"
|
|
@@ -181,10 +213,6 @@ var es = {
|
|
|
181
213
|
developer_comment: "Label for Export Selected without count",
|
|
182
214
|
string: "Exportar selección"
|
|
183
215
|
},
|
|
184
|
-
"ExportResourcesModal.exportSettings": {
|
|
185
|
-
developer_comment: "Label for Export Settings",
|
|
186
|
-
string: "Configuraciones"
|
|
187
|
-
},
|
|
188
216
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
189
217
|
developer_comment: "Field definition not found error",
|
|
190
218
|
string: "No se encontró el campo de definición"
|
|
@@ -203,19 +231,15 @@ var es = {
|
|
|
203
231
|
},
|
|
204
232
|
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
205
233
|
developer_comment: "Label for fields to be exported in languages",
|
|
206
|
-
string: "{fieldCount, plural, one {<b>
|
|
234
|
+
string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
207
235
|
},
|
|
208
236
|
"ExportResourcesModal.fileName": {
|
|
209
237
|
developer_comment: "exported file name",
|
|
210
238
|
string: "Nombre del archivo"
|
|
211
239
|
},
|
|
212
|
-
"ExportResourcesModal.
|
|
213
|
-
developer_comment: "A checkbox label for filling rows
|
|
214
|
-
string: "
|
|
215
|
-
},
|
|
216
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
217
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
218
|
-
string: "Incluir la información de nivel de producto y de variante en cada fila"
|
|
240
|
+
"ExportResourcesModal.fillRows": {
|
|
241
|
+
developer_comment: "A checkbox label for filling rows with complete data",
|
|
242
|
+
string: "Fill all rows with complete data"
|
|
219
243
|
},
|
|
220
244
|
"ExportResourcesModal.includeAllLocales": {
|
|
221
245
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -305,6 +329,10 @@ var es = {
|
|
|
305
329
|
developer_comment: "Label for the product types modal title",
|
|
306
330
|
string: "Exportar tipos de producto"
|
|
307
331
|
},
|
|
332
|
+
"ExportResourcesModal.moreInformation": {
|
|
333
|
+
developer_comment: "A label for more information",
|
|
334
|
+
string: "For more information, refer to the {documentationLink}"
|
|
335
|
+
},
|
|
308
336
|
"ExportResourcesModal.myViews": {
|
|
309
337
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
310
338
|
string: "Mis vistas"
|
|
@@ -349,6 +377,14 @@ var es = {
|
|
|
349
377
|
developer_comment: "Label for query predicate option",
|
|
350
378
|
string: "Predicado de consulta"
|
|
351
379
|
},
|
|
380
|
+
"ExportResourcesModal.saveAs": {
|
|
381
|
+
developer_comment: "Label for \"Save as:\"",
|
|
382
|
+
string: "Save as:"
|
|
383
|
+
},
|
|
384
|
+
"ExportResourcesModal.scope": {
|
|
385
|
+
developer_comment: "Label for \"Scope:\"",
|
|
386
|
+
string: "Scope:"
|
|
387
|
+
},
|
|
352
388
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
353
389
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
354
390
|
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
@@ -380,6 +416,14 @@ var es = {
|
|
|
380
416
|
developer_comment: "Label for total Selected",
|
|
381
417
|
string: "{total} seleccionado/s"
|
|
382
418
|
},
|
|
419
|
+
"ExportResourcesModal.separators": {
|
|
420
|
+
developer_comment: "Label for separators",
|
|
421
|
+
string: "Separators"
|
|
422
|
+
},
|
|
423
|
+
"ExportResourcesModal.separatorsDescription": {
|
|
424
|
+
developer_comment: "Description for column separators",
|
|
425
|
+
string: "Configure how columns are separated in the exported file"
|
|
426
|
+
},
|
|
383
427
|
"ExportResourcesModal.showAll": {
|
|
384
428
|
developer_comment: "Label for \"Show all\" button",
|
|
385
429
|
string: "Mostrar todo"
|
|
@@ -33,14 +33,50 @@ var es = {
|
|
|
33
33
|
developer_comment: "Label for \"Choose file\" button",
|
|
34
34
|
string: "Elegir archivo"
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.columnSeparatorComma": {
|
|
37
|
+
developer_comment: "Label for comma column separator option",
|
|
38
|
+
string: "comma (,)"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.columnSeparatorPipe": {
|
|
41
|
+
developer_comment: "Label for pipe column separator option",
|
|
42
|
+
string: "pipe (|)"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.columnSeparatorSemicolon": {
|
|
45
|
+
developer_comment: "Label for semicolon column separator option",
|
|
46
|
+
string: "semicolon (;)"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.columnSeparatorTab": {
|
|
49
|
+
developer_comment: "Label for tab column separator option",
|
|
50
|
+
string: "tab (\\t)"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.columns": {
|
|
53
|
+
developer_comment: "Label for column separator select",
|
|
54
|
+
string: "Columns:"
|
|
55
|
+
},
|
|
36
56
|
"ExportResourcesModal.confirmSelection": {
|
|
37
57
|
developer_comment: "Label for \"Confirm selection\" button",
|
|
38
58
|
string: "Confirmar selección"
|
|
39
59
|
},
|
|
60
|
+
"ExportResourcesModal.csvSettings": {
|
|
61
|
+
developer_comment: "Label for CSV settings section",
|
|
62
|
+
string: "CSV settings:"
|
|
63
|
+
},
|
|
40
64
|
"ExportResourcesModal.csvUploadFailed": {
|
|
41
65
|
developer_comment: "CSV upload failed title",
|
|
42
66
|
string: "Fallo al cargar el CSV"
|
|
43
67
|
},
|
|
68
|
+
"ExportResourcesModal.decimal": {
|
|
69
|
+
developer_comment: "Label for decimal separator select",
|
|
70
|
+
string: "Decimals:"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.decimalSeparatorComma": {
|
|
73
|
+
developer_comment: "Label for comma decimal separator option",
|
|
74
|
+
string: "comma (,)"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.decimalSeparatorPoint": {
|
|
77
|
+
developer_comment: "Label for point decimal separator option",
|
|
78
|
+
string: "point (.)"
|
|
79
|
+
},
|
|
44
80
|
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
45
81
|
developer_comment: "A message to define the fields to include in export",
|
|
46
82
|
string: "Define abajo los campos que hay que incluir en su exportación con un archivo CSV. El archivo debe contener encabezamientos en las columnas según el formato predefinido en <templateLink>nuestra plantilla</templateLink>. También se puede utilizar un CSV exportado con anterioridad."
|
|
@@ -49,6 +85,10 @@ var es = {
|
|
|
49
85
|
developer_comment: "Label for details column",
|
|
50
86
|
string: "Detalles"
|
|
51
87
|
},
|
|
88
|
+
"ExportResourcesModal.documentation": {
|
|
89
|
+
developer_comment: "A label for Documentation link",
|
|
90
|
+
string: "Documentation"
|
|
91
|
+
},
|
|
52
92
|
"ExportResourcesModal.dragAndDropCSV": {
|
|
53
93
|
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
54
94
|
string: "Arrastrar y soltar CSV"
|
|
@@ -85,10 +125,6 @@ var es = {
|
|
|
85
125
|
developer_comment: "Success message",
|
|
86
126
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
87
127
|
},
|
|
88
|
-
"ExportResourcesModal.exportPreferences": {
|
|
89
|
-
developer_comment: "Label for preferences",
|
|
90
|
-
string: "Preferencias"
|
|
91
|
-
},
|
|
92
128
|
"ExportResourcesModal.exportPreview": {
|
|
93
129
|
developer_comment: "Label for export preview step",
|
|
94
130
|
string: "Vista previa de exportación"
|
|
@@ -97,10 +133,6 @@ var es = {
|
|
|
97
133
|
developer_comment: "The export process may take a while",
|
|
98
134
|
string: "La exportación puede tardar. Para comprobar el progreso y para descargar el archivo tras iniciar la exportación ir a la zona de <exportLogsLink>Registros de exportación</exportLogsLink> situada en el <operationsIcon></operationsIcon> Menú de operaciones."
|
|
99
135
|
},
|
|
100
|
-
"ExportResourcesModal.exportScope": {
|
|
101
|
-
developer_comment: "Label for Export Scope",
|
|
102
|
-
string: "Ámbito"
|
|
103
|
-
},
|
|
104
136
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
105
137
|
developer_comment: "Label for Export All categories",
|
|
106
138
|
string: "Exportar todo: {total, plural, one {# categoría} other {# categorías}}"
|
|
@@ -181,10 +213,6 @@ var es = {
|
|
|
181
213
|
developer_comment: "Label for Export Selected without count",
|
|
182
214
|
string: "Exportar selección"
|
|
183
215
|
},
|
|
184
|
-
"ExportResourcesModal.exportSettings": {
|
|
185
|
-
developer_comment: "Label for Export Settings",
|
|
186
|
-
string: "Configuraciones"
|
|
187
|
-
},
|
|
188
216
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
189
217
|
developer_comment: "Field definition not found error",
|
|
190
218
|
string: "No se encontró el campo de definición"
|
|
@@ -203,19 +231,15 @@ var es = {
|
|
|
203
231
|
},
|
|
204
232
|
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
205
233
|
developer_comment: "Label for fields to be exported in languages",
|
|
206
|
-
string: "{fieldCount, plural, one {<b>
|
|
234
|
+
string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
207
235
|
},
|
|
208
236
|
"ExportResourcesModal.fileName": {
|
|
209
237
|
developer_comment: "exported file name",
|
|
210
238
|
string: "Nombre del archivo"
|
|
211
239
|
},
|
|
212
|
-
"ExportResourcesModal.
|
|
213
|
-
developer_comment: "A checkbox label for filling rows
|
|
214
|
-
string: "
|
|
215
|
-
},
|
|
216
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
217
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
218
|
-
string: "Incluir la información de nivel de producto y de variante en cada fila"
|
|
240
|
+
"ExportResourcesModal.fillRows": {
|
|
241
|
+
developer_comment: "A checkbox label for filling rows with complete data",
|
|
242
|
+
string: "Fill all rows with complete data"
|
|
219
243
|
},
|
|
220
244
|
"ExportResourcesModal.includeAllLocales": {
|
|
221
245
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -305,6 +329,10 @@ var es = {
|
|
|
305
329
|
developer_comment: "Label for the product types modal title",
|
|
306
330
|
string: "Exportar tipos de producto"
|
|
307
331
|
},
|
|
332
|
+
"ExportResourcesModal.moreInformation": {
|
|
333
|
+
developer_comment: "A label for more information",
|
|
334
|
+
string: "For more information, refer to the {documentationLink}"
|
|
335
|
+
},
|
|
308
336
|
"ExportResourcesModal.myViews": {
|
|
309
337
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
310
338
|
string: "Mis vistas"
|
|
@@ -349,6 +377,14 @@ var es = {
|
|
|
349
377
|
developer_comment: "Label for query predicate option",
|
|
350
378
|
string: "Predicado de consulta"
|
|
351
379
|
},
|
|
380
|
+
"ExportResourcesModal.saveAs": {
|
|
381
|
+
developer_comment: "Label for \"Save as:\"",
|
|
382
|
+
string: "Save as:"
|
|
383
|
+
},
|
|
384
|
+
"ExportResourcesModal.scope": {
|
|
385
|
+
developer_comment: "Label for \"Scope:\"",
|
|
386
|
+
string: "Scope:"
|
|
387
|
+
},
|
|
352
388
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
353
389
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
354
390
|
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
@@ -380,6 +416,14 @@ var es = {
|
|
|
380
416
|
developer_comment: "Label for total Selected",
|
|
381
417
|
string: "{total} seleccionado/s"
|
|
382
418
|
},
|
|
419
|
+
"ExportResourcesModal.separators": {
|
|
420
|
+
developer_comment: "Label for separators",
|
|
421
|
+
string: "Separators"
|
|
422
|
+
},
|
|
423
|
+
"ExportResourcesModal.separatorsDescription": {
|
|
424
|
+
developer_comment: "Description for column separators",
|
|
425
|
+
string: "Configure how columns are separated in the exported file"
|
|
426
|
+
},
|
|
383
427
|
"ExportResourcesModal.showAll": {
|
|
384
428
|
developer_comment: "Label for \"Show all\" button",
|
|
385
429
|
string: "Mostrar todo"
|
package/dist/{file-dropped-area-7de84e37.cjs.prod.js → file-dropped-area-85fb3d1d.cjs.prod.js}
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
|
|
4
4
|
var reactIntl = require('react-intl');
|
|
5
5
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
6
|
-
var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-
|
|
6
|
+
var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-e73d846c.cjs.prod.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
9
9
|
require('react');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _valuesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/values';
|
|
2
2
|
import { useIntl } from 'react-intl';
|
|
3
3
|
import { Spacings, PaperclipIcon, Constraints, Text, SecondaryButton } from '@commercetools-frontend/ui-kit';
|
|
4
|
-
import { u as useExportResourcesModalContext, m as messages } from './index-
|
|
4
|
+
import { u as useExportResourcesModalContext, m as messages } from './index-f0396960.esm.js';
|
|
5
5
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
6
6
|
import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
7
7
|
import 'react';
|
package/dist/{file-dropped-area-2c4b364b.cjs.dev.js → file-dropped-area-ff7e0b8e.cjs.dev.js}
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
|
|
4
4
|
var reactIntl = require('react-intl');
|
|
5
5
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
6
|
-
var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-
|
|
6
|
+
var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-2ed12fce.cjs.dev.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
9
9
|
require('react');
|
|
@@ -33,14 +33,50 @@ var frFR = {
|
|
|
33
33
|
developer_comment: "Label for \"Choose file\" button",
|
|
34
34
|
string: "Choisir un fichier"
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.columnSeparatorComma": {
|
|
37
|
+
developer_comment: "Label for comma column separator option",
|
|
38
|
+
string: "comma (,)"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.columnSeparatorPipe": {
|
|
41
|
+
developer_comment: "Label for pipe column separator option",
|
|
42
|
+
string: "pipe (|)"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.columnSeparatorSemicolon": {
|
|
45
|
+
developer_comment: "Label for semicolon column separator option",
|
|
46
|
+
string: "semicolon (;)"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.columnSeparatorTab": {
|
|
49
|
+
developer_comment: "Label for tab column separator option",
|
|
50
|
+
string: "tab (\\t)"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.columns": {
|
|
53
|
+
developer_comment: "Label for column separator select",
|
|
54
|
+
string: "Columns:"
|
|
55
|
+
},
|
|
36
56
|
"ExportResourcesModal.confirmSelection": {
|
|
37
57
|
developer_comment: "Label for \"Confirm selection\" button",
|
|
38
58
|
string: "Confirmer la sélection"
|
|
39
59
|
},
|
|
60
|
+
"ExportResourcesModal.csvSettings": {
|
|
61
|
+
developer_comment: "Label for CSV settings section",
|
|
62
|
+
string: "CSV settings:"
|
|
63
|
+
},
|
|
40
64
|
"ExportResourcesModal.csvUploadFailed": {
|
|
41
65
|
developer_comment: "CSV upload failed title",
|
|
42
66
|
string: "Échec de l'importation du fichier CSV"
|
|
43
67
|
},
|
|
68
|
+
"ExportResourcesModal.decimal": {
|
|
69
|
+
developer_comment: "Label for decimal separator select",
|
|
70
|
+
string: "Decimals:"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.decimalSeparatorComma": {
|
|
73
|
+
developer_comment: "Label for comma decimal separator option",
|
|
74
|
+
string: "comma (,)"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.decimalSeparatorPoint": {
|
|
77
|
+
developer_comment: "Label for point decimal separator option",
|
|
78
|
+
string: "point (.)"
|
|
79
|
+
},
|
|
44
80
|
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
45
81
|
developer_comment: "A message to define the fields to include in export",
|
|
46
82
|
string: "Définissez les champs à inclure dans votre exportation à l'aide du fichier CSV ci-dessous. Le fichier doit contenir des en-têtes de colonne dans le format prédéfini indiqué dans <templateLink>notre modèle</templateLink>. Un fichier CSV précédemment exporté peut également être utilisé."
|
|
@@ -49,6 +85,10 @@ var frFR = {
|
|
|
49
85
|
developer_comment: "Label for details column",
|
|
50
86
|
string: "Détails"
|
|
51
87
|
},
|
|
88
|
+
"ExportResourcesModal.documentation": {
|
|
89
|
+
developer_comment: "A label for Documentation link",
|
|
90
|
+
string: "Documentation"
|
|
91
|
+
},
|
|
52
92
|
"ExportResourcesModal.dragAndDropCSV": {
|
|
53
93
|
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
54
94
|
string: "Faites glisser-déposer un fichier CSV"
|
|
@@ -85,10 +125,6 @@ var frFR = {
|
|
|
85
125
|
developer_comment: "Success message",
|
|
86
126
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
87
127
|
},
|
|
88
|
-
"ExportResourcesModal.exportPreferences": {
|
|
89
|
-
developer_comment: "Label for preferences",
|
|
90
|
-
string: "Préférences"
|
|
91
|
-
},
|
|
92
128
|
"ExportResourcesModal.exportPreview": {
|
|
93
129
|
developer_comment: "Label for export preview step",
|
|
94
130
|
string: "Aperçu d'exportation"
|
|
@@ -97,10 +133,6 @@ var frFR = {
|
|
|
97
133
|
developer_comment: "The export process may take a while",
|
|
98
134
|
string: "Le processus d'exportation peut prendre un certain temps. Pour visualiser la progression et télécharger le fichier après avoir lancé l'exportation, allez dans la zone <exportLogsLink>Journaux d'exportation</exportLogsLink>, située dans le menu <operationsIcon></operationsIcon>Opérations."
|
|
99
135
|
},
|
|
100
|
-
"ExportResourcesModal.exportScope": {
|
|
101
|
-
developer_comment: "Label for Export Scope",
|
|
102
|
-
string: "Étendue"
|
|
103
|
-
},
|
|
104
136
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
105
137
|
developer_comment: "Label for Export All categories",
|
|
106
138
|
string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
|
|
@@ -181,10 +213,6 @@ var frFR = {
|
|
|
181
213
|
developer_comment: "Label for Export Selected without count",
|
|
182
214
|
string: "Sélection d'exportation"
|
|
183
215
|
},
|
|
184
|
-
"ExportResourcesModal.exportSettings": {
|
|
185
|
-
developer_comment: "Label for Export Settings",
|
|
186
|
-
string: "Paramètres"
|
|
187
|
-
},
|
|
188
216
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
189
217
|
developer_comment: "Field definition not found error",
|
|
190
218
|
string: "Définition de champ introuvable"
|
|
@@ -203,19 +231,15 @@ var frFR = {
|
|
|
203
231
|
},
|
|
204
232
|
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
205
233
|
developer_comment: "Label for fields to be exported in languages",
|
|
206
|
-
string: "{fieldCount, plural, one {<b>
|
|
234
|
+
string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
207
235
|
},
|
|
208
236
|
"ExportResourcesModal.fileName": {
|
|
209
237
|
developer_comment: "exported file name",
|
|
210
238
|
string: "Nom du fichier"
|
|
211
239
|
},
|
|
212
|
-
"ExportResourcesModal.
|
|
213
|
-
developer_comment: "A checkbox label for filling rows
|
|
214
|
-
string: "
|
|
215
|
-
},
|
|
216
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
217
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
218
|
-
string: "Inclure les informations au niveau du produit et de la variante dans chaque ligne"
|
|
240
|
+
"ExportResourcesModal.fillRows": {
|
|
241
|
+
developer_comment: "A checkbox label for filling rows with complete data",
|
|
242
|
+
string: "Fill all rows with complete data"
|
|
219
243
|
},
|
|
220
244
|
"ExportResourcesModal.includeAllLocales": {
|
|
221
245
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -305,6 +329,10 @@ var frFR = {
|
|
|
305
329
|
developer_comment: "Label for the product types modal title",
|
|
306
330
|
string: "Types de produit à exporter"
|
|
307
331
|
},
|
|
332
|
+
"ExportResourcesModal.moreInformation": {
|
|
333
|
+
developer_comment: "A label for more information",
|
|
334
|
+
string: "For more information, refer to the {documentationLink}"
|
|
335
|
+
},
|
|
308
336
|
"ExportResourcesModal.myViews": {
|
|
309
337
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
310
338
|
string: "Mes affichages"
|
|
@@ -349,6 +377,14 @@ var frFR = {
|
|
|
349
377
|
developer_comment: "Label for query predicate option",
|
|
350
378
|
string: "Prédicat de requête"
|
|
351
379
|
},
|
|
380
|
+
"ExportResourcesModal.saveAs": {
|
|
381
|
+
developer_comment: "Label for \"Save as:\"",
|
|
382
|
+
string: "Save as:"
|
|
383
|
+
},
|
|
384
|
+
"ExportResourcesModal.scope": {
|
|
385
|
+
developer_comment: "Label for \"Scope:\"",
|
|
386
|
+
string: "Scope:"
|
|
387
|
+
},
|
|
352
388
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
353
389
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
354
390
|
string: "Essayez de lancer une recherche en saisissant le nom exact du fichier."
|
|
@@ -380,6 +416,14 @@ var frFR = {
|
|
|
380
416
|
developer_comment: "Label for total Selected",
|
|
381
417
|
string: "{total} sélectionné(s)"
|
|
382
418
|
},
|
|
419
|
+
"ExportResourcesModal.separators": {
|
|
420
|
+
developer_comment: "Label for separators",
|
|
421
|
+
string: "Separators"
|
|
422
|
+
},
|
|
423
|
+
"ExportResourcesModal.separatorsDescription": {
|
|
424
|
+
developer_comment: "Description for column separators",
|
|
425
|
+
string: "Configure how columns are separated in the exported file"
|
|
426
|
+
},
|
|
383
427
|
"ExportResourcesModal.showAll": {
|
|
384
428
|
developer_comment: "Label for \"Show all\" button",
|
|
385
429
|
string: "Tout afficher"
|