@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,2011 @@
|
|
|
1
|
+
{
|
|
2
|
+
"back-button-go-back": "돌아가기",
|
|
3
|
+
"filter-menu-trigger": "보다",
|
|
4
|
+
"filter-menu-clear-button": "분명한",
|
|
5
|
+
"filter-menu-select-item-default-placeholder": "필터 선택",
|
|
6
|
+
"filter-menu-select-item-clear-button": "선택한 옵션 지우기",
|
|
7
|
+
"filter-menu-select-item-selected": "선택된",
|
|
8
|
+
"filter-menu-date-item-before": "전에",
|
|
9
|
+
"filter-menu-date-item-after": "후에",
|
|
10
|
+
"filter-menu-date-item-between": "사이",
|
|
11
|
+
"sales-channels-display-available-count": "<6>{{totalChannelsCount}}</6>개 판매 채널 중 <2>{{availableChannelsCount}}</2>개에서 사용 가능",
|
|
12
|
+
"activity-drawer-activity": "활동",
|
|
13
|
+
"activity-drawer-no-notifications-title": "여기는 조용해요...",
|
|
14
|
+
"activity-drawer-no-notifications-description": "지금은 알림이 없습니다. 하지만 일단 알림을 받으면 알림이 여기에 표시됩니다.",
|
|
15
|
+
"activity-drawer-error-title": "안 돼...",
|
|
16
|
+
"activity-drawer-error-description": "알림을 가져오는 중에 문제가 발생했습니다. 계속 노력하겠습니다!",
|
|
17
|
+
"activity-drawer-processing": "처리 중...",
|
|
18
|
+
"analytics-config-form-title": "내 사용 데이터를 익명화하세요",
|
|
19
|
+
"analytics-config-form-description": "사용 데이터를 익명화하도록 선택할 수 있습니다. ",
|
|
20
|
+
"analytics-config-form-opt-out": "내 사용 데이터 공유 거부",
|
|
21
|
+
"analytics-config-form-opt-out-later": "귀하는 언제든지 사용 데이터 공유를 거부할 수 있습니다.",
|
|
22
|
+
"analytics-preferences-success": "성공",
|
|
23
|
+
"analytics-preferences-your-preferences-were-successfully-updated": "환경설정이 성공적으로 업데이트되었습니다.",
|
|
24
|
+
"analytics-preferences-error": "오류",
|
|
25
|
+
"analytics-preferences-help-us-get-better": "우리가 더 나아질 수 있도록 도와주세요",
|
|
26
|
+
"analytics-preferences-disclaimer": "가장 매력적인 전자상거래 경험을 만들기 위해 우리는 귀하가 Medusa를 어떻게 사용하는지에 대한 통찰력을 얻고 싶습니다. ",
|
|
27
|
+
"analytics-preferences-documentation": "선적 서류 비치",
|
|
28
|
+
"analytics-preferences-please-enter-a-valid-email": "유효한 이메일을 입력해주세요",
|
|
29
|
+
"analytics-preferences-continue": "계속하다",
|
|
30
|
+
"currency-input-currency": "통화",
|
|
31
|
+
"currency-input-amount-is-not-valid": "금액이 유효하지 않습니다.",
|
|
32
|
+
"organisms-success": "성공",
|
|
33
|
+
"organisms-delete-successful": "삭제 성공",
|
|
34
|
+
"organisms-are-you-sure-you-want-to-delete": "삭제 하시겠습니까?",
|
|
35
|
+
"organisms-no-cancel": "아니요, 취소합니다.",
|
|
36
|
+
"organisms-yes-remove": "예, 삭제합니다",
|
|
37
|
+
"details-collapsible-hide-additional-details": "추가 세부정보 숨기기",
|
|
38
|
+
"details-collapsible-show-additional-details": "추가 세부정보 표시",
|
|
39
|
+
"edit-user-modal-success": "성공",
|
|
40
|
+
"edit-user-modal-user-was-updated": "사용자가 업데이트되었습니다.",
|
|
41
|
+
"edit-user-modal-error": "오류",
|
|
42
|
+
"edit-user-modal-edit-user": "사용자 편집",
|
|
43
|
+
"edit-user-modal-first-name-label": "이름",
|
|
44
|
+
"edit-user-modal-first-name-placeholder": "이름...",
|
|
45
|
+
"edit-user-modal-last-name-label": "성",
|
|
46
|
+
"edit-user-modal-last-name-placeholder": "성...",
|
|
47
|
+
"edit-user-modal-email": "이메일",
|
|
48
|
+
"edit-user-modal-cancel": "취소",
|
|
49
|
+
"edit-user-modal-save": "구하다",
|
|
50
|
+
"error-boundary-back-to-dashboard": "대시보드로 돌아가기",
|
|
51
|
+
"error-boundary-an-unknown-error-occured": "알 수 없는 오류가 발생했습니다.",
|
|
52
|
+
"error-boundary-bad-request": "잘못된 요청",
|
|
53
|
+
"error-boundary-you-are-not-logged-in": "로그인되어 있지 않습니다.",
|
|
54
|
+
"error-boundary-you-do-not-have-permission-perform-this-action": "이 작업을 수행할 권한이 없습니다.",
|
|
55
|
+
"error-boundary-page-was-not-found": "페이지를 찾을 수 없습니다",
|
|
56
|
+
"error-boundary-an-unknown-server-error-occured": "알 수 없는 서버 오류가 발생했습니다.",
|
|
57
|
+
"error-boundary-503": "현재 서버를 사용할 수 없습니다",
|
|
58
|
+
"error-boundary-500": "불특정 원인으로 인해 오류가 발생했습니다. 이는 당사 측의 기술적인 문제로 인한 것일 가능성이 높습니다. ",
|
|
59
|
+
"error-boundary-400": "요청 형식이 잘못되었습니다. 요청을 수정한 후 다시 시도해 주세요.",
|
|
60
|
+
"error-boundary-401": "로그인되어 있지 않습니다. 계속하려면 로그인하세요.",
|
|
61
|
+
"error-boundary-403": "이 작업을 수행할 권한이 없습니다. 실수라고 생각되면 관리자에게 문의하세요.",
|
|
62
|
+
"error-boundary-404": "요청하신 페이지를 찾을 수 없습니다. URL을 확인하신 후 다시 시도해 주세요.",
|
|
63
|
+
"error-boundary-500-2": "서버가 귀하의 요청을 처리할 수 없습니다. 이는 당사 측의 기술적 문제로 인한 것일 가능성이 높습니다. ",
|
|
64
|
+
"error-boundary-503-2": "서버를 일시적으로 사용할 수 없어 요청을 처리할 수 없습니다. ",
|
|
65
|
+
"export-modal-title": "데이터 내보내기 초기화",
|
|
66
|
+
"export-modal-cancel": "취소",
|
|
67
|
+
"export-modal-export": "내보내다",
|
|
68
|
+
"file-upload-modal-upload-a-new-photo": "새 사진 업로드",
|
|
69
|
+
"gift-card-banner-edit": "편집하다",
|
|
70
|
+
"gift-card-banner-unpublish": "게시 취소",
|
|
71
|
+
"gift-card-banner-publish": "게시",
|
|
72
|
+
"gift-card-banner-delete": "삭제",
|
|
73
|
+
"gift-card-banner-published": "게시됨",
|
|
74
|
+
"gift-card-banner-unpublished": "널리 알려지지 않은",
|
|
75
|
+
"gift-card-denominations-section-denomination-added": "명칭이 추가됨",
|
|
76
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-added": "새로운 액면가가 성공적으로 추가되었습니다",
|
|
77
|
+
"gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "해당 기본값을 가진 금액이 이미 존재합니다.",
|
|
78
|
+
"gift-card-denominations-section-error": "오류",
|
|
79
|
+
"gift-card-denominations-section-add-denomination": "명칭 추가",
|
|
80
|
+
"gift-card-denominations-section-cancel": "취소",
|
|
81
|
+
"gift-card-denominations-section-save-and-close": "저장하고 닫습니다",
|
|
82
|
+
"gift-card-denominations-section-denomination-updated": "액면가 업데이트됨",
|
|
83
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-updated": "새로운 단위가 성공적으로 업데이트되었습니다",
|
|
84
|
+
"gift-card-denominations-section-edit-denomination": "명칭 편집",
|
|
85
|
+
"gift-card-denominations-section-denominations": "교단",
|
|
86
|
+
"gift-card-denominations-section-denomination": "명칭",
|
|
87
|
+
"gift-card-denominations-section-in-other-currencies": "다른 통화로",
|
|
88
|
+
"gift-card-denominations-section-and-more_one": ", 외 {{count}}개",
|
|
89
|
+
"gift-card-denominations-section-and-more_other": ", 외 {{count}}개",
|
|
90
|
+
"gift-card-denominations-section-delete-denomination": "명칭 삭제",
|
|
91
|
+
"gift-card-denominations-section-confirm-delete": "이 액면가를 삭제하시겠습니까?",
|
|
92
|
+
"gift-card-denominations-section-denomination-deleted": "명칭이 삭제되었습니다.",
|
|
93
|
+
"gift-card-denominations-section-denomination-was-successfully-deleted": "액면가가 성공적으로 삭제되었습니다",
|
|
94
|
+
"gift-card-denominations-section-edit": "편집하다",
|
|
95
|
+
"gift-card-denominations-section-delete": "삭제",
|
|
96
|
+
"help-dialog-how-can-we-help": "어떻게 도와드릴까요?",
|
|
97
|
+
"help-dialog-we-usually-respond-in-a-few-hours": "우리는 보통 몇 시간 안에 응답합니다",
|
|
98
|
+
"help-dialog-subject": "주제",
|
|
99
|
+
"help-dialog-what-is-it-about": "무슨 내용인가요?...",
|
|
100
|
+
"help-dialog-write-a-message": "메시지를 작성하세요...",
|
|
101
|
+
"help-dialog-feel-free-to-join-our-community-of": "우리 커뮤니티에 자유롭게 가입하세요.",
|
|
102
|
+
"help-dialog-merchants-and-e-commerce-developers": "판매자 및 전자상거래 개발자",
|
|
103
|
+
"help-dialog-send-a-message": "메세지를 보내다",
|
|
104
|
+
"invite-modal-success": "성공",
|
|
105
|
+
"invite-modal-invitation-sent-to": "{{user}}님에게 초대장이 전송되었습니다.",
|
|
106
|
+
"invite-modal-error": "오류",
|
|
107
|
+
"invite-modal-member": "회원",
|
|
108
|
+
"invite-modal-admin": "관리자",
|
|
109
|
+
"invite-modal-developer": "개발자",
|
|
110
|
+
"invite-modal-invite-users": "사용자 초대",
|
|
111
|
+
"invite-modal-email": "이메일",
|
|
112
|
+
"invite-modal-role": "역할",
|
|
113
|
+
"invite-modal-select-role": "역할 선택",
|
|
114
|
+
"invite-modal-cancel": "취소",
|
|
115
|
+
"invite-modal-invite": "초대하다",
|
|
116
|
+
"login-card-no-match": "이 자격 증명은 우리 기록과 일치하지 않습니다.",
|
|
117
|
+
"login-card-log-in-to-medusa": "메두사에 로그인하세요",
|
|
118
|
+
"login-card-email": "이메일",
|
|
119
|
+
"login-card-password": "비밀번호",
|
|
120
|
+
"login-card-forgot-your-password": "비밀번호를 잊어 버렸습니까?",
|
|
121
|
+
"metadata-add-metadata": "메타데이터 추가",
|
|
122
|
+
"product-attributes-section-edit-attributes": "속성 편집",
|
|
123
|
+
"product-attributes-section-dimensions": "치수",
|
|
124
|
+
"product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "가장 정확한 배송료를 계산하도록 구성",
|
|
125
|
+
"product-attributes-section-customs": "세관",
|
|
126
|
+
"product-attributes-section-cancel": "취소",
|
|
127
|
+
"product-attributes-section-save": "구하다",
|
|
128
|
+
"product-attributes-section-title": "속성",
|
|
129
|
+
"product-attributes-section-height": "키",
|
|
130
|
+
"product-attributes-section-width": "너비",
|
|
131
|
+
"product-attributes-section-length": "길이",
|
|
132
|
+
"product-attributes-section-weight": "무게",
|
|
133
|
+
"product-attributes-section-mid-code": "MID 코드",
|
|
134
|
+
"product-attributes-section-hs-code": "HS 코드",
|
|
135
|
+
"product-attributes-section-country-of-origin": "원산지",
|
|
136
|
+
"product-general-section-success": "성공",
|
|
137
|
+
"product-general-section-successfully-updated-sales-channels": "판매 채널이 성공적으로 업데이트되었습니다.",
|
|
138
|
+
"product-general-section-error": "오류",
|
|
139
|
+
"product-general-section-failed-to-update-sales-channels": "판매 채널을 업데이트하지 못했습니다.",
|
|
140
|
+
"product-general-section-edit-general-information": "일반 정보 편집",
|
|
141
|
+
"product-general-section-gift-card": "기프트 카드",
|
|
142
|
+
"product-general-section-product": "제품",
|
|
143
|
+
"product-general-section-metadata": "메타데이터",
|
|
144
|
+
"product-general-section-cancel": "취소",
|
|
145
|
+
"product-general-section-save": "구하다",
|
|
146
|
+
"product-general-section-delete": "삭제",
|
|
147
|
+
"product-general-section-edit-sales-channels": "판매 채널 편집",
|
|
148
|
+
"product-general-section-published": "게시됨",
|
|
149
|
+
"product-general-section-draft": "초안",
|
|
150
|
+
"product-general-section-details": "세부",
|
|
151
|
+
"product-general-section-subtitle": "부제",
|
|
152
|
+
"product-general-section-handle": "핸들",
|
|
153
|
+
"product-general-section-type": "유형",
|
|
154
|
+
"product-general-section-collection": "수집",
|
|
155
|
+
"product-general-section-category": "범주",
|
|
156
|
+
"product-general-section-discountable": "할인 가능",
|
|
157
|
+
"product-general-section-true": "진실",
|
|
158
|
+
"product-general-section-false": "거짓",
|
|
159
|
+
"product-general-section-count_one": "{{세다}}",
|
|
160
|
+
"product-general-section-count_other": "{{세다}}",
|
|
161
|
+
"product-general-section-sales-channels": "판매채널",
|
|
162
|
+
"product-media-section-edit-media": "미디어 편집",
|
|
163
|
+
"product-media-section-upload-images-error": "이미지를 업로드하는 중에 문제가 발생했습니다.",
|
|
164
|
+
"product-media-section-file-service-not-configured": "파일 서비스가 구성되어 있지 않을 수 있습니다. ",
|
|
165
|
+
"product-media-section-error": "오류",
|
|
166
|
+
"product-media-section-media": "미디어",
|
|
167
|
+
"product-media-section-add-images-to-your-product": "제품에 이미지를 추가하세요.",
|
|
168
|
+
"product-media-section-cancel": "취소",
|
|
169
|
+
"product-media-section-save-and-close": "저장하고 닫습니다",
|
|
170
|
+
"product-raw-section-raw-gift-card": "원시 기프트 카드",
|
|
171
|
+
"product-raw-section-raw-product": "원시 제품",
|
|
172
|
+
"product-thumbnail-section-success": "성공",
|
|
173
|
+
"product-thumbnail-section-successfully-deleted-thumbnail": "미리보기 이미지를 삭제했습니다.",
|
|
174
|
+
"product-thumbnail-section-error": "오류",
|
|
175
|
+
"product-thumbnail-section-edit": "편집하다",
|
|
176
|
+
"product-thumbnail-section-upload": "업로드",
|
|
177
|
+
"product-thumbnail-section-upload-thumbnail-error": "미리보기 이미지를 업로드하는 중에 문제가 발생했습니다.",
|
|
178
|
+
"product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "파일 서비스가 구성되어 있지 않을 수 있습니다. ",
|
|
179
|
+
"product-thumbnail-section-upload-thumbnail": "썸네일 업로드",
|
|
180
|
+
"product-thumbnail-section-thumbnail": "썸네일",
|
|
181
|
+
"product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "결제, 소셜 공유 등의 과정에서 제품을 나타내는 데 사용됩니다.",
|
|
182
|
+
"product-thumbnail-section-cancel": "취소",
|
|
183
|
+
"product-thumbnail-section-save-and-close": "저장하고 닫습니다",
|
|
184
|
+
"product-variant-tree-count_one": "{{세다}}",
|
|
185
|
+
"product-variant-tree-count_other": "{{세다}}",
|
|
186
|
+
"product-variant-tree-add-prices": "가격 추가",
|
|
187
|
+
"product-variants-section-add-variant": "변형 추가",
|
|
188
|
+
"product-variants-section-cancel": "취소",
|
|
189
|
+
"product-variants-section-save-and-close": "저장하고 닫습니다",
|
|
190
|
+
"product-variants-section-edit-stock-inventory": "재고 및 재고 편집",
|
|
191
|
+
"product-variants-section-edit-variant": "변형 편집",
|
|
192
|
+
"edit-variants-modal-cancel": "취소",
|
|
193
|
+
"edit-variants-modal-save-and-go-back": "저장하고 돌아가기",
|
|
194
|
+
"edit-variants-modal-save-and-close": "저장하고 닫습니다",
|
|
195
|
+
"edit-variants-modal-edit-variant": "변형 편집",
|
|
196
|
+
"edit-variants-modal-update-success": "변형이 성공적으로 업데이트되었습니다.",
|
|
197
|
+
"edit-variants-modal-edit-variants": "변형 편집",
|
|
198
|
+
"edit-variants-modal-product-variants": "제품 변형",
|
|
199
|
+
"edit-variants-modal-variant": "변종",
|
|
200
|
+
"edit-variants-modal-inventory": "목록",
|
|
201
|
+
"product-variants-section-edit-prices": "가격 편집",
|
|
202
|
+
"product-variants-section-edit-variants": "변형 편집",
|
|
203
|
+
"product-variants-section-edit-options": "편집 옵션",
|
|
204
|
+
"product-variants-section-product-variants": "제품 변형",
|
|
205
|
+
"product-variants-section-error": "오류",
|
|
206
|
+
"product-variants-section-failed-to-update-product-options": "제품 옵션을 업데이트하지 못했습니다.",
|
|
207
|
+
"product-variants-section-success": "성공",
|
|
208
|
+
"product-variants-section-successfully-updated-product-options": "제품 옵션이 업데이트되었습니다.",
|
|
209
|
+
"product-variants-section-product-options": "제품 옵션",
|
|
210
|
+
"product-variants-section-option-title": "옵션 제목",
|
|
211
|
+
"product-variants-section-option-title-is-required": "옵션 제목이 필요합니다",
|
|
212
|
+
"product-variants-section-add-an-option": "옵션 추가",
|
|
213
|
+
"product-variants-section-inventory": "목록",
|
|
214
|
+
"product-variants-section-title": "제목",
|
|
215
|
+
"product-variants-section-sku": "SKU",
|
|
216
|
+
"product-variants-section-ean": "이안",
|
|
217
|
+
"product-variants-section-manage-inventory": "재고 관리",
|
|
218
|
+
"product-variants-section-duplicate-variant": "중복 변형",
|
|
219
|
+
"product-variants-section-delete-variant-label": "변형 삭제",
|
|
220
|
+
"product-variants-section-yes-delete": "예, 삭제합니다",
|
|
221
|
+
"product-variants-section-delete-variant-heading": "변형 삭제",
|
|
222
|
+
"product-variants-section-confirm-delete": "이 변형을 삭제하시겠습니까?",
|
|
223
|
+
"product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "참고: 변형을 삭제하면 인벤토리 항목과 레벨도 제거됩니다.",
|
|
224
|
+
"reset-token-card-error": "오류",
|
|
225
|
+
"reset-token-card-reset-your-password": "비밀번호를 재설정",
|
|
226
|
+
"reset-token-card-password-reset-description": "아래에 이메일 주소를 입력하시면<1></1>비밀번호 재설정 방법<3></3>에 대한 지침을 보내드립니다.",
|
|
227
|
+
"reset-token-card-email": "이메일",
|
|
228
|
+
"reset-token-card-this-is-not-a-valid-email": "유효한 이메일이 아닙니다.",
|
|
229
|
+
"reset-token-card-send-reset-instructions": "재설정 지침 보내기",
|
|
230
|
+
"reset-token-card-successfully-sent-you-an-email": "이메일을 성공적으로 보냈습니다.",
|
|
231
|
+
"reset-token-card-go-back-to-sign-in": "다시 로그인하기",
|
|
232
|
+
"rma-return-product-table-product-details": "제품 세부 정보",
|
|
233
|
+
"rma-return-product-table-quantity": "수량",
|
|
234
|
+
"rma-select-product-table-product-details": "제품 세부 정보",
|
|
235
|
+
"rma-select-product-table-quantity": "수량",
|
|
236
|
+
"rma-select-product-table-refundable": "환불 가능",
|
|
237
|
+
"rma-select-product-table-images-witch-count_one": "{{세다}}",
|
|
238
|
+
"rma-select-product-table-images-witch-count_other": "{{세다}}",
|
|
239
|
+
"rma-select-product-table-select-reason": "이유 선택",
|
|
240
|
+
"sidebar-store": "가게",
|
|
241
|
+
"sidebar-orders": "명령",
|
|
242
|
+
"sidebar-products": "제품",
|
|
243
|
+
"sidebar-categories": "카테고리",
|
|
244
|
+
"sidebar-customers": "고객",
|
|
245
|
+
"sidebar-inventory": "목록",
|
|
246
|
+
"sidebar-discounts": "할인",
|
|
247
|
+
"sidebar-gift-cards": "기프트 카드",
|
|
248
|
+
"sidebar-pricing": "가격",
|
|
249
|
+
"sidebar-settings": "설정",
|
|
250
|
+
"table-container-soothed-offset_one": "{{sooothedOffset}} - {{count}} {{title}} 중 {{pageSize}}",
|
|
251
|
+
"table-container-soothed-offset_other": "{{sooothedOffset}} - {{count}} {{title}} 중 {{pageSize}}",
|
|
252
|
+
"table-container-current-page": "{{sothedPageCount}} 중 {{currentPage}}",
|
|
253
|
+
"timeline-request-return": "반품요청",
|
|
254
|
+
"timeline-register-exchange": "거래소 등록",
|
|
255
|
+
"timeline-register-claim": "청구 등록",
|
|
256
|
+
"timeline-success": "성공",
|
|
257
|
+
"timeline-added-note": "메모를 추가했습니다.",
|
|
258
|
+
"timeline-error": "오류",
|
|
259
|
+
"timeline-timeline": "타임라인",
|
|
260
|
+
"upload-modal-new": "새로운",
|
|
261
|
+
"upload-modal-updates": "업데이트",
|
|
262
|
+
"upload-modal-drop-your-file-here-or": "여기에 파일을 놓거나",
|
|
263
|
+
"upload-modal-click-to-browse": "찾아보려면 클릭하세요.",
|
|
264
|
+
"upload-modal-only-csv-files-are-supported": ".csv 파일만 지원됩니다.",
|
|
265
|
+
"upload-modal-import-file-title": "{{fileTitle}} 가져오기",
|
|
266
|
+
"upload-modal-cancel": "취소",
|
|
267
|
+
"upload-modal-import-list": "가져오기 목록",
|
|
268
|
+
"add-products-modal-add-products": "제품 추가",
|
|
269
|
+
"add-products-modal-search-by-name-or-description": "이름이나 설명으로 검색하세요...",
|
|
270
|
+
"add-products-modal-cancel": "취소",
|
|
271
|
+
"add-products-modal-save": "구하다",
|
|
272
|
+
"add-products-modal-product-details": "제품 세부 정보",
|
|
273
|
+
"add-products-modal-status": "상태",
|
|
274
|
+
"add-products-modal-variants": "변형",
|
|
275
|
+
"templates-general": "일반적인",
|
|
276
|
+
"templates-first-name": "이름",
|
|
277
|
+
"templates-last-name": "성",
|
|
278
|
+
"templates-company": "회사",
|
|
279
|
+
"templates-phone": "핸드폰",
|
|
280
|
+
"templates-billing-address": "청구 지 주소",
|
|
281
|
+
"templates-shipping-address": "배송 주소",
|
|
282
|
+
"templates-address": "주소",
|
|
283
|
+
"templates-address-1": "주소 1",
|
|
284
|
+
"templates-address-2": "주소 2",
|
|
285
|
+
"templates-postal-code": "우편 번호",
|
|
286
|
+
"templates-city": "도시",
|
|
287
|
+
"templates-province": "주",
|
|
288
|
+
"templates-country": "국가",
|
|
289
|
+
"templates-metadata": "메타데이터",
|
|
290
|
+
"collection-modal-success": "성공",
|
|
291
|
+
"collection-modal-successfully-updated-collection": "컬렉션이 업데이트되었습니다.",
|
|
292
|
+
"collection-modal-error": "오류",
|
|
293
|
+
"collection-modal-successfully-created-collection": "컬렉션이 생성되었습니다.",
|
|
294
|
+
"collection-modal-edit-collection": "컬렉션 편집",
|
|
295
|
+
"collection-modal-add-collection": "컬렉션 추가",
|
|
296
|
+
"collection-modal-description": "컬렉션을 만들려면 제목과 핸들만 있으면 됩니다.",
|
|
297
|
+
"collection-modal-details": "세부",
|
|
298
|
+
"collection-modal-title-label": "제목",
|
|
299
|
+
"collection-modal-title-placeholder": "색안경",
|
|
300
|
+
"collection-modal-handle-label": "핸들",
|
|
301
|
+
"collection-modal-handle-placeholder": "색안경",
|
|
302
|
+
"collection-modal-slug-description": "컬렉션의 URL Slug입니다. ",
|
|
303
|
+
"collection-modal-metadata": "메타데이터",
|
|
304
|
+
"collection-modal-cancel": "취소",
|
|
305
|
+
"collection-modal-save-collection": "컬렉션 저장",
|
|
306
|
+
"collection-modal-publish-collection": "컬렉션 게시",
|
|
307
|
+
"collection-product-table-add-products": "제품 추가",
|
|
308
|
+
"collection-product-table-products": "제품",
|
|
309
|
+
"collection-product-table-search-products": "제품 검색",
|
|
310
|
+
"collection-product-table-cancel": "취소",
|
|
311
|
+
"collection-product-table-save": "구하다",
|
|
312
|
+
"collection-product-table-sort-by": "정렬 기준",
|
|
313
|
+
"collection-product-table-all": "모두",
|
|
314
|
+
"collection-product-table-newest": "최신",
|
|
315
|
+
"collection-product-table-oldest": "가장 오래된",
|
|
316
|
+
"collection-product-table-title": "제목",
|
|
317
|
+
"collection-product-table-decide-status-published": "게시됨",
|
|
318
|
+
"collection-product-table-draft": "초안",
|
|
319
|
+
"collection-product-table-proposed": "제안됨",
|
|
320
|
+
"collection-product-table-rejected": "거부됨",
|
|
321
|
+
"collection-product-table-remove-product-from-collection": "컬렉션에서 제품 제거",
|
|
322
|
+
"collection-product-table-product-removed-from-collection": "컬렉션에서 제품이 제거되었습니다.",
|
|
323
|
+
"collections-table-delete-collection": "컬렉션 삭제",
|
|
324
|
+
"collections-table-confirm-delete": "이 컬렉션을 삭제하시겠습니까?",
|
|
325
|
+
"collections-table-edit": "편집하다",
|
|
326
|
+
"collections-table-delete": "삭제",
|
|
327
|
+
"collections-table-title": "제목",
|
|
328
|
+
"collections-table-handle": "핸들",
|
|
329
|
+
"collections-table-created-at": "생성 날짜",
|
|
330
|
+
"collections-table-updated-at": "업데이트 날짜",
|
|
331
|
+
"collections-table-products": "제품",
|
|
332
|
+
"customer-group-table-details": "세부",
|
|
333
|
+
"customer-group-table-delete": "삭제",
|
|
334
|
+
"customer-group-table-success": "성공",
|
|
335
|
+
"customer-group-table-group-deleted": "그룹이 삭제되었습니다.",
|
|
336
|
+
"customer-group-table-error": "오류",
|
|
337
|
+
"customer-group-table-failed-to-delete-the-group": "그룹을 삭제하지 못했습니다.",
|
|
338
|
+
"customer-group-table-customer-groups": "고객 그룹",
|
|
339
|
+
"customer-group-table-delete-from-the-group": "그룹에서 삭제",
|
|
340
|
+
"customer-group-table-customer-groups-title": "고객 그룹",
|
|
341
|
+
"customer-group-table-groups": "여러 떼",
|
|
342
|
+
"customer-group-table-all": "모두",
|
|
343
|
+
"customer-group-table-edit-customers": "고객 편집",
|
|
344
|
+
"customer-group-table-customers": "고객",
|
|
345
|
+
"customer-group-table-cancel": "취소",
|
|
346
|
+
"customer-group-table-save": "구하다",
|
|
347
|
+
"customer-orders-table-orders": "명령",
|
|
348
|
+
"customer-orders-table-transfer-order": "이체 주문",
|
|
349
|
+
"customer-orders-table-paid": "유급의",
|
|
350
|
+
"customer-orders-table-awaiting": "대기 중",
|
|
351
|
+
"customer-orders-table-requires-action": "조치가 필요함",
|
|
352
|
+
"customer-orders-table-n-a": "해당 없음",
|
|
353
|
+
"customer-orders-table-fulfilled": "이행됨",
|
|
354
|
+
"customer-orders-table-shipped": "배송됨",
|
|
355
|
+
"customer-orders-table-not-fulfilled": "충족되지 않음",
|
|
356
|
+
"customer-orders-table-partially-fulfilled": "부분적으로 이행됨",
|
|
357
|
+
"customer-orders-table-partially-shipped": "부분적으로 배송됨",
|
|
358
|
+
"customer-orders-table-order": "주문하다",
|
|
359
|
+
"customer-orders-table-remainder-more": "+ {{나머지}}개 더보기",
|
|
360
|
+
"customer-orders-table-date": "날짜",
|
|
361
|
+
"customer-orders-table-fulfillment": "이행",
|
|
362
|
+
"customer-orders-table-status": "상태",
|
|
363
|
+
"customer-orders-table-total": "총",
|
|
364
|
+
"customer-table-customers": "고객",
|
|
365
|
+
"customer-table-edit": "편집하다",
|
|
366
|
+
"customer-table-details": "세부",
|
|
367
|
+
"customer-table-date-added": "추가된 날짜",
|
|
368
|
+
"customer-table-name": "이름",
|
|
369
|
+
"customer-table-email": "이메일",
|
|
370
|
+
"customer-table-orders": "명령",
|
|
371
|
+
"discount-filter-dropdown-filters": "필터",
|
|
372
|
+
"discount-table-discounts": "할인",
|
|
373
|
+
"discount-table-search-by-code-or-description": "코드 또는 설명으로 검색...",
|
|
374
|
+
"discount-table-success": "성공",
|
|
375
|
+
"discount-table-successfully-copied-discount": "할인을 복사했습니다.",
|
|
376
|
+
"discount-table-error": "오류",
|
|
377
|
+
"discount-table-scheduled": "예정됨",
|
|
378
|
+
"discount-table-expired": "만료됨",
|
|
379
|
+
"discount-table-active": "활동적인",
|
|
380
|
+
"discount-table-disabled": "장애가 있는",
|
|
381
|
+
"discount-table-free-shipping": "무료 배송",
|
|
382
|
+
"discount-table-code": "암호",
|
|
383
|
+
"discount-table-description": "설명",
|
|
384
|
+
"discount-table-amount": "양",
|
|
385
|
+
"discount-table-status": "상태",
|
|
386
|
+
"discount-table-redemptions": "상환",
|
|
387
|
+
"discount-table-delete-discount": "할인 삭제",
|
|
388
|
+
"discount-table-confirm-delete": "이 할인을 삭제하시겠습니까?",
|
|
389
|
+
"discount-table-publish": "게시",
|
|
390
|
+
"discount-table-unpublish": "게시 취소",
|
|
391
|
+
"discount-table-successfully-published-discount": "할인이 게시되었습니다.",
|
|
392
|
+
"discount-table-successfully-unpublished-discount": "할인이 게시 취소되었습니다.",
|
|
393
|
+
"discount-table-duplicate": "복제하다",
|
|
394
|
+
"discount-table-delete": "삭제",
|
|
395
|
+
"draft-order-table-draft-orders": "초안 주문",
|
|
396
|
+
"draft-order-table-completed": "완전한",
|
|
397
|
+
"draft-order-table-open": "열려 있는",
|
|
398
|
+
"draft-order-table-draft": "초안",
|
|
399
|
+
"draft-order-table-order": "주문하다",
|
|
400
|
+
"draft-order-table-date-added": "추가된 날짜",
|
|
401
|
+
"draft-order-table-customer": "고객",
|
|
402
|
+
"draft-order-table-status": "상태",
|
|
403
|
+
"gift-card-filter-dropdown-is-in-the-last": "마지막에 있어요",
|
|
404
|
+
"gift-card-filter-dropdown-is-older-than": "보다 나이가 많다",
|
|
405
|
+
"gift-card-filter-dropdown-is-after": "이후이다",
|
|
406
|
+
"gift-card-filter-dropdown-is-before": "이전입니다",
|
|
407
|
+
"gift-card-filter-dropdown-is-equal-to": "동일하다",
|
|
408
|
+
"gift-card-filter-dropdown-filters": "필터",
|
|
409
|
+
"gift-card-filter-dropdown-status": "상태",
|
|
410
|
+
"gift-card-filter-dropdown-payment-status": "지불 상태",
|
|
411
|
+
"gift-card-filter-dropdown-fulfillment-status": "이행 상태",
|
|
412
|
+
"gift-card-filter-dropdown-date": "날짜",
|
|
413
|
+
"gift-card-table-gift-cards": "기프트 카드",
|
|
414
|
+
"gift-card-table-code": "암호",
|
|
415
|
+
"gift-card-table-order": "주문하다",
|
|
416
|
+
"gift-card-table-original-amount": "원래 금액",
|
|
417
|
+
"gift-card-table-balance": "균형",
|
|
418
|
+
"gift-card-table-region-has-been-deleted": "지역이 삭제되었습니다.",
|
|
419
|
+
"gift-card-table-none": "없음",
|
|
420
|
+
"gift-card-table-created": "만들어진",
|
|
421
|
+
"image-table-file-name": "파일 이름",
|
|
422
|
+
"image-table-thumbnail": "썸네일",
|
|
423
|
+
"image-table-select-thumbnail-image-for-product": "이 제품의 썸네일로 사용할 이미지를 선택하세요.",
|
|
424
|
+
"inventory-table-inventory-items": "인벤토리 아이템",
|
|
425
|
+
"inventory-table-actions-adjust-availability": "가용성 조정",
|
|
426
|
+
"inventory-table-view-product": "제품보기",
|
|
427
|
+
"inventory-table-success": "성공",
|
|
428
|
+
"inventory-table-inventory-item-updated-successfully": "인벤토리 항목이 성공적으로 업데이트되었습니다.",
|
|
429
|
+
"inventory-table-adjust-availability": "가용성 조정",
|
|
430
|
+
"inventory-table-cancel": "취소",
|
|
431
|
+
"inventory-table-save-and-close": "저장하고 닫습니다",
|
|
432
|
+
"inventory-table-item": "안건",
|
|
433
|
+
"inventory-table-variant": "변종",
|
|
434
|
+
"inventory-table-sku": "SKU",
|
|
435
|
+
"inventory-table-reserved": "예약된",
|
|
436
|
+
"inventory-table-in-stock": "재고",
|
|
437
|
+
"order-filter-dropdown-filters": "필터",
|
|
438
|
+
"order-filter-dropdown-status": "상태",
|
|
439
|
+
"order-filter-dropdown-payment-status": "지불 상태",
|
|
440
|
+
"order-filter-dropdown-fulfillment-status": "이행 상태",
|
|
441
|
+
"order-filter-dropdown-regions": "지역",
|
|
442
|
+
"order-filter-dropdown-sales-channel": "판매채널",
|
|
443
|
+
"order-filter-dropdown-date": "날짜",
|
|
444
|
+
"order-table-paid": "유급의",
|
|
445
|
+
"order-table-awaiting": "대기 중",
|
|
446
|
+
"order-table-requires-action": "조치가 필요함",
|
|
447
|
+
"order-table-canceled": "취소 된",
|
|
448
|
+
"order-table-n-a": "해당 없음",
|
|
449
|
+
"order-table-order": "주문하다",
|
|
450
|
+
"order-table-date-added": "추가된 날짜",
|
|
451
|
+
"order-table-customer": "고객",
|
|
452
|
+
"order-table-fulfillment": "이행",
|
|
453
|
+
"order-table-payment-status": "지불 상태",
|
|
454
|
+
"order-table-sales-channel": "판매채널",
|
|
455
|
+
"order-table-total": "총",
|
|
456
|
+
"order-table-filters-complete": "완벽한",
|
|
457
|
+
"order-table-filters-incomplete": "불완전한",
|
|
458
|
+
"price-list-table-filters": "필터",
|
|
459
|
+
"price-list-table-status": "상태",
|
|
460
|
+
"price-list-table-type": "유형",
|
|
461
|
+
"price-list-table-price-lists": "가격표",
|
|
462
|
+
"price-list-table-success": "성공",
|
|
463
|
+
"price-list-table-successfully-copied-price-list": "가격표를 복사했습니다.",
|
|
464
|
+
"price-list-table-error": "오류",
|
|
465
|
+
"price-list-table-delete-price-list": "가격표 삭제",
|
|
466
|
+
"price-list-table-confirm-delete": "이 가격표를 삭제하시겠습니까?",
|
|
467
|
+
"price-list-table-successfully-deleted-the-price-list": "가격표를 삭제했습니다.",
|
|
468
|
+
"price-list-table-successfully-unpublished-price-list": "가격표 게시가 취소되었습니다.",
|
|
469
|
+
"price-list-table-successfully-published-price-list": "가격표가 성공적으로 게시되었습니다.",
|
|
470
|
+
"price-list-table-unpublish": "게시 취소",
|
|
471
|
+
"price-list-table-publish": "게시",
|
|
472
|
+
"price-list-table-delete": "삭제",
|
|
473
|
+
"price-list-table-name": "이름",
|
|
474
|
+
"price-list-table-description": "설명",
|
|
475
|
+
"price-list-table-groups": "여러 떼",
|
|
476
|
+
"price-list-table-other-more": "+ {{other}}개 더보기",
|
|
477
|
+
"price-overrides-apply-overrides-on-selected-variants": "선택한 변형에 재정의 적용",
|
|
478
|
+
"price-overrides-apply-on-all-variants": "모든 변형에 적용",
|
|
479
|
+
"price-overrides-prices": "물가",
|
|
480
|
+
"price-overrides-cancel": "취소",
|
|
481
|
+
"price-overrides-save-and-close": "저장하고 닫습니다",
|
|
482
|
+
"price-overrides-show-regions": "지역 표시",
|
|
483
|
+
"product-table-products": "제품",
|
|
484
|
+
"product-table-copy-success": "성공",
|
|
485
|
+
"product-table-copy-created-a-new-product": "새로운 제품을 만들었습니다",
|
|
486
|
+
"product-table-copy-error": "오류",
|
|
487
|
+
"product-table-delete-product": "제품 삭제",
|
|
488
|
+
"product-table-confirm-delete": "이 제품을 삭제하시겠습니까?",
|
|
489
|
+
"product-table-edit": "편집하다",
|
|
490
|
+
"product-table-unpublish": "게시 취소",
|
|
491
|
+
"product-table-publish": "게시",
|
|
492
|
+
"product-table-draft": "초안",
|
|
493
|
+
"product-table-published": "출판됨",
|
|
494
|
+
"product-table-success": "성공",
|
|
495
|
+
"product-table-successfully-unpublished-product": "제품이 게시 취소되었습니다.",
|
|
496
|
+
"product-table-successfully-published-product": "성공적으로 게시된 제품",
|
|
497
|
+
"product-table-error": "오류",
|
|
498
|
+
"product-table-duplicate": "복제하다",
|
|
499
|
+
"product-table-delete": "삭제",
|
|
500
|
+
"product-table-proposed": "제안됨",
|
|
501
|
+
"product-table-published-title": "게시됨",
|
|
502
|
+
"product-table-rejected": "거부됨",
|
|
503
|
+
"product-table-draft-title": "초안",
|
|
504
|
+
"product-table-name": "이름",
|
|
505
|
+
"product-table-collection": "수집",
|
|
506
|
+
"product-table-status": "상태",
|
|
507
|
+
"product-table-availability": "유효성",
|
|
508
|
+
"product-table-inventory": "목록",
|
|
509
|
+
"product-table-inventory-in-stock-count_one": "{{count}}개 변형 재고 있음",
|
|
510
|
+
"product-table-inventory-in-stock-count_other": "{{count}}개 변형 재고 있음",
|
|
511
|
+
"reservation-form-location": "위치",
|
|
512
|
+
"reservation-form-choose-where-you-wish-to-reserve-from": "예약하고 싶은 곳을 선택하세요.",
|
|
513
|
+
"reservation-form-item-to-reserve": "예약아이템",
|
|
514
|
+
"reservation-form-select-the-item-that-you-wish-to-reserve": "예약하고 싶은 상품을 선택하세요.",
|
|
515
|
+
"reservation-form-item": "안건",
|
|
516
|
+
"reservation-form-in-stock": "재고",
|
|
517
|
+
"reservation-form-available": "사용 가능",
|
|
518
|
+
"reservation-form-reserve": "예약하다",
|
|
519
|
+
"reservation-form-remove-item": "항목 삭제",
|
|
520
|
+
"reservation-form-description": "설명",
|
|
521
|
+
"reservation-form-what-type-of-reservation-is-this": "이것은 어떤 종류의 예약인가요?",
|
|
522
|
+
"reservations-table-reservations": "전세",
|
|
523
|
+
"reservations-table-edit": "편집하다",
|
|
524
|
+
"reservations-table-delete": "삭제",
|
|
525
|
+
"reservations-table-confirm-delete": "이 예약을 삭제하시겠습니까?",
|
|
526
|
+
"reservations-table-remove-reservation": "예약 삭제",
|
|
527
|
+
"reservations-table-reservation-has-been-removed": "예약이 삭제되었습니다",
|
|
528
|
+
"new-success": "성공",
|
|
529
|
+
"new-successfully-created-reservation": "예약이 생성되었습니다.",
|
|
530
|
+
"new-error": "오류",
|
|
531
|
+
"new-cancel": "취소",
|
|
532
|
+
"new-save-reservation": "예약 저장",
|
|
533
|
+
"new-reserve-item": "아이템 예약",
|
|
534
|
+
"new-metadata": "메타데이터",
|
|
535
|
+
"reservations-table-order-id": "주문 아이디",
|
|
536
|
+
"reservations-table-description": "설명",
|
|
537
|
+
"reservations-table-created": "만들어진",
|
|
538
|
+
"reservations-table-quantity": "수량",
|
|
539
|
+
"search-modal-start-typing-to-search": "검색하려면 입력을 시작하세요...",
|
|
540
|
+
"search-modal-clear-search": "검색 지우기",
|
|
541
|
+
"search-modal-or": "또는",
|
|
542
|
+
"search-modal-to-navigate": "길을 찾다",
|
|
543
|
+
"search-modal-to-select-and": "선택하고,",
|
|
544
|
+
"search-modal-to-search-anytime": "언제든지 검색하려면",
|
|
545
|
+
"templates-settings": "설정",
|
|
546
|
+
"templates-manage-the-settings-for-your-medusa-store": "Medusa 매장 설정을 관리하세요.",
|
|
547
|
+
"transfer-orders-modal-info": "정보",
|
|
548
|
+
"transfer-orders-modal-customer-is-already-the-owner-of-the-order": "고객은 이미 주문의 소유자입니다.",
|
|
549
|
+
"transfer-orders-modal-success": "성공",
|
|
550
|
+
"transfer-orders-modal-successfully-transferred-order-to-different-customer": "주문을 다른 고객에게 성공적으로 이전했습니다.",
|
|
551
|
+
"transfer-orders-modal-error": "오류",
|
|
552
|
+
"transfer-orders-modal-could-not-transfer-order-to-different-customer": "다른 고객에게 주문을 이전할 수 없습니다.",
|
|
553
|
+
"transfer-orders-modal-transfer-order": "이체 주문",
|
|
554
|
+
"transfer-orders-modal-order": "주문하다",
|
|
555
|
+
"transfer-orders-modal-current-owner": "현재 소유자",
|
|
556
|
+
"transfer-orders-modal-the-customer-currently-related-to-this-order": "현재 이 주문과 관련된 고객",
|
|
557
|
+
"transfer-orders-modal-new-owner": "새 소유자",
|
|
558
|
+
"transfer-orders-modal-the-customer-to-transfer-this-order-to": "이 주문을 전달할 고객",
|
|
559
|
+
"transfer-orders-modal-cancel": "취소",
|
|
560
|
+
"transfer-orders-modal-confirm": "확인하다",
|
|
561
|
+
"templates-edit-user": "사용자 편집",
|
|
562
|
+
"templates-remove-user": "사용자 제거",
|
|
563
|
+
"templates-resend-invitation": "초대장 다시 보내기",
|
|
564
|
+
"templates-success": "성공",
|
|
565
|
+
"templates-invitiation-link-has-been-resent": "초대 링크가 다시 전송되었습니다",
|
|
566
|
+
"templates-copy-invite-link": "초대 링크 복사",
|
|
567
|
+
"templates-invite-link-copied-to-clipboard": "초대 링크가 클립보드에 복사되었습니다.",
|
|
568
|
+
"templates-remove-invitation": "초대 삭제",
|
|
569
|
+
"templates-expired": "만료됨",
|
|
570
|
+
"templates-pending": "보류 중",
|
|
571
|
+
"templates-all": "모두",
|
|
572
|
+
"templates-member": "회원",
|
|
573
|
+
"templates-admin": "관리자",
|
|
574
|
+
"templates-no-team-permissions": "팀 권한 없음",
|
|
575
|
+
"templates-status": "상태",
|
|
576
|
+
"templates-active": "활동적인",
|
|
577
|
+
"templates-name": "이름",
|
|
578
|
+
"templates-email": "이메일",
|
|
579
|
+
"templates-team-permissions": "팀 권한",
|
|
580
|
+
"templates-confirm-remove": "이 사용자를 삭제하시겠습니까?",
|
|
581
|
+
"templates-remove-user-heading": "사용자 삭제",
|
|
582
|
+
"templates-user-has-been-removed": "사용자가 삭제되었습니다.",
|
|
583
|
+
"templates-confirm-remove-invite": "이 초대를 삭제하시겠습니까?",
|
|
584
|
+
"templates-remove-invite": "초대 삭제",
|
|
585
|
+
"templates-invitiation-has-been-removed": "초대장이 삭제되었습니다.",
|
|
586
|
+
"multiselect-choose-categories": "카테고리 선택",
|
|
587
|
+
"domain-categories-multiselect-selected-with-counts_one": "{{세다}}",
|
|
588
|
+
"domain-categories-multiselect-selected-with-counts_other": "{{세다}}",
|
|
589
|
+
"details-success": "성공",
|
|
590
|
+
"details-updated-products-in-collection": "컬렉션의 업데이트된 제품",
|
|
591
|
+
"details-error": "오류",
|
|
592
|
+
"details-back-to-collections": "컬렉션으로 돌아가기",
|
|
593
|
+
"details-edit-collection": "컬렉션 편집",
|
|
594
|
+
"details-delete": "삭제",
|
|
595
|
+
"details-metadata": "메타데이터",
|
|
596
|
+
"details-edit-products": "제품 편집",
|
|
597
|
+
"details-products-in-this-collection": "이 컬렉션의 제품",
|
|
598
|
+
"details-raw-collection": "원시 컬렉션",
|
|
599
|
+
"details-delete-collection": "컬렉션 삭제",
|
|
600
|
+
"details-successfully-deleted-collection": "컬렉션을 삭제했습니다.",
|
|
601
|
+
"details-yes-delete": "예, 삭제합니다",
|
|
602
|
+
"details-successfully-updated-customer": "고객을 업데이트했습니다.",
|
|
603
|
+
"details-customer-details": "고객 정보",
|
|
604
|
+
"details-general": "일반적인",
|
|
605
|
+
"details-first-name": "이름",
|
|
606
|
+
"details-lebron": "르브론",
|
|
607
|
+
"details-last-name": "성",
|
|
608
|
+
"details-james": "제임스",
|
|
609
|
+
"details-email": "이메일",
|
|
610
|
+
"details-phone-number": "전화 번호",
|
|
611
|
+
"details-cancel": "취소",
|
|
612
|
+
"details-save-and-close": "저장하고 닫습니다",
|
|
613
|
+
"details-edit": "편집하다",
|
|
614
|
+
"details-back-to-customers": "고객으로 돌아가기",
|
|
615
|
+
"details-first-seen": "처음 본",
|
|
616
|
+
"details-phone": "핸드폰",
|
|
617
|
+
"details-orders": "명령",
|
|
618
|
+
"details-user": "사용자",
|
|
619
|
+
"details-orders_one": "주문 {{count}}",
|
|
620
|
+
"details-orders_other": "주문 {{count}}",
|
|
621
|
+
"details-an-overview-of-customer-orders": "고객 주문 개요",
|
|
622
|
+
"details-raw-customer": "원시 고객",
|
|
623
|
+
"groups-group-updated": "그룹이 업데이트되었습니다.",
|
|
624
|
+
"groups-group-created": "그룹이 생성되었습니다.",
|
|
625
|
+
"groups-the-customer-group-has-been-updated": "고객 그룹이 업데이트되었습니다.",
|
|
626
|
+
"groups-the-customer-group-has-been-created": "고객그룹이 생성되었습니다.",
|
|
627
|
+
"groups-edit-customer-group": "고객 그룹 편집",
|
|
628
|
+
"groups-create-a-new-customer-group": "새 고객 그룹 생성",
|
|
629
|
+
"groups-details": "세부",
|
|
630
|
+
"groups-metadata": "메타데이터",
|
|
631
|
+
"groups-cancel": "취소",
|
|
632
|
+
"groups-edit-group": "그룹 편집",
|
|
633
|
+
"groups-publish-group": "게시 그룹",
|
|
634
|
+
"groups-no-customers-in-this-group-yet": "이 그룹에는 아직 고객이 없습니다.",
|
|
635
|
+
"groups-customers": "고객",
|
|
636
|
+
"groups-edit": "편집하다",
|
|
637
|
+
"groups-delete": "삭제",
|
|
638
|
+
"groups-yes-delete": "예, 삭제합니다",
|
|
639
|
+
"groups-delete-the-group": "그룹 삭제",
|
|
640
|
+
"groups-group-deleted": "그룹이 삭제되었습니다.",
|
|
641
|
+
"groups-confirm-delete-customer-group": "이 고객 그룹을 삭제하시겠습니까?",
|
|
642
|
+
"groups-back-to-customer-groups": "고객 그룹으로 돌아가기",
|
|
643
|
+
"groups-new-group": "새 그룹",
|
|
644
|
+
"add-condition-conditions-were-successfully-added": "조건이 추가되었습니다.",
|
|
645
|
+
"add-condition-discount-conditions-updated": "할인 조건이 업데이트되었습니다.",
|
|
646
|
+
"add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions는 ConditionsProvider 내에서 사용해야 합니다.",
|
|
647
|
+
"collections-search": "찾다...",
|
|
648
|
+
"collections-cancel": "취소",
|
|
649
|
+
"collections-save-and-go-back": "저장하고 돌아가기",
|
|
650
|
+
"collections-save-and-close": "저장하고 닫습니다",
|
|
651
|
+
"customer-groups-search": "찾다...",
|
|
652
|
+
"customer-groups-cancel": "취소",
|
|
653
|
+
"customer-groups-save-and-go-back": "저장하고 돌아가기",
|
|
654
|
+
"customer-groups-save-and-close": "저장하고 닫습니다",
|
|
655
|
+
"product-types-search": "찾다...",
|
|
656
|
+
"product-types-cancel": "취소",
|
|
657
|
+
"product-types-save-and-go-back": "저장하고 돌아가기",
|
|
658
|
+
"product-types-save-and-close": "저장하고 닫습니다",
|
|
659
|
+
"products-search": "찾다...",
|
|
660
|
+
"products-cancel": "취소",
|
|
661
|
+
"products-save-and-go-back": "저장하고 돌아가기",
|
|
662
|
+
"products-save-and-close": "저장하고 닫습니다",
|
|
663
|
+
"tags-search": "찾다...",
|
|
664
|
+
"tags-cancel": "취소",
|
|
665
|
+
"tags-save-and-go-back": "저장하고 돌아가기",
|
|
666
|
+
"tags-save-and-close": "저장하고 닫습니다",
|
|
667
|
+
"edit-condition-add-conditions": "조건 추가",
|
|
668
|
+
"edit-condition-selected-with-count_one": "{{세다}}",
|
|
669
|
+
"edit-condition-selected-with-count_other": "{{세다}}",
|
|
670
|
+
"edit-condition-deselect": "선택 취소",
|
|
671
|
+
"edit-condition-remove": "제거하다",
|
|
672
|
+
"edit-condition-add": "추가하다",
|
|
673
|
+
"edit-condition-title": "할인 조건에서 {{type}} 수정",
|
|
674
|
+
"edit-condition-close": "닫다",
|
|
675
|
+
"edit-condition-success": "성공",
|
|
676
|
+
"edit-condition-the-resources-were-successfully-added": "리소스가 성공적으로 추가되었습니다.",
|
|
677
|
+
"edit-condition-error": "오류",
|
|
678
|
+
"edit-condition-failed-to-add-resources": "리소스를 추가하지 못했습니다.",
|
|
679
|
+
"edit-condition-the-resources-were-successfully-removed": "리소스가 성공적으로 제거되었습니다.",
|
|
680
|
+
"edit-condition-failed-to-remove-resources": "리소스를 제거하지 못했습니다.",
|
|
681
|
+
"edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext는 EditConditionProvider 내에서 사용해야 합니다.",
|
|
682
|
+
"conditions-conditions": "정황",
|
|
683
|
+
"conditions-add-condition-label": "조건 추가",
|
|
684
|
+
"conditions-this-discount-has-no-conditions": "이 할인에는 조건이 없습니다.",
|
|
685
|
+
"conditions-success": "성공",
|
|
686
|
+
"conditions-condition-removed": "조건이 제거되었습니다.",
|
|
687
|
+
"conditions-error": "오류",
|
|
688
|
+
"conditions-edit-condition": "조건 편집",
|
|
689
|
+
"conditions-delete-condition": "조건 삭제",
|
|
690
|
+
"conditions-discount-is-applicable-to-specific-products": "특정상품에 할인이 적용됩니다",
|
|
691
|
+
"conditions-discount-is-applicable-to-specific-collections": "특정 컬렉션에 할인이 적용됩니다.",
|
|
692
|
+
"conditions-discount-is-applicable-to-specific-product-tags": "특정 제품 태그에 할인이 적용됩니다.",
|
|
693
|
+
"conditions-discount-is-applicable-to-specific-product-types": "특정 제품 유형에 할인이 적용됩니다.",
|
|
694
|
+
"conditions-discount-is-applicable-to-specific-customer-groups": "특정 고객 그룹에 할인이 적용됩니다.",
|
|
695
|
+
"configurations-success": "성공",
|
|
696
|
+
"configurations-discount-updated-successfully": "할인이 업데이트되었습니다.",
|
|
697
|
+
"configurations-error": "오류",
|
|
698
|
+
"configurations-edit-configurations": "구성 편집",
|
|
699
|
+
"configurations-cancel": "취소",
|
|
700
|
+
"configurations-save": "구하다",
|
|
701
|
+
"configurations-configurations": "구성",
|
|
702
|
+
"configurations-start-date": "시작일",
|
|
703
|
+
"configurations-end-date": "종료일",
|
|
704
|
+
"configurations-delete-configuration": "구성 삭제",
|
|
705
|
+
"configurations-discount-end-date-removed": "할인 종료일이 삭제되었습니다.",
|
|
706
|
+
"configurations-number-of-redemptions": "상환 횟수",
|
|
707
|
+
"configurations-redemption-limit-removed": "상환 한도가 제거되었습니다.",
|
|
708
|
+
"configurations-delete-setting": "설정 삭제",
|
|
709
|
+
"configurations-discount-duration-removed": "할인 기간이 삭제되었습니다.",
|
|
710
|
+
"general-success": "성공",
|
|
711
|
+
"general-discount-updated-successfully": "할인이 업데이트되었습니다.",
|
|
712
|
+
"general-error": "오류",
|
|
713
|
+
"general-edit-general-information": "일반 정보 편집",
|
|
714
|
+
"general-details": "세부",
|
|
715
|
+
"general-metadata": "메타데이터",
|
|
716
|
+
"general-cancel": "취소",
|
|
717
|
+
"general-save-and-close": "저장하고 닫습니다",
|
|
718
|
+
"general-delete-promotion": "프로모션 삭제",
|
|
719
|
+
"general-confirm-delete-promotion": "이 프로모션을 삭제하시겠습니까?",
|
|
720
|
+
"general-promotion-deleted-successfully": "프로모션이 삭제되었습니다.",
|
|
721
|
+
"general-discount-published-successfully": "할인이 성공적으로 게시되었습니다.",
|
|
722
|
+
"general-discount-drafted-successfully": "할인 초안이 성공적으로 작성되었습니다.",
|
|
723
|
+
"general-delete-discount": "할인 삭제",
|
|
724
|
+
"general-template-discount": "템플릿 할인",
|
|
725
|
+
"general-published": "게시됨",
|
|
726
|
+
"general-draft": "초안",
|
|
727
|
+
"general-discount-amount": "할인 량",
|
|
728
|
+
"general-valid-regions": "유효한 지역",
|
|
729
|
+
"general-total-redemptions": "총 상환",
|
|
730
|
+
"general-free-shipping": "무료 배송",
|
|
731
|
+
"general-unknown-discount-type": "알 수 없는 할인 유형",
|
|
732
|
+
"details-discount-deleted": "할인이 삭제되었습니다.",
|
|
733
|
+
"details-confirm-delete-discount": "이 할인을 삭제하시겠습니까?",
|
|
734
|
+
"details-delete-discount": "할인 삭제",
|
|
735
|
+
"details-back-to-discounts": "할인으로 돌아가기",
|
|
736
|
+
"details-raw-discount": "원시 할인",
|
|
737
|
+
"discounts-add-discount": "할인 추가",
|
|
738
|
+
"discount-form-add-conditions": "조건 추가",
|
|
739
|
+
"discount-form-choose-a-condition-type": "조건 유형을 선택하세요",
|
|
740
|
+
"discount-form-you-can-only-add-one-of-each-type-of-condition": "각 조건 유형 중 하나만 추가할 수 있습니다.",
|
|
741
|
+
"discount-form-you-cannot-add-any-more-conditions": "더 이상 조건을 추가할 수 없습니다.",
|
|
742
|
+
"discount-form-cancel": "취소",
|
|
743
|
+
"discount-form-save": "구하다",
|
|
744
|
+
"add-condition-tables-cancel": "취소",
|
|
745
|
+
"add-condition-tables-save-and-add-more": "저장하고 더 추가하세요",
|
|
746
|
+
"add-condition-tables-save-and-close": "저장하고 닫습니다",
|
|
747
|
+
"add-condition-tables-search-by-title": "제목으로 검색...",
|
|
748
|
+
"add-condition-tables-search-groups": "그룹 검색...",
|
|
749
|
+
"add-condition-tables-search-products": "제품 검색...",
|
|
750
|
+
"add-condition-tables-search-by-tag": "태그로 검색...",
|
|
751
|
+
"add-condition-tables-search-by-type": "유형으로 검색...",
|
|
752
|
+
"details-condition-tables-search-by-title": "제목으로 검색...",
|
|
753
|
+
"details-condition-tables-search-groups": "그룹 검색...",
|
|
754
|
+
"details-condition-tables-cancel": "취소",
|
|
755
|
+
"details-condition-tables-save-and-add-more": "저장하고 더 추가하세요",
|
|
756
|
+
"details-condition-tables-save-and-close": "저장하고 닫습니다",
|
|
757
|
+
"details-condition-tables-search-products": "제품 검색...",
|
|
758
|
+
"details-condition-tables-search-by-tag": "태그로 검색...",
|
|
759
|
+
"details-condition-tables-search-by-type": "유형으로 검색...",
|
|
760
|
+
"edit-condition-tables-search-by-title": "제목으로 검색...",
|
|
761
|
+
"edit-condition-tables-title": "제목",
|
|
762
|
+
"edit-condition-tables-search-groups": "그룹 검색...",
|
|
763
|
+
"edit-condition-tables-cancel": "취소",
|
|
764
|
+
"edit-condition-tables-delete-condition": "조건 삭제",
|
|
765
|
+
"edit-condition-tables-save": "구하다",
|
|
766
|
+
"edit-condition-tables-search-products": "제품 검색...",
|
|
767
|
+
"edit-condition-tables-search-by-tag": "태그로 검색...",
|
|
768
|
+
"edit-condition-tables-search-by-type": "유형으로 검색...",
|
|
769
|
+
"shared-title": "제목",
|
|
770
|
+
"shared-products": "제품",
|
|
771
|
+
"shared-applies-to-the-selected-items": "선택한 항목에 적용됩니다.",
|
|
772
|
+
"shared-applies-to-all-items-except-the-selected-items": "선택한 항목을 제외한 모든 항목에 적용됩니다.",
|
|
773
|
+
"shared-members": "회원",
|
|
774
|
+
"shared-status": "상태",
|
|
775
|
+
"shared-variants": "변형",
|
|
776
|
+
"shared-tag": "꼬리표",
|
|
777
|
+
"shared-type": "유형",
|
|
778
|
+
"edit-conditions-modal-title": "{{제목}} 수정",
|
|
779
|
+
"form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm은 할인FormContext의 하위 항목이어야 합니다.",
|
|
780
|
+
"discount-form-error": "오류",
|
|
781
|
+
"discount-form-save-as-draft": "임시 보관함에 저장",
|
|
782
|
+
"discount-form-publish-discount": "게시 할인",
|
|
783
|
+
"discount-form-create-new-discount": "새 할인 만들기",
|
|
784
|
+
"discount-form-discount-type": "할인 유형",
|
|
785
|
+
"discount-form-select-a-discount-type": "할인 유형을 선택하세요",
|
|
786
|
+
"discount-form-allocation": "배당",
|
|
787
|
+
"discount-form-general": "일반적인",
|
|
788
|
+
"discount-form-configuration": "구성",
|
|
789
|
+
"discount-form-discount-code-application-disclaimer": "할인 코드는 게시 버튼을 누른 순간부터 적용되며, 그대로 두면 영원히 적용됩니다.",
|
|
790
|
+
"discount-form-conditions": "정황",
|
|
791
|
+
"discount-form-discount-code-apply-to-all-products-if-left-untouched": "그대로 두면 모든 제품에 할인 코드가 적용됩니다.",
|
|
792
|
+
"discount-form-add-conditions-to-your-discount": "할인에 조건 추가",
|
|
793
|
+
"discount-form-metadata": "메타데이터",
|
|
794
|
+
"discount-form-metadata-usage-description": "메타데이터를 사용하면 할인에 추가 정보를 추가할 수 있습니다.",
|
|
795
|
+
"condition-item-remainder-more": "+{{나머지}}개 더보기",
|
|
796
|
+
"conditions-edit": "편집하다",
|
|
797
|
+
"conditions-product": "제품",
|
|
798
|
+
"conditions-collection": "수집",
|
|
799
|
+
"conditions-tag": "꼬리표",
|
|
800
|
+
"conditions-customer-group": "고객그룹",
|
|
801
|
+
"conditions-type": "유형",
|
|
802
|
+
"conditions-add-condition": "조건 추가",
|
|
803
|
+
"sections-start-date": "시작일",
|
|
804
|
+
"sections-schedule-the-discount-to-activate-in-the-future": "나중에 활성화할 할인을 예약하세요.",
|
|
805
|
+
"sections-select-discount-start-date": "나중에 할인이 활성화되도록 예약하려면 여기에서 시작 날짜를 설정하세요. 그렇지 않으면 할인이 즉시 활성화됩니다.",
|
|
806
|
+
"sections-start-time": "시작 시간",
|
|
807
|
+
"sections-discount-has-an-expiry-date": "할인에 유효기간이 있나요?",
|
|
808
|
+
"sections-schedule-the-discount-to-deactivate-in-the-future": "나중에 비활성화할 할인을 예약하세요.",
|
|
809
|
+
"sections-select-discount-end-date": "나중에 할인이 비활성화되도록 예약하려면 여기에서 만료 날짜를 설정할 수 있습니다.",
|
|
810
|
+
"sections-expiry-date": "만료일",
|
|
811
|
+
"sections-expiry-time": "만료 시간",
|
|
812
|
+
"sections-limit-the-number-of-redemptions": "사용 횟수를 제한하시겠습니까?",
|
|
813
|
+
"sections-limit-applies-across-all-customers-not-per-customer": "한도는 고객별로 적용되는 것이 아니라 모든 고객에게 적용됩니다.",
|
|
814
|
+
"sections-limit-discount-number-of-uses": "고객이 이 할인을 사용할 수 있는 횟수를 제한하려면 여기에서 제한을 설정할 수 있습니다.",
|
|
815
|
+
"sections-number-of-redemptions": "상환 횟수",
|
|
816
|
+
"sections-availability-duration": "가용성 기간?",
|
|
817
|
+
"sections-set-the-duration-of-the-discount": "할인 기간을 설정합니다.",
|
|
818
|
+
"sections-select-a-discount-type": "할인 유형을 선택하세요",
|
|
819
|
+
"sections-total-amount": "총액",
|
|
820
|
+
"sections-apply-to-the-total-amount": "총금액에 적용",
|
|
821
|
+
"sections-item-specific": "특정 품목",
|
|
822
|
+
"sections-apply-to-every-allowed-item": "허용된 모든 항목에 적용",
|
|
823
|
+
"sections-percentage": "백분율",
|
|
824
|
+
"sections-fixed-amount": "정액",
|
|
825
|
+
"sections-discount-in-whole-numbers": "정수 할인",
|
|
826
|
+
"sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "고정금액 유형을 사용하려면 유효한 지역을 하나만 선택할 수 있습니다.",
|
|
827
|
+
"sections-free-shipping": "무료 배송",
|
|
828
|
+
"sections-override-delivery-amount": "배송 금액 무시",
|
|
829
|
+
"sections-at-least-one-region-is-required": "리전이 1개 이상 필요합니다.",
|
|
830
|
+
"sections-choose-valid-regions": "유효한 지역을 선택하세요",
|
|
831
|
+
"sections-code": "암호",
|
|
832
|
+
"sections-summersale-10": "여름 세일10",
|
|
833
|
+
"sections-code-is-required": "코드가 필요합니다",
|
|
834
|
+
"sections-amount-is-required": "금액은 필수 항목입니다.",
|
|
835
|
+
"sections-amount": "양",
|
|
836
|
+
"sections-customer-invoice-code": "고객이 결제 시 입력하는 코드입니다. ",
|
|
837
|
+
"sections-uppercase-letters-and-numbers-only": "대문자와 숫자만 가능합니다.",
|
|
838
|
+
"sections-description": "설명",
|
|
839
|
+
"sections-summer-sale-2022": "2022년 여름 세일",
|
|
840
|
+
"sections-this-is-a-template-discount": "템플릿 할인입니다",
|
|
841
|
+
"sections-template-discounts-description": "템플릿 할인을 사용하면 할인 그룹 전체에 사용할 수 있는 규칙 집합을 정의할 수 있습니다. ",
|
|
842
|
+
"discount-form-product": "제품",
|
|
843
|
+
"discount-form-only-for-specific-products": "특정 제품에만 해당",
|
|
844
|
+
"discount-form-choose-products": "제품을 선택하세요",
|
|
845
|
+
"discount-form-customer-group": "고객그룹",
|
|
846
|
+
"discount-form-only-for-specific-customer-groups": "특정 고객 그룹에만 해당",
|
|
847
|
+
"discount-form-choose-groups": "그룹 선택",
|
|
848
|
+
"discount-form-tag": "꼬리표",
|
|
849
|
+
"discount-form-only-for-specific-tags": "특정 태그에만 해당",
|
|
850
|
+
"discount-form-collection": "수집",
|
|
851
|
+
"discount-form-only-for-specific-product-collections": "특정 제품 컬렉션에만 해당",
|
|
852
|
+
"discount-form-choose-collections": "컬렉션 선택",
|
|
853
|
+
"discount-form-type": "유형",
|
|
854
|
+
"discount-form-only-for-specific-product-types": "특정 제품 유형에만 해당",
|
|
855
|
+
"discount-form-choose-types": "유형 선택",
|
|
856
|
+
"utils-products": "제품",
|
|
857
|
+
"utils-groups": "여러 떼",
|
|
858
|
+
"utils-tags": "태그",
|
|
859
|
+
"utils-collections": "컬렉션",
|
|
860
|
+
"utils-types": "종류",
|
|
861
|
+
"gift-cards-created-gift-card": "기프트 카드가 생성되었습니다.",
|
|
862
|
+
"gift-cards-custom-gift-card-was-created-successfully": "맞춤 기프트 카드가 생성되었습니다.",
|
|
863
|
+
"gift-cards-error": "오류",
|
|
864
|
+
"gift-cards-custom-gift-card": "맞춤형 기프트 카드",
|
|
865
|
+
"gift-cards-details": "세부",
|
|
866
|
+
"gift-cards-receiver": "수화기",
|
|
867
|
+
"gift-cards-cancel": "취소",
|
|
868
|
+
"gift-cards-create-and-send": "작성 및 보내기",
|
|
869
|
+
"details-updated-gift-card": "업데이트된 기프트 카드",
|
|
870
|
+
"details-gift-card-was-successfully-updated": "기프트카드가 업데이트되었습니다.",
|
|
871
|
+
"details-failed-to-update-gift-card": "기프트 카드를 업데이트하지 못했습니다.",
|
|
872
|
+
"details-edit-gift-card": "기프트 카드 수정",
|
|
873
|
+
"details-details": "세부",
|
|
874
|
+
"details-edit-details": "세부정보 수정",
|
|
875
|
+
"details-update-balance-label": "잔액 업데이트",
|
|
876
|
+
"details-updated-status": "업데이트된 상태",
|
|
877
|
+
"details-successfully-updated-the-status-of-the-gift-card": "기프트 카드 상태가 업데이트되었습니다.",
|
|
878
|
+
"details-back-to-gift-cards": "기프트 카드로 돌아가기",
|
|
879
|
+
"details-original-amount": "원래 금액",
|
|
880
|
+
"details-balance": "균형",
|
|
881
|
+
"details-region": "지역",
|
|
882
|
+
"details-expires-on": "만료 날짜",
|
|
883
|
+
"details-created": "만들어진",
|
|
884
|
+
"details-raw-gift-card": "원시 기프트 카드",
|
|
885
|
+
"details-balance-updated": "잔액이 업데이트되었습니다.",
|
|
886
|
+
"details-gift-card-balance-was-updated": "기프트 카드 잔액이 업데이트되었습니다.",
|
|
887
|
+
"details-failed-to-update-balance": "잔액을 업데이트하지 못했습니다.",
|
|
888
|
+
"details-update-balance": "잔액 업데이트",
|
|
889
|
+
"manage-back-to-gift-cards": "기프트 카드로 돌아가기",
|
|
890
|
+
"gift-cards-please-enter-a-name-for-the-gift-card": "기프트 카드의 이름을 입력하세요.",
|
|
891
|
+
"gift-cards-please-add-at-least-one-denomination": "단위를 하나 이상 추가하세요.",
|
|
892
|
+
"gift-cards-denominations": "교단",
|
|
893
|
+
"gift-cards-success": "성공",
|
|
894
|
+
"gift-cards-successfully-created-gift-card": "기프트 카드가 생성되었습니다.",
|
|
895
|
+
"gift-cards-create-gift-card": "기프트 카드 만들기",
|
|
896
|
+
"gift-cards-gift-card-details": "기프트 카드 세부정보",
|
|
897
|
+
"gift-cards-name": "이름",
|
|
898
|
+
"gift-cards-the-best-gift-card": "최고의 기프트 카드",
|
|
899
|
+
"gift-cards-description": "설명",
|
|
900
|
+
"gift-cards-the-best-gift-card-of-all-time": "역대 최고의 기프트 카드",
|
|
901
|
+
"gift-cards-thumbnail": "썸네일",
|
|
902
|
+
"gift-cards-delete": "삭제",
|
|
903
|
+
"gift-cards-size-recommended": "1200 x 1600(3:4) 권장, 각각 최대 10MB",
|
|
904
|
+
"gift-cards-amount": "양",
|
|
905
|
+
"gift-cards-add-denomination": "명칭 추가",
|
|
906
|
+
"gift-cards-create-publish": "만들기 및 게시",
|
|
907
|
+
"gift-cards-successfully-updated-gift-card": "기프트 카드가 업데이트되었습니다.",
|
|
908
|
+
"gift-cards-gift-cards": "기프트 카드",
|
|
909
|
+
"gift-cards-manage": "Medusa 매장의 기프트 카드를 관리하세요",
|
|
910
|
+
"gift-cards-are-you-ready-to-sell-your-first-gift-card": "첫 번째 기프트 카드를 판매할 준비가 되셨나요?",
|
|
911
|
+
"gift-cards-no-gift-card-has-been-added-yet": "아직 기프트 카드가 추가되지 않았습니다.",
|
|
912
|
+
"gift-cards-history": "역사",
|
|
913
|
+
"gift-cards-see-the-history-of-purchased-gift-cards": "구매한 기프트 카드 내역 보기",
|
|
914
|
+
"gift-cards-successfully-deleted-gift-card": "기프트 카드를 삭제했습니다.",
|
|
915
|
+
"gift-cards-yes-delete": "예, 삭제합니다",
|
|
916
|
+
"gift-cards-delete-gift-card": "기프트 카드 삭제",
|
|
917
|
+
"inventory-filters": "필터",
|
|
918
|
+
"address-form-address": "주소",
|
|
919
|
+
"address-form-company": "회사",
|
|
920
|
+
"address-form-address-1": "주소 1",
|
|
921
|
+
"address-form-this-field-is-required": "이 필드는 필수입니다",
|
|
922
|
+
"address-form-address-2": "주소 2",
|
|
923
|
+
"address-form-postal-code": "우편 번호",
|
|
924
|
+
"address-form-city": "도시",
|
|
925
|
+
"address-form-country": "국가",
|
|
926
|
+
"edit-sales-channels-edit-channels": "채널 편집",
|
|
927
|
+
"edit-sales-channels-add-channels": "채널 추가",
|
|
928
|
+
"general-form-location-name": "위치 명",
|
|
929
|
+
"general-form-flagship-store-warehouse": "플래그십 스토어, 창고",
|
|
930
|
+
"general-form-name-is-required": "이름은 필수입니다",
|
|
931
|
+
"location-card-delete-location": "위치 삭제",
|
|
932
|
+
"location-card-confirm-delete": "이 위치를 삭제하시겠습니까? ",
|
|
933
|
+
"location-card-success": "성공",
|
|
934
|
+
"location-card-location-deleted-successfully": "위치가 삭제되었습니다.",
|
|
935
|
+
"location-card-error": "오류",
|
|
936
|
+
"location-card-edit-details": "세부정보 수정",
|
|
937
|
+
"location-card-delete": "삭제",
|
|
938
|
+
"location-card-connected-sales-channels": "연결된 판매 채널",
|
|
939
|
+
"sales-channels-form-add-sales-channels": "판매 채널 추가",
|
|
940
|
+
"sales-channels-form-edit-channels": "채널 편집",
|
|
941
|
+
"sales-channels-section-not-connected-to-any-sales-channels-yet": "아직 어떤 판매 채널에도 연결되어 있지 않습니다",
|
|
942
|
+
"edit-success": "성공",
|
|
943
|
+
"edit-location-edited-successfully": "위치가 수정되었습니다.",
|
|
944
|
+
"edit-error": "오류",
|
|
945
|
+
"edit-edit-location-details": "위치 세부정보 편집",
|
|
946
|
+
"edit-metadata": "메타데이터",
|
|
947
|
+
"edit-cancel": "취소",
|
|
948
|
+
"edit-save-and-close": "저장하고 닫습니다",
|
|
949
|
+
"new-location-added-successfully": "위치가 추가되었습니다.",
|
|
950
|
+
"new-location-created": "위치가 생성되었지만 판매 채널을 연결하는 중에 오류가 발생했습니다.",
|
|
951
|
+
"new-cancel-location-changes": "저장되지 않은 변경사항을 취소하시겠습니까?",
|
|
952
|
+
"new-yes-cancel": "예, 취소합니다",
|
|
953
|
+
"new-no-continue-creating": "아니요, 계속 만듭니다.",
|
|
954
|
+
"new-add-location": "위치 추가",
|
|
955
|
+
"new-add-new-location": "새 위치 추가",
|
|
956
|
+
"new-general-information": "일반 정보",
|
|
957
|
+
"new-location-details": "이 위치에 대한 세부정보를 지정하세요.",
|
|
958
|
+
"new-select-location-channel": "이 위치의 품목을 구매할 수 있는 판매 채널을 지정합니다.",
|
|
959
|
+
"oauth-complete-installation": "설치 완료",
|
|
960
|
+
"claim-type-form-refund": "환불하다",
|
|
961
|
+
"claim-type-form-replace": "바꾸다",
|
|
962
|
+
"items-to-receive-form-items-to-receive": "받을 품목",
|
|
963
|
+
"items-to-receive-form-product": "제품",
|
|
964
|
+
"items-to-receive-form-quantity": "수량",
|
|
965
|
+
"items-to-receive-form-refundable": "환불 가능",
|
|
966
|
+
"add-return-reason-reason-for-return": "반품 사유",
|
|
967
|
+
"add-return-reason-reason": "이유",
|
|
968
|
+
"add-return-reason-choose-a-return-reason": "반품 이유를 선택하세요",
|
|
969
|
+
"add-return-reason-note": "메모",
|
|
970
|
+
"add-return-reason-product-was-damaged-during-shipping": "배송중 제품이 파손되었습니다",
|
|
971
|
+
"add-return-reason-cancel": "취소",
|
|
972
|
+
"add-return-reason-save-and-go-back": "저장하고 돌아가기",
|
|
973
|
+
"add-return-reason-select-reason-title": "이유 선택",
|
|
974
|
+
"add-return-reason-edit-reason": "이유 수정",
|
|
975
|
+
"add-return-reason-select-reason": "이유를 선택하세요",
|
|
976
|
+
"items-to-return-form-items-to-claim": "청구할 항목",
|
|
977
|
+
"items-to-return-form-items-to-return": "반품할 품목",
|
|
978
|
+
"items-to-return-form-product": "제품",
|
|
979
|
+
"items-to-return-form-quantity": "수량",
|
|
980
|
+
"items-to-return-form-refundable": "환불 가능",
|
|
981
|
+
"add-additional-items-screen-go-back": "돌아가기",
|
|
982
|
+
"add-additional-items-screen-add-products": "제품 추가",
|
|
983
|
+
"add-additional-items-screen-add-product-variants": "제품 변형 추가",
|
|
984
|
+
"add-additional-items-screen-search-products": "제품 검색",
|
|
985
|
+
"add-additional-items-screen-variant-price-missing": "이 변형에는 이 주문의 지역/통화에 대한 가격이 없으므로 선택할 수 없습니다.",
|
|
986
|
+
"add-additional-items-screen-stock": "재고",
|
|
987
|
+
"add-additional-items-screen-price": "가격",
|
|
988
|
+
"add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "이 주문에 적용할 수 있는 가격표에서 가격이 재정의되었습니다.",
|
|
989
|
+
"items-to-send-form-items-to-send": "보낼 품목",
|
|
990
|
+
"items-to-send-form-add-products": "제품 추가",
|
|
991
|
+
"items-to-send-form-product": "제품",
|
|
992
|
+
"items-to-send-form-quantity": "수량",
|
|
993
|
+
"items-to-send-form-price": "가격",
|
|
994
|
+
"items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "이 주문에 적용할 수 있는 가격표에서 가격이 재정의되었습니다.",
|
|
995
|
+
"refund-amount-form-cancel-editing-refund-amount": "환불 금액 수정 취소",
|
|
996
|
+
"refund-amount-form-edit-refund-amount": "환불 금액 수정",
|
|
997
|
+
"refund-amount-form-refund-amount-cannot-be-negative": "환불 금액은 음수일 수 없습니다.",
|
|
998
|
+
"refund-amount-form-the-refund-amount-must-be-at-least-0": "환불 금액은 0 이상이어야 합니다.",
|
|
999
|
+
"reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} 항목이 예약되지 않았습니다.",
|
|
1000
|
+
"reservation-indicator-this-item-has-been-fulfilled": "이 항목이 충족되었습니다.",
|
|
1001
|
+
"edit-reservation-button-quantity-item-location-name": "{{수량}}개 품목: ${{locationName}}",
|
|
1002
|
+
"reservation-indicator-edit-reservation": "예약 수정",
|
|
1003
|
+
"rma-summaries-claimed-items": "청구된 항목",
|
|
1004
|
+
"rma-summaries-replacement-items": "교체 품목",
|
|
1005
|
+
"rma-summaries-customer-refund-description": "교체 품목 및 배송 비용은 공제되지 않으므로 고객은 청구된 품목에 대해 전액 환불을 받습니다. ",
|
|
1006
|
+
"rma-summaries-refund-amount": "환불 금액",
|
|
1007
|
+
"rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "반품된 상품이 수령되면 고객에게 환불됩니다.",
|
|
1008
|
+
"rma-summaries-the-customer-will-be-refunded-immediately": "고객에게 즉시 환불됩니다.",
|
|
1009
|
+
"rma-summaries-receiving": "전수",
|
|
1010
|
+
"rma-summaries-free": "무료",
|
|
1011
|
+
"send-notification-form-return": "반품",
|
|
1012
|
+
"send-notification-form-exchange": "교환",
|
|
1013
|
+
"send-notification-form-claim": "주장하다",
|
|
1014
|
+
"send-notification-form-send-notifications": "알림 보내기",
|
|
1015
|
+
"send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "선택 취소하면 고객은 이 {{제목}}에 대한 커뮤니케이션을 받을 수 없습니다.",
|
|
1016
|
+
"shipping-address-form-shipping-address": "배송 주소",
|
|
1017
|
+
"shipping-address-form-ship-to-a-different-address": "다른 주소로 배송",
|
|
1018
|
+
"shipping-address-form-cancel": "취소",
|
|
1019
|
+
"shipping-address-form-save-and-go-back": "저장하고 돌아가기",
|
|
1020
|
+
"shipping-address-form-shipping-information": "배송 정보",
|
|
1021
|
+
"shipping-form-shipping-for-return-items": "반품 상품 배송",
|
|
1022
|
+
"shipping-form-shipping-for-replacement-items": "교체 품목 배송",
|
|
1023
|
+
"shipping-form-shipping-method-is-required": "배송 방법이 필요합니다",
|
|
1024
|
+
"shipping-form-choose-shipping-method": "배송 방법을 선택하세요",
|
|
1025
|
+
"shipping-form-shipping-method": "배송 방법",
|
|
1026
|
+
"shipping-form-add-custom-price": "맞춤 가격 추가",
|
|
1027
|
+
"shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "고객이 청구한 품목의 반품 배송비는 무료입니다.",
|
|
1028
|
+
"shipping-form-shipping-for-replacement-items-is-complimentary": "교체품 배송은 무료입니다.",
|
|
1029
|
+
"components-decrease-quantity": "수량 감소",
|
|
1030
|
+
"components-increase-quantity": "수량 늘리기",
|
|
1031
|
+
"details-successfully-updated-address": "주소가 업데이트되었습니다.",
|
|
1032
|
+
"details-billing-address": "청구 지 주소",
|
|
1033
|
+
"details-shipping-address": "배송 주소",
|
|
1034
|
+
"details-contact": "연락하다",
|
|
1035
|
+
"details-location": "위치",
|
|
1036
|
+
"claim-are-you-sure-you-want-to-close": "정말로 닫으시겠어요?",
|
|
1037
|
+
"claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "저장되지 않은 변경사항이 있습니다. 닫으시겠습니까?",
|
|
1038
|
+
"claim-please-select-a-reason": "이유를 선택해주세요.",
|
|
1039
|
+
"claim-a-shipping-method-for-replacement-items-is-required": "교체 품목의 배송 방법이 필요합니다.",
|
|
1040
|
+
"claim-successfully-created-claim": "소유권 주장이 성공적으로 생성되었습니다.",
|
|
1041
|
+
"claim-created": "주문 #{{display_id}}에 대한 청구가 성공적으로 생성되었습니다.",
|
|
1042
|
+
"claim-error-creating-claim": "소유권 주장을 만드는 중에 오류가 발생했습니다.",
|
|
1043
|
+
"claim-create-claim": "소유권 주장 만들기",
|
|
1044
|
+
"claim-location": "위치",
|
|
1045
|
+
"claim-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.",
|
|
1046
|
+
"claim-select-location-to-return-to": "돌아갈 위치를 선택하세요",
|
|
1047
|
+
"claim-cancel": "취소",
|
|
1048
|
+
"claim-submit-and-close": "제출 및 종료",
|
|
1049
|
+
"create-fulfillment-error": "오류",
|
|
1050
|
+
"create-fulfillment-please-select-a-location-to-fulfill-from": "이행할 위치를 선택하세요.",
|
|
1051
|
+
"create-fulfillment-cant-allow-this-action": "이 작업을 허용할 수 없습니다.",
|
|
1052
|
+
"create-fulfillment-trying-to-fulfill-more-than-in-stock": "재고 그 이상을 충족시키려고 노력 중",
|
|
1053
|
+
"create-fulfillment-successfully-fulfilled-order": "주문이 성공적으로 완료되었습니다.",
|
|
1054
|
+
"create-fulfillment-successfully-fulfilled-swap": "성공적으로 교환 완료",
|
|
1055
|
+
"create-fulfillment-successfully-fulfilled-claim": "청구가 성공적으로 이행되었습니다.",
|
|
1056
|
+
"create-fulfillment-success": "성공",
|
|
1057
|
+
"create-fulfillment-cancel": "취소",
|
|
1058
|
+
"create-fulfillment-create-fulfillment": "이행 만들기",
|
|
1059
|
+
"create-fulfillment-create-fulfillment-title": "이행 생성",
|
|
1060
|
+
"create-fulfillment-locations": "위치",
|
|
1061
|
+
"create-fulfillment-choose-where-you-wish-to-fulfill-from": "이행하려는 곳을 선택하세요.",
|
|
1062
|
+
"create-fulfillment-items-to-fulfill": "이행해야 할 항목",
|
|
1063
|
+
"create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "이행하려는 항목 수를 선택하십시오.",
|
|
1064
|
+
"create-fulfillment-send-notifications": "알림 보내기",
|
|
1065
|
+
"create-fulfillment-when-toggled-notification-emails-will-be-sent": "전환하면 알림 이메일이 전송됩니다.",
|
|
1066
|
+
"create-fulfillment-quantity-is-not-valid": "수량이 유효하지 않습니다.",
|
|
1067
|
+
"detail-cards-allocated": "할당됨",
|
|
1068
|
+
"detail-cards-not-fully-allocated": "완전히 할당되지 않음",
|
|
1069
|
+
"detail-cards-subtotal": "소계",
|
|
1070
|
+
"detail-cards-shipping": "배송",
|
|
1071
|
+
"detail-cards-tax": "세",
|
|
1072
|
+
"detail-cards-total": "총",
|
|
1073
|
+
"detail-cards-edit-order": "주문 수정",
|
|
1074
|
+
"detail-cards-allocate": "할당하다",
|
|
1075
|
+
"detail-cards-discount": "할인:",
|
|
1076
|
+
"detail-cards-original-total": "원래 합계",
|
|
1077
|
+
"details-successfully-updated-the-email-address": "이메일 주소를 성공적으로 업데이트했습니다.",
|
|
1078
|
+
"details-email-address": "이메일 주소",
|
|
1079
|
+
"details-save": "구하다",
|
|
1080
|
+
"details-order-id-copied": "주문 ID가 복사되었습니다.",
|
|
1081
|
+
"details-email-copied": "이메일이 복사되었습니다",
|
|
1082
|
+
"details-cancel-order-heading": "주문 취소",
|
|
1083
|
+
"details-are-you-sure-you-want-to-cancel-the-order": "주문을 취소하시겠습니까?",
|
|
1084
|
+
"order-details-display-id": "주문 번호{{display_id}}",
|
|
1085
|
+
"details-successfully-canceled-order": "주문이 취소되었습니다.",
|
|
1086
|
+
"details-go-to-customer": "고객으로 이동",
|
|
1087
|
+
"details-transfer-ownership": "소유권 이전",
|
|
1088
|
+
"details-edit-shipping-address": "배송 주소 수정",
|
|
1089
|
+
"details-edit-billing-address": "청구서 수신 주소 편집",
|
|
1090
|
+
"details-edit-email-address": "이메일 주소 편집",
|
|
1091
|
+
"details-back-to-orders": "주문으로 돌아가기",
|
|
1092
|
+
"details-cancel-order": "주문 취소",
|
|
1093
|
+
"details-payment": "지불",
|
|
1094
|
+
"details-refunded": "환불됨",
|
|
1095
|
+
"details-total-paid": "전체 지불금",
|
|
1096
|
+
"details-fulfillment": "이행",
|
|
1097
|
+
"details-create-fulfillment": "이행 생성",
|
|
1098
|
+
"details-shipping-method": "배송 방법",
|
|
1099
|
+
"details-customer": "고객",
|
|
1100
|
+
"details-shipping": "배송",
|
|
1101
|
+
"details-billing": "청구",
|
|
1102
|
+
"details-raw-order": "원시 주문",
|
|
1103
|
+
"mark-shipped-successfully-marked-order-as-shipped": "주문을 배송됨으로 표시했습니다.",
|
|
1104
|
+
"mark-shipped-successfully-marked-swap-as-shipped": "스왑을 배송됨으로 표시했습니다.",
|
|
1105
|
+
"mark-shipped-successfully-marked-claim-as-shipped": "청구가 배송됨으로 성공적으로 표시되었습니다.",
|
|
1106
|
+
"mark-shipped-success": "성공",
|
|
1107
|
+
"mark-shipped-error": "오류",
|
|
1108
|
+
"mark-shipped-mark-fulfillment-shipped": "주문 처리를 배송됨으로 표시",
|
|
1109
|
+
"mark-shipped-tracking": "추적",
|
|
1110
|
+
"mark-shipped-tracking-number-label": "추적 번호",
|
|
1111
|
+
"mark-shipped-tracking-number": "추적 번호...",
|
|
1112
|
+
"mark-shipped-add-additional-tracking-number": "+ 추가 추적 번호 추가",
|
|
1113
|
+
"mark-shipped-send-notifications": "알림 보내기",
|
|
1114
|
+
"mark-shipped-cancel": "취소",
|
|
1115
|
+
"mark-shipped-complete": "완벽한",
|
|
1116
|
+
"order-line-warning": "경고",
|
|
1117
|
+
"order-line-cannot-duplicate-an-item-without-a-variant": "변형이 없으면 항목을 복제할 수 없습니다.",
|
|
1118
|
+
"order-line-error": "오류",
|
|
1119
|
+
"order-line-failed-to-duplicate-item": "항목을 복제하지 못했습니다.",
|
|
1120
|
+
"order-line-success": "성공",
|
|
1121
|
+
"order-line-item-removed": "항목이 삭제되었습니다.",
|
|
1122
|
+
"order-line-failed-to-remove-item": "항목을 제거하지 못했습니다.",
|
|
1123
|
+
"order-line-item-added": "항목이 추가됨",
|
|
1124
|
+
"order-line-failed-to-replace-the-item": "항목을 교체하지 못했습니다.",
|
|
1125
|
+
"order-line-replace-product-variants": "제품 변형 교체",
|
|
1126
|
+
"order-line-replace-with-other-item": "다른 아이템으로 교체",
|
|
1127
|
+
"order-line-duplicate-item": "중복된 항목",
|
|
1128
|
+
"order-line-remove-item": "항목 삭제",
|
|
1129
|
+
"order-line-line-item-cannot-be-edited": "이 품목은 처리의 일부이므로 편집할 수 없습니다. ",
|
|
1130
|
+
"order-line-new": "새로운",
|
|
1131
|
+
"order-line-modified": "수정됨",
|
|
1132
|
+
"receive-return-please-select-at-least-one-item-to-receive": "받을 항목을 하나 이상 선택하십시오.",
|
|
1133
|
+
"receive-return-successfully-received-return": "성공적으로 반품 접수됨",
|
|
1134
|
+
"receive-return-received-return-for-order": "주문 번호{{display_id}}에 대한 반품을 받았습니다.",
|
|
1135
|
+
"receive-return-failed-to-receive-return": "반품을 받지 못했습니다.",
|
|
1136
|
+
"receive-return-receive-return": "반품 접수",
|
|
1137
|
+
"receive-return-location": "위치",
|
|
1138
|
+
"receive-return-choose-location": "물품을 반품할 위치를 선택하세요.",
|
|
1139
|
+
"receive-return-select-location-to-return-to": "돌아갈 위치를 선택하세요",
|
|
1140
|
+
"receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "선택한 위치의 품목에 대한 재고 수준이 없습니다.",
|
|
1141
|
+
"receive-return-cancel": "취소",
|
|
1142
|
+
"receive-return-save-and-close": "저장하고 닫습니다",
|
|
1143
|
+
"refund-success": "성공",
|
|
1144
|
+
"refund-successfully-refunded-order": "주문이 성공적으로 환불되었습니다.",
|
|
1145
|
+
"refund-error": "오류",
|
|
1146
|
+
"refund-create-a-refund": "환불 생성",
|
|
1147
|
+
"refund-attention": "주목!",
|
|
1148
|
+
"refund-system-payment-disclaimer": "귀하의 결제 중 하나 이상이 시스템 결제입니다. ",
|
|
1149
|
+
"refund-details": "세부",
|
|
1150
|
+
"refund-cannot-refund-more-than-the-orders-net-total": "주문의 총 총액보다 많은 금액을 환불할 수 없습니다.",
|
|
1151
|
+
"refund-discount": "할인",
|
|
1152
|
+
"refund-reason": "이유",
|
|
1153
|
+
"refund-note": "메모",
|
|
1154
|
+
"refund-discount-for-loyal-customer": "충성 고객을 위한 할인",
|
|
1155
|
+
"refund-send-notifications": "알림 보내기",
|
|
1156
|
+
"refund-cancel": "취소",
|
|
1157
|
+
"refund-complete": "완벽한",
|
|
1158
|
+
"reservation-reservation-was-deleted": "예약이 삭제되었습니다",
|
|
1159
|
+
"reservation-the-allocated-items-have-been-released": "할당된 항목이 해제되었습니다.",
|
|
1160
|
+
"reservation-error": "오류",
|
|
1161
|
+
"reservation-failed-to-delete-the-reservation": "예약을 삭제하지 못했습니다.",
|
|
1162
|
+
"reservation-reservation-was-updated": "예약이 업데이트되었습니다",
|
|
1163
|
+
"reservation-the-reservation-change-was-saved": "예약 변경사항이 저장되었습니다.",
|
|
1164
|
+
"reservation-errors": "오류",
|
|
1165
|
+
"reservation-failed-to-update-reservation": "예약을 업데이트하지 못했습니다.",
|
|
1166
|
+
"reservation-edit-reservation": "예약 수정",
|
|
1167
|
+
"reservation-location": "위치",
|
|
1168
|
+
"reservation-choose-which-location-you-want-to-ship-the-items-from": "물품을 배송할 위치를 선택하세요.",
|
|
1169
|
+
"reservation-items-to-allocate-title": "할당 항목",
|
|
1170
|
+
"reservation-select-the-number-of-items-that-you-wish-to-allocate": "할당하려는 항목 수를 선택합니다.",
|
|
1171
|
+
"reservation-max-reservation-requested": "/ {{maxReservation}} 요청됨",
|
|
1172
|
+
"reservation-reserved": "예약된",
|
|
1173
|
+
"reservation-description": "설명",
|
|
1174
|
+
"reservation-what-type-of-reservation-is-this": "이것은 어떤 종류의 예약인가요?",
|
|
1175
|
+
"reservation-metadata": "메타데이터",
|
|
1176
|
+
"reservation-remove-metadata": "메타데이터 제거",
|
|
1177
|
+
"reservation-add-metadata": "메타데이터 추가",
|
|
1178
|
+
"reservation-delete-reservation": "예약 삭제",
|
|
1179
|
+
"reservation-cancel": "취소",
|
|
1180
|
+
"reservation-save-and-close": "저장하고 닫습니다",
|
|
1181
|
+
"reservation-couldnt-allocate-items": "항목을 할당할 수 없습니다.",
|
|
1182
|
+
"reservation-items-allocated": "할당된 항목",
|
|
1183
|
+
"reservation-items-have-been-allocated-successfully": "항목이 성공적으로 할당되었습니다.",
|
|
1184
|
+
"reservation-save-reservation": "예약 저장",
|
|
1185
|
+
"reservation-loading": "로드 중...",
|
|
1186
|
+
"reservation-allocate-order-items": "주문 항목 할당",
|
|
1187
|
+
"reservation-choose-where-you-wish-to-allocate-from": "할당할 위치를 선택하세요.",
|
|
1188
|
+
"reservation-items-to-allocate": "할당 항목",
|
|
1189
|
+
"returns-success": "성공",
|
|
1190
|
+
"returns-successfully-returned-order": "주문이 성공적으로 반품되었습니다.",
|
|
1191
|
+
"returns-error": "오류",
|
|
1192
|
+
"returns-request-return": "반품요청",
|
|
1193
|
+
"returns-items-to-return": "반품할 품목",
|
|
1194
|
+
"returns-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.",
|
|
1195
|
+
"returns-select-location-to-return-to": "돌아갈 위치를 선택하세요",
|
|
1196
|
+
"returns-selected-location-has-no-inventory-levels": "선택한 위치에는 선택한 품목에 대한 재고 수준이 없습니다. ",
|
|
1197
|
+
"returns-shipping": "배송",
|
|
1198
|
+
"returns-choose-retur,-shipping-method": "이번 반품에 사용할 배송 방법을 선택하세요.",
|
|
1199
|
+
"returns-total-refund": "총 환불",
|
|
1200
|
+
"returns-amount": "양",
|
|
1201
|
+
"returns-send-notifications": "알림 보내기",
|
|
1202
|
+
"returns-notify-customer-of-created-return": "생성된 반품을 고객에게 알림",
|
|
1203
|
+
"returns-back": "뒤쪽에",
|
|
1204
|
+
"returns-submit": "제출하다",
|
|
1205
|
+
"rma-sub-modals-search-for-additional": "추가 검색",
|
|
1206
|
+
"rma-sub-modals-general": "일반적인",
|
|
1207
|
+
"rma-sub-modals-first-name": "이름",
|
|
1208
|
+
"rma-sub-modals-last-name": "성",
|
|
1209
|
+
"rma-sub-modals-phone": "핸드폰",
|
|
1210
|
+
"rma-sub-modals-shipping-address": "배송 주소",
|
|
1211
|
+
"rma-sub-modals-address-1": "주소 1",
|
|
1212
|
+
"rma-sub-modals-address-2": "주소 2",
|
|
1213
|
+
"rma-sub-modals-province": "주",
|
|
1214
|
+
"rma-sub-modals-postal-code": "우편 번호",
|
|
1215
|
+
"rma-sub-modals-city": "도시",
|
|
1216
|
+
"rma-sub-modals-country": "국가",
|
|
1217
|
+
"rma-sub-modals-back": "뒤쪽에",
|
|
1218
|
+
"rma-sub-modals-add": "추가하다",
|
|
1219
|
+
"rma-sub-modals-name": "이름",
|
|
1220
|
+
"rma-sub-modals-status": "상태",
|
|
1221
|
+
"rma-sub-modals-in-stock": "재고",
|
|
1222
|
+
"rma-sub-modals-products": "제품",
|
|
1223
|
+
"rma-sub-modals-search-products": "제품 검색..",
|
|
1224
|
+
"rma-sub-modals-reason-for-return": "반품 사유",
|
|
1225
|
+
"rma-sub-modals-reason": "이유",
|
|
1226
|
+
"rma-sub-modals-note": "메모",
|
|
1227
|
+
"swap-success": "성공",
|
|
1228
|
+
"swap-successfully-created-exchange": "교환이 성공적으로 생성되었습니다.",
|
|
1229
|
+
"swap-error": "오류",
|
|
1230
|
+
"swap-register-exchange": "거래소 등록",
|
|
1231
|
+
"swap-items-to-return": "반품할 품목",
|
|
1232
|
+
"swap-shipping": "배송",
|
|
1233
|
+
"swap-shipping-method": "배송 방법",
|
|
1234
|
+
"swap-add-a-shipping-method": "배송 방법 추가",
|
|
1235
|
+
"swap-location": "위치",
|
|
1236
|
+
"swap-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.",
|
|
1237
|
+
"swap-select-location-to-return-to": "돌아갈 위치를 선택하세요",
|
|
1238
|
+
"swap-items-to-send": "보낼 품목",
|
|
1239
|
+
"swap-add-product": "제품 추가",
|
|
1240
|
+
"swap-return-total": "반품 합계",
|
|
1241
|
+
"swap-additional-total": "추가 합계",
|
|
1242
|
+
"swap-outbond-shipping": "아웃본드 배송",
|
|
1243
|
+
"swap-calculated-at-checkout": "결제 시 계산됨",
|
|
1244
|
+
"swap-estimated-difference": "추정된 차이",
|
|
1245
|
+
"swap-send-notifications": "알림 보내기",
|
|
1246
|
+
"swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "선택 취소하면 고객은 이 교환에 대한 통신을 받을 수 없습니다.",
|
|
1247
|
+
"swap-complete": "완벽한",
|
|
1248
|
+
"templates-shipped": "배송됨",
|
|
1249
|
+
"templates-fulfilled": "이행됨",
|
|
1250
|
+
"templates-canceled": "취소 된",
|
|
1251
|
+
"templates-partially-fulfilled": "부분적으로 이행됨",
|
|
1252
|
+
"templates-fulfillment-status-requires-action": "조치가 필요함",
|
|
1253
|
+
"templates-awaiting-fulfillment": "이행 대기 중",
|
|
1254
|
+
"templates-partially-shipped": "부분적으로 배송됨",
|
|
1255
|
+
"templates-cancel-fulfillment-heading": "처리를 취소하시겠습니까?",
|
|
1256
|
+
"templates-are-you-sure-you-want-to-cancel-the-fulfillment": "처리를 취소하시겠습니까?",
|
|
1257
|
+
"templates-successfully-canceled-swap": "교환이 취소되었습니다.",
|
|
1258
|
+
"templates-error": "오류",
|
|
1259
|
+
"templates-successfully-canceled-claim": "청구가 취소되었습니다.",
|
|
1260
|
+
"templates-successfully-canceled-fulfillment": "처리가 취소되었습니다.",
|
|
1261
|
+
"templates-fulfillment-has-been-canceled": "이행이 취소되었습니다.",
|
|
1262
|
+
"templates-fulfilled-by-provider": "{{title}} {{provider}}에 의해 이행됨",
|
|
1263
|
+
"templates-not-shipped": "배송되지 않음",
|
|
1264
|
+
"templates-tracking": "추적",
|
|
1265
|
+
"templates-shipped-from": "배송지",
|
|
1266
|
+
"templates-shipping-from": "배송지",
|
|
1267
|
+
"templates-mark-shipped": "배송됨으로 표시",
|
|
1268
|
+
"templates-cancel-fulfillment": "이행 취소",
|
|
1269
|
+
"templates-completed": "완전한",
|
|
1270
|
+
"templates-processing": "처리",
|
|
1271
|
+
"templates-requires-action": "조치가 필요함",
|
|
1272
|
+
"templates-capture-payment": "결제 캡처",
|
|
1273
|
+
"templates-successfully-captured-payment": "성공적으로 결제를 포착했습니다.",
|
|
1274
|
+
"templates-refund": "환불하다",
|
|
1275
|
+
"templates-total-for-swaps": "스왑 합계",
|
|
1276
|
+
"templates-refunded-for-swaps": "교환 환불됨",
|
|
1277
|
+
"templates-refunded-for-returns": "반품에 대해 환불됨",
|
|
1278
|
+
"templates-manually-refunded": "수동으로 환불됨",
|
|
1279
|
+
"templates-net-total": "순총액",
|
|
1280
|
+
"templates-paid": "유급의",
|
|
1281
|
+
"templates-awaiting-payment": "결제 대기 중",
|
|
1282
|
+
"templates-payment-status-requires-action": "조치가 필요함",
|
|
1283
|
+
"draft-orders-completed": "완전한",
|
|
1284
|
+
"draft-orders-open": "열려 있는",
|
|
1285
|
+
"draft-orders-mark-as-paid": "결제 완료로 표시",
|
|
1286
|
+
"draft-orders-success": "성공",
|
|
1287
|
+
"draft-orders-successfully-mark-as-paid": "결제 완료로 표시됨",
|
|
1288
|
+
"draft-orders-error": "오류",
|
|
1289
|
+
"draft-orders-successfully-canceled-order": "주문이 취소되었습니다.",
|
|
1290
|
+
"draft-orders-back-to-draft-orders": "초안 주문으로 돌아가기",
|
|
1291
|
+
"on-mark-as-paid-confirm-order-id": "주문 번호{{display_id}}",
|
|
1292
|
+
"draft-orders-go-to-order": "주문으로 이동",
|
|
1293
|
+
"draft-orders-cancel-draft-order": "초안 주문 취소",
|
|
1294
|
+
"draft-orders-draft-order": "초안 주문",
|
|
1295
|
+
"draft-orders-email": "이메일",
|
|
1296
|
+
"draft-orders-phone": "핸드폰",
|
|
1297
|
+
"draft-orders-amount": "금액 {{currency_code}}",
|
|
1298
|
+
"draft-orders-payment": "지불",
|
|
1299
|
+
"draft-orders-subtotal": "소계",
|
|
1300
|
+
"draft-orders-shipping": "배송",
|
|
1301
|
+
"draft-orders-tax": "세",
|
|
1302
|
+
"draft-orders-total-to-pay": "지불할 총액",
|
|
1303
|
+
"draft-orders-payment-link": "결제 링크:",
|
|
1304
|
+
"draft-orders-configure-payment-link-in-store-settings": "매장 설정에서 결제 링크 구성",
|
|
1305
|
+
"draft-orders-shipping-method": "배송 방법",
|
|
1306
|
+
"draft-orders-data": "데이터",
|
|
1307
|
+
"draft-orders-1-item": "(1개 항목)",
|
|
1308
|
+
"draft-orders-customer": "고객",
|
|
1309
|
+
"draft-orders-edit-shipping-address": "배송 주소 수정",
|
|
1310
|
+
"draft-orders-edit-billing-address": "청구서 수신 주소 편집",
|
|
1311
|
+
"draft-orders-go-to-customer": "고객으로 이동",
|
|
1312
|
+
"draft-orders-contact": "연락하다",
|
|
1313
|
+
"draft-orders-billing": "청구",
|
|
1314
|
+
"draft-orders-raw-draft-order": "원시 초안 주문",
|
|
1315
|
+
"draft-orders-are-you-sure": "확실합니까?",
|
|
1316
|
+
"draft-orders-remove-resource-heading": "{{resource}} 제거",
|
|
1317
|
+
"draft-orders-remove-resource-success-text": "{{resource}}이(가) 제거되었습니다",
|
|
1318
|
+
"draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "이렇게 하면 주문이 생성됩니다. ",
|
|
1319
|
+
"draft-orders-mark-paid": "결제 완료로 표시",
|
|
1320
|
+
"draft-orders-cancel": "취소",
|
|
1321
|
+
"draft-orders-create-draft-order": "발주 주문 생성",
|
|
1322
|
+
"edit-amount-paid": "금액 지급",
|
|
1323
|
+
"edit-new-total": "새로운 합계",
|
|
1324
|
+
"edit-difference-due": "차액 지불",
|
|
1325
|
+
"edit-back": "뒤쪽에",
|
|
1326
|
+
"edit-save-and-go-back": "저장하고 돌아가기",
|
|
1327
|
+
"edit-order-edit-set-as-requested": "요청한 대로 편집 세트 주문",
|
|
1328
|
+
"edit-failed-to-request-confirmation": "확인을 요청하지 못했습니다.",
|
|
1329
|
+
"edit-added-successfully": "성공적으로 추가되었습니다",
|
|
1330
|
+
"edit-error-occurred": "오류가 발생했습니다",
|
|
1331
|
+
"edit-add-product-variants": "제품 변형 추가",
|
|
1332
|
+
"edit-edit-order": "주문 수정",
|
|
1333
|
+
"edit-items": "품목",
|
|
1334
|
+
"edit-add-items": "항목 추가",
|
|
1335
|
+
"edit-filter-items": "항목 필터링...",
|
|
1336
|
+
"edit-note": "메모",
|
|
1337
|
+
"edit-add-a-note": "메모 추가...",
|
|
1338
|
+
"variants-table-location": "{{위치}}에서",
|
|
1339
|
+
"edit-product": "제품",
|
|
1340
|
+
"edit-in-stock": "재고",
|
|
1341
|
+
"edit-price": "가격",
|
|
1342
|
+
"edit-products": "제품",
|
|
1343
|
+
"edit-search-product-variants": "제품 변형 검색...",
|
|
1344
|
+
"orders-success": "성공",
|
|
1345
|
+
"orders-successfully-initiated-export": "내보내기가 성공적으로 시작되었습니다.",
|
|
1346
|
+
"orders-error": "오류",
|
|
1347
|
+
"orders-export-orders": "수출 주문",
|
|
1348
|
+
"components-billing-address": "청구 지 주소",
|
|
1349
|
+
"components-use-same-as-shipping": "배송과 동일하게 사용",
|
|
1350
|
+
"components-e-g-gift-wrapping": "예: ",
|
|
1351
|
+
"components-title": "제목",
|
|
1352
|
+
"components-price": "가격",
|
|
1353
|
+
"components-quantity": "수량",
|
|
1354
|
+
"components-back": "뒤쪽에",
|
|
1355
|
+
"components-add": "추가하다",
|
|
1356
|
+
"components-items-for-the-order": "주문 품목",
|
|
1357
|
+
"components-details": "세부",
|
|
1358
|
+
"components-price-excl-taxes": "가격(세금 별도)",
|
|
1359
|
+
"components-add-custom": "맞춤 추가",
|
|
1360
|
+
"components-add-existing": "기존 추가",
|
|
1361
|
+
"components-add-products": "제품 추가",
|
|
1362
|
+
"components-add-custom-item": "맞춤 항목 추가",
|
|
1363
|
+
"components-choose-region": "지역 선택",
|
|
1364
|
+
"components-region": "지역",
|
|
1365
|
+
"select-shipping-to-name": "({{이름}}에게)",
|
|
1366
|
+
"components-attention": "주목!",
|
|
1367
|
+
"components-no-options-for-orders-without-shipping": "배송 없이 주문하는 경우 옵션이 없습니다. ",
|
|
1368
|
+
"components-choose-a-shipping-method": "배송 방법을 선택하세요",
|
|
1369
|
+
"components-set-custom-price": "맞춤 가격 설정",
|
|
1370
|
+
"components-custom-price": "맞춤 가격",
|
|
1371
|
+
"components-customer-and-shipping-details": "고객 및 배송 세부정보",
|
|
1372
|
+
"components-find-existing-customer": "기존 고객 찾기",
|
|
1373
|
+
"components-email": "이메일",
|
|
1374
|
+
"components-choose-existing-addresses": "기존 주소 선택",
|
|
1375
|
+
"components-create-new": "새로 만들기",
|
|
1376
|
+
"components-the-discount-is-not-applicable-to-the-selected-region": "선택한 지역에는 할인이 적용되지 않습니다.",
|
|
1377
|
+
"components-the-discount-code-is-invalid": "할인 코드가 유효하지 않습니다",
|
|
1378
|
+
"components-add-discount": "할인 추가",
|
|
1379
|
+
"components-summer-10": "여름10",
|
|
1380
|
+
"components-discount": "할인",
|
|
1381
|
+
"select-shipping-code": "(코드: {{코드}})",
|
|
1382
|
+
"components-type": "유형",
|
|
1383
|
+
"components-value": "값",
|
|
1384
|
+
"components-address": "주소",
|
|
1385
|
+
"components-shipping-method": "배송 방법",
|
|
1386
|
+
"components-billing-details": "결제 세부 정보",
|
|
1387
|
+
"components-edit": "편집하다",
|
|
1388
|
+
"form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm은 NewOrderFormProvider 내에서 사용해야 합니다.",
|
|
1389
|
+
"new-order-created": "주문이 생성되었습니다.",
|
|
1390
|
+
"new-create-draft-order": "초안 주문 생성",
|
|
1391
|
+
"price-list-product-filter-created-at": "생성 날짜",
|
|
1392
|
+
"price-list-product-filter-updated-at": "업데이트 날짜",
|
|
1393
|
+
"price-list-details-drawer-prompt-title": "확실합니까?",
|
|
1394
|
+
"price-list-details-drawer-prompt-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?",
|
|
1395
|
+
"price-list-details-notification-succes-title": "가격표가 업데이트되었습니다.",
|
|
1396
|
+
"price-list-details-drawer-notification-success-message": "가격표가 업데이트되었습니다.",
|
|
1397
|
+
"price-list-details-drawer-notification-error-title": "에러 발생됨",
|
|
1398
|
+
"price-list-details-drawer-title": "가격표 세부정보 편집",
|
|
1399
|
+
"price-list-details-drawer-cancel-button": "취소",
|
|
1400
|
+
"price-list-details-drawer-save-button": "구하다",
|
|
1401
|
+
"price-list-details-section-prompt-confirm-text": "삭제",
|
|
1402
|
+
"price-list-details-section-prompt-cancel-text": "취소",
|
|
1403
|
+
"price-list-details-section-prompt-title": "가격표 삭제",
|
|
1404
|
+
"price-list-details-section-prompt-description": "{{name}}",
|
|
1405
|
+
"price-list-details-section-delete-notification-success-title": "가격표를 삭제했습니다.",
|
|
1406
|
+
"price-list-details-section-delete-notification-success-message": "{{name}}",
|
|
1407
|
+
"price-list-details-section-delete-notification-error-title": "가격표를 삭제하지 못했습니다.",
|
|
1408
|
+
"price-list-details-section-customer-groups": "고객 그룹",
|
|
1409
|
+
"price-list-details-section-last-edited": "마지막으로 수정됨",
|
|
1410
|
+
"price-list-details-section-number-of-prices": "물가",
|
|
1411
|
+
"price-list-details-section-status-menu-expired": "만료됨",
|
|
1412
|
+
"price-list-details-section-status-menu-draft": "초안",
|
|
1413
|
+
"price-list-details-section-status-menu-scheduled": "예정됨",
|
|
1414
|
+
"price-list-details-section-status-active": "활동적인",
|
|
1415
|
+
"price-list-details-section-status-menu-notification-success-title": "가격표 상태가 업데이트되었습니다.",
|
|
1416
|
+
"price-list-details-section-status-menu-notification-success-message": "가격표 상태가 {{status}}(으)로 업데이트되었습니다.",
|
|
1417
|
+
"price-list-details-section-status-menu-notification-error-title": "가격표 상태를 업데이트하지 못했습니다.",
|
|
1418
|
+
"price-list-details-section-status-menu-item-draft": "초안",
|
|
1419
|
+
"price-list-details-section-status-menu-item-activate": "활성화",
|
|
1420
|
+
"price-list-details-menu-item-edit": "세부정보 수정",
|
|
1421
|
+
"price-list-details-menu-item-delete": "삭제",
|
|
1422
|
+
"price-list-edit-error": "가격표를 로드하는 중에 오류가 발생했습니다. ",
|
|
1423
|
+
"price-list-new-form-prompt-title": "확실합니까?",
|
|
1424
|
+
"price-list-new-form-prompt-exit-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?",
|
|
1425
|
+
"price-list-new-form-prompt-back-description": "저장되지 않은 변경사항이 있습니다. 돌아가시겠습니까?",
|
|
1426
|
+
"price-list-add-products-modal-no-prices-error": "하나 이상의 제품에 가격을 지정하세요.",
|
|
1427
|
+
"price-list-add-products-modal-missing-prices-title": "불완전한 가격표",
|
|
1428
|
+
"price-list-add-products-modal-missing-prices-description": "선택한 모든 제품에 가격이 할당되지 않았습니다. ",
|
|
1429
|
+
"price-list-add-products-modal-success-title": "새로운 가격이 추가되었습니다.",
|
|
1430
|
+
"price-list-add-products-modal-success-message": "가격표에 새로운 가격이 추가되었습니다.",
|
|
1431
|
+
"price-list-add-products-modal-error-title": "에러 발생됨",
|
|
1432
|
+
"price-list-add-products-modal-back-button-cancel": "취소",
|
|
1433
|
+
"price-list-add-products-modal-back-button": "뒤쪽에",
|
|
1434
|
+
"price-list-add-products-modal-next-button-continue": "계속하다",
|
|
1435
|
+
"price-list-add-products-modal-next-button-submit-and-close": "제출 및 종료",
|
|
1436
|
+
"price-list-add-products-modal-next-button-continue-save-prices": "가격 저장",
|
|
1437
|
+
"price-list-add-products-modal-products-tab": "제품 선택",
|
|
1438
|
+
"price-list-add-products-modal-prices-tab": "가격 편집",
|
|
1439
|
+
"price-list-add-products-modal-error": "양식을 준비하는 동안 오류가 발생했습니다. ",
|
|
1440
|
+
"price-list-edit-prices-modal-prompt-title": "저장되지 않은 변경사항",
|
|
1441
|
+
"price-list-edit-prices-modal-prompt-exit-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?",
|
|
1442
|
+
"price-list-edit-prices-modal-prompt-back-description": "저장되지 않은 변경사항이 있습니다. 돌아가시겠습니까?",
|
|
1443
|
+
"price-list-edit-prices-modal-notification-update-error": "에러 발생됨",
|
|
1444
|
+
"price-list-edit-prices-modal-notification-remove-error-title": "에러 발생됨",
|
|
1445
|
+
"price-list-edit-prices-modal-notification-remove-error-description": "일부 가격이 올바르게 업데이트되지 않았습니다. ",
|
|
1446
|
+
"price-list-edit-prices-modal-notification-update-success-title": "가격이 업데이트되었습니다.",
|
|
1447
|
+
"price-list-edit-prices-modal-notification-update-success-description": "가격이 업데이트되었습니다.",
|
|
1448
|
+
"price-list-edit-prices-modal-next-button-save-and-close": "저장하고 닫습니다",
|
|
1449
|
+
"price-list-edit-prices-modal-next-button-save": "가격 저장",
|
|
1450
|
+
"price-list-edit-prices-modal-back-button-cancel": "취소",
|
|
1451
|
+
"price-list-edit-prices-modal-back-button-back": "뒤쪽에",
|
|
1452
|
+
"price-list-edit-prices-modal-overview-tab": "가격 편집",
|
|
1453
|
+
"price-list-edit-prices-modal-error-loading": "양식을 준비하는 동안 오류가 발생했습니다. ",
|
|
1454
|
+
"price-list-prices-section-prompt-title": "확실합니까?",
|
|
1455
|
+
"price-list-prices-section-prompt-description": "목록에서 제품 가격이 영구적으로 삭제됩니다.",
|
|
1456
|
+
"price-list-prices-secton-delete-success-title": "가격이 삭제되었습니다.",
|
|
1457
|
+
"price-list-prices-section-delete-success-description_one": "{{count}}개 제품의 가격을 성공적으로 삭제했습니다.",
|
|
1458
|
+
"price-list-prices-section-delete-success-description_other": "{{count}}개 제품의 가격을 성공적으로 삭제했습니다.",
|
|
1459
|
+
"price-list-prices-section-delete-error-title": "에러 발생됨",
|
|
1460
|
+
"price-list-prices-section-heading": "물가",
|
|
1461
|
+
"price-list-prices-section-search-placeholder": "제품 검색",
|
|
1462
|
+
"price-list-prices-section-prices-menu-edit": "가격 수정",
|
|
1463
|
+
"price-list-prices-section-prices-menu-add": "제품 추가",
|
|
1464
|
+
"price-list-prices-section-table-load-error": "제품을 가져오는 중에 오류가 발생했습니다. ",
|
|
1465
|
+
"price-list-prices-section-bar-count_one": "{{count}}개 선택됨",
|
|
1466
|
+
"price-list-prices-section-bar-count_other": "{{count}}개 선택됨",
|
|
1467
|
+
"price-list-prices-section-edit-command": "편집하다",
|
|
1468
|
+
"price-list-prices-section-delete-command": "삭제",
|
|
1469
|
+
"price-list-prices-section-select-all-checkbox-label": "현재 페이지의 모든 제품을 선택하세요.",
|
|
1470
|
+
"price-list-prices-section-select-checkbox-label": "행 선택",
|
|
1471
|
+
"price-list-prices-section-table-product": "제품",
|
|
1472
|
+
"price-list-prices-section-table-thumbnail-alt": "{{제목}} 미리보기 이미지",
|
|
1473
|
+
"price-list-prices-section-table-collection": "수집",
|
|
1474
|
+
"price-list-prices-section-table-variants": "변형",
|
|
1475
|
+
"price-list-details-form-type-heading": "유형",
|
|
1476
|
+
"price-list-details-form-type-description": "생성하려는 가격표 유형을 선택합니다.",
|
|
1477
|
+
"price-list-details-form-type-label-sale": "판매",
|
|
1478
|
+
"price-list-details-form-type-hint-sale": "판매를 생성하는 경우 이 방법을 사용하세요.",
|
|
1479
|
+
"price-list-details-form-type-label-override": "우세하다",
|
|
1480
|
+
"price-list-details-form-type-hint-override": "가격을 재정의하는 경우 이 방법을 사용하세요.",
|
|
1481
|
+
"price-list-details-form-general-heading": "일반적인",
|
|
1482
|
+
"price-list-details-form-general-description": "가격표의 제목과 설명을 선택합니다.",
|
|
1483
|
+
"price-list-details-form-general-name-label": "이름",
|
|
1484
|
+
"price-list-details-form-general-name-placeholder": "블랙 프라이데이 세일",
|
|
1485
|
+
"price-list-details-form-general-description-label": "설명",
|
|
1486
|
+
"price-list-details-form-general-description-placeholder": "블랙프라이데이 세일 가격은..",
|
|
1487
|
+
"price-list-details-form-tax-inclusive-label": "세금 포함 가격",
|
|
1488
|
+
"price-list-details-form-tax-inclusive-hint": "이 목록의 모든 가격에 세금이 포함되도록 선택하세요.",
|
|
1489
|
+
"price-list-details-form-dates-starts-at-heading": "가격표에는 시작일이 있나요?",
|
|
1490
|
+
"price-list-details-form-dates-starts-at-description": "나중에 활성화되도록 가격 재정의를 예약하세요.",
|
|
1491
|
+
"price-list-details-form-dates-starts-at-label": "시작일",
|
|
1492
|
+
"price-list-details-form-ends-at-heading": "가격표에 유효기간이 있나요?",
|
|
1493
|
+
"price-list-details-form-ends-at-description": "나중에 비활성화되도록 가격 재정의를 예약하세요.",
|
|
1494
|
+
"price-list-details-form-ends-at-label": "만료일",
|
|
1495
|
+
"price-list-details-form-customer-groups-name": "이름",
|
|
1496
|
+
"price-list-details-form-customer-groups-members": "회원",
|
|
1497
|
+
"price-list-details-form-customer-groups-error": "고객 그룹을 로드하는 중 오류가 발생했습니다. ",
|
|
1498
|
+
"price-list-details-form-customer-groups-no-groups": "고객 그룹을 찾을 수 없습니다.",
|
|
1499
|
+
"price-list-details-form-customer-groups-heading": "고객 가용성",
|
|
1500
|
+
"price-list-details-form-customer-groups-description": "가격 재정의를 적용해야 하는 고객 그룹을 지정합니다.",
|
|
1501
|
+
"price-list-details-form-customer-groups-content-heading": "고객 그룹",
|
|
1502
|
+
"price-list-details-form-customer-groups-search-placeholder": "찾다",
|
|
1503
|
+
"price-list-prices-form-products-error": "양식을 준비하는 동안 오류가 발생했습니다. ",
|
|
1504
|
+
"price-list-prices-form-heading": "가격 수정",
|
|
1505
|
+
"price-list-prices-form-variant": "변종",
|
|
1506
|
+
"price-list-prices-form-sku": "SKU",
|
|
1507
|
+
"price-list-prices-form-prices": "물가",
|
|
1508
|
+
"price-list-prices-form-prices-variant-count_one": "{{count}}개 변형",
|
|
1509
|
+
"price-list-prices-form-prices-variant-count_other": "{{count}}개 변형",
|
|
1510
|
+
"price-list-prices-form-add-prices-button": "가격 추가",
|
|
1511
|
+
"price-list-prices-form-prices-count_one": "{{count}} 가격",
|
|
1512
|
+
"price-list-prices-form-prices-count_other": "{{count}} 가격",
|
|
1513
|
+
"price-list-product-prices-form-invalid-data-title": "유효하지 않은 데이터",
|
|
1514
|
+
"price-list-product-prices-form-invalid-data-body": "붙여넣은 데이터에 숫자가 아닌 값이 포함되어 있습니다.",
|
|
1515
|
+
"price-list-product-prices-form-column-visibility-button": "보다",
|
|
1516
|
+
"price-list-product-prices-form-column-visibility-currencies-label": "통화",
|
|
1517
|
+
"price-list-product-prices-form-column-visibility-regions-label": "지역",
|
|
1518
|
+
"price-list-product-prices-form-column-product-label": "제품",
|
|
1519
|
+
"price-list-product-prices-form-column-currencies-price-label": "가격 {{코드}}",
|
|
1520
|
+
"price-list-product-prices-form-column-regions-price-label": "가격 {{이름}}({{코드}})",
|
|
1521
|
+
"price-list-products-form-select-all": "현재 페이지의 모든 제품을 선택하세요.",
|
|
1522
|
+
"price-list-products-form-select-row": "행 선택",
|
|
1523
|
+
"price-list-products-form-product-label": "제품",
|
|
1524
|
+
"price-list-products-form-product-thumbnail": "{{제목}} 미리보기 이미지",
|
|
1525
|
+
"price-list-products-form-collection-label": "수집",
|
|
1526
|
+
"price-list-products-form-sales-channels-label": "유효성",
|
|
1527
|
+
"price-list-products-form-sales-channels-value": "{{첫 번째}} + {{나머지}}개 더보기",
|
|
1528
|
+
"price-list-products-form-status-label": "상태",
|
|
1529
|
+
"price-list-products-form-inventory-label": "목록",
|
|
1530
|
+
"price-list-products-form-inventory-value": "{{variants}}개 변형에 걸쳐 {{totalStock}}개의 재고가 있습니다.",
|
|
1531
|
+
"price-list-products-form-loading": "제품 로딩",
|
|
1532
|
+
"price-list-products-form-error": "제품을 로드하는 중 오류가 발생했습니다. ",
|
|
1533
|
+
"price-list-products-form-no-products": "검색된 상품이 없습니다.",
|
|
1534
|
+
"price-list-products-form-heading": "제품을 선택하세요",
|
|
1535
|
+
"price-list-products-form-search-placeholder": "찾다",
|
|
1536
|
+
"price-list-new-form-no-prices-error": "하나 이상의 제품에 대한 가격을 설정하세요.",
|
|
1537
|
+
"price-list-new-form-missing-prices-title": "불완전한 가격표",
|
|
1538
|
+
"price-list-new-products-modal-missing-prices-description": "선택한 모든 제품에 가격이 할당되지 않았습니다. ",
|
|
1539
|
+
"price-list-new-form-notification-success-title": "가격표가 생성되었습니다.",
|
|
1540
|
+
"price-list-new-form-notification-success-message": "가격표가 성공적으로 생성되었습니다.",
|
|
1541
|
+
"price-list-new-form-notification-error-title": "에러 발생됨",
|
|
1542
|
+
"price-list-new-form-next-button-save-and-publish": "저장 및 게시",
|
|
1543
|
+
"price-list-new-form-next-button-save": "가격 저장",
|
|
1544
|
+
"price-list-new-form-next-button-continue": "계속하다",
|
|
1545
|
+
"price-list-new-form-back-button-cancel": "취소",
|
|
1546
|
+
"price-list-new-form-back-button-back": "뒤쪽에",
|
|
1547
|
+
"price-list-new-form-details-tab": "가격표 생성",
|
|
1548
|
+
"price-list-new-form-products-tab": "제품 선택",
|
|
1549
|
+
"price-list-new-form-prices-tab": "가격 편집",
|
|
1550
|
+
"price-list-new-form-save-as-draft": "임시 보관함에 저장",
|
|
1551
|
+
"price-list-new-form-error-loading-products": "양식을 준비하는 동안 오류가 발생했습니다. ",
|
|
1552
|
+
"components-success": "성공",
|
|
1553
|
+
"components-successfully-updated-category-tree": "카테고리 트리가 업데이트되었습니다.",
|
|
1554
|
+
"components-error": "오류",
|
|
1555
|
+
"components-failed-to-update-category-tree": "카테고리 트리를 업데이트하지 못했습니다.",
|
|
1556
|
+
"components-delete": "삭제",
|
|
1557
|
+
"components-category-deleted": "카테고리가 삭제되었습니다.",
|
|
1558
|
+
"components-category-deletion-failed": "카테고리 삭제 실패",
|
|
1559
|
+
"components-category-status-is-inactive": "카테고리 상태가 비활성 상태입니다.",
|
|
1560
|
+
"components-category-visibility-is-private": "카테고리 공개는 비공개입니다",
|
|
1561
|
+
"components-add-category-item-to": "카테고리 항목 추가",
|
|
1562
|
+
"modals-public": "공공의",
|
|
1563
|
+
"modals-private": "사적인",
|
|
1564
|
+
"modals-active": "활동적인",
|
|
1565
|
+
"modals-inactive": "비활성",
|
|
1566
|
+
"modals-success": "성공",
|
|
1567
|
+
"modals-successfully-created-a-category": "카테고리가 생성되었습니다.",
|
|
1568
|
+
"modals-failed-to-create-a-new-category": "새 카테고리를 생성하지 못했습니다.",
|
|
1569
|
+
"modals-error": "오류",
|
|
1570
|
+
"modals-save-category": "카테고리 저장",
|
|
1571
|
+
"modals-add-category-to": "{{name}}에 카테고리 추가",
|
|
1572
|
+
"modals-add-category": "카테고리 추가",
|
|
1573
|
+
"modals-details": "세부",
|
|
1574
|
+
"modals-name": "이름",
|
|
1575
|
+
"modals-give-this-category-a-name": "이 카테고리에 이름을 지정하세요",
|
|
1576
|
+
"modals-handle": "핸들",
|
|
1577
|
+
"modals-custom-handle": "맞춤형 핸들",
|
|
1578
|
+
"modals-description": "설명",
|
|
1579
|
+
"modals-give-this-category-a-description": "이 카테고리에 대한 설명을 입력하세요",
|
|
1580
|
+
"modals-status": "상태",
|
|
1581
|
+
"modals-visibility": "시계",
|
|
1582
|
+
"modals-successfully-updated-the-category": "카테고리를 업데이트했습니다.",
|
|
1583
|
+
"modals-failed-to-update-the-category": "카테고리를 업데이트하지 못했습니다.",
|
|
1584
|
+
"modals-edit-product-category": "제품 카테고리 수정",
|
|
1585
|
+
"modals-cancel": "취소",
|
|
1586
|
+
"modals-save-and-close": "저장하고 닫습니다",
|
|
1587
|
+
"pages-no-product-categories-yet": "아직 제품 카테고리가 없습니다. 위 버튼을 사용하여 첫 번째 카테고리를 만드세요.",
|
|
1588
|
+
"pages-add-category": "카테고리 추가",
|
|
1589
|
+
"pages-product-categories": "제품 카테고리",
|
|
1590
|
+
"pages-helps-you-to-keep-your-products-organized": "제품을 체계적으로 정리하는 데 도움이 됩니다.",
|
|
1591
|
+
"batch-job-success": "성공",
|
|
1592
|
+
"batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "처리를 위해 가져오기가 확인되었습니다. ",
|
|
1593
|
+
"batch-job-error": "오류",
|
|
1594
|
+
"batch-job-import-failed": "가져오기에 실패했습니다.",
|
|
1595
|
+
"batch-job-failed-to-delete-the-csv-file": "CSV 파일을 삭제하지 못했습니다.",
|
|
1596
|
+
"batch-job-failed-to-cancel-the-batch-job": "일괄 작업을 취소하지 못했습니다.",
|
|
1597
|
+
"batch-job-products-list": "제품 목록",
|
|
1598
|
+
"batch-job-unsure-about-how-to-arrange-your-list": "목록을 어떻게 정리해야 할지 모르시나요?",
|
|
1599
|
+
"batch-job-download-template": "아래 템플릿을 다운로드하여 올바른 형식을 따르고 있는지 확인하세요.",
|
|
1600
|
+
"batch-job-imports-description": "가져오기를 통해 제품을 추가하거나 업데이트할 수 있습니다. ",
|
|
1601
|
+
"products-filters": "필터",
|
|
1602
|
+
"products-status": "상태",
|
|
1603
|
+
"products-tags": "태그",
|
|
1604
|
+
"products-spring-summer": "봄 여름...",
|
|
1605
|
+
"new-sales-channels": "판매채널",
|
|
1606
|
+
"new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "이 제품은 그대로 두면 기본 판매 채널에서만 구입할 수 있습니다.",
|
|
1607
|
+
"new-change-availablity": "가용성 변경",
|
|
1608
|
+
"add-variants-a-variant-with-these-options-already-exists": "이러한 옵션이 포함된 변형이 이미 존재합니다.",
|
|
1609
|
+
"add-variants-product-options": "제품 옵션",
|
|
1610
|
+
"add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "옵션은 제품의 색상, 크기 등을 정의하는 데 사용됩니다.",
|
|
1611
|
+
"add-variants-option-title": "옵션 제목",
|
|
1612
|
+
"add-variants-variations-comma-separated": "변형(쉼표로 구분)",
|
|
1613
|
+
"add-variants-color": "색상...",
|
|
1614
|
+
"add-variants-already-exists": "이미 존재 함",
|
|
1615
|
+
"add-variants-blue-red-black": "블루, 레드, 블랙...",
|
|
1616
|
+
"add-variants-add-an-option": "옵션 추가",
|
|
1617
|
+
"add-variants-product-variants": "제품 변형",
|
|
1618
|
+
"add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "제품 이형 상품 추가를 시작하려면 먼저 제품 옵션을 하나 이상 추가해야 합니다.",
|
|
1619
|
+
"add-variants-variant": "변종",
|
|
1620
|
+
"add-variants-inventory": "목록",
|
|
1621
|
+
"add-variants-add-a-variant": "변형 추가",
|
|
1622
|
+
"add-variants-create-variant": "변형 생성",
|
|
1623
|
+
"add-variants-cancel": "취소",
|
|
1624
|
+
"add-variants-save-and-close": "저장하고 닫습니다",
|
|
1625
|
+
"new-variant-a-variant-with-these-options-already-exists": "이러한 옵션이 포함된 변형이 이미 존재합니다.",
|
|
1626
|
+
"new-variant-are-you-sure-you-want-to-delete-this-variant": "이 변형을 삭제하시겠습니까?",
|
|
1627
|
+
"new-variant-delete-variant": "변형 삭제",
|
|
1628
|
+
"new-variant-edit": "편집하다",
|
|
1629
|
+
"new-variant-delete": "삭제",
|
|
1630
|
+
"new-variant-edit-variant": "변형 편집",
|
|
1631
|
+
"new-variant-cancel": "취소",
|
|
1632
|
+
"new-variant-save-and-close": "저장하고 닫습니다",
|
|
1633
|
+
"new-something-went-wrong-while-trying-to-upload-images": "이미지를 업로드하는 중에 문제가 발생했습니다.",
|
|
1634
|
+
"new-no-file-service-configured": "파일 서비스가 구성되어 있지 않을 수 있습니다. ",
|
|
1635
|
+
"new-upload-thumbnail-error": "미리보기 이미지를 업로드하는 중에 문제가 발생했습니다.",
|
|
1636
|
+
"new-save-as-draft": "임시 보관함에 저장",
|
|
1637
|
+
"new-publish-product": "제품 게시",
|
|
1638
|
+
"new-general-information-title": "일반 정보",
|
|
1639
|
+
"new-to-start-selling-all-you-need-is-a-name-and-a-price": "판매를 시작하려면 이름과 가격만 있으면 됩니다.",
|
|
1640
|
+
"new-organize-product": "제품 정리",
|
|
1641
|
+
"new-add-variations-of-this-product": "이 제품의 변형을 추가하세요.",
|
|
1642
|
+
"new-offer-your-customers-different-options-for-color-format-size-shape-etc": "고객에게 색상, 형식, 크기, 모양 등에 대한 다양한 옵션을 제공하십시오.",
|
|
1643
|
+
"new-used-for-shipping-and-customs-purposes": "배송 및 통관 목적으로 사용됩니다.",
|
|
1644
|
+
"new-dimensions": "치수",
|
|
1645
|
+
"new-customs": "세관",
|
|
1646
|
+
"new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "결제, 소셜 공유 등의 과정에서 제품을 나타내는 데 사용됩니다.",
|
|
1647
|
+
"new-media": "미디어",
|
|
1648
|
+
"new-add-images-to-your-product": "제품에 이미지를 추가하세요.",
|
|
1649
|
+
"overview-import-products": "수입제품",
|
|
1650
|
+
"overview-export-products": "수출제품",
|
|
1651
|
+
"overview-new-product": "새로운 제품",
|
|
1652
|
+
"overview-new-collection": "새 컬렉션",
|
|
1653
|
+
"overview-success": "성공",
|
|
1654
|
+
"overview-successfully-created-collection": "컬렉션이 생성되었습니다.",
|
|
1655
|
+
"overview-error": "오류",
|
|
1656
|
+
"overview-successfully-initiated-export": "내보내기가 성공적으로 시작되었습니다.",
|
|
1657
|
+
"modals-add-sales-channels": "판매 채널 추가",
|
|
1658
|
+
"modals-find-channels": "채널 찾기",
|
|
1659
|
+
"modals-updated-the-api-key": "API 키를 업데이트했습니다.",
|
|
1660
|
+
"modals-failed-to-update-the-api-key": "API 키를 업데이트하지 못했습니다.",
|
|
1661
|
+
"modals-edit-api-key-details": "API 키 세부정보 수정",
|
|
1662
|
+
"modals-title": "제목",
|
|
1663
|
+
"modals-name-your-key": "키 이름 지정",
|
|
1664
|
+
"modals-sales-channels-added-to-the-scope": "범위에 추가된 판매 채널",
|
|
1665
|
+
"modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "키 범위에 판매 채널을 추가하는 중 오류가 발생했습니다.",
|
|
1666
|
+
"modals-add-and-go-back": "추가하고 돌아가기",
|
|
1667
|
+
"modals-add-and-close": "추가 및 닫기",
|
|
1668
|
+
"modals-sales-channels-removed-from-the-scope": "범위에서 제거된 판매 채널",
|
|
1669
|
+
"modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "키 범위에서 판매 채널을 제거하는 중 오류가 발생했습니다.",
|
|
1670
|
+
"modals-edit-sales-channels": "판매 채널 편집",
|
|
1671
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{세다}}",
|
|
1672
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{세다}}",
|
|
1673
|
+
"modals-deselect": "선택 취소",
|
|
1674
|
+
"modals-remove": "제거하다",
|
|
1675
|
+
"modals-add-channels": "채널 추가",
|
|
1676
|
+
"modals-close": "닫다",
|
|
1677
|
+
"pages-sales-channels": "판매채널",
|
|
1678
|
+
"pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "필요한 만큼 많은 판매 채널을 API 키에 연결하세요.",
|
|
1679
|
+
"pages-add-sales-channels": "판매 채널 추가",
|
|
1680
|
+
"pages-edit-sales-channels": "판매 채널 편집",
|
|
1681
|
+
"pages-success": "성공",
|
|
1682
|
+
"pages-created-a-new-api-key": "새 API 키를 만들었습니다.",
|
|
1683
|
+
"pages-error": "오류",
|
|
1684
|
+
"pages-failed-to-create-a-new-api-key": "새 API 키를 생성하지 못했습니다.",
|
|
1685
|
+
"pages-sales-channels-added-to-the-scope": "범위에 추가된 판매 채널",
|
|
1686
|
+
"pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "키 범위에 판매 채널을 추가하는 중 오류가 발생했습니다.",
|
|
1687
|
+
"pages-publish-api-key": "API 키 게시",
|
|
1688
|
+
"pages-create-api-key": "API 키 생성",
|
|
1689
|
+
"pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "API 키를 생성하고 관리합니다. ",
|
|
1690
|
+
"pages-create-api-key-label": "API 키 생성",
|
|
1691
|
+
"pages-back-to-settings": "설정으로 돌아가기",
|
|
1692
|
+
"pages-publishable-api-keys": "게시 가능한 API 키",
|
|
1693
|
+
"pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "이러한 게시 가능한 키를 사용하면 API 요청을 인증할 수 있습니다.",
|
|
1694
|
+
"tables-name": "이름",
|
|
1695
|
+
"tables-token": "토큰",
|
|
1696
|
+
"tables-done": "완료",
|
|
1697
|
+
"tables-copy-to-clipboard": "클립 보드에 복사",
|
|
1698
|
+
"tables-created": "만들어진",
|
|
1699
|
+
"tables-status": "상태",
|
|
1700
|
+
"tables-revoked": "취소됨",
|
|
1701
|
+
"tables-live": "살다",
|
|
1702
|
+
"tables-edit-api-key-details": "API 키 세부정보 수정",
|
|
1703
|
+
"tables-edit-sales-channels": "판매 채널 편집",
|
|
1704
|
+
"tables-copy-token": "토큰 복사",
|
|
1705
|
+
"tables-revoke-token": "토큰 취소",
|
|
1706
|
+
"tables-delete-api-key": "API 키 삭제",
|
|
1707
|
+
"tables-yes-delete": "예, 삭제합니다",
|
|
1708
|
+
"tables-api-key-deleted": "API 키가 삭제되었습니다.",
|
|
1709
|
+
"tables-are-you-sure-you-want-to-delete-this-public-key": "이 공개 키를 삭제하시겠습니까?",
|
|
1710
|
+
"tables-delete-key": "키 삭제",
|
|
1711
|
+
"tables-yes-revoke": "응, 취소해",
|
|
1712
|
+
"tables-api-key-revoked": "API 키가 취소되었습니다.",
|
|
1713
|
+
"tables-are-you-sure-you-want-to-revoke-this-public-key": "이 공개 키를 취소하시겠습니까?",
|
|
1714
|
+
"tables-revoke-key": "키 취소",
|
|
1715
|
+
"tables-api-keys": "API 키",
|
|
1716
|
+
"tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "아직 키가 없습니다. 위 버튼을 사용하여 첫 번째 게시 가능한 키를 만드세요.",
|
|
1717
|
+
"tables-title": "제목",
|
|
1718
|
+
"tables-description": "설명",
|
|
1719
|
+
"tables-no-added-sales-channels": "추가된 판매 채널 없음",
|
|
1720
|
+
"tables-sales-channels": "판매채널",
|
|
1721
|
+
"form-title": "제목",
|
|
1722
|
+
"form-website-app-amazon-physical-store-pos-facebook-product-feed": "웹사이트, 앱, Amazon, 오프라인 매장 POS, Facebook 제품 피드...",
|
|
1723
|
+
"form-description": "설명",
|
|
1724
|
+
"form-available-products-at-our-website-app": "홈페이지, 앱에서 구매 가능한 제품...",
|
|
1725
|
+
"form-success": "성공",
|
|
1726
|
+
"form-the-sales-channel-is-successfully-updated": "판매 채널이 성공적으로 업데이트되었습니다.",
|
|
1727
|
+
"form-error": "오류",
|
|
1728
|
+
"form-failed-to-update-the-sales-channel": "판매 채널을 업데이트하지 못했습니다.",
|
|
1729
|
+
"form-sales-channel-details": "판매채널 세부정보",
|
|
1730
|
+
"form-general-info": "일반 정보",
|
|
1731
|
+
"form-name": "이름",
|
|
1732
|
+
"form-close": "닫다",
|
|
1733
|
+
"form-save": "구하다",
|
|
1734
|
+
"pages-draft": "초안",
|
|
1735
|
+
"pages-control-which-products-are-available-in-which-channels": "어떤 채널에서 어떤 제품을 사용할 수 있는지 제어",
|
|
1736
|
+
"pages-search-by-title-or-description": "제목이나 설명으로 검색",
|
|
1737
|
+
"pages-confirm-delete-sales-channel": "이 판매 채널을 삭제하시겠습니까? ",
|
|
1738
|
+
"pages-delete-channel-heading": "채널 삭제",
|
|
1739
|
+
"pages-edit-general-info": "일반 정보 수정",
|
|
1740
|
+
"pages-add-products": "제품 추가",
|
|
1741
|
+
"pages-delete-channel": "채널 삭제",
|
|
1742
|
+
"pages-disabled": "장애가 있는",
|
|
1743
|
+
"pages-enabled": "활성화됨",
|
|
1744
|
+
"tables-collection": "수집",
|
|
1745
|
+
"tables-start-building-your-channels-setup": "채널 설정 구축을 시작하세요...",
|
|
1746
|
+
"tables-no-products-in-channels": "아직 이 채널에 제품을 추가하지 않았습니다. 추가하면 해당 제품이 여기에 게시됩니다.",
|
|
1747
|
+
"tables-add-products": "제품 추가",
|
|
1748
|
+
"tables-details": "세부",
|
|
1749
|
+
"tables-remove-from-the-channel": "채널에서 삭제",
|
|
1750
|
+
"tables-products": "제품",
|
|
1751
|
+
"sales-channels-table-placeholder-selected-with-counts_one": "{{세다}}",
|
|
1752
|
+
"sales-channels-table-placeholder-selected-with-counts_other": "{{세다}}",
|
|
1753
|
+
"tables-remove": "제거하다",
|
|
1754
|
+
"components-successfully-updated-currency": "통화가 업데이트되었습니다.",
|
|
1755
|
+
"components-default": "기본",
|
|
1756
|
+
"default-store-currency-success": "성공",
|
|
1757
|
+
"default-store-currency-successfully-updated-default-currency": "기본 통화가 성공적으로 업데이트되었습니다.",
|
|
1758
|
+
"default-store-currency-error": "오류",
|
|
1759
|
+
"default-store-currency-default-store-currency": "기본 매장 통화",
|
|
1760
|
+
"default-store-currency-this-is-the-currency-your-prices-are-shown-in": "가격이 표시되는 통화입니다.",
|
|
1761
|
+
"store-currencies-success": "성공",
|
|
1762
|
+
"store-currencies-successfully-updated-currencies": "통화가 성공적으로 업데이트되었습니다.",
|
|
1763
|
+
"store-currencies-error": "오류",
|
|
1764
|
+
"store-currencies-cancel": "취소",
|
|
1765
|
+
"store-currencies-save-and-go-back": "저장하고 돌아가기",
|
|
1766
|
+
"store-currencies-save-and-close": "저장하고 닫습니다",
|
|
1767
|
+
"store-currencies-add-store-currencies": "상점 통화 추가",
|
|
1768
|
+
"store-currencies-current-store-currencies": "현재 상점 통화",
|
|
1769
|
+
"store-currencies-close": "닫다",
|
|
1770
|
+
"current-currencies-screen-selected-with-count_one": "{{세다}}",
|
|
1771
|
+
"current-currencies-screen-selected-with-count_other": "{{세다}}",
|
|
1772
|
+
"store-currencies-deselect": "선택 취소",
|
|
1773
|
+
"store-currencies-remove": "제거하다",
|
|
1774
|
+
"store-currencies-add-currencies": "통화 추가",
|
|
1775
|
+
"store-currencies-store-currencies": "매장 통화",
|
|
1776
|
+
"store-currencies-all-the-currencies-available-in-your-store": "귀하의 매장에서 사용 가능한 모든 통화.",
|
|
1777
|
+
"store-currencies-edit-currencies": "통화 수정",
|
|
1778
|
+
"currencies-an-unknown-error-occurred": "알 수없는 오류가 발생했습니다",
|
|
1779
|
+
"currencies-error": "오류",
|
|
1780
|
+
"currencies-back-to-settings": "설정으로 돌아가기",
|
|
1781
|
+
"currencies-manage-the-markets-that-you-will-operate-within": "귀하가 운영할 시장을 관리하십시오.",
|
|
1782
|
+
"currencies-include-or-exclude-taxes": "이 통화로 가격을 정의할 때마다 세금을 포함할지 제외할지 결정하세요.",
|
|
1783
|
+
"currencies-tax-incl-prices": "세금 포함. ",
|
|
1784
|
+
"settings-error": "오류",
|
|
1785
|
+
"settings-malformed-swap-url": "잘못된 스왑 URL",
|
|
1786
|
+
"settings-malformed-payment-url": "잘못된 결제 URL",
|
|
1787
|
+
"settings-malformed-invite-url": "잘못된 초대 URL",
|
|
1788
|
+
"settings-success": "성공",
|
|
1789
|
+
"settings-successfully-updated-store": "매장이 업데이트되었습니다.",
|
|
1790
|
+
"settings-back-to-settings": "설정으로 돌아가기",
|
|
1791
|
+
"settings-save": "구하다",
|
|
1792
|
+
"settings-cancel": "취소",
|
|
1793
|
+
"settings-store-details": "매장 세부정보",
|
|
1794
|
+
"settings-manage-your-business-details": "비즈니스 세부정보 관리",
|
|
1795
|
+
"settings-general": "일반적인",
|
|
1796
|
+
"settings-store-name": "가게 이름",
|
|
1797
|
+
"settings-medusa-store": "메두사 스토어",
|
|
1798
|
+
"settings-advanced-settings": "고급 설정",
|
|
1799
|
+
"settings-swap-link-template": "링크 템플릿 교체",
|
|
1800
|
+
"settings-draft-order-link-template": "초안 주문 링크 템플릿",
|
|
1801
|
+
"settings-invite-link-template": "링크 템플릿 초대",
|
|
1802
|
+
"settings-manage-the-general-settings-for-your-store": "매장의 일반 설정을 관리하세요.",
|
|
1803
|
+
"settings-manage-the-settings-for-your-store-apos-s-extensions": "추가 매장 정보 설정 관리",
|
|
1804
|
+
"edit-user-information-success": "성공",
|
|
1805
|
+
"edit-user-information-your-information-was-successfully-updated": "귀하의 정보가 성공적으로 업데이트되었습니다",
|
|
1806
|
+
"edit-user-information-edit-information": "정보 편집",
|
|
1807
|
+
"edit-user-information-cancel": "취소",
|
|
1808
|
+
"edit-user-information-submit-and-close": "제출 및 종료",
|
|
1809
|
+
"personal-information-back-to-settings": "설정으로 돌아가기",
|
|
1810
|
+
"personal-information-personal-information": "개인 정보",
|
|
1811
|
+
"personal-information-manage-your-medusa-profile": "메두사 프로필 관리",
|
|
1812
|
+
"personal-information-language-settings-title": "언어",
|
|
1813
|
+
"personal-information-language-settings-description": "Medusa Admin의 언어 조정",
|
|
1814
|
+
"personal-information-language-settings-help-us-translate": "번역을 도와주세요",
|
|
1815
|
+
"personal-information-usage-insights-title": "사용량 통계",
|
|
1816
|
+
"usage-insights-disabled": "장애가 있는",
|
|
1817
|
+
"usage-insights-active": "활동적인",
|
|
1818
|
+
"usage-insights-share-usage-insights-and-help-us-improve-medusa": "사용 정보를 공유하고 Medusa 개선에 도움을 주세요.",
|
|
1819
|
+
"usage-insights-edit-preferences": "환경설정 수정",
|
|
1820
|
+
"usage-insights-success": "성공",
|
|
1821
|
+
"usage-insights-your-information-was-successfully-updated": "귀하의 정보가 성공적으로 업데이트되었습니다",
|
|
1822
|
+
"usage-insights-error": "오류",
|
|
1823
|
+
"usage-insights-cancel": "취소",
|
|
1824
|
+
"usage-insights-submit-and-close": "제출 및 종료",
|
|
1825
|
+
"region-form-title": "제목",
|
|
1826
|
+
"region-form-europe": "유럽",
|
|
1827
|
+
"region-form-currency-code-is-required": "통화 코드가 필요합니다",
|
|
1828
|
+
"region-form-currency": "통화",
|
|
1829
|
+
"region-form-choose-currency": "통화 선택",
|
|
1830
|
+
"region-form-default-tax-rate": "기본 세율",
|
|
1831
|
+
"region-form-tax-rate-is-required": "세율은 필수 항목입니다.",
|
|
1832
|
+
"region-form-tax-rate-must-be-equal-to-or-less-than-100": "세율은 100 이하여야 합니다.",
|
|
1833
|
+
"region-form-default-tax-code": "기본 세금 코드",
|
|
1834
|
+
"region-form-countries": "국가",
|
|
1835
|
+
"region-form-choose-countries": "국가 선택",
|
|
1836
|
+
"region-form-tax-inclusive-prices": "세금 포함 가격",
|
|
1837
|
+
"region-form-when-enabled-region-prices-will-be-tax-inclusive": "활성화되면 지역 가격에 세금이 포함됩니다.",
|
|
1838
|
+
"region-form-payment-providers-are-required": "결제 서비스 제공업체가 필요합니다.",
|
|
1839
|
+
"region-form-payment-providers": "결제 제공업체",
|
|
1840
|
+
"region-form-choose-payment-providers": "결제 제공업체를 선택하세요...",
|
|
1841
|
+
"region-form-fulfillment-providers-are-required": "주문 처리 제공업체가 필요합니다.",
|
|
1842
|
+
"region-form-fulfillment-providers": "이행 제공업체",
|
|
1843
|
+
"region-form-choose-fulfillment-providers": "주문 처리 제공업체 선택...",
|
|
1844
|
+
"shipping-option-card-success": "성공",
|
|
1845
|
+
"shipping-option-card-shipping-option-updated": "배송 옵션이 업데이트되었습니다.",
|
|
1846
|
+
"shipping-option-card-error": "오류",
|
|
1847
|
+
"shipping-option-card-edit-shipping-option": "배송 옵션 수정",
|
|
1848
|
+
"shipping-option-card-fulfillment-method": "이행 방법",
|
|
1849
|
+
"shipping-option-card-cancel": "취소",
|
|
1850
|
+
"shipping-option-card-save-and-close": "저장하고 닫습니다",
|
|
1851
|
+
"shipping-option-card-shipping-option-has-been-deleted": "배송 옵션이 삭제되었습니다.",
|
|
1852
|
+
"shipping-option-card-flat-rate": "고정 요금",
|
|
1853
|
+
"shipping-option-card-calcualted": "계획된",
|
|
1854
|
+
"shipping-option-card-min-subtotal": "최소 ",
|
|
1855
|
+
"shipping-option-card-max-subtotal": "최대. ",
|
|
1856
|
+
"shipping-option-card-admin": "관리자",
|
|
1857
|
+
"shipping-option-card-store": "가게",
|
|
1858
|
+
"shipping-option-card-edit": "편집하다",
|
|
1859
|
+
"shipping-option-card-delete": "삭제",
|
|
1860
|
+
"shipping-option-form-visible-in-store": "매장에서 볼 수 있음",
|
|
1861
|
+
"shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "매장에서 배송 옵션 표시 여부를 활성화하거나 비활성화합니다.",
|
|
1862
|
+
"shipping-option-form-details": "세부",
|
|
1863
|
+
"shipping-option-form-title": "제목",
|
|
1864
|
+
"shipping-option-form-title-is-required": "제목은 필수 항목입니다.",
|
|
1865
|
+
"shipping-option-form-price-type": "가격 유형",
|
|
1866
|
+
"shipping-option-form-flat-rate": "고정 요금",
|
|
1867
|
+
"shipping-option-form-calculated": "계획된",
|
|
1868
|
+
"shipping-option-form-choose-a-price-type": "가격 유형을 선택하세요",
|
|
1869
|
+
"shipping-option-form-price": "가격",
|
|
1870
|
+
"shipping-option-form-shipping-profile": "배송 프로필",
|
|
1871
|
+
"shipping-option-form-choose-a-shipping-profile": "배송 프로필을 선택하세요",
|
|
1872
|
+
"shipping-option-form-fulfillment-method": "이행 방법",
|
|
1873
|
+
"shipping-option-form-choose-a-fulfillment-method": "이행 방법을 선택하세요",
|
|
1874
|
+
"shipping-option-form-requirements": "요구사항",
|
|
1875
|
+
"shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "최소 ",
|
|
1876
|
+
"shipping-option-form-min-subtotal": "최소 ",
|
|
1877
|
+
"shipping-option-form-max-subtotal": "최대. ",
|
|
1878
|
+
"shipping-option-form-metadata": "메타데이터",
|
|
1879
|
+
"general-section-success": "성공",
|
|
1880
|
+
"general-section-region-was-successfully-updated": "지역이 업데이트되었습니다.",
|
|
1881
|
+
"general-section-error": "오류",
|
|
1882
|
+
"general-section-edit-region-details": "지역 세부정보 편집",
|
|
1883
|
+
"general-section-details": "세부",
|
|
1884
|
+
"general-section-providers": "공급자",
|
|
1885
|
+
"general-section-metadata": "메타데이터",
|
|
1886
|
+
"general-section-cancel": "취소",
|
|
1887
|
+
"general-section-save-and-close": "저장하고 닫습니다",
|
|
1888
|
+
"edit-something-went-wrong": "문제가 발생했습니다.",
|
|
1889
|
+
"edit-no-region-found": "해당 ID를 가진 지역을 찾을 수 없습니다. 왼쪽 메뉴를 사용하여 지역을 선택하세요.",
|
|
1890
|
+
"return-shipping-options-success": "성공",
|
|
1891
|
+
"return-shipping-options-shipping-option-created": "배송 옵션이 생성되었습니다.",
|
|
1892
|
+
"return-shipping-options-error": "오류",
|
|
1893
|
+
"return-shipping-options-add-return-shipping-option": "반품 배송 옵션 추가",
|
|
1894
|
+
"return-shipping-options-cancel": "취소",
|
|
1895
|
+
"return-shipping-options-save-and-close": "저장하고 닫습니다",
|
|
1896
|
+
"return-shipping-options-return-shipping-options": "반품 배송 옵션",
|
|
1897
|
+
"return-shipping-options-add-option": "옵션 추가",
|
|
1898
|
+
"return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "사용 가능한 지역별 반품 배송 방법에 대한 세부 정보를 입력하세요.",
|
|
1899
|
+
"shipping-options-success": "성공",
|
|
1900
|
+
"shipping-options-shipping-option-created": "배송 옵션이 생성되었습니다.",
|
|
1901
|
+
"shipping-options-error": "오류",
|
|
1902
|
+
"shipping-options-add-shipping-option": "배송 옵션 추가",
|
|
1903
|
+
"shipping-options-cancel": "취소",
|
|
1904
|
+
"shipping-options-save-and-close": "저장하고 닫습니다",
|
|
1905
|
+
"shipping-options-shipping-options": "배송 옵션",
|
|
1906
|
+
"shipping-options-add-option": "옵션 추가",
|
|
1907
|
+
"shipping-options-enter-specifics-about-available-regional-shipment-methods": "사용 가능한 지역 배송 방법에 대한 세부 정보를 입력하세요.",
|
|
1908
|
+
"new-region-created": "지역이 생성되었습니다.",
|
|
1909
|
+
"new-create-region": "지역 만들기",
|
|
1910
|
+
"new-details": "세부",
|
|
1911
|
+
"new-add-the-region-details": "지역 세부정보를 추가합니다.",
|
|
1912
|
+
"new-providers": "공급자",
|
|
1913
|
+
"new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "이 지역에서 사용할 수 있는 주문 처리 및 결제 제공업체를 추가하세요.",
|
|
1914
|
+
"region-overview-regions": "지역",
|
|
1915
|
+
"region-overview-manage-the-markets-that-you-will-operate-within": "귀하가 운영할 시장을 관리하십시오.",
|
|
1916
|
+
"region-overview-not-configured": "구성되지 않음",
|
|
1917
|
+
"region-overview-fulfillment-providers": "주문 처리 제공업체:",
|
|
1918
|
+
"return-reasons-notification-success": "성공",
|
|
1919
|
+
"return-reasons-created-a-new-return-reason": "새 반품 사유를 만들었습니다.",
|
|
1920
|
+
"return-reasons-success": "성공",
|
|
1921
|
+
"return-reasons-error": "오류",
|
|
1922
|
+
"return-reasons-cannot-create-a-return-reason-with-an-existing-value": "기존 값으로 반품 사유를 생성할 수 없습니다.",
|
|
1923
|
+
"return-reasons-add-reason": "이유 추가",
|
|
1924
|
+
"return-reasons-value-is-required": "값은 필수 항목입니다.",
|
|
1925
|
+
"return-reasons-value": "값",
|
|
1926
|
+
"return-reasons-label-is-required": "라벨은 필수 항목입니다.",
|
|
1927
|
+
"return-reasons-label": "상표",
|
|
1928
|
+
"return-reasons-description": "설명",
|
|
1929
|
+
"return-reasons-customer-received-the-wrong-size": "고객이 잘못된 사이즈를 받았습니다.",
|
|
1930
|
+
"return-reasons-cancel": "취소",
|
|
1931
|
+
"return-reasons-create": "만들다",
|
|
1932
|
+
"return-reasons-success-title": "성공",
|
|
1933
|
+
"return-reasons-successfully-updated-return-reason": "반품 이유가 업데이트되었습니다.",
|
|
1934
|
+
"return-reasons-duplicate-reason": "중복된 사유",
|
|
1935
|
+
"return-reasons-delete-reason": "삭제 이유",
|
|
1936
|
+
"return-reasons-save": "구하다",
|
|
1937
|
+
"return-reasons-details": "세부",
|
|
1938
|
+
"return-reasons-delete-return-reason": "반품 사유 삭제",
|
|
1939
|
+
"return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "이 반품 이유를 삭제하시겠습니까?",
|
|
1940
|
+
"return-reasons-back-to-settings": "설정으로 돌아가기",
|
|
1941
|
+
"return-reasons-return-reasons": "반품 이유",
|
|
1942
|
+
"return-reasons-add-reason-label": "이유 추가",
|
|
1943
|
+
"return-reasons-manage-reasons-for-returned-items": "반품 사유 관리",
|
|
1944
|
+
"taxes-details": "세부",
|
|
1945
|
+
"taxes-new-tax-rate": "새로운 세율",
|
|
1946
|
+
"taxes-tax-calculation-settings": "세금 계산 설정",
|
|
1947
|
+
"taxes-success": "성공",
|
|
1948
|
+
"taxes-successfully-updated-tax-rate": "세율을 성공적으로 업데이트했습니다.",
|
|
1949
|
+
"taxes-error": "오류",
|
|
1950
|
+
"taxes-overrides": "재정의",
|
|
1951
|
+
"taxes-product-rules": "제품 규칙",
|
|
1952
|
+
"taxes-product-rules-description_one": "{{count}}개의 productWithCount에 적용됩니다.",
|
|
1953
|
+
"taxes-product-rules-description_other": "{{count}}개의 productWithCount에 적용됩니다.",
|
|
1954
|
+
"taxes-product-type-rules": "상품 유형 규칙",
|
|
1955
|
+
"taxes-product-type-rules-description_one": "{{count}}개의 제품 유형에 적용됩니다WithCount",
|
|
1956
|
+
"taxes-product-type-rules-description_other": "{{count}}개의 제품 유형에 적용됩니다WithCount",
|
|
1957
|
+
"taxes-shipping-option-rules": "배송 옵션 규칙",
|
|
1958
|
+
"taxes-applies-to-shipping-option-with-count_one": "{{count}}개의 배송 옵션에 적용됩니다WithCount",
|
|
1959
|
+
"taxes-applies-to-shipping-option-with-count_other": "{{count}}개의 배송 옵션에 적용됩니다WithCount",
|
|
1960
|
+
"taxes-add-overrides": "재정의 추가",
|
|
1961
|
+
"taxes-cancel": "취소",
|
|
1962
|
+
"taxes-save": "구하다",
|
|
1963
|
+
"taxes-name": "이름",
|
|
1964
|
+
"taxes-default": "기본",
|
|
1965
|
+
"taxes-rate-name": "요금명",
|
|
1966
|
+
"taxes-tax-rate": "세율",
|
|
1967
|
+
"taxes-tax-code": "세금 코드",
|
|
1968
|
+
"taxes-edit-tax-rate": "세율 편집",
|
|
1969
|
+
"taxes-back-to-settings": "설정으로 돌아가기",
|
|
1970
|
+
"taxes-regions": "지역",
|
|
1971
|
+
"taxes-select-the-region-you-wish-to-manage-taxes-for": "세금을 관리하려는 지역을 선택하세요.",
|
|
1972
|
+
"taxes-go-to-region-settings": "지역 설정으로 이동",
|
|
1973
|
+
"taxes-successfully-created-tax-rate": "세율이 생성되었습니다.",
|
|
1974
|
+
"taxes-add-tax-rate": "세율 추가",
|
|
1975
|
+
"taxes-applies-to-product-type-with-count_one": "{{count}}개의 제품 유형에 적용됩니다WithCount",
|
|
1976
|
+
"taxes-applies-to-product-type-with-count_other": "{{count}}개의 제품 유형에 적용됩니다WithCount",
|
|
1977
|
+
"taxes-create": "만들다",
|
|
1978
|
+
"taxes-select-products": "제품 선택",
|
|
1979
|
+
"taxes-select-product-types-label": "제품 유형 선택",
|
|
1980
|
+
"taxes-product-types": "제품 유형",
|
|
1981
|
+
"taxes-system-tax-provider": "시스템 세금 제공자",
|
|
1982
|
+
"taxes-region-tax-settings-were-successfully-updated": "지역세 설정이 업데이트되었습니다.",
|
|
1983
|
+
"taxes-tax-provider": "세금 제공자",
|
|
1984
|
+
"taxes-calculate-taxes-automatically": "세금을 자동으로 계산하시겠습니까?",
|
|
1985
|
+
"taxes-automatically-apply-tax-calculations-to-carts": "선택하면 Medusa가 자동으로 이 지역의 카트에 세금 계산을 적용합니다. ",
|
|
1986
|
+
"taxes-apply-tax-to-gift-cards": "기프트 카드에 세금을 적용하시겠습니까?",
|
|
1987
|
+
"taxes-apply-taxes-to-gift-cards": "체크아웃 시 기프트 카드에 세금이 부과됩니다. ",
|
|
1988
|
+
"taxes-search-products": "제품 검색..",
|
|
1989
|
+
"taxes-select-shipping-option": "배송 옵션 선택",
|
|
1990
|
+
"taxes-shipping-options": "배송 옵션",
|
|
1991
|
+
"taxes-delete-tax-rate-heading": "세율 삭제",
|
|
1992
|
+
"taxes-confirm-delete": "이 세율을 삭제하시겠습니까?",
|
|
1993
|
+
"taxes-tax-rate-was-deleted": "세율이 삭제되었습니다.",
|
|
1994
|
+
"taxes-edit": "편집하다",
|
|
1995
|
+
"taxes-delete-tax-rate": "세율 삭제",
|
|
1996
|
+
"taxes-delete-rule": "규칙 삭제",
|
|
1997
|
+
"taxes-type": "유형",
|
|
1998
|
+
"taxes-products": "제품",
|
|
1999
|
+
"taxes-select-individual-products": "개별 제품 선택",
|
|
2000
|
+
"taxes-select-product-types": "제품 유형 선택",
|
|
2001
|
+
"taxes-select-shipping-options": "배송 옵션을 선택하세요",
|
|
2002
|
+
"taxes-back": "뒤쪽에",
|
|
2003
|
+
"taxes-add": "추가하다",
|
|
2004
|
+
"taxes-code": "암호",
|
|
2005
|
+
"users-invite-users": "사용자 초대",
|
|
2006
|
+
"users-back-to-settings": "설정으로 돌아가기",
|
|
2007
|
+
"users-the-team": "팀",
|
|
2008
|
+
"users-manage-users-of-your-medusa-store": "Medusa Store 사용자 관리",
|
|
2009
|
+
"users-count_one": "{{세다}}",
|
|
2010
|
+
"users-count_other": "{{세다}}"
|
|
2011
|
+
}
|