@commercetools-frontend-extensions/import-resources-modal 1.3.18 → 1.4.0

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.
Files changed (49) hide show
  1. package/dist/{active-drag-drop-area-2070870c.esm.js → active-drag-drop-area-02862be1.esm.js} +2 -1
  2. package/dist/{active-drag-drop-area-7223062d.cjs.prod.js → active-drag-drop-area-3353cf7c.cjs.prod.js} +2 -1
  3. package/dist/{active-drag-drop-area-71b18c95.cjs.dev.js → active-drag-drop-area-9097bdc0.cjs.dev.js} +2 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +9 -7
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +8 -6
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +8 -7
  7. package/dist/de-22a8eb66.cjs.prod.js +246 -0
  8. package/dist/de-3d74f145.esm.js +244 -0
  9. package/dist/de-fd3b70e4.cjs.dev.js +246 -0
  10. package/dist/declarations/src/@hooks/index.d.ts +3 -0
  11. package/dist/declarations/src/@hooks/use-import-permission.d.ts +7 -0
  12. package/dist/declarations/src/@hooks/use-import-resources-context.d.ts +1 -0
  13. package/dist/declarations/src/@hooks/use-upload.d.ts +3 -0
  14. package/dist/declarations/src/@types/import-container.d.ts +14 -0
  15. package/dist/declarations/src/index.d.ts +1 -0
  16. package/dist/en-0b96b221.cjs.dev.js +246 -0
  17. package/dist/en-8d84a827.cjs.prod.js +246 -0
  18. package/dist/en-bfc8cfec.esm.js +244 -0
  19. package/dist/{enabled-drop-area-f7df6932.cjs.prod.js → enabled-drop-area-71390280.cjs.prod.js} +2 -1
  20. package/dist/{enabled-drop-area-30f931be.esm.js → enabled-drop-area-cecad6d0.esm.js} +2 -1
  21. package/dist/{enabled-drop-area-b0e2ad4d.cjs.dev.js → enabled-drop-area-dff17a22.cjs.dev.js} +2 -1
  22. package/dist/{es-9821e666.cjs.prod.js → es-01b24cea.cjs.prod.js} +9 -9
  23. package/dist/{es-c6b4310c.esm.js → es-561e774f.esm.js} +9 -9
  24. package/dist/{es-c3c63de8.cjs.dev.js → es-a45120de.cjs.dev.js} +9 -9
  25. package/dist/{file-dropped-area-a1b8bc83.cjs.dev.js → file-dropped-area-30e0efb8.cjs.prod.js} +10 -9
  26. package/dist/{file-dropped-area-0856e6fe.esm.js → file-dropped-area-70859cc8.esm.js} +10 -9
  27. package/dist/{file-dropped-area-b394c5b4.cjs.prod.js → file-dropped-area-85c3b3a4.cjs.dev.js} +10 -9
  28. package/dist/fr-FR-1c33adf1.esm.js +244 -0
  29. package/dist/fr-FR-2a0f5518.cjs.prod.js +246 -0
  30. package/dist/fr-FR-d51f6a8e.cjs.dev.js +246 -0
  31. package/dist/{index-fb10311d.cjs.dev.js → index-120dc76b.cjs.dev.js} +262 -129
  32. package/dist/{index-ed334c08.cjs.prod.js → index-169848a9.cjs.prod.js} +247 -128
  33. package/dist/{index-bbcef105.esm.js → index-fd6bbcc5.esm.js} +263 -131
  34. package/dist/pt-BR-6b7a389e.cjs.prod.js +246 -0
  35. package/dist/pt-BR-8b999c2f.cjs.dev.js +246 -0
  36. package/dist/pt-BR-c09d735f.esm.js +244 -0
  37. package/package.json +25 -23
  38. package/dist/de-a34c5dd4.cjs.dev.js +0 -6
  39. package/dist/de-cd6c45d3.esm.js +0 -4
  40. package/dist/de-d954fe3d.cjs.prod.js +0 -6
  41. package/dist/en-3a9aa2d4.esm.js +0 -4
  42. package/dist/en-6b3694f6.cjs.dev.js +0 -6
  43. package/dist/en-c7757448.cjs.prod.js +0 -6
  44. package/dist/fr-FR-9d9081ee.esm.js +0 -4
  45. package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
  46. package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
  47. package/dist/pt-BR-b37d730b.esm.js +0 -4
  48. package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
  49. package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
