@commercetools-frontend-extensions/delete-resources-modal 1.1.4 → 1.1.6
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-3c4c713f.cjs.prod.js → active-drag-drop-area-ab4c7782.cjs.prod.js} +1 -1
- package/dist/{active-drag-drop-area-9bc4a9e4.cjs.dev.js → active-drag-drop-area-d40c18c6.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-824c70d0.esm.js → active-drag-drop-area-fbc8caef.esm.js} +1 -1
- package/dist/commercetools-frontend-extensions-delete-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-delete-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-delete-resources-modal.esm.js +1 -1
- package/dist/de-9dc6c41a.cjs.prod.js +262 -0
- package/dist/de-daab94cc.cjs.dev.js +262 -0
- package/dist/de-e0280d32.esm.js +260 -0
- package/dist/en-4441d5e8.cjs.dev.js +262 -0
- package/dist/en-a983f180.cjs.prod.js +262 -0
- package/dist/en-c8721699.esm.js +260 -0
- package/dist/{enabled-drop-area-0c184857.cjs.dev.js → enabled-drop-area-6e364e06.cjs.dev.js} +1 -1
- package/dist/{enabled-drop-area-b1007414.cjs.prod.js → enabled-drop-area-a5f9c0a2.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-e59846a0.esm.js → enabled-drop-area-b7be3113.esm.js} +1 -1
- package/dist/es-2e0af6bc.cjs.dev.js +262 -0
- package/dist/es-332b4647.esm.js +260 -0
- package/dist/es-64fd0c08.cjs.prod.js +262 -0
- package/dist/{file-dropped-area-db4d6af0.cjs.prod.js → file-dropped-area-708f8ff4.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-c807bfd7.cjs.dev.js → file-dropped-area-b65ef309.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-c9107d01.esm.js → file-dropped-area-e96109d1.esm.js} +1 -1
- package/dist/fr-FR-90c7194f.cjs.prod.js +262 -0
- package/dist/fr-FR-c9dc1e0d.cjs.dev.js +262 -0
- package/dist/fr-FR-f2953298.esm.js +260 -0
- package/dist/{index-8a086a5d.cjs.prod.js → index-c3fc6f69.cjs.prod.js} +8 -8
- package/dist/{index-9648f34e.esm.js → index-c796d56b.esm.js} +8 -8
- package/dist/{index-30b90792.cjs.dev.js → index-ccdf9843.cjs.dev.js} +8 -8
- package/dist/pt-BR-2da91387.cjs.prod.js +262 -0
- package/dist/pt-BR-46eadd76.esm.js +260 -0
- package/dist/pt-BR-5faf9bfa.cjs.dev.js +262 -0
- package/package.json +22 -22
- package/dist/de-a34c5dd4.cjs.dev.js +0 -6
- package/dist/de-cd6c45d3.esm.js +0 -4
- package/dist/de-d954fe3d.cjs.prod.js +0 -6
- package/dist/en-3a9aa2d4.esm.js +0 -4
- package/dist/en-6b3694f6.cjs.dev.js +0 -6
- package/dist/en-c7757448.cjs.prod.js +0 -6
- package/dist/es-042343bd.cjs.prod.js +0 -6
- package/dist/es-8b3ecab1.cjs.dev.js +0 -6
- package/dist/es-e544023d.esm.js +0 -4
- package/dist/fr-FR-9d9081ee.esm.js +0 -4
- package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
- package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
- package/dist/pt-BR-b37d730b.esm.js +0 -4
- package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
- package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var es = {
|
|
4
|
+
"DeleteResourcesModal.browseFile": {
|
|
5
|
+
string: "Explorar archivo"
|
|
6
|
+
},
|
|
7
|
+
"DeleteResourcesModal.cancel": {
|
|
8
|
+
developer_comment: "The label for the cancel button",
|
|
9
|
+
string: "Cancelar"
|
|
10
|
+
},
|
|
11
|
+
"DeleteResourcesModal.cannotBeUndoneNote": {
|
|
12
|
+
developer_comment: "Cannot be undone note in the confirmation dialog",
|
|
13
|
+
string: "Esta acción no se puede deshacer."
|
|
14
|
+
},
|
|
15
|
+
"DeleteResourcesModal.categories": {
|
|
16
|
+
developer_comment: "Plural form of category",
|
|
17
|
+
string: "categorías"
|
|
18
|
+
},
|
|
19
|
+
"DeleteResourcesModal.category": {
|
|
20
|
+
developer_comment: "Label for the category resource type",
|
|
21
|
+
string: "categoría"
|
|
22
|
+
},
|
|
23
|
+
"DeleteResourcesModal.chooseFile": {
|
|
24
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
25
|
+
string: "Elegir archivo"
|
|
26
|
+
},
|
|
27
|
+
"DeleteResourcesModal.confirmationQuestion": {
|
|
28
|
+
developer_comment: "Confirmation question",
|
|
29
|
+
string: "¿Estás seguro de que deseas eliminar los {resourceTypePlural}?"
|
|
30
|
+
},
|
|
31
|
+
"DeleteResourcesModal.confirmationText": {
|
|
32
|
+
developer_comment: "Confirmation text",
|
|
33
|
+
string: "{count, plural, one {Estás a punto de eliminar <b>{count}</b> {resourceTypePlural} en el proyecto: <b>{projectName}</b>. } many {vv} other {Estás a punto de eliminar <b>{count}</b> {resourceTypePlural} en el proyecto: <b>{projectName}</b>. }}"
|
|
34
|
+
},
|
|
35
|
+
"DeleteResourcesModal.continue": {
|
|
36
|
+
developer_comment: "Continue button",
|
|
37
|
+
string: "Continuar"
|
|
38
|
+
},
|
|
39
|
+
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
40
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
41
|
+
string: "Archivo CSV no válido"
|
|
42
|
+
},
|
|
43
|
+
"DeleteResourcesModal.customer": {
|
|
44
|
+
developer_comment: "Label for the customer resource type",
|
|
45
|
+
string: "cliente"
|
|
46
|
+
},
|
|
47
|
+
"DeleteResourcesModal.customers": {
|
|
48
|
+
developer_comment: "Plural form of customer",
|
|
49
|
+
string: "clientes"
|
|
50
|
+
},
|
|
51
|
+
"DeleteResourcesModal.dataType": {
|
|
52
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
53
|
+
string: "Tipos de datos"
|
|
54
|
+
},
|
|
55
|
+
"DeleteResourcesModal.deleteModalTitle": {
|
|
56
|
+
developer_comment: "The title of the modal",
|
|
57
|
+
string: "Eliminación masiva a través de CSV"
|
|
58
|
+
},
|
|
59
|
+
"DeleteResourcesModal.details": {
|
|
60
|
+
developer_comment: "\"Details\" column",
|
|
61
|
+
string: "Detalles"
|
|
62
|
+
},
|
|
63
|
+
"DeleteResourcesModal.discount-code": {
|
|
64
|
+
developer_comment: "Label for the discount-code resource type",
|
|
65
|
+
string: "código de descuento"
|
|
66
|
+
},
|
|
67
|
+
"DeleteResourcesModal.discount-codes": {
|
|
68
|
+
developer_comment: "Plural form of discount code",
|
|
69
|
+
string: "códigos de descuento"
|
|
70
|
+
},
|
|
71
|
+
"DeleteResourcesModal.dragAndDropCSV": {
|
|
72
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
73
|
+
string: "Arrastrar y soltar CSV"
|
|
74
|
+
},
|
|
75
|
+
"DeleteResourcesModal.dropAreaNotEnoughRowsDescription": {
|
|
76
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
77
|
+
string: "El archivo debe contener un encabezamiento y al menos una fila de datos"
|
|
78
|
+
},
|
|
79
|
+
"DeleteResourcesModal.dropAreaNotEnoughRowsTitle": {
|
|
80
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
81
|
+
string: "Archivo CSV no válido"
|
|
82
|
+
},
|
|
83
|
+
"DeleteResourcesModal.errorType": {
|
|
84
|
+
developer_comment: "Error type\" column",
|
|
85
|
+
string: "Tipo de error"
|
|
86
|
+
},
|
|
87
|
+
"DeleteResourcesModal.fileFormatNotSupported": {
|
|
88
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
89
|
+
string: "Formato de archivo no válido. El archivo no está en formato CSV y no se puede procesar."
|
|
90
|
+
},
|
|
91
|
+
"DeleteResourcesModal.fileUploadFailed": {
|
|
92
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
93
|
+
string: "Fallo al cargar el archivo"
|
|
94
|
+
},
|
|
95
|
+
"DeleteResourcesModal.fileUploadInstruction": {
|
|
96
|
+
developer_comment: "Instructions for uploading a CSV file with resource keys to delete",
|
|
97
|
+
string: "El archivo CSV debe contener bajo el encabezamiento \"clave\" las claves de {resourceType} que se han de eliminar."
|
|
98
|
+
},
|
|
99
|
+
"DeleteResourcesModal.fileUploadInstructionForMaxFileSize": {
|
|
100
|
+
developer_comment: "Instructions for uploading a CSV file with a max file size",
|
|
101
|
+
string: "El tamaño máximo es {maxFileSize} MB con un límite de {maxRowCount} filas. Descarga <csvTemplateLink>la plantilla CSV</csvTemplateLink> o consulta <documentationLink>documentación</documentationLink>."
|
|
102
|
+
},
|
|
103
|
+
"DeleteResourcesModal.genericError": {
|
|
104
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
105
|
+
string: "Ha habido un error: intenta cargar de nuevo el archivo o ponte en contacto con nuestro soporte técnico para asistencia."
|
|
106
|
+
},
|
|
107
|
+
"DeleteResourcesModal.heresAPreview": {
|
|
108
|
+
developer_comment: "Here is a preview",
|
|
109
|
+
string: "Aquí tienes una vista previa:"
|
|
110
|
+
},
|
|
111
|
+
"DeleteResourcesModal.importStarted": {
|
|
112
|
+
developer_comment: "Import started",
|
|
113
|
+
string: "<b>Tu importación para eliminación masiva ha comenzado.</b><newline></newline>Ve a <logsLink>Registros de importación</logsLink> para ver cómo progresa."
|
|
114
|
+
},
|
|
115
|
+
"DeleteResourcesModal.instructions": {
|
|
116
|
+
developer_comment: "Label for the instructions section",
|
|
117
|
+
string: "Instrucciones"
|
|
118
|
+
},
|
|
119
|
+
"DeleteResourcesModal.inventories": {
|
|
120
|
+
developer_comment: "Plural form of inventory entry",
|
|
121
|
+
string: "Entradas de inventario"
|
|
122
|
+
},
|
|
123
|
+
"DeleteResourcesModal.inventory": {
|
|
124
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
125
|
+
string: "Entrada de inventario"
|
|
126
|
+
},
|
|
127
|
+
"DeleteResourcesModal.missingKeyError": {
|
|
128
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
129
|
+
string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate de que cada fila tenga un valor \"clave\"."
|
|
130
|
+
},
|
|
131
|
+
"DeleteResourcesModal.missingRequiredField": {
|
|
132
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
133
|
+
string: "Falta campo obligatorio"
|
|
134
|
+
},
|
|
135
|
+
"DeleteResourcesModal.or": {
|
|
136
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
137
|
+
string: "o"
|
|
138
|
+
},
|
|
139
|
+
"DeleteResourcesModal.order": {
|
|
140
|
+
developer_comment: "Label for the order resource type",
|
|
141
|
+
string: "pedido"
|
|
142
|
+
},
|
|
143
|
+
"DeleteResourcesModal.orders": {
|
|
144
|
+
developer_comment: "Plural form of order",
|
|
145
|
+
string: "pedidos"
|
|
146
|
+
},
|
|
147
|
+
"DeleteResourcesModal.preparingImport": {
|
|
148
|
+
developer_comment: "Preparing import",
|
|
149
|
+
string: "<b>Preparar eliminación masiva.</b><newline></newline>Una vez que haya terminado la preparación podrás hacer seguimiento del progreso <logsLink>en los registros de importe</logsLink>. Los datos se eliminarán cuando concluya la importación."
|
|
150
|
+
},
|
|
151
|
+
"DeleteResourcesModal.price": {
|
|
152
|
+
developer_comment: "Label for the price resource type",
|
|
153
|
+
string: "precio"
|
|
154
|
+
},
|
|
155
|
+
"DeleteResourcesModal.prices": {
|
|
156
|
+
developer_comment: "Plural form of price",
|
|
157
|
+
string: "precios"
|
|
158
|
+
},
|
|
159
|
+
"DeleteResourcesModal.product": {
|
|
160
|
+
developer_comment: "Label for the product resource type",
|
|
161
|
+
string: "producto"
|
|
162
|
+
},
|
|
163
|
+
"DeleteResourcesModal.product-draft": {
|
|
164
|
+
developer_comment: "Label for the product-draft resource type",
|
|
165
|
+
string: "boceto de producto"
|
|
166
|
+
},
|
|
167
|
+
"DeleteResourcesModal.product-drafts": {
|
|
168
|
+
developer_comment: "Plural form of product draft",
|
|
169
|
+
string: "bocetos de producto"
|
|
170
|
+
},
|
|
171
|
+
"DeleteResourcesModal.product-type": {
|
|
172
|
+
developer_comment: "Label for the product-type resource type",
|
|
173
|
+
string: "tipo de producto"
|
|
174
|
+
},
|
|
175
|
+
"DeleteResourcesModal.product-types": {
|
|
176
|
+
developer_comment: "Plural form of product type",
|
|
177
|
+
string: "tipos de producto"
|
|
178
|
+
},
|
|
179
|
+
"DeleteResourcesModal.product-variant": {
|
|
180
|
+
developer_comment: "Label for the product-variant resource type",
|
|
181
|
+
string: "variante de producto"
|
|
182
|
+
},
|
|
183
|
+
"DeleteResourcesModal.product-variant-patch": {
|
|
184
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
185
|
+
string: "modificación de producto"
|
|
186
|
+
},
|
|
187
|
+
"DeleteResourcesModal.product-variant-patches": {
|
|
188
|
+
developer_comment: "Plural form of product variant patch",
|
|
189
|
+
string: "modificaciones de producto"
|
|
190
|
+
},
|
|
191
|
+
"DeleteResourcesModal.product-variants": {
|
|
192
|
+
developer_comment: "Plural form of product variant",
|
|
193
|
+
string: "variantes de producto"
|
|
194
|
+
},
|
|
195
|
+
"DeleteResourcesModal.products": {
|
|
196
|
+
developer_comment: "Plural form of product",
|
|
197
|
+
string: "productos"
|
|
198
|
+
},
|
|
199
|
+
"DeleteResourcesModal.resourcesToBeDeleted": {
|
|
200
|
+
developer_comment: "Resources to be deleted",
|
|
201
|
+
string: "{count, plural, one {<b>} many {vv} other {<b>{count}</b>{resourceTypePlural} se eliminarán}}"
|
|
202
|
+
},
|
|
203
|
+
"DeleteResourcesModal.rowLimitExceededDescription": {
|
|
204
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
205
|
+
string: "El archivo supera el máximo admisible de {rowLimits} filas."
|
|
206
|
+
},
|
|
207
|
+
"DeleteResourcesModal.rowLimitExceededTitle": {
|
|
208
|
+
string: "Se ha superado el límite de filas"
|
|
209
|
+
},
|
|
210
|
+
"DeleteResourcesModal.sizeExceededDescription": {
|
|
211
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
212
|
+
string: "El archivo supera el máximo admisible de {fileSizeLimit} MB."
|
|
213
|
+
},
|
|
214
|
+
"DeleteResourcesModal.sizeExceededTitle": {
|
|
215
|
+
string: "Se ha superado el tamaño de archivo"
|
|
216
|
+
},
|
|
217
|
+
"DeleteResourcesModal.standalone-price": {
|
|
218
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
219
|
+
string: "precio independiente"
|
|
220
|
+
},
|
|
221
|
+
"DeleteResourcesModal.standalone-prices": {
|
|
222
|
+
developer_comment: "Plural form of standalone price",
|
|
223
|
+
string: "precios independientes"
|
|
224
|
+
},
|
|
225
|
+
"DeleteResourcesModal.startBulkDelete": {
|
|
226
|
+
developer_comment: "Start bulk delete button",
|
|
227
|
+
string: "Iniciar la eliminación masiva"
|
|
228
|
+
},
|
|
229
|
+
"DeleteResourcesModal.tooManyFilesError": {
|
|
230
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
231
|
+
string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
|
|
232
|
+
},
|
|
233
|
+
"DeleteResourcesModal.unexpectedError": {
|
|
234
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
235
|
+
string: "Ha ocurrido un error inesperado al cargar el archivo. Inténtalo de nuevo o ponte en contacto con el servicio técnico si este error continúa."
|
|
236
|
+
},
|
|
237
|
+
"DeleteResourcesModal.unknown-resource-type": {
|
|
238
|
+
developer_comment: "Label for the unknown resource type",
|
|
239
|
+
string: "tipo de recurso desconocido"
|
|
240
|
+
},
|
|
241
|
+
"DeleteResourcesModal.unpublishNote": {
|
|
242
|
+
developer_comment: "Note to unpublish products before deleting them",
|
|
243
|
+
string: "Ten en cuenta que los productos publicados <b>deben ser retirados</b> antes de poder eliminarlos."
|
|
244
|
+
},
|
|
245
|
+
"DeleteResourcesModal.uploadAndPreview": {
|
|
246
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
247
|
+
string: "Cargar y vista preliminar"
|
|
248
|
+
},
|
|
249
|
+
"DeleteResourcesModal.uploadError": {
|
|
250
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
251
|
+
string: "Hay {errorsCount, plural, one {<b>1</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo \"{fileName}\"."
|
|
252
|
+
},
|
|
253
|
+
"DeleteResourcesModal.uploadNewFile": {
|
|
254
|
+
string: "Cargar archivo nuevo"
|
|
255
|
+
},
|
|
256
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
257
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
258
|
+
string: "Tu archivo CSV no tiene el formato correcto. Asegúrate de que el archivo contiene tan solo una columna llamada \"clave\" que incluya las claves de producto."
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
exports["default"] = es;
|
package/dist/{file-dropped-area-db4d6af0.cjs.prod.js → file-dropped-area-708f8ff4.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_commercetoolsFrontendExtensionsDeleteResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsDeleteResourcesModal = require('./index-c3fc6f69.cjs.prod.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('@commercetools-frontend/actions-global');
|
|
8
8
|
require('@commercetools-frontend/application-shell-connectors');
|
package/dist/{file-dropped-area-c807bfd7.cjs.dev.js → file-dropped-area-b65ef309.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_commercetoolsFrontendExtensionsDeleteResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsDeleteResourcesModal = require('./index-ccdf9843.cjs.dev.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('@commercetools-frontend/actions-global');
|
|
8
8
|
require('@commercetools-frontend/application-shell-connectors');
|
|
@@ -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 useDeleteResourcesContext, m as messages } from './index-
|
|
3
|
+
import { u as useDeleteResourcesContext, m as messages } from './index-c796d56b.esm.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@commercetools-frontend/actions-global';
|
|
6
6
|
import '@commercetools-frontend/application-shell-connectors';
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var frFR = {
|
|
4
|
+
"DeleteResourcesModal.browseFile": {
|
|
5
|
+
string: "Parcourir le fichier"
|
|
6
|
+
},
|
|
7
|
+
"DeleteResourcesModal.cancel": {
|
|
8
|
+
developer_comment: "The label for the cancel button",
|
|
9
|
+
string: "Annuler"
|
|
10
|
+
},
|
|
11
|
+
"DeleteResourcesModal.cannotBeUndoneNote": {
|
|
12
|
+
developer_comment: "Cannot be undone note in the confirmation dialog",
|
|
13
|
+
string: "L'action ne peut être annulée"
|
|
14
|
+
},
|
|
15
|
+
"DeleteResourcesModal.categories": {
|
|
16
|
+
developer_comment: "Plural form of category",
|
|
17
|
+
string: "catégories"
|
|
18
|
+
},
|
|
19
|
+
"DeleteResourcesModal.category": {
|
|
20
|
+
developer_comment: "Label for the category resource type",
|
|
21
|
+
string: "catégorie"
|
|
22
|
+
},
|
|
23
|
+
"DeleteResourcesModal.chooseFile": {
|
|
24
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
25
|
+
string: "Choisir un fichier"
|
|
26
|
+
},
|
|
27
|
+
"DeleteResourcesModal.confirmationQuestion": {
|
|
28
|
+
developer_comment: "Confirmation question",
|
|
29
|
+
string: "Êtes-vous sûr de vouloir supprimer le {resourceTypePlural} ?"
|
|
30
|
+
},
|
|
31
|
+
"DeleteResourcesModal.confirmationText": {
|
|
32
|
+
developer_comment: "Confirmation text",
|
|
33
|
+
string: "{count, plural, one {Vous êtes sur le point de supprimer le <b>{count}</b> {resourceTypePlural} dans le projet : <b>{projectName}</b>.} many {hhh} other {Vous êtes sur le point de supprimer le <b>{count}</b> {resourceTypePlural} dans le projet : <b>{projectName}</b>.}}"
|
|
34
|
+
},
|
|
35
|
+
"DeleteResourcesModal.continue": {
|
|
36
|
+
developer_comment: "Continue button",
|
|
37
|
+
string: "Continuer"
|
|
38
|
+
},
|
|
39
|
+
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
40
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
41
|
+
string: "Fichier CSV invalide"
|
|
42
|
+
},
|
|
43
|
+
"DeleteResourcesModal.customer": {
|
|
44
|
+
developer_comment: "Label for the customer resource type",
|
|
45
|
+
string: "client"
|
|
46
|
+
},
|
|
47
|
+
"DeleteResourcesModal.customers": {
|
|
48
|
+
developer_comment: "Plural form of customer",
|
|
49
|
+
string: "clients"
|
|
50
|
+
},
|
|
51
|
+
"DeleteResourcesModal.dataType": {
|
|
52
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
53
|
+
string: "Type de données"
|
|
54
|
+
},
|
|
55
|
+
"DeleteResourcesModal.deleteModalTitle": {
|
|
56
|
+
developer_comment: "The title of the modal",
|
|
57
|
+
string: "Supprimer en bloc via CSV"
|
|
58
|
+
},
|
|
59
|
+
"DeleteResourcesModal.details": {
|
|
60
|
+
developer_comment: "\"Details\" column",
|
|
61
|
+
string: "Détails"
|
|
62
|
+
},
|
|
63
|
+
"DeleteResourcesModal.discount-code": {
|
|
64
|
+
developer_comment: "Label for the discount-code resource type",
|
|
65
|
+
string: "code de remise"
|
|
66
|
+
},
|
|
67
|
+
"DeleteResourcesModal.discount-codes": {
|
|
68
|
+
developer_comment: "Plural form of discount code",
|
|
69
|
+
string: "codes de remise"
|
|
70
|
+
},
|
|
71
|
+
"DeleteResourcesModal.dragAndDropCSV": {
|
|
72
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
73
|
+
string: "Glisser et déposer CSV"
|
|
74
|
+
},
|
|
75
|
+
"DeleteResourcesModal.dropAreaNotEnoughRowsDescription": {
|
|
76
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
77
|
+
string: "Assurez-vous que le fichier contienne un en-tête et au moins une ligne de données"
|
|
78
|
+
},
|
|
79
|
+
"DeleteResourcesModal.dropAreaNotEnoughRowsTitle": {
|
|
80
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
81
|
+
string: "Fichier CSV invalide"
|
|
82
|
+
},
|
|
83
|
+
"DeleteResourcesModal.errorType": {
|
|
84
|
+
developer_comment: "Error type\" column",
|
|
85
|
+
string: "Type d'erreur"
|
|
86
|
+
},
|
|
87
|
+
"DeleteResourcesModal.fileFormatNotSupported": {
|
|
88
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
89
|
+
string: "Format de fichier invalide : le fichier n'est pas au format CSV et ne peut pas être traité."
|
|
90
|
+
},
|
|
91
|
+
"DeleteResourcesModal.fileUploadFailed": {
|
|
92
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
93
|
+
string: "Échec du téléchargement du fichier"
|
|
94
|
+
},
|
|
95
|
+
"DeleteResourcesModal.fileUploadInstruction": {
|
|
96
|
+
developer_comment: "Instructions for uploading a CSV file with resource keys to delete",
|
|
97
|
+
string: "Le fichier CSV doit contenir les clés {resourceType} à supprimer sous l'en-tête 'clé'."
|
|
98
|
+
},
|
|
99
|
+
"DeleteResourcesModal.fileUploadInstructionForMaxFileSize": {
|
|
100
|
+
developer_comment: "Instructions for uploading a CSV file with a max file size",
|
|
101
|
+
string: "La taille maximale du fichier est de {maxFileSize} MB avec une limite de {maxRowCount} lignes. Télécharger<csvTemplateLink> le modèle CSV </csvTemplateLink>ou se référer à la <documentationLink>documentation</documentationLink>."
|
|
102
|
+
},
|
|
103
|
+
"DeleteResourcesModal.genericError": {
|
|
104
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
105
|
+
string: "Une erreur s'est produite : veuillez réessayer de télécharger le fichier ou contacter notre équipe d'assistance pour obtenir de l'aide."
|
|
106
|
+
},
|
|
107
|
+
"DeleteResourcesModal.heresAPreview": {
|
|
108
|
+
developer_comment: "Here is a preview",
|
|
109
|
+
string: "Voici un aperçu :"
|
|
110
|
+
},
|
|
111
|
+
"DeleteResourcesModal.importStarted": {
|
|
112
|
+
developer_comment: "Import started",
|
|
113
|
+
string: "<b>Votre importation pour la suppression en bloc a commencé.</b><newline></newline>Allez dans <logsLink>Journaux d'importation</logsLink>pour voir l'état d'avancement."
|
|
114
|
+
},
|
|
115
|
+
"DeleteResourcesModal.instructions": {
|
|
116
|
+
developer_comment: "Label for the instructions section",
|
|
117
|
+
string: "Instructions"
|
|
118
|
+
},
|
|
119
|
+
"DeleteResourcesModal.inventories": {
|
|
120
|
+
developer_comment: "Plural form of inventory entry",
|
|
121
|
+
string: "Entrées d'inventaire"
|
|
122
|
+
},
|
|
123
|
+
"DeleteResourcesModal.inventory": {
|
|
124
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
125
|
+
string: "Entrée d'inventaire"
|
|
126
|
+
},
|
|
127
|
+
"DeleteResourcesModal.missingKeyError": {
|
|
128
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
129
|
+
string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vous assurer que chaque ligne possède une valeur « clé »."
|
|
130
|
+
},
|
|
131
|
+
"DeleteResourcesModal.missingRequiredField": {
|
|
132
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
133
|
+
string: "Champ requis manquant"
|
|
134
|
+
},
|
|
135
|
+
"DeleteResourcesModal.or": {
|
|
136
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
137
|
+
string: "ou"
|
|
138
|
+
},
|
|
139
|
+
"DeleteResourcesModal.order": {
|
|
140
|
+
developer_comment: "Label for the order resource type",
|
|
141
|
+
string: "commande"
|
|
142
|
+
},
|
|
143
|
+
"DeleteResourcesModal.orders": {
|
|
144
|
+
developer_comment: "Plural form of order",
|
|
145
|
+
string: "commandes"
|
|
146
|
+
},
|
|
147
|
+
"DeleteResourcesModal.preparingImport": {
|
|
148
|
+
developer_comment: "Preparing import",
|
|
149
|
+
string: "<b>Préparez la suppression en bloc.</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre la progression <logsLink>dans les journaux d'importation.</logsLink>. Les données seront supprimées après la finalisation de l'importation."
|
|
150
|
+
},
|
|
151
|
+
"DeleteResourcesModal.price": {
|
|
152
|
+
developer_comment: "Label for the price resource type",
|
|
153
|
+
string: "prix"
|
|
154
|
+
},
|
|
155
|
+
"DeleteResourcesModal.prices": {
|
|
156
|
+
developer_comment: "Plural form of price",
|
|
157
|
+
string: "prix"
|
|
158
|
+
},
|
|
159
|
+
"DeleteResourcesModal.product": {
|
|
160
|
+
developer_comment: "Label for the product resource type",
|
|
161
|
+
string: "produit"
|
|
162
|
+
},
|
|
163
|
+
"DeleteResourcesModal.product-draft": {
|
|
164
|
+
developer_comment: "Label for the product-draft resource type",
|
|
165
|
+
string: "projet de produit"
|
|
166
|
+
},
|
|
167
|
+
"DeleteResourcesModal.product-drafts": {
|
|
168
|
+
developer_comment: "Plural form of product draft",
|
|
169
|
+
string: "projets de produit"
|
|
170
|
+
},
|
|
171
|
+
"DeleteResourcesModal.product-type": {
|
|
172
|
+
developer_comment: "Label for the product-type resource type",
|
|
173
|
+
string: "type de produit"
|
|
174
|
+
},
|
|
175
|
+
"DeleteResourcesModal.product-types": {
|
|
176
|
+
developer_comment: "Plural form of product type",
|
|
177
|
+
string: "types de produits"
|
|
178
|
+
},
|
|
179
|
+
"DeleteResourcesModal.product-variant": {
|
|
180
|
+
developer_comment: "Label for the product-variant resource type",
|
|
181
|
+
string: "variante de produit"
|
|
182
|
+
},
|
|
183
|
+
"DeleteResourcesModal.product-variant-patch": {
|
|
184
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
185
|
+
string: "Patch de variante de produit"
|
|
186
|
+
},
|
|
187
|
+
"DeleteResourcesModal.product-variant-patches": {
|
|
188
|
+
developer_comment: "Plural form of product variant patch",
|
|
189
|
+
string: "Patch de variante de produit"
|
|
190
|
+
},
|
|
191
|
+
"DeleteResourcesModal.product-variants": {
|
|
192
|
+
developer_comment: "Plural form of product variant",
|
|
193
|
+
string: "variantes de produit"
|
|
194
|
+
},
|
|
195
|
+
"DeleteResourcesModal.products": {
|
|
196
|
+
developer_comment: "Plural form of product",
|
|
197
|
+
string: "produits"
|
|
198
|
+
},
|
|
199
|
+
"DeleteResourcesModal.resourcesToBeDeleted": {
|
|
200
|
+
developer_comment: "Resources to be deleted",
|
|
201
|
+
string: "{count, plural, one {<b>{count}</b> {resourceType} à supprimer} many {kk} other {<b>{count}</b> {resourceTypePlural} à supprimer}}"
|
|
202
|
+
},
|
|
203
|
+
"DeleteResourcesModal.rowLimitExceededDescription": {
|
|
204
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
205
|
+
string: "Le fichier contient plus que le maximum autorisé de lignes {rowLimit}."
|
|
206
|
+
},
|
|
207
|
+
"DeleteResourcesModal.rowLimitExceededTitle": {
|
|
208
|
+
string: "Limite de ligne dépassée"
|
|
209
|
+
},
|
|
210
|
+
"DeleteResourcesModal.sizeExceededDescription": {
|
|
211
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
212
|
+
string: "Le fichier dépasse la taille maximale autorisée de {fileSizeLimit} MB"
|
|
213
|
+
},
|
|
214
|
+
"DeleteResourcesModal.sizeExceededTitle": {
|
|
215
|
+
string: "Taille du fichier dépassée"
|
|
216
|
+
},
|
|
217
|
+
"DeleteResourcesModal.standalone-price": {
|
|
218
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
219
|
+
string: "prix unique"
|
|
220
|
+
},
|
|
221
|
+
"DeleteResourcesModal.standalone-prices": {
|
|
222
|
+
developer_comment: "Plural form of standalone price",
|
|
223
|
+
string: "prix uniques"
|
|
224
|
+
},
|
|
225
|
+
"DeleteResourcesModal.startBulkDelete": {
|
|
226
|
+
developer_comment: "Start bulk delete button",
|
|
227
|
+
string: "Démarrer la suppression en bloc"
|
|
228
|
+
},
|
|
229
|
+
"DeleteResourcesModal.tooManyFilesError": {
|
|
230
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
231
|
+
string: "Plusieurs fichiers détectés : vous ne pouvez faire glisser et déposer qu'un seul fichier à la fois."
|
|
232
|
+
},
|
|
233
|
+
"DeleteResourcesModal.unexpectedError": {
|
|
234
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
235
|
+
string: "Une erreur inattendue s'est produite lors de l'importation du fichier. Veuillez réessayer ou contactez l'assistance si cette erreur se reproduit."
|
|
236
|
+
},
|
|
237
|
+
"DeleteResourcesModal.unknown-resource-type": {
|
|
238
|
+
developer_comment: "Label for the unknown resource type",
|
|
239
|
+
string: "type d'entité inconnu"
|
|
240
|
+
},
|
|
241
|
+
"DeleteResourcesModal.unpublishNote": {
|
|
242
|
+
developer_comment: "Note to unpublish products before deleting them",
|
|
243
|
+
string: "Veuillez noter que les produits publiés <b>doivent être dépubliés </b>avant de pouvoir être supprimés."
|
|
244
|
+
},
|
|
245
|
+
"DeleteResourcesModal.uploadAndPreview": {
|
|
246
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
247
|
+
string: "Téléchargement et aperçu"
|
|
248
|
+
},
|
|
249
|
+
"DeleteResourcesModal.uploadError": {
|
|
250
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
251
|
+
string: "Il y a {errorsCount, plural, one {is <b>1</b> error} other {are <b>{errorsCount}</b> errors}} détectée(s) lors du téléchargement du fichier \"{fileName}\"."
|
|
252
|
+
},
|
|
253
|
+
"DeleteResourcesModal.uploadNewFile": {
|
|
254
|
+
string: "Importer un nouveau fichier"
|
|
255
|
+
},
|
|
256
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
257
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
258
|
+
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé » qui comprend les clés de produit"
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
exports["default"] = frFR;
|