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