@commercetools-frontend-extensions/export-resources-modal 4.9.0 → 4.10.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 +1 -3
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +1 -3
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +1 -3
- package/dist/declarations/src/export-resources-modal.d.ts +1 -1
- package/package.json +15 -15
- package/dist/zh-CN-0126d1d1.cjs.prod.js +0 -237
- package/dist/zh-CN-0f473f16.cjs.dev.js +0 -237
- package/dist/zh-CN-9a726ccd.esm.js +0 -235
|
@@ -400,7 +400,7 @@ var messages = reactIntl.defineMessages({
|
|
|
400
400
|
fillRowsForProductExport: {
|
|
401
401
|
id: 'ExportResourcesModal.fillRowsForProductExport',
|
|
402
402
|
description: 'A checkbox label for filling rows for product export',
|
|
403
|
-
defaultMessage: 'Include Product-level information in every row'
|
|
403
|
+
defaultMessage: 'Include Product- and Variant-level information in every row'
|
|
404
404
|
}
|
|
405
405
|
});
|
|
406
406
|
|
|
@@ -2013,8 +2013,6 @@ const getChunkImport = locale => {
|
|
|
2013
2013
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-a4227b21.cjs.dev.js'); });
|
|
2014
2014
|
case 'fr-FR':
|
|
2015
2015
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-1602d5ff.cjs.dev.js'); });
|
|
2016
|
-
case 'zh-CN':
|
|
2017
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-0f473f16.cjs.dev.js'); });
|
|
2018
2016
|
case 'ja':
|
|
2019
2017
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
|
|
2020
2018
|
case 'pt-BR':
|
|
@@ -400,7 +400,7 @@ var messages = reactIntl.defineMessages({
|
|
|
400
400
|
fillRowsForProductExport: {
|
|
401
401
|
id: 'ExportResourcesModal.fillRowsForProductExport',
|
|
402
402
|
description: 'A checkbox label for filling rows for product export',
|
|
403
|
-
defaultMessage: 'Include Product-level information in every row'
|
|
403
|
+
defaultMessage: 'Include Product- and Variant-level information in every row'
|
|
404
404
|
}
|
|
405
405
|
});
|
|
406
406
|
|
|
@@ -1983,8 +1983,6 @@ const getChunkImport = locale => {
|
|
|
1983
1983
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-6360d546.cjs.prod.js'); });
|
|
1984
1984
|
case 'fr-FR':
|
|
1985
1985
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-ff7ec057.cjs.prod.js'); });
|
|
1986
|
-
case 'zh-CN':
|
|
1987
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-0126d1d1.cjs.prod.js'); });
|
|
1988
1986
|
case 'ja':
|
|
1989
1987
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
|
|
1990
1988
|
case 'pt-BR':
|
|
@@ -361,7 +361,7 @@ var messages = defineMessages({
|
|
|
361
361
|
fillRowsForProductExport: {
|
|
362
362
|
id: 'ExportResourcesModal.fillRowsForProductExport',
|
|
363
363
|
description: 'A checkbox label for filling rows for product export',
|
|
364
|
-
defaultMessage: 'Include Product-level information in every row'
|
|
364
|
+
defaultMessage: 'Include Product- and Variant-level information in every row'
|
|
365
365
|
}
|
|
366
366
|
});
|
|
367
367
|
|
|
@@ -1974,8 +1974,6 @@ const getChunkImport = locale => {
|
|
|
1974
1974
|
return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-85c5a396.esm.js');
|
|
1975
1975
|
case 'fr-FR':
|
|
1976
1976
|
return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-e610590b.esm.js');
|
|
1977
|
-
case 'zh-CN':
|
|
1978
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-9a726ccd.esm.js');
|
|
1979
1977
|
case 'ja':
|
|
1980
1978
|
return import(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-73c088a7.esm.js');
|
|
1981
1979
|
case 'pt-BR':
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExportResourcesModalProps } from "./@types/index.js";
|
|
2
2
|
declare const ExportResourcesModal: {
|
|
3
|
-
(props: ExportResourcesModalProps): import("@emotion/react/
|
|
3
|
+
(props: ExportResourcesModalProps): import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
displayName: string;
|
|
5
5
|
defaultProps: {
|
|
6
6
|
isOpen: boolean;
|
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.10.1",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@babel/runtime-corejs3": "7.26.0",
|
|
20
20
|
"@commercetools-frontend/experimental-components": "6.3.2",
|
|
21
21
|
"@commercetools-frontend/fullstory": "2.5.1",
|
|
22
|
-
"@emotion/react": "11.
|
|
23
|
-
"@emotion/styled": "11.
|
|
24
|
-
"@formatjs/cli": "6.3.
|
|
22
|
+
"@emotion/react": "11.14.0",
|
|
23
|
+
"@emotion/styled": "11.14.0",
|
|
24
|
+
"@formatjs/cli": "6.3.15",
|
|
25
25
|
"formik": "2.4.6",
|
|
26
26
|
"jest": "29.7.0",
|
|
27
27
|
"lodash": "4.17.21",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"react": "17.0.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@commercetools-frontend/actions-global": "22.
|
|
35
|
-
"@commercetools-frontend/application-components": "22.
|
|
36
|
-
"@commercetools-frontend/application-shell": "22.
|
|
37
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
38
|
-
"@commercetools-frontend/constants": "22.
|
|
39
|
-
"@commercetools-frontend/i18n": "22.
|
|
40
|
-
"@commercetools-frontend/jest-preset-mc-app": "22.
|
|
34
|
+
"@commercetools-frontend/actions-global": "22.36.0",
|
|
35
|
+
"@commercetools-frontend/application-components": "22.36.0",
|
|
36
|
+
"@commercetools-frontend/application-shell": "22.36.0",
|
|
37
|
+
"@commercetools-frontend/application-shell-connectors": "22.36.0",
|
|
38
|
+
"@commercetools-frontend/constants": "22.36.0",
|
|
39
|
+
"@commercetools-frontend/i18n": "22.36.0",
|
|
40
|
+
"@commercetools-frontend/jest-preset-mc-app": "22.36.0",
|
|
41
41
|
"@commercetools-frontend/l10n": "22.x",
|
|
42
|
-
"@commercetools-frontend/sdk": "22.
|
|
43
|
-
"@commercetools-frontend/sentry": "22.
|
|
44
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
45
|
-
"@commercetools-uikit/design-system": "19.
|
|
42
|
+
"@commercetools-frontend/sdk": "22.36.0",
|
|
43
|
+
"@commercetools-frontend/sentry": "22.36.0",
|
|
44
|
+
"@commercetools-frontend/ui-kit": "19.20.1",
|
|
45
|
+
"@commercetools-uikit/design-system": "19.20.1",
|
|
46
46
|
"@preconstruct/cli": "2.8.9",
|
|
47
47
|
"@types/jest": "29.5.14",
|
|
48
48
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var zhCN = {
|
|
4
|
-
"ExportResourcesModal.back": {
|
|
5
|
-
developer_comment: "Label for \"Back\" button",
|
|
6
|
-
string: "返回"
|
|
7
|
-
},
|
|
8
|
-
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
-
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
-
string: "检查拼写。"
|
|
11
|
-
},
|
|
12
|
-
"ExportResourcesModal.continue": {
|
|
13
|
-
developer_comment: "Label for \"Continue\" button",
|
|
14
|
-
string: "继续"
|
|
15
|
-
},
|
|
16
|
-
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
17
|
-
developer_comment: "Select Export setttings based on my views",
|
|
18
|
-
string: "选择基于以下条件导出设置:"
|
|
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
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
|
-
developer_comment: "Success message",
|
|
34
|
-
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
35
|
-
},
|
|
36
|
-
"ExportResourcesModal.exportPreferences": {
|
|
37
|
-
developer_comment: "Label for preferences",
|
|
38
|
-
string: "Preferences"
|
|
39
|
-
},
|
|
40
|
-
"ExportResourcesModal.exportScope": {
|
|
41
|
-
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "范围"
|
|
43
|
-
},
|
|
44
|
-
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
|
-
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "导出全部:{total} 个类别"
|
|
47
|
-
},
|
|
48
|
-
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
|
-
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "全部导出:{total} 个客户"
|
|
51
|
-
},
|
|
52
|
-
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
|
-
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "全部导出:{total} 个折扣代码"
|
|
55
|
-
},
|
|
56
|
-
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
|
-
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "全部导出:{total} 个订单"
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
|
-
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "全部导出:{total} 个产品类型"
|
|
63
|
-
},
|
|
64
|
-
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
|
-
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "全部导出:{total} 个产品"
|
|
67
|
-
},
|
|
68
|
-
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
|
-
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "导出已筛选的 {total} 个类别"
|
|
71
|
-
},
|
|
72
|
-
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
|
-
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "导出已筛选的 {total} 个客户"
|
|
75
|
-
},
|
|
76
|
-
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
|
-
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "导出已筛选的 {total} 个折扣代码"
|
|
79
|
-
},
|
|
80
|
-
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
|
-
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "导出已筛选的 {total} 个订单"
|
|
83
|
-
},
|
|
84
|
-
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
|
-
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "导出已筛选的 {total} 个产品类型"
|
|
87
|
-
},
|
|
88
|
-
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
|
-
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "导出已筛选的 {total} 个产品"
|
|
91
|
-
},
|
|
92
|
-
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
|
-
developer_comment: "Label for Export Filtered without count",
|
|
94
|
-
string: "导出已筛选"
|
|
95
|
-
},
|
|
96
|
-
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
|
-
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "导出选定内容:{total} 个类别"
|
|
99
|
-
},
|
|
100
|
-
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
|
-
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "导出选定的 {total} 个客户"
|
|
103
|
-
},
|
|
104
|
-
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
|
-
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "导出选定的 {total} 个折扣代码"
|
|
107
|
-
},
|
|
108
|
-
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
|
-
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "导出选定的 {total} 个订单"
|
|
111
|
-
},
|
|
112
|
-
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
|
-
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "导出选定的 {total} 个产品类型"
|
|
115
|
-
},
|
|
116
|
-
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
|
-
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "导出选定的 {total} 个产品"
|
|
119
|
-
},
|
|
120
|
-
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
|
-
developer_comment: "Label for Export Selected without count",
|
|
122
|
-
string: "导出选定内容"
|
|
123
|
-
},
|
|
124
|
-
"ExportResourcesModal.exportSettings": {
|
|
125
|
-
developer_comment: "Label for Export Settings",
|
|
126
|
-
string: "设置"
|
|
127
|
-
},
|
|
128
|
-
"ExportResourcesModal.fieldDefinitions": {
|
|
129
|
-
developer_comment: "Label for \"Field definitions\" link",
|
|
130
|
-
string: "字段定义"
|
|
131
|
-
},
|
|
132
|
-
"ExportResourcesModal.fileName": {
|
|
133
|
-
developer_comment: "exported file name",
|
|
134
|
-
string: "文件名"
|
|
135
|
-
},
|
|
136
|
-
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
-
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "Include Order number, id, and states in every row"
|
|
139
|
-
},
|
|
140
|
-
"ExportResourcesModal.includeAllLocales": {
|
|
141
|
-
developer_comment: "label for \"Include all locales\" checkbox",
|
|
142
|
-
string: "Include all locales"
|
|
143
|
-
},
|
|
144
|
-
"ExportResourcesModal.invalidFileNameError": {
|
|
145
|
-
developer_comment: "Error when file name field is not valid",
|
|
146
|
-
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
147
|
-
},
|
|
148
|
-
"ExportResourcesModal.locale": {
|
|
149
|
-
developer_comment: "Locale",
|
|
150
|
-
string: "区域设置"
|
|
151
|
-
},
|
|
152
|
-
"ExportResourcesModal.missingFileNameError": {
|
|
153
|
-
developer_comment: "Error when file name field is missing",
|
|
154
|
-
string: "请输入文件名"
|
|
155
|
-
},
|
|
156
|
-
"ExportResourcesModal.missingLocaleError": {
|
|
157
|
-
developer_comment: "Error when no locale is selected",
|
|
158
|
-
string: "请选择至少一个区域设置"
|
|
159
|
-
},
|
|
160
|
-
"ExportResourcesModal.modalTitle.category": {
|
|
161
|
-
developer_comment: "Label for the categories modal title",
|
|
162
|
-
string: "导出类别"
|
|
163
|
-
},
|
|
164
|
-
"ExportResourcesModal.modalTitle.customer": {
|
|
165
|
-
developer_comment: "Label for the customers modal title",
|
|
166
|
-
string: "Export customers"
|
|
167
|
-
},
|
|
168
|
-
"ExportResourcesModal.modalTitle.discountCode": {
|
|
169
|
-
developer_comment: "Label for the discount codes modal title",
|
|
170
|
-
string: "导出折扣代码"
|
|
171
|
-
},
|
|
172
|
-
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
173
|
-
developer_comment: "Label for the inventories modal title",
|
|
174
|
-
string: "导出库存"
|
|
175
|
-
},
|
|
176
|
-
"ExportResourcesModal.modalTitle.order": {
|
|
177
|
-
developer_comment: "Label for the orders modal title",
|
|
178
|
-
string: "Export orders"
|
|
179
|
-
},
|
|
180
|
-
"ExportResourcesModal.modalTitle.product": {
|
|
181
|
-
developer_comment: "Label for the products modal title",
|
|
182
|
-
string: "导出产品"
|
|
183
|
-
},
|
|
184
|
-
"ExportResourcesModal.modalTitle.productType": {
|
|
185
|
-
developer_comment: "Label for the product types modal title",
|
|
186
|
-
string: "Export product types"
|
|
187
|
-
},
|
|
188
|
-
"ExportResourcesModal.myViews": {
|
|
189
|
-
developer_comment: "Label for \"My Views\" Select Field",
|
|
190
|
-
string: "我的视图"
|
|
191
|
-
},
|
|
192
|
-
"ExportResourcesModal.nothingApplied": {
|
|
193
|
-
developer_comment: "Shown when there is no filter applied",
|
|
194
|
-
string: "未应用任何内容"
|
|
195
|
-
},
|
|
196
|
-
"ExportResourcesModal.outputFormat": {
|
|
197
|
-
developer_comment: "File format like (csv, xls, ...etc)",
|
|
198
|
-
string: "文件格式"
|
|
199
|
-
},
|
|
200
|
-
"ExportResourcesModal.propertiesPanelLabel": {
|
|
201
|
-
developer_comment: "properties panel label",
|
|
202
|
-
string: "属性"
|
|
203
|
-
},
|
|
204
|
-
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
205
|
-
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
206
|
-
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
207
|
-
},
|
|
208
|
-
"ExportResourcesModal.searchForFields": {
|
|
209
|
-
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
210
|
-
string: "搜索字段"
|
|
211
|
-
},
|
|
212
|
-
"ExportResourcesModal.selectFieldsToExport": {
|
|
213
|
-
string: "选择要导出的字段"
|
|
214
|
-
},
|
|
215
|
-
"ExportResourcesModal.selected": {
|
|
216
|
-
developer_comment: "Label for total Selected",
|
|
217
|
-
string: "已选择 {total} 个"
|
|
218
|
-
},
|
|
219
|
-
"ExportResourcesModal.startExport": {
|
|
220
|
-
developer_comment: "Label for \"Start export\" button",
|
|
221
|
-
string: "开始导出"
|
|
222
|
-
},
|
|
223
|
-
"ExportResourcesModal.suggestions": {
|
|
224
|
-
developer_comment: "In Export fields selection - Suggestions message",
|
|
225
|
-
string: "建议:"
|
|
226
|
-
},
|
|
227
|
-
"ExportResourcesModal.thereAreNoResults": {
|
|
228
|
-
developer_comment: "No search results message",
|
|
229
|
-
string: "没有与您的搜索相匹配的结果。"
|
|
230
|
-
},
|
|
231
|
-
"ExportResourcesModal.unexpectedError": {
|
|
232
|
-
developer_comment: "Generic notification message when starting export process fails",
|
|
233
|
-
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
234
|
-
}
|
|
235
|
-
};
|
|
236
|
-
|
|
237
|
-
exports["default"] = zhCN;
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var zhCN = {
|
|
4
|
-
"ExportResourcesModal.back": {
|
|
5
|
-
developer_comment: "Label for \"Back\" button",
|
|
6
|
-
string: "返回"
|
|
7
|
-
},
|
|
8
|
-
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
-
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
-
string: "检查拼写。"
|
|
11
|
-
},
|
|
12
|
-
"ExportResourcesModal.continue": {
|
|
13
|
-
developer_comment: "Label for \"Continue\" button",
|
|
14
|
-
string: "继续"
|
|
15
|
-
},
|
|
16
|
-
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
17
|
-
developer_comment: "Select Export setttings based on my views",
|
|
18
|
-
string: "选择基于以下条件导出设置:"
|
|
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
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
|
-
developer_comment: "Success message",
|
|
34
|
-
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
35
|
-
},
|
|
36
|
-
"ExportResourcesModal.exportPreferences": {
|
|
37
|
-
developer_comment: "Label for preferences",
|
|
38
|
-
string: "Preferences"
|
|
39
|
-
},
|
|
40
|
-
"ExportResourcesModal.exportScope": {
|
|
41
|
-
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "范围"
|
|
43
|
-
},
|
|
44
|
-
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
|
-
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "导出全部:{total} 个类别"
|
|
47
|
-
},
|
|
48
|
-
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
|
-
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "全部导出:{total} 个客户"
|
|
51
|
-
},
|
|
52
|
-
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
|
-
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "全部导出:{total} 个折扣代码"
|
|
55
|
-
},
|
|
56
|
-
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
|
-
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "全部导出:{total} 个订单"
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
|
-
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "全部导出:{total} 个产品类型"
|
|
63
|
-
},
|
|
64
|
-
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
|
-
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "全部导出:{total} 个产品"
|
|
67
|
-
},
|
|
68
|
-
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
|
-
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "导出已筛选的 {total} 个类别"
|
|
71
|
-
},
|
|
72
|
-
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
|
-
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "导出已筛选的 {total} 个客户"
|
|
75
|
-
},
|
|
76
|
-
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
|
-
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "导出已筛选的 {total} 个折扣代码"
|
|
79
|
-
},
|
|
80
|
-
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
|
-
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "导出已筛选的 {total} 个订单"
|
|
83
|
-
},
|
|
84
|
-
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
|
-
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "导出已筛选的 {total} 个产品类型"
|
|
87
|
-
},
|
|
88
|
-
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
|
-
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "导出已筛选的 {total} 个产品"
|
|
91
|
-
},
|
|
92
|
-
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
|
-
developer_comment: "Label for Export Filtered without count",
|
|
94
|
-
string: "导出已筛选"
|
|
95
|
-
},
|
|
96
|
-
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
|
-
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "导出选定内容:{total} 个类别"
|
|
99
|
-
},
|
|
100
|
-
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
|
-
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "导出选定的 {total} 个客户"
|
|
103
|
-
},
|
|
104
|
-
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
|
-
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "导出选定的 {total} 个折扣代码"
|
|
107
|
-
},
|
|
108
|
-
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
|
-
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "导出选定的 {total} 个订单"
|
|
111
|
-
},
|
|
112
|
-
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
|
-
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "导出选定的 {total} 个产品类型"
|
|
115
|
-
},
|
|
116
|
-
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
|
-
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "导出选定的 {total} 个产品"
|
|
119
|
-
},
|
|
120
|
-
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
|
-
developer_comment: "Label for Export Selected without count",
|
|
122
|
-
string: "导出选定内容"
|
|
123
|
-
},
|
|
124
|
-
"ExportResourcesModal.exportSettings": {
|
|
125
|
-
developer_comment: "Label for Export Settings",
|
|
126
|
-
string: "设置"
|
|
127
|
-
},
|
|
128
|
-
"ExportResourcesModal.fieldDefinitions": {
|
|
129
|
-
developer_comment: "Label for \"Field definitions\" link",
|
|
130
|
-
string: "字段定义"
|
|
131
|
-
},
|
|
132
|
-
"ExportResourcesModal.fileName": {
|
|
133
|
-
developer_comment: "exported file name",
|
|
134
|
-
string: "文件名"
|
|
135
|
-
},
|
|
136
|
-
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
-
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "Include Order number, id, and states in every row"
|
|
139
|
-
},
|
|
140
|
-
"ExportResourcesModal.includeAllLocales": {
|
|
141
|
-
developer_comment: "label for \"Include all locales\" checkbox",
|
|
142
|
-
string: "Include all locales"
|
|
143
|
-
},
|
|
144
|
-
"ExportResourcesModal.invalidFileNameError": {
|
|
145
|
-
developer_comment: "Error when file name field is not valid",
|
|
146
|
-
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
147
|
-
},
|
|
148
|
-
"ExportResourcesModal.locale": {
|
|
149
|
-
developer_comment: "Locale",
|
|
150
|
-
string: "区域设置"
|
|
151
|
-
},
|
|
152
|
-
"ExportResourcesModal.missingFileNameError": {
|
|
153
|
-
developer_comment: "Error when file name field is missing",
|
|
154
|
-
string: "请输入文件名"
|
|
155
|
-
},
|
|
156
|
-
"ExportResourcesModal.missingLocaleError": {
|
|
157
|
-
developer_comment: "Error when no locale is selected",
|
|
158
|
-
string: "请选择至少一个区域设置"
|
|
159
|
-
},
|
|
160
|
-
"ExportResourcesModal.modalTitle.category": {
|
|
161
|
-
developer_comment: "Label for the categories modal title",
|
|
162
|
-
string: "导出类别"
|
|
163
|
-
},
|
|
164
|
-
"ExportResourcesModal.modalTitle.customer": {
|
|
165
|
-
developer_comment: "Label for the customers modal title",
|
|
166
|
-
string: "Export customers"
|
|
167
|
-
},
|
|
168
|
-
"ExportResourcesModal.modalTitle.discountCode": {
|
|
169
|
-
developer_comment: "Label for the discount codes modal title",
|
|
170
|
-
string: "导出折扣代码"
|
|
171
|
-
},
|
|
172
|
-
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
173
|
-
developer_comment: "Label for the inventories modal title",
|
|
174
|
-
string: "导出库存"
|
|
175
|
-
},
|
|
176
|
-
"ExportResourcesModal.modalTitle.order": {
|
|
177
|
-
developer_comment: "Label for the orders modal title",
|
|
178
|
-
string: "Export orders"
|
|
179
|
-
},
|
|
180
|
-
"ExportResourcesModal.modalTitle.product": {
|
|
181
|
-
developer_comment: "Label for the products modal title",
|
|
182
|
-
string: "导出产品"
|
|
183
|
-
},
|
|
184
|
-
"ExportResourcesModal.modalTitle.productType": {
|
|
185
|
-
developer_comment: "Label for the product types modal title",
|
|
186
|
-
string: "Export product types"
|
|
187
|
-
},
|
|
188
|
-
"ExportResourcesModal.myViews": {
|
|
189
|
-
developer_comment: "Label for \"My Views\" Select Field",
|
|
190
|
-
string: "我的视图"
|
|
191
|
-
},
|
|
192
|
-
"ExportResourcesModal.nothingApplied": {
|
|
193
|
-
developer_comment: "Shown when there is no filter applied",
|
|
194
|
-
string: "未应用任何内容"
|
|
195
|
-
},
|
|
196
|
-
"ExportResourcesModal.outputFormat": {
|
|
197
|
-
developer_comment: "File format like (csv, xls, ...etc)",
|
|
198
|
-
string: "文件格式"
|
|
199
|
-
},
|
|
200
|
-
"ExportResourcesModal.propertiesPanelLabel": {
|
|
201
|
-
developer_comment: "properties panel label",
|
|
202
|
-
string: "属性"
|
|
203
|
-
},
|
|
204
|
-
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
205
|
-
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
206
|
-
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
207
|
-
},
|
|
208
|
-
"ExportResourcesModal.searchForFields": {
|
|
209
|
-
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
210
|
-
string: "搜索字段"
|
|
211
|
-
},
|
|
212
|
-
"ExportResourcesModal.selectFieldsToExport": {
|
|
213
|
-
string: "选择要导出的字段"
|
|
214
|
-
},
|
|
215
|
-
"ExportResourcesModal.selected": {
|
|
216
|
-
developer_comment: "Label for total Selected",
|
|
217
|
-
string: "已选择 {total} 个"
|
|
218
|
-
},
|
|
219
|
-
"ExportResourcesModal.startExport": {
|
|
220
|
-
developer_comment: "Label for \"Start export\" button",
|
|
221
|
-
string: "开始导出"
|
|
222
|
-
},
|
|
223
|
-
"ExportResourcesModal.suggestions": {
|
|
224
|
-
developer_comment: "In Export fields selection - Suggestions message",
|
|
225
|
-
string: "建议:"
|
|
226
|
-
},
|
|
227
|
-
"ExportResourcesModal.thereAreNoResults": {
|
|
228
|
-
developer_comment: "No search results message",
|
|
229
|
-
string: "没有与您的搜索相匹配的结果。"
|
|
230
|
-
},
|
|
231
|
-
"ExportResourcesModal.unexpectedError": {
|
|
232
|
-
developer_comment: "Generic notification message when starting export process fails",
|
|
233
|
-
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
234
|
-
}
|
|
235
|
-
};
|
|
236
|
-
|
|
237
|
-
exports["default"] = zhCN;
|
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
var zhCN = {
|
|
2
|
-
"ExportResourcesModal.back": {
|
|
3
|
-
developer_comment: "Label for \"Back\" button",
|
|
4
|
-
string: "返回"
|
|
5
|
-
},
|
|
6
|
-
"ExportResourcesModal.checkTheSpelling": {
|
|
7
|
-
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
|
-
string: "检查拼写。"
|
|
9
|
-
},
|
|
10
|
-
"ExportResourcesModal.continue": {
|
|
11
|
-
developer_comment: "Label for \"Continue\" button",
|
|
12
|
-
string: "继续"
|
|
13
|
-
},
|
|
14
|
-
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
15
|
-
developer_comment: "Select Export setttings based on my views",
|
|
16
|
-
string: "选择基于以下条件导出设置:"
|
|
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
|
-
},
|
|
30
|
-
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
31
|
-
developer_comment: "Success message",
|
|
32
|
-
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
33
|
-
},
|
|
34
|
-
"ExportResourcesModal.exportPreferences": {
|
|
35
|
-
developer_comment: "Label for preferences",
|
|
36
|
-
string: "Preferences"
|
|
37
|
-
},
|
|
38
|
-
"ExportResourcesModal.exportScope": {
|
|
39
|
-
developer_comment: "Label for Export Scope",
|
|
40
|
-
string: "范围"
|
|
41
|
-
},
|
|
42
|
-
"ExportResourcesModal.exportScopeAllCategories": {
|
|
43
|
-
developer_comment: "Label for Export All categories",
|
|
44
|
-
string: "导出全部:{total} 个类别"
|
|
45
|
-
},
|
|
46
|
-
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
47
|
-
developer_comment: "Label for Export All customers",
|
|
48
|
-
string: "全部导出:{total} 个客户"
|
|
49
|
-
},
|
|
50
|
-
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
51
|
-
developer_comment: "Label for Export All discount codes",
|
|
52
|
-
string: "全部导出:{total} 个折扣代码"
|
|
53
|
-
},
|
|
54
|
-
"ExportResourcesModal.exportScopeAllOrders": {
|
|
55
|
-
developer_comment: "Label for Export All orders",
|
|
56
|
-
string: "全部导出:{total} 个订单"
|
|
57
|
-
},
|
|
58
|
-
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
59
|
-
developer_comment: "Label for Export All product types",
|
|
60
|
-
string: "全部导出:{total} 个产品类型"
|
|
61
|
-
},
|
|
62
|
-
"ExportResourcesModal.exportScopeAllProducts": {
|
|
63
|
-
developer_comment: "Label for Export All products",
|
|
64
|
-
string: "全部导出:{total} 个产品"
|
|
65
|
-
},
|
|
66
|
-
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
67
|
-
developer_comment: "Label for Export Filtered categories",
|
|
68
|
-
string: "导出已筛选的 {total} 个类别"
|
|
69
|
-
},
|
|
70
|
-
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
71
|
-
developer_comment: "Label for Export Filtered customers",
|
|
72
|
-
string: "导出已筛选的 {total} 个客户"
|
|
73
|
-
},
|
|
74
|
-
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
75
|
-
developer_comment: "Label for Export Filtered discount codes",
|
|
76
|
-
string: "导出已筛选的 {total} 个折扣代码"
|
|
77
|
-
},
|
|
78
|
-
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
79
|
-
developer_comment: "Label for Export Filtered orders",
|
|
80
|
-
string: "导出已筛选的 {total} 个订单"
|
|
81
|
-
},
|
|
82
|
-
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
83
|
-
developer_comment: "Label for Export Filtered product types",
|
|
84
|
-
string: "导出已筛选的 {total} 个产品类型"
|
|
85
|
-
},
|
|
86
|
-
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
87
|
-
developer_comment: "Label for Export Filtered products",
|
|
88
|
-
string: "导出已筛选的 {total} 个产品"
|
|
89
|
-
},
|
|
90
|
-
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
91
|
-
developer_comment: "Label for Export Filtered without count",
|
|
92
|
-
string: "导出已筛选"
|
|
93
|
-
},
|
|
94
|
-
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
95
|
-
developer_comment: "Label for Export Selected categories",
|
|
96
|
-
string: "导出选定内容:{total} 个类别"
|
|
97
|
-
},
|
|
98
|
-
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
99
|
-
developer_comment: "Label for Export Selected customers",
|
|
100
|
-
string: "导出选定的 {total} 个客户"
|
|
101
|
-
},
|
|
102
|
-
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
103
|
-
developer_comment: "Label for Export Selected discount codes",
|
|
104
|
-
string: "导出选定的 {total} 个折扣代码"
|
|
105
|
-
},
|
|
106
|
-
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
107
|
-
developer_comment: "Label for Export Selected orders",
|
|
108
|
-
string: "导出选定的 {total} 个订单"
|
|
109
|
-
},
|
|
110
|
-
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
111
|
-
developer_comment: "Label for Export Selected product types",
|
|
112
|
-
string: "导出选定的 {total} 个产品类型"
|
|
113
|
-
},
|
|
114
|
-
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
115
|
-
developer_comment: "Label for Export Selected products",
|
|
116
|
-
string: "导出选定的 {total} 个产品"
|
|
117
|
-
},
|
|
118
|
-
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
119
|
-
developer_comment: "Label for Export Selected without count",
|
|
120
|
-
string: "导出选定内容"
|
|
121
|
-
},
|
|
122
|
-
"ExportResourcesModal.exportSettings": {
|
|
123
|
-
developer_comment: "Label for Export Settings",
|
|
124
|
-
string: "设置"
|
|
125
|
-
},
|
|
126
|
-
"ExportResourcesModal.fieldDefinitions": {
|
|
127
|
-
developer_comment: "Label for \"Field definitions\" link",
|
|
128
|
-
string: "字段定义"
|
|
129
|
-
},
|
|
130
|
-
"ExportResourcesModal.fileName": {
|
|
131
|
-
developer_comment: "exported file name",
|
|
132
|
-
string: "文件名"
|
|
133
|
-
},
|
|
134
|
-
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
-
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
-
string: "Include Order number, id, and states in every row"
|
|
137
|
-
},
|
|
138
|
-
"ExportResourcesModal.includeAllLocales": {
|
|
139
|
-
developer_comment: "label for \"Include all locales\" checkbox",
|
|
140
|
-
string: "Include all locales"
|
|
141
|
-
},
|
|
142
|
-
"ExportResourcesModal.invalidFileNameError": {
|
|
143
|
-
developer_comment: "Error when file name field is not valid",
|
|
144
|
-
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
145
|
-
},
|
|
146
|
-
"ExportResourcesModal.locale": {
|
|
147
|
-
developer_comment: "Locale",
|
|
148
|
-
string: "区域设置"
|
|
149
|
-
},
|
|
150
|
-
"ExportResourcesModal.missingFileNameError": {
|
|
151
|
-
developer_comment: "Error when file name field is missing",
|
|
152
|
-
string: "请输入文件名"
|
|
153
|
-
},
|
|
154
|
-
"ExportResourcesModal.missingLocaleError": {
|
|
155
|
-
developer_comment: "Error when no locale is selected",
|
|
156
|
-
string: "请选择至少一个区域设置"
|
|
157
|
-
},
|
|
158
|
-
"ExportResourcesModal.modalTitle.category": {
|
|
159
|
-
developer_comment: "Label for the categories modal title",
|
|
160
|
-
string: "导出类别"
|
|
161
|
-
},
|
|
162
|
-
"ExportResourcesModal.modalTitle.customer": {
|
|
163
|
-
developer_comment: "Label for the customers modal title",
|
|
164
|
-
string: "Export customers"
|
|
165
|
-
},
|
|
166
|
-
"ExportResourcesModal.modalTitle.discountCode": {
|
|
167
|
-
developer_comment: "Label for the discount codes modal title",
|
|
168
|
-
string: "导出折扣代码"
|
|
169
|
-
},
|
|
170
|
-
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
171
|
-
developer_comment: "Label for the inventories modal title",
|
|
172
|
-
string: "导出库存"
|
|
173
|
-
},
|
|
174
|
-
"ExportResourcesModal.modalTitle.order": {
|
|
175
|
-
developer_comment: "Label for the orders modal title",
|
|
176
|
-
string: "Export orders"
|
|
177
|
-
},
|
|
178
|
-
"ExportResourcesModal.modalTitle.product": {
|
|
179
|
-
developer_comment: "Label for the products modal title",
|
|
180
|
-
string: "导出产品"
|
|
181
|
-
},
|
|
182
|
-
"ExportResourcesModal.modalTitle.productType": {
|
|
183
|
-
developer_comment: "Label for the product types modal title",
|
|
184
|
-
string: "Export product types"
|
|
185
|
-
},
|
|
186
|
-
"ExportResourcesModal.myViews": {
|
|
187
|
-
developer_comment: "Label for \"My Views\" Select Field",
|
|
188
|
-
string: "我的视图"
|
|
189
|
-
},
|
|
190
|
-
"ExportResourcesModal.nothingApplied": {
|
|
191
|
-
developer_comment: "Shown when there is no filter applied",
|
|
192
|
-
string: "未应用任何内容"
|
|
193
|
-
},
|
|
194
|
-
"ExportResourcesModal.outputFormat": {
|
|
195
|
-
developer_comment: "File format like (csv, xls, ...etc)",
|
|
196
|
-
string: "文件格式"
|
|
197
|
-
},
|
|
198
|
-
"ExportResourcesModal.propertiesPanelLabel": {
|
|
199
|
-
developer_comment: "properties panel label",
|
|
200
|
-
string: "属性"
|
|
201
|
-
},
|
|
202
|
-
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
203
|
-
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
204
|
-
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
205
|
-
},
|
|
206
|
-
"ExportResourcesModal.searchForFields": {
|
|
207
|
-
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
208
|
-
string: "搜索字段"
|
|
209
|
-
},
|
|
210
|
-
"ExportResourcesModal.selectFieldsToExport": {
|
|
211
|
-
string: "选择要导出的字段"
|
|
212
|
-
},
|
|
213
|
-
"ExportResourcesModal.selected": {
|
|
214
|
-
developer_comment: "Label for total Selected",
|
|
215
|
-
string: "已选择 {total} 个"
|
|
216
|
-
},
|
|
217
|
-
"ExportResourcesModal.startExport": {
|
|
218
|
-
developer_comment: "Label for \"Start export\" button",
|
|
219
|
-
string: "开始导出"
|
|
220
|
-
},
|
|
221
|
-
"ExportResourcesModal.suggestions": {
|
|
222
|
-
developer_comment: "In Export fields selection - Suggestions message",
|
|
223
|
-
string: "建议:"
|
|
224
|
-
},
|
|
225
|
-
"ExportResourcesModal.thereAreNoResults": {
|
|
226
|
-
developer_comment: "No search results message",
|
|
227
|
-
string: "没有与您的搜索相匹配的结果。"
|
|
228
|
-
},
|
|
229
|
-
"ExportResourcesModal.unexpectedError": {
|
|
230
|
-
developer_comment: "Generic notification message when starting export process fails",
|
|
231
|
-
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
232
|
-
}
|
|
233
|
-
};
|
|
234
|
-
|
|
235
|
-
export { zhCN as default };
|