@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,2006 @@
|
|
|
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": "<2>{{availableChannelsCount}}</2> / <6>{{totalChannelsCount}}</6>の販売チャンネルで利用可能",
|
|
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の使用方法を知ることで、より魅力的なEC体験を作りたいと考えています。ユーザーのインサイトは、より良い、より魅力的で使いやすい製品を作るために役立ちます。製品の改善のためにのみデータを収集しています。私たちが収集するデータについては、私たちの〔ドキュメント〕をお読みください",
|
|
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-edit-user": "ユーザーを編集する",
|
|
42
|
+
"edit-user-modal-first-name-label": "名前",
|
|
43
|
+
"edit-user-modal-first-name-placeholder": "名前...",
|
|
44
|
+
"edit-user-modal-last-name-label": "姓",
|
|
45
|
+
"edit-user-modal-last-name-placeholder": "姓...",
|
|
46
|
+
"edit-user-modal-email": "メール",
|
|
47
|
+
"edit-user-modal-cancel": "キャンセル",
|
|
48
|
+
"edit-user-modal-save": "保存",
|
|
49
|
+
"error-boundary-back-to-dashboard": "ダッシュボードに戻る",
|
|
50
|
+
"error-boundary-an-unknown-error-occured": "不明なエラーが発生しました",
|
|
51
|
+
"error-boundary-bad-request": "不正なリクエスト",
|
|
52
|
+
"error-boundary-you-are-not-logged-in": "ログインしていません",
|
|
53
|
+
"error-boundary-you-do-not-have-permission-perform-this-action": "この操作を実行する権限がありません",
|
|
54
|
+
"error-boundary-page-was-not-found": "ページが見つかりませんでした",
|
|
55
|
+
"error-boundary-an-unknown-server-error-occured": "不明なサーバーエラーが発生しました",
|
|
56
|
+
"error-boundary-503": "現在、サーバーは利用できません",
|
|
57
|
+
"error-boundary-500": "原因不明のエラーが発生しました。これはおそらく私たちの技術的な問題に起因するものです。ページを更新してみてください。問題が続く場合は、管理者に連絡してください。",
|
|
58
|
+
"error-boundary-400": "リクエストが不正です。リクエストを修正して再試行してください。",
|
|
59
|
+
"error-boundary-401": "ログインしていません。続行するにはログインしてください。",
|
|
60
|
+
"error-boundary-403": "この操作を実行する権限がありません。もしミスだと思ったら、管理者に連絡してください。",
|
|
61
|
+
"error-boundary-404": "指定されたページが見つかりませんでした。URLを確認してもう一度試してください。",
|
|
62
|
+
"error-boundary-500-2": "サーバーが要求を処理できませんでした。これはほとんどが私たちの側の技術的な問題によるものです。もう一度お試しください。問題が続く場合は、管理者にお問い合わせください。",
|
|
63
|
+
"error-boundary-503-2": "サーバーが一時的に利用できないため、要求を処理できませんでした。後でもう一度お試しください。問題が続く場合は、管理者にお問い合わせください。",
|
|
64
|
+
"export-modal-title": "データのエクスポートを初期化します",
|
|
65
|
+
"export-modal-cancel": "キャンセル",
|
|
66
|
+
"export-modal-export": "エクスポートする",
|
|
67
|
+
"file-upload-modal-upload-a-new-photo": "新しい写真をアップロードする",
|
|
68
|
+
"gift-card-banner-edit": "編集する",
|
|
69
|
+
"gift-card-banner-unpublish": "非公開にする",
|
|
70
|
+
"gift-card-banner-publish": "公開する",
|
|
71
|
+
"gift-card-banner-delete": "削除する",
|
|
72
|
+
"gift-card-banner-published": "公開中",
|
|
73
|
+
"gift-card-banner-unpublished": "非公開",
|
|
74
|
+
"gift-card-denominations-section-denomination-added": "デノミネーションが追加されました",
|
|
75
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-added": "新しいデノミネーションが正常に追加されました",
|
|
76
|
+
"gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "そのデフォルト値を持つデノミネーションはすでに存在します",
|
|
77
|
+
"gift-card-denominations-section-error": "エラー",
|
|
78
|
+
"gift-card-denominations-section-add-denomination": "デノミネーションを追加する",
|
|
79
|
+
"gift-card-denominations-section-cancel": "キャンセル",
|
|
80
|
+
"gift-card-denominations-section-save-and-close": "保存して閉じる",
|
|
81
|
+
"gift-card-denominations-section-denomination-updated": "表記名が更新されました",
|
|
82
|
+
"gift-card-denominations-section-a-new-denomination-was-successfully-updated": "新しい表記名が正常に更新されました",
|
|
83
|
+
"gift-card-denominations-section-edit-denomination": "表記名を編集する",
|
|
84
|
+
"gift-card-denominations-section-denominations": "表記名",
|
|
85
|
+
"gift-card-denominations-section-denomination": "表記名",
|
|
86
|
+
"gift-card-denominations-section-in-other-currencies": "他の通貨で",
|
|
87
|
+
"gift-card-denominations-section-and-more_one": "さらに{{count}}件",
|
|
88
|
+
"gift-card-denominations-section-and-more_other": "さらに{{count}}件",
|
|
89
|
+
"gift-card-denominations-section-delete-denomination": "表記名を削除する",
|
|
90
|
+
"gift-card-denominations-section-confirm-delete": "本当にこの表記名を削除しますか?",
|
|
91
|
+
"gift-card-denominations-section-denomination-deleted": "表記名が削除されました",
|
|
92
|
+
"gift-card-denominations-section-denomination-was-successfully-deleted": "表記名が正常に削除されました",
|
|
93
|
+
"gift-card-denominations-section-edit": "編集する",
|
|
94
|
+
"gift-card-denominations-section-delete": "削除する",
|
|
95
|
+
"help-dialog-how-can-we-help": "なにかお手伝いできますか?",
|
|
96
|
+
"help-dialog-we-usually-respond-in-a-few-hours": "通常数時間以内に返信いたします",
|
|
97
|
+
"help-dialog-subject": "件名",
|
|
98
|
+
"help-dialog-what-is-it-about": "何についてですか?...",
|
|
99
|
+
"help-dialog-write-a-message": "メッセージを入力してください...",
|
|
100
|
+
"help-dialog-feel-free-to-join-our-community-of": "私たちのコミュニティに自由に参加してください",
|
|
101
|
+
"help-dialog-merchants-and-e-commerce-developers": "マーチャントとEコマース開発者",
|
|
102
|
+
"help-dialog-send-a-message": "メッセージを送る",
|
|
103
|
+
"invite-modal-success": "成功",
|
|
104
|
+
"invite-modal-invitation-sent-to": "{{user}}への招待を送信しました",
|
|
105
|
+
"invite-modal-error": "エラー",
|
|
106
|
+
"invite-modal-member": "メンバー",
|
|
107
|
+
"invite-modal-admin": "管理者",
|
|
108
|
+
"invite-modal-developer": "開発者",
|
|
109
|
+
"invite-modal-invite-users": "ユーザーを招待する",
|
|
110
|
+
"invite-modal-email": "メール",
|
|
111
|
+
"invite-modal-role": "役割",
|
|
112
|
+
"invite-modal-select-role": "役割を選択してください",
|
|
113
|
+
"invite-modal-cancel": "キャンセル",
|
|
114
|
+
"invite-modal-invite": "招待する",
|
|
115
|
+
"login-card-no-match": "これらの資格情報は当社の記録と一致しません。",
|
|
116
|
+
"login-card-log-in-to-medusa": "Medusaにログインする",
|
|
117
|
+
"login-card-email": "メール",
|
|
118
|
+
"login-card-password": "パスワード",
|
|
119
|
+
"login-card-forgot-your-password": "パスワードをお忘れですか?",
|
|
120
|
+
"metadata-add-metadata": "メタデータを追加する",
|
|
121
|
+
"product-attributes-section-edit-attributes": "属性を編集する",
|
|
122
|
+
"product-attributes-section-dimensions": "寸法",
|
|
123
|
+
"product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "最も正確な送料を計算するように設定する",
|
|
124
|
+
"product-attributes-section-customs": "税関",
|
|
125
|
+
"product-attributes-section-cancel": "キャンセル",
|
|
126
|
+
"product-attributes-section-save": "保存する",
|
|
127
|
+
"product-attributes-section-title": "属性",
|
|
128
|
+
"product-attributes-section-height": "高さ",
|
|
129
|
+
"product-attributes-section-width": "幅",
|
|
130
|
+
"product-attributes-section-length": "長さ",
|
|
131
|
+
"product-attributes-section-weight": "重さ",
|
|
132
|
+
"product-attributes-section-mid-code": "MIDコード",
|
|
133
|
+
"product-attributes-section-hs-code": "HSコード",
|
|
134
|
+
"product-attributes-section-country-of-origin": "原産国",
|
|
135
|
+
"product-general-section-success": "成功",
|
|
136
|
+
"product-general-section-successfully-updated-sales-channels": "販売チャネルを正常に更新しました",
|
|
137
|
+
"product-general-section-error": "エラー",
|
|
138
|
+
"product-general-section-failed-to-update-sales-channels": "販売チャネルの更新に失敗しました",
|
|
139
|
+
"product-general-section-edit-general-information": "一般情報を編集する",
|
|
140
|
+
"product-general-section-gift-card": "ギフトカード",
|
|
141
|
+
"product-general-section-product": "商品",
|
|
142
|
+
"product-general-section-metadata": "メタデータ",
|
|
143
|
+
"product-general-section-cancel": "キャンセル",
|
|
144
|
+
"product-general-section-save": "保存",
|
|
145
|
+
"product-general-section-delete": "削除",
|
|
146
|
+
"product-general-section-edit-sales-channels": "販売チャネルの編集",
|
|
147
|
+
"product-general-section-published": "公開済み",
|
|
148
|
+
"product-general-section-draft": "下書き",
|
|
149
|
+
"product-general-section-details": "詳細",
|
|
150
|
+
"product-general-section-subtitle": "字幕",
|
|
151
|
+
"product-general-section-handle": "ハンドル",
|
|
152
|
+
"product-general-section-type": "タイプ",
|
|
153
|
+
"product-general-section-collection": "コレクション",
|
|
154
|
+
"product-general-section-category": "カテゴリー",
|
|
155
|
+
"product-general-section-discountable": "割引可能",
|
|
156
|
+
"product-general-section-true": "はい",
|
|
157
|
+
"product-general-section-false": "いいえ",
|
|
158
|
+
"product-general-section-count_one": "{{count}}",
|
|
159
|
+
"product-general-section-count_other": "{{count}}",
|
|
160
|
+
"product-general-section-sales-channels": "販売チャネル",
|
|
161
|
+
"product-media-section-edit-media": "メディアを編集する",
|
|
162
|
+
"product-media-section-upload-images-error": "画像のアップロード中に問題が発生しました。",
|
|
163
|
+
"product-media-section-file-service-not-configured": "ファイルサービスが構成されていない可能性があります。管理者に連絡してください。",
|
|
164
|
+
"product-media-section-error": "エラー",
|
|
165
|
+
"product-media-section-media": "メディア",
|
|
166
|
+
"product-media-section-add-images-to-your-product": "製品に画像を追加してください。",
|
|
167
|
+
"product-media-section-cancel": "キャンセル",
|
|
168
|
+
"product-media-section-save-and-close": "保存して閉じる",
|
|
169
|
+
"product-raw-section-raw-gift-card": "生のギフトカード",
|
|
170
|
+
"product-raw-section-raw-product": "生の製品",
|
|
171
|
+
"product-thumbnail-section-success": "成功",
|
|
172
|
+
"product-thumbnail-section-successfully-deleted-thumbnail": "サムネイルを削除しました",
|
|
173
|
+
"product-thumbnail-section-error": "エラー",
|
|
174
|
+
"product-thumbnail-section-edit": "編集する",
|
|
175
|
+
"product-thumbnail-section-upload": "アップロードする",
|
|
176
|
+
"product-thumbnail-section-upload-thumbnail-error": "サムネイルのアップロード中に問題が発生しました。",
|
|
177
|
+
"product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "ファイルサービスが構成されていない可能性があります。管理者に連絡してください",
|
|
178
|
+
"product-thumbnail-section-upload-thumbnail": "サムネイルをアップロードする",
|
|
179
|
+
"product-thumbnail-section-thumbnail": "サムネイル",
|
|
180
|
+
"product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "チェックアウトやソーシャル共有などで製品を表すために使用されます。",
|
|
181
|
+
"product-thumbnail-section-cancel": "キャンセル",
|
|
182
|
+
"product-thumbnail-section-save-and-close": "保存して閉じる",
|
|
183
|
+
"product-variant-tree-count_one": "{{count}}",
|
|
184
|
+
"product-variant-tree-count_other": "{{count}}",
|
|
185
|
+
"product-variant-tree-add-prices": "価格を追加",
|
|
186
|
+
"product-variants-section-add-variant": "バリアントを追加",
|
|
187
|
+
"product-variants-section-cancel": "キャンセル",
|
|
188
|
+
"product-variants-section-save-and-close": "保存して閉じる",
|
|
189
|
+
"product-variants-section-edit-stock-inventory": "在庫と在庫の編集",
|
|
190
|
+
"product-variants-section-edit-variant": "バリアントの編集",
|
|
191
|
+
"edit-variants-modal-cancel": "キャンセル",
|
|
192
|
+
"edit-variants-modal-save-and-go-back": "保存して戻る",
|
|
193
|
+
"edit-variants-modal-save-and-close": "保存して閉じる",
|
|
194
|
+
"edit-variants-modal-edit-variant": "バリアントの編集",
|
|
195
|
+
"edit-variants-modal-update-success": "バリアントが正常に更新されました",
|
|
196
|
+
"edit-variants-modal-edit-variants": "バリアントの編集",
|
|
197
|
+
"edit-variants-modal-product-variants": "製品のバリアント",
|
|
198
|
+
"edit-variants-modal-variant": "バリアント",
|
|
199
|
+
"edit-variants-modal-inventory": "在庫",
|
|
200
|
+
"product-variants-section-edit-prices": "価格を編集",
|
|
201
|
+
"product-variants-section-edit-variants": "バリエーションの編集",
|
|
202
|
+
"product-variants-section-edit-options": "オプションの編集",
|
|
203
|
+
"product-variants-section-product-variants": "商品バリエーション",
|
|
204
|
+
"product-variants-section-error": "エラー",
|
|
205
|
+
"product-variants-section-failed-to-update-product-options": "商品オプションの更新に失敗しました",
|
|
206
|
+
"product-variants-section-success": "成功",
|
|
207
|
+
"product-variants-section-successfully-updated-product-options": "商品オプションの更新に成功しました",
|
|
208
|
+
"product-variants-section-product-options": "商品オプション",
|
|
209
|
+
"product-variants-section-option-title": "オプションのタイトル",
|
|
210
|
+
"product-variants-section-option-title-is-required": "オプションのタイトルは必須です",
|
|
211
|
+
"product-variants-section-add-an-option": "オプションを追加",
|
|
212
|
+
"product-variants-section-inventory": "在庫",
|
|
213
|
+
"product-variants-section-title": "タイトル",
|
|
214
|
+
"product-variants-section-sku": "SKU",
|
|
215
|
+
"product-variants-section-ean": "EAN",
|
|
216
|
+
"product-variants-section-manage-inventory": "在庫管理",
|
|
217
|
+
"product-variants-section-duplicate-variant": "バリエーションの複製",
|
|
218
|
+
"product-variants-section-delete-variant-label": "バリエーションの削除",
|
|
219
|
+
"product-variants-section-yes-delete": "はい、削除します",
|
|
220
|
+
"product-variants-section-delete-variant-heading": "バリエーションの削除",
|
|
221
|
+
"product-variants-section-confirm-delete": "このバリアントを削除してもよろしいですか?",
|
|
222
|
+
"product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "注意:バリアントを削除すると、在庫アイテムとレベルも削除されます。",
|
|
223
|
+
"reset-token-card-error": "エラー",
|
|
224
|
+
"reset-token-card-reset-your-password": "パスワードをリセットする",
|
|
225
|
+
"reset-token-card-password-reset-description": "以下にメールアドレスを入力すると、パスワードをリセットする方法についての<1></1>指示が送信されます。",
|
|
226
|
+
"reset-token-card-email": "メールアドレス",
|
|
227
|
+
"reset-token-card-this-is-not-a-valid-email": "有効なメールアドレスではありません",
|
|
228
|
+
"reset-token-card-send-reset-instructions": "リセットの指示を送信する",
|
|
229
|
+
"reset-token-card-successfully-sent-you-an-email": "メールが正常に送信されました",
|
|
230
|
+
"reset-token-card-go-back-to-sign-in": "サインインに戻る",
|
|
231
|
+
"rma-return-product-table-product-details": "製品の詳細",
|
|
232
|
+
"rma-return-product-table-quantity": "数量",
|
|
233
|
+
"rma-select-product-table-product-details": "製品の詳細",
|
|
234
|
+
"rma-select-product-table-quantity": "数量",
|
|
235
|
+
"rma-select-product-table-refundable": "返金可能",
|
|
236
|
+
"rma-select-product-table-images-witch-count_one": "{{count}}",
|
|
237
|
+
"rma-select-product-table-images-witch-count_other": "{{count}}",
|
|
238
|
+
"rma-select-product-table-select-reason": "理由の選択",
|
|
239
|
+
"sidebar-store": "ストア",
|
|
240
|
+
"sidebar-orders": "注文",
|
|
241
|
+
"sidebar-products": "製品",
|
|
242
|
+
"sidebar-categories": "カテゴリー",
|
|
243
|
+
"sidebar-customers": "顧客",
|
|
244
|
+
"sidebar-inventory": "在庫",
|
|
245
|
+
"sidebar-discounts": "割引",
|
|
246
|
+
"sidebar-gift-cards": "ギフトカード",
|
|
247
|
+
"sidebar-pricing": "価格設定",
|
|
248
|
+
"sidebar-settings": "設定",
|
|
249
|
+
"table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} / {{count}} {{title}}",
|
|
250
|
+
"table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} / {{count}} {{title}}",
|
|
251
|
+
"table-container-current-page": "{{currentPage}} / {{soothedPageCount}}",
|
|
252
|
+
"timeline-request-return": "返品リクエスト",
|
|
253
|
+
"timeline-register-exchange": "交換登録",
|
|
254
|
+
"timeline-register-claim": "クレーム登録",
|
|
255
|
+
"timeline-success": "成功",
|
|
256
|
+
"timeline-added-note": "メモを追加",
|
|
257
|
+
"timeline-error": "エラー",
|
|
258
|
+
"timeline-timeline": "タイムライン",
|
|
259
|
+
"upload-modal-new": "新着",
|
|
260
|
+
"upload-modal-updates": "更新",
|
|
261
|
+
"upload-modal-drop-your-file-here-or": "ここにファイルをドロップするか、",
|
|
262
|
+
"upload-modal-click-to-browse": "クリックして参照してください。",
|
|
263
|
+
"upload-modal-only-csv-files-are-supported": ".csvファイルのみサポートされています。",
|
|
264
|
+
"upload-modal-import-file-title": "{{fileTitle}}をインポートする",
|
|
265
|
+
"upload-modal-cancel": "キャンセル",
|
|
266
|
+
"upload-modal-import-list": "リストをインポートする",
|
|
267
|
+
"add-products-modal-add-products": "商品を追加する",
|
|
268
|
+
"add-products-modal-search-by-name-or-description": "名前や説明で検索する...",
|
|
269
|
+
"add-products-modal-cancel": "キャンセル",
|
|
270
|
+
"add-products-modal-save": "保存する",
|
|
271
|
+
"add-products-modal-product-details": "商品の詳細",
|
|
272
|
+
"add-products-modal-status": "ステータス",
|
|
273
|
+
"add-products-modal-variants": "バリアント",
|
|
274
|
+
"templates-general": "一般",
|
|
275
|
+
"templates-first-name": "名",
|
|
276
|
+
"templates-last-name": "姓",
|
|
277
|
+
"templates-company": "会社",
|
|
278
|
+
"templates-phone": "電話番号",
|
|
279
|
+
"templates-billing-address": "請求先住所",
|
|
280
|
+
"templates-shipping-address": "配送先住所",
|
|
281
|
+
"templates-address": "住所",
|
|
282
|
+
"templates-address-1": "住所 1",
|
|
283
|
+
"templates-address-2": "住所 2",
|
|
284
|
+
"templates-postal-code": "郵便番号",
|
|
285
|
+
"templates-city": "市",
|
|
286
|
+
"templates-province": "州",
|
|
287
|
+
"templates-country": "国",
|
|
288
|
+
"templates-metadata": "メタデータ",
|
|
289
|
+
"collection-modal-success": "成功",
|
|
290
|
+
"collection-modal-successfully-updated-collection": "コレクションの更新に成功しました",
|
|
291
|
+
"collection-modal-error": "エラー",
|
|
292
|
+
"collection-modal-successfully-created-collection": "コレクションの作成に成功しました",
|
|
293
|
+
"collection-modal-edit-collection": "コレクションの編集",
|
|
294
|
+
"collection-modal-add-collection": "コレクションの追加",
|
|
295
|
+
"collection-modal-description": "コレクションを作成するには、タイトルとハンドルが必要です。",
|
|
296
|
+
"collection-modal-details": "詳細",
|
|
297
|
+
"collection-modal-title-label": "タイトル",
|
|
298
|
+
"collection-modal-title-placeholder": "サングラス",
|
|
299
|
+
"collection-modal-handle-label": "ハンドル",
|
|
300
|
+
"collection-modal-handle-placeholder": "サングラス",
|
|
301
|
+
"collection-modal-slug-description": "コレクションのURLスラッグ。空欄の場合は自動生成されます。",
|
|
302
|
+
"collection-modal-metadata": "メタデータ",
|
|
303
|
+
"collection-modal-cancel": "キャンセル",
|
|
304
|
+
"collection-modal-save-collection": "コレクションを保存",
|
|
305
|
+
"collection-modal-publish-collection": "コレクションを公開",
|
|
306
|
+
"collection-product-table-add-products": "商品を追加",
|
|
307
|
+
"collection-product-table-products": "商品",
|
|
308
|
+
"collection-product-table-search-products": "商品を検索",
|
|
309
|
+
"collection-product-table-cancel": "キャンセル",
|
|
310
|
+
"collection-product-table-save": "保存",
|
|
311
|
+
"collection-product-table-sort-by": "並べ替え",
|
|
312
|
+
"collection-product-table-all": "すべて",
|
|
313
|
+
"collection-product-table-newest": "新しい順",
|
|
314
|
+
"collection-product-table-oldest": "古い順",
|
|
315
|
+
"collection-product-table-title": "タイトル",
|
|
316
|
+
"collection-product-table-decide-status-published": "公開済み",
|
|
317
|
+
"collection-product-table-draft": "下書き",
|
|
318
|
+
"collection-product-table-proposed": "提案済み",
|
|
319
|
+
"collection-product-table-rejected": "却下済み",
|
|
320
|
+
"collection-product-table-remove-product-from-collection": "コレクションから商品を削除",
|
|
321
|
+
"collection-product-table-product-removed-from-collection": "コレクションから商品が削除されました",
|
|
322
|
+
"collections-table-delete-collection": "コレクションを削除する",
|
|
323
|
+
"collections-table-confirm-delete": "このコレクションを削除してもよろしいですか?",
|
|
324
|
+
"collections-table-edit": "編集",
|
|
325
|
+
"collections-table-delete": "削除",
|
|
326
|
+
"collections-table-title": "タイトル",
|
|
327
|
+
"collections-table-handle": "ハンドル",
|
|
328
|
+
"collections-table-created-at": "作成日",
|
|
329
|
+
"collections-table-updated-at": "更新日",
|
|
330
|
+
"collections-table-products": "商品",
|
|
331
|
+
"customer-group-table-details": "詳細",
|
|
332
|
+
"customer-group-table-delete": "削除",
|
|
333
|
+
"customer-group-table-success": "成功",
|
|
334
|
+
"customer-group-table-group-deleted": "グループが削除されました",
|
|
335
|
+
"customer-group-table-error": "エラー",
|
|
336
|
+
"customer-group-table-failed-to-delete-the-group": "グループの削除に失敗しました",
|
|
337
|
+
"customer-group-table-customer-groups": "顧客グループ",
|
|
338
|
+
"customer-group-table-delete-from-the-group": "グループから削除する",
|
|
339
|
+
"customer-group-table-customer-groups-title": "顧客グループ",
|
|
340
|
+
"customer-group-table-groups": "グループ",
|
|
341
|
+
"customer-group-table-all": "すべて",
|
|
342
|
+
"customer-group-table-edit-customers": "顧客を編集",
|
|
343
|
+
"customer-group-table-customers": "顧客",
|
|
344
|
+
"customer-group-table-cancel": "キャンセル",
|
|
345
|
+
"customer-group-table-save": "保存",
|
|
346
|
+
"customer-orders-table-orders": "注文",
|
|
347
|
+
"customer-orders-table-transfer-order": "注文を移動",
|
|
348
|
+
"customer-orders-table-paid": "支払い済み",
|
|
349
|
+
"customer-orders-table-awaiting": "待機中",
|
|
350
|
+
"customer-orders-table-requires-action": "対応が必要",
|
|
351
|
+
"customer-orders-table-n-a": "N/A",
|
|
352
|
+
"customer-orders-table-fulfilled": "完了済み",
|
|
353
|
+
"customer-orders-table-shipped": "出荷済み",
|
|
354
|
+
"customer-orders-table-not-fulfilled": "未完了",
|
|
355
|
+
"customer-orders-table-partially-fulfilled": "一部完了",
|
|
356
|
+
"customer-orders-table-partially-shipped": "一部出荷済み",
|
|
357
|
+
"customer-orders-table-order": "注文",
|
|
358
|
+
"customer-orders-table-remainder-more": "+ {{remainder}} もっと",
|
|
359
|
+
"customer-orders-table-date": "日付",
|
|
360
|
+
"customer-orders-table-fulfillment": "達成",
|
|
361
|
+
"customer-orders-table-status": "ステータス",
|
|
362
|
+
"customer-orders-table-total": "合計",
|
|
363
|
+
"customer-table-customers": "顧客",
|
|
364
|
+
"customer-table-edit": "編集",
|
|
365
|
+
"customer-table-details": "詳細",
|
|
366
|
+
"customer-table-date-added": "追加日",
|
|
367
|
+
"customer-table-name": "名前",
|
|
368
|
+
"customer-table-email": "メールアドレス",
|
|
369
|
+
"customer-table-orders": "注文",
|
|
370
|
+
"discount-filter-dropdown-filters": "フィルター",
|
|
371
|
+
"discount-table-discounts": "割引",
|
|
372
|
+
"discount-table-search-by-code-or-description": "コードまたは説明で検索...",
|
|
373
|
+
"discount-table-success": "成功",
|
|
374
|
+
"discount-table-successfully-copied-discount": "割引を正常にコピーしました",
|
|
375
|
+
"discount-table-error": "エラー",
|
|
376
|
+
"discount-table-scheduled": "予約済み",
|
|
377
|
+
"discount-table-expired": "期限切れ",
|
|
378
|
+
"discount-table-active": "有効な",
|
|
379
|
+
"discount-table-disabled": "無効な",
|
|
380
|
+
"discount-table-free-shipping": "送料無料",
|
|
381
|
+
"discount-table-code": "コード",
|
|
382
|
+
"discount-table-description": "説明",
|
|
383
|
+
"discount-table-amount": "金額",
|
|
384
|
+
"discount-table-status": "ステータス",
|
|
385
|
+
"discount-table-redemptions": "引き換え",
|
|
386
|
+
"discount-table-delete-discount": "ディスカウントを削除",
|
|
387
|
+
"discount-table-confirm-delete": "このディスカウントを削除してもよろしいですか?",
|
|
388
|
+
"discount-table-publish": "公開する",
|
|
389
|
+
"discount-table-unpublish": "非公開にする",
|
|
390
|
+
"discount-table-successfully-published-discount": "ディスカウントを正常に公開しました",
|
|
391
|
+
"discount-table-successfully-unpublished-discount": "ディスカウントを正常に非公開にしました",
|
|
392
|
+
"discount-table-duplicate": "複製",
|
|
393
|
+
"discount-table-delete": "削除",
|
|
394
|
+
"draft-order-table-draft-orders": "下書き注文",
|
|
395
|
+
"draft-order-table-completed": "完了",
|
|
396
|
+
"draft-order-table-open": "オープン",
|
|
397
|
+
"draft-order-table-draft": "下書き",
|
|
398
|
+
"draft-order-table-order": "注文",
|
|
399
|
+
"draft-order-table-date-added": "追加日",
|
|
400
|
+
"draft-order-table-customer": "顧客",
|
|
401
|
+
"draft-order-table-status": "ステータス",
|
|
402
|
+
"gift-card-filter-dropdown-is-in-the-last": "最後の中にある",
|
|
403
|
+
"gift-card-filter-dropdown-is-older-than": "より古い",
|
|
404
|
+
"gift-card-filter-dropdown-is-after": "の後",
|
|
405
|
+
"gift-card-filter-dropdown-is-before": "の前",
|
|
406
|
+
"gift-card-filter-dropdown-is-equal-to": "と等しい",
|
|
407
|
+
"gift-card-filter-dropdown-filters": "フィルター",
|
|
408
|
+
"gift-card-filter-dropdown-status": "ステータス",
|
|
409
|
+
"gift-card-filter-dropdown-payment-status": "支払い状況",
|
|
410
|
+
"gift-card-filter-dropdown-fulfillment-status": "履行状況",
|
|
411
|
+
"gift-card-filter-dropdown-date": "日付",
|
|
412
|
+
"gift-card-table-gift-cards": "ギフトカード",
|
|
413
|
+
"gift-card-table-code": "コード",
|
|
414
|
+
"gift-card-table-order": "注文",
|
|
415
|
+
"gift-card-table-original-amount": "元の金額",
|
|
416
|
+
"gift-card-table-balance": "残高",
|
|
417
|
+
"gift-card-table-region-has-been-deleted": "地域が削除されました",
|
|
418
|
+
"gift-card-table-none": "なし",
|
|
419
|
+
"gift-card-table-created": "作成された",
|
|
420
|
+
"image-table-file-name": "ファイル名",
|
|
421
|
+
"image-table-thumbnail": "サムネイル",
|
|
422
|
+
"image-table-select-thumbnail-image-for-product": "この商品のサムネイルに使用する画像を選択してください",
|
|
423
|
+
"inventory-table-inventory-items": "在庫アイテム",
|
|
424
|
+
"inventory-table-actions-adjust-availability": "可用性の調整",
|
|
425
|
+
"inventory-table-view-product": "商品を表示する",
|
|
426
|
+
"inventory-table-success": "成功",
|
|
427
|
+
"inventory-table-inventory-item-updated-successfully": "在庫アイテムが正常に更新されました",
|
|
428
|
+
"inventory-table-adjust-availability": "可用性の調整",
|
|
429
|
+
"inventory-table-cancel": "キャンセル",
|
|
430
|
+
"inventory-table-save-and-close": "保存して閉じる",
|
|
431
|
+
"inventory-table-item": "アイテム",
|
|
432
|
+
"inventory-table-variant": "バリアント",
|
|
433
|
+
"inventory-table-sku": "SKU",
|
|
434
|
+
"inventory-table-reserved": "予約済み",
|
|
435
|
+
"inventory-table-in-stock": "在庫あり",
|
|
436
|
+
"order-filter-dropdown-filters": "フィルター",
|
|
437
|
+
"order-filter-dropdown-status": "ステータス",
|
|
438
|
+
"order-filter-dropdown-payment-status": "支払いステータス",
|
|
439
|
+
"order-filter-dropdown-fulfillment-status": "履行ステータス",
|
|
440
|
+
"order-filter-dropdown-regions": "地域",
|
|
441
|
+
"order-filter-dropdown-sales-channel": "販売チャンネル",
|
|
442
|
+
"order-filter-dropdown-date": "日付",
|
|
443
|
+
"order-table-paid": "支払い済み",
|
|
444
|
+
"order-table-awaiting": "保留中",
|
|
445
|
+
"order-table-requires-action": "対応が必要",
|
|
446
|
+
"order-table-canceled": "キャンセル済み",
|
|
447
|
+
"order-table-n-a": "不適用",
|
|
448
|
+
"order-table-order": "注文",
|
|
449
|
+
"order-table-date-added": "追加日",
|
|
450
|
+
"order-table-customer": "顧客",
|
|
451
|
+
"order-table-fulfillment": "発送",
|
|
452
|
+
"order-table-payment-status": "支払い状況",
|
|
453
|
+
"order-table-sales-channel": "販売チャンネル",
|
|
454
|
+
"order-table-total": "合計",
|
|
455
|
+
"order-table-filters-complete": "完了",
|
|
456
|
+
"order-table-filters-incomplete": "未完了",
|
|
457
|
+
"price-list-table-filters": "フィルター",
|
|
458
|
+
"price-list-table-status": "ステータス",
|
|
459
|
+
"price-list-table-type": "タイプ",
|
|
460
|
+
"price-list-table-price-lists": "価格リスト",
|
|
461
|
+
"price-list-table-success": "成功",
|
|
462
|
+
"price-list-table-successfully-copied-price-list": "価格リストを正常にコピーしました",
|
|
463
|
+
"price-list-table-error": "エラー",
|
|
464
|
+
"price-list-table-delete-price-list": "価格リストを削除します",
|
|
465
|
+
"price-list-table-confirm-delete": "この価格リストを削除してもよろしいですか?",
|
|
466
|
+
"price-list-table-successfully-deleted-the-price-list": "価格リストを正常に削除しました",
|
|
467
|
+
"price-list-table-successfully-unpublished-price-list": "価格リストを正常に非公開にしました",
|
|
468
|
+
"price-list-table-successfully-published-price-list": "価格リストを正常に公開しました",
|
|
469
|
+
"price-list-table-unpublish": "非公開",
|
|
470
|
+
"price-list-table-publish": "公開",
|
|
471
|
+
"price-list-table-delete": "削除",
|
|
472
|
+
"price-list-table-name": "名前",
|
|
473
|
+
"price-list-table-description": "説明",
|
|
474
|
+
"price-list-table-groups": "グループ",
|
|
475
|
+
"price-list-table-other-more": "+他{{other}}件",
|
|
476
|
+
"price-overrides-apply-overrides-on-selected-variants": "選択したバリアントにオーバーライドを適用する",
|
|
477
|
+
"price-overrides-apply-on-all-variants": "すべてのバリアントに適用する",
|
|
478
|
+
"price-overrides-prices": "価格",
|
|
479
|
+
"price-overrides-cancel": "キャンセル",
|
|
480
|
+
"price-overrides-save-and-close": "保存して閉じる",
|
|
481
|
+
"price-overrides-show-regions": "地域を表示する",
|
|
482
|
+
"product-table-products": "製品",
|
|
483
|
+
"product-table-copy-success": "成功",
|
|
484
|
+
"product-table-copy-created-a-new-product": "新しい製品を作成しました",
|
|
485
|
+
"product-table-copy-error": "エラー",
|
|
486
|
+
"product-table-delete-product": "製品を削除する",
|
|
487
|
+
"product-table-confirm-delete": "この製品を削除してもよろしいですか?",
|
|
488
|
+
"product-table-edit": "編集する",
|
|
489
|
+
"product-table-unpublish": "非公開にする",
|
|
490
|
+
"product-table-publish": "公開する",
|
|
491
|
+
"product-table-draft": "下書き",
|
|
492
|
+
"product-table-published": "公開済み",
|
|
493
|
+
"product-table-success": "成功",
|
|
494
|
+
"product-table-successfully-unpublished-product": "製品を正常に非公開にしました",
|
|
495
|
+
"product-table-successfully-published-product": "製品を正常に公開しました",
|
|
496
|
+
"product-table-error": "エラー",
|
|
497
|
+
"product-table-duplicate": "複製",
|
|
498
|
+
"product-table-delete": "削除",
|
|
499
|
+
"product-table-proposed": "提案済み",
|
|
500
|
+
"product-table-published-title": "公開済み",
|
|
501
|
+
"product-table-rejected": "拒否されました",
|
|
502
|
+
"product-table-draft-title": "下書き",
|
|
503
|
+
"product-table-name": "名前",
|
|
504
|
+
"product-table-collection": "コレクション",
|
|
505
|
+
"product-table-status": "状態",
|
|
506
|
+
"product-table-availability": "利用可能性",
|
|
507
|
+
"product-table-inventory": "在庫",
|
|
508
|
+
"product-table-inventory-in-stock-count_one": "{{count}}種類のバリアントに在庫があります",
|
|
509
|
+
"product-table-inventory-in-stock-count_other": "{{count}}種類のバリアントに在庫があります",
|
|
510
|
+
"reservation-form-location": "場所",
|
|
511
|
+
"reservation-form-choose-where-you-wish-to-reserve-from": "予約したい場所を選択してください。",
|
|
512
|
+
"reservation-form-item-to-reserve": "予約するアイテム",
|
|
513
|
+
"reservation-form-select-the-item-that-you-wish-to-reserve": "予約したいアイテムを選択してください。",
|
|
514
|
+
"reservation-form-item": "アイテム",
|
|
515
|
+
"reservation-form-in-stock": "在庫あり",
|
|
516
|
+
"reservation-form-available": "利用可能",
|
|
517
|
+
"reservation-form-reserve": "予約する",
|
|
518
|
+
"reservation-form-remove-item": "アイテムの削除",
|
|
519
|
+
"reservation-form-description": "説明",
|
|
520
|
+
"reservation-form-what-type-of-reservation-is-this": "この予約はどのタイプですか?",
|
|
521
|
+
"reservations-table-reservations": "予約",
|
|
522
|
+
"reservations-table-edit": "編集",
|
|
523
|
+
"reservations-table-delete": "削除",
|
|
524
|
+
"reservations-table-confirm-delete": "この予約を削除してもよろしいですか?",
|
|
525
|
+
"reservations-table-remove-reservation": "予約を削除",
|
|
526
|
+
"reservations-table-reservation-has-been-removed": "予約が削除されました",
|
|
527
|
+
"new-success": "成功",
|
|
528
|
+
"new-successfully-created-reservation": "予約が正常に作成されました",
|
|
529
|
+
"new-error": "エラー",
|
|
530
|
+
"new-cancel": "キャンセル",
|
|
531
|
+
"new-save-reservation": "予約を保存",
|
|
532
|
+
"new-reserve-item": "商品を予約",
|
|
533
|
+
"new-metadata": "メタデータ",
|
|
534
|
+
"reservations-table-order-id": "注文ID",
|
|
535
|
+
"reservations-table-description": "説明",
|
|
536
|
+
"reservations-table-created": "作成日",
|
|
537
|
+
"reservations-table-quantity": "数量",
|
|
538
|
+
"search-modal-start-typing-to-search": "検索するには入力を開始してください...",
|
|
539
|
+
"search-modal-clear-search": "検索をクリア",
|
|
540
|
+
"search-modal-or": "または",
|
|
541
|
+
"search-modal-to-navigate": "ナビゲートする",
|
|
542
|
+
"search-modal-to-select-and": "選択する",
|
|
543
|
+
"search-modal-to-search-anytime": "いつでも検索する",
|
|
544
|
+
"templates-settings": "設定",
|
|
545
|
+
"templates-manage-the-settings-for-your-medusa-store": "Medusaストアの設定を管理する",
|
|
546
|
+
"transfer-orders-modal-info": "情報",
|
|
547
|
+
"transfer-orders-modal-customer-is-already-the-owner-of-the-order": "顧客はすでに注文の所有者です",
|
|
548
|
+
"transfer-orders-modal-success": "成功",
|
|
549
|
+
"transfer-orders-modal-successfully-transferred-order-to-different-customer": "注文を別の顧客に正常に転送しました",
|
|
550
|
+
"transfer-orders-modal-error": "エラー",
|
|
551
|
+
"transfer-orders-modal-could-not-transfer-order-to-different-customer": "注文を別の顧客に転送できませんでした",
|
|
552
|
+
"transfer-orders-modal-transfer-order": "注文を転送する",
|
|
553
|
+
"transfer-orders-modal-order": "注文",
|
|
554
|
+
"transfer-orders-modal-current-owner": "現在の所有者",
|
|
555
|
+
"transfer-orders-modal-the-customer-currently-related-to-this-order": "この注文に関連付けられている現在の顧客",
|
|
556
|
+
"transfer-orders-modal-new-owner": "新しい所有者",
|
|
557
|
+
"transfer-orders-modal-the-customer-to-transfer-this-order-to": "この注文を転送する顧客",
|
|
558
|
+
"transfer-orders-modal-cancel": "キャンセル",
|
|
559
|
+
"transfer-orders-modal-confirm": "確認",
|
|
560
|
+
"templates-edit-user": "ユーザーを編集する",
|
|
561
|
+
"templates-remove-user": "ユーザーを削除する",
|
|
562
|
+
"templates-resend-invitation": "招待を再送する",
|
|
563
|
+
"templates-success": "成功",
|
|
564
|
+
"templates-invitiation-link-has-been-resent": "招待リンクが再送されました",
|
|
565
|
+
"templates-copy-invite-link": "招待リンクをコピー",
|
|
566
|
+
"templates-invite-link-copied-to-clipboard": "招待リンクがクリップボードにコピーされました",
|
|
567
|
+
"templates-remove-invitation": "招待を削除する",
|
|
568
|
+
"templates-expired": "期限切れ",
|
|
569
|
+
"templates-pending": "保留中",
|
|
570
|
+
"templates-all": "すべて",
|
|
571
|
+
"templates-member": "メンバー",
|
|
572
|
+
"templates-admin": "管理者",
|
|
573
|
+
"templates-no-team-permissions": "チーム権限なし",
|
|
574
|
+
"templates-status": "ステータス",
|
|
575
|
+
"templates-active": "アクティブ",
|
|
576
|
+
"templates-name": "名前",
|
|
577
|
+
"templates-email": "メールアドレス",
|
|
578
|
+
"templates-team-permissions": "チーム権限",
|
|
579
|
+
"templates-confirm-remove": "このユーザーを削除してもよろしいですか?",
|
|
580
|
+
"templates-remove-user-heading": "ユーザーを削除する",
|
|
581
|
+
"templates-user-has-been-removed": "ユーザーは削除されました",
|
|
582
|
+
"templates-confirm-remove-invite": "この招待を削除しますか?",
|
|
583
|
+
"templates-remove-invite": "招待を削除",
|
|
584
|
+
"templates-invitiation-has-been-removed": "招待が削除されました",
|
|
585
|
+
"multiselect-choose-categories": "カテゴリを選択してください",
|
|
586
|
+
"domain-categories-multiselect-selected-with-counts_one": "{{count}}",
|
|
587
|
+
"domain-categories-multiselect-selected-with-counts_other": "{{count}}",
|
|
588
|
+
"details-success": "成功",
|
|
589
|
+
"details-updated-products-in-collection": "コレクションの製品を更新しました",
|
|
590
|
+
"details-error": "エラー",
|
|
591
|
+
"details-back-to-collections": "コレクションに戻る",
|
|
592
|
+
"details-edit-collection": "コレクションを編集する",
|
|
593
|
+
"details-delete": "削除",
|
|
594
|
+
"details-metadata": "メタデータ",
|
|
595
|
+
"details-edit-products": "製品を編集する",
|
|
596
|
+
"details-products-in-this-collection": "このコレクションの製品",
|
|
597
|
+
"details-raw-collection": "生のコレクション",
|
|
598
|
+
"details-delete-collection": "コレクションを削除する",
|
|
599
|
+
"details-successfully-deleted-collection": "コレクションが正常に削除されました",
|
|
600
|
+
"details-yes-delete": "はい、削除します",
|
|
601
|
+
"details-successfully-updated-customer": "顧客の情報が正常に更新されました",
|
|
602
|
+
"details-customer-details": "顧客の詳細",
|
|
603
|
+
"details-general": "一般",
|
|
604
|
+
"details-first-name": "名",
|
|
605
|
+
"details-lebron": "レブロン",
|
|
606
|
+
"details-last-name": "姓",
|
|
607
|
+
"details-james": "ジェームズ",
|
|
608
|
+
"details-email": "メール",
|
|
609
|
+
"details-phone-number": "電話番号",
|
|
610
|
+
"details-cancel": "キャンセル",
|
|
611
|
+
"details-save-and-close": "保存して閉じる",
|
|
612
|
+
"details-edit": "編集",
|
|
613
|
+
"details-back-to-customers": "顧客に戻る",
|
|
614
|
+
"details-first-seen": "初回アクセス",
|
|
615
|
+
"details-phone": "電話",
|
|
616
|
+
"details-orders": "注文",
|
|
617
|
+
"details-user": "ユーザー",
|
|
618
|
+
"details-orders_one": "{{count}}件の注文",
|
|
619
|
+
"details-orders_other": "{{count}}件の注文",
|
|
620
|
+
"details-an-overview-of-customer-orders": "注文の概要",
|
|
621
|
+
"details-raw-customer": "生の顧客",
|
|
622
|
+
"groups-group-updated": "グループが更新されました",
|
|
623
|
+
"groups-group-created": "グループが作成されました",
|
|
624
|
+
"groups-the-customer-group-has-been-updated": "顧客グループが更新されました",
|
|
625
|
+
"groups-the-customer-group-has-been-created": "顧客グループが作成されました",
|
|
626
|
+
"groups-edit-customer-group": "顧客グループの編集",
|
|
627
|
+
"groups-create-a-new-customer-group": "新しい顧客グループの作成",
|
|
628
|
+
"groups-details": "詳細",
|
|
629
|
+
"groups-metadata": "メタデータ",
|
|
630
|
+
"groups-cancel": "キャンセル",
|
|
631
|
+
"groups-edit-group": "グループの編集",
|
|
632
|
+
"groups-publish-group": "グループの公開",
|
|
633
|
+
"groups-no-customers-in-this-group-yet": "まだこのグループに顧客はいません",
|
|
634
|
+
"groups-customers": "顧客",
|
|
635
|
+
"groups-edit": "編集",
|
|
636
|
+
"groups-delete": "削除",
|
|
637
|
+
"groups-yes-delete": "はい、削除",
|
|
638
|
+
"groups-delete-the-group": "グループの削除",
|
|
639
|
+
"groups-group-deleted": "グループが削除されました",
|
|
640
|
+
"groups-confirm-delete-customer-group": "この顧客グループを削除してもよろしいですか?",
|
|
641
|
+
"groups-back-to-customer-groups": "顧客グループに戻る",
|
|
642
|
+
"groups-new-group": "新しいグループ",
|
|
643
|
+
"add-condition-conditions-were-successfully-added": "条件が正常に追加されました",
|
|
644
|
+
"add-condition-discount-conditions-updated": "割引条件が更新されました",
|
|
645
|
+
"add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditionsはConditionsProvider内で使用する必要があります",
|
|
646
|
+
"collections-search": "検索...",
|
|
647
|
+
"collections-cancel": "キャンセル",
|
|
648
|
+
"collections-save-and-go-back": "保存して戻る",
|
|
649
|
+
"collections-save-and-close": "保存して閉じる",
|
|
650
|
+
"customer-groups-search": "検索...",
|
|
651
|
+
"customer-groups-cancel": "キャンセル",
|
|
652
|
+
"customer-groups-save-and-go-back": "保存して戻る",
|
|
653
|
+
"customer-groups-save-and-close": "保存して閉じる",
|
|
654
|
+
"product-types-search": "検索...",
|
|
655
|
+
"product-types-cancel": "キャンセル",
|
|
656
|
+
"product-types-save-and-go-back": "保存して戻る",
|
|
657
|
+
"product-types-save-and-close": "保存して閉じる",
|
|
658
|
+
"products-search": "検索...",
|
|
659
|
+
"products-cancel": "キャンセル",
|
|
660
|
+
"products-save-and-go-back": "保存して戻る",
|
|
661
|
+
"products-save-and-close": "保存して閉じる",
|
|
662
|
+
"tags-search": "検索...",
|
|
663
|
+
"tags-cancel": "キャンセル",
|
|
664
|
+
"tags-save-and-go-back": "保存して戻る",
|
|
665
|
+
"tags-save-and-close": "保存して閉じる",
|
|
666
|
+
"edit-condition-add-conditions": "条件を追加",
|
|
667
|
+
"edit-condition-selected-with-count_one": "{{count}}",
|
|
668
|
+
"edit-condition-selected-with-count_other": "{{count}}",
|
|
669
|
+
"edit-condition-deselect": "選択解除",
|
|
670
|
+
"edit-condition-remove": "削除",
|
|
671
|
+
"edit-condition-add": "追加",
|
|
672
|
+
"edit-condition-title": "割引条件で{{type}}を編集",
|
|
673
|
+
"edit-condition-close": "閉じる",
|
|
674
|
+
"edit-condition-success": "成功",
|
|
675
|
+
"edit-condition-the-resources-were-successfully-added": "リソースが正常に追加されました",
|
|
676
|
+
"edit-condition-error": "エラー",
|
|
677
|
+
"edit-condition-failed-to-add-resources": "リソースの追加に失敗しました",
|
|
678
|
+
"edit-condition-the-resources-were-successfully-removed": "リソースが正常に削除されました",
|
|
679
|
+
"edit-condition-failed-to-remove-resources": "リソースの削除に失敗しました",
|
|
680
|
+
"edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContextはEditConditionProvider内で使用する必要があります",
|
|
681
|
+
"conditions-conditions": "条件",
|
|
682
|
+
"conditions-add-condition-label": "条件を追加する",
|
|
683
|
+
"conditions-this-discount-has-no-conditions": "この割引には条件がありません",
|
|
684
|
+
"conditions-success": "成功",
|
|
685
|
+
"conditions-condition-removed": "条件が削除されました",
|
|
686
|
+
"conditions-error": "エラー",
|
|
687
|
+
"conditions-edit-condition": "条件を編集する",
|
|
688
|
+
"conditions-delete-condition": "条件を削除する",
|
|
689
|
+
"conditions-discount-is-applicable-to-specific-products": "割引は特定の商品に適用されます",
|
|
690
|
+
"conditions-discount-is-applicable-to-specific-collections": "割引は特定のコレクションに適用されます",
|
|
691
|
+
"conditions-discount-is-applicable-to-specific-product-tags": "割引は特定の商品タグに適用されます",
|
|
692
|
+
"conditions-discount-is-applicable-to-specific-product-types": "割引は特定の商品タイプに適用されます",
|
|
693
|
+
"conditions-discount-is-applicable-to-specific-customer-groups": "割引は特定の顧客グループに適用されます",
|
|
694
|
+
"configurations-success": "成功",
|
|
695
|
+
"configurations-discount-updated-successfully": "割引は正常に更新されました",
|
|
696
|
+
"configurations-error": "エラー",
|
|
697
|
+
"configurations-edit-configurations": "設定を編集する",
|
|
698
|
+
"configurations-cancel": "キャンセル",
|
|
699
|
+
"configurations-save": "保存する",
|
|
700
|
+
"configurations-configurations": "設定",
|
|
701
|
+
"configurations-start-date": "開始日",
|
|
702
|
+
"configurations-end-date": "終了日",
|
|
703
|
+
"configurations-delete-configuration": "設定削除",
|
|
704
|
+
"configurations-discount-end-date-removed": "割引終了日を削除しました",
|
|
705
|
+
"configurations-number-of-redemptions": "割引の使用回数",
|
|
706
|
+
"configurations-redemption-limit-removed": "割引制限を解除しました",
|
|
707
|
+
"configurations-delete-setting": "設定削除",
|
|
708
|
+
"configurations-discount-duration-removed": "割引期間を削除しました",
|
|
709
|
+
"general-success": "成功",
|
|
710
|
+
"general-discount-updated-successfully": "割引を更新しました",
|
|
711
|
+
"general-error": "エラー",
|
|
712
|
+
"general-edit-general-information": "一般情報を編集",
|
|
713
|
+
"general-details": "詳細",
|
|
714
|
+
"general-metadata": "メタデータ",
|
|
715
|
+
"general-cancel": "キャンセル",
|
|
716
|
+
"general-save-and-close": "保存して閉じる",
|
|
717
|
+
"general-delete-promotion": "プロモーションを削除",
|
|
718
|
+
"general-confirm-delete-promotion": "このプロモーションを削除してもよろしいですか?",
|
|
719
|
+
"general-promotion-deleted-successfully": "プロモーションを削除しました",
|
|
720
|
+
"general-discount-published-successfully": "割引を正常に公開しました",
|
|
721
|
+
"general-discount-drafted-successfully": "割引が正常にドラフトされました",
|
|
722
|
+
"general-delete-discount": "割引を削除する",
|
|
723
|
+
"general-template-discount": "テンプレート割引",
|
|
724
|
+
"general-published": "公開",
|
|
725
|
+
"general-draft": "ドラフト",
|
|
726
|
+
"general-discount-amount": "割引金額",
|
|
727
|
+
"general-valid-regions": "有効地域",
|
|
728
|
+
"general-total-redemptions": "合計償還回数",
|
|
729
|
+
"general-free-shipping": "無料配送",
|
|
730
|
+
"general-unknown-discount-type": "不明な割引タイプ",
|
|
731
|
+
"details-discount-deleted": "割引が削除されました",
|
|
732
|
+
"details-confirm-delete-discount": "この割引を削除してもよろしいですか?",
|
|
733
|
+
"details-delete-discount": "割引を削除する",
|
|
734
|
+
"details-back-to-discounts": "割引に戻る",
|
|
735
|
+
"details-raw-discount": "生の割引",
|
|
736
|
+
"discounts-add-discount": "割引を追加する",
|
|
737
|
+
"discount-form-add-conditions": "条件を追加する",
|
|
738
|
+
"discount-form-choose-a-condition-type": "条件のタイプを選択する",
|
|
739
|
+
"discount-form-you-can-only-add-one-of-each-type-of-condition": "各タイプの条件は1つしか追加できません",
|
|
740
|
+
"discount-form-you-cannot-add-any-more-conditions": "これ以上条件を追加することはできません",
|
|
741
|
+
"discount-form-cancel": "キャンセル",
|
|
742
|
+
"discount-form-save": "保存",
|
|
743
|
+
"add-condition-tables-cancel": "キャンセル",
|
|
744
|
+
"add-condition-tables-save-and-add-more": "保存して追加",
|
|
745
|
+
"add-condition-tables-save-and-close": "保存して閉じる",
|
|
746
|
+
"add-condition-tables-search-by-title": "タイトルで検索...",
|
|
747
|
+
"add-condition-tables-search-groups": "グループで検索...",
|
|
748
|
+
"add-condition-tables-search-products": "製品で検索...",
|
|
749
|
+
"add-condition-tables-search-by-tag": "タグで検索...",
|
|
750
|
+
"add-condition-tables-search-by-type": "タイプで検索...",
|
|
751
|
+
"details-condition-tables-search-by-title": "タイトルで検索...",
|
|
752
|
+
"details-condition-tables-search-groups": "グループで検索...",
|
|
753
|
+
"details-condition-tables-cancel": "キャンセル",
|
|
754
|
+
"details-condition-tables-save-and-add-more": "保存して追加",
|
|
755
|
+
"details-condition-tables-save-and-close": "保存して閉じる",
|
|
756
|
+
"details-condition-tables-search-products": "製品で検索...",
|
|
757
|
+
"details-condition-tables-search-by-tag": "タグで検索...",
|
|
758
|
+
"details-condition-tables-search-by-type": "タイプで検索...",
|
|
759
|
+
"edit-condition-tables-search-by-title": "タイトルで検索...",
|
|
760
|
+
"edit-condition-tables-title": "タイトル",
|
|
761
|
+
"edit-condition-tables-search-groups": "グループを検索...",
|
|
762
|
+
"edit-condition-tables-cancel": "キャンセル",
|
|
763
|
+
"edit-condition-tables-delete-condition": "条件を削除",
|
|
764
|
+
"edit-condition-tables-save": "保存",
|
|
765
|
+
"edit-condition-tables-search-products": "商品を検索...",
|
|
766
|
+
"edit-condition-tables-search-by-tag": "タグで検索...",
|
|
767
|
+
"edit-condition-tables-search-by-type": "タイプで検索...",
|
|
768
|
+
"shared-title": "タイトル",
|
|
769
|
+
"shared-products": "商品",
|
|
770
|
+
"shared-applies-to-the-selected-items": "選択されたアイテムに適用",
|
|
771
|
+
"shared-applies-to-all-items-except-the-selected-items": "選択されたアイテムを除くすべてのアイテムに適用",
|
|
772
|
+
"shared-members": "メンバー",
|
|
773
|
+
"shared-status": "ステータス",
|
|
774
|
+
"shared-variants": "バリアント",
|
|
775
|
+
"shared-tag": "タグ",
|
|
776
|
+
"shared-type": "タイプ",
|
|
777
|
+
"edit-conditions-modal-title": "{{title}}を編集",
|
|
778
|
+
"form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountFormはDiscountFormContextの子である必要があります",
|
|
779
|
+
"discount-form-error": "エラー",
|
|
780
|
+
"discount-form-save-as-draft": "下書きとして保存",
|
|
781
|
+
"discount-form-publish-discount": "割引を公開する",
|
|
782
|
+
"discount-form-create-new-discount": "新しい割引を作成する",
|
|
783
|
+
"discount-form-discount-type": "割引の種類",
|
|
784
|
+
"discount-form-select-a-discount-type": "割引の種類を選択する",
|
|
785
|
+
"discount-form-allocation": "割り当て",
|
|
786
|
+
"discount-form-general": "一般",
|
|
787
|
+
"discount-form-configuration": "設定",
|
|
788
|
+
"discount-form-discount-code-application-disclaimer": "割引コードは公開ボタンを押した時から適用され、そのままにしておけば永久に適用されます。",
|
|
789
|
+
"discount-form-conditions": "条件",
|
|
790
|
+
"discount-form-discount-code-apply-to-all-products-if-left-untouched": "割引コードはそのままにしておけばすべての商品に適用されます。",
|
|
791
|
+
"discount-form-add-conditions-to-your-discount": "割引に条件を追加する",
|
|
792
|
+
"discount-form-metadata": "メタデータ",
|
|
793
|
+
"discount-form-metadata-usage-description": "メタデータを使用して割引に追加情報を追加できます。",
|
|
794
|
+
"condition-item-remainder-more": "+{{remainder}}を追加",
|
|
795
|
+
"conditions-edit": "編集",
|
|
796
|
+
"conditions-product": "商品",
|
|
797
|
+
"conditions-collection": "コレクション",
|
|
798
|
+
"conditions-tag": "タグ",
|
|
799
|
+
"conditions-customer-group": "顧客グループ",
|
|
800
|
+
"conditions-type": "タイプ",
|
|
801
|
+
"conditions-add-condition": "条件の追加",
|
|
802
|
+
"sections-start-date": "開始日",
|
|
803
|
+
"sections-schedule-the-discount-to-activate-in-the-future": "割引を将来の特定の日に設定したい場合は、ここで開始日を設定することができます。そうしない場合、割引はすぐに有効になります。",
|
|
804
|
+
"sections-select-discount-start-date": "開始時刻",
|
|
805
|
+
"sections-start-time": "割引に有効期限はありますか?",
|
|
806
|
+
"sections-discount-has-an-expiry-date": "割引を将来の特定の日に無効にする場合は、ここで有効期限を設定することができます。",
|
|
807
|
+
"sections-schedule-the-discount-to-deactivate-in-the-future": "有効期限日",
|
|
808
|
+
"sections-select-discount-end-date": "有効期限時刻",
|
|
809
|
+
"sections-expiry-date": "特定の顧客毎に適用回数を制限しますか?",
|
|
810
|
+
"sections-expiry-time": "適用回数の制限は各顧客ではなく、全顧客に適用されます。",
|
|
811
|
+
"sections-limit-the-number-of-redemptions": "顧客がこの割引を利用できる回数を制限したい場合は、ここで制限を設定することができます。",
|
|
812
|
+
"sections-limit-applies-across-all-customers-not-per-customer": "適用回数",
|
|
813
|
+
"sections-limit-discount-number-of-uses": "有効期間はありますか?",
|
|
814
|
+
"sections-number-of-redemptions": "割引の期間を設定します。",
|
|
815
|
+
"sections-availability-duration": "割引タイプを選択してください",
|
|
816
|
+
"sections-set-the-duration-of-the-discount": "合計金額",
|
|
817
|
+
"sections-select-a-discount-type": "合計金額に適用します",
|
|
818
|
+
"sections-total-amount": "商品ごとに適用します",
|
|
819
|
+
"sections-apply-to-every-allowed-item": "全ての許可された商品に適用する",
|
|
820
|
+
"sections-percentage": "割合",
|
|
821
|
+
"sections-fixed-amount": "固定金額",
|
|
822
|
+
"sections-discount-in-whole-numbers": "整数の割引",
|
|
823
|
+
"sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "固定金額のタイプを使用する場合は、有効なリージョンを1つだけ選択できます",
|
|
824
|
+
"sections-free-shipping": "送料無料",
|
|
825
|
+
"sections-override-delivery-amount": "配送料金を上書きする",
|
|
826
|
+
"sections-at-least-one-region-is-required": "少なくとも1つのリージョンが必要です",
|
|
827
|
+
"sections-choose-valid-regions": "有効なリージョンを選択してください",
|
|
828
|
+
"sections-code": "コード",
|
|
829
|
+
"sections-summersale-10": "SUMMERSALE10",
|
|
830
|
+
"sections-code-is-required": "コードは必須です",
|
|
831
|
+
"sections-amount-is-required": "金額は必須です",
|
|
832
|
+
"sections-amount": "金額",
|
|
833
|
+
"sections-customer-invoice-code": "お客様がチェックアウト時に入力するコードです。お客様の請求書に表示されます。",
|
|
834
|
+
"sections-uppercase-letters-and-numbers-only": "大文字の英数字のみ可能です。",
|
|
835
|
+
"sections-description": "説明",
|
|
836
|
+
"sections-summer-sale-2022": "2022年のサマーセール",
|
|
837
|
+
"sections-this-is-a-template-discount": "これはテンプレートの割引です",
|
|
838
|
+
"sections-template-discounts-description": "テンプレートの割引を使用すると、一連の割引に適用できるルールを定義できます。各ユーザーに対してユニークなコードを生成する必要があるが、すべてのユニークなコードのルールは同じである場合に便利です。",
|
|
839
|
+
"discount-form-product": "製品",
|
|
840
|
+
"discount-form-only-for-specific-products": "特定の製品のみ",
|
|
841
|
+
"discount-form-choose-products": "製品を選ぶ",
|
|
842
|
+
"discount-form-customer-group": "顧客グループ",
|
|
843
|
+
"discount-form-only-for-specific-customer-groups": "特定の顧客グループのみ",
|
|
844
|
+
"discount-form-choose-groups": "グループを選ぶ",
|
|
845
|
+
"discount-form-tag": "タグ",
|
|
846
|
+
"discount-form-only-for-specific-tags": "特定のタグのみ",
|
|
847
|
+
"discount-form-collection": "コレクション",
|
|
848
|
+
"discount-form-only-for-specific-product-collections": "特定の商品コレクションのみ",
|
|
849
|
+
"discount-form-choose-collections": "コレクションを選ぶ",
|
|
850
|
+
"discount-form-type": "タイプ",
|
|
851
|
+
"discount-form-only-for-specific-product-types": "特定の商品タイプのみ",
|
|
852
|
+
"discount-form-choose-types": "タイプを選ぶ",
|
|
853
|
+
"utils-products": "製品",
|
|
854
|
+
"utils-groups": "グループ",
|
|
855
|
+
"utils-tags": "タグ",
|
|
856
|
+
"utils-collections": "コレクション",
|
|
857
|
+
"utils-types": "タイプ",
|
|
858
|
+
"gift-cards-created-gift-card": "作成されたギフトカード",
|
|
859
|
+
"gift-cards-custom-gift-card-was-created-successfully": "カスタムギフトカードは正常に作成されました",
|
|
860
|
+
"gift-cards-error": "エラー",
|
|
861
|
+
"gift-cards-custom-gift-card": "カスタムギフトカード",
|
|
862
|
+
"gift-cards-details": "詳細",
|
|
863
|
+
"gift-cards-receiver": "受取人",
|
|
864
|
+
"gift-cards-cancel": "キャンセル",
|
|
865
|
+
"gift-cards-create-and-send": "作成して送信",
|
|
866
|
+
"details-updated-gift-card": "更新されたギフトカード",
|
|
867
|
+
"details-gift-card-was-successfully-updated": "ギフトカードの更新に成功しました",
|
|
868
|
+
"details-failed-to-update-gift-card": "ギフトカードの更新に失敗しました",
|
|
869
|
+
"details-edit-gift-card": "ギフトカードの編集",
|
|
870
|
+
"details-details": "詳細",
|
|
871
|
+
"details-edit-details": "詳細の編集",
|
|
872
|
+
"details-update-balance-label": "残高を更新",
|
|
873
|
+
"details-updated-status": "ステータスの更新",
|
|
874
|
+
"details-successfully-updated-the-status-of-the-gift-card": "ギフトカードのステータスを正常に更新しました",
|
|
875
|
+
"details-back-to-gift-cards": "ギフトカードに戻る",
|
|
876
|
+
"details-original-amount": "元の金額",
|
|
877
|
+
"details-balance": "残高",
|
|
878
|
+
"details-region": "地域",
|
|
879
|
+
"details-expires-on": "有効期限",
|
|
880
|
+
"details-created": "作成日",
|
|
881
|
+
"details-raw-gift-card": "ギフトカード",
|
|
882
|
+
"details-balance-updated": "残高が更新されました",
|
|
883
|
+
"details-gift-card-balance-was-updated": "ギフトカードの残高が更新されました",
|
|
884
|
+
"details-failed-to-update-balance": "残高の更新に失敗しました",
|
|
885
|
+
"details-update-balance": "残高を更新する",
|
|
886
|
+
"manage-back-to-gift-cards": "ギフトカードに戻る",
|
|
887
|
+
"gift-cards-please-enter-a-name-for-the-gift-card": "ギフトカードの名前を入力してください",
|
|
888
|
+
"gift-cards-please-add-at-least-one-denomination": "少なくとも1つの金額を追加してください",
|
|
889
|
+
"gift-cards-denominations": "金額",
|
|
890
|
+
"gift-cards-success": "成功",
|
|
891
|
+
"gift-cards-successfully-created-gift-card": "ギフトカードが正常に作成されました",
|
|
892
|
+
"gift-cards-create-gift-card": "ギフトカードを作成する",
|
|
893
|
+
"gift-cards-gift-card-details": "ギフトカードの詳細",
|
|
894
|
+
"gift-cards-name": "名前",
|
|
895
|
+
"gift-cards-the-best-gift-card": "最高のギフトカード",
|
|
896
|
+
"gift-cards-description": "説明",
|
|
897
|
+
"gift-cards-the-best-gift-card-of-all-time": "史上最高のギフトカード",
|
|
898
|
+
"gift-cards-thumbnail": "サムネイル",
|
|
899
|
+
"gift-cards-delete": "削除する",
|
|
900
|
+
"gift-cards-size-recommended": "推奨の1200 x 1600(3:4)、10MBまで",
|
|
901
|
+
"gift-cards-amount": "金額",
|
|
902
|
+
"gift-cards-add-denomination": "額面を追加する",
|
|
903
|
+
"gift-cards-create-publish": "作成&公開",
|
|
904
|
+
"gift-cards-successfully-updated-gift-card": "ギフトカードが正常に更新されました",
|
|
905
|
+
"gift-cards-gift-cards": "ギフトカード",
|
|
906
|
+
"gift-cards-manage": "自分のMedusaストアのギフトカードを管理する",
|
|
907
|
+
"gift-cards-are-you-ready-to-sell-your-first-gift-card": "最初のギフトカードを販売する準備はできていますか?",
|
|
908
|
+
"gift-cards-no-gift-card-has-been-added-yet": "まだギフトカードは追加されていません。",
|
|
909
|
+
"gift-cards-history": "履歴",
|
|
910
|
+
"gift-cards-see-the-history-of-purchased-gift-cards": "購入済みギフトカードの履歴を見る",
|
|
911
|
+
"gift-cards-successfully-deleted-gift-card": "ギフトカードが正常に削除されました",
|
|
912
|
+
"gift-cards-yes-delete": "はい、削除する",
|
|
913
|
+
"gift-cards-delete-gift-card": "ギフトカードを削除する",
|
|
914
|
+
"inventory-filters": "フィルタ",
|
|
915
|
+
"address-form-address": "住所",
|
|
916
|
+
"address-form-company": "会社",
|
|
917
|
+
"address-form-address-1": "住所1",
|
|
918
|
+
"address-form-this-field-is-required": "このフィールドは必須です",
|
|
919
|
+
"address-form-address-2": "住所2",
|
|
920
|
+
"address-form-postal-code": "郵便番号",
|
|
921
|
+
"address-form-city": "市",
|
|
922
|
+
"address-form-country": "国",
|
|
923
|
+
"edit-sales-channels-edit-channels": "チャンネルの編集",
|
|
924
|
+
"edit-sales-channels-add-channels": "チャンネルの追加",
|
|
925
|
+
"general-form-location-name": "ロケーション名",
|
|
926
|
+
"general-form-flagship-store-warehouse": "旗艦ストア、倉庫",
|
|
927
|
+
"general-form-name-is-required": "名前は必須です",
|
|
928
|
+
"location-card-delete-location": "ロケーションの削除",
|
|
929
|
+
"location-card-confirm-delete": "このロケーションを削除してもよろしいですか。これにより、このロケーションに関連するすべての在庫レベルと予約が削除されます。",
|
|
930
|
+
"location-card-success": "成功",
|
|
931
|
+
"location-card-location-deleted-successfully": "ロケーションが正常に削除されました",
|
|
932
|
+
"location-card-error": "エラー",
|
|
933
|
+
"location-card-edit-details": "詳細の編集",
|
|
934
|
+
"location-card-delete": "削除",
|
|
935
|
+
"location-card-connected-sales-channels": "接続された販売チャンネル",
|
|
936
|
+
"sales-channels-form-add-sales-channels": "販売チャンネルの追加",
|
|
937
|
+
"sales-channels-form-edit-channels": "チャンネルの編集",
|
|
938
|
+
"sales-channels-section-not-connected-to-any-sales-channels-yet": "まだどの販売チャンネルにも接続されていません",
|
|
939
|
+
"edit-success": "成功",
|
|
940
|
+
"edit-location-edited-successfully": "場所の編集が成功しました",
|
|
941
|
+
"edit-error": "エラー",
|
|
942
|
+
"edit-edit-location-details": "場所の詳細を編集する",
|
|
943
|
+
"edit-metadata": "メタデータ",
|
|
944
|
+
"edit-cancel": "キャンセル",
|
|
945
|
+
"edit-save-and-close": "保存して閉じる",
|
|
946
|
+
"new-location-added-successfully": "場所の追加が成功しました",
|
|
947
|
+
"new-location-created": "場所は正常に作成されましたが、セールスチャネルの関連付けにエラーが発生しました",
|
|
948
|
+
"new-cancel-location-changes": "保存されていない変更をキャンセルしてもよろしいですか",
|
|
949
|
+
"new-yes-cancel": "はい、キャンセルします",
|
|
950
|
+
"new-no-continue-creating": "いいえ、作成を続行します",
|
|
951
|
+
"new-add-location": "場所を追加する",
|
|
952
|
+
"new-add-new-location": "新しい場所を追加する",
|
|
953
|
+
"new-general-information": "一般情報",
|
|
954
|
+
"new-location-details": "この場所に関する詳細を指定する",
|
|
955
|
+
"new-select-location-channel": "この場所のアイテムが購入できるセールスチャネルを指定します。",
|
|
956
|
+
"oauth-complete-installation": "完全なインストール",
|
|
957
|
+
"claim-type-form-refund": "返金",
|
|
958
|
+
"claim-type-form-replace": "置き換える",
|
|
959
|
+
"items-to-receive-form-items-to-receive": "受け取るアイテム",
|
|
960
|
+
"items-to-receive-form-product": "商品",
|
|
961
|
+
"items-to-receive-form-quantity": "数量",
|
|
962
|
+
"items-to-receive-form-refundable": "返金可",
|
|
963
|
+
"add-return-reason-reason-for-return": "返品理由",
|
|
964
|
+
"add-return-reason-reason": "理由",
|
|
965
|
+
"add-return-reason-choose-a-return-reason": "返品理由を選択",
|
|
966
|
+
"add-return-reason-note": "メモ",
|
|
967
|
+
"add-return-reason-product-was-damaged-during-shipping": "商品が配送中に破損しました",
|
|
968
|
+
"add-return-reason-cancel": "キャンセル",
|
|
969
|
+
"add-return-reason-save-and-go-back": "保存して戻る",
|
|
970
|
+
"add-return-reason-select-reason-title": "理由を選択する",
|
|
971
|
+
"add-return-reason-edit-reason": "理由を編集する",
|
|
972
|
+
"add-return-reason-select-reason": "理由を選択する",
|
|
973
|
+
"items-to-return-form-items-to-claim": "請求するアイテム",
|
|
974
|
+
"items-to-return-form-items-to-return": "返品するアイテム",
|
|
975
|
+
"items-to-return-form-product": "商品",
|
|
976
|
+
"items-to-return-form-quantity": "数量",
|
|
977
|
+
"items-to-return-form-refundable": "返金可",
|
|
978
|
+
"add-additional-items-screen-go-back": "戻る",
|
|
979
|
+
"add-additional-items-screen-add-products": "商品を追加する",
|
|
980
|
+
"add-additional-items-screen-add-product-variants": "製品のバリアントを追加する",
|
|
981
|
+
"add-additional-items-screen-search-products": "商品を検索する",
|
|
982
|
+
"add-additional-items-screen-variant-price-missing": "このバリアントは、注文の地域/通貨に対する価格が設定されておらず、選択できません。",
|
|
983
|
+
"add-additional-items-screen-stock": "在庫",
|
|
984
|
+
"add-additional-items-screen-price": "価格",
|
|
985
|
+
"add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "この注文に適用されるプライスリストで価格が上書きされました。",
|
|
986
|
+
"items-to-send-form-items-to-send": "発送するアイテム",
|
|
987
|
+
"items-to-send-form-add-products": "商品を追加する",
|
|
988
|
+
"items-to-send-form-product": "商品",
|
|
989
|
+
"items-to-send-form-quantity": "数量",
|
|
990
|
+
"items-to-send-form-price": "価格",
|
|
991
|
+
"items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "この注文に適用されるプライスリストで価格が上書きされました。",
|
|
992
|
+
"refund-amount-form-cancel-editing-refund-amount": "返金金額の編集をキャンセルする",
|
|
993
|
+
"refund-amount-form-edit-refund-amount": "返金金額を編集する",
|
|
994
|
+
"refund-amount-form-refund-amount-cannot-be-negative": "返金金額はマイナスにすることはできません",
|
|
995
|
+
"refund-amount-form-the-refund-amount-must-be-at-least-0": "返金金額は少なくとも0でなければなりません",
|
|
996
|
+
"reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}}個のアイテムが予約されていません",
|
|
997
|
+
"reservation-indicator-this-item-has-been-fulfilled": "このアイテムは履行されました。",
|
|
998
|
+
"edit-reservation-button-quantity-item-location-name": "{{quantity}}個のアイテム: ${{locationName}}",
|
|
999
|
+
"reservation-indicator-edit-reservation": "予約の編集",
|
|
1000
|
+
"rma-summaries-claimed-items": "請求された商品",
|
|
1001
|
+
"rma-summaries-replacement-items": "交換アイテム",
|
|
1002
|
+
"rma-summaries-customer-refund-description": "顧客は請求された商品に対して全額返金されますが、交換アイテムや配送料金は差し引かれません。代わりに、返品された商品を受け取った際にカスタムな返金額を設定するか、交換を作成することも選択できます。",
|
|
1003
|
+
"rma-summaries-refund-amount": "返金額",
|
|
1004
|
+
"rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "返品された商品を受け取った後に顧客に返金されます",
|
|
1005
|
+
"rma-summaries-the-customer-will-be-refunded-immediately": "顧客に即座に返金されます",
|
|
1006
|
+
"rma-summaries-receiving": "受け取り",
|
|
1007
|
+
"rma-summaries-free": "無料",
|
|
1008
|
+
"send-notification-form-return": "返品",
|
|
1009
|
+
"send-notification-form-exchange": "交換",
|
|
1010
|
+
"send-notification-form-claim": "請求",
|
|
1011
|
+
"send-notification-form-send-notifications": "通知を送信する",
|
|
1012
|
+
"send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "チェックを外すと顧客はこの{{subject}}についての通知を受け取りません。",
|
|
1013
|
+
"shipping-address-form-shipping-address": "配送先住所",
|
|
1014
|
+
"shipping-address-form-ship-to-a-different-address": "別の住所に配送する",
|
|
1015
|
+
"shipping-address-form-cancel": "キャンセル",
|
|
1016
|
+
"shipping-address-form-save-and-go-back": "保存して戻る",
|
|
1017
|
+
"shipping-address-form-shipping-information": "配送情報",
|
|
1018
|
+
"shipping-form-shipping-for-return-items": "返品品の配送",
|
|
1019
|
+
"shipping-form-shipping-for-replacement-items": "交換品の発送",
|
|
1020
|
+
"shipping-form-shipping-method-is-required": "発送方法が必要です",
|
|
1021
|
+
"shipping-form-choose-shipping-method": "発送方法を選択してください",
|
|
1022
|
+
"shipping-form-shipping-method": "発送方法",
|
|
1023
|
+
"shipping-form-add-custom-price": "カスタム価格を追加する",
|
|
1024
|
+
"shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "顧客が主張した商品の返送は無料です。",
|
|
1025
|
+
"shipping-form-shipping-for-replacement-items-is-complimentary": "交換品の発送は無料です。",
|
|
1026
|
+
"components-decrease-quantity": "数量を減らす",
|
|
1027
|
+
"components-increase-quantity": "数量を増やす",
|
|
1028
|
+
"details-successfully-updated-address": "住所が正常に更新されました",
|
|
1029
|
+
"details-billing-address": "請求先住所",
|
|
1030
|
+
"details-shipping-address": "配送先住所",
|
|
1031
|
+
"details-contact": "連絡先",
|
|
1032
|
+
"details-location": "場所",
|
|
1033
|
+
"claim-are-you-sure-you-want-to-close": "本当に閉じますか?",
|
|
1034
|
+
"claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "保存されていない変更があります。本当に閉じますか?",
|
|
1035
|
+
"claim-please-select-a-reason": "理由を選択してください",
|
|
1036
|
+
"claim-a-shipping-method-for-replacement-items-is-required": "交換品の発送方法が必要です",
|
|
1037
|
+
"claim-successfully-created-claim": "クレームが正常に作成されました",
|
|
1038
|
+
"claim-created": "注文番号{{display_id}}のクレームが正常に作成されました",
|
|
1039
|
+
"claim-error-creating-claim": "請求の作成エラー",
|
|
1040
|
+
"claim-create-claim": "請求の作成",
|
|
1041
|
+
"claim-location": "場所",
|
|
1042
|
+
"claim-choose-which-location-you-want-to-return-the-items-to": "商品を返品する場所を選択してください。",
|
|
1043
|
+
"claim-select-location-to-return-to": "返品先場所を選択",
|
|
1044
|
+
"claim-cancel": "キャンセル",
|
|
1045
|
+
"claim-submit-and-close": "送信して閉じる",
|
|
1046
|
+
"create-fulfillment-error": "エラー",
|
|
1047
|
+
"create-fulfillment-please-select-a-location-to-fulfill-from": "満たす場所を選択してください",
|
|
1048
|
+
"create-fulfillment-cant-allow-this-action": "この操作は許可できません",
|
|
1049
|
+
"create-fulfillment-trying-to-fulfill-more-than-in-stock": "在庫以上を満たそうとしています",
|
|
1050
|
+
"create-fulfillment-successfully-fulfilled-order": "注文の完了",
|
|
1051
|
+
"create-fulfillment-successfully-fulfilled-swap": "交換の完了",
|
|
1052
|
+
"create-fulfillment-successfully-fulfilled-claim": "請求の完了",
|
|
1053
|
+
"create-fulfillment-success": "成功",
|
|
1054
|
+
"create-fulfillment-cancel": "キャンセル",
|
|
1055
|
+
"create-fulfillment-create-fulfillment": "フルフィルメントの作成",
|
|
1056
|
+
"create-fulfillment-create-fulfillment-title": "フルフィルメントの作成",
|
|
1057
|
+
"create-fulfillment-locations": "場所",
|
|
1058
|
+
"create-fulfillment-choose-where-you-wish-to-fulfill-from": "満たす場所を選択してください。",
|
|
1059
|
+
"create-fulfillment-items-to-fulfill": "発注するアイテム",
|
|
1060
|
+
"create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "発注するアイテムの数を選択してください。",
|
|
1061
|
+
"create-fulfillment-send-notifications": "通知を送信する",
|
|
1062
|
+
"create-fulfillment-when-toggled-notification-emails-will-be-sent": "オンにすると、通知メールが送信されます。",
|
|
1063
|
+
"create-fulfillment-quantity-is-not-valid": "数量が無効です",
|
|
1064
|
+
"detail-cards-allocated": "割り当て済み",
|
|
1065
|
+
"detail-cards-not-fully-allocated": "完全には割り当てられていません",
|
|
1066
|
+
"detail-cards-subtotal": "小計",
|
|
1067
|
+
"detail-cards-shipping": "出荷",
|
|
1068
|
+
"detail-cards-tax": "税金",
|
|
1069
|
+
"detail-cards-total": "合計",
|
|
1070
|
+
"detail-cards-edit-order": "注文を編集",
|
|
1071
|
+
"detail-cards-allocate": "割り当て",
|
|
1072
|
+
"detail-cards-discount": "割引:",
|
|
1073
|
+
"detail-cards-original-total": "元の合計",
|
|
1074
|
+
"details-successfully-updated-the-email-address": "メールアドレスが正常に更新されました",
|
|
1075
|
+
"details-email-address": "メールアドレス",
|
|
1076
|
+
"details-save": "保存",
|
|
1077
|
+
"details-order-id-copied": "注文IDがコピーされました",
|
|
1078
|
+
"details-email-copied": "メールがコピーされました",
|
|
1079
|
+
"details-cancel-order-heading": "注文をキャンセルする",
|
|
1080
|
+
"details-are-you-sure-you-want-to-cancel-the-order": "注文をキャンセルしてもよろしいですか?",
|
|
1081
|
+
"order-details-display-id": "注文 #{{display_id}}",
|
|
1082
|
+
"details-successfully-canceled-order": "注文が正常にキャンセルされました",
|
|
1083
|
+
"details-go-to-customer": "顧客ページに移動する",
|
|
1084
|
+
"details-transfer-ownership": "所有権を譲渡する",
|
|
1085
|
+
"details-edit-shipping-address": "配送先を編集する",
|
|
1086
|
+
"details-edit-billing-address": "請求先住所を編集する",
|
|
1087
|
+
"details-edit-email-address": "メールアドレスを編集する",
|
|
1088
|
+
"details-back-to-orders": "注文一覧に戻る",
|
|
1089
|
+
"details-cancel-order": "注文をキャンセルする",
|
|
1090
|
+
"details-payment": "支払い",
|
|
1091
|
+
"details-refunded": "返金済み",
|
|
1092
|
+
"details-total-paid": "合計支払額",
|
|
1093
|
+
"details-fulfillment": "発送",
|
|
1094
|
+
"details-create-fulfillment": "発送を作成する",
|
|
1095
|
+
"details-shipping-method": "配送方法",
|
|
1096
|
+
"details-customer": "顧客",
|
|
1097
|
+
"details-shipping": "配送先",
|
|
1098
|
+
"details-billing": "請求先",
|
|
1099
|
+
"details-raw-order": "生の注文",
|
|
1100
|
+
"mark-shipped-successfully-marked-order-as-shipped": "注文が正常に出荷されました",
|
|
1101
|
+
"mark-shipped-successfully-marked-swap-as-shipped": "交換が正常に出荷されました",
|
|
1102
|
+
"mark-shipped-successfully-marked-claim-as-shipped": "クレームが正常に出荷されました",
|
|
1103
|
+
"mark-shipped-success": "成功",
|
|
1104
|
+
"mark-shipped-error": "エラー",
|
|
1105
|
+
"mark-shipped-mark-fulfillment-shipped": "フルフィルメントの出荷がマークされました",
|
|
1106
|
+
"mark-shipped-tracking": "追跡",
|
|
1107
|
+
"mark-shipped-tracking-number-label": "追跡番号",
|
|
1108
|
+
"mark-shipped-tracking-number": "追跡番号...",
|
|
1109
|
+
"mark-shipped-add-additional-tracking-number": "+ 追加の追跡番号を追加",
|
|
1110
|
+
"mark-shipped-send-notifications": "通知を送信",
|
|
1111
|
+
"mark-shipped-cancel": "キャンセル",
|
|
1112
|
+
"mark-shipped-complete": "完了",
|
|
1113
|
+
"order-line-warning": "警告",
|
|
1114
|
+
"order-line-cannot-duplicate-an-item-without-a-variant": "バリアントなしでアイテムを複製することはできません",
|
|
1115
|
+
"order-line-error": "エラー",
|
|
1116
|
+
"order-line-failed-to-duplicate-item": "アイテムの複製に失敗しました",
|
|
1117
|
+
"order-line-success": "成功",
|
|
1118
|
+
"order-line-item-removed": "アイテムが削除されました",
|
|
1119
|
+
"order-line-failed-to-remove-item": "アイテムの削除に失敗しました",
|
|
1120
|
+
"order-line-item-added": "アイテムが追加されました",
|
|
1121
|
+
"order-line-failed-to-replace-the-item": "アイテムの置き換えに失敗しました",
|
|
1122
|
+
"order-line-replace-product-variants": "製品のバリアントを置き換える",
|
|
1123
|
+
"order-line-replace-with-other-item": "他のアイテムで置き換える",
|
|
1124
|
+
"order-line-duplicate-item": "重複したアイテム",
|
|
1125
|
+
"order-line-remove-item": "アイテムを削除する",
|
|
1126
|
+
"order-line-line-item-cannot-be-edited": "このラインアイテムは発送の一部であり、編集することはできません。ラインアイテムを編集するには、発送をキャンセルしてください。",
|
|
1127
|
+
"order-line-new": "新規",
|
|
1128
|
+
"order-line-modified": "修正済み",
|
|
1129
|
+
"receive-return-please-select-at-least-one-item-to-receive": "少なくとも1つのアイテムを選んで受け取ってください",
|
|
1130
|
+
"receive-return-successfully-received-return": "返品が正常に受け付けられました",
|
|
1131
|
+
"receive-return-received-return-for-order": "注文番号{{display_id}}の返品を受け取りました",
|
|
1132
|
+
"receive-return-failed-to-receive-return": "返品の受け取りに失敗しました",
|
|
1133
|
+
"receive-return-receive-return": "返品を受け取る",
|
|
1134
|
+
"receive-return-location": "場所",
|
|
1135
|
+
"receive-return-choose-location": "アイテムを返品する場所を選択してください。",
|
|
1136
|
+
"receive-return-select-location-to-return-to": "返品する場所を選択してください",
|
|
1137
|
+
"receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "選択した場所にアイテムの在庫レベルは存在しません",
|
|
1138
|
+
"receive-return-cancel": "キャンセル",
|
|
1139
|
+
"receive-return-save-and-close": "保存して閉じる",
|
|
1140
|
+
"refund-success": "成功",
|
|
1141
|
+
"refund-successfully-refunded-order": "注文が正常に返金されました",
|
|
1142
|
+
"refund-error": "エラー",
|
|
1143
|
+
"refund-create-a-refund": "返金を作成する",
|
|
1144
|
+
"refund-attention": "注意!",
|
|
1145
|
+
"refund-system-payment-disclaimer": "一つ以上の支払いがシステム支払いです。このような支払いについては、キャプチャや返金はMedusaで処理されませんのでご注意ください。",
|
|
1146
|
+
"refund-details": "詳細",
|
|
1147
|
+
"refund-cannot-refund-more-than-the-orders-net-total": "注文の純合計を超える返金はできません。",
|
|
1148
|
+
"refund-discount": "割引",
|
|
1149
|
+
"refund-reason": "理由",
|
|
1150
|
+
"refund-note": "メモ",
|
|
1151
|
+
"refund-discount-for-loyal-customer": "忠実なお客様への割引",
|
|
1152
|
+
"refund-send-notifications": "通知を送信する",
|
|
1153
|
+
"refund-cancel": "キャンセル",
|
|
1154
|
+
"refund-complete": "完了",
|
|
1155
|
+
"reservation-reservation-was-deleted": "予約が削除されました",
|
|
1156
|
+
"reservation-the-allocated-items-have-been-released": "割り当てられた商品は解放されました。",
|
|
1157
|
+
"reservation-error": "エラー",
|
|
1158
|
+
"reservation-failed-to-delete-the-reservation": "予約の削除に失敗しました。",
|
|
1159
|
+
"reservation-reservation-was-updated": "予約が更新されました",
|
|
1160
|
+
"reservation-the-reservation-change-was-saved": "予約の変更が保存されました。",
|
|
1161
|
+
"reservation-errors": "エラー",
|
|
1162
|
+
"reservation-failed-to-update-reservation": "予約の更新に失敗しました",
|
|
1163
|
+
"reservation-edit-reservation": "予約を編集",
|
|
1164
|
+
"reservation-location": "場所",
|
|
1165
|
+
"reservation-choose-which-location-you-want-to-ship-the-items-from": "アイテムを発送する場所を選択してください。",
|
|
1166
|
+
"reservation-items-to-allocate-title": "アロケートするアイテム",
|
|
1167
|
+
"reservation-select-the-number-of-items-that-you-wish-to-allocate": "アロケートするアイテムの数を選択してください。",
|
|
1168
|
+
"reservation-max-reservation-requested": " / {{maxReservation}} リクエスト中",
|
|
1169
|
+
"reservation-reserved": "予約済み",
|
|
1170
|
+
"reservation-description": "説明",
|
|
1171
|
+
"reservation-what-type-of-reservation-is-this": "この予約のタイプは何ですか?",
|
|
1172
|
+
"reservation-metadata": "メタデータ",
|
|
1173
|
+
"reservation-remove-metadata": "メタデータを削除",
|
|
1174
|
+
"reservation-add-metadata": "メタデータを追加",
|
|
1175
|
+
"reservation-delete-reservation": "予約を削除",
|
|
1176
|
+
"reservation-cancel": "キャンセル",
|
|
1177
|
+
"reservation-save-and-close": "保存して閉じる",
|
|
1178
|
+
"reservation-couldnt-allocate-items": "アイテムをアロケートできませんでした",
|
|
1179
|
+
"reservation-items-allocated": "割り当てられたアイテム",
|
|
1180
|
+
"reservation-items-have-been-allocated-successfully": "アイテムは正常に割り当てられました",
|
|
1181
|
+
"reservation-save-reservation": "予約を保存する",
|
|
1182
|
+
"reservation-loading": "読込中...",
|
|
1183
|
+
"reservation-allocate-order-items": "注文アイテムを割り当てる",
|
|
1184
|
+
"reservation-choose-where-you-wish-to-allocate-from": "割り当てる場所を選択してください",
|
|
1185
|
+
"reservation-items-to-allocate": "割り当てるアイテム",
|
|
1186
|
+
"returns-success": "成功",
|
|
1187
|
+
"returns-successfully-returned-order": "注文が正常に返品されました",
|
|
1188
|
+
"returns-error": "エラー",
|
|
1189
|
+
"returns-request-return": "返品をリクエストする",
|
|
1190
|
+
"returns-items-to-return": "返品するアイテム",
|
|
1191
|
+
"returns-choose-which-location-you-want-to-return-the-items-to": "アイテムを返品する場所を選択してください",
|
|
1192
|
+
"returns-select-location-to-return-to": "返品先の場所を選択する",
|
|
1193
|
+
"returns-selected-location-has-no-inventory-levels": "選択した場所には選択したアイテムの在庫レベルがありません。返品はリクエストできますが、選択した場所の在庫レベルが作成されるまで受け取ることはできません。",
|
|
1194
|
+
"returns-shipping": "配送",
|
|
1195
|
+
"returns-choose-retur,-shipping-method": "この返品に使用する配送方法を選択してください。",
|
|
1196
|
+
"returns-total-refund": "総払い戻し額",
|
|
1197
|
+
"returns-amount": "金額",
|
|
1198
|
+
"returns-send-notifications": "通知を送信する",
|
|
1199
|
+
"returns-notify-customer-of-created-return": "返品の作成を顧客に通知する",
|
|
1200
|
+
"returns-back": "戻る",
|
|
1201
|
+
"returns-submit": "提出する",
|
|
1202
|
+
"rma-sub-modals-search-for-additional": "追加の検索",
|
|
1203
|
+
"rma-sub-modals-general": "一般",
|
|
1204
|
+
"rma-sub-modals-first-name": "名前",
|
|
1205
|
+
"rma-sub-modals-last-name": "姓",
|
|
1206
|
+
"rma-sub-modals-phone": "電話",
|
|
1207
|
+
"rma-sub-modals-shipping-address": "配送先住所",
|
|
1208
|
+
"rma-sub-modals-address-1": "住所1",
|
|
1209
|
+
"rma-sub-modals-address-2": "住所2",
|
|
1210
|
+
"rma-sub-modals-province": "都道府県",
|
|
1211
|
+
"rma-sub-modals-postal-code": "郵便番号",
|
|
1212
|
+
"rma-sub-modals-city": "市区町村",
|
|
1213
|
+
"rma-sub-modals-country": "国",
|
|
1214
|
+
"rma-sub-modals-back": "戻る",
|
|
1215
|
+
"rma-sub-modals-add": "追加",
|
|
1216
|
+
"rma-sub-modals-name": "名前",
|
|
1217
|
+
"rma-sub-modals-status": "ステータス",
|
|
1218
|
+
"rma-sub-modals-in-stock": "在庫あり",
|
|
1219
|
+
"rma-sub-modals-products": "商品",
|
|
1220
|
+
"rma-sub-modals-search-products": "商品を検索する...",
|
|
1221
|
+
"rma-sub-modals-reason-for-return": "返品理由",
|
|
1222
|
+
"rma-sub-modals-reason": "理由",
|
|
1223
|
+
"rma-sub-modals-note": "注意事項",
|
|
1224
|
+
"swap-success": "成功",
|
|
1225
|
+
"swap-successfully-created-exchange": "交換を成功裏に作成しました",
|
|
1226
|
+
"swap-error": "エラー",
|
|
1227
|
+
"swap-register-exchange": "交換を登録する",
|
|
1228
|
+
"swap-items-to-return": "返品項目",
|
|
1229
|
+
"swap-shipping": "配送",
|
|
1230
|
+
"swap-shipping-method": "配送方法",
|
|
1231
|
+
"swap-add-a-shipping-method": "配送方法を追加する",
|
|
1232
|
+
"swap-location": "場所",
|
|
1233
|
+
"swap-choose-which-location-you-want-to-return-the-items-to": "商品を返品する場所を選択してください。",
|
|
1234
|
+
"swap-select-location-to-return-to": "返品先を選択する",
|
|
1235
|
+
"swap-items-to-send": "送る商品",
|
|
1236
|
+
"swap-add-product": "商品を追加する",
|
|
1237
|
+
"swap-return-total": "返品合計",
|
|
1238
|
+
"swap-additional-total": "追加合計",
|
|
1239
|
+
"swap-outbond-shipping": "出荷",
|
|
1240
|
+
"swap-calculated-at-checkout": "レジで計算",
|
|
1241
|
+
"swap-estimated-difference": "見積もりの差分",
|
|
1242
|
+
"swap-send-notifications": "通知を送る",
|
|
1243
|
+
"swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "チェックを外すと、お客様はこの交換に関する連絡を受け取りません",
|
|
1244
|
+
"swap-complete": "完了",
|
|
1245
|
+
"templates-shipped": "出荷済み",
|
|
1246
|
+
"templates-fulfilled": "履行済み",
|
|
1247
|
+
"templates-canceled": "キャンセル済み",
|
|
1248
|
+
"templates-partially-fulfilled": "一部履行済み",
|
|
1249
|
+
"templates-fulfillment-status-requires-action": "アクションが必要です",
|
|
1250
|
+
"templates-awaiting-fulfillment": "発送待ち",
|
|
1251
|
+
"templates-partially-shipped": "一部出荷済み",
|
|
1252
|
+
"templates-cancel-fulfillment-heading": "履行をキャンセルしますか?",
|
|
1253
|
+
"templates-are-you-sure-you-want-to-cancel-the-fulfillment": "本当に履行をキャンセルしますか?",
|
|
1254
|
+
"templates-successfully-canceled-swap": "交換を正常にキャンセルしました",
|
|
1255
|
+
"templates-error": "エラー",
|
|
1256
|
+
"templates-successfully-canceled-claim": "請求を正常にキャンセルしました",
|
|
1257
|
+
"templates-successfully-canceled-fulfillment": "履行を正常にキャンセルしました",
|
|
1258
|
+
"templates-fulfillment-has-been-canceled": "履行がキャンセルされました",
|
|
1259
|
+
"templates-fulfilled-by-provider": "{{title}} {{provider}}によって履行されます",
|
|
1260
|
+
"templates-not-shipped": "未発送",
|
|
1261
|
+
"templates-tracking": "追跡",
|
|
1262
|
+
"templates-shipped-from": "出荷元",
|
|
1263
|
+
"templates-shipping-from": "出荷",
|
|
1264
|
+
"templates-mark-shipped": "出荷済みとする",
|
|
1265
|
+
"templates-cancel-fulfillment": "履行のキャンセル",
|
|
1266
|
+
"templates-completed": "完了",
|
|
1267
|
+
"templates-processing": "処理中",
|
|
1268
|
+
"templates-requires-action": "アクションが必要",
|
|
1269
|
+
"templates-capture-payment": "支払いのキャプチャ",
|
|
1270
|
+
"templates-successfully-captured-payment": "支払いが正常にキャプチャされました",
|
|
1271
|
+
"templates-refund": "返金",
|
|
1272
|
+
"templates-total-for-swaps": "スワップの合計",
|
|
1273
|
+
"templates-refunded-for-swaps": "スワップの返金",
|
|
1274
|
+
"templates-refunded-for-returns": "返品の返金",
|
|
1275
|
+
"templates-manually-refunded": "手動で返金済み",
|
|
1276
|
+
"templates-net-total": "純計",
|
|
1277
|
+
"templates-paid": "支払われた金額",
|
|
1278
|
+
"templates-awaiting-payment": "支払い待ち",
|
|
1279
|
+
"templates-payment-status-requires-action": "アクションが必要です",
|
|
1280
|
+
"draft-orders-completed": "完了しました",
|
|
1281
|
+
"draft-orders-open": "オープン",
|
|
1282
|
+
"draft-orders-mark-as-paid": "支払い済みとしてマーク",
|
|
1283
|
+
"draft-orders-success": "成功",
|
|
1284
|
+
"draft-orders-successfully-mark-as-paid": "正常に支払い済みとしてマークされました",
|
|
1285
|
+
"draft-orders-error": "エラー",
|
|
1286
|
+
"draft-orders-successfully-canceled-order": "注文が正常にキャンセルされました",
|
|
1287
|
+
"draft-orders-back-to-draft-orders": "下書き注文に戻る",
|
|
1288
|
+
"on-mark-as-paid-confirm-order-id": "注文番号 #{{display_id}}",
|
|
1289
|
+
"draft-orders-go-to-order": "注文に移動",
|
|
1290
|
+
"draft-orders-cancel-draft-order": "下書き注文をキャンセル",
|
|
1291
|
+
"draft-orders-draft-order": "下書き注文",
|
|
1292
|
+
"draft-orders-email": "メール",
|
|
1293
|
+
"draft-orders-phone": "電話",
|
|
1294
|
+
"draft-orders-amount": "金額 {{currency_code}}",
|
|
1295
|
+
"draft-orders-payment": "支払い",
|
|
1296
|
+
"draft-orders-subtotal": "小計",
|
|
1297
|
+
"draft-orders-shipping": "配送",
|
|
1298
|
+
"draft-orders-tax": "税金",
|
|
1299
|
+
"draft-orders-total-to-pay": "支払い合計",
|
|
1300
|
+
"draft-orders-payment-link": "支払いリンク:",
|
|
1301
|
+
"draft-orders-configure-payment-link-in-store-settings": "店舗設定で支払いリンクを設定する",
|
|
1302
|
+
"draft-orders-shipping-method": "配送方法",
|
|
1303
|
+
"draft-orders-data": "データ",
|
|
1304
|
+
"draft-orders-1-item": "(1個のアイテム)",
|
|
1305
|
+
"draft-orders-customer": "お客様",
|
|
1306
|
+
"draft-orders-edit-shipping-address": "配送先住所を編集",
|
|
1307
|
+
"draft-orders-edit-billing-address": "請求先住所を編集",
|
|
1308
|
+
"draft-orders-go-to-customer": "お客様に移動",
|
|
1309
|
+
"draft-orders-contact": "連絡先",
|
|
1310
|
+
"draft-orders-billing": "請求先",
|
|
1311
|
+
"draft-orders-raw-draft-order": "仮の草稿注文",
|
|
1312
|
+
"draft-orders-are-you-sure": "本当によろしいですか?",
|
|
1313
|
+
"draft-orders-remove-resource-heading": "{{resource}}を削除します",
|
|
1314
|
+
"draft-orders-remove-resource-success-text": "{{resource}}が削除されました",
|
|
1315
|
+
"draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "これにより注文が作成されます。支払いを受け取った場合は、支払い済みとマークしてください。",
|
|
1316
|
+
"draft-orders-mark-paid": "支払い済みにする",
|
|
1317
|
+
"draft-orders-cancel": "キャンセル",
|
|
1318
|
+
"draft-orders-create-draft-order": "仮注文を作成する",
|
|
1319
|
+
"edit-amount-paid": "支払い済み金額",
|
|
1320
|
+
"edit-new-total": "新しい合計金額",
|
|
1321
|
+
"edit-difference-due": "差額",
|
|
1322
|
+
"edit-back": "戻る",
|
|
1323
|
+
"edit-save-and-go-back": "保存して戻る",
|
|
1324
|
+
"edit-order-edit-set-as-requested": "注文編集をリクエストしました",
|
|
1325
|
+
"edit-failed-to-request-confirmation": "確認リクエストに失敗しました",
|
|
1326
|
+
"edit-added-successfully": "追加しました",
|
|
1327
|
+
"edit-error-occurred": "エラーが発生しました",
|
|
1328
|
+
"edit-add-product-variants": "商品バリアントを追加",
|
|
1329
|
+
"edit-edit-order": "注文を編集",
|
|
1330
|
+
"edit-items": "アイテム",
|
|
1331
|
+
"edit-add-items": "アイテムを追加",
|
|
1332
|
+
"edit-filter-items": "アイテムをフィルタリング...",
|
|
1333
|
+
"edit-note": "ノート",
|
|
1334
|
+
"edit-add-a-note": "ノートを追加...",
|
|
1335
|
+
"variants-table-location": "{{location}}に",
|
|
1336
|
+
"edit-product": "商品",
|
|
1337
|
+
"edit-in-stock": "在庫あり",
|
|
1338
|
+
"edit-price": "価格",
|
|
1339
|
+
"edit-products": "商品",
|
|
1340
|
+
"edit-search-product-variants": "商品バリアントを検索...",
|
|
1341
|
+
"orders-success": "成功",
|
|
1342
|
+
"orders-successfully-initiated-export": "エクスポートが正常に開始されました",
|
|
1343
|
+
"orders-error": "エラー",
|
|
1344
|
+
"orders-export-orders": "注文をエクスポート",
|
|
1345
|
+
"components-billing-address": "請求先住所",
|
|
1346
|
+
"components-use-same-as-shipping": "配送先と同じに利用",
|
|
1347
|
+
"components-e-g-gift-wrapping": "例:ギフトラッピング",
|
|
1348
|
+
"components-title": "タイトル",
|
|
1349
|
+
"components-price": "価格",
|
|
1350
|
+
"components-quantity": "数量",
|
|
1351
|
+
"components-back": "戻る",
|
|
1352
|
+
"components-add": "追加",
|
|
1353
|
+
"components-items-for-the-order": "注文のアイテム",
|
|
1354
|
+
"components-details": "詳細",
|
|
1355
|
+
"components-price-excl-taxes": "価格(税抜き)",
|
|
1356
|
+
"components-add-custom": "カスタムを追加",
|
|
1357
|
+
"components-add-existing": "既存のものを追加",
|
|
1358
|
+
"components-add-products": "商品を追加する",
|
|
1359
|
+
"components-add-custom-item": "カスタムアイテムを追加する",
|
|
1360
|
+
"components-choose-region": "地域を選択する",
|
|
1361
|
+
"components-region": "地域",
|
|
1362
|
+
"select-shipping-to-name": "({{name}}へ)",
|
|
1363
|
+
"components-attention": "注意!",
|
|
1364
|
+
"components-no-options-for-orders-without-shipping": "配送なしの注文オプションがありません。地域設定で「ウェブサイトに表示しない」にチェックを外して、例えば「店内受け取り」を追加してください。そして続けてください。",
|
|
1365
|
+
"components-choose-a-shipping-method": "配送方法を選択する",
|
|
1366
|
+
"components-set-custom-price": "カスタム価格を設定する",
|
|
1367
|
+
"components-custom-price": "カスタム価格",
|
|
1368
|
+
"components-customer-and-shipping-details": "顧客と配送詳細",
|
|
1369
|
+
"components-find-existing-customer": "既存の顧客を検索する",
|
|
1370
|
+
"components-email": "メール",
|
|
1371
|
+
"components-choose-existing-addresses": "既存の住所を選択する",
|
|
1372
|
+
"components-create-new": "新規作成",
|
|
1373
|
+
"components-the-discount-is-not-applicable-to-the-selected-region": "割引は選択した地域に適用されません",
|
|
1374
|
+
"components-the-discount-code-is-invalid": "割引コードが無効です",
|
|
1375
|
+
"components-add-discount": "割引を追加する",
|
|
1376
|
+
"components-summer-10": "SUMMER10",
|
|
1377
|
+
"components-discount": "割引",
|
|
1378
|
+
"select-shipping-code": "(コード:{{code}})",
|
|
1379
|
+
"components-type": "タイプ",
|
|
1380
|
+
"components-value": "値",
|
|
1381
|
+
"components-address": "住所",
|
|
1382
|
+
"components-shipping-method": "配送方法",
|
|
1383
|
+
"components-billing-details": "請求詳細",
|
|
1384
|
+
"components-edit": "編集",
|
|
1385
|
+
"form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderFormはNewOrderFormProvider内で使用する必要があります",
|
|
1386
|
+
"new-order-created": "注文が作成されました",
|
|
1387
|
+
"new-create-draft-order": "ドラフト注文を作成する",
|
|
1388
|
+
"price-list-product-filter-created-at": "作成日時",
|
|
1389
|
+
"price-list-product-filter-updated-at": "更新日時",
|
|
1390
|
+
"price-list-details-drawer-prompt-title": "確認してもよろしいですか?",
|
|
1391
|
+
"price-list-details-drawer-prompt-description": "保存されていない変更があります。本当に終了しますか?",
|
|
1392
|
+
"price-list-details-notification-succes-title": "価格リストが更新されました",
|
|
1393
|
+
"price-list-details-drawer-notification-success-message": "価格リストが正常に更新されました",
|
|
1394
|
+
"price-list-details-drawer-notification-error-title": "エラーが発生しました",
|
|
1395
|
+
"price-list-details-drawer-title": "価格リストの詳細を編集する",
|
|
1396
|
+
"price-list-details-drawer-cancel-button": "キャンセル",
|
|
1397
|
+
"price-list-details-drawer-save-button": "保存",
|
|
1398
|
+
"price-list-details-section-prompt-confirm-text": "削除",
|
|
1399
|
+
"price-list-details-section-prompt-cancel-text": "キャンセル",
|
|
1400
|
+
"price-list-details-section-prompt-title": "価格リストの削除",
|
|
1401
|
+
"price-list-details-section-prompt-description": "価格リスト \"{{name}}\" を削除してもよろしいですか?",
|
|
1402
|
+
"price-list-details-section-delete-notification-success-title": "価格リストを削除しました",
|
|
1403
|
+
"price-list-details-section-delete-notification-success-message": "価格リスト \"{{name}}\" を正常に削除しました",
|
|
1404
|
+
"price-list-details-section-delete-notification-error-title": "価格リストの削除に失敗しました",
|
|
1405
|
+
"price-list-details-section-customer-groups": "顧客グループ",
|
|
1406
|
+
"price-list-details-section-last-edited": "最終編集",
|
|
1407
|
+
"price-list-details-section-number-of-prices": "価格",
|
|
1408
|
+
"price-list-details-section-status-menu-expired": "期限切れ",
|
|
1409
|
+
"price-list-details-section-status-menu-draft": "下書き",
|
|
1410
|
+
"price-list-details-section-status-menu-scheduled": "スケジュール",
|
|
1411
|
+
"price-list-details-section-status-active": "有効",
|
|
1412
|
+
"price-list-details-section-status-menu-notification-success-title": "価格リストのステータスを正常に更新しました",
|
|
1413
|
+
"price-list-details-section-status-menu-notification-success-message": "価格リストのステータスが {{status}} に正常に更新されました",
|
|
1414
|
+
"price-list-details-section-status-menu-notification-error-title": "価格リストのステータスの更新に失敗しました",
|
|
1415
|
+
"price-list-details-section-status-menu-item-draft": "下書き",
|
|
1416
|
+
"price-list-details-section-status-menu-item-activate": "アクティベート",
|
|
1417
|
+
"price-list-details-menu-item-edit": "詳細の編集",
|
|
1418
|
+
"price-list-details-menu-item-delete": "削除",
|
|
1419
|
+
"price-list-edit-error": "価格リストの読み込み中にエラーが発生しました。ページを再度読み込んで、もう一度お試しください。問題が解決しない場合は、後でもう一度お試しください。",
|
|
1420
|
+
"price-list-new-form-prompt-title": "本当によろしいですか?",
|
|
1421
|
+
"price-list-new-form-prompt-exit-description": "変更が保存されていません。本当に終了しますか?",
|
|
1422
|
+
"price-list-new-form-prompt-back-description": "変更が保存されていません。本当に戻りますか?",
|
|
1423
|
+
"price-list-add-products-modal-no-prices-error": "少なくとも1つの商品に価格を割り当ててください。",
|
|
1424
|
+
"price-list-add-products-modal-missing-prices-title": "未完了の価格リスト",
|
|
1425
|
+
"price-list-add-products-modal-missing-prices-description": "選択したすべての商品に価格が割り当てられていません。続行しますか?",
|
|
1426
|
+
"price-list-add-products-modal-success-title": "新しい価格が追加されました",
|
|
1427
|
+
"price-list-add-products-modal-success-message": "新しい価格が価格リストに追加されました。",
|
|
1428
|
+
"price-list-add-products-modal-error-title": "エラーが発生しました",
|
|
1429
|
+
"price-list-add-products-modal-back-button-cancel": "キャンセル",
|
|
1430
|
+
"price-list-add-products-modal-back-button": "戻る",
|
|
1431
|
+
"price-list-add-products-modal-next-button-continue": "続行する",
|
|
1432
|
+
"price-list-add-products-modal-next-button-submit-and-close": "送信して閉じる",
|
|
1433
|
+
"price-list-add-products-modal-next-button-continue-save-prices": "価格を保存する",
|
|
1434
|
+
"price-list-add-products-modal-products-tab": "商品を選択する",
|
|
1435
|
+
"price-list-add-products-modal-prices-tab": "価格を編集する",
|
|
1436
|
+
"price-list-add-products-modal-error": "フォームの準備中にエラーが発生しました。ページを再度読み込んで、もう一度お試しください。問題が解決しない場合は、後でもう一度お試しください。",
|
|
1437
|
+
"price-list-edit-prices-modal-prompt-title": "保存されていない変更",
|
|
1438
|
+
"price-list-edit-prices-modal-prompt-exit-description": "変更が保存されていません。本当に終了しますか?",
|
|
1439
|
+
"price-list-edit-prices-modal-prompt-back-description": "変更内容が保存されていません。戻りますか?",
|
|
1440
|
+
"price-list-edit-prices-modal-notification-update-error": "エラーが発生しました",
|
|
1441
|
+
"price-list-edit-prices-modal-notification-remove-error-title": "エラーが発生しました",
|
|
1442
|
+
"price-list-edit-prices-modal-notification-remove-error-description": "一部の価格が正しく更新されませんでした。 もう一度試してみてください。",
|
|
1443
|
+
"price-list-edit-prices-modal-notification-update-success-title": "価格が更新されました",
|
|
1444
|
+
"price-list-edit-prices-modal-notification-update-success-description": "価格が正常に更新されました",
|
|
1445
|
+
"price-list-edit-prices-modal-next-button-save-and-close": "保存して閉じる",
|
|
1446
|
+
"price-list-edit-prices-modal-next-button-save": "価格を保存する",
|
|
1447
|
+
"price-list-edit-prices-modal-back-button-cancel": "キャンセル",
|
|
1448
|
+
"price-list-edit-prices-modal-back-button-back": "戻る",
|
|
1449
|
+
"price-list-edit-prices-modal-overview-tab": "価格を編集する",
|
|
1450
|
+
"price-list-edit-prices-modal-error-loading": "フォームの準備中にエラーが発生しました。ページを再読み込みしてもう一度試してみてください。問題が解決しない場合は、後でもう一度試してみてください。",
|
|
1451
|
+
"price-list-prices-section-prompt-title": "よろしいですか?",
|
|
1452
|
+
"price-list-prices-section-prompt-description": "これにより製品価格がリストから永久に削除されます",
|
|
1453
|
+
"price-list-prices-secton-delete-success-title": "価格が削除されました",
|
|
1454
|
+
"price-list-prices-section-delete-success-description_one": "{{count}}商品の価格を正常に削除しました",
|
|
1455
|
+
"price-list-prices-section-delete-success-description_other": "{{count}}商品の価格を正常に削除しました",
|
|
1456
|
+
"price-list-prices-section-delete-error-title": "エラーが発生しました",
|
|
1457
|
+
"price-list-prices-section-heading": "価格",
|
|
1458
|
+
"price-list-prices-section-search-placeholder": "製品を検索する",
|
|
1459
|
+
"price-list-prices-section-prices-menu-edit": "価格を編集する",
|
|
1460
|
+
"price-list-prices-section-prices-menu-add": "商品を追加する",
|
|
1461
|
+
"price-list-prices-section-table-load-error": "商品の取得中にエラーが発生しました。ページをリロードしてみるか、問題が解消しない場合は後でもう一度お試しください。",
|
|
1462
|
+
"price-list-prices-section-bar-count_one": "選択された{{count}}個",
|
|
1463
|
+
"price-list-prices-section-bar-count_other": "選択された{{count}}個",
|
|
1464
|
+
"price-list-prices-section-edit-command": "編集",
|
|
1465
|
+
"price-list-prices-section-delete-command": "削除",
|
|
1466
|
+
"price-list-prices-section-select-all-checkbox-label": "現在のページのすべての商品を選択する",
|
|
1467
|
+
"price-list-prices-section-select-checkbox-label": "行を選択する",
|
|
1468
|
+
"price-list-prices-section-table-product": "商品",
|
|
1469
|
+
"price-list-prices-section-table-thumbnail-alt": "{{title}} サムネイル",
|
|
1470
|
+
"price-list-prices-section-table-collection": "コレクション",
|
|
1471
|
+
"price-list-prices-section-table-variants": "バリアント",
|
|
1472
|
+
"price-list-details-form-type-heading": "タイプ",
|
|
1473
|
+
"price-list-details-form-type-description": "作成する価格リストのタイプを選択してください。",
|
|
1474
|
+
"price-list-details-form-type-label-sale": "セール",
|
|
1475
|
+
"price-list-details-form-type-hint-sale": "セールを作成する場合に使用してください。",
|
|
1476
|
+
"price-list-details-form-type-label-override": "オーバーライド",
|
|
1477
|
+
"price-list-details-form-type-hint-override": "価格を上書きする場合に使用してください。",
|
|
1478
|
+
"price-list-details-form-general-heading": "一般的な",
|
|
1479
|
+
"price-list-details-form-general-description": "価格表のタイトルと説明を選んでください。",
|
|
1480
|
+
"price-list-details-form-general-name-label": "名前",
|
|
1481
|
+
"price-list-details-form-general-name-placeholder": "ブラックフライデーセール",
|
|
1482
|
+
"price-list-details-form-general-description-label": "説明",
|
|
1483
|
+
"price-list-details-form-general-description-placeholder": "ブラックフライデーセールの価格...",
|
|
1484
|
+
"price-list-details-form-tax-inclusive-label": "税込価格",
|
|
1485
|
+
"price-list-details-form-tax-inclusive-hint": "このリストのすべての価格を税込みにするか選択してください。",
|
|
1486
|
+
"price-list-details-form-dates-starts-at-heading": "価格リストには開始日がありますか?",
|
|
1487
|
+
"price-list-details-form-dates-starts-at-description": "価格オーバーライドを将来有効にするためにスケジュールします。",
|
|
1488
|
+
"price-list-details-form-dates-starts-at-label": "開始日",
|
|
1489
|
+
"price-list-details-form-ends-at-heading": "価格リストに有効期限がありますか?",
|
|
1490
|
+
"price-list-details-form-ends-at-description": "価格オーバーライドを将来無効にするためにスケジュールします。",
|
|
1491
|
+
"price-list-details-form-ends-at-label": "有効期限",
|
|
1492
|
+
"price-list-details-form-customer-groups-name": "名前",
|
|
1493
|
+
"price-list-details-form-customer-groups-members": "メンバー",
|
|
1494
|
+
"price-list-details-form-customer-groups-error": "顧客グループの読み込み中にエラーが発生しました。ページを再読み込みして、もう一度試してみてください。問題が解決しない場合は、後でもう一度試してください。",
|
|
1495
|
+
"price-list-details-form-customer-groups-no-groups": "顧客グループが見つかりませんでした。",
|
|
1496
|
+
"price-list-details-form-customer-groups-heading": "顧客の可用性",
|
|
1497
|
+
"price-list-details-form-customer-groups-description": "価格オーバーライドを適用する顧客グループを指定します。",
|
|
1498
|
+
"price-list-details-form-customer-groups-content-heading": "顧客グループ",
|
|
1499
|
+
"price-list-details-form-customer-groups-search-placeholder": "検索",
|
|
1500
|
+
"price-list-prices-form-products-error": "フォームの準備中にエラーが発生しました。ページをリロードして再試行してください。問題が解決しない場合は、後でもう一度試してください。",
|
|
1501
|
+
"price-list-prices-form-heading": "価格の編集",
|
|
1502
|
+
"price-list-prices-form-variant": "バリアント",
|
|
1503
|
+
"price-list-prices-form-sku": "SKU",
|
|
1504
|
+
"price-list-prices-form-prices": "価格",
|
|
1505
|
+
"price-list-prices-form-prices-variant-count_one": "{{count}}のバリアント",
|
|
1506
|
+
"price-list-prices-form-prices-variant-count_other": "{{count}}のバリアント",
|
|
1507
|
+
"price-list-prices-form-add-prices-button": "価格の追加",
|
|
1508
|
+
"price-list-prices-form-prices-count_one": "{{count}}の価格",
|
|
1509
|
+
"price-list-prices-form-prices-count_other": "{{count}}の価格",
|
|
1510
|
+
"price-list-product-prices-form-invalid-data-title": "無効なデータ",
|
|
1511
|
+
"price-list-product-prices-form-invalid-data-body": "貼り付けたデータには数値ではない値が含まれています。",
|
|
1512
|
+
"price-list-product-prices-form-column-visibility-button": "表示",
|
|
1513
|
+
"price-list-product-prices-form-column-visibility-currencies-label": "通貨",
|
|
1514
|
+
"price-list-product-prices-form-column-visibility-regions-label": "地域",
|
|
1515
|
+
"price-list-product-prices-form-column-product-label": "製品",
|
|
1516
|
+
"price-list-product-prices-form-column-currencies-price-label": "価格{{code}}",
|
|
1517
|
+
"price-list-product-prices-form-column-regions-price-label": "価格{{name}}({{code}})",
|
|
1518
|
+
"price-list-products-form-select-all": "現在のページ上のすべての製品を選択する",
|
|
1519
|
+
"price-list-products-form-select-row": "行を選択する",
|
|
1520
|
+
"price-list-products-form-product-label": "製品",
|
|
1521
|
+
"price-list-products-form-product-thumbnail": "{{title}}のサムネイル",
|
|
1522
|
+
"price-list-products-form-collection-label": "コレクション",
|
|
1523
|
+
"price-list-products-form-sales-channels-label": "在庫",
|
|
1524
|
+
"price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} 件追加",
|
|
1525
|
+
"price-list-products-form-status-label": "ステータス",
|
|
1526
|
+
"price-list-products-form-inventory-label": "在庫",
|
|
1527
|
+
"price-list-products-form-inventory-value": "{{variants}}種類の商品が{{totalStock}}個在庫にあります",
|
|
1528
|
+
"price-list-products-form-loading": "商品の読み込み中",
|
|
1529
|
+
"price-list-products-form-error": "商品の読み込み中にエラーが発生しました。ページをリロードしてもう一度試してください。問題が解決しない場合は、後でもう一度試してください。",
|
|
1530
|
+
"price-list-products-form-no-products": "製品が見つかりませんでした。",
|
|
1531
|
+
"price-list-products-form-heading": "製品を選択する",
|
|
1532
|
+
"price-list-products-form-search-placeholder": "検索",
|
|
1533
|
+
"price-list-new-form-no-prices-error": "少なくとも1つの製品に価格を設定してください。",
|
|
1534
|
+
"price-list-new-form-missing-prices-title": "不完全な価格リスト",
|
|
1535
|
+
"price-list-new-products-modal-missing-prices-description": "選択した製品すべてに価格が割り当てられていません。続行しますか?",
|
|
1536
|
+
"price-list-new-form-notification-success-title": "価格リストが作成されました",
|
|
1537
|
+
"price-list-new-form-notification-success-message": "価格リストの作成に成功しました",
|
|
1538
|
+
"price-list-new-form-notification-error-title": "エラーが発生しました",
|
|
1539
|
+
"price-list-new-form-next-button-save-and-publish": "保存して発表",
|
|
1540
|
+
"price-list-new-form-next-button-save": "価格を保存する",
|
|
1541
|
+
"price-list-new-form-next-button-continue": "続行する",
|
|
1542
|
+
"price-list-new-form-back-button-cancel": "キャンセル",
|
|
1543
|
+
"price-list-new-form-back-button-back": "戻る",
|
|
1544
|
+
"price-list-new-form-details-tab": "価格リストを作成する",
|
|
1545
|
+
"price-list-new-form-products-tab": "商品を選択する",
|
|
1546
|
+
"price-list-new-form-prices-tab": "価格を編集する",
|
|
1547
|
+
"price-list-new-form-save-as-draft": "下書きとして保存する",
|
|
1548
|
+
"price-list-new-form-error-loading-products": "フォームの準備中にエラーが発生しました。ページを再読み込みしてもう一度お試しください。問題が解決しない場合は、後で再試行してください。",
|
|
1549
|
+
"components-success": "成功",
|
|
1550
|
+
"components-successfully-updated-category-tree": "カテゴリツリーを正常に更新しました",
|
|
1551
|
+
"components-error": "エラー",
|
|
1552
|
+
"components-failed-to-update-category-tree": "カテゴリツリーの更新に失敗しました",
|
|
1553
|
+
"components-delete": "削除",
|
|
1554
|
+
"components-category-deleted": "カテゴリが削除されました",
|
|
1555
|
+
"components-category-deletion-failed": "カテゴリの削除に失敗しました",
|
|
1556
|
+
"components-category-status-is-inactive": "カテゴリのステータスは非アクティブです",
|
|
1557
|
+
"components-category-visibility-is-private": "カテゴリの表示は非公開です",
|
|
1558
|
+
"components-add-category-item-to": "カテゴリアイテムを追加する",
|
|
1559
|
+
"modals-public": "公開",
|
|
1560
|
+
"modals-private": "非公開",
|
|
1561
|
+
"modals-active": "有効",
|
|
1562
|
+
"modals-inactive": "無効",
|
|
1563
|
+
"modals-success": "成功",
|
|
1564
|
+
"modals-successfully-created-a-category": "カテゴリーが正常に作成されました",
|
|
1565
|
+
"modals-failed-to-create-a-new-category": "新しいカテゴリーの作成に失敗しました",
|
|
1566
|
+
"modals-error": "エラー",
|
|
1567
|
+
"modals-save-category": "カテゴリーを保存する",
|
|
1568
|
+
"modals-add-category-to": "{{name}}にカテゴリーを追加する",
|
|
1569
|
+
"modals-add-category": "カテゴリーを追加する",
|
|
1570
|
+
"modals-details": "詳細",
|
|
1571
|
+
"modals-name": "名前",
|
|
1572
|
+
"modals-give-this-category-a-name": "このカテゴリーに名前を付ける",
|
|
1573
|
+
"modals-handle": "ハンドル",
|
|
1574
|
+
"modals-custom-handle": "カスタムハンドル",
|
|
1575
|
+
"modals-description": "説明",
|
|
1576
|
+
"modals-give-this-category-a-description": "このカテゴリーに説明を付ける",
|
|
1577
|
+
"modals-status": "ステータス",
|
|
1578
|
+
"modals-visibility": "可視性",
|
|
1579
|
+
"modals-successfully-updated-the-category": "カテゴリーの更新に成功しました",
|
|
1580
|
+
"modals-failed-to-update-the-category": "カテゴリーの更新に失敗しました",
|
|
1581
|
+
"modals-edit-product-category": "商品カテゴリを編集する",
|
|
1582
|
+
"modals-cancel": "キャンセル",
|
|
1583
|
+
"modals-save-and-close": "保存して閉じる",
|
|
1584
|
+
"pages-no-product-categories-yet": "まだ商品カテゴリはありません、上のボタンを使用して最初のカテゴリを作成してください。",
|
|
1585
|
+
"pages-add-category": "カテゴリ追加",
|
|
1586
|
+
"pages-product-categories": "商品カテゴリ",
|
|
1587
|
+
"pages-helps-you-to-keep-your-products-organized": "商品を整理するのに役立ちます。",
|
|
1588
|
+
"batch-job-success": "成功",
|
|
1589
|
+
"batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "インポートが処理確認されました。進行状況はアクティビティドロワーに表示されます。",
|
|
1590
|
+
"batch-job-error": "エラー",
|
|
1591
|
+
"batch-job-import-failed": "インポートに失敗しました。",
|
|
1592
|
+
"batch-job-failed-to-delete-the-csv-file": "CSVファイルの削除に失敗しました",
|
|
1593
|
+
"batch-job-failed-to-cancel-the-batch-job": "バッチジョブのキャンセルに失敗しました",
|
|
1594
|
+
"batch-job-products-list": "製品リスト",
|
|
1595
|
+
"batch-job-unsure-about-how-to-arrange-your-list": "リストをどのように配置するかわからない場合は、以下のテンプレートをダウンロードして正しい形式に従っているか確認してください。",
|
|
1596
|
+
"batch-job-download-template": "インポートを使用することで、商品を追加または更新することができます。既存の商品/バリアントを更新する場合は、商品/バリアントIDの列に既存のIDを設定する必要があります。値が設定されていない場合、新しいレコードが作成されます。商品のインポート前に確認が求められます。",
|
|
1597
|
+
"batch-job-imports-description": "フィルター",
|
|
1598
|
+
"products-status": "ステータス",
|
|
1599
|
+
"products-tags": "タグ",
|
|
1600
|
+
"products-spring-summer": "春、夏...",
|
|
1601
|
+
"new-sales-channels": "販売チャネル",
|
|
1602
|
+
"new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "この商品はデフォルトの販売チャネルでのみ利用可能です。",
|
|
1603
|
+
"new-change-availablity": "利用可能の変更",
|
|
1604
|
+
"add-variants-a-variant-with-these-options-already-exists": "このオプションと一致するバリアントがすでに存在しています。",
|
|
1605
|
+
"add-variants-product-options": "商品オプション",
|
|
1606
|
+
"add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "オプションは商品の色、サイズなどを定義するために使用されます。",
|
|
1607
|
+
"add-variants-option-title": "オプションタイトル",
|
|
1608
|
+
"add-variants-variations-comma-separated": "バリエーション(カンマ区切り)",
|
|
1609
|
+
"add-variants-color": "色...",
|
|
1610
|
+
"add-variants-already-exists": "すでに存在しています",
|
|
1611
|
+
"add-variants-blue-red-black": "青、赤、黒...",
|
|
1612
|
+
"add-variants-add-an-option": "オプションを追加",
|
|
1613
|
+
"add-variants-product-variants": "商品バリアント",
|
|
1614
|
+
"add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "商品バリアントを追加する前に、少なくとも1つの商品オプションを追加する必要があります。",
|
|
1615
|
+
"add-variants-variant": "バリアント",
|
|
1616
|
+
"add-variants-inventory": "在庫",
|
|
1617
|
+
"add-variants-add-a-variant": "バリアントを追加",
|
|
1618
|
+
"add-variants-create-variant": "バリアントを作成する",
|
|
1619
|
+
"add-variants-cancel": "キャンセル",
|
|
1620
|
+
"add-variants-save-and-close": "保存して閉じる",
|
|
1621
|
+
"new-variant-a-variant-with-these-options-already-exists": "これらのオプションを持つバリアントはすでに存在します。",
|
|
1622
|
+
"new-variant-are-you-sure-you-want-to-delete-this-variant": "このバリアントを削除してもよろしいですか?",
|
|
1623
|
+
"new-variant-delete-variant": "バリアントを削除する",
|
|
1624
|
+
"new-variant-edit": "編集",
|
|
1625
|
+
"new-variant-delete": "削除",
|
|
1626
|
+
"new-variant-edit-variant": "バリアントを編集する",
|
|
1627
|
+
"new-variant-cancel": "キャンセル",
|
|
1628
|
+
"new-variant-save-and-close": "保存して閉じる",
|
|
1629
|
+
"new-something-went-wrong-while-trying-to-upload-images": "画像のアップロード中に問題が発生しました。",
|
|
1630
|
+
"new-no-file-service-configured": "ファイルサービスが設定されていない可能性があります。管理者にお問い合わせください",
|
|
1631
|
+
"new-upload-thumbnail-error": "サムネイルのアップロード中に問題が発生しました。",
|
|
1632
|
+
"new-save-as-draft": "下書きとして保存",
|
|
1633
|
+
"new-publish-product": "商品を公開する",
|
|
1634
|
+
"new-general-information-title": "一般情報",
|
|
1635
|
+
"new-to-start-selling-all-you-need-is-a-name-and-a-price": "販売を開始するには、名前と価格が必要です。",
|
|
1636
|
+
"new-organize-product": "商品の整理",
|
|
1637
|
+
"new-add-variations-of-this-product": "この商品のバリエーションを追加する。",
|
|
1638
|
+
"new-offer-your-customers-different-options-for-color-format-size-shape-etc": "お客様に色、形式、サイズ、形状などさまざまなオプションを提供します。",
|
|
1639
|
+
"new-used-for-shipping-and-customs-purposes": "配送や税関の目的で使用されます。",
|
|
1640
|
+
"new-dimensions": "寸法",
|
|
1641
|
+
"new-customs": "税関",
|
|
1642
|
+
"new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "チェックアウト、ソーシャル共有などで製品を表します。",
|
|
1643
|
+
"new-media": "メディア",
|
|
1644
|
+
"new-add-images-to-your-product": "製品に画像を追加します。",
|
|
1645
|
+
"overview-import-products": "輸入製品",
|
|
1646
|
+
"overview-export-products": "輸出製品",
|
|
1647
|
+
"overview-new-product": "新製品",
|
|
1648
|
+
"overview-new-collection": "新コレクション",
|
|
1649
|
+
"overview-success": "成功",
|
|
1650
|
+
"overview-successfully-created-collection": "コレクションの作成に成功しました",
|
|
1651
|
+
"overview-error": "エラー",
|
|
1652
|
+
"overview-successfully-initiated-export": "輸出を正常に開始しました",
|
|
1653
|
+
"modals-add-sales-channels": "販売チャネルを追加します",
|
|
1654
|
+
"modals-find-channels": "チャネルを探す",
|
|
1655
|
+
"modals-updated-the-api-key": "APIキーが更新されました",
|
|
1656
|
+
"modals-failed-to-update-the-api-key": "APIキーの更新に失敗しました",
|
|
1657
|
+
"modals-edit-api-key-details": "APIキーの詳細を編集します",
|
|
1658
|
+
"modals-title": "タイトル",
|
|
1659
|
+
"modals-name-your-key": "キーの名前を付ける",
|
|
1660
|
+
"modals-sales-channels-added-to-the-scope": "スコープに追加された販売チャネル",
|
|
1661
|
+
"modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "販売チャネルをキーのスコープに追加する際にエラーが発生しました",
|
|
1662
|
+
"modals-add-and-go-back": "追加して戻る",
|
|
1663
|
+
"modals-add-and-close": "追加して閉じる",
|
|
1664
|
+
"modals-sales-channels-removed-from-the-scope": "スコープから削除された販売チャネル",
|
|
1665
|
+
"modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "販売チャネルをキーのスコープから削除する際にエラーが発生しました",
|
|
1666
|
+
"modals-edit-sales-channels": "販売チャネルの編集",
|
|
1667
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}",
|
|
1668
|
+
"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}",
|
|
1669
|
+
"modals-deselect": "選択解除",
|
|
1670
|
+
"modals-remove": "削除",
|
|
1671
|
+
"modals-add-channels": "チャンネルを追加",
|
|
1672
|
+
"modals-close": "閉じる",
|
|
1673
|
+
"pages-sales-channels": "販売チャネル",
|
|
1674
|
+
"pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "必要なだけAPIキーに販売チャネルを接続してください。",
|
|
1675
|
+
"pages-add-sales-channels": "販売チャネルを追加する",
|
|
1676
|
+
"pages-edit-sales-channels": "販売チャネルの編集",
|
|
1677
|
+
"pages-success": "成功",
|
|
1678
|
+
"pages-created-a-new-api-key": "新しいAPIキーを作成しました",
|
|
1679
|
+
"pages-error": "エラー",
|
|
1680
|
+
"pages-failed-to-create-a-new-api-key": "新しいAPIキーの作成に失敗しました",
|
|
1681
|
+
"pages-sales-channels-added-to-the-scope": "販売チャネルがスコープに追加されました",
|
|
1682
|
+
"pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "販売チャネルのスコープに追加する際にエラーが発生しました",
|
|
1683
|
+
"pages-publish-api-key": "APIキーを公開する",
|
|
1684
|
+
"pages-create-api-key": "APIキーを作成する",
|
|
1685
|
+
"pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "APIキーを作成および管理します。現時点では、これは販売チャネルに関係しています。",
|
|
1686
|
+
"pages-create-api-key-label": "APIキーを作成する",
|
|
1687
|
+
"pages-back-to-settings": "設定に戻る",
|
|
1688
|
+
"pages-publishable-api-keys": "公開可能なAPIキー",
|
|
1689
|
+
"pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "これらの公開可能なキーを使用してAPIリクエストを認証できます。",
|
|
1690
|
+
"tables-name": "名前",
|
|
1691
|
+
"tables-token": "トークン",
|
|
1692
|
+
"tables-done": "完了",
|
|
1693
|
+
"tables-copy-to-clipboard": "クリップボードにコピー",
|
|
1694
|
+
"tables-created": "作成済み",
|
|
1695
|
+
"tables-status": "ステータス",
|
|
1696
|
+
"tables-revoked": "取り消された",
|
|
1697
|
+
"tables-live": "ライブ",
|
|
1698
|
+
"tables-edit-api-key-details": "API 키 세부정보 편집",
|
|
1699
|
+
"tables-edit-sales-channels": "판매 채널 편집",
|
|
1700
|
+
"tables-copy-token": "토큰 복사",
|
|
1701
|
+
"tables-revoke-token": "토큰 취소",
|
|
1702
|
+
"tables-delete-api-key": "API 키 삭제",
|
|
1703
|
+
"tables-yes-delete": "예, 삭제",
|
|
1704
|
+
"tables-api-key-deleted": "API 키가 삭제되었습니다",
|
|
1705
|
+
"tables-are-you-sure-you-want-to-delete-this-public-key": "이 공개 키를 삭제하시겠습니까?",
|
|
1706
|
+
"tables-delete-key": "키 삭제",
|
|
1707
|
+
"tables-yes-revoke": "예, 취소",
|
|
1708
|
+
"tables-api-key-revoked": "API 키가 취소되었습니다",
|
|
1709
|
+
"tables-are-you-sure-you-want-to-revoke-this-public-key": "이 공개 키를 취소하시겠습니까?",
|
|
1710
|
+
"tables-revoke-key": "키 취소",
|
|
1711
|
+
"tables-api-keys": "API 키",
|
|
1712
|
+
"tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "아직 키가 없습니다. 위의 버튼을 사용하여 첫 번째 게시 가능한 키를 만드세요",
|
|
1713
|
+
"tables-title": "제목",
|
|
1714
|
+
"tables-description": "설명",
|
|
1715
|
+
"tables-no-added-sales-channels": "추가된 판매 채널 없음",
|
|
1716
|
+
"tables-sales-channels": "판매 채널",
|
|
1717
|
+
"form-title": "제목",
|
|
1718
|
+
"form-website-app-amazon-physical-store-pos-facebook-product-feed": "ウェブサイト、アプリ、Amazon、物理店舗のPOS、Facebook製品フィード...",
|
|
1719
|
+
"form-description": "説明",
|
|
1720
|
+
"form-available-products-at-our-website-app": "ウェブサイト、アプリで利用可能な商品...",
|
|
1721
|
+
"form-success": "成功",
|
|
1722
|
+
"form-the-sales-channel-is-successfully-updated": "販売チャネルが正常に更新されました",
|
|
1723
|
+
"form-error": "エラー",
|
|
1724
|
+
"form-failed-to-update-the-sales-channel": "販売チャネルの更新に失敗しました",
|
|
1725
|
+
"form-sales-channel-details": "販売チャネルの詳細",
|
|
1726
|
+
"form-general-info": "一般情報",
|
|
1727
|
+
"form-name": "名前",
|
|
1728
|
+
"form-close": "閉じる",
|
|
1729
|
+
"form-save": "保存",
|
|
1730
|
+
"pages-draft": "下書き",
|
|
1731
|
+
"pages-control-which-products-are-available-in-which-channels": "製品をどのチャネルで利用可能にするかを制御します",
|
|
1732
|
+
"pages-search-by-title-or-description": "タイトルまたは説明で検索",
|
|
1733
|
+
"pages-confirm-delete-sales-channel": "この販売チャネルを削除してもよろしいですか? あなたが行った設定は永久に失われます。",
|
|
1734
|
+
"pages-delete-channel-heading": "チャネルを削除する",
|
|
1735
|
+
"pages-edit-general-info": "一般情報の編集",
|
|
1736
|
+
"pages-add-products": "製品の追加",
|
|
1737
|
+
"pages-delete-channel": "チャネルの削除",
|
|
1738
|
+
"pages-disabled": "無効",
|
|
1739
|
+
"pages-enabled": "有効",
|
|
1740
|
+
"tables-collection": "コレクション",
|
|
1741
|
+
"tables-start-building-your-channels-setup": "チャンネルのセットアップを開始しましょう...",
|
|
1742
|
+
"tables-no-products-in-channels": "まだこのチャンネルに製品を追加していませんが、追加すればここに表示されます。",
|
|
1743
|
+
"tables-add-products": "製品を追加する",
|
|
1744
|
+
"tables-details": "詳細",
|
|
1745
|
+
"tables-remove-from-the-channel": "チャンネルから削除する",
|
|
1746
|
+
"tables-products": "製品",
|
|
1747
|
+
"sales-channels-table-placeholder-selected-with-counts_one": "{{count}}",
|
|
1748
|
+
"sales-channels-table-placeholder-selected-with-counts_other": "{{count}}",
|
|
1749
|
+
"tables-remove": "削除",
|
|
1750
|
+
"components-successfully-updated-currency": "通貨が正常に更新されました",
|
|
1751
|
+
"components-default": "デフォルト",
|
|
1752
|
+
"default-store-currency-success": "成功",
|
|
1753
|
+
"default-store-currency-successfully-updated-default-currency": "デフォルト通貨が正常に更新されました",
|
|
1754
|
+
"default-store-currency-error": "エラー",
|
|
1755
|
+
"default-store-currency-default-store-currency": "デフォルトの店舗通貨",
|
|
1756
|
+
"default-store-currency-this-is-the-currency-your-prices-are-shown-in": "価格が表示される通貨です。",
|
|
1757
|
+
"store-currencies-success": "成功",
|
|
1758
|
+
"store-currencies-successfully-updated-currencies": "通貨が正常に更新されました",
|
|
1759
|
+
"store-currencies-error": "エラー",
|
|
1760
|
+
"store-currencies-cancel": "キャンセル",
|
|
1761
|
+
"store-currencies-save-and-go-back": "保存して戻る",
|
|
1762
|
+
"store-currencies-save-and-close": "保存して閉じる",
|
|
1763
|
+
"store-currencies-add-store-currencies": "店舗通貨の追加",
|
|
1764
|
+
"store-currencies-current-store-currencies": "現在の店舗通貨",
|
|
1765
|
+
"store-currencies-close": "閉じる",
|
|
1766
|
+
"current-currencies-screen-selected-with-count_one": "{{count}}",
|
|
1767
|
+
"current-currencies-screen-selected-with-count_other": "{{count}}",
|
|
1768
|
+
"store-currencies-deselect": "選択解除",
|
|
1769
|
+
"store-currencies-remove": "削除",
|
|
1770
|
+
"store-currencies-add-currencies": "通貨の追加",
|
|
1771
|
+
"store-currencies-store-currencies": "店舗通貨",
|
|
1772
|
+
"store-currencies-all-the-currencies-available-in-your-store": "店舗で利用可能なすべての通貨",
|
|
1773
|
+
"store-currencies-edit-currencies": "通貨の編集",
|
|
1774
|
+
"currencies-an-unknown-error-occurred": "不明なエラーが発生しました",
|
|
1775
|
+
"currencies-error": "エラー",
|
|
1776
|
+
"currencies-back-to-settings": "設定に戻る",
|
|
1777
|
+
"currencies-manage-the-markets-that-you-will-operate-within": "運営するマーケットを管理する",
|
|
1778
|
+
"currencies-include-or-exclude-taxes": "この通貨で価格を定義する際に、税金を含めるか除外するかを決定してください",
|
|
1779
|
+
"currencies-tax-incl-prices": "税込価格",
|
|
1780
|
+
"settings-error": "エラー",
|
|
1781
|
+
"settings-malformed-swap-url": "不正なスワップURL",
|
|
1782
|
+
"settings-malformed-payment-url": "不正な支払いURL",
|
|
1783
|
+
"settings-malformed-invite-url": "不正な招待URL",
|
|
1784
|
+
"settings-success": "成功",
|
|
1785
|
+
"settings-successfully-updated-store": "ストアが正常に更新されました",
|
|
1786
|
+
"settings-back-to-settings": "設定に戻る",
|
|
1787
|
+
"settings-save": "保存",
|
|
1788
|
+
"settings-cancel": "キャンセル",
|
|
1789
|
+
"settings-store-details": "ストアの詳細",
|
|
1790
|
+
"settings-manage-your-business-details": "ビジネスの詳細を管理する",
|
|
1791
|
+
"settings-general": "一般",
|
|
1792
|
+
"settings-store-name": "ストア名",
|
|
1793
|
+
"settings-medusa-store": "メデューサストア",
|
|
1794
|
+
"settings-advanced-settings": "高度な設定",
|
|
1795
|
+
"settings-swap-link-template": "スワップリンクテンプレート",
|
|
1796
|
+
"settings-draft-order-link-template": "ドラフト注文リンクテンプレート",
|
|
1797
|
+
"settings-invite-link-template": "招待リンクテンプレート",
|
|
1798
|
+
"settings-manage-the-general-settings-for-your-store": "ストアの全般設定を管理する",
|
|
1799
|
+
"settings-manage-the-settings-for-your-store-apos-s-extensions": "ストアの拡張機能の設定を管理する",
|
|
1800
|
+
"edit-user-information-success": "成功",
|
|
1801
|
+
"edit-user-information-your-information-was-successfully-updated": "情報が正常に更新されました",
|
|
1802
|
+
"edit-user-information-edit-information": "情報を編集する",
|
|
1803
|
+
"edit-user-information-cancel": "キャンセル",
|
|
1804
|
+
"edit-user-information-submit-and-close": "提出して閉じる",
|
|
1805
|
+
"personal-information-back-to-settings": "設定に戻る",
|
|
1806
|
+
"personal-information-personal-information": "個人情報",
|
|
1807
|
+
"personal-information-manage-your-medusa-profile": "Medusaのプロフィールを管理する",
|
|
1808
|
+
"personal-information-language-settings-title": "言語",
|
|
1809
|
+
"personal-information-language-settings-description": "Medusa Adminの言語を調整する",
|
|
1810
|
+
"personal-information-language-settings-help-us-translate": "翻訳を手伝ってください",
|
|
1811
|
+
"personal-information-usage-insights-title": "使用状況の洞察",
|
|
1812
|
+
"usage-insights-disabled": "無効",
|
|
1813
|
+
"usage-insights-active": "有効",
|
|
1814
|
+
"usage-insights-share-usage-insights-and-help-us-improve-medusa": "使用状況の洞察を共有し、Medusaを改善するのに役立てる",
|
|
1815
|
+
"usage-insights-edit-preferences": "環境設定を編集する",
|
|
1816
|
+
"usage-insights-success": "成功",
|
|
1817
|
+
"usage-insights-your-information-was-successfully-updated": "情報が正常に更新されました",
|
|
1818
|
+
"usage-insights-error": "エラー",
|
|
1819
|
+
"usage-insights-cancel": "キャンセル",
|
|
1820
|
+
"usage-insights-submit-and-close": "送信して閉じる",
|
|
1821
|
+
"region-form-title": "タイトル",
|
|
1822
|
+
"region-form-europe": "ヨーロッパ",
|
|
1823
|
+
"region-form-currency-code-is-required": "通貨コードが必要です",
|
|
1824
|
+
"region-form-currency": "通貨",
|
|
1825
|
+
"region-form-choose-currency": "通貨を選択してください",
|
|
1826
|
+
"region-form-default-tax-rate": "デフォルトの税率",
|
|
1827
|
+
"region-form-tax-rate-is-required": "税率が必要です",
|
|
1828
|
+
"region-form-tax-rate-must-be-equal-to-or-less-than-100": "税率は100以下でなければなりません",
|
|
1829
|
+
"region-form-default-tax-code": "デフォルトの税コード",
|
|
1830
|
+
"region-form-countries": "国",
|
|
1831
|
+
"region-form-choose-countries": "国を選択してください",
|
|
1832
|
+
"region-form-tax-inclusive-prices": "税込み価格",
|
|
1833
|
+
"region-form-when-enabled-region-prices-will-be-tax-inclusive": "有効にすると、地域価格は税込みになります。",
|
|
1834
|
+
"region-form-payment-providers-are-required": "支払いプロバイダが必要です",
|
|
1835
|
+
"region-form-payment-providers": "支払いプロバイダ",
|
|
1836
|
+
"region-form-choose-payment-providers": "支払いプロバイダを選択してください...",
|
|
1837
|
+
"region-form-fulfillment-providers-are-required": "フルフィルメントプロバイダが必要です",
|
|
1838
|
+
"region-form-fulfillment-providers": "履行プロバイダ",
|
|
1839
|
+
"region-form-choose-fulfillment-providers": "履行プロバイダを選択してください...",
|
|
1840
|
+
"shipping-option-card-success": "成功",
|
|
1841
|
+
"shipping-option-card-shipping-option-updated": "配送オプションが更新されました",
|
|
1842
|
+
"shipping-option-card-error": "エラー",
|
|
1843
|
+
"shipping-option-card-edit-shipping-option": "送料オプションを編集する",
|
|
1844
|
+
"shipping-option-card-fulfillment-method": "履行方法",
|
|
1845
|
+
"shipping-option-card-cancel": "キャンセル",
|
|
1846
|
+
"shipping-option-card-save-and-close": "保存して閉じる",
|
|
1847
|
+
"shipping-option-card-shipping-option-has-been-deleted": "送料オプションが削除されました",
|
|
1848
|
+
"shipping-option-card-flat-rate": "固定料金",
|
|
1849
|
+
"shipping-option-card-calcualted": "計算された",
|
|
1850
|
+
"shipping-option-card-min-subtotal": "最小注文金額:",
|
|
1851
|
+
"shipping-option-card-max-subtotal": "最大注文金額:",
|
|
1852
|
+
"shipping-option-card-admin": "管理者",
|
|
1853
|
+
"shipping-option-card-store": "ストア",
|
|
1854
|
+
"shipping-option-card-edit": "編集する",
|
|
1855
|
+
"shipping-option-card-delete": "削除する",
|
|
1856
|
+
"shipping-option-form-visible-in-store": "ストアで表示",
|
|
1857
|
+
"shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "ストアでの送料オプションの表示を有効または無効にします。",
|
|
1858
|
+
"shipping-option-form-details": "詳細",
|
|
1859
|
+
"shipping-option-form-title": "タイトル",
|
|
1860
|
+
"shipping-option-form-title-is-required": "タイトルは必須です",
|
|
1861
|
+
"shipping-option-form-price-type": "価格タイプ",
|
|
1862
|
+
"shipping-option-form-flat-rate": "定額",
|
|
1863
|
+
"shipping-option-form-calculated": "計算された",
|
|
1864
|
+
"shipping-option-form-choose-a-price-type": "価格タイプを選択してください",
|
|
1865
|
+
"shipping-option-form-price": "価格",
|
|
1866
|
+
"shipping-option-form-shipping-profile": "配送プロファイル",
|
|
1867
|
+
"shipping-option-form-choose-a-shipping-profile": "配送プロファイルを選択してください",
|
|
1868
|
+
"shipping-option-form-fulfillment-method": "フルフィルメント方法",
|
|
1869
|
+
"shipping-option-form-choose-a-fulfillment-method": "フルフィルメント方法を選択してください",
|
|
1870
|
+
"shipping-option-form-requirements": "要件",
|
|
1871
|
+
"shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "最小サブトータルは最大サブトータルよりも低くなければなりません",
|
|
1872
|
+
"shipping-option-form-min-subtotal": "最小サブトータル",
|
|
1873
|
+
"shipping-option-form-max-subtotal": "最大サブトータル",
|
|
1874
|
+
"shipping-option-form-metadata": "メタデータ",
|
|
1875
|
+
"general-section-success": "成功",
|
|
1876
|
+
"general-section-region-was-successfully-updated": "地域は正常に更新されました",
|
|
1877
|
+
"general-section-error": "エラー",
|
|
1878
|
+
"general-section-edit-region-details": "地域の詳細を編集",
|
|
1879
|
+
"general-section-details": "詳細",
|
|
1880
|
+
"general-section-providers": "プロバイダー",
|
|
1881
|
+
"general-section-metadata": "メタデータ",
|
|
1882
|
+
"general-section-cancel": "キャンセル",
|
|
1883
|
+
"general-section-save-and-close": "保存して閉じる",
|
|
1884
|
+
"edit-something-went-wrong": "何か問題が発生しました...",
|
|
1885
|
+
"edit-no-region-found": "そのIDの地域が見つかりません。メニューを使用して左側の地域を選択してください。",
|
|
1886
|
+
"return-shipping-options-success": "成功",
|
|
1887
|
+
"return-shipping-options-shipping-option-created": "出荷オプションが作成されました",
|
|
1888
|
+
"return-shipping-options-error": "エラー",
|
|
1889
|
+
"return-shipping-options-add-return-shipping-option": "返品送料オプションを追加",
|
|
1890
|
+
"return-shipping-options-cancel": "キャンセル",
|
|
1891
|
+
"return-shipping-options-save-and-close": "保存して閉じる",
|
|
1892
|
+
"return-shipping-options-return-shipping-options": "返品送料オプション",
|
|
1893
|
+
"return-shipping-options-add-option": "オプションを追加する",
|
|
1894
|
+
"return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "利用可能な地域の返品出荷方法についての詳細を入力してください。",
|
|
1895
|
+
"shipping-options-success": "成功",
|
|
1896
|
+
"shipping-options-shipping-option-created": "出荷オプションが作成されました",
|
|
1897
|
+
"shipping-options-error": "エラー",
|
|
1898
|
+
"shipping-options-add-shipping-option": "配送オプションを追加する",
|
|
1899
|
+
"shipping-options-cancel": "キャンセル",
|
|
1900
|
+
"shipping-options-save-and-close": "保存して閉じる",
|
|
1901
|
+
"shipping-options-shipping-options": "配送オプション",
|
|
1902
|
+
"shipping-options-add-option": "オプションを追加する",
|
|
1903
|
+
"shipping-options-enter-specifics-about-available-regional-shipment-methods": "利用可能な地域の配送方法についての詳細を入力してください。",
|
|
1904
|
+
"new-region-created": "地域が作成されました",
|
|
1905
|
+
"new-create-region": "地域を作成する",
|
|
1906
|
+
"new-details": "詳細",
|
|
1907
|
+
"new-add-the-region-details": "地域の詳細を追加する",
|
|
1908
|
+
"new-providers": "プロバイダーズ",
|
|
1909
|
+
"new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "この地域で利用可能なフルフィルメントおよび支払いプロバイダーを追加します。",
|
|
1910
|
+
"region-overview-regions": "地域",
|
|
1911
|
+
"region-overview-manage-the-markets-that-you-will-operate-within": "運営する市場を管理します。",
|
|
1912
|
+
"region-overview-not-configured": "設定されていません",
|
|
1913
|
+
"region-overview-fulfillment-providers": "フルフィルメントプロバイダー:",
|
|
1914
|
+
"return-reasons-notification-success": "成功",
|
|
1915
|
+
"return-reasons-created-a-new-return-reason": "新しい返品理由を作成しました",
|
|
1916
|
+
"return-reasons-success": "成功",
|
|
1917
|
+
"return-reasons-error": "エラー",
|
|
1918
|
+
"return-reasons-cannot-create-a-return-reason-with-an-existing-value": "既存の値で返品理由を作成することはできません",
|
|
1919
|
+
"return-reasons-add-reason": "理由を追加する",
|
|
1920
|
+
"return-reasons-value-is-required": "値が必要です",
|
|
1921
|
+
"return-reasons-value": "値",
|
|
1922
|
+
"return-reasons-label-is-required": "ラベルが必要です",
|
|
1923
|
+
"return-reasons-label": "ラベル",
|
|
1924
|
+
"return-reasons-description": "説明",
|
|
1925
|
+
"return-reasons-customer-received-the-wrong-size": "お客様が間違ったサイズを受け取った",
|
|
1926
|
+
"return-reasons-cancel": "キャンセル",
|
|
1927
|
+
"return-reasons-create": "作成する",
|
|
1928
|
+
"return-reasons-success-title": "成功",
|
|
1929
|
+
"return-reasons-successfully-updated-return-reason": "返品理由が正常に更新されました",
|
|
1930
|
+
"return-reasons-duplicate-reason": "重複した理由",
|
|
1931
|
+
"return-reasons-delete-reason": "理由を削除する",
|
|
1932
|
+
"return-reasons-save": "保存する",
|
|
1933
|
+
"return-reasons-details": "詳細",
|
|
1934
|
+
"return-reasons-delete-return-reason": "返品理由を削除しますか?",
|
|
1935
|
+
"return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "設定に戻る",
|
|
1936
|
+
"return-reasons-back-to-settings": "返品理由",
|
|
1937
|
+
"return-reasons-add-reason-label": "理由を追加する",
|
|
1938
|
+
"return-reasons-manage-reasons-for-returned-items": "返品アイテムの理由を管理する",
|
|
1939
|
+
"taxes-details": "詳細",
|
|
1940
|
+
"taxes-new-tax-rate": "新しい税率",
|
|
1941
|
+
"taxes-tax-calculation-settings": "税の計算設定",
|
|
1942
|
+
"taxes-success": "成功",
|
|
1943
|
+
"taxes-successfully-updated-tax-rate": "税率が正常に更新されました。",
|
|
1944
|
+
"taxes-error": "エラー",
|
|
1945
|
+
"taxes-overrides": "オーバーライド",
|
|
1946
|
+
"taxes-product-rules": "製品のルール",
|
|
1947
|
+
"taxes-product-rules-description_one": "{{count}}個の商品に適用",
|
|
1948
|
+
"taxes-product-rules-description_other": "{{count}}個の商品に適用",
|
|
1949
|
+
"taxes-product-type-rules": "製品のタイプのルール",
|
|
1950
|
+
"taxes-product-type-rules-description_one": "{{count}}個の製品タイプに適用",
|
|
1951
|
+
"taxes-product-type-rules-description_other": "{{count}}個の製品タイプに適用",
|
|
1952
|
+
"taxes-shipping-option-rules": "配送オプションのルール",
|
|
1953
|
+
"taxes-applies-to-shipping-option-with-count_one": "{{count}}個の配送オプションに適用",
|
|
1954
|
+
"taxes-applies-to-shipping-option-with-count_other": "{{count}}個の配送オプションに適用",
|
|
1955
|
+
"taxes-add-overrides": "オーバーライドを追加",
|
|
1956
|
+
"taxes-cancel": "キャンセル",
|
|
1957
|
+
"taxes-save": "保存",
|
|
1958
|
+
"taxes-name": "名前",
|
|
1959
|
+
"taxes-default": "デフォルト",
|
|
1960
|
+
"taxes-rate-name": "レート名",
|
|
1961
|
+
"taxes-tax-rate": "税率",
|
|
1962
|
+
"taxes-tax-code": "税区分",
|
|
1963
|
+
"taxes-edit-tax-rate": "税率の編集",
|
|
1964
|
+
"taxes-back-to-settings": "設定に戻る",
|
|
1965
|
+
"taxes-regions": "地域",
|
|
1966
|
+
"taxes-select-the-region-you-wish-to-manage-taxes-for": "税金を管理する地域を選択してください",
|
|
1967
|
+
"taxes-go-to-region-settings": "地域設定に移動する",
|
|
1968
|
+
"taxes-successfully-created-tax-rate": "税率を作成しました",
|
|
1969
|
+
"taxes-add-tax-rate": "税率を追加する",
|
|
1970
|
+
"taxes-applies-to-product-type-with-count_one": "{{count}}個の商品タイプに適用",
|
|
1971
|
+
"taxes-applies-to-product-type-with-count_other": "{{count}}個の商品タイプに適用",
|
|
1972
|
+
"taxes-create": "作成",
|
|
1973
|
+
"taxes-select-products": "商品を選択する",
|
|
1974
|
+
"taxes-select-product-types-label": "商品タイプを選択する",
|
|
1975
|
+
"taxes-product-types": "商品タイプ",
|
|
1976
|
+
"taxes-system-tax-provider": "システム税金プロバイダー",
|
|
1977
|
+
"taxes-region-tax-settings-were-successfully-updated": "地域税の設定が正常に更新されました。",
|
|
1978
|
+
"taxes-tax-provider": "税プロバイダ",
|
|
1979
|
+
"taxes-calculate-taxes-automatically": "税を自動的に計算しますか?",
|
|
1980
|
+
"taxes-automatically-apply-tax-calculations-to-carts": "Medusaがこの地域のカートに税計算を自動的に適用します。チェックを外すと、レジで手動で税を計算する必要があります。3rdパーティの税プロバイダを使用している場合は、多くのリクエストを行わないために手動税計算が推奨されます。",
|
|
1981
|
+
"taxes-apply-tax-to-gift-cards": "ギフトカードに税を適用しますか?",
|
|
1982
|
+
"taxes-apply-taxes-to-gift-cards": "チェックを入れると、購入時にギフトカードに税が適用されます。一部の国では、税金規則により、ギフトカードに税金が購入時に適用される必要があります。",
|
|
1983
|
+
"taxes-search-products": "商品を検索する..",
|
|
1984
|
+
"taxes-select-shipping-option": "配送オプションを選択",
|
|
1985
|
+
"taxes-shipping-options": "配送オプション",
|
|
1986
|
+
"taxes-delete-tax-rate-heading": "税率を削除する",
|
|
1987
|
+
"taxes-confirm-delete": "この税率を削除してもよろしいですか?",
|
|
1988
|
+
"taxes-tax-rate-was-deleted": "税率が削除されました。",
|
|
1989
|
+
"taxes-edit": "編集",
|
|
1990
|
+
"taxes-delete-tax-rate": "税率を削除する",
|
|
1991
|
+
"taxes-delete-rule": "ルールを削除する",
|
|
1992
|
+
"taxes-type": "タイプ",
|
|
1993
|
+
"taxes-products": "商品",
|
|
1994
|
+
"taxes-select-individual-products": "個々の商品を選択",
|
|
1995
|
+
"taxes-select-product-types": "商品の種類を選択",
|
|
1996
|
+
"taxes-select-shipping-options": "配送オプションを選択",
|
|
1997
|
+
"taxes-back": "戻る",
|
|
1998
|
+
"taxes-add": "追加する",
|
|
1999
|
+
"taxes-code": "コード",
|
|
2000
|
+
"users-invite-users": "ユーザーを招待する",
|
|
2001
|
+
"users-back-to-settings": "設定に戻る",
|
|
2002
|
+
"users-the-team": "チーム",
|
|
2003
|
+
"users-manage-users-of-your-medusa-store": "Medusaストアのユーザーを管理する",
|
|
2004
|
+
"users-count_one": "{{count}}",
|
|
2005
|
+
"users-count_other": "{{count}}"
|
|
2006
|
+
}
|