@vendure/admin-ui 2.0.1 → 2.0.3

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