@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.
- package/core/common/generated-types.d.ts +1820 -1720
- package/core/common/version.d.ts +1 -1
- package/core/data/definitions/facet-definitions.d.ts +1 -0
- package/core/data/providers/base-data.service.d.ts +1 -3
- package/core/providers/data-table/data-table-filter-collection.d.ts +10 -6
- package/core/providers/data-table/data-table-filter.d.ts +16 -2
- package/core/providers/local-storage/local-storage.service.d.ts +4 -0
- package/core/public_api.d.ts +4 -0
- package/core/shared/components/data-table-2/data-table2.component.d.ts +6 -2
- package/core/shared/components/data-table-filter-presets/add-filter-preset-button.component.d.ts +25 -0
- package/core/shared/components/data-table-filter-presets/data-table-filter-presets.component.d.ts +29 -0
- package/core/shared/components/data-table-filter-presets/filter-preset.service.d.ts +34 -0
- package/core/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.d.ts +9 -0
- package/core/shared/components/order-state-label/order-state-label.component.d.ts +1 -1
- package/core/shared/dynamic-form-inputs/register-dynamic-input-components.d.ts +1 -1
- package/core/shared/shared.module.d.ts +14 -11
- package/esm2022/catalog/catalog.module.mjs +4 -4
- package/esm2022/catalog/components/apply-facet-dialog/apply-facet-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/asset-detail/asset-detail.component.mjs +3 -3
- package/esm2022/catalog/components/asset-list/asset-list.component.mjs +3 -3
- package/esm2022/catalog/components/assets/assets.component.mjs +3 -3
- package/esm2022/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/collection-contents/collection-contents.component.mjs +3 -3
- package/esm2022/catalog/components/collection-data-table/collection-data-table.component.mjs +4 -4
- package/esm2022/catalog/components/collection-detail/collection-detail.component.mjs +4 -4
- package/esm2022/catalog/components/collection-list/collection-breadcrumb.pipe.mjs +3 -3
- package/esm2022/catalog/components/collection-list/collection-list.component.mjs +6 -5
- package/esm2022/catalog/components/collection-tree/collection-tree-node.component.mjs +5 -5
- package/esm2022/catalog/components/collection-tree/collection-tree.component.mjs +3 -3
- package/esm2022/catalog/components/collection-tree/collection-tree.service.mjs +3 -3
- package/esm2022/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/create-product-option-group-dialog/create-product-option-group-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/facet-detail/facet-detail.component.mjs +3 -3
- package/esm2022/catalog/components/facet-list/facet-list.component.mjs +11 -10
- package/esm2022/catalog/components/generate-product-variants/generate-product-variants.component.mjs +3 -3
- package/esm2022/catalog/components/move-collections-dialog/move-collections-dialog.component.mjs +4 -4
- package/esm2022/catalog/components/option-value-input/option-value-input.component.mjs +3 -3
- package/esm2022/catalog/components/product-detail/product-detail.component.mjs +4 -4
- package/esm2022/catalog/components/product-list/product-list.component.mjs +6 -11
- package/esm2022/catalog/components/product-options-editor/product-options-editor.component.mjs +3 -3
- package/esm2022/catalog/components/product-variant-detail/product-variant-detail.component.mjs +4 -4
- package/esm2022/catalog/components/product-variant-list/product-variant-list.component.mjs +6 -11
- package/esm2022/catalog/components/product-variant-quick-jump/product-variant-quick-jump.component.mjs +3 -3
- package/esm2022/catalog/components/product-variants-editor/product-variants-editor.component.mjs +4 -4
- package/esm2022/catalog/components/product-variants-table/product-variants-table.component.mjs +3 -3
- package/esm2022/catalog/components/stock-location-detail/stock-location-detail.component.mjs +3 -3
- package/esm2022/catalog/components/stock-location-list/stock-location-list.component.mjs +5 -10
- package/esm2022/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +3 -3
- package/esm2022/catalog/components/variant-price-detail/variant-price-detail.component.mjs +3 -3
- package/esm2022/catalog/providers/product-detail/product-detail.service.mjs +3 -3
- package/esm2022/catalog/providers/routing/product-variants-resolver.mjs +3 -3
- package/esm2022/core/app.component.mjs +3 -3
- package/esm2022/core/app.component.module.mjs +4 -4
- package/esm2022/core/common/base-list.component.mjs +6 -6
- package/esm2022/core/common/generated-types.mjs +8 -7
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/components/alerts/alerts.component.mjs +3 -3
- package/esm2022/core/components/app-shell/app-shell.component.mjs +4 -4
- package/esm2022/core/components/base-nav/base-nav.component.mjs +3 -3
- package/esm2022/core/components/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/core/components/channel-switcher/channel-switcher.component.mjs +3 -3
- package/esm2022/core/components/main-nav/main-nav.component.mjs +4 -4
- package/esm2022/core/components/notification/notification.component.mjs +3 -3
- package/esm2022/core/components/overlay-host/overlay-host.component.mjs +3 -3
- package/esm2022/core/components/settings-nav/settings-nav.component.mjs +4 -4
- package/esm2022/core/components/theme-switcher/theme-switcher.component.mjs +4 -4
- package/esm2022/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +3 -3
- package/esm2022/core/components/user-menu/user-menu.component.mjs +4 -4
- package/esm2022/core/core.module.mjs +4 -4
- package/esm2022/core/data/data.module.mjs +6 -5
- package/esm2022/core/data/definitions/facet-definitions.mjs +24 -1
- package/esm2022/core/data/definitions/promotion-definitions.mjs +2 -1
- package/esm2022/core/data/providers/base-data.service.mjs +7 -9
- package/esm2022/core/data/providers/data.service.mjs +3 -3
- package/esm2022/core/data/providers/fetch-adapter.mjs +3 -3
- package/esm2022/core/data/providers/interceptor.mjs +3 -3
- package/esm2022/core/data/providers/promotion-data.service.mjs +3 -1
- package/esm2022/core/data/server-config.mjs +3 -3
- package/esm2022/core/providers/alerts/alerts.service.mjs +3 -3
- package/esm2022/core/providers/auth/auth.service.mjs +3 -3
- package/esm2022/core/providers/breadcrumb/breadcrumb.service.mjs +3 -3
- package/esm2022/core/providers/bulk-action-registry/bulk-action-registry.service.mjs +3 -3
- package/esm2022/core/providers/channel/channel.service.mjs +3 -3
- package/esm2022/core/providers/component-registry/component-registry.service.mjs +3 -3
- package/esm2022/core/providers/custom-detail-component/custom-detail-component.service.mjs +3 -3
- package/esm2022/core/providers/custom-field-component/custom-field-component.service.mjs +3 -3
- package/esm2022/core/providers/custom-history-entry-component/history-entry-component.service.mjs +3 -3
- package/esm2022/core/providers/dashboard-widget/dashboard-widget.service.mjs +3 -3
- package/esm2022/core/providers/data-table/data-table-filter-collection.mjs +77 -29
- package/esm2022/core/providers/data-table/data-table-filter.mjs +31 -13
- package/esm2022/core/providers/guard/auth.guard.mjs +3 -3
- package/esm2022/core/providers/health-check/health-check.service.mjs +3 -3
- package/esm2022/core/providers/i18n/custom-message-format-compiler.mjs +3 -3
- package/esm2022/core/providers/i18n/i18n.service.mjs +3 -3
- package/esm2022/core/providers/job-queue/job-queue.service.mjs +3 -3
- package/esm2022/core/providers/local-storage/local-storage.service.mjs +4 -4
- package/esm2022/core/providers/modal/modal.service.mjs +3 -3
- package/esm2022/core/providers/nav-builder/nav-builder.service.mjs +3 -3
- package/esm2022/core/providers/notification/notification.service.mjs +3 -3
- package/esm2022/core/providers/overlay-host/overlay-host.service.mjs +3 -3
- package/esm2022/core/providers/page/page.service.mjs +3 -3
- package/esm2022/core/public_api.mjs +5 -1
- package/esm2022/core/shared/components/action-bar/action-bar.component.mjs +10 -10
- package/esm2022/core/shared/components/action-bar-items/action-bar-items.component.mjs +3 -3
- package/esm2022/core/shared/components/address-form/address-form.component.mjs +3 -3
- package/esm2022/core/shared/components/affixed-input/affixed-input.component.mjs +4 -4
- package/esm2022/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +3 -3
- package/esm2022/core/shared/components/asset-file-input/asset-file-input.component.mjs +3 -3
- package/esm2022/core/shared/components/asset-gallery/asset-gallery.component.mjs +4 -4
- package/esm2022/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/asset-preview/asset-preview.component.mjs +4 -4
- package/esm2022/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/asset-preview-links/asset-preview-links.component.mjs +3 -3
- package/esm2022/core/shared/components/asset-search-input/asset-search-input.component.mjs +3 -3
- package/esm2022/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/bulk-action-menu/bulk-action-menu.component.mjs +3 -3
- package/esm2022/core/shared/components/card/card.component.mjs +7 -7
- package/esm2022/core/shared/components/channel-assignment-control/channel-assignment-control.component.mjs +5 -5
- package/esm2022/core/shared/components/channel-badge/channel-badge.component.mjs +4 -4
- package/esm2022/core/shared/components/chart/chart.component.mjs +3 -3
- package/esm2022/core/shared/components/chip/chip.component.mjs +4 -4
- package/esm2022/core/shared/components/configurable-input/configurable-input.component.mjs +5 -5
- package/esm2022/core/shared/components/currency-code-selector/currency-code-selector.component.mjs +4 -4
- package/esm2022/core/shared/components/currency-input/currency-input.component.mjs +3 -3
- package/esm2022/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.mjs +3 -3
- package/esm2022/core/shared/components/custom-field-control/custom-field-control.component.mjs +3 -3
- package/esm2022/core/shared/components/customer-label/customer-label.component.mjs +4 -4
- package/esm2022/core/shared/components/data-table/data-table-column.component.mjs +3 -3
- package/esm2022/core/shared/components/data-table/data-table.component.mjs +3 -3
- package/esm2022/core/shared/components/data-table-2/data-table-column.component.mjs +3 -3
- package/esm2022/core/shared/components/data-table-2/data-table-custom-field-column.component.mjs +3 -3
- package/esm2022/core/shared/components/data-table-2/data-table-search.component.mjs +4 -4
- package/esm2022/core/shared/components/data-table-2/data-table2.component.mjs +36 -22
- package/esm2022/core/shared/components/data-table-column-picker/data-table-column-picker.component.mjs +3 -3
- package/esm2022/core/shared/components/data-table-filter-label/data-table-filter-label.component.mjs +5 -5
- package/esm2022/core/shared/components/data-table-filter-presets/add-filter-preset-button.component.mjs +69 -0
- package/esm2022/core/shared/components/data-table-filter-presets/data-table-filter-presets.component.mjs +78 -0
- package/esm2022/core/shared/components/data-table-filter-presets/filter-preset.service.mjs +79 -0
- package/esm2022/core/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.mjs +20 -0
- package/esm2022/core/shared/components/data-table-filters/custom-filter-component.directive.mjs +3 -3
- package/esm2022/core/shared/components/data-table-filters/data-table-filters.component.mjs +50 -35
- package/esm2022/core/shared/components/datetime-picker/datetime-picker.component.mjs +5 -5
- package/esm2022/core/shared/components/datetime-picker/datetime-picker.service.mjs +3 -3
- package/esm2022/core/shared/components/dropdown/dropdown-item.directive.mjs +3 -3
- package/esm2022/core/shared/components/dropdown/dropdown-menu.component.mjs +5 -5
- package/esm2022/core/shared/components/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2022/core/shared/components/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +4 -4
- package/esm2022/core/shared/components/empty-placeholder/empty-placeholder.component.mjs +3 -3
- package/esm2022/core/shared/components/entity-info/entity-info.component.mjs +3 -3
- package/esm2022/core/shared/components/extension-host/extension-host.component.mjs +3 -3
- package/esm2022/core/shared/components/extension-host/extension-host.service.mjs +3 -3
- package/esm2022/core/shared/components/facet-value-chip/facet-value-chip.component.mjs +4 -4
- package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +4 -4
- package/esm2022/core/shared/components/focal-point-control/focal-point-control.component.mjs +3 -3
- package/esm2022/core/shared/components/form-field/form-field-control.directive.mjs +3 -3
- package/esm2022/core/shared/components/form-field/form-field.component.mjs +3 -3
- package/esm2022/core/shared/components/form-item/form-item.component.mjs +3 -3
- package/esm2022/core/shared/components/formatted-address/formatted-address.component.mjs +3 -3
- package/esm2022/core/shared/components/help-tooltip/help-tooltip.component.mjs +3 -3
- package/esm2022/core/shared/components/history-entry-detail/history-entry-detail.component.mjs +3 -3
- package/esm2022/core/shared/components/items-per-page-controls/items-per-page-controls.component.mjs +3 -3
- package/esm2022/core/shared/components/labeled-data/labeled-data.component.mjs +3 -3
- package/esm2022/core/shared/components/language-code-selector/language-code-selector.component.mjs +4 -4
- package/esm2022/core/shared/components/language-selector/language-selector.component.mjs +3 -3
- package/esm2022/core/shared/components/localized-text/localized-text.component.mjs +3 -3
- package/esm2022/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/modal-dialog/dialog-buttons.directive.mjs +3 -3
- package/esm2022/core/shared/components/modal-dialog/dialog-component-outlet.component.mjs +3 -3
- package/esm2022/core/shared/components/modal-dialog/dialog-title.directive.mjs +3 -3
- package/esm2022/core/shared/components/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/object-tree/object-tree.component.mjs +5 -5
- package/esm2022/core/shared/components/order-state-label/order-state-label.component.mjs +4 -4
- package/esm2022/core/shared/components/page/page.component.mjs +3 -3
- package/esm2022/core/shared/components/page-block/page-block.component.mjs +4 -4
- package/esm2022/core/shared/components/page-body/page-body.component.mjs +3 -3
- package/esm2022/core/shared/components/page-detail-layout/page-detail-layout.component.mjs +3 -3
- package/esm2022/core/shared/components/page-detail-layout/page-detail-sidebar.component.mjs +3 -3
- package/esm2022/core/shared/components/page-entity-info/page-entity-info.component.mjs +3 -3
- package/esm2022/core/shared/components/page-header/page-header.component.mjs +4 -4
- package/esm2022/core/shared/components/page-header-description/page-header-description.component.mjs +3 -3
- package/esm2022/core/shared/components/page-header-tabs/page-header-tabs.component.mjs +4 -4
- package/esm2022/core/shared/components/page-title/page-title.component.mjs +3 -3
- package/esm2022/core/shared/components/pagination-controls/pagination-controls.component.mjs +3 -3
- package/esm2022/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +4 -4
- package/esm2022/core/shared/components/product-search-input/product-search-input.component.mjs +4 -4
- package/esm2022/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +4 -4
- package/esm2022/core/shared/components/radio-card/radio-card-fieldset.component.mjs +3 -3
- package/esm2022/core/shared/components/radio-card/radio-card.component.mjs +4 -4
- package/esm2022/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +4 -4
- package/esm2022/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.mjs +4 -4
- package/esm2022/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.mjs +3 -3
- package/esm2022/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +3 -3
- package/esm2022/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +5 -5
- package/esm2022/core/shared/components/select-toggle/select-toggle.component.mjs +4 -4
- package/esm2022/core/shared/components/simple-dialog/simple-dialog.component.mjs +3 -3
- package/esm2022/core/shared/components/split-view/split-view.component.mjs +4 -4
- package/esm2022/core/shared/components/split-view/split-view.directive.mjs +6 -6
- package/esm2022/core/shared/components/status-badge/status-badge.component.mjs +3 -3
- package/esm2022/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +3 -3
- package/esm2022/core/shared/components/table-row-action/table-row-action.component.mjs +3 -3
- package/esm2022/core/shared/components/tag-selector/tag-selector.component.mjs +4 -4
- package/esm2022/core/shared/components/timeline-entry/timeline-entry.component.mjs +4 -4
- package/esm2022/core/shared/components/title-input/title-input.component.mjs +3 -3
- package/esm2022/core/shared/components/ui-extension-point/ui-extension-point.component.mjs +3 -3
- package/esm2022/core/shared/components/zone-selector/zone-selector.component.mjs +4 -4
- package/esm2022/core/shared/directives/disabled.directive.mjs +3 -3
- package/esm2022/core/shared/directives/if-default-channel-active.directive.mjs +3 -3
- package/esm2022/core/shared/directives/if-directive-base.mjs +3 -3
- package/esm2022/core/shared/directives/if-multichannel.directive.mjs +3 -3
- package/esm2022/core/shared/directives/if-permissions.directive.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +4 -4
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.mjs +9 -9
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +3 -3
- package/esm2022/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +3 -3
- package/esm2022/core/shared/pipes/asset-preview.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/channel-label.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/custom-field-description.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/custom-field-label.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/duration.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/file-size.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/has-permission.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-base.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-currency-name.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-currency.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-date.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-language-name.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/locale-region-name.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/sentence-case.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/sort.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/state-i18n-token.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/string-to-color.pipe.mjs +3 -3
- package/esm2022/core/shared/pipes/time-ago.pipe.mjs +3 -3
- package/esm2022/core/shared/providers/routing/can-deactivate-detail-guard.mjs +3 -3
- package/esm2022/core/shared/shared.module.mjs +18 -7
- package/esm2022/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.mjs +3 -3
- package/esm2022/customer/components/address-card/address-card.component.mjs +3 -3
- package/esm2022/customer/components/address-detail-dialog/address-detail-dialog.component.mjs +3 -3
- package/esm2022/customer/components/customer-detail/customer-detail.component.mjs +4 -4
- package/esm2022/customer/components/customer-group-detail/customer-group-detail.component.mjs +3 -3
- package/esm2022/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +3 -3
- package/esm2022/customer/components/customer-group-list/customer-group-list.component.mjs +5 -4
- package/esm2022/customer/components/customer-group-member-list/customer-group-member-list.component.mjs +3 -3
- package/esm2022/customer/components/customer-history/customer-history-entry-host.component.mjs +3 -3
- package/esm2022/customer/components/customer-history/customer-history.component.mjs +4 -4
- package/esm2022/customer/components/customer-list/customer-list.component.mjs +28 -27
- package/esm2022/customer/components/customer-status-label/customer-status-label.component.mjs +3 -3
- package/esm2022/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.mjs +3 -3
- package/esm2022/customer/customer.module.mjs +4 -4
- package/esm2022/dashboard/components/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/dashboard/components/dashboard-widget/dashboard-widget.component.mjs +3 -3
- package/esm2022/dashboard/dashboard.module.mjs +4 -4
- package/esm2022/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.mjs +7 -7
- package/esm2022/dashboard/widgets/order-chart-widget/order-chart-widget.component.mjs +3 -3
- package/esm2022/dashboard/widgets/order-summary-widget/order-summary-widget.component.mjs +7 -7
- package/esm2022/dashboard/widgets/test-widget/test-widget.component.mjs +7 -7
- package/esm2022/dashboard/widgets/welcome-widget/welcome-widget.component.mjs +7 -7
- package/esm2022/login/components/login/login.component.mjs +4 -4
- package/esm2022/login/login.module.mjs +4 -4
- package/esm2022/login/providers/login.guard.mjs +3 -3
- package/esm2022/marketing/components/promotion-detail/promotion-detail.component.mjs +8 -5
- package/esm2022/marketing/components/promotion-list/promotion-list.component.mjs +14 -6
- package/esm2022/marketing/marketing.module.mjs +4 -4
- package/esm2022/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +3 -3
- package/esm2022/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +4 -4
- package/esm2022/order/components/coupon-code-selector/coupon-code-selector.component.mjs +3 -3
- package/esm2022/order/components/draft-order-detail/draft-order-detail.component.mjs +3 -3
- package/esm2022/order/components/draft-order-variant-selector/draft-order-variant-selector.component.mjs +3 -3
- package/esm2022/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +4 -4
- package/esm2022/order/components/fulfillment-card/fulfillment-card.component.mjs +3 -3
- package/esm2022/order/components/fulfillment-detail/fulfillment-detail.component.mjs +3 -3
- package/esm2022/order/components/fulfillment-state-label/fulfillment-state-label.component.mjs +3 -3
- package/esm2022/order/components/line-fulfillment/line-fulfillment.component.mjs +3 -3
- package/esm2022/order/components/line-refunds/line-refunds.component.mjs +3 -3
- package/esm2022/order/components/modification-detail/modification-detail.component.mjs +3 -3
- package/esm2022/order/components/order-custom-fields-card/order-custom-fields-card.component.mjs +3 -3
- package/esm2022/order/components/order-data-table/order-data-table.component.mjs +4 -4
- package/esm2022/order/components/order-data-table/order-total-column.component.mjs +3 -3
- package/esm2022/order/components/order-detail/order-detail.component.mjs +3 -3
- package/esm2022/order/components/order-editor/order-editor.component.mjs +4 -4
- package/esm2022/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +3 -3
- package/esm2022/order/components/order-history/order-history-entry-host.component.mjs +3 -3
- package/esm2022/order/components/order-history/order-history.component.mjs +4 -4
- package/esm2022/order/components/order-list/order-list.component.mjs +5 -4
- package/esm2022/order/components/order-payment-card/order-payment-card.component.mjs +4 -4
- package/esm2022/order/components/order-process-graph/order-process-edge.component.mjs +3 -3
- package/esm2022/order/components/order-process-graph/order-process-graph.component.mjs +3 -3
- package/esm2022/order/components/order-process-graph/order-process-node.component.mjs +4 -4
- package/esm2022/order/components/order-process-graph-dialog/order-process-graph-dialog.component.mjs +3 -3
- package/esm2022/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +3 -3
- package/esm2022/order/components/order-table/order-table.component.mjs +4 -4
- package/esm2022/order/components/payment-detail/payment-detail.component.mjs +3 -3
- package/esm2022/order/components/payment-state-label/payment-state-label.component.mjs +3 -3
- package/esm2022/order/components/refund-order-dialog/refund-order-dialog.component.mjs +4 -4
- package/esm2022/order/components/refund-state-label/refund-state-label.component.mjs +3 -3
- package/esm2022/order/components/select-address-dialog/select-address-dialog.component.mjs +3 -3
- package/esm2022/order/components/select-customer-dialog/select-customer-dialog.component.mjs +3 -3
- package/esm2022/order/components/select-shipping-method-dialog/select-shipping-method-dialog.component.mjs +3 -3
- package/esm2022/order/components/seller-orders-card/seller-orders-card.component.mjs +3 -3
- package/esm2022/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +3 -3
- package/esm2022/order/components/simple-item-list/simple-item-list.component.mjs +4 -4
- package/esm2022/order/order.module.mjs +4 -4
- package/esm2022/order/providers/order-transition.service.mjs +3 -3
- package/esm2022/order/providers/routing/order-resolver.mjs +3 -3
- package/esm2022/order/providers/routing/order.guard.mjs +3 -3
- package/esm2022/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.mjs +3 -3
- package/esm2022/settings/components/admin-detail/admin-detail.component.mjs +3 -3
- package/esm2022/settings/components/administrator-list/administrator-list.component.mjs +5 -4
- package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +3 -3
- package/esm2022/settings/components/channel-list/channel-list.component.mjs +5 -4
- package/esm2022/settings/components/country-detail/country-detail.component.mjs +3 -3
- package/esm2022/settings/components/country-list/country-list.component.mjs +6 -5
- package/esm2022/settings/components/global-settings/global-settings.component.mjs +3 -3
- package/esm2022/settings/components/payment-method-detail/payment-method-detail.component.mjs +3 -3
- package/esm2022/settings/components/payment-method-list/payment-method-list.component.mjs +5 -4
- package/esm2022/settings/components/permission-grid/permission-grid.component.mjs +3 -3
- package/esm2022/settings/components/profile/profile.component.mjs +3 -3
- package/esm2022/settings/components/role-detail/role-detail.component.mjs +3 -3
- package/esm2022/settings/components/role-list/role-list.component.mjs +5 -4
- package/esm2022/settings/components/seller-detail/seller-detail.component.mjs +3 -3
- package/esm2022/settings/components/seller-list/seller-list.component.mjs +5 -4
- package/esm2022/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.mjs +4 -4
- package/esm2022/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +3 -3
- package/esm2022/settings/components/shipping-method-list/shipping-method-list.component.mjs +5 -4
- package/esm2022/settings/components/shipping-method-test-result/shipping-method-test-result.component.mjs +4 -4
- package/esm2022/settings/components/tax-category-detail/tax-category-detail.component.mjs +3 -3
- package/esm2022/settings/components/tax-category-list/tax-category-list.component.mjs +5 -4
- package/esm2022/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +3 -3
- package/esm2022/settings/components/tax-rate-list/tax-rate-list.component.mjs +5 -4
- package/esm2022/settings/components/test-address-form/test-address-form.component.mjs +3 -3
- package/esm2022/settings/components/test-order-builder/test-order-builder.component.mjs +3 -3
- package/esm2022/settings/components/test-shipping-methods/test-shipping-methods.component.mjs +3 -3
- package/esm2022/settings/components/zone-detail/zone-detail.component.mjs +3 -3
- package/esm2022/settings/components/zone-list/zone-list.component.mjs +6 -5
- package/esm2022/settings/components/zone-member-list/zone-member-controls.directive.mjs +3 -3
- package/esm2022/settings/components/zone-member-list/zone-member-list-header.directive.mjs +3 -3
- package/esm2022/settings/components/zone-member-list/zone-member-list.component.mjs +3 -3
- package/esm2022/settings/providers/routing/profile-resolver.mjs +3 -3
- package/esm2022/settings/settings.module.mjs +4 -4
- package/esm2022/system/components/health-check/health-check.component.mjs +4 -4
- package/esm2022/system/components/job-list/job-list.component.mjs +4 -4
- package/esm2022/system/components/job-state-label/job-state-label.component.mjs +4 -4
- package/esm2022/system/system.module.mjs +4 -4
- package/fesm2022/vendure-admin-ui-catalog.mjs +132 -145
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +1104 -780
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-customer.mjs +70 -68
- package/fesm2022/vendure-admin-ui-customer.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-dashboard.mjs +41 -41
- package/fesm2022/vendure-admin-ui-login.mjs +11 -11
- package/fesm2022/vendure-admin-ui-login.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-marketing.mjs +24 -13
- package/fesm2022/vendure-admin-ui-marketing.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +138 -137
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-settings.mjs +117 -107
- package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-system.mjs +16 -16
- package/fesm2022/vendure-admin-ui-system.mjs.map +1 -1
- package/marketing/components/promotion-detail/promotion-detail.component.d.ts +1 -0
- package/marketing/components/promotion-list/promotion-list.component.d.ts +1 -1
- package/package.json +51 -51
- package/static/i18n-messages/ar.json +505 -490
- package/static/i18n-messages/cs.json +789 -774
- package/static/i18n-messages/de.json +789 -774
- package/static/i18n-messages/en.json +789 -774
- package/static/i18n-messages/es.json +789 -774
- package/static/i18n-messages/fr.json +789 -774
- package/static/i18n-messages/he.json +789 -774
- package/static/i18n-messages/it.json +789 -774
- package/static/i18n-messages/pl.json +789 -774
- package/static/i18n-messages/pt_BR.json +789 -774
- package/static/i18n-messages/pt_PT.json +789 -774
- package/static/i18n-messages/ru.json +789 -774
- package/static/i18n-messages/uk.json +789 -774
- package/static/i18n-messages/zh_Hans.json +789 -774
- package/static/i18n-messages/zh_Hant.json +789 -774
- package/static/styles/_mixins.scss +3 -3
- package/static/styles/global/_forms.scss +2 -2
- package/static/styles/global/_global.scss +2 -2
- package/static/styles/global/_overrides.scss +5 -1
- package/static/styles/global/_utilities.scss +4 -4
- package/static/styles/rtl.scss +143 -0
- package/static/styles/styles.scss +2 -0
- package/static/styles/theme/dark.scss +1 -0
- package/static/styles/theme/default.scss +1 -0
- package/static/theme.min.css +1 -1
|
@@ -3,435 +3,443 @@
|
|
|
3
3
|
"create-new-administrator": "إنشاء مسؤول جديد"
|
|
4
4
|
},
|
|
5
5
|
"asset": {
|
|
6
|
-
"add-asset": "إضافة أصل"
|
|
7
|
-
"add-asset-with-count": "إضافة {count , plural , = 0 {أصول} {1 أصل} {{count} أصول}}"
|
|
8
|
-
"assets-selected-count": "{count} أصول محددة"
|
|
6
|
+
"add-asset": "إضافة أصل",
|
|
7
|
+
"add-asset-with-count": "إضافة {count , plural , = 0 {أصول} {1 أصل} {{count} أصول}}",
|
|
8
|
+
"assets-selected-count": "{count} أصول محددة",
|
|
9
9
|
"dimensions": "أبعاد",
|
|
10
10
|
"focal-point": "النقطة المحورية",
|
|
11
11
|
"notify-create-assets-success": "إنشاء {count, plural, one {أصل جديد} other {{count} أصول جديدة}}",
|
|
12
|
-
"original-asset-size": "حجم المصدر"
|
|
12
|
+
"original-asset-size": "حجم المصدر",
|
|
13
13
|
"preview": "معاينة",
|
|
14
|
-
"remove-asset": "إزالة أصل"
|
|
15
|
-
"select-asset": "حدد أصل"
|
|
16
|
-
"select-assets": "حدد الأصول"
|
|
17
|
-
"set-as-featured-asset": "تعيين كأصل مميز"
|
|
18
|
-
"set-focal-point": "تعيين نقطة بؤرية"
|
|
14
|
+
"remove-asset": "إزالة أصل",
|
|
15
|
+
"select-asset": "حدد أصل",
|
|
16
|
+
"select-assets": "حدد الأصول",
|
|
17
|
+
"set-as-featured-asset": "تعيين كأصل مميز",
|
|
18
|
+
"set-focal-point": "تعيين نقطة بؤرية",
|
|
19
19
|
"source-file": "مصدر الملف",
|
|
20
|
-
"unset-focal-point": "غير معرف"
|
|
21
|
-
"update-focal-point": "نقطة التحديث"
|
|
22
|
-
"update-focal-point-error": "لا يمكن تحديث النقطة البؤرية"
|
|
23
|
-
"update-focal-point-success": "النقطة المحورية المحدثة"
|
|
24
|
-
"upload-assets": "تحميل
|
|
20
|
+
"unset-focal-point": "غير معرف",
|
|
21
|
+
"update-focal-point": "نقطة التحديث",
|
|
22
|
+
"update-focal-point-error": "لا يمكن تحديث النقطة البؤرية",
|
|
23
|
+
"update-focal-point-success": "النقطة المحورية المحدثة",
|
|
24
|
+
"upload-assets": "تحميل النماذج",
|
|
25
25
|
"uploading": "التحميل ..."
|
|
26
26
|
},
|
|
27
27
|
"breadcrumb": {
|
|
28
|
-
"administrators": "المسؤولون"
|
|
29
|
-
"assets": "
|
|
30
|
-
"channels": "القنوات"
|
|
31
|
-
"collections": "مجموعات"
|
|
28
|
+
"administrators": "المسؤولون",
|
|
29
|
+
"assets": "نماذج",
|
|
30
|
+
"channels": "القنوات",
|
|
31
|
+
"collections": "مجموعات",
|
|
32
32
|
"countries": "بلدان",
|
|
33
|
-
"customer-groups": "مجموعات العملاء"
|
|
33
|
+
"customer-groups": "مجموعات العملاء",
|
|
34
34
|
"customers": "عملاء",
|
|
35
35
|
"dashboard": "لوحة التحكم",
|
|
36
|
-
"facets": "
|
|
36
|
+
"facets": "فئات",
|
|
37
37
|
"global-settings": "الاعدادات العامة",
|
|
38
38
|
"inventory": "جرد",
|
|
39
|
-
"job-queue": "ذيل الوظيفة"
|
|
40
|
-
"manage-variants": "إدارة المتغيرات"
|
|
41
|
-
"modifying": "تعديل"
|
|
42
|
-
"orders": "
|
|
43
|
-
"payment-methods": "طرق الدفع"
|
|
44
|
-
"product-options": "خيارات المنتج"
|
|
39
|
+
"job-queue": "ذيل الوظيفة",
|
|
40
|
+
"manage-variants": "إدارة المتغيرات",
|
|
41
|
+
"modifying": "تعديل",
|
|
42
|
+
"orders": "طلبيات",
|
|
43
|
+
"payment-methods": "طرق الدفع",
|
|
44
|
+
"product-options": "خيارات المنتج",
|
|
45
45
|
"profile": "حساب تعريفي",
|
|
46
|
-
"promotions": "
|
|
47
|
-
"roles": "الأدوار"
|
|
48
|
-
"seller-orders": "أوامر البائع"
|
|
49
|
-
"sellers": "البائعون"
|
|
46
|
+
"promotions": "العروض",
|
|
47
|
+
"roles": "الأدوار",
|
|
48
|
+
"seller-orders": "أوامر البائع",
|
|
49
|
+
"sellers": "البائعون",
|
|
50
50
|
"shipping-methods": "طرق الشحن",
|
|
51
|
-
"stock-locations": "مواقع الأسهم"
|
|
51
|
+
"stock-locations": "مواقع الأسهم",
|
|
52
52
|
"system-status": "حالة النظام",
|
|
53
|
-
"tax-categories": "فئات الضرائب"
|
|
54
|
-
"tax-rates": "معدلات الضرائب"
|
|
53
|
+
"tax-categories": "فئات الضرائب",
|
|
54
|
+
"tax-rates": "معدلات الضرائب",
|
|
55
55
|
"zones": "المناطق"
|
|
56
56
|
},
|
|
57
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": "أضف الأسهم إلى الموقع"
|
|
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
64
|
"asset": "أصل",
|
|
65
|
-
"asset-preview-links": "روابط معاينة
|
|
66
|
-
"assets": "
|
|
67
|
-
"assign-product-to-channel-success": "تم تعيينه بنجاح {count , الجمع , واحد {1 منتج} {{count} products}} إلى {channel}"
|
|
68
|
-
"assign-products-to-channel": "تعيين المنتجات للقناة"
|
|
69
|
-
"assign-to-channel": "تعيين للقناة"
|
|
70
|
-
"assign-to-named-channel": "تعيين إلى {ChannelCode}"
|
|
71
|
-
"assign-variant-to-channel-success": "تم تعيين {count , الجمع , واحد {1 متغير المنتج} {{count} متغيرات المنتج}} إلى {channel}"
|
|
72
|
-
"assign-variants-to-channel": "تعيين متغيرات المنتج للقناة"
|
|
73
|
-
"auto-update-option-variant-name": "تحديث أسماء ProductVariants تلقائيًا باستخدام هذا الخيار"
|
|
74
|
-
"auto-update-product-variant-name": "تحديث أسماء ProductVariants تلقائيًا"
|
|
75
|
-
"cannot-create-variants-without-options": "لا يمكن إنشاء متغيرات المنتج حتى يتم تحديد مجموعة خيارات مع خيارين على الأقل من المنتجات"
|
|
76
|
-
"channel-price-preview": "معاينة أسعار القناة"
|
|
65
|
+
"asset-preview-links": "روابط معاينة النماذج",
|
|
66
|
+
"assets": "نماذج",
|
|
67
|
+
"assign-product-to-channel-success": "تم تعيينه بنجاح {count , الجمع , واحد {1 منتج} {{count} products}} إلى {channel}",
|
|
68
|
+
"assign-products-to-channel": "تعيين المنتجات للقناة",
|
|
69
|
+
"assign-to-channel": "تعيين للقناة",
|
|
70
|
+
"assign-to-named-channel": "تعيين إلى {ChannelCode}",
|
|
71
|
+
"assign-variant-to-channel-success": "تم تعيين {count , الجمع , واحد {1 متغير المنتج} {{count} متغيرات المنتج}} إلى {channel}",
|
|
72
|
+
"assign-variants-to-channel": "تعيين متغيرات المنتج للقناة",
|
|
73
|
+
"auto-update-option-variant-name": "تحديث أسماء ProductVariants تلقائيًا باستخدام هذا الخيار",
|
|
74
|
+
"auto-update-product-variant-name": "تحديث أسماء ProductVariants تلقائيًا",
|
|
75
|
+
"cannot-create-variants-without-options": "لا يمكن إنشاء متغيرات المنتج حتى يتم تحديد مجموعة خيارات مع خيارين على الأقل من المنتجات",
|
|
76
|
+
"channel-price-preview": "معاينة أسعار القناة",
|
|
77
77
|
"collection": "مجموعة",
|
|
78
|
-
"collection-contents": "محتويات المجموعة"
|
|
79
|
-
"collections": "مجموعات"
|
|
80
|
-
"confirm-bulk-delete-products": "حذف {count} منتجات؟"
|
|
81
|
-
"confirm-cancel": "
|
|
82
|
-
"confirm-delete-assets": "حذف {count} {count , الجمع , واحد {Asset} آخر {الأصول}}؟"
|
|
83
|
-
"confirm-delete-facet-value": "حذف قيمة
|
|
84
|
-
"confirm-delete-product": "حذف المنتج؟"
|
|
85
|
-
"confirm-delete-product-option": "حذف خيار المنتج \" {name} \"؟"
|
|
86
|
-
"confirm-delete-product-option-group": "حذف مجموعة خيار المنتج \" {name} \"؟"
|
|
87
|
-
"confirm-delete-product-option-group-body": "يتم استخدام مجموعة الخيار هذه بواسطة {count} {count , الجمع , واحد {variant} {{المتغيرات}}. هل أنت متأكد أنك تريد حذفه؟"
|
|
88
|
-
"confirm-delete-product-variant": "حذف متغير المنتج \" {name} \"؟"
|
|
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": "إنشاء
|
|
78
|
+
"collection-contents": "محتويات المجموعة",
|
|
79
|
+
"collections": "مجموعات",
|
|
80
|
+
"confirm-bulk-delete-products": "حذف {count} منتجات؟",
|
|
81
|
+
"confirm-cancel": "إلغاء؟",
|
|
82
|
+
"confirm-delete-assets": "حذف {count} {count , الجمع , واحد {Asset} آخر {الأصول}}؟",
|
|
83
|
+
"confirm-delete-facet-value": "حذف قيمة الفئة؟",
|
|
84
|
+
"confirm-delete-product": "حذف المنتج؟",
|
|
85
|
+
"confirm-delete-product-option": "حذف خيار المنتج \" {name} \"؟",
|
|
86
|
+
"confirm-delete-product-option-group": "حذف مجموعة خيار المنتج \" {name} \"؟",
|
|
87
|
+
"confirm-delete-product-option-group-body": "يتم استخدام مجموعة الخيار هذه بواسطة {count} {count , الجمع , واحد {variant} {{المتغيرات}}. هل أنت متأكد أنك تريد حذفه؟",
|
|
88
|
+
"confirm-delete-product-variant": "حذف متغير المنتج \" {name} \"؟",
|
|
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
94
|
"create-new-product": "منتج جديد",
|
|
95
|
-
"create-new-stock-location": "إنشاء موقع مخزون جديد"
|
|
96
|
-
"create-product-option-group": "إنشاء مجموعة خيار المنتج"
|
|
97
|
-
"create-product-variant": "إنشاء متغير المنتج"
|
|
95
|
+
"create-new-stock-location": "إنشاء موقع مخزون جديد",
|
|
96
|
+
"create-product-option-group": "إنشاء مجموعة خيار المنتج",
|
|
97
|
+
"create-product-variant": "إنشاء متغير المنتج",
|
|
98
98
|
"default-currency": "العملة الافتراضية",
|
|
99
|
-
"do-not-inherit-filters": "لا ترث مرشحات"
|
|
100
|
-
"drop-files-to-upload": "إسقاط الملفات للتحميل"
|
|
101
|
-
"edit-facet-values": "تحرير قيم
|
|
102
|
-
"edit-options": "تحرير الخيارات"
|
|
103
|
-
"facet": "Facet"
|
|
104
|
-
"facet-value-not-available": "Facet Value \" {id} \"غير متوفر"
|
|
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": "انتقل إلى {name}"
|
|
115
|
-
"move-collections": "تحرك المجموعات"
|
|
116
|
-
"move-collections-success": "تم نقل {count , الجمع , واحد {1 collection} {{count} collections}}"
|
|
99
|
+
"do-not-inherit-filters": "لا ترث مرشحات",
|
|
100
|
+
"drop-files-to-upload": "إسقاط الملفات للتحميل",
|
|
101
|
+
"edit-facet-values": "تحرير قيم الفئة",
|
|
102
|
+
"edit-options": "تحرير الخيارات",
|
|
103
|
+
"facet": "Facet",
|
|
104
|
+
"facet-value-not-available": "Facet Value \" {id} \"غير متوفر",
|
|
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": "انتقل إلى {name}",
|
|
115
|
+
"move-collections": "تحرك المجموعات",
|
|
116
|
+
"move-collections-success": "تم نقل {count , الجمع , واحد {1 collection} {{count} collections}}",
|
|
117
117
|
"move-down": "تحرك لأسفل",
|
|
118
118
|
"move-to": "الانتقال إلى",
|
|
119
119
|
"move-up": "تحرك",
|
|
120
120
|
"name": "اسم",
|
|
121
|
-
"no-channel-selected": "لم يتم اختيار قناة"
|
|
122
|
-
"no-featured-asset": "لا يوجد
|
|
121
|
+
"no-channel-selected": "لم يتم اختيار قناة",
|
|
122
|
+
"no-featured-asset": "لا يوجد نماذج مميزة",
|
|
123
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": "# المتغيرات"
|
|
124
|
+
"no-stock-locations-available-on-current-channel": "لا توجد مواقع مخزون متوفرة على القناة الحالية. قم بإعداد موقع مخزون واحد على الأقل قبل إضافة منتجات.",
|
|
125
|
+
"notify-bulk-delete-products-success": "تم بنجاح إزالة {count, plural, one {منتج واحد} other {{count} منتجات}}",
|
|
126
|
+
"notify-remove-facets-from-channel-success": "تم بنجاح إزالة {count, plural, one {فئة واحدة} other {{count} فئات}} from { channelCode }",
|
|
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
132
|
"option": "خيار",
|
|
133
|
-
"option-name": "اسم الخيار"
|
|
134
|
-
"option-values": "قيم الخيار"
|
|
135
|
-
"out-of-stock-threshold": "عتبة خارج المخزون"
|
|
133
|
+
"option-name": "اسم الخيار",
|
|
134
|
+
"option-values": "قيم الخيار",
|
|
135
|
+
"out-of-stock-threshold": "عتبة خارج المخزون",
|
|
136
136
|
"out-of-stock-threshold-tooltip": "يحدد مستوى المخزون الذي يعتبر فيه هذا البديل غير مخزنة.باستخدام قيمة سالبة يتيح الدعم المتأخر.",
|
|
137
|
-
"page-description-options-editor": "تحرير أسماء ورموز الخيارات لهذا المنتج. لإضافة أو إزالة الخيارات , استخدم الزر \" إدارة المتغيرات \"أسفل قائمة متغير المنتج."
|
|
137
|
+
"page-description-options-editor": "تحرير أسماء ورموز الخيارات لهذا المنتج. لإضافة أو إزالة الخيارات , استخدم الزر \" إدارة المتغيرات \"أسفل قائمة متغير المنتج.",
|
|
138
138
|
"price": "سعر",
|
|
139
|
-
"price-and-tax": "السعر والضرائب"
|
|
140
|
-
"price-conversion-factor": "عامل تحويل السعر"
|
|
141
|
-
"price-in-channel": "السعر في {Channel}"
|
|
142
|
-
"price-includes-tax-at": "يشمل الضريبة في {معدل} ٪"
|
|
143
|
-
"price-with-tax-in-default-zone": "Inc. {Rate} ٪ ضريبة: {Price}"
|
|
139
|
+
"price-and-tax": "السعر والضرائب",
|
|
140
|
+
"price-conversion-factor": "عامل تحويل السعر",
|
|
141
|
+
"price-in-channel": "السعر في {Channel}",
|
|
142
|
+
"price-includes-tax-at": "يشمل الضريبة في {معدل} ٪",
|
|
143
|
+
"price-with-tax-in-default-zone": "Inc. {Rate} ٪ ضريبة: {Price}",
|
|
144
144
|
"private": "خاص",
|
|
145
145
|
"product": "منتج",
|
|
146
146
|
"product-name": "اسم المنتج",
|
|
147
|
-
"product-options": "خيارات المنتج"
|
|
148
|
-
"product-variant-exists": "متغير المنتج مع هذه الخيارات موجود بالفعل"
|
|
149
|
-
"product-variants": "متغيرات المنتج"
|
|
147
|
+
"product-options": "خيارات المنتج",
|
|
148
|
+
"product-variant-exists": "متغير المنتج مع هذه الخيارات موجود بالفعل",
|
|
149
|
+
"product-variants": "متغيرات المنتج",
|
|
150
150
|
"products": "منتجات",
|
|
151
151
|
"public": "عام",
|
|
152
|
-
"quick-jump-placeholder": "القفزة السريعة إلى البديل"
|
|
153
|
-
"rebuild-search-index": "إعادة بناء مؤشر البحث"
|
|
154
|
-
"reindex-error": "حدث خطأ أثناء إعادة بناء مؤشر البحث"
|
|
155
|
-
"reindex-successful": "مفهرسة {count , الجمع , واحد {متغير المنتج} آخر {{count} متغيرات المنتج}} في {time} ms"
|
|
156
|
-
"reindexing": "إعادة بناء مؤشر البحث"
|
|
157
|
-
"remove-from-channel": "إزالة من {channelcode , حدد , غير محدد {Channel} {{{channelcode}}}"
|
|
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": "فهرس البحث: تشغيل {count , الجمع , واحد {1 معلق تحديث} {{count} تحديثات معلقة}}"
|
|
164
|
-
"running-search-index-updates": "تشغيل {count , الجمع , واحد {1 تحديث} {{count} تحديثات}}} للبحث عن فهرس"
|
|
165
|
-
"search-asset-name-or-tag": "ابحث باسم
|
|
166
|
-
"search-for-term": "ابحث عن المصطلح"
|
|
167
|
-
"search-product-name-or-code": "البحث حسب اسم المنتج أو الرمز"
|
|
152
|
+
"quick-jump-placeholder": "القفزة السريعة إلى البديل",
|
|
153
|
+
"rebuild-search-index": "إعادة بناء مؤشر البحث",
|
|
154
|
+
"reindex-error": "حدث خطأ أثناء إعادة بناء مؤشر البحث",
|
|
155
|
+
"reindex-successful": "مفهرسة {count , الجمع , واحد {متغير المنتج} آخر {{count} متغيرات المنتج}} في {time} ms",
|
|
156
|
+
"reindexing": "إعادة بناء مؤشر البحث",
|
|
157
|
+
"remove-from-channel": "إزالة من {channelcode , حدد , غير محدد {Channel} {{{channelcode}}}",
|
|
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": "فهرس البحث: تشغيل {count , الجمع , واحد {1 معلق تحديث} {{count} تحديثات معلقة}}",
|
|
164
|
+
"running-search-index-updates": "تشغيل {count , الجمع , واحد {1 تحديث} {{count} تحديثات}}} للبحث عن فهرس",
|
|
165
|
+
"search-asset-name-or-tag": "ابحث باسم النماذج أو العلامات",
|
|
166
|
+
"search-for-term": "ابحث عن المصطلح",
|
|
167
|
+
"search-product-name-or-code": "البحث حسب اسم المنتج أو الرمز",
|
|
168
168
|
"select-product": "حدد المنتج",
|
|
169
|
-
"select-product-variant": "حدد متغير المنتج"
|
|
170
|
-
"sku": "SKU"
|
|
171
|
-
"slug": "
|
|
172
|
-
"slug-pattern-error": "
|
|
173
|
-
"stock-allocated": "مخصص"
|
|
169
|
+
"select-product-variant": "حدد متغير المنتج",
|
|
170
|
+
"sku": "SKU",
|
|
171
|
+
"slug": "لقب",
|
|
172
|
+
"slug-pattern-error": "لقب غير صالح",
|
|
173
|
+
"stock-allocated": "مخصص",
|
|
174
174
|
"stock-levels": "مستويات المخزون",
|
|
175
|
-
"stock-location": "موقع الأسهم"
|
|
176
|
-
"stock-locations": "مواقع الأسهم"
|
|
175
|
+
"stock-location": "موقع الأسهم",
|
|
176
|
+
"stock-locations": "مواقع الأسهم",
|
|
177
177
|
"stock-on-hand": "مخزون",
|
|
178
|
-
"tax-category": "فئة الضرائب"
|
|
179
|
-
"taxes": "الضرائب"
|
|
178
|
+
"tax-category": "فئة الضرائب",
|
|
179
|
+
"taxes": "الضرائب",
|
|
180
180
|
"track-inventory": "حساب المخزون",
|
|
181
181
|
"track-inventory-false": "لا تتبع",
|
|
182
|
-
"track-inventory-inherit": "مورث من الإعدادات العالمية"
|
|
183
|
-
"track-inventory-tooltip": "عند تتبع , سيتم ضبط مستويات الأسهم المتغيرة للمنتج تلقائيًا عند بيعها"
|
|
182
|
+
"track-inventory-inherit": "مورث من الإعدادات العالمية",
|
|
183
|
+
"track-inventory-tooltip": "عند تتبع , سيتم ضبط مستويات الأسهم المتغيرة للمنتج تلقائيًا عند بيعها",
|
|
184
184
|
"track-inventory-true": "مسار",
|
|
185
|
-
"update-product-option": "تحديث خيار المنتج"
|
|
186
|
-
"use-global-value": "استخدام القيمة العالمية"
|
|
185
|
+
"update-product-option": "تحديث خيار المنتج",
|
|
186
|
+
"use-global-value": "استخدام القيمة العالمية",
|
|
187
187
|
"values": "قيم",
|
|
188
|
-
"variant": "البديل"
|
|
189
|
-
"variant-count": "{count , الجمع , واحد {1 متغير} {{count} المتغيرات}}"
|
|
190
|
-
"view-contents": "عرض المحتويات"
|
|
188
|
+
"variant": "البديل",
|
|
189
|
+
"variant-count": "{count , الجمع , واحد {1 متغير} {{count} المتغيرات}}",
|
|
190
|
+
"view-contents": "عرض المحتويات",
|
|
191
191
|
"visibility": "الرؤية"
|
|
192
192
|
},
|
|
193
193
|
"common": {
|
|
194
194
|
"ID": "بطاقة تعريف",
|
|
195
195
|
"actions": "أجراءات",
|
|
196
|
-
"add-filter": "إضافة مرشح"
|
|
197
|
-
"add-item-to-list": "إضافة عنصر إلى قائمة"
|
|
196
|
+
"add-filter": "إضافة مرشح",
|
|
197
|
+
"add-item-to-list": "إضافة عنصر إلى قائمة",
|
|
198
198
|
"add-note": "اضف ملاحظة",
|
|
199
199
|
"apply": "يتقدم",
|
|
200
|
-
"assign-to-channel": "تعيين للقناة"
|
|
201
|
-
"available-currencies": "العملات المتاحة"
|
|
200
|
+
"assign-to-channel": "تعيين للقناة",
|
|
201
|
+
"available-currencies": "العملات المتاحة",
|
|
202
202
|
"available-languages": "اللغات المتوفرة",
|
|
203
203
|
"boolean-and": "و",
|
|
204
204
|
"boolean-false": "خطأ شنيع",
|
|
205
205
|
"boolean-or": "أو",
|
|
206
206
|
"boolean-true": "حقيقي",
|
|
207
|
-
"breadcrumb": "
|
|
208
|
-
"browser-default": "المتصفح الافتراضي"
|
|
209
|
-
"cancel": "
|
|
210
|
-
"cancel-navigation": "إلغاء
|
|
211
|
-
"change-selection": "تغيير الاختيار"
|
|
212
|
-
"channel": "قناة"
|
|
213
|
-
"channels": "القنوات"
|
|
214
|
-
"clear-selection": "
|
|
207
|
+
"breadcrumb": "مسار",
|
|
208
|
+
"browser-default": "المتصفح الافتراضي",
|
|
209
|
+
"cancel": "إلغاء",
|
|
210
|
+
"cancel-navigation": "إلغاء الإنتقال",
|
|
211
|
+
"change-selection": "تغيير الاختيار",
|
|
212
|
+
"channel": "قناة",
|
|
213
|
+
"channels": "القنوات",
|
|
214
|
+
"clear-selection": "إلغاء الإختيار",
|
|
215
215
|
"code": "شفرة",
|
|
216
|
-
"collapse-entries": "إدخالات الانهيار"
|
|
216
|
+
"collapse-entries": "إدخالات الانهيار",
|
|
217
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": "تأكيد
|
|
218
|
+
"confirm-bulk-assign-to-channel": "تعيين عناصر للقناة؟",
|
|
219
|
+
"confirm-bulk-delete": "حذف العناصر المحددة؟",
|
|
220
|
+
"confirm-bulk-remove-from-channel": "إزالة العناصر من القناة الحالية؟",
|
|
221
|
+
"confirm-delete-note": "حذف ملاحظة؟",
|
|
222
|
+
"confirm-navigation": "تأكيد الإنتقال",
|
|
223
223
|
"contents": "محتويات",
|
|
224
|
-
"create": "
|
|
224
|
+
"create": "حفظ",
|
|
225
225
|
"created-at": "أنشئت في",
|
|
226
226
|
"custom-fields": "الحقول المخصصة",
|
|
227
|
+
"data-table-filter-date-mode": "نمط التاريخ",
|
|
228
|
+
"data-table-filter-date-range": "نطاق التاريخ",
|
|
229
|
+
"data-table-filter-date-relative": "تاريخ نسبي",
|
|
227
230
|
"default-channel": "القناة الإفتراضية",
|
|
228
|
-
"default-language": "اللغة الافتراضية"
|
|
229
|
-
"default-tax-category": "فئة الضرائب الافتراضية"
|
|
230
|
-
"delete": "
|
|
231
|
+
"default-language": "اللغة الافتراضية",
|
|
232
|
+
"default-tax-category": "فئة الضرائب الافتراضية",
|
|
233
|
+
"delete": "إزالة",
|
|
231
234
|
"description": "وصف",
|
|
232
235
|
"details": "تفاصيل",
|
|
233
236
|
"disabled": "عاجز",
|
|
234
|
-
"discard-changes": "تجاهل التغييرات"
|
|
235
|
-
"edit": "
|
|
236
|
-
"edit-field": "تحرير الحقل"
|
|
237
|
+
"discard-changes": "تجاهل التغييرات",
|
|
238
|
+
"edit": "تحرير",
|
|
239
|
+
"edit-field": "تحرير الحقل",
|
|
237
240
|
"edit-note": "تحرير مذكرة",
|
|
238
|
-
"enabled": "تمكين"
|
|
241
|
+
"enabled": "تمكين",
|
|
239
242
|
"end-date": "تاريخ الانتهاء",
|
|
240
|
-
"expand-entries": "توسيع إدخالات"
|
|
241
|
-
"extension-running-in-separate-window": "التمديد يعمل في نافذة منفصلة"
|
|
243
|
+
"expand-entries": "توسيع إدخالات",
|
|
244
|
+
"extension-running-in-separate-window": "التمديد يعمل في نافذة منفصلة",
|
|
242
245
|
"filter": "منقي",
|
|
243
|
-
"
|
|
244
|
-
"force-
|
|
246
|
+
"filter-preset-name": "اسم الإعداد المُسبق للتصفية",
|
|
247
|
+
"force-delete": "قوة حذف",
|
|
248
|
+
"force-remove": "قوة إزالة",
|
|
245
249
|
"general": "عام",
|
|
246
250
|
"guest": "ضيف",
|
|
247
251
|
"id": "بطاقة تعريف",
|
|
248
252
|
"image": "صورة",
|
|
249
|
-
"items-per-page-option": "{count} لكل صفحة"
|
|
250
|
-
"items-selected-count": "{count} {count , الجمع , واحد {item} آخر {العناصر}} المحددة"
|
|
251
|
-
"keep-editing": "استمر في التحرير"
|
|
253
|
+
"items-per-page-option": "{count} لكل صفحة",
|
|
254
|
+
"items-selected-count": "{count} {count , الجمع , واحد {item} آخر {العناصر}} المحددة",
|
|
255
|
+
"keep-editing": "استمر في التحرير",
|
|
252
256
|
"language": "لغة",
|
|
253
|
-
"launch-extension": "تمديد الإطلاق"
|
|
254
|
-
"list-items-and-n-more": "{العناصر} و {nmore} أكثر"
|
|
255
|
-
"live-update": "التحديث المباشر"
|
|
256
|
-
"locale": "لغة"
|
|
257
|
+
"launch-extension": "تمديد الإطلاق",
|
|
258
|
+
"list-items-and-n-more": "{العناصر} و {nmore} أكثر",
|
|
259
|
+
"live-update": "التحديث المباشر",
|
|
260
|
+
"locale": "لغة",
|
|
257
261
|
"log-out": "تسجيل خروج",
|
|
258
262
|
"login": "تسجيل الدخول",
|
|
259
|
-
"login-image-title": "مرحبًا! مرحبًا بك مرة أخرى. من الجيد رؤيتك."
|
|
260
|
-
"login-title": "تسجيل الدخول إلى {
|
|
261
|
-
"manage-tags": "إدارة العلامات"
|
|
262
|
-
"manage-tags-description": "تحديث أو حذف العلامات على مستوى العالم."
|
|
263
|
-
"medium-date": "التاريخ المتوسط"
|
|
263
|
+
"login-image-title": "مرحبًا! مرحبًا بك مرة أخرى. من الجيد رؤيتك.",
|
|
264
|
+
"login-title": "تسجيل الدخول إلى {brand}",
|
|
265
|
+
"manage-tags": "إدارة العلامات",
|
|
266
|
+
"manage-tags-description": "تحديث أو حذف العلامات على مستوى العالم.",
|
|
267
|
+
"medium-date": "التاريخ المتوسط",
|
|
264
268
|
"more": "أكثر...",
|
|
265
269
|
"name": "اسم",
|
|
266
|
-
"no-alerts": "لا تنبيهات"
|
|
267
|
-
"no-bulk-actions-available": "لا توجد إجراءات كبيرة متوفرة"
|
|
268
|
-
"no-results": "لا نتائج",
|
|
270
|
+
"no-alerts": "لا تنبيهات",
|
|
271
|
+
"no-bulk-actions-available": "لا توجد إجراءات كبيرة متوفرة",
|
|
272
|
+
"no-results": "لا توجد نتائج",
|
|
269
273
|
"not-applicable": "غير قابل للتطبيق",
|
|
270
274
|
"not-set": "غير مضبوط",
|
|
271
|
-
"notify-assign-to-channel-success-with-count": "تم تعيينه بنجاح {count , الجمع , واحد {1 عنصر} {{count} العناصر}} إلى {channelcode}"
|
|
272
|
-
"notify-bulk-update-success": "تم تحديث {count} {
|
|
273
|
-
"notify-create-error": "حدث خطأ , لم يستطع إنشاء {
|
|
274
|
-
"notify-create-success": "تم إنشاء {
|
|
275
|
-
"notify-delete-error": "حدث خطأ , لم يستطع حذف {
|
|
276
|
-
"notify-delete-error-with-count": "لا يمكن حذف {count , الجمع , واحد {1 عنصر} {{count} العناصر}}"
|
|
277
|
-
"notify-delete-success": "تم حذف {
|
|
278
|
-
"notify-delete-success-with-count": "تم حذفه بنجاح {count , الجمع , واحد {1 item} {{count} head}}"
|
|
279
|
-
"notify-remove-from-channel-success-with-count": "تم إزالته بنجاح {count} عناصر من القناة"
|
|
280
|
-
"notify-save-changes-error": "حدث خطأ , لم يستطع حفظ التغييرات"
|
|
281
|
-
"notify-saved-changes": "التغييرات المحفوظة"
|
|
282
|
-
"notify-update-error": "حدث خطأ , لا يمكن تحديث {
|
|
283
|
-
"notify-update-success": "تم تحديث {
|
|
284
|
-
"notify-updated-tags-success": "العلامات التي تم تحديثها بنجاح"
|
|
285
|
-
"okay": "
|
|
275
|
+
"notify-assign-to-channel-success-with-count": "تم تعيينه بنجاح {count , الجمع , واحد {1 عنصر} {{count} العناصر}} إلى {channelcode}",
|
|
276
|
+
"notify-bulk-update-success": "تم تحديث {count} { entity }",
|
|
277
|
+
"notify-create-error": "حدث خطأ , لم يستطع إنشاء { entity }",
|
|
278
|
+
"notify-create-success": "تم إنشاء { entity }",
|
|
279
|
+
"notify-delete-error": "حدث خطأ , لم يستطع حذف { entity }",
|
|
280
|
+
"notify-delete-error-with-count": "لا يمكن حذف {count , الجمع , واحد {1 عنصر} {{count} العناصر}}",
|
|
281
|
+
"notify-delete-success": "تم حذف { entity }",
|
|
282
|
+
"notify-delete-success-with-count": "تم حذفه بنجاح {count , الجمع , واحد {1 item} {{count} head}}",
|
|
283
|
+
"notify-remove-from-channel-success-with-count": "تم إزالته بنجاح {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": "حفظ",
|
|
286
290
|
"operator-contains": "يتضمن",
|
|
287
|
-
"operator-eq": "يساوي"
|
|
291
|
+
"operator-eq": "يساوي",
|
|
288
292
|
"operator-gt": "أكثر من",
|
|
289
293
|
"operator-lt": "أقل من",
|
|
290
294
|
"operator-not-contains": "لا يحتوي",
|
|
291
|
-
"operator-not-eq": "لا يساوي"
|
|
295
|
+
"operator-not-eq": "لا يساوي",
|
|
292
296
|
"operator-notContains": "لا يحتوي",
|
|
293
|
-
"operator-regex": "Matches Regex"
|
|
297
|
+
"operator-regex": "Matches Regex",
|
|
294
298
|
"password": "كلمة المرور",
|
|
295
299
|
"position": "موضع",
|
|
296
300
|
"price": "سعر",
|
|
297
|
-
"price-with-tax": "السعر مع الضريبة"
|
|
301
|
+
"price-with-tax": "السعر مع الضريبة",
|
|
298
302
|
"private": "خاص",
|
|
299
303
|
"public": "عام",
|
|
300
304
|
"remember-me": "تذكرنى",
|
|
301
|
-
"remove": "
|
|
302
|
-
"remove-from-channel": "إزالة من القناة الحالية"
|
|
303
|
-
"remove-item-from-list": "إزالة العنصر من القائمة"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
305
|
+
"remove": "إزالة",
|
|
306
|
+
"remove-from-channel": "إزالة من القناة الحالية",
|
|
307
|
+
"remove-item-from-list": "إزالة العنصر من القائمة",
|
|
308
|
+
"rename-filter-preset": "إعادة تسمية الضبط",
|
|
309
|
+
"reset-columns": "إعادة تعيين الأعمدة",
|
|
310
|
+
"results-count": "{ count } {count, plural, one {نتيجة واحدة} other {من النتائج}}",
|
|
311
|
+
"sample-formatting": "تنسيق العينة",
|
|
312
|
+
"save-filter-preset": "حفظ كإعداد مُسبق للتصفية",
|
|
313
|
+
"search-and-filter-list": "البحث وتصفية هذه القائمة",
|
|
308
314
|
"search-by-name": "البحث عن طريق الإسم",
|
|
309
315
|
"select": "يختار...",
|
|
310
|
-
"select-display-language": "حدد لغة العرض"
|
|
311
|
-
"select-items-with-count": "حدد {count} {count , الجمع , واحد {item} آخر {عناصر}}"
|
|
312
|
-
"select-products": "اختيار المنتجات"
|
|
313
|
-
"select-relation-id": "حدد معرف العلاقة"
|
|
314
|
-
"select-table-columns": "حدد أعمدة الجدول"
|
|
315
|
-
"select-today": "حدد اليوم"
|
|
316
|
-
"select-variants": "حدد المتغيرات"
|
|
316
|
+
"select-display-language": "حدد لغة العرض",
|
|
317
|
+
"select-items-with-count": "حدد {count} {count , الجمع , واحد {item} آخر {عناصر}}",
|
|
318
|
+
"select-products": "اختيار المنتجات",
|
|
319
|
+
"select-relation-id": "حدد معرف العلاقة",
|
|
320
|
+
"select-table-columns": "حدد أعمدة الجدول",
|
|
321
|
+
"select-today": "حدد اليوم",
|
|
322
|
+
"select-variants": "حدد المتغيرات",
|
|
317
323
|
"seller": "تاجر",
|
|
318
324
|
"set-language": "لغة مجموعة",
|
|
319
325
|
"short-date": "التاريخ القصير",
|
|
320
|
-
"slug": "
|
|
326
|
+
"slug": "لقب",
|
|
321
327
|
"start-date": "تاريخ البدء",
|
|
322
328
|
"status": "حالة",
|
|
323
|
-
"tags": "العلامات"
|
|
329
|
+
"tags": "العلامات",
|
|
324
330
|
"theme": "الإضاءة",
|
|
325
|
-
"there-are-unsaved-changes": "هناك تغييرات غير محفوظة.
|
|
326
|
-
"toggle-all": "تبديل الكل"
|
|
327
|
-
"total-items": "{currentStart} - {
|
|
331
|
+
"there-are-unsaved-changes": "هناك تغييرات غير محفوظة. الإنتقال سيؤدي إلى فقدان هذه التغييرات.",
|
|
332
|
+
"toggle-all": "تبديل الكل",
|
|
333
|
+
"total-items": "{currentStart} - {currentEnd} من {totalItems}",
|
|
328
334
|
"update": "تحديث",
|
|
329
|
-
"updated-at": "
|
|
335
|
+
"updated-at": "آخر تحديث",
|
|
330
336
|
"username": "اسم المستخدم",
|
|
331
337
|
"value": "قيمة",
|
|
332
|
-
"view-contents": "عرض المحتويات"
|
|
333
|
-
"view-next-month": "عرض الشهر المقبل"
|
|
334
|
-
"view-previous-month": "عرض الشهر السابق"
|
|
335
|
-
"visibility": "الرؤية"
|
|
338
|
+
"view-contents": "عرض المحتويات",
|
|
339
|
+
"view-next-month": "عرض الشهر المقبل",
|
|
340
|
+
"view-previous-month": "عرض الشهر السابق",
|
|
341
|
+
"visibility": "الرؤية",
|
|
336
342
|
"with-selected": "مع {count} محدد ..."
|
|
337
343
|
},
|
|
338
344
|
"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 , الجمع , واحد {1 عميل} آخر {{customercount} العملاء}} إلى \" {groupname} \""
|
|
343
|
-
"add-customers-to-group-with-count": "إضافة {count , الجمع , واحد {1 عميل} {{count} عملاء}}"
|
|
344
|
-
"add-customers-to-group-with-name": "إضافة العملاء إلى \" {groupName} \""
|
|
345
|
+
"add-customer-to-group": "أضف العميل إلى مجموعة",
|
|
346
|
+
"add-customer-to-groups-with-count": "أضف العميل إلى {count, plural, one {مجموعة واحدة} other {{count} مجموعات}}",
|
|
347
|
+
"add-customers-to-group": "أضف العملاء إلى مجموعة",
|
|
348
|
+
"add-customers-to-group-success": "تمت إضافة {customercount , الجمع , واحد {1 عميل} آخر {{customercount} العملاء}} إلى \" {groupname} \"",
|
|
349
|
+
"add-customers-to-group-with-count": "إضافة {count , الجمع , واحد {1 عميل} {{count} عملاء}}",
|
|
350
|
+
"add-customers-to-group-with-name": "إضافة العملاء إلى \" {groupName} \"",
|
|
345
351
|
"addresses": "عناوين",
|
|
346
352
|
"city": "مدينة",
|
|
347
353
|
"company": "شركة",
|
|
348
|
-
"confirm-remove-customer-from-group": "إزالة العميل من المجموعة؟"
|
|
354
|
+
"confirm-remove-customer-from-group": "إزالة العميل من المجموعة؟",
|
|
349
355
|
"country": "دولة",
|
|
350
|
-
"create-customer-group": "إنشاء مجموعة عملاء"
|
|
351
|
-
"create-new-address": "إنشاء عنوان جديد"
|
|
352
|
-
"create-new-customer": "إنشاء عميل جديد"
|
|
353
|
-
"create-new-customer-group": "إنشاء مجموعة عملاء جديدة"
|
|
356
|
+
"create-customer-group": "إنشاء مجموعة عملاء",
|
|
357
|
+
"create-new-address": "إنشاء عنوان جديد",
|
|
358
|
+
"create-new-customer": "إنشاء عميل جديد",
|
|
359
|
+
"create-new-customer-group": "إنشاء مجموعة عملاء جديدة",
|
|
354
360
|
"customer": "عميل",
|
|
355
361
|
"customer-group": "مجموعة العملاء",
|
|
356
|
-
"customer-groups": "مجموعات العملاء"
|
|
357
|
-
"customer-history": "تاريخ العميل"
|
|
362
|
+
"customer-groups": "مجموعات العملاء",
|
|
363
|
+
"customer-history": "تاريخ العميل",
|
|
358
364
|
"customers": "عملاء",
|
|
359
|
-
"default-billing-address": "الفواتير الافتراضية"
|
|
365
|
+
"default-billing-address": "الفواتير الافتراضية",
|
|
360
366
|
"default-shipping-address": "الشحن التلقائي",
|
|
361
367
|
"email-address": "عنوان البريد الإلكتروني",
|
|
362
|
-
"email-verification-sent": "تم إرسال بريد إلكتروني للتحقق إلى {{emailAddress}"
|
|
368
|
+
"email-verification-sent": "تم إرسال بريد إلكتروني للتحقق إلى {{emailAddress}",
|
|
363
369
|
"first-name": "الاسم الأول",
|
|
364
370
|
"full-name": "الاسم الكامل",
|
|
365
371
|
"guest": "ضيف",
|
|
366
|
-
"history-customer-added-to-group": "
|
|
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": "تم التحقق من إعادة تعيين كلمة المرور"
|
|
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": "تم التحقق من إعادة تعيين كلمة المرور",
|
|
375
381
|
"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": "استخدام عنوان البريد الإلكتروني"
|
|
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": "استخدام عنوان البريد الإلكتروني",
|
|
381
387
|
"last-login": "آخر تسجيل دخول",
|
|
382
388
|
"last-name": "اسم العائلة",
|
|
383
389
|
"name": "اسم",
|
|
384
390
|
"new-email-address": "عنوان البريد الإلكتروني الجديد",
|
|
385
|
-
"no-orders-placed": "لا توجد أوامر"
|
|
386
|
-
"not-a-member-of-any-groups": "هذا العميل ليس عضوًا في أي مجموعات"
|
|
387
|
-
"old-email-address": "عنوان البريد الإلكتروني القديم"
|
|
388
|
-
"orders": "
|
|
391
|
+
"no-orders-placed": "لا توجد أوامر",
|
|
392
|
+
"not-a-member-of-any-groups": "هذا العميل ليس عضوًا في أي مجموعات",
|
|
393
|
+
"old-email-address": "عنوان البريد الإلكتروني القديم",
|
|
394
|
+
"orders": "طلبيات",
|
|
389
395
|
"password": "كلمة المرور",
|
|
390
396
|
"phone-number": "رقم التليفون",
|
|
391
397
|
"postal-code": "رمز بريدي",
|
|
392
398
|
"province": "مقاطعة",
|
|
393
399
|
"registered": "مسجل",
|
|
394
|
-
"remove-customers-from-group-success": "تمت إزالة {customercount , الجمع , واحد {1 customer} {{customercount}}}} من \" {groupname} \""
|
|
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": "خط الشارع 1"
|
|
402
|
-
"street-line-2": "خط الشارع 2"
|
|
400
|
+
"remove-customers-from-group-success": "تمت إزالة {customercount , الجمع , واحد {1 customer} {{customercount}}}} من \" {groupname} \"",
|
|
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": "خط الشارع 1",
|
|
408
|
+
"street-line-2": "خط الشارع 2",
|
|
403
409
|
"title": "عنوان",
|
|
404
|
-
"update-customer-group": "تحديث مجموعة العملاء"
|
|
410
|
+
"update-customer-group": "تحديث مجموعة العملاء",
|
|
405
411
|
"verified": "تم التحقق",
|
|
406
412
|
"view-group-members": "عرض أعضاء المجموعة"
|
|
407
413
|
},
|
|
408
414
|
"dashboard": {
|
|
409
415
|
"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": "إزالة القطعة"
|
|
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": "إزالة القطعة",
|
|
417
423
|
"thisMonth": "هذا الشهر",
|
|
418
424
|
"thisWeek": "هذا الاسبوع",
|
|
419
425
|
"today": "اليوم",
|
|
420
426
|
"total-order-value": "القيمة الإجمالية",
|
|
421
|
-
"total-orders": "إجمالي
|
|
427
|
+
"total-orders": "إجمالي الطلبيات",
|
|
422
428
|
"widget-resize": "تغيير الحجم",
|
|
423
|
-
"widget-width": "العرض: {width}"
|
|
429
|
+
"widget-width": "العرض: {width}",
|
|
424
430
|
"yesterday": "أمس"
|
|
425
431
|
},
|
|
426
432
|
"datetime": {
|
|
427
|
-
"ago-days": "{count ,
|
|
428
|
-
"ago-hours": "{count
|
|
429
|
-
"ago-minutes": "{count
|
|
430
|
-
"ago-seconds": "{count
|
|
431
|
-
"ago-years": "{count
|
|
432
|
-
"
|
|
433
|
-
"duration-
|
|
434
|
-
"duration-seconds": "{s}
|
|
433
|
+
"ago-days": "{count, plural, one {يوم واحد مضى} other {{count} أيام مضت}}",
|
|
434
|
+
"ago-hours": "{count, plural, one {ساعة واحدة} other {{count} ساعات}} مضت",
|
|
435
|
+
"ago-minutes": "{count, plural, one {دقيقة واحدة} other {{count} دقيقة}} مضت",
|
|
436
|
+
"ago-seconds": "{count, plural, =0 {just now} one {ثانية واحدة مضت} other {{count} ثواني مضت}}",
|
|
437
|
+
"ago-years": "{count, plural, one {سنة واحدة} other {{count} سنين}} مضت",
|
|
438
|
+
"day": "يوم",
|
|
439
|
+
"duration-milliseconds": "{MS} MS",
|
|
440
|
+
"duration-minutes:seconds": "{m}: {s} m",
|
|
441
|
+
"duration-seconds": "{s} s",
|
|
442
|
+
"month": "شهر",
|
|
435
443
|
"month-apr": "أبريل",
|
|
436
444
|
"month-aug": "أغسطس",
|
|
437
445
|
"month-dec": "ديسمبر",
|
|
@@ -444,298 +452,305 @@
|
|
|
444
452
|
"month-nov": "شهر نوفمبر",
|
|
445
453
|
"month-oct": "اكتوبر",
|
|
446
454
|
"month-sep": "سبتمبر",
|
|
455
|
+
"relative-past-days": "{count} {count, plural, one {يوم} other {أيام}} مضت",
|
|
456
|
+
"relative-past-months": "{count} {count, plural, one {شهر} other {أشهر}} مضت",
|
|
457
|
+
"relative-past-years": "{count} {count, plural, one {سنة} other {سنوات}} مضت",
|
|
447
458
|
"time": "وقت",
|
|
448
|
-
"weekday-fr": "الاب"
|
|
459
|
+
"weekday-fr": "الاب",
|
|
449
460
|
"weekday-mo": "شهر",
|
|
450
461
|
"weekday-sa": "في",
|
|
451
462
|
"weekday-su": "نكون",
|
|
452
463
|
"weekday-th": "ذ",
|
|
453
|
-
"weekday-tu": "تو"
|
|
454
|
-
"weekday-we": "نحن"
|
|
464
|
+
"weekday-tu": "تو",
|
|
465
|
+
"weekday-we": "نحن",
|
|
466
|
+
"year": "سنة"
|
|
455
467
|
},
|
|
456
468
|
"editor": {
|
|
457
|
-
"image-alt": "الوصف (بديل)"
|
|
469
|
+
"image-alt": "الوصف (بديل)",
|
|
458
470
|
"image-src": "مصدر",
|
|
459
471
|
"image-title": "عنوان",
|
|
460
472
|
"insert-image": "إدراج صورة",
|
|
461
|
-
"link-href": "Link Href"
|
|
473
|
+
"link-href": "Link Href",
|
|
462
474
|
"link-target": "رابط الهدف",
|
|
463
|
-
"link-title": "عنوان الرابط"
|
|
464
|
-
"remove-link": "
|
|
475
|
+
"link-title": "عنوان الرابط",
|
|
476
|
+
"remove-link": "إزالة",
|
|
465
477
|
"set-link": "Set Link"
|
|
466
478
|
},
|
|
467
479
|
"error": {
|
|
468
|
-
"403-forbidden": "أنت غير مخول حاليًا للوصول إلى \" {path} \". إما أنك تفتقر إلى الأذونات , أو انتهت جلستك."
|
|
469
|
-
"could-not-connect-to-server": "لا يمكن الاتصال بخادم Vendure في {url}"
|
|
470
|
-
"facet-value-form-values-do-not-match": "عدد القيم في نموذج
|
|
471
|
-
"health-check-failed": "فشل فحص صحة النظام"
|
|
472
|
-
"no-default-shipping-zone-set": "هذه القناة لا تحتوي على منطقة شحن افتراضية. قد يتسبب هذا في حدوث أخطاء عند حساب رسوم الشحن."
|
|
480
|
+
"403-forbidden": "أنت غير مخول حاليًا للوصول إلى \" {path} \". إما أنك تفتقر إلى الأذونات , أو انتهت جلستك.",
|
|
481
|
+
"could-not-connect-to-server": "لا يمكن الاتصال بخادم Vendure في {url}",
|
|
482
|
+
"facet-value-form-values-do-not-match": "عدد القيم في نموذج الفئة لا يتطابق مع العدد الفعلي للقيم",
|
|
483
|
+
"health-check-failed": "فشل فحص صحة النظام",
|
|
484
|
+
"no-default-shipping-zone-set": "هذه القناة لا تحتوي على منطقة شحن افتراضية. قد يتسبب هذا في حدوث أخطاء عند حساب رسوم الشحن.",
|
|
473
485
|
"no-default-tax-zone-set": "لا تحتوي هذه القناة على منطقة ضريبية افتراضية , والتي ستسبب أخطاء عند حساب الأسعار. يرجى إنشاء أو تحديد منطقة."
|
|
474
486
|
},
|
|
475
487
|
"marketing": {
|
|
476
488
|
"actions": "أجراءات",
|
|
477
|
-
"add-action": "إضافة إجراء"
|
|
478
|
-
"add-condition": "إضافة حالة"
|
|
489
|
+
"add-action": "إضافة إجراء",
|
|
490
|
+
"add-condition": "إضافة حالة",
|
|
479
491
|
"conditions": "شروط",
|
|
480
492
|
"coupon-code": "رمز الكوبون",
|
|
481
|
-
"create-new-promotion": "إنشاء عرض ترويجي جديد"
|
|
493
|
+
"create-new-promotion": "إنشاء عرض ترويجي جديد",
|
|
482
494
|
"ends-at": "ينتهي عند",
|
|
483
|
-
"per-customer-limit": "حد كل عميل"
|
|
495
|
+
"per-customer-limit": "حد كل عميل",
|
|
496
|
+
"per-customer-limit-tooltip": "الحد الأقصى لعدد مرات استخدام هذا العرض من قبل عميل واحد",
|
|
484
497
|
"promotion": "ترقية",
|
|
485
|
-
"search-by-name-or-coupon-code": "البحث بالاسم أو رمز القسيمة"
|
|
486
|
-
"starts-at": "يبدأ عند"
|
|
498
|
+
"search-by-name-or-coupon-code": "البحث بالاسم أو رمز القسيمة",
|
|
499
|
+
"starts-at": "يبدأ عند",
|
|
500
|
+
"usage-limit": "الحد الإجمالي للاستخدام",
|
|
501
|
+
"usage-limit-tooltip": "الحد الأقصى لعدد مرات استخدام هذا العرض بشكل إجمالي"
|
|
487
502
|
},
|
|
488
503
|
"nav": {
|
|
489
|
-
"administrators": "المسؤولون"
|
|
490
|
-
"assets": "
|
|
504
|
+
"administrators": "المسؤولون",
|
|
505
|
+
"assets": "نماذج",
|
|
491
506
|
"catalog": "فهرس",
|
|
492
|
-
"channels": "القنوات"
|
|
493
|
-
"collections": "مجموعات"
|
|
507
|
+
"channels": "القنوات",
|
|
508
|
+
"collections": "مجموعات",
|
|
494
509
|
"countries": "بلدان",
|
|
495
|
-
"customer-groups": "مجموعات العملاء"
|
|
510
|
+
"customer-groups": "مجموعات العملاء",
|
|
496
511
|
"customers": "عملاء",
|
|
497
|
-
"facets": "
|
|
512
|
+
"facets": "فئات",
|
|
498
513
|
"global-settings": "الاعدادات العامة",
|
|
499
514
|
"inventory": "جرد",
|
|
500
|
-
"job-queue": "ذيل الوظيفة"
|
|
515
|
+
"job-queue": "ذيل الوظيفة",
|
|
501
516
|
"marketing": "تسويق",
|
|
502
|
-
"orders": "
|
|
503
|
-
"payment-methods": "طرق الدفع"
|
|
504
|
-
"promotions": "
|
|
505
|
-
"roles": "الأدوار"
|
|
517
|
+
"orders": "طلبيات",
|
|
518
|
+
"payment-methods": "طرق الدفع",
|
|
519
|
+
"promotions": "العروض",
|
|
520
|
+
"roles": "الأدوار",
|
|
506
521
|
"sales": "مبيعات",
|
|
507
|
-
"sellers": "البائعون"
|
|
522
|
+
"sellers": "البائعون",
|
|
508
523
|
"settings": "إعدادات",
|
|
509
524
|
"shipping-methods": "طرق الشحن",
|
|
510
525
|
"system": "نظام",
|
|
511
526
|
"system-status": "حالة النظام",
|
|
512
|
-
"tax-categories": "فئات الضرائب"
|
|
513
|
-
"tax-rates": "معدلات الضرائب"
|
|
527
|
+
"tax-categories": "فئات الضرائب",
|
|
528
|
+
"tax-rates": "معدلات الضرائب",
|
|
514
529
|
"zones": "المناطق"
|
|
515
530
|
},
|
|
516
531
|
"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": "العناصر المضافة"
|
|
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": "العناصر المضافة",
|
|
524
539
|
"amount": "كمية",
|
|
525
|
-
"arrange-additional-payment": "ترتيب دفع إضافي"
|
|
540
|
+
"arrange-additional-payment": "ترتيب دفع إضافي",
|
|
526
541
|
"billing-address": "عنوان وصول الفواتير",
|
|
527
|
-
"cancel": "
|
|
528
|
-
"cancel-entire-order": "إلغاء الطلب بالكامل"
|
|
529
|
-
"cancel-fulfillment": "إلغاء الوفاء"
|
|
530
|
-
"cancel-modification": "إلغاء التعديل"
|
|
531
|
-
"cancel-order": "إلغاء الطلب أو العناصر"
|
|
542
|
+
"cancel": "إلغاء",
|
|
543
|
+
"cancel-entire-order": "إلغاء الطلب بالكامل",
|
|
544
|
+
"cancel-fulfillment": "إلغاء الوفاء",
|
|
545
|
+
"cancel-modification": "إلغاء التعديل",
|
|
546
|
+
"cancel-order": "إلغاء الطلب أو العناصر",
|
|
532
547
|
"cancel-payment": "الغاء الدفع",
|
|
533
548
|
"cancel-reason-customer-request": "طلب العميل",
|
|
534
549
|
"cancel-reason-not-available": "غير متاح",
|
|
535
|
-
"cancel-selected-items": "إلغاء العناصر المحددة"
|
|
536
|
-
"cancel-specified-items": "إلغاء العناصر المحددة"
|
|
550
|
+
"cancel-selected-items": "إلغاء العناصر المحددة",
|
|
551
|
+
"cancel-specified-items": "إلغاء العناصر المحددة",
|
|
537
552
|
"cancellation-reason": "سبب الإلغاء",
|
|
538
|
-
"cancelled-order-success": "الطلب الذي تم إلغاؤه بنجاح"
|
|
539
|
-
"complete-draft-order": "
|
|
540
|
-
"confirm-modifications": "تأكيد التعديلات"
|
|
553
|
+
"cancelled-order-success": "الطلب الذي تم إلغاؤه بنجاح",
|
|
554
|
+
"complete-draft-order": "إنهاء المسودة",
|
|
555
|
+
"confirm-modifications": "تأكيد التعديلات",
|
|
541
556
|
"contents": "محتويات",
|
|
542
|
-
"create-fulfillment": "إنشاء الوفاء"
|
|
543
|
-
"create-fulfillment-success": "خلق الوفاء"
|
|
557
|
+
"create-fulfillment": "إنشاء الوفاء",
|
|
558
|
+
"create-fulfillment-success": "خلق الوفاء",
|
|
544
559
|
"customer": "عميل",
|
|
545
|
-
"delete-draft-order": "حذف المسودة"
|
|
546
|
-
"draft-order": "
|
|
547
|
-
"edit-billing-address": "تحرير عنوان الفواتير"
|
|
548
|
-
"edit-shipping-address": "تحرير عنوان الشحن"
|
|
560
|
+
"delete-draft-order": "حذف المسودة",
|
|
561
|
+
"draft-order": "طلبية مسودة",
|
|
562
|
+
"edit-billing-address": "تحرير عنوان الفواتير",
|
|
563
|
+
"edit-shipping-address": "تحرير عنوان الشحن",
|
|
549
564
|
"error-message": "رسالة خطأ",
|
|
550
|
-
"existing-address": "العنوان الحالي"
|
|
565
|
+
"existing-address": "العنوان الحالي",
|
|
551
566
|
"existing-customer": "الزبون الحالي",
|
|
552
|
-
"filter-is-active": "نشط"
|
|
567
|
+
"filter-is-active": "نشط",
|
|
553
568
|
"fulfill": "بكمل",
|
|
554
|
-
"fulfill-order": "تنفيذ الأمر"
|
|
569
|
+
"fulfill-order": "تنفيذ الأمر",
|
|
555
570
|
"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} {count , الجمع , واحد {item} آخر {العناصر}} تم إلغاؤه"
|
|
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} {count , الجمع , واحد {item} آخر {العناصر}} تم إلغاؤه",
|
|
564
579
|
"history-order-cancelled": "تم الغاء الأمر او الطلب",
|
|
565
580
|
"history-order-created": "أجل خلق",
|
|
566
|
-
"history-order-fulfilled": "أمر تم تحقيقه"
|
|
567
|
-
"history-order-modified": "ترتيب تعديل"
|
|
568
|
-
"history-order-transition": "تم نقل الطلب من {من} إلى {إلى}"
|
|
569
|
-
"history-payment-settled": "الدفع المستقر"
|
|
570
|
-
"history-payment-transition": "الدفع #{id} انتقل من {من} إلى {إلى}"
|
|
571
|
-
"history-refund-transition": "REWNDUND #{id} انتقل من {من} إلى {إلى}"
|
|
572
|
-
"item-count": "{count} {count , الجمع , واحد {item} آخر {عناصر}}"
|
|
573
|
-
"line-fulfillment-all": "جميع العناصر التي تم الوفاء بها"
|
|
574
|
-
"line-fulfillment-none": "لا توجد عناصر تحققت"
|
|
575
|
-
"line-fulfillment-partial": "{count} من العناصر {total} تم الوفاء بها"
|
|
576
|
-
"manually-transition-to-state": "الانتقال يدويًا إلى الدولة ..."
|
|
577
|
-
"manually-transition-to-state-message": "نقل الأمر يدويًا إلى دولة أخرى. لاحظ أن حالات النظام تخضع لقواعد قد تمنع بعض التحولات."
|
|
578
|
-
"modification-adding-items": "إضافة {count} {count , الجمع , واحد {item} آخر {العناصر}}"
|
|
579
|
-
"modification-adding-surcharges": "إضافة {count} {count , الجمع , واحد {رسوم إضافية} {surghres}}"
|
|
580
|
-
"modification-adjusting-lines": "ضبط {count} {count , الجمع , واحد {line} آخر {lines}}"
|
|
581
|
+
"history-order-fulfilled": "أمر تم تحقيقه",
|
|
582
|
+
"history-order-modified": "ترتيب تعديل",
|
|
583
|
+
"history-order-transition": "تم نقل الطلب من {من} إلى {إلى}",
|
|
584
|
+
"history-payment-settled": "الدفع المستقر",
|
|
585
|
+
"history-payment-transition": "الدفع #{id} انتقل من {من} إلى {إلى}",
|
|
586
|
+
"history-refund-transition": "REWNDUND #{id} انتقل من {من} إلى {إلى}",
|
|
587
|
+
"item-count": "{count} {count , الجمع , واحد {item} آخر {عناصر}}",
|
|
588
|
+
"line-fulfillment-all": "جميع العناصر التي تم الوفاء بها",
|
|
589
|
+
"line-fulfillment-none": "لا توجد عناصر تحققت",
|
|
590
|
+
"line-fulfillment-partial": "{count} من العناصر {total} تم الوفاء بها",
|
|
591
|
+
"manually-transition-to-state": "الانتقال يدويًا إلى الدولة ...",
|
|
592
|
+
"manually-transition-to-state-message": "نقل الأمر يدويًا إلى دولة أخرى. لاحظ أن حالات النظام تخضع لقواعد قد تمنع بعض التحولات.",
|
|
593
|
+
"modification-adding-items": "إضافة {count} {count , الجمع , واحد {item} آخر {العناصر}}",
|
|
594
|
+
"modification-adding-surcharges": "إضافة {count} {count , الجمع , واحد {رسوم إضافية} {surghres}}",
|
|
595
|
+
"modification-adjusting-lines": "ضبط {count} {count , الجمع , واحد {line} آخر {lines}}",
|
|
581
596
|
"modification-not-settled": "ليس مستقر",
|
|
582
|
-
"modification-recalculate-shipping": "إعادة حساب الشحن"
|
|
597
|
+
"modification-recalculate-shipping": "إعادة حساب الشحن",
|
|
583
598
|
"modification-settled": "تسوية",
|
|
584
|
-
"modification-summary": "ملخص التعديلات"
|
|
585
|
-
"modification-updating-billing-address": "تحديث عنوان الفواتير"
|
|
586
|
-
"modification-updating-shipping-address": "تحديث عنوان الشحن"
|
|
587
|
-
"modifications": "التعديلات"
|
|
599
|
+
"modification-summary": "ملخص التعديلات",
|
|
600
|
+
"modification-updating-billing-address": "تحديث عنوان الفواتير",
|
|
601
|
+
"modification-updating-shipping-address": "تحديث عنوان الشحن",
|
|
602
|
+
"modifications": "التعديلات",
|
|
588
603
|
"modify-order": "تعديل الترتيب",
|
|
589
|
-
"modify-order-price-difference": "فرق السعر"
|
|
604
|
+
"modify-order-price-difference": "فرق السعر",
|
|
590
605
|
"net-price": "السعر الصافي",
|
|
591
606
|
"note": "ملحوظة",
|
|
592
|
-
"note-is-private": "ملاحظة خاصة"
|
|
593
|
-
"note-only-visible-to-administrators": "مرئي للمسؤولين فقط"
|
|
594
|
-
"note-visible-to-customer": "مرئي للمستعولين والعميل"
|
|
607
|
+
"note-is-private": "ملاحظة خاصة",
|
|
608
|
+
"note-only-visible-to-administrators": "مرئي للمسؤولين فقط",
|
|
609
|
+
"note-visible-to-customer": "مرئي للمستعولين والعميل",
|
|
595
610
|
"order": "طلب",
|
|
596
611
|
"order-history": "تاريخ الطلب",
|
|
597
|
-
"order-is-empty": "الطلب فارغ"
|
|
598
|
-
"order-state-diagram": "ترتيب مخطط الحالة"
|
|
612
|
+
"order-is-empty": "الطلب فارغ",
|
|
613
|
+
"order-state-diagram": "ترتيب مخطط الحالة",
|
|
599
614
|
"order-type": "نوع الطلب",
|
|
600
615
|
"order-type-aggregate": "إجمالي",
|
|
601
616
|
"order-type-regular": "عادي",
|
|
602
617
|
"order-type-seller": "تاجر",
|
|
603
|
-
"orders": "
|
|
618
|
+
"orders": "طلبيات",
|
|
604
619
|
"payment": "قسط",
|
|
605
|
-
"payment-amount": "مبلغ الدفع"
|
|
606
|
-
"payment-metadata": "بيانات تعريف الدفع"
|
|
620
|
+
"payment-amount": "مبلغ الدفع",
|
|
621
|
+
"payment-metadata": "بيانات تعريف الدفع",
|
|
607
622
|
"payment-method": "طريقة الدفع او السداد",
|
|
608
|
-
"payment-state": "
|
|
609
|
-
"payment-to-refund": "الدفع لاسترداد"
|
|
610
|
-
"payments": "المدفوعات"
|
|
611
|
-
"placed-at": "وضعت في"
|
|
612
|
-
"preview-changes": "تغييرات المعاينة"
|
|
623
|
+
"payment-state": "وضع الأداء",
|
|
624
|
+
"payment-to-refund": "الدفع لاسترداد",
|
|
625
|
+
"payments": "المدفوعات",
|
|
626
|
+
"placed-at": "وضعت في",
|
|
627
|
+
"preview-changes": "تغييرات المعاينة",
|
|
613
628
|
"product-name": "اسم المنتج",
|
|
614
|
-
"product-sku": "SKU"
|
|
615
|
-
"promotions-applied": "
|
|
616
|
-
"prorated-unit-price": "سعر الوحدة المتناسق"
|
|
629
|
+
"product-sku": "SKU",
|
|
630
|
+
"promotions-applied": "العروض الحالية",
|
|
631
|
+
"prorated-unit-price": "سعر الوحدة المتناسق",
|
|
617
632
|
"quantity": "كمية",
|
|
618
633
|
"refund": "استرداد",
|
|
619
634
|
"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": "سبب رد المبلغ"
|
|
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": "سبب رد المبلغ",
|
|
627
642
|
"refund-reason-customer-request": "طلب العميل",
|
|
628
643
|
"refund-reason-not-available": "غير متاح",
|
|
629
|
-
"refund-shipping": "استرداد الشحن"
|
|
630
|
-
"refund-total": "إجمالي استرداد الأموال"
|
|
631
|
-
"refund-total-error": "يجب أن يكون إجمالي الاسترداد بين {min} و {max}"
|
|
632
|
-
"refund-total-warning": "إجمالي استرداد المبلغ يتجاوز مبلغ الدفع المحدد. سيتم رد المبلغ المتبقي من المدفوعات الأخرى."
|
|
644
|
+
"refund-shipping": "استرداد الشحن",
|
|
645
|
+
"refund-total": "إجمالي استرداد الأموال",
|
|
646
|
+
"refund-total-error": "يجب أن يكون إجمالي الاسترداد بين {min} و {max}",
|
|
647
|
+
"refund-total-warning": "إجمالي استرداد المبلغ يتجاوز مبلغ الدفع المحدد. سيتم رد المبلغ المتبقي من المدفوعات الأخرى.",
|
|
633
648
|
"refund-with-amount": "المبلغ المسترد}",
|
|
634
649
|
"refunded-count": "{count} {count , الجمع , واحد {item} آخر {العناصر}}",
|
|
635
|
-
"removed-items": "العناصر التي تمت إزالتها"
|
|
636
|
-
"search-by-order-filters": "ابحث بالاسم / الكود / معرف المعاملة"
|
|
637
|
-
"select-address": "حدد العنوان"
|
|
650
|
+
"removed-items": "العناصر التي تمت إزالتها",
|
|
651
|
+
"search-by-order-filters": "ابحث بالاسم / الكود / معرف المعاملة",
|
|
652
|
+
"select-address": "حدد العنوان",
|
|
638
653
|
"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": "تعيين طريقة الشحن"
|
|
654
|
+
"select-state": "اختر الطريقة",
|
|
655
|
+
"seller-orders": "أوامر البائع",
|
|
656
|
+
"set-billing-address": "تعيين عنوان الفواتير",
|
|
657
|
+
"set-coupon-codes": "تعيين رموز القسيمة",
|
|
658
|
+
"set-customer-for-order": "تعيين العميل",
|
|
659
|
+
"set-fulfillment-state": "مارك كـ {state}",
|
|
660
|
+
"set-shipping-address": "تعيين عنوان الشحن",
|
|
661
|
+
"set-shipping-method": "تعيين طريقة الشحن",
|
|
647
662
|
"settle-payment": "دفع تسوية",
|
|
648
|
-
"settle-payment-error": "لا يمكن تسوية الدفع"
|
|
649
|
-
"settle-payment-success": "دفعت الدفع بنجاح"
|
|
650
|
-
"settle-refund": "تسوية استرداد"
|
|
651
|
-
"settle-refund-manual-instructions": "بعد استرداد يدويًا عبر موفر الدفع الخاص بك ({method}) , أدخل معرف المعاملة هنا."
|
|
652
|
-
"settle-refund-success": "استرداد الأموال بنجاح"
|
|
663
|
+
"settle-payment-error": "لا يمكن تسوية الدفع",
|
|
664
|
+
"settle-payment-success": "دفعت الدفع بنجاح",
|
|
665
|
+
"settle-refund": "تسوية استرداد",
|
|
666
|
+
"settle-refund-manual-instructions": "بعد استرداد يدويًا عبر موفر الدفع الخاص بك ({method}) , أدخل معرف المعاملة هنا.",
|
|
667
|
+
"settle-refund-success": "استرداد الأموال بنجاح",
|
|
653
668
|
"shipping": "شحن",
|
|
654
669
|
"shipping-address": "عنوان الشحن",
|
|
655
|
-
"shipping-cancelled": "تم إلغاء الشحن"
|
|
670
|
+
"shipping-cancelled": "تم إلغاء الشحن",
|
|
656
671
|
"shipping-method": "طريقة الشحن",
|
|
657
|
-
"state": "
|
|
658
|
-
"sub-total": "المجموع الفرعي"
|
|
659
|
-
"successfully-updated-fulfillment": "تحقيق التحديث بنجاح"
|
|
660
|
-
"surcharges": "الرسوم الإضافية"
|
|
672
|
+
"state": "طريقة",
|
|
673
|
+
"sub-total": "المجموع الفرعي",
|
|
674
|
+
"successfully-updated-fulfillment": "تحقيق التحديث بنجاح",
|
|
675
|
+
"surcharges": "الرسوم الإضافية",
|
|
661
676
|
"tax-base": "القاعدة الضريبية",
|
|
662
|
-
"tax-description": "الوصف الضريبي"
|
|
677
|
+
"tax-description": "الوصف الضريبي",
|
|
663
678
|
"tax-rate": "معدل الضريبة",
|
|
664
|
-
"tax-summary": "ملخص ضريبي"
|
|
665
|
-
"tax-total": "إجمالي الضرائب"
|
|
679
|
+
"tax-summary": "ملخص ضريبي",
|
|
680
|
+
"tax-total": "إجمالي الضرائب",
|
|
666
681
|
"total": "المجموع",
|
|
667
682
|
"tracking-code": "شفرة التتبع",
|
|
668
683
|
"transaction-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": "لم تتحقق"
|
|
684
|
+
"transition-to-state": "الانتقال إلى عملية {state}",
|
|
685
|
+
"transitioned-payment-to-state-success": "تم نقل الدفع بنجاح إلى {state}",
|
|
686
|
+
"transitioned-to-state-success": "انتقل بنجاح إلى {state}",
|
|
687
|
+
"unable-to-transition-to-state-try-another": "لا يمكن نقل الطلب مرة أخرى إلى طريقة \" {state} \". يرجى تحديد حالة بديلة.",
|
|
688
|
+
"unfulfilled": "لم تتحقق",
|
|
674
689
|
"unit-price": "سعر الوحدة"
|
|
675
690
|
},
|
|
676
691
|
"settings": {
|
|
677
|
-
"add-countries-to-zone": "أضف البلدان إلى {zonename}"
|
|
678
|
-
"add-countries-to-zone-success": "تمت إضافة {CountryCount} {CountryCount , الجمع , واحد {Country} آخر {البلدان}} إلى Zone \" {Zonename} \""
|
|
679
|
-
"add-products-to-test-order": "إضافة منتجات إلى ترتيب الاختبار"
|
|
692
|
+
"add-countries-to-zone": "أضف البلدان إلى {zonename}",
|
|
693
|
+
"add-countries-to-zone-success": "تمت إضافة {CountryCount} {CountryCount , الجمع , واحد {Country} آخر {البلدان}} إلى Zone \" {Zonename} \"",
|
|
694
|
+
"add-products-to-test-order": "إضافة منتجات إلى ترتيب الاختبار",
|
|
680
695
|
"administrator": "مدير",
|
|
681
|
-
"channel": "قناة"
|
|
682
|
-
"channel-token": "قناة رمز"
|
|
696
|
+
"channel": "قناة",
|
|
697
|
+
"channel-token": "قناة رمز",
|
|
683
698
|
"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": "إنشاء منطقة جديدة"
|
|
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": "إنشاء منطقة جديدة",
|
|
693
708
|
"default-currency": "العملة الافتراضية",
|
|
694
|
-
"default-role-label": "هذا دور افتراضي ولا يمكن تعديله"
|
|
695
|
-
"default-shipping-zone": "منطقة الشحن الافتراضية"
|
|
696
|
-
"default-tax-zone": "المنطقة الضريبية الافتراضية"
|
|
697
|
-
"defaults": "التخلف عن السداد"
|
|
709
|
+
"default-role-label": "هذا دور افتراضي ولا يمكن تعديله",
|
|
710
|
+
"default-shipping-zone": "منطقة الشحن الافتراضية",
|
|
711
|
+
"default-tax-zone": "المنطقة الضريبية الافتراضية",
|
|
712
|
+
"defaults": "التخلف عن السداد",
|
|
698
713
|
"eligible": "صالح",
|
|
699
714
|
"email-address": "عنوان البريد الإلكتروني",
|
|
700
|
-
"email-address-or-identifier": "عنوان البريد الإلكتروني أو المعرف"
|
|
715
|
+
"email-address-or-identifier": "عنوان البريد الإلكتروني أو المعرف",
|
|
701
716
|
"first-name": "الاسم الأول",
|
|
702
|
-
"fulfillment-handler": "معالج الوفاء"
|
|
703
|
-
"global-available-languages-tooltip": "يحدد اللغات المتوفرة لجميع القنوات. يمكن للقنوات الفردية أن تدعم مجموعة فرعية من هذه اللغات."
|
|
704
|
-
"global-out-of-stock-threshold": "عتبة عالمية خارج المخزون"
|
|
717
|
+
"fulfillment-handler": "معالج الوفاء",
|
|
718
|
+
"global-available-languages-tooltip": "يحدد اللغات المتوفرة لجميع القنوات. يمكن للقنوات الفردية أن تدعم مجموعة فرعية من هذه اللغات.",
|
|
719
|
+
"global-out-of-stock-threshold": "عتبة عالمية خارج المخزون",
|
|
705
720
|
"global-out-of-stock-threshold-tooltip": "يحدد مستوى الأسهم الذي يعتبر هذا البديل غير متغير.باستخدام قيمة سالبة يتيح الدعم المتأخر.يمكن تجاوزها بواسطة متغيرات المنتج.",
|
|
706
721
|
"last-name": "اسم العائلة",
|
|
707
|
-
"no-eligible-shipping-methods": "لا توجد طرق شحن مؤهلة"
|
|
722
|
+
"no-eligible-shipping-methods": "لا توجد طرق شحن مؤهلة",
|
|
708
723
|
"password": "كلمة المرور",
|
|
709
|
-
"payment-eligibility-checker": "مدقق أهلية الدفع"
|
|
710
|
-
"payment-handler": "معالج الدفع"
|
|
724
|
+
"payment-eligibility-checker": "مدقق أهلية الدفع",
|
|
725
|
+
"payment-handler": "معالج الدفع",
|
|
711
726
|
"payment-method": "طريقة الدفع او السداد",
|
|
712
|
-
"permissions": "أذونات"
|
|
713
|
-
"prices-include-tax": "تشمل الأسعار ضريبة على المنطقة الافتراضية"
|
|
727
|
+
"permissions": "أذونات",
|
|
728
|
+
"prices-include-tax": "تشمل الأسعار ضريبة على المنطقة الافتراضية",
|
|
714
729
|
"profile": "حساب تعريفي",
|
|
715
730
|
"rate": "معدل",
|
|
716
|
-
"remove-countries-from-zone-success": "تمت إزالة {CountryCount} {CountryCount , الجمع , واحد {Country} آخر {البلدان}} من Zone \" {Zonename} \""
|
|
717
|
-
"remove-from-zone": "إزالة من المنطقة"
|
|
731
|
+
"remove-countries-from-zone-success": "تمت إزالة {CountryCount} {CountryCount , الجمع , واحد {Country} آخر {البلدان}} من Zone \" {Zonename} \"",
|
|
732
|
+
"remove-from-zone": "إزالة من المنطقة",
|
|
718
733
|
"role": "دور",
|
|
719
|
-
"roles": "الأدوار"
|
|
720
|
-
"search-by-product-name-or-sku": "ابحث باسم المنتج أو SKU"
|
|
734
|
+
"roles": "الأدوار",
|
|
735
|
+
"search-by-product-name-or-sku": "ابحث باسم المنتج أو SKU",
|
|
721
736
|
"seller": "تاجر",
|
|
722
|
-
"shipping-calculator": "حاسبة الشحن"
|
|
723
|
-
"shipping-eligibility-checker": "مدقق الأهلية الشحن"
|
|
737
|
+
"shipping-calculator": "حاسبة الشحن",
|
|
738
|
+
"shipping-eligibility-checker": "مدقق الأهلية الشحن",
|
|
724
739
|
"shipping-method": "طريقة الشحن",
|
|
725
|
-
"tax-category": "فئة الضرائب"
|
|
740
|
+
"tax-category": "فئة الضرائب",
|
|
726
741
|
"tax-rate": "معدل الضريبة",
|
|
727
|
-
"test-address": "عنوان الاختبار"
|
|
742
|
+
"test-address": "عنوان الاختبار",
|
|
728
743
|
"test-result": "نتيجة الاختبار",
|
|
729
|
-
"test-shipping-method": "اختبار طريقة الشحن"
|
|
730
|
-
"test-shipping-methods": "اختبار طرق الشحن"
|
|
731
|
-
"track-inventory-default": "تتبع المخزون افتراضيًا"
|
|
732
|
-
"view-zone-members": "عرض الأعضاء"
|
|
744
|
+
"test-shipping-method": "اختبار طريقة الشحن",
|
|
745
|
+
"test-shipping-methods": "اختبار طرق الشحن",
|
|
746
|
+
"track-inventory-default": "تتبع المخزون افتراضيًا",
|
|
747
|
+
"view-zone-members": "عرض الأعضاء",
|
|
733
748
|
"zone": "منطقة"
|
|
734
749
|
},
|
|
735
750
|
"state": {
|
|
736
|
-
"adding-items": "إضافة عناصر"
|
|
737
|
-
"arranging-additional-payment": "ترتيب دفع إضافي"
|
|
738
|
-
"arranging-payment": "ترتيب الدفع"
|
|
751
|
+
"adding-items": "إضافة عناصر",
|
|
752
|
+
"arranging-additional-payment": "ترتيب دفع إضافي",
|
|
753
|
+
"arranging-payment": "ترتيب الدفع",
|
|
739
754
|
"authorized": "مخول",
|
|
740
755
|
"cancelled": "ألغيت",
|
|
741
756
|
"created": "مخلوق",
|
|
@@ -744,31 +759,31 @@
|
|
|
744
759
|
"draft": "مسودة",
|
|
745
760
|
"error": "خطأ",
|
|
746
761
|
"failed": "فشل",
|
|
747
|
-
"modifying": "تعديل"
|
|
748
|
-
"partially-delivered": "تسليم جزئيا"
|
|
749
|
-
"partially-shipped": "شحن جزئي"
|
|
750
|
-
"payment-authorized": "الدفع المعتمد"
|
|
751
|
-
"payment-settled": "الدفع المستقر"
|
|
762
|
+
"modifying": "تعديل",
|
|
763
|
+
"partially-delivered": "تسليم جزئيا",
|
|
764
|
+
"partially-shipped": "شحن جزئي",
|
|
765
|
+
"payment-authorized": "الدفع المعتمد",
|
|
766
|
+
"payment-settled": "الدفع المستقر",
|
|
752
767
|
"pending": "قيد الانتظار",
|
|
753
768
|
"settled": "تسوية",
|
|
754
769
|
"shipped": "شحنها"
|
|
755
770
|
},
|
|
756
771
|
"system": {
|
|
757
|
-
"all-job-queues": "جميع قوائم انتظار الوظائف"
|
|
758
|
-
"health-all-systems-up": "جميع الأنظمة"
|
|
759
|
-
"health-error": "خطأ: نظام واحد أو أكثر من الانخفاض!"
|
|
760
|
-
"health-last-checked": "آخر فحص"
|
|
772
|
+
"all-job-queues": "جميع قوائم انتظار الوظائف",
|
|
773
|
+
"health-all-systems-up": "جميع الأنظمة",
|
|
774
|
+
"health-error": "خطأ: نظام واحد أو أكثر من الانخفاض!",
|
|
775
|
+
"health-last-checked": "آخر فحص",
|
|
761
776
|
"health-message": "رسالة",
|
|
762
777
|
"health-refresh": "ينعش",
|
|
763
778
|
"health-status": "حالة",
|
|
764
779
|
"health-status-down": "تحت",
|
|
765
780
|
"health-status-up": "أعلى",
|
|
766
|
-
"hide-settled-jobs": "إخفاء الوظائف المستقرة"
|
|
767
|
-
"job-data": "بيانات الوظيفة"
|
|
781
|
+
"hide-settled-jobs": "إخفاء الوظائف المستقرة",
|
|
782
|
+
"job-data": "بيانات الوظيفة",
|
|
768
783
|
"job-duration": "مدة",
|
|
769
|
-
"job-error": "خطأ في الوظيفة"
|
|
770
|
-
"job-queue-name": "اسم قائمة الانتظار"
|
|
771
|
-
"job-result": "نتيجة الوظيفة"
|
|
784
|
+
"job-error": "خطأ في الوظيفة",
|
|
785
|
+
"job-queue-name": "اسم قائمة الانتظار",
|
|
786
|
+
"job-result": "نتيجة الوظيفة",
|
|
772
787
|
"job-state": "دولة الوظيفة"
|
|
773
788
|
}
|
|
774
789
|
}
|