@commercetools-frontend-extensions/export-resources-modal 4.5.5 → 4.6.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/README.md +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +25 -13
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +25 -13
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +25 -13
- package/dist/{de-2e768e29.cjs.prod.js → de-695399d9.cjs.prod.js} +78 -6
- package/dist/{de-a3f2c067.cjs.dev.js → de-87c7cf7f.cjs.dev.js} +78 -6
- package/dist/{de-958cd924.esm.js → de-99b348fe.esm.js} +78 -6
- package/dist/declarations/src/@types/export-resources-modal-types.d.ts +2 -1
- package/dist/{es-cf3acf58.cjs.dev.js → es-51b65e08.cjs.prod.js} +61 -13
- package/dist/{es-944a5f6c.cjs.prod.js → es-76fb86f4.cjs.dev.js} +61 -13
- package/dist/{es-3ba6234a.esm.js → es-a50b0543.esm.js} +61 -13
- package/dist/{fr-FR-677e95c2.esm.js → fr-FR-45e4cba6.esm.js} +78 -6
- package/dist/{fr-FR-be5c53ea.cjs.prod.js → fr-FR-9067e0c6.cjs.dev.js} +78 -6
- package/dist/{fr-FR-3f1b2b78.cjs.dev.js → fr-FR-edf47120.cjs.prod.js} +78 -6
- package/dist/{zh-CN-70bd76cd.esm.js → zh-CN-1b0b93bc.esm.js} +78 -6
- package/dist/{zh-CN-b116785a.cjs.dev.js → zh-CN-1b65bfd5.cjs.dev.js} +78 -6
- package/dist/{zh-CN-86871ed7.cjs.prod.js → zh-CN-4fc3d4db.cjs.prod.js} +78 -6
- package/package.json +1 -1
|
@@ -17,6 +17,18 @@ var frFR = {
|
|
|
17
17
|
developer_comment: "Select Export setttings based on my views",
|
|
18
18
|
string: "Sélectionnez les paramètres d'exportation sur la base de :"
|
|
19
19
|
},
|
|
20
|
+
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
|
+
developer_comment: "Label for Export All inventories",
|
|
22
|
+
string: "Exporter des inventaires pour tous les {total} produits"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
+
string: "Exporter des inventaires pour tous les {total} produits filtrés"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
+
developer_comment: "Label for Export Selected inventories",
|
|
30
|
+
string: "Exporter des inventaires pour tous les {total} produits sélectionnés"
|
|
31
|
+
},
|
|
20
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
21
33
|
developer_comment: "Success message",
|
|
22
34
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
@@ -29,21 +41,73 @@ var frFR = {
|
|
|
29
41
|
developer_comment: "Label for Export All categories",
|
|
30
42
|
string: "Export all: {total} categories"
|
|
31
43
|
},
|
|
32
|
-
"ExportResourcesModal.
|
|
33
|
-
developer_comment: "Label for Export All
|
|
34
|
-
string: "Tout exporter : {total}
|
|
44
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
|
+
developer_comment: "Label for Export All customers",
|
|
46
|
+
string: "Tout exporter : {total} clients"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
49
|
+
developer_comment: "Label for Export All discount codes",
|
|
50
|
+
string: "Tout exporter : {total} codes de remise"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
53
|
+
developer_comment: "Label for Export All orders",
|
|
54
|
+
string: "Tout exporter : {total} commandes"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
57
|
+
developer_comment: "Label for Export All product types",
|
|
58
|
+
string: "Tout exporter : {total} types de produit"
|
|
35
59
|
},
|
|
36
60
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
37
61
|
developer_comment: "Label for Export All products",
|
|
38
62
|
string: "Export all: {total} products"
|
|
39
63
|
},
|
|
64
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
|
+
developer_comment: "Label for Export Filtered categories",
|
|
66
|
+
string: "Filtre d'exportation : {total} catégories"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
69
|
+
developer_comment: "Label for Export Filtered customers",
|
|
70
|
+
string: "Filtre d'exportation : {total} clients"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
73
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
74
|
+
string: "Filtre d'exportation : {total} codes de remise"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
77
|
+
developer_comment: "Label for Export Filtered orders",
|
|
78
|
+
string: "Filtre d'exportation : {total} commandes"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
|
+
developer_comment: "Label for Export Filtered product types",
|
|
82
|
+
string: "Filtre d'exportation : {total} types de produit"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
|
+
developer_comment: "Label for Export Filtered products",
|
|
86
|
+
string: "Filtre d'exportation : {total} produits"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
89
|
+
developer_comment: "Label for Export Filtered without count",
|
|
90
|
+
string: "Filtre d'exportation"
|
|
91
|
+
},
|
|
40
92
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
41
93
|
developer_comment: "Label for Export Selected categories",
|
|
42
94
|
string: "Export selected: {total} categories"
|
|
43
95
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export Selected
|
|
46
|
-
string: "Sélection d'exportation : {total}
|
|
96
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
|
+
developer_comment: "Label for Export Selected customers",
|
|
98
|
+
string: "Sélection d'exportation : {total} clients"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
101
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
102
|
+
string: "Sélection d'exportation : {total} codes de remise"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
105
|
+
developer_comment: "Label for Export Selected orders",
|
|
106
|
+
string: "Sélection d'exportation : {total} commandes"
|
|
107
|
+
},
|
|
108
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
109
|
+
developer_comment: "Label for Export Selected product types",
|
|
110
|
+
string: "Sélection d'exportation : {total} types de produit"
|
|
47
111
|
},
|
|
48
112
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
49
113
|
developer_comment: "Label for Export Selected products",
|
|
@@ -85,6 +149,10 @@ var frFR = {
|
|
|
85
149
|
developer_comment: "Label for the categories modal title",
|
|
86
150
|
string: "Export categories"
|
|
87
151
|
},
|
|
152
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
153
|
+
developer_comment: "Label for the discount codes modal title",
|
|
154
|
+
string: "Exporter les codes de remise"
|
|
155
|
+
},
|
|
88
156
|
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
157
|
developer_comment: "Label for the inventories modal title",
|
|
90
158
|
string: "Exporter les inventaires"
|
|
@@ -124,6 +192,10 @@ var frFR = {
|
|
|
124
192
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
125
193
|
string: "Sélectionner les champs à exporter"
|
|
126
194
|
},
|
|
195
|
+
"ExportResourcesModal.selected": {
|
|
196
|
+
developer_comment: "Label for total Selected",
|
|
197
|
+
string: "{total} sélectionné(s)"
|
|
198
|
+
},
|
|
127
199
|
"ExportResourcesModal.startExport": {
|
|
128
200
|
developer_comment: "Label for \"Start export\" button",
|
|
129
201
|
string: "Commencer l'exportation"
|
|
@@ -15,6 +15,18 @@ var zhCN = {
|
|
|
15
15
|
developer_comment: "Select Export setttings based on my views",
|
|
16
16
|
string: "选择基于以下条件导出设置:"
|
|
17
17
|
},
|
|
18
|
+
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
19
|
+
developer_comment: "Label for Export All inventories",
|
|
20
|
+
string: "导出全部 {total} 个产品的库存"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
23
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
24
|
+
string: "导出 {total} 个已筛选产品的库存"
|
|
25
|
+
},
|
|
26
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
27
|
+
developer_comment: "Label for Export Selected inventories",
|
|
28
|
+
string: "导出 {total} 个选定产品的库存"
|
|
29
|
+
},
|
|
18
30
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
19
31
|
developer_comment: "Success message",
|
|
20
32
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
@@ -27,21 +39,73 @@ var zhCN = {
|
|
|
27
39
|
developer_comment: "Label for Export All categories",
|
|
28
40
|
string: "Export all: {total} categories"
|
|
29
41
|
},
|
|
30
|
-
"ExportResourcesModal.
|
|
31
|
-
developer_comment: "Label for Export All
|
|
32
|
-
string: "
|
|
42
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
43
|
+
developer_comment: "Label for Export All customers",
|
|
44
|
+
string: "全部导出:{total} 个客户"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
47
|
+
developer_comment: "Label for Export All discount codes",
|
|
48
|
+
string: "全部导出:{total} 个折扣代码"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
51
|
+
developer_comment: "Label for Export All orders",
|
|
52
|
+
string: "全部导出:{total} 个订单"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
55
|
+
developer_comment: "Label for Export All product types",
|
|
56
|
+
string: "全部导出:{total} 个产品类型"
|
|
33
57
|
},
|
|
34
58
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
35
59
|
developer_comment: "Label for Export All products",
|
|
36
60
|
string: "Export all: {total} products"
|
|
37
61
|
},
|
|
62
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
63
|
+
developer_comment: "Label for Export Filtered categories",
|
|
64
|
+
string: "导出已筛选的 {total} 个类别"
|
|
65
|
+
},
|
|
66
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
67
|
+
developer_comment: "Label for Export Filtered customers",
|
|
68
|
+
string: "导出已筛选的 {total} 个客户"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
71
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
72
|
+
string: "导出已筛选的 {total} 个折扣代码"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
75
|
+
developer_comment: "Label for Export Filtered orders",
|
|
76
|
+
string: "导出已筛选的 {total} 个订单"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
79
|
+
developer_comment: "Label for Export Filtered product types",
|
|
80
|
+
string: "导出已筛选的 {total} 个产品类型"
|
|
81
|
+
},
|
|
82
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
83
|
+
developer_comment: "Label for Export Filtered products",
|
|
84
|
+
string: "导出已筛选的 {total} 个产品"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
87
|
+
developer_comment: "Label for Export Filtered without count",
|
|
88
|
+
string: "导出已筛选"
|
|
89
|
+
},
|
|
38
90
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
39
91
|
developer_comment: "Label for Export Selected categories",
|
|
40
92
|
string: "Export selected: {total} categories"
|
|
41
93
|
},
|
|
42
|
-
"ExportResourcesModal.
|
|
43
|
-
developer_comment: "Label for Export Selected
|
|
44
|
-
string: "
|
|
94
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
95
|
+
developer_comment: "Label for Export Selected customers",
|
|
96
|
+
string: "导出选定的 {total} 个客户"
|
|
97
|
+
},
|
|
98
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
99
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
100
|
+
string: "导出选定的 {total} 个折扣代码"
|
|
101
|
+
},
|
|
102
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
103
|
+
developer_comment: "Label for Export Selected orders",
|
|
104
|
+
string: "导出选定的 {total} 个订单"
|
|
105
|
+
},
|
|
106
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
107
|
+
developer_comment: "Label for Export Selected product types",
|
|
108
|
+
string: "导出选定的 {total} 个产品类型"
|
|
45
109
|
},
|
|
46
110
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
47
111
|
developer_comment: "Label for Export Selected products",
|
|
@@ -83,6 +147,10 @@ var zhCN = {
|
|
|
83
147
|
developer_comment: "Label for the categories modal title",
|
|
84
148
|
string: "Export categories"
|
|
85
149
|
},
|
|
150
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
151
|
+
developer_comment: "Label for the discount codes modal title",
|
|
152
|
+
string: "导出折扣代码"
|
|
153
|
+
},
|
|
86
154
|
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
87
155
|
developer_comment: "Label for the inventories modal title",
|
|
88
156
|
string: "导出库存"
|
|
@@ -122,6 +190,10 @@ var zhCN = {
|
|
|
122
190
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
123
191
|
string: "选择要导出的字段"
|
|
124
192
|
},
|
|
193
|
+
"ExportResourcesModal.selected": {
|
|
194
|
+
developer_comment: "Label for total Selected",
|
|
195
|
+
string: "已选择 {total} 个"
|
|
196
|
+
},
|
|
125
197
|
"ExportResourcesModal.startExport": {
|
|
126
198
|
developer_comment: "Label for \"Start export\" button",
|
|
127
199
|
string: "开始导出"
|
|
@@ -17,6 +17,18 @@ var zhCN = {
|
|
|
17
17
|
developer_comment: "Select Export setttings based on my views",
|
|
18
18
|
string: "选择基于以下条件导出设置:"
|
|
19
19
|
},
|
|
20
|
+
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
|
+
developer_comment: "Label for Export All inventories",
|
|
22
|
+
string: "导出全部 {total} 个产品的库存"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
+
string: "导出 {total} 个已筛选产品的库存"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
+
developer_comment: "Label for Export Selected inventories",
|
|
30
|
+
string: "导出 {total} 个选定产品的库存"
|
|
31
|
+
},
|
|
20
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
21
33
|
developer_comment: "Success message",
|
|
22
34
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
@@ -29,21 +41,73 @@ var zhCN = {
|
|
|
29
41
|
developer_comment: "Label for Export All categories",
|
|
30
42
|
string: "Export all: {total} categories"
|
|
31
43
|
},
|
|
32
|
-
"ExportResourcesModal.
|
|
33
|
-
developer_comment: "Label for Export All
|
|
34
|
-
string: "
|
|
44
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
|
+
developer_comment: "Label for Export All customers",
|
|
46
|
+
string: "全部导出:{total} 个客户"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
49
|
+
developer_comment: "Label for Export All discount codes",
|
|
50
|
+
string: "全部导出:{total} 个折扣代码"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
53
|
+
developer_comment: "Label for Export All orders",
|
|
54
|
+
string: "全部导出:{total} 个订单"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
57
|
+
developer_comment: "Label for Export All product types",
|
|
58
|
+
string: "全部导出:{total} 个产品类型"
|
|
35
59
|
},
|
|
36
60
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
37
61
|
developer_comment: "Label for Export All products",
|
|
38
62
|
string: "Export all: {total} products"
|
|
39
63
|
},
|
|
64
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
|
+
developer_comment: "Label for Export Filtered categories",
|
|
66
|
+
string: "导出已筛选的 {total} 个类别"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
69
|
+
developer_comment: "Label for Export Filtered customers",
|
|
70
|
+
string: "导出已筛选的 {total} 个客户"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
73
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
74
|
+
string: "导出已筛选的 {total} 个折扣代码"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
77
|
+
developer_comment: "Label for Export Filtered orders",
|
|
78
|
+
string: "导出已筛选的 {total} 个订单"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
|
+
developer_comment: "Label for Export Filtered product types",
|
|
82
|
+
string: "导出已筛选的 {total} 个产品类型"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
|
+
developer_comment: "Label for Export Filtered products",
|
|
86
|
+
string: "导出已筛选的 {total} 个产品"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
89
|
+
developer_comment: "Label for Export Filtered without count",
|
|
90
|
+
string: "导出已筛选"
|
|
91
|
+
},
|
|
40
92
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
41
93
|
developer_comment: "Label for Export Selected categories",
|
|
42
94
|
string: "Export selected: {total} categories"
|
|
43
95
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export Selected
|
|
46
|
-
string: "
|
|
96
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
|
+
developer_comment: "Label for Export Selected customers",
|
|
98
|
+
string: "导出选定的 {total} 个客户"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
101
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
102
|
+
string: "导出选定的 {total} 个折扣代码"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
105
|
+
developer_comment: "Label for Export Selected orders",
|
|
106
|
+
string: "导出选定的 {total} 个订单"
|
|
107
|
+
},
|
|
108
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
109
|
+
developer_comment: "Label for Export Selected product types",
|
|
110
|
+
string: "导出选定的 {total} 个产品类型"
|
|
47
111
|
},
|
|
48
112
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
49
113
|
developer_comment: "Label for Export Selected products",
|
|
@@ -85,6 +149,10 @@ var zhCN = {
|
|
|
85
149
|
developer_comment: "Label for the categories modal title",
|
|
86
150
|
string: "Export categories"
|
|
87
151
|
},
|
|
152
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
153
|
+
developer_comment: "Label for the discount codes modal title",
|
|
154
|
+
string: "导出折扣代码"
|
|
155
|
+
},
|
|
88
156
|
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
157
|
developer_comment: "Label for the inventories modal title",
|
|
90
158
|
string: "导出库存"
|
|
@@ -124,6 +192,10 @@ var zhCN = {
|
|
|
124
192
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
125
193
|
string: "选择要导出的字段"
|
|
126
194
|
},
|
|
195
|
+
"ExportResourcesModal.selected": {
|
|
196
|
+
developer_comment: "Label for total Selected",
|
|
197
|
+
string: "已选择 {total} 个"
|
|
198
|
+
},
|
|
127
199
|
"ExportResourcesModal.startExport": {
|
|
128
200
|
developer_comment: "Label for \"Start export\" button",
|
|
129
201
|
string: "开始导出"
|
|
@@ -17,6 +17,18 @@ var zhCN = {
|
|
|
17
17
|
developer_comment: "Select Export setttings based on my views",
|
|
18
18
|
string: "选择基于以下条件导出设置:"
|
|
19
19
|
},
|
|
20
|
+
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
|
+
developer_comment: "Label for Export All inventories",
|
|
22
|
+
string: "导出全部 {total} 个产品的库存"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
+
string: "导出 {total} 个已筛选产品的库存"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
+
developer_comment: "Label for Export Selected inventories",
|
|
30
|
+
string: "导出 {total} 个选定产品的库存"
|
|
31
|
+
},
|
|
20
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
21
33
|
developer_comment: "Success message",
|
|
22
34
|
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
@@ -29,21 +41,73 @@ var zhCN = {
|
|
|
29
41
|
developer_comment: "Label for Export All categories",
|
|
30
42
|
string: "Export all: {total} categories"
|
|
31
43
|
},
|
|
32
|
-
"ExportResourcesModal.
|
|
33
|
-
developer_comment: "Label for Export All
|
|
34
|
-
string: "
|
|
44
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
|
+
developer_comment: "Label for Export All customers",
|
|
46
|
+
string: "全部导出:{total} 个客户"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
49
|
+
developer_comment: "Label for Export All discount codes",
|
|
50
|
+
string: "全部导出:{total} 个折扣代码"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
53
|
+
developer_comment: "Label for Export All orders",
|
|
54
|
+
string: "全部导出:{total} 个订单"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
57
|
+
developer_comment: "Label for Export All product types",
|
|
58
|
+
string: "全部导出:{total} 个产品类型"
|
|
35
59
|
},
|
|
36
60
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
37
61
|
developer_comment: "Label for Export All products",
|
|
38
62
|
string: "Export all: {total} products"
|
|
39
63
|
},
|
|
64
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
|
+
developer_comment: "Label for Export Filtered categories",
|
|
66
|
+
string: "导出已筛选的 {total} 个类别"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
69
|
+
developer_comment: "Label for Export Filtered customers",
|
|
70
|
+
string: "导出已筛选的 {total} 个客户"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
73
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
74
|
+
string: "导出已筛选的 {total} 个折扣代码"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
77
|
+
developer_comment: "Label for Export Filtered orders",
|
|
78
|
+
string: "导出已筛选的 {total} 个订单"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
|
+
developer_comment: "Label for Export Filtered product types",
|
|
82
|
+
string: "导出已筛选的 {total} 个产品类型"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
|
+
developer_comment: "Label for Export Filtered products",
|
|
86
|
+
string: "导出已筛选的 {total} 个产品"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
89
|
+
developer_comment: "Label for Export Filtered without count",
|
|
90
|
+
string: "导出已筛选"
|
|
91
|
+
},
|
|
40
92
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
41
93
|
developer_comment: "Label for Export Selected categories",
|
|
42
94
|
string: "Export selected: {total} categories"
|
|
43
95
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export Selected
|
|
46
|
-
string: "
|
|
96
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
|
+
developer_comment: "Label for Export Selected customers",
|
|
98
|
+
string: "导出选定的 {total} 个客户"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
101
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
102
|
+
string: "导出选定的 {total} 个折扣代码"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
105
|
+
developer_comment: "Label for Export Selected orders",
|
|
106
|
+
string: "导出选定的 {total} 个订单"
|
|
107
|
+
},
|
|
108
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
109
|
+
developer_comment: "Label for Export Selected product types",
|
|
110
|
+
string: "导出选定的 {total} 个产品类型"
|
|
47
111
|
},
|
|
48
112
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
49
113
|
developer_comment: "Label for Export Selected products",
|
|
@@ -85,6 +149,10 @@ var zhCN = {
|
|
|
85
149
|
developer_comment: "Label for the categories modal title",
|
|
86
150
|
string: "Export categories"
|
|
87
151
|
},
|
|
152
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
153
|
+
developer_comment: "Label for the discount codes modal title",
|
|
154
|
+
string: "导出折扣代码"
|
|
155
|
+
},
|
|
88
156
|
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
89
157
|
developer_comment: "Label for the inventories modal title",
|
|
90
158
|
string: "导出库存"
|
|
@@ -124,6 +192,10 @@ var zhCN = {
|
|
|
124
192
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
125
193
|
string: "选择要导出的字段"
|
|
126
194
|
},
|
|
195
|
+
"ExportResourcesModal.selected": {
|
|
196
|
+
developer_comment: "Label for total Selected",
|
|
197
|
+
string: "已选择 {total} 个"
|
|
198
|
+
},
|
|
127
199
|
"ExportResourcesModal.startExport": {
|
|
128
200
|
developer_comment: "Label for \"Start export\" button",
|
|
129
201
|
string: "开始导出"
|
package/package.json
CHANGED