@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.9.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 (36) hide show
  1. package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-0467c118.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-294d353d.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-a995b09d.cjs.prod.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
  7. package/dist/{de-ce1e957d.esm.js → de-19530b12.esm.js} +168 -20
  8. package/dist/{de-5181e779.cjs.dev.js → de-2836a9ae.cjs.prod.js} +168 -20
  9. package/dist/{de-3c758072.cjs.prod.js → de-db4fb974.cjs.dev.js} +168 -20
  10. package/dist/declarations/src/@hooks/use-import-permission.d.ts +2 -0
  11. package/dist/declarations/src/@types/resource-type.d.ts +2 -1
  12. package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-16b58581.cjs.prod.js} +1 -1
  13. package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-4a639dbf.cjs.dev.js} +1 -1
  14. package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-7ca6b04a.esm.js} +1 -1
  15. package/dist/{en-2f76b27a.esm.js → en-1f091237.esm.js} +168 -20
  16. package/dist/{en-d7cc7b15.cjs.prod.js → en-cb6893e4.cjs.prod.js} +168 -20
  17. package/dist/{en-7de3b07a.cjs.dev.js → en-f53130d1.cjs.dev.js} +168 -20
  18. package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-1f50b766.cjs.prod.js} +1 -1
  19. package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-9bf924fa.esm.js} +1 -1
  20. package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-a4a76650.cjs.dev.js} +1 -1
  21. package/dist/{es-d9a57b63.cjs.dev.js → es-420f21e1.cjs.dev.js} +169 -21
  22. package/dist/{es-2b81e0cd.esm.js → es-a9aada13.esm.js} +169 -21
  23. package/dist/{es-a3c0e9b3.cjs.prod.js → es-f085026e.cjs.prod.js} +169 -21
  24. package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-84bc6912.cjs.prod.js} +1 -1
  25. package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-9387283c.cjs.dev.js} +1 -1
  26. package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-e6b5a3fa.esm.js} +1 -1
  27. package/dist/{fr-FR-084be771.esm.js → fr-FR-02bd52fb.esm.js} +169 -21
  28. package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-342599f4.cjs.dev.js} +169 -21
  29. package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-dc40a55c.cjs.prod.js} +169 -21
  30. package/dist/{index-12a56d8e.esm.js → index-10a225f5.esm.js} +108 -47
  31. package/dist/{index-86e79ec0.cjs.dev.js → index-40da749a.cjs.dev.js} +108 -47
  32. package/dist/{index-9cf95c7a.cjs.prod.js → index-77194696.cjs.prod.js} +108 -47
  33. package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-31c46d23.cjs.prod.js} +169 -21
  34. package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-339ed808.cjs.dev.js} +169 -21
  35. package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-ac1fc192.esm.js} +169 -21
  36. package/package.json +21 -21
@@ -1,25 +1,29 @@
1
1
  'use strict';
2
2
 
3
3
  var frFR = {
4
- "ImportResourcesModal.BodyNote": {
5
- developer_comment: "Confirmation dialog text",
6
- string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
7
- },
8
- "ImportResourcesModal.BodyQuestion": {
9
- developer_comment: "Confirmation question",
10
- string: "Procéder à l'importation ?"
11
- },
12
- "ImportResourcesModal.BodyText": {
13
- developer_comment: "Confirmation dialog text",
14
- string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
15
- },
16
4
  "ImportResourcesModal.browseFile": {
17
5
  string: "Parcourir le fichier"
18
6
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Annuler"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Catégories"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Catégorie"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Choisir un fichier"
@@ -46,20 +50,60 @@ var frFR = {
46
50
  },
47
51
  "ImportResourcesModal.confirmationBodyText": {
48
52
  developer_comment: "Confirmation dialog text",
49
- string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold> ligne} other {<bold>{count}</bold> lignes}} dans le projet : <b>{projectName}</b>."
53
+ string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
50
54
  },
