@commercetools-frontend-extensions/export-resources-modal 4.6.23 → 4.7.1
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 +158 -100
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +158 -100
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +163 -105
- package/dist/{de-e76e7099.esm.js → de-9746c508.esm.js} +14 -6
- package/dist/{de-716eb1ff.cjs.prod.js → de-af429e2a.cjs.dev.js} +14 -6
- package/dist/{de-f7e27d2c.cjs.dev.js → de-f235117b.cjs.prod.js} +14 -6
- package/dist/declarations/src/@constants/resource-type-messages.d.ts +10 -2
- package/dist/declarations/src/@types/export-api.d.ts +1 -0
- package/dist/declarations/src/@types/export-resources-modal-context.d.ts +2 -1
- package/dist/declarations/src/@types/form.d.ts +1 -0
- package/dist/{en-d3d24652.cjs.prod.js → en-0a4519c0.cjs.prod.js} +8 -0
- package/dist/{en-c7983cac.cjs.dev.js → en-8b4fee65.cjs.dev.js} +8 -0
- package/dist/{en-8aa6a8f0.esm.js → en-b0fc803b.esm.js} +8 -0
- package/dist/{es-a453ec31.cjs.dev.js → es-1da000fa.cjs.dev.js} +8 -0
- package/dist/{es-36609f4e.cjs.prod.js → es-339117ae.cjs.prod.js} +8 -0
- package/dist/{es-7675c0f4.esm.js → es-ed7a7149.esm.js} +8 -0
- package/dist/{fr-FR-7772c9a7.esm.js → fr-FR-01c89efe.esm.js} +15 -7
- package/dist/{fr-FR-afb7bc68.cjs.dev.js → fr-FR-af05384b.cjs.prod.js} +15 -7
- package/dist/{fr-FR-fcbbdef7.cjs.prod.js → fr-FR-f6456131.cjs.dev.js} +15 -7
- package/dist/{pt-BR-f5fa13cc.cjs.prod.js → pt-BR-03e1fb85.cjs.prod.js} +15 -7
- package/dist/{pt-BR-b98653d0.esm.js → pt-BR-8b9dd081.esm.js} +15 -7
- package/dist/{pt-BR-2f2083c8.cjs.dev.js → pt-BR-bc9a187a.cjs.dev.js} +15 -7
- package/dist/{zh-CN-a781db14.cjs.prod.js → zh-CN-1051c1d7.cjs.prod.js} +14 -6
- package/dist/{zh-CN-4d5b02fd.esm.js → zh-CN-464f6fce.esm.js} +14 -6
- package/dist/{zh-CN-0f4b738b.cjs.dev.js → zh-CN-e6a19d6d.cjs.dev.js} +14 -6
- package/package.json +10 -10
|
@@ -31,13 +31,17 @@ var ptBR = {
|
|
|
31
31
|
developer_comment: "Success message",
|
|
32
32
|
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
34
38
|
"ExportResourcesModal.exportScope": {
|
|
35
39
|
developer_comment: "Label for Export Scope",
|
|
36
40
|
string: "Escopo"
|
|
37
41
|
},
|
|
38
42
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
39
43
|
developer_comment: "Label for Export All categories",
|
|
40
|
-
string: "
|
|
44
|
+
string: "Exportar tudo: {total} categoria(s)"
|
|
41
45
|
},
|
|
42
46
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
43
47
|
developer_comment: "Label for Export All customers",
|
|
@@ -57,7 +61,7 @@ var ptBR = {
|
|
|
57
61
|
},
|
|
58
62
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
59
63
|
developer_comment: "Label for Export All products",
|
|
60
|
-
string: "
|
|
64
|
+
string: "Exportar todos: {total} produtos"
|
|
61
65
|
},
|
|
62
66
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
63
67
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -77,7 +81,7 @@ var ptBR = {
|
|
|
77
81
|
},
|
|
78
82
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
79
83
|
developer_comment: "Label for Export Filtered product types",
|
|
80
|
-
string: "Exportar
|
|
84
|
+
string: "Exportar pesquisados: {total} tipos de produtos"
|
|
81
85
|
},
|
|
82
86
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
83
87
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -89,7 +93,7 @@ var ptBR = {
|
|
|
89
93
|
},
|
|
90
94
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
91
95
|
developer_comment: "Label for Export Selected categories",
|
|
92
|
-
string: "
|
|
96
|
+
string: "Exportar seleção: {total} categoria(s)"
|
|
93
97
|
},
|
|
94
98
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
95
99
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -109,7 +113,7 @@ var ptBR = {
|
|
|
109
113
|
},
|
|
110
114
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
111
115
|
developer_comment: "Label for Export Selected products",
|
|
112
|
-
string: "
|
|
116
|
+
string: "Exportar selecionados: {total} produtos"
|
|
113
117
|
},
|
|
114
118
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
115
119
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -127,6 +131,10 @@ var ptBR = {
|
|
|
127
131
|
developer_comment: "exported file name",
|
|
128
132
|
string: "Nome do arquivo"
|
|
129
133
|
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Fill order number, id and states to all rows"
|
|
137
|
+
},
|
|
130
138
|
"ExportResourcesModal.includeAllLocales": {
|
|
131
139
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
132
140
|
string: "Incluir todos os locais"
|
|
@@ -149,7 +157,7 @@ var ptBR = {
|
|
|
149
157
|
},
|
|
150
158
|
"ExportResourcesModal.modalTitle.category": {
|
|
151
159
|
developer_comment: "Label for the categories modal title",
|
|
152
|
-
string: "
|
|
160
|
+
string: "Exportar categorias"
|
|
153
161
|
},
|
|
154
162
|
"ExportResourcesModal.modalTitle.customer": {
|
|
155
163
|
developer_comment: "Label for the customers modal title",
|
|
@@ -169,7 +177,7 @@ var ptBR = {
|
|
|
169
177
|
},
|
|
170
178
|
"ExportResourcesModal.modalTitle.product": {
|
|
171
179
|
developer_comment: "Label for the products modal title",
|
|
172
|
-
string: "
|
|
180
|
+
string: "Exportar produtos"
|
|
173
181
|
},
|
|
174
182
|
"ExportResourcesModal.modalTitle.productType": {
|
|
175
183
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var ptBR = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Escopo"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "Exportar tudo: {total} categoria(s)"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var ptBR = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "Exportar todos: {total} produtos"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -79,7 +83,7 @@ var ptBR = {
|
|
|
79
83
|
},
|
|
80
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
85
|
developer_comment: "Label for Export Filtered product types",
|
|
82
|
-
string: "Exportar
|
|
86
|
+
string: "Exportar pesquisados: {total} tipos de produtos"
|
|
83
87
|
},
|
|
84
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
89
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -91,7 +95,7 @@ var ptBR = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "Exportar seleção: {total} categoria(s)"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var ptBR = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "Exportar selecionados: {total} produtos"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var ptBR = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nome do arquivo"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Incluir todos os locais"
|
|
@@ -151,7 +159,7 @@ var ptBR = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "Exportar categorias"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var ptBR = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "Exportar produtos"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var zhCN = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "范围"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "导出全部:{total} 个类别"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var zhCN = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "全部导出:{total} 个产品"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -91,7 +95,7 @@ var zhCN = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "导出选定内容:{total} 个类别"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var zhCN = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "导出选定的 {total} 个产品"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var zhCN = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "文件名"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Include all locales"
|
|
@@ -151,7 +159,7 @@ var zhCN = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "导出类别"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var zhCN = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "导出产品"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
|
@@ -31,13 +31,17 @@ var zhCN = {
|
|
|
31
31
|
developer_comment: "Success message",
|
|
32
32
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
34
38
|
"ExportResourcesModal.exportScope": {
|
|
35
39
|
developer_comment: "Label for Export Scope",
|
|
36
40
|
string: "范围"
|
|
37
41
|
},
|
|
38
42
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
39
43
|
developer_comment: "Label for Export All categories",
|
|
40
|
-
string: "
|
|
44
|
+
string: "导出全部:{total} 个类别"
|
|
41
45
|
},
|
|
42
46
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
43
47
|
developer_comment: "Label for Export All customers",
|
|
@@ -57,7 +61,7 @@ var zhCN = {
|
|
|
57
61
|
},
|
|
58
62
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
59
63
|
developer_comment: "Label for Export All products",
|
|
60
|
-
string: "
|
|
64
|
+
string: "全部导出:{total} 个产品"
|
|
61
65
|
},
|
|
62
66
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
63
67
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -89,7 +93,7 @@ var zhCN = {
|
|
|
89
93
|
},
|
|
90
94
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
91
95
|
developer_comment: "Label for Export Selected categories",
|
|
92
|
-
string: "
|
|
96
|
+
string: "导出选定内容:{total} 个类别"
|
|
93
97
|
},
|
|
94
98
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
95
99
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -109,7 +113,7 @@ var zhCN = {
|
|
|
109
113
|
},
|
|
110
114
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
111
115
|
developer_comment: "Label for Export Selected products",
|
|
112
|
-
string: "
|
|
116
|
+
string: "导出选定的 {total} 个产品"
|
|
113
117
|
},
|
|
114
118
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
115
119
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -127,6 +131,10 @@ var zhCN = {
|
|
|
127
131
|
developer_comment: "exported file name",
|
|
128
132
|
string: "文件名"
|
|
129
133
|
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Fill order number, id and states to all rows"
|
|
137
|
+
},
|
|
130
138
|
"ExportResourcesModal.includeAllLocales": {
|
|
131
139
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
132
140
|
string: "Include all locales"
|
|
@@ -149,7 +157,7 @@ var zhCN = {
|
|
|
149
157
|
},
|
|
150
158
|
"ExportResourcesModal.modalTitle.category": {
|
|
151
159
|
developer_comment: "Label for the categories modal title",
|
|
152
|
-
string: "
|
|
160
|
+
string: "导出类别"
|
|
153
161
|
},
|
|
154
162
|
"ExportResourcesModal.modalTitle.customer": {
|
|
155
163
|
developer_comment: "Label for the customers modal title",
|
|
@@ -169,7 +177,7 @@ var zhCN = {
|
|
|
169
177
|
},
|
|
170
178
|
"ExportResourcesModal.modalTitle.product": {
|
|
171
179
|
developer_comment: "Label for the products modal title",
|
|
172
|
-
string: "
|
|
180
|
+
string: "导出产品"
|
|
173
181
|
},
|
|
174
182
|
"ExportResourcesModal.modalTitle.productType": {
|
|
175
183
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var zhCN = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "范围"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "导出全部:{total} 个类别"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var zhCN = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "全部导出:{total} 个产品"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -91,7 +95,7 @@ var zhCN = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "导出选定内容:{total} 个类别"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var zhCN = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "导出选定的 {total} 个产品"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var zhCN = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "文件名"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Include all locales"
|
|
@@ -151,7 +159,7 @@ var zhCN = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "导出类别"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var zhCN = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "导出产品"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
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": "4.
|
|
4
|
+
"version": "4.7.1",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "7.
|
|
19
|
-
"@babel/runtime-corejs3": "7.
|
|
20
|
-
"@commercetools-frontend/experimental-components": "6.2
|
|
21
|
-
"@commercetools-frontend/fullstory": "2.
|
|
18
|
+
"@babel/runtime": "7.26.0",
|
|
19
|
+
"@babel/runtime-corejs3": "7.26.0",
|
|
20
|
+
"@commercetools-frontend/experimental-components": "6.3.2",
|
|
21
|
+
"@commercetools-frontend/fullstory": "2.5.1",
|
|
22
22
|
"@emotion/react": "11.13.3",
|
|
23
23
|
"@emotion/styled": "11.13.0",
|
|
24
|
-
"@formatjs/cli": "6.
|
|
24
|
+
"@formatjs/cli": "6.3.7",
|
|
25
25
|
"formik": "2.4.6",
|
|
26
26
|
"jest": "29.7.0",
|
|
27
27
|
"lodash": "4.17.21",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@commercetools-frontend/l10n": "22.x",
|
|
42
42
|
"@commercetools-frontend/sdk": "22.35.0",
|
|
43
43
|
"@commercetools-frontend/sentry": "22.35.0",
|
|
44
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
45
|
-
"@commercetools-uikit/design-system": "19.
|
|
44
|
+
"@commercetools-frontend/ui-kit": "19.13.0",
|
|
45
|
+
"@commercetools-uikit/design-system": "19.13.0",
|
|
46
46
|
"@preconstruct/cli": "2.8.9",
|
|
47
|
-
"@types/jest": "29.5.
|
|
47
|
+
"@types/jest": "29.5.14",
|
|
48
48
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
49
|
-
"msw": "1.3.
|
|
49
|
+
"msw": "1.3.5",
|
|
50
50
|
"react-intl": "6.6.8",
|
|
51
51
|
"react-redux": "7.2.9",
|
|
52
52
|
"redux": "4.2.1",
|