@commercetools-frontend-extensions/export-resources-modal 5.14.4 → 5.14.6

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.
@@ -177,7 +177,7 @@ var ptBR = {
177
177
  },
178
178
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
179
  developer_comment: "Label for Export All product tailorings",
180
- string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
180
+ string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
181
181
  },
182
182
  "ExportResourcesModal.exportScopeAllProductTypes": {
183
183
  developer_comment: "Label for Export All product types",
@@ -187,6 +187,10 @@ var ptBR = {
187
187
  developer_comment: "Label for Export All products",
188
188
  string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
189
189
  },
190
+ "ExportResourcesModal.exportScopeAllStandalonePrices": {
191
+ developer_comment: "Label for Export All standalone prices",
192
+ string: "Exportar todos: {total, plural, one {# preço individual} other {# preços individuais}}"
193
+ },
190
194
  "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
191
195
  developer_comment: "Label for Export Filtered business units",
192
196
  string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
@@ -209,7 +213,7 @@ var ptBR = {
209
213
  },
210
214
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
211
215
  developer_comment: "Label for Export Filtered product tailorings",
212
- string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
216
+ string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
213
217
  },
214
218
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
215
219
  developer_comment: "Label for Export Filtered product types",
@@ -219,6 +223,10 @@ var ptBR = {
219
223
  developer_comment: "Label for Export Filtered products",
220
224
  string: "Exportar filtrados: {total, plural, one {# produto} other {# produtos}}"
221
225
  },
226
+ "ExportResourcesModal.exportScopeFilteredStandalonePrices": {
227
+ developer_comment: "Label for Export Filtered standalone prices",
228
+ string: "Exportar filtrados: {total, plural, one {# preço individual} other {# preços individuais}}"
229
+ },
222
230
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
223
231
  developer_comment: "Label for Export Filtered without count",
224
232
  string: "Exportar filtrados"
@@ -245,7 +253,7 @@ var ptBR = {
245
253
  },
246
254
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
247
255
  developer_comment: "Label for Export Selected product tailorings",
248
- string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
256
+ string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
249
257
  },
250
258
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
251
259
  developer_comment: "Label for Export Selected product types",
@@ -255,6 +263,10 @@ var ptBR = {
255
263
  developer_comment: "Label for Export Selected products",
256
264
  string: "Exportar selecionados: {total, plural, one {# produto} other {# produtos}}"
257
265
  },
266
+ "ExportResourcesModal.exportScopeSelectedStandalonePrices": {
267
+ developer_comment: "Label for Export Selected standalone prices",
268
+ string: "Exportar selecionados: {total, plural, one {# preço individual} other {# preços individuais}}"
269
+ },
258
270
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
259
271
  developer_comment: "Label for Export Selected without count",
260
272
  string: "Exportar seleção"
@@ -381,12 +393,16 @@ var ptBR = {
381
393
  },
382
394
  "ExportResourcesModal.modalTitle.productTailoring": {
383
395
  developer_comment: "Label for the product tailorings modal title",
384
- string: "Export tailored products"
396
+ string: "Exportar produtos personalizados"
385
397
  },
386
398
  "ExportResourcesModal.modalTitle.productType": {
387
399
  developer_comment: "Label for the product types modal title",
388
400
  string: "Exportar tipos de produtos"
389
401
  },
402
+ "ExportResourcesModal.modalTitle.standalonePrice": {
403
+ developer_comment: "Label for the standalone prices modal title",
404
+ string: "Exportar preços individuais"
405
+ },
390
406
  "ExportResourcesModal.moreInformation": {
391
407
  developer_comment: "A label for more information",
392
408
  string: "Para mais informações, consulte o link {documentationLink}"
@@ -468,8 +484,8 @@ var ptBR = {
468
484
  string: "Selecione campos diferentes"
469
485
  },
470
486
  "ExportResourcesModal.selectFieldsFromImportedCSV": {
471
- developer_comment: "Label for \"Select fields from an imported CSV\" button",
472
- string: "Selecione campos de um CSV importado"
487
+ developer_comment: "Label for \"Select any field from an imported CSV\" button",
488
+ string: "Select any field from an imported CSV"
473
489
  },
474
490
  "ExportResourcesModal.selectFieldsFromLimitedList": {
475
491
  developer_comment: "Label for \"Select fields from a limited list\" button",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "5.14.4",
4
+ "version": "5.14.6",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "moment": "2.30.1",
27
27
  "omit-empty-es": "^1.1.3",
28
28
  "prop-types": "15.8.1",
29
- "@commercetools-frontend-extensions/operations": "4.4.0"
29
+ "@commercetools-frontend-extensions/operations": "4.5.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@commercetools-frontend/actions-global": "27.5.1",
@@ -51,7 +51,8 @@
51
51
  "react-intl": "7.1.4",
52
52
  "react-redux": "9.2.0",
53
53
  "redux": "5.0.1",
54
- "rimraf": "6.1.2"
54
+ "rimraf": "6.1.2",
55
+ "typescript": "5.4.5"
55
56
  },
56
57
  "peerDependencies": {
57
58
  "@commercetools-frontend/actions-global": "24.x || 25.x || 27.x",