@sgftech/medusa-plugin-product-variant-licenses 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/admin/index.html +12 -0
- package/.cache/admin/public/locales/ar/translation.json +1919 -0
- package/.cache/admin/public/locales/bg/translation.json +2011 -0
- package/.cache/admin/public/locales/bs/translation.json +2011 -0
- package/.cache/admin/public/locales/cs/translation.json +1942 -0
- package/.cache/admin/public/locales/de/translation.json +1924 -0
- package/.cache/admin/public/locales/en/translation.json +2011 -0
- package/.cache/admin/public/locales/es/translation.json +1924 -0
- package/.cache/admin/public/locales/fr/translation.json +1924 -0
- package/.cache/admin/public/locales/hi/translation.json +2011 -0
- package/.cache/admin/public/locales/hr/translation.json +2011 -0
- package/.cache/admin/public/locales/it/translation.json +1922 -0
- package/.cache/admin/public/locales/ja/translation.json +2006 -0
- package/.cache/admin/public/locales/ko/translation.json +2011 -0
- package/.cache/admin/public/locales/pl/translation.json +1919 -0
- package/.cache/admin/public/locales/pt/translation.json +1925 -0
- package/.cache/admin/public/locales/ru/translation.json +1919 -0
- package/.cache/admin/public/locales/sl/translation.json +2010 -0
- package/.cache/admin/public/locales/tm/translation.json +1924 -0
- package/.cache/admin/public/locales/uk/translation.json +1919 -0
- package/.cache/admin/public/locales/vi/translation.json +2011 -0
- package/.cache/admin/public/locales/zh/translation.json +2011 -0
- package/.cache/admin/public/logo.svg +10 -0
- package/.cache/admin/src/App.tsx +61 -0
- package/.cache/admin/src/assets/styles/emoji-picker.css +109 -0
- package/.cache/admin/src/assets/styles/global.css +465 -0
- package/.cache/admin/src/assets/svg/carrot.svg +5 -0
- package/.cache/admin/src/assets/svg/controller.svg +7 -0
- package/.cache/admin/src/assets/svg/flag.svg +4 -0
- package/.cache/admin/src/assets/svg/happy.svg +6 -0
- package/.cache/admin/src/assets/svg/heart.svg +3 -0
- package/.cache/admin/src/assets/svg/lightbulb.svg +5 -0
- package/.cache/admin/src/assets/svg/plane.svg +3 -0
- package/.cache/admin/src/assets/svg/search.svg +3 -0
- package/.cache/admin/src/assets/svg/sprout.svg +6 -0
- package/.cache/admin/src/assets/svg/star.svg +3 -0
- package/.cache/admin/src/components/atoms/avatar/index.tsx +62 -0
- package/.cache/admin/src/components/atoms/back-button/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/checkbox/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/copy-to-clipboard/index.tsx +59 -0
- package/.cache/admin/src/components/atoms/date-picker/custom-header.tsx +44 -0
- package/.cache/admin/src/components/atoms/date-picker/date-picker.tsx +155 -0
- package/.cache/admin/src/components/atoms/date-picker/time-picker.tsx +103 -0
- package/.cache/admin/src/components/atoms/date-picker/types.tsx +6 -0
- package/.cache/admin/src/components/atoms/date-picker/utils.ts +25 -0
- package/.cache/admin/src/components/atoms/fade-wrapper/index.tsx +47 -0
- package/.cache/admin/src/components/atoms/file-upload-field/index.tsx +105 -0
- package/.cache/admin/src/components/atoms/includes-tax-tooltip/index.tsx +25 -0
- package/.cache/admin/src/components/atoms/input-error/index.tsx +72 -0
- package/.cache/admin/src/components/atoms/loading-container/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/notification/index.tsx +62 -0
- package/.cache/admin/src/components/atoms/number-scroller/index.tsx +51 -0
- package/.cache/admin/src/components/atoms/os-shortcut/index.tsx +48 -0
- package/.cache/admin/src/components/atoms/page-description/index.tsx +20 -0
- package/.cache/admin/src/components/atoms/save-notification/error-state.tsx +49 -0
- package/.cache/admin/src/components/atoms/save-notification/index.tsx +94 -0
- package/.cache/admin/src/components/atoms/save-notification/saving-state.tsx +30 -0
- package/.cache/admin/src/components/atoms/save-notification/success-state.tsx +49 -0
- package/.cache/admin/src/components/atoms/settings-card/index.tsx +58 -0
- package/.cache/admin/src/components/atoms/skeleton/index.tsx +25 -0
- package/.cache/admin/src/components/atoms/spacer/index.tsx +9 -0
- package/.cache/admin/src/components/atoms/spinner.tsx +35 -0
- package/.cache/admin/src/components/atoms/switch/index.tsx +30 -0
- package/.cache/admin/src/components/atoms/text-input/index.tsx +19 -0
- package/.cache/admin/src/components/atoms/thumbnail/index.ts +1 -0
- package/.cache/admin/src/components/atoms/thumbnail/thumbnail.tsx +31 -0
- package/.cache/admin/src/components/atoms/toaster-container/index.tsx +33 -0
- package/.cache/admin/src/components/atoms/tooltip/index.tsx +61 -0
- package/.cache/admin/src/components/atoms/two-step-delete/index.tsx +110 -0
- package/.cache/admin/src/components/declarative-toaster/index.tsx +23 -0
- package/.cache/admin/src/components/extensions/route-container/index.tsx +80 -0
- package/.cache/admin/src/components/extensions/route-container/route-error-element.tsx +75 -0
- package/.cache/admin/src/components/extensions/route-container/use-route-container-props.tsx +8 -0
- package/.cache/admin/src/components/extensions/setting-container/index.tsx +14 -0
- package/.cache/admin/src/components/extensions/setting-container/setting-error-element.tsx +77 -0
- package/.cache/admin/src/components/extensions/setting-container/use-setting-container-props.tsx +7 -0
- package/.cache/admin/src/components/extensions/widget-container/index.tsx +32 -0
- package/.cache/admin/src/components/extensions/widget-container/types.ts +77 -0
- package/.cache/admin/src/components/extensions/widget-container/use-widget-container-props.tsx +31 -0
- package/.cache/admin/src/components/extensions/widget-container/widget-error-boundary.tsx +136 -0
- package/.cache/admin/src/components/forms/customer-group/customer-group-general-form/index.tsx +34 -0
- package/.cache/admin/src/components/forms/discount/discount-conditions-form/index.tsx +0 -0
- package/.cache/admin/src/components/forms/discount/discount-configuration-form/index.tsx +159 -0
- package/.cache/admin/src/components/forms/discount/discount-general-form/index.tsx +192 -0
- package/.cache/admin/src/components/forms/general/address-contact-form/index.tsx +87 -0
- package/.cache/admin/src/components/forms/general/address-location-form/index.tsx +129 -0
- package/.cache/admin/src/components/forms/general/metadata-form/index.tsx +371 -0
- package/.cache/admin/src/components/forms/general/prices-form/price-form-input.tsx +92 -0
- package/.cache/admin/src/components/forms/gift-card/denomination-form/index.tsx +183 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-balance-form/index.tsx +67 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-ends-at-form/index.tsx +57 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-receiver-form/index.tsx +43 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-region-form/index.tsx +78 -0
- package/.cache/admin/src/components/forms/product/customs-form/index.tsx +75 -0
- package/.cache/admin/src/components/forms/product/dimensions-form/index.tsx +74 -0
- package/.cache/admin/src/components/forms/product/discountable-form/index.tsx +36 -0
- package/.cache/admin/src/components/forms/product/general-form/index.tsx +109 -0
- package/.cache/admin/src/components/forms/product/media-form/index.tsx +233 -0
- package/.cache/admin/src/components/forms/product/organize-form/index.tsx +131 -0
- package/.cache/admin/src/components/forms/product/organize-form/use-organize-data.tsx +63 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/add-screen.tsx +132 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/available-screen.tsx +89 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/index.tsx +55 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/table.tsx +227 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/use-sales-channels-modal.tsx +23 -0
- package/.cache/admin/src/components/forms/product/thumbnail-form/index.tsx +113 -0
- package/.cache/admin/src/components/forms/product/variant-form/create-flow-variant-form/index.tsx +105 -0
- package/.cache/admin/src/components/forms/product/variant-form/edit-flow-variant-form/index.tsx +137 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-general-form/index.tsx +50 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-select-options-form/hooks.tsx +74 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-select-options-form/index.tsx +77 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-stock-form/index.tsx +241 -0
- package/.cache/admin/src/components/forms/product/variant-inventory-form/edit-flow-variant-form/index.tsx +44 -0
- package/.cache/admin/src/components/forms/product/variant-inventory-form/variant-stock-form/index.tsx +429 -0
- package/.cache/admin/src/components/fundamentals/badge/index.tsx +46 -0
- package/.cache/admin/src/components/fundamentals/button/index.tsx +79 -0
- package/.cache/admin/src/components/fundamentals/details-icon/contact.svg +7 -0
- package/.cache/admin/src/components/fundamentals/details-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/feature-toggle.tsx +21 -0
- package/.cache/admin/src/components/fundamentals/icon-badge/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/adjustments-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/alert-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-down-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-left-icon/index.tsx +35 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-right-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-top-right-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-up-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-uturn-left/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/back-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/backspace-icon/index.tsx +42 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-noti-icon/index.tsx +41 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-off-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/building-tax-icon.tsx +67 -0
- package/.cache/admin/src/components/fundamentals/icons/buildings-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/calendar-icon.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/cancel-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/cart-icon/index.tsx +49 -0
- package/.cache/admin/src/components/fundamentals/icons/cash-icon/index.tsx +99 -0
- package/.cache/admin/src/components/fundamentals/icons/channels-icon.tsx +65 -0
- package/.cache/admin/src/components/fundamentals/icons/check-circle-fill-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/check-circle-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/check-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-down.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-left-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-right-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-up.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/circle-quarter-solid/index.tsx +24 -0
- package/.cache/admin/src/components/fundamentals/icons/clipboard-copy-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/clock-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/coins-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/corner-down-right-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/cross-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/crosshair-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/customer-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/details-icon.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/discord-icon.tsx +26 -0
- package/.cache/admin/src/components/fundamentals/icons/dollar-sign-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/down-left/index.tsx +34 -0
- package/.cache/admin/src/components/fundamentals/icons/download-icon.tsx +42 -0
- package/.cache/admin/src/components/fundamentals/icons/duplicate-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/edit-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/edit-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/ellipsis-vertical-icon/index.tsx +26 -0
- package/.cache/admin/src/components/fundamentals/icons/export-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/eye-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/eye-off-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/fast-delivery-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/file-icon.tsx +55 -0
- package/.cache/admin/src/components/fundamentals/icons/folder-open-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/gear-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/gift-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/grip-icon.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/happy-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/help-circle.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/image-placeholder-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/info-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/key-icon.tsx +30 -0
- package/.cache/admin/src/components/fundamentals/icons/list-arrow-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/list-icon.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/lock-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/log-out-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/long-arrow-right-icon/index.tsx +38 -0
- package/.cache/admin/src/components/fundamentals/icons/mail-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/map-pin-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/medusa-icon/index.tsx +27 -0
- package/.cache/admin/src/components/fundamentals/icons/medusa-vice/index.tsx +39 -0
- package/.cache/admin/src/components/fundamentals/icons/minus-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/more-horizontal-icon.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/package-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/percent-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/plus-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/pointer-icon/index.tsx +35 -0
- package/.cache/admin/src/components/fundamentals/icons/publish-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/refresh-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/refund.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/reorder-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/sad-face-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/sale-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/search-icon/index.tsx +27 -0
- package/.cache/admin/src/components/fundamentals/icons/send-icon/index.tsx +33 -0
- package/.cache/admin/src/components/fundamentals/icons/sided-mouth-face/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/sorting-icon/index.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/sparkles-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/squares-plus/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/stop-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/swatch-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/tag-dot-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/tag-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/taxes-icon.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/tile-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/trash-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/triangle-mini-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/triangle-right-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/truck-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/types/icon-type.ts +8 -0
- package/.cache/admin/src/components/fundamentals/icons/u-turn-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/unpublish-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/upload-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/users-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/warning-circle.tsx +81 -0
- package/.cache/admin/src/components/fundamentals/icons/x-circle-icon.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/image-placeholder.tsx +11 -0
- package/.cache/admin/src/components/fundamentals/input-container.tsx +37 -0
- package/.cache/admin/src/components/fundamentals/input-header.tsx +38 -0
- package/.cache/admin/src/components/fundamentals/status-indicator/index.tsx +36 -0
- package/.cache/admin/src/components/helpers/form/form.tsx +187 -0
- package/.cache/admin/src/components/helpers/form/index.ts +1 -0
- package/.cache/admin/src/components/molecules/actionables.tsx +115 -0
- package/.cache/admin/src/components/molecules/activity-card/index.tsx +68 -0
- package/.cache/admin/src/components/molecules/amount-input/amount-and-currency-input.tsx +134 -0
- package/.cache/admin/src/components/molecules/amount-input/amount-input.tsx +91 -0
- package/.cache/admin/src/components/molecules/amount-input/index.ts +4 -0
- package/.cache/admin/src/components/molecules/availability-duration/index.tsx +86 -0
- package/.cache/admin/src/components/molecules/banner-card/index.tsx +74 -0
- package/.cache/admin/src/components/molecules/batch-job-file-card/index.tsx +67 -0
- package/.cache/admin/src/components/molecules/collapsible-tree/index.tsx +186 -0
- package/.cache/admin/src/components/molecules/connected-form.tsx +20 -0
- package/.cache/admin/src/components/molecules/customer-avatar-item/index.tsx +34 -0
- package/.cache/admin/src/components/molecules/customers-groups-summary/index.tsx +33 -0
- package/.cache/admin/src/components/molecules/delimited-list/index.tsx +44 -0
- package/.cache/admin/src/components/molecules/emoji-picker/index.tsx +41 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/container.tsx +99 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/item.tsx +556 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/save-field.tsx +48 -0
- package/.cache/admin/src/components/molecules/filter-menu/filter-menu.tsx +496 -0
- package/.cache/admin/src/components/molecules/filter-menu/index.ts +1 -0
- package/.cache/admin/src/components/molecules/filter-tab/index.tsx +62 -0
- package/.cache/admin/src/components/molecules/form-error-toaster/index.tsx +41 -0
- package/.cache/admin/src/components/molecules/form-toaster/index.tsx +177 -0
- package/.cache/admin/src/components/molecules/generating-input/index.tsx +93 -0
- package/.cache/admin/src/components/molecules/grid-input/index.tsx +15 -0
- package/.cache/admin/src/components/molecules/hot-key-action/index.tsx +23 -0
- package/.cache/admin/src/components/molecules/icon-tooltip/index.tsx +36 -0
- package/.cache/admin/src/components/molecules/indeterminate-checkbox/index.tsx +84 -0
- package/.cache/admin/src/components/molecules/input/index.tsx +165 -0
- package/.cache/admin/src/components/molecules/input-signin/index.tsx +101 -0
- package/.cache/admin/src/components/molecules/item-search/index.tsx +110 -0
- package/.cache/admin/src/components/molecules/json-view/index.tsx +94 -0
- package/.cache/admin/src/components/molecules/location-dropdown/index.tsx +50 -0
- package/.cache/admin/src/components/molecules/modal/focus-modal.tsx +114 -0
- package/.cache/admin/src/components/molecules/modal/index.tsx +167 -0
- package/.cache/admin/src/components/molecules/modal/layered-modal.tsx +163 -0
- package/.cache/admin/src/components/molecules/modal/side-modal.tsx +63 -0
- package/.cache/admin/src/components/molecules/modal/stepped-modal.tsx +227 -0
- package/.cache/admin/src/components/molecules/native-select/index.tsx +68 -0
- package/.cache/admin/src/components/molecules/note-input/index.tsx +76 -0
- package/.cache/admin/src/components/molecules/notification-bell/index.tsx +21 -0
- package/.cache/admin/src/components/molecules/numbered-item/index.tsx +52 -0
- package/.cache/admin/src/components/molecules/order-status/index.tsx +113 -0
- package/.cache/admin/src/components/molecules/rma-select-shipping/index.tsx +54 -0
- package/.cache/admin/src/components/molecules/sales-channels-display/index.tsx +82 -0
- package/.cache/admin/src/components/molecules/sales-channels-list/index.tsx +46 -0
- package/.cache/admin/src/components/molecules/sales-channels-summary/index.tsx +39 -0
- package/.cache/admin/src/components/molecules/search-bar.tsx +49 -0
- package/.cache/admin/src/components/molecules/section/index.tsx +32 -0
- package/.cache/admin/src/components/molecules/select/index.tsx +240 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/containers.tsx +190 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/control.tsx +149 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/index.ts +39 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/input.tsx +36 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/menu.tsx +344 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/multi-value.tsx +118 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/placeholder.tsx +32 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/select-primitives.ts +3 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/single-value.tsx +74 -0
- package/.cache/admin/src/components/molecules/select/next-select/createable-select/index.tsx +40 -0
- package/.cache/admin/src/components/molecules/select/next-select/index.tsx +4 -0
- package/.cache/admin/src/components/molecules/select/next-select/module-augmentation.ts +74 -0
- package/.cache/admin/src/components/molecules/select/next-select/select/index.tsx +63 -0
- package/.cache/admin/src/components/molecules/select/next-select/use-select-props.tsx +85 -0
- package/.cache/admin/src/components/molecules/select/next-select/utils.tsx +83 -0
- package/.cache/admin/src/components/molecules/select/select-components.tsx +313 -0
- package/.cache/admin/src/components/molecules/shipping-option/index.tsx +70 -0
- package/.cache/admin/src/components/molecules/sidebar-company-logo/index.tsx +20 -0
- package/.cache/admin/src/components/molecules/sidebar-menu-item/index.tsx +80 -0
- package/.cache/admin/src/components/molecules/sidebar-team-member/index.tsx +28 -0
- package/.cache/admin/src/components/molecules/status-selector/index.tsx +55 -0
- package/.cache/admin/src/components/molecules/switchable-item/index.tsx +55 -0
- package/.cache/admin/src/components/molecules/table/filtering-option.tsx +96 -0
- package/.cache/admin/src/components/molecules/table/index.tsx +265 -0
- package/.cache/admin/src/components/molecules/table/table-search.tsx +47 -0
- package/.cache/admin/src/components/molecules/table-fileds-filter/index.tsx +200 -0
- package/.cache/admin/src/components/molecules/table-pagination/index.ts +1 -0
- package/.cache/admin/src/components/molecules/table-pagination/table-pagination.tsx +77 -0
- package/.cache/admin/src/components/molecules/table-toaster/index.tsx +27 -0
- package/.cache/admin/src/components/molecules/tag-grid/index.tsx +38 -0
- package/.cache/admin/src/components/molecules/tag-input/index.tsx +232 -0
- package/.cache/admin/src/components/molecules/textarea/index.tsx +114 -0
- package/.cache/admin/src/components/molecules/timeline-events/claim-event/index.tsx +267 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-actionables.tsx +20 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-container.tsx +108 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-item-container.tsx +48 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-type.ts +5 -0
- package/.cache/admin/src/components/molecules/timeline-events/exchange.tsx +336 -0
- package/.cache/admin/src/components/molecules/timeline-events/items-fulfilled.tsx +38 -0
- package/.cache/admin/src/components/molecules/timeline-events/items-shipped.tsx +37 -0
- package/.cache/admin/src/components/molecules/timeline-events/note.tsx +73 -0
- package/.cache/admin/src/components/molecules/timeline-events/notification/index.tsx +66 -0
- package/.cache/admin/src/components/molecules/timeline-events/notification/resend-modal.tsx +99 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-canceled.tsx +20 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/canceled.tsx +26 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/confirmed.tsx +40 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/created.tsx +289 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/declined.tsx +46 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/index.tsx +27 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/payment-required.tsx +77 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/refund-required.tsx +73 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/requested.tsx +62 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-placed.tsx +29 -0
- package/.cache/admin/src/components/molecules/timeline-events/refund.tsx +43 -0
- package/.cache/admin/src/components/molecules/timeline-events/return.tsx +151 -0
- package/.cache/admin/src/components/molecules/tooltip-icon/index.tsx +20 -0
- package/.cache/admin/src/components/molecules/user-menu/index.tsx +76 -0
- package/.cache/admin/src/components/organisms/accordion/index.tsx +113 -0
- package/.cache/admin/src/components/organisms/activity-drawer/index.tsx +87 -0
- package/.cache/admin/src/components/organisms/analytics-config-form/index.tsx +125 -0
- package/.cache/admin/src/components/organisms/analytics-preferences/index.tsx +150 -0
- package/.cache/admin/src/components/organisms/batch-jobs-activity-list/index.tsx +255 -0
- package/.cache/admin/src/components/organisms/batch-jobs-activity-list/utils.ts +43 -0
- package/.cache/admin/src/components/organisms/body-card.tsx +133 -0
- package/.cache/admin/src/components/organisms/confirmation-prompt.tsx +71 -0
- package/.cache/admin/src/components/organisms/currency-input/index.tsx +303 -0
- package/.cache/admin/src/components/organisms/custom-table-header/index.tsx +37 -0
- package/.cache/admin/src/components/organisms/delete-prompt.tsx +96 -0
- package/.cache/admin/src/components/organisms/details-collapsible/index.tsx +60 -0
- package/.cache/admin/src/components/organisms/edit-user-modal/index.tsx +145 -0
- package/.cache/admin/src/components/organisms/error-boundary/index.tsx +203 -0
- package/.cache/admin/src/components/organisms/export-modal/index.tsx +64 -0
- package/.cache/admin/src/components/organisms/file-upload-modal/index.tsx +36 -0
- package/.cache/admin/src/components/organisms/gift-card-banner/index.tsx +104 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/add-denominations-modal.tsx +198 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/denominations-table.tsx +75 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/edit-denominations-modal.tsx +211 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/index.tsx +56 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/use-denominations-columns.tsx +207 -0
- package/.cache/admin/src/components/organisms/help-dialog/index.tsx +103 -0
- package/.cache/admin/src/components/organisms/invite-modal/index.tsx +136 -0
- package/.cache/admin/src/components/organisms/login-card/index.tsx +119 -0
- package/.cache/admin/src/components/organisms/medusa-price-input/index.tsx +53 -0
- package/.cache/admin/src/components/organisms/metadata/index.tsx +150 -0
- package/.cache/admin/src/components/organisms/price-input/index.tsx +64 -0
- package/.cache/admin/src/components/organisms/product-attributes-section/attribute-modal.tsx +153 -0
- package/.cache/admin/src/components/organisms/product-attributes-section/index.tsx +98 -0
- package/.cache/admin/src/components/organisms/product-general-section/channels-modal.tsx +54 -0
- package/.cache/admin/src/components/organisms/product-general-section/general-modal.tsx +185 -0
- package/.cache/admin/src/components/organisms/product-general-section/index.tsx +217 -0
- package/.cache/admin/src/components/organisms/product-media-section/index.tsx +51 -0
- package/.cache/admin/src/components/organisms/product-media-section/media-modal.tsx +151 -0
- package/.cache/admin/src/components/organisms/product-raw-section/index.tsx +28 -0
- package/.cache/admin/src/components/organisms/product-thumbnail-section/index.tsx +96 -0
- package/.cache/admin/src/components/organisms/product-thumbnail-section/thumbnail-modal.tsx +158 -0
- package/.cache/admin/src/components/organisms/product-variant-tree/index.tsx +89 -0
- package/.cache/admin/src/components/organisms/product-variants-section/add-variant-modal.tsx +214 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/currency-cell.tsx +243 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/edit-prices-actions.tsx +106 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/edit-prices-table.tsx +842 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/index.tsx +387 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/save-prompt.tsx +111 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/utils.ts +84 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variant-inventory-modal.tsx +354 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variant-modal.tsx +217 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/edit-variant-screen.tsx +153 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/index.tsx +204 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/use-edit-variants-modal.tsx +20 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/variant-card.tsx +170 -0
- package/.cache/admin/src/components/organisms/product-variants-section/index.tsx +241 -0
- package/.cache/admin/src/components/organisms/product-variants-section/options-modal.tsx +273 -0
- package/.cache/admin/src/components/organisms/product-variants-section/options-provider.tsx +47 -0
- package/.cache/admin/src/components/organisms/product-variants-section/table.tsx +234 -0
- package/.cache/admin/src/components/organisms/radio-group/index.tsx +174 -0
- package/.cache/admin/src/components/organisms/raw-json/index.tsx +38 -0
- package/.cache/admin/src/components/organisms/reset-token-card/index.tsx +129 -0
- package/.cache/admin/src/components/organisms/rma-return-product-table/index.tsx +120 -0
- package/.cache/admin/src/components/organisms/rma-select-product-table/index.tsx +316 -0
- package/.cache/admin/src/components/organisms/section/index.tsx +52 -0
- package/.cache/admin/src/components/organisms/sidebar/index.tsx +142 -0
- package/.cache/admin/src/components/organisms/table-container/index.tsx +50 -0
- package/.cache/admin/src/components/organisms/table-container/pagination.tsx +86 -0
- package/.cache/admin/src/components/organisms/table-container/types.ts +12 -0
- package/.cache/admin/src/components/organisms/timeline/index.tsx +224 -0
- package/.cache/admin/src/components/organisms/topbar/index.tsx +62 -0
- package/.cache/admin/src/components/organisms/upload-modal/index.tsx +326 -0
- package/.cache/admin/src/components/private-route/index.tsx +31 -0
- package/.cache/admin/src/components/seo/index.tsx +80 -0
- package/.cache/admin/src/components/templates/add-products-modal/index.tsx +117 -0
- package/.cache/admin/src/components/templates/add-products-modal/product-table-config.tsx +106 -0
- package/.cache/admin/src/components/templates/add-products-modal/utils.ts +32 -0
- package/.cache/admin/src/components/templates/address-form.tsx +191 -0
- package/.cache/admin/src/components/templates/collection-modal/index.tsx +237 -0
- package/.cache/admin/src/components/templates/collection-product-table/add-product-table.tsx +240 -0
- package/.cache/admin/src/components/templates/collection-product-table/index.tsx +198 -0
- package/.cache/admin/src/components/templates/collection-product-table/types.ts +11 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-collection-product-columns.tsx +48 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-sorting-options.tsx +89 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-view-product-columns.tsx +59 -0
- package/.cache/admin/src/components/templates/collection-product-table/utils.tsx +64 -0
- package/.cache/admin/src/components/templates/collection-product-table/view-products-table.tsx +205 -0
- package/.cache/admin/src/components/templates/collections-table/index.tsx +192 -0
- package/.cache/admin/src/components/templates/collections-table/use-collection-actions.tsx +48 -0
- package/.cache/admin/src/components/templates/collections-table/use-collection-column.tsx +54 -0
- package/.cache/admin/src/components/templates/customer-group-table/config.tsx +105 -0
- package/.cache/admin/src/components/templates/customer-group-table/customer-groups-table.tsx +295 -0
- package/.cache/admin/src/components/templates/customer-group-table/customers-list-table.tsx +240 -0
- package/.cache/admin/src/components/templates/customer-group-table/edit-customers-table.tsx +252 -0
- package/.cache/admin/src/components/templates/customer-orders-table/index.tsx +159 -0
- package/.cache/admin/src/components/templates/customer-orders-table/use-customer-orders-columns.tsx +221 -0
- package/.cache/admin/src/components/templates/customer-table/index.tsx +208 -0
- package/.cache/admin/src/components/templates/customer-table/use-customer-columns.tsx +54 -0
- package/.cache/admin/src/components/templates/customer-table/use-customer-filters.tsx +213 -0
- package/.cache/admin/src/components/templates/discount-filter-dropdown/index.tsx +142 -0
- package/.cache/admin/src/components/templates/discount-table/index.tsx +239 -0
- package/.cache/admin/src/components/templates/discount-table/use-copy-promotion.tsx +87 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-columns.tsx +186 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-filters.tsx +519 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-row-actions.tsx +103 -0
- package/.cache/admin/src/components/templates/draft-order-table/index.tsx +168 -0
- package/.cache/admin/src/components/templates/draft-order-table/use-draft-order-column.tsx +94 -0
- package/.cache/admin/src/components/templates/draft-order-table/use-draft-order-filters.ts +213 -0
- package/.cache/admin/src/components/templates/gift-card-filter-dropdown/index.tsx +188 -0
- package/.cache/admin/src/components/templates/gift-card-table/index.tsx +199 -0
- package/.cache/admin/src/components/templates/gift-card-table/use-gift-card-column.tsx +113 -0
- package/.cache/admin/src/components/templates/gift-card-table/use-gift-card-filters.ts +591 -0
- package/.cache/admin/src/components/templates/image-table/index.tsx +165 -0
- package/.cache/admin/src/components/templates/inventory-table/index.tsx +499 -0
- package/.cache/admin/src/components/templates/inventory-table/use-inventory-column.tsx +111 -0
- package/.cache/admin/src/components/templates/inventory-table/use-inventory-filters.ts +467 -0
- package/.cache/admin/src/components/templates/layout.tsx +30 -0
- package/.cache/admin/src/components/templates/login-layout.tsx +62 -0
- package/.cache/admin/src/components/templates/order-filter-dropdown/index.tsx +263 -0
- package/.cache/admin/src/components/templates/order-table/index.tsx +243 -0
- package/.cache/admin/src/components/templates/order-table/use-order-column.tsx +155 -0
- package/.cache/admin/src/components/templates/order-table/use-order-filters.ts +644 -0
- package/.cache/admin/src/components/templates/price-list-table/price-list-filters.tsx +135 -0
- package/.cache/admin/src/components/templates/price-list-table/price-list-table.tsx +203 -0
- package/.cache/admin/src/components/templates/price-list-table/use-copy-price-list.tsx +69 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-actions.tsx +99 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-columns.tsx +80 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-filters.tsx +495 -0
- package/.cache/admin/src/components/templates/price-list-table/utils.tsx +42 -0
- package/.cache/admin/src/components/templates/price-overrides/index.tsx +232 -0
- package/.cache/admin/src/components/templates/price-overrides/price-amount.tsx +76 -0
- package/.cache/admin/src/components/templates/product-table/index.tsx +271 -0
- package/.cache/admin/src/components/templates/product-table/overview.tsx +106 -0
- package/.cache/admin/src/components/templates/product-table/use-copy-product.ts +208 -0
- package/.cache/admin/src/components/templates/product-table/use-filter-tabs.tsx +487 -0
- package/.cache/admin/src/components/templates/product-table/use-product-actions.tsx +133 -0
- package/.cache/admin/src/components/templates/product-table/use-product-column.tsx +146 -0
- package/.cache/admin/src/components/templates/product-table/use-product-filters.ts +604 -0
- package/.cache/admin/src/components/templates/reservations-table/components/reservation-form/index.tsx +172 -0
- package/.cache/admin/src/components/templates/reservations-table/components/reservations-filter/index.tsx +906 -0
- package/.cache/admin/src/components/templates/reservations-table/index.tsx +442 -0
- package/.cache/admin/src/components/templates/reservations-table/new/index.tsx +133 -0
- package/.cache/admin/src/components/templates/reservations-table/use-reservation-filters.ts +331 -0
- package/.cache/admin/src/components/templates/reservations-table/use-reservations-columns.tsx +47 -0
- package/.cache/admin/src/components/templates/search-modal/index.tsx +168 -0
- package/.cache/admin/src/components/templates/search-modal/keyboard-shortcuts.tsx +47 -0
- package/.cache/admin/src/components/templates/search-modal/results/customer-results.tsx +68 -0
- package/.cache/admin/src/components/templates/search-modal/results/discount-results.tsx +63 -0
- package/.cache/admin/src/components/templates/search-modal/results/order-results.tsx +62 -0
- package/.cache/admin/src/components/templates/search-modal/results/product-results.tsx +68 -0
- package/.cache/admin/src/components/templates/search-modal/section-collapsible.tsx +28 -0
- package/.cache/admin/src/components/templates/search-modal/use-keyboard-navigation-list.tsx +117 -0
- package/.cache/admin/src/components/templates/selectable-table/index.tsx +211 -0
- package/.cache/admin/src/components/templates/settings-overview.tsx +25 -0
- package/.cache/admin/src/components/templates/transfer-orders-modal/index.tsx +263 -0
- package/.cache/admin/src/components/templates/two-split-pane.tsx +54 -0
- package/.cache/admin/src/components/templates/user-table.tsx +373 -0
- package/.cache/admin/src/constants/analytics.ts +1 -0
- package/.cache/admin/src/constants/forbidden-routes.ts +59 -0
- package/.cache/admin/src/constants/injection-zones.ts +52 -0
- package/.cache/admin/src/constants/medusa-backend-url.ts +2 -0
- package/.cache/admin/src/constants/query-client.ts +11 -0
- package/.cache/admin/src/domain/categories/components/multiselect/index.tsx +401 -0
- package/.cache/admin/src/domain/categories/utils/transform-response.ts +12 -0
- package/.cache/admin/src/domain/collections/details/index.tsx +284 -0
- package/.cache/admin/src/domain/collections/index.tsx +27 -0
- package/.cache/admin/src/domain/customers/details/edit.tsx +187 -0
- package/.cache/admin/src/domain/customers/details/index.tsx +187 -0
- package/.cache/admin/src/domain/customers/groups/customer-group-modal.tsx +191 -0
- package/.cache/admin/src/domain/customers/groups/details.tsx +314 -0
- package/.cache/admin/src/domain/customers/groups/index.tsx +100 -0
- package/.cache/admin/src/domain/customers/header.tsx +28 -0
- package/.cache/admin/src/domain/customers/index.tsx +74 -0
- package/.cache/admin/src/domain/discounts/details/conditions/add-condition/conditions-provider.tsx +198 -0
- package/.cache/admin/src/domain/discounts/details/conditions/add-condition/index.tsx +30 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/collections/add-collections.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/collections/collections-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/customer-groups/add-customer-groups.tsx +83 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/customer-groups/customer-groups-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/product-types/add-types.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/product-types/type-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/products/add-products.tsx +79 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/products/product-conditions-table.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/tags/add-tags.tsx +80 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/tags/tags-conditions-table.tsx +80 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-conditions-screens.tsx +35 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/condition-table-actions.tsx +78 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/edit-condition-modal.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/edit-condition-provider.tsx +148 -0
- package/.cache/admin/src/domain/discounts/details/conditions/index.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/use-discount-conditions.tsx +131 -0
- package/.cache/admin/src/domain/discounts/details/configurations/edit-configurations.tsx +134 -0
- package/.cache/admin/src/domain/discounts/details/configurations/index.tsx +62 -0
- package/.cache/admin/src/domain/discounts/details/configurations/use-discount-configurations.tsx +173 -0
- package/.cache/admin/src/domain/discounts/details/general/edit-general.tsx +160 -0
- package/.cache/admin/src/domain/discounts/details/general/index.tsx +207 -0
- package/.cache/admin/src/domain/discounts/details/index.tsx +135 -0
- package/.cache/admin/src/domain/discounts/index.tsx +97 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/add-conditions-modal.tsx +133 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/add-condition-footer.tsx +71 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/collections.tsx +97 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/customer-groups.tsx +93 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/products.tsx +89 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/tags.tsx +79 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/types.tsx +82 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/collections.tsx +99 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/customer-groups.tsx +93 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/details-condition-footer.tsx +64 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/products.tsx +89 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/tags.tsx +81 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/types.tsx +84 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/collections.tsx +95 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/customer-groups.tsx +86 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/edit-condition-footer.tsx +65 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/products.tsx +83 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/tags.tsx +82 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/types.tsx +77 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/collection.tsx +72 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/common.tsx +4 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/condition-operator.tsx +44 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/groups.tsx +69 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/products.tsx +120 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/tags.tsx +64 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/types.tsx +63 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/edit-conditions-modal.tsx +53 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/discount-form-context.tsx +224 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/mappers.ts +84 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/use-form-actions.tsx +44 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/index.tsx +196 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/conditions/condition-item.tsx +248 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/conditions/index.tsx +86 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/configuration.tsx +273 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/discount-allocation.tsx +49 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/discount-type.tsx +65 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/general.tsx +210 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/use-condition-modal-items.tsx +135 -0
- package/.cache/admin/src/domain/discounts/new/index.tsx +14 -0
- package/.cache/admin/src/domain/discounts/types.ts +81 -0
- package/.cache/admin/src/domain/discounts/utils/index.tsx +24 -0
- package/.cache/admin/src/domain/gift-cards/custom-giftcard.tsx +154 -0
- package/.cache/admin/src/domain/gift-cards/details/edit-gift-card-modal.tsx +149 -0
- package/.cache/admin/src/domain/gift-cards/details/index.tsx +210 -0
- package/.cache/admin/src/domain/gift-cards/details/update-balance-modal.tsx +131 -0
- package/.cache/admin/src/domain/gift-cards/index.tsx +31 -0
- package/.cache/admin/src/domain/gift-cards/manage/index.tsx +105 -0
- package/.cache/admin/src/domain/gift-cards/new.tsx +336 -0
- package/.cache/admin/src/domain/gift-cards/overview.tsx +215 -0
- package/.cache/admin/src/domain/inventory/filter-dropdown.tsx +104 -0
- package/.cache/admin/src/domain/inventory/header.tsx +32 -0
- package/.cache/admin/src/domain/inventory/index.tsx +17 -0
- package/.cache/admin/src/domain/inventory/inventory/index.tsx +22 -0
- package/.cache/admin/src/domain/inventory/locations/components/address-form/index.tsx +165 -0
- package/.cache/admin/src/domain/inventory/locations/components/edit-sales-channels/index.tsx +81 -0
- package/.cache/admin/src/domain/inventory/locations/components/general-form/index.tsx +42 -0
- package/.cache/admin/src/domain/inventory/locations/components/location-card/index.tsx +124 -0
- package/.cache/admin/src/domain/inventory/locations/components/sales-channels-form/index.tsx +77 -0
- package/.cache/admin/src/domain/inventory/locations/components/sales-channels-section/index.tsx +31 -0
- package/.cache/admin/src/domain/inventory/locations/edit/index.tsx +146 -0
- package/.cache/admin/src/domain/inventory/locations/index.tsx +59 -0
- package/.cache/admin/src/domain/inventory/locations/new/index.tsx +263 -0
- package/.cache/admin/src/domain/inventory/reservations/index.tsx +22 -0
- package/.cache/admin/src/domain/oauth/index.tsx +29 -0
- package/.cache/admin/src/domain/orders/components/claim-type-form/index.tsx +48 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/index.ts +2 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/items-to-receive-form.tsx +75 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/items-to-receive-table.tsx +62 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/use-items-to-receive-columns.tsx +188 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/add-return-reason/add-return-reason-screen.tsx +143 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/add-return-reason/index.tsx +94 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/index.tsx +93 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/items-to-return-table.tsx +86 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/use-return-item-columns.tsx +195 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/add-additional-items-screen.tsx +199 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/add-additional-items-table.tsx +90 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/index.ts +1 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/use-add-additional-items-columns.tsx +208 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/additional-items-table.tsx +71 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/index.tsx +100 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/use-additional-items-columns.tsx +178 -0
- package/.cache/admin/src/domain/orders/components/refund-amount-form/index.tsx +128 -0
- package/.cache/admin/src/domain/orders/components/reservation-indicator/reservation-indicator.tsx +152 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/claim-summary.tsx +196 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/index.ts +3 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/receive-return-summary.tsx +126 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/summary-line-item.tsx +68 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/summary-shipping-line.tsx +43 -0
- package/.cache/admin/src/domain/orders/components/send-notification-form/index.tsx +57 -0
- package/.cache/admin/src/domain/orders/components/shipping-address-form/index.tsx +66 -0
- package/.cache/admin/src/domain/orders/components/shipping-address-form/shipping-address-form-modal.tsx +120 -0
- package/.cache/admin/src/domain/orders/components/shipping-form/index.tsx +238 -0
- package/.cache/admin/src/domain/orders/components/table-quantity-selector.tsx +93 -0
- package/.cache/admin/src/domain/orders/details/address-modal.tsx +229 -0
- package/.cache/admin/src/domain/orders/details/claim/register-claim-menu.tsx +395 -0
- package/.cache/admin/src/domain/orders/details/create-fulfillment/index.tsx +351 -0
- package/.cache/admin/src/domain/orders/details/create-fulfillment/item-table.tsx +241 -0
- package/.cache/admin/src/domain/orders/details/detail-cards/draft-summary.tsx +279 -0
- package/.cache/admin/src/domain/orders/details/detail-cards/summary.tsx +289 -0
- package/.cache/admin/src/domain/orders/details/email-modal.tsx +102 -0
- package/.cache/admin/src/domain/orders/details/index.tsx +650 -0
- package/.cache/admin/src/domain/orders/details/mark-shipped/index.tsx +273 -0
- package/.cache/admin/src/domain/orders/details/order-line/edit.tsx +330 -0
- package/.cache/admin/src/domain/orders/details/order-line/index.tsx +79 -0
- package/.cache/admin/src/domain/orders/details/receive-return/index.tsx +379 -0
- package/.cache/admin/src/domain/orders/details/refund/index.tsx +243 -0
- package/.cache/admin/src/domain/orders/details/reservation/edit-reservation-modal.tsx +408 -0
- package/.cache/admin/src/domain/orders/details/reservation/reserve-items-modal.tsx +345 -0
- package/.cache/admin/src/domain/orders/details/returns/index.tsx +483 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/address.tsx +208 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/products.tsx +302 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/return-reasons.tsx +183 -0
- package/.cache/admin/src/domain/orders/details/swap/create.tsx +511 -0
- package/.cache/admin/src/domain/orders/details/templates/address.tsx +34 -0
- package/.cache/admin/src/domain/orders/details/templates/display-total.tsx +60 -0
- package/.cache/admin/src/domain/orders/details/templates/fulfillment-status.tsx +63 -0
- package/.cache/admin/src/domain/orders/details/templates/fulfillment.tsx +195 -0
- package/.cache/admin/src/domain/orders/details/templates/index.ts +9 -0
- package/.cache/admin/src/domain/orders/details/templates/order-status.tsx +39 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-actionables.tsx +86 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-details.tsx +59 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-status.tsx +36 -0
- package/.cache/admin/src/domain/orders/details/templates/tracking-link.tsx +18 -0
- package/.cache/admin/src/domain/orders/details/utils/create-filtering.ts +70 -0
- package/.cache/admin/src/domain/orders/details/utils/get-default-values.ts +262 -0
- package/.cache/admin/src/domain/orders/details/utils/use-admin-expand-paramter.ts +45 -0
- package/.cache/admin/src/domain/orders/draft-orders/details.tsx +517 -0
- package/.cache/admin/src/domain/orders/draft-orders/index.tsx +97 -0
- package/.cache/admin/src/domain/orders/edit/context.tsx +54 -0
- package/.cache/admin/src/domain/orders/edit/modal.tsx +478 -0
- package/.cache/admin/src/domain/orders/edit/utils/user.ts +19 -0
- package/.cache/admin/src/domain/orders/edit/variants-table.tsx +354 -0
- package/.cache/admin/src/domain/orders/index.tsx +167 -0
- package/.cache/admin/src/domain/orders/new/components/billing-details.tsx +89 -0
- package/.cache/admin/src/domain/orders/new/components/custom-item-sub-modal.tsx +90 -0
- package/.cache/admin/src/domain/orders/new/components/items.tsx +336 -0
- package/.cache/admin/src/domain/orders/new/components/select-region.tsx +66 -0
- package/.cache/admin/src/domain/orders/new/components/select-shipping.tsx +171 -0
- package/.cache/admin/src/domain/orders/new/components/shipping-details.tsx +274 -0
- package/.cache/admin/src/domain/orders/new/components/summary.tsx +406 -0
- package/.cache/admin/src/domain/orders/new/form/index.tsx +212 -0
- package/.cache/admin/src/domain/orders/new/new-order.tsx +141 -0
- package/.cache/admin/src/domain/orders/utils.ts +30 -0
- package/.cache/admin/src/domain/pricing/components/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/components/product-filter-menu/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/components/product-filter-menu/product-filter-menu.tsx +52 -0
- package/.cache/admin/src/domain/pricing/edit/details/details-drawer.tsx +184 -0
- package/.cache/admin/src/domain/pricing/edit/details/details-section.tsx +356 -0
- package/.cache/admin/src/domain/pricing/edit/details/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/edit.tsx +85 -0
- package/.cache/admin/src/domain/pricing/edit/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/prices/add-products-modal.tsx +695 -0
- package/.cache/admin/src/domain/pricing/edit/prices/edit-prices-modal.tsx +677 -0
- package/.cache/admin/src/domain/pricing/edit/prices/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/prices/prices-section.tsx +648 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/price-list-details-form.tsx +753 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/schema.ts +37 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/types.ts +20 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/helpers.ts +46 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/index.ts +6 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/price-list-prices-form.tsx +237 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/schema.ts +32 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/types.ts +12 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/use-prices-form-data.tsx +78 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/helpers.ts +566 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/models.ts +187 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/price-list-product-prices-form.tsx +2151 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/schema.ts +27 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/types.ts +91 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/price-list-products-form.tsx +482 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/schema.ts +7 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/types.ts +4 -0
- package/.cache/admin/src/domain/pricing/index.tsx +16 -0
- package/.cache/admin/src/domain/pricing/new/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/new/new.tsx +769 -0
- package/.cache/admin/src/domain/pricing/overview/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/overview/overview.tsx +481 -0
- package/.cache/admin/src/domain/product-categories/components/product-categories-list.tsx +151 -0
- package/.cache/admin/src/domain/product-categories/components/product-category-list-item-details.tsx +181 -0
- package/.cache/admin/src/domain/product-categories/components/tree-crumbs.tsx +54 -0
- package/.cache/admin/src/domain/product-categories/index.tsx +30 -0
- package/.cache/admin/src/domain/product-categories/modals/add-product-category.tsx +282 -0
- package/.cache/admin/src/domain/product-categories/modals/edit-product-category.tsx +241 -0
- package/.cache/admin/src/domain/product-categories/pages/index.tsx +135 -0
- package/.cache/admin/src/domain/product-categories/styles/product-categories.css +21 -0
- package/.cache/admin/src/domain/product-categories/utils/index.tsx +63 -0
- package/.cache/admin/src/domain/products/batch-job/download-template.ts +18 -0
- package/.cache/admin/src/domain/products/batch-job/import.tsx +235 -0
- package/.cache/admin/src/domain/products/edit/index.tsx +91 -0
- package/.cache/admin/src/domain/products/filter-dropdown.tsx +244 -0
- package/.cache/admin/src/domain/products/index.tsx +29 -0
- package/.cache/admin/src/domain/products/new/add-sales-channels.tsx +123 -0
- package/.cache/admin/src/domain/products/new/add-variants/index.tsx +508 -0
- package/.cache/admin/src/domain/products/new/add-variants/new-variant/index.tsx +380 -0
- package/.cache/admin/src/domain/products/new/index.tsx +518 -0
- package/.cache/admin/src/domain/products/overview/index.tsx +269 -0
- package/.cache/admin/src/domain/publishable-api-keys/index.tsx +33 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/add-sales-channels.tsx +149 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/details.tsx +116 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/manage-sales-channels.tsx +428 -0
- package/.cache/admin/src/domain/publishable-api-keys/pages/index.tsx +294 -0
- package/.cache/admin/src/domain/publishable-api-keys/tables/publishable-api-keys-table.tsx +342 -0
- package/.cache/admin/src/domain/publishable-api-keys/tables/sales-channels-table.tsx +244 -0
- package/.cache/admin/src/domain/sales-channels/form/add-sales-channel.tsx +211 -0
- package/.cache/admin/src/domain/sales-channels/form/edit-sales-channel.tsx +116 -0
- package/.cache/admin/src/domain/sales-channels/index.tsx +30 -0
- package/.cache/admin/src/domain/sales-channels/pages/details.tsx +501 -0
- package/.cache/admin/src/domain/sales-channels/tables/config.tsx +57 -0
- package/.cache/admin/src/domain/sales-channels/tables/placeholder.tsx +33 -0
- package/.cache/admin/src/domain/sales-channels/tables/product.tsx +539 -0
- package/.cache/admin/src/domain/settings/currencies/components/currency-tax-setting.tsx +111 -0
- package/.cache/admin/src/domain/settings/currencies/components/default-store-currency/default-currency-selector.tsx +104 -0
- package/.cache/admin/src/domain/settings/currencies/components/default-store-currency/index.tsx +33 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/add-currencies-screen.tsx +160 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/current-currencies-screen.tsx +197 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/edit-currencies-modal.tsx +46 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/index.tsx +38 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/table.tsx +123 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/use-currency-table-columns.tsx +58 -0
- package/.cache/admin/src/domain/settings/currencies/index.tsx +131 -0
- package/.cache/admin/src/domain/settings/details.tsx +184 -0
- package/.cache/admin/src/domain/settings/index.tsx +196 -0
- package/.cache/admin/src/domain/settings/personal-information/edit-user-information/edit-user-information-modal.tsx +116 -0
- package/.cache/admin/src/domain/settings/personal-information/edit-user-information/index.tsx +67 -0
- package/.cache/admin/src/domain/settings/personal-information/index.tsx +54 -0
- package/.cache/admin/src/domain/settings/personal-information/language-settings/index.tsx +42 -0
- package/.cache/admin/src/domain/settings/personal-information/language-settings/language-menu.tsx +31 -0
- package/.cache/admin/src/domain/settings/personal-information/usage-insights/index.tsx +65 -0
- package/.cache/admin/src/domain/settings/personal-information/usage-insights/usage-insights-modal.tsx +99 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/region-details-form.tsx +160 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/region-providers-form.tsx +111 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/use-store-data.tsx +58 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-card/edit-modal.tsx +170 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-card/index.tsx +127 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-form/index.tsx +332 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-form/use-shipping-option-form-data.tsx +136 -0
- package/.cache/admin/src/domain/settings/regions/edit/general-section/edit-region.modal.tsx +192 -0
- package/.cache/admin/src/domain/settings/regions/edit/general-section/index.tsx +210 -0
- package/.cache/admin/src/domain/settings/regions/edit/index.tsx +55 -0
- package/.cache/admin/src/domain/settings/regions/edit/return-shipping-options/create-return-shipping-option.modal.tsx +110 -0
- package/.cache/admin/src/domain/settings/regions/edit/return-shipping-options/index.tsx +59 -0
- package/.cache/admin/src/domain/settings/regions/edit/shipping-options/create-shipping-option-modal.tsx +107 -0
- package/.cache/admin/src/domain/settings/regions/edit/shipping-options/index.tsx +52 -0
- package/.cache/admin/src/domain/settings/regions/index.tsx +25 -0
- package/.cache/admin/src/domain/settings/regions/new/index.tsx +177 -0
- package/.cache/admin/src/domain/settings/regions/region-overview/index.tsx +95 -0
- package/.cache/admin/src/domain/settings/regions/region-overview/region-card.tsx +49 -0
- package/.cache/admin/src/domain/settings/return-reasons/create-reason-modal.tsx +150 -0
- package/.cache/admin/src/domain/settings/return-reasons/detail.tsx +163 -0
- package/.cache/admin/src/domain/settings/return-reasons/index.tsx +101 -0
- package/.cache/admin/src/domain/settings/taxes/details.tsx +160 -0
- package/.cache/admin/src/domain/settings/taxes/edit-form.tsx +379 -0
- package/.cache/admin/src/domain/settings/taxes/edit-tax-rate-details.tsx +83 -0
- package/.cache/admin/src/domain/settings/taxes/edit.tsx +56 -0
- package/.cache/admin/src/domain/settings/taxes/index.tsx +169 -0
- package/.cache/admin/src/domain/settings/taxes/new.tsx +300 -0
- package/.cache/admin/src/domain/settings/taxes/product-selector.tsx +80 -0
- package/.cache/admin/src/domain/settings/taxes/product-type-selector.tsx +44 -0
- package/.cache/admin/src/domain/settings/taxes/region-form.tsx +178 -0
- package/.cache/admin/src/domain/settings/taxes/selectable-table.tsx +197 -0
- package/.cache/admin/src/domain/settings/taxes/shipping-option-selector.tsx +46 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rate-row.tsx +87 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rule-item.tsx +43 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rule-selector.tsx +161 -0
- package/.cache/admin/src/domain/settings/taxes/use-tax-rate-columns.tsx +50 -0
- package/.cache/admin/src/domain/settings/users/index.tsx +88 -0
- package/.cache/admin/src/extensions/_local-entry.ts +10 -0
- package/.cache/admin/src/extensions/_main-entry.ts +7 -0
- package/.cache/admin/src/fonts/Inter-Medium.ttf +0 -0
- package/.cache/admin/src/fonts/Inter-Regular.ttf +0 -0
- package/.cache/admin/src/fonts/Inter-SemiBold.ttf +0 -0
- package/.cache/admin/src/fonts/RobotoMono-Bold.ttf +0 -0
- package/.cache/admin/src/fonts/RobotoMono-Regular.ttf +0 -0
- package/.cache/admin/src/hooks/use-build-timeline.tsx +676 -0
- package/.cache/admin/src/hooks/use-command-history.tsx +66 -0
- package/.cache/admin/src/hooks/use-computed-height.ts +19 -0
- package/.cache/admin/src/hooks/use-debounce.ts +22 -0
- package/.cache/admin/src/hooks/use-debounced-search-param.tsx +33 -0
- package/.cache/admin/src/hooks/use-detect-change.tsx +50 -0
- package/.cache/admin/src/hooks/use-edit-product-actions.tsx +193 -0
- package/.cache/admin/src/hooks/use-extension-base-props.tsx +25 -0
- package/.cache/admin/src/hooks/use-highlight-search.tsx +33 -0
- package/.cache/admin/src/hooks/use-imperative-dialog.tsx +139 -0
- package/.cache/admin/src/hooks/use-is-me.tsx +12 -0
- package/.cache/admin/src/hooks/use-notification.tsx +20 -0
- package/.cache/admin/src/hooks/use-observe-width.ts +30 -0
- package/.cache/admin/src/hooks/use-on-click-outside.tsx +28 -0
- package/.cache/admin/src/hooks/use-outside-click.ts +19 -0
- package/.cache/admin/src/hooks/use-query-filters.ts +229 -0
- package/.cache/admin/src/hooks/use-scroll.ts +20 -0
- package/.cache/admin/src/hooks/use-selection-column.tsx +39 -0
- package/.cache/admin/src/hooks/use-set-search-params.tsx +24 -0
- package/.cache/admin/src/hooks/use-stock-locations.ts +28 -0
- package/.cache/admin/src/hooks/use-toggle-state.ts +46 -0
- package/.cache/admin/src/hooks/use-window-dimensions.ts +25 -0
- package/.cache/admin/src/i18n/index.ts +119 -0
- package/.cache/admin/src/main.tsx +27 -0
- package/.cache/admin/src/medusa-app.tsx +58 -0
- package/.cache/admin/src/pages/404.tsx +12 -0
- package/.cache/admin/src/pages/a.tsx +86 -0
- package/.cache/admin/src/pages/index.tsx +20 -0
- package/.cache/admin/src/pages/invite.tsx +246 -0
- package/.cache/admin/src/pages/login.tsx +50 -0
- package/.cache/admin/src/pages/reset-password.tsx +151 -0
- package/.cache/admin/src/providers/analytics-provider.tsx +223 -0
- package/.cache/admin/src/providers/feature-flag-provider.tsx +78 -0
- package/.cache/admin/src/providers/import-refresh.tsx +57 -0
- package/.cache/admin/src/providers/medusa-provider.tsx +17 -0
- package/.cache/admin/src/providers/polling-provider.tsx +112 -0
- package/.cache/admin/src/providers/providers.tsx +54 -0
- package/.cache/admin/src/providers/route-provider.tsx +55 -0
- package/.cache/admin/src/providers/setting-provider.tsx +49 -0
- package/.cache/admin/src/providers/skeleton-provider.tsx +32 -0
- package/.cache/admin/src/providers/widget-provider.tsx +38 -0
- package/.cache/admin/src/registries/route-registry.tsx +133 -0
- package/.cache/admin/src/registries/setting-registry.tsx +60 -0
- package/.cache/admin/src/registries/widget-registry.tsx +26 -0
- package/.cache/admin/src/services/analytics.ts +119 -0
- package/.cache/admin/src/types/extensions.ts +151 -0
- package/.cache/admin/src/types/shared.ts +55 -0
- package/.cache/admin/src/types/utils.ts +3 -0
- package/.cache/admin/src/utils/bytes-converter.ts +18 -0
- package/.cache/admin/src/utils/callAll.ts +4 -0
- package/.cache/admin/src/utils/color.ts +12 -0
- package/.cache/admin/src/utils/consolidate-images.ts +15 -0
- package/.cache/admin/src/utils/countries.ts +639 -0
- package/.cache/admin/src/utils/currencies.ts +1087 -0
- package/.cache/admin/src/utils/date-utils.ts +5 -0
- package/.cache/admin/src/utils/email.ts +9 -0
- package/.cache/admin/src/utils/equals-set.ts +11 -0
- package/.cache/admin/src/utils/error-messages.ts +10 -0
- package/.cache/admin/src/utils/extensions.ts +30 -0
- package/.cache/admin/src/utils/extract-customer-name.ts +69 -0
- package/.cache/admin/src/utils/extract-options.ts +26 -0
- package/.cache/admin/src/utils/focus-by-name.ts +3 -0
- package/.cache/admin/src/utils/form-helpers.ts +22 -0
- package/.cache/admin/src/utils/form-validator.ts +71 -0
- package/.cache/admin/src/utils/fulfillment-providers.mapper.ts +26 -0
- package/.cache/admin/src/utils/generate-promotion-code.ts +12 -0
- package/.cache/admin/src/utils/get-admin-path.ts +22 -0
- package/.cache/admin/src/utils/get-error-status.ts +11 -0
- package/.cache/admin/src/utils/get-relative-time.ts +35 -0
- package/.cache/admin/src/utils/handle-form-error.tsx +64 -0
- package/.cache/admin/src/utils/images.ts +33 -0
- package/.cache/admin/src/utils/is-line-item.ts +37 -0
- package/.cache/admin/src/utils/is-nullish-object.ts +14 -0
- package/.cache/admin/src/utils/map-address-to-form.ts +23 -0
- package/.cache/admin/src/utils/nested-form.ts +87 -0
- package/.cache/admin/src/utils/payment-providers-mapper.ts +73 -0
- package/.cache/admin/src/utils/prices.ts +153 -0
- package/.cache/admin/src/utils/product-status-variant.ts +13 -0
- package/.cache/admin/src/utils/remove-nullish.ts +11 -0
- package/.cache/admin/src/utils/sales-channel-compare-operator.ts +13 -0
- package/.cache/admin/src/utils/search-param-utils.ts +86 -0
- package/.cache/admin/src/utils/trim-values.ts +11 -0
- package/.cache/admin/src/utils/validate-email.ts +7 -0
- package/.cache/admin/src/utils/xorObjFields.ts +4 -0
- package/.cache/admin/tsconfig.json +22 -0
- package/.cache/admin-build-manifest.json +29 -0
- package/.eslintrc.js +112 -0
- package/.github/dependabot.yml +21 -0
- package/.github/scripts/wait-for-server-live.sh +29 -0
- package/.github/workflows/test-cli.yml +149 -0
- package/.github/workflows/update-preview-deps-ci.yml +70 -0
- package/.github/workflows/update-preview-deps.yml +70 -0
- package/.vscode/settings.json +2 -0
- package/.yarnrc.yml +1 -0
- package/README.md +70 -0
- package/build/230.c76076a78b7563553415.css +932 -0
- package/build/442f6a4cc2f03aaf41f6.ttf +0 -0
- package/build/68fda0752a470b05a5c5.ttf +0 -0
- package/build/6dcbc9bed1ec438907ee.ttf +0 -0
- package/build/6ed339415e1071e8ebc9.ttf +0 -0
- package/build/e62b16638c71c0eb4505.ttf +0 -0
- package/build/images/icon-minus-gray-fedf0680e4cc60b17e14.svg +16 -0
- package/build/images/icon-plus-gray-4813505451ce489532e3.svg +16 -0
- package/build/index.html +1 -0
- package/build/main.c5035eb0615ccdc82cbf.css +6635 -0
- package/build/public/locales/ar/translation.json +1919 -0
- package/build/public/locales/bg/translation.json +2011 -0
- package/build/public/locales/bs/translation.json +2011 -0
- package/build/public/locales/cs/translation.json +1942 -0
- package/build/public/locales/de/translation.json +1924 -0
- package/build/public/locales/en/translation.json +2011 -0
- package/build/public/locales/es/translation.json +1924 -0
- package/build/public/locales/fr/translation.json +1924 -0
- package/build/public/locales/hi/translation.json +2011 -0
- package/build/public/locales/hr/translation.json +2011 -0
- package/build/public/locales/it/translation.json +1922 -0
- package/build/public/locales/ja/translation.json +2006 -0
- package/build/public/locales/ko/translation.json +2011 -0
- package/build/public/locales/pl/translation.json +1919 -0
- package/build/public/locales/pt/translation.json +1925 -0
- package/build/public/locales/ru/translation.json +1919 -0
- package/build/public/locales/sl/translation.json +2010 -0
- package/build/public/locales/tm/translation.json +1924 -0
- package/build/public/locales/uk/translation.json +1919 -0
- package/build/public/locales/vi/translation.json +2011 -0
- package/build/public/locales/zh/translation.json +2011 -0
- package/build/public/logo.svg +10 -0
- package/data/seed-onboarding.json +141 -0
- package/data/seed.json +1006 -0
- package/datasource.js +18 -0
- package/dist/index.js +1 -0
- package/index.js +50 -0
- package/medusa-config.js +153 -0
- package/package.json +129 -0
- package/src/api/README.md +179 -0
- package/src/index.ts +0 -0
- package/src/jobs/README.md +32 -0
- package/src/loaders/README.md +19 -0
- package/src/migrations/1717765546068-licenseVariant.ts +20 -0
- package/src/migrations/README.md +29 -0
- package/src/models/README.md +46 -0
- package/src/models/product-variant.ts +35 -0
- package/src/repositories/ProductVariant.ts +11 -0
- package/src/services/README.md +49 -0
- package/src/subscribers/README.md +44 -0
- package/tsconfig.admin.json +8 -0
- package/tsconfig.json +30 -0
- package/tsconfig.server.json +8 -0
- package/tsconfig.spec.json +5 -0
|
@@ -0,0 +1,1942 @@
|
|
|
1
|
+
{
|
|
2
|
+
"activity-drawer-processing": "Probíhá zpracování...",
|
|
3
|
+
"add-additional-items-screen-add-product-variants": "Přidání variant produktu",
|
|
4
|
+
"add-additional-items-screen-add-products": "Přidat produkty",
|
|
5
|
+
"add-additional-items-screen-go-back": "Vrátit se zpět",
|
|
6
|
+
"add-additional-items-screen-price": "Cena",
|
|
7
|
+
"analytics-preferences-help-us-get-better": "Pomozte nám se zlepšit",
|
|
8
|
+
"analytics-preferences-please-enter-a-valid-email": "Zadejte prosím platný e-mail",
|
|
9
|
+
"analytics-preferences-success": "Uloženo",
|
|
10
|
+
"analytics-preferences-your-preferences-were-successfully-updated": "Vaše předvolby byly úspěšně aktualizovány",
|
|
11
|
+
"back-button-go-back": "Vrátit se zpět",
|
|
12
|
+
"batch-job-download-template": "Stáhněte si níže uvedenou šablonu, abyste se ujistili, že dodržujete správný formát.",
|
|
13
|
+
"batch-job-error": "Chyba",
|
|
14
|
+
"batch-job-failed-to-cancel-the-batch-job": "Nepodařilo se zrušit úlohy",
|
|
15
|
+
"batch-job-failed-to-delete-the-csv-file": "Nepodařilo se odstranit soubor CSV",
|
|
16
|
+
"batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Import potvrzen. Informace o průběhu jsou k dispozici v sekci \"aktivita\".",
|
|
17
|
+
"batch-job-import-failed": "Import se nezdařil.",
|
|
18
|
+
"batch-job-imports-description": "Prostřednictvím importů můžete přidávat nebo aktualizovat produkty. Chcete-li aktualizovat existující produkty/varianty, musíte nastavit existující id ve sloupcích Product/Variant id. Pokud hodnota není nastavena, vytvoří se nový záznam. Před importem produktů budete požádáni o potvrzení.",
|
|
19
|
+
"batch-job-products-list": "seznam produktů",
|
|
20
|
+
"batch-job-success": "Úspěšně dokončeno",
|
|
21
|
+
"batch-job-unsure-about-how-to-arrange-your-list": "Nejste si jisti, jak seznam uspořádat?",
|
|
22
|
+
"claim-a-shipping-method-for-replacement-items-is-required": "Je nutno vybrat způsob přepravy náhradních položek",
|
|
23
|
+
"claim-are-you-sure-you-want-to-close": "Opravdu chcete odejít?",
|
|
24
|
+
"claim-cancel": "Zrušit",
|
|
25
|
+
"claim-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.",
|
|
26
|
+
"claim-create-claim": "Vytvořit nárok",
|
|
27
|
+
"claim-created": "Reklamace pro objednávku #{{display_id}} byla úspěšně vytvořena",
|
|
28
|
+
"claim-error-creating-claim": "Chyba při vytváření reklamace",
|
|
29
|
+
"claim-location": "Umístění",
|
|
30
|
+
"claim-please-select-a-reason": "Vyberte prosím důvod",
|
|
31
|
+
"claim-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit",
|
|
32
|
+
"claim-submit-and-close": "Odeslání a uzavření",
|
|
33
|
+
"claim-successfully-created-claim": "Úspěšně vytvořená reklamace",
|
|
34
|
+
"claim-type-form-refund": "Vrácení peněz",
|
|
35
|
+
"claim-type-form-replace": "Vyměňte stránky",
|
|
36
|
+
"claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Máte neuložené změny, jste si jisti, že je chcete zavřít?",
|
|
37
|
+
"collection-modal-add-collection": "Přidat kolekci",
|
|
38
|
+
"collection-modal-cancel": "Zrušit",
|
|
39
|
+
"collection-modal-description": "K vytvoření kolekce potřebujete pouze název a podadresu.",
|
|
40
|
+
"collection-modal-details": "Podrobnosti na",
|
|
41
|
+
"collection-modal-edit-collection": "Upravit kolekci",
|
|
42
|
+
"collection-modal-error": "Chyba",
|
|
43
|
+
"collection-modal-handle-label": "Podadresa",
|
|
44
|
+
"collection-modal-handle-placeholder": "nazev-kolekce",
|
|
45
|
+
"collection-modal-metadata": "Metadata",
|
|
46
|
+
"collection-modal-publish-collection": "Zveřejnit kolekci",
|
|
47
|
+
"collection-modal-save-collection": "Uložit kolekci",
|
|
48
|
+
"collection-modal-slug-description": "URL podadresa (obchod.cz/nazev-kolekce) pro kolekci. Nechte prázdné pro automatické vygenerování.",
|
|
49
|
+
"collection-modal-success": "Úspěšně dokončeno",
|
|
50
|
+
"collection-modal-successfully-created-collection": "Kolekce byla úspěšně vytvořena",
|
|
51
|
+
"collection-modal-successfully-updated-collection": "Kolekce byla úspěšně aktualizována",
|
|
52
|
+
"collection-modal-title-label": "Název",
|
|
53
|
+
"collection-modal-title-placeholder": "Sluneční brýle",
|
|
54
|
+
"collection-product-table-add-products": "Přidat produkty",
|
|
55
|
+
"collection-product-table-all": "Všechny",
|
|
56
|
+
"collection-product-table-cancel": "Zrušit",
|
|
57
|
+
"collection-product-table-decide-status-published": "Zveřejnění",
|
|
58
|
+
"collection-product-table-draft": "Koncept",
|
|
59
|
+
"collection-product-table-newest": "Nejnovější",
|
|
60
|
+
"collection-product-table-oldest": "Nejstarší",
|
|
61
|
+
"collection-product-table-product-removed-from-collection": "Výrobek vyřazen ze kolekce",
|
|
62
|
+
"collection-product-table-products": "Produkty",
|
|
63
|
+
"collection-product-table-proposed": "Navrhované stránky",
|
|
64
|
+
"collection-product-table-rejected": "Odmítnuto",
|
|
65
|
+
"collection-product-table-remove-product-from-collection": "Odstranění produktu z kolekce",
|
|
66
|
+
"collection-product-table-save": "Uložit",
|
|
67
|
+
"collection-product-table-search-products": "Vyhledávání produktů",
|
|
68
|
+
"collection-product-table-sort-by": "Seřadit podle",
|
|
69
|
+
"collection-product-table-title": "Název",
|
|
70
|
+
"collections-cancel": "Zrušit",
|
|
71
|
+
"collections-save-and-close": "Uložit a zavřít",
|
|
72
|
+
"collections-save-and-go-back": "Uložit a vrátit se zpět",
|
|
73
|
+
"collections-search": "Vyhledávání...",
|
|
74
|
+
"collections-table-confirm-delete": "Opravdu chcete tuto kolekci odstranit?",
|
|
75
|
+
"collections-table-created-at": "Vytvořeno",
|
|
76
|
+
"collections-table-delete": "Odstranit",
|
|
77
|
+
"collections-table-delete-collection": "Odstranění kolekce",
|
|
78
|
+
"collections-table-edit": "Upravit",
|
|
79
|
+
"collections-table-handle": "Podadresa",
|
|
80
|
+
"collections-table-products": "Produkty",
|
|
81
|
+
"collections-table-title": "Název",
|
|
82
|
+
"collections-table-updated-at": "Aktualizováno",
|
|
83
|
+
"components-add": "Přidat",
|
|
84
|
+
"components-add-category-item-to": "Přidat položku kategorie do",
|
|
85
|
+
"components-add-custom": "Přidat vlastní",
|
|
86
|
+
"components-add-custom-item": "Přidání vlastní položky",
|
|
87
|
+
"components-add-discount": "Přidat slevu",
|
|
88
|
+
"components-add-existing": "Přidat stávající",
|
|
89
|
+
"components-add-products": "Přidat produkty",
|
|
90
|
+
"components-address": "Adresa",
|
|
91
|
+
"components-attention": "Pozor!",
|
|
92
|
+
"components-back": "Zpět",
|
|
93
|
+
"components-billing-address": "Fakturační adresa",
|
|
94
|
+
"components-billing-details": "Fakturační údaje",
|
|
95
|
+
"components-category-deleted": "Kategorie odstraněna",
|
|
96
|
+
"components-category-deletion-failed": "Odstranění kategorie se nezdařilo",
|
|
97
|
+
"components-category-status-is-inactive": "Stav kategorie je neaktivní",
|
|
98
|
+
"components-category-visibility-is-private": "Viditelnost kategorie je soukromá",
|
|
99
|
+
"components-choose-a-shipping-method": "Výběr způsobu přepravy",
|
|
100
|
+
"components-choose-existing-addresses": "Výběr existujících adres",
|
|
101
|
+
"components-choose-region": "Zvolte oblast",
|
|
102
|
+
"components-create-new": "Vytvořit nový",
|
|
103
|
+
"components-custom-price": "Vlastní cena",
|
|
104
|
+
"components-customer-and-shipping-details": "Údaje o zákazníkovi a přepravě",
|
|
105
|
+
"components-decrease-quantity": "Snížení množství",
|
|
106
|
+
"components-default": "Výchozí",
|
|
107
|
+
"components-delete": "Odstranit",
|
|
108
|
+
"components-details": "Podrobnosti",
|
|
109
|
+
"components-discount": "Sleva",
|
|
110
|
+
"components-e-g-gift-wrapping": "Např. balení dárků",
|
|
111
|
+
"components-edit": "Upravit",
|
|
112
|
+
"components-email": "E-mail",
|
|
113
|
+
"components-error": "Chyba",
|
|
114
|
+
"components-failed-to-update-category-tree": "Nepodařilo se aktualizovat strom kategorií",
|
|
115
|
+
"components-find-existing-customer": "Vyhledání stávajícího zákazníka",
|
|
116
|
+
"components-increase-quantity": "Zvýšení množství",
|
|
117
|
+
"components-items-for-the-order": "Položky pro objednávku",
|
|
118
|
+
"components-no-options-for-orders-without-shipping": "U objednávek bez dopravy nemáte žádné možnosti. Přidejte prosím jednu z nich (např. \"Plnění v obchodě\") s odškrtnutou volbou \"Zobrazit na webových stránkách\" v nastavení regionu a pokračujte.",
|
|
119
|
+
"components-price": "Cena",
|
|
120
|
+
"components-price-excl-taxes": "Cena (bez daně)",
|
|
121
|
+
"components-quantity": "Množství",
|
|
122
|
+
"components-region": "Region",
|
|
123
|
+
"components-set-custom-price": "Nastavení vlastní ceny",
|
|
124
|
+
"components-shipping-method": "Způsob přepravy",
|
|
125
|
+
"components-success": "Úspěšně dokončeno",
|
|
126
|
+
"components-successfully-updated-category-tree": "Úspěšně aktualizovaný strom kategorií",
|
|
127
|
+
"components-successfully-updated-currency": "Úspěšně aktualizovaná měna",
|
|
128
|
+
"components-summer-10": "SUMMER10",
|
|
129
|
+
"components-the-discount-code-is-invalid": "Slevový kód je neplatný",
|
|
130
|
+
"components-the-discount-is-not-applicable-to-the-selected-region": "Sleva se nevztahuje na vybraný region",
|
|
131
|
+
"components-title": "Název",
|
|
132
|
+
"components-type": "Typ",
|
|
133
|
+
"components-use-same-as-shipping": "Použijte stejný jako při přepravě",
|
|
134
|
+
"components-value": "Hodnota",
|
|
135
|
+
"condition-item-remainder-more": "+{{remainder}} více",
|
|
136
|
+
"conditions-add-condition": "Přidat podmínku",
|
|
137
|
+
"conditions-add-condition-label": "Přidat podmínku",
|
|
138
|
+
"conditions-collection": "Kolekce",
|
|
139
|
+
"conditions-condition-removed": "Podmínka odstraněna",
|
|
140
|
+
"conditions-conditions": "Podmínky",
|
|
141
|
+
"conditions-customer-group": "Skupina zákazníků",
|
|
142
|
+
"conditions-delete-condition": "Odstranit podmínku",
|
|
143
|
+
"conditions-discount-is-applicable-to-specific-collections": "Sleva se vztahuje na konkrétní kolekce",
|
|
144
|
+
"conditions-discount-is-applicable-to-specific-customer-groups": "Sleva se vztahuje na určité skupiny zákazníků",
|
|
145
|
+
"conditions-discount-is-applicable-to-specific-product-tags": "Sleva se vztahuje na konkrétní značky produktů",
|
|
146
|
+
"conditions-discount-is-applicable-to-specific-product-types": "Sleva se vztahuje na konkrétní typy produktů",
|
|
147
|
+
"conditions-discount-is-applicable-to-specific-products": "Sleva se vztahuje na konkrétní produkty",
|
|
148
|
+
"conditions-edit": "Upravit",
|
|
149
|
+
"conditions-edit-condition": "Upravit stav",
|
|
150
|
+
"conditions-error": "Chyba",
|
|
151
|
+
"conditions-product": "Produkt",
|
|
152
|
+
"conditions-success": "Úspěšně dokončeno",
|
|
153
|
+
"conditions-tag": "Štítek",
|
|
154
|
+
"conditions-this-discount-has-no-conditions": "Tato sleva nemá žádné podmínky",
|
|
155
|
+
"conditions-type": "Typ",
|
|
156
|
+
"configurations-cancel": "Zrušit",
|
|
157
|
+
"configurations-configurations": "Konfigurace",
|
|
158
|
+
"configurations-delete-configuration": "Odstranění konfigurace",
|
|
159
|
+
"configurations-delete-setting": "Odstranění nastavení",
|
|
160
|
+
"configurations-discount-duration-removed": "Odstranění doby trvání slevy",
|
|
161
|
+
"configurations-discount-end-date-removed": "Odstranění data ukončení slevy",
|
|
162
|
+
"configurations-discount-updated-successfully": "Sleva byla úspěšně aktualizována",
|
|
163
|
+
"configurations-edit-configurations": "Úprava konfigurací",
|
|
164
|
+
"configurations-end-date": "Datum ukončení",
|
|
165
|
+
"configurations-error": "Chyba",
|
|
166
|
+
"configurations-number-of-redemptions": "Počet zpětných odkupů",
|
|
167
|
+
"configurations-redemption-limit-removed": "Odstranění limitu pro vykoupení",
|
|
168
|
+
"configurations-save": "Uložit",
|
|
169
|
+
"configurations-start-date": "Datum zahájení",
|
|
170
|
+
"configurations-success": "Úspěšně uloženo",
|
|
171
|
+
"create-fulfillment-cancel": "Zrušit",
|
|
172
|
+
"create-fulfillment-cant-allow-this-action": "Tuto akci nelze povolit",
|
|
173
|
+
"create-fulfillment-choose-where-you-wish-to-fulfill-from": "Vyberte si, odkud chcete plnit.",
|
|
174
|
+
"create-fulfillment-create-fulfillment": "Vytvořit plnění",
|
|
175
|
+
"create-fulfillment-create-fulfillment-title": "Vytvořit plnění",
|
|
176
|
+
"create-fulfillment-error": "Chyba",
|
|
177
|
+
"create-fulfillment-items-to-fulfill": "Položky k plnění",
|
|
178
|
+
"create-fulfillment-locations": "Lokality",
|
|
179
|
+
"create-fulfillment-please-select-a-location-to-fulfill-from": "Vyberte prosím místo, ze kterého chcete plnit",
|
|
180
|
+
"create-fulfillment-quantity-is-not-valid": "Množství není platné",
|
|
181
|
+
"create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Vyberte počet položek, které chcete splnit.",
|
|
182
|
+
"create-fulfillment-send-notifications": "Odesílání oznámení",
|
|
183
|
+
"create-fulfillment-success": "Úspěšně vytvořeno",
|
|
184
|
+
"create-fulfillment-successfully-fulfilled-claim": "Úspěšně splněná reklamace",
|
|
185
|
+
"create-fulfillment-successfully-fulfilled-order": "Úspěšně vyřízená objednávka",
|
|
186
|
+
"create-fulfillment-successfully-fulfilled-swap": "Úspěšně splněná výměna",
|
|
187
|
+
"create-fulfillment-trying-to-fulfill-more-than-in-stock": "Snaha splnit více, než je skladem",
|
|
188
|
+
"create-fulfillment-when-toggled-notification-emails-will-be-sent": "Po přepnutí budou odesílány oznamovací e-maily.",
|
|
189
|
+
"currencies-an-unknown-error-occurred": "Došlo k neznámé chybě",
|
|
190
|
+
"currencies-back-to-settings": "Zpět do nastavení",
|
|
191
|
+
"currencies-error": "Chyba",
|
|
192
|
+
"currencies-include-or-exclude-taxes": "Rozhodněte, zda chcete zahrnout nebo vyloučit daně, kdykoli definujete cenu v této měně.",
|
|
193
|
+
"currencies-manage-the-markets-that-you-will-operate-within": "Spravujte trhy, na kterých budete působit.",
|
|
194
|
+
"currencies-tax-incl-prices": "Ceny včetně daně",
|
|
195
|
+
"currency-input-amount-is-not-valid": "Částka není platná",
|
|
196
|
+
"currency-input-currency": "Měna",
|
|
197
|
+
"current-currencies-screen-selected-with-count_one": "{{count}}",
|
|
198
|
+
"current-currencies-screen-selected-with-count_other": "{{count}}",
|
|
199
|
+
"customer-group-table-all": "Všechny",
|
|
200
|
+
"customer-group-table-cancel": "Zrušit",
|
|
201
|
+
"customer-group-table-customer-groups": "Skupiny zákazníků",
|
|
202
|
+
"customer-group-table-customer-groups-title": "Skupiny zákazníků",
|
|
203
|
+
"customer-group-table-customers": "Zákazníci",
|
|
204
|
+
"customer-group-table-delete": "Odstranit",
|
|
205
|
+
"customer-group-table-delete-from-the-group": "Odstranit ze skupiny",
|
|
206
|
+
"customer-group-table-details": "Podrobnosti na",
|
|
207
|
+
"customer-group-table-edit-customers": "Upravit zákazníky",
|
|
208
|
+
"customer-group-table-error": "Chyba",
|
|
209
|
+
"customer-group-table-failed-to-delete-the-group": "Nepodařilo se odstranit skupinu",
|
|
210
|
+
"customer-group-table-group-deleted": "Skupina odstraněna",
|
|
211
|
+
"customer-group-table-groups": "Skupiny",
|
|
212
|
+
"customer-group-table-save": "Uložit",
|
|
213
|
+
"customer-group-table-success": "Úspěšně dokončeno",
|
|
214
|
+
"customer-groups-cancel": "Zrušit",
|
|
215
|
+
"customer-groups-save-and-close": "Uložit a zavřít",
|
|
216
|
+
"customer-groups-save-and-go-back": "Uložit a vrátit se zpět",
|
|
217
|
+
"customer-groups-search": "Vyhledávání...",
|
|
218
|
+
"customer-orders-table-awaiting": "Čeká se na",
|
|
219
|
+
"customer-orders-table-date": "Datum",
|
|
220
|
+
"customer-orders-table-fulfilled": "Splněno",
|
|
221
|
+
"customer-orders-table-fulfillment": "Plnění",
|
|
222
|
+
"customer-orders-table-n-a": "NEUPLATŇUJE SE",
|
|
223
|
+
"customer-orders-table-not-fulfilled": "Není splněno",
|
|
224
|
+
"customer-orders-table-order": "Objednávka",
|
|
225
|
+
"customer-orders-table-orders": "Objednávky",
|
|
226
|
+
"customer-orders-table-paid": "Placené",
|
|
227
|
+
"customer-orders-table-partially-fulfilled": "Částečně splněno",
|
|
228
|
+
"customer-orders-table-partially-shipped": "Částečně odesláno",
|
|
229
|
+
"customer-orders-table-remainder-more": "+ {{remainder}} více",
|
|
230
|
+
"customer-orders-table-requires-action": "Vyžaduje akci",
|
|
231
|
+
"customer-orders-table-shipped": "Odesláno",
|
|
232
|
+
"customer-orders-table-status": "Stav",
|
|
233
|
+
"customer-orders-table-total": "Celkem",
|
|
234
|
+
"customer-orders-table-transfer-order": "Převodní příkaz",
|
|
235
|
+
"customer-table-customers": "Zákazníci",
|
|
236
|
+
"customer-table-date-added": "Datum přidání",
|
|
237
|
+
"customer-table-details": "Podrobnosti na",
|
|
238
|
+
"customer-table-edit": "Upravit",
|
|
239
|
+
"customer-table-email": "E-mail",
|
|
240
|
+
"customer-table-name": "Název",
|
|
241
|
+
"customer-table-orders": "Objednávky",
|
|
242
|
+
"default-store-currency-default-store-currency": "Výchozí měna obchodu",
|
|
243
|
+
"default-store-currency-error": "Chyba",
|
|
244
|
+
"default-store-currency-success": "Úspěšně aktualizováno",
|
|
245
|
+
"default-store-currency-successfully-updated-default-currency": "Úspěšná aktualizace výchozí měny",
|
|
246
|
+
"default-store-currency-this-is-the-currency-your-prices-are-shown-in": "V této měně se zobrazují vaše ceny.",
|
|
247
|
+
"detail-cards-allocate": "Přidělení",
|
|
248
|
+
"detail-cards-allocated": "Přiděleno",
|
|
249
|
+
"detail-cards-discount": "Sleva:",
|
|
250
|
+
"detail-cards-edit-order": "Upravit pořadí",
|
|
251
|
+
"detail-cards-not-fully-allocated": "Nebylo plně přiděleno",
|
|
252
|
+
"detail-cards-original-total": "Původní celková částka",
|
|
253
|
+
"detail-cards-shipping": "Přeprava",
|
|
254
|
+
"detail-cards-subtotal": "Mezisoučet",
|
|
255
|
+
"detail-cards-tax": "Daň",
|
|
256
|
+
"detail-cards-total": "Celkem",
|
|
257
|
+
"details-an-overview-of-customer-orders": "Přehled objednávek zákazníků",
|
|
258
|
+
"details-are-you-sure-you-want-to-cancel-the-order": "Opravdu chcete objednávku zrušit?",
|
|
259
|
+
"details-back-to-collections": "Zpět na kolekce",
|
|
260
|
+
"details-back-to-customers": "Zpět na zákazníky",
|
|
261
|
+
"details-back-to-discounts": "Zpět na slevy",
|
|
262
|
+
"details-back-to-gift-cards": "Zpět na dárkové karty",
|
|
263
|
+
"details-back-to-orders": "Zpět na objednávky",
|
|
264
|
+
"details-balance": "Bilance",
|
|
265
|
+
"details-balance-updated": "Aktualizovaný zůstatek",
|
|
266
|
+
"details-billing": "Fakturace",
|
|
267
|
+
"details-billing-address": "Fakturační adresa",
|
|
268
|
+
"details-cancel": "Zrušit",
|
|
269
|
+
"details-cancel-order": "Zrušit objednávku",
|
|
270
|
+
"details-cancel-order-heading": "Zrušit objednávku",
|
|
271
|
+
"details-collapsible-hide-additional-details": "Skrýt další podrobnosti",
|
|
272
|
+
"details-collapsible-show-additional-details": "Zobrazit další podrobnosti",
|
|
273
|
+
"details-condition-tables-cancel": "Zrušit",
|
|
274
|
+
"details-condition-tables-save-and-add-more": "Uložit a přidat další",
|
|
275
|
+
"details-condition-tables-save-and-close": "Uložit a zavřít",
|
|
276
|
+
"details-condition-tables-search-by-tag": "Hledat podle štítků...",
|
|
277
|
+
"details-condition-tables-search-by-title": "Vyhledávání podle názvu...",
|
|
278
|
+
"details-condition-tables-search-by-type": "Vyhledávání podle typu...",
|
|
279
|
+
"details-condition-tables-search-groups": "Vyhledávání skupin...",
|
|
280
|
+
"details-condition-tables-search-products": "Vyhledávání produktů...",
|
|
281
|
+
"details-confirm-delete-discount": "Opravdu chcete tuto slevu odstranit?",
|
|
282
|
+
"details-contact": "Kontakt",
|
|
283
|
+
"details-create-fulfillment": "Vytvořit plnění",
|
|
284
|
+
"details-created": "Vytvořeno",
|
|
285
|
+
"details-customer": "Zákazník",
|
|
286
|
+
"details-customer-details": "Podrobnosti o zákaznících",
|
|
287
|
+
"details-delete": "Odstranit",
|
|
288
|
+
"details-delete-collection": "Odstranit kolekci",
|
|
289
|
+
"details-delete-discount": "Smazat slevu",
|
|
290
|
+
"details-details": "Podrobnosti na",
|
|
291
|
+
"details-discount-deleted": "Sleva odstraněna",
|
|
292
|
+
"details-edit": "Upravit",
|
|
293
|
+
"details-edit-billing-address": "Upravit fakturační adresu",
|
|
294
|
+
"details-edit-collection": "Upravit kolekci",
|
|
295
|
+
"details-edit-details": "Upravit podrobnosti",
|
|
296
|
+
"details-edit-email-address": "Upravit e-mailovou adresu",
|
|
297
|
+
"details-edit-gift-card": "Upravit dárkovou kartu",
|
|
298
|
+
"details-edit-products": "Upravit produkty",
|
|
299
|
+
"details-edit-shipping-address": "Upravit dodací adresu",
|
|
300
|
+
"details-email": "E-mail",
|
|
301
|
+
"details-email-address": "E-mailová adresa",
|
|
302
|
+
"details-email-copied": "E-mail zkopírován do schránky",
|
|
303
|
+
"details-error": "Chyba",
|
|
304
|
+
"details-expires-on": "Vyprší",
|
|
305
|
+
"details-failed-to-update-balance": "Nepodařilo se aktualizovat zůstatek",
|
|
306
|
+
"details-failed-to-update-gift-card": "Nepodařilo se aktualizovat dárkovou kartu",
|
|
307
|
+
"details-first-name": "Jméno",
|
|
308
|
+
"details-first-seen": "Poprvé zobrazeno",
|
|
309
|
+
"details-fulfillment": "Plnění",
|
|
310
|
+
"details-general": "Obecné",
|
|
311
|
+
"details-gift-card-balance-was-updated": "Zůstatek na dárkové kartě byl aktualizován",
|
|
312
|
+
"details-gift-card-was-successfully-updated": "Dárková karta byla úspěšně aktualizována",
|
|
313
|
+
"details-go-to-customer": "Přejít k zákazníkovi",
|
|
314
|
+
"details-james": "Jan",
|
|
315
|
+
"details-last-name": "Příjmení",
|
|
316
|
+
"details-lebron": "Novák",
|
|
317
|
+
"details-location": "Umístění",
|
|
318
|
+
"details-metadata": "Metadata",
|
|
319
|
+
"details-order-id-copied": "ID objednávky zkopírováno do schránky",
|
|
320
|
+
"details-orders": "Objednávky",
|
|
321
|
+
"details-orders_one": "Objednávky {{count}}",
|
|
322
|
+
"details-orders_other": "Objednávky {{count}}",
|
|
323
|
+
"details-original-amount": "Původní částka",
|
|
324
|
+
"details-payment": "Platba",
|
|
325
|
+
"details-phone": "Telefon",
|
|
326
|
+
"details-phone-number": "Telefonní číslo",
|
|
327
|
+
"details-products-in-this-collection": "Produkty v této kolekci",
|
|
328
|
+
"details-raw-collection": "Kolekce (hrubá)",
|
|
329
|
+
"details-raw-customer": "Zákazník (hrubě)",
|
|
330
|
+
"details-raw-discount": "Hrubá sleva",
|
|
331
|
+
"details-raw-gift-card": "Dárková karta (hrubě)",
|
|
332
|
+
"details-raw-order": "Objednávka (hrubě)",
|
|
333
|
+
"details-refunded": "Vráceno",
|
|
334
|
+
"details-region": "Oblast",
|
|
335
|
+
"details-save": "Uložit",
|
|
336
|
+
"details-save-and-close": "Uložit a zavřít",
|
|
337
|
+
"details-shipping": "Přeprava",
|
|
338
|
+
"details-shipping-address": "Dodací adresa",
|
|
339
|
+
"details-shipping-method": "Způsob přepravy",
|
|
340
|
+
"details-success": "Úspěšně dokončeno",
|
|
341
|
+
"details-successfully-canceled-order": "Objednávka byla úspěšně zrušena",
|
|
342
|
+
"details-successfully-deleted-collection": "Kolekce byla úspěšně odstraněna",
|
|
343
|
+
"details-successfully-updated-address": "Adresa byla úspěšně aktualizována",
|
|
344
|
+
"details-successfully-updated-customer": "Aktualizace zákazníka proběhla úspěšně",
|
|
345
|
+
"details-successfully-updated-the-email-address": "E-mailová adresa byla úspěšně aktualizována",
|
|
346
|
+
"details-successfully-updated-the-status-of-the-gift-card": "Stav dárkové karty byl úspěšně aktualizován",
|
|
347
|
+
"details-total-paid": "Platba celkem",
|
|
348
|
+
"details-transfer-ownership": "Změna majitele",
|
|
349
|
+
"details-update-balance": "Aktualizace zůstatku",
|
|
350
|
+
"details-update-balance-label": "Aktualizace zůstatku",
|
|
351
|
+
"details-updated-gift-card": "Aktualizovaná dárková karta",
|
|
352
|
+
"details-updated-products-in-collection": "Aktualizované produkty v kolekci",
|
|
353
|
+
"details-updated-status": "Aktualizovaný stav",
|
|
354
|
+
"details-user": "Uživatel",
|
|
355
|
+
"details-yes-delete": "Ano, vymazat",
|
|
356
|
+
"discount-filter-dropdown-filters": "Filtry",
|
|
357
|
+
"discount-form-add-conditions": "Přidat podmínky",
|
|
358
|
+
"discount-form-add-conditions-to-your-discount": "Přidání podmínek ke slevě",
|
|
359
|
+
"discount-form-allocation": "Přidělit",
|
|
360
|
+
"discount-form-cancel": "Zrušit",
|
|
361
|
+
"discount-form-choose-a-condition-type": "Výběr typu podmínky",
|
|
362
|
+
"discount-form-choose-collections": "Vyberte kolekce",
|
|
363
|
+
"discount-form-choose-groups": "Výběr skupin",
|
|
364
|
+
"discount-form-choose-products": "Výběr produktů",
|
|
365
|
+
"discount-form-choose-types": "Vyberte typy",
|
|
366
|
+
"discount-form-collection": "Kolekce",
|
|
367
|
+
"discount-form-conditions": "Podmínky",
|
|
368
|
+
"discount-form-configuration": "Nastavení",
|
|
369
|
+
"discount-form-create-new-discount": "Vytvořit novou slevu",
|
|
370
|
+
"discount-form-customer-group": "Skupina",
|
|
371
|
+
"discount-form-discount-code-application-disclaimer": "Slevový kód platí od okamžiku, kdy stisknete tlačítko publikovat, do té doby než ho odstraníte.",
|
|
372
|
+
"discount-form-discount-code-apply-to-all-products-if-left-untouched": "Pokud nezměníte nastavení, slevový kód se automaticky vztahuje na všechny produkty.",
|
|
373
|
+
"discount-form-discount-type": "Typ slevy",
|
|
374
|
+
"discount-form-error": "Chyba",
|
|
375
|
+
"discount-form-general": "Obecné",
|
|
376
|
+
"discount-form-metadata": "Metadata",
|
|
377
|
+
"discount-form-metadata-usage-description": "Metadata umožňují přidat ke slevě další informace.",
|
|
378
|
+
"discount-form-only-for-specific-customer-groups": "Pouze pro určité skupiny zákazníků",
|
|
379
|
+
"discount-form-only-for-specific-product-collections": "Pouze pro konkrétní kolekce výrobků",
|
|
380
|
+
"discount-form-only-for-specific-product-types": "Pouze pro určité typy výrobků",
|
|
381
|
+
"discount-form-only-for-specific-products": "Pouze pro konkrétní produkty",
|
|
382
|
+
"discount-form-only-for-specific-tags": "Pouze pro konkrétní značky",
|
|
383
|
+
"discount-form-product": "Produkt",
|
|
384
|
+
"discount-form-publish-discount": "Zveřejnit slevu",
|
|
385
|
+
"discount-form-save": "Uložit",
|
|
386
|
+
"discount-form-save-as-draft": "Uložit jako koncept",
|
|
387
|
+
"discount-form-select-a-discount-type": "Vyberte typ slevy",
|
|
388
|
+
"discount-form-tag": "Štítek",
|
|
389
|
+
"discount-form-type": "Typ",
|
|
390
|
+
"discount-form-you-can-only-add-one-of-each-type-of-condition": "Každý typ podmínky můžete přidat pouze jednou.",
|
|
391
|
+
"discount-form-you-cannot-add-any-more-conditions": "Nelze přidávat další podmínky",
|
|
392
|
+
"discount-table-active": "Aktivní",
|
|
393
|
+
"discount-table-amount": "Částka",
|
|
394
|
+
"discount-table-code": "Kód",
|
|
395
|
+
"discount-table-confirm-delete": "Opravdu chcete tuto slevu odstranit?",
|
|
396
|
+
"discount-table-delete": "Odstranit",
|
|
397
|
+
"discount-table-delete-discount": "Smazat slevu",
|
|
398
|
+
"discount-table-description": "Popis",
|
|
399
|
+
"discount-table-disabled": "Neaktivní",
|
|
400
|
+
"discount-table-discounts": "Slevy",
|
|
401
|
+
"discount-table-duplicate": "Duplikát",
|
|
402
|
+
"discount-table-error": "Chyba",
|
|
403
|
+
"discount-table-expired": "Vypršela platnost",
|
|
404
|
+
"discount-table-free-shipping": "Doprava zdarma",
|
|
405
|
+
"discount-table-publish": "Zveřejnit",
|
|
406
|
+
"discount-table-redemptions": "Výkupy",
|
|
407
|
+
"discount-table-scheduled": "Plánované",
|
|
408
|
+
"discount-table-search-by-code-or-description": "Vyhledávání podle kódu nebo popisu...",
|
|
409
|
+
"discount-table-status": "Stav",
|
|
410
|
+
"discount-table-success": "Úspěšně dokončeno",
|
|
411
|
+
"discount-table-successfully-copied-discount": "Úspěšně zkopírovaná sleva",
|
|
412
|
+
"discount-table-successfully-published-discount": "Úspěšně zveřejněná sleva",
|
|
413
|
+
"discount-table-successfully-unpublished-discount": "Úspěšně zrušená sleva",
|
|
414
|
+
"discount-table-unpublish": "Zrušení publikování",
|
|
415
|
+
"discounts-add-discount": "Přidat slevu",
|
|
416
|
+
"domain-categories-multiselect-selected-with-counts_one": "{{count}}",
|
|
417
|
+
"domain-categories-multiselect-selected-with-counts_other": "{{count}}",
|
|
418
|
+
"draft-order-table-completed": "Dokončeno",
|
|
419
|
+
"draft-order-table-customer": "Zákazník",
|
|
420
|
+
"draft-order-table-date-added": "Datum přidání",
|
|
421
|
+
"draft-order-table-draft": "Koncept",
|
|
422
|
+
"draft-order-table-draft-orders": "Koncepty objednávek",
|
|
423
|
+
"draft-order-table-open": "Otevřít",
|
|
424
|
+
"draft-order-table-order": "Objednávka",
|
|
425
|
+
"draft-order-table-status": "Stav",
|
|
426
|
+
"draft-orders-1-item": "(1 položka)",
|
|
427
|
+
"draft-orders-amount": "Částka {{currency_code}}",
|
|
428
|
+
"draft-orders-are-you-sure": "Opravdu chcete pokračovat?",
|
|
429
|
+
"draft-orders-back-to-draft-orders": "Zpět do konceptů objednávek",
|
|
430
|
+
"draft-orders-billing": "Fakturace",
|
|
431
|
+
"draft-orders-cancel": "Zrušit",
|
|
432
|
+
"draft-orders-cancel-draft-order": "Zrušit koncept objednávky",
|
|
433
|
+
"draft-orders-completed": "Dokončeno",
|
|
434
|
+
"draft-orders-configure-payment-link-in-store-settings": "Konfigurace platebního odkazu v nastavení obchodu",
|
|
435
|
+
"draft-orders-contact": "Kontakt",
|
|
436
|
+
"draft-orders-create-draft-order": "Vytvoření konceptu objednávky",
|
|
437
|
+
"draft-orders-customer": "Zákazník",
|
|
438
|
+
"draft-orders-data": "Data",
|
|
439
|
+
"draft-orders-draft-order": "Koncept objednávky",
|
|
440
|
+
"draft-orders-edit-billing-address": "Upravit fakturační adresu",
|
|
441
|
+
"draft-orders-edit-shipping-address": "Upravit dodací adresu",
|
|
442
|
+
"draft-orders-email": "E-mail",
|
|
443
|
+
"draft-orders-error": "Chyba",
|
|
444
|
+
"draft-orders-go-to-customer": "Přejít k zákazníkovi",
|
|
445
|
+
"draft-orders-go-to-order": "Přejít na objednávku",
|
|
446
|
+
"draft-orders-mark-as-paid": "Označit jako zaplacené",
|
|
447
|
+
"draft-orders-mark-paid": "Mark zaplatil",
|
|
448
|
+
"draft-orders-open": "Otevřít",
|
|
449
|
+
"draft-orders-payment": "Platba",
|
|
450
|
+
"draft-orders-payment-link": "Odkaz na platbu:",
|
|
451
|
+
"draft-orders-phone": "Telefon",
|
|
452
|
+
"draft-orders-raw-draft-order": "Pořadí hrubého konceptu",
|
|
453
|
+
"draft-orders-remove-resource-heading": "Odebrat {{resource}}",
|
|
454
|
+
"draft-orders-remove-resource-success-text": "{{resource}} odstraněno",
|
|
455
|
+
"draft-orders-shipping": "Přeprava",
|
|
456
|
+
"draft-orders-shipping-method": "Způsob přepravy",
|
|
457
|
+
"draft-orders-subtotal": "Mezisoučet",
|
|
458
|
+
"draft-orders-success": "Úspěšně uloženo",
|
|
459
|
+
"draft-orders-successfully-canceled-order": "Objednávka byla úspěšně zrušena",
|
|
460
|
+
"draft-orders-successfully-mark-as-paid": "Objednávka byla označena jako zaplacená",
|
|
461
|
+
"draft-orders-tax": "Daň",
|
|
462
|
+
"draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Tímto se vytvoří objednávka. Pokud jste již obdrželi platbu, zaškrtněte \"zaplaceno\".",
|
|
463
|
+
"draft-orders-total-to-pay": "Celkem k úhradě",
|
|
464
|
+
"edit-add-a-note": "Přidejte poznámku...",
|
|
465
|
+
"edit-add-items": "Přidat položky",
|
|
466
|
+
"edit-add-product-variants": "Přidání variant produktu",
|
|
467
|
+
"edit-added-successfully": "Úspěšně přidáno",
|
|
468
|
+
"edit-amount-paid": "Vyplacená částka",
|
|
469
|
+
"edit-back": "Zpět",
|
|
470
|
+
"edit-cancel": "Zrušit",
|
|
471
|
+
"edit-condition-add": "Přidat",
|
|
472
|
+
"edit-condition-add-conditions": "Přidání podmínek",
|
|
473
|
+
"edit-condition-close": "Zavřít",
|
|
474
|
+
"edit-condition-deselect": "Zrušení výběru",
|
|
475
|
+
"edit-condition-error": "Chyba",
|
|
476
|
+
"edit-condition-failed-to-add-resources": "Nepodařilo se přidat prostředky",
|
|
477
|
+
"edit-condition-failed-to-remove-resources": "Nepodařilo se odebrat prostředky",
|
|
478
|
+
"edit-condition-remove": "Odstranění adresy",
|
|
479
|
+
"edit-condition-selected-with-count_one": "{{count}}",
|
|
480
|
+
"edit-condition-selected-with-count_other": "{{count}}",
|
|
481
|
+
"edit-condition-success": "Úspěšně upraveno",
|
|
482
|
+
"edit-condition-tables-cancel": "Zrušit",
|
|
483
|
+
"edit-condition-tables-delete-condition": "Odstranit podmínku",
|
|
484
|
+
"edit-condition-tables-save": "Uložit",
|
|
485
|
+
"edit-condition-tables-search-by-tag": "Hledat podle štítků...",
|
|
486
|
+
"edit-condition-tables-search-by-title": "Vyhledávání podle názvu...",
|
|
487
|
+
"edit-condition-tables-search-by-type": "Vyhledávání podle typu...",
|
|
488
|
+
"edit-condition-tables-search-groups": "Vyhledávání skupin...",
|
|
489
|
+
"edit-condition-tables-search-products": "Vyhledávání produktů...",
|
|
490
|
+
"edit-condition-tables-title": "Název",
|
|
491
|
+
"edit-condition-the-resources-were-successfully-added": "Prostředky byly úspěšně přidány",
|
|
492
|
+
"edit-condition-the-resources-were-successfully-removed": "Prostředky byly úspěšně odstraněny",
|
|
493
|
+
"edit-condition-title": "Upravit {{type}} v položce Podmínka slevy",
|
|
494
|
+
"edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext musí být použit v rámci EditConditionProvider",
|
|
495
|
+
"edit-conditions-modal-title": "Upravit {{title}}",
|
|
496
|
+
"edit-difference-due": "Rozdíl z důvodu",
|
|
497
|
+
"edit-edit-location-details": "Upravit podrobnosti o umístění",
|
|
498
|
+
"edit-edit-order": "Upravit pořadí",
|
|
499
|
+
"edit-error": "Chyba",
|
|
500
|
+
"edit-error-occurred": "Došlo k chybě",
|
|
501
|
+
"edit-failed-to-request-confirmation": "Nepodařilo se vyžádat potvrzení",
|
|
502
|
+
"edit-filter-items": "Filtrovat položky...",
|
|
503
|
+
"edit-in-stock": "Skladem",
|
|
504
|
+
"edit-items": "Položky",
|
|
505
|
+
"edit-location-edited-successfully": "Úspěšně upravená poloha",
|
|
506
|
+
"edit-metadata": "Metadata",
|
|
507
|
+
"edit-new-total": "Nový Celkem",
|
|
508
|
+
"edit-no-region-found": "Nemůžeme najít oblast s tímto ID, použijte nabídku vlevo a vyberte oblast.",
|
|
509
|
+
"edit-note": "Poznámka",
|
|
510
|
+
"edit-order-edit-set-as-requested": "Objednat sadu úprav podle požadavku",
|
|
511
|
+
"edit-price": "Cena",
|
|
512
|
+
"edit-product": "Produkt",
|
|
513
|
+
"edit-products": "Produkty",
|
|
514
|
+
"edit-reservation-button-quantity-item-location-name": "{{quantity}} položka: ${{locationName}}",
|
|
515
|
+
"edit-sales-channels-add-channels": "Přidání kanálů",
|
|
516
|
+
"edit-sales-channels-edit-channels": "Úprava kanálů",
|
|
517
|
+
"edit-save-and-close": "Uložit a zavřít",
|
|
518
|
+
"edit-save-and-go-back": "Uložit a vrátit se zpět",
|
|
519
|
+
"edit-search-product-variants": "Vyhledat varianty produktu...",
|
|
520
|
+
"edit-something-went-wrong": "Něco se pokazilo...",
|
|
521
|
+
"edit-success": "Úspěšně upraveno",
|
|
522
|
+
"edit-user-information-cancel": "Zrušit",
|
|
523
|
+
"edit-user-information-edit-information": "Upravit informace",
|
|
524
|
+
"edit-user-information-submit-and-close": "Odeslání a uzavření",
|
|
525
|
+
"edit-user-information-success": "Úspěšně upraveno",
|
|
526
|
+
"edit-user-information-your-information-was-successfully-updated": "Vaše informace byly úspěšně upraveny",
|
|
527
|
+
"edit-user-modal-cancel": "Zrušit",
|
|
528
|
+
"edit-user-modal-edit-user": "Upravit uživatele",
|
|
529
|
+
"edit-user-modal-email": "E-mail",
|
|
530
|
+
"edit-user-modal-error": "Chyba",
|
|
531
|
+
"edit-user-modal-first-name-label": "Jméno",
|
|
532
|
+
"edit-user-modal-first-name-placeholder": "Křestní jméno...",
|
|
533
|
+
"edit-user-modal-last-name-label": "Příjmení",
|
|
534
|
+
"edit-user-modal-last-name-placeholder": "Příjmení...",
|
|
535
|
+
"edit-user-modal-save": "Uložit",
|
|
536
|
+
"edit-user-modal-success": "Úspěšně upraveno",
|
|
537
|
+
"edit-user-modal-user-was-updated": "Uživatel byl aktualizován",
|
|
538
|
+
"edit-variants-modal-cancel": "Zrušit",
|
|
539
|
+
"edit-variants-modal-edit-variant": "Upravit variantu",
|
|
540
|
+
"edit-variants-modal-edit-variants": "Upravit varianty",
|
|
541
|
+
"edit-variants-modal-inventory": "Inventář",
|
|
542
|
+
"edit-variants-modal-product-variants": "Varianty produktu",
|
|
543
|
+
"edit-variants-modal-save-and-close": "Uložit a zavřít",
|
|
544
|
+
"edit-variants-modal-save-and-go-back": "Uložit a vrátit se zpět",
|
|
545
|
+
"edit-variants-modal-update-success": "Varianty byly úspěšně aktualizovány",
|
|
546
|
+
"edit-variants-modal-variant": "Varianta",
|
|
547
|
+
"error-boundary-400": "Požadavek byl chybně formulován, opravte jej a zkuste to prosím znovu.",
|
|
548
|
+
"error-boundary-401": "Nejste přihlášeni, pro pokračování se prosím přihlaste.",
|
|
549
|
+
"error-boundary-403": "K provedení této akce nemáte oprávnění, pokud se domníváte, že se jedná o chybu, obraťte se prosím na správce.",
|
|
550
|
+
"error-boundary-404": "Požadovaná stránka nebyla nalezena, zkontrolujte prosím adresu URL a zkuste to znovu.",
|
|
551
|
+
"error-boundary-500": "Došlo k chybě s blíže nespecifikovanou příčinou, která je pravděpodobně způsobena technickým problémem na naší straně. Zkuste prosím stránku obnovit. Pokud problém přetrvává, obraťte se na správce.",
|
|
552
|
+
"error-boundary-500-2": "Server nebyl schopen zpracovat váš požadavek, což je pravděpodobně způsobeno technickým problémem na naší straně. Zkuste to prosím znovu. Pokud se problém opakuje, obraťte se na správce.",
|
|
553
|
+
"error-boundary-503": "Server je momentálně nedostupný",
|
|
554
|
+
"error-boundary-503-2": "Server je dočasně nedostupný a váš požadavek nemohl být zpracován. Zkuste to prosím později. Pokud se problém opakuje, obraťte se na správce.",
|
|
555
|
+
"error-boundary-an-unknown-error-occured": "Došlo k neznámé chybě",
|
|
556
|
+
"error-boundary-an-unknown-server-error-occured": "Došlo k neznámé chybě serveru",
|
|
557
|
+
"error-boundary-back-to-dashboard": "Zpět na přístrojovou desku",
|
|
558
|
+
"error-boundary-bad-request": "Špatná žádost",
|
|
559
|
+
"error-boundary-page-was-not-found": "Stránka nebyla nalezena",
|
|
560
|
+
"error-boundary-you-are-not-logged-in": "Nejste přihlášeni",
|
|
561
|
+
"error-boundary-you-do-not-have-permission-perform-this-action": "Na provedení této akce nemáte dostatečná oprávnění",
|
|
562
|
+
"export-modal-cancel": "Zrušit",
|
|
563
|
+
"export-modal-export": "Export",
|
|
564
|
+
"export-modal-title": "Zahájit export dat",
|
|
565
|
+
"file-upload-modal-upload-a-new-photo": "Nahrání nové fotografie",
|
|
566
|
+
"filter-menu-clear-button": "Odstranit filtry",
|
|
567
|
+
"filter-menu-date-item-after": "Po",
|
|
568
|
+
"filter-menu-date-item-before": "Před",
|
|
569
|
+
"filter-menu-date-item-between": "Mezi",
|
|
570
|
+
"filter-menu-select-item-clear-button": "Odstranit vybraných filtry",
|
|
571
|
+
"filter-menu-select-item-default-placeholder": "Vyberte filtr",
|
|
572
|
+
"filter-menu-select-item-selected": "Vybrané stránky",
|
|
573
|
+
"filter-menu-trigger": "Zobrazit",
|
|
574
|
+
"form-available-products-at-our-website-app": "Produkty dostupné na našich webových stránkách,...",
|
|
575
|
+
"form-close": "Zavřít",
|
|
576
|
+
"form-description": "Popis",
|
|
577
|
+
"form-error": "Chyba",
|
|
578
|
+
"form-failed-to-update-the-sales-channel": "Nepodařilo se aktualizovat prodejní kanál",
|
|
579
|
+
"form-general-info": "Obecné informace",
|
|
580
|
+
"form-name": "Název",
|
|
581
|
+
"form-sales-channel-details": "Podrobnosti o prodejním kanálu",
|
|
582
|
+
"form-save": "Uložit",
|
|
583
|
+
"form-success": "Úspěšně odesláno",
|
|
584
|
+
"form-the-sales-channel-is-successfully-updated": "Prodejní kanál je úspěšně aktualizován",
|
|
585
|
+
"form-title": "Název",
|
|
586
|
+
"form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm musí být potomkem DiscountFormContext",
|
|
587
|
+
"form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm musí být použito v rámci NewOrderFormProvider",
|
|
588
|
+
"form-website-app-amazon-physical-store-pos-facebook-product-feed": "Webové stránky, aplikace, Amazon, prodejní místa v kamenných obchodech, produktový feed na Facebooku...",
|
|
589
|
+
"general-cancel": "Zrušit",
|
|
590
|
+
"general-confirm-delete-promotion": "Opravdu chcete tuto propagaci odstranit?",
|
|
591
|
+
"general-delete-discount": "Smazat slevu",
|
|
592
|
+
"general-delete-promotion": "Odstranit propagaci",
|
|
593
|
+
"general-details": "Podrobnosti na",
|
|
594
|
+
"general-discount-amount": "Výše slevy",
|
|
595
|
+
"general-discount-drafted-successfully": "Úspěšně navržená sleva",
|
|
596
|
+
"general-discount-published-successfully": "Sleva úspěšně zveřejněna",
|
|
597
|
+
"general-discount-updated-successfully": "Sleva byla úspěšně aktualizována",
|
|
598
|
+
"general-draft": "Koncept",
|
|
599
|
+
"general-edit-general-information": "Upravit obecné informace",
|
|
600
|
+
"general-error": "Chyba",
|
|
601
|
+
"general-form-flagship-store-warehouse": "Vlajková prodejna, sklad",
|
|
602
|
+
"general-form-location-name": "Název lokality",
|
|
603
|
+
"general-form-name-is-required": "Je vyžadováno jméno",
|
|
604
|
+
"general-free-shipping": "DOPRAVA ZDARMA",
|
|
605
|
+
"general-metadata": "Metadata",
|
|
606
|
+
"general-promotion-deleted-successfully": "Propagace úspěšně odstraněna",
|
|
607
|
+
"general-published": "Zveřejněno na",
|
|
608
|
+
"general-save-and-close": "Uložit a zavřít",
|
|
609
|
+
"general-section-cancel": "Zrušit",
|
|
610
|
+
"general-section-details": "Podrobnosti na",
|
|
611
|
+
"general-section-edit-region-details": "Upravit podrobnosti o regionu",
|
|
612
|
+
"general-section-error": "Chyba",
|
|
613
|
+
"general-section-metadata": "Metadata",
|
|
614
|
+
"general-section-providers": "Poskytovatelé",
|
|
615
|
+
"general-section-region-was-successfully-updated": "Oblast byla úspěšně aktualizována",
|
|
616
|
+
"general-section-save-and-close": "Uložit a zavřít",
|
|
617
|
+
"general-section-success": "Úspěšně dokončeno",
|
|
618
|
+
"general-success": "Úspěšně dokončeno",
|
|
619
|
+
"general-template-discount": "Šablona slevy",
|
|
620
|
+
"general-total-redemptions": "Celkový počet odkupů",
|
|
621
|
+
"general-unknown-discount-type": "Neznámý typ slevy",
|
|
622
|
+
"general-valid-regions": "Platné oblasti",
|
|
623
|
+
"gift-card-banner-delete": "Odstranit",
|
|
624
|
+
"gift-card-banner-edit": "Upravit",
|
|
625
|
+
"gift-card-banner-publish": "Zveřejnit",
|
|
626
|
+
"gift-card-banner-published": "Zveřejněno",
|
|
627
|
+
"gift-card-banner-unpublish": "Zrušit publikaci",
|
|
628
|
+
"gift-card-banner-unpublished": "Nepublikované",
|
|
629
|
+
"gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Nominál s touto výchozí hodnotou již existuje.",
|
|
630
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-added": "Byla úspěšně přidána nová denominace",
|
|
631
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Úspěšně byla aktualizována nová denominace",
|
|
632
|
+
"gift-card-denominations-section-add-denomination": "Přidat nominální hodnotu",
|
|
633
|
+
"gift-card-denominations-section-and-more_one": "a {{count}} více",
|
|
634
|
+
"gift-card-denominations-section-and-more_other": "a {{count}} více",
|
|
635
|
+
"gift-card-denominations-section-cancel": "Zrušit",
|
|
636
|
+
"gift-card-denominations-section-confirm-delete": "Jste si jisti, že chcete toto označení odstranit?",
|
|
637
|
+
"gift-card-denominations-section-delete": "Odstranit",
|
|
638
|
+
"gift-card-denominations-section-delete-denomination": "Vymazat označení",
|
|
639
|
+
"gift-card-denominations-section-denomination": "Označení",
|
|
640
|
+
"gift-card-denominations-section-denomination-added": "Přidaná denominace",
|
|
641
|
+
"gift-card-denominations-section-denomination-deleted": "Vymazání názvu",
|
|
642
|
+
"gift-card-denominations-section-denomination-updated": "Aktualizované označení",
|
|
643
|
+
"gift-card-denominations-section-denomination-was-successfully-deleted": "Nominální hodnota byla úspěšně odstraněna",
|
|
644
|
+
"gift-card-denominations-section-denominations": "Denominace",
|
|
645
|
+
"gift-card-denominations-section-edit": "Upravit",
|
|
646
|
+
"gift-card-denominations-section-edit-denomination": "Upravit označení",
|
|
647
|
+
"gift-card-denominations-section-error": "Chyba",
|
|
648
|
+
"gift-card-denominations-section-in-other-currencies": "V ostatních měnách",
|
|
649
|
+
"gift-card-denominations-section-save-and-close": "Uložit a zavřít",
|
|
650
|
+
"gift-card-filter-dropdown-date": "Datum",
|
|
651
|
+
"gift-card-filter-dropdown-filters": "Filtry",
|
|
652
|
+
"gift-card-filter-dropdown-fulfillment-status": "Stav plnění",
|
|
653
|
+
"gift-card-filter-dropdown-is-after": "je po",
|
|
654
|
+
"gift-card-filter-dropdown-is-before": "je před",
|
|
655
|
+
"gift-card-filter-dropdown-is-equal-to": "se rovná",
|
|
656
|
+
"gift-card-filter-dropdown-is-in-the-last": "je v poslední",
|
|
657
|
+
"gift-card-filter-dropdown-is-older-than": "je starší než",
|
|
658
|
+
"gift-card-filter-dropdown-payment-status": "Stav platby",
|
|
659
|
+
"gift-card-filter-dropdown-status": "Stav",
|
|
660
|
+
"gift-card-table-balance": "Bilance",
|
|
661
|
+
"gift-card-table-code": "Kód",
|
|
662
|
+
"gift-card-table-created": "Vytvořeno",
|
|
663
|
+
"gift-card-table-gift-cards": "Dárkové karty",
|
|
664
|
+
"gift-card-table-none": "Žádné",
|
|
665
|
+
"gift-card-table-order": "Objednávka",
|
|
666
|
+
"gift-card-table-original-amount": "Původní částka",
|
|
667
|
+
"gift-card-table-region-has-been-deleted": "Oblast byla odstraněna",
|
|
668
|
+
"gift-cards-add-denomination": "Přidat nominální hodnotu",
|
|
669
|
+
"gift-cards-amount": "Částka",
|
|
670
|
+
"gift-cards-are-you-ready-to-sell-your-first-gift-card": "Jste připraveni prodat svou první dárkovou kartu?",
|
|
671
|
+
"gift-cards-cancel": "Zrušit",
|
|
672
|
+
"gift-cards-create-and-send": "Vytvořit a odeslat",
|
|
673
|
+
"gift-cards-create-gift-card": "Vytvořit dárkovou kartu",
|
|
674
|
+
"gift-cards-create-publish": "Vytvořit a publikovat",
|
|
675
|
+
"gift-cards-created-gift-card": "Vytvořená dárková karta",
|
|
676
|
+
"gift-cards-custom-gift-card": "Vlastní dárková karta",
|
|
677
|
+
"gift-cards-custom-gift-card-was-created-successfully": "Vlastní dárková karta byla úspěšně vytvořena",
|
|
678
|
+
"gift-cards-delete": "Odstranit",
|
|
679
|
+
"gift-cards-delete-gift-card": "Odstranění dárkové karty",
|
|
680
|
+
"gift-cards-denominations": "Denominace",
|
|
681
|
+
"gift-cards-description": "Popis",
|
|
682
|
+
"gift-cards-details": "Podrobnosti na",
|
|
683
|
+
"gift-cards-error": "Chyba",
|
|
684
|
+
"gift-cards-gift-card-details": "Podrobnosti o dárkové kartě",
|
|
685
|
+
"gift-cards-gift-cards": "Dárkové karty",
|
|
686
|
+
"gift-cards-history": "Historie",
|
|
687
|
+
"gift-cards-manage": "Správa dárkových karet vašeho obchodu Medusa",
|
|
688
|
+
"gift-cards-name": "Název",
|
|
689
|
+
"gift-cards-no-gift-card-has-been-added-yet": "Zatím nebyla přidána žádná dárková karta.",
|
|
690
|
+
"gift-cards-please-add-at-least-one-denomination": "Přidejte prosím alespoň jedno označení",
|
|
691
|
+
"gift-cards-please-enter-a-name-for-the-gift-card": "Zadejte prosím název dárkové karty",
|
|
692
|
+
"gift-cards-receiver": "Přijímač",
|
|
693
|
+
"gift-cards-see-the-history-of-purchased-gift-cards": "Podívejte se na historii zakoupených dárkových karet",
|
|
694
|
+
"gift-cards-size-recommended": "Doporučené rozměry 1200 x 1600 (3:4), každý až 10 MB",
|
|
695
|
+
"gift-cards-success": "Úspěšně uloženo",
|
|
696
|
+
"gift-cards-successfully-created-gift-card": "Úspěšně vytvořená dárková karta",
|
|
697
|
+
"gift-cards-successfully-deleted-gift-card": "Dárková karta byla úspěšně smazána",
|
|
698
|
+
"gift-cards-successfully-updated-gift-card": "Úspěšně aktualizovaná dárková karta",
|
|
699
|
+
"gift-cards-the-best-gift-card": "Nejlepší dárková karta",
|
|
700
|
+
"gift-cards-the-best-gift-card-of-all-time": "Nejlepší dárková karta všech dob",
|
|
701
|
+
"gift-cards-thumbnail": "Miniatury",
|
|
702
|
+
"gift-cards-yes-delete": "Ano, vymazat",
|
|
703
|
+
"groups-back-to-customer-groups": "Zpět na skupiny zákazníků",
|
|
704
|
+
"groups-cancel": "Zrušit",
|
|
705
|
+
"groups-confirm-delete-customer-group": "Opravdu chcete tuto skupinu zákazníků odstranit?",
|
|
706
|
+
"groups-create-a-new-customer-group": "Vytvoření nové skupiny zákazníků",
|
|
707
|
+
"groups-customers": "Zákazníci",
|
|
708
|
+
"groups-delete": "Odstranit",
|
|
709
|
+
"groups-delete-the-group": "Odstranění skupiny",
|
|
710
|
+
"groups-details": "Podrobnosti na",
|
|
711
|
+
"groups-edit": "Upravit",
|
|
712
|
+
"groups-edit-customer-group": "Upravit skupinu zákazníků",
|
|
713
|
+
"groups-edit-group": "Upravit skupinu",
|
|
714
|
+
"groups-group-created": "Vytvořená skupina",
|
|
715
|
+
"groups-group-deleted": "Skupina odstraněna",
|
|
716
|
+
"groups-group-updated": "Skupina Aktualizováno",
|
|
717
|
+
"groups-metadata": "Metadata",
|
|
718
|
+
"groups-new-group": "Nová skupina",
|
|
719
|
+
"groups-no-customers-in-this-group-yet": "V této skupině zatím nejsou žádní zákazníci",
|
|
720
|
+
"groups-publish-group": "Skupina Publish Group",
|
|
721
|
+
"groups-the-customer-group-has-been-created": "Skupina zákazníků byla vytvořena",
|
|
722
|
+
"groups-the-customer-group-has-been-updated": "Skupina zákazníků byla aktualizována",
|
|
723
|
+
"groups-yes-delete": "Ano, vymazat",
|
|
724
|
+
"help-dialog-feel-free-to-join-our-community-of": "Neváhejte se připojit k naší komunitě",
|
|
725
|
+
"help-dialog-how-can-we-help": "Jak můžeme pomoci?",
|
|
726
|
+
"help-dialog-merchants-and-e-commerce-developers": "obchodníci a vývojáři elektronických obchodů",
|
|
727
|
+
"help-dialog-send-a-message": "Odeslat zprávu",
|
|
728
|
+
"help-dialog-subject": "Předmět",
|
|
729
|
+
"help-dialog-we-usually-respond-in-a-few-hours": "Obvykle odpovídáme do několika hodin",
|
|
730
|
+
"help-dialog-what-is-it-about": "O co jde?...",
|
|
731
|
+
"help-dialog-write-a-message": "Napište zprávu...",
|
|
732
|
+
"image-table-file-name": "Název souboru",
|
|
733
|
+
"image-table-select-thumbnail-image-for-product": "Vyberte obrázek, který chcete použít jako miniaturu tohoto produktu.",
|
|
734
|
+
"image-table-thumbnail": "Miniatury",
|
|
735
|
+
"inventory-filters": "Filtry",
|
|
736
|
+
"inventory-table-actions-adjust-availability": "Upravit dostupnost",
|
|
737
|
+
"inventory-table-adjust-availability": "Upravit dostupnost",
|
|
738
|
+
"inventory-table-cancel": "Zrušit",
|
|
739
|
+
"inventory-table-in-stock": "Skladem",
|
|
740
|
+
"inventory-table-inventory-item-updated-successfully": "Úspěšná aktualizace položky inventáře",
|
|
741
|
+
"inventory-table-inventory-items": "Inventární položky",
|
|
742
|
+
"inventory-table-item": "Položka",
|
|
743
|
+
"inventory-table-reserved": "Rezervováno",
|
|
744
|
+
"inventory-table-save-and-close": "Uložit a zavřít",
|
|
745
|
+
"inventory-table-sku": "SKU",
|
|
746
|
+
"inventory-table-success": "Úspěšně uloženo",
|
|
747
|
+
"inventory-table-variant": "Varianta",
|
|
748
|
+
"inventory-table-view-product": "Zobrazit produkt",
|
|
749
|
+
"invite-modal-admin": "Admin",
|
|
750
|
+
"invite-modal-cancel": "Zrušit",
|
|
751
|
+
"invite-modal-developer": "Vývojář",
|
|
752
|
+
"invite-modal-email": "E-mail",
|
|
753
|
+
"invite-modal-error": "Chyba",
|
|
754
|
+
"invite-modal-invitation-sent-to": "Pozvánka zaslaná {{user}}",
|
|
755
|
+
"invite-modal-invite": "Pozvánka",
|
|
756
|
+
"invite-modal-invite-users": "Pozvat uživatele",
|
|
757
|
+
"invite-modal-member": "Člen",
|
|
758
|
+
"invite-modal-role": "Role",
|
|
759
|
+
"invite-modal-select-role": "Zvolte roli",
|
|
760
|
+
"invite-modal-success": "Pozvánka úspěšně odeslána",
|
|
761
|
+
"items-to-receive-form-items-to-receive": "Položky, které obdržíte",
|
|
762
|
+
"items-to-receive-form-product": "Produkt",
|
|
763
|
+
"items-to-receive-form-quantity": "Množství",
|
|
764
|
+
"items-to-receive-form-refundable": "Vratné",
|
|
765
|
+
"items-to-return-form-items-to-claim": "Položky k reklamaci",
|
|
766
|
+
"items-to-return-form-items-to-return": "Položky k vrácení",
|
|
767
|
+
"items-to-return-form-product": "Produkt",
|
|
768
|
+
"items-to-return-form-quantity": "Množství",
|
|
769
|
+
"items-to-return-form-refundable": "Vratné",
|
|
770
|
+
"items-to-send-form-add-products": "Přidat produkty",
|
|
771
|
+
"items-to-send-form-items-to-send": "Položky k odeslání",
|
|
772
|
+
"items-to-send-form-price": "Cena",
|
|
773
|
+
"items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cena byla nadefinována v ceníku, který se vztahuje na tuto objednávku.",
|
|
774
|
+
"items-to-send-form-product": "Produkt",
|
|
775
|
+
"items-to-send-form-quantity": "Množství",
|
|
776
|
+
"location-card-confirm-delete": "Určitě chcete toto umístění odstranit. Tím se odstraní také všechny úrovně zásob a rezervace spojené s tímto místem.",
|
|
777
|
+
"location-card-connected-sales-channels": "Propojené prodejní kanály",
|
|
778
|
+
"location-card-delete": "Odstranit",
|
|
779
|
+
"location-card-delete-location": "Odstranit umístění",
|
|
780
|
+
"location-card-edit-details": "Upravit podrobnosti",
|
|
781
|
+
"location-card-error": "Chyba",
|
|
782
|
+
"location-card-location-deleted-successfully": "Umístění úspěšně odstraněno",
|
|
783
|
+
"location-card-success": "Úspěšně uloženo",
|
|
784
|
+
"login-card-email": "E-mail",
|
|
785
|
+
"login-card-forgot-your-password": "Zapomněli jste heslo?",
|
|
786
|
+
"login-card-log-in-to-medusa": "Přihlášení k Medusa",
|
|
787
|
+
"login-card-no-match": "Tato pověření neodpovídají našim záznamům.",
|
|
788
|
+
"login-card-password": "Heslo",
|
|
789
|
+
"manage-back-to-gift-cards": "Zpět na dárkové karty",
|
|
790
|
+
"mark-shipped-add-additional-tracking-number": "+ Přidat další sledovací číslo",
|
|
791
|
+
"mark-shipped-cancel": "Zrušit",
|
|
792
|
+
"mark-shipped-complete": "Kompletní",
|
|
793
|
+
"mark-shipped-error": "Chyba",
|
|
794
|
+
"mark-shipped-mark-fulfillment-shipped": "Označení Plnění odesláno",
|
|
795
|
+
"mark-shipped-send-notifications": "Odesílání oznámení",
|
|
796
|
+
"mark-shipped-success": "Úspěšně označeno jako \"odeslané\"",
|
|
797
|
+
"mark-shipped-successfully-marked-claim-as-shipped": "Úspěšně označil reklamaci jako odeslanou",
|
|
798
|
+
"mark-shipped-successfully-marked-order-as-shipped": "Úspěšně označil objednávku jako odeslanou",
|
|
799
|
+
"mark-shipped-successfully-marked-swap-as-shipped": "Úspěšně označená výměna jako odeslaná",
|
|
800
|
+
"mark-shipped-tracking": "Sledování",
|
|
801
|
+
"mark-shipped-tracking-number": "Sledovací číslo...",
|
|
802
|
+
"mark-shipped-tracking-number-label": "Sledovací číslo",
|
|
803
|
+
"metadata-add-metadata": "Přidání metadat",
|
|
804
|
+
"modals-active": "Aktivní",
|
|
805
|
+
"modals-add-and-close": "Přidat a zavřít",
|
|
806
|
+
"modals-add-and-go-back": "Přidat a vrátit se zpět",
|
|
807
|
+
"modals-add-category": "Přidat kategorii",
|
|
808
|
+
"modals-add-category-to": "Přidat kategorii do {{name}}",
|
|
809
|
+
"modals-add-channels": "Přidání kanálů",
|
|
810
|
+
"modals-add-sales-channels": "Přidání prodejních kanálů",
|
|
811
|
+
"modals-cancel": "Zrušit",
|
|
812
|
+
"modals-close": "Zavřít",
|
|
813
|
+
"modals-custom-handle": "Vlastní podadresa",
|
|
814
|
+
"modals-description": "Popis",
|
|
815
|
+
"modals-deselect": "Zrušení výběru",
|
|
816
|
+
"modals-details": "Podrobnosti na",
|
|
817
|
+
"modals-edit-api-key-details": "Úprava údajů o klíči API",
|
|
818
|
+
"modals-edit-product-category": "Upravit kategorii produktu",
|
|
819
|
+
"modals-edit-sales-channels": "Úprava prodejních kanálů",
|
|
820
|
+
"modals-error": "Chyba",
|
|
821
|
+
"modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Při přidávání prodejních kanálů do oboru klíče došlo k chybě.",
|
|
822
|
+
"modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Při odstraňování prodejních kanálů z rozsahu klíče došlo k chybě.",
|
|
823
|
+
"modals-failed-to-create-a-new-category": "Nepodařilo se vytvořit novou kategorii",
|
|
824
|
+
"modals-failed-to-update-the-api-key": "Nepodařilo se aktualizovat klíč API",
|
|
825
|
+
"modals-failed-to-update-the-category": "Nepodařilo se aktualizovat kategorii",
|
|
826
|
+
"modals-find-channels": "Vyhledávání kanálů",
|
|
827
|
+
"modals-give-this-category-a-description": "Popište tuto kategorii",
|
|
828
|
+
"modals-give-this-category-a-name": "Pojmenujte tuto kategorii",
|
|
829
|
+
"modals-handle": "Podadresa",
|
|
830
|
+
"modals-inactive": "Neaktivní",
|
|
831
|
+
"modals-name": "Název",
|
|
832
|
+
"modals-name-your-key": "Pojmenujte klíč",
|
|
833
|
+
"modals-private": "Soukromé",
|
|
834
|
+
"modals-public": "Veřejnost",
|
|
835
|
+
"modals-remove": "Odstranění adresy",
|
|
836
|
+
"modals-sales-channels-added-to-the-scope": "Prodejní kanály přidané do oblasti působnosti",
|
|
837
|
+
"modals-sales-channels-removed-from-the-scope": "Prodejní kanály vyjmuté z oblasti působnosti",
|
|
838
|
+
"modals-save-and-close": "Uložit a zavřít",
|
|
839
|
+
"modals-save-category": "Uložit kategorii",
|
|
840
|
+
"modals-status": "Stav",
|
|
841
|
+
"modals-success": "Úspěšně dokončeno",
|
|
842
|
+
"modals-successfully-created-a-category": "Úspěšně vytvořená kategorie",
|
|
843
|
+
"modals-successfully-updated-the-category": "Úspěšná aktualizace kategorie",
|
|
844
|
+
"modals-title": "Název",
|
|
845
|
+
"modals-updated-the-api-key": "Aktualizace klíče API",
|
|
846
|
+
"modals-visibility": "Viditelnost",
|
|
847
|
+
"multiselect-choose-categories": "Vyberte kategorie",
|
|
848
|
+
"new-add-images-to-your-product": "Přidejte k produktu obrázky.",
|
|
849
|
+
"new-add-location": "Přidat umístění",
|
|
850
|
+
"new-add-new-location": "Přidání nového umístění",
|
|
851
|
+
"new-add-the-region-details": "Přidejte podrobnosti o regionu.",
|
|
852
|
+
"new-add-variations-of-this-product": "Přidejte varianty tohoto produktu.",
|
|
853
|
+
"new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Doplňte, kteří poskytovatelé plnění a plateb by měli být v tomto regionu k dispozici.",
|
|
854
|
+
"new-cancel": "Zrušit",
|
|
855
|
+
"new-cancel-location-changes": "Jste si jisti, že chcete zrušit neuložené změny?",
|
|
856
|
+
"new-change-availablity": "Změna dostupnosti",
|
|
857
|
+
"new-create-draft-order": "Vytvořit koncept objednávky",
|
|
858
|
+
"new-create-region": "Vytvořit oblast",
|
|
859
|
+
"new-customs": "Celní úřad",
|
|
860
|
+
"new-details": "Podrobnosti na",
|
|
861
|
+
"new-dimensions": "Rozměry",
|
|
862
|
+
"new-error": "Chyba",
|
|
863
|
+
"new-general-information": "Obecné informace",
|
|
864
|
+
"new-general-information-title": "Obecné informace",
|
|
865
|
+
"new-location-added-successfully": "Umístění bylo úspěšně přidáno",
|
|
866
|
+
"new-location-created": "Umístění bylo úspěšně vytvořeno, ale došlo k chybě při přiřazování prodejních kanálů.",
|
|
867
|
+
"new-location-details": "Uveďte podrobnosti o tomto umístění",
|
|
868
|
+
"new-media": "Média",
|
|
869
|
+
"new-metadata": "Metadata",
|
|
870
|
+
"new-no-continue-creating": "Ne, pokračujte v tvorbě",
|
|
871
|
+
"new-no-file-service-configured": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce",
|
|
872
|
+
"new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Nabídněte svým zákazníkům různé možnosti barev, formátů, velikostí, tvarů atd.",
|
|
873
|
+
"new-order-created": "Vytvořená objednávka",
|
|
874
|
+
"new-organize-product": "Uspořádat produkt",
|
|
875
|
+
"new-providers": "Poskytovatelé",
|
|
876
|
+
"new-publish-product": "Zveřejnit produkt",
|
|
877
|
+
"new-region-created": "Vytvořená oblast",
|
|
878
|
+
"new-reserve-item": "Rezervní položka",
|
|
879
|
+
"new-sales-channels": "Prodejní kanály",
|
|
880
|
+
"new-save-as-draft": "Uložit jako koncept",
|
|
881
|
+
"new-save-reservation": "Uložit rezervaci",
|
|
882
|
+
"new-select-location-channel": "Určete, prostřednictvím kterých prodejních kanálů lze zakoupit položky tohoto umístění.",
|
|
883
|
+
"new-something-went-wrong-while-trying-to-upload-images": "Při pokusu o nahrání obrázků se něco pokazilo.",
|
|
884
|
+
"new-success": "Úspěšně vytvořeno",
|
|
885
|
+
"new-successfully-created-reservation": "Úspěšně vytvořená rezervace",
|
|
886
|
+
"new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Tento produkt bude k dispozici pouze ve výchozím prodejním kanálu, pokud nebude změněn.",
|
|
887
|
+
"new-to-start-selling-all-you-need-is-a-name-and-a-price": "Chcete-li začít prodávat, potřebujete pouze název a cenu.",
|
|
888
|
+
"new-upload-thumbnail-error": "Při pokusu o nahrání miniatury se něco pokazilo.",
|
|
889
|
+
"new-used-for-shipping-and-customs-purposes": "Používá se pro přepravní a celní účely.",
|
|
890
|
+
"new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Slouží k reprezentaci vašeho produktu při placení, sdílení na sociálních sítích a dalším účelům.",
|
|
891
|
+
"new-variant-a-variant-with-these-options-already-exists": "Varianta s těmito možnostmi již existuje.",
|
|
892
|
+
"new-variant-are-you-sure-you-want-to-delete-this-variant": "Opravdu chcete tuto variantu odstranit?",
|
|
893
|
+
"new-variant-cancel": "Zrušit",
|
|
894
|
+
"new-variant-delete": "Odstranit",
|
|
895
|
+
"new-variant-delete-variant": "Odstranit variantu",
|
|
896
|
+
"new-variant-edit": "Upravit",
|
|
897
|
+
"new-variant-edit-variant": "Upravit variantu",
|
|
898
|
+
"new-variant-save-and-close": "Uložit a zavřít",
|
|
899
|
+
"new-yes-cancel": "Ano, zrušit",
|
|
900
|
+
"oauth-complete-installation": "Kompletní instalace",
|
|
901
|
+
"on-mark-as-paid-confirm-order-id": "Objednávka #{{display_id}}",
|
|
902
|
+
"order-details-display-id": "order #{{display_id}}",
|
|
903
|
+
"order-filter-dropdown-date": "Datum",
|
|
904
|
+
"order-filter-dropdown-filters": "Filtry",
|
|
905
|
+
"order-filter-dropdown-fulfillment-status": "Stav plnění",
|
|
906
|
+
"order-filter-dropdown-payment-status": "Stav platby",
|
|
907
|
+
"order-filter-dropdown-regions": "Regiony",
|
|
908
|
+
"order-filter-dropdown-sales-channel": "Prodejní kanál",
|
|
909
|
+
"order-filter-dropdown-status": "Stav",
|
|
910
|
+
"order-line-cannot-duplicate-an-item-without-a-variant": "Nelze duplikovat položku bez varianty",
|
|
911
|
+
"order-line-duplicate-item": "Duplicitní položka",
|
|
912
|
+
"order-line-error": "Chyba",
|
|
913
|
+
"order-line-failed-to-duplicate-item": "Nepodařilo se duplikovat položku",
|
|
914
|
+
"order-line-failed-to-remove-item": "Nepodařilo se odstranit položku",
|
|
915
|
+
"order-line-failed-to-replace-the-item": "Nepodařilo se vyměnit položku",
|
|
916
|
+
"order-line-item-added": "Přidaná položka",
|
|
917
|
+
"order-line-item-removed": "Odstraněná položka",
|
|
918
|
+
"order-line-line-item-cannot-be-edited": "Tato položka je součástí plnění a nelze ji upravovat. Chcete-li položku upravit, zrušte plnění.",
|
|
919
|
+
"order-line-modified": "Upraveno",
|
|
920
|
+
"order-line-new": "Nový",
|
|
921
|
+
"order-line-remove-item": "Odebrat položku",
|
|
922
|
+
"order-line-replace-product-variants": "Nahradit varianty produktu",
|
|
923
|
+
"order-line-replace-with-other-item": "Nahradit jinou položkou",
|
|
924
|
+
"order-line-success": "Úspěšně dokončeno",
|
|
925
|
+
"order-line-warning": "Varování",
|
|
926
|
+
"order-table-awaiting": "Čeká se na",
|
|
927
|
+
"order-table-canceled": "Zrušeno",
|
|
928
|
+
"order-table-customer": "Zákazník",
|
|
929
|
+
"order-table-date-added": "Datum přidání",
|
|
930
|
+
"order-table-filters-complete": "Kompletní",
|
|
931
|
+
"order-table-filters-incomplete": "Neúplné",
|
|
932
|
+
"order-table-fulfillment": "Plnění",
|
|
933
|
+
"order-table-n-a": "NEUPLATŇUJE SE",
|
|
934
|
+
"order-table-order": "Objednávka",
|
|
935
|
+
"order-table-paid": "Placené",
|
|
936
|
+
"order-table-payment-status": "Stav platby",
|
|
937
|
+
"order-table-requires-action": "Vyžaduje akci",
|
|
938
|
+
"order-table-sales-channel": "Prodejní kanál",
|
|
939
|
+
"order-table-total": "Celkem",
|
|
940
|
+
"orders-error": "Chyba",
|
|
941
|
+
"orders-export-orders": "Objednávky na vývoz",
|
|
942
|
+
"orders-success": "Úspěšně dokončeno",
|
|
943
|
+
"orders-successfully-initiated-export": "Úspěšně zahájený export",
|
|
944
|
+
"organisms-are-you-sure-you-want-to-delete": "Jste si jisti, že chcete odstranit?",
|
|
945
|
+
"organisms-delete-successful": "Úspěšně smazat",
|
|
946
|
+
"organisms-no-cancel": "Ne, zrušit",
|
|
947
|
+
"organisms-success": "Úspěšně dokončeno",
|
|
948
|
+
"organisms-yes-remove": "Ano, odstraňte",
|
|
949
|
+
"overview-error": "Chyba",
|
|
950
|
+
"overview-export-products": "Vývozní produkty",
|
|
951
|
+
"overview-import-products": "Dovozní produkty",
|
|
952
|
+
"overview-new-collection": "Nová kolekce",
|
|
953
|
+
"overview-new-product": "Nový produkt",
|
|
954
|
+
"overview-success": "Úspěšně dokončeno",
|
|
955
|
+
"overview-successfully-created-collection": "Úspěšně vytvořená kolekce",
|
|
956
|
+
"overview-successfully-initiated-export": "Úspěšně zahájený export",
|
|
957
|
+
"pages-add-category": "Přidat kategorii",
|
|
958
|
+
"pages-add-products": "Přidat produkty",
|
|
959
|
+
"pages-add-sales-channels": "Přidání prodejních kanálů",
|
|
960
|
+
"pages-back-to-settings": "Zpět na nastavení",
|
|
961
|
+
"pages-confirm-delete-sales-channel": "Opravdu chcete tento prodejní kanál odstranit? Nastavení, které jste provedli, navždy zmizí.",
|
|
962
|
+
"pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Připojte ke svému klíči API tolik prodejních kanálů, kolik potřebujete.",
|
|
963
|
+
"pages-control-which-products-are-available-in-which-channels": "Řídit, které produkty jsou dostupné v jakých kanálech",
|
|
964
|
+
"pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Vytváření a správa klíčů API. Nyní se to týká pouze prodejních kanálů.",
|
|
965
|
+
"pages-create-api-key": "Vytvořit API klíč",
|
|
966
|
+
"pages-create-api-key-label": "Vytvořit API klíč",
|
|
967
|
+
"pages-created-a-new-api-key": "Vytvořit nový API klíč",
|
|
968
|
+
"pages-delete-channel": "Odstranit kanál",
|
|
969
|
+
"pages-delete-channel-heading": "Odstranit kanál",
|
|
970
|
+
"pages-disabled": "Vypnuto",
|
|
971
|
+
"pages-draft": "Koncept",
|
|
972
|
+
"pages-edit-general-info": "Upravit obecné informace",
|
|
973
|
+
"pages-edit-sales-channels": "Úprava prodejních kanálů",
|
|
974
|
+
"pages-enabled": "Povoleno",
|
|
975
|
+
"pages-error": "Chyba",
|
|
976
|
+
"pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Při přidávání prodejních kanálů do oboru klíče došlo k chybě.",
|
|
977
|
+
"pages-failed-to-create-a-new-api-key": "Nepodařilo se vytvořit nový klíč API",
|
|
978
|
+
"pages-helps-you-to-keep-your-products-organized": "Pomáhá vám udržovat pořádek v produktech.",
|
|
979
|
+
"pages-no-product-categories-yet": "Zatím nemáte žádné kategorie produktů, pro vytvoření první kategorie použijte výše uvedené tlačítko.",
|
|
980
|
+
"pages-product-categories": "Kategorie produktů",
|
|
981
|
+
"pages-publish-api-key": "Zveřejnění klíče API",
|
|
982
|
+
"pages-publishable-api-keys": "Publikovatelné klíče API",
|
|
983
|
+
"pages-sales-channels": "Prodejní kanály",
|
|
984
|
+
"pages-sales-channels-added-to-the-scope": "Prodejní kanály přidané do oblasti působnosti",
|
|
985
|
+
"pages-search-by-title-or-description": "Vyhledávání podle názvu nebo popisu",
|
|
986
|
+
"pages-success": "Úspěšně dokončeno",
|
|
987
|
+
"pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Tyto publikovatelné klíče vám umožní ověřovat požadavky API.",
|
|
988
|
+
"personal-information-back-to-settings": "Zpět do nastavení",
|
|
989
|
+
"personal-information-language-settings-description": "Nastavení jazyka Medusa Admin",
|
|
990
|
+
"personal-information-language-settings-help-us-translate": "Pomozte nám překládat",
|
|
991
|
+
"personal-information-language-settings-title": "Jazyk",
|
|
992
|
+
"personal-information-manage-your-medusa-profile": "Správa profilu Medusa",
|
|
993
|
+
"personal-information-personal-information": "Osobní údaje",
|
|
994
|
+
"personal-information-usage-insights-title": "Poznatky o používání",
|
|
995
|
+
"price-list-add-products-modal-back-button": "Zpět",
|
|
996
|
+
"price-list-add-products-modal-back-button-cancel": "Zrušit",
|
|
997
|
+
"price-list-add-products-modal-error": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
998
|
+
"price-list-add-products-modal-error-title": "Došlo k chybě",
|
|
999
|
+
"price-list-add-products-modal-missing-prices-description": "Ceny nebyly přiřazeny všem vybraným produktům. Chcete pokračovat?",
|
|
1000
|
+
"price-list-add-products-modal-missing-prices-title": "Neúplný ceník",
|
|
1001
|
+
"price-list-add-products-modal-next-button-continue": "Pokračovat",
|
|
1002
|
+
"price-list-add-products-modal-next-button-continue-save-prices": "Uložit ceny",
|
|
1003
|
+
"price-list-add-products-modal-next-button-submit-and-close": "Odeslání a uzavření",
|
|
1004
|
+
"price-list-add-products-modal-no-prices-error": "Přiřaďte prosím ceny alespoň jednoho výrobku.",
|
|
1005
|
+
"price-list-add-products-modal-prices-tab": "Upravit ceny",
|
|
1006
|
+
"price-list-add-products-modal-products-tab": "Výběr produktů",
|
|
1007
|
+
"price-list-add-products-modal-success-message": "Do ceníku byly přidány nové ceny.",
|
|
1008
|
+
"price-list-add-products-modal-success-title": "Přidány nové ceny",
|
|
1009
|
+
"price-list-details-drawer-cancel-button": "Zrušit",
|
|
1010
|
+
"price-list-details-drawer-notification-error-title": "Došlo k chybě",
|
|
1011
|
+
"price-list-details-drawer-notification-success-message": "Úspěšně aktualizovaný ceník",
|
|
1012
|
+
"price-list-details-drawer-prompt-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?",
|
|
1013
|
+
"price-list-details-drawer-prompt-title": "Jste si jistý?",
|
|
1014
|
+
"price-list-details-drawer-save-button": "Uložit",
|
|
1015
|
+
"price-list-details-drawer-title": "Upravit podrobnosti ceníku",
|
|
1016
|
+
"price-list-details-form-customer-groups-content-heading": "Skupiny zákazníků",
|
|
1017
|
+
"price-list-details-form-customer-groups-description": "Určete, pro které skupiny zákazníků se má přepis cen použít.",
|
|
1018
|
+
"price-list-details-form-customer-groups-error": "Při načítání skupin zákazníků došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1019
|
+
"price-list-details-form-customer-groups-heading": "Dostupnost pro zákazníky",
|
|
1020
|
+
"price-list-details-form-customer-groups-members": "Členové",
|
|
1021
|
+
"price-list-details-form-customer-groups-name": "Název",
|
|
1022
|
+
"price-list-details-form-customer-groups-no-groups": "Nebyly nalezeny žádné skupiny zákazníků.",
|
|
1023
|
+
"price-list-details-form-customer-groups-search-placeholder": "Vyhledávání",
|
|
1024
|
+
"price-list-details-form-dates-starts-at-description": "Naplánujte aktivaci přepisů cen v budoucnu.",
|
|
1025
|
+
"price-list-details-form-dates-starts-at-heading": "Ceník má datum zahájení?",
|
|
1026
|
+
"price-list-details-form-dates-starts-at-label": "Datum zahájení",
|
|
1027
|
+
"price-list-details-form-ends-at-description": "Naplánujte deaktivaci přepisů cen v budoucnu.",
|
|
1028
|
+
"price-list-details-form-ends-at-heading": "Ceník má datum platnosti?",
|
|
1029
|
+
"price-list-details-form-ends-at-label": "Datum vypršení platnosti",
|
|
1030
|
+
"price-list-details-form-general-description": "Zvolte název a popis ceníku.",
|
|
1031
|
+
"price-list-details-form-general-description-label": "Popis",
|
|
1032
|
+
"price-list-details-form-general-description-placeholder": "Ceny v rámci výprodeje na černý pátek...",
|
|
1033
|
+
"price-list-details-form-general-heading": "Obecné",
|
|
1034
|
+
"price-list-details-form-general-name-label": "Název",
|
|
1035
|
+
"price-list-details-form-general-name-placeholder": "Výprodej na černý pátek",
|
|
1036
|
+
"price-list-details-form-tax-inclusive-hint": "Zvolte, aby všechny ceny v tomto seznamu zahrnovaly daň.",
|
|
1037
|
+
"price-list-details-form-tax-inclusive-label": "Ceny včetně daně",
|
|
1038
|
+
"price-list-details-form-type-description": "Vyberte typ ceníku, který chcete vytvořit.",
|
|
1039
|
+
"price-list-details-form-type-heading": "Typ",
|
|
1040
|
+
"price-list-details-form-type-hint-override": "Tuto možnost použijte, pokud přepisujete ceny.",
|
|
1041
|
+
"price-list-details-form-type-hint-sale": "Tuto možnost použijte, pokud vytváříte prodej.",
|
|
1042
|
+
"price-list-details-form-type-label-override": "Přepsat",
|
|
1043
|
+
"price-list-details-form-type-label-sale": "Prodej",
|
|
1044
|
+
"price-list-details-menu-item-delete": "Odstranit",
|
|
1045
|
+
"price-list-details-menu-item-edit": "Upravit podrobnosti",
|
|
1046
|
+
"price-list-details-notification-succes-title": "Aktualizace ceníku",
|
|
1047
|
+
"price-list-details-section-customer-groups": "Skupiny zákazníků",
|
|
1048
|
+
"price-list-details-section-delete-notification-error-title": "Nepodařilo se odstranit ceník",
|
|
1049
|
+
"price-list-details-section-delete-notification-success-message": "Ceník \"{{name}}\" byl úspěšně smazán",
|
|
1050
|
+
"price-list-details-section-delete-notification-success-title": "Úspěšně odstraněn ceník",
|
|
1051
|
+
"price-list-details-section-last-edited": "Naposledy upraveno",
|
|
1052
|
+
"price-list-details-section-number-of-prices": "Ceny",
|
|
1053
|
+
"price-list-details-section-prompt-cancel-text": "Zrušit",
|
|
1054
|
+
"price-list-details-section-prompt-confirm-text": "Odstranit",
|
|
1055
|
+
"price-list-details-section-prompt-description": "Opravdu chcete smazat ceník \"{{name}}\"?",
|
|
1056
|
+
"price-list-details-section-prompt-title": "Smazat ceník",
|
|
1057
|
+
"price-list-details-section-status-active": "Aktivní",
|
|
1058
|
+
"price-list-details-section-status-menu-draft": "Koncept",
|
|
1059
|
+
"price-list-details-section-status-menu-expired": "Vypršela platnost",
|
|
1060
|
+
"price-list-details-section-status-menu-item-activate": "Aktivace",
|
|
1061
|
+
"price-list-details-section-status-menu-item-draft": "Koncept",
|
|
1062
|
+
"price-list-details-section-status-menu-notification-error-title": "Nepodařilo se aktualizovat stav ceníku",
|
|
1063
|
+
"price-list-details-section-status-menu-notification-success-message": "Stav ceníku byl úspěšně aktualizován na {{status}}.",
|
|
1064
|
+
"price-list-details-section-status-menu-notification-success-title": "Úspěšně aktualizovaný stav ceníku",
|
|
1065
|
+
"price-list-details-section-status-menu-scheduled": "Plánované",
|
|
1066
|
+
"price-list-edit-error": "Při načítání ceníku došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1067
|
+
"price-list-edit-prices-modal-back-button-back": "Zpět",
|
|
1068
|
+
"price-list-edit-prices-modal-back-button-cancel": "Zrušit",
|
|
1069
|
+
"price-list-edit-prices-modal-error-loading": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1070
|
+
"price-list-edit-prices-modal-next-button-save": "Uložit ceny",
|
|
1071
|
+
"price-list-edit-prices-modal-next-button-save-and-close": "Uložit a zavřít",
|
|
1072
|
+
"price-list-edit-prices-modal-notification-remove-error-description": "Některé ceny nebyly správně aktualizovány. Zkuste to znovu.",
|
|
1073
|
+
"price-list-edit-prices-modal-notification-remove-error-title": "Došlo k chybě",
|
|
1074
|
+
"price-list-edit-prices-modal-notification-update-error": "Došlo k chybě",
|
|
1075
|
+
"price-list-edit-prices-modal-notification-update-success-description": "Úspěšně aktualizované ceny",
|
|
1076
|
+
"price-list-edit-prices-modal-notification-update-success-title": "Aktualizované ceny",
|
|
1077
|
+
"price-list-edit-prices-modal-overview-tab": "Upravit ceny",
|
|
1078
|
+
"price-list-edit-prices-modal-prompt-back-description": "Máte neuložené změny, určitě se chcete vrátit zpět?",
|
|
1079
|
+
"price-list-edit-prices-modal-prompt-exit-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?",
|
|
1080
|
+
"price-list-edit-prices-modal-prompt-title": "Neuložené změny",
|
|
1081
|
+
"price-list-new-form-back-button-back": "Zpět",
|
|
1082
|
+
"price-list-new-form-back-button-cancel": "Zrušit",
|
|
1083
|
+
"price-list-new-form-details-tab": "Vytvořit ceník",
|
|
1084
|
+
"price-list-new-form-error-loading-products": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1085
|
+
"price-list-new-form-missing-prices-title": "Neúplný ceník",
|
|
1086
|
+
"price-list-new-form-next-button-continue": "Pokračovat",
|
|
1087
|
+
"price-list-new-form-next-button-save": "Uložit ceny",
|
|
1088
|
+
"price-list-new-form-next-button-save-and-publish": "Uložit a publikovat",
|
|
1089
|
+
"price-list-new-form-no-prices-error": "Nastavte prosím ceny alespoň jednoho produktu.",
|
|
1090
|
+
"price-list-new-form-notification-error-title": "Došlo k chybě",
|
|
1091
|
+
"price-list-new-form-notification-success-message": "Úspěšně vytvořený ceník",
|
|
1092
|
+
"price-list-new-form-notification-success-title": "Vytvořený ceník",
|
|
1093
|
+
"price-list-new-form-prices-tab": "Upravit ceny",
|
|
1094
|
+
"price-list-new-form-products-tab": "Výběr produktů",
|
|
1095
|
+
"price-list-new-form-prompt-back-description": "Máte neuložené změny, určitě se chcete vrátit zpět?",
|
|
1096
|
+
"price-list-new-form-prompt-exit-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?",
|
|
1097
|
+
"price-list-new-form-prompt-title": "Jste si jistý?",
|
|
1098
|
+
"price-list-new-form-save-as-draft": "Uložit jako koncept",
|
|
1099
|
+
"price-list-new-products-modal-missing-prices-description": "Ceny nebyly přiřazeny všem vybraným produktům. Chcete pokračovat?",
|
|
1100
|
+
"price-list-prices-form-add-prices-button": "Přidat ceny",
|
|
1101
|
+
"price-list-prices-form-heading": "Upravit ceny",
|
|
1102
|
+
"price-list-prices-form-prices": "Ceny",
|
|
1103
|
+
"price-list-prices-form-prices-count_one": "{{count}} ceny",
|
|
1104
|
+
"price-list-prices-form-prices-count_other": "{{count}} ceny",
|
|
1105
|
+
"price-list-prices-form-prices-variant-count_one": "{{count}} varianty",
|
|
1106
|
+
"price-list-prices-form-prices-variant-count_other": "{{count}} varianty",
|
|
1107
|
+
"price-list-prices-form-products-error": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1108
|
+
"price-list-prices-form-sku": "SKU",
|
|
1109
|
+
"price-list-prices-form-variant": "Varianta",
|
|
1110
|
+
"price-list-prices-section-bar-count_one": "{{count}} vybráno",
|
|
1111
|
+
"price-list-prices-section-bar-count_other": "{{count}} vybráno",
|
|
1112
|
+
"price-list-prices-section-delete-command": "Odstranit",
|
|
1113
|
+
"price-list-prices-section-delete-error-title": "Došlo k chybě",
|
|
1114
|
+
"price-list-prices-section-delete-success-description_one": "Úspěšně odstraněny ceny pro {{count}} produkty",
|
|
1115
|
+
"price-list-prices-section-delete-success-description_other": "Úspěšně odstraněny ceny pro {{count}} produkty",
|
|
1116
|
+
"price-list-prices-section-edit-command": "Upravit",
|
|
1117
|
+
"price-list-prices-section-heading": "Ceny",
|
|
1118
|
+
"price-list-prices-section-prices-menu-add": "Přidat produkty",
|
|
1119
|
+
"price-list-prices-section-prices-menu-edit": "Upravit ceny",
|
|
1120
|
+
"price-list-prices-section-prompt-description": "Tím se ceny produktů trvale odstraní ze seznamu.",
|
|
1121
|
+
"price-list-prices-section-prompt-title": "Jste si jistý?",
|
|
1122
|
+
"price-list-prices-section-search-placeholder": "Vyhledávání produktů",
|
|
1123
|
+
"price-list-prices-section-select-all-checkbox-label": "Vybrat všechny produkty na aktuální stránce",
|
|
1124
|
+
"price-list-prices-section-select-checkbox-label": "Vybrat řádek",
|
|
1125
|
+
"price-list-prices-section-table-collection": "Kolekce",
|
|
1126
|
+
"price-list-prices-section-table-load-error": "Při načítání produktů došlo k chybě. Zkuste stránku načíst znovu, nebo pokud problém přetrvává, zkuste to později.",
|
|
1127
|
+
"price-list-prices-section-table-product": "Produkt",
|
|
1128
|
+
"price-list-prices-section-table-thumbnail-alt": "{{title}} miniatura",
|
|
1129
|
+
"price-list-prices-section-table-variants": "Varianty",
|
|
1130
|
+
"price-list-prices-secton-delete-success-title": "Ceny smazány",
|
|
1131
|
+
"price-list-product-filter-created-at": "Vytvořeno v",
|
|
1132
|
+
"price-list-product-filter-updated-at": "Aktualizováno na",
|
|
1133
|
+
"price-list-product-prices-form-column-currencies-price-label": "Cena {{code}}",
|
|
1134
|
+
"price-list-product-prices-form-column-product-label": "Produkt",
|
|
1135
|
+
"price-list-product-prices-form-column-regions-price-label": "Cena {{name}} ({{code}})",
|
|
1136
|
+
"price-list-product-prices-form-column-visibility-button": "Zobrazit",
|
|
1137
|
+
"price-list-product-prices-form-column-visibility-currencies-label": "Měny",
|
|
1138
|
+
"price-list-product-prices-form-column-visibility-regions-label": "Regiony",
|
|
1139
|
+
"price-list-product-prices-form-invalid-data-body": "Vložená data obsahují hodnoty, které nejsou čísly.",
|
|
1140
|
+
"price-list-product-prices-form-invalid-data-title": "Neplatné údaje",
|
|
1141
|
+
"price-list-products-form-collection-label": "Kolekce",
|
|
1142
|
+
"price-list-products-form-error": "Při načítání produktů došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.",
|
|
1143
|
+
"price-list-products-form-heading": "Výběr produktů",
|
|
1144
|
+
"price-list-products-form-inventory-label": "Inventura",
|
|
1145
|
+
"price-list-products-form-inventory-value": "{{totalStock}} na skladě ve všech variantách {{variant}}",
|
|
1146
|
+
"price-list-products-form-loading": "Nakládání produktů",
|
|
1147
|
+
"price-list-products-form-no-products": "Nebyly nalezeny žádné produkty.",
|
|
1148
|
+
"price-list-products-form-product-label": "Produkt",
|
|
1149
|
+
"price-list-products-form-product-thumbnail": "{{title}} miniatura",
|
|
1150
|
+
"price-list-products-form-sales-channels-label": "Dostupnost",
|
|
1151
|
+
"price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} více",
|
|
1152
|
+
"price-list-products-form-search-placeholder": "Vyhledávání",
|
|
1153
|
+
"price-list-products-form-select-all": "Vybrat všechny produkty na aktuální stránce",
|
|
1154
|
+
"price-list-products-form-select-row": "Vybrat řádek",
|
|
1155
|
+
"price-list-products-form-status-label": "Stav",
|
|
1156
|
+
"price-list-table-confirm-delete": "Opravdu chcete tento ceník smazat?",
|
|
1157
|
+
"price-list-table-delete": "Odstranit",
|
|
1158
|
+
"price-list-table-delete-price-list": "Odstranění ceníku",
|
|
1159
|
+
"price-list-table-description": "Popis",
|
|
1160
|
+
"price-list-table-error": "Chyba",
|
|
1161
|
+
"price-list-table-filters": "Filtry",
|
|
1162
|
+
"price-list-table-groups": "Skupiny",
|
|
1163
|
+
"price-list-table-name": "Název",
|
|
1164
|
+
"price-list-table-other-more": "+ {{other}} více",
|
|
1165
|
+
"price-list-table-price-lists": "Ceníky",
|
|
1166
|
+
"price-list-table-publish": "Zveřejnit",
|
|
1167
|
+
"price-list-table-status": "Stav",
|
|
1168
|
+
"price-list-table-success": "Úspěšně dokončeno",
|
|
1169
|
+
"price-list-table-successfully-copied-price-list": "Úspěšně zkopírovaný ceník",
|
|
1170
|
+
"price-list-table-successfully-deleted-the-price-list": "Úspěšně odstraněn ceník",
|
|
1171
|
+
"price-list-table-successfully-published-price-list": "Úspěšně zveřejněný ceník",
|
|
1172
|
+
"price-list-table-successfully-unpublished-price-list": "Úspěšně nezveřejněný ceník",
|
|
1173
|
+
"price-list-table-type": "Typ",
|
|
1174
|
+
"price-list-table-unpublish": "Zrušení publikování",
|
|
1175
|
+
"price-overrides-apply-on-all-variants": "Platí pro všechny varianty",
|
|
1176
|
+
"price-overrides-apply-overrides-on-selected-variants": "Použití přepisů na vybrané varianty",
|
|
1177
|
+
"price-overrides-cancel": "Zrušit",
|
|
1178
|
+
"price-overrides-prices": "Ceny",
|
|
1179
|
+
"price-overrides-save-and-close": "Uložit a zavřít",
|
|
1180
|
+
"price-overrides-show-regions": "Zobrazit regiony",
|
|
1181
|
+
"product-attributes-section-cancel": "Zrušit",
|
|
1182
|
+
"product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfigurace pro výpočet nejpřesnějších přepravních sazeb",
|
|
1183
|
+
"product-attributes-section-country-of-origin": "Země původu",
|
|
1184
|
+
"product-attributes-section-customs": "Celní úřad",
|
|
1185
|
+
"product-attributes-section-dimensions": "Rozměry",
|
|
1186
|
+
"product-attributes-section-edit-attributes": "Upravit atributy",
|
|
1187
|
+
"product-attributes-section-height": "Výška",
|
|
1188
|
+
"product-attributes-section-hs-code": "Kód HS",
|
|
1189
|
+
"product-attributes-section-length": "Délka",
|
|
1190
|
+
"product-attributes-section-mid-code": "Kód MID",
|
|
1191
|
+
"product-attributes-section-save": "Uložit",
|
|
1192
|
+
"product-attributes-section-title": "Atributy",
|
|
1193
|
+
"product-attributes-section-weight": "Hmotnost",
|
|
1194
|
+
"product-attributes-section-width": "Šířka",
|
|
1195
|
+
"product-general-section-cancel": "Zrušit",
|
|
1196
|
+
"product-general-section-category": "Kategorie",
|
|
1197
|
+
"product-general-section-collection": "Kolekce",
|
|
1198
|
+
"product-general-section-count_one": "{{count}}",
|
|
1199
|
+
"product-general-section-count_other": "{{count}}",
|
|
1200
|
+
"product-general-section-delete": "Odstranit",
|
|
1201
|
+
"product-general-section-details": "Podrobnosti na",
|
|
1202
|
+
"product-general-section-discountable": "Zvýhodněné",
|
|
1203
|
+
"product-general-section-draft": "Koncept",
|
|
1204
|
+
"product-general-section-edit-general-information": "Upravit obecné informace",
|
|
1205
|
+
"product-general-section-edit-sales-channels": "Úprava prodejních kanálů",
|
|
1206
|
+
"product-general-section-error": "Chyba",
|
|
1207
|
+
"product-general-section-failed-to-update-sales-channels": "Nepodařilo se aktualizovat prodejní kanály",
|
|
1208
|
+
"product-general-section-false": "False",
|
|
1209
|
+
"product-general-section-gift-card": "Dárková karta",
|
|
1210
|
+
"product-general-section-handle": "Podadresa",
|
|
1211
|
+
"product-general-section-metadata": "Metadata",
|
|
1212
|
+
"product-general-section-product": "Produkt",
|
|
1213
|
+
"product-general-section-published": "Zveřejněno na",
|
|
1214
|
+
"product-general-section-sales-channels": "Prodejní kanály",
|
|
1215
|
+
"product-general-section-save": "Uložit",
|
|
1216
|
+
"product-general-section-subtitle": "Podtitul",
|
|
1217
|
+
"product-general-section-success": "Úspěšně dokončeno",
|
|
1218
|
+
"product-general-section-successfully-updated-sales-channels": "Úspěšná aktualizace prodejních kanálů",
|
|
1219
|
+
"product-general-section-true": "Pravda",
|
|
1220
|
+
"product-general-section-type": "Typ",
|
|
1221
|
+
"product-media-section-add-images-to-your-product": "Přidejte k produktu obrázky.",
|
|
1222
|
+
"product-media-section-cancel": "Zrušit",
|
|
1223
|
+
"product-media-section-edit-media": "Upravit média",
|
|
1224
|
+
"product-media-section-error": "Chyba",
|
|
1225
|
+
"product-media-section-file-service-not-configured": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce",
|
|
1226
|
+
"product-media-section-media": "Média",
|
|
1227
|
+
"product-media-section-save-and-close": "Uložit a zavřít",
|
|
1228
|
+
"product-media-section-upload-images-error": "Při pokusu o nahrání obrázků se něco pokazilo.",
|
|
1229
|
+
"product-raw-section-raw-gift-card": "Dárková karta Raw",
|
|
1230
|
+
"product-raw-section-raw-product": "Surový produkt",
|
|
1231
|
+
"product-table-availability": "Dostupnost",
|
|
1232
|
+
"product-table-collection": "Kolekce",
|
|
1233
|
+
"product-table-confirm-delete": "Opravdu chcete tento produkt odstranit?",
|
|
1234
|
+
"product-table-copy-created-a-new-product": "Vytvoření nového produktu",
|
|
1235
|
+
"product-table-copy-error": "Chyba",
|
|
1236
|
+
"product-table-copy-success": "Úspěšně zkopírováno",
|
|
1237
|
+
"product-table-delete": "Odstranit",
|
|
1238
|
+
"product-table-delete-product": "Odstranit produkt",
|
|
1239
|
+
"product-table-draft": "koncept",
|
|
1240
|
+
"product-table-draft-title": "Koncept",
|
|
1241
|
+
"product-table-duplicate": "Duplikát",
|
|
1242
|
+
"product-table-edit": "Upravit",
|
|
1243
|
+
"product-table-error": "Chyba",
|
|
1244
|
+
"product-table-inventory": "Inventura",
|
|
1245
|
+
"product-table-inventory-in-stock-count_one": " skladem pro {{count}} variantu/varianty",
|
|
1246
|
+
"product-table-inventory-in-stock-count_other": " skladem pro {{count}} variantu/varianty",
|
|
1247
|
+
"product-table-name": "Název",
|
|
1248
|
+
"product-table-products": "Produkty",
|
|
1249
|
+
"product-table-proposed": "Navrhované stránky",
|
|
1250
|
+
"product-table-publish": "Zveřejnit",
|
|
1251
|
+
"product-table-published": "zveřejněno",
|
|
1252
|
+
"product-table-published-title": "Zveřejněno na",
|
|
1253
|
+
"product-table-rejected": "Odmítnuto",
|
|
1254
|
+
"product-table-status": "Stav",
|
|
1255
|
+
"product-table-success": "Úspěšně dokončeno",
|
|
1256
|
+
"product-table-successfully-published-product": "Úspěšně publikovaný produkt",
|
|
1257
|
+
"product-table-successfully-unpublished-product": "Úspěšně nepublikovaný produkt",
|
|
1258
|
+
"product-table-unpublish": "Zrušení publikování",
|
|
1259
|
+
"product-thumbnail-section-cancel": "Zrušit",
|
|
1260
|
+
"product-thumbnail-section-edit": "Upravit",
|
|
1261
|
+
"product-thumbnail-section-error": "Chyba",
|
|
1262
|
+
"product-thumbnail-section-save-and-close": "Uložit a zavřít",
|
|
1263
|
+
"product-thumbnail-section-success": "Úspěšně dokončeno",
|
|
1264
|
+
"product-thumbnail-section-successfully-deleted-thumbnail": "Úspěšně odstraněna miniatura",
|
|
1265
|
+
"product-thumbnail-section-thumbnail": "Miniatury",
|
|
1266
|
+
"product-thumbnail-section-upload": "Nahrát",
|
|
1267
|
+
"product-thumbnail-section-upload-thumbnail": "Nahrát miniaturu",
|
|
1268
|
+
"product-thumbnail-section-upload-thumbnail-error": "Při pokusu o nahrání miniatury se něco pokazilo.",
|
|
1269
|
+
"product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Slouží k reprezentaci vašeho produktu při placení, sdílení na sociálních sítích a dalším účelům.",
|
|
1270
|
+
"product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce",
|
|
1271
|
+
"product-types-cancel": "Zrušit",
|
|
1272
|
+
"product-types-save-and-close": "Uložit a zavřít",
|
|
1273
|
+
"product-types-save-and-go-back": "Uložit a vrátit se zpět",
|
|
1274
|
+
"product-types-search": "Vyhledávání...",
|
|
1275
|
+
"product-variant-tree-add-prices": "Přidat ceny",
|
|
1276
|
+
"product-variant-tree-count_one": "{{count}}",
|
|
1277
|
+
"product-variant-tree-count_other": "{{count}}",
|
|
1278
|
+
"product-variants-section-add-an-option": "Přidání možnosti",
|
|
1279
|
+
"product-variants-section-add-variant": "Přidat variantu",
|
|
1280
|
+
"product-variants-section-cancel": "Zrušit",
|
|
1281
|
+
"product-variants-section-confirm-delete": "Opravdu chcete tuto variantu odstranit?",
|
|
1282
|
+
"product-variants-section-delete-variant-heading": "Odstranit variantu",
|
|
1283
|
+
"product-variants-section-delete-variant-label": "Odstranit variantu",
|
|
1284
|
+
"product-variants-section-duplicate-variant": "Duplicitní varianta",
|
|
1285
|
+
"product-variants-section-ean": "EAN",
|
|
1286
|
+
"product-variants-section-edit-options": "Možnosti úprav",
|
|
1287
|
+
"product-variants-section-edit-prices": "Upravit ceny",
|
|
1288
|
+
"product-variants-section-edit-stock-inventory": "Úprava zásob a inventáře",
|
|
1289
|
+
"product-variants-section-edit-variant": "Upravit variantu",
|
|
1290
|
+
"product-variants-section-edit-variants": "Upravit varianty",
|
|
1291
|
+
"product-variants-section-error": "Chyba",
|
|
1292
|
+
"product-variants-section-failed-to-update-product-options": "Nepodařilo se aktualizovat možnosti produktu",
|
|
1293
|
+
"product-variants-section-inventory": "Inventura",
|
|
1294
|
+
"product-variants-section-manage-inventory": "Správa zásob",
|
|
1295
|
+
"product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Poznámka: Odstraněním varianty se odstraní také položky inventáře a úrovně.",
|
|
1296
|
+
"product-variants-section-option-title": "Název možnosti",
|
|
1297
|
+
"product-variants-section-option-title-is-required": "Je vyžadován název možnosti",
|
|
1298
|
+
"product-variants-section-product-options": "Možnosti produktu",
|
|
1299
|
+
"product-variants-section-product-variants": "Varianty produktu",
|
|
1300
|
+
"product-variants-section-save-and-close": "Uložit a zavřít",
|
|
1301
|
+
"product-variants-section-sku": "SKU",
|
|
1302
|
+
"product-variants-section-success": "Úspěšně dokončeno",
|
|
1303
|
+
"product-variants-section-successfully-updated-product-options": "Úspěšně aktualizované možnosti produktů",
|
|
1304
|
+
"product-variants-section-title": "Název",
|
|
1305
|
+
"product-variants-section-yes-delete": "Ano, vymazat",
|
|
1306
|
+
"products-cancel": "Zrušit",
|
|
1307
|
+
"products-filters": "Filtry",
|
|
1308
|
+
"products-save-and-close": "Uložit a zavřít",
|
|
1309
|
+
"products-save-and-go-back": "Uložit a vrátit se zpět",
|
|
1310
|
+
"products-search": "Vyhledávání...",
|
|
1311
|
+
"products-spring-summer": "Jaro, léto...",
|
|
1312
|
+
"products-status": "Stav",
|
|
1313
|
+
"products-tags": "Štítky",
|
|
1314
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}",
|
|
1315
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}",
|
|
1316
|
+
"receive-return-cancel": "Zrušit",
|
|
1317
|
+
"receive-return-choose-location": "Zvolte, na které místo chcete položky vrátit.",
|
|
1318
|
+
"receive-return-failed-to-receive-return": "Nepodařilo se přijmout návratku",
|
|
1319
|
+
"receive-return-location": "Umístění",
|
|
1320
|
+
"receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Pro položky ve vybraném místě neexistují žádné skladové zásoby.",
|
|
1321
|
+
"receive-return-please-select-at-least-one-item-to-receive": "Vyberte prosím alespoň jednu položku, kterou chcete obdržet",
|
|
1322
|
+
"receive-return-receive-return": "Přijmout návratku",
|
|
1323
|
+
"receive-return-received-return-for-order": "Přijaté vrácení objednávky #{{display_id}}",
|
|
1324
|
+
"receive-return-save-and-close": "Uložit a zavřít",
|
|
1325
|
+
"receive-return-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit",
|
|
1326
|
+
"receive-return-successfully-received-return": "Úspěšně přijaté vrácení",
|
|
1327
|
+
"refund-amount-form-cancel-editing-refund-amount": "Zrušení úpravy výše náhrady",
|
|
1328
|
+
"refund-amount-form-edit-refund-amount": "Úprava výše náhrady",
|
|
1329
|
+
"refund-amount-form-refund-amount-cannot-be-negative": "Výše náhrady nesmí být záporná",
|
|
1330
|
+
"refund-amount-form-the-refund-amount-must-be-at-least-0": "Výše náhrady musí být alespoň 0",
|
|
1331
|
+
"refund-attention": "Pozor!",
|
|
1332
|
+
"refund-cancel": "Zrušit",
|
|
1333
|
+
"refund-cannot-refund-more-than-the-orders-net-total": "Nelze vrátit více, než je čistá hodnota objednávky.",
|
|
1334
|
+
"refund-complete": "Kompletní",
|
|
1335
|
+
"refund-create-a-refund": "Vytvoření náhrady",
|
|
1336
|
+
"refund-details": "Podrobnosti na",
|
|
1337
|
+
"refund-discount": "Sleva",
|
|
1338
|
+
"refund-discount-for-loyal-customer": "Sleva pro věrné zákazníky",
|
|
1339
|
+
"refund-error": "Chyba",
|
|
1340
|
+
"refund-note": "Poznámka",
|
|
1341
|
+
"refund-reason": "Důvod",
|
|
1342
|
+
"refund-send-notifications": "Odesílání oznámení",
|
|
1343
|
+
"refund-success": "Úspěšně refundováno",
|
|
1344
|
+
"refund-successfully-refunded-order": "Úspěšně vrácená objednávka",
|
|
1345
|
+
"refund-system-payment-disclaimer": "Jedna nebo více vašich plateb je systémovou platbou. Uvědomte si, že Medusa nezpracovává zachycení a vrácení takových plateb.",
|
|
1346
|
+
"region-form-choose-countries": "Výběr zemí",
|
|
1347
|
+
"region-form-choose-currency": "Výběr měny",
|
|
1348
|
+
"region-form-choose-fulfillment-providers": "Vyberte si poskytovatele plnění...",
|
|
1349
|
+
"region-form-choose-payment-providers": "Výběr poskytovatelů plateb...",
|
|
1350
|
+
"region-form-countries": "Země",
|
|
1351
|
+
"region-form-currency": "Měna",
|
|
1352
|
+
"region-form-currency-code-is-required": "Je vyžadován kód měny",
|
|
1353
|
+
"region-form-default-tax-code": "Výchozí daňový kód",
|
|
1354
|
+
"region-form-default-tax-rate": "Výchozí sazba daně",
|
|
1355
|
+
"region-form-europe": "Evropa",
|
|
1356
|
+
"region-form-fulfillment-providers": "Poskytovatelé plnění",
|
|
1357
|
+
"region-form-fulfillment-providers-are-required": "Poskytovatelé plnění jsou povinni",
|
|
1358
|
+
"region-form-payment-providers": "Poskytovatelé plateb",
|
|
1359
|
+
"region-form-payment-providers-are-required": "Poskytovatelé plateb jsou povinni",
|
|
1360
|
+
"region-form-tax-inclusive-prices": "Ceny včetně daně",
|
|
1361
|
+
"region-form-tax-rate-is-required": "Je vyžadována sazba daně",
|
|
1362
|
+
"region-form-tax-rate-must-be-equal-to-or-less-than-100": "Sazba daně musí být rovna nebo nižší než 100",
|
|
1363
|
+
"region-form-title": "Název",
|
|
1364
|
+
"region-form-when-enabled-region-prices-will-be-tax-inclusive": "Pokud jsou ceny za regiony povoleny, jsou uvedeny včetně daně.",
|
|
1365
|
+
"region-overview-fulfillment-providers": "Poskytovatelé plnění:",
|
|
1366
|
+
"region-overview-manage-the-markets-that-you-will-operate-within": "Spravujte trhy, na kterých budete působit.",
|
|
1367
|
+
"region-overview-not-configured": "Není nakonfigurováno",
|
|
1368
|
+
"region-overview-regions": "Regiony",
|
|
1369
|
+
"reservation-add-metadata": "Přidání metadat",
|
|
1370
|
+
"reservation-allocate-order-items": "Přidělení položek objednávky",
|
|
1371
|
+
"reservation-cancel": "Zrušit",
|
|
1372
|
+
"reservation-choose-where-you-wish-to-allocate-from": "Vyberte, odkud chcete přidělovat",
|
|
1373
|
+
"reservation-choose-which-location-you-want-to-ship-the-items-from": "Zvolte, ze kterého místa chcete zboží odeslat.",
|
|
1374
|
+
"reservation-couldnt-allocate-items": "Nelze přidělit položky",
|
|
1375
|
+
"reservation-delete-reservation": "Odstranění rezervace",
|
|
1376
|
+
"reservation-description": "Popis",
|
|
1377
|
+
"reservation-edit-reservation": "Upravit rezervaci",
|
|
1378
|
+
"reservation-error": "Chyba",
|
|
1379
|
+
"reservation-errors": "Chyby",
|
|
1380
|
+
"reservation-failed-to-delete-the-reservation": "Rezervaci se nepodařilo odstranit",
|
|
1381
|
+
"reservation-failed-to-update-reservation": "Nepodařilo se aktualizovat rezervaci",
|
|
1382
|
+
"reservation-form-available": "Dostupné na",
|
|
1383
|
+
"reservation-form-choose-where-you-wish-to-reserve-from": "Vyberte, odkud chcete rezervovat.",
|
|
1384
|
+
"reservation-form-description": "Popis",
|
|
1385
|
+
"reservation-form-in-stock": "Skladem",
|
|
1386
|
+
"reservation-form-item": "Položka",
|
|
1387
|
+
"reservation-form-item-to-reserve": "Položka k rezervaci",
|
|
1388
|
+
"reservation-form-location": "Umístění",
|
|
1389
|
+
"reservation-form-remove-item": "Odebrat položku",
|
|
1390
|
+
"reservation-form-reserve": "Rezerva",
|
|
1391
|
+
"reservation-form-select-the-item-that-you-wish-to-reserve": "Vyberte položku, kterou chcete rezervovat.",
|
|
1392
|
+
"reservation-form-what-type-of-reservation-is-this": "O jaký typ rezervace se jedná?",
|
|
1393
|
+
"reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} položky nejsou rezervovány",
|
|
1394
|
+
"reservation-indicator-edit-reservation": "Upravit rezervaci",
|
|
1395
|
+
"reservation-indicator-this-item-has-been-fulfilled": "Tato položka byla splněna.",
|
|
1396
|
+
"reservation-items-allocated": "Přidělené položky",
|
|
1397
|
+
"reservation-items-have-been-allocated-successfully": "Položky byly úspěšně přiděleny",
|
|
1398
|
+
"reservation-items-to-allocate": "Položky k přidělení",
|
|
1399
|
+
"reservation-items-to-allocate-title": "Položky k přidělení",
|
|
1400
|
+
"reservation-loading": "Načítání...",
|
|
1401
|
+
"reservation-location": "Umístění",
|
|
1402
|
+
"reservation-max-reservation-requested": " / {{maxReservation}} požadováno",
|
|
1403
|
+
"reservation-metadata": "Metadata",
|
|
1404
|
+
"reservation-remove-metadata": "Odstranění metadat",
|
|
1405
|
+
"reservation-reservation-was-deleted": "Rezervace byla smazána",
|
|
1406
|
+
"reservation-reservation-was-updated": "Rezervace byla aktualizována",
|
|
1407
|
+
"reservation-reserved": " vyhrazeno",
|
|
1408
|
+
"reservation-save-and-close": "Uložit a zavřít",
|
|
1409
|
+
"reservation-save-reservation": "Uložit rezervaci",
|
|
1410
|
+
"reservation-select-the-number-of-items-that-you-wish-to-allocate": "Vyberte počet položek, které chcete přidělit.",
|
|
1411
|
+
"reservation-the-allocated-items-have-been-released": "Přidělené položky byly uvolněny.",
|
|
1412
|
+
"reservation-the-reservation-change-was-saved": "Změna rezervace byla uložena.",
|
|
1413
|
+
"reservation-what-type-of-reservation-is-this": "O jaký typ rezervace se jedná?",
|
|
1414
|
+
"reservations-table-confirm-delete": "Opravdu chcete tuto rezervaci odstranit?",
|
|
1415
|
+
"reservations-table-created": "Vytvořeno",
|
|
1416
|
+
"reservations-table-delete": "Odstranit",
|
|
1417
|
+
"reservations-table-description": "Popis",
|
|
1418
|
+
"reservations-table-edit": "Upravit",
|
|
1419
|
+
"reservations-table-order-id": "ID objednávky",
|
|
1420
|
+
"reservations-table-quantity": "Množství",
|
|
1421
|
+
"reservations-table-remove-reservation": "Odstranění rezervace",
|
|
1422
|
+
"reservations-table-reservation-has-been-removed": "Rezervace byla odstraněna",
|
|
1423
|
+
"reservations-table-reservations": "Rezervace",
|
|
1424
|
+
"reset-token-card-email": "E-mail",
|
|
1425
|
+
"reset-token-card-error": "Chyba",
|
|
1426
|
+
"reset-token-card-go-back-to-sign-in": "Vraťte se k přihlášení",
|
|
1427
|
+
"reset-token-card-password-reset-description": "Zadejte níže svou e-mailovou adresu a my vám<1></1>zašleme pokyny, jak obnovit<3></3>heslo.",
|
|
1428
|
+
"reset-token-card-reset-your-password": "Obnovení hesla",
|
|
1429
|
+
"reset-token-card-send-reset-instructions": "Odeslání pokynů k obnovení",
|
|
1430
|
+
"reset-token-card-successfully-sent-you-an-email": "Úspěšně vám byl odeslán e-mail",
|
|
1431
|
+
"reset-token-card-this-is-not-a-valid-email": "Toto není platný e-mail",
|
|
1432
|
+
"return-reasons-add-reason": "Přidat důvod",
|
|
1433
|
+
"return-reasons-add-reason-label": "Přidat důvod",
|
|
1434
|
+
"return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Opravdu chcete tento důvod vrácení odstranit?",
|
|
1435
|
+
"return-reasons-back-to-settings": "Zpět na nastavení",
|
|
1436
|
+
"return-reasons-cancel": "Zrušit",
|
|
1437
|
+
"return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Nelze vytvořit důvod návratu s existující hodnotou",
|
|
1438
|
+
"return-reasons-create": "Vytvořit",
|
|
1439
|
+
"return-reasons-created-a-new-return-reason": "Vytvořil nový důvod vrácení",
|
|
1440
|
+
"return-reasons-customer-received-the-wrong-size": "Zákazník obdržel špatnou velikost",
|
|
1441
|
+
"return-reasons-delete-reason": "Odstranit důvod",
|
|
1442
|
+
"return-reasons-delete-return-reason": "Odstranit důvod vrácení",
|
|
1443
|
+
"return-reasons-description": "Popis",
|
|
1444
|
+
"return-reasons-details": "Podrobnosti na",
|
|
1445
|
+
"return-reasons-duplicate-reason": "Duplicitní důvod",
|
|
1446
|
+
"return-reasons-error": "Chyba",
|
|
1447
|
+
"return-reasons-label": "Štítek",
|
|
1448
|
+
"return-reasons-label-is-required": "Je vyžadován štítek",
|
|
1449
|
+
"return-reasons-manage-reasons-for-returned-items": "Správa důvodů vrácených položek",
|
|
1450
|
+
"return-reasons-notification-success": "Úspěšně dokončeno",
|
|
1451
|
+
"return-reasons-return-reasons": "Důvody návratu",
|
|
1452
|
+
"return-reasons-save": "Uložit",
|
|
1453
|
+
"return-reasons-success": "úspěch",
|
|
1454
|
+
"return-reasons-success-title": "Úspěšně provedeno",
|
|
1455
|
+
"return-reasons-successfully-updated-return-reason": "Úspěšně aktualizovaný důvod vrácení",
|
|
1456
|
+
"return-reasons-value": "Hodnota",
|
|
1457
|
+
"return-reasons-value-is-required": "Je vyžadována hodnota",
|
|
1458
|
+
"return-shipping-options-add-option": "Přidat možnost",
|
|
1459
|
+
"return-shipping-options-add-return-shipping-option": "Přidat možnost vrácení dopravy",
|
|
1460
|
+
"return-shipping-options-cancel": "Zrušit",
|
|
1461
|
+
"return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Zadejte konkrétní údaje o dostupných regionálních způsobech zpětné přepravy.",
|
|
1462
|
+
"return-shipping-options-error": "Chyba",
|
|
1463
|
+
"return-shipping-options-return-shipping-options": "Možnosti vrácení zásilky",
|
|
1464
|
+
"return-shipping-options-save-and-close": "Uložit a zavřít",
|
|
1465
|
+
"return-shipping-options-shipping-option-created": "Vytvořená možnost přepravy",
|
|
1466
|
+
"return-shipping-options-success": "Dokončeno",
|
|
1467
|
+
"returns-amount": "Částka",
|
|
1468
|
+
"returns-back": "Zpět",
|
|
1469
|
+
"returns-choose-retur,-shipping-method": "Zvolte způsob dopravy, který chcete použít pro toto vrácení.",
|
|
1470
|
+
"returns-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.",
|
|
1471
|
+
"returns-error": "Chyba",
|
|
1472
|
+
"returns-items-to-return": "Položky k vrácení",
|
|
1473
|
+
"returns-notify-customer-of-created-return": "Oznámení zákazníkovi o vytvořeném vrácení",
|
|
1474
|
+
"returns-request-return": "Žádost o vrácení",
|
|
1475
|
+
"returns-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit",
|
|
1476
|
+
"returns-selected-location-has-no-inventory-levels": "Vybrané místo nemá pro vybrané položky skladové zásoby. O vrácení lze požádat, ale nelze je přijmout, dokud nebude pro vybrané umístění vytvořena úroveň zásob.",
|
|
1477
|
+
"returns-send-notifications": "Odesílání oznámení",
|
|
1478
|
+
"returns-shipping": "Přeprava",
|
|
1479
|
+
"returns-submit": "Odeslat",
|
|
1480
|
+
"returns-success": "Dokončeno",
|
|
1481
|
+
"returns-successfully-returned-order": "Úspěšně vrácená objednávka",
|
|
1482
|
+
"returns-total-refund": "Celková náhrada",
|
|
1483
|
+
"rma-return-product-table-product-details": "Podrobnosti o produktu",
|
|
1484
|
+
"rma-return-product-table-quantity": "Množství",
|
|
1485
|
+
"rma-select-product-table-images-witch-count_one": "{{count}}",
|
|
1486
|
+
"rma-select-product-table-images-witch-count_other": "{{count}}",
|
|
1487
|
+
"rma-select-product-table-product-details": "Podrobnosti o produktu",
|
|
1488
|
+
"rma-select-product-table-quantity": "Množství",
|
|
1489
|
+
"rma-select-product-table-refundable": "Vratné",
|
|
1490
|
+
"rma-select-product-table-select-reason": "Vyberte důvod",
|
|
1491
|
+
"rma-sub-modals-add": "Přidat",
|
|
1492
|
+
"rma-sub-modals-address-1": "Adresa 1",
|
|
1493
|
+
"rma-sub-modals-address-2": "Adresa 2",
|
|
1494
|
+
"rma-sub-modals-back": "Zpět",
|
|
1495
|
+
"rma-sub-modals-city": "Město",
|
|
1496
|
+
"rma-sub-modals-country": "Země",
|
|
1497
|
+
"rma-sub-modals-first-name": "Jméno",
|
|
1498
|
+
"rma-sub-modals-general": "Obecné",
|
|
1499
|
+
"rma-sub-modals-in-stock": "Skladem",
|
|
1500
|
+
"rma-sub-modals-last-name": "Příjmení",
|
|
1501
|
+
"rma-sub-modals-name": "Název",
|
|
1502
|
+
"rma-sub-modals-note": "Poznámka",
|
|
1503
|
+
"rma-sub-modals-phone": "Telefon",
|
|
1504
|
+
"rma-sub-modals-postal-code": "Poštovní směrovací číslo",
|
|
1505
|
+
"rma-sub-modals-products": "Produkty",
|
|
1506
|
+
"rma-sub-modals-province": "Provincie",
|
|
1507
|
+
"rma-sub-modals-reason": "Důvod",
|
|
1508
|
+
"rma-sub-modals-reason-for-return": "Důvod vrácení",
|
|
1509
|
+
"rma-sub-modals-search-for-additional": "Vyhledávání dalších",
|
|
1510
|
+
"rma-sub-modals-search-products": "Vyhledávání zboží..",
|
|
1511
|
+
"rma-sub-modals-shipping-address": "Dodací adresa",
|
|
1512
|
+
"rma-sub-modals-status": "Stav",
|
|
1513
|
+
"rma-summaries-claimed-items": "Reklamované položky",
|
|
1514
|
+
"rma-summaries-customer-refund-description": "Zákazníkovi bude vrácena plná částka za reklamované zboží, protože náklady na náhradní zboží a dopravu nebudou odečteny. Případně můžete nastavit vlastní výši náhrady po obdržení vrácených položek nebo místo toho vytvořit výměnu.",
|
|
1515
|
+
"rma-summaries-free": "Zdarma",
|
|
1516
|
+
"rma-summaries-receiving": "Příjem",
|
|
1517
|
+
"rma-summaries-refund-amount": "Výše náhrady",
|
|
1518
|
+
"rma-summaries-replacement-items": "Náhradní položky",
|
|
1519
|
+
"rma-summaries-the-customer-will-be-refunded-immediately": "Zákazníkovi budou okamžitě vráceny peníze",
|
|
1520
|
+
"rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Zákazníkovi budou vráceny peníze po obdržení vráceného zboží.",
|
|
1521
|
+
"sales-channels-display-available-count": "Dostupné v <2>{{{availableChannelsCount}}</2> z <6>{{{totalChannelsCount}}</6> prodejních kanálů.",
|
|
1522
|
+
"sales-channels-form-add-sales-channels": "Přidání prodejních kanálů",
|
|
1523
|
+
"sales-channels-form-edit-channels": "Úprava kanálů",
|
|
1524
|
+
"sales-channels-section-not-connected-to-any-sales-channels-yet": "Zatím není připojen k žádným prodejním kanálům",
|
|
1525
|
+
"sales-channels-table-placeholder-selected-with-counts_one": "{{count}}",
|
|
1526
|
+
"sales-channels-table-placeholder-selected-with-counts_other": "{{count}}",
|
|
1527
|
+
"search-modal-clear-search": "Přehledné vyhledávání",
|
|
1528
|
+
"search-modal-or": "nebo",
|
|
1529
|
+
"search-modal-start-typing-to-search": "Začněte psát a hledejte...",
|
|
1530
|
+
"search-modal-to-navigate": "navigovat",
|
|
1531
|
+
"search-modal-to-search-anytime": "kdykoli vyhledávat",
|
|
1532
|
+
"search-modal-to-select-and": "vybrat a",
|
|
1533
|
+
"sections-amount": "Částka",
|
|
1534
|
+
"sections-amount-is-required": "Požaduje se částka",
|
|
1535
|
+
"sections-apply-to-every-allowed-item": "Použít na každou povolenou položku",
|
|
1536
|
+
"sections-apply-to-the-total-amount": "Použít na celkovou částku",
|
|
1537
|
+
"sections-at-least-one-region-is-required": "Je vyžadován alespoň jeden region",
|
|
1538
|
+
"sections-availability-duration": "Doba dostupnosti?",
|
|
1539
|
+
"sections-choose-valid-regions": "Výběr platných oblastí",
|
|
1540
|
+
"sections-code": "Kód",
|
|
1541
|
+
"sections-code-is-required": "Je vyžadován kód",
|
|
1542
|
+
"sections-customer-invoice-code": "Kód, který vaši zákazníci zadají při placení. Ten se zobrazí na faktuře vašeho zákazníka.",
|
|
1543
|
+
"sections-description": "Popis",
|
|
1544
|
+
"sections-discount-has-an-expiry-date": "Platnost slevy končí?",
|
|
1545
|
+
"sections-discount-in-whole-numbers": "Sleva v celých číslech",
|
|
1546
|
+
"sections-expiry-date": "Datum vypršení platnosti",
|
|
1547
|
+
"sections-expiry-time": "Doba platnosti",
|
|
1548
|
+
"sections-fixed-amount": "Pevná částka",
|
|
1549
|
+
"sections-free-shipping": "Doprava zdarma",
|
|
1550
|
+
"sections-item-specific": "Specifické položky",
|
|
1551
|
+
"sections-limit-applies-across-all-customers-not-per-customer": "Limit platí pro všechny zákazníky, nikoli pro jednoho zákazníka.",
|
|
1552
|
+
"sections-limit-discount-number-of-uses": "Pokud chcete omezit počet případů, kdy může zákazník tuto slevu uplatnit, můžete zde nastavit limit.",
|
|
1553
|
+
"sections-limit-the-number-of-redemptions": "Omezit počet odkupů?",
|
|
1554
|
+
"sections-number-of-redemptions": "Počet zpětných odkupů",
|
|
1555
|
+
"sections-override-delivery-amount": "Přepsání množství dodávky",
|
|
1556
|
+
"sections-percentage": "Procento",
|
|
1557
|
+
"sections-schedule-the-discount-to-activate-in-the-future": "Naplánujte aktivaci slevy v budoucnu.",
|
|
1558
|
+
"sections-schedule-the-discount-to-deactivate-in-the-future": "Naplánujte deaktivaci slevy v budoucnu.",
|
|
1559
|
+
"sections-select-a-discount-type": "Vyberte typ slevy",
|
|
1560
|
+
"sections-select-discount-end-date": "Pokud chcete naplánovat deaktivaci slevy v budoucnu, můžete zde nastavit datum vypršení platnosti.",
|
|
1561
|
+
"sections-select-discount-start-date": "Pokud chcete naplánovat aktivaci slevy v budoucnu, můžete zde nastavit datum zahájení, jinak bude sleva aktivní okamžitě.",
|
|
1562
|
+
"sections-set-the-duration-of-the-discount": "Nastavte dobu trvání slevy.",
|
|
1563
|
+
"sections-start-date": "Datum zahájení",
|
|
1564
|
+
"sections-start-time": "Čas zahájení",
|
|
1565
|
+
"sections-summer-sale-2022": "Letní výprodej 2022",
|
|
1566
|
+
"sections-summersale-10": "SUMMERSALE10",
|
|
1567
|
+
"sections-template-discounts-description": "Šablony slev umožňují definovat sadu pravidel, která lze použít pro skupinu slev. To je užitečné v kampaních, které by měly generovat jedinečné kódy pro každého uživatele, ale kde by pravidla pro všechny jedinečné kódy měla být stejná.",
|
|
1568
|
+
"sections-this-is-a-template-discount": "Jedná se o šablonu slevy",
|
|
1569
|
+
"sections-total-amount": "Celková částka",
|
|
1570
|
+
"sections-uppercase-letters-and-numbers-only": "Pouze velká písmena a číslice.",
|
|
1571
|
+
"sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Pokud chcete použít typ pevné částky, můžete vybrat pouze jednu platnou oblast.",
|
|
1572
|
+
"select-shipping-code": "(Kód: {{code}})",
|
|
1573
|
+
"select-shipping-to-name": "(Na {{name}})",
|
|
1574
|
+
"send-notification-form-claim": "reklamace",
|
|
1575
|
+
"send-notification-form-exchange": "výměna",
|
|
1576
|
+
"send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Pokud není zaškrtnuto, zákazník nebude dostávat sdělení o tomto {{předmětu}}.",
|
|
1577
|
+
"send-notification-form-return": "vrátit",
|
|
1578
|
+
"send-notification-form-send-notifications": "Odesílání oznámení",
|
|
1579
|
+
"settings-advanced-settings": "Rozšířená nastavení",
|
|
1580
|
+
"settings-back-to-settings": "Zpět na nastavení",
|
|
1581
|
+
"settings-cancel": "Zrušit",
|
|
1582
|
+
"settings-draft-order-link-template": "Šablona odkazu na koncept objednávky",
|
|
1583
|
+
"settings-error": "Chyba",
|
|
1584
|
+
"settings-general": "Obecné",
|
|
1585
|
+
"settings-invite-link-template": "Šablona odkazu na pozvánku",
|
|
1586
|
+
"settings-malformed-invite-url": "Chybně formulovaná url adresa pozvánky",
|
|
1587
|
+
"settings-malformed-payment-url": "Chybně zadaná url adresa platby",
|
|
1588
|
+
"settings-malformed-swap-url": "Špatně formulovaná url adresa swapu",
|
|
1589
|
+
"settings-manage-the-general-settings-for-your-store": "Správa obecných nastavení vašeho obchodu",
|
|
1590
|
+
"settings-manage-the-settings-for-your-store-apos-s-extensions": "Správa nastavení rozšíření obchodu",
|
|
1591
|
+
"settings-manage-your-business-details": "Správa obchodních údajů",
|
|
1592
|
+
"settings-medusa-store": "Medusa Store",
|
|
1593
|
+
"settings-save": "Uložit",
|
|
1594
|
+
"settings-store-details": "Podrobnosti o obchodu",
|
|
1595
|
+
"settings-store-name": "Název obchodu",
|
|
1596
|
+
"settings-success": "Uloženo",
|
|
1597
|
+
"settings-successfully-updated-store": "Úspěšně aktualizovaný obchod",
|
|
1598
|
+
"settings-swap-link-template": "Výměna šablony odkazu",
|
|
1599
|
+
"shared-applies-to-all-items-except-the-selected-items": "Platí pro všechny položky kromě vybraných.",
|
|
1600
|
+
"shared-applies-to-the-selected-items": "Platí pro vybrané položky.",
|
|
1601
|
+
"shared-members": "Členové",
|
|
1602
|
+
"shared-products": "Produkty",
|
|
1603
|
+
"shared-status": "Stav",
|
|
1604
|
+
"shared-tag": "Štítek",
|
|
1605
|
+
"shared-title": "Název",
|
|
1606
|
+
"shared-type": "Typ",
|
|
1607
|
+
"shared-variants": "Varianty",
|
|
1608
|
+
"shipping-address-form-cancel": "Zrušit",
|
|
1609
|
+
"shipping-address-form-save-and-go-back": "Uložit a vrátit se zpět",
|
|
1610
|
+
"shipping-address-form-ship-to-a-different-address": "Odeslání na jinou adresu",
|
|
1611
|
+
"shipping-address-form-shipping-address": "Dodací adresa",
|
|
1612
|
+
"shipping-address-form-shipping-information": "Informace o přepravě",
|
|
1613
|
+
"shipping-form-add-custom-price": "Přidání vlastní ceny",
|
|
1614
|
+
"shipping-form-choose-shipping-method": "Zvolte způsob přepravy",
|
|
1615
|
+
"shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Zpětné zaslání zboží reklamovaného zákazníkem je bezplatné.",
|
|
1616
|
+
"shipping-form-shipping-for-replacement-items": "Přeprava náhradních položek",
|
|
1617
|
+
"shipping-form-shipping-for-replacement-items-is-complimentary": "Doprava náhradních položek je bezplatná.",
|
|
1618
|
+
"shipping-form-shipping-for-return-items": "Doprava pro vrácení zboží",
|
|
1619
|
+
"shipping-form-shipping-method": "Způsob přepravy",
|
|
1620
|
+
"shipping-form-shipping-method-is-required": "Je vyžadován způsob přepravy",
|
|
1621
|
+
"shipping-option-card-admin": "Admin",
|
|
1622
|
+
"shipping-option-card-calcualted": "Vypočítáno",
|
|
1623
|
+
"shipping-option-card-cancel": "Zrušit",
|
|
1624
|
+
"shipping-option-card-delete": "Odstranit",
|
|
1625
|
+
"shipping-option-card-edit": "Upravit",
|
|
1626
|
+
"shipping-option-card-edit-shipping-option": "Upravit možnost přepravy",
|
|
1627
|
+
"shipping-option-card-error": "Chyba",
|
|
1628
|
+
"shipping-option-card-flat-rate": "Paušální sazba",
|
|
1629
|
+
"shipping-option-card-fulfillment-method": "Způsob plnění",
|
|
1630
|
+
"shipping-option-card-max-subtotal": "Maximální mezisoučet:",
|
|
1631
|
+
"shipping-option-card-min-subtotal": "Min. mezisoučet:",
|
|
1632
|
+
"shipping-option-card-save-and-close": "Uložit a zavřít",
|
|
1633
|
+
"shipping-option-card-shipping-option-has-been-deleted": "Možnost přepravy byla odstraněna",
|
|
1634
|
+
"shipping-option-card-shipping-option-updated": "Aktualizace možnosti přepravy",
|
|
1635
|
+
"shipping-option-card-store": "Obchod",
|
|
1636
|
+
"shipping-option-card-success": "Dokončeno",
|
|
1637
|
+
"shipping-option-form-calculated": "Vypočítáno",
|
|
1638
|
+
"shipping-option-form-choose-a-fulfillment-method": "Výběr způsobu plnění",
|
|
1639
|
+
"shipping-option-form-choose-a-price-type": "Výběr typu ceny",
|
|
1640
|
+
"shipping-option-form-choose-a-shipping-profile": "Výběr přepravního profilu",
|
|
1641
|
+
"shipping-option-form-details": "Podrobnosti na",
|
|
1642
|
+
"shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Povolení nebo zakázání viditelnosti možnosti dopravy v obchodě.",
|
|
1643
|
+
"shipping-option-form-flat-rate": "Paušální sazba",
|
|
1644
|
+
"shipping-option-form-fulfillment-method": "Způsob plnění",
|
|
1645
|
+
"shipping-option-form-max-subtotal": "Max. mezisoučet",
|
|
1646
|
+
"shipping-option-form-metadata": "Metadata",
|
|
1647
|
+
"shipping-option-form-min-subtotal": "Min. mezisoučet",
|
|
1648
|
+
"shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. mezisoučet musí být menší než max. mezisoučet",
|
|
1649
|
+
"shipping-option-form-price": "Cena",
|
|
1650
|
+
"shipping-option-form-price-type": "Typ ceny",
|
|
1651
|
+
"shipping-option-form-requirements": "Požadavky",
|
|
1652
|
+
"shipping-option-form-shipping-profile": "Profil přepravy",
|
|
1653
|
+
"shipping-option-form-title": "Název",
|
|
1654
|
+
"shipping-option-form-title-is-required": "Vyžaduje se název",
|
|
1655
|
+
"shipping-option-form-visible-in-store": "Viditelné v obchodě",
|
|
1656
|
+
"shipping-options-add-option": "Přidat možnost",
|
|
1657
|
+
"shipping-options-add-shipping-option": "Přidání možnosti přepravy",
|
|
1658
|
+
"shipping-options-cancel": "Zrušit",
|
|
1659
|
+
"shipping-options-enter-specifics-about-available-regional-shipment-methods": "Zadejte konkrétní údaje o dostupných regionálních způsobech přepravy.",
|
|
1660
|
+
"shipping-options-error": "Chyba",
|
|
1661
|
+
"shipping-options-save-and-close": "Uložit a zavřít",
|
|
1662
|
+
"shipping-options-shipping-option-created": "Vytvořená možnost přepravy",
|
|
1663
|
+
"shipping-options-shipping-options": "Možnosti přepravy",
|
|
1664
|
+
"shipping-options-success": "Dokončeno",
|
|
1665
|
+
"sidebar-categories": "Kategorie",
|
|
1666
|
+
"sidebar-customers": "Zákazníci",
|
|
1667
|
+
"sidebar-discounts": "Slevy",
|
|
1668
|
+
"sidebar-gift-cards": "Dárkové karty",
|
|
1669
|
+
"sidebar-inventory": "Inventura",
|
|
1670
|
+
"sidebar-orders": "Objednávky",
|
|
1671
|
+
"sidebar-pricing": "Stanovení cen",
|
|
1672
|
+
"sidebar-products": "Produkty",
|
|
1673
|
+
"sidebar-settings": "Nastavení",
|
|
1674
|
+
"sidebar-store": "Obchod",
|
|
1675
|
+
"store-currencies-add-currencies": "Přidat měny",
|
|
1676
|
+
"store-currencies-add-store-currencies": "Přidání měn obchodu",
|
|
1677
|
+
"store-currencies-all-the-currencies-available-in-your-store": "Všechny měny dostupné ve vašem obchodě.",
|
|
1678
|
+
"store-currencies-cancel": "Zrušit",
|
|
1679
|
+
"store-currencies-close": "Zavřít",
|
|
1680
|
+
"store-currencies-current-store-currencies": "Aktuální měny obchodu",
|
|
1681
|
+
"store-currencies-deselect": "Zrušení výběru",
|
|
1682
|
+
"store-currencies-edit-currencies": "Úprava měn",
|
|
1683
|
+
"store-currencies-error": "Chyba",
|
|
1684
|
+
"store-currencies-remove": "Odstranění adresy",
|
|
1685
|
+
"store-currencies-save-and-close": "Uložit a zavřít",
|
|
1686
|
+
"store-currencies-save-and-go-back": "Uložit a vrátit se zpět",
|
|
1687
|
+
"store-currencies-store-currencies": "Ukládat měny",
|
|
1688
|
+
"store-currencies-success": "Úspěšně uloženo",
|
|
1689
|
+
"store-currencies-successfully-updated-currencies": "Úspěšně aktualizované měny",
|
|
1690
|
+
"swap-add-a-shipping-method": "Přidání způsobu přepravy",
|
|
1691
|
+
"swap-add-product": "Přidat produkt",
|
|
1692
|
+
"swap-additional-total": "Další Celkem",
|
|
1693
|
+
"swap-calculated-at-checkout": "Vypočítáno při pokladně",
|
|
1694
|
+
"swap-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.",
|
|
1695
|
+
"swap-complete": "Kompletní",
|
|
1696
|
+
"swap-error": "Chyba",
|
|
1697
|
+
"swap-estimated-difference": "Odhadovaný rozdíl",
|
|
1698
|
+
"swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Pokud není zaškrtnuto, zákazník neobdrží sdělení o této výměně.",
|
|
1699
|
+
"swap-items-to-return": "Položky k vrácení",
|
|
1700
|
+
"swap-items-to-send": "Položky k odeslání",
|
|
1701
|
+
"swap-location": "Umístění",
|
|
1702
|
+
"swap-outbond-shipping": "Přeprava mimo vazby",
|
|
1703
|
+
"swap-register-exchange": "Výměna registrů",
|
|
1704
|
+
"swap-return-total": "Návratnost Celkem",
|
|
1705
|
+
"swap-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit",
|
|
1706
|
+
"swap-send-notifications": "Odesílání oznámení",
|
|
1707
|
+
"swap-shipping": "Přeprava",
|
|
1708
|
+
"swap-shipping-method": "Způsob přepravy",
|
|
1709
|
+
"swap-success": "Úspěšně provedeno",
|
|
1710
|
+
"swap-successfully-created-exchange": "Úspěšně vytvořená výměna",
|
|
1711
|
+
"table-container-current-page": "{{currentPage}} z {{soothedPageCount}}",
|
|
1712
|
+
"table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}",
|
|
1713
|
+
"table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}",
|
|
1714
|
+
"tables-add-products": "Přidat produkty",
|
|
1715
|
+
"tables-api-key-deleted": "Odstranění klíče API",
|
|
1716
|
+
"tables-api-key-revoked": "Odvolání klíče API",
|
|
1717
|
+
"tables-api-keys": "Klíče API",
|
|
1718
|
+
"tables-are-you-sure-you-want-to-delete-this-public-key": "Opravdu chcete tento veřejný klíč odstranit?",
|
|
1719
|
+
"tables-are-you-sure-you-want-to-revoke-this-public-key": "Jste si jisti, že chcete tento veřejný klíč odvolat?",
|
|
1720
|
+
"tables-collection": "Kolekce",
|
|
1721
|
+
"tables-copy-to-clipboard": "Kopírování do schránky",
|
|
1722
|
+
"tables-copy-token": "Kopírovat token",
|
|
1723
|
+
"tables-created": "Vytvořeno",
|
|
1724
|
+
"tables-delete-api-key": "Odstranění klíče API",
|
|
1725
|
+
"tables-delete-key": "Klávesa Delete",
|
|
1726
|
+
"tables-description": "Popis",
|
|
1727
|
+
"tables-details": "Podrobnosti na",
|
|
1728
|
+
"tables-done": "hotovo",
|
|
1729
|
+
"tables-edit-api-key-details": "Úprava údajů o klíči API",
|
|
1730
|
+
"tables-edit-sales-channels": "Úprava prodejních kanálů",
|
|
1731
|
+
"tables-live": "Živě",
|
|
1732
|
+
"tables-name": "Název",
|
|
1733
|
+
"tables-no-added-sales-channels": "Žádné přidané prodejní kanály",
|
|
1734
|
+
"tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Zatím nemáte žádné klíče, použijte výše uvedené tlačítko pro vytvoření prvního publikovatelného klíče.",
|
|
1735
|
+
"tables-no-products-in-channels": "Zatím jste do těchto kanálů nepřidali žádné produkty, ale jakmile tak učiníte, budou zde k dispozici.",
|
|
1736
|
+
"tables-products": "Produkty",
|
|
1737
|
+
"tables-remove": "Odstranění adresy",
|
|
1738
|
+
"tables-remove-from-the-channel": "Odstranění z kanálu",
|
|
1739
|
+
"tables-revoke-key": "Odvolání klíče",
|
|
1740
|
+
"tables-revoke-token": "Odvolání tokenu",
|
|
1741
|
+
"tables-revoked": "Odvoláno",
|
|
1742
|
+
"tables-sales-channels": "Prodejní kanály",
|
|
1743
|
+
"tables-start-building-your-channels-setup": "Začněte vytvářet nastavení kanálů...",
|
|
1744
|
+
"tables-status": "Stav",
|
|
1745
|
+
"tables-title": "Název",
|
|
1746
|
+
"tables-token": "Token",
|
|
1747
|
+
"tables-yes-delete": "Ano, vymazat",
|
|
1748
|
+
"tables-yes-revoke": "Ano, odvolat",
|
|
1749
|
+
"tags-cancel": "Zrušit",
|
|
1750
|
+
"tags-save-and-close": "Uložit a zavřít",
|
|
1751
|
+
"tags-save-and-go-back": "Uložit a vrátit se zpět",
|
|
1752
|
+
"tags-search": "Vyhledávání...",
|
|
1753
|
+
"taxes-add": "Přidat",
|
|
1754
|
+
"taxes-add-overrides": "Přidání předvoleb",
|
|
1755
|
+
"taxes-add-tax-rate": "Přidat sazbu daně",
|
|
1756
|
+
"taxes-applies-to-product-type-with-count_one": "Platí pro {{count}} typ produktuWithCount",
|
|
1757
|
+
"taxes-applies-to-product-type-with-count_other": "Platí pro {{count}} typ produktuWithCount",
|
|
1758
|
+
"taxes-applies-to-shipping-option-with-count_one": "Platí pro {{count}} přepravní možnostWithCount",
|
|
1759
|
+
"taxes-applies-to-shipping-option-with-count_other": "Platí pro {{count}} přepravní možnostWithCount",
|
|
1760
|
+
"taxes-apply-tax-to-gift-cards": "Uplatnit daň na dárkové karty?",
|
|
1761
|
+
"taxes-apply-taxes-to-gift-cards": "Pokud je zaškrtnuto, daně se na dárkové karty uplatní při placení. V některých zemích je podle daňových předpisů nutné dárkové karty při nákupu zdanit.",
|
|
1762
|
+
"taxes-automatically-apply-tax-calculations-to-carts": "Pokud je zaškrtnuto, Medusa automaticky použije výpočet daně na vozíky v této oblasti. Pokud není zaškrtnuto, budete muset daně vypočítat ručně při placení. Pokud používáte poskytovatele daní třetí strany, doporučujeme ruční výběr daní, abyste se vyhnuli provádění příliš mnoha požadavků.",
|
|
1763
|
+
"taxes-back": "Zpět",
|
|
1764
|
+
"taxes-back-to-settings": "Zpět na nastavení",
|
|
1765
|
+
"taxes-calculate-taxes-automatically": "Vypočítat daně automaticky?",
|
|
1766
|
+
"taxes-cancel": "Zrušit",
|
|
1767
|
+
"taxes-code": "Kód",
|
|
1768
|
+
"taxes-confirm-delete": "Opravdu chcete tuto sazbu daně odstranit?",
|
|
1769
|
+
"taxes-create": "Vytvořit",
|
|
1770
|
+
"taxes-default": "Výchozí",
|
|
1771
|
+
"taxes-delete-rule": "Odstranit pravidlo",
|
|
1772
|
+
"taxes-delete-tax-rate": "Smazat sazbu daně",
|
|
1773
|
+
"taxes-delete-tax-rate-heading": "Vymazat sazbu daně",
|
|
1774
|
+
"taxes-details": "Podrobnosti na",
|
|
1775
|
+
"taxes-edit": "Upravit",
|
|
1776
|
+
"taxes-edit-tax-rate": "Upravit sazbu daně",
|
|
1777
|
+
"taxes-error": "Chyba",
|
|
1778
|
+
"taxes-go-to-region-settings": "Přejděte do nastavení regionu",
|
|
1779
|
+
"taxes-name": "Název",
|
|
1780
|
+
"taxes-new-tax-rate": "Nová sazba daně",
|
|
1781
|
+
"taxes-overrides": "Přepisuje",
|
|
1782
|
+
"taxes-product-rules": "Pravidla produktu",
|
|
1783
|
+
"taxes-product-rules-description_one": "Platí pro {{count}} productWithCount",
|
|
1784
|
+
"taxes-product-rules-description_other": "Platí pro {{count}} productWithCount",
|
|
1785
|
+
"taxes-product-type-rules": "Typ výrobku Pravidla",
|
|
1786
|
+
"taxes-product-type-rules-description_one": "Platí pro {{count}} typ produktuWithCount",
|
|
1787
|
+
"taxes-product-type-rules-description_other": "Platí pro {{count}} typ produktuWithCount",
|
|
1788
|
+
"taxes-product-types": "Typy produktů",
|
|
1789
|
+
"taxes-products": "Produkty",
|
|
1790
|
+
"taxes-rate-name": "Název sazby",
|
|
1791
|
+
"taxes-region-tax-settings-were-successfully-updated": "Nastavení regionální daně bylo úspěšně aktualizováno.",
|
|
1792
|
+
"taxes-regions": "Regiony",
|
|
1793
|
+
"taxes-save": "Uložit",
|
|
1794
|
+
"taxes-search-products": "Vyhledávání zboží..",
|
|
1795
|
+
"taxes-select-individual-products": "Výběr jednotlivých produktů",
|
|
1796
|
+
"taxes-select-product-types": "Vybrat typy produktů",
|
|
1797
|
+
"taxes-select-product-types-label": "Vybrat typy produktů",
|
|
1798
|
+
"taxes-select-products": "Vybrané produkty",
|
|
1799
|
+
"taxes-select-shipping-option": "Vyberte možnost přepravy",
|
|
1800
|
+
"taxes-select-shipping-options": "Vyberte možnosti přepravy",
|
|
1801
|
+
"taxes-select-the-region-you-wish-to-manage-taxes-for": "Vyberte oblast, pro kterou chcete spravovat daně",
|
|
1802
|
+
"taxes-shipping-option-rules": "Pravidla možností přepravy",
|
|
1803
|
+
"taxes-shipping-options": "Možnosti přepravy",
|
|
1804
|
+
"taxes-success": "Úspěšně uloženo",
|
|
1805
|
+
"taxes-successfully-created-tax-rate": "Úspěšně vytvořená sazba daně.",
|
|
1806
|
+
"taxes-successfully-updated-tax-rate": "Úspěšně aktualizovaná sazba daně.",
|
|
1807
|
+
"taxes-system-tax-provider": "Poskytovatel systémové daně",
|
|
1808
|
+
"taxes-tax-calculation-settings": "Nastavení výpočtu daně",
|
|
1809
|
+
"taxes-tax-code": "Daňový zákoník",
|
|
1810
|
+
"taxes-tax-provider": "Poskytovatel daňových služeb",
|
|
1811
|
+
"taxes-tax-rate": "Sazba daně",
|
|
1812
|
+
"taxes-tax-rate-was-deleted": "Sazba daně byla zrušena.",
|
|
1813
|
+
"taxes-type": "Typ",
|
|
1814
|
+
"templates-active": "Aktivní",
|
|
1815
|
+
"templates-address": "Adresa",
|
|
1816
|
+
"templates-address-1": "Adresa 1",
|
|
1817
|
+
"templates-address-2": "Adresa 2",
|
|
1818
|
+
"templates-admin": "Admin",
|
|
1819
|
+
"templates-all": "Všechny",
|
|
1820
|
+
"templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Jste si jistí, že chcete zrušit plnění?",
|
|
1821
|
+
"templates-awaiting-fulfillment": "Čeká na splnění",
|
|
1822
|
+
"templates-awaiting-payment": "Čeká se na platbu",
|
|
1823
|
+
"templates-billing-address": "Fakturační adresa",
|
|
1824
|
+
"templates-cancel-fulfillment": "Zrušit plnění",
|
|
1825
|
+
"templates-cancel-fulfillment-heading": "Zrušit plnění?",
|
|
1826
|
+
"templates-canceled": "Zrušeno",
|
|
1827
|
+
"templates-capture-payment": "Zachycení platby",
|
|
1828
|
+
"templates-city": "Město",
|
|
1829
|
+
"templates-company": "Společnost",
|
|
1830
|
+
"templates-completed": "Dokončeno",
|
|
1831
|
+
"templates-confirm-remove": "Opravdu chcete tohoto uživatele odebrat?",
|
|
1832
|
+
"templates-confirm-remove-invite": "Opravdu chcete tuto pozvánku odstranit?",
|
|
1833
|
+
"templates-copy-invite-link": "Kopírovat odkaz na pozvánku",
|
|
1834
|
+
"templates-country": "Země",
|
|
1835
|
+
"templates-edit-user": "Upravit uživatele",
|
|
1836
|
+
"templates-email": "E-mail",
|
|
1837
|
+
"templates-error": "Chyba",
|
|
1838
|
+
"templates-expired": "Vypršela platnost",
|
|
1839
|
+
"templates-first-name": "Jméno",
|
|
1840
|
+
"templates-fulfilled": "Splněno",
|
|
1841
|
+
"templates-fulfilled-by-provider": "{{title}} Plní {{provider}}",
|
|
1842
|
+
"templates-fulfillment-has-been-canceled": "Plnění bylo zrušeno",
|
|
1843
|
+
"templates-fulfillment-status-requires-action": "Vyžaduje akci",
|
|
1844
|
+
"templates-general": "Obecné",
|
|
1845
|
+
"templates-invite-link-copied-to-clipboard": "Odkaz na pozvánku zkopírovaný do schránky",
|
|
1846
|
+
"templates-invitiation-has-been-removed": "Pozvánka byla odstraněna",
|
|
1847
|
+
"templates-invitiation-link-has-been-resent": "Odkaz na pozvánku byl znovu zaslán",
|
|
1848
|
+
"templates-last-name": "Příjmení",
|
|
1849
|
+
"templates-manage-the-settings-for-your-medusa-store": "Správa nastavení vašeho obchodu",
|
|
1850
|
+
"templates-manually-refunded": "Vráceno manuálně",
|
|
1851
|
+
"templates-mark-shipped": "Označit jako odeslané",
|
|
1852
|
+
"templates-member": "Člen",
|
|
1853
|
+
"templates-metadata": "Metadata",
|
|
1854
|
+
"templates-name": "Název",
|
|
1855
|
+
"templates-net-total": "Čistá současná hodnota",
|
|
1856
|
+
"templates-no-team-permissions": "Žádná týmová oprávnění",
|
|
1857
|
+
"templates-not-shipped": "Neodesláno",
|
|
1858
|
+
"templates-paid": "Placené",
|
|
1859
|
+
"templates-partially-fulfilled": "Částečně splněno",
|
|
1860
|
+
"templates-partially-shipped": "Částečně odesláno",
|
|
1861
|
+
"templates-payment-status-requires-action": "Vyžadována akce",
|
|
1862
|
+
"templates-pending": "Čeká se na",
|
|
1863
|
+
"templates-phone": "Telefon",
|
|
1864
|
+
"templates-postal-code": "Poštovní směrovací číslo",
|
|
1865
|
+
"templates-processing": "Zpracování",
|
|
1866
|
+
"templates-province": "Kraj/Oblast",
|
|
1867
|
+
"templates-refund": "Vrácení peněz",
|
|
1868
|
+
"templates-refunded-for-returns": "Vrácené peníze za vrácení",
|
|
1869
|
+
"templates-refunded-for-swaps": "Vrácené prostředky za swapy",
|
|
1870
|
+
"templates-remove-invitation": "Odstranění pozvánky",
|
|
1871
|
+
"templates-remove-invite": "Odstranění pozvánky",
|
|
1872
|
+
"templates-remove-user": "Odebrat uživatele",
|
|
1873
|
+
"templates-remove-user-heading": "Odebrat uživatele",
|
|
1874
|
+
"templates-requires-action": "Vyžaduje akci",
|
|
1875
|
+
"templates-resend-invitation": "Opětovné zaslání pozvánky",
|
|
1876
|
+
"templates-settings": "Nastavení",
|
|
1877
|
+
"templates-shipped": "Odesláno",
|
|
1878
|
+
"templates-shipped-from": "Odesláno z",
|
|
1879
|
+
"templates-shipping-address": "Dodací adresa",
|
|
1880
|
+
"templates-shipping-from": "Přeprava od",
|
|
1881
|
+
"templates-status": "Stav",
|
|
1882
|
+
"templates-success": "Úspěšně uloženo",
|
|
1883
|
+
"templates-successfully-canceled-claim": "Reklamace byla úspěšně zrušena",
|
|
1884
|
+
"templates-successfully-canceled-fulfillment": "Plnění bylo úspěšně zrušeno",
|
|
1885
|
+
"templates-successfully-canceled-swap": "Výměna úspěšně zrušena",
|
|
1886
|
+
"templates-successfully-captured-payment": "Platba úspěšně zaznamenána",
|
|
1887
|
+
"templates-team-permissions": "Oprávnění týmu",
|
|
1888
|
+
"templates-total-for-swaps": "Celkem za swapy",
|
|
1889
|
+
"templates-tracking": "Sledování",
|
|
1890
|
+
"templates-user-has-been-removed": "Uživatel byl odstraněn",
|
|
1891
|
+
"timeline-added-note": "Přidána poznámka",
|
|
1892
|
+
"timeline-error": "Chyba",
|
|
1893
|
+
"timeline-register-claim": "Registrace nároku",
|
|
1894
|
+
"timeline-register-exchange": "Výměna registrů",
|
|
1895
|
+
"timeline-request-return": "Žádost o vrácení",
|
|
1896
|
+
"timeline-success": "Úspěšně dokončeno",
|
|
1897
|
+
"timeline-timeline": "Časová osa",
|
|
1898
|
+
"transfer-orders-modal-cancel": "Zrušit",
|
|
1899
|
+
"transfer-orders-modal-confirm": "Potvrdit",
|
|
1900
|
+
"transfer-orders-modal-could-not-transfer-order-to-different-customer": "Nelze převést objednávku na jiného zákazníka",
|
|
1901
|
+
"transfer-orders-modal-current-owner": "Současný majitel objednávky",
|
|
1902
|
+
"transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Zákazník je již majitelem objednávky",
|
|
1903
|
+
"transfer-orders-modal-error": "Chyba",
|
|
1904
|
+
"transfer-orders-modal-info": "Informace",
|
|
1905
|
+
"transfer-orders-modal-new-owner": "Nový majitel",
|
|
1906
|
+
"transfer-orders-modal-order": "Objednávka",
|
|
1907
|
+
"transfer-orders-modal-success": "Převod byl úspěšný",
|
|
1908
|
+
"transfer-orders-modal-successfully-transferred-order-to-different-customer": "Úspěšný převod objednávky na jiného zákazníka",
|
|
1909
|
+
"transfer-orders-modal-the-customer-currently-related-to-this-order": "Zákazník, který se aktuálně vztahuje k této objednávce",
|
|
1910
|
+
"transfer-orders-modal-the-customer-to-transfer-this-order-to": "Zákazník tuto objednávku převede na",
|
|
1911
|
+
"transfer-orders-modal-transfer-order": "Příkaz k převodu",
|
|
1912
|
+
"upload-modal-cancel": "Zrušit",
|
|
1913
|
+
"upload-modal-click-to-browse": "klikněte sem pro procházení.",
|
|
1914
|
+
"upload-modal-drop-your-file-here-or": "Svůj soubor můžete vložit sem nebo",
|
|
1915
|
+
"upload-modal-import-file-title": "Import {{fileTitle}}",
|
|
1916
|
+
"upload-modal-import-list": "Seznam importů",
|
|
1917
|
+
"upload-modal-new": "nový",
|
|
1918
|
+
"upload-modal-only-csv-files-are-supported": "Podporovány jsou pouze soubory .csv",
|
|
1919
|
+
"upload-modal-updates": "aktualizace",
|
|
1920
|
+
"usage-insights-active": "Aktivní",
|
|
1921
|
+
"usage-insights-cancel": "Zrušit",
|
|
1922
|
+
"usage-insights-disabled": "Neaktivní",
|
|
1923
|
+
"usage-insights-edit-preferences": "Upravit předvolby",
|
|
1924
|
+
"usage-insights-error": "Chyba",
|
|
1925
|
+
"usage-insights-share-usage-insights-and-help-us-improve-medusa": "Podělte se o poznatky o používání a pomozte nám vylepšit náš software.",
|
|
1926
|
+
"usage-insights-submit-and-close": "Uložit a zavřít",
|
|
1927
|
+
"usage-insights-success": "Úspěšně dokončeno",
|
|
1928
|
+
"usage-insights-your-information-was-successfully-updated": "Vaše informace byly úspěšně aktualizovány",
|
|
1929
|
+
"users-back-to-settings": "Zpět do nastavení",
|
|
1930
|
+
"users-count_one": "{{count}}",
|
|
1931
|
+
"users-count_other": "{{count}}",
|
|
1932
|
+
"users-invite-users": "Pozvat uživatele",
|
|
1933
|
+
"users-manage-users-of-your-medusa-store": "Správa uživatelů vašeho obchodu",
|
|
1934
|
+
"users-the-team": "Tým",
|
|
1935
|
+
"utils-collections": "kolekce",
|
|
1936
|
+
"utils-groups": "skupiny",
|
|
1937
|
+
"utils-products": "produkty",
|
|
1938
|
+
"utils-tags": "štítky",
|
|
1939
|
+
"utils-types": "typy",
|
|
1940
|
+
"variants-table-location": " v {{location}}"
|
|
1941
|
+
}
|
|
1942
|
+
|