@commercetools-frontend-extensions/export-resources-modal 4.3.2 → 4.3.4
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/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +9 -7
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +9 -7
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +9 -7
- package/dist/{de-2a6234a5.cjs.dev.js → de-2e768e29.cjs.prod.js} +12 -0
- package/dist/{de-9c23a6d0.esm.js → de-958cd924.esm.js} +12 -0
- package/dist/{de-4316954a.cjs.prod.js → de-a3f2c067.cjs.dev.js} +12 -0
- package/dist/declarations/src/@constants/export-operation-states.d.ts +1 -0
- package/dist/{en-918b9076.esm.js → en-0337f842.esm.js} +12 -0
- package/dist/{en-824a97a4.cjs.dev.js → en-15d26780.cjs.dev.js} +12 -0
- package/dist/{en-3ff78dd6.cjs.prod.js → en-9c561c12.cjs.prod.js} +12 -0
- package/dist/{es-2adfbcfc.cjs.dev.js → es-47e3a30a.cjs.dev.js} +18 -6
- package/dist/{es-96a36990.esm.js → es-7ebee7dd.esm.js} +18 -6
- package/dist/{es-b80ca82c.cjs.prod.js → es-fdcd9634.cjs.prod.js} +18 -6
- package/dist/{fr-FR-6c989046.cjs.prod.js → fr-FR-3f1b2b78.cjs.dev.js} +12 -0
- package/dist/{fr-FR-8589dc5c.esm.js → fr-FR-677e95c2.esm.js} +12 -0
- package/dist/{fr-FR-d36cb786.cjs.dev.js → fr-FR-be5c53ea.cjs.prod.js} +12 -0
- package/dist/{pt-BR-aef7dfa4.esm.js → pt-BR-065b7c23.esm.js} +12 -0
- package/dist/{pt-BR-b8807555.cjs.prod.js → pt-BR-6966842f.cjs.prod.js} +12 -0
- package/dist/{pt-BR-6dc77a9e.cjs.dev.js → pt-BR-91e93b2d.cjs.dev.js} +12 -0
- package/dist/{zh-CN-b9eaf9b3.esm.js → zh-CN-70bd76cd.esm.js} +12 -0
- package/dist/{zh-CN-086bca26.cjs.dev.js → zh-CN-86871ed7.cjs.prod.js} +12 -0
- package/dist/{zh-CN-e961895b.cjs.prod.js → zh-CN-b116785a.cjs.dev.js} +12 -0
- package/package.json +23 -23
|
@@ -419,7 +419,8 @@ const OPERATIONS_EXPORT_RESOURCES_MODAL_EXPANDED_GROUP = 'OPERATIONS_EXPORT_RESO
|
|
|
419
419
|
const EXPORT_OPERATION_STATES = {
|
|
420
420
|
PROCESSING: 'processing',
|
|
421
421
|
COMPLETED: 'completed',
|
|
422
|
-
FAILED: 'failed'
|
|
422
|
+
FAILED: 'failed',
|
|
423
|
+
QUEUED: 'queued'
|
|
423
424
|
};
|
|
424
425
|
|
|
425
426
|
const EXPORT_TYPES = {
|
|
@@ -785,6 +786,7 @@ const useStartExportOperation = props => {
|
|
|
785
786
|
asyncDispatchFn: asyncDispatch
|
|
786
787
|
});
|
|
787
788
|
switch (response.state) {
|
|
789
|
+
case EXPORT_OPERATION_STATES.QUEUED:
|
|
788
790
|
case EXPORT_OPERATION_STATES.PROCESSING:
|
|
789
791
|
case EXPORT_OPERATION_STATES.COMPLETED:
|
|
790
792
|
showNotification({
|
|
@@ -1600,19 +1602,19 @@ const getChunkImport = locale => {
|
|
|
1600
1602
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1601
1603
|
switch (intlLocale) {
|
|
1602
1604
|
case 'de':
|
|
1603
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1605
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-a3f2c067.cjs.dev.js'); });
|
|
1604
1606
|
case 'es':
|
|
1605
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1607
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-47e3a30a.cjs.dev.js'); });
|
|
1606
1608
|
case 'fr-FR':
|
|
1607
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1609
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-3f1b2b78.cjs.dev.js'); });
|
|
1608
1610
|
case 'zh-CN':
|
|
1609
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1611
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-b116785a.cjs.dev.js'); });
|
|
1610
1612
|
case 'ja':
|
|
1611
1613
|
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
|
|
1612
1614
|
case 'pt-BR':
|
|
1613
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1615
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-91e93b2d.cjs.dev.js'); });
|
|
1614
1616
|
default:
|
|
1615
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1617
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-15d26780.cjs.dev.js'); });
|
|
1616
1618
|
}
|
|
1617
1619
|
};
|
|
1618
1620
|
const loadMessages = async locale => {
|
|
@@ -418,7 +418,8 @@ const OPERATIONS_EXPORT_RESOURCES_MODAL_EXPANDED_GROUP = 'OPERATIONS_EXPORT_RESO
|
|
|
418
418
|
const EXPORT_OPERATION_STATES = {
|
|
419
419
|
PROCESSING: 'processing',
|
|
420
420
|
COMPLETED: 'completed',
|
|
421
|
-
FAILED: 'failed'
|
|
421
|
+
FAILED: 'failed',
|
|
422
|
+
QUEUED: 'queued'
|
|
422
423
|
};
|
|
423
424
|
|
|
424
425
|
const EXPORT_TYPES = {
|
|
@@ -784,6 +785,7 @@ const useStartExportOperation = props => {
|
|
|
784
785
|
asyncDispatchFn: asyncDispatch
|
|
785
786
|
});
|
|
786
787
|
switch (response.state) {
|
|
788
|
+
case EXPORT_OPERATION_STATES.QUEUED:
|
|
787
789
|
case EXPORT_OPERATION_STATES.PROCESSING:
|
|
788
790
|
case EXPORT_OPERATION_STATES.COMPLETED:
|
|
789
791
|
showNotification({
|
|
@@ -1556,19 +1558,19 @@ const getChunkImport = locale => {
|
|
|
1556
1558
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1557
1559
|
switch (intlLocale) {
|
|
1558
1560
|
case 'de':
|
|
1559
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1561
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-2e768e29.cjs.prod.js'); });
|
|
1560
1562
|
case 'es':
|
|
1561
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1563
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-fdcd9634.cjs.prod.js'); });
|
|
1562
1564
|
case 'fr-FR':
|
|
1563
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1565
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-be5c53ea.cjs.prod.js'); });
|
|
1564
1566
|
case 'zh-CN':
|
|
1565
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1567
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-86871ed7.cjs.prod.js'); });
|
|
1566
1568
|
case 'ja':
|
|
1567
1569
|
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
|
|
1568
1570
|
case 'pt-BR':
|
|
1569
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1571
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-6966842f.cjs.prod.js'); });
|
|
1570
1572
|
default:
|
|
1571
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1573
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-9c561c12.cjs.prod.js'); });
|
|
1572
1574
|
}
|
|
1573
1575
|
};
|
|
1574
1576
|
const loadMessages = async locale => {
|
|
@@ -383,7 +383,8 @@ const OPERATIONS_EXPORT_RESOURCES_MODAL_EXPANDED_GROUP = 'OPERATIONS_EXPORT_RESO
|
|
|
383
383
|
const EXPORT_OPERATION_STATES = {
|
|
384
384
|
PROCESSING: 'processing',
|
|
385
385
|
COMPLETED: 'completed',
|
|
386
|
-
FAILED: 'failed'
|
|
386
|
+
FAILED: 'failed',
|
|
387
|
+
QUEUED: 'queued'
|
|
387
388
|
};
|
|
388
389
|
|
|
389
390
|
const EXPORT_TYPES = {
|
|
@@ -749,6 +750,7 @@ const useStartExportOperation = props => {
|
|
|
749
750
|
asyncDispatchFn: asyncDispatch
|
|
750
751
|
});
|
|
751
752
|
switch (response.state) {
|
|
753
|
+
case EXPORT_OPERATION_STATES.QUEUED:
|
|
752
754
|
case EXPORT_OPERATION_STATES.PROCESSING:
|
|
753
755
|
case EXPORT_OPERATION_STATES.COMPLETED:
|
|
754
756
|
showNotification({
|
|
@@ -1564,19 +1566,19 @@ const getChunkImport = locale => {
|
|
|
1564
1566
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
1565
1567
|
switch (intlLocale) {
|
|
1566
1568
|
case 'de':
|
|
1567
|
-
return import( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1569
|
+
return import( /* webpackChunkName: "export-resources-modal-i18n-de" */'./de-958cd924.esm.js');
|
|
1568
1570
|
case 'es':
|
|
1569
|
-
return import( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1571
|
+
return import( /* webpackChunkName: "export-resources-modal-i18n-es" */'./es-7ebee7dd.esm.js');
|
|
1570
1572
|
case 'fr-FR':
|
|
1571
|
-
return import( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1573
|
+
return import( /* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-677e95c2.esm.js');
|
|
1572
1574
|
case 'zh-CN':
|
|
1573
|
-
return import( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1575
|
+
return import( /* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-70bd76cd.esm.js');
|
|
1574
1576
|
case 'ja':
|
|
1575
1577
|
return import( /* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-73c088a7.esm.js');
|
|
1576
1578
|
case 'pt-BR':
|
|
1577
|
-
return import( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1579
|
+
return import( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-065b7c23.esm.js');
|
|
1578
1580
|
default:
|
|
1579
|
-
return import( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1581
|
+
return import( /* webpackChunkName: "export-resources-modal-i18n-en" */'./en-0337f842.esm.js');
|
|
1580
1582
|
}
|
|
1581
1583
|
};
|
|
1582
1584
|
const loadMessages = async locale => {
|
|
@@ -29,6 +29,10 @@ var de = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Alle exportieren: {total} Lagerbestände"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var de = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Auswahl exportieren: {total} Lagerbestände"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var de = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Lagerbestände exportieren"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,6 +27,10 @@ var de = {
|
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
28
|
string: "Export all: {total} categories"
|
|
29
29
|
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "Alle exportieren: {total} Lagerbestände"
|
|
33
|
+
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
36
|
string: "Export all: {total} products"
|
|
@@ -35,6 +39,10 @@ var de = {
|
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
40
|
string: "Export selected: {total} categories"
|
|
37
41
|
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "Auswahl exportieren: {total} Lagerbestände"
|
|
45
|
+
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
48
|
string: "Export selected: {total} products"
|
|
@@ -75,6 +83,10 @@ var de = {
|
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
84
|
string: "Export categories"
|
|
77
85
|
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "Lagerbestände exportieren"
|
|
89
|
+
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
92
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var de = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Alle exportieren: {total} Lagerbestände"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var de = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Auswahl exportieren: {total} Lagerbestände"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var de = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Lagerbestände exportieren"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,6 +27,10 @@ var en = {
|
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
28
|
string: "Export all: {total} categories"
|
|
29
29
|
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "Export all: {total} inventories"
|
|
33
|
+
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
36
|
string: "Export all: {total} products"
|
|
@@ -35,6 +39,10 @@ var en = {
|
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
40
|
string: "Export selected: {total} categories"
|
|
37
41
|
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "Export selected: {total} inventories"
|
|
45
|
+
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
48
|
string: "Export selected: {total} products"
|
|
@@ -75,6 +83,10 @@ var en = {
|
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
84
|
string: "Export categories"
|
|
77
85
|
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "Export inventories"
|
|
89
|
+
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
92
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var en = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Export all: {total} inventories"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var en = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Export selected: {total} inventories"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var en = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Export inventories"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var en = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Export all: {total} inventories"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var en = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Export selected: {total} inventories"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var en = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Export inventories"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,19 +27,27 @@ var es = {
|
|
|
27
27
|
},
|
|
28
28
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
|
-
string: "
|
|
30
|
+
string: "Exportar todo: {total} categorías"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Exportar todo: {total} inventarios"
|
|
31
35
|
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
|
-
string: "
|
|
38
|
+
string: "Exportar todo: {total} productos"
|
|
35
39
|
},
|
|
36
40
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
|
-
string: "
|
|
42
|
+
string: "Exportar selección: {total} categorías"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Exportar selección: {total} inventarios"
|
|
39
47
|
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
|
-
string: "
|
|
50
|
+
string: "Exportar todo: {total} productos"
|
|
43
51
|
},
|
|
44
52
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
45
53
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -75,11 +83,15 @@ var es = {
|
|
|
75
83
|
},
|
|
76
84
|
"ExportResourcesModal.modalTitle.category": {
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
|
-
string: "
|
|
86
|
+
string: "Exportar categorías"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exportar inventarios"
|
|
79
91
|
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
|
-
string: "
|
|
94
|
+
string: "Exportar productos"
|
|
83
95
|
},
|
|
84
96
|
"ExportResourcesModal.myViews": {
|
|
85
97
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -25,19 +25,27 @@ var es = {
|
|
|
25
25
|
},
|
|
26
26
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
|
-
string: "
|
|
28
|
+
string: "Exportar todo: {total} categorías"
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "Exportar todo: {total} inventarios"
|
|
29
33
|
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
|
-
string: "
|
|
36
|
+
string: "Exportar todo: {total} productos"
|
|
33
37
|
},
|
|
34
38
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
|
-
string: "
|
|
40
|
+
string: "Exportar selección: {total} categorías"
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "Exportar selección: {total} inventarios"
|
|
37
45
|
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
|
-
string: "
|
|
48
|
+
string: "Exportar todo: {total} productos"
|
|
41
49
|
},
|
|
42
50
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
43
51
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -73,11 +81,15 @@ var es = {
|
|
|
73
81
|
},
|
|
74
82
|
"ExportResourcesModal.modalTitle.category": {
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
|
-
string: "
|
|
84
|
+
string: "Exportar categorías"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "Exportar inventarios"
|
|
77
89
|
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
|
-
string: "
|
|
92
|
+
string: "Exportar productos"
|
|
81
93
|
},
|
|
82
94
|
"ExportResourcesModal.myViews": {
|
|
83
95
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -27,19 +27,27 @@ var es = {
|
|
|
27
27
|
},
|
|
28
28
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
|
-
string: "
|
|
30
|
+
string: "Exportar todo: {total} categorías"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Exportar todo: {total} inventarios"
|
|
31
35
|
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
|
-
string: "
|
|
38
|
+
string: "Exportar todo: {total} productos"
|
|
35
39
|
},
|
|
36
40
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
|
-
string: "
|
|
42
|
+
string: "Exportar selección: {total} categorías"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Exportar selección: {total} inventarios"
|
|
39
47
|
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
|
-
string: "
|
|
50
|
+
string: "Exportar todo: {total} productos"
|
|
43
51
|
},
|
|
44
52
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
45
53
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -75,11 +83,15 @@ var es = {
|
|
|
75
83
|
},
|
|
76
84
|
"ExportResourcesModal.modalTitle.category": {
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
|
-
string: "
|
|
86
|
+
string: "Exportar categorías"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exportar inventarios"
|
|
79
91
|
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
|
-
string: "
|
|
94
|
+
string: "Exportar productos"
|
|
83
95
|
},
|
|
84
96
|
"ExportResourcesModal.myViews": {
|
|
85
97
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -29,6 +29,10 @@ var frFR = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Tout exporter : {total} inventaires"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var frFR = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Sélection d'exportation : {total} inventaires"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var frFR = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exporter les inventaires"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,6 +27,10 @@ var frFR = {
|
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
28
|
string: "Export all: {total} categories"
|
|
29
29
|
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "Tout exporter : {total} inventaires"
|
|
33
|
+
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
36
|
string: "Export all: {total} products"
|
|
@@ -35,6 +39,10 @@ var frFR = {
|
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
40
|
string: "Export selected: {total} categories"
|
|
37
41
|
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "Sélection d'exportation : {total} inventaires"
|
|
45
|
+
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
48
|
string: "Export selected: {total} products"
|
|
@@ -75,6 +83,10 @@ var frFR = {
|
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
84
|
string: "Export categories"
|
|
77
85
|
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "Exporter les inventaires"
|
|
89
|
+
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
92
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var frFR = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Tout exporter : {total} inventaires"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var frFR = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Sélection d'exportation : {total} inventaires"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var frFR = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exporter les inventaires"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,6 +27,10 @@ var ptBR = {
|
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
28
|
string: "Export all: {total} categories"
|
|
29
29
|
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "Exportar todos: {total} inventários"
|
|
33
|
+
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
36
|
string: "Export all: {total} products"
|
|
@@ -35,6 +39,10 @@ var ptBR = {
|
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
40
|
string: "Export selected: {total} categories"
|
|
37
41
|
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "Exportar os selecionados: {total} inventários"
|
|
45
|
+
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
48
|
string: "Export selected: {total} products"
|
|
@@ -75,6 +83,10 @@ var ptBR = {
|
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
84
|
string: "Export categories"
|
|
77
85
|
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "Exportar inventários"
|
|
89
|
+
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
92
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var ptBR = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Exportar todos: {total} inventários"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var ptBR = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Exportar os selecionados: {total} inventários"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var ptBR = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exportar inventários"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var ptBR = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "Exportar todos: {total} inventários"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var ptBR = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "Exportar os selecionados: {total} inventários"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var ptBR = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "Exportar inventários"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -27,6 +27,10 @@ var zhCN = {
|
|
|
27
27
|
developer_comment: "Label for Export All categories",
|
|
28
28
|
string: "Export all: {total} categories"
|
|
29
29
|
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
31
|
+
developer_comment: "Label for Export All inventories",
|
|
32
|
+
string: "全部导出:总共 {total} 个库存"
|
|
33
|
+
},
|
|
30
34
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
35
|
developer_comment: "Label for Export All products",
|
|
32
36
|
string: "Export all: {total} products"
|
|
@@ -35,6 +39,10 @@ var zhCN = {
|
|
|
35
39
|
developer_comment: "Label for Export Selected categories",
|
|
36
40
|
string: "Export selected: {total} categories"
|
|
37
41
|
},
|
|
42
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
43
|
+
developer_comment: "Label for Export Selected inventories",
|
|
44
|
+
string: "导出所选部分:总共 {total} 个库存"
|
|
45
|
+
},
|
|
38
46
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
47
|
developer_comment: "Label for Export Selected products",
|
|
40
48
|
string: "Export selected: {total} products"
|
|
@@ -75,6 +83,10 @@ var zhCN = {
|
|
|
75
83
|
developer_comment: "Label for the categories modal title",
|
|
76
84
|
string: "Export categories"
|
|
77
85
|
},
|
|
86
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
|
+
developer_comment: "Label for the inventories modal title",
|
|
88
|
+
string: "导出库存"
|
|
89
|
+
},
|
|
78
90
|
"ExportResourcesModal.modalTitle.product": {
|
|
79
91
|
developer_comment: "Label for the products modal title",
|
|
80
92
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var zhCN = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "全部导出:总共 {total} 个库存"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var zhCN = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "导出所选部分:总共 {total} 个库存"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var zhCN = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "导出库存"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
|
@@ -29,6 +29,10 @@ var zhCN = {
|
|
|
29
29
|
developer_comment: "Label for Export All categories",
|
|
30
30
|
string: "Export all: {total} categories"
|
|
31
31
|
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllInventories": {
|
|
33
|
+
developer_comment: "Label for Export All inventories",
|
|
34
|
+
string: "全部导出:总共 {total} 个库存"
|
|
35
|
+
},
|
|
32
36
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
37
|
developer_comment: "Label for Export All products",
|
|
34
38
|
string: "Export all: {total} products"
|
|
@@ -37,6 +41,10 @@ var zhCN = {
|
|
|
37
41
|
developer_comment: "Label for Export Selected categories",
|
|
38
42
|
string: "Export selected: {total} categories"
|
|
39
43
|
},
|
|
44
|
+
"ExportResourcesModal.exportScopeSelectedInventories": {
|
|
45
|
+
developer_comment: "Label for Export Selected inventories",
|
|
46
|
+
string: "导出所选部分:总共 {total} 个库存"
|
|
47
|
+
},
|
|
40
48
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
49
|
developer_comment: "Label for Export Selected products",
|
|
42
50
|
string: "Export selected: {total} products"
|
|
@@ -77,6 +85,10 @@ var zhCN = {
|
|
|
77
85
|
developer_comment: "Label for the categories modal title",
|
|
78
86
|
string: "Export categories"
|
|
79
87
|
},
|
|
88
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
|
+
developer_comment: "Label for the inventories modal title",
|
|
90
|
+
string: "导出库存"
|
|
91
|
+
},
|
|
80
92
|
"ExportResourcesModal.modalTitle.product": {
|
|
81
93
|
developer_comment: "Label for the products modal title",
|
|
82
94
|
string: "Export products"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/export-resources-modal",
|
|
3
3
|
"description": "Shared export modal for exporting resources",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.4",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"react": "17.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@commercetools-frontend/actions-global": "22.
|
|
34
|
-
"@commercetools-frontend/application-components": "22.
|
|
35
|
-
"@commercetools-frontend/application-shell": "22.
|
|
36
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
37
|
-
"@commercetools-frontend/constants": "22.
|
|
38
|
-
"@commercetools-frontend/i18n": "22.
|
|
39
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
40
|
-
"@commercetools-frontend/sdk": "22.
|
|
41
|
-
"@commercetools-frontend/sentry": "22.
|
|
42
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
43
|
-
"@commercetools-uikit/design-system": "19.
|
|
33
|
+
"@commercetools-frontend/actions-global": "22.30.1",
|
|
34
|
+
"@commercetools-frontend/application-components": "22.30.1",
|
|
35
|
+
"@commercetools-frontend/application-shell": "22.30.1",
|
|
36
|
+
"@commercetools-frontend/application-shell-connectors": "22.30.1",
|
|
37
|
+
"@commercetools-frontend/constants": "22.30.1",
|
|
38
|
+
"@commercetools-frontend/i18n": "22.30.1",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.30.1",
|
|
40
|
+
"@commercetools-frontend/sdk": "22.30.1",
|
|
41
|
+
"@commercetools-frontend/sentry": "22.30.1",
|
|
42
|
+
"@commercetools-frontend/ui-kit": "19.9.0",
|
|
43
|
+
"@commercetools-uikit/design-system": "19.9.0",
|
|
44
44
|
"@preconstruct/cli": "2.8.7",
|
|
45
45
|
"@types/jest": "29.5.12",
|
|
46
46
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
@@ -51,17 +51,17 @@
|
|
|
51
51
|
"rimraf": "5.0.9"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@commercetools-frontend/actions-global": "22.
|
|
55
|
-
"@commercetools-frontend/application-components": "22.
|
|
56
|
-
"@commercetools-frontend/application-shell": "22.
|
|
57
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
58
|
-
"@commercetools-frontend/constants": "22.
|
|
59
|
-
"@commercetools-frontend/i18n": "22.
|
|
60
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
61
|
-
"@commercetools-frontend/sdk": "22.
|
|
62
|
-
"@commercetools-frontend/sentry": "22.
|
|
63
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
64
|
-
"@commercetools-uikit/design-system": "19.
|
|
54
|
+
"@commercetools-frontend/actions-global": "22.30.1",
|
|
55
|
+
"@commercetools-frontend/application-components": "22.30.1",
|
|
56
|
+
"@commercetools-frontend/application-shell": "22.30.1",
|
|
57
|
+
"@commercetools-frontend/application-shell-connectors": "22.30.1",
|
|
58
|
+
"@commercetools-frontend/constants": "22.30.1",
|
|
59
|
+
"@commercetools-frontend/i18n": "22.30.1",
|
|
60
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.30.1",
|
|
61
|
+
"@commercetools-frontend/sdk": "22.30.1",
|
|
62
|
+
"@commercetools-frontend/sentry": "22.30.1",
|
|
63
|
+
"@commercetools-frontend/ui-kit": "19.9.0",
|
|
64
|
+
"@commercetools-uikit/design-system": "19.9.0",
|
|
65
65
|
"react-intl": "6.x",
|
|
66
66
|
"react-redux": "7.x",
|
|
67
67
|
"redux": "4.x"
|