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