@vendure/admin-ui 3.2.0 → 3.2.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.
Files changed (65) hide show
  1. package/LICENSE.md +42 -42
  2. package/core/common/version.d.ts +1 -1
  3. package/fesm2022/vendure-admin-ui-catalog.mjs +257 -257
  4. package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
  5. package/fesm2022/vendure-admin-ui-core.mjs +4140 -4140
  6. package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
  7. package/fesm2022/vendure-admin-ui-customer.mjs +119 -119
  8. package/fesm2022/vendure-admin-ui-customer.mjs.map +1 -1
  9. package/fesm2022/vendure-admin-ui-dashboard.mjs +58 -58
  10. package/fesm2022/vendure-admin-ui-dashboard.mjs.map +1 -1
  11. package/fesm2022/vendure-admin-ui-login.mjs +2 -2
  12. package/fesm2022/vendure-admin-ui-login.mjs.map +1 -1
  13. package/fesm2022/vendure-admin-ui-marketing.mjs +35 -35
  14. package/fesm2022/vendure-admin-ui-marketing.mjs.map +1 -1
  15. package/fesm2022/vendure-admin-ui-order.mjs +186 -186
  16. package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
  17. package/fesm2022/vendure-admin-ui-react.mjs +8 -8
  18. package/fesm2022/vendure-admin-ui-react.mjs.map +1 -1
  19. package/fesm2022/vendure-admin-ui-settings.mjs +441 -441
  20. package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -1
  21. package/fesm2022/vendure-admin-ui-system.mjs +6 -6
  22. package/fesm2022/vendure-admin-ui-system.mjs.map +1 -1
  23. package/fesm2022/vendure-admin-ui.mjs.map +1 -1
  24. package/package.json +13 -9
  25. package/static/fonts/fonts.scss +253 -253
  26. package/static/i18n-messages/ar.json +813 -813
  27. package/static/i18n-messages/cs.json +813 -813
  28. package/static/i18n-messages/de.json +813 -813
  29. package/static/i18n-messages/en.json +817 -817
  30. package/static/i18n-messages/es.json +813 -813
  31. package/static/i18n-messages/fa.json +813 -813
  32. package/static/i18n-messages/fr.json +813 -813
  33. package/static/i18n-messages/he.json +813 -813
  34. package/static/i18n-messages/hr.json +813 -813
  35. package/static/i18n-messages/it.json +813 -813
  36. package/static/i18n-messages/ja.json +818 -818
  37. package/static/i18n-messages/nb.json +811 -811
  38. package/static/i18n-messages/ne.json +813 -813
  39. package/static/i18n-messages/pl.json +813 -813
  40. package/static/i18n-messages/pt_BR.json +813 -813
  41. package/static/i18n-messages/pt_PT.json +814 -814
  42. package/static/i18n-messages/ru.json +813 -813
  43. package/static/i18n-messages/sv.json +806 -806
  44. package/static/i18n-messages/tr.json +814 -814
  45. package/static/i18n-messages/uk.json +813 -813
  46. package/static/i18n-messages/zh_Hans.json +813 -813
  47. package/static/i18n-messages/zh_Hant.json +813 -813
  48. package/static/index.html +14 -14
  49. package/static/polyfills.ts +66 -66
  50. package/static/styles/_mixins.scss +60 -60
  51. package/static/styles/_variables.scss +11 -11
  52. package/static/styles/component/prosemirror.scss +513 -513
  53. package/static/styles/global/_buttons.scss +147 -147
  54. package/static/styles/global/_clarity.scss +140 -140
  55. package/static/styles/global/_forms.scss +187 -187
  56. package/static/styles/global/_global.scss +41 -41
  57. package/static/styles/global/_overrides.scss +165 -165
  58. package/static/styles/global/_sass-overrides.scss +7 -7
  59. package/static/styles/global/_utilities.scss +155 -155
  60. package/static/styles/rtl.scss +143 -143
  61. package/static/styles/styles.scss +19 -19
  62. package/static/styles/theme/dark.scss +591 -591
  63. package/static/styles/theme/default.scss +254 -254
  64. package/static/styles/ui-extension-theme.scss +13 -13
  65. package/static/vendure-ui-config.json +289 -289
