@commercetools-frontend/i18n 22.28.0 → 22.30.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.
Files changed (28) hide show
  1. package/compiled-data/de.json +13 -1
  2. package/compiled-data/en.json +12 -0
  3. package/compiled-data/es.json +13 -1
  4. package/compiled-data/fr-FR.json +13 -1
  5. package/compiled-data/pt-BR.json +13 -1
  6. package/compiled-data/zh-CN.json +13 -1
  7. package/dist/commercetools-frontend-i18n.cjs.dev.js +7 -7
  8. package/dist/commercetools-frontend-i18n.cjs.prod.js +7 -7
  9. package/dist/commercetools-frontend-i18n.esm.js +7 -7
  10. package/dist/{de-4359508e.esm.js → de-6b5898d4.esm.js} +13 -1
  11. package/dist/{de-868b6d2c.cjs.prod.js → de-ab6697a6.cjs.dev.js} +13 -1
  12. package/dist/{de-d344bd3d.cjs.dev.js → de-e1993cbf.cjs.prod.js} +13 -1
  13. package/dist/{en-f57e1644.cjs.dev.js → en-41f5aa33.cjs.prod.js} +12 -0
  14. package/dist/{en-75189a57.cjs.prod.js → en-8606d87d.cjs.dev.js} +12 -0
  15. package/dist/{en-a7b11cbf.esm.js → en-c6659802.esm.js} +12 -0
  16. package/dist/{es-b1eebf1a.cjs.dev.js → es-62ebf820.cjs.prod.js} +13 -1
  17. package/dist/{es-2f992560.esm.js → es-d8bea8a1.esm.js} +13 -1
  18. package/dist/{es-b88e9623.cjs.prod.js → es-e0192f64.cjs.dev.js} +13 -1
  19. package/dist/{fr-FR-ef083cd3.cjs.dev.js → fr-FR-2e671f02.cjs.dev.js} +13 -1
  20. package/dist/{fr-FR-e1563556.esm.js → fr-FR-435786ff.esm.js} +13 -1
  21. package/dist/{fr-FR-81c40bd7.cjs.prod.js → fr-FR-8cbd3ce6.cjs.prod.js} +13 -1
  22. package/dist/{pt-BR-e925a892.cjs.prod.js → pt-BR-34e90b8d.cjs.dev.js} +13 -1
  23. package/dist/{pt-BR-c7f2bcad.cjs.dev.js → pt-BR-77c359cb.cjs.prod.js} +13 -1
  24. package/dist/{pt-BR-ac84e35e.esm.js → pt-BR-ed0b0c22.esm.js} +13 -1
  25. package/dist/{zh-CN-dfbb2199.cjs.dev.js → zh-CN-34c5d4b8.cjs.dev.js} +13 -1
  26. package/dist/{zh-CN-d929dad6.esm.js → zh-CN-3a527954.esm.js} +13 -1
  27. package/dist/{zh-CN-90a348c1.cjs.prod.js → zh-CN-9ce21613.cjs.prod.js} +13 -1
  28. package/package.json +2 -2
@@ -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 and validity date must be unique for each price per SKU."
71
+ "value": "Für diese Produktvariante existiert bereits ein Preis mit gleichen Rahmenbedingungen. Die Kombination aus Währung, Land, Kundengruppe, Kanal und Gültigkeitsdatum muss für jeden Preis pro SKU einmalig sein."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@
147
147
  "value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "Es gibt leider schon einen Preis mit diesen Angaben. Bitte ändern Sie die Preisangaben vor dem Speichern, damit sie sich nicht mit einem anderen Preis überschneiden."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -147,12 +147,24 @@
147
147
  "value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "Sorry, but a price with these details already exists. Please amend the price details so that they do not overlap with another price before saving."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -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 and validity date must be unique for each price per SKU."
71
+ "value": "Ya existe un precio del mismo ámbito para esta variante de producto. La combinación de moneda, país, grupo de clientes, canal y fecha de validez debe ser única para cada precio por SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@
147
147
  "value": "El proyecto alcanzó el límite del recurso. Para agregar más, elimina los existentes, comunícate con el administrador o servicio de atención al cliente."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "Ya existe otro precio que se solapa con las fechas de validez. Cada combinación de precios debe tener fechas de validez únicas."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "Lo sentimos, ya hay un precio con estos detalles. Por favor, modifíquelos de tal manera que no coincidan con otro antes de guardar."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -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 and validity date must be unique for each price per SKU."
