@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.
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +5 -5
- package/dist/{de-6b509aa7.cjs.dev.js → de-878f4246.cjs.prod.js} +22 -6
- package/dist/{de-b9fb4989.esm.js → de-887390c8.esm.js} +22 -6
- package/dist/{de-8110043f.cjs.prod.js → de-ecf9ace2.cjs.dev.js} +22 -6
- package/dist/{en-de85a5ef.esm.js → en-02b20e80.esm.js} +18 -2
- package/dist/{en-9fe86528.cjs.prod.js → en-3a95336a.cjs.dev.js} +18 -2
- package/dist/{en-377deb39.cjs.dev.js → en-b0f71eaf.cjs.prod.js} +18 -2
- package/dist/{es-0ea45787.cjs.dev.js → es-374aed1b.cjs.prod.js} +22 -6
- package/dist/{es-dd446447.cjs.prod.js → es-a1b34b9f.cjs.dev.js} +22 -6
- package/dist/{es-86ebb4a7.esm.js → es-d39432b2.esm.js} +22 -6
- package/dist/{fr-FR-1315b28a.esm.js → fr-FR-136fb625.esm.js} +22 -6
- package/dist/{fr-FR-019c40ab.cjs.dev.js → fr-FR-4bdab72f.cjs.prod.js} +22 -6
- package/dist/{fr-FR-52103608.cjs.prod.js → fr-FR-c903e733.cjs.dev.js} +22 -6
- package/dist/{pt-BR-d60b6d53.cjs.prod.js → pt-BR-0b67e9af.cjs.dev.js} +22 -6
- package/dist/{pt-BR-7a41a387.cjs.dev.js → pt-BR-3ff0daf8.cjs.prod.js} +22 -6
- package/dist/{pt-BR-37a2fffc.esm.js → pt-BR-b19cfc58.esm.js} +22 -6
- package/package.json +4 -3
|
@@ -177,7 +177,7 @@ var ptBR = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
179
179
|
developer_comment: "Label for Export All product tailorings",
|
|
180
|
-
string: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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
|
|
472
|
-
string: "
|
|
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
|
+
"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.
|
|
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",
|