@@ -1,814 +1,814 @@
1
- {
2
- "admin": {
3
- "create-new-administrator": "添加管理员"
4
- },
5
- "asset": {
6
- "add-asset": "添加资源",
7
- "add-asset-with-count": "添加{count}个资源",
8
- "assets-selected-count": "已选择{ count }个资源",
9
- "dimensions": "图片尺寸",
10
- "focal-point": "图片焦点",
11
- "notify-create-assets-success": "创建了{count}个新资源",
12
- "original-asset-size": "资源大小",
13
- "preview": "预览",
14
- "remove-asset": "移除资源",
15
- "select-asset": "选择资源",
16
- "select-assets": "选择资源",
17
- "set-as-featured-asset": "设置为特征图片",
18
- "set-focal-point": "设置图片焦点",
19
- "source-file": "源文件",
20
- "unset-focal-point": "删除焦点设置",
21
- "update-focal-point": "重新设置焦点",
22
- "update-focal-point-error": "更新焦点失败",
23
- "update-focal-point-success": "更新焦点成功",
24
- "upload-assets": "上传资源",
25
- "uploading": "正在上传..."
26
- },
27
- "breadcrumb": {
28
- "administrators": "用户管理",
29
- "assets": "资源列表",
30
- "channels": "销售渠道",
31
- "collections": "商品系列",
32
- "countries": "国家列表",
33
- "customer-groups": "分组管理",
34
- "customers": "客户管理",
35
- "dashboard": "总览",
36
- "facets": "商品特征",
37
- "global-settings": "语言设置",
38
- "job-queue": "任务队列",
39
- "manage-variants": "商品规格管理",
40
- "modifying-order": "修改订单",
41
- "orders": "订单管理",
42
- "payment-methods": "支付管理",
43
- "product-options": "",
44
- "products": "产品",
45
- "profile": "个人资料",
46
- "promotions": "优惠券管理",
47
- "roles": "角色管理",
48
- "seller-orders": "",
49
- "sellers": "",
50
- "shipping-methods": "配送方式管理",
51
- "stock-locations": "库存位置",
52
- "system-status": "系统状态",
53
- "tax-categories": "税表分类",
54
- "tax-rates": "税率管理",
55
- "zones": "分区列表"
56
- },
57
- "catalog": {
58
- "add-facet-value": "添加特征值",
59
- "add-facets": "添加特征",
60
- "add-option": "添加规格组",
61
- "add-price-in-another-currency": "",
62
- "add-stock-location": "",
63
- "add-stock-to-location": "",
64
- "asset": "",
65
- "asset-preview-links": "",
66
- "assets": "",
67
- "assign-product-to-channel-success": "成功将产品添加至销售渠道\"{ channel }\"",
68
- "assign-products-to-channel": "分配产品到销售渠道",
69
- "assign-to-named-channel": "分配到{ channelCode }",
70
- "assign-variant-to-channel-success": "成功添加商品到 \"{ channel }\"",
71
- "assign-variants-to-channel": "添加到销售渠道",
72
- "auto-update-option-variant-name": "此选项自动更新不同商品变体名称",
73
- "auto-update-product-variant-name": "自动更新不同商品变体名称",
74
- "calculated-price": "计算价格",
75
- "calculated-price-tooltip": "有一个配置的自定义价格计算,修改了上面设置的价格:",
76
- "cannot-create-variants-without-options": "",
77
- "channel-price-preview": "渠道价格预览",
78
- "collection": "",
79
- "collection-contents": "系列产品",
80
- "collections": "",
81
- "confirm-bulk-delete-products": "",
82
- "confirm-cancel": "",
83
- "confirm-delete-assets": "确认删除{count}个资源吗?",
84
- "confirm-delete-facet-value": "确认删除特征值?",
85
- "confirm-delete-product": "确认删除商品?",
86
- "confirm-delete-product-option": "",
87
- "confirm-delete-product-option-group": "",
88
- "confirm-delete-product-option-group-body": "",
89
- "confirm-delete-product-variant": "确认删除商品规格?",
90
- "confirm-deletion-of-unused-variants-body": "",
91
- "confirm-deletion-of-unused-variants-title": "",
92
- "create-draft-order": "",
93
- "create-facet-value": "创建新特征值",
94
- "create-new-collection": "添加系列",
95
- "create-new-facet": "添加特征",
96
- "create-new-product": "添加商品",
97
- "create-new-stock-location": "",
98
- "create-product-option-group": "",
99
- "create-product-variant": "",
100
- "default-currency": "",
101
- "do-not-inherit-filters": "",
102
- "drop-files-to-upload": "拖拽文件上传",
103
- "duplicate-collections": "复制集合",
104
- "duplicate-facets": "复制外观",
105
- "duplicate-products": "复制产品",
106
- "edit-facet-values": "",
107
- "edit-options": "",
108
- "facet": "",
109
- "facet-value-not-available": "",
110
- "facet-values": "特征值列表",
111
- "facets": "",
112
- "filter-by-name": "按名字过滤",
113
- "filter-inheritance": "",
114
- "filters": "过滤条件",
115
- "inherit-filters-from-parent": "",
116
- "live-preview-contents": "",
117
- "manage-variants": "商品规格管理",
118
- "move-collection-to": "",
119
- "move-collections": "",
120
- "move-collections-success": "",
121
- "move-down": "向下移",
122
- "move-to": "移至",
123
- "move-up": "向上移",
124
- "name": "",
125
- "no-channel-selected": "未选择销售渠道",
126
- "no-featured-asset": "无特征图片",
127
- "no-selection": "尚未选择",
128
- "no-stock-locations-available-on-current-channel": "",
129
- "notify-bulk-delete-products-success": "",
130
- "notify-remove-facets-from-channel-success": "",
131
- "notify-remove-product-from-channel-error": "从渠道中移除商品失败",
132
- "notify-remove-product-from-channel-success": "成功从渠道中移除商品",
133
- "notify-remove-variant-from-channel-error": "从渠道中移除商品变体失败",
134
- "notify-remove-variant-from-channel-success": "成功从渠道中移除商品变体",
135
- "number-of-variants": "",
136
- "option": "规格",
137
- "option-name": "规格名称",
138
- "option-values": "规格列表(按回车键添加)",
139
- "out-of-stock-threshold": "售空限制",
140
- "out-of-stock-threshold-tooltip": "当此规格产品库存值低于此限制时,产品将为售空状态。设置为负数设置此规格产品为缺货状态。",
141
- "page-description-options-editor": "",
142
- "price": "价格",
143
- "price-and-tax": "",
144
- "price-conversion-factor": "价格换算因数",
145
- "price-in-channel": "渠道{ channel }价格",
146
- "price-includes-tax-at": "含税{ rate }%",
147
- "price-with-tax-in-default-zone": "含税{ rate }% 价格{ price }",
148
- "private": "隐藏",
149
- "product": "",
150
- "product-name": "商品名称",
151
- "product-options": "",
152
- "product-variant-exists": "",
153
- "product-variants": "商品规格",
154
- "products": "产品",
155
- "public": "公开",
156
- "quick-jump-placeholder": "",
157
- "rebuild-search-index": "重建搜索索引",
158
- "reindex-error": "重建索引失败",
159
- "reindex-successful": "已成功重建{count}个产品索引,耗时{time}毫秒",
160
- "reindexing": "正在重建搜索索引",
161
- "remove-from-channel": "从销售渠道移除",
162
- "remove-option": "移除选项",
163
- "remove-product-from-channel": "从销售渠道移除商品",
164
- "remove-product-variant-from-channel": "从销售渠道移除商品变体",
165
- "reorder-collection": "",
166
- "root-collection": "",
167
- "run-pending-search-index-updates": "",
168
- "running-search-index-updates": "",
169
- "search-asset-name-or-tag": "输入要搜索的资源名称或标签",
170
- "search-for-term": "输入搜索条目",
171
- "search-product-name-or-code": "输入要搜索的商品名称或商品编码",
172
- "select-product": "选择商品",
173
- "select-product-variant": "选择商品变体",
174
- "sku": "商品库存编码",
175
- "slug": "名称缩写",
176
- "slug-pattern-error": "名称缩写无效",
177
- "stock-allocated": "已分配",
178
- "stock-levels": "",
179
- "stock-location": "",
180
- "stock-locations": "库存位置",
181
- "stock-on-hand": "当前库存",
182
- "tax-category": "税表分类",
183
- "taxes": "价格(含税)",
184
- "track-inventory": "跟踪库存",
185
- "track-inventory-false": "不跟踪",
186
- "track-inventory-inherit": "",
187
- "track-inventory-tooltip": "当设置跟踪,当前规格产品库存数量会跟进销售数量自动减少",
188
- "track-inventory-true": "跟踪",
189
- "update-product-option": "更新产品规格",
190
- "use-global-value": "使用系统默认值",
191
- "values": "值",
192
- "variant": "商品规格",
193
- "variant-count": "",
194
- "view-contents": "查看详情",
195
- "visibility": "访问控制"
196
- },
197
- "common": {
198
- "ID": "ID",
199
- "add-filter": "",
200
- "add-item-to-list": "添加到列表",
201
- "add-note": "添加注释",
202
- "apply": "",
203
- "assign-to-channel": "",
204
- "assign-to-channels": "分配到{count, plural, one {渠道} other {渠道}}",
205
- "available-currencies": "",
206
- "available-languages": "可用语言",
207
- "boolean-and": "",
208
- "boolean-false": "",
209
- "boolean-or": "",
210
- "boolean-true": "",
211
- "breadcrumb": "",
212
- "browser-default": "",
213
- "cancel": "取消",
214
- "cancel-navigation": "取消",
215
- "change-selection": "更改选项",
216
- "channel": "销售渠道",
217
- "channels": "销售渠道",
218
- "clear-selection": "",
219
- "code": "编码",
220
- "collapse-entries": "收起",
221
- "confirm": "确认",
222
- "confirm-bulk-assign-to-channel": "",
223
- "confirm-bulk-delete": "",
224
- "confirm-bulk-remove-from-channel": "",
225
- "confirm-delete-note": "删除笔记",
226
- "confirm-navigation": "导航确认",
227
- "contents": "",
228
- "create": "添加",
229
- "created-at": "创建时间",
230
- "custom-fields": "客户化字段",
231
- "data-table-filter-date-mode": "日期模式",
232
- "data-table-filter-date-range": "日期范围",
233
- "data-table-filter-date-relative": "相对日期",
234
- "default-channel": "默认销售渠道",
235
- "default-language": "默认语言",
236
- "default-tax-category": "默认税表",
237
- "delete": "删除",
238
- "description": "描述",
239
- "details": "详情",
240
- "disabled": "禁用",
241
- "discard-changes": "放弃修改",
242
- "duplicate": "复制",
243
- "edit": "编辑",
244
- "edit-field": "编辑域",
245
- "edit-note": "编辑笔记",
246
- "enabled": "启用",
247
- "end-date": "",
248
- "expand-entries": "展开",
249
- "extension-running-in-separate-window": "扩展已在另一个窗口启动",
250
- "filter": "过滤",
251
- "filter-preset-name": "过滤器预设名称",
252
- "force-delete": "",
253
- "force-remove": "",
254
- "general": "",
255
- "guest": "游客",
256
- "id": "",
257
- "image": "",
258
- "items-per-page-option": "每页显示 { count } 条",
259
- "items-selected-count": "",
260
- "keep-editing": "",
261
- "language": "语言",
262
- "launch-extension": "启动扩展插件",
263
- "list-items-and-n-more": "",
264
- "live-update": "在线更新",
265
- "locale": "",
266
- "log-out": "退出",
267
- "login": "登陆",
268
- "login-image-title": "",
269
- "login-title": "",
270
- "manage-tags": "管理标签",
271
- "manage-tags-description": "更新或删除标签",
272
- "medium-date": "",
273
- "more": "更多...",
274
- "name": "名称",
275
- "no-alerts": "",
276
- "no-bulk-actions-available": "",
277
- "no-channel-selected": "",
278
- "no-results": "没找到任何结果",
279
- "not-applicable": "",
280
- "not-set": "未设置",
281
- "notify-assign-to-channel-success-with-count": "",
282
- "notify-bulk-update-success": "",
283
- "notify-create-error": "添加{ entity }失败",
284
- "notify-create-success": "{ entity }已添加",
285
- "notify-delete-error": "删除{ entity }失败",
286
- "notify-delete-error-with-count": "",
287
- "notify-delete-success": "{ entity }已删除",
288
- "notify-delete-success-with-count": "",
289
- "notify-duplicate-error": "由于错误无法复制 { name } :{ error }",
290
- "notify-duplicate-error-excess": "由于错误,无法复制额外的 { count } {count, plural, one {项目} other {项目}}",
291
- "notify-duplicate-success": "成功复制 {count, plural, one {1 项目} other {{count} 项目}} :{ names }",
292
- "notify-remove-from-channel-success-with-count": "",
293
- "notify-save-changes-error": "保存失败",
294
- "notify-saved-changes": "修改已保存",
295
- "notify-update-error": "更新{ entity }失败",
296
- "notify-update-success": "{ entity }已更新",
297
- "notify-updated-tags-success": "成功更新标签",
298
- "okay": "",
299
- "operator-contains": "",
300
- "operator-eq": "",
301
- "operator-gt": "",
302
- "operator-lt": "",
303
- "operator-not-contains": "",
304
- "operator-not-eq": "",
305
- "operator-notContains": "",
306
- "operator-regex": "",
307
- "password": "密码",
308
- "position": "",
309
- "price": "价格",
310
- "price-with-tax": "价格(含税)",
311
- "private": "隐藏",
312
- "public": "公开",
313
- "remember-me": "记住我",
314
- "remove": "删除",
315
- "remove-from-channel": "",
316
- "remove-item-from-list": "从列表中移除",
317
- "rename-filter-preset": "重命名预设",
318
- "reset-columns": "",
319
- "results-count": "{count, plural, =0{无} other {{count}个过滤结果}}",
320
- "sample-formatting": "",
321
- "save-filter-preset": "保存为预设",
322
- "search-and-filter-list": "",
323
- "search-by-name": "",
324
- "select": "选择...",
325
- "select-display-language": "选择显示语言",
326
- "select-items-with-count": "",
327
- "select-products": "",
328
- "select-relation-id": "",
329
- "select-table-columns": "",
330
- "select-today": "选择今天",
331
- "select-variants": "",
332
- "seller": "",
333
- "set-language": "",
334
- "short-date": "",
335
- "slug": "",
336
- "start-date": "",
337
- "status": "",
338
- "tags": "标签",
339
- "theme": "主题",
340
- "there-are-unsaved-changes": "修改尚未被保存,现在离开会导致您的修改会被删除",
341
- "toggle-all": "全部切换",
342
- "total-items": "{currentStart} - {currentEnd} 的 {totalItems}",
343
- "update": "确认修改",
344
- "updated-at": "修改时间",
345
- "username": "用户名",
346
- "value": "",
347
- "view-contents": "",
348
- "view-next-month": "查看下个月",
349
- "view-previous-month": "查看下个月",
350
- "visibility": "",
351
- "with-selected": "从已选中..."
352
- },
353
- "customer": {
354
- "add-customer-to-group": "添加客户到分组",
355
- "add-customer-to-groups-with-count": "添加客户到 {count}个分组",
356
- "add-customers-to-group": "添加客户到分组",
357
- "add-customers-to-group-success": "已添加{customerCount} 个客户到\"{ groupName }\"分组",
358
- "add-customers-to-group-with-count": "添加{count}个客户",
359
- "add-customers-to-group-with-name": "添加客户到\"{ groupName }\"分组",
360
- "addresses": "地址",
361
- "city": "市",
362
- "company": "",
363
- "confirm-remove-customer-from-group": "确认从分组移除客户?",
364
- "country": "国家",
365
- "create-customer-group": "添加分组",
366
- "create-new-address": "添加地址",
367
- "create-new-customer": "添加客户",
368
- "create-new-customer-group": "确认添加",
369
- "customer": "",
370
- "customer-group": "",
371
- "customer-groups": "客户分组",
372
- "customer-history": "客户记录",
373
- "customers": "",
374
- "default-billing-address": "默认账单地址",
375
- "default-shipping-address": "默认邮寄地址",
376
- "email-address": "电子邮件地址",
377
- "email-verification-sent": "验证邮件已经发送到邮箱地址{ emailAddress }",
378
- "first-name": "名",
379
- "full-name": "名字",
380
- "guest": "访客",
381
- "history-customer-added-to-group": "添加客户到分组\"{ groupName }\"",
382
- "history-customer-address-created": "创建地址",
383
- "history-customer-address-deleted": "删除地址",
384
- "history-customer-address-updated": "更新地址",
385
- "history-customer-detail-updated": "更新客户信息",
386
- "history-customer-email-update-requested": "请求更新电子邮件",
387
- "history-customer-email-update-verified": "验证电子邮件更新成功",
388
- "history-customer-password-reset-requested": "请求重置密码",
389
- "history-customer-password-reset-verified": "验证密码重置成功",
390
- "history-customer-password-updated": "更新密码",
391
- "history-customer-registered": "注册客户",
392
- "history-customer-removed-from-group": "从分组\"{ groupName }\"移除",
393
- "history-customer-verified": "验证客户成功",
394
- "history-using-external-auth-strategy": "使用{ strategy }",
395
- "history-using-native-auth-strategy": "使用电子邮件",
396
- "last-login": "上次登陆",
397
- "last-name": "姓",
398
- "name": "姓名",
399
- "new-email-address": "新邮件地址",
400
- "no-orders-placed": "无订单记录",
401
- "not-a-member-of-any-groups": "未分组",
402
- "old-email-address": "旧邮件地址",
403
- "orders": "订单列表",
404
- "password": "密码",
405
- "phone-number": "电话号码",
406
- "postal-code": "邮政编码",
407
- "province": "省(直辖市)",
408
- "registered": "已注册",
409
- "remove-customers-from-group-success": "成功从分组\"{ groupName }\"中移除{customerCount}个客户",
410
- "remove-from-group": "从分组中移除",
411
- "search-customers-by-email": "输入要搜索的客户邮件地址",
412
- "search-customers-by-email-last-name-postal-code": "",
413
- "select-customer": "选择客户",
414
- "set-as-default-billing-address": "设置为默认账单地址",
415
- "set-as-default-shipping-address": "设置为默认邮寄地址",
416
- "street-line-1": "街道",
417
- "street-line-2": "详细地址(小区,公司门牌号等)",
418
- "title": "客户称呼",
419
- "update-customer-group": "更新客户分组",
420
- "verified": "已验证",
421
- "view-group-members": "查看分组成员"
422
- },
423
- "dashboard": {
424
- "add-widget": "添加窗口工具",
425
- "latest-orders": "最新订单",
426
- "metric-average-order-value": "",
427
- "metric-number-of-orders": "",
428
- "metric-order-total-value": "",
429
- "metrics": "",
430
- "orders-summary": "订单预览",
431
- "remove-widget": "移除窗口",
432
- "thisMonth": "本月",
433
- "thisWeek": "本周",
434
- "today": "今天",
435
- "total-order-value": "总额",
436
- "total-orders": "总订单数",
437
- "widget-resize": "修改大小",
438
- "widget-width": "宽: {width}",
439
- "yesterday": "昨天"
440
- },
441
- "datetime": {
442
- "ago-days": "{count, plural, =1 {昨天} other {{count} 天前}} ",
443
- "ago-hours": "{count}小时前",
444
- "ago-minutes": "{count}分钟前",
445
- "ago-seconds": "{count, plural, =0 {刚刚} other {{count} 秒前}}",
446
- "ago-years": "{count, plural, =1 {去年} other {{count} 年前}} ",
447
- "day": "天",
448
- "duration-milliseconds": "{ms}毫秒",
449
- "duration-minutes:seconds": "{m}分{s}秒",
450
- "duration-seconds": "{s}秒",
451
- "month": "月",
452
- "month-apr": "4月",
453
- "month-aug": "8月",
454
- "month-dec": "12月",
455
- "month-feb": "2月",
456
- "month-jan": "1月",
457
- "month-jul": "7月",
458
- "month-jun": "6月",
459
- "month-mar": "3月",
460
- "month-may": "5月",
461
- "month-nov": "11月",
462
- "month-oct": "10月",
463
- "month-sep": "9月",
464
- "relative-past-days": "过去{count}天",
465
- "relative-past-months": "过去{count}个月",
466
- "relative-past-years": "过去{count}年",
467
- "time": "时间",
468
- "weekday-fr": "星期五",
469
- "weekday-mo": "星期一",
470
- "weekday-sa": "星期六",
471
- "weekday-su": "星期日",
472
- "weekday-th": "星期四",
473
- "weekday-tu": "星期二",
474
- "weekday-we": "星期三",
475
- "year": "年"
476
- },
477
- "editor": {
478
- "image-alt": "图片备注",
479
- "image-src": "图片源文件",
480
- "image-title": "图片标题",
481
- "insert-image": "插入图片",
482
- "link-href": "链接",
483
- "link-target": "",
484
- "link-title": "链接标题",
485
- "remove-link": "删除链接",
486
- "set-link": "设置链接"
487
- },
488
- "error": {
489
- "403-forbidden": "无权限访问路径 \"{ path }\"。无权限或会话已过期,请重新登陆",
490
- "could-not-connect-to-server": "无法链接服务器 { url }",
491
- "health-check-failed": "系统健康状态检查失败",
492
- "no-default-shipping-zone-set": "当前销售渠道没有默认配送区域设置,这会导致计算邮费失败。",
493
- "no-default-tax-zone-set": "当前销售渠道没有没人税表区域设置,这会导致计算价格失败。请创建或选择税区。"
494
- },
495
- "marketing": {
496
- "actions": "优惠操作",
497
- "add-action": "添加优惠",
498
- "add-condition": "添加限制条件",
499
- "conditions": "使用限制",
500
- "coupon-code": "优惠码",
501
- "create-new-promotion": "添加促销产品",
502
- "duplicate-promotions": "复制促销活动",
503
- "ends-at": "有效起始时间",
504
- "per-customer-limit": "每人限领数",
505
- "per-customer-limit-tooltip": "单个客户可以使用此优惠的最大次数",
506
- "promotion": "",
507
- "search-by-name-or-coupon-code": "",
508
- "starts-at": "有效结束时间",
509
- "usage-limit": "总使用限制",
510
- "usage-limit-tooltip": "此优惠的总使用次数上限"
511
- },
512
- "nav": {
513
- "administrators": "登陆管理",
514
- "assets": "资源列表",
515
- "catalog": "商品管理",
516
- "channels": "销售渠道",
517
- "collections": "商品系列",
518
- "countries": "国家列表",
519
- "customer-groups": "分组管理",
520
- "customers": "客户管理",
521
- "facets": "产品特征",
522
- "global-settings": "语言设置",
523
- "job-queue": "任务队列",
524
- "marketing": "市场营销",
525
- "orders": "订单管理",
526
- "payment-methods": "支付管理",
527
- "products": "产品",
528
- "promotions": "优惠券管理",
529
- "roles": "角色管理",
530
- "sales": "销售管理",
531
- "sellers": "",
532
- "settings": "系统设置",
533
- "shipping-methods": "配送方式",
534
- "stock-locations": "库存位置",
535
- "system": "系统状态",
536
- "system-status": "系统状态",
537
- "tax-categories": "税表分类",
538
- "tax-rates": "税表管理",
539
- "zones": "区域管理"
540
- },
541
- "order": {
542
- "add-item-to-order": "添加到订单",
543
- "add-note": "添加备注",
544
- "add-payment": "添加付款",
545
- "add-payment-to-order": "添加付款到订单",
546
- "add-payment-to-order-success": "成功添加付款到订单",
547
- "add-surcharge": "添加附加费",
548
- "added-items": "添加项目",
549
- "amount": "金额",
550
- "arrange-additional-payment": "添加额外付款",
551
- "assign-order-to-another-customer": "分配订单给另一个客户",
552
- "billing-address": "账单地址",
553
- "cancel": "取消",
554
- "cancel-entire-order": "",
555
- "cancel-fulfillment": "取消发货",
556
- "cancel-modification": "取消修改",
557
- "cancel-order": "取消订单",
558
- "cancel-payment": "取消付款",
559
- "cancel-reason-customer-request": "客户要求",
560
- "cancel-reason-not-available": "产品无库存",
561
- "cancel-selected-items": "取消已选",
562
- "cancel-specified-items": "",
563
- "cancellation-reason": "取消原因",
564
- "cancelled-order-items-success": "从订单中取消 { count } { count, plural, one {项} other {项} }",
565
- "cancelled-order-success": "订单成功取消",
566
- "complete-draft-order": "",
567
- "confirm-modifications": "确认修改",
568
- "contents": "具体内容",
569
- "create-fulfillment": "确认配货",
570
- "create-fulfillment-success": "确认配货成功",
571
- "customer": "客户",
572
- "delete-draft-order": "",
573
- "draft-order": "",
574
- "edit-billing-address": "编辑账单地址",
575
- "edit-shipping-address": "编辑邮寄地址",
576
- "error-message": "错误消息",
577
- "existing-address": "",
578
- "existing-customer": "",
579
- "filter-is-active": "",
580
- "fulfill": "已配货",
581
- "fulfill-order": "接受订单",
582
- "fulfillment": "配货记录",
583
- "fulfillment-method": "配货方式",
584
- "history-coupon-code-applied": "优惠卷已使用",
585
- "history-coupon-code-removed": "优惠卷已移除",
586
- "history-customer-updated": "客户已更新",
587
- "history-fulfillment-created": "",
588
- "history-fulfillment-delivered": "",
589
- "history-fulfillment-shipped": "",
590
- "history-fulfillment-transition": "",
591
- "history-items-cancelled": "{count}个已取消",
592
- "history-order-cancelled": "订单已取消",
593
- "history-order-created": "",
594
- "history-order-fulfilled": "订单已配货",
595
- "history-order-modified": "",
596
- "history-order-transition": "订单状态从{from}更新至{to}",
597
- "history-payment-settled": "已结算付款",
598
- "history-payment-transition": "付款交易 #{id} 状态从{from}更新至{to}",
599
- "history-refund-transition": "退款交易 #{id} 状态从 {from}更新至{to}",
600
- "item-count": "{count}个订单项",
601
- "line-fulfillment-all": "订单已全部配货完成",
602
- "line-fulfillment-none": "无订单配货记录",
603
- "line-fulfillment-partial": "总共{ total }个订单项,{ count }个已配货",
604
- "manually-transition-to-state": "",
605
- "manually-transition-to-state-message": "",
606
- "modification-adding-items": "",
607
- "modification-adding-surcharges": "",
608
- "modification-adjusting-lines": "",
609
- "modification-not-settled": "",
610
- "modification-recalculate-shipping": "",
611
- "modification-settled": "",
612
- "modification-summary": "",
613
- "modification-updating-billing-address": "",
614
- "modification-updating-shipping-address": "",
615
- "modified-items": "修改过的商品",
616
- "modify-order": "",
617
- "modify-order-price-difference": "",
618
- "net-price": "净价",
619
- "new-customer": "新客户",
620
- "no-modifications-made": "没有进行任何修改",
621
- "note": "",
622
- "note-is-private": "隐藏备注",
623
- "note-only-visible-to-administrators": "仅管理员可见",
624
- "note-visible-to-customer": "管理员及客户可见",
625
- "order": "",
626
- "order-history": "历史订单",
627
- "order-is-empty": "",
628
- "order-state-diagram": "",
629
- "order-type": "",
630
- "order-type-aggregate": "",
631
- "order-type-regular": "",
632
- "order-type-seller": "",
633
- "orders": "",
634
- "original-quantity-at-checkout": "结账时的原始数量",
635
- "payment": "付款信息",
636
- "payment-amount": "付款金额",
637
- "payment-metadata": "付款元数据",
638
- "payment-method": "付款方式",
639
- "payment-state": "付款状态",
640
- "payments": "",
641
- "placed-at": "",
642
- "preview-changes": "",
643
- "previous-customer": "以前的客户",
644
- "product-name": "产品名称",
645
- "product-sku": "库存编码",
646
- "promotions-applied": "已使用代金券",
647
- "prorated-unit-price": "",
648
- "quantity": "数量",
649
- "refund": "退款",
650
- "refund-amount": "退款金额",
651
- "refund-and-cancel-order": "退款|取消订单",
652
- "refund-cancellation-reason": "",
653
- "refund-cancellation-reason-required": "",
654
- "refund-metadata": "退款元数据",
655
- "refund-order-failed": "",
656
- "refund-order-success": "退款订单处理成功",
657
- "refund-reason": "退款原因",
658
- "refund-reason-customer-request": "客户要求",
659
- "refund-reason-not-available": "无库存",
660
- "refund-shipping": "退运费",
661
- "refund-this-payment": "退还此支付",
662
- "refund-total": "退款总计",
663
- "refund-total-error": "退款总计必须大于{min}并少于{max}之间",
664
- "refund-total-warning": "请指定等于退款总额的退款金额。",
665
- "refund-with-amount": "退款金额{amount}",
666
- "refundable-amount": "可退款金额",
667
- "refunded-count": "{count}个商品已退款",
668
- "removed-items": "",
669
- "return-to-stock": "返回库存",
670
- "search-by-order-filters": "输入要搜索的订单编号 / 姓 / 交易ID ",
671
- "select-address": "",
672
- "select-shipping-method": "",
673
- "select-state": "",
674
- "seller-orders": "",
675
- "set-billing-address": "",
676
- "set-coupon-codes": "",
677
- "set-customer-for-order": "",
678
- "set-customer-success": "",
679
- "set-fulfillment-state": "",
680
- "set-shipping-address": "",
681
- "set-shipping-method": "",
682
- "settle-payment": "结算付款",
683
- "settle-payment-error": "结算付款失败",
684
- "settle-payment-success": "结算付款成功",
685
- "settle-refund": "结算退款",
686
- "settle-refund-manual-instructions": "在您手动退款后,请添加交易ID.",
687
- "settle-refund-success": "结算退款成功",
688
- "shipping": "运费",
689
- "shipping-address": "配送地址",
690
- "shipping-cancelled": "",
691
- "shipping-method": "配送方式",
692
- "state": "状态",
693
- "sub-total": "小计金额",
694
- "successfully-updated-fulfillment": "",
695
- "surcharges": "",
696
- "tax-base": "",
697
- "tax-description": "",
698
- "tax-rate": "",
699
- "tax-summary": "",
700
- "tax-total": "",
701
- "total": "总计金额",
702
- "tracking-code": "物流码",
703
- "transaction-id": "交易ID",
704
- "transition-to-state": "",
705
- "transitioned-payment-to-state-success": "",
706
- "transitioned-to-state-success": "",
707
- "unable-to-transition-to-state-try-another": "",
708
- "unfulfilled": "未配货",
709
- "unit-price": "单价"
710
- },
711
- "settings": {
712
- "add-countries-to-zone": "添加国家到销售区域...",
713
- "add-countries-to-zone-success": "{ countryCount }个国家已到销售区域 \"{ zoneName }\"",
714
- "add-products-to-test-order": "添加产品到测试订单",
715
- "administrator": "",
716
- "channel": "销售渠道",
717
- "channel-token": "渠道唯一码",
718
- "country": "",
719
- "create-new-channel": "添加销售渠道",
720
- "create-new-country": "添加国家",
721
- "create-new-payment-method": "",
722
- "create-new-role": "添加角色",
723
- "create-new-seller": "",
724
- "create-new-shipping-method": "添加配送方式",
725
- "create-new-tax-category": "创建税表分类",
726
- "create-new-tax-rate": "添加税率",
727
- "create-new-zone": "",
728
- "default-currency": "",
729
- "default-role-label": "默认角色不可修改",
730
- "default-shipping-zone": "默认配送区域",
731
- "default-tax-zone": "默认销售区域",
732
- "defaults": "",
733
- "eligible": "符合条件",
734
- "email-address": "电子邮件",
735
- "email-address-or-identifier": "",
736
- "first-name": "名",
737
- "fulfillment-handler": "",
738
- "global-available-languages-tooltip": "",
739
- "global-out-of-stock-threshold": "默认售空限制",
740
- "global-out-of-stock-threshold-tooltip": "当此规格产品库存值低于此限制时,产品将为售空状态。设置为负数设置此规格产品为缺货状态。可以在产品页面更改默认限制",
741
- "last-name": "姓",
742
- "no-eligible-shipping-methods": "没有符合条件的配送方式",
743
- "password": "密码",
744
- "payment-eligibility-checker": "",
745
- "payment-handler": "",
746
- "payment-method": "",
747
- "permissions": "权限",
748
- "prices-include-tax": "设置默认销售区域价格含税",
749
- "profile": "",
750
- "rate": "税率",
751
- "remove-countries-from-zone-success": "{ countryCount }个国际已从\"{ zoneName }\"中移除",
752
- "remove-from-zone": "",
753
- "role": "",
754
- "roles": "角色列表",
755
- "search-by-product-name-or-sku": "输入要搜索的产品名称或库存编码",
756
- "seller": "",
757
- "shipping-calculator": "配送费计算",
758
- "shipping-eligibility-checker": "使用此配送方式的合格条件",
759
- "shipping-method": "配送方式",
760
- "tax-category": "税表分类",
761
- "tax-rate": "税率",
762
- "test-address": "模拟测试地址",
763
- "test-result": "模拟测试结果",
764
- "test-shipping-method": "模拟测试配送方式",
765
- "test-shipping-methods": "模拟测试配送方式",
766
- "track-inventory-default": "默认跟踪库存",
767
- "view-zone-members": "",
768
- "zone": "销售区域"
769
- },
770
- "state": {
771
- "adding-items": "正在选择商品",
772
- "arranging-additional-payment": "在付款",
773
- "arranging-payment": "正在付款",
774
- "authorized": "已授权",
775
- "cancelled": "已取消",
776
- "created": "已创建",
777
- "declined": "已拒绝",
778
- "delivered": "已完成",
779
- "draft": "",
780
- "error": "错误",
781
- "failed": "失败",
782
- "modifying": "正在修改",
783
- "partially-delivered": "部分配货",
784
- "partially-shipped": "部分发货",
785
- "payment-authorized": "已授权支付",
786
- "payment-settled": "已结算",
787
- "pending": "待处理",
788
- "settled": "已结算",
789
- "shipped": "已发货"
790
- },
791
- "system": {
792
- "all-job-queues": "所有任务",
793
- "health-all-systems-up": "所以系统正常运行",
794
- "health-error": "错误:一个或多个系统启动失败!",
795
- "health-last-checked": "上次检查",
796
- "health-message": "消息",
797
- "health-refresh": "刷新",
798
- "health-status": "状态",
799
- "health-status-down": "失败",
800
- "health-status-up": "正常",
801
- "job-data": "任务数据",
802
- "job-duration": "任务耗时",
803
- "job-error": "任务错误",
804
- "job-queue-name": "队列名称",
805
- "job-result": "任务结果",
806
- "job-state": "任务状态",
807
- "job-state-all": "所有状态",
808
- "job-state-cancelled": "已取消",
809
- "job-state-completed": "已完成",
810
- "job-state-failed": "失败",
811
- "job-state-pending": "等待中",
812
- "job-state-running": "运行中"
813
- }
1
+ {
2
+ "admin": {
3
+ "create-new-administrator": "添加管理员"
4
+ },
5
+ "asset": {
6
+ "add-asset": "添加资源",
7
+ "add-asset-with-count": "添加{count}个资源",
8
+ "assets-selected-count": "已选择{ count }个资源",
9
+ "dimensions": "图片尺寸",
10
+ "focal-point": "图片焦点",
11
+ "notify-create-assets-success": "创建了{count}个新资源",
12
+ "original-asset-size": "资源大小",
13
+ "preview": "预览",
14
+ "remove-asset": "移除资源",
15
+ "select-asset": "选择资源",
16
+ "select-assets": "选择资源",
17
+ "set-as-featured-asset": "设置为特征图片",
18
+ "set-focal-point": "设置图片焦点",
19
+ "source-file": "源文件",
20
+ "unset-focal-point": "删除焦点设置",
21
+ "update-focal-point": "重新设置焦点",
22
+ "update-focal-point-error": "更新焦点失败",
23
+ "update-focal-point-success": "更新焦点成功",
24
+ "upload-assets": "上传资源",
25
+ "uploading": "正在上传..."
26
+ },
27
+ "breadcrumb": {
28
+ "administrators": "用户管理",
29
+ "assets": "资源列表",
30
+ "channels": "销售渠道",
31
+ "collections": "商品系列",
32
+ "countries": "国家列表",
33
+ "customer-groups": "分组管理",
34
+ "customers": "客户管理",
35
+ "dashboard": "总览",
36
+ "facets": "商品特征",
37
+ "global-settings": "语言设置",
38
+ "job-queue": "任务队列",
39
+ "manage-variants": "商品规格管理",
40
+ "modifying-order": "修改订单",
41
+ "orders": "订单管理",
42
+ "payment-methods": "支付管理",
43
+ "product-options": "",
44
+ "products": "产品",
45
+ "profile": "个人资料",
46
+ "promotions": "优惠券管理",
47
+ "roles": "角色管理",
48
+ "seller-orders": "",
49
+ "sellers": "",
50
+ "shipping-methods": "配送方式管理",
51
+ "stock-locations": "库存位置",
52
+ "system-status": "系统状态",
53
+ "tax-categories": "税表分类",
54
+ "tax-rates": "税率管理",
55
+ "zones": "分区列表"
56
+ },
57
+ "catalog": {
58
+ "add-facet-value": "添加特征值",
59
+ "add-facets": "添加特征",
60
+ "add-option": "添加规格组",
61
+ "add-price-in-another-currency": "",
62
+ "add-stock-location": "",
63
+ "add-stock-to-location": "",
64
+ "asset": "",
65
+ "asset-preview-links": "",
66
+ "assets": "",
67
+ "assign-product-to-channel-success": "成功将产品添加至销售渠道\"{ channel }\"",
68
+ "assign-products-to-channel": "分配产品到销售渠道",
69
+ "assign-to-named-channel": "分配到{ channelCode }",
70
+ "assign-variant-to-channel-success": "成功添加商品到 \"{ channel }\"",
71
+ "assign-variants-to-channel": "添加到销售渠道",
72
+ "auto-update-option-variant-name": "此选项自动更新不同商品变体名称",
73
+ "auto-update-product-variant-name": "自动更新不同商品变体名称",
74
+ "calculated-price": "计算价格",
75
+ "calculated-price-tooltip": "有一个配置的自定义价格计算,修改了上面设置的价格:",
76
+ "cannot-create-variants-without-options": "",
77
+ "channel-price-preview": "渠道价格预览",
78
+ "collection": "",
79
+ "collection-contents": "系列产品",
80
+ "collections": "",
81
+ "confirm-bulk-delete-products": "",
82
+ "confirm-cancel": "",
83
+ "confirm-delete-assets": "确认删除{count}个资源吗?",
84
+ "confirm-delete-facet-value": "确认删除特征值?",
85
+ "confirm-delete-product": "确认删除商品?",
86
+ "confirm-delete-product-option": "",
87
+ "confirm-delete-product-option-group": "",
88
+ "confirm-delete-product-option-group-body": "",
89
+ "confirm-delete-product-variant": "确认删除商品规格?",
90
+ "confirm-deletion-of-unused-variants-body": "",
91
+ "confirm-deletion-of-unused-variants-title": "",
92
+ "create-draft-order": "",
93
+ "create-facet-value": "创建新特征值",
94
+ "create-new-collection": "添加系列",
95
+ "create-new-facet": "添加特征",
96
+ "create-new-product": "添加商品",
97
+ "create-new-stock-location": "",
98
+ "create-product-option-group": "",
99
+ "create-product-variant": "",
100
+ "default-currency": "",
101
+ "do-not-inherit-filters": "",
102
+ "drop-files-to-upload": "拖拽文件上传",
103
+ "duplicate-collections": "复制集合",
104
+ "duplicate-facets": "复制外观",
105
+ "duplicate-products": "复制产品",
106
+ "edit-facet-values": "",
107
+ "edit-options": "",
108
+ "facet": "",
109
+ "facet-value-not-available": "",
110
+ "facet-values": "特征值列表",
111
+ "facets": "",
112
+ "filter-by-name": "按名字过滤",
113
+ "filter-inheritance": "",
114
+ "filters": "过滤条件",
115
+ "inherit-filters-from-parent": "",
116
+ "live-preview-contents": "",
117
+ "manage-variants": "商品规格管理",
118
+ "move-collection-to": "",
119
+ "move-collections": "",
120
+ "move-collections-success": "",
121
+ "move-down": "向下移",
122
+ "move-to": "移至",
123
+ "move-up": "向上移",
124
+ "name": "",
125
+ "no-channel-selected": "未选择销售渠道",
126
+ "no-featured-asset": "无特征图片",
127
+ "no-selection": "尚未选择",
128
+ "no-stock-locations-available-on-current-channel": "",
129
+ "notify-bulk-delete-products-success": "",
130
+ "notify-remove-facets-from-channel-success": "",
131
+ "notify-remove-product-from-channel-error": "从渠道中移除商品失败",
132
+ "notify-remove-product-from-channel-success": "成功从渠道中移除商品",
133
+ "notify-remove-variant-from-channel-error": "从渠道中移除商品变体失败",
134
+ "notify-remove-variant-from-channel-success": "成功从渠道中移除商品变体",
135
+ "number-of-variants": "",
136
+ "option": "规格",
137
+ "option-name": "规格名称",
138
+ "option-values": "规格列表(按回车键添加)",
139
+ "out-of-stock-threshold": "售空限制",
140
+ "out-of-stock-threshold-tooltip": "当此规格产品库存值低于此限制时,产品将为售空状态。设置为负数设置此规格产品为缺货状态。",
141
+ "page-description-options-editor": "",
142
+ "price": "价格",
143
+ "price-and-tax": "",
144
+ "price-conversion-factor": "价格换算因数",
145
+ "price-in-channel": "渠道{ channel }价格",
146
+ "price-includes-tax-at": "含税{ rate }%",
147
+ "price-with-tax-in-default-zone": "含税{ rate }% 价格{ price }",
148
+ "private": "隐藏",
149
+ "product": "",
150
+ "product-name": "商品名称",
151
+ "product-options": "",
152
+ "product-variant-exists": "",
153
+ "product-variants": "商品规格",
154
+ "products": "产品",
155
+ "public": "公开",
156
+ "quick-jump-placeholder": "",
157
+ "rebuild-search-index": "重建搜索索引",
158
+ "reindex-error": "重建索引失败",
159
+ "reindex-successful": "已成功重建{count}个产品索引,耗时{time}毫秒",
160
+ "reindexing": "正在重建搜索索引",
161
+ "remove-from-channel": "从销售渠道移除",
162
+ "remove-option": "移除选项",
163
+ "remove-product-from-channel": "从销售渠道移除商品",
164
+ "remove-product-variant-from-channel": "从销售渠道移除商品变体",
165
+ "reorder-collection": "",
166
+ "root-collection": "",
167
+ "run-pending-search-index-updates": "",
168
+ "running-search-index-updates": "",
169
+ "search-asset-name-or-tag": "输入要搜索的资源名称或标签",
170
+ "search-for-term": "输入搜索条目",
171
+ "search-product-name-or-code": "输入要搜索的商品名称或商品编码",
172
+ "select-product": "选择商品",
173
+ "select-product-variant": "选择商品变体",
174
+ "sku": "商品库存编码",
175
+ "slug": "名称缩写",
176
+ "slug-pattern-error": "名称缩写无效",
177
+ "stock-allocated": "已分配",
178
+ "stock-levels": "",
179
+ "stock-location": "",
180
+ "stock-locations": "库存位置",
181
+ "stock-on-hand": "当前库存",
182
+ "tax-category": "税表分类",
183
+ "taxes": "价格(含税)",
184
+ "track-inventory": "跟踪库存",
185
+ "track-inventory-false": "不跟踪",
186
+ "track-inventory-inherit": "",
187
+ "track-inventory-tooltip": "当设置跟踪,当前规格产品库存数量会跟进销售数量自动减少",
188
+ "track-inventory-true": "跟踪",
189
+ "update-product-option": "更新产品规格",
190
+ "use-global-value": "使用系统默认值",
191
+ "values": "值",
192
+ "variant": "商品规格",
193
+ "variant-count": "",
194
+ "view-contents": "查看详情",
195
+ "visibility": "访问控制"
196
+ },
197
+ "common": {
198
+ "ID": "ID",
199
+ "add-filter": "",
200
+ "add-item-to-list": "添加到列表",
201
+ "add-note": "添加注释",
202
+ "apply": "",
203
+ "assign-to-channel": "",
204
+ "assign-to-channels": "分配到{count, plural, one {渠道} other {渠道}}",
205
+ "available-currencies": "",
206
+ "available-languages": "可用语言",
207
+ "boolean-and": "",
208
+ "boolean-false": "",
209
+ "boolean-or": "",
210
+ "boolean-true": "",
211
+ "breadcrumb": "",
212
+ "browser-default": "",
213
+ "cancel": "取消",
214
+ "cancel-navigation": "取消",
215
+ "change-selection": "更改选项",
216
+ "channel": "销售渠道",
217
+ "channels": "销售渠道",
218
+ "clear-selection": "",
219
+ "code": "编码",
220
+ "collapse-entries": "收起",
221
+ "confirm": "确认",
222
+ "confirm-bulk-assign-to-channel": "",
223
+ "confirm-bulk-delete": "",
224
+ "confirm-bulk-remove-from-channel": "",
225
+ "confirm-delete-note": "删除笔记",
226
+ "confirm-navigation": "导航确认",
227
+ "contents": "",
228
+ "create": "添加",
229
+ "created-at": "创建时间",
230
+ "custom-fields": "客户化字段",
231
+ "data-table-filter-date-mode": "日期模式",
232
+ "data-table-filter-date-range": "日期范围",
233
+ "data-table-filter-date-relative": "相对日期",
234
+ "default-channel": "默认销售渠道",
235
+ "default-language": "默认语言",
236
+ "default-tax-category": "默认税表",
237
+ "delete": "删除",
238
+ "description": "描述",
239
+ "details": "详情",
240
+ "disabled": "禁用",
241
+ "discard-changes": "放弃修改",
242
+ "duplicate": "复制",
243
+ "edit": "编辑",
244
+ "edit-field": "编辑域",
245
+ "edit-note": "编辑笔记",
246
+ "enabled": "启用",
247
+ "end-date": "",
248
+ "expand-entries": "展开",
249
+ "extension-running-in-separate-window": "扩展已在另一个窗口启动",
250
+ "filter": "过滤",
251
+ "filter-preset-name": "过滤器预设名称",
252
+ "force-delete": "",
253
+ "force-remove": "",
254
+ "general": "",
255
+ "guest": "游客",
256
+ "id": "",
257
+ "image": "",
258
+ "items-per-page-option": "每页显示 { count } 条",
259
+ "items-selected-count": "",
260
+ "keep-editing": "",
261
+ "language": "语言",
262
+ "launch-extension": "启动扩展插件",
263
+ "list-items-and-n-more": "",
264
+ "live-update": "在线更新",
265
+ "locale": "",
266
+ "log-out": "退出",
267
+ "login": "登陆",
268
+ "login-image-title": "",
269
+ "login-title": "",
270
+ "manage-tags": "管理标签",
271
+ "manage-tags-description": "更新或删除标签",
272
+ "medium-date": "",
273
+ "more": "更多...",
274
+ "name": "名称",
275
+ "no-alerts": "",
276
+ "no-bulk-actions-available": "",
277
+ "no-channel-selected": "",
278
+ "no-results": "没找到任何结果",
279
+ "not-applicable": "",
280
+ "not-set": "未设置",
281
+ "notify-assign-to-channel-success-with-count": "",
282
+ "notify-bulk-update-success": "",
283
+ "notify-create-error": "添加{ entity }失败",
284
+ "notify-create-success": "{ entity }已添加",
285
+ "notify-delete-error": "删除{ entity }失败",
286
+ "notify-delete-error-with-count": "",
287
+ "notify-delete-success": "{ entity }已删除",
288
+ "notify-delete-success-with-count": "",
289
+ "notify-duplicate-error": "由于错误无法复制 { name } :{ error }",
290
+ "notify-duplicate-error-excess": "由于错误,无法复制额外的 { count } {count, plural, one {项目} other {项目}}",
291
+ "notify-duplicate-success": "成功复制 {count, plural, one {1 项目} other {{count} 项目}} :{ names }",
292
+ "notify-remove-from-channel-success-with-count": "",
293
+ "notify-save-changes-error": "保存失败",
294
+ "notify-saved-changes": "修改已保存",
295
+ "notify-update-error": "更新{ entity }失败",
296
+ "notify-update-success": "{ entity }已更新",
297
+ "notify-updated-tags-success": "成功更新标签",
298
+ "okay": "",
299
+ "operator-contains": "",
300
+ "operator-eq": "",
301
+ "operator-gt": "",
302
+ "operator-lt": "",
303
+ "operator-not-contains": "",
304
+ "operator-not-eq": "",
305
+ "operator-notContains": "",
306
+ "operator-regex": "",
307
+ "password": "密码",
308
+ "position": "",
309
+ "price": "价格",
310
+ "price-with-tax": "价格(含税)",
311
+ "private": "隐藏",
312
+ "public": "公开",
313
+ "remember-me": "记住我",
314
+ "remove": "删除",
315
+ "remove-from-channel": "",
316
+ "remove-item-from-list": "从列表中移除",
317
+ "rename-filter-preset": "重命名预设",
318
+ "reset-columns": "",
319
+ "results-count": "{count, plural, =0{无} other {{count}个过滤结果}}",
320
+ "sample-formatting": "",
321
+ "save-filter-preset": "保存为预设",
322
+ "search-and-filter-list": "",
323
+ "search-by-name": "",
324
+ "select": "选择...",
325
+ "select-display-language": "选择显示语言",
326
+ "select-items-with-count": "",
327
+ "select-products": "",
328
+ "select-relation-id": "",
329
+ "select-table-columns": "",
330
+ "select-today": "选择今天",
331
+ "select-variants": "",
332
+ "seller": "",
333
+ "set-language": "",
334
+ "short-date": "",
335
+ "slug": "",
336
+ "start-date": "",
337
+ "status": "",
338
+ "tags": "标签",
339
+ "theme": "主题",
340
+ "there-are-unsaved-changes": "修改尚未被保存,现在离开会导致您的修改会被删除",
341
+ "toggle-all": "全部切换",
342
+ "total-items": "{currentStart} - {currentEnd} 的 {totalItems}",
343
+ "update": "确认修改",
344
+ "updated-at": "修改时间",
345
+ "username": "用户名",
346
+ "value": "",
347
+ "view-contents": "",
348
+ "view-next-month": "查看下个月",
349
+ "view-previous-month": "查看下个月",
350
+ "visibility": "",
351
+ "with-selected": "从已选中..."
352
+ },
353
+ "customer": {
354
+ "add-customer-to-group": "添加客户到分组",
355
+ "add-customer-to-groups-with-count": "添加客户到 {count}个分组",
356
+ "add-customers-to-group": "添加客户到分组",
357
+ "add-customers-to-group-success": "已添加{customerCount} 个客户到\"{ groupName }\"分组",
358
+ "add-customers-to-group-with-count": "添加{count}个客户",
359
+ "add-customers-to-group-with-name": "添加客户到\"{ groupName }\"分组",
360
+ "addresses": "地址",
361
+ "city": "市",
362
+ "company": "",
363
+ "confirm-remove-customer-from-group": "确认从分组移除客户?",
364
+ "country": "国家",
365
+ "create-customer-group": "添加分组",
366
+ "create-new-address": "添加地址",
367
+ "create-new-customer": "添加客户",
368
+ "create-new-customer-group": "确认添加",
369
+ "customer": "",
370
+ "customer-group": "",
371
+ "customer-groups": "客户分组",
372
+ "customer-history": "客户记录",
373
+ "customers": "",
374
+ "default-billing-address": "默认账单地址",
375
+ "default-shipping-address": "默认邮寄地址",
376
+ "email-address": "电子邮件地址",
377
+ "email-verification-sent": "验证邮件已经发送到邮箱地址{ emailAddress }",
378
+ "first-name": "名",
379
+ "full-name": "名字",
380
+ "guest": "访客",
381
+ "history-customer-added-to-group": "添加客户到分组\"{ groupName }\"",
382
+ "history-customer-address-created": "创建地址",
383
+ "history-customer-address-deleted": "删除地址",
384
+ "history-customer-address-updated": "更新地址",
385
+ "history-customer-detail-updated": "更新客户信息",
386
+ "history-customer-email-update-requested": "请求更新电子邮件",
387
+ "history-customer-email-update-verified": "验证电子邮件更新成功",
388
+ "history-customer-password-reset-requested": "请求重置密码",
389
+ "history-customer-password-reset-verified": "验证密码重置成功",
390
+ "history-customer-password-updated": "更新密码",
391
+ "history-customer-registered": "注册客户",
392
+ "history-customer-removed-from-group": "从分组\"{ groupName }\"移除",
393
+ "history-customer-verified": "验证客户成功",
394
+ "history-using-external-auth-strategy": "使用{ strategy }",
395
+ "history-using-native-auth-strategy": "使用电子邮件",
396
+ "last-login": "上次登陆",
397
+ "last-name": "姓",
398
+ "name": "姓名",
399
+ "new-email-address": "新邮件地址",
400
+ "no-orders-placed": "无订单记录",
401
+ "not-a-member-of-any-groups": "未分组",
402
+ "old-email-address": "旧邮件地址",
403
+ "orders": "订单列表",
404
+ "password": "密码",
405
+ "phone-number": "电话号码",
406
+ "postal-code": "邮政编码",
407
+ "province": "省(直辖市)",
408
+ "registered": "已注册",
409
+ "remove-customers-from-group-success": "成功从分组\"{ groupName }\"中移除{customerCount}个客户",
410
+ "remove-from-group": "从分组中移除",
411
+ "search-customers-by-email": "输入要搜索的客户邮件地址",
412
+ "search-customers-by-email-last-name-postal-code": "",
413
+ "select-customer": "选择客户",
414
+ "set-as-default-billing-address": "设置为默认账单地址",
415
+ "set-as-default-shipping-address": "设置为默认邮寄地址",
416
+ "street-line-1": "街道",
417
+ "street-line-2": "详细地址(小区,公司门牌号等)",
418
+ "title": "客户称呼",
419
+ "update-customer-group": "更新客户分组",
420
+ "verified": "已验证",
421
+ "view-group-members": "查看分组成员"
422
+ },
423
+ "dashboard": {
424
+ "add-widget": "添加窗口工具",
425
+ "latest-orders": "最新订单",
426
+ "metric-average-order-value": "",
427
+ "metric-number-of-orders": "",
428
+ "metric-order-total-value": "",
429
+ "metrics": "",
430
+ "orders-summary": "订单预览",
431
+ "remove-widget": "移除窗口",
432
+ "thisMonth": "本月",
433
+ "thisWeek": "本周",
434
+ "today": "今天",
435
+ "total-order-value": "总额",
436
+ "total-orders": "总订单数",
437
+ "widget-resize": "修改大小",
438
+ "widget-width": "宽: {width}",
439
+ "yesterday": "昨天"
440
+ },
441
+ "datetime": {
442
+ "ago-days": "{count, plural, =1 {昨天} other {{count} 天前}} ",
443
+ "ago-hours": "{count}小时前",
444
+ "ago-minutes": "{count}分钟前",
445
+ "ago-seconds": "{count, plural, =0 {刚刚} other {{count} 秒前}}",
446
+ "ago-years": "{count, plural, =1 {去年} other {{count} 年前}} ",
447
+ "day": "天",
448
+ "duration-milliseconds": "{ms}毫秒",
449
+ "duration-minutes:seconds": "{m}分{s}秒",
450
+ "duration-seconds": "{s}秒",
451
+ "month": "月",
452
+ "month-apr": "4月",
453
+ "month-aug": "8月",
454
+ "month-dec": "12月",
455
+ "month-feb": "2月",
456
+ "month-jan": "1月",
457
+ "month-jul": "7月",
458
+ "month-jun": "6月",
459
+ "month-mar": "3月",
460
+ "month-may": "5月",
461
+ "month-nov": "11月",
462
+ "month-oct": "10月",
463
+ "month-sep": "9月",
464
+ "relative-past-days": "过去{count}天",
465
+ "relative-past-months": "过去{count}个月",
466
+ "relative-past-years": "过去{count}年",
467
+ "time": "时间",
468
+ "weekday-fr": "星期五",
469
+ "weekday-mo": "星期一",
470
+ "weekday-sa": "星期六",
471
+ "weekday-su": "星期日",
472
+ "weekday-th": "星期四",
473
+ "weekday-tu": "星期二",
474
+ "weekday-we": "星期三",
475
+ "year": "年"
476
+ },
477
+ "editor": {
478
+ "image-alt": "图片备注",
479
+ "image-src": "图片源文件",
480
+ "image-title": "图片标题",
481
+ "insert-image": "插入图片",
482
+ "link-href": "链接",
483
+ "link-target": "",
484
+ "link-title": "链接标题",
485
+ "remove-link": "删除链接",
486
+ "set-link": "设置链接"
487
+ },
488
+ "error": {
489
+ "403-forbidden": "无权限访问路径 \"{ path }\"。无权限或会话已过期,请重新登陆",
490
+ "could-not-connect-to-server": "无法链接服务器 { url }",
491
+ "health-check-failed": "系统健康状态检查失败",
492
+ "no-default-shipping-zone-set": "当前销售渠道没有默认配送区域设置,这会导致计算邮费失败。",
493
+ "no-default-tax-zone-set": "当前销售渠道没有没人税表区域设置,这会导致计算价格失败。请创建或选择税区。"
494
+ },
495
+ "marketing": {
496
+ "actions": "优惠操作",
497
+ "add-action": "添加优惠",
498
+ "add-condition": "添加限制条件",
499
+ "conditions": "使用限制",
500
+ "coupon-code": "优惠码",
501
+ "create-new-promotion": "添加促销产品",
502
+ "duplicate-promotions": "复制促销活动",
503
+ "ends-at": "有效起始时间",
504
+ "per-customer-limit": "每人限领数",
505
+ "per-customer-limit-tooltip": "单个客户可以使用此优惠的最大次数",
506
+ "promotion": "",
507
+ "search-by-name-or-coupon-code": "",
508
+ "starts-at": "有效结束时间",
509
+ "usage-limit": "总使用限制",
510
+ "usage-limit-tooltip": "此优惠的总使用次数上限"
511
+ },
512
+ "nav": {
513
+ "administrators": "登陆管理",
514
+ "assets": "资源列表",
515
+ "catalog": "商品管理",
516
+ "channels": "销售渠道",
517
+ "collections": "商品系列",
518
+ "countries": "国家列表",
519
+ "customer-groups": "分组管理",
520
+ "customers": "客户管理",
521
+ "facets": "产品特征",
522
+ "global-settings": "语言设置",
523
+ "job-queue": "任务队列",
524
+ "marketing": "市场营销",
525
+ "orders": "订单管理",
526
+ "payment-methods": "支付管理",
527
+ "products": "产品",
528
+ "promotions": "优惠券管理",
529
+ "roles": "角色管理",
530
+ "sales": "销售管理",
531
+ "sellers": "",
532
+ "settings": "系统设置",
533
+ "shipping-methods": "配送方式",
534
+ "stock-locations": "库存位置",
535
+ "system": "系统状态",
536
+ "system-status": "系统状态",
537
+ "tax-categories": "税表分类",
538
+ "tax-rates": "税表管理",
539
+ "zones": "区域管理"
540
+ },
541
+ "order": {
542
+ "add-item-to-order": "添加到订单",
543
+ "add-note": "添加备注",
544
+ "add-payment": "添加付款",
545
+ "add-payment-to-order": "添加付款到订单",
546
+ "add-payment-to-order-success": "成功添加付款到订单",
547
+ "add-surcharge": "添加附加费",
548
+ "added-items": "添加项目",
549
+ "amount": "金额",
550
+ "arrange-additional-payment": "添加额外付款",
551
+ "assign-order-to-another-customer": "分配订单给另一个客户",
552
+ "billing-address": "账单地址",
553
+ "cancel": "取消",
554
+ "cancel-entire-order": "",
555
+ "cancel-fulfillment": "取消发货",
556
+ "cancel-modification": "取消修改",
557
+ "cancel-order": "取消订单",
558
+ "cancel-payment": "取消付款",
559
+ "cancel-reason-customer-request": "客户要求",
560
+ "cancel-reason-not-available": "产品无库存",
561
+ "cancel-selected-items": "取消已选",
562
+ "cancel-specified-items": "",
563
+ "cancellation-reason": "取消原因",
564
+ "cancelled-order-items-success": "从订单中取消 { count } { count, plural, one {项} other {项} }",
565
+ "cancelled-order-success": "订单成功取消",
566
+ "complete-draft-order": "",
567
+ "confirm-modifications": "确认修改",
568
+ "contents": "具体内容",
569
+ "create-fulfillment": "确认配货",
570
+ "create-fulfillment-success": "确认配货成功",
571
+ "customer": "客户",
572
+ "delete-draft-order": "",
573
+ "draft-order": "",
574
+ "edit-billing-address": "编辑账单地址",
575
+ "edit-shipping-address": "编辑邮寄地址",
576
+ "error-message": "错误消息",
577
+ "existing-address": "",
578
+ "existing-customer": "",
579
+ "filter-is-active": "",
580
+ "fulfill": "已配货",
581
+ "fulfill-order": "接受订单",
582
+ "fulfillment": "配货记录",
583
+ "fulfillment-method": "配货方式",
584
+ "history-coupon-code-applied": "优惠卷已使用",
585
+ "history-coupon-code-removed": "优惠卷已移除",
586
+ "history-customer-updated": "客户已更新",
587
+ "history-fulfillment-created": "",
588
+ "history-fulfillment-delivered": "",
589
+ "history-fulfillment-shipped": "",
590
+ "history-fulfillment-transition": "",
591
+ "history-items-cancelled": "{count}个已取消",
592
+ "history-order-cancelled": "订单已取消",
593
+ "history-order-created": "",
594
+ "history-order-fulfilled": "订单已配货",
595
+ "history-order-modified": "",
596
+ "history-order-transition": "订单状态从{from}更新至{to}",
597
+ "history-payment-settled": "已结算付款",
598
+ "history-payment-transition": "付款交易 #{id} 状态从{from}更新至{to}",
599
+ "history-refund-transition": "退款交易 #{id} 状态从 {from}更新至{to}",
600
+ "item-count": "{count}个订单项",
601
+ "line-fulfillment-all": "订单已全部配货完成",
602
+ "line-fulfillment-none": "无订单配货记录",
603
+ "line-fulfillment-partial": "总共{ total }个订单项,{ count }个已配货",
604
+ "manually-transition-to-state": "",
605
+ "manually-transition-to-state-message": "",
606
+ "modification-adding-items": "",
607
+ "modification-adding-surcharges": "",
608
+ "modification-adjusting-lines": "",
609
+ "modification-not-settled": "",
610
+ "modification-recalculate-shipping": "",
611
+ "modification-settled": "",
612
+ "modification-summary": "",
613
+ "modification-updating-billing-address": "",
614
+ "modification-updating-shipping-address": "",
615
+ "modified-items": "修改过的商品",
616
+ "modify-order": "",
617
+ "modify-order-price-difference": "",
618
+ "net-price": "净价",
619
+ "new-customer": "新客户",
620
+ "no-modifications-made": "没有进行任何修改",
621
+ "note": "",
622
+ "note-is-private": "隐藏备注",
623
+ "note-only-visible-to-administrators": "仅管理员可见",
624
+ "note-visible-to-customer": "管理员及客户可见",
625
+ "order": "",
626
+ "order-history": "历史订单",
627
+ "order-is-empty": "",
628
+ "order-state-diagram": "",
629
+ "order-type": "",
630
+ "order-type-aggregate": "",
631
+ "order-type-regular": "",
632
+ "order-type-seller": "",
633
+ "orders": "",
634
+ "original-quantity-at-checkout": "结账时的原始数量",
635
+ "payment": "付款信息",
636
+ "payment-amount": "付款金额",
637
+ "payment-metadata": "付款元数据",
638
+ "payment-method": "付款方式",
639
+ "payment-state": "付款状态",
640
+ "payments": "",
641
+ "placed-at": "",
642
+ "preview-changes": "",
643
+ "previous-customer": "以前的客户",
644
+ "product-name": "产品名称",
645
+ "product-sku": "库存编码",
646
+ "promotions-applied": "已使用代金券",
647
+ "prorated-unit-price": "",
648
+ "quantity": "数量",
649
+ "refund": "退款",
650
+ "refund-amount": "退款金额",
651
+ "refund-and-cancel-order": "退款|取消订单",
652
+ "refund-cancellation-reason": "",
653
+ "refund-cancellation-reason-required": "",
654
+ "refund-metadata": "退款元数据",
655
+ "refund-order-failed": "",
656
+ "refund-order-success": "退款订单处理成功",
657
+ "refund-reason": "退款原因",
658
+ "refund-reason-customer-request": "客户要求",
659
+ "refund-reason-not-available": "无库存",
660
+ "refund-shipping": "退运费",
661
+ "refund-this-payment": "退还此支付",
662
+ "refund-total": "退款总计",
663
+ "refund-total-error": "退款总计必须大于{min}并少于{max}之间",
664
+ "refund-total-warning": "请指定等于退款总额的退款金额。",
665
+ "refund-with-amount": "退款金额{amount}",
666
+ "refundable-amount": "可退款金额",
667
+ "refunded-count": "{count}个商品已退款",
668
+ "removed-items": "",
669
+ "return-to-stock": "返回库存",
670
+ "search-by-order-filters": "输入要搜索的订单编号 / 姓 / 交易ID ",
671
+ "select-address": "",
672
+ "select-shipping-method": "",
673
+ "select-state": "",
674
+ "seller-orders": "",
675
+ "set-billing-address": "",
676
+ "set-coupon-codes": "",
677
+ "set-customer-for-order": "",
678
+ "set-customer-success": "",
679
+ "set-fulfillment-state": "",
680
+ "set-shipping-address": "",
681
+ "set-shipping-method": "",
682
+ "settle-payment": "结算付款",
683
+ "settle-payment-error": "结算付款失败",
684
+ "settle-payment-success": "结算付款成功",
685
+ "settle-refund": "结算退款",
686
+ "settle-refund-manual-instructions": "在您手动退款后,请添加交易ID.",
687
+ "settle-refund-success": "结算退款成功",
688
+ "shipping": "运费",
689
+ "shipping-address": "配送地址",
690
+ "shipping-cancelled": "",
691
+ "shipping-method": "配送方式",
692
+ "state": "状态",
693
+ "sub-total": "小计金额",
694
+ "successfully-updated-fulfillment": "",
695
+ "surcharges": "",
696
+ "tax-base": "",
697
+ "tax-description": "",
698
+ "tax-rate": "",
699
+ "tax-summary": "",
700
+ "tax-total": "",
701
+ "total": "总计金额",
702
+ "tracking-code": "物流码",
703
+ "transaction-id": "交易ID",
704
+ "transition-to-state": "",
705
+ "transitioned-payment-to-state-success": "",
706
+ "transitioned-to-state-success": "",
707
+ "unable-to-transition-to-state-try-another": "",
708
+ "unfulfilled": "未配货",
709
+ "unit-price": "单价"
710
+ },
711
+ "settings": {
712
+ "add-countries-to-zone": "添加国家到销售区域...",
713
+ "add-countries-to-zone-success": "{ countryCount }个国家已到销售区域 \"{ zoneName }\"",
714
+ "add-products-to-test-order": "添加产品到测试订单",
715
+ "administrator": "",
716
+ "channel": "销售渠道",
717
+ "channel-token": "渠道唯一码",
718
+ "country": "",
719
+ "create-new-channel": "添加销售渠道",
720
+ "create-new-country": "添加国家",
721
+ "create-new-payment-method": "",
722
+ "create-new-role": "添加角色",
723
+ "create-new-seller": "",
724
+ "create-new-shipping-method": "添加配送方式",
725
+ "create-new-tax-category": "创建税表分类",
726
+ "create-new-tax-rate": "添加税率",
727
+ "create-new-zone": "",
728
+ "default-currency": "",
729
+ "default-role-label": "默认角色不可修改",
730
+ "default-shipping-zone": "默认配送区域",
731
+ "default-tax-zone": "默认销售区域",
732
+ "defaults": "",
733
+ "eligible": "符合条件",
734
+ "email-address": "电子邮件",
735
+ "email-address-or-identifier": "",
736
+ "first-name": "名",
737
+ "fulfillment-handler": "",
738
+ "global-available-languages-tooltip": "",
739
+ "global-out-of-stock-threshold": "默认售空限制",
740
+ "global-out-of-stock-threshold-tooltip": "当此规格产品库存值低于此限制时,产品将为售空状态。设置为负数设置此规格产品为缺货状态。可以在产品页面更改默认限制",
741
+ "last-name": "姓",
742
+ "no-eligible-shipping-methods": "没有符合条件的配送方式",
743
+ "password": "密码",
744
+ "payment-eligibility-checker": "",
745
+ "payment-handler": "",
746
+ "payment-method": "",
747
+ "permissions": "权限",
748
+ "prices-include-tax": "设置默认销售区域价格含税",
749
+ "profile": "",
750
+ "rate": "税率",
751
+ "remove-countries-from-zone-success": "{ countryCount }个国际已从\"{ zoneName }\"中移除",
752
+ "remove-from-zone": "",
753
+ "role": "",
754
+ "roles": "角色列表",
755
+ "search-by-product-name-or-sku": "输入要搜索的产品名称或库存编码",
756
+ "seller": "",
757
+ "shipping-calculator": "配送费计算",
758
+ "shipping-eligibility-checker": "使用此配送方式的合格条件",
759
+ "shipping-method": "配送方式",
760
+ "tax-category": "税表分类",
761
+ "tax-rate": "税率",
762
+ "test-address": "模拟测试地址",
763
+ "test-result": "模拟测试结果",
764
+ "test-shipping-method": "模拟测试配送方式",
765
+ "test-shipping-methods": "模拟测试配送方式",
766
+ "track-inventory-default": "默认跟踪库存",
767
+ "view-zone-members": "",
768
+ "zone": "销售区域"
769
+ },
770
+ "state": {
771
+ "adding-items": "正在选择商品",
772
+ "arranging-additional-payment": "在付款",
773
+ "arranging-payment": "正在付款",
774
+ "authorized": "已授权",
775
+ "cancelled": "已取消",
776
+ "created": "已创建",
777
+ "declined": "已拒绝",
778
+ "delivered": "已完成",
779
+ "draft": "",
780
+ "error": "错误",
781
+ "failed": "失败",
782
+ "modifying": "正在修改",
783
+ "partially-delivered": "部分配货",
784
+ "partially-shipped": "部分发货",
785
+ "payment-authorized": "已授权支付",
786
+ "payment-settled": "已结算",
787
+ "pending": "待处理",
788
+ "settled": "已结算",
789
+ "shipped": "已发货"
790
+ },
791
+ "system": {
792
+ "all-job-queues": "所有任务",
793
+ "health-all-systems-up": "所以系统正常运行",
794
+ "health-error": "错误:一个或多个系统启动失败!",
795
+ "health-last-checked": "上次检查",
796
+ "health-message": "消息",
797
+ "health-refresh": "刷新",
798
+ "health-status": "状态",
799
+ "health-status-down": "失败",
800
+ "health-status-up": "正常",
801
+ "job-data": "任务数据",
802
+ "job-duration": "任务耗时",
803
+ "job-error": "任务错误",
804
+ "job-queue-name": "队列名称",
805
+ "job-result": "任务结果",
806
+ "job-state": "任务状态",
807
+ "job-state-all": "所有状态",
808
+ "job-state-cancelled": "已取消",
809
+ "job-state-completed": "已完成",
810
+ "job-state-failed": "失败",
811
+ "job-state-pending": "等待中",
812
+ "job-state-running": "运行中"
813
+ }
814
814
  }