71
+ "value": "Un prix avec la même portée existe déjà pour cette variante de produit. La combinaison de la devise, du pays, du groupe de clients, des canaux et des dates valides doit être unique pour chaque prix par SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@
147
147
  "value": "Ce projet a atteint la limite de cette ressource. Pour ajouter d'autres ressources, supprimez des ressources existantes, ou contactez votre administrateur ou l'assistance client."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "Un prix avec ces détails existe déjà. Modifiez les détails du prix pour éviter le chevauchement avec un autre prix avant d'enregistrer."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -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 and validity date must be unique for each price per SKU."
71
+ "value": " existe um preço com o mesmo escopo para esta variante de produto. A combinação de moeda, país, grupo de clientes, canal e data de validade deve ser exclusiva para cada preço por SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@
147
147
  "value": "O projeto atingiu o limite do recurso. Para adicionar mais recursos, exclua os existentes, entre em contato com o administrador ou com o suporte ao cliente."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "Desculpe, mas já existe um preço com esses detalhes. Corrija os detalhes do preço para que não se sobreponham a outro preço antes de salvar."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -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 and validity date must be unique for each price per SKU."
71
+ "value": "此产品变体已存在具有相同范围的价格。对于每个 SKU 的每个价格,货币、国家/地区、客户组、渠道和有效日期的组合必须是唯一的。"
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@
147
147
  "value": "项目受到资源限制。要添加更多资源,请删除现有资源,联系管理员或联系客户支持部门。"
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ "type": 0,
153
+ "value": "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  "type": 0,
153
159
  "value": "抱歉,已存在具有这些详情的价格。请修改价格详情,确保其未为其他价格重合,然后保存。"
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ "type": 0,
165
+ "value": "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  "type": 0,
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
59
59
  var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
60
60
 
61
61
  // NOTE: This string will be replaced on build time with the package version.
62
- var version = "22.28.0";
62
+ var version = "22.30.0";
63
63
 
64
64
  // @ts-nocheck
65
65
  /* THIS IS A GENERATED FILE */
@@ -248,17 +248,17 @@ const getAppKitChunkImport = locale => {
248
248
  const intlLocale = mapLocaleToIntlLocale(locale);
249
249
  switch (intlLocale) {
250
250
  case 'de':
251
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-d344bd3d.cjs.dev.js'); });
251
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-ab6697a6.cjs.dev.js'); });
252
252
  case 'es':
253
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-b1eebf1a.cjs.dev.js'); });
253
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-e0192f64.cjs.dev.js'); });
254
254
  case 'fr-FR':
255
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-ef083cd3.cjs.dev.js'); });
255
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-2e671f02.cjs.dev.js'); });
256
256
  case 'pt-BR':
257
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-c7f2bcad.cjs.dev.js'); });
257
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-34e90b8d.cjs.dev.js'); });
258
258
  case 'zh-CN':
259
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-dfbb2199.cjs.dev.js'); });
259
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-34c5d4b8.cjs.dev.js'); });
260
260
  default:
261
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-f57e1644.cjs.dev.js'); });
261
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-8606d87d.cjs.dev.js'); });
262
262
  }
263
263
  };
