@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.
- package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-0467c118.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-294d353d.esm.js} +1 -1
- package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-a995b09d.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-19530b12.esm.js} +168 -20
- package/dist/{de-5181e779.cjs.dev.js → de-2836a9ae.cjs.prod.js} +168 -20
- package/dist/{de-3c758072.cjs.prod.js → de-db4fb974.cjs.dev.js} +168 -20
- package/dist/declarations/src/@hooks/use-import-permission.d.ts +2 -0
- package/dist/declarations/src/@types/resource-type.d.ts +2 -1
- package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-16b58581.cjs.prod.js} +1 -1
- package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-4a639dbf.cjs.dev.js} +1 -1
- package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-7ca6b04a.esm.js} +1 -1
- package/dist/{en-2f76b27a.esm.js → en-1f091237.esm.js} +168 -20
- package/dist/{en-d7cc7b15.cjs.prod.js → en-cb6893e4.cjs.prod.js} +168 -20
- package/dist/{en-7de3b07a.cjs.dev.js → en-f53130d1.cjs.dev.js} +168 -20
- package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-1f50b766.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-9bf924fa.esm.js} +1 -1
- package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-a4a76650.cjs.dev.js} +1 -1
- package/dist/{es-d9a57b63.cjs.dev.js → es-420f21e1.cjs.dev.js} +169 -21
- package/dist/{es-2b81e0cd.esm.js → es-a9aada13.esm.js} +169 -21
- package/dist/{es-a3c0e9b3.cjs.prod.js → es-f085026e.cjs.prod.js} +169 -21
- package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-84bc6912.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-9387283c.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-e6b5a3fa.esm.js} +1 -1
- package/dist/{fr-FR-084be771.esm.js → fr-FR-02bd52fb.esm.js} +169 -21
- package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-342599f4.cjs.dev.js} +169 -21
- package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-dc40a55c.cjs.prod.js} +169 -21
- package/dist/{index-12a56d8e.esm.js → index-10a225f5.esm.js} +108 -47
- package/dist/{index-86e79ec0.cjs.dev.js → index-40da749a.cjs.dev.js} +108 -47
- package/dist/{index-9cf95c7a.cjs.prod.js → index-77194696.cjs.prod.js} +108 -47
- package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-31c46d23.cjs.prod.js} +169 -21
- package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-339ed808.cjs.dev.js} +169 -21
- package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-ac1fc192.esm.js} +169 -21
- package/package.json +21 -21
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var de = {
|
|
4
|
-
"ImportResourcesModal.BodyNote": {
|
|
5
|
-
developer_comment: "Confirmation dialog text",
|
|
6
|
-
string: "Bitte beachten Sie, dass vorhandene Werte mit denselben Schlüsseln durch die in den CSV enthaltenen Daten überschrieben werden."
|
|
7
|
-
},
|
|
8
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
9
|
-
developer_comment: "Confirmation question",
|
|
10
|
-
string: "Mit dem Import fortfahren?"
|
|
11
|
-
},
|
|
12
|
-
"ImportResourcesModal.BodyText": {
|
|
13
|
-
developer_comment: "Confirmation dialog text",
|
|
14
|
-
string: "Sie sind im Begriff <bold>{count}</bold> Zeilen in folgendes Projekt zu importieren: <bold>{projectName}</bold>."
|
|
15
|
-
},
|
|
16
4
|
"ImportResourcesModal.browseFile": {
|
|
17
5
|
string: "Datei durchsuchen"
|
|
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: "Abbrechen"
|
|
22
18
|
},
|
|
19
|
+
"ImportResourcesModal.categories": {
|
|
20
|
+
developer_comment: "Label for the categories resource type",
|
|
21
|
+
string: "Kategorien"
|
|
22
|
+
},
|
|
23
|
+
"ImportResourcesModal.category": {
|
|
24
|
+
developer_comment: "Label for the category resource type",
|
|
25
|
+
string: "Kategorie"
|
|
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: "Datei auswählen"
|
|
@@ -46,20 +50,60 @@ var de = {
|
|
|
46
50
|
},
|
|
47
51
|
"ImportResourcesModal.confirmationBodyText": {
|
|
48
52
|
developer_comment: "Confirmation dialog text",
|
|
49
|
-
string: "
|
|
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: "Weiter"
|
|
54
58
|
},
|
|
59
|
+
"ImportResourcesModal.custom-object": {
|
|
60
|
+
developer_comment: "Label for the custom-object resource type",
|
|
61
|
+
string: "Benutzerdefiniertes Objekt"
|
|
62
|
+
},
|
|
63
|
+
"ImportResourcesModal.custom-objects": {
|
|
64
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
65
|
+
string: "Benutzerdefinierte Objekte"
|
|
66
|
+
},
|
|
67
|
+
"ImportResourcesModal.customer": {
|
|
68
|
+
developer_comment: "Label for the customer resource type",
|
|
69
|
+
string: "Kunde"
|
|
70
|
+
},
|
|
71
|
+
"ImportResourcesModal.customers": {
|
|
72
|
+
developer_comment: "Label for the customers resource type",
|
|
73
|
+
string: "Kunden"
|
|
74
|
+
},
|
|
55
75
|
"ImportResourcesModal.dataType": {
|
|
56
76
|
developer_comment: "Label for the data type selection dropdown",
|
|
57
77
|
string: "Datentyp"
|
|
58
78
|
},
|
|
79
|
+
"ImportResourcesModal.delimiterComma": {
|
|
80
|
+
developer_comment: "Label for the delimiter name comma",
|
|
81
|
+
string: "Komma"
|
|
82
|
+
},
|
|
83
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
84
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
85
|
+
string: "Senkrechter Strich"
|
|
86
|
+
},
|
|
87
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
88
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
89
|
+
string: "Semicolon"
|
|
90
|
+
},
|
|
91
|
+
"ImportResourcesModal.delimiterTab": {
|
|
92
|
+
developer_comment: "Label for the delimiter name tab",
|
|
93
|
+
string: "Registerkarte"
|
|
94
|
+
},
|
|
59
95
|
"ImportResourcesModal.details": {
|
|
60
96
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
61
97
|
string: "Details"
|
|
62
98
|
},
|
|
99
|
+
"ImportResourcesModal.discount-code": {
|
|
100
|
+
developer_comment: "Label for the discount-code resource type",
|
|
101
|
+
string: "Rabattcode"
|
|
102
|
+
},
|
|
103
|
+
"ImportResourcesModal.discount-codes": {
|
|
104
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
105
|
+
string: "Rabattcodes"
|
|
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: "Drag-and-Drop CSV"
|
|
@@ -104,6 +148,22 @@ var de = {
|
|
|
104
148
|
developer_comment: "Label for the instructions section",
|
|
105
149
|
string: "Anweisungen"
|
|
106
150
|
},
|
|
151
|
+
"ImportResourcesModal.inventories": {
|
|
152
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
153
|
+
string: "Lagerbestände"
|
|
154
|
+
},
|
|
155
|
+
"ImportResourcesModal.inventory": {
|
|
156
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
157
|
+
string: "Lagerbestand"
|
|
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} zu importieren{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} zu importieren{publish, select, true { and published} other {}}}}"
|
|
162
|
+
},
|
|
163
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
164
|
+
developer_comment: "Label for the list conjunction or",
|
|
165
|
+
string: "oder"
|
|
166
|
+
},
|
|
107
167
|
"ImportResourcesModal.missingKeyError": {
|
|
108
168
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
109
169
|
string: "Das Schlüsselfeld fehlt in einigen Zeilen oder ist unvollständig. Stellen Sie sicher, dass jede Zeile einen Schlüsselwert hat."
|
|
@@ -116,6 +176,10 @@ var de = {
|
|
|
116
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
117
177
|
string: "Stellen Sie sicher, dass die Datei die erforderlichen Schlüssel für die Elemente einschließlich {fieldNames} enthält"
|
|
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: "Kategorien nach CSV importieren"
|
|
@@ -148,6 +212,22 @@ var de = {
|
|
|
148
212
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
149
213
|
string: "oder"
|
|
150
214
|
},
|
|
215
|
+
"ImportResourcesModal.order": {
|
|
216
|
+
developer_comment: "Label for the order resource type",
|
|
217
|
+
string: "Bestellung"
|
|
218
|
+
},
|
|
219
|
+
"ImportResourcesModal.order-patch": {
|
|
220
|
+
developer_comment: "Label for the order-patch resource type",
|
|
221
|
+
string: "Bestellpatch"
|
|
222
|
+
},
|
|
223
|
+
"ImportResourcesModal.order-patches": {
|
|
224
|
+
developer_comment: "Label for the order-patches resource type",
|
|
225
|
+
string: "Bestellpatches"
|
|
226
|
+
},
|
|
227
|
+
"ImportResourcesModal.orders": {
|
|
228
|
+
developer_comment: "Label for the orders resource type",
|
|
229
|
+
string: "Bestellungen"
|
|
230
|
+
},
|
|
151
231
|
"ImportResourcesModal.prepareMessage": {
|
|
152
232
|
developer_comment: "Notification for preparing import",
|
|
153
233
|
string: "<b>Import vorbereiten</b><newline></newline>Sobald die Vorbereitung abgeschlossen ist, können Sie den Importfortschritt <logsLink>in den Importprotokollen</logsLink> verfolgen."
|
|
@@ -156,6 +236,54 @@ var de = {
|
|
|
156
236
|
developer_comment: "Label for modal path",
|
|
157
237
|
string: "Hier eine Vorschau des Imports"
|
|
158
238
|
},
|
|
239
|
+
"ImportResourcesModal.price": {
|
|
240
|
+
developer_comment: "Label for the price resource type",
|
|
241
|
+
string: "Preis"
|
|
242
|
+
},
|
|
243
|
+
"ImportResourcesModal.prices": {
|
|
244
|
+
developer_comment: "Label for the prices resource type",
|
|
245
|
+
string: "Preise"
|
|
246
|
+
},
|
|
247
|
+
"ImportResourcesModal.product": {
|
|
248
|
+
developer_comment: "Label for the product resource type",
|
|
249
|
+
string: "Produkt"
|
|
250
|
+
},
|
|
251
|
+
"ImportResourcesModal.product-draft": {
|
|
252
|
+
developer_comment: "Label for the product-draft resource type",
|
|
253
|
+
string: "Produktentwurf"
|
|
254
|
+
},
|
|
255
|
+
"ImportResourcesModal.product-drafts": {
|
|
256
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
257
|
+
string: "Produktentwürfe"
|
|
258
|
+
},
|
|
259
|
+
"ImportResourcesModal.product-type": {
|
|
260
|
+
developer_comment: "Label for the product-type resource type",
|
|
261
|
+
string: "Produkttyp"
|
|
262
|
+
},
|
|
263
|
+
"ImportResourcesModal.product-types": {
|
|
264
|
+
developer_comment: "Label for the product-types resource type",
|
|
265
|
+
string: "Produkttypen"
|
|
266
|
+
},
|
|
267
|
+
"ImportResourcesModal.product-variant": {
|
|
268
|
+
developer_comment: "Label for the product-variant resource type",
|
|
269
|
+
string: "Produktvariante"
|
|
270
|
+
},
|
|
271
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
272
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
273
|
+
string: "Produktvarianten-Patch"
|
|
274
|
+
},
|
|
275
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
276
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
277
|
+
string: "Produktvarianten-Patches"
|
|
278
|
+
},
|
|
279
|
+
"ImportResourcesModal.product-variants": {
|
|
280
|
+
developer_comment: "Label for the product-variants resource type",
|
|
281
|
+
string: "Produktvarianten"
|
|
282
|
+
},
|
|
283
|
+
"ImportResourcesModal.products": {
|
|
284
|
+
developer_comment: "Label for the products resource type",
|
|
285
|
+
string: "Produkte"
|
|
286
|
+
},
|
|
159
287
|
"ImportResourcesModal.radio.categories": {
|
|
160
288
|
developer_comment: "Label for the categories radio button",
|
|
161
289
|
string: "Kategorien"
|
|
@@ -179,9 +307,9 @@ var de = {
|
|
|
179
307
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
180
308
|
string: "Zeilenlimit überschritten"
|
|
181
309
|
},
|
|
182
|
-
"ImportResourcesModal.
|
|
183
|
-
developer_comment: "
|
|
184
|
-
string: "
|
|
310
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
311
|
+
developer_comment: "Label for the publish products checkbox",
|
|
312
|
+
string: "Alle Produkte in der Datei veröffentlichen"
|
|
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 de = {
|
|
|
198
326
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
199
327
|
string: "Dateigröße überschritten"
|
|
200
328
|
},
|
|
329
|
+
"ImportResourcesModal.standalone-price": {
|
|
330
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
331
|
+
string: "Einzelpreis"
|
|
332
|
+
},
|
|
333
|
+
"ImportResourcesModal.standalone-prices": {
|
|
334
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
335
|
+
string: "Einzelpreise"
|
|
336
|
+
},
|
|
201
337
|
"ImportResourcesModal.startImportButton": {
|
|
202
338
|
developer_comment: "Label for the modal Start import button",
|
|
203
339
|
string: "Import starten"
|
|
@@ -214,10 +350,22 @@ var de = {
|
|
|
214
350
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
215
351
|
string: "Mehrere Dateien erkannt: Sie können jeweils nur eine Datei per Drag-and-Drop verschieben."
|
|
216
352
|
},
|
|
353
|
+
"ImportResourcesModal.type": {
|
|
354
|
+
developer_comment: "Label for the type resource type",
|
|
355
|
+
string: "Typ"
|
|
356
|
+
},
|
|
357
|
+
"ImportResourcesModal.types": {
|
|
358
|
+
developer_comment: "Label for the types resource type",
|
|
359
|
+
string: "Typen"
|
|
360
|
+
},
|
|
217
361
|
"ImportResourcesModal.unexpectedError": {
|
|
218
362
|
developer_comment: "Generic notification message when file upload fails",
|
|
219
363
|
string: "Während des Datei-Uploads ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn dieser Fehler erneut auftritt."
|
|
220
364
|
},
|
|
365
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
366
|
+
developer_comment: "Label for the unknown resource type",
|
|
367
|
+
string: "Unbekannter Ressourcentyp"
|
|
368
|
+
},
|
|
221
369
|
"ImportResourcesModal.uploadButton": {
|
|
222
370
|
developer_comment: "Label for the upload button",
|
|
223
371
|
string: "Hochladen und Vorschau"
|
|
@@ -234,11 +382,11 @@ var de = {
|
|
|
234
382
|
developer_comment: "Upload new file button",
|
|
235
383
|
string: "Neue Datei hochladen"
|
|
236
384
|
},
|
|
237
|
-
"ImportResourcesModal.
|
|
238
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
239
|
-
string: "Die Datei verwendet ein
|
|
385
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
386
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
387
|
+
string: "Die Datei verwendet ein nicht unterstütztes Trennzeichen. Verwenden Sie eines der zulässigen Trennzeichen: {delimiterList}."
|
|
240
388
|
},
|
|
241
|
-
"ImportResourcesModal.
|
|
389
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
242
390
|
string: "Falsches Trennzeichen"
|
|
243
391
|
}
|
|
244
392
|
};
|
|
@@ -2,6 +2,8 @@ export declare const useImportPermission: () => {
|
|
|
2
2
|
canImportProducts: any;
|
|
3
3
|
canImportCategories: boolean;
|
|
4
4
|
canImportDiscountCodes: boolean;
|
|
5
|
+
canImportBusinessUnits: boolean;
|
|
5
6
|
canImportInventories: boolean;
|
|
6
7
|
canImportProductTypes: boolean;
|
|
8
|
+
canImportCustomObjects: any;
|
|
7
9
|
};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ResourceTypeId } from '@commercetools/importapi-sdk';
|
|
2
|
+
export type ResourceType = ResourceTypeId;
|
package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-16b58581.cjs.prod.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
require('./index-
|
|
17
|
+
require('./index-77194696.cjs.prod.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-4a639dbf.cjs.dev.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
require('./index-
|
|
17
|
+
require('./index-40da749a.cjs.dev.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
@@ -12,7 +12,7 @@ import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
|
12
12
|
import 'react';
|
|
13
13
|
import '@commercetools-frontend/application-shell-connectors';
|
|
14
14
|
import '@commercetools-frontend/sdk';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-10a225f5.esm.js';
|
|
16
16
|
import '@commercetools-frontend/constants';
|
|
17
17
|
import '@commercetools-frontend/application-shell';
|
|
18
18
|
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
var en = {
|
|
2
|
-
"ImportResourcesModal.BodyNote": {
|
|
3
|
-
developer_comment: "Confirmation dialog text",
|
|
4
|
-
string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
|
|
5
|
-
},
|
|
6
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
7
|
-
developer_comment: "Confirmation question",
|
|
8
|
-
string: "Proceed with the import?"
|
|
9
|
-
},
|
|
10
|
-
"ImportResourcesModal.BodyText": {
|
|
11
|
-
developer_comment: "Confirmation dialog text",
|
|
12
|
-
string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
|
|
13
|
-
},
|
|
14
2
|
"ImportResourcesModal.browseFile": {
|
|
15
3
|
string: "Browse file"
|
|
16
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Business unit"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Business units"
|
|
12
|
+
},
|
|
17
13
|
"ImportResourcesModal.cancel": {
|
|
18
14
|
developer_comment: "Label for the cancel button",
|
|
19
15
|
string: "Cancel"
|
|
20
16
|
},
|
|
17
|
+
"ImportResourcesModal.categories": {
|
|
18
|
+
developer_comment: "Label for the categories resource type",
|
|
19
|
+
string: "Categories"
|
|
20
|
+
},
|
|
21
|
+
"ImportResourcesModal.category": {
|
|
22
|
+
developer_comment: "Label for the category resource type",
|
|
23
|
+
string: "Category"
|
|
24
|
+
},
|
|
21
25
|
"ImportResourcesModal.chooseFile": {
|
|
22
26
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
23
27
|
string: "Choose file"
|
|
@@ -50,14 +54,54 @@ var en = {
|
|
|
50
54
|
developer_comment: "Confirmation dialog continue button",
|
|
51
55
|
string: "Continue"
|
|
52
56
|
},
|
|
57
|
+
"ImportResourcesModal.custom-object": {
|
|
58
|
+
developer_comment: "Label for the custom-object resource type",
|
|
59
|
+
string: "Custom object"
|
|
60
|
+
},
|
|
61
|
+
"ImportResourcesModal.custom-objects": {
|
|
62
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
63
|
+
string: "Custom objects"
|
|
64
|
+
},
|
|
65
|
+
"ImportResourcesModal.customer": {
|
|
66
|
+
developer_comment: "Label for the customer resource type",
|
|
67
|
+
string: "Customer"
|
|
68
|
+
},
|
|
69
|
+
"ImportResourcesModal.customers": {
|
|
70
|
+
developer_comment: "Label for the customers resource type",
|
|
71
|
+
string: "Customers"
|
|
72
|
+
},
|
|
53
73
|
"ImportResourcesModal.dataType": {
|
|
54
74
|
developer_comment: "Label for the data type selection dropdown",
|
|
55
75
|
string: "Data type"
|
|
56
76
|
},
|
|
77
|
+
"ImportResourcesModal.delimiterComma": {
|
|
78
|
+
developer_comment: "Label for the delimiter name comma",
|
|
79
|
+
string: "comma"
|
|
80
|
+
},
|
|
81
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
82
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
83
|
+
string: "pipe"
|
|
84
|
+
},
|
|
85
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
86
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
87
|
+
string: "semicolon"
|
|
88
|
+
},
|
|
89
|
+
"ImportResourcesModal.delimiterTab": {
|
|
90
|
+
developer_comment: "Label for the delimiter name tab",
|
|
91
|
+
string: "tab"
|
|
92
|
+
},
|
|
57
93
|
"ImportResourcesModal.details": {
|
|
58
94
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
59
95
|
string: "Details"
|
|
60
96
|
},
|
|
97
|
+
"ImportResourcesModal.discount-code": {
|
|
98
|
+
developer_comment: "Label for the discount-code resource type",
|
|
99
|
+
string: "Discount code"
|
|
100
|
+
},
|
|
101
|
+
"ImportResourcesModal.discount-codes": {
|
|
102
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
103
|
+
string: "Discount codes"
|
|
104
|
+
},
|
|
61
105
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
62
106
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
63
107
|
string: "Drag and drop CSV"
|
|
@@ -102,6 +146,22 @@ var en = {
|
|
|
102
146
|
developer_comment: "Label for the instructions section",
|
|
103
147
|
string: "Instructions"
|
|
104
148
|
},
|
|
149
|
+
"ImportResourcesModal.inventories": {
|
|
150
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
151
|
+
string: "Inventories"
|
|
152
|
+
},
|
|
153
|
+
"ImportResourcesModal.inventory": {
|
|
154
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
155
|
+
string: "Inventory"
|
|
156
|
+
},
|
|
157
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
158
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
159
|
+
string: "{itemCount, plural, one {<b>1</b> {resourceType} to be imported{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} to be imported{publish, select, true { and published} other {}}}}"
|
|
160
|
+
},
|
|
161
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
162
|
+
developer_comment: "Label for the list conjunction or",
|
|
163
|
+
string: "or"
|
|
164
|
+
},
|
|
105
165
|
"ImportResourcesModal.missingKeyError": {
|
|
106
166
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
107
167
|
string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
|
|
@@ -114,6 +174,10 @@ var en = {
|
|
|
114
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
115
175
|
string: "Make sure the file contains required keys for the elements including {fieldNames}"
|
|
116
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Import business units by CSV"
|
|
180
|
+
},
|
|
117
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
118
182
|
developer_comment: "Label for the categories modal title",
|
|
119
183
|
string: "Import categories by CSV"
|
|
@@ -146,6 +210,22 @@ var en = {
|
|
|
146
210
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
147
211
|
string: "or"
|
|
148
212
|
},
|
|
213
|
+
"ImportResourcesModal.order": {
|
|
214
|
+
developer_comment: "Label for the order resource type",
|
|
215
|
+
string: "Order"
|
|
216
|
+
},
|
|
217
|
+
"ImportResourcesModal.order-patch": {
|
|
218
|
+
developer_comment: "Label for the order-patch resource type",
|
|
219
|
+
string: "Order patch"
|
|
220
|
+
},
|
|
221
|
+
"ImportResourcesModal.order-patches": {
|
|
222
|
+
developer_comment: "Label for the order-patches resource type",
|
|
223
|
+
string: "Order patches"
|
|
224
|
+
},
|
|
225
|
+
"ImportResourcesModal.orders": {
|
|
226
|
+
developer_comment: "Label for the orders resource type",
|
|
227
|
+
string: "Orders"
|
|
228
|
+
},
|
|
149
229
|
"ImportResourcesModal.prepareMessage": {
|
|
150
230
|
developer_comment: "Notification for preparing import",
|
|
151
231
|
string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
|
|
@@ -154,6 +234,54 @@ var en = {
|
|
|
154
234
|
developer_comment: "Label for modal path",
|
|
155
235
|
string: "Here's a preview of your import"
|
|
156
236
|
},
|
|
237
|
+
"ImportResourcesModal.price": {
|
|
238
|
+
developer_comment: "Label for the price resource type",
|
|
239
|
+
string: "Price"
|
|
240
|
+
},
|
|
241
|
+
"ImportResourcesModal.prices": {
|
|
242
|
+
developer_comment: "Label for the prices resource type",
|
|
243
|
+
string: "Prices"
|
|
244
|
+
},
|
|
245
|
+
"ImportResourcesModal.product": {
|
|
246
|
+
developer_comment: "Label for the product resource type",
|
|
247
|
+
string: "Product"
|
|
248
|
+
},
|
|
249
|
+
"ImportResourcesModal.product-draft": {
|
|
250
|
+
developer_comment: "Label for the product-draft resource type",
|
|
251
|
+
string: "Product draft"
|
|
252
|
+
},
|
|
253
|
+
"ImportResourcesModal.product-drafts": {
|
|
254
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
255
|
+
string: "Product drafts"
|
|
256
|
+
},
|
|
257
|
+
"ImportResourcesModal.product-type": {
|
|
258
|
+
developer_comment: "Label for the product-type resource type",
|
|
259
|
+
string: "Product type"
|
|
260
|
+
},
|
|
261
|
+
"ImportResourcesModal.product-types": {
|
|
262
|
+
developer_comment: "Label for the product-types resource type",
|
|
263
|
+
string: "Product types"
|
|
264
|
+
},
|
|
265
|
+
"ImportResourcesModal.product-variant": {
|
|
266
|
+
developer_comment: "Label for the product-variant resource type",
|
|
267
|
+
string: "Product variant"
|
|
268
|
+
},
|
|
269
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
270
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
271
|
+
string: "Product variant patch"
|
|
272
|
+
},
|
|
273
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
274
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
275
|
+
string: "Product variant patches"
|
|
276
|
+
},
|
|
277
|
+
"ImportResourcesModal.product-variants": {
|
|
278
|
+
developer_comment: "Label for the product-variants resource type",
|
|
279
|
+
string: "Product variants"
|
|
280
|
+
},
|
|
281
|
+
"ImportResourcesModal.products": {
|
|
282
|
+
developer_comment: "Label for the products resource type",
|
|
283
|
+
string: "Products"
|
|
284
|
+
},
|
|
157
285
|
"ImportResourcesModal.radio.categories": {
|
|
158
286
|
developer_comment: "Label for the categories radio button",
|
|
159
287
|
string: "Categories"
|
|
@@ -177,9 +305,9 @@ var en = {
|
|
|
177
305
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
178
306
|
string: "Row limit exceeded"
|
|
179
307
|
},
|
|
180
|
-
"ImportResourcesModal.
|
|
181
|
-
developer_comment: "
|
|
182
|
-
string: "
|
|
308
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
309
|
+
developer_comment: "Label for the publish products checkbox",
|
|
310
|
+
string: "Publish all products in the file"
|
|
183
311
|
},
|
|
184
312
|
"ImportResourcesModal.showLess": {
|
|
185
313
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -196,6 +324,14 @@ var en = {
|
|
|
196
324
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
197
325
|
string: "File size exceeded"
|
|
198
326
|
},
|
|
327
|
+
"ImportResourcesModal.standalone-price": {
|
|
328
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
329
|
+
string: "Standalone price"
|
|
330
|
+
},
|
|
331
|
+
"ImportResourcesModal.standalone-prices": {
|
|
332
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
333
|
+
string: "Standalone prices"
|
|
334
|
+
},
|
|
199
335
|
"ImportResourcesModal.startImportButton": {
|
|
200
336
|
developer_comment: "Label for the modal Start import button",
|
|
201
337
|
string: "Start import"
|
|
@@ -212,10 +348,22 @@ var en = {
|
|
|
212
348
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
213
349
|
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
214
350
|
},
|
|
351
|
+
"ImportResourcesModal.type": {
|
|
352
|
+
developer_comment: "Label for the type resource type",
|
|
353
|
+
string: "Type"
|
|
354
|
+
},
|
|
355
|
+
"ImportResourcesModal.types": {
|
|
356
|
+
developer_comment: "Label for the types resource type",
|
|
357
|
+
string: "Types"
|
|
358
|
+
},
|
|
215
359
|
"ImportResourcesModal.unexpectedError": {
|
|
216
360
|
developer_comment: "Generic notification message when file upload fails",
|
|
217
361
|
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
218
362
|
},
|
|
363
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
364
|
+
developer_comment: "Label for the unknown resource type",
|
|
365
|
+
string: "Unknown resource type"
|
|
366
|
+
},
|
|
219
367
|
"ImportResourcesModal.uploadButton": {
|
|
220
368
|
developer_comment: "Label for the upload button",
|
|
221
369
|
string: "Upload and preview"
|
|
@@ -232,12 +380,12 @@ var en = {
|
|
|
232
380
|
developer_comment: "Upload new file button",
|
|
233
381
|
string: "Upload new file"
|
|
234
382
|
},
|
|
235
|
-
"ImportResourcesModal.
|
|
236
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
237
|
-
string: "The file is using an
|
|
383
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
384
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
385
|
+
string: "The file is using an unsupported separator. Please use one of the allowed separators: {delimiterList}."
|
|
238
386
|
},
|
|
239
|
-
"ImportResourcesModal.
|
|
240
|
-
string: "Wrong
|
|
387
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
388
|
+
string: "Wrong separator"
|
|
241
389
|
}
|
|
242
390
|
};
|
|
243
391
|
|