@commercetools-frontend-extensions/export-resources-modal 4.12.1 → 4.12.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/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +11 -12
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +11 -12
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +11 -12
- package/dist/{de-3d4cf3d0.cjs.prod.js → de-1903dccf.cjs.prod.js} +37 -25
- package/dist/{de-abc94d19.esm.js → de-2ad4e0d7.esm.js} +37 -25
- package/dist/{de-d6a38e9e.cjs.dev.js → de-b820e753.cjs.dev.js} +37 -25
- package/dist/{en-fc0085cc.cjs.prod.js → en-56c15954.cjs.prod.js} +33 -21
- package/dist/{en-38313842.esm.js → en-5b88bfde.esm.js} +33 -21
- package/dist/{en-0ea9f92c.cjs.dev.js → en-9aa667ca.cjs.dev.js} +33 -21
- package/dist/{es-a4227b21.cjs.dev.js → es-01c31bc7.cjs.dev.js} +37 -25
- package/dist/{es-85c5a396.esm.js → es-4658edf6.esm.js} +37 -25
- package/dist/{es-6360d546.cjs.prod.js → es-7959f578.cjs.prod.js} +37 -25
- package/dist/{fr-FR-1602d5ff.cjs.dev.js → fr-FR-0a721f97.cjs.prod.js} +37 -25
- package/dist/{fr-FR-e610590b.esm.js → fr-FR-3057d941.esm.js} +37 -25
- package/dist/{fr-FR-ff7ec057.cjs.prod.js → fr-FR-d641720a.cjs.dev.js} +37 -25
- package/dist/{pt-BR-d9b0a36d.cjs.prod.js → pt-BR-442e5bba.cjs.dev.js} +37 -25
- package/dist/{pt-BR-7b17be9e.cjs.dev.js → pt-BR-89644b77.cjs.prod.js} +37 -25
- package/dist/{pt-BR-ccc18639.esm.js → pt-BR-b849606a.esm.js} +37 -25
- package/package.json +28 -28
|
@@ -998,8 +998,8 @@ const useInitialValues = props => {
|
|
|
998
998
|
cachedExpandedGroups = _useStorage4[0];
|
|
999
999
|
return React__default["default"].useMemo(() => {
|
|
1000
1000
|
let groups = removeEmptyGroups(props.fieldGroups);
|
|
1001
|
-
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups[props.resourceType] || {});
|
|
1002
|
-
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups[props.resourceType] || {});
|
|
1001
|
+
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups?.[props.resourceType] || {});
|
|
1002
|
+
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups?.[props.resourceType] || {});
|
|
1003
1003
|
return {
|
|
1004
1004
|
outputFormat: props.outputFormat,
|
|
1005
1005
|
fileName: `${resourceTypeToFileName(props.resourceType, userLocale)}`,
|
|
@@ -1281,7 +1281,6 @@ const ExportPreferenceSection = () => {
|
|
|
1281
1281
|
function ownKeys$4(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1282
1282
|
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$4(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$4(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1283
1283
|
function ExportScopeSection() {
|
|
1284
|
-
const intl = reactIntl.useIntl();
|
|
1285
1284
|
const _useExportResourcesMo = useExportResourcesModalContext(),
|
|
1286
1285
|
exportType = _useExportResourcesMo.exportType,
|
|
1287
1286
|
totalResourcesCount = _useExportResourcesMo.totalResourcesCount,
|
|
@@ -1307,7 +1306,7 @@ function ExportScopeSection() {
|
|
|
1307
1306
|
children: jsxRuntime.jsx(uiKit.Text.Body, {
|
|
1308
1307
|
intlMessage: _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeAll), {}, {
|
|
1309
1308
|
values: {
|
|
1310
|
-
total:
|
|
1309
|
+
total: totalResourcesCount
|
|
1311
1310
|
}
|
|
1312
1311
|
})
|
|
1313
1312
|
})
|
|
@@ -1318,7 +1317,7 @@ function ExportScopeSection() {
|
|
|
1318
1317
|
tone: !filters.total || !hasFilters ? 'tertiary' : undefined,
|
|
1319
1318
|
intlMessage: filters.total ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeFiltered), {}, {
|
|
1320
1319
|
values: {
|
|
1321
|
-
total:
|
|
1320
|
+
total: filters.total
|
|
1322
1321
|
}
|
|
1323
1322
|
}) : messages.exportScopeFilteredWithoutCount
|
|
1324
1323
|
})
|
|
@@ -1329,7 +1328,7 @@ function ExportScopeSection() {
|
|
|
1329
1328
|
tone: !selectedResourceIds?.length ? 'tertiary' : undefined,
|
|
1330
1329
|
intlMessage: selectedResourceIds?.length ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeSelected), {}, {
|
|
1331
1330
|
values: {
|
|
1332
|
-
total:
|
|
1331
|
+
total: selectedResourceIds.length
|
|
1333
1332
|
}
|
|
1334
1333
|
}) : messages.exportScopeSelectedWithoutCount
|
|
1335
1334
|
})
|
|
@@ -1469,7 +1468,7 @@ const ExportFieldSelectionProvider = _ref => {
|
|
|
1469
1468
|
setCachedExpandedGroups = _useStorage2[1];
|
|
1470
1469
|
const updateExpandedGroups = React.useCallback((name, value) => {
|
|
1471
1470
|
setCachedExpandedGroups({
|
|
1472
|
-
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups[resourceType] || {}), {}, {
|
|
1471
|
+
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups?.[resourceType] || {}), {}, {
|
|
1473
1472
|
[name]: value
|
|
1474
1473
|
})
|
|
1475
1474
|
});
|
|
@@ -2068,17 +2067,17 @@ const getChunkImport = locale => {
|
|
|
2068
2067
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
2069
2068
|
switch (intlLocale) {
|
|
2070
2069
|
case 'de':
|
|
2071
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
2070
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-b820e753.cjs.dev.js'); });
|
|
2072
2071
|
case 'es':
|
|
2073
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
2072
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-01c31bc7.cjs.dev.js'); });
|
|
2074
2073
|
case 'fr-FR':
|
|
2075
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
2074
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-d641720a.cjs.dev.js'); });
|
|
2076
2075
|
case 'ja':
|
|
2077
2076
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
|
|
2078
2077
|
case 'pt-BR':
|
|
2079
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
2078
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-442e5bba.cjs.dev.js'); });
|
|
2080
2079
|
default:
|
|
2081
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
2080
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-9aa667ca.cjs.dev.js'); });
|
|
2082
2081
|
}
|
|
2083
2082
|
};
|
|
2084
2083
|
const loadMessages = async locale => {
|
|
@@ -998,8 +998,8 @@ const useInitialValues = props => {
|
|
|
998
998
|
cachedExpandedGroups = _useStorage4[0];
|
|
999
999
|
return React__default["default"].useMemo(() => {
|
|
1000
1000
|
let groups = removeEmptyGroups(props.fieldGroups);
|
|
1001
|
-
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups[props.resourceType] || {});
|
|
1002
|
-
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups[props.resourceType] || {});
|
|
1001
|
+
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups?.[props.resourceType] || {});
|
|
1002
|
+
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups?.[props.resourceType] || {});
|
|
1003
1003
|
return {
|
|
1004
1004
|
outputFormat: props.outputFormat,
|
|
1005
1005
|
fileName: `${resourceTypeToFileName(props.resourceType, userLocale)}`,
|
|
@@ -1281,7 +1281,6 @@ const ExportPreferenceSection = () => {
|
|
|
1281
1281
|
function ownKeys$4(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1282
1282
|
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$4(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$4(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1283
1283
|
function ExportScopeSection() {
|
|
1284
|
-
const intl = reactIntl.useIntl();
|
|
1285
1284
|
const _useExportResourcesMo = useExportResourcesModalContext(),
|
|
1286
1285
|
exportType = _useExportResourcesMo.exportType,
|
|
1287
1286
|
totalResourcesCount = _useExportResourcesMo.totalResourcesCount,
|
|
@@ -1307,7 +1306,7 @@ function ExportScopeSection() {
|
|
|
1307
1306
|
children: jsxRuntime.jsx(uiKit.Text.Body, {
|
|
1308
1307
|
intlMessage: _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeAll), {}, {
|
|
1309
1308
|
values: {
|
|
1310
|
-
total:
|
|
1309
|
+
total: totalResourcesCount
|
|
1311
1310
|
}
|
|
1312
1311
|
})
|
|
1313
1312
|
})
|
|
@@ -1318,7 +1317,7 @@ function ExportScopeSection() {
|
|
|
1318
1317
|
tone: !filters.total || !hasFilters ? 'tertiary' : undefined,
|
|
1319
1318
|
intlMessage: filters.total ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeFiltered), {}, {
|
|
1320
1319
|
values: {
|
|
1321
|
-
total:
|
|
1320
|
+
total: filters.total
|
|
1322
1321
|
}
|
|
1323
1322
|
}) : messages.exportScopeFilteredWithoutCount
|
|
1324
1323
|
})
|
|
@@ -1329,7 +1328,7 @@ function ExportScopeSection() {
|
|
|
1329
1328
|
tone: !selectedResourceIds?.length ? 'tertiary' : undefined,
|
|
1330
1329
|
intlMessage: selectedResourceIds?.length ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeSelected), {}, {
|
|
1331
1330
|
values: {
|
|
1332
|
-
total:
|
|
1331
|
+
total: selectedResourceIds.length
|
|
1333
1332
|
}
|
|
1334
1333
|
}) : messages.exportScopeSelectedWithoutCount
|
|
1335
1334
|
})
|
|
@@ -1469,7 +1468,7 @@ const ExportFieldSelectionProvider = _ref => {
|
|
|
1469
1468
|
setCachedExpandedGroups = _useStorage2[1];
|
|
1470
1469
|
const updateExpandedGroups = React.useCallback((name, value) => {
|
|
1471
1470
|
setCachedExpandedGroups({
|
|
1472
|
-
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups[resourceType] || {}), {}, {
|
|
1471
|
+
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups?.[resourceType] || {}), {}, {
|
|
1473
1472
|
[name]: value
|
|
1474
1473
|
})
|
|
1475
1474
|
});
|
|
@@ -2038,17 +2037,17 @@ const getChunkImport = locale => {
|
|
|
2038
2037
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
2039
2038
|
switch (intlLocale) {
|
|
2040
2039
|
case 'de':
|
|
2041
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
2040
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-1903dccf.cjs.prod.js'); });
|
|
2042
2041
|
case 'es':
|
|
2043
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
2042
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-7959f578.cjs.prod.js'); });
|
|
2044
2043
|
case 'fr-FR':
|
|
2045
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
2044
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-0a721f97.cjs.prod.js'); });
|
|
2046
2045
|
case 'ja':
|
|
2047
2046
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
|
|
2048
2047
|
case 'pt-BR':
|
|
2049
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
2048
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-89644b77.cjs.prod.js'); });
|
|
2050
2049
|
default:
|
|
2051
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
2050
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-56c15954.cjs.prod.js'); });
|
|
2052
2051
|
}
|
|
2053
2052
|
};
|
|
2054
2053
|
const loadMessages = async locale => {
|
|
@@ -959,8 +959,8 @@ const useInitialValues = props => {
|
|
|
959
959
|
cachedExpandedGroups = _useStorage4[0];
|
|
960
960
|
return React.useMemo(() => {
|
|
961
961
|
let groups = removeEmptyGroups(props.fieldGroups);
|
|
962
|
-
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups[props.resourceType] || {});
|
|
963
|
-
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups[props.resourceType] || {});
|
|
962
|
+
groups = updateFieldGroupsWithIsCheckedValue(groups, cachedSelectedGroups?.[props.resourceType] || {});
|
|
963
|
+
groups = updateFieldGroupsWithIsExpandedValue(groups, cachedExpandedGroups?.[props.resourceType] || {});
|
|
964
964
|
return {
|
|
965
965
|
outputFormat: props.outputFormat,
|
|
966
966
|
fileName: `${resourceTypeToFileName(props.resourceType, userLocale)}`,
|
|
@@ -1242,7 +1242,6 @@ const ExportPreferenceSection = () => {
|
|
|
1242
1242
|
function ownKeys$4(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1243
1243
|
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys$4(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys$4(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
1244
1244
|
function ExportScopeSection() {
|
|
1245
|
-
const intl = useIntl();
|
|
1246
1245
|
const _useExportResourcesMo = useExportResourcesModalContext(),
|
|
1247
1246
|
exportType = _useExportResourcesMo.exportType,
|
|
1248
1247
|
totalResourcesCount = _useExportResourcesMo.totalResourcesCount,
|
|
@@ -1268,7 +1267,7 @@ function ExportScopeSection() {
|
|
|
1268
1267
|
children: jsx(Text.Body, {
|
|
1269
1268
|
intlMessage: _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeAll), {}, {
|
|
1270
1269
|
values: {
|
|
1271
|
-
total:
|
|
1270
|
+
total: totalResourcesCount
|
|
1272
1271
|
}
|
|
1273
1272
|
})
|
|
1274
1273
|
})
|
|
@@ -1279,7 +1278,7 @@ function ExportScopeSection() {
|
|
|
1279
1278
|
tone: !filters.total || !hasFilters ? 'tertiary' : undefined,
|
|
1280
1279
|
intlMessage: filters.total ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeFiltered), {}, {
|
|
1281
1280
|
values: {
|
|
1282
|
-
total:
|
|
1281
|
+
total: filters.total
|
|
1283
1282
|
}
|
|
1284
1283
|
}) : messages.exportScopeFilteredWithoutCount
|
|
1285
1284
|
})
|
|
@@ -1290,7 +1289,7 @@ function ExportScopeSection() {
|
|
|
1290
1289
|
tone: !selectedResourceIds?.length ? 'tertiary' : undefined,
|
|
1291
1290
|
intlMessage: selectedResourceIds?.length ? _objectSpread$4(_objectSpread$4({}, resourceTypeMessages[resourceType].exportScopeSelected), {}, {
|
|
1292
1291
|
values: {
|
|
1293
|
-
total:
|
|
1292
|
+
total: selectedResourceIds.length
|
|
1294
1293
|
}
|
|
1295
1294
|
}) : messages.exportScopeSelectedWithoutCount
|
|
1296
1295
|
})
|
|
@@ -1430,7 +1429,7 @@ const ExportFieldSelectionProvider = _ref => {
|
|
|
1430
1429
|
setCachedExpandedGroups = _useStorage2[1];
|
|
1431
1430
|
const updateExpandedGroups = useCallback((name, value) => {
|
|
1432
1431
|
setCachedExpandedGroups({
|
|
1433
|
-
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups[resourceType] || {}), {}, {
|
|
1432
|
+
[resourceType]: _objectSpread$3(_objectSpread$3({}, cachedExpandedGroups?.[resourceType] || {}), {}, {
|
|
1434
1433
|
[name]: value
|
|
1435
1434
|
})
|
|
1436
1435
|
});
|
|
@@ -2029,17 +2028,17 @@ const getChunkImport = locale => {
|
|
|
2029
2028
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
2030
2029
|
switch (intlLocale) {
|
|
2031
2030
|
case 'de':
|
|
2032
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
2031
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-2ad4e0d7.esm.js');
|
|
2033
2032
|
case 'es':
|
|
2034
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
2033
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-4658edf6.esm.js');
|
|
2035
2034
|
case 'fr-FR':
|
|
2036
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
2035
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-3057d941.esm.js');
|
|
2037
2036
|
case 'ja':
|
|
2038
2037
|
return import(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-73c088a7.esm.js');
|
|
2039
2038
|
case 'pt-BR':
|
|
2040
|
-
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
2039
|
+
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-b849606a.esm.js');
|
|
2041
2040
|
default:
|
|
2042
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
2041
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-5b88bfde.esm.js');
|
|
2043
2042
|
}
|
|
2044
2043
|
};
|
|
2045
2044
|
const loadMessages = async locale => {
|
|
@@ -19,15 +19,15 @@ var de = {
|
|
|
19
19
|
},
|
|
20
20
|
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
21
|
developer_comment: "Label for Export All inventories",
|
|
22
|
-
string: "Lagerbestände für alle {total} Produkte exportieren"
|
|
22
|
+
string: "Lagerbestände für alle {total, plural, one {# Produkt} other {# Produkte}} exportieren"
|
|
23
23
|
},
|
|
24
24
|
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
25
|
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
-
string: "Lagerbestände für
|
|
26
|
+
string: "Lagerbestände für {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
|
|
27
27
|
},
|
|
28
28
|
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
29
|
developer_comment: "Label for Export Selected inventories",
|
|
30
|
-
string: "Lagerbestände für
|
|
30
|
+
string: "Lagerbestände für {total, plural, one {# ausewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
|
|
31
31
|
},
|
|
32
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
33
|
developer_comment: "Success message",
|
|
@@ -35,7 +35,7 @@ var de = {
|
|
|
35
35
|
},
|
|
36
36
|
"ExportResourcesModal.exportPreferences": {
|
|
37
37
|
developer_comment: "Label for preferences",
|
|
38
|
-
string: "
|
|
38
|
+
string: "Einstellungen"
|
|
39
39
|
},
|
|
40
40
|
"ExportResourcesModal.exportScope": {
|
|
41
41
|
developer_comment: "Label for Export Scope",
|
|
@@ -43,51 +43,51 @@ var de = {
|
|
|
43
43
|
},
|
|
44
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
45
|
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "Alle
|
|
46
|
+
string: "Alle exportieren: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
47
47
|
},
|
|
48
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
49
|
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "
|
|
50
|
+
string: "Alle exportieren: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
51
51
|
},
|
|
52
52
|
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
53
|
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "Alle exportieren: {total} Rabattcodes"
|
|
54
|
+
string: "Alle exportieren: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
|
|
55
55
|
},
|
|
56
56
|
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
57
|
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "Alle exportieren: {total} Bestellungen"
|
|
58
|
+
string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
59
59
|
},
|
|
60
60
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
61
|
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "Alle exportieren: {total} Produkttypen"
|
|
62
|
+
string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
63
63
|
},
|
|
64
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
65
|
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "Alle exportieren: {total} Produkte"
|
|
66
|
+
string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
67
67
|
},
|
|
68
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
69
|
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "
|
|
70
|
+
string: "Export gefiltert: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
71
71
|
},
|
|
72
72
|
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
73
|
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "
|
|
74
|
+
string: "Export gefiltert: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
75
75
|
},
|
|
76
76
|
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
77
|
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "
|
|
78
|
+
string: "Export gefiltert: {total, plural, one {# Rabattcode} other {# Rabattcode}}"
|
|
79
79
|
},
|
|
80
80
|
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
81
|
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "
|
|
82
|
+
string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
83
83
|
},
|
|
84
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
85
|
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "
|
|
86
|
+
string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
87
87
|
},
|
|
88
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
89
|
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "
|
|
90
|
+
string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
91
91
|
},
|
|
92
92
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
93
|
developer_comment: "Label for Export Filtered without count",
|
|
@@ -95,27 +95,27 @@ var de = {
|
|
|
95
95
|
},
|
|
96
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
97
|
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "
|
|
98
|
+
string: "Export ausgewählt: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
99
99
|
},
|
|
100
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
101
|
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "
|
|
102
|
+
string: "Export ausgewählt: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
103
103
|
},
|
|
104
104
|
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
105
|
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "
|
|
106
|
+
string: "Export ausgewählt: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
|
|
107
107
|
},
|
|
108
108
|
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
109
|
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "
|
|
110
|
+
string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
111
111
|
},
|
|
112
112
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
113
|
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "
|
|
114
|
+
string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
115
115
|
},
|
|
116
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
117
|
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "
|
|
118
|
+
string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
119
119
|
},
|
|
120
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -135,7 +135,11 @@ var de = {
|
|
|
135
135
|
},
|
|
136
136
|
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
137
|
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "
|
|
138
|
+
string: "Geben Sie in jeder Zeile die Bestellnummer, ID und den Status an"
|
|
139
|
+
},
|
|
140
|
+
"ExportResourcesModal.fillRowsForProductExport": {
|
|
141
|
+
developer_comment: "A checkbox label for filling rows for product export",
|
|
142
|
+
string: "Fügen Sie in jede Zeile Informationen auf Produkt- und Variantenebene ein"
|
|
139
143
|
},
|
|
140
144
|
"ExportResourcesModal.includeAllLocales": {
|
|
141
145
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -145,6 +149,14 @@ var de = {
|
|
|
145
149
|
developer_comment: "Error when file name field is not valid",
|
|
146
150
|
string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
|
|
147
151
|
},
|
|
152
|
+
"ExportResourcesModal.itemCount": {
|
|
153
|
+
developer_comment: "Label for item count",
|
|
154
|
+
string: "{count, plural, =0 {keine Artikel} one {# Artikel} other {# Artikel}}"
|
|
155
|
+
},
|
|
156
|
+
"ExportResourcesModal.loadMoreFields": {
|
|
157
|
+
developer_comment: "Load more fields message",
|
|
158
|
+
string: "Laden Sie weitere Felder mithilfe der Suchfunktion"
|
|
159
|
+
},
|
|
148
160
|
"ExportResourcesModal.locale": {
|
|
149
161
|
developer_comment: "Locale",
|
|
150
162
|
string: "Gebietsschema"
|
|
@@ -175,7 +187,7 @@ var de = {
|
|
|
175
187
|
},
|
|
176
188
|
"ExportResourcesModal.modalTitle.order": {
|
|
177
189
|
developer_comment: "Label for the orders modal title",
|
|
178
|
-
string: "
|
|
190
|
+
string: "Bestellungen exportieren"
|
|
179
191
|
},
|
|
180
192
|
"ExportResourcesModal.modalTitle.product": {
|
|
181
193
|
developer_comment: "Label for the products modal title",
|
|
@@ -183,7 +195,7 @@ var de = {
|
|
|
183
195
|
},
|
|
184
196
|
"ExportResourcesModal.modalTitle.productType": {
|
|
185
197
|
developer_comment: "Label for the product types modal title",
|
|
186
|
-
string: "
|
|
198
|
+
string: "Produkttypen exportieren"
|
|
187
199
|
},
|
|
188
200
|
"ExportResourcesModal.myViews": {
|
|
189
201
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -17,15 +17,15 @@ var de = {
|
|
|
17
17
|
},
|
|
18
18
|
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
19
19
|
developer_comment: "Label for Export All inventories",
|
|
20
|
-
string: "Lagerbestände für alle {total} Produkte exportieren"
|
|
20
|
+
string: "Lagerbestände für alle {total, plural, one {# Produkt} other {# Produkte}} exportieren"
|
|
21
21
|
},
|
|
22
22
|
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
23
23
|
developer_comment: "Label for Export Filtered inventories",
|
|
24
|
-
string: "Lagerbestände für
|
|
24
|
+
string: "Lagerbestände für {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
|
|
25
25
|
},
|
|
26
26
|
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
27
27
|
developer_comment: "Label for Export Selected inventories",
|
|
28
|
-
string: "Lagerbestände für
|
|
28
|
+
string: "Lagerbestände für {total, plural, one {# ausewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
|
|
29
29
|
},
|
|
30
30
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
31
31
|
developer_comment: "Success message",
|
|
@@ -33,7 +33,7 @@ var de = {
|
|
|
33
33
|
},
|
|
34
34
|
"ExportResourcesModal.exportPreferences": {
|
|
35
35
|
developer_comment: "Label for preferences",
|
|
36
|
-
string: "
|
|
36
|
+
string: "Einstellungen"
|
|
37
37
|
},
|
|
38
38
|
"ExportResourcesModal.exportScope": {
|
|
39
39
|
developer_comment: "Label for Export Scope",
|
|
@@ -41,51 +41,51 @@ var de = {
|
|
|
41
41
|
},
|
|
42
42
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
43
43
|
developer_comment: "Label for Export All categories",
|
|
44
|
-
string: "Alle
|
|
44
|
+
string: "Alle exportieren: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
45
45
|
},
|
|
46
46
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
47
47
|
developer_comment: "Label for Export All customers",
|
|
48
|
-
string: "
|
|
48
|
+
string: "Alle exportieren: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
49
49
|
},
|
|
50
50
|
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
51
51
|
developer_comment: "Label for Export All discount codes",
|
|
52
|
-
string: "Alle exportieren: {total} Rabattcodes"
|
|
52
|
+
string: "Alle exportieren: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
|
|
53
53
|
},
|
|
54
54
|
"ExportResourcesModal.exportScopeAllOrders": {
|
|
55
55
|
developer_comment: "Label for Export All orders",
|
|
56
|
-
string: "Alle exportieren: {total} Bestellungen"
|
|
56
|
+
string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
57
57
|
},
|
|
58
58
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
59
59
|
developer_comment: "Label for Export All product types",
|
|
60
|
-
string: "Alle exportieren: {total} Produkttypen"
|
|
60
|
+
string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
61
61
|
},
|
|
62
62
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
63
63
|
developer_comment: "Label for Export All products",
|
|
64
|
-
string: "Alle exportieren: {total} Produkte"
|
|
64
|
+
string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
65
65
|
},
|
|
66
66
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
67
67
|
developer_comment: "Label for Export Filtered categories",
|
|
68
|
-
string: "
|
|
68
|
+
string: "Export gefiltert: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
69
69
|
},
|
|
70
70
|
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
71
71
|
developer_comment: "Label for Export Filtered customers",
|
|
72
|
-
string: "
|
|
72
|
+
string: "Export gefiltert: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
73
73
|
},
|
|
74
74
|
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
75
75
|
developer_comment: "Label for Export Filtered discount codes",
|
|
76
|
-
string: "
|
|
76
|
+
string: "Export gefiltert: {total, plural, one {# Rabattcode} other {# Rabattcode}}"
|
|
77
77
|
},
|
|
78
78
|
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
79
79
|
developer_comment: "Label for Export Filtered orders",
|
|
80
|
-
string: "
|
|
80
|
+
string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
81
81
|
},
|
|
82
82
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
83
83
|
developer_comment: "Label for Export Filtered product types",
|
|
84
|
-
string: "
|
|
84
|
+
string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
85
85
|
},
|
|
86
86
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
87
87
|
developer_comment: "Label for Export Filtered products",
|
|
88
|
-
string: "
|
|
88
|
+
string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
89
89
|
},
|
|
90
90
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
91
91
|
developer_comment: "Label for Export Filtered without count",
|
|
@@ -93,27 +93,27 @@ var de = {
|
|
|
93
93
|
},
|
|
94
94
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
95
95
|
developer_comment: "Label for Export Selected categories",
|
|
96
|
-
string: "
|
|
96
|
+
string: "Export ausgewählt: {total, plural, one {# Kategorie} other {# Kategorien}}"
|
|
97
97
|
},
|
|
98
98
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
99
99
|
developer_comment: "Label for Export Selected customers",
|
|
100
|
-
string: "
|
|
100
|
+
string: "Export ausgewählt: {total, plural, one {# Kunde} other {# Kunden}}"
|
|
101
101
|
},
|
|
102
102
|
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
103
103
|
developer_comment: "Label for Export Selected discount codes",
|
|
104
|
-
string: "
|
|
104
|
+
string: "Export ausgewählt: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
|
|
105
105
|
},
|
|
106
106
|
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
107
107
|
developer_comment: "Label for Export Selected orders",
|
|
108
|
-
string: "
|
|
108
|
+
string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
|
|
109
109
|
},
|
|
110
110
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
111
111
|
developer_comment: "Label for Export Selected product types",
|
|
112
|
-
string: "
|
|
112
|
+
string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
|
|
113
113
|
},
|
|
114
114
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
115
115
|
developer_comment: "Label for Export Selected products",
|
|
116
|
-
string: "
|
|
116
|
+
string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
117
117
|
},
|
|
118
118
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
119
119
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -133,7 +133,11 @@ var de = {
|
|
|
133
133
|
},
|
|
134
134
|
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
135
|
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
-
string: "
|
|
136
|
+
string: "Geben Sie in jeder Zeile die Bestellnummer, ID und den Status an"
|
|
137
|
+
},
|
|
138
|
+
"ExportResourcesModal.fillRowsForProductExport": {
|
|
139
|
+
developer_comment: "A checkbox label for filling rows for product export",
|
|
140
|
+
string: "Fügen Sie in jede Zeile Informationen auf Produkt- und Variantenebene ein"
|
|
137
141
|
},
|
|
138
142
|
"ExportResourcesModal.includeAllLocales": {
|
|
139
143
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -143,6 +147,14 @@ var de = {
|
|
|
143
147
|
developer_comment: "Error when file name field is not valid",
|
|
144
148
|
string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
|
|
145
149
|
},
|
|
150
|
+
"ExportResourcesModal.itemCount": {
|
|
151
|
+
developer_comment: "Label for item count",
|
|
152
|
+
string: "{count, plural, =0 {keine Artikel} one {# Artikel} other {# Artikel}}"
|
|
153
|
+
},
|
|
154
|
+
"ExportResourcesModal.loadMoreFields": {
|
|
155
|
+
developer_comment: "Load more fields message",
|
|
156
|
+
string: "Laden Sie weitere Felder mithilfe der Suchfunktion"
|
|
157
|
+
},
|
|
146
158
|
"ExportResourcesModal.locale": {
|
|
147
159
|
developer_comment: "Locale",
|
|
148
160
|
string: "Gebietsschema"
|
|
@@ -173,7 +185,7 @@ var de = {
|
|
|
173
185
|
},
|
|
174
186
|
"ExportResourcesModal.modalTitle.order": {
|
|
175
187
|
developer_comment: "Label for the orders modal title",
|
|
176
|
-
string: "
|
|
188
|
+
string: "Bestellungen exportieren"
|
|
177
189
|
},
|
|
178
190
|
"ExportResourcesModal.modalTitle.product": {
|
|
179
191
|
developer_comment: "Label for the products modal title",
|
|
@@ -181,7 +193,7 @@ var de = {
|
|
|
181
193
|
},
|
|
182
194
|
"ExportResourcesModal.modalTitle.productType": {
|
|
183
195
|
developer_comment: "Label for the product types modal title",
|
|
184
|
-
string: "
|
|
196
|
+
string: "Produkttypen exportieren"
|
|
185
197
|
},
|
|
186
198
|
"ExportResourcesModal.myViews": {
|
|
187
199
|
developer_comment: "Label for \"My Views\" Select Field",
|