3
+ var frFR = {
4
+ "ImportResourcesModal.BodyNote": {
5
+ developer_comment: "Confirmation dialog text",
6
+ string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
7
+ },
8
+ "ImportResourcesModal.BodyQuestion": {
9
+ developer_comment: "Confirmation question",
10
+ string: "Procéder à l'importation ?"
11
+ },
12
+ "ImportResourcesModal.BodyText": {
13
+ developer_comment: "Confirmation dialog text",
14
+ string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
15
+ },
16
+ "ImportResourcesModal.browseFile": {
17
+ string: "Parcourir le fichier"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Annuler"
22
+ },
23
+ "ImportResourcesModal.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
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Fermer"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "Nous allons intentionnellement ignorer les colonnes <b>{columnCount}</b> car elles ne peuvent pas être importées"
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> colonnes à importer"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Procéder à l'importation ?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continuer"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Type de données"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Détails"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Faites glisser-déposer un fichier CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "Assurez-vous que le fichier contienne un en-tête et au moins une ligne de données"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Fichier CSV invalide"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Type d'erreur"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Format invalide : le fichier n'est pas au format .CSV et ne peut pas être traité."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Échec de l'importation du fichier"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "La taille maximale du fichier est de {fileSize} Mo avec une limite de {rowLimit} lignes. Téléchargez <csvTemplateLink>le modèle CSV</csvTemplateLink> ou référez-vous à <documentationLink>la documentation</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Une erreur est survenue : essayez d'importer à nouveau le fichier ou contactez notre équipe d'assistance pour qu'elle vous vienne en aide."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "Vous devez fournir des clés pour chaque ressource que vous importez, y compris les ressources intégrées telles que les Prix et les Ressources. Veuillez consulter vos administrateurs pour attribuer des clés par le biais de <link>l'API HTTP</link>."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Prérequis de l'importation de données"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Instructions"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Champ requis manquant"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Importer des catégories par CSV"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Importer des clients par CSV"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Importer des codes de remise par CSV"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Importer des inventaires par CSV"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Importer des commandes par CSV"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Importer des produits par CSV"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Importer des types de produits par CSV"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "ou"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Préparer l'importation</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre les progrès d'importation <logsLink>dans les Journaux d'importation</logsLink>."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Voici un aperçu de votre importation"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Catégories"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Inventaires"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Produits (incluant les variantes, ressources, prix et images)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Ligne"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "Le fichier contient plus que le maximum de lignes {rowLimit} permissible"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Limite de ligne dépassée"
181
+ },
182
+ "ImportResourcesModal.rowsToBeImported": {
183
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
+ string: "<b>{rowCount}</b> lignes à importer"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Voir moins"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Voir plus"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "Le fichier excède la taille maximale autorisée de {fileSizeLimit} Mo"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "Taille du fichier excédée"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Commencer l'importation"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>Votre importation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>Voir la documentation</documentationLink> pour les valeurs prises en charge."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ string: "Une erreur inattendue s'est produite lors de l'importation du fichier. Veuillez réessayez ou contactez l'assistance si cette erreur se reproduit."
220
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Téléchargement et aperçu"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "Il {errorsCount, plural, one {y a <b>{errorsCount}</b> erreur} other {il y <b>{errorsCount}</b> erreurs}} détectée(s) lors de la préparation du fichier <b>{fileName}</b>."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Importer le fichier"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Importer un nouveau fichier"
236
+ },
237
+ "ImportResourcesModal.wrongDelimiterDescription": {
238
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
+ string: "Ce fichier utilise un délimiteur incorrect. Utilisez plutôt une virgule (,)."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Mauvais délimiteur"
243
+ }
244
+ };
245
+
246
+ exports["default"] = frFR;