@commercetools-frontend-extensions/import-resources-modal 1.8.1 → 1.8.3
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-b84dd578.cjs.dev.js → active-drag-drop-area-1b036a1a.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-b855fcf6.esm.js → active-drag-drop-area-4c295594.esm.js} +1 -1
- package/dist/{active-drag-drop-area-c906211c.cjs.prod.js → active-drag-drop-area-dc11c9dd.cjs.prod.js} +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
- package/dist/{de-ce1e957d.esm.js → de-4d884a52.esm.js} +156 -20
- package/dist/{de-5181e779.cjs.dev.js → de-ba621f66.cjs.prod.js} +156 -20
- package/dist/{de-3c758072.cjs.prod.js → de-cd1c2b61.cjs.dev.js} +156 -20
- package/dist/{disabled-drop-area-48c8a29e.cjs.dev.js → disabled-drop-area-377a3c8d.cjs.dev.js} +1 -1
- package/dist/{disabled-drop-area-ead9d6e5.cjs.prod.js → disabled-drop-area-40108d06.cjs.prod.js} +1 -1
- package/dist/{disabled-drop-area-d56b2ffb.esm.js → disabled-drop-area-9ea4c457.esm.js} +1 -1
- package/dist/{en-d7cc7b15.cjs.prod.js → en-102ccf29.cjs.prod.js} +156 -20
- package/dist/{en-2f76b27a.esm.js → en-88aad148.esm.js} +156 -20
- package/dist/{en-7de3b07a.cjs.dev.js → en-c4f7d882.cjs.dev.js} +156 -20
- package/dist/{enabled-drop-area-5c4ea376.cjs.dev.js → enabled-drop-area-1bb3ba2c.cjs.dev.js} +1 -1
- package/dist/{enabled-drop-area-e81190f8.cjs.prod.js → enabled-drop-area-5629adf7.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-4745c8da.esm.js → enabled-drop-area-e60beae7.esm.js} +1 -1
- package/dist/{es-d9a57b63.cjs.dev.js → es-09b5f26a.cjs.dev.js} +157 -21
- package/dist/{es-a3c0e9b3.cjs.prod.js → es-1877968a.cjs.prod.js} +157 -21
- package/dist/{es-2b81e0cd.esm.js → es-d589515f.esm.js} +157 -21
- package/dist/{file-dropped-area-48990997.cjs.prod.js → file-dropped-area-00056628.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-2d51d63b.cjs.dev.js → file-dropped-area-f251fc3d.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-bf648f2e.esm.js → file-dropped-area-f5cd314a.esm.js} +1 -1
- package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-1d2ccb65.cjs.prod.js} +157 -21
- package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-a5fe152a.cjs.dev.js} +157 -21
- package/dist/{fr-FR-084be771.esm.js → fr-FR-d672a357.esm.js} +157 -21
- package/dist/{index-d6f6d164.esm.js → index-42eec0a4.esm.js} +45 -36
- package/dist/{index-a2c55a09.cjs.dev.js → index-bf0ed2a7.cjs.dev.js} +45 -36
- package/dist/{index-762eed18.cjs.prod.js → index-e152cdce.cjs.prod.js} +45 -36
- package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-0389b318.cjs.dev.js} +157 -21
- package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-3512c390.esm.js} +157 -21
- package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-606f307c.cjs.prod.js} +157 -21
- package/package.json +21 -21
|
@@ -1,18 +1,6 @@
|
|
|
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
|
},
|
|
@@ -20,6 +8,14 @@ var frFR = {
|
|
|
20
8
|
developer_comment: "Label for the cancel button",
|
|
21
9
|
string: "Annuler"
|
|
22
10
|
},
|
|
11
|
+
"ImportResourcesModal.categories": {
|
|
12
|
+
developer_comment: "Label for the categories resource type",
|
|
13
|
+
string: "Catégories"
|
|
14
|
+
},
|
|
15
|
+
"ImportResourcesModal.category": {
|
|
16
|
+
developer_comment: "Label for the category resource type",
|
|
17
|
+
string: "Catégorie"
|
|
18
|
+
},
|
|
23
19
|
"ImportResourcesModal.chooseFile": {
|
|
24
20
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
25
21
|
string: "Choisir un fichier"
|
|
@@ -46,20 +42,60 @@ var frFR = {
|
|
|
46
42
|
},
|
|
47
43
|
"ImportResourcesModal.confirmationBodyText": {
|
|
48
44
|
developer_comment: "Confirmation dialog text",
|
|
49
|
-
string: "
|
|
45
|
+
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
46
|
},
|
|
51
47
|
"ImportResourcesModal.continue": {
|
|
52
48
|
developer_comment: "Confirmation dialog continue button",
|
|
53
49
|
string: "Continuer"
|
|
54
50
|
},
|
|
51
|
+
"ImportResourcesModal.custom-object": {
|
|
52
|
+
developer_comment: "Label for the custom-object resource type",
|
|
53
|
+
string: "Objet personnalisé"
|
|
54
|
+
},
|
|
55
|
+
"ImportResourcesModal.custom-objects": {
|
|
56
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
57
|
+
string: "Objets personnalisés"
|
|
58
|
+
},
|
|
59
|
+
"ImportResourcesModal.customer": {
|
|
60
|
+
developer_comment: "Label for the customer resource type",
|
|
61
|
+
string: "Client"
|
|
62
|
+
},
|
|
63
|
+
"ImportResourcesModal.customers": {
|
|
64
|
+
developer_comment: "Label for the customers resource type",
|
|
65
|
+
string: "Clients"
|
|
66
|
+
},
|
|
55
67
|
"ImportResourcesModal.dataType": {
|
|
56
68
|
developer_comment: "Label for the data type selection dropdown",
|
|
57
69
|
string: "Type de données"
|
|
58
70
|
},
|
|
71
|
+
"ImportResourcesModal.delimiterComma": {
|
|
72
|
+
developer_comment: "Label for the delimiter name comma",
|
|
73
|
+
string: "virgule"
|
|
74
|
+
},
|
|
75
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
76
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
77
|
+
string: "barre verticale"
|
|
78
|
+
},
|
|
79
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
80
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
81
|
+
string: "point virgule"
|
|
82
|
+
},
|
|
83
|
+
"ImportResourcesModal.delimiterTab": {
|
|
84
|
+
developer_comment: "Label for the delimiter name tab",
|
|
85
|
+
string: "onglet"
|
|
86
|
+
},
|
|
59
87
|
"ImportResourcesModal.details": {
|
|
60
88
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
61
89
|
string: "Détails"
|
|
62
90
|
},
|
|
91
|
+
"ImportResourcesModal.discount-code": {
|
|
92
|
+
developer_comment: "Label for the discount-code resource type",
|
|
93
|
+
string: "Code de remise"
|
|
94
|
+
},
|
|
95
|
+
"ImportResourcesModal.discount-codes": {
|
|
96
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
97
|
+
string: "Codes de remise"
|
|
98
|
+
},
|
|
63
99
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
64
100
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
65
101
|
string: "Faites glisser-déposer un fichier CSV"
|
|
@@ -104,6 +140,22 @@ var frFR = {
|
|
|
104
140
|
developer_comment: "Label for the instructions section",
|
|
105
141
|
string: "Instructions"
|
|
106
142
|
},
|
|
143
|
+
"ImportResourcesModal.inventories": {
|
|
144
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
145
|
+
string: "Inventaires"
|
|
146
|
+
},
|
|
147
|
+
"ImportResourcesModal.inventory": {
|
|
148
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
149
|
+
string: "Inventaire"
|
|
150
|
+
},
|
|
151
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
152
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
153
|
+
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 {}}}}"
|
|
154
|
+
},
|
|
155
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
156
|
+
developer_comment: "Label for the list conjunction or",
|
|
157
|
+
string: "ou"
|
|
158
|
+
},
|
|
107
159
|
"ImportResourcesModal.missingKeyError": {
|
|
108
160
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
109
161
|
string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
|
|
@@ -148,6 +200,22 @@ var frFR = {
|
|
|
148
200
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
149
201
|
string: "ou"
|
|
150
202
|
},
|
|
203
|
+
"ImportResourcesModal.order": {
|
|
204
|
+
developer_comment: "Label for the order resource type",
|
|
205
|
+
string: "Commande"
|
|
206
|
+
},
|
|
207
|
+
"ImportResourcesModal.order-patch": {
|
|
208
|
+
developer_comment: "Label for the order-patch resource type",
|
|
209
|
+
string: "Patch de commande"
|
|
210
|
+
},
|
|
211
|
+
"ImportResourcesModal.order-patches": {
|
|
212
|
+
developer_comment: "Label for the order-patches resource type",
|
|
213
|
+
string: "Patches de commande"
|
|
214
|
+
},
|
|
215
|
+
"ImportResourcesModal.orders": {
|
|
216
|
+
developer_comment: "Label for the orders resource type",
|
|
217
|
+
string: "Commandes"
|
|
218
|
+
},
|
|
151
219
|
"ImportResourcesModal.prepareMessage": {
|
|
152
220
|
developer_comment: "Notification for preparing import",
|
|
153
221
|
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 +224,54 @@ var frFR = {
|
|
|
156
224
|
developer_comment: "Label for modal path",
|
|
157
225
|
string: "Voici un aperçu de votre importation"
|
|
158
226
|
},
|
|
227
|
+
"ImportResourcesModal.price": {
|
|
228
|
+
developer_comment: "Label for the price resource type",
|
|
229
|
+
string: "Prix"
|
|
230
|
+
},
|
|
231
|
+
"ImportResourcesModal.prices": {
|
|
232
|
+
developer_comment: "Label for the prices resource type",
|
|
233
|
+
string: "Prix"
|
|
234
|
+
},
|
|
235
|
+
"ImportResourcesModal.product": {
|
|
236
|
+
developer_comment: "Label for the product resource type",
|
|
237
|
+
string: "Produit"
|
|
238
|
+
},
|
|
239
|
+
"ImportResourcesModal.product-draft": {
|
|
240
|
+
developer_comment: "Label for the product-draft resource type",
|
|
241
|
+
string: "Brouillon du produit"
|
|
242
|
+
},
|
|
243
|
+
"ImportResourcesModal.product-drafts": {
|
|
244
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
245
|
+
string: "Brouillons de produits"
|
|
246
|
+
},
|
|
247
|
+
"ImportResourcesModal.product-type": {
|
|
248
|
+
developer_comment: "Label for the product-type resource type",
|
|
249
|
+
string: "Type de produit"
|
|
250
|
+
},
|
|
251
|
+
"ImportResourcesModal.product-types": {
|
|
252
|
+
developer_comment: "Label for the product-types resource type",
|
|
253
|
+
string: "Types de produits"
|
|
254
|
+
},
|
|
255
|
+
"ImportResourcesModal.product-variant": {
|
|
256
|
+
developer_comment: "Label for the product-variant resource type",
|
|
257
|
+
string: "Variante de produit"
|
|
258
|
+
},
|
|
259
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
260
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
261
|
+
string: "Patch de variante de produit"
|
|
262
|
+
},
|
|
263
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
264
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
265
|
+
string: "Patches de variante de produit"
|
|
266
|
+
},
|
|
267
|
+
"ImportResourcesModal.product-variants": {
|
|
268
|
+
developer_comment: "Label for the product-variants resource type",
|
|
269
|
+
string: "Variante(s) de produit"
|
|
270
|
+
},
|
|
271
|
+
"ImportResourcesModal.products": {
|
|
272
|
+
developer_comment: "Label for the products resource type",
|
|
273
|
+
string: "Produits"
|
|
274
|
+
},
|
|
159
275
|
"ImportResourcesModal.radio.categories": {
|
|
160
276
|
developer_comment: "Label for the categories radio button",
|
|
161
277
|
string: "Catégories"
|
|
@@ -179,9 +295,9 @@ var frFR = {
|
|
|
179
295
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
180
296
|
string: "Limite de ligne dépassée"
|
|
181
297
|
},
|
|
182
|
-
"ImportResourcesModal.
|
|
183
|
-
developer_comment: "
|
|
184
|
-
string: "
|
|
298
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
299
|
+
developer_comment: "Label for the publish products checkbox",
|
|
300
|
+
string: "Publier tous les produits du fichier"
|
|
185
301
|
},
|
|
186
302
|
"ImportResourcesModal.showLess": {
|
|
187
303
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -198,6 +314,14 @@ var frFR = {
|
|
|
198
314
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
199
315
|
string: "Taille du fichier excédée"
|
|
200
316
|
},
|
|
317
|
+
"ImportResourcesModal.standalone-price": {
|
|
318
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
319
|
+
string: "Prix autonome"
|
|
320
|
+
},
|
|
321
|
+
"ImportResourcesModal.standalone-prices": {
|
|
322
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
323
|
+
string: "Prix autonomes"
|
|
324
|
+
},
|
|
201
325
|
"ImportResourcesModal.startImportButton": {
|
|
202
326
|
developer_comment: "Label for the modal Start import button",
|
|
203
327
|
string: "Commencer l'importation"
|
|
@@ -214,10 +338,22 @@ var frFR = {
|
|
|
214
338
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
215
339
|
string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
|
|
216
340
|
},
|
|
341
|
+
"ImportResourcesModal.type": {
|
|
342
|
+
developer_comment: "Label for the type resource type",
|
|
343
|
+
string: "Type"
|
|
344
|
+
},
|
|
345
|
+
"ImportResourcesModal.types": {
|
|
346
|
+
developer_comment: "Label for the types resource type",
|
|
347
|
+
string: "Types"
|
|
348
|
+
},
|
|
217
349
|
"ImportResourcesModal.unexpectedError": {
|
|
218
350
|
developer_comment: "Generic notification message when file upload fails",
|
|
219
351
|
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
352
|
},
|
|
353
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
354
|
+
developer_comment: "Label for the unknown resource type",
|
|
355
|
+
string: "Type d'entité inconnu"
|
|
356
|
+
},
|
|
221
357
|
"ImportResourcesModal.uploadButton": {
|
|
222
358
|
developer_comment: "Label for the upload button",
|
|
223
359
|
string: "Téléchargement et aperçu"
|
|
@@ -234,12 +370,12 @@ var frFR = {
|
|
|
234
370
|
developer_comment: "Upload new file button",
|
|
235
371
|
string: "Importer un nouveau fichier"
|
|
236
372
|
},
|
|
237
|
-
"ImportResourcesModal.
|
|
238
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
239
|
-
string: "
|
|
373
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
374
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
375
|
+
string: "Le fichier utilise un séparateur non supporté. Veuillez utiliser l'un des séparateurs autorisés : {delimiterList}."
|
|
240
376
|
},
|
|
241
|
-
"ImportResourcesModal.
|
|
242
|
-
string: "
|
|
377
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
378
|
+
string: "Séparateur incorrect"
|
|
243
379
|
}
|
|
244
380
|
};
|
|
245
381
|
|
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
var frFR = {
|
|
2
|
-
"ImportResourcesModal.BodyNote": {
|
|
3
|
-
developer_comment: "Confirmation dialog text",
|
|
4
|
-
string: "Veuillez noter que les valeurs existantes avec les mêmes clés seront écrasées par les données incluses dans le CSV."
|
|
5
|
-
},
|
|
6
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
7
|
-
developer_comment: "Confirmation question",
|
|
8
|
-
string: "Procéder à l'importation ?"
|
|
9
|
-
},
|
|
10
|
-
"ImportResourcesModal.BodyText": {
|
|
11
|
-
developer_comment: "Confirmation dialog text",
|
|
12
|
-
string: "Vous êtes sur le point d'importer <bold>{count}</bold> lignes dans le projet : <bold>{projectName}</bold>."
|
|
13
|
-
},
|
|
14
2
|
"ImportResourcesModal.browseFile": {
|
|
15
3
|
string: "Parcourir le fichier"
|
|
16
4
|
},
|
|
@@ -18,6 +6,14 @@ var frFR = {
|
|
|
18
6
|
developer_comment: "Label for the cancel button",
|
|
19
7
|
string: "Annuler"
|
|
20
8
|
},
|
|
9
|
+
"ImportResourcesModal.categories": {
|
|
10
|
+
developer_comment: "Label for the categories resource type",
|
|
11
|
+
string: "Catégories"
|
|
12
|
+
},
|
|
13
|
+
"ImportResourcesModal.category": {
|
|
14
|
+
developer_comment: "Label for the category resource type",
|
|
15
|
+
string: "Catégorie"
|
|
16
|
+
},
|
|
21
17
|
"ImportResourcesModal.chooseFile": {
|
|
22
18
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
23
19
|
string: "Choisir un fichier"
|
|
@@ -44,20 +40,60 @@ var frFR = {
|
|
|
44
40
|
},
|
|
45
41
|
"ImportResourcesModal.confirmationBodyText": {
|
|
46
42
|
developer_comment: "Confirmation dialog text",
|
|
47
|
-
string: "
|
|
43
|
+
string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
|
|
48
44
|
},
|
|
49
45
|
"ImportResourcesModal.continue": {
|
|
50
46
|
developer_comment: "Confirmation dialog continue button",
|
|
51
47
|
string: "Continuer"
|
|
52
48
|
},
|
|
49
|
+
"ImportResourcesModal.custom-object": {
|
|
50
|
+
developer_comment: "Label for the custom-object resource type",
|
|
51
|
+
string: "Objet personnalisé"
|
|
52
|
+
},
|
|
53
|
+
"ImportResourcesModal.custom-objects": {
|
|
54
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
55
|
+
string: "Objets personnalisés"
|
|
56
|
+
},
|
|
57
|
+
"ImportResourcesModal.customer": {
|
|
58
|
+
developer_comment: "Label for the customer resource type",
|
|
59
|
+
string: "Client"
|
|
60
|
+
},
|
|
61
|
+
"ImportResourcesModal.customers": {
|
|
62
|
+
developer_comment: "Label for the customers resource type",
|
|
63
|
+
string: "Clients"
|
|
64
|
+
},
|
|
53
65
|
"ImportResourcesModal.dataType": {
|
|
54
66
|
developer_comment: "Label for the data type selection dropdown",
|
|
55
67
|
string: "Type de données"
|
|
56
68
|
},
|
|
69
|
+
"ImportResourcesModal.delimiterComma": {
|
|
70
|
+
developer_comment: "Label for the delimiter name comma",
|
|
71
|
+
string: "virgule"
|
|
72
|
+
},
|
|
73
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
74
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
75
|
+
string: "barre verticale"
|
|
76
|
+
},
|
|
77
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
78
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
79
|
+
string: "point virgule"
|
|
80
|
+
},
|
|
81
|
+
"ImportResourcesModal.delimiterTab": {
|
|
82
|
+
developer_comment: "Label for the delimiter name tab",
|
|
83
|
+
string: "onglet"
|
|
84
|
+
},
|
|
57
85
|
"ImportResourcesModal.details": {
|
|
58
86
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
59
87
|
string: "Détails"
|
|
60
88
|
},
|
|
89
|
+
"ImportResourcesModal.discount-code": {
|
|
90
|
+
developer_comment: "Label for the discount-code resource type",
|
|
91
|
+
string: "Code de remise"
|
|
92
|
+
},
|
|
93
|
+
"ImportResourcesModal.discount-codes": {
|
|
94
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
95
|
+
string: "Codes de remise"
|
|
96
|
+
},
|
|
61
97
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
62
98
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
63
99
|
string: "Faites glisser-déposer un fichier CSV"
|
|
@@ -102,6 +138,22 @@ var frFR = {
|
|
|
102
138
|
developer_comment: "Label for the instructions section",
|
|
103
139
|
string: "Instructions"
|
|
104
140
|
},
|
|
141
|
+
"ImportResourcesModal.inventories": {
|
|
142
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
143
|
+
string: "Inventaires"
|
|
144
|
+
},
|
|
145
|
+
"ImportResourcesModal.inventory": {
|
|
146
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
147
|
+
string: "Inventaire"
|
|
148
|
+
},
|
|
149
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
150
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
151
|
+
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 {}}}}"
|
|
152
|
+
},
|
|
153
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
154
|
+
developer_comment: "Label for the list conjunction or",
|
|
155
|
+
string: "ou"
|
|
156
|
+
},
|
|
105
157
|
"ImportResourcesModal.missingKeyError": {
|
|
106
158
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
107
159
|
string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
|
|
@@ -146,6 +198,22 @@ var frFR = {
|
|
|
146
198
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
147
199
|
string: "ou"
|
|
148
200
|
},
|
|
201
|
+
"ImportResourcesModal.order": {
|
|
202
|
+
developer_comment: "Label for the order resource type",
|
|
203
|
+
string: "Commande"
|
|
204
|
+
},
|
|
205
|
+
"ImportResourcesModal.order-patch": {
|
|
206
|
+
developer_comment: "Label for the order-patch resource type",
|
|
207
|
+
string: "Patch de commande"
|
|
208
|
+
},
|
|
209
|
+
"ImportResourcesModal.order-patches": {
|
|
210
|
+
developer_comment: "Label for the order-patches resource type",
|
|
211
|
+
string: "Patches de commande"
|
|
212
|
+
},
|
|
213
|
+
"ImportResourcesModal.orders": {
|
|
214
|
+
developer_comment: "Label for the orders resource type",
|
|
215
|
+
string: "Commandes"
|
|
216
|
+
},
|
|
149
217
|
"ImportResourcesModal.prepareMessage": {
|
|
150
218
|
developer_comment: "Notification for preparing import",
|
|
151
219
|
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,6 +222,54 @@ var frFR = {
|
|
|
154
222
|
developer_comment: "Label for modal path",
|
|
155
223
|
string: "Voici un aperçu de votre importation"
|
|
156
224
|
},
|
|
225
|
+
"ImportResourcesModal.price": {
|
|
226
|
+
developer_comment: "Label for the price resource type",
|
|
227
|
+
string: "Prix"
|
|
228
|
+
},
|
|
229
|
+
"ImportResourcesModal.prices": {
|
|
230
|
+
developer_comment: "Label for the prices resource type",
|
|
231
|
+
string: "Prix"
|
|
232
|
+
},
|
|
233
|
+
"ImportResourcesModal.product": {
|
|
234
|
+
developer_comment: "Label for the product resource type",
|
|
235
|
+
string: "Produit"
|
|
236
|
+
},
|
|
237
|
+
"ImportResourcesModal.product-draft": {
|
|
238
|
+
developer_comment: "Label for the product-draft resource type",
|
|
239
|
+
string: "Brouillon du produit"
|
|
240
|
+
},
|
|
241
|
+
"ImportResourcesModal.product-drafts": {
|
|
242
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
243
|
+
string: "Brouillons de produits"
|
|
244
|
+
},
|
|
245
|
+
"ImportResourcesModal.product-type": {
|
|
246
|
+
developer_comment: "Label for the product-type resource type",
|
|
247
|
+
string: "Type de produit"
|
|
248
|
+
},
|
|
249
|
+
"ImportResourcesModal.product-types": {
|
|
250
|
+
developer_comment: "Label for the product-types resource type",
|
|
251
|
+
string: "Types de produits"
|
|
252
|
+
},
|
|
253
|
+
"ImportResourcesModal.product-variant": {
|
|
254
|
+
developer_comment: "Label for the product-variant resource type",
|
|
255
|
+
string: "Variante de produit"
|
|
256
|
+
},
|
|
257
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
258
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
259
|
+
string: "Patch de variante de produit"
|
|
260
|
+
},
|
|
261
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
262
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
263
|
+
string: "Patches de variante de produit"
|
|
264
|
+
},
|
|
265
|
+
"ImportResourcesModal.product-variants": {
|
|
266
|
+
developer_comment: "Label for the product-variants resource type",
|
|
267
|
+
string: "Variante(s) de produit"
|
|
268
|
+
},
|
|
269
|
+
"ImportResourcesModal.products": {
|
|
270
|
+
developer_comment: "Label for the products resource type",
|
|
271
|
+
string: "Produits"
|
|
272
|
+
},
|
|
157
273
|
"ImportResourcesModal.radio.categories": {
|
|
158
274
|
developer_comment: "Label for the categories radio button",
|
|
159
275
|
string: "Catégories"
|
|
@@ -177,9 +293,9 @@ var frFR = {
|
|
|
177
293
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
178
294
|
string: "Limite de ligne dépassée"
|
|
179
295
|
},
|
|
180
|
-
"ImportResourcesModal.
|
|
181
|
-
developer_comment: "
|
|
182
|
-
string: "
|
|
296
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
297
|
+
developer_comment: "Label for the publish products checkbox",
|
|
298
|
+
string: "Publier tous les produits du fichier"
|
|
183
299
|
},
|
|
184
300
|
"ImportResourcesModal.showLess": {
|
|
185
301
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -196,6 +312,14 @@ var frFR = {
|
|
|
196
312
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
197
313
|
string: "Taille du fichier excédée"
|
|
198
314
|
},
|
|
315
|
+
"ImportResourcesModal.standalone-price": {
|
|
316
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
317
|
+
string: "Prix autonome"
|
|
318
|
+
},
|
|
319
|
+
"ImportResourcesModal.standalone-prices": {
|
|
320
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
321
|
+
string: "Prix autonomes"
|
|
322
|
+
},
|
|
199
323
|
"ImportResourcesModal.startImportButton": {
|
|
200
324
|
developer_comment: "Label for the modal Start import button",
|
|
201
325
|
string: "Commencer l'importation"
|
|
@@ -212,10 +336,22 @@ var frFR = {
|
|
|
212
336
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
213
337
|
string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
|
|
214
338
|
},
|
|
339
|
+
"ImportResourcesModal.type": {
|
|
340
|
+
developer_comment: "Label for the type resource type",
|
|
341
|
+
string: "Type"
|
|
342
|
+
},
|
|
343
|
+
"ImportResourcesModal.types": {
|
|
344
|
+
developer_comment: "Label for the types resource type",
|
|
345
|
+
string: "Types"
|
|
346
|
+
},
|
|
215
347
|
"ImportResourcesModal.unexpectedError": {
|
|
216
348
|
developer_comment: "Generic notification message when file upload fails",
|
|
217
349
|
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."
|
|
218
350
|
},
|
|
351
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
352
|
+
developer_comment: "Label for the unknown resource type",
|
|
353
|
+
string: "Type d'entité inconnu"
|
|
354
|
+
},
|
|
219
355
|
"ImportResourcesModal.uploadButton": {
|
|
220
356
|
developer_comment: "Label for the upload button",
|
|
221
357
|
string: "Téléchargement et aperçu"
|
|
@@ -232,12 +368,12 @@ var frFR = {
|
|
|
232
368
|
developer_comment: "Upload new file button",
|
|
233
369
|
string: "Importer un nouveau fichier"
|
|
234
370
|
},
|
|
235
|
-
"ImportResourcesModal.
|
|
236
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
237
|
-
string: "
|
|
371
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
372
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
373
|
+
string: "Le fichier utilise un séparateur non supporté. Veuillez utiliser l'un des séparateurs autorisés : {delimiterList}."
|
|
238
374
|
},
|
|
239
|
-
"ImportResourcesModal.
|
|
240
|
-
string: "
|
|
375
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
376
|
+
string: "Séparateur incorrect"
|
|
241
377
|
}
|
|
242
378
|
};
|
|
243
379
|
|