@commercetools-frontend/i18n 24.2.0 → 24.3.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/compiled-data/core.json +14 -2
- package/compiled-data/de.json +2 -2
- package/compiled-data/en.json +2 -2
- package/compiled-data/es.json +2 -2
- package/compiled-data/fr-FR.json +2 -2
- package/compiled-data/pt-BR.json +2 -2
- package/dist/commercetools-frontend-i18n.cjs.dev.js +6 -6
- package/dist/commercetools-frontend-i18n.cjs.prod.js +6 -6
- package/dist/commercetools-frontend-i18n.esm.js +6 -6
- package/dist/{de-ab6697a6.cjs.dev.js → de-3a2914d0.cjs.dev.js} +2 -2
- package/dist/{de-6b5898d4.esm.js → de-9e684150.esm.js} +2 -2
- package/dist/{de-e1993cbf.cjs.prod.js → de-df9a9d1f.cjs.prod.js} +2 -2
- package/dist/{en-1d216bdc.cjs.dev.js → en-40085af7.cjs.dev.js} +2 -2
- package/dist/{en-11a5316e.cjs.prod.js → en-d2a7aab7.cjs.prod.js} +2 -2
- package/dist/{en-df5bf280.esm.js → en-d43b4fc2.esm.js} +2 -2
- package/dist/{es-e0192f64.cjs.dev.js → es-30b341fa.cjs.dev.js} +2 -2
- package/dist/{es-62ebf820.cjs.prod.js → es-b6e76f5f.cjs.prod.js} +2 -2
- package/dist/{es-d8bea8a1.esm.js → es-bbc7ce3a.esm.js} +2 -2
- package/dist/{fr-FR-435786ff.esm.js → fr-FR-7f9e72b2.esm.js} +2 -2
- package/dist/{fr-FR-8cbd3ce6.cjs.prod.js → fr-FR-a92e5ae5.cjs.dev.js} +2 -2
- package/dist/{fr-FR-2e671f02.cjs.dev.js → fr-FR-efde2507.cjs.prod.js} +2 -2
- package/dist/{pt-BR-77c359cb.cjs.prod.js → pt-BR-1d56e80d.cjs.dev.js} +2 -2
- package/dist/{pt-BR-ed0b0c22.esm.js → pt-BR-95fb8208.esm.js} +2 -2
- package/dist/{pt-BR-34e90b8d.cjs.dev.js → pt-BR-9961a26f.cjs.prod.js} +2 -2
- package/package.json +2 -2
package/compiled-data/core.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -441,6 +441,18 @@
|
|
|
441
441
|
"value": "Support"
|
|
442
442
|
}
|
|
443
443
|
],
|
|
444
|
+
"NavBar.MenuExpander.collapseMenu": [
|
|
445
|
+
{
|
|
446
|
+
"type": 0,
|
|
447
|
+
"value": "Collapse menu"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"NavBar.MenuExpander.expandMenu": [
|
|
451
|
+
{
|
|
452
|
+
"type": 0,
|
|
453
|
+
"value": "Expand menu"
|
|
454
|
+
}
|
|
455
|
+
],
|
|
444
456
|
"Notification.hideNotification": [
|
|
445
457
|
{
|
|
446
458
|
"type": 0,
|
package/compiled-data/de.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
package/compiled-data/en.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
package/compiled-data/es.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
package/compiled-data/fr-FR.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
package/compiled-data/pt-BR.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
"type": 0,
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
"type": 0,
|
|
71
|
-
"value": "
|
|
71
|
+
"value": "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -44,7 +44,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
44
44
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
45
45
|
|
|
46
46
|
// NOTE: This string will be replaced on build time with the package version.
|
|
47
|
-
var version = "24.
|
|
47
|
+
var version = "24.3.0";
|
|
48
48
|
|
|
49
49
|
// @ts-nocheck
|
|
50
50
|
/* THIS IS A GENERATED FILE */
|
|
@@ -224,15 +224,15 @@ const getAppKitChunkImport = locale => {
|
|
|
224
224
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
225
225
|
switch (intlLocale) {
|
|
226
226
|
case 'de':
|
|
227
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
227
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-3a2914d0.cjs.dev.js'); });
|
|
228
228
|
case 'es':
|
|
229
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
229
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-30b341fa.cjs.dev.js'); });
|
|
230
230
|
case 'fr-FR':
|
|
231
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
231
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-a92e5ae5.cjs.dev.js'); });
|
|
232
232
|
case 'pt-BR':
|
|
233
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
233
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-1d56e80d.cjs.dev.js'); });
|
|
234
234
|
default:
|
|
235
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
235
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-40085af7.cjs.dev.js'); });
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
238
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -44,7 +44,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
44
44
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
45
45
|
|
|
46
46
|
// NOTE: This string will be replaced on build time with the package version.
|
|
47
|
-
var version = "24.
|
|
47
|
+
var version = "24.3.0";
|
|
48
48
|
|
|
49
49
|
// @ts-nocheck
|
|
50
50
|
/* THIS IS A GENERATED FILE */
|
|
@@ -224,15 +224,15 @@ const getAppKitChunkImport = locale => {
|
|
|
224
224
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
225
225
|
switch (intlLocale) {
|
|
226
226
|
case 'de':
|
|
227
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
227
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-df9a9d1f.cjs.prod.js'); });
|
|
228
228
|
case 'es':
|
|
229
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
229
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-b6e76f5f.cjs.prod.js'); });
|
|
230
230
|
case 'fr-FR':
|
|
231
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
231
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-efde2507.cjs.prod.js'); });
|
|
232
232
|
case 'pt-BR':
|
|
233
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
233
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-9961a26f.cjs.prod.js'); });
|
|
234
234
|
default:
|
|
235
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
235
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-d2a7aab7.cjs.prod.js'); });
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
238
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -12,7 +12,7 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';
|
|
|
12
12
|
import { defineMessages } from 'react-intl';
|
|
13
13
|
|
|
14
14
|
// NOTE: This string will be replaced on build time with the package version.
|
|
15
|
-
var version = "24.
|
|
15
|
+
var version = "24.3.0";
|
|
16
16
|
|
|
17
17
|
// @ts-nocheck
|
|
18
18
|
/* THIS IS A GENERATED FILE */
|
|
@@ -192,15 +192,15 @@ const getAppKitChunkImport = locale => {
|
|
|
192
192
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
193
193
|
switch (intlLocale) {
|
|
194
194
|
case 'de':
|
|
195
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
195
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-9e684150.esm.js');
|
|
196
196
|
case 'es':
|
|
197
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
197
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-bbc7ce3a.esm.js');
|
|
198
198
|
case 'fr-FR':
|
|
199
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
199
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-7f9e72b2.esm.js');
|
|
200
200
|
case 'pt-BR':
|
|
201
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
201
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-95fb8208.esm.js');
|
|
202
202
|
default:
|
|
203
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
203
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-d43b4fc2.esm.js');
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
206
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -50,7 +50,7 @@ var de = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var de = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -48,7 +48,7 @@ var de = {
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
type: 0,
|
|
51
|
-
value: "
|
|
51
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@ var de = {
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
type: 0,
|
|
71
|
-
value: "
|
|
71
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var de = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var de = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var en = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var en = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var en = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var en = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -48,7 +48,7 @@ var en = {
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
type: 0,
|
|
51
|
-
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel
|
|
51
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@ var en = {
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
type: 0,
|
|
71
|
-
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel
|
|
71
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var es = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var es = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var es = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var es = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -48,7 +48,7 @@ var es = {
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
type: 0,
|
|
51
|
-
value: "
|
|
51
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@ var es = {
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
type: 0,
|
|
71
|
-
value: "
|
|
71
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -48,7 +48,7 @@ var frFR = {
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
type: 0,
|
|
51
|
-
value: "
|
|
51
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@ var frFR = {
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
type: 0,
|
|
71
|
-
value: "
|
|
71
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var frFR = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var frFR = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var frFR = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var frFR = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var ptBR = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var ptBR = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -48,7 +48,7 @@ var ptBR = {
|
|
|
48
48
|
"ApiError.DuplicatePriceScope": [
|
|
49
49
|
{
|
|
50
50
|
type: 0,
|
|
51
|
-
value: "
|
|
51
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"ApiError.DuplicateSlug": [
|
|
@@ -68,7 +68,7 @@ var ptBR = {
|
|
|
68
68
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
69
69
|
{
|
|
70
70
|
type: 0,
|
|
71
|
-
value: "
|
|
71
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"ApiError.DuplicateVariantValues": [
|
|
@@ -50,7 +50,7 @@ var ptBR = {
|
|
|
50
50
|
"ApiError.DuplicatePriceScope": [
|
|
51
51
|
{
|
|
52
52
|
type: 0,
|
|
53
|
-
value: "
|
|
53
|
+
value: "A price with the same scope already exists for this product variant. Make sure that the combination of currency, country, customer group, channel, valid dates and recurrence policy is unique per price."
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"ApiError.DuplicateSlug": [
|
|
@@ -70,7 +70,7 @@ var ptBR = {
|
|
|
70
70
|
"ApiError.DuplicateStandalonePriceScope": [
|
|
71
71
|
{
|
|
72
72
|
type: 0,
|
|
73
|
-
value: "
|
|
73
|
+
value: "A price with the same scope already exists for this product variant. The combination of currency, country, customer group, channel, validity date and recurrence policy must be unique for each price per SKU."
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"ApiError.DuplicateVariantValues": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/i18n",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.3.0",
|
|
4
4
|
"description": "MC i18n messages",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@babel/runtime": "^7.22.15",
|
|
33
33
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
34
34
|
"@commercetools-community-kit/i18n": "^0.3.0",
|
|
35
|
-
"@commercetools-frontend/sentry": "24.
|
|
35
|
+
"@commercetools-frontend/sentry": "24.3.0",
|
|
36
36
|
"@commercetools-uikit/i18n": "20.0.0",
|
|
37
37
|
"@emotion/react": "^11.14.0",
|
|
38
38
|
"@formatjs/icu-messageformat-parser": "2.7.8",
|