264
264
  const getCommunityKitChunkImport = async locale => {
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
59
59
  var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
60
60
 
61
61
  // NOTE: This string will be replaced on build time with the package version.
62
- var version = "22.28.0";
62
+ var version = "22.30.0";
63
63
 
64
64
  // @ts-nocheck
65
65
  /* THIS IS A GENERATED FILE */
@@ -248,17 +248,17 @@ const getAppKitChunkImport = locale => {
248
248
  const intlLocale = mapLocaleToIntlLocale(locale);
249
249
  switch (intlLocale) {
250
250
  case 'de':
251
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-868b6d2c.cjs.prod.js'); });
251
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-e1993cbf.cjs.prod.js'); });
252
252
  case 'es':
253
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-b88e9623.cjs.prod.js'); });
253
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-62ebf820.cjs.prod.js'); });
254
254
  case 'fr-FR':
255
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-81c40bd7.cjs.prod.js'); });
255
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-8cbd3ce6.cjs.prod.js'); });
256
256
  case 'pt-BR':
257
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-e925a892.cjs.prod.js'); });
257
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-77c359cb.cjs.prod.js'); });
258
258
  case 'zh-CN':
259
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-90a348c1.cjs.prod.js'); });
259
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-9ce21613.cjs.prod.js'); });
260
260
  default:
261
- return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-75189a57.cjs.prod.js'); });
261
+ return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-41f5aa33.cjs.prod.js'); });
262
262
  }
263
263
  };
264
264
  const getCommunityKitChunkImport = async locale => {
@@ -20,7 +20,7 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';
20
20
  import { defineMessages } from 'react-intl';
21
21
 
22
22
  // NOTE: This string will be replaced on build time with the package version.
23
- var version = "22.28.0";
23
+ var version = "22.30.0";
24
24
 
25
25
  // @ts-nocheck
26
26
  /* THIS IS A GENERATED FILE */
@@ -209,17 +209,17 @@ const getAppKitChunkImport = locale => {
209
209
  const intlLocale = mapLocaleToIntlLocale(locale);
210
210
  switch (intlLocale) {
211
211
  case 'de':
212
- return import( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-4359508e.esm.js');
212
+ return import( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-6b5898d4.esm.js');
213
213
  case 'es':
214
- return import( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-2f992560.esm.js');
214
+ return import( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-d8bea8a1.esm.js');
215
215
  case 'fr-FR':
216
- return import( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-e1563556.esm.js');
216
+ return import( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-435786ff.esm.js');
217
217
  case 'pt-BR':
218
- return import( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-ac84e35e.esm.js');
218
+ return import( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-ed0b0c22.esm.js');
219
219
  case 'zh-CN':
220
- return import( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-d929dad6.esm.js');
220
+ return import( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-3a527954.esm.js');
221
221
  default:
222
- return import( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-a7b11cbf.esm.js');
222
+ return import( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-c6659802.esm.js');
223
223
  }
224
224
  };
225
225
  const getCommunityKitChunkImport = async locale => {
@@ -68,7 +68,7 @@ var de = {
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 and validity date must be unique for each price per SKU."
71
+ value: "Für diese Produktvariante existiert bereits ein Preis mit gleichen Rahmenbedingungen. Die Kombination aus Währung, Land, Kundengruppe, Kanal und Gültigkeitsdatum muss für jeden Preis pro SKU einmalig sein."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@ var de = {
147
147
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "Es gibt leider schon einen Preis mit diesen Angaben. Bitte ändern Sie die Preisangaben vor dem Speichern, damit sie sich nicht mit einem anderen Preis überschneiden."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var de = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Für diese Produktvariante existiert bereits ein Preis mit gleichen Rahmenbedingungen. Die Kombination aus Währung, Land, Kundengruppe, Kanal und Gültigkeitsdatum muss für jeden Preis pro SKU einmalig sein."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var de = {
149
149
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Es gibt leider schon einen Preis mit diesen Angaben. Bitte ändern Sie die Preisangaben vor dem Speichern, damit sie sich nicht mit einem anderen Preis überschneiden."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -70,7 +70,7 @@ var de = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Für diese Produktvariante existiert bereits ein Preis mit gleichen Rahmenbedingungen. Die Kombination aus Währung, Land, Kundengruppe, Kanal und Gültigkeitsdatum muss für jeden Preis pro SKU einmalig sein."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var de = {
149
149
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Es gibt leider schon einen Preis mit diesen Angaben. Bitte ändern Sie die Preisangaben vor dem Speichern, damit sie sich nicht mit einem anderen Preis überschneiden."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Es existiert ein weiterer Preis mit überschneidenden Gültigkeitsdaten. Jede Preiskombination muss eindeutige Gültigkeitsdaten haben."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -149,12 +149,24 @@ var en = {
149
149
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Sorry, but a price with these details already exists. Please amend the price details so that they do not overlap with another price before saving."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -149,12 +149,24 @@ var en = {
149
149
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Sorry, but a price with these details already exists. Please amend the price details so that they do not overlap with another price before saving."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -147,12 +147,24 @@ var en = {
147
147
  value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "Sorry, but a price with these details already exists. Please amend the price details so that they do not overlap with another price before saving."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var es = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Ya existe un precio del mismo ámbito para esta variante de producto. La combinación de moneda, país, grupo de clientes, canal y fecha de validez debe ser única para cada precio por SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var es = {
149
149
  value: "El proyecto alcanzó el límite del recurso. Para agregar más, elimina los existentes, comunícate con el administrador o servicio de atención al cliente."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Ya existe otro precio que se solapa con las fechas de validez. Cada combinación de precios debe tener fechas de validez únicas."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Lo sentimos, ya hay un precio con estos detalles. Por favor, modifíquelos de tal manera que no coincidan con otro antes de guardar."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -68,7 +68,7 @@ var es = {
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 and validity date must be unique for each price per SKU."
71
+ value: "Ya existe un precio del mismo ámbito para esta variante de producto. La combinación de moneda, país, grupo de clientes, canal y fecha de validez debe ser única para cada precio por SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@ var es = {
147
147
  value: "El proyecto alcanzó el límite del recurso. Para agregar más, elimina los existentes, comunícate con el administrador o servicio de atención al cliente."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "Ya existe otro precio que se solapa con las fechas de validez. Cada combinación de precios debe tener fechas de validez únicas."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "Lo sentimos, ya hay un precio con estos detalles. Por favor, modifíquelos de tal manera que no coincidan con otro antes de guardar."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var es = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Ya existe un precio del mismo ámbito para esta variante de producto. La combinación de moneda, país, grupo de clientes, canal y fecha de validez debe ser única para cada precio por SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var es = {
149
149
  value: "El proyecto alcanzó el límite del recurso. Para agregar más, elimina los existentes, comunícate con el administrador o servicio de atención al cliente."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Ya existe otro precio que se solapa con las fechas de validez. Cada combinación de precios debe tener fechas de validez únicas."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Lo sentimos, ya hay un precio con estos detalles. Por favor, modifíquelos de tal manera que no coincidan con otro antes de guardar."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -70,7 +70,7 @@ var frFR = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Un prix avec la même portée existe déjà pour cette variante de produit. La combinaison de la devise, du pays, du groupe de clients, des canaux et des dates valides doit être unique pour chaque prix par SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var frFR = {
149
149
  value: "Ce projet a atteint la limite de cette ressource. Pour ajouter d'autres ressources, supprimez des ressources existantes, ou contactez votre administrateur ou l'assistance client."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Un prix avec ces détails existe déjà. Modifiez les détails du prix pour éviter le chevauchement avec un autre prix avant d'enregistrer."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -68,7 +68,7 @@ var frFR = {
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 and validity date must be unique for each price per SKU."
71
+ value: "Un prix avec la même portée existe déjà pour cette variante de produit. La combinaison de la devise, du pays, du groupe de clients, des canaux et des dates valides doit être unique pour chaque prix par SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@ var frFR = {
147
147
  value: "Ce projet a atteint la limite de cette ressource. Pour ajouter d'autres ressources, supprimez des ressources existantes, ou contactez votre administrateur ou l'assistance client."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "Un prix avec ces détails existe déjà. Modifiez les détails du prix pour éviter le chevauchement avec un autre prix avant d'enregistrer."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var frFR = {
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 and validity date must be unique for each price per SKU."
73
+ value: "Un prix avec la même portée existe déjà pour cette variante de produit. La combinaison de la devise, du pays, du groupe de clients, des canaux et des dates valides doit être unique pour chaque prix par SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var frFR = {
149
149
  value: "Ce projet a atteint la limite de cette ressource. Pour ajouter d'autres ressources, supprimez des ressources existantes, ou contactez votre administrateur ou l'assistance client."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Un prix avec ces détails existe déjà. Modifiez les détails du prix pour éviter le chevauchement avec un autre prix avant d'enregistrer."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Il existe un autre prix avec des dates de validité qui se chevauchent. Chaque combinaison de prix doit posséder des dates de validité uniques."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -70,7 +70,7 @@ var ptBR = {
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 and validity date must be unique for each price per SKU."
73
+ value: " existe um preço com o mesmo escopo para esta variante de produto. A combinação de moeda, país, grupo de clientes, canal e data de validade deve ser exclusiva para cada preço por SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var ptBR = {
149
149
  value: "O projeto atingiu o limite do recurso. Para adicionar mais recursos, exclua os existentes, entre em contato com o administrador ou com o suporte ao cliente."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Desculpe, mas já existe um preço com esses detalhes. Corrija os detalhes do preço para que não se sobreponham a outro preço antes de salvar."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -70,7 +70,7 @@ var ptBR = {
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 and validity date must be unique for each price per SKU."
73
+ value: " existe um preço com o mesmo escopo para esta variante de produto. A combinação de moeda, país, grupo de clientes, canal e data de validade deve ser exclusiva para cada preço por SKU."
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var ptBR = {
149
149
  value: "O projeto atingiu o limite do recurso. Para adicionar mais recursos, exclua os existentes, entre em contato com o administrador ou com o suporte ao cliente."
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "Desculpe, mas já existe um preço com esses detalhes. Corrija os detalhes do preço para que não se sobreponham a outro preço antes de salvar."
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -68,7 +68,7 @@ var ptBR = {
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 and validity date must be unique for each price per SKU."
71
+ value: " existe um preço com o mesmo escopo para esta variante de produto. A combinação de moeda, país, grupo de clientes, canal e data de validade deve ser exclusiva para cada preço por SKU."
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@ var ptBR = {
147
147
  value: "O projeto atingiu o limite do recurso. Para adicionar mais recursos, exclua os existentes, entre em contato com o administrador ou com o suporte ao cliente."
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "Desculpe, mas já existe um preço com esses detalhes. Corrija os detalhes do preço para que não se sobreponham a outro preço antes de salvar."
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "Existe outro preço com datas de validade sobrepostas. Cada combinação de preços precisa ter datas de validade exclusivas."
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var zhCN = {
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 and validity date must be unique for each price per SKU."
73
+ value: "此产品变体已存在具有相同范围的价格。对于每个 SKU 的每个价格,货币、国家/地区、客户组、渠道和有效日期的组合必须是唯一的。"
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var zhCN = {
149
149
  value: "项目受到资源限制。要添加更多资源,请删除现有资源,联系管理员或联系客户支持部门。"
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "抱歉,已存在具有这些详情的价格。请修改价格详情,确保其未为其他价格重合,然后保存。"
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
@@ -68,7 +68,7 @@ var zhCN = {
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 and validity date must be unique for each price per SKU."
71
+ value: "此产品变体已存在具有相同范围的价格。对于每个 SKU 的每个价格,货币、国家/地区、客户组、渠道和有效日期的组合必须是唯一的。"
72
72
  }
73
73
  ],
74
74
  "ApiError.DuplicateVariantValues": [
@@ -147,12 +147,24 @@ var zhCN = {
147
147
  value: "项目受到资源限制。要添加更多资源,请删除现有资源,联系管理员或联系客户支持部门。"
148
148
  }
149
149
  ],
150
+ "ApiError.OverlappingPriceValidity": [
151
+ {
152
+ type: 0,
153
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
154
+ }
155
+ ],
150
156
  "ApiError.OverlappingPrices": [
151
157
  {
152
158
  type: 0,
153
159
  value: "抱歉,已存在具有这些详情的价格。请修改价格详情,确保其未为其他价格重合,然后保存。"
154
160
  }
155
161
  ],
162
+ "ApiError.OverlappingStandalonePriceValidity": [
163
+ {
164
+ type: 0,
165
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
166
+ }
167
+ ],
156
168
  "ApiError.PendingOperation": [
157
169
  {
158
170
  type: 0,
@@ -70,7 +70,7 @@ var zhCN = {
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 and validity date must be unique for each price per SKU."
73
+ value: "此产品变体已存在具有相同范围的价格。对于每个 SKU 的每个价格,货币、国家/地区、客户组、渠道和有效日期的组合必须是唯一的。"
74
74
  }
75
75
  ],
76
76
  "ApiError.DuplicateVariantValues": [
@@ -149,12 +149,24 @@ var zhCN = {
149
149
  value: "项目受到资源限制。要添加更多资源,请删除现有资源,联系管理员或联系客户支持部门。"
150
150
  }
151
151
  ],
152
+ "ApiError.OverlappingPriceValidity": [
153
+ {
154
+ type: 0,
155
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
156
+ }
157
+ ],
152
158
  "ApiError.OverlappingPrices": [
153
159
  {
154
160
  type: 0,
155
161
  value: "抱歉,已存在具有这些详情的价格。请修改价格详情,确保其未为其他价格重合,然后保存。"
156
162
  }
157
163
  ],
164
+ "ApiError.OverlappingStandalonePriceValidity": [
165
+ {
166
+ type: 0,
167
+ value: "存在另一个有效日期重叠的价格。每个价格组合都需要有唯一的有效日期。"
168
+ }
169
+ ],
158
170
  "ApiError.PendingOperation": [
159
171
  {
160
172
  type: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/i18n",
3
- "version": "22.28.0",
3
+ "version": "22.30.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": "22.28.0",
35
+ "@commercetools-frontend/sentry": "22.30.0",
36
36
  "@commercetools-uikit/i18n": "^19.2.0",
37
37
  "@emotion/react": "^11.11.4",
38
38
  "@formatjs/icu-messageformat-parser": "2.7.8",