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