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