@commercetools-frontend-extensions/delete-resources-modal 1.1.3 → 1.1.5
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-ae07a99f.cjs.dev.js → active-drag-drop-area-3b6d466e.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-02d32e56.cjs.prod.js → active-drag-drop-area-7ce4ad2e.cjs.prod.js} +1 -1
- package/dist/{active-drag-drop-area-92c5e785.esm.js → active-drag-drop-area-93f30ab1.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-5a49cc54.esm.js → enabled-drop-area-0f095b72.esm.js} +10 -10
- package/dist/{enabled-drop-area-e89e781d.cjs.dev.js → enabled-drop-area-2385b046.cjs.dev.js} +10 -10
- package/dist/{enabled-drop-area-8c18859d.cjs.prod.js → enabled-drop-area-eda91d8b.cjs.prod.js} +10 -10
- package/dist/es-062c28be.esm.js +260 -0
- package/dist/es-851a6220.cjs.prod.js +262 -0
- package/dist/es-87e55458.cjs.dev.js +262 -0
- package/dist/{file-dropped-area-a50c2310.cjs.dev.js → file-dropped-area-9eaa8d48.cjs.dev.js} +10 -10
- package/dist/{file-dropped-area-e4770d95.cjs.prod.js → file-dropped-area-b9ef2b25.cjs.prod.js} +10 -10
- package/dist/{file-dropped-area-59c4b6b7.esm.js → file-dropped-area-e1c05dd9.esm.js} +10 -10
- package/dist/fr-FR-3683a6e7.esm.js +260 -0
- package/dist/fr-FR-583a5353.cjs.prod.js +262 -0
- package/dist/fr-FR-db35778a.cjs.dev.js +262 -0
- package/dist/{index-6a1f6395.cjs.dev.js → index-38fb081c.cjs.dev.js} +31 -24
- package/dist/{index-8e75600e.cjs.prod.js → index-787342c4.cjs.prod.js} +31 -24
- package/dist/{index-c60573c8.esm.js → index-a5c6573b.esm.js} +31 -24
- 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 +38 -37
- 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
- package/dist/zh-CN-4780d88e.esm.js +0 -4
- package/dist/zh-CN-52baa549.cjs.prod.js +0 -6
- package/dist/zh-CN-d4bc6d26.cjs.dev.js +0 -6
|
@@ -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 {You are about to delete <b>{count}</b> {resourceType} in the project: <b>{projectName}</b>.} other {You are about to deleted <b>{count}</b> {resourceTypePlural} in the project: <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} to be deleted} other {<b>{count}</b> {resourceTypePlural} to be deleted}}"
|
|
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;
|
|
@@ -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 {You are about to delete <b>{count}</b> {resourceType} in the project: <b>{projectName}</b>.} other {You are about to deleted <b>{count}</b> {resourceTypePlural} in the project: <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} to be deleted} other {<b>{count}</b> {resourceTypePlural} to be deleted}}"
|
|
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;
|
|
@@ -67,24 +67,24 @@ var _someInstanceProperty__default = /*#__PURE__*/_interopDefault(_someInstanceP
|
|
|
67
67
|
var _styled__default = /*#__PURE__*/_interopDefault(_styled);
|
|
68
68
|
var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanceProperty);
|
|
69
69
|
|
|
70
|
-
function ownKeys$
|
|
71
|
-
function _objectSpread$
|
|
70
|
+
function ownKeys$b(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
71
|
+
function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$b(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$b(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
72
72
|
function reducer(state, action) {
|
|
73
|
-
if (action.type === 'setCurrentStep') return _objectSpread$
|
|
73
|
+
if (action.type === 'setCurrentStep') return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
74
74
|
currentStep: action.currentStep,
|
|
75
75
|
progress: 0
|
|
76
76
|
});
|
|
77
|
-
if (action.type === 'setContainerKey') return _objectSpread$
|
|
77
|
+
if (action.type === 'setContainerKey') return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
78
78
|
containerKey: action.containerKey
|
|
79
79
|
});
|
|
80
|
-
if (action.type === 'cancelImport') return _objectSpread$
|
|
80
|
+
if (action.type === 'cancelImport') return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
81
81
|
currentStep: 'upload',
|
|
82
82
|
containerKey: undefined,
|
|
83
83
|
droppedFile: undefined,
|
|
84
84
|
dropAreaState: 'ready-for-drop',
|
|
85
85
|
progress: 0
|
|
86
86
|
});
|
|
87
|
-
if (action.type === 'uploadNewFile') return _objectSpread$
|
|
87
|
+
if (action.type === 'uploadNewFile') return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
88
88
|
currentStep: 'upload',
|
|
89
89
|
containerKey: undefined,
|
|
90
90
|
droppedFile: undefined,
|
|
@@ -92,27 +92,27 @@ function reducer(state, action) {
|
|
|
92
92
|
progress: 0
|
|
93
93
|
});
|
|
94
94
|
if (action.type === 'setDroppedFile') {
|
|
95
|
-
return _objectSpread$
|
|
95
|
+
return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
96
96
|
droppedFile: action.droppedFile
|
|
97
97
|
});
|
|
98
98
|
}
|
|
99
99
|
if (action.type === 'setAbortController') {
|
|
100
|
-
return _objectSpread$
|
|
100
|
+
return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
101
101
|
abortController: action.abortController
|
|
102
102
|
});
|
|
103
103
|
}
|
|
104
104
|
if (action.type === 'setProgress') {
|
|
105
|
-
return _objectSpread$
|
|
105
|
+
return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
106
106
|
progress: action.progress
|
|
107
107
|
});
|
|
108
108
|
}
|
|
109
109
|
if (action.type === 'setUploadFileResponse') {
|
|
110
|
-
return _objectSpread$
|
|
110
|
+
return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
111
111
|
uploadFileResponse: action.uploadFileResponse
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
if (action.type === 'setFileUploadErrors') {
|
|
115
|
-
return _objectSpread$
|
|
115
|
+
return _objectSpread$b(_objectSpread$b({}, state), {}, {
|
|
116
116
|
fileUploadErrors: action.fileUploadErrors
|
|
117
117
|
});
|
|
118
118
|
}
|
|
@@ -181,6 +181,8 @@ function getProccessFileURL(_ref3) {
|
|
|
181
181
|
return `/${projectKey}/import-containers/${containerKey}/tasks`;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
+
function ownKeys$a(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
185
|
+
function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$a(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$a(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
184
186
|
function createImportContainerForFileUpload(importContainerDraft, projectKey, asyncDispatch) {
|
|
185
187
|
return asyncDispatch(sdk.actions.post({
|
|
186
188
|
mcApiProxyTarget: constants.MC_API_PROXY_TARGETS.IMPORT,
|
|
@@ -189,7 +191,14 @@ function createImportContainerForFileUpload(importContainerDraft, projectKey, as
|
|
|
189
191
|
accept: 'application/json',
|
|
190
192
|
'Content-Type': 'application/json'
|
|
191
193
|
},
|
|
192
|
-
payload:
|
|
194
|
+
payload: _objectSpread$a({
|
|
195
|
+
retentionPolicy: {
|
|
196
|
+
strategy: 'ttl',
|
|
197
|
+
config: {
|
|
198
|
+
timeToLive: '54h' // 2 days and 6 hours
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}, importContainerDraft)
|
|
193
202
|
}));
|
|
194
203
|
}
|
|
195
204
|
function deleteImportContainer(projectKey, containerKey, asyncDispatch) {
|
|
@@ -502,7 +511,7 @@ const hasSingleKeyColumn = file => {
|
|
|
502
511
|
preview: 1,
|
|
503
512
|
complete: results => {
|
|
504
513
|
const fields = results?.meta?.fields;
|
|
505
|
-
resolve(fields
|
|
514
|
+
resolve(fields?.length === 1 && fields[0] === 'key');
|
|
506
515
|
}
|
|
507
516
|
});
|
|
508
517
|
});
|
|
@@ -679,11 +688,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
|
|
|
679
688
|
return /*#__PURE__*/react.css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ3JlYWR5LWZvci1kcm9wJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5yZWFkeUZvckRyb3BcbiAgICB9XG4gICAgaWYgKHByb3BzLmRyb3BBcmVhU3RhdGUgPT09ICdhY3RpdmUtZHJhZycpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuYWN0aXZlRHJhZ1xuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2ZpbGUtZHJvcHBlZCcpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuZmlsZURyb3BwZWRcbiAgICB9XG4gICAgcmV0dXJuIGdldERlZmF1bHREcm9wV3JhcHBlclN0eWxlcyhwcm9wcy5kcm9wQXJlYVN0YXRlKVxuICB9fVxuYFxuZnVuY3Rpb24gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKF9kcm9wQXJlYVN0YXRlOiBuZXZlcikge1xuICByZXR1cm4gY3NzYGBcbn1cbiJdfQ== */");
|
|
680
689
|
}
|
|
681
690
|
|
|
682
|
-
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-
|
|
691
|
+
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-3b6d466e.cjs.dev.js'); }));
|
|
683
692
|
|
|
684
|
-
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-
|
|
693
|
+
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-2385b046.cjs.dev.js'); }));
|
|
685
694
|
|
|
686
|
-
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-
|
|
695
|
+
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-9eaa8d48.cjs.dev.js'); }));
|
|
687
696
|
|
|
688
697
|
function getDropArea(_ref) {
|
|
689
698
|
let dropAreaState = _ref.dropAreaState,
|
|
@@ -1724,19 +1733,17 @@ const getChunkImport = locale => {
|
|
|
1724
1733
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1725
1734
|
switch (intlLocale) {
|
|
1726
1735
|
case 'de':
|
|
1727
|
-
return Promise.resolve().then(function () { return require(
|
|
1736
|
+
return Promise.resolve().then(function () { return require('./de-daab94cc.cjs.dev.js'); });
|
|
1728
1737
|
case 'es':
|
|
1729
|
-
return Promise.resolve().then(function () { return require(
|
|
1738
|
+
return Promise.resolve().then(function () { return require('./es-87e55458.cjs.dev.js'); });
|
|
1730
1739
|
case 'fr-FR':
|
|
1731
|
-
return Promise.resolve().then(function () { return require(
|
|
1732
|
-
case 'zh-CN':
|
|
1733
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "delete-resources-modal-i18n-zh-CN" */'./zh-CN-d4bc6d26.cjs.dev.js'); });
|
|
1740
|
+
return Promise.resolve().then(function () { return require('./fr-FR-db35778a.cjs.dev.js'); });
|
|
1734
1741
|
case 'ja':
|
|
1735
|
-
return Promise.resolve().then(function () { return require(
|
|
1742
|
+
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
1736
1743
|
case 'pt-BR':
|
|
1737
|
-
return Promise.resolve().then(function () { return require(
|
|
1744
|
+
return Promise.resolve().then(function () { return require('./pt-BR-5faf9bfa.cjs.dev.js'); });
|
|
1738
1745
|
default:
|
|
1739
|
-
return Promise.resolve().then(function () { return require(
|
|
1746
|
+
return Promise.resolve().then(function () { return require('./en-4441d5e8.cjs.dev.js'); });
|
|
1740
1747
|
}
|
|
1741
1748
|
};
|
|
1742
1749
|
const loadMessages = async locale => {
|