51
55
  "ImportResourcesModal.continue": {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continuer"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Objet personnalisé"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Objets personnalisés"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Client"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Clients"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Type de données"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "virgule"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "barre verticale"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "point virgule"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "onglet"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Détails"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Code de remise"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Codes de remise"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Faites glisser-déposer un fichier CSV"
@@ -104,6 +148,22 @@ var frFR = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instructions"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventaires"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventaire"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ string: "{itemCount, plural, one {<b>1</b> {resourceType} à importer{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "ou"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
@@ -116,6 +176,10 @@ var frFR = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Importer des catégories par CSV"
@@ -148,6 +212,22 @@ var frFR = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "ou"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Commande"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Patch de commande"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Patches de commande"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Commandes"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  string: "<b>Préparer l'importation</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre les progrès d'importation <logsLink>dans les Journaux d'importation</logsLink>."
@@ -156,6 +236,54 @@ var frFR = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Voici un aperçu de votre importation"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Prix"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Prix"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Produit"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Brouillon du produit"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Brouillons de produits"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Type de produit"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Types de produits"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Variante de produit"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Patch de variante de produit"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Patches de variante de produit"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Variante(s) de produit"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Produits"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Catégories"
@@ -179,9 +307,9 @@ var frFR = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Limite de ligne dépassée"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> ligne à importer} other {<b>{rowCount}</b> lignes à importer}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publier tous les produits du fichier"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var frFR = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "Taille du fichier excédée"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Prix autonome"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Prix autonomes"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Commencer l'importation"
@@ -214,10 +350,22 @@ var frFR = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Type"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Types"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  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
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Type d'entité inconnu"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Téléchargement et aperçu"
@@ -234,12 +382,12 @@ var frFR = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Importer un nouveau fichier"
236
384
  },
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 (,)."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "Le fichier utilise un séparateur non supporté. Veuillez utiliser l'un des séparateurs autorisés : {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Mauvais délimiteur"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Séparateur incorrect"
243
391
  }
244
392
  };
245
393
 
@@ -1,25 +1,29 @@
1
1
  'use strict';
2
2
 
3
3
  var frFR = {
4
- "ImportResourcesModal.BodyNote": {
5
- developer_comment: "Confirmation dialog text",
6
- string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
7
- },
8
- "ImportResourcesModal.BodyQuestion": {
9
- developer_comment: "Confirmation question",
10
- string: "Procéder à l'importation ?"
11
- },
12
- "ImportResourcesModal.BodyText": {
13
- developer_comment: "Confirmation dialog text",
14
- string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
15
- },
16
4
  "ImportResourcesModal.browseFile": {
17
5
  string: "Parcourir le fichier"
18
6
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Annuler"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Catégories"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Catégorie"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Choisir un fichier"
@@ -46,20 +50,60 @@ var frFR = {
46
50
  },
47
51
  "ImportResourcesModal.confirmationBodyText": {
48
52
  developer_comment: "Confirmation dialog text",
49
- string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold> ligne} other {<bold>{count}</bold> lignes}} dans le projet : <b>{projectName}</b>."
53
+ string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
50
54
  },
51
55
  "ImportResourcesModal.continue": {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continuer"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Objet personnalisé"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Objets personnalisés"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Client"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Clients"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Type de données"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "virgule"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "barre verticale"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "point virgule"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "onglet"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Détails"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Code de remise"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Codes de remise"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Faites glisser-déposer un fichier CSV"
@@ -104,6 +148,22 @@ var frFR = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instructions"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventaires"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventaire"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ string: "{itemCount, plural, one {<b>1</b> {resourceType} à importer{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} à importer{publish, select, true { and published} other {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "ou"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
@@ -116,6 +176,10 @@ var frFR = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Importer des catégories par CSV"
@@ -148,6 +212,22 @@ var frFR = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "ou"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Commande"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Patch de commande"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Patches de commande"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Commandes"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  string: "<b>Préparer l'importation</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre les progrès d'importation <logsLink>dans les Journaux d'importation</logsLink>."
@@ -156,6 +236,54 @@ var frFR = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Voici un aperçu de votre importation"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Prix"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Prix"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Produit"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Brouillon du produit"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Brouillons de produits"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Type de produit"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Types de produits"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Variante de produit"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Patch de variante de produit"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Patches de variante de produit"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Variante(s) de produit"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Produits"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Catégories"
@@ -179,9 +307,9 @@ var frFR = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Limite de ligne dépassée"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> ligne à importer} other {<b>{rowCount}</b> lignes à importer}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publier tous les produits du fichier"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var frFR = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "Taille du fichier excédée"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Prix autonome"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Prix autonomes"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Commencer l'importation"
@@ -214,10 +350,22 @@ var frFR = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Type"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Types"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  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
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Type d'entité inconnu"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Téléchargement et aperçu"
@@ -234,12 +382,12 @@ var frFR = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Importer un nouveau fichier"
236
384
  },
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 (,)."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "Le fichier utilise un séparateur non supporté. Veuillez utiliser l'un des séparateurs autorisés : {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Mauvais délimiteur"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Séparateur incorrect"
243
391
  }
244
392
  };
245
393