diff --git a/.eslintrc.js b/.eslintrc.js index 7f93536bbc6fd..7d9b62025e8f6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -82,8 +82,6 @@ module.exports = { project: [ "./packages/medusa/tsconfig.json", - "./packages/admin-ui/tsconfig.json", - "./packages/admin-ui/tsconfig.spec.json", "./packages/admin-next/dashboard/tsconfig.json", "./packages/inventory/tsconfig.spec.json", @@ -214,48 +212,6 @@ module.exports = { project: "./packages/design-system/icons/tsconfig.json", }, }, - { - files: ["packages/admin-ui/ui/**/*.ts", "packages/admin-ui/ui/**/*.tsx"], - plugins: ["unused-imports"], - extends: [ - "plugin:react/recommended", - "plugin:react/jsx-runtime", - "plugin:react-hooks/recommended", - ], - parser: "@typescript-eslint/parser", - parserOptions: { - ecmaFeatures: { - jsx: true, - }, - ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features - sourceType: "module", // Allows for the use of imports - project: "./packages/admin-ui/ui/tsconfig.json", - }, - globals: { - __BASE__: "readonly", - }, - env: { - browser: true, - }, - rules: { - "prettier/prettier": "error", - "react/prop-types": "off", - "new-cap": "off", - "require-jsdoc": "off", - "valid-jsdoc": "off", - "no-unused-expressions": "off", - "unused-imports/no-unused-imports": "error", - "unused-imports/no-unused-vars": [ - "warn", - { - vars: "all", - varsIgnorePattern: "^_", - args: "after-used", - argsIgnorePattern: "^_", - }, - ], - }, - }, { files: [ "packages/admin-next/dashboard/**/*.ts", @@ -305,61 +261,5 @@ module.exports = { ], }, }, - { - files: ["packages/admin-ui/lib/**/*.ts"], - parser: "@typescript-eslint/parser", - parserOptions: { - project: "./packages/admin-ui/tsconfig.json", - }, - }, - { - files: ["packages/admin/**/*.ts"], - parser: "@typescript-eslint/parser", - parserOptions: { - project: "./packages/admin/tsconfig.json", - }, - }, - { - files: [ - "packages/medusa-payment-stripe/src/admin/**/*.ts", - "packages/medusa-payment-stripe/src/admin/**/*.tsx", - ], - plugins: ["unused-imports"], - extends: [ - "plugin:react/recommended", - "plugin:react/jsx-runtime", - "plugin:react-hooks/recommended", - ], - parser: "@typescript-eslint/parser", - parserOptions: { - ecmaFeatures: { - jsx: true, - }, - ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features - sourceType: "module", // Allows for the use of imports - project: "./packages/medusa-payment-stripe/tsconfig.admin.json", - }, - env: { - browser: true, - }, - rules: { - "prettier/prettier": "error", - "react/prop-types": "off", - "new-cap": "off", - "require-jsdoc": "off", - "valid-jsdoc": "off", - "no-unused-expressions": "off", - "unused-imports/no-unused-imports": "error", - "unused-imports/no-unused-vars": [ - "warn", - { - vars: "all", - varsIgnorePattern: "^_", - args: "after-used", - argsIgnorePattern: "^_", - }, - ], - }, - }, ], } diff --git a/packages/admin-ui/.gitignore b/packages/admin-ui/.gitignore deleted file mode 100644 index 531f55bb2dfac..0000000000000 --- a/packages/admin-ui/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/dist -/build -.vercel -/ui/preview -/ui/src/extensions \ No newline at end of file diff --git a/packages/admin-ui/.npmignore b/packages/admin-ui/.npmignore deleted file mode 100644 index 2d1db95136d3e..0000000000000 --- a/packages/admin-ui/.npmignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_store -.turbo -/src -/build -.vercel -/ui/preview \ No newline at end of file diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md deleted file mode 100644 index bafed9b5af818..0000000000000 --- a/packages/admin-ui/CHANGELOG.md +++ /dev/null @@ -1,686 +0,0 @@ -# @medusajs/admin-ui - -## 2.1.14 - -### Patch Changes - -- [#7128](https://github.com/medusajs/medusa/pull/7128) [`40686ba980`](https://github.com/medusajs/medusa/commit/40686ba98077c1c509744c0bd44fea4d4786abaa) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa,admin-ui): Remove forced `backendUrl` from develop command. Allow specifying an alternative host value - -- [#6952](https://github.com/medusajs/medusa/pull/6952) [`0bf0bf819b`](https://github.com/medusajs/medusa/commit/0bf0bf819b04e0c96aabf1e959d4a592970e64ec) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(admin-ui): Resolve `node-gyp` error during installation with npm - -- Updated dependencies [[`0c0b425de7`](https://github.com/medusajs/medusa/commit/0c0b425de7b154b80b712ab17b16215cf62d1e83), [`c3260a2c5a`](https://github.com/medusajs/medusa/commit/c3260a2c5add86ada641db91e834d9f9de62ed14), [`eadc5e8a79`](https://github.com/medusajs/medusa/commit/eadc5e8a794ec07f7b523808aa0fec2ac394c984), [`5e30b8cce6`](https://github.com/medusajs/medusa/commit/5e30b8cce63524d939a5068050798b0d8fcb9a53)]: - - medusa-react@9.0.17 - - @medusajs/ui@3.0.0 - -## 2.1.13 - -### Patch Changes - -- [#6824](https://github.com/medusajs/medusa/pull/6824) [`ef58826dd2`](https://github.com/medusajs/medusa/commit/ef58826dd240ef4093a08fbafb6788f1f7e4087f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui, admin): Add missing regions relation - -- Updated dependencies [[`247ca3c3fa`](https://github.com/medusajs/medusa/commit/247ca3c3fadd69a1e90415041643727b53458e41), [`26531c5a38`](https://github.com/medusajs/medusa/commit/26531c5a38bf09ab3e77a1444cefd65a073ae713)]: - - @medusajs/ui@2.4.3 - - @medusajs/ui-preset@1.1.3 - -## 2.1.12 - -### Patch Changes - -- [#6306](https://github.com/medusajs/medusa/pull/6306) [`58baead34`](https://github.com/medusajs/medusa/commit/58baead34e32abff3c587dbc1c6b11b527be8381) Thanks [@erikengervall](https://github.com/erikengervall)! - fix(admin-ui) Refactor `use-copy-promotion` to map product IDs - -- Updated dependencies [[`8cbf6c60f`](https://github.com/medusajs/medusa/commit/8cbf6c60fec7fe8ddf59dcf420b9339f84b8636c), [`73fd92a1a`](https://github.com/medusajs/medusa/commit/73fd92a1afdec88c0d5f4aeed16349f2bd62cfa2)]: - - @medusajs/ui-preset@1.1.1 - - @medusajs/ui@2.4.0 - -## 2.1.11 - -### Patch Changes - -- [#5822](https://github.com/medusajs/medusa/pull/5822) [`7ecea3448`](https://github.com/medusajs/medusa/commit/7ecea34487972bc05aae46918d5caebce607594b) Thanks [@hexrw](https://github.com/hexrw)! - feat(admin-ui): Add Czech translation - -- [#6001](https://github.com/medusajs/medusa/pull/6001) [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8) Thanks [@abusaidm](https://github.com/abusaidm)! - Add missing country in admin region and set Libya to formal name - -- Updated dependencies [[`7d650771d`](https://github.com/medusajs/medusa/commit/7d650771d1c1d3e5d77ff95c12e4970743b64303), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7)]: - - medusa-react@9.0.13 - -## 2.1.10 - -### Patch Changes - -- [#5769](https://github.com/medusajs/medusa/pull/5769) [`f20d484b2`](https://github.com/medusajs/medusa/commit/f20d484b2381d07aac3e86d02f424f16b532c302) Thanks [@iweurman](https://github.com/iweurman)! - feat(admin): Add Korean language support - -- [#5701](https://github.com/medusajs/medusa/pull/5701) [`6975eacb3`](https://github.com/medusajs/medusa/commit/6975eacb338874b976c14aae030c74362d57410c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, medusa-cli): Improve add line item + cluster starting with medusa cli - -- Updated dependencies [[`4e9d95454`](https://github.com/medusajs/medusa/commit/4e9d954549916ea260583a6b5e36f0c6c02d4d22), [`591ba2388`](https://github.com/medusajs/medusa/commit/591ba2388d9768f70ca2faf48d353e5a65e4e123)]: - - medusa-react@9.0.12 - - @medusajs/ui@2.2.4 - -## 2.1.9 - -### Patch Changes - -- [#5710](https://github.com/medusajs/medusa/pull/5710) [`07934cdaa`](https://github.com/medusajs/medusa/commit/07934cdaac2f3b49a935e9701ffa7d5cf1381847) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Ensure that the prices step is disabled until at least one product is selected in PriceList forms - -- [#5737](https://github.com/medusajs/medusa/pull/5737) [`d5526736e`](https://github.com/medusajs/medusa/commit/d5526736ecffab19dd4633ed64e08e097e433abe) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix height of Bulk Editor cells when product has few variants" - -- [#5707](https://github.com/medusajs/medusa/pull/5707) [`f4c489fb8`](https://github.com/medusajs/medusa/commit/f4c489fb85aaee605b60c527817f62cfdb2f3140) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix an issue where if product.categories was null the details page would crash - -- [#5676](https://github.com/medusajs/medusa/pull/5676) [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete edit variant prices in favor of bulk editor - -- [#5726](https://github.com/medusajs/medusa/pull/5726) [`5f6751a61`](https://github.com/medusajs/medusa/commit/5f6751a61f11b901e4916d16b62607cda6d42032) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Makes it possible to scroll overflow on the Y-axis in the /products/:id bulk editor - -- [#5727](https://github.com/medusajs/medusa/pull/5727) [`3bcf08c0c`](https://github.com/medusajs/medusa/commit/3bcf08c0cb3a00799d61c127a2f3c192790c982f) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete inventory items when removing product - -- Updated dependencies [[`b25b29fe7`](https://github.com/medusajs/medusa/commit/b25b29fe7ba3bc9fca8da7a6b10461437a3e4d2d)]: - - @medusajs/ui@2.2.3 - -## 2.1.8 - -### Patch Changes - -- [#5479](https://github.com/medusajs/medusa/pull/5479) [`3f016d871`](https://github.com/medusajs/medusa/commit/3f016d871a091a0a72c2eaec2f4ff74e0ad5b426) Thanks [@VariableVic](https://github.com/VariableVic)! - fix: sort supportedLanguages array - -- [#5641](https://github.com/medusajs/medusa/pull/5641) [`c08240df3`](https://github.com/medusajs/medusa/commit/c08240df3f2fe0c4c5c35af471f68a2187f8e582) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue where decimal numbers would be stripped when the locale uses commas as the decimal separator - -- Updated dependencies [[`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174)]: - - @medusajs/ui@2.2.2 - -## 2.1.7 - -### Patch Changes - -- [#5566](https://github.com/medusajs/medusa/pull/5566) [`d7e188722`](https://github.com/medusajs/medusa/commit/d7e1887221467929175e7c69b3064dc7e6c967d8) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fixes an issue where using the bulk editor with comma as the decimal separator would convert the input to NaN - -- [#5596](https://github.com/medusajs/medusa/pull/5596) [`e3f1da92d`](https://github.com/medusajs/medusa/commit/e3f1da92db1a5bb07ae8d79a90f0d1d04f9bfee3) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui,ui): Align @types/react versions - -- [#5530](https://github.com/medusajs/medusa/pull/5530) [`8e48be58e`](https://github.com/medusajs/medusa/commit/8e48be58efe9bfffd0f3f5af098ef2a4cefc4b2d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fixes an issue where regions were not scrollable in tax settings view, also adds a IntersectionObserver to ensure that we load all regions as the user scrolls. The current implementation was capped at loading 20 regions. - -- [#5535](https://github.com/medusajs/medusa/pull/5535) [`f7e982988`](https://github.com/medusajs/medusa/commit/f7e98298815b0ffb4ce1b6d2d2e1f26ca5e01049) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix issue were Price List domain would fetch all products on initial load" - -- [#5548](https://github.com/medusajs/medusa/pull/5548) [`b4e8adfcf`](https://github.com/medusajs/medusa/commit/b4e8adfcf9c71f97a2a0b4ad8f0632e213fe7123) Thanks [@rick-lam](https://github.com/rick-lam)! - fix(admin-ui): Admin UI: Invalid Request Header - -- Updated dependencies [[`91615f9c4`](https://github.com/medusajs/medusa/commit/91615f9c459a2d8cb842561c5edb335680d30298), [`e3f1da92d`](https://github.com/medusajs/medusa/commit/e3f1da92db1a5bb07ae8d79a90f0d1d04f9bfee3)]: - - medusa-react@9.0.11 - - @medusajs/ui@2.2.1 - -## 2.1.6 - -### Patch Changes - -- [#5456](https://github.com/medusajs/medusa/pull/5456) [`ea2ee343f`](https://github.com/medusajs/medusa/commit/ea2ee343f0f2bee347d0e2a3ece2eb3252564c67) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): PriceList bulk editor fixes - -- [#5467](https://github.com/medusajs/medusa/pull/5467) [`f08a295ad`](https://github.com/medusajs/medusa/commit/f08a295ad4e2886b9df5c4c4471c0f4e004fc1d9) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(admin-ui): fix analytics config not being saved in invite form - -- [#5288](https://github.com/medusajs/medusa/pull/5288) [`2057d3b24`](https://github.com/medusajs/medusa/commit/2057d3b24733680571ff977130b3e23bcc12d733) Thanks [@pepijn-vanvlaanderen](https://github.com/pepijn-vanvlaanderen)! - Fixes crash on the batch job activity card when using a custom batch job. - -- [#5442](https://github.com/medusajs/medusa/pull/5442) [`ca05436fc`](https://github.com/medusajs/medusa/commit/ca05436fc1d03c2f6512b2b9399eadafb3d5d721) Thanks [@huuduc2312](https://github.com/huuduc2312)! - feat(admin-ui): add Vietnamese translation - -- [#5428](https://github.com/medusajs/medusa/pull/5428) [`ebba93e03`](https://github.com/medusajs/medusa/commit/ebba93e03d223fb3a79276090f7cfad612d70243) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Update status type in API payload definition - -- [#5356](https://github.com/medusajs/medusa/pull/5356) [`397da6c2b`](https://github.com/medusajs/medusa/commit/397da6c2ba39532ebf09b91d61ca2b7f1c4b8126) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): TIP in shipping option creation - -- [#5480](https://github.com/medusajs/medusa/pull/5480) [`a780b92b8`](https://github.com/medusajs/medusa/commit/a780b92b8d590baa0e86682d1154f9e5b0869ea1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): admin get product should return prices when expected - -- [#5484](https://github.com/medusajs/medusa/pull/5484) [`b69f18257`](https://github.com/medusajs/medusa/commit/b69f1825711a9d62da4e2ab4f1900eff473ec8e2) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Make Webpack config more fault tolerant. Removes loader that would throw if dependency was missing source maps - -- [#5315](https://github.com/medusajs/medusa/pull/5315) [`4ce8279d2`](https://github.com/medusajs/medusa/commit/4ce8279d2527fa691c3ca043b914ebb85cb4ac55) Thanks [@ram-you](https://github.com/ram-you)! - Enhanced 'activity-drawer' visibility with z-index adjustment - -- Updated dependencies [[`a780b92b8`](https://github.com/medusajs/medusa/commit/a780b92b8d590baa0e86682d1154f9e5b0869ea1)]: - - medusa-react@9.0.10 - -## 2.1.5 - -### Patch Changes - -- [#5339](https://github.com/medusajs/medusa/pull/5339) [`e04927a3c`](https://github.com/medusajs/medusa/commit/e04927a3cb0b8159b1f10a377beee705da6eef31) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): minor bugs throughout Price List domain plus improved form validation - -- [#5377](https://github.com/medusajs/medusa/pull/5377) [`d30f4477d`](https://github.com/medusajs/medusa/commit/d30f4477d908e2665ab951d93d559e5db8c4211e) Thanks [@anamarijapapic](https://github.com/anamarijapapic)! - feat(admin-ui): Add Croatian translation - -- [#5358](https://github.com/medusajs/medusa/pull/5358) [`3376f4ccc`](https://github.com/medusajs/medusa/commit/3376f4ccc1acb0a8896c7f10c45a980aec8188b1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Alias design system packages - -- [#5395](https://github.com/medusajs/medusa/pull/5395) [`3aba6269e`](https://github.com/medusajs/medusa/commit/3aba6269ed5efb6353d193e71d241ae55a40e721) Thanks [@samiralibabic](https://github.com/samiralibabic)! - feat(admin-ui): add Bosnian translation - -- [#5394](https://github.com/medusajs/medusa/pull/5394) [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Remove t() on product.status update - -- Updated dependencies [[`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593)]: - - medusa-react@9.0.8 - -## 2.1.4 - -### Patch Changes - -- [#5233](https://github.com/medusajs/medusa/pull/5233) [`0f34e0f38`](https://github.com/medusajs/medusa/commit/0f34e0f381833a4790ee590a9cbf93b7660634f3) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin-ui, medusa, medusa-react, medusa-js): Price List UI revamp - -- Updated dependencies [[`0f34e0f38`](https://github.com/medusajs/medusa/commit/0f34e0f381833a4790ee590a9cbf93b7660634f3)]: - - medusa-react@9.0.7 - -## 2.1.3 - -### Patch Changes - -- [#5176](https://github.com/medusajs/medusa/pull/5176) [`25dad081b`](https://github.com/medusajs/medusa/commit/25dad081b7f99b5398d0d64eba50ebcb08e1138f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fix portuguese transalations - -- [#5140](https://github.com/medusajs/medusa/pull/5140) [`f88e3865a`](https://github.com/medusajs/medusa/commit/f88e3865a07eafe476c8d7295d806674de478c19) Thanks [@PeterAbdalla](https://github.com/PeterAbdalla)! - feat(admin-ui): Add Arabic translations - -- [#5173](https://github.com/medusajs/medusa/pull/5173) [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Allow nullish values in update variant - -- Updated dependencies [[`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11)]: - - medusa-react@9.0.6 - -## 2.1.2 - -### Patch Changes - -- [#5163](https://github.com/medusajs/medusa/pull/5163) [`78b50ac0c`](https://github.com/medusajs/medusa/commit/78b50ac0c433a104370ee7d2415ac2609761b802) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Add hook to customer group table - -- [#5101](https://github.com/medusajs/medusa/pull/5101) [`15a1c55de`](https://github.com/medusajs/medusa/commit/15a1c55def5e8b51d78e35dad804c040a557b676) Thanks [@chemicalkosek](https://github.com/chemicalkosek)! - feat(admin-ui): Add Polish translation - -- [#5162](https://github.com/medusajs/medusa/pull/5162) [`ef2a12e45`](https://github.com/medusajs/medusa/commit/ef2a12e451b06838a5cb3cb3ee06e405d409be38) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Undefined vars in admin - -- [#5154](https://github.com/medusajs/medusa/pull/5154) [`54531e38b`](https://github.com/medusajs/medusa/commit/54531e38bc331662cfcb1bdcbb2cdb0e647439b3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Patch admin path issue - -- [#5155](https://github.com/medusajs/medusa/pull/5155) [`8b189d2b9`](https://github.com/medusajs/medusa/commit/8b189d2b90bd585a7cc0b43f2e40e679818c6b4b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(admin, admin-ui): Add missing attributes translations - -## 2.1.1 - -### Patch Changes - -- [#5113](https://github.com/medusajs/medusa/pull/5113) [`4dd11c886`](https://github.com/medusajs/medusa/commit/4dd11c88675c304b46806bbe28ef3574b02f0476) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): modal pointer events - -- [#5111](https://github.com/medusajs/medusa/pull/5111) [`8772a0722`](https://github.com/medusajs/medusa/commit/8772a0722ecfb6bceed0cfccfce66d0e7cdba331) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Wrap invite route in AnalyticsProvider - -- [#5103](https://github.com/medusajs/medusa/pull/5103) [`4710520c3`](https://github.com/medusajs/medusa/commit/4710520c35886c1df7dd934e7950b6309e1f78df) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): import modal template - -## 2.1.0 - -### Minor Changes - -- [#4962](https://github.com/medusajs/medusa/pull/4962) [`afd4e72cd`](https://github.com/medusajs/medusa/commit/afd4e72cdf69781924bae642f2e225ef9572e9a5) Thanks [@gempain](https://github.com/gempain)! - feat(admin-ui): Multi-language support - -### Patch Changes - -- [#5064](https://github.com/medusajs/medusa/pull/5064) [`c722440c3`](https://github.com/medusajs/medusa/commit/c722440c30d51719c83a6f4c419690b2078cb79c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Load translations from path - -- [#5057](https://github.com/medusajs/medusa/pull/5057) [`cb67760f7`](https://github.com/medusajs/medusa/commit/cb67760f715436f82d9271464228ffdfb3c9cba7) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin,admin-ui): Copy `/public` folder to admin build folder during build, in order for the build to include translation files. Also bumps the version of `dotenv` to match the version used in other Medusa dependencies. - -- [#5028](https://github.com/medusajs/medusa/pull/5028) [`d4432dd18`](https://github.com/medusajs/medusa/commit/d4432dd1838f28ee2f3637114ff97ff63e22b0de) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(admin-ui): Add display name + pull supported languages from config - -- [#5066](https://github.com/medusajs/medusa/pull/5066) [`53ffd614b`](https://github.com/medusajs/medusa/commit/53ffd614b599eb14d3f3d339b5a90335c32e9e77) Thanks [@dahorarodrigo](https://github.com/dahorarodrigo)! - feat(admin-ui): pt-BR translations and en version text fixes - -- [#4939](https://github.com/medusajs/medusa/pull/4939) [`87e3a7d06`](https://github.com/medusajs/medusa/commit/87e3a7d06ae76b6bee92b1bb97d0c8f8da07d4e9) Thanks [@jporsay](https://github.com/jporsay)! - correctly skipping analytics when user opted out - -- [#5080](https://github.com/medusajs/medusa/pull/5080) [`a7459029f`](https://github.com/medusajs/medusa/commit/a7459029fe9549b3845ee9e01d0d88ea5e85635f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(admin-ui): Add pt-BR to supported languages - -- Updated dependencies [[`7d3572302`](https://github.com/medusajs/medusa/commit/7d35723023ed5bcfaf06ff2480e97508527e8665)]: - - medusa-react@9.0.5 - -## 2.0.2 - -### Patch Changes - -- [#4888](https://github.com/medusajs/medusa/pull/4888) [`50798d118`](https://github.com/medusajs/medusa/commit/50798d118986ccd18e1504129773ca40e63abd68) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): bulk editor cell separators - -- [#4886](https://github.com/medusajs/medusa/pull/4886) [`b7de679e9`](https://github.com/medusajs/medusa/commit/b7de679e9b665368074d406ac5d9b3fbb0187a68) Thanks [@fPolic](https://github.com/fPolic)! - feat(admin-ui): batch job completed notification - -- [#4834](https://github.com/medusajs/medusa/pull/4834) [`470379e63`](https://github.com/medusajs/medusa/commit/470379e631ca17ee486a28c50ec828344c61d727) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(medusa, admin-ui): Allow soft-deleted return reason restoration - -## 2.0.1 - -### Patch Changes - -- [#4837](https://github.com/medusajs/medusa/pull/4837) [`57e199ef5`](https://github.com/medusajs/medusa/commit/57e199ef522e45c45ba5d79287a4c258e6f3914c) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix sign out in admin panel not redirecting correctly - -- [#4843](https://github.com/medusajs/medusa/pull/4843) [`f4bf9ee16`](https://github.com/medusajs/medusa/commit/f4bf9ee16915a88548c1666b182df478e4f5ed74) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix variant creation when no stock locations provided - -- [#4840](https://github.com/medusajs/medusa/pull/4840) [`0c7c2eeea`](https://github.com/medusajs/medusa/commit/0c7c2eeeabad684c31a18d6f5579f30820b29efb) Thanks [@fPolic](https://github.com/fPolic)! - feat(admin-ui): refresh products when import is complete - -## 2.0.0 - -### Major Changes - -- [#4761](https://github.com/medusajs/medusa/pull/4761) [`f1a05f472`](https://github.com/medusajs/medusa/commit/f1a05f4725dcc45150f014769562bd3dfbc0f1f8) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin, admin-ui, medusa, medusa-js, medusa-react, stripe-plugin): Support admin extensions - -### Patch Changes - -- [#4568](https://github.com/medusajs/medusa/pull/4568) [`4a448b68f`](https://github.com/medusajs/medusa/commit/4a448b68fde90beb956375018ac833f6478726e6) Thanks [@fPolic](https://github.com/fPolic)! - feat(admin-ui): bulk advanced selections + copy/paste - -- Updated dependencies [[`9469063f6`](https://github.com/medusajs/medusa/commit/9469063f643180002ede7a8e94c6de53d2770d04), [`f1a05f472`](https://github.com/medusajs/medusa/commit/f1a05f4725dcc45150f014769562bd3dfbc0f1f8)]: - - medusa-react@9.0.4 - -## 1.9.4 - -### Patch Changes - -- [#4670](https://github.com/medusajs/medusa/pull/4670) [`bb534e045`](https://github.com/medusajs/medusa/commit/bb534e0453d3d27e4d5afee120d969f927e8f004) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Customer Groups in Pricing + TIP - -## 1.9.3 - -### Patch Changes - -- [#4594](https://github.com/medusajs/medusa/pull/4594) [`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Add missing SO relation - -- [#4536](https://github.com/medusajs/medusa/pull/4536) [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin): Exclude prices from PriceLists overview - -## 1.9.2 - -### Patch Changes - -- [#4541](https://github.com/medusajs/medusa/pull/4541) [`aae4b3ad3`](https://github.com/medusajs/medusa/commit/aae4b3ad371e0b7e8e0007a6ef21ee66eda665f1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): always show list of currencies in currency overview - -- [#4530](https://github.com/medusajs/medusa/pull/4530) [`55db91415`](https://github.com/medusajs/medusa/commit/55db914151fc70cf0abe8a71dd8e17067cce3908) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): number input setting - -- [#4552](https://github.com/medusajs/medusa/pull/4552) [`221f62dc4`](https://github.com/medusajs/medusa/commit/221f62dc4cf4a30505bf3e15034c735663659ade) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Omit PriceList prices from variant update - -- [#4516](https://github.com/medusajs/medusa/pull/4516) [`bfc0ea569`](https://github.com/medusajs/medusa/commit/bfc0ea5695b8999a63df9ba58409e3e139473afa) Thanks [@fPolic](https://github.com/fPolic)! - feat(admin-ui): variant prices bulk editor - -- Updated dependencies [[`3e6cee284`](https://github.com/medusajs/medusa/commit/3e6cee28469b5ce30687de5e5096266244f6b3a9), [`e3a856521`](https://github.com/medusajs/medusa/commit/e3a85652132c110e4dd81ae1120414121fbab0fd)]: - - medusa-react@9.0.3 - -## 1.9.1 - -### Patch Changes - -- [#4444](https://github.com/medusajs/medusa/pull/4444) [`78a1f3943`](https://github.com/medusajs/medusa/commit/78a1f3943b1631170721169c19b5b47a4832330f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(admin-ui): Remove new badges from inventory + categories - -- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations - -- Updated dependencies [[`fe25c8a91`](https://github.com/medusajs/medusa/commit/fe25c8a91f4462c9ac5a15594fa71155df48c1eb), [`417debfe7`](https://github.com/medusajs/medusa/commit/417debfe7db6edd6722929fe0f905a63548a0c9e)]: - - medusa-react@9.0.2 - -## 1.9.0 - -### Minor Changes - -- [#4115](https://github.com/medusajs/medusa/pull/4115) [`79cca2ab8`](https://github.com/medusajs/medusa/commit/79cca2ab809b77606e65706c19f9fce37b174365) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): Add filtering capabilities for reservations view - -### Patch Changes - -- [#4231](https://github.com/medusajs/medusa/pull/4231) [`1bd2e7a5b`](https://github.com/medusajs/medusa/commit/1bd2e7a5be4aeb15ac15f5f0e70dc37a6dfaa86f) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): prevent Timeline flickering while loading - -- [#4316](https://github.com/medusajs/medusa/pull/4316) [`0bfdc33a0`](https://github.com/medusajs/medusa/commit/0bfdc33a0ba7f9518b68db762ede5960db878b6d) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): minor fixes for reservation management - -- [#4133](https://github.com/medusajs/medusa/pull/4133) [`869628bf4`](https://github.com/medusajs/medusa/commit/869628bf4c50f93375bd32946cd0605de3d981cd) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): rename allocation to reservation - -- [#4267](https://github.com/medusajs/medusa/pull/4267) [`f8643361c`](https://github.com/medusajs/medusa/commit/f8643361cdcb549c61e645d4ee275f20883e00d9) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa, admin-ui): remove reservations feature flag - -- [#4276](https://github.com/medusajs/medusa/pull/4276) [`afd1b67f1`](https://github.com/medusajs/medusa/commit/afd1b67f1c7de8cf07fd9fcbdde599a37914e9b5) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Use caret range - -- Updated dependencies [[`79cca2ab8`](https://github.com/medusajs/medusa/commit/79cca2ab809b77606e65706c19f9fce37b174365)]: - - medusa-react@9.0.1 - -## 1.8.7 - -### Patch Changes - -- [#4071](https://github.com/medusajs/medusa/pull/4071) [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): update edit allocation modal design - -- [#4184](https://github.com/medusajs/medusa/pull/4184) [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa,admin-ui): Add reservations FF - -- [#4173](https://github.com/medusajs/medusa/pull/4173) [`9a46c11f2`](https://github.com/medusajs/medusa/commit/9a46c11f2acab1eba10c2cad6854c0a7f4a0ee13) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Ensures that the default invite link uses the **BASE** in constructing the link if it exists - -- [#4163](https://github.com/medusajs/medusa/pull/4163) [`f47b11293`](https://github.com/medusajs/medusa/commit/f47b11293e273d9a5a5238e5114c9a3a530ecf1b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Delete variant - -- [#4051](https://github.com/medusajs/medusa/pull/4051) [`294576949`](https://github.com/medusajs/medusa/commit/294576949792f8c4dc2a8c1a03fdc9db73a8a00e) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): fix allow_backorder updates - -- [#4180](https://github.com/medusajs/medusa/pull/4180) [`5988fa8f4`](https://github.com/medusajs/medusa/commit/5988fa8f4ca1c5538e4b48cfe9b600bf43037998) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Omit purchasable variant prop on duplicate - -- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation - -- [#4178](https://github.com/medusajs/medusa/pull/4178) [`063d9b6d5`](https://github.com/medusajs/medusa/commit/063d9b6d5535e548356e8b47656371a8fbc54936) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): On duplicate product ensure order of variant options matches product options - -- Updated dependencies [[`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47)]: - - medusa-react@9.0.0 - -## 1.8.6 - -### Patch Changes - -- Updated dependencies []: - - medusa-react@8.0.0 - -## 1.8.5 - -### Patch Changes - -- [#4049](https://github.com/medusajs/medusa/pull/4049) [`aa74ebb18`](https://github.com/medusajs/medusa/commit/aa74ebb181617f7373e61f3e18cf0f614912985a) Thanks [@riqwan](https://github.com/riqwan)! - fix(admin-ui): ensure that sales channel names are always an array - -- [#4041](https://github.com/medusajs/medusa/pull/4041) [`353fc94e4`](https://github.com/medusajs/medusa/commit/353fc94e4f4da45262214446281e8951f23709e7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): toggle manage inventory - -- [#4050](https://github.com/medusajs/medusa/pull/4050) [`282953759`](https://github.com/medusajs/medusa/commit/282953759280eeed27615df0342ab00e43b79793) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Make download path respect **BASE** in UploadModal. - -- Updated dependencies []: - - medusa-react@7.0.1 - -## 1.8.4 - -### Patch Changes - -- [#3955](https://github.com/medusajs/medusa/pull/3955) [`4c5c4fd9b`](https://github.com/medusajs/medusa/commit/4c5c4fd9b3941ee27e6c8166377fd8e8f1b7ad51) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(admin-ui): add metadata controls for stock locations - -- [#3950](https://github.com/medusajs/medusa/pull/3950) [`0c30d05cf`](https://github.com/medusajs/medusa/commit/0c30d05cf3805515086dc589a0332b59b6df045f) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): allocation status for cancelled and archived orders - -- [#3999](https://github.com/medusajs/medusa/pull/3999) [`a7adb8fbf`](https://github.com/medusajs/medusa/commit/a7adb8fbf4f6a0708e590848ec6c315ff7eb05cf) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Pins version of `react-router-dom` as upgrade to 6.11.0 broke navigation in nested routes - -- [#3989](https://github.com/medusajs/medusa/pull/3989) [`596566a51`](https://github.com/medusajs/medusa/commit/596566a51061ba868ffd2306658f01030e52316f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): fixes an issue where navigating to tax settings would append the basename multiple times. Removes `react-helmet` for `react-helmet-async` to get rid off error caused by unsafe sideeffects" - -- Updated dependencies []: - - medusa-react@7.0.0 - -## 1.8.3 - -### Patch Changes - -- [#3753](https://github.com/medusajs/medusa/pull/3753) [`ba45a316a`](https://github.com/medusajs/medusa/commit/ba45a316a7638cc003599900d0088e5a5aeb51c8) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin): Implement allocations on draft orders - -- [#3895](https://github.com/medusajs/medusa/pull/3895) [`88a224e42`](https://github.com/medusajs/medusa/commit/88a224e42a490fd7fae29677c463740b89ad9b27) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin): display correct items in the timeline after OE - -- [`d302db239`](https://github.com/medusajs/medusa/commit/d302db23975227527e5632110d67c2ac299317b3) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin): add guard for null variant in inventory overview - -- [#3886](https://github.com/medusajs/medusa/pull/3886) [`5fdccf5e3`](https://github.com/medusajs/medusa/commit/5fdccf5e3256b5e515c3d9a8ba9eaf60b2ce7ad3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Check for undefined categories - -- [#3897](https://github.com/medusajs/medusa/pull/3897) [`0be681657`](https://github.com/medusajs/medusa/commit/0be6816578f5cac6f22ddea267fc4c066727b0ae) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(admin-ui): Add Sales Channel filter - -- [#3883](https://github.com/medusajs/medusa/pull/3883) [`966ddd2f1`](https://github.com/medusajs/medusa/commit/966ddd2f1648d5d3c1c68094f488f307e3186d92) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(inventory): Minor fixes to upserting inventory items - -- Updated dependencies []: - - medusa-react@6.0.0 - -## 1.8.2 - -### Patch Changes - -- Updated dependencies []: - - medusa-react@5.0.2 - -## 1.8.1 - -### Patch Changes - -- [#3750](https://github.com/medusajs/medusa/pull/3750) [`6f48cc57b`](https://github.com/medusajs/medusa/commit/6f48cc57bc0b06925a707278a6d820f0e2e0fe81) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): correct notification text on fulfillment cancel - -- [#3755](https://github.com/medusajs/medusa/pull/3755) [`72b76bbd3`](https://github.com/medusajs/medusa/commit/72b76bbd3c36e06c1536e115dea9ac6de659d482) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): display SC update notification - -- [#3768](https://github.com/medusajs/medusa/pull/3768) [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui): add description field to product categories - -- Updated dependencies [[`c24c2a973`](https://github.com/medusajs/medusa/commit/c24c2a9732bb0d1aff481b723e421b7fcb49a1f0), [`30ee10fdd`](https://github.com/medusajs/medusa/commit/30ee10fddd7d8e2f7d742101aad10d2c688ac98e)]: - - medusa-react@5.0.1 - -## 1.8.0 - -### Patch Changes - -- [#3403](https://github.com/medusajs/medusa/pull/3403) [`57d7728dd`](https://github.com/medusajs/medusa/commit/57d7728dd9d00df712e1a872899b8397955dfe46) Thanks [@StephixOne](https://github.com/StephixOne)! - add location support in fulfillment modal - -- [#3461](https://github.com/medusajs/medusa/pull/3461) [`478903b55`](https://github.com/medusajs/medusa/commit/478903b55a6f7c276fa2285ee35bf8a2b51a72fb) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Admin UI fixes / enhancements - - - Inventory and order UI fixes and tweaks - - focus-border clipping - - Fix use of `expand` parameter on order page - - Fix location address editing form state - - ensure that the allocation indicator is correctly displayed - - Fix inventory table pagination on location filter change - - Try and ensure allocation table checkmarks align better - - Add gap in table actions - - remove allocate button if no more allcoations can be made - - update edit-allocation sidebar - - create/update/delete inventory items according to inventory items on the variant - - Fix minor bugs related to the edit-allocation modal - - move tailwind to direct dependency - - display error messages for batch jobs - - draft order shipping details - - Implements redesigned public facing pages of admin UI. - - Add location names to fulfilment rows and timeline events - - Encode location id in URL on location table - -- [#3666](https://github.com/medusajs/medusa/pull/3666) [`ca3b32d53`](https://github.com/medusajs/medusa/commit/ca3b32d53c6854716bcbfb641ed381fa0f019a58) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Make copy and UI on manage locations modal better when no locations - -- [#3676](https://github.com/medusajs/medusa/pull/3676) [`788ddc0f4`](https://github.com/medusajs/medusa/commit/788ddc0f43696df607f07133af15a04b29d5447d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui, medusa-react, medusa): Minor fixes to GC domain in admin UI. Also fixes GC update payload type in medusa-react and medusa. - -- [#3512](https://github.com/medusajs/medusa/pull/3512) [`a8423b8ac`](https://github.com/medusajs/medusa/commit/a8423b8acc8723dd3f5475d23bd9cb8be9c630c0) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(medusa, admin-ui): Fix edit order variant stock - -- [#3644](https://github.com/medusajs/medusa/pull/3644) [`4342ac884`](https://github.com/medusajs/medusa/commit/4342ac884bc3fe473576ef10d291f3547e0ffc62) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin-ui): Adds metadata forms to all applicable domains in the UI. - fix(medusa): Fixes an issue where metadata was not being set for order addresses using `setMetadata`. - -- [#3670](https://github.com/medusajs/medusa/pull/3670) [`a5ad6c054`](https://github.com/medusajs/medusa/commit/a5ad6c05428e1bb090bbc5a51345a00821781c06) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Fix(admin-ui,medusa): Ensure stock locations are created with a name - -- [#3657](https://github.com/medusajs/medusa/pull/3657) [`7e1d8ef59`](https://github.com/medusajs/medusa/commit/7e1d8ef599fe4588d439b449373debf1221e625d) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin-ui): Add new feature badge for categories and inventory - -- [#3685](https://github.com/medusajs/medusa/pull/3685) [`8ddb3952c`](https://github.com/medusajs/medusa/commit/8ddb3952c045e6c05c8d0f6922f0d4ba30cf3bd4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Fix RC package versions - -- [#3607](https://github.com/medusajs/medusa/pull/3607) [`d1a6aa5a9`](https://github.com/medusajs/medusa/commit/d1a6aa5a90c147a34448e5398a1f205649598c09) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): fix bug with create fulfillment and a couple of other minor tweaks - -- [#3706](https://github.com/medusajs/medusa/pull/3706) [`dae8da109`](https://github.com/medusajs/medusa/commit/dae8da1099bbe5fd3c59adc7fd2c28b41c0f71bc) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(admin): Duplicate product without prices - -- [#3660](https://github.com/medusajs/medusa/pull/3660) [`eed784d7d`](https://github.com/medusajs/medusa/commit/eed784d7d0b58aeddc9f6f5ea56fe80c608b22f5) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui, medusa): resolve bugs for orders with variants without inventory items - -- [#3438](https://github.com/medusajs/medusa/pull/3438) [`f027bc26f`](https://github.com/medusajs/medusa/commit/f027bc26fca94931df61c1cc0c7450de08020975) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Show correct reserved/available values when editing stock on variant - -- [#3418](https://github.com/medusajs/medusa/pull/3418) [`8a7421db5`](https://github.com/medusajs/medusa/commit/8a7421db5bd235dd3cf88bf73d2438af8769f7ba) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin,admin-ui): Updates the default behaviour of the plugin, and makes building for external deployment easier - -- [#3532](https://github.com/medusajs/medusa/pull/3532) [`bfef22b33`](https://github.com/medusajs/medusa/commit/bfef22b33e0aa4aa542d3f22fb32ee261f5a19ea) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Revamps gift card manage page - -- [#3608](https://github.com/medusajs/medusa/pull/3608) [`345005573`](https://github.com/medusajs/medusa/commit/345005573a337d63394b63d33d6740a4171d1479) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Update order edit variants table to fit longer content - -- [#3585](https://github.com/medusajs/medusa/pull/3585) [`0d0090338`](https://github.com/medusajs/medusa/commit/0d00903385df980e355c54cee9bcd4e8ede21635) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): minor fixes for inventory items - -- [#3592](https://github.com/medusajs/medusa/pull/3592) [`455c56c4b`](https://github.com/medusajs/medusa/commit/455c56c4b3846c583f39ba56352d645128b0c967) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Hide inventory quantity field in variant stock form if SL module enabled - -- [#3395](https://github.com/medusajs/medusa/pull/3395) [`15f47baf5`](https://github.com/medusajs/medusa/commit/15f47baf56e6722b7821cfaa2fb468e582dfa2c1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui, medusa): Minor ui fixes relating to stock locations - -- [#3645](https://github.com/medusajs/medusa/pull/3645) [`e6b5859af`](https://github.com/medusajs/medusa/commit/e6b5859af213185408e1087073c1cba10f7b33c2) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin-ui): Make number input increment/decrement buttons not tabbable-to - -- [#3522](https://github.com/medusajs/medusa/pull/3522) [`55c5fba0d`](https://github.com/medusajs/medusa/commit/55c5fba0d3dbd015c3ffd74d645a8057892d0f52) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,admin): location_ids in swap and claim creation - -- [#3334](https://github.com/medusajs/medusa/pull/3334) [`40de54b01`](https://github.com/medusajs/medusa/commit/40de54b0101bdfd37f577d18c10ec9f1ab1ce8fe) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa,admin,admin-ui): Add new plugin to serve the admin dashboard from the server. Adds a new plugin injection step `setup`, code placed in the `setup` folder of a plugin will be run before any code from a plugin is injected into the Medusa server. - -- [#3416](https://github.com/medusajs/medusa/pull/3416) [`478d1af8d`](https://github.com/medusajs/medusa/commit/478d1af8d0df0af16baf4f130e19b0be34f5f295) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui, medusa-react): Improvements to product categories - - - Adds name as required in category create form - - Adds name and handle as required in category edit form - - Updates message on create/update forms - - Adds category indicators for is_internal and is_active fields in the tree list - - Fixes bug where tree is not reset when update fails - - allow appending all category descendants with a param in list endpoint - - fix rank order changing on category update - - invalidate products query on category delete - - adds category ui for tree/list, edit, create, delete - - add product category queries and mutations - - category list API can return all descendant - - added breadcrumbs for categories on create/edit modal - - add empty state for product categories - - increase tree depth + scope categories on store + allow categories relation in products API - - categories can be ranked based on position - - seed command can create product categories - - hide categories in products behind feature flag - - fixes bug for mpath incorrectly updated for nested categories - -- [#3434](https://github.com/medusajs/medusa/pull/3434) [`f43f03bad`](https://github.com/medusajs/medusa/commit/f43f03badbfd1d3598f3c6bc6c81e6fa2e9c2a09) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Fix fulfilment creation - -- [#3655](https://github.com/medusajs/medusa/pull/3655) [`45fd0fb63`](https://github.com/medusajs/medusa/commit/45fd0fb639f05db6115be6823d42b85672c0891d) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Always show categories in product page - -- [#3531](https://github.com/medusajs/medusa/pull/3531) [`4e9d257d3`](https://github.com/medusajs/medusa/commit/4e9d257d3bf76703ef5be8ca054cc9f0f7339def) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules - -- [#3577](https://github.com/medusajs/medusa/pull/3577) [`95c9fbfdd`](https://github.com/medusajs/medusa/commit/95c9fbfdd5f290df0f22115f27b82f0812f8bd67) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix effect check in inventory table and overflow UI - -- [#3448](https://github.com/medusajs/medusa/pull/3448) [`d4af87311`](https://github.com/medusajs/medusa/commit/d4af873113e4e3bb75ff1f5646870eb77b7a2b40) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Show all locations in allocation creation modal - -- [#3541](https://github.com/medusajs/medusa/pull/3541) [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa, admin-ui): refine create-fulfillment flow - -- [#3403](https://github.com/medusajs/medusa/pull/3403) [`57d7728dd`](https://github.com/medusajs/medusa/commit/57d7728dd9d00df712e1a872899b8397955dfe46) Thanks [@StephixOne](https://github.com/StephixOne)! - Add order allocation to admin ui - -- [#3451](https://github.com/medusajs/medusa/pull/3451) [`55a1f232a`](https://github.com/medusajs/medusa/commit/55a1f232a3746a22adb1fcd1844b2659077a59f9) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,admin-ui): support location_id in - -- [#3401](https://github.com/medusajs/medusa/pull/3401) [`47d344076`](https://github.com/medusajs/medusa/commit/47d3440766efa26aba6638a05edec520a4e62828) Thanks [@riqwan](https://github.com/riqwan)! - feat(admin-ui, medusa-react): allow products to be categorized in product create/edit page - -- [#3625](https://github.com/medusajs/medusa/pull/3625) [`7428ffa30`](https://github.com/medusajs/medusa/commit/7428ffa300a1e5781ef18b86edf97b711df0b585) Thanks [@StephixOne](https://github.com/StephixOne)! - Fix team table filter dropdown transparency - -- Updated dependencies [[`d06ab9299`](https://github.com/medusajs/medusa/commit/d06ab929946c9e3842dcf4299b2c7e4c85fcc116), [`788ddc0f4`](https://github.com/medusajs/medusa/commit/788ddc0f43696df607f07133af15a04b29d5447d), [`fe9eea4c1`](https://github.com/medusajs/medusa/commit/fe9eea4c18b7e04ba91660716c92b11a49840a3c), [`7f87c4f2c`](https://github.com/medusajs/medusa/commit/7f87c4f2c8abb876213a595005e67d770be9cbe4), [`8ddb3952c`](https://github.com/medusajs/medusa/commit/8ddb3952c045e6c05c8d0f6922f0d4ba30cf3bd4), [`9ba09ba4d`](https://github.com/medusajs/medusa/commit/9ba09ba4d753f132537f0447097fe9f54922c074), [`12d304307`](https://github.com/medusajs/medusa/commit/12d304307af87ea9287a41869eb33ef09f273d85), [`80b95a230`](https://github.com/medusajs/medusa/commit/80b95a230056d9ed15f7302f248094f879516faf), [`54dcc1871`](https://github.com/medusajs/medusa/commit/54dcc1871c8f28bea962dbb9df6e79b038d56449), [`478d1af8d`](https://github.com/medusajs/medusa/commit/478d1af8d0df0af16baf4f130e19b0be34f5f295), [`6748877c6`](https://github.com/medusajs/medusa/commit/6748877c694c1433f666c6987f20af76b201b495), [`ef5ef9f5a`](https://github.com/medusajs/medusa/commit/ef5ef9f5a26febf0b64d9981606c1e59999ca76e), [`2d2727f75`](https://github.com/medusajs/medusa/commit/2d2727f753dd9386160d7e677b927c4915e1fce7), [`47d344076`](https://github.com/medusajs/medusa/commit/47d3440766efa26aba6638a05edec520a4e62828)]: - - medusa-react@5.0.0 - -## 0.0.1-rc.8 - -### Patch Changes - -- Updated dependencies []: - - medusa-react@5.0.0-rc.8 - -## 0.0.1-rc.7 - -### Patch Changes - -- [#3706](https://github.com/medusajs/medusa/pull/3706) [`dae8da109`](https://github.com/medusajs/medusa/commit/dae8da1099bbe5fd3c59adc7fd2c28b41c0f71bc) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(admin): Duplicate product without prices - -- Updated dependencies []: - - medusa-react@5.0.0-rc.7 - -## 0.0.1-rc.6 - -### Patch Changes - -- [#3666](https://github.com/medusajs/medusa/pull/3666) [`ca3b32d53`](https://github.com/medusajs/medusa/commit/ca3b32d53c6854716bcbfb641ed381fa0f019a58) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Make copy and UI on manage locations modal better when no locations - -- [#3676](https://github.com/medusajs/medusa/pull/3676) [`788ddc0f4`](https://github.com/medusajs/medusa/commit/788ddc0f43696df607f07133af15a04b29d5447d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui, medusa-react, medusa): Minor fixes to GC domain in admin UI. Also fixes GC update payload type in medusa-react and medusa. - -- [#3670](https://github.com/medusajs/medusa/pull/3670) [`a5ad6c054`](https://github.com/medusajs/medusa/commit/a5ad6c05428e1bb090bbc5a51345a00821781c06) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Fix(admin-ui,medusa): Ensure stock locations are created with a name - -- [#3660](https://github.com/medusajs/medusa/pull/3660) [`eed784d7d`](https://github.com/medusajs/medusa/commit/eed784d7d0b58aeddc9f6f5ea56fe80c608b22f5) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui, medusa): resolve bugs for orders with variants without inventory items - -- Updated dependencies [[`d06ab9299`](https://github.com/medusajs/medusa/commit/d06ab929946c9e3842dcf4299b2c7e4c85fcc116), [`788ddc0f4`](https://github.com/medusajs/medusa/commit/788ddc0f43696df607f07133af15a04b29d5447d), [`7f87c4f2c`](https://github.com/medusajs/medusa/commit/7f87c4f2c8abb876213a595005e67d770be9cbe4)]: - - medusa-react@5.0.0-rc.6 - -## 0.0.1-rc.5 - -### Patch Changes - -- [#3644](https://github.com/medusajs/medusa/pull/3644) [`4342ac884`](https://github.com/medusajs/medusa/commit/4342ac884bc3fe473576ef10d291f3547e0ffc62) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin-ui): Adds metadata forms to all applicable domains in the UI. - fix(medusa): Fixes an issue where metadata was not being set for order addresses using `setMetadata`. - -- [#3657](https://github.com/medusajs/medusa/pull/3657) [`7e1d8ef59`](https://github.com/medusajs/medusa/commit/7e1d8ef599fe4588d439b449373debf1221e625d) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin-ui): Add new feature badge for categories and inventory - -- [#3645](https://github.com/medusajs/medusa/pull/3645) [`e6b5859af`](https://github.com/medusajs/medusa/commit/e6b5859af213185408e1087073c1cba10f7b33c2) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin-ui): Make number input increment/decrement buttons not tabbable-to - -- [#3655](https://github.com/medusajs/medusa/pull/3655) [`45fd0fb63`](https://github.com/medusajs/medusa/commit/45fd0fb639f05db6115be6823d42b85672c0891d) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Always show categories in product page - -- Updated dependencies []: - - medusa-react@5.0.0-rc.5 - -## 0.0.1-rc.4 - -### Patch Changes - -- [#3585](https://github.com/medusajs/medusa/pull/3585) [`0d0090338`](https://github.com/medusajs/medusa/commit/0d00903385df980e355c54cee9bcd4e8ede21635) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): minor fixes for inventory items - -- [#3625](https://github.com/medusajs/medusa/pull/3625) [`7428ffa30`](https://github.com/medusajs/medusa/commit/7428ffa300a1e5781ef18b86edf97b711df0b585) Thanks [@StephixOne](https://github.com/StephixOne)! - Fix team table filter dropdown transparency - -- Updated dependencies []: - - medusa-react@5.0.0-rc.4 - -## 0.0.1-rc.3 - -### Patch Changes - -- Updated dependencies []: - - medusa-react@5.0.0-rc.3 - -## 0.0.1-rc.2 - -### Patch Changes - -- chore: Fix RC package versions - -- Updated dependencies []: - - medusa-react@5.0.0-rc.2 - -## 0.0.1-rc.1 - -### Patch Changes - -- [#3607](https://github.com/medusajs/medusa/pull/3607) [`d1a6aa5a9`](https://github.com/medusajs/medusa/commit/d1a6aa5a90c147a34448e5398a1f205649598c09) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): fix bug with create fulfillment and a couple of other minor tweaks - -- [#3608](https://github.com/medusajs/medusa/pull/3608) [`345005573`](https://github.com/medusajs/medusa/commit/345005573a337d63394b63d33d6740a4171d1479) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Update order edit variants table to fit longer content - -- [#3592](https://github.com/medusajs/medusa/pull/3592) [`455c56c4b`](https://github.com/medusajs/medusa/commit/455c56c4b3846c583f39ba56352d645128b0c967) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Hide inventory quantity field in variant stock form if SL module enabled - -- [#3577](https://github.com/medusajs/medusa/pull/3577) [`95c9fbfdd`](https://github.com/medusajs/medusa/commit/95c9fbfdd5f290df0f22115f27b82f0812f8bd67) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix effect check in inventory table and overflow UI - -- [#3541](https://github.com/medusajs/medusa/pull/3541) [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa, admin-ui): refine create-fulfillment flow - -- Updated dependencies []: - - medusa-react@5.0.0-rc.1 - -## 0.0.1-rc.0 - -### Patch Changes - -- [#3403](https://github.com/medusajs/medusa/pull/3403) [`57d7728dd`](https://github.com/medusajs/medusa/commit/57d7728dd9d00df712e1a872899b8397955dfe46) Thanks [@StephixOne](https://github.com/StephixOne)! - add location support in fulfillment modal - -- [#3461](https://github.com/medusajs/medusa/pull/3461) [`478903b55`](https://github.com/medusajs/medusa/commit/478903b55a6f7c276fa2285ee35bf8a2b51a72fb) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Admin UI fixes / enhancements - - - Inventory and order UI fixes and tweaks - - focus-border clipping - - Fix use of `expand` parameter on order page - - Fix location address editing form state - - ensure that the allocation indicator is correctly displayed - - Fix inventory table pagination on location filter change - - Try and ensure allocation table checkmarks align better - - Add gap in table actions - - remove allocate button if no more allcoations can be made - - update edit-allocation sidebar - - create/update/delete inventory items according to inventory items on the variant - - Fix minor bugs related to the edit-allocation modal - - move tailwind to direct dependency - - display error messages for batch jobs - - draft order shipping details - - Implements redesigned public facing pages of admin UI. - - Add location names to fulfilment rows and timeline events - - Encode location id in URL on location table - -- [#3512](https://github.com/medusajs/medusa/pull/3512) [`a8423b8ac`](https://github.com/medusajs/medusa/commit/a8423b8acc8723dd3f5475d23bd9cb8be9c630c0) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(medusa, admin-ui): Fix edit order variant stock - -- [#3438](https://github.com/medusajs/medusa/pull/3438) [`f027bc26f`](https://github.com/medusajs/medusa/commit/f027bc26fca94931df61c1cc0c7450de08020975) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Show correct reserved/available values when editing stock on variant - -- [#3418](https://github.com/medusajs/medusa/pull/3418) [`8a7421db5`](https://github.com/medusajs/medusa/commit/8a7421db5bd235dd3cf88bf73d2438af8769f7ba) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin,admin-ui): Updates the default behaviour of the plugin, and makes building for external deployment easier - -- [#3532](https://github.com/medusajs/medusa/pull/3532) [`bfef22b33`](https://github.com/medusajs/medusa/commit/bfef22b33e0aa4aa542d3f22fb32ee261f5a19ea) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Revamps gift card manage page - -- [#3395](https://github.com/medusajs/medusa/pull/3395) [`15f47baf5`](https://github.com/medusajs/medusa/commit/15f47baf56e6722b7821cfaa2fb468e582dfa2c1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui, medusa): Minor ui fixes relating to stock locations - -- [#3522](https://github.com/medusajs/medusa/pull/3522) [`55c5fba0d`](https://github.com/medusajs/medusa/commit/55c5fba0d3dbd015c3ffd74d645a8057892d0f52) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,admin): location_ids in swap and claim creation - -- [#3334](https://github.com/medusajs/medusa/pull/3334) [`40de54b01`](https://github.com/medusajs/medusa/commit/40de54b0101bdfd37f577d18c10ec9f1ab1ce8fe) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa,admin,admin-ui): Add new plugin to serve the admin dashboard from the server. Adds a new plugin injection step `setup`, code placed in the `setup` folder of a plugin will be run before any code from a plugin is injected into the Medusa server. - -- [#3416](https://github.com/medusajs/medusa/pull/3416) [`478d1af8d`](https://github.com/medusajs/medusa/commit/478d1af8d0df0af16baf4f130e19b0be34f5f295) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui, medusa-react): Improvements to product categories - - - Adds name as required in category create form - - Adds name and handle as required in category edit form - - Updates message on create/update forms - - Adds category indicators for is_internal and is_active fields in the tree list - - Fixes bug where tree is not reset when update fails - - allow appending all category descendants with a param in list endpoint - - fix rank order changing on category update - - invalidate products query on category delete - - adds category ui for tree/list, edit, create, delete - - add product category queries and mutations - - category list API can return all descendant - - added breadcrumbs for categories on create/edit modal - - add empty state for product categories - - increase tree depth + scope categories on store + allow categories relation in products API - - categories can be ranked based on position - - seed command can create product categories - - hide categories in products behind feature flag - - fixes bug for mpath incorrectly updated for nested categories - -- [#3434](https://github.com/medusajs/medusa/pull/3434) [`f43f03bad`](https://github.com/medusajs/medusa/commit/f43f03badbfd1d3598f3c6bc6c81e6fa2e9c2a09) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Fix fulfilment creation - -- [#3531](https://github.com/medusajs/medusa/pull/3531) [`4e9d257d3`](https://github.com/medusajs/medusa/commit/4e9d257d3bf76703ef5be8ca054cc9f0f7339def) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules - -- [#3448](https://github.com/medusajs/medusa/pull/3448) [`d4af87311`](https://github.com/medusajs/medusa/commit/d4af873113e4e3bb75ff1f5646870eb77b7a2b40) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin): Show all locations in allocation creation modal - -- [#3403](https://github.com/medusajs/medusa/pull/3403) [`57d7728dd`](https://github.com/medusajs/medusa/commit/57d7728dd9d00df712e1a872899b8397955dfe46) Thanks [@StephixOne](https://github.com/StephixOne)! - Add order allocation to admin ui - -- [#3451](https://github.com/medusajs/medusa/pull/3451) [`55a1f232a`](https://github.com/medusajs/medusa/commit/55a1f232a3746a22adb1fcd1844b2659077a59f9) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,admin-ui): support location_id in - -- [#3401](https://github.com/medusajs/medusa/pull/3401) [`47d344076`](https://github.com/medusajs/medusa/commit/47d3440766efa26aba6638a05edec520a4e62828) Thanks [@riqwan](https://github.com/riqwan)! - feat(admin-ui, medusa-react): allow products to be categorized in product create/edit page - -- Updated dependencies [[`fe9eea4c1`](https://github.com/medusajs/medusa/commit/fe9eea4c18b7e04ba91660716c92b11a49840a3c), [`9ba09ba4d`](https://github.com/medusajs/medusa/commit/9ba09ba4d753f132537f0447097fe9f54922c074), [`12d304307`](https://github.com/medusajs/medusa/commit/12d304307af87ea9287a41869eb33ef09f273d85), [`80b95a230`](https://github.com/medusajs/medusa/commit/80b95a230056d9ed15f7302f248094f879516faf), [`54dcc1871`](https://github.com/medusajs/medusa/commit/54dcc1871c8f28bea962dbb9df6e79b038d56449), [`478d1af8d`](https://github.com/medusajs/medusa/commit/478d1af8d0df0af16baf4f130e19b0be34f5f295), [`6748877c6`](https://github.com/medusajs/medusa/commit/6748877c694c1433f666c6987f20af76b201b495), [`ef5ef9f5a`](https://github.com/medusajs/medusa/commit/ef5ef9f5a26febf0b64d9981606c1e59999ca76e), [`2d2727f75`](https://github.com/medusajs/medusa/commit/2d2727f753dd9386160d7e677b927c4915e1fce7), [`47d344076`](https://github.com/medusajs/medusa/commit/47d3440766efa26aba6638a05edec520a4e62828)]: - - medusa-react@5.0.0-rc.0 diff --git a/packages/admin-ui/README.md b/packages/admin-ui/README.md deleted file mode 100644 index 71226fb350f69..0000000000000 --- a/packages/admin-ui/README.md +++ /dev/null @@ -1,38 +0,0 @@ -

- - Medusa - -

-

- @medusajs/admin-ui -

- -

- Documentation | - Medusa Admin Demo | - Website -

- -

-An open source composable commerce engine built for developers. -

-

- - Medusa is released under the MIT license. - - - Current CircleCI build status. - - - PRs welcome! - - Product Hunt - - Discord Chat - - - Follow @medusajs - -

- -## The Medusa Admin App. Included with the [`@medusajs/admin`](https://www.npmjs.com/package/@medusajs/admin) plugin. You shouldn't install this package separately. diff --git a/packages/admin-ui/jest.config.js b/packages/admin-ui/jest.config.js deleted file mode 100644 index 3fccb6d4be659..0000000000000 --- a/packages/admin-ui/jest.config.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - globals: { - "ts-jest": { - tsconfig: "tsconfig.spec.json", - isolatedModules: false, - }, - }, - transform: { - "^.+\\.[jt]s?$": "ts-jest", - }, - testEnvironment: `node`, - moduleFileExtensions: [`js`, `ts`], -} diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json deleted file mode 100644 index 8b6ebed4b3eb3..0000000000000 --- a/packages/admin-ui/package.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "name": "@medusajs/admin-ui", - "author": "Kasper Kristensen ", - "license": "MIT", - "version": "2.1.14", - "repository": { - "type": "git", - "url": "https://github.com/medusajs/medusa.git", - "directory": "packages/admin-ui" - }, - "exports": { - ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "./ui": "./ui", - "./package.json": "./package.json" - }, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist", - "ui" - ], - "scripts": { - "test": "jest --runInBand --forceExit -- ./src/**/__tests__/**/*.ts", - "create:dev:entry": "node ./scripts/create-dev-entry.js", - "dev": "yarn create:dev:entry && webpack serve --mode=development --config ./webpack.config.dev.ts --progress profile", - "analyze:bundle": "ANALYZE_BUNDLE=true webpack --config ./webpack.config.dev.ts", - "analyze:deps": "ANALYZE_DEPS=true webpack serve --config ./webpack.config.dev.ts --progress profile", - "build": "tsup", - "sync:i18n": "i18next 'ui/src/**/*.{ts,tsx,js,jsx}' -c 'ui/i18next-parser.config.js'" - }, - "dependencies": { - "@babel/parser": "7.22.5", - "@babel/traverse": "7.22.5", - "@hookform/error-message": "^2.0.1", - "@hookform/resolvers": "^3.3.1", - "@medusajs/icons": "^1.1.0", - "@medusajs/ui": "^3.0.0", - "@medusajs/ui-preset": "^1.1.3", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", - "@radix-ui/react-accordion": "^1.0.1", - "@radix-ui/react-avatar": "^1.0.1", - "@radix-ui/react-collapsible": "^1.0.1", - "@radix-ui/react-dialog": "^1.0.4", - "@radix-ui/react-dropdown-menu": "^2.0.2", - "@radix-ui/react-popover": "^1.0.3", - "@radix-ui/react-portal": "^1.0.2", - "@radix-ui/react-radio-group": "^1.1.1", - "@radix-ui/react-select": "^2.0.0", - "@radix-ui/react-switch": "^1.0.1", - "@radix-ui/react-tooltip": "^1.0.3", - "@segment/analytics-next": "^1.51.1", - "@stdlib/number-float64-base-normalize": "0.0.8", - "@svgr/webpack": "^8.0.1", - "@swc/core": "^1.3.61", - "@tailwindcss/forms": "^0.5.3", - "@tanstack/react-query": "4.22.0", - "@tanstack/react-table": "^8.7.9", - "autoprefixer": "^10.4.13", - "chokidar": "^3.5.3", - "clsx": "^1.2.1", - "copy-to-clipboard": "^3.3.1", - "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.8.1", - "emoji-picker-react": "^4.4.3", - "framer-motion": "^9.1.6", - "html-webpack-plugin": "^5.5.1", - "i18next": "^22.5.0", - "i18next-browser-languagedetector": "^7.0.1", - "i18next-http-backend": "^2.2.1", - "md5": "^2.3.0", - "medusa-react": "^9.0.17", - "mini-css-extract-plugin": "^2.7.6", - "moment": "^2.29.4", - "path-browserify": "^1.0.1", - "pluralize": "^8.0.0", - "postcss": "^8.4.21", - "postcss-loader": "^7.3.2", - "postcss-preset-env": "^8.4.1", - "prism-react-renderer": "^2.0.4", - "process": "^0.11.10", - "query-string": "^8.1.0", - "react": "^18.2.0", - "react-collapsible": "^2.8.3", - "react-country-flag": "^3.0.2", - "react-currency-input-field": "^3.6.8", - "react-datepicker": "^4.8.0", - "react-dev-utils": "^12.0.1", - "react-dnd": "^16.0.1", - "react-dnd-html5-backend": "^16.0.1", - "react-dom": "^18.2.0", - "react-helmet-async": "^1.3.0", - "react-highlight-words": "^0.18.0", - "react-hook-form": "7.38.0", - "react-hot-toast": "2.4.0", - "react-hotkeys-hook": "^3.4.7", - "react-i18next": "^12.3.1", - "react-json-tree": "^0.17.0", - "react-jwt": "^1.1.4", - "react-nestable": "^2.0.0", - "react-refresh": "^0.14.0", - "react-router-dom": "6.8.0", - "react-select": "^5.5.4", - "react-table": "^7.7.0", - "style-loader": "^3.3.3", - "swc-loader": "^0.2.3", - "swc-minify-webpack-plugin": "^2.1.1", - "tailwindcss": "3.2.2", - "tailwindcss-radix": "^2.7.0", - "ts-dedent": "^2.2.0", - "type-fest": "^3.6.0", - "webpack": "^5.84.1", - "webpack-dev-server": "4.15.0", - "webpackbar": "^5.0.2", - "zod": "^3.22.2" - }, - "devDependencies": { - "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.20.5", - "@medusajs/types": "^1.11.16", - "@types/pluralize": "^0.0.29", - "@types/react": "^18.2.0", - "@types/react-datepicker": "^4.10.0", - "@types/react-dom": "^18.2.0", - "@types/react-table": "^7.7.9", - "duplicate-dependencies-webpack-plugin": "^1.0.2", - "i18next-parser": "^8.0.0", - "jest": "25.5.4", - "ts-jest": "25.5.1", - "ts-node": "^10.9.1", - "tsup": "6.7.0", - "typescript": "^4.9.3", - "webpack-bundle-analyzer": "^4.9.0", - "webpack-cli": "^5.1.1" - }, - "packageManager": "yarn@3.2.1" -} diff --git a/packages/admin-ui/scripts/create-dev-entry.js b/packages/admin-ui/scripts/create-dev-entry.js deleted file mode 100644 index e5f12d921357e..0000000000000 --- a/packages/admin-ui/scripts/create-dev-entry.js +++ /dev/null @@ -1,23 +0,0 @@ -const fse = require("fs-extra") -const path = require("path") - -function createDevEntryFile() { - const devEntryContent = ` - const extensions = [] - - export default extensions - ` - - const devEntryPath = path.resolve( - __dirname, - "..", - "ui", - "src", - "extensions", - "_main-entry.ts" - ) - - fse.outputFileSync(devEntryPath, devEntryContent) -} - -createDevEntryFile() diff --git a/packages/admin-ui/src/client/index.ts b/packages/admin-ui/src/client/index.ts deleted file mode 100644 index 2c6bf5bc56613..0000000000000 --- a/packages/admin-ui/src/client/index.ts +++ /dev/null @@ -1,16 +0,0 @@ -export { forbiddenRoutes } from "../../ui/src/constants/forbidden-routes" -export { injectionZones } from "../../ui/src/constants/injection-zones" -export type { - Extension, - ForbiddenRoute, - InjectionZone, - RouteConfig, - RouteExtension, - RouteProps, - SettingConfig, - SettingExtension, - SettingProps, - WidgetConfig, - WidgetExtension, - WidgetProps, -} from "../../ui/src/types/extensions" diff --git a/packages/admin-ui/src/index.ts b/packages/admin-ui/src/index.ts deleted file mode 100644 index c5fde3da89c5d..0000000000000 --- a/packages/admin-ui/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from "./client" -export * from "./node" diff --git a/packages/admin-ui/src/node/actions/build.ts b/packages/admin-ui/src/node/actions/build.ts deleted file mode 100644 index b3d5ce1ec10c7..0000000000000 --- a/packages/admin-ui/src/node/actions/build.ts +++ /dev/null @@ -1,60 +0,0 @@ -import path from "node:path" -import webpack, { WebpackError } from "webpack" -import { BuildArgs } from "../types" -import { logger } from "../utils" -import { createCacheDir } from "../utils/create-cache-dir" -import { getCustomWebpackConfig } from "../webpack" - -/** - * Builds the admin UI. - */ -export async function build({ - appDir, - buildDir, - plugins, - options, - reporting = "fancy", -}: BuildArgs) { - if (!process.env.PLUGIN_ADMIN_UI_SKIP_CACHE) { - await createCacheDir({ appDir, plugins }) - } - - const cacheDir = path.resolve(appDir, ".cache") - const entry = path.resolve(cacheDir, "admin", "src", "main.tsx") - const dest = path.resolve(appDir, buildDir) - const env = "production" - - const config = await getCustomWebpackConfig(appDir, { - entry, - dest, - cacheDir, - env, - options, - reporting, - }) - - const compiler = webpack(config) - - return new Promise((resolve, reject) => { - compiler.run((err: WebpackError, stats) => { - if (err) { - if (err.details) { - logger.error(err.details) - } - - reject(err) - } - - const info = stats.toJson() - - if (stats.hasErrors()) { - logger.error(JSON.stringify(info.errors)) - } - - return resolve({ - stats, - warnings: info.warnings, - }) - }) - }) -} diff --git a/packages/admin-ui/src/node/actions/clean.ts b/packages/admin-ui/src/node/actions/clean.ts deleted file mode 100644 index c1465e1f062aa..0000000000000 --- a/packages/admin-ui/src/node/actions/clean.ts +++ /dev/null @@ -1,18 +0,0 @@ -import fse from "fs-extra" -import path from "node:path" - -type CleanArgs = { - appDir: string - outDir: string -} - -/** - * Cleans the build directory and cache directory. - */ -export async function clean({ appDir, outDir }: CleanArgs) { - const cacheDir = path.resolve(appDir, ".cache", "admin") - const buildDir = path.resolve(appDir, outDir) - - await fse.remove(buildDir) - await fse.remove(cacheDir) -} diff --git a/packages/admin-ui/src/node/actions/develop.ts b/packages/admin-ui/src/node/actions/develop.ts deleted file mode 100644 index 067cd0accc648..0000000000000 --- a/packages/admin-ui/src/node/actions/develop.ts +++ /dev/null @@ -1,112 +0,0 @@ -import path from "node:path" -import openBrowser from "react-dev-utils/openBrowser" -import webpack from "webpack" -import WebpackDevDerver, { - Configuration as DevServerConfiguration, -} from "webpack-dev-server" - -import { DevelopArgs } from "../types" -import { logger, watchLocalAdminFolder } from "../utils" -import { createCacheDir } from "../utils/create-cache-dir" -import { getCustomWebpackConfig } from "../webpack" - -/** - * Starts a development server for the admin UI. - */ -export async function develop({ - appDir, - buildDir, - plugins, - options = { - path: "/", - backend: "http://localhost:9000", - develop: { - open: true, - host: "localhost", - port: 7001, - logLevel: "error", - stats: "normal", - allowedHosts: "auto", - }, - }, -}: DevelopArgs) { - const { cacheDir } = await createCacheDir({ - appDir, - plugins, - }) - - const entry = path.resolve(cacheDir, "admin", "src", "main.tsx") - const dest = path.resolve(appDir, buildDir) - const env = "development" - - const config = await getCustomWebpackConfig(appDir, { - entry, - dest, - cacheDir, - env, - options, - }) - - const compiler = webpack({ - ...config, - infrastructureLogging: { level: options.develop.logLevel }, - stats: options.develop.stats === "normal" ? "errors-only" : undefined, - }) - - const devServerArgs: DevServerConfiguration = { - port: options.develop.port, - host: options.develop.host, - client: { - logging: "none", - overlay: { - errors: true, - warnings: false, - }, - webSocketURL: options.develop.webSocketURL - ? options.develop.webSocketURL - : `ws://${options.develop.host}:${options.develop.port}/ws`, - }, - open: false, - onListening: options.develop.open - ? function (devServer) { - if (!devServer) { - logger.warn("Failed to open browser.") - } - - openBrowser( - `http://${options.develop.host}:${options.develop.port}${ - options.path ? options.path : "" - }` - ) - } - : undefined, - devMiddleware: { - publicPath: options.path, - stats: options.develop.stats === "normal" ? false : undefined, - }, - historyApiFallback: { - index: options.path, - disableDotRule: true, - }, - hot: true, - allowedHosts: options.develop.allowedHosts - ? options.develop.allowedHosts - : "auto", - } - - const server = new WebpackDevDerver(devServerArgs, compiler) - - const runServer = async () => { - logger.info( - `Started development server on http://${options.develop.host}:${ - options.develop.port - }${options.path ? options.path : ""}` - ) - - await server.start() - } - - await runServer() - - await watchLocalAdminFolder(appDir, cacheDir, plugins) -} diff --git a/packages/admin-ui/src/node/actions/index.ts b/packages/admin-ui/src/node/actions/index.ts deleted file mode 100644 index 3dae7bd34bf54..0000000000000 --- a/packages/admin-ui/src/node/actions/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { build } from "./build" -import { clean } from "./clean" -import { develop } from "./develop" - -export { clean, build, develop } diff --git a/packages/admin-ui/src/node/constants.ts b/packages/admin-ui/src/node/constants.ts deleted file mode 100644 index 74a6b98c83045..0000000000000 --- a/packages/admin-ui/src/node/constants.ts +++ /dev/null @@ -1,16 +0,0 @@ -export const ALIASED_PACKAGES = [ - "react", - "react-dom", - "react-router-dom", - "react-dnd", - "react-dnd-html5-backend", - "react-select", - "react-helmet-async", - "@tanstack/react-query", - "@tanstack/react-table", - "@emotion/react", - "medusa-react", - "@medusajs/ui", - "@medusajs/icons", - "@medusajs/ui-preset", -] as const diff --git a/packages/admin-ui/src/node/index.ts b/packages/admin-ui/src/node/index.ts deleted file mode 100644 index 403771e0167b8..0000000000000 --- a/packages/admin-ui/src/node/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -export { build, clean, develop } from "./actions" -export { ALIASED_PACKAGES } from "./constants" -export type { AdminOptions, DevelopArgs } from "./types" -export { - findAllValidRoutes, - findAllValidSettings, - findAllValidWidgets, - logger, - normalizePath, -} from "./utils" -export { withCustomWebpackConfig } from "./webpack" diff --git a/packages/admin-ui/src/node/types.ts b/packages/admin-ui/src/node/types.ts deleted file mode 100644 index 5f23123280e1e..0000000000000 --- a/packages/admin-ui/src/node/types.ts +++ /dev/null @@ -1,105 +0,0 @@ -import type { Configuration } from "webpack" - -type WebSocketURL = { - hostname?: string | undefined - password?: string | undefined - pathname?: string | undefined - port?: string | number | undefined - protocol?: string | undefined - username?: string | undefined -} - -export type DevelopOptions = { - /** - * Determines whether the development server should open the admin dashboard - * in the browser. - * - * @default true - */ - open?: boolean - /** - * The host the development server should run on. - * - * @default "localhost" - */ - host?: string - /** - * The port the development server should run on. - * @default 7001 - * */ - port?: number - /** - * Determines the log level of the development server. - * @default "error" - */ - logLevel?: "error" | "none" | "warn" | "info" | "log" | "verbose" - /** - * Determines the verbosity of the development server. - * @default "normal" - */ - stats?: "normal" | "debug" - /** - * The development server allowed hosts. - * @default "auto" - */ - allowedHosts?: "auto" | "all" | string[] - /** - * Specifying URL to web socket server - */ - webSocketURL?: string | WebSocketURL | undefined -} - -export type AdminOptions = { - /** - * The URL of your Medusa instance. - * - * This option will only be used if `serve` is `false`. - */ - backend?: string - /** - * The path to the admin dashboard. The path must be in the format of `/`. - * The chosen path cannot be one of the reserved paths: "admin", "store". - * @default "/app" - */ - path?: string - /** - * The directory to output the build to. By default the plugin will build - * the dashboard to the `build` directory in the root folder. - * @default undefined - */ - outDir?: string - /** - * Options for the development server. - */ - develop?: DevelopOptions -} - -type BuildReporting = "minimal" | "fancy" - -export type WebpackConfigArgs = { - entry: string - dest: string - cacheDir: string - env: "development" | "production" - options?: AdminOptions - template?: string - publicFolder?: string - reporting?: BuildReporting -} - -export type CustomWebpackConfigArgs = WebpackConfigArgs & { - devServer?: Configuration["devServer"] -} - -type BaseArgs = { - appDir: string - buildDir: string - plugins?: string[] - options?: AdminOptions -} - -export type BuildArgs = BaseArgs & { - reporting?: BuildReporting -} - -export type DevelopArgs = BaseArgs diff --git a/packages/admin-ui/src/node/utils/__tests__/normalize-path.spec.ts b/packages/admin-ui/src/node/utils/__tests__/normalize-path.spec.ts deleted file mode 100644 index 0c756c0d5a8b6..0000000000000 --- a/packages/admin-ui/src/node/utils/__tests__/normalize-path.spec.ts +++ /dev/null @@ -1,58 +0,0 @@ -import path from "path" -import { normalizePath } from "../normalize-path" - -describe("normalize path", () => { - beforeEach(() => { - jest.clearAllMocks() - }) - - describe("normalizePath", () => { - it("should normalize a file path", async () => { - const testPath = path.join("/", "custom", "page.tsx") - - const result = normalizePath(testPath) - - expect(result).toEqual("/custom/page.tsx") - }) - - it("should normalize a file path with brackets", async () => { - const testPath = path.join("/", "custom", "[id]", "page.tsx") - - const result = normalizePath(testPath) - - expect(result).toEqual("/custom/[id]/page.tsx") - }) - }) - - describe("test windows platform", () => { - const originalPlatform = process.platform - - beforeAll(() => { - Object.defineProperty(process, "platform", { - value: "win32", - }) - }) - - afterAll(() => { - Object.defineProperty(process, "platform", { - value: originalPlatform, - }) - }) - - it("should normalize a file path on Windows", async () => { - const testPath = path.win32.join("/", "custom", "page.tsx") - - const result = normalizePath(testPath) - - expect(result).toEqual("/custom/page.tsx") - }) - - it("should normalize a file path with brackets on Windows", async () => { - const testPath = path.win32.join("/", "custom", "[id]", "page.tsx") - - const result = normalizePath(testPath) - - expect(result).toEqual("/custom/[id]/page.tsx") - }) - }) -}) diff --git a/packages/admin-ui/src/node/utils/__tests__/validate-extensions.spec.ts b/packages/admin-ui/src/node/utils/__tests__/validate-extensions.spec.ts deleted file mode 100644 index a94bb9c8e1439..0000000000000 --- a/packages/admin-ui/src/node/utils/__tests__/validate-extensions.spec.ts +++ /dev/null @@ -1,60 +0,0 @@ -import path from "path" -import { createPath } from "../validate-extensions" - -describe("validate extensions", () => { - beforeEach(function () { - jest.clearAllMocks() - }) - - describe("createPath", () => { - it("should return a URL path", async () => { - const testPath = path.join("/", "custom", "page.tsx") - - const result = createPath(testPath) - - expect(result).toEqual("/custom") - }) - - it("should return a URL path with a parameter", async () => { - const testPath = path.join("/", "custom", "[id]", "page.tsx") - - const result = createPath(testPath) - - expect(result).toEqual("/custom/:id") - }) - }) - - describe("test windows platform", () => { - const originalPlatform = process.platform - - beforeAll(() => { - Object.defineProperty(process, "platform", { - value: "win32", - }) - }) - - afterAll(() => { - Object.defineProperty(process, "platform", { - value: originalPlatform, - }) - }) - - describe("createPath", () => { - it("should return a URL path on Windows", async () => { - const testPath = path.win32.join("/", "custom", "page.tsx") - - const result = createPath(testPath) - - expect(result).toEqual("/custom") - }) - - it("should return a URL path with a parameter on Windows", async () => { - const testPath = path.win32.join("/", "custom", "[id]", "page.tsx") - - const result = createPath(testPath) - - expect(result).toEqual("/custom/:id") - }) - }) - }) -}) diff --git a/packages/admin-ui/src/node/utils/copy-filter.ts b/packages/admin-ui/src/node/utils/copy-filter.ts deleted file mode 100644 index 3ec568124e242..0000000000000 --- a/packages/admin-ui/src/node/utils/copy-filter.ts +++ /dev/null @@ -1,22 +0,0 @@ -import fse from "fs-extra" - -/** - * Filter function to exclude test files and folders, as well as webpack configurations from being copied to the cache folder. - */ -export function copyFilter(src: string) { - if (fse.lstatSync(src).isDirectory() && src.includes("__test__")) { - return false - } - - if (fse.lstatSync(src).isFile()) { - if ( - src.includes(".test") || - src.includes(".spec") || - src.includes("webpack.config") - ) { - return false - } - } - - return true -} diff --git a/packages/admin-ui/src/node/utils/create-cache-dir.ts b/packages/admin-ui/src/node/utils/create-cache-dir.ts deleted file mode 100644 index 3b683aeaf33a0..0000000000000 --- a/packages/admin-ui/src/node/utils/create-cache-dir.ts +++ /dev/null @@ -1,50 +0,0 @@ -import fse from "fs-extra" -import path from "node:path" -import { copyFilter } from "./copy-filter" -import { createEntry } from "./create-entry" -import { logger } from "./logger" - -async function copyAdmin(dest: string) { - if (process.env.PLUGIN_ADMIN_UI_SKIP_CACHE) { - return true - } - - const adminDir = path.resolve(__dirname, "..", "ui") - const destDir = path.resolve(dest, "admin") - - try { - await fse.copy(adminDir, destDir, { - filter: copyFilter, - }) - } catch (err) { - logger.panic( - `Could not copy the admin UI to ${destDir}. See the error below for details:`, - { - error: err, - } - ) - } -} - -type CreateCacheDirArgs = { - appDir: string - plugins?: string[] -} - -async function createCacheDir({ appDir, plugins }: CreateCacheDirArgs) { - const cacheDir = path.resolve(appDir, ".cache") - - await copyAdmin(cacheDir) - - await createEntry({ - appDir, - dest: cacheDir, - plugins, - }) - - return { - cacheDir, - } -} - -export { createCacheDir } diff --git a/packages/admin-ui/src/node/utils/create-entry.ts b/packages/admin-ui/src/node/utils/create-entry.ts deleted file mode 100644 index 19a0eab4b2f8f..0000000000000 --- a/packages/admin-ui/src/node/utils/create-entry.ts +++ /dev/null @@ -1,325 +0,0 @@ -import fse from "fs-extra" -import path from "node:path" -import dedent from "ts-dedent" -import { copyFilter } from "./copy-filter" -import { logger } from "./logger" -import { normalizePath } from "./normalize-path" -import { - findAllValidRoutes, - findAllValidSettings, - findAllValidWidgets, -} from "./validate-extensions" - -const FILE_EXT_REGEX = /\.[^/.]+$/ - -async function copyLocalExtensions(src: string, dest: string) { - if (process.env.PLUGIN_ADMIN_UI_SKIP_CACHE) { - return true - } - - try { - await fse.copy(src, dest, { - filter: copyFilter, - }) - } catch (err) { - logger.error( - `Could not copy local extensions to cache folder. See the error below for details:`, - { - error: err, - } - ) - - return false - } - - return true -} - -/** - * Creates an entry file for any local extensions, if they exist. - */ -async function createLocalExtensionsEntry(appDir: string, dest: string) { - const localAdminDir = path.resolve(appDir, "src", "admin") - - const localAdminDirExists = await fse.pathExists(localAdminDir) - - if (!localAdminDirExists) { - return false - } - - const copied = await copyLocalExtensions( - localAdminDir, - path.resolve(dest, "admin", "src", "extensions") - ) - - if (!copied) { - logger.error( - "Could not copy local extensions to cache folder. See above error for details. The error must be fixed before any local extensions can be injected." - ) - return false - } - - const [localWidgets, localRoutes, localSettings] = await Promise.all([ - findAllValidWidgets( - path.resolve(dest, "admin", "src", "extensions", "widgets") - ), - findAllValidRoutes( - path.resolve(dest, "admin", "src", "extensions", "routes") - ), - findAllValidSettings( - path.resolve(dest, "admin", "src", "extensions", "settings") - ), - ]) - - const widgetsArray = localWidgets.map((file, index) => { - const relativePath = normalizePath( - path - .relative(path.resolve(dest, "admin", "src", "extensions"), file) - .replace(FILE_EXT_REGEX, "") - ) - - return { - importStatement: `import Widget${index}, { config as widgetConfig${index} } from "./${relativePath}"`, - extension: `{ Component: Widget${index}, config: { ...widgetConfig${index}, type: "widget" } }`, - } - }) - - const routesArray = localRoutes.map((route, index) => { - const relativePath = normalizePath( - path - .relative(path.resolve(dest, "admin", "src", "extensions"), route.file) - .replace(FILE_EXT_REGEX, "") - ) - - const importStatement = route.hasConfig - ? `import Page${index}, { config as routeConfig${index} } from "./${relativePath}"` - : `import Page${index} from "./${relativePath}"` - - const extension = route.hasConfig - ? `{ Component: Page${index}, config: { ...routeConfig${index}, type: "route", path: "${route.path}" } }` - : `{ Component: Page${index}, config: { path: "${route.path}", type: "route" } }` - - return { - importStatement, - extension, - } - }) - - const settingsArray = localSettings.map((setting, index) => { - const relativePath = normalizePath( - path - .relative( - path.resolve(dest, "admin", "src", "extensions"), - setting.file - ) - .replace(FILE_EXT_REGEX, "") - ) - - return { - importStatement: `import Setting${index}, { config as settingConfig${index} } from "./${relativePath}"`, - extension: `{ Component: Setting${index}, config: { ...settingConfig${index}, path: "${setting.path}", type: "setting" } }`, - } - }) - - const extensionsArray = [...widgetsArray, ...routesArray, ...settingsArray] - - const extensionsEntry = dedent` - ${extensionsArray.map((extension) => extension.importStatement).join("\n")} - - const LocalEntry = { - identifier: "local", - extensions: [ - ${extensionsArray.map((extension) => extension.extension).join(",\n")} - ], - } - - export default LocalEntry - ` - - try { - await fse.outputFile( - path.resolve(dest, "admin", "src", "extensions", "_local-entry.ts"), - extensionsEntry - ) - } catch (err) { - logger.panic( - `Failed to write the entry file for the local extensions. See the error below for details:`, - { - error: err, - } - ) - } - - return true -} - -function findPluginsWithExtensions(plugins: string[]) { - const pluginsWithExtensions: string[] = [] - - for (const plugin of plugins) { - try { - const pluginDir = path.dirname( - require.resolve(`${plugin}/package.json`, { - paths: [process.cwd()], - }) - ) - const entrypoint = path.resolve( - pluginDir, - "dist", - "admin", - "_virtual_entry.js" - ) - - if (fse.existsSync(entrypoint)) { - pluginsWithExtensions.push(entrypoint) - } - } catch (_err) { - logger.warn( - `There was an error while attempting to load extensions from the plugin: ${plugin}. Are you sure it is installed?` - ) - // no plugin found - noop - } - } - - return pluginsWithExtensions -} - -async function writeTailwindContentFile(dest: string, plugins: string[]) { - const tailwindContent = dedent` - const path = require("path") - - const devPath = path.join(__dirname, "..", "..", "src/admin/**/*.{js,jsx,ts,tsx}") - - module.exports = { - content: [ - devPath, - ${plugins - .map((plugin) => { - const tailwindContentPath = normalizePath( - path.relative( - path.resolve(dest, "admin"), - path.dirname(path.join(plugin, "..", "..")) - ) - ) - - return `"${tailwindContentPath}/dist/admin/**/*.{js,jsx,ts,tsx}"` - }) - .join(",\n")} - ], - } - - ` - - try { - await fse.outputFile( - path.resolve(dest, "admin", "tailwind.content.js"), - tailwindContent - ) - } catch (err) { - logger.warn( - `Failed to write the Tailwind content file to ${dest}. The admin UI will remain functional, but CSS classes applied to extensions from plugins might not have the correct styles` - ) - } -} - -async function createMainExtensionsEntry( - dest: string, - plugins: string[], - hasLocalExtensions: boolean -) { - if (!plugins.length && !hasLocalExtensions) { - // We still want to generate the entry file, even if there are no extensions - // to load, so that the admin UI can be built without errors - const emptyEntry = dedent` - const extensions = [] - - export default extensions - ` - - try { - await fse.outputFile( - path.resolve(dest, "admin", "src", "extensions", "_main-entry.ts"), - emptyEntry - ) - } catch (err) { - logger.panic( - `Failed to write the entry file for the main extensions. See the error below for details:`, - { - error: err, - } - ) - } - - return - } - - const pluginsArray = plugins.map((plugin) => { - const relativePath = normalizePath( - path - .relative(path.resolve(dest, "admin", "src", "extensions"), plugin) - .replace(FILE_EXT_REGEX, "") - ) - - return relativePath - }) - - const extensionsArray = [ - ...pluginsArray.map((plugin, index) => { - const importStatement = `import Plugin${index} from "${plugin}"` - - return { - importStatement, - extension: `Plugin${index}`, - } - }), - ...(hasLocalExtensions - ? [ - { - importStatement: `import LocalEntry from "./_local-entry"`, - extension: `LocalEntry`, - }, - ] - : []), - ] - - const extensionsEntry = dedent` - ${extensionsArray - .map((extension) => extension.importStatement) - .join("\n")} - - const extensions = [ - ${extensionsArray.map((extension) => extension.extension).join(",\n")} - ] - - export default extensions - ` - - try { - await fse.outputFile( - path.resolve(dest, "admin", "src", "extensions", "_main-entry.ts"), - extensionsEntry - ) - } catch (err) { - logger.panic( - `Failed to write the extensions entry file. See the error below for details:`, - { - error: err, - } - ) - } -} - -type CreateEntryArgs = { - appDir: string - dest: string - plugins?: string[] -} - -export async function createEntry({ appDir, dest, plugins }: CreateEntryArgs) { - const hasLocalExtensions = await createLocalExtensionsEntry(appDir, dest) - - const adminPlugins = findPluginsWithExtensions(plugins) - - await createMainExtensionsEntry(dest, adminPlugins, hasLocalExtensions) - await writeTailwindContentFile(dest, adminPlugins) -} diff --git a/packages/admin-ui/src/node/utils/get-client-env.ts b/packages/admin-ui/src/node/utils/get-client-env.ts deleted file mode 100644 index 0a795f71da8c9..0000000000000 --- a/packages/admin-ui/src/node/utils/get-client-env.ts +++ /dev/null @@ -1,61 +0,0 @@ -import dotenv from "dotenv" -import fse from "fs-extra" -import path from "node:path" - -const MEDUSA_ADMIN = /^MEDUSA_ADMIN_/i - -let ENV_FILE_NAME = "" -switch (process.env.NODE_ENV) { - case "production": - ENV_FILE_NAME = ".env.production" - break - case "staging": - ENV_FILE_NAME = ".env.staging" - break - case "test": - ENV_FILE_NAME = ".env.test" - break - case "development": - default: - ENV_FILE_NAME = ".env" - break -} - -if (fse.existsSync(ENV_FILE_NAME)) { - dotenv.config({ path: path.resolve(process.cwd(), ENV_FILE_NAME) }) -} else if (ENV_FILE_NAME !== ".env") { - // Fall back to .env if the specified file does not exist - dotenv.config({ path: path.resolve(process.cwd(), ".env") }) -} - -type GetClientEnvArgs = { - path?: string - env?: string - backend?: string -} - -export const getClientEnv = (args: GetClientEnvArgs) => { - const raw = Object.keys(process.env) - .filter((key) => MEDUSA_ADMIN.test(key)) - .reduce( - (acc, current) => { - acc[current] = process.env[current] - - return acc - }, - { - ADMIN_PATH: args.path || "/", - NODE_ENV: args.env || "development", - MEDUSA_BACKEND_URL: args.backend || process.env.MEDUSA_BACKEND_URL, - } - ) - - const stringified = { - "process.env": Object.keys(raw).reduce((env, key) => { - env[key] = JSON.stringify(raw[key]) - return env - }, {}), - } - - return stringified -} diff --git a/packages/admin-ui/src/node/utils/index.ts b/packages/admin-ui/src/node/utils/index.ts deleted file mode 100644 index 04386a7c3deff..0000000000000 --- a/packages/admin-ui/src/node/utils/index.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { createCacheDir } from "./create-cache-dir" -import { getClientEnv } from "./get-client-env" -import { logger } from "./logger" -import { normalizePath } from "./normalize-path" -import { - findAllValidRoutes, - findAllValidSettings, - findAllValidWidgets, - validateRoute, - validateSetting, - validateWidget, -} from "./validate-extensions" -import { watchLocalAdminFolder } from "./watch-local-admin-folder" - -export { - logger, - normalizePath, - getClientEnv, - createCacheDir, - validateWidget, - validateRoute, - validateSetting, - findAllValidWidgets, - findAllValidRoutes, - findAllValidSettings, - watchLocalAdminFolder, -} diff --git a/packages/admin-ui/src/node/utils/logger.ts b/packages/admin-ui/src/node/utils/logger.ts deleted file mode 100644 index 247dc00ad928c..0000000000000 --- a/packages/admin-ui/src/node/utils/logger.ts +++ /dev/null @@ -1,74 +0,0 @@ -import colors from "picocolors" -import readline from "readline" - -const prefix = "[@medusajs/admin]" - -type LogType = "error" | "warn" | "info" - -interface LogOptions { - clearScreen?: boolean -} - -interface LogErrorOptions extends LogOptions { - error?: Error | null -} - -interface Logger { - info(msg: string, options?: LogOptions): void - warn(msg: string, options?: LogOptions): void - error(msg: string, options?: LogErrorOptions): void - panic(msg: string, options?: LogErrorOptions): void -} - -function clearScreen() { - const repeatCount = process.stdout.rows - 2 - const blank = repeatCount > 0 ? "\n".repeat(repeatCount) : "" - console.log(blank) - readline.cursorTo(process.stdout, 0, 0) - readline.clearScreenDown(process.stdout) -} - -const canClearScreen = process.stdout.isTTY && !process.env.CI -const clear = canClearScreen - ? clearScreen - : () => { - // noop - } - -function createLogger(): Logger { - const output = (type: LogType, msg: string, options?: LogErrorOptions) => { - const method = type === "info" ? "log" : type - const format = () => { - const tag = - type === "info" - ? colors.cyan(colors.bold(prefix)) - : type === "warn" - ? colors.yellow(colors.bold(prefix)) - : colors.red(colors.bold(prefix)) - return `${colors.dim(new Date().toLocaleTimeString())} ${tag} ${msg}` - } - - if (options?.clearScreen) { - clear() - } - - console[method](format()) - - if (options?.error) { - console.error(options.error) - } - } - - return { - info: (msg, options) => output("info", msg, options), - warn: (msg, options) => output("warn", msg, options), - error: (msg, options) => output("error", msg, options), - panic: (msg, options) => { - output("error", msg, options) - output("error", "Exiting process", {}) - process.exit(1) - }, - } -} - -export const logger = createLogger() diff --git a/packages/admin-ui/src/node/utils/normalize-path.ts b/packages/admin-ui/src/node/utils/normalize-path.ts deleted file mode 100644 index 32a4eae164b2c..0000000000000 --- a/packages/admin-ui/src/node/utils/normalize-path.ts +++ /dev/null @@ -1,6 +0,0 @@ -export function normalizePath(path: string): string { - const isWindows = process.platform === "win32" - const separator = isWindows ? "\\" : "/" - const regex = new RegExp(`\\${separator}`, "g") - return path.replace(regex, "/") -} diff --git a/packages/admin-ui/src/node/utils/validate-args.ts b/packages/admin-ui/src/node/utils/validate-args.ts deleted file mode 100644 index fc8de6b99a73c..0000000000000 --- a/packages/admin-ui/src/node/utils/validate-args.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { CustomWebpackConfigArgs } from "../types" -import { logger } from "./logger" - -function validateArgs(args: CustomWebpackConfigArgs) { - const { options } = args - - if (options.path) { - if (!options.path.startsWith("/")) { - logger.panic( - "'path' in the options of `@medusajs/admin` must start with a '/'" - ) - } - - if (options.path !== "/" && options.path.endsWith("/")) { - logger.panic( - "'path' in the options of `@medusajs/admin` cannot end with a '/'" - ) - } - - if (typeof options.path !== "string") { - logger.panic( - "'path' in the options of `@medusajs/admin` must be a string" - ) - } - } -} - -export { validateArgs } diff --git a/packages/admin-ui/src/node/utils/validate-extensions.ts b/packages/admin-ui/src/node/utils/validate-extensions.ts deleted file mode 100644 index a5e61d4b37f6a..0000000000000 --- a/packages/admin-ui/src/node/utils/validate-extensions.ts +++ /dev/null @@ -1,685 +0,0 @@ -import { parse, ParseResult, ParserOptions } from "@babel/parser" -import traverse, { NodePath } from "@babel/traverse" -import type { - ExportDefaultDeclaration, - ExportNamedDeclaration, - ObjectExpression, - ObjectMethod, - ObjectProperty, - SpreadElement, -} from "@babel/types" -import fse from "fs-extra" -import path from "path" -import { forbiddenRoutes, InjectionZone, injectionZones } from "../../client" -import { logger } from "./logger" -import { normalizePath } from "./normalize-path" - -function isValidInjectionZone(zone: any): zone is InjectionZone { - return injectionZones.includes(zone) -} - -/** - * Validates that the widget config export is valid. - * In order to be valid it must have a `zone` property that is either a `InjectionZone` or a `InjectionZone` array. - */ -function validateWidgetConfigExport( - properties: (ObjectMethod | ObjectProperty | SpreadElement)[] -): boolean { - const zoneProperty = properties.find( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "zone" - ) as ObjectProperty | undefined - - if (!zoneProperty) { - return false - } - - let zoneIsValid = false - - if (zoneProperty.value.type === "StringLiteral") { - zoneIsValid = isValidInjectionZone(zoneProperty.value.value) - } else if (zoneProperty.value.type === "ArrayExpression") { - zoneIsValid = zoneProperty.value.elements.every( - (zone) => - zone.type === "StringLiteral" && isValidInjectionZone(zone.value) - ) - } - - return zoneIsValid -} - -function validateRouteConfigExport( - properties: (ObjectMethod | ObjectProperty | SpreadElement)[] -): boolean { - const linkProperty = properties.find( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "link" - ) as ObjectProperty | undefined - - // Link property is optional for routes - if (!linkProperty) { - return true - } - - const linkValue = linkProperty.value as ObjectExpression - - let labelIsValid = false - - // Check that the linkProperty is an object and has a `label` property that is a string - if ( - linkValue.properties.some( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "label" && - p.value.type === "StringLiteral" - ) - ) { - labelIsValid = true - } - - return labelIsValid -} - -function validateSettingConfigExport( - properties: (ObjectMethod | ObjectProperty | SpreadElement)[] -): boolean { - const cardProperty = properties.find( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "card" - ) as ObjectProperty | undefined - - // Link property is required for settings - if (!cardProperty) { - return false - } - - const cardValue = cardProperty.value as ObjectExpression - - let hasLabel = false - let hasDescription = false - - if ( - cardValue.properties.some( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "label" && - p.value.type === "StringLiteral" - ) - ) { - hasLabel = true - } - - if ( - cardValue.properties.some( - (p) => - p.type === "ObjectProperty" && - p.key.type === "Identifier" && - p.key.name === "description" && - p.value.type === "StringLiteral" - ) - ) { - hasDescription = true - } - - return hasLabel && hasDescription -} - -function validateConfigExport( - path: NodePath, - type: "widget" | "route" | "setting" -) { - let hasValidConfigExport = false - - const declaration = path.node.declaration - if (declaration && declaration.type === "VariableDeclaration") { - const configDeclaration = declaration.declarations.find( - (d) => - d.type === "VariableDeclarator" && - d.id.type === "Identifier" && - d.id.name === "config" - ) - - if ( - configDeclaration && - configDeclaration.init.type === "ObjectExpression" - ) { - const properties = configDeclaration.init.properties - - if (type === "widget") { - hasValidConfigExport = validateWidgetConfigExport(properties) - } - - if (type === "route") { - hasValidConfigExport = validateRouteConfigExport(properties) - } - - if (type === "setting") { - hasValidConfigExport = validateSettingConfigExport(properties) - } - } else { - hasValidConfigExport = false - } - } - - return hasValidConfigExport -} - -/** - * Validates that the default export of a file is a valid React component. - * This is determined by checking if the default export is a function declaration - * with a return statement that returns a JSX element or fragment. - */ -function validateDefaultExport( - path: NodePath, - ast: ParseResult -) { - let hasComponentExport = false - - const declaration = path.node.declaration - if ( - declaration && - (declaration.type === "Identifier" || - declaration.type === "FunctionDeclaration") - ) { - const exportName = - declaration.type === "Identifier" - ? declaration.name - : declaration.id && declaration.id.name - - if (exportName) { - try { - traverse(ast, { - VariableDeclarator({ node, scope }) { - let isDefaultExport = false - - if (node.id.type === "Identifier" && node.id.name === exportName) { - isDefaultExport = true - } - - if (!isDefaultExport) { - return - } - - traverse( - node, - { - ReturnStatement(path) { - if ( - path.node.argument?.type === "JSXElement" || - path.node.argument?.type === "JSXFragment" - ) { - hasComponentExport = true - } - }, - }, - scope - ) - }, - }) - } catch (e) { - logger.error( - `There was an error while validating the default export of ${path}. The following error must be resolved before continuing:`, - { - error: e, - } - ) - return false - } - } - } - - return hasComponentExport -} - -/** - * Validates that a widget file has a valid default export and a valid config export. - * - */ -async function validateWidget(file: string) { - const content = await fse.readFile(file, "utf-8") - - const parserOptions: ParserOptions = { - sourceType: "module", - plugins: ["jsx"], - } - - if (file.endsWith(".ts") || file.endsWith(".tsx")) { - parserOptions.plugins.push("typescript") - } - - let ast: ParseResult - - try { - ast = parse(content, parserOptions) - } catch (e) { - logger.error( - `An error occurred while parsing the Widget "${file}", and the Widget cannot be injected. The following error must be resolved before continuing:`, - { - error: e, - } - ) - return false - } - - let hasConfigExport = false - let hasComponentExport = false - - try { - traverse(ast, { - ExportDefaultDeclaration: (path) => { - hasComponentExport = validateDefaultExport(path, ast) - }, - ExportNamedDeclaration: (path) => { - hasConfigExport = validateConfigExport(path, "widget") - }, - }) - } catch (e) { - logger.error( - `An error occurred while validating the Widget "${file}". The following error must be resolved before continuing:`, - { - error: e, - } - ) - return false - } - - if (hasConfigExport && !hasComponentExport) { - if (!hasComponentExport) { - logger.error( - `The default export in the Widget "${file}" is invalid and the widget will not be injected. Please make sure that the default export is a valid React component.` - ) - } - } - - if (!hasConfigExport && hasComponentExport) { - logger.error( - `The Widget config export in "${file}" is invalid and the Widget cannot be injected. Please ensure that the config is valid.` - ) - } - - return hasConfigExport && hasComponentExport -} - -/** - * This function takes a file path and converts it to a URL path. - * It converts the file path to a URL path by replacing any - * square brackets with colons, and then removing the "page.[jt]s" suffix. - */ -function createPath(filePath: string): string { - const normalizedPath = normalizePath(filePath) - - const regex = /\[(.*?)\]/g - const strippedPath = normalizedPath.replace(regex, ":$1") - - const url = strippedPath.replace(/\/page\.[jt]sx?$/i, "") - - return url -} - -function isForbiddenRoute(path: any): boolean { - return forbiddenRoutes.includes(path) -} - -function validatePath( - path: string, - origin: string -): { - valid: boolean - error: string -} { - if (isForbiddenRoute(path)) { - return { - error: `A route from ${origin} is using a forbidden path: ${path}.`, - valid: false, - } - } - - const specialChars = ["/", ":", "-"] - - for (let i = 0; i < path.length; i++) { - const currentChar = path[i] - - if ( - !specialChars.includes(currentChar) && - !/^[a-z0-9]$/i.test(currentChar) - ) { - return { - error: `A route from ${origin} is using an invalid path: ${path}. Only alphanumeric characters, "/", ":", and "-" are allowed.`, - valid: false, - } - } - - if (currentChar === ":" && (i === 0 || path[i - 1] !== "/")) { - return { - error: `A route from ${origin} is using an invalid path: ${path}. All dynamic segments must be preceded by a "/".`, - valid: false, - } - } - } - - return { - valid: true, - error: "", - } -} - -/** - * Validates that a file is a valid route. - * This is determined by checking if the file exports a valid React component - * as the default export, and a optional route config as a named export. - * If the file is not a valid route, `null` is returned. - * If the file is a valid route, a `ValidRouteResult` is returned. - */ -async function validateRoute( - file: string, - basePath: string -): Promise<{ - path: string - hasConfig: boolean - file: string -} | null> { - const cleanPath = createPath(file.replace(basePath, "")) - - const { valid, error } = validatePath(cleanPath, file) - - if (!valid) { - logger.error( - `The path ${cleanPath} for the UI Route "${file}" is invalid and the route cannot be injected. The following error must be fixed before the route can be injected: ${error}` - ) - - return null - } - - const content = await fse.readFile(file, "utf-8") - - let hasComponentExport = false - let hasConfigExport = false - - const parserOptions: ParserOptions = { - sourceType: "module", - plugins: ["jsx"], - } - - if (file.endsWith(".ts") || file.endsWith(".tsx")) { - parserOptions.plugins.push("typescript") - } - - let ast: ParseResult - - try { - ast = parse(content, parserOptions) - } catch (e) { - logger.error( - `An error occurred while parsing the UI Route "${file}", and the UI Route cannot be injected. The following error must be resolved before continuing:`, - { - error: e, - } - ) - return null - } - - try { - traverse(ast, { - ExportDefaultDeclaration: (path) => { - hasComponentExport = validateDefaultExport(path, ast) - }, - ExportNamedDeclaration: (path) => { - hasConfigExport = validateConfigExport(path, "route") - }, - }) - } catch (e) { - logger.error( - `An error occurred while validating the UI Route "${file}", and the UI Route cannot be injected. The following error must be resolved before continuing:`, - { - error: e, - } - ) - return null - } - - if (!hasComponentExport) { - logger.error( - `The default export in the UI Route "${file}" is invalid and the route cannot be injected. Please make sure that the default export is a valid React component.` - ) - - return null - } - - return { - path: cleanPath, - hasConfig: hasConfigExport, - file, - } -} - -async function validateSetting(file: string, basePath: string) { - const cleanPath = createPath(file.replace(basePath, "")) - - const { valid, error } = validatePath(cleanPath, file) - - if (!valid) { - logger.error( - `The path ${cleanPath} for the Setting "${file}" is invalid and the setting cannot be injected. The following error must be fixed before the Setting can be injected: ${error}` - ) - - return null - } - - const content = await fse.readFile(file, "utf-8") - - let hasComponentExport = false - let hasConfigExport = false - - const parserOptions: ParserOptions = { - sourceType: "module", - plugins: ["jsx"], - } - - if (file.endsWith(".ts") || file.endsWith(".tsx")) { - parserOptions.plugins.push("typescript") - } - - let ast: ParseResult - - try { - ast = parse(content, parserOptions) - } catch (e) { - logger.error( - ` - An error occured while parsing the Setting "${file}". The following error must be resolved before continuing: - `, - { - error: e, - } - ) - - return null - } - - try { - traverse(ast, { - ExportDefaultDeclaration: (path) => { - hasComponentExport = validateDefaultExport(path, ast) - }, - ExportNamedDeclaration: (path) => { - hasConfigExport = validateConfigExport(path, "setting") - }, - }) - } catch (e) { - logger.error( - ` - An error occured while validating the Setting "${file}". The following error must be resolved before continuing:`, - { - error: e, - } - ) - return null - } - - if (!hasComponentExport) { - logger.error( - `The default export in the Setting "${file}" is invalid and the page will not be injected. Please make sure that the default export is a valid React component.` - ) - - return null - } - - if (!hasConfigExport) { - logger.error( - `The named export "config" in the Setting "${file}" is invalid or missing and the settings page will not be injected. Please make sure that the file exports a valid config.` - ) - - return null - } - - return { - path: cleanPath, - file, - } -} - -async function findAllValidSettings(dir: string) { - const settingsFiles: string[] = [] - - const dirExists = await fse.pathExists(dir) - - if (!dirExists) { - return [] - } - - const paths = await fse.readdir(dir) - - let hasSubDirs = false - - // We only check the first level of directories for settings files - for (const pa of paths) { - const filePath = path.join(dir, pa) - const fileStat = await fse.stat(filePath) - - if (fileStat.isDirectory()) { - const files = await fse.readdir(filePath) - - for (const file of files) { - const filePath = path.join(dir, pa, file) - const fileStat = await fse.stat(filePath) - - if (fileStat.isFile() && /^(.*\/)?page\.[jt]sx?$/i.test(file)) { - settingsFiles.push(filePath) - break - } else if (fileStat.isDirectory()) { - hasSubDirs = true - } - } - } - } - - if (hasSubDirs) { - logger.warn( - `The directory ${dir} contains subdirectories. Settings do not support nested routes, only UI Routes support nested paths.` - ) - } - - const validSettingsFiles = await Promise.all( - settingsFiles.map(async (file) => validateSetting(file, dir)) - ) - - return validSettingsFiles.filter((file) => file !== null) -} - -/** - * Scans a directory for valid widgets. - * A valid widget is a file that exports a valid widget config and a valid React component. - */ -async function findAllValidWidgets(dir: string) { - const jsxAndTsxFiles: string[] = [] - - const dirExists = await fse.pathExists(dir) - - if (!dirExists) { - return [] - } - - async function traverseDirectory(currentPath: string) { - const files = await fse.readdir(currentPath) - - for (const file of files) { - const filePath = path.join(currentPath, file) - const fileStat = await fse.stat(filePath) - - if (fileStat.isDirectory()) { - await traverseDirectory(filePath) - } else if (fileStat.isFile() && /\.(js|jsx|ts|tsx)$/i.test(file)) { - jsxAndTsxFiles.push(filePath) - } - } - } - - await traverseDirectory(dir) - - const promises = jsxAndTsxFiles.map((file) => { - const isValid = validateWidget(file) - - return isValid ? file : null - }) - - const validFiles = await Promise.all(promises) - - return validFiles.filter((file) => file !== null) -} - -/** - * Scans a directory for valid routes. - * A valid route is a file that exports a optional route config and a valid React component. - */ -async function findAllValidRoutes(dir: string) { - const pageFiles: string[] = [] - - const dirExists = await fse.pathExists(dir) - - if (!dirExists) { - return [] - } - - async function traverseDirectory(currentPath: string) { - const files = await fse.readdir(currentPath) - - for (const file of files) { - const filePath = path.join(currentPath, file) - const fileStat = await fse.stat(filePath) - - if (fileStat.isDirectory()) { - await traverseDirectory(filePath) - } else if (fileStat.isFile() && /^(.*\/)?page\.[jt]sx?$/i.test(file)) { - pageFiles.push(filePath) - } - } - } - - await traverseDirectory(dir) - - const promises = pageFiles.map(async (file) => { - return validateRoute(file, dir) - }) - - const validFiles = await Promise.all(promises) - - return validFiles.filter((file) => file !== null) -} - -export { - createPath, - validateWidget, - validateRoute, - validateSetting, - findAllValidSettings, - findAllValidWidgets, - findAllValidRoutes, -} diff --git a/packages/admin-ui/src/node/utils/watch-local-admin-folder.ts b/packages/admin-ui/src/node/utils/watch-local-admin-folder.ts deleted file mode 100644 index 362219878ab44..0000000000000 --- a/packages/admin-ui/src/node/utils/watch-local-admin-folder.ts +++ /dev/null @@ -1,57 +0,0 @@ -import chokidar from "chokidar" -import fse from "fs-extra" -import path from "node:path" -import { createEntry } from "./create-entry" -import { logger } from "./logger" - -/** - * Watches the local admin directory for changes and updates the extensions cache directory accordingly. - */ -export async function watchLocalAdminFolder( - appDir: string, - cacheDir: string, - plugins: string[] -) { - const adminDir = path.resolve(appDir, "src", "admin") - - const watcher = chokidar.watch(adminDir, { - ignored: /(^|[/\\])\../, - ignoreInitial: true, - }) - - watcher.on("all", async (event, file) => { - if (event === "unlinkDir" || event === "unlink") { - removeUnlinkedFile(file, appDir, cacheDir) - } - - await createEntry({ - appDir, - dest: cacheDir, - plugins, - }) - - logger.info("Extensions cache directory was re-initialized") - }) - - process - .on("SIGINT", async () => { - await watcher.close() - }) - .on("SIGTERM", async () => { - await watcher.close() - }) -} - -function removeUnlinkedFile(file: string, appDir: string, cacheDir: string) { - const srcDir = path.resolve(appDir, "src", "admin") - const relativePath = path.relative(srcDir, file) - - const destDir = path.resolve(cacheDir, "admin", "src", "extensions") - const fileToDelete = path.resolve(destDir, relativePath) - - try { - fse.removeSync(fileToDelete) - } catch (error) { - logger.error(`An error occurred while removing ${fileToDelete}: ${error}`) - } -} diff --git a/packages/admin-ui/src/node/webpack/get-custom-webpack-config.ts b/packages/admin-ui/src/node/webpack/get-custom-webpack-config.ts deleted file mode 100644 index 75a7634574467..0000000000000 --- a/packages/admin-ui/src/node/webpack/get-custom-webpack-config.ts +++ /dev/null @@ -1,52 +0,0 @@ -import fse from "fs-extra" -import path from "node:path" -import webpack from "webpack" -import { CustomWebpackConfigArgs } from "../types" -import { logger } from "../utils" -import { validateArgs } from "../utils/validate-args" -import { getWebpackConfig } from "./get-webpack-config" -import { withCustomWebpackConfig } from "./with-custom-webpack-config" - -export async function getCustomWebpackConfig( - appDir: string, - args: CustomWebpackConfigArgs -) { - validateArgs(args) - - let config = getWebpackConfig(args) - - const adminConfigPath = path.join(appDir, "src", "admin", "webpack.config.js") - - const pathExists = await fse.pathExists(adminConfigPath) - - if (pathExists) { - let webpackAdminConfig: ReturnType - - try { - webpackAdminConfig = require(adminConfigPath) - } catch (e) { - logger.panic( - `An error occured while trying to load your custom Webpack config. See the error below for details:`, - { - error: e, - } - ) - } - - if (typeof webpackAdminConfig === "function") { - if (args.devServer) { - config.devServer = args.devServer - } - - config = webpackAdminConfig(config, webpack) - - if (!config) { - logger.panic( - "Nothing was returned from your custom webpack configuration" - ) - } - } - } - - return config -} diff --git a/packages/admin-ui/src/node/webpack/get-webpack-config.ts b/packages/admin-ui/src/node/webpack/get-webpack-config.ts deleted file mode 100644 index 2a8b53e9f1722..0000000000000 --- a/packages/admin-ui/src/node/webpack/get-webpack-config.ts +++ /dev/null @@ -1,191 +0,0 @@ -import ReactRefreshPlugin from "@pmmmwh/react-refresh-webpack-plugin" -import CopyPlugin from "copy-webpack-plugin" -import HtmlWebpackPlugin from "html-webpack-plugin" -import MiniCssExtractPlugin from "mini-css-extract-plugin" -import path from "node:path" -import { SwcMinifyWebpackPlugin } from "swc-minify-webpack-plugin" -import type { Configuration } from "webpack" -import webpack from "webpack" -import WebpackBar from "webpackbar" -import { WebpackConfigArgs } from "../types" -import { getClientEnv } from "../utils" -import { webpackAliases } from "./webpack-aliases" - -function formatPublicPath(path?: string) { - if (!path) { - return "/app/" - } - - if (path === "/") { - return path - } - - return path.endsWith("/") ? path : `${path}/` -} - -export function getWebpackConfig({ - entry, - dest, - cacheDir, - env, - options, - template, - publicFolder, - reporting = "fancy", -}: WebpackConfigArgs): Configuration { - const isProd = env === "production" - - const envVars = getClientEnv({ - env, - backend: options?.backend, - path: options?.path, - }) - - const publicPath = formatPublicPath(options?.path) - - const webpackPlugins = isProd - ? [ - new MiniCssExtractPlugin({ - filename: "[name].[chunkhash].css", - chunkFilename: "[name].[chunkhash].css", - }), - new WebpackBar({ - basic: reporting === "minimal", - fancy: reporting === "fancy", - }), - ] - : [new MiniCssExtractPlugin(), new ReactRefreshPlugin()] - - return { - mode: env, - devtool: isProd ? false : "inline-source-map", - entry: [entry], - output: { - path: dest, - filename: isProd ? "[name].[contenthash:8].js" : "[name].bundle.js", - chunkFilename: isProd - ? "[name].[contenthash:8].chunk.js" - : "[name].chunk.js", - }, - optimization: { - minimize: true, - minimizer: [new SwcMinifyWebpackPlugin()], - moduleIds: "deterministic", - runtimeChunk: true, - }, - module: { - rules: [ - { - test: /\.tsx?$/, - exclude: /node_modules/, - include: [cacheDir], - use: { - loader: "swc-loader", - options: { - jsc: { - parser: { - syntax: "typescript", // Use TypeScript syntax for parsing - jsx: true, // Enable JSX parsing - }, - transform: { - react: { - runtime: "automatic", - development: !isProd, - refresh: !isProd, - }, - }, - }, - }, - }, - }, - { - test: /\.jsx?$/, - exclude: /node_modules/, - include: [cacheDir], - use: { - loader: "swc-loader", - options: { - jsc: { - parser: { - syntax: "ecmascript", // Use Ecmascript syntax for parsing - jsx: true, // Enable JSX parsing - }, - transform: { - react: { - runtime: "automatic", - }, - }, - }, - }, - }, - }, - { - test: /\.css$/, - use: [MiniCssExtractPlugin.loader, "css-loader", "postcss-loader"], - }, - { - test: /\.svg$/, - oneOf: [ - { - type: "asset/resource", - resourceQuery: /url/, - }, - { - type: "asset/inline", - resourceQuery: /base64/, - }, - { - issuer: /\.[jt]sx?$/, - use: ["@svgr/webpack"], - }, - ], - generator: { - filename: `images/${isProd ? "[name]-[hash][ext]" : "[name][ext]"}`, - }, - }, - { - test: /\.(eot|otf|ttf|woff|woff2)$/, - type: "asset/resource", - }, - { - test: /\.m?jsx?$/, - resolve: { - fullySpecified: false, - }, - }, - ], - }, - resolve: { - alias: webpackAliases, - symlinks: false, - extensions: [".js", ".jsx", ".ts", ".tsx"], - mainFields: ["browser", "module", "main"], - modules: ["node_modules", path.resolve(__dirname, "..", "node_modules")], - fallback: { - readline: false, - path: false, - }, - }, - plugins: [ - new HtmlWebpackPlugin({ - inject: true, - template: template || path.resolve(__dirname, "..", "ui", "index.html"), - publicPath: publicPath, - }), - - new webpack.DefinePlugin(envVars), - - new CopyPlugin({ - patterns: [ - { - from: publicFolder || path.resolve(__dirname, "..", "ui", "public"), - to: path.resolve(dest, "public"), - }, - ], - }), - - ...webpackPlugins, - ].filter(Boolean), - stats: isProd ? "errors-only" : "errors-warnings", - } -} diff --git a/packages/admin-ui/src/node/webpack/index.ts b/packages/admin-ui/src/node/webpack/index.ts deleted file mode 100644 index b67e22917298d..0000000000000 --- a/packages/admin-ui/src/node/webpack/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { getCustomWebpackConfig } from "./get-custom-webpack-config" -import { getWebpackConfig } from "./get-webpack-config" -import { withCustomWebpackConfig } from "./with-custom-webpack-config" - -export { getCustomWebpackConfig, getWebpackConfig, withCustomWebpackConfig } diff --git a/packages/admin-ui/src/node/webpack/webpack-aliases.ts b/packages/admin-ui/src/node/webpack/webpack-aliases.ts deleted file mode 100644 index 3193f9a7a6881..0000000000000 --- a/packages/admin-ui/src/node/webpack/webpack-aliases.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { ALIASED_PACKAGES } from "../constants" - -/** - * Ensure that the admin-ui uses the same version of these packages as the project. - */ -export const webpackAliases = ALIASED_PACKAGES.reduce((acc, pkg) => { - acc[`${pkg}$`] = require.resolve(pkg) - return acc -}, {}) diff --git a/packages/admin-ui/src/node/webpack/with-custom-webpack-config.ts b/packages/admin-ui/src/node/webpack/with-custom-webpack-config.ts deleted file mode 100644 index 0d7510bf0628b..0000000000000 --- a/packages/admin-ui/src/node/webpack/with-custom-webpack-config.ts +++ /dev/null @@ -1,16 +0,0 @@ -import webpack, { type Configuration } from "webpack" - -/** - * Helper function to create a custom webpack config that can be used to - * extend the default webpack config used to build the admin UI. - */ -export function withCustomWebpackConfig( - callback: ( - config: Configuration, - webpackInstance: typeof webpack - ) => Configuration -) { - return (config: Configuration, webpackInstance: typeof webpack) => { - return callback(config, webpackInstance) - } -} diff --git a/packages/admin-ui/tsconfig.json b/packages/admin-ui/tsconfig.json deleted file mode 100644 index ca3b56127e530..0000000000000 --- a/packages/admin-ui/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "compilerOptions": { - "declaration": true, - "declarationMap": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, - "lib": ["es2019"], - "module": "commonjs", - "moduleResolution": "node", - "noEmit": false, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "dist", - "rootDir": ".", - "skipLibCheck": true - }, - "include": [ - "src", - "tsup.config.ts", - "webpack.config.dev.ts", - "src/node/webpack/get-webpack-config.ts" - ], - "exclude": ["node_modules", "ui", "./src/**/__tests__"] -} diff --git a/packages/admin-ui/tsconfig.spec.json b/packages/admin-ui/tsconfig.spec.json deleted file mode 100644 index b800dda7ee62d..0000000000000 --- a/packages/admin-ui/tsconfig.spec.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": "./tsconfig.json", - "include": ["src"], - "exclude": ["node_modules", "dist"] -} diff --git a/packages/admin-ui/tsup.config.ts b/packages/admin-ui/tsup.config.ts deleted file mode 100644 index c5a326ab4bc27..0000000000000 --- a/packages/admin-ui/tsup.config.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { defineConfig } from "tsup" - -export default defineConfig({ - entry: ["src/index.ts"], - dts: true, - skipNodeModulesBundle: true, - sourcemap: true, - minify: true, - clean: true, - format: ["cjs", "esm"], -}) diff --git a/packages/admin-ui/ui/i18next-parser.config.js b/packages/admin-ui/ui/i18next-parser.config.js deleted file mode 100644 index 0a5d377b1505b..0000000000000 --- a/packages/admin-ui/ui/i18next-parser.config.js +++ /dev/null @@ -1,106 +0,0 @@ -module.exports = { - contextSeparator: "_", - // Key separator used in your translation keys - - createOldCatalogs: false, - // Save the \_old files - - defaultNamespace: "translation", - // Default namespace used in your i18next config - - defaultValue: "", - // Default value to give to keys with no value - // You may also specify a function accepting the locale, namespace, key, and value as arguments - - indentation: 2, - // Indentation of the catalog files - - keepRemoved: false, - // Keep keys from the catalog that are no longer in code - - keySeparator: false, - // Key separator used in your translation keys - // If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance. - - // see below for more details - lexers: { - hbs: ["HandlebarsLexer"], - handlebars: ["HandlebarsLexer"], - - htm: ["HTMLLexer"], - html: ["HTMLLexer"], - - mjs: ["JavascriptLexer"], - js: ["JavascriptLexer"], // if you're writing jsx inside .js files, change this to JsxLexer - ts: ["JavascriptLexer"], - jsx: ["JsxLexer"], - tsx: ["JsxLexer"], - - default: ["JavascriptLexer"], - }, - - lineEnding: "auto", - // Control the line ending. See options at https://github.com/ryanve/eol - - locales: ["en"], - // An array of the locales in your applications - - namespaceSeparator: false, - // Namespace separator used in your translation keys - // If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance. - - output: "ui/public/locales/$LOCALE/$NAMESPACE.json", - // Supports $LOCALE and $NAMESPACE injection - // Supports JSON (.json) and YAML (.yml) file formats - // Where to write the locale files relative to process.cwd() - - pluralSeparator: "_", - // Plural separator used in your translation keys - // If you want to use plain english keys, separators such as `_` might conflict. You might want to set `pluralSeparator` to a different string that does not occur in your keys. - - input: undefined, - // An array of globs that describe where to look for source files - // relative to the location of the configuration file - - sort: false, - // Whether or not to sort the catalog. Can also be a [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#parameters) - - verbose: true, - // Display info about the parsing including some stats - - failOnWarnings: true, - // Exit with an exit code of 1 on warnings - - failOnUpdate: false, - // Exit with an exit code of 1 when translations are updated (for CI purpose) - - customValueTemplate: null, - // If you wish to customize the value output the value as an object, you can set your own format. - // ${defaultValue} is the default value you set in your translation function. - // Any other custom property will be automatically extracted. - // - // Example: - // { - // message: "${defaultValue}", - // description: "${maxLength}", // t('my-key', {maxLength: 150}) - // } - - resetDefaultValueLocale: null, - // The locale to compare with default values to determine whether a default value has been changed. - // If this is set and a default value differs from a translation in the specified locale, all entries - // for that key across locales are reset to the default value, and existing translations are moved to - // the `_old` file. - - i18nextOptions: null, - // If you wish to customize options in internally used i18next instance, you can define an object with any - // configuration property supported by i18next (https://www.i18next.com/overview/configuration-options). - // { compatibilityJSON: 'v3' } can be used to generate v3 compatible plurals. - - yamlOptions: null, - // If you wish to customize options for yaml output, you can define an object here. - // Configuration options are here (https://github.com/nodeca/js-yaml#dump-object---options-). - // Example: - // { - // lineWidth: -1, - // } -} diff --git a/packages/admin-ui/ui/index.html b/packages/admin-ui/ui/index.html deleted file mode 100644 index 75ecf10b1dcd7..0000000000000 --- a/packages/admin-ui/ui/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Medusa - - -
- - diff --git a/packages/admin-ui/ui/postcss.config.js b/packages/admin-ui/ui/postcss.config.js deleted file mode 100644 index 26ec0e2d9bc19..0000000000000 --- a/packages/admin-ui/ui/postcss.config.js +++ /dev/null @@ -1,11 +0,0 @@ -const path = require("path") - -module.exports = { - plugins: [ - require("tailwindcss/nesting"), - require("tailwindcss")({ - config: path.join(__dirname, "tailwind.config.js"), - }), - require("autoprefixer"), - ], -} diff --git a/packages/admin-ui/ui/public/locales/ar/translation.json b/packages/admin-ui/ui/public/locales/ar/translation.json deleted file mode 100644 index 5f41c9397a6f2..0000000000000 --- a/packages/admin-ui/ui/public/locales/ar/translation.json +++ /dev/null @@ -1,1919 +0,0 @@ -{ - "back-button-go-back": "رجوع", - "sales-channels-display-available-count": "متاح في <2>{{availableChannelsCount}} من <6>{{totalChannelsCount}} قنوات المبيعات", - "activity-drawer-activity": "النشاط", - "activity-drawer-no-notifications-title": "هدوء هنا...", - "activity-drawer-no-notifications-description": "ليس لديك أي إشعارات حاليًا ، ولكن بمجرد أن يكون لديك إشعارات ستظهر هنا.", - "activity-drawer-error-title": "آه لا...", - "activity-drawer-error-description": "حدث خطأ ما أثناء محاولة جلب إشعاراتك - سنواصل المحاولة!", - "activity-drawer-processing": "جار المعالجة...", - "analytics-config-form-title": "جعل بيانات الاستخدام الخاصة بي مجهولة الهوية", - "analytics-config-form-description": "يمكنك اختيار جعل بيانات استخدامك مجهولة الهوية. إذا تم تحديد هذا الخيار ، فلن نقوم بجمع معلوماتك الشخصية ، مثل اسمك وعنوان بريدك الإلكتروني.", - "analytics-config-form-opt-out": "عدم مشاركة بيانات الاستخدام الخاصة بي", - "analytics-config-form-opt-out-later": "يمكنك دائمًا اختيار عدم مشاركة بيانات الاستخدام الخاصة بك في أي وقت.", - "analytics-preferences-success": "نجاح", - "analytics-preferences-your-preferences-were-successfully-updated": "تم تحديث تفضيلاتك بنجاح", - "analytics-preferences-error": "حدث خطأ", - "analytics-preferences-help-us-get-better": "ساعدنا في التحسن", - "analytics-preferences-disclaimer": "لإنشاء أكثر تجربة تجارة إلكترونية شيقة، نود الحصول على رؤى حول كيفية استخدامك لـ Medusa. تسمح لنا رؤى المستخدمين ببناء منتج أفضل وأكثر جاذبية وأكثر قابلية للاستخدام. نحن نجمع البيانات فقط لتحسين المنتجات. اقرأ البيانات التي نجمعها في", - "analytics-preferences-documentation": "وثائقنا", - "analytics-preferences-please-enter-a-valid-email": "الرجاء إدخال بريد إلكتروني صالح", - "analytics-preferences-continue": "استمر", - "currency-input-currency": "العملة", - "currency-input-amount-is-not-valid": "المبلغ غير صالح", - "organisms-success": "نجاح", - "organisms-delete-successful": "تم الحذف بنجاح", - "organisms-are-you-sure-you-want-to-delete": "هل أنت متأكد أنك تريد الحذف؟", - "organisms-no-cancel": "لا، إلغاء", - "organisms-yes-remove": "نعم، إحذف", - "details-collapsible-hide-additional-details": "إخفاء التفاصيل الإضافية", - "details-collapsible-show-additional-details": "إظهار التفاصيل الإضافية", - "edit-user-modal-success": "نجاح", - "edit-user-modal-user-was-updated": "تم تحديث المستخدم", - "edit-user-modal-error": "حدث خطأ", - "edit-user-modal-edit-user": "تعديل المستخدم", - "edit-user-modal-first-name-label": "الاسم الأول", - "edit-user-modal-first-name-placeholder": "الاسم الأول...", - "edit-user-modal-last-name-label": "اسم العائلة", - "edit-user-modal-last-name-placeholder": "اسم العائلة...", - "edit-user-modal-email": "البريد الإلكتروني", - "edit-user-modal-cancel": "إلغاء", - "edit-user-modal-save": "حفظ", - "error-boundary-back-to-dashboard": "العودة إلى لوحة التحكم", - "error-boundary-an-unknown-error-occured": "حدث خطأ غير معروف", - "error-boundary-bad-request": "طلب خاطئ", - "error-boundary-you-are-not-logged-in": "أنت غير مسجل الدخول", - "error-boundary-you-do-not-have-permission-perform-this-action": "ليس لديك إذن لتنفيذ هذا الإجراء", - "error-boundary-page-was-not-found": "لم يتم العثور على الصفحة", - "error-boundary-an-unknown-server-error-occured": "حدث خطأ خادم غير معروف", - "error-boundary-503": "الخادم غير متاح حاليًا", - "error-boundary-500": "حدث خطأ بأسباب غير محددة، ومن المرجح أن يرجع ذلك إلى مشكلة فنية من جانبنا. يرجى تحديث الصفحة. إذا استمرت المشكلة، يرجى الاتصال بالمسؤول الخاص بك.", - "error-boundary-400": "الطلب غير صحيح، قم بإصلاح طلبك ثم حاول مرة أخرى.", - "error-boundary-401": "أنت غير مسجل الدخول ، يرجى تسجيل الدخول للمتابعة.", - "error-boundary-403": "ليس لديك إذن لتنفيذ هذا الإجراء ، إذا كنت تعتقد أن هذا خطأ ، اتصل بالمسؤول الخاص بك.", - "error-boundary-404": "لم يتم العثور على الصفحة التي طلبتها ، يرجى التحقق من عنوان الصفحة والمحاولة مرة أخرى.", - "error-boundary-500-2": "لم يتمكن الخادم من التعامل مع طلبك ، وهذا في الغالب بسبب مشكلة فنية من جانبنا. يرجى المحاولة مرة أخرى. إذا استمرت المشكلة، اتصل بالمسؤول الخاص بك.", - "error-boundary-503-2": "الخادم غير متوفر مؤقتًا ، ولم يتم معالجة طلبك. يرجى المحاولة مرة أخرى لاحقًا. إذا استمرت المشكلة، اتصل بالمسؤول الخاص بك.", - "export-modal-title": "قم بتهيئة تصدير لبياناتك", - "export-modal-cancel": "إلغاء", - "export-modal-export": "تصدير", - "file-upload-modal-upload-a-new-photo": "تحميل صورة جديدة", - "gift-card-banner-edit": "تعديل", - "gift-card-banner-unpublish": "إلغاء النشر", - "gift-card-banner-publish": "نشر", - "gift-card-banner-delete": "حذف", - "gift-card-banner-published": "منشور", - "gift-card-banner-unpublished": "غير منشور", - "gift-card-denominations-section-denomination-added": "تمت إضافة فئة", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "تمت إضافة فئة جديدة بنجاح", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "توجد بالفعل فئة بهذه القيمة الافتراضية", - "gift-card-denominations-section-error": "حدث خطأ", - "gift-card-denominations-section-add-denomination": "إضافة فئة", - "gift-card-denominations-section-cancel": "إلغاء", - "gift-card-denominations-section-save-and-close": "حفظ وإغلاق", - "gift-card-denominations-section-denomination-updated": "تم تحديث الفئة", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "تم تحديث فئة جديدة بنجاح", - "gift-card-denominations-section-edit-denomination": "تعديل الفئة", - "gift-card-denominations-section-denominations": "الفئات", - "gift-card-denominations-section-denomination": "الفئة", - "gift-card-denominations-section-in-other-currencies": "بعملات أخرى", - "gift-card-denominations-section-and-more_one": ", و {{count}} أكثر", - "gift-card-denominations-section-and-more_other": ", و {{count}} أكثر", - "gift-card-denominations-section-delete-denomination": "حذف الفئة", - "gift-card-denominations-section-confirm-delete": "هل أنت متأكد أنك تريد حذف هذه الفئة؟", - "gift-card-denominations-section-denomination-deleted": "تم حذف الفئة", - "gift-card-denominations-section-denomination-was-successfully-deleted": "تم حذف الفئة بنجاح", - "gift-card-denominations-section-edit": "تعديل", - "gift-card-denominations-section-delete": "حذف", - "help-dialog-how-can-we-help": "كيف يمكننا مساعدتك؟", - "help-dialog-we-usually-respond-in-a-few-hours": "عادةً نرد خلال بضع ساعات", - "help-dialog-subject": "الموضوع", - "help-dialog-what-is-it-about": "عن ماذا الموضوع؟...", - "help-dialog-write-a-message": "اكتب رسالة...", - "help-dialog-feel-free-to-join-our-community-of": "لا تتردد في الانضمام إلى مجتمعنا من", - "help-dialog-merchants-and-e-commerce-developers": "التجار ومطوري التجارة الإلكترونية", - "help-dialog-send-a-message": "إرسال رسالة", - "invite-modal-success": "نجاح", - "invite-modal-invitation-sent-to": "تم إرسال الدعوة إلى {{user}}", - "invite-modal-error": "حدث خطأ", - "invite-modal-member": "عضو", - "invite-modal-admin": "مدير", - "invite-modal-developer": "مطور", - "invite-modal-invite-users": "إدعو مستخدمين", - "invite-modal-email": "البريد الإلكتروني", - "invite-modal-role": "الدور", - "invite-modal-select-role": "حدد دور", - "invite-modal-cancel": "إلغاء", - "invite-modal-invite": "دعوة", - "login-card-no-match": "هذه البيانات غير مطابقة لسجلاتنا.", - "login-card-log-in-to-medusa": "تسجيل الدخول إلى Medusa", - "login-card-email": "البريد الإلكتروني", - "login-card-password": "كلمة المرور", - "login-card-forgot-your-password": "هل نسيت كلمة المرور؟", - "metadata-add-metadata": "إضافة بيانات وصفية", - "product-attributes-section-edit-attributes": "تحرير السمات", - "product-attributes-section-dimensions": "الأبعاد", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "قم بالتهيئة لحساب معدلات الشحن بأكثر دقة", - "product-attributes-section-customs": "الجمارك", - "product-attributes-section-cancel": "إلغاء", - "product-attributes-section-save": "حفظ", - "product-attributes-section-mid-code": "رمز MID", - "product-attributes-section-hs-code": "رمز HS", - "product-attributes-section-country-of-origin": "بلد المنشأ", - "product-general-section-success": "نجاح", - "product-general-section-successfully-updated-sales-channels": "تم تحديث قنوات المبيعات بنجاح", - "product-general-section-error": "حدث خطأ", - "product-general-section-failed-to-update-sales-channels": "فشل تحديث قنوات المبيعات", - "product-general-section-edit-general-information": "تحرير المعلومات العامة", - "product-general-section-gift-card": "بطاقة هدايا", - "product-general-section-product": "المنتج", - "product-general-section-metadata": "البيانات الوصفية", - "product-general-section-cancel": "إلغاء", - "product-general-section-save": "حفظ", - "product-general-section-delete": "حذف", - "product-general-section-edit-sales-channels": "تحرير قنوات المبيعات", - "product-general-section-published": "منشور", - "product-general-section-draft": "مسودة", - "product-general-section-details": "التفاصيل", - "product-general-section-subtitle": "العنوان الفرعي", - "product-general-section-handle": "المُعالج", - "product-general-section-type": "النوع", - "product-general-section-collection": "المجموعة", - "product-general-section-category": "الفئة", - "product-general-section-discountable": "قابل للخصم", - "product-general-section-true": "صحيح", - "product-general-section-false": "حدث خطأ", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "قنوات المبيعات", - "product-media-section-edit-media": "تحرير الوسائط", - "product-media-section-upload-images-error": "حدث خطأ ما أثناء محاولة تحميل الصور.", - "product-media-section-file-service-not-configured": "قد لا يكون لديك خدمة ملفات مهيأة. يرجى الاتصال بالمسؤول الخاص بك", - "product-media-section-error": "حدث خطأ", - "product-media-section-media": "الوسائط", - "product-media-section-add-images-to-your-product": "إضافة صور إلى منتجك.", - "product-media-section-cancel": "إلغاء", - "product-media-section-save-and-close": "حفظ وإغلاق", - "product-raw-section-raw-gift-card": "بطاقة هدايا خام", - "product-raw-section-raw-product": "منتج خام", - "product-thumbnail-section-success": "نجاح", - "product-thumbnail-section-successfully-deleted-thumbnail": "تم حذف الصورة المصغرة بنجاح", - "product-thumbnail-section-error": "حدث خطأ", - "product-thumbnail-section-edit": "تحرير", - "product-thumbnail-section-upload": "تحميل", - "product-thumbnail-section-upload-thumbnail-error": "حدث خطأ ما أثناء محاولة تحميل الصورة المصغرة.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "قد لا يكون لديك خدمة ملفات مهيأة. يرجى الاتصال بالمسؤول الخاص بك", - "product-thumbnail-section-upload-thumbnail": "تحميل الصورة المصغرة", - "product-thumbnail-section-thumbnail": "الصورة المصغرة", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "تُستخدم لتمثيل منتجك أثناء الدفع ومشاركة وسائل التواصل الاجتماعي وغيرها.", - "product-thumbnail-section-cancel": "إلغاء", - "product-thumbnail-section-save-and-close": "حفظ وإغلاق", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "إضافة أسعار", - "product-variants-section-add-variant": "إضافة متغير", - "product-variants-section-cancel": "إلغاء", - "product-variants-section-save-and-close": "حفظ وإغلاق", - "product-variants-section-edit-stock-inventory": "تحرير المخزون والجرد", - "product-variants-section-edit-variant": "تحرير المتغير", - "edit-variants-modal-cancel": "إلغاء", - "edit-variants-modal-save-and-go-back": "حفظ والعودة", - "edit-variants-modal-save-and-close": "حفظ وإغلاق", - "edit-variants-modal-edit-variant": "تحرير المتغير", - "edit-variants-modal-update-success": "تم تحديث المتغيرات بنجاح", - "edit-variants-modal-edit-variants": "تحرير المتغيرات", - "edit-variants-modal-product-variants": "متغيرات المنتج", - "edit-variants-modal-variant": "المتغير", - "edit-variants-modal-inventory": "المخزون", - "product-variants-section-edit-prices": "تحرير الأسعار", - "product-variants-section-edit-variants": "تحرير المتغيرات", - "product-variants-section-edit-options": "تحرير الخيارات", - "product-variants-section-product-variants": "متغيرات المنتج", - "product-variants-section-error": "حدث خطأ", - "product-variants-section-failed-to-update-product-options": "فشل تحديث خيارات المنتج", - "product-variants-section-success": "نجاح", - "product-variants-section-successfully-updated-product-options": "تم تحديث خيارات المنتج بنجاح", - "product-variants-section-product-options": "خيارات المنتج", - "product-variants-section-option-title": "عنوان الخيار", - "product-variants-section-option-title-is-required": "عنوان الخيار مطلوب", - "product-variants-section-add-an-option": "إضافة خيار", - "product-variants-section-inventory": "المخزون", - "product-variants-section-title": "العنوان", - "product-variants-section-sku": "رمز المنتج", - "product-variants-section-ean": "رمز EAN", - "product-variants-section-manage-inventory": "إدارة المخزون", - "product-variants-section-duplicate-variant": "تكرار المتغير", - "product-variants-section-delete-variant-label": "حذف المتغير", - "product-variants-section-yes-delete": "نعم، احذف", - "product-variants-section-delete-variant-heading": "حذف المتغير", - "product-variants-section-confirm-delete": "هل أنت متأكد أنك تريد حذف هذا المتغير؟", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "ملاحظة: سيؤدي حذف المتغير أيضًا إلى إزالة عناصر المخزون والمستويات", - "reset-token-card-error": "حدث خطأ", - "reset-token-card-reset-your-password": "إعادة تعيين كلمة المرور الخاصة بك", - "reset-token-card-password-reset-description": "أدخل عنوان بريدك الإلكتروني أدناه ، وسنرسل لك <1> تعليمات حول كيفية إعادة تعيين <3> كلمة مرورك.", - "reset-token-card-email": "البريد الإلكتروني", - "reset-token-card-this-is-not-a-valid-email": "هذا ليس بريدًا إلكترونيًا صالحًا", - "reset-token-card-send-reset-instructions": "إرسال تعليمات إعادة التعيين", - "reset-token-card-successfully-sent-you-an-email": "تم إرسال رسالة بريد إلكتروني إليك بنجاح", - "reset-token-card-go-back-to-sign-in": "العودة إلى تسجيل الدخول", - "rma-return-product-table-product-details": "تفاصيل المنتج", - "rma-return-product-table-quantity": "الكمية", - "rma-select-product-table-product-details": "تفاصيل المنتج", - "rma-select-product-table-quantity": "الكمية", - "rma-select-product-table-refundable": "قابل للاسترداد", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "حدد سبب", - "sidebar-store": "المتجر", - "sidebar-orders": "الطلبات", - "sidebar-products": "المنتجات", - "sidebar-categories": "الفئات", - "sidebar-customers": "العملاء", - "sidebar-inventory": "المخزون", - "sidebar-discounts": "الخصومات", - "sidebar-gift-cards": "بطاقات الهدايا", - "sidebar-pricing": "التسعير", - "sidebar-settings": "الإعدادات", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} من {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} من {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} من {{soothedPageCount}}", - "timeline-request-return": "طلب استرجاع", - "timeline-register-exchange": "تسجيل مبادلة", - "timeline-register-claim": "تسجيل مطالبة", - "timeline-success": "نجاح", - "timeline-added-note": "تمت إضافة ملاحظة", - "timeline-error": "حدث خطأ", - "timeline-timeline": "الجدول الزمني", - "upload-modal-new": "جديد", - "upload-modal-updates": "التحديثات", - "upload-modal-drop-your-file-here-or": "أسقط ملفك هنا أو", - "upload-modal-click-to-browse": "انقر للتصفح.", - "upload-modal-only-csv-files-are-supported": "يتم فقط دعم ملفات CSV.", - "upload-modal-import-file-title": "استيراد {{fileTitle}}", - "upload-modal-cancel": "إلغاء", - "upload-modal-import-list": "استيراد قائمة", - "add-products-modal-add-products": "إضافة منتجات", - "add-products-modal-search-by-name-or-description": "البحث بالاسم أو الوصف...", - "add-products-modal-cancel": "إلغاء", - "add-products-modal-save": "حفظ", - "add-products-modal-product-details": "تفاصيل المنتج", - "add-products-modal-status": "الحالة", - "add-products-modal-variants": "المتغيرات", - "templates-general": "عام", - "templates-first-name": "الاسم الأول", - "templates-last-name": "اسم العائلة", - "templates-company": "الشركة", - "templates-phone": "هاتف", - "templates-billing-address": "عنوان الفوترة", - "templates-shipping-address": "عنوان الشحن", - "templates-address": "العنوان", - "templates-address-1": "العنوان 1", - "templates-address-2": "العنوان 2", - "templates-postal-code": "الرمز البريدي", - "templates-city": "المدينة", - "templates-province": "المحافظة", - "templates-country": "البلد", - "templates-metadata": "البيانات الوصفية", - "collection-modal-success": "نجاح", - "collection-modal-successfully-updated-collection": "تم تحديث المجموعة بنجاح", - "collection-modal-error": "حدث خطأ", - "collection-modal-successfully-created-collection": "تم إنشاء المجموعة بنجاح", - "collection-modal-edit-collection": "تعديل المجموعة", - "collection-modal-add-collection": "إضافة مجموعة", - "collection-modal-description": "لإنشاء مجموعة ، كل ما تحتاجه هو عنوان ومعالج.", - "collection-modal-details": "التفاصيل", - "collection-modal-title-label": "العنوان", - "collection-modal-title-placeholder": "النظارات الشمسية", - "collection-modal-handle-label": "المُعالج", - "collection-modal-handle-placeholder": "النظارات الشمسية", - "collection-modal-slug-description": "عنوان الصفحة للمجموعة. سيتم إنشاؤه تلقائيًا إذا ترك فارغًا.", - "collection-modal-metadata": "البيانات الوصفية", - "collection-modal-cancel": "إلغاء", - "collection-modal-save-collection": "حفظ المجموعة", - "collection-modal-publish-collection": "نشر المجموعة", - "collection-product-table-add-products": "إضافة منتجات", - "collection-product-table-products": "المنتجات", - "collection-product-table-search-products": "البحث عن منتجات", - "collection-product-table-cancel": "إلغاء", - "collection-product-table-save": "حفظ", - "collection-product-table-sort-by": "الترتيب حسب", - "collection-product-table-all": "الكل", - "collection-product-table-newest": "الأحدث", - "collection-product-table-oldest": "الأقدم", - "collection-product-table-title": "العنوان", - "collection-product-table-decide-status-published": "منشور", - "collection-product-table-draft": "مسودة", - "collection-product-table-proposed": "مقترح", - "collection-product-table-rejected": "مرفوض", - "collection-product-table-remove-product-from-collection": "إزالة المنتج من المجموعة", - "collection-product-table-product-removed-from-collection": "تمت إزالة المنتج من المجموعة", - "collections-table-delete-collection": "حذف المجموعة", - "collections-table-confirm-delete": "هل أنت متأكد من أنك تريد حذف هذه المجموعة؟", - "collections-table-edit": "تعديل", - "collections-table-delete": "حذف", - "collections-table-title": "العنوان", - "collections-table-handle": "المُعالج", - "collections-table-created-at": "تم إنشاؤه في", - "collections-table-updated-at": "تم تحديثه في", - "collections-table-products": "المنتجات", - "customer-group-table-details": "التفاصيل", - "customer-group-table-delete": "حذف", - "customer-group-table-success": "نجاح", - "customer-group-table-group-deleted": "تم حذف المجموعة", - "customer-group-table-error": "حدث خطأ", - "customer-group-table-failed-to-delete-the-group": "فشل حذف المجموعة", - "customer-group-table-customer-groups": "مجموعات العملاء", - "customer-group-table-delete-from-the-group": "حذف من المجموعة", - "customer-group-table-customer-groups-title": "مجموعات العملاء", - "customer-group-table-groups": "المجموعات", - "customer-group-table-all": "الكل", - "customer-group-table-edit-customers": "تعديل العملاء", - "customer-group-table-customers": "العملاء", - "customer-group-table-cancel": "إلغاء", - "customer-group-table-save": "حفظ", - "customer-orders-table-orders": "الطلبات", - "customer-orders-table-transfer-order": "تحويل الطلب", - "customer-orders-table-paid": "مدفوع", - "customer-orders-table-awaiting": "في انتظار", - "customer-orders-table-requires-action": "يتطلب إجراء", - "customer-orders-table-n-a": "غير متوفر", - "customer-orders-table-fulfilled": "تم تنفيذه", - "customer-orders-table-shipped": "تم الشحن", - "customer-orders-table-not-fulfilled": "لم يتم تنفيذه", - "customer-orders-table-partially-fulfilled": "تم تنفيذه جزئياً", - "customer-orders-table-partially-shipped": "تم شحنه جزئياً", - "customer-orders-table-order": "الطلب", - "customer-orders-table-remainder-more": "+ {{remainder}} أكثر", - "customer-orders-table-date": "التاريخ", - "customer-orders-table-fulfillment": "التنفيذ", - "customer-orders-table-status": "الحالة", - "customer-orders-table-total": "المجموع", - "customer-table-customers": "العملاء", - "customer-table-edit": "تعديل", - "customer-table-details": "التفاصيل", - "customer-table-date-added": "تاريخ الإضافة", - "customer-table-name": "الاسم", - "customer-table-email": "البريد الإلكتروني", - "customer-table-orders": "الطلبات", - "discount-filter-dropdown-filters": "الفلاتر", - "discount-table-discounts": "الخصومات", - "discount-table-search-by-code-or-description": "البحث بالرمز أو الوصف...", - "discount-table-success": "نجاح", - "discount-table-successfully-copied-discount": "تم نسخ الخصم بنجاح", - "discount-table-error": "حدث خطأ", - "discount-table-scheduled": "مجدول", - "discount-table-expired": "منتهية الصلاحية", - "discount-table-active": "نشط", - "discount-table-disabled": "معطل", - "discount-table-free-shipping": "شحن مجاني", - "discount-table-code": "الرمز", - "discount-table-description": "الوصف", - "discount-table-amount": "المبلغ", - "discount-table-status": "الحالة", - "discount-table-redemptions": "استردادات", - "discount-table-delete-discount": "حذف الخصم", - "discount-table-confirm-delete": "هل أنت متأكد أنك تريد حذف هذا الخصم؟", - "discount-table-publish": "نشر", - "discount-table-unpublish": "إلغاء النشر", - "discount-table-successfully-published-discount": "تم نشر الخصم بنجاح", - "discount-table-successfully-unpublished-discount": "تم إلغاء نشر الخصم بنجاح", - "discount-table-duplicate": "تكرار", - "discount-table-delete": "حذف", - "draft-order-table-draft-orders": "مسودات الطلبات", - "draft-order-table-completed": "مكتمل", - "draft-order-table-open": "مفتوح", - "draft-order-table-draft": "مسودة", - "draft-order-table-order": "الطلب", - "draft-order-table-date-added": "تاريخ الإضافة", - "draft-order-table-customer": "العميل", - "draft-order-table-status": "الحالة", - "gift-card-filter-dropdown-is-in-the-last": "في الأخير", - "gift-card-filter-dropdown-is-older-than": "أقدم من", - "gift-card-filter-dropdown-is-after": "بعد", - "gift-card-filter-dropdown-is-before": "قبل", - "gift-card-filter-dropdown-is-equal-to": "يساوي", - "gift-card-filter-dropdown-filters": "الفلاتر", - "gift-card-filter-dropdown-status": "الحالة", - "gift-card-filter-dropdown-payment-status": "حالة الدفع", - "gift-card-filter-dropdown-fulfillment-status": "حالة التنفيذ", - "gift-card-filter-dropdown-date": "التاريخ", - "gift-card-table-gift-cards": "بطاقات الهدايا", - "gift-card-table-code": "الرمز", - "gift-card-table-order": "الطلب", - "gift-card-table-original-amount": "المبلغ الأصلي", - "gift-card-table-balance": "الرصيد", - "gift-card-table-region-has-been-deleted": "تم حذف المنطقة", - "gift-card-table-none": "لا شيء", - "gift-card-table-created": "تم إنشاؤه", - "image-table-file-name": "اسم الملف", - "image-table-thumbnail": "الصورة المصغرة", - "image-table-select-thumbnail-image-for-product": "حدد الصورة التي تريد استخدامها كصورة مصغرة لهذا المنتج", - "inventory-table-inventory-items": "عناصر المخزون", - "inventory-table-actions-adjust-availability": "تعديل التوفر", - "inventory-table-view-product": "عرض المنتج", - "inventory-table-success": "نجاح", - "inventory-table-inventory-item-updated-successfully": "تم تحديث عنصر المخزون بنجاح", - "inventory-table-adjust-availability": "تعديل التوفر", - "inventory-table-cancel": "إلغاء", - "inventory-table-save-and-close": "حفظ وإغلاق", - "inventory-table-item": "العنصر", - "inventory-table-variant": "المتغير", - "inventory-table-sku": "رمز المنتج", - "inventory-table-reserved": "محجوز", - "inventory-table-in-stock": "متوفر", - "order-filter-dropdown-filters": "الفلاتر", - "order-filter-dropdown-status": "الحالة", - "order-filter-dropdown-payment-status": "حالة الدفع", - "order-filter-dropdown-fulfillment-status": "حالة التنفيذ", - "order-filter-dropdown-regions": "المناطق", - "order-filter-dropdown-sales-channel": "قناة المبيعات", - "order-filter-dropdown-date": "التاريخ", - "order-table-paid": "مدفوع", - "order-table-awaiting": "في انتظار", - "order-table-requires-action": "يتطلب إجراء", - "order-table-canceled": "ألغيت", - "order-table-n-a": "غير متوفر", - "order-table-order": "الطلب", - "order-table-date-added": "تاريخ الإضافة", - "order-table-customer": "العميل", - "order-table-fulfillment": "التنفيذ", - "order-table-payment-status": "حالة الدفع", - "order-table-sales-channel": "قناة المبيعات", - "order-table-total": "المجموع", - "order-table-filters-complete": "مكتمل", - "order-table-filters-incomplete": "غير مكتمل", - "price-list-table-filters": "الفلاتر", - "price-list-table-status": "الحالة", - "price-list-table-type": "النوع", - "price-list-table-price-lists": "قوائم الأسعار", - "price-list-table-success": "نجاح", - "price-list-table-successfully-copied-price-list": "تم نسخ قائمة الأسعار بنجاح", - "price-list-table-error": "حدث خطأ", - "price-list-table-delete-price-list": "حذف قائمة الأسعار", - "price-list-table-confirm-delete": "هل أنت متأكد من حذف هذه القائمة؟", - "price-list-table-successfully-deleted-the-price-list": "تم حذف قائمة الأسعار بنجاح", - "price-list-table-successfully-unpublished-price-list": "تم إلغاء نشر قائمة الأسعار بنجاح", - "price-list-table-successfully-published-price-list": "تم نشر قائمة الأسعار بنجاح", - "price-list-table-unpublish": "إلغاء النشر", - "price-list-table-publish": "نشر", - "price-list-table-delete": "حذف", - "price-list-table-name": "الاسم", - "price-list-table-description": "الوصف", - "price-list-table-groups": "المجموعات", - "price-list-table-other-more": "+ {{other}} أكثر", - "price-overrides-apply-overrides-on-selected-variants": "تطبيق التجاوزات على المتغيرات المحددة", - "price-overrides-apply-on-all-variants": "التطبيق على جميع المتغيرات", - "price-overrides-prices": "الأسعار", - "price-overrides-cancel": "إلغاء", - "price-overrides-save-and-close": "حفظ وإغلاق", - "price-overrides-show-regions": "إظهار المناطق", - "product-table-products": "المنتجات", - "product-table-copy-success": "نجاح", - "product-table-copy-created-a-new-product": "تم إنشاء منتج جديد", - "product-table-copy-error": "حدث خطأ", - "product-table-delete-product": "حذف المنتج", - "product-table-confirm-delete": "هل أنت متأكد من حذف هذا المنتج؟", - "product-table-edit": "تعديل", - "product-table-unpublish": "إلغاء النشر", - "product-table-publish": "نشر", - "product-table-draft": "مسودة", - "product-table-published": "منشور", - "product-table-success": "نجاح", - "product-table-successfully-unpublished-product": "تم إلغاء نشر المنتج بنجاح", - "product-table-successfully-published-product": "تم نشر المنتج بنجاح", - "product-table-error": "حدث خطأ", - "product-table-duplicate": "تكرار", - "product-table-delete": "حذف", - "product-table-proposed": "مقترح", - "product-table-published-title": "منشور", - "product-table-rejected": "مرفوض", - "product-table-draft-title": "مسودة", - "product-table-name": "الاسم", - "product-table-collection": "المجموعة", - "product-table-status": "الحالة", - "product-table-availability": "التوفر", - "product-table-inventory": "المخزون", - "product-table-inventory-in-stock-count_one": " متوفر لـ {{count}} متغير", - "product-table-inventory-in-stock-count_other": " متوفر لـ {{count}} متغير", - "reservation-form-location": "الموقع", - "reservation-form-choose-where-you-wish-to-reserve-from": "اختر المكان الذي تريد حجز منه.", - "reservation-form-item-to-reserve": "العنصر للحجز", - "reservation-form-select-the-item-that-you-wish-to-reserve": "حدد العنصر الذي تريد حجزه.", - "reservation-form-item": "العنصر", - "reservation-form-in-stock": "متوفر", - "reservation-form-available": "متاح", - "reservation-form-reserve": "احجز", - "reservation-form-remove-item": "إزالة العنصر", - "reservation-form-description": "الوصف", - "reservation-form-what-type-of-reservation-is-this": "ما نوع الحجز هذا؟", - "reservations-table-reservations": "الحجوزات", - "reservations-table-edit": "تعديل", - "reservations-table-delete": "حذف", - "reservations-table-confirm-delete": "هل أنت متأكد من إزالة هذا الحجز؟", - "reservations-table-remove-reservation": "إزالة الحجز", - "reservations-table-reservation-has-been-removed": "تمت إزالة الحجز", - "new-success": "نجاح", - "new-successfully-created-reservation": "تم إنشاء الحجز بنجاح", - "new-error": "حدث خطأ", - "new-cancel": "إلغاء", - "new-save-reservation": "حفظ الحجز", - "new-reserve-item": "حجز عنصر", - "new-metadata": "البيانات الوصفية", - "reservations-table-order-id": "معرّف الطلب", - "reservations-table-description": "الوصف", - "reservations-table-created": "تم إنشاؤه", - "reservations-table-quantity": "الكمية", - "search-modal-start-typing-to-search": "ابدأ الكتابة للبحث...", - "search-modal-clear-search": "مسح البحث", - "search-modal-or": "أو", - "search-modal-to-navigate": "للتنقل", - "search-modal-to-select-and": "للتحديد، و", - "search-modal-to-search-anytime": "للبحث في أي وقت", - "templates-settings": "الإعدادات", - "templates-manage-the-settings-for-your-medusa-store": "إدارة إعدادات متجر Medusa الخاص بك", - "transfer-orders-modal-info": "معلومات", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "العميل هو بالفعل مالك الطلب", - "transfer-orders-modal-success": "نجاح", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "تم تحويل الطلب بنجاح إلى عميل مختلف", - "transfer-orders-modal-error": "حدث خطأ", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "تعذر تحويل الطلب إلى عميل مختلف", - "transfer-orders-modal-transfer-order": "تحويل الطلب", - "transfer-orders-modal-order": "الطلب", - "transfer-orders-modal-current-owner": "المالك الحالي", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "العميل المرتبط حاليًا بهذا الطلب", - "transfer-orders-modal-new-owner": "مالك جديد", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "العميل الذي يتم تحويل هذا الطلب إليه", - "transfer-orders-modal-cancel": "إلغاء", - "transfer-orders-modal-confirm": "تأكيد", - "templates-edit-user": "تعديل المستخدم", - "templates-remove-user": "إزالة المستخدم", - "templates-resend-invitation": "إعادة إرسال الدعوة", - "templates-success": "نجاح", - "templates-invitiation-link-has-been-resent": "تمت إعادة إرسال رابط الدعوة", - "templates-copy-invite-link": "نسخ رابط الدعوة", - "templates-invite-link-copied-to-clipboard": "تم نسخ رابط الدعوة إلى الحافظة", - "templates-remove-invitation": "إزالة الدعوة", - "templates-expired": "منتهية", - "templates-pending": "قيد الانتظار", - "templates-all": "الكل", - "templates-member": "عضو", - "templates-admin": "مدير", - "templates-no-team-permissions": "لا توجد أذونات فريق", - "templates-status": "الحالة", - "templates-active": "نشط", - "templates-name": "الاسم", - "templates-email": "البريد الإلكتروني", - "templates-team-permissions": "أذونات الفريق", - "templates-confirm-remove": "هل أنت متأكد من إزالة هذا المستخدم؟", - "templates-remove-user-heading": "إزالة المستخدم", - "templates-user-has-been-removed": "تمت إزالة المستخدم", - "templates-confirm-remove-invite": "هل أنت متأكد من إزالة هذه الدعوة؟", - "templates-remove-invite": "إزالة الدعوة", - "templates-invitiation-has-been-removed": "تمت إزالة الدعوة", - "multiselect-choose-categories": "اختر الفئات", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "نجاح", - "details-updated-products-in-collection": "تم تحديث المنتجات في المجموعة", - "details-error": "حدث خطأ", - "details-back-to-collections": "العودة إلى المجموعات", - "details-edit-collection": "تعديل المجموعة", - "details-delete": "حذف", - "details-metadata": "البيانات الوصفية", - "details-edit-products": "تعديل المنتجات", - "details-products-in-this-collection": "المنتجات في هذه المجموعة", - "details-raw-collection": "المجموعة الأصلية", - "details-delete-collection": "حذف المجموعة", - "details-successfully-deleted-collection": "تم حذف المجموعة بنجاح", - "details-yes-delete": "نعم، احذف", - "details-successfully-updated-customer": "تم تحديث العميل بنجاح", - "details-customer-details": "تفاصيل العميل", - "details-general": "عام", - "details-first-name": "الاسم الأول", - "details-lebron": "ليبرون", - "details-last-name": "اسم العائلة", - "details-james": "جيمس", - "details-email": "البريد الإلكتروني", - "details-phone-number": "رقم الهاتف", - "details-cancel": "إلغاء", - "details-save-and-close": "حفظ وإغلاق", - "details-edit": "تعديل", - "details-back-to-customers": "العودة إلى العملاء", - "details-first-seen": "شوهد لأول مرة", - "details-phone": "هاتف", - "details-orders": "الطلبات", - "details-user": "المستخدم", - "details-orders_one": "الطلبات {{count}}", - "details-orders_other": "الطلبات {{count}}", - "details-an-overview-of-customer-orders": "نظرة عامة على طلبات العميل", - "details-raw-customer": "العميل الأصلي", - "groups-group-updated": "تم تحديث المجموعة", - "groups-group-created": "تم إنشاء المجموعة", - "groups-the-customer-group-has-been-updated": "تم تحديث مجموعة العملاء", - "groups-the-customer-group-has-been-created": "تم إنشاء مجموعة العملاء", - "groups-edit-customer-group": "تعديل مجموعة العملاء", - "groups-create-a-new-customer-group": "إنشاء مجموعة عملاء جديدة", - "groups-details": "التفاصيل", - "groups-metadata": "البيانات الوصفية", - "groups-cancel": "إلغاء", - "groups-edit-group": "تعديل المجموعة", - "groups-publish-group": "نشر المجموعة", - "groups-no-customers-in-this-group-yet": "لا يوجد عملاء في هذه المجموعة بعد", - "groups-customers": "العملاء", - "groups-edit": "تعديل", - "groups-delete": "حذف", - "groups-yes-delete": "نعم، احذف", - "groups-delete-the-group": "حذف المجموعة", - "groups-group-deleted": "تم حذف المجموعة", - "groups-confirm-delete-customer-group": "هل أنت متأكد من حذف مجموعة العملاء هذه؟", - "groups-back-to-customer-groups": "العودة إلى مجموعات العملاء", - "groups-new-group": "مجموعة جديدة", - "add-condition-conditions-were-successfully-added": "تمت إضافة الشروط بنجاح", - "add-condition-discount-conditions-updated": "تم تحديث شروط الخصم", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "يجب استخدام useConditions داخل ConditionsProvider", - "collections-search": "بحث...", - "collections-cancel": "إلغاء", - "collections-save-and-go-back": "حفظ والعودة", - "collections-save-and-close": "حفظ وإغلاق", - "customer-groups-search": "بحث...", - "customer-groups-cancel": "إلغاء", - "customer-groups-save-and-go-back": "حفظ والعودة", - "customer-groups-save-and-close": "حفظ وإغلاق", - "product-types-search": "بحث...", - "product-types-cancel": "إلغاء", - "product-types-save-and-go-back": "حفظ والعودة", - "product-types-save-and-close": "حفظ وإغلاق", - "products-search": "بحث...", - "products-cancel": "إلغاء", - "products-save-and-go-back": "حفظ والعودة", - "products-save-and-close": "حفظ وإغلاق", - "tags-search": "بحث...", - "tags-cancel": "إلغاء", - "tags-save-and-go-back": "حفظ والعودة", - "tags-save-and-close": "حفظ وإغلاق", - "edit-condition-add-conditions": "إضافة شروط", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "إلغاء التحديد", - "edit-condition-remove": "إزالة", - "edit-condition-add": "إضافة", - "edit-condition-title": "تحرير {{type}} في شرط الخصم", - "edit-condition-close": "إغلاق", - "edit-condition-success": "نجاح", - "edit-condition-the-resources-were-successfully-added": "تمت إضافة الموارد بنجاح", - "edit-condition-error": "حدث خطأ", - "edit-condition-failed-to-add-resources": "فشلت إضافة الموارد", - "edit-condition-the-resources-were-successfully-removed": "تمت إزالة الموارد بنجاح", - "edit-condition-failed-to-remove-resources": "فشلت إزالة الموارد", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "يجب استخدام useEditConditionContext داخل EditConditionProvider", - "conditions-conditions": "الشروط", - "conditions-add-condition-label": "إضافة شرط", - "conditions-this-discount-has-no-conditions": "لا توجد شروط لهذا الخصم", - "conditions-success": "نجاح", - "conditions-condition-removed": "تمت إزالة الشرط", - "conditions-error": "حدث خطأ", - "conditions-edit-condition": "تعديل الشرط", - "conditions-delete-condition": "حذف الشرط", - "conditions-discount-is-applicable-to-specific-products": "ينطبق الخصم على منتجات محددة", - "conditions-discount-is-applicable-to-specific-collections": "ينطبق الخصم على مجموعات محددة", - "conditions-discount-is-applicable-to-specific-product-tags": "ينطبق الخصم على علامات منتج محددة", - "conditions-discount-is-applicable-to-specific-product-types": "ينطبق الخصم على أنواع منتجات محددة", - "conditions-discount-is-applicable-to-specific-customer-groups": "ينطبق الخصم على مجموعات عملاء محددة", - "configurations-success": "نجاح", - "configurations-discount-updated-successfully": "تم تحديث الخصم بنجاح", - "configurations-error": "حدث خطأ", - "configurations-edit-configurations": "تحرير التكوينات", - "configurations-cancel": "إلغاء", - "configurations-save": "حفظ", - "configurations-configurations": "التكوينات", - "configurations-start-date": "تاريخ البدء", - "configurations-end-date": "تاريخ الانتهاء", - "configurations-delete-configuration": "حذف التكوين", - "configurations-discount-end-date-removed": "تمت إزالة تاريخ انتهاء الخصم", - "configurations-number-of-redemptions": "عدد مرات الاسترداد", - "configurations-redemption-limit-removed": "تمت إزالة حد الاسترداد", - "configurations-delete-setting": "حذف الإعداد", - "configurations-discount-duration-removed": "تمت إزالة مدة الخصم", - "general-success": "نجاح", - "general-discount-updated-successfully": "تم تحديث الخصم بنجاح", - "general-error": "حدث خطأ", - "general-edit-general-information": "تعديل المعلومات العامة", - "general-details": "التفاصيل", - "general-metadata": "البيانات الوصفية", - "general-cancel": "إلغاء", - "general-save-and-close": "حفظ وإغلاق", - "general-delete-promotion": "حذف الترويج", - "general-confirm-delete-promotion": "هل أنت متأكد من حذف هذا الترويج؟", - "general-promotion-deleted-successfully": "تم حذف الترويج بنجاح", - "general-discount-published-successfully": "تم نشر الخصم بنجاح", - "general-discount-drafted-successfully": "تم وضع الخصم كمسودة بنجاح", - "general-delete-discount": "حذف الخصم", - "general-template-discount": "خصم قالب", - "general-published": "منشور", - "general-draft": "مسودة", - "general-discount-amount": "قيمة الخصم", - "general-valid-regions": "المناطق الصالحة", - "general-total-redemptions": "إجمالي الاستردادات", - "general-free-shipping": "الشحن مجاني", - "general-unknown-discount-type": "نوع خصم غير معروف", - "details-discount-deleted": "تم حذف الخصم", - "details-confirm-delete-discount": "هل أنت متأكد من حذف هذا الخصم؟", - "details-delete-discount": "حذف الخصم", - "details-back-to-discounts": "العودة إلى الخصومات", - "details-raw-discount": "الخصم الأصلي", - "discounts-add-discount": "إضافة خصم", - "discount-form-add-conditions": "إضافة شروط", - "discount-form-choose-a-condition-type": "اختر نوع الشرط", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "يمكنك إضافة واحد فقط من كل نوع من أنواع الشروط", - "discount-form-you-cannot-add-any-more-conditions": "لا يمكنك إضافة المزيد من الشروط", - "discount-form-cancel": "إلغاء", - "discount-form-save": "حفظ", - "add-condition-tables-cancel": "إلغاء", - "add-condition-tables-save-and-add-more": "حفظ وإضافة المزيد", - "add-condition-tables-save-and-close": "حفظ وإغلاق", - "add-condition-tables-search-by-title": "البحث حسب العنوان...", - "add-condition-tables-search-groups": "بحث المجموعات...", - "add-condition-tables-search-products": "بحث المنتجات...", - "add-condition-tables-search-by-tag": "البحث حسب العلامة...", - "add-condition-tables-search-by-type": "البحث حسب النوع...", - "details-condition-tables-search-by-title": "البحث حسب العنوان...", - "details-condition-tables-search-groups": "بحث المجموعات...", - "details-condition-tables-cancel": "إلغاء", - "details-condition-tables-save-and-add-more": "حفظ وإضافة المزيد", - "details-condition-tables-save-and-close": "حفظ وإغلاق", - "details-condition-tables-search-products": "بحث المنتجات...", - "details-condition-tables-search-by-tag": "البحث حسب العلامة...", - "details-condition-tables-search-by-type": "البحث حسب النوع...", - "edit-condition-tables-search-by-title": "البحث حسب العنوان...", - "edit-condition-tables-title": "العنوان", - "edit-condition-tables-search-groups": "بحث المجموعات...", - "edit-condition-tables-cancel": "إلغاء", - "edit-condition-tables-delete-condition": "حذف الشرط", - "edit-condition-tables-save": "حفظ", - "edit-condition-tables-search-products": "بحث المنتجات...", - "edit-condition-tables-search-by-tag": "البحث حسب العلامة...", - "edit-condition-tables-search-by-type": "البحث حسب النوع...", - "shared-title": "العنوان", - "shared-products": "المنتجات", - "shared-applies-to-the-selected-items": "ينطبق على العناصر المحددة.", - "shared-applies-to-all-items-except-the-selected-items": "ينطبق على جميع العناصر باستثناء العناصر المحددة.", - "shared-members": "الأعضاء", - "shared-status": "الحالة", - "shared-variants": "المتغيرات", - "shared-tag": "العلامة", - "shared-type": "النوع", - "edit-conditions-modal-title": "تعديل {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "يجب أن يكون useDiscountForm تابعًا لـ DiscountFormContext", - "discount-form-error": "حدث خطأ", - "discount-form-save-as-draft": "حفظ كمسودة", - "discount-form-publish-discount": "نشر الخصم", - "discount-form-create-new-discount": "إنشاء خصم جديد", - "discount-form-discount-type": "نوع الخصم", - "discount-form-select-a-discount-type": "حدد نوع الخصم", - "discount-form-allocation": "التخصيص", - "discount-form-general": "عام", - "discount-form-configuration": "التكوين", - "discount-form-discount-code-application-disclaimer": "ينطبق رمز الخصم من لحظة الضغط على زر النشر وإلى الأبد إذا ترك دون مساس", - "discount-form-conditions": "الشروط", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "سينطبق رمز الخصم على جميع المنتجات إذا ترك دون مساس", - "discount-form-add-conditions-to-your-discount": "أضف شروطًا للخصم الخاص بك", - "discount-form-metadata": "البيانات الوصفية", - "discount-form-metadata-usage-description": "تسمح لك البيانات الوصفية بإضافة معلومات إضافية للخصم الخاص بك.", - "condition-item-remainder-more": "+{{remainder}} أكثر", - "conditions-edit": "تحرير", - "conditions-product": "المنتج", - "conditions-collection": "المجموعة", - "conditions-tag": "العلامة", - "conditions-customer-group": "مجموعة العملاء", - "conditions-type": "النوع", - "conditions-add-condition": "إضافة شرط", - "sections-start-date": "تاريخ البدء", - "sections-schedule-the-discount-to-activate-in-the-future": "جدولة الخصم للتنشيط في المستقبل.", - "sections-select-discount-start-date": "إذا كنت تريد جدولة الخصم للتنشيط في المستقبل، يمكنك تعيين تاريخ بدء هنا، وإلا فسيكون الخصم نشطًا على الفور.", - "sections-start-time": "وقت البدء", - "sections-discount-has-an-expiry-date": "هل للخصم تاريخ انتهاء؟", - "sections-schedule-the-discount-to-deactivate-in-the-future": "جدولة إلغاء تنشيط الخصم في المستقبل.", - "sections-select-discount-end-date": "إذا كنت تريد جدولة إلغاء تنشيط الخصم في المستقبل، يمكنك تعيين تاريخ انتهاء هنا.", - "sections-expiry-date": "تاريخ الانتهاء", - "sections-expiry-time": "وقت الانتهاء", - "sections-limit-the-number-of-redemptions": "تحديد عدد مرات الاسترداد؟", - "sections-limit-applies-across-all-customers-not-per-customer": "ينطبق الحد على جميع العملاء، وليس لكل عميل.", - "sections-limit-discount-number-of-uses": "إذا كنت ترغب في تحديد عدد مرات استخدام العميل لهذا الخصم، يمكنك تعيين حد هنا.", - "sections-number-of-redemptions": "عدد مرات الاسترداد", - "sections-availability-duration": "مدة التوفر؟", - "sections-set-the-duration-of-the-discount": "تعيين مدة الخصم.", - "sections-select-a-discount-type": "حدد نوع الخصم", - "sections-total-amount": "المبلغ الإجمالي", - "sections-apply-to-the-total-amount": "تطبيق على المبلغ الإجمالي", - "sections-item-specific": "خاص بالعنصر", - "sections-apply-to-every-allowed-item": "التطبيق على كل عنصر مسموح به", - "sections-percentage": "النسبة المئوية", - "sections-fixed-amount": "مبلغ ثابت", - "sections-discount-in-whole-numbers": "خصم بأرقام كاملة", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "يمكنك تحديد منطقة صالحة واحدة فقط إذا كنت تريد استخدام النوع ذو المبلغ الثابت", - "sections-free-shipping": "شحن مجاني", - "sections-override-delivery-amount": "تجاوز مبلغ التسليم", - "sections-at-least-one-region-is-required": "منطقة واحدة على الأقل مطلوبة", - "sections-choose-valid-regions": "اختر المناطق الصالحة", - "sections-code": "الرمز", - "sections-summersale-10": "صيف10", - "sections-code-is-required": "الرمز مطلوب", - "sections-amount-is-required": "المبلغ مطلوب", - "sections-amount": "المبلغ", - "sections-customer-invoice-code": "الرمز الذي سيدخله عملائك أثناء الدفع. سيظهر هذا على فاتورة عميلك.", - "sections-uppercase-letters-and-numbers-only": "أحرف كبيرة وأرقام فقط.", - "sections-description": "الوصف", - "sections-summer-sale-2022": "تخفيضات الصيف 2022", - "sections-this-is-a-template-discount": "هذا خصم قالب", - "sections-template-discounts-description": "تسمح لك خصومات القوالب بتحديد مجموعة من القواعد التي يمكن استخدامها عبر مجموعة من الخصومات. هذا مفيد في الحملات التي يجب أن تولد رموزًا فريدة لكل مستخدم، ولكن حيث تكون القواعد لجميع الرموز الفريدة هي نفسها.", - "discount-form-product": "المنتج", - "discount-form-only-for-specific-products": "للمنتجات المحددة فقط", - "discount-form-choose-products": "اختر المنتجات", - "discount-form-customer-group": "مجموعة العملاء", - "discount-form-only-for-specific-customer-groups": "لمجموعات العملاء المحددة فقط", - "discount-form-choose-groups": "اختر المجموعات", - "discount-form-tag": "العلامة", - "discount-form-only-for-specific-tags": "للعلامات المحددة فقط", - "discount-form-collection": "المجموعة", - "discount-form-only-for-specific-product-collections": "لمجموعات المنتجات المحددة فقط", - "discount-form-choose-collections": "اختر المجموعات", - "discount-form-type": "النوع", - "discount-form-only-for-specific-product-types": "لأنواع المنتجات المحددة فقط", - "discount-form-choose-types": "اختر الأنواع", - "utils-products": "المنتجات", - "utils-groups": "المجموعات", - "utils-tags": "العلامات", - "utils-collections": "المجموعات", - "utils-types": "الأنواع", - "gift-cards-created-gift-card": "تم إنشاء بطاقة الهدايا", - "gift-cards-custom-gift-card-was-created-successfully": "تم إنشاء بطاقة الهدايا المخصصة بنجاح", - "gift-cards-error": "حدث خطأ", - "gift-cards-custom-gift-card": "بطاقة هدايا مخصصة", - "gift-cards-details": "التفاصيل", - "gift-cards-receiver": "المستلم", - "gift-cards-cancel": "إلغاء", - "gift-cards-create-and-send": "إنشاء وإرسال", - "details-updated-gift-card": "تم تحديث بطاقة الهدايا", - "details-gift-card-was-successfully-updated": "تم تحديث بطاقة الهدايا بنجاح", - "details-failed-to-update-gift-card": "فشل تحديث بطاقة الهدايا", - "details-edit-gift-card": "تحرير بطاقة الهدايا", - "details-details": "التفاصيل", - "details-edit-details": "تحرير التفاصيل", - "details-update-balance-label": "تحديث الرصيد", - "details-updated-status": "تم تحديث الحالة", - "details-successfully-updated-the-status-of-the-gift-card": "تم تحديث حالة بطاقة الهدايا بنجاح", - "details-back-to-gift-cards": "العودة إلى بطاقات الهدايا", - "details-original-amount": "المبلغ الأصلي", - "details-balance": "الرصيد", - "details-region": "المنطقة", - "details-expires-on": "تنتهي صلاحيتها في", - "details-created": "تم إنشاؤه", - "details-raw-gift-card": "بطاقة الهدايا الأصلية", - "details-balance-updated": "تم تحديث الرصيد", - "details-gift-card-balance-was-updated": "تم تحديث رصيد بطاقة الهدايا", - "details-failed-to-update-balance": "فشل تحديث الرصيد", - "details-update-balance": "تحديث الرصيد", - "manage-back-to-gift-cards": "العودة إلى بطاقات الهدايا", - "gift-cards-please-enter-a-name-for-the-gift-card": "الرجاء إدخال اسم لبطاقة الهدايا", - "gift-cards-please-add-at-least-one-denomination": "الرجاء إضافة فئة واحدة على الأقل", - "gift-cards-denominations": "الفئات", - "gift-cards-success": "نجاح", - "gift-cards-successfully-created-gift-card": "تم إنشاء بطاقة الهدايا بنجاح", - "gift-cards-create-gift-card": "إنشاء بطاقة هدايا", - "gift-cards-gift-card-details": "تفاصيل بطاقة الهدايا", - "gift-cards-name": "الاسم", - "gift-cards-the-best-gift-card": "أفضل بطاقة هدايا", - "gift-cards-description": "الوصف", - "gift-cards-the-best-gift-card-of-all-time": "أفضل بطاقة هدايا على الإطلاق", - "gift-cards-thumbnail": "الصورة المصغرة", - "gift-cards-delete": "حذف", - "gift-cards-size-recommended": "ينصح بـ 1200 x 1600 (3:4)، ما يصل إلى 10 ميغابايت لكل صورة", - "gift-cards-amount": "المبلغ", - "gift-cards-add-denomination": "إضافة فئة", - "gift-cards-create-publish": "إنشاء ونشر", - "gift-cards-successfully-updated-gift-card": "تم تحديث بطاقة الهدايا بنجاح", - "gift-cards-gift-cards": "بطاقات الهدايا", - "gift-cards-manage": "إدارة بطاقات الهدايا لمتجرك Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "هل أنت مستعد لبيع أول بطاقة هدايا؟", - "gift-cards-no-gift-card-has-been-added-yet": "لم يتم إضافة بطاقات هدايا بعد.", - "gift-cards-history": "السجل", - "gift-cards-see-the-history-of-purchased-gift-cards": "اعرض سجل بطاقات الهدايا المشتراة", - "gift-cards-successfully-deleted-gift-card": "تم حذف بطاقة الهدايا بنجاح", - "gift-cards-yes-delete": "نعم، احذف", - "gift-cards-delete-gift-card": "حذف بطاقة الهدايا", - "inventory-filters": "الفلاتر", - "address-form-address": "العنوان", - "address-form-company": "الشركة", - "address-form-address-1": "العنوان 1", - "address-form-this-field-is-required": "هذا الحقل مطلوب", - "address-form-address-2": "العنوان 2", - "address-form-postal-code": "الرمز البريدي", - "address-form-city": "المدينة", - "address-form-country": "البلد", - "edit-sales-channels-edit-channels": "تحرير القنوات", - "edit-sales-channels-add-channels": "إضافة قنوات", - "general-form-location-name": "اسم الموقع", - "general-form-flagship-store-warehouse": "المتجر الرئيسي، المستودع", - "general-form-name-is-required": "الاسم مطلوب", - "location-card-delete-location": "حذف الموقع", - "location-card-confirm-delete": "هل أنت متأكد من حذف هذا الموقع؟ سيؤدي ذلك أيضًا إلى حذف جميع مستويات المخزون والحجوزات المرتبطة بهذا الموقع.", - "location-card-success": "نجاح", - "location-card-location-deleted-successfully": "تم حذف الموقع بنجاح", - "location-card-error": "حدث خطأ", - "location-card-edit-details": "تعديل التفاصيل", - "location-card-delete": "حذف", - "location-card-connected-sales-channels": "قنوات المبيعات المتصلة", - "sales-channels-form-add-sales-channels": "إضافة قنوات مبيعات", - "sales-channels-form-edit-channels": "تحرير القنوات", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "غير متصل بأي قنوات مبيعات بعد", - "edit-success": "نجاح", - "edit-location-edited-successfully": "تم تعديل الموقع بنجاح", - "edit-error": "حدث خطأ", - "edit-edit-location-details": "تحرير تفاصيل الموقع", - "edit-metadata": "البيانات الوصفية", - "edit-cancel": "إلغاء", - "edit-save-and-close": "حفظ وإغلاق", - "new-location-added-successfully": "تمت إضافة الموقع بنجاح", - "new-location-created": "تم إنشاء الموقع بنجاح، ولكن حدث خطأ أثناء ربط قنوات المبيعات", - "new-cancel-location-changes": "هل أنت متأكد أنك تريد الإلغاء مع وجود تغييرات غير محفوظة", - "new-yes-cancel": "نعم، إلغاء", - "new-no-continue-creating": "لا، متابعة الإنشاء", - "new-add-location": "إضافة موقع", - "new-add-new-location": "إضافة موقع جديد", - "new-general-information": "معلومات عامة", - "new-location-details": "حدد تفاصيل هذا الموقع", - "new-select-location-channel": "حدد قنوات المبيعات التي يمكن شراء عناصر هذا الموقع من خلالها.", - "oauth-complete-installation": "إكمال التثبيت", - "claim-type-form-refund": "استرداد", - "claim-type-form-replace": "استبدال", - "items-to-receive-form-items-to-receive": "العناصر للاستلام", - "items-to-receive-form-product": "المنتج", - "items-to-receive-form-quantity": "الكمية", - "items-to-receive-form-refundable": "قابلة للاسترداد", - "add-return-reason-reason-for-return": "سبب الاسترجاع", - "add-return-reason-reason": "السبب", - "add-return-reason-choose-a-return-reason": "اختر سبب الاسترجاع", - "add-return-reason-note": "ملاحظة", - "add-return-reason-product-was-damaged-during-shipping": "تضرر المنتج أثناء الشحن", - "add-return-reason-cancel": "إلغاء", - "add-return-reason-save-and-go-back": "حفظ والعودة", - "add-return-reason-select-reason-title": "حدد السبب", - "add-return-reason-edit-reason": "تعديل السبب", - "add-return-reason-select-reason": "حدد السبب", - "items-to-return-form-items-to-claim": "العناصر للمطالبة", - "items-to-return-form-items-to-return": "العناصر للإرجاع", - "items-to-return-form-product": "المنتج", - "items-to-return-form-quantity": "الكمية", - "items-to-return-form-refundable": "قابلة للاسترداد", - "add-additional-items-screen-go-back": "العودة", - "add-additional-items-screen-add-products": "إضافة منتجات", - "add-additional-items-screen-add-product-variants": "إضافة متغيرات منتج", - "add-additional-items-screen-search-products": "البحث عن منتجات", - "add-additional-items-screen-variant-price-missing": "لا يحتوي هذا المتغير على سعر لمنطقة / عملة هذا الطلب ، ولا يمكن تحديده.", - "add-additional-items-screen-stock": "المخزون", - "add-additional-items-screen-price": "السعر", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "تم تجاوز السعر في قائمة الأسعار المنطبقة على هذا الطلب.", - "items-to-send-form-items-to-send": "العناصر للإرسال", - "items-to-send-form-add-products": "إضافة منتجات", - "items-to-send-form-product": "المنتج", - "items-to-send-form-quantity": "الكمية", - "items-to-send-form-price": "السعر", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "تم تجاوز السعر في قائمة الأسعار المنطبقة على هذا الطلب.", - "refund-amount-form-cancel-editing-refund-amount": "إلغاء تحرير مبلغ الاسترداد", - "refund-amount-form-edit-refund-amount": "تحرير مبلغ الاسترداد", - "refund-amount-form-refund-amount-cannot-be-negative": "لا يمكن أن يكون مبلغ الاسترداد سالبًا", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "يجب أن يكون مبلغ الاسترداد 0 على الأقل", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} عناصر غير محجوزة", - "reservation-indicator-this-item-has-been-fulfilled": "تم تنفيذ هذا العنصر.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} عنصر: ${{locationName}}", - "reservation-indicator-edit-reservation": "تعديل الحجز", - "rma-summaries-claimed-items": "العناصر المطالب بها", - "rma-summaries-replacement-items": "عناصر الاستبدال", - "rma-summaries-customer-refund-description": "سيتلقى العميل استردادًا كاملاً للعناصر المطالب بها ، حيث لن يتم خصم تكلفة عناصر الاستبدال والشحن. بدلاً من ذلك ، يمكنك اختيار تعيين مبلغ استرداد مخصص عند استلام العناصر المرتجعة أو إنشاء مبادلة بدلاً من ذلك.", - "rma-summaries-refund-amount": "مبلغ الاسترداد", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "سيتم استرداد العميل بمجرد استلام العناصر المرتجعة", - "rma-summaries-the-customer-will-be-refunded-immediately": "سيتم استرداد العميل على الفور", - "rma-summaries-receiving": "استلام", - "rma-summaries-free": "مجاني", - "send-notification-form-return": "العودة", - "send-notification-form-exchange": "المبادلة", - "send-notification-form-claim": "المطالبة", - "send-notification-form-send-notifications": "إرسال إشعارات", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "إذا لم يتم تحديدها ، فلن يتلقى العميل أي اتصال بخصوص هذه {{subject}}.", - "shipping-address-form-shipping-address": "عنوان الشحن", - "shipping-address-form-ship-to-a-different-address": "الشحن إلى عنوان مختلف", - "shipping-address-form-cancel": "إلغاء", - "shipping-address-form-save-and-go-back": "حفظ والعودة", - "shipping-address-form-shipping-information": "معلومات الشحن", - "shipping-form-shipping-for-return-items": "الشحن للعناصر المرتجعة", - "shipping-form-shipping-for-replacement-items": "الشحن لعناصر الاستبدال", - "shipping-form-shipping-method-is-required": "طريقة الشحن مطلوبة", - "shipping-form-choose-shipping-method": "اختر طريقة الشحن", - "shipping-form-shipping-method": "طريقة الشحن", - "shipping-form-add-custom-price": "إضافة سعر مخصص", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "الشحن للعناصر المطالب بها من قِبل العميل مجاني.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "الشحن لعناصر الاستبدال مجاني.", - "components-decrease-quantity": "تقليل الكمية", - "components-increase-quantity": "زيادة الكمية", - "details-successfully-updated-address": "تم تحديث العنوان بنجاح", - "details-billing-address": "عنوان الفوترة", - "details-shipping-address": "عنوان الشحن", - "details-contact": "جهة الاتصال", - "details-location": "الموقع", - "claim-are-you-sure-you-want-to-close": "هل أنت متأكد أنك تريد الإغلاق؟", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "لديك تغييرات غير محفوظة ، هل أنت متأكد أنك تريد الإغلاق؟", - "claim-please-select-a-reason": "الرجاء تحديد سبب", - "claim-a-shipping-method-for-replacement-items-is-required": "طريقة شحن لعناصر الاستبدال مطلوبة", - "claim-successfully-created-claim": "تم إنشاء المطالبة بنجاح", - "claim-created": "تم إنشاء مطالبة للطلب رقم #{{display_id}} بنجاح", - "claim-error-creating-claim": "خطأ في إنشاء المطالبة", - "claim-create-claim": "إنشاء مطالبة", - "claim-location": "الموقع", - "claim-choose-which-location-you-want-to-return-the-items-to": "اختر الموقع الذي تريد إعادة العناصر إليه.", - "claim-select-location-to-return-to": "حدد الموقع للإرجاع إليه", - "claim-cancel": "إلغاء", - "claim-submit-and-close": "إرسال وإغلاق", - "create-fulfillment-error": "حدث خطأ", - "create-fulfillment-please-select-a-location-to-fulfill-from": "الرجاء تحديد موقع للتنفيذ منه", - "create-fulfillment-cant-allow-this-action": "لا يمكن السماح بهذا الإجراء", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "محاولة تنفيذ أكثر مما هو متوفر في المخزون", - "create-fulfillment-successfully-fulfilled-order": "تم تنفيذ الطلب بنجاح", - "create-fulfillment-successfully-fulfilled-swap": "تم تنفيذ المبادلة بنجاح", - "create-fulfillment-successfully-fulfilled-claim": "تم تنفيذ المطالبة بنجاح", - "create-fulfillment-success": "نجاح", - "create-fulfillment-cancel": "إلغاء", - "create-fulfillment-create-fulfillment": "إنشاء تنفيذ", - "create-fulfillment-create-fulfillment-title": "إنشاء تنفيذ", - "create-fulfillment-locations": "الأماكن", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "اختر المكان الذي ترغب في التنفيذ منه.", - "create-fulfillment-items-to-fulfill": "العناصر للتنفيذ", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "حدد عدد العناصر التي ترغب في تنفيذها.", - "create-fulfillment-send-notifications": "إرسال إشعارات", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "عند التبديل، سيتم إرسال رسائل البريد الإلكتروني الإشعارية.", - "create-fulfillment-quantity-is-not-valid": "الكمية غير صالحة", - "detail-cards-allocated": "مخصص", - "detail-cards-not-fully-allocated": "غير مخصص بالكامل", - "detail-cards-subtotal": "المجموع الفرعي", - "detail-cards-shipping": "الشحن", - "detail-cards-tax": "الضريبة", - "detail-cards-total": "المجموع", - "detail-cards-edit-order": "تعديل الطلب", - "detail-cards-allocate": "تخصيص", - "detail-cards-discount": "خصم:", - "detail-cards-original-total": "المجموع الأصلي", - "details-successfully-updated-the-email-address": "تم تحديث عنوان البريد الإلكتروني بنجاح", - "details-email-address": "عنوان البريد الإلكتروني", - "details-save": "حفظ", - "details-order-id-copied": "تم نسخ معرف الطلب", - "details-email-copied": "تم نسخ البريد الإلكتروني", - "details-cancel-order-heading": "إلغاء الطلب", - "details-are-you-sure-you-want-to-cancel-the-order": "هل أنت متأكد أنك تريد إلغاء الطلب؟", - "order-details-display-id": "الطلب رقم #{{display_id}}", - "details-successfully-canceled-order": "تم إلغاء الطلب بنجاح", - "details-go-to-customer": "الذهاب إلى العميل", - "details-transfer-ownership": "تحويل الملكية", - "details-edit-shipping-address": "تعديل عنوان الشحن", - "details-edit-billing-address": "تعديل عنوان الفوترة", - "details-edit-email-address": "تعديل عنوان البريد الإلكتروني", - "details-back-to-orders": "العودة إلى الطلبات", - "details-cancel-order": "إلغاء الطلب", - "details-payment": "الدفع", - "details-refunded": "تم استردادها", - "details-total-paid": "المجموع المدفوع", - "details-fulfillment": "التنفيذ", - "details-create-fulfillment": "إنشاء تنفيذ", - "details-shipping-method": "طريقة الشحن", - "details-customer": "العميل", - "details-shipping": "الشحن", - "details-billing": "الفوترة", - "details-raw-order": "الطلب الأصلي", - "mark-shipped-successfully-marked-order-as-shipped": "تم وضع علامة الطلب على أنه تم شحنه بنجاح", - "mark-shipped-successfully-marked-swap-as-shipped": "تم وضع علامة المبادلة على أنه تم شحنها بنجاح", - "mark-shipped-successfully-marked-claim-as-shipped": "تم وضع علامة المطالبة على أنه تم شحنها بنجاح", - "mark-shipped-success": "نجاح", - "mark-shipped-error": "حدث خطأ", - "mark-shipped-mark-fulfillment-shipped": "وضع علامة التنفيذ على أنه تم شحنه", - "mark-shipped-tracking": "التتبع", - "mark-shipped-tracking-number-label": "رقم التتبع", - "mark-shipped-tracking-number": "رقم التتبع...", - "mark-shipped-add-additional-tracking-number": "+ إضافة رقم تتبع إضافي", - "mark-shipped-send-notifications": "إرسال إشعارات", - "mark-shipped-cancel": "إلغاء", - "mark-shipped-complete": "اكتمال", - "order-line-warning": "تحذير", - "order-line-cannot-duplicate-an-item-without-a-variant": "لا يمكن تكرار عنصر بدون متغير", - "order-line-error": "حدث خطأ", - "order-line-failed-to-duplicate-item": "فشل تكرار العنصر", - "order-line-success": "نجاح", - "order-line-item-removed": "تمت إزالة العنصر", - "order-line-failed-to-remove-item": "فشلت إزالة العنصر", - "order-line-item-added": "تمت إضافة العنصر", - "order-line-failed-to-replace-the-item": "فشل استبدال العنصر", - "order-line-replace-product-variants": "استبدال متغيرات المنتج", - "order-line-replace-with-other-item": "استبدال بعنصر آخر", - "order-line-duplicate-item": "تكرار العنصر", - "order-line-remove-item": "إزالة العنصر", - "order-line-line-item-cannot-be-edited": "لا يمكن تعديل عنصر الخط هذا. ألغِ التنفيذ لتعديل عنصر الخط.", - "order-line-new": "جديد", - "order-line-modified": "معدل", - "receive-return-please-select-at-least-one-item-to-receive": "الرجاء تحديد عنصر واحد على الأقل للاستلام", - "receive-return-successfully-received-return": "تم استلام العودة بنجاح", - "receive-return-received-return-for-order": "تم استلام العودة للطلب رقم #{{display_id}}", - "receive-return-failed-to-receive-return": "فشل استلام العودة", - "receive-return-receive-return": "استلام العودة", - "receive-return-location": "الموقع", - "receive-return-choose-location": "اختر الموقع الذي تريد إعادة العناصر إليه.", - "receive-return-select-location-to-return-to": "حدد الموقع للإرجاع إليه", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "لا توجد مستويات مخزون للعناصر في الموقع المحدد", - "receive-return-cancel": "إلغاء", - "receive-return-save-and-close": "حفظ وإغلاق", - "refund-success": "نجاح", - "refund-successfully-refunded-order": "تم استرداد الطلب بنجاح", - "refund-error": "حدث خطأ", - "refund-create-a-refund": "إنشاء استرداد", - "refund-attention": "انتباه!", - "refund-system-payment-disclaimer": "واحد أو أكثر من مدفوعاتك هو دفع نظام. كن على دراية بأن التقاط واسترداد الأموال لا يتم التعامل معها من قِبل Medusa بالنسبة لمثل هذه المدفوعات.", - "refund-details": "التفاصيل", - "refund-cannot-refund-more-than-the-orders-net-total": "لا يمكن استرداد أكثر من إجمالي صافي الطلب.", - "refund-discount": "خصم", - "refund-reason": "السبب", - "refund-note": "ملاحظة", - "refund-discount-for-loyal-customer": "خصم للعميل المخلص", - "refund-send-notifications": "إرسال إشعارات", - "refund-cancel": "إلغاء", - "refund-complete": "اكتمال", - "reservation-reservation-was-deleted": "تم حذف الحجز", - "reservation-the-allocated-items-have-been-released": "تم إطلاق العناصر المخصصة.", - "reservation-error": "حدث خطأ", - "reservation-failed-to-delete-the-reservation": "فشل حذف الحجز", - "reservation-reservation-was-updated": "تم تحديث الحجز", - "reservation-the-reservation-change-was-saved": "تم حفظ تغيير الحجز.", - "reservation-errors": "أخطاء", - "reservation-failed-to-update-reservation": "فشل تحديث الحجز", - "reservation-edit-reservation": "تحرير الحجز", - "reservation-location": "الموقع", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "اختر الموقع الذي تريد شحن العناصر منه.", - "reservation-items-to-allocate-title": "عناصر للتخصيص", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "حدد عدد العناصر التي ترغب في تخصيصها.", - "reservation-max-reservation-requested": " / {{maxReservation}} مطلوب", - "reservation-reserved": " محجوز", - "reservation-description": "الوصف", - "reservation-what-type-of-reservation-is-this": "ما نوع هذا الحجز؟", - "reservation-metadata": "البيانات الوصفية", - "reservation-remove-metadata": "إزالة البيانات الوصفية", - "reservation-add-metadata": "إضافة بيانات وصفية", - "reservation-delete-reservation": "حذف الحجز", - "reservation-cancel": "إلغاء", - "reservation-save-and-close": "حفظ وإغلاق", - "reservation-couldnt-allocate-items": "تعذر تخصيص العناصر", - "reservation-items-allocated": "تم تخصيص العناصر", - "reservation-items-have-been-allocated-successfully": "تم تخصيص العناصر بنجاح", - "reservation-save-reservation": "حفظ الحجز", - "reservation-loading": "جار التحميل...", - "reservation-allocate-order-items": "تخصيص عناصر الطلب", - "reservation-choose-where-you-wish-to-allocate-from": "اختر المكان الذي ترغب في التخصيص منه", - "reservation-items-to-allocate": "العناصر للتخصيص", - "returns-success": "نجاح", - "returns-successfully-returned-order": "تمت إعادة الطلب بنجاح", - "returns-error": "حدث خطأ", - "returns-request-return": "طلب إعادة", - "returns-items-to-return": "العناصر للإعادة", - "returns-choose-which-location-you-want-to-return-the-items-to": "اختر الموقع الذي تريد إعادة العناصر إليه.", - "returns-select-location-to-return-to": "حدد الموقع للإعادة إليه", - "returns-selected-location-has-no-inventory-levels": "لا يحتوي الموقع المحدد على مستويات مخزون للعناصر المحددة. يمكن طلب الإعادة ولكن لا يمكن استلامها حتى يتم إنشاء مستوى مخزون للموقع المحدد.", - "returns-shipping": "الشحن", - "returns-choose-retur,-shipping-method": "اختر طريقة الشحن التي تريد استخدامها لإعادة هذه.", - "returns-total-refund": "إجمالي الاسترداد", - "returns-amount": "المبلغ", - "returns-send-notifications": "إرسال إشعارات", - "returns-notify-customer-of-created-return": "إخطار العميل بإنشاء الإعادة", - "returns-back": "العودة", - "returns-submit": "إرسال", - "rma-sub-modals-search-for-additional": "البحث عن إضافي", - "rma-sub-modals-general": "عام", - "rma-sub-modals-first-name": "الاسم الأول", - "rma-sub-modals-last-name": "اسم العائلة", - "rma-sub-modals-phone": "هاتف", - "rma-sub-modals-shipping-address": "عنوان الشحن", - "rma-sub-modals-address-1": "العنوان 1", - "rma-sub-modals-address-2": "العنوان 2", - "rma-sub-modals-province": "المحافظة", - "rma-sub-modals-postal-code": "الرمز البريدي", - "rma-sub-modals-city": "المدينة", - "rma-sub-modals-country": "البلد", - "rma-sub-modals-back": "العودة", - "rma-sub-modals-add": "إضافة", - "rma-sub-modals-name": "الاسم", - "rma-sub-modals-status": "الحالة", - "rma-sub-modals-in-stock": "متوفر", - "rma-sub-modals-products": "المنتجات", - "rma-sub-modals-search-products": "البحث عن منتجات..", - "rma-sub-modals-reason-for-return": "سبب الإعادة", - "rma-sub-modals-reason": "السبب", - "rma-sub-modals-note": "ملاحظة", - "swap-success": "نجاح", - "swap-successfully-created-exchange": "تم إنشاء المبادلة بنجاح", - "swap-error": "حدث خطأ", - "swap-register-exchange": "تسجيل مبادلة", - "swap-items-to-return": "العناصر للإعادة", - "swap-shipping": "الشحن", - "swap-shipping-method": "طريقة الشحن", - "swap-add-a-shipping-method": "إضافة طريقة شحن", - "swap-location": "الموقع", - "swap-choose-which-location-you-want-to-return-the-items-to": "اختر الموقع الذي تريد إعادة العناصر إليه.", - "swap-select-location-to-return-to": "حدد الموقع للإرجاع إليه", - "swap-items-to-send": "العناصر للإرسال", - "swap-add-product": "إضافة منتج", - "swap-return-total": "إجمالي الإعادة", - "swap-additional-total": "المجموع الإضافي", - "swap-outbond-shipping": "الشحنة الصادرة", - "swap-calculated-at-checkout": "يحسب عند الخروج", - "swap-estimated-difference": "الفرق المقدر", - "swap-send-notifications": "إرسال إشعارات", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "إذا لم يتم تحديده ، فلن يتلقى العميل أي اتصال حول هذه المبادلة", - "swap-complete": "اكتمال", - "templates-shipped": "تم الشحن", - "templates-fulfilled": "تم الوفاء به", - "templates-canceled": "ألغيت", - "templates-partially-fulfilled": "تم الوفاء به جزئيًا", - "templates-fulfillment-status-requires-action": "يتطلب إجراء", - "templates-awaiting-fulfillment": "في انتظار التنفيذ", - "templates-partially-shipped": "تم شحنه جزئيًا", - "templates-cancel-fulfillment-heading": "إلغاء التنفيذ؟", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "هل أنت متأكد أنك تريد إلغاء التنفيذ؟", - "templates-successfully-canceled-swap": "تم إلغاء المبادلة بنجاح", - "templates-error": "حدث خطأ", - "templates-successfully-canceled-claim": "تم إلغاء المطالبة بنجاح", - "templates-successfully-canceled-fulfillment": "تم إلغاء التنفيذ بنجاح", - "templates-fulfillment-has-been-canceled": "تم إلغاء التنفيذ", - "templates-fulfilled-by-provider": "{{title}} تم تنفيذه بواسطة {{provider}}", - "templates-not-shipped": "لم يتم الشحن", - "templates-tracking": "التتبع", - "templates-shipped-from": "تم الشحن من", - "templates-shipping-from": "الشحن من", - "templates-mark-shipped": "وضع علامة كمشحون", - "templates-cancel-fulfillment": "إلغاء التنفيذ", - "templates-completed": "مكتمل", - "templates-processing": "قيد المعالجة", - "templates-requires-action": "يتطلب إجراء", - "templates-capture-payment": "التقاط الدفع", - "templates-successfully-captured-payment": "تم التقاط الدفع بنجاح", - "templates-refund": "استرداد", - "templates-total-for-swaps": "المجموع للمبادلات", - "templates-refunded-for-swaps": "تم استرداده للمبادلات", - "templates-refunded-for-returns": "تم استرداده للمرتجعات", - "templates-manually-refunded": "تم استرداده يدويًا", - "templates-net-total": "المجموع الصافي", - "templates-paid": "مدفوع", - "templates-awaiting-payment": "في انتظار الدفع", - "templates-payment-status-requires-action": "يتطلب إجراء", - "draft-orders-completed": "مكتمل", - "draft-orders-open": "مفتوح", - "draft-orders-mark-as-paid": "وضع علامة كمدفوع", - "draft-orders-success": "نجاح", - "draft-orders-successfully-mark-as-paid": "تم وضع علامة كمدفوع بنجاح", - "draft-orders-error": "حدث خطأ", - "draft-orders-successfully-canceled-order": "تم إلغاء الطلب بنجاح", - "draft-orders-back-to-draft-orders": "العودة إلى مسودات الطلبات", - "on-mark-as-paid-confirm-order-id": "الطلب رقم #{{display_id}}", - "draft-orders-go-to-order": "الذهاب إلى الطلب", - "draft-orders-cancel-draft-order": "إلغاء مسودة الطلب", - "draft-orders-draft-order": "مسودة الطلب", - "draft-orders-email": "البريد الإلكتروني", - "draft-orders-phone": "هاتف", - "draft-orders-amount": "المبلغ {{currency_code}}", - "draft-orders-payment": "الدفع", - "draft-orders-subtotal": "المجموع الفرعي", - "draft-orders-shipping": "الشحن", - "draft-orders-tax": "الضريبة", - "draft-orders-total-to-pay": "المجموع الواجب دفعه", - "draft-orders-payment-link": "رابط الدفع:", - "draft-orders-configure-payment-link-in-store-settings": "قم بتكوين رابط الدفع في إعدادات المتجر", - "draft-orders-shipping-method": "طريقة الشحن", - "draft-orders-data": "البيانات", - "draft-orders-1-item": "(1 عنصر)", - "draft-orders-customer": "العميل", - "draft-orders-edit-shipping-address": "تحرير عنوان الشحن", - "draft-orders-edit-billing-address": "تحرير عنوان الفوترة", - "draft-orders-go-to-customer": "الذهاب إلى العميل", - "draft-orders-contact": "جهة الاتصال", - "draft-orders-billing": "الفوترة", - "draft-orders-raw-draft-order": "مسودة الطلب الأصلية", - "draft-orders-are-you-sure": "هل أنت متأكد؟", - "draft-orders-remove-resource-heading": "إزالة {{resource}}", - "draft-orders-remove-resource-success-text": "تمت إزالة {{resource}}", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "سينشئ هذا طلبًا. ضع علامة كمدفوع إذا تلقيت الدفع.", - "draft-orders-mark-paid": "وضع علامة كمدفوع", - "draft-orders-cancel": "إلغاء", - "draft-orders-create-draft-order": "إنشاء مسودة طلب", - "edit-amount-paid": "المبلغ المدفوع", - "edit-new-total": "المجموع الجديد", - "edit-difference-due": "الفرق المستحق", - "edit-back": "العودة", - "edit-save-and-go-back": "حفظ والعودة", - "edit-order-edit-set-as-requested": "تم تعيين تحرير الطلب كمطلوب", - "edit-failed-to-request-confirmation": "فشل طلب التأكيد", - "edit-added-successfully": "تمت الإضافة بنجاح", - "edit-error-occurred": "حدث خطأ", - "edit-add-product-variants": "إضافة متغيرات المنتج", - "edit-edit-order": "تعديل الطلب", - "edit-items": "العناصر", - "edit-add-items": "إضافة عناصر", - "edit-filter-items": "تصفية العناصر...", - "edit-note": "ملاحظة", - "edit-add-a-note": "إضافة ملاحظة...", - "variants-table-location": " في {{location}}", - "edit-product": "المنتج", - "edit-in-stock": "متوفر", - "edit-price": "السعر", - "edit-products": "المنتجات", - "edit-search-product-variants": "بحث متغيرات المنتج...", - "orders-success": "نجاح", - "orders-successfully-initiated-export": "تم بدء التصدير بنجاح", - "orders-error": "حدث خطأ", - "orders-export-orders": "تصدير الطلبات", - "components-billing-address": "عنوان الفوترة", - "components-use-same-as-shipping": "استخدام نفس عنوان الشحن", - "components-e-g-gift-wrapping": "مثال: تغليف الهدايا", - "components-title": "العنوان", - "components-price": "السعر", - "components-quantity": "الكمية", - "components-back": "العودة", - "components-add": "إضافة", - "components-items-for-the-order": "عناصر الطلب", - "components-details": "التفاصيل", - "components-price-excl-taxes": "السعر (باستثناء الضرائب)", - "components-add-custom": "إضافة مخصص", - "components-add-existing": "إضافة موجود", - "components-add-products": "إضافة منتجات", - "components-add-custom-item": "إضافة عنصر مخصص", - "components-choose-region": "اختر المنطقة", - "components-region": "المنطقة", - "select-shipping-to-name": "(إلى {{name}})", - "components-attention": "انتباه!", - "components-no-options-for-orders-without-shipping": "ليس لديك أي خيارات للطلبات بدون شحن. يرجى إضافة واحد (مثل \"التنفيذ داخل المتجر\") مع إلغاء تحديد \"إظهار على الموقع\" في إعدادات المنطقة والمتابعة.", - "components-choose-a-shipping-method": "اختر طريقة الشحن", - "components-set-custom-price": "تعيين سعر مخصص", - "components-custom-price": "السعر المخصص", - "components-customer-and-shipping-details": "تفاصيل العميل والشحن", - "components-find-existing-customer": "العثور على عميل موجود", - "components-email": "البريد الإلكتروني", - "components-choose-existing-addresses": "اختر العناوين الموجودة", - "components-create-new": "إنشاء جديد", - "components-the-discount-is-not-applicable-to-the-selected-region": "الخصم غير مطبق على المنطقة المحددة", - "components-the-discount-code-is-invalid": "رمز الخصم غير صالح", - "components-add-discount": "إضافة خصم", - "components-summer-10": "صيف10", - "components-discount": "الخصم", - "select-shipping-code": "(الرمز: {{code}})", - "components-type": "النوع", - "components-value": "القيمة", - "components-address": "العنوان", - "components-shipping-method": "طريقة الشحن", - "components-billing-details": "تفاصيل الفوترة", - "components-edit": "تعديل", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "يجب استخدام useNewOrderForm داخل NewOrderFormProvider", - "new-order-created": "تم إنشاء الطلب", - "new-create-draft-order": "إنشاء مسودة طلب", - "batch-job-price-list-prices": "أسعار قائمة الأسعار", - "batch-job-upload-a-csv-file-with-variants": "قم بتحميل ملف CSV مع المتغيرات والأسعار لتحديث قائمة الأسعار الخاصة بك. لاحظ أن أي أسعار موجودة سيتم حذفها.", - "batch-job-unsure-about-how-to-arrange-your-list": "غير متأكد من كيفية ترتيب قائمتك؟", - "batch-job-download-the-template-file-below-and-update-your-prices": "قم بتنزيل ملف القالب أدناه وتحديث أسعارك", - "details-back-to-pricing": "العودة إلى التسعير", - "details-raw-price-list": "قائمة الأسعار الأصلية", - "sections-customer-groups": "مجموعات العملاء", - "sections-last-edited": "آخر تعديل", - "sections-price-overrides": "تجاوزات السعر", - "sections-more": "المزيد", - "sections-delete-price-list-heading": "حذف قائمة الأسعار", - "sections-are-you-sure-you-want-to-delete-this-price-list": "هل أنت متأكد من حذف هذه القائمة؟", - "sections-success": "نجاح", - "sections-price-list-deleted-successfully": "تم حذف قائمة الأسعار بنجاح", - "sections-edit-price-list-details": "تحرير تفاصيل قائمة الأسعار", - "sections-delete-price-list": "حذف قائمة الأسعار", - "edit-prices-overrides-edit-price-overrides": "تحرير تجاوزات السعر", - "edit-prices-overrides-success": "نجاح", - "edit-prices-overrides-price-overrides-updated": "تم تحديث تجاوزات السعر", - "edit-prices-overrides-cancel": "إلغاء", - "edit-prices-overrides-save": "حفظ", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "إضافة أسعار", - "prices-details-edit-prices": "تحرير الأسعار", - "prices-details-prices": "الأسعار", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "ستتمكن من تجاوز الأسعار للمنتجات التي تضيفها هنا", - "prices-details-remove-from-list": "إزالة من القائمة", - "prices-details-edit-manually": "تحرير يدويًا", - "prices-details-import-price-list": "استيراد قائمة الأسعار", - "prices-table-search-by-name-or-sku": "البحث بالاسم أو الرمز...", - "prices-table-edit-prices": "تعديل الأسعار", - "prices-table-remove-product": "إزالة المنتج", - "prices-table-success": "نجاح", - "prices-table-deleted-prices-of-product": "تم حذف أسعار المنتج: {{title}}", - "prices-table-error": "حدث خطأ", - "prices-table-name": "الاسم", - "prices-table-collection": "المجموعة", - "prices-table-no-collection": "لا توجد مجموعة", - "prices-table-variants": "المتغيرات", - "pricing-add-price-list": "إضافة قائمة أسعار", - "pricing-price-lists": "قوائم الأسعار", - "form-header-error": "حدث خطأ", - "form-header-success": "نجاح", - "form-header-successfully-updated-price-list": "تم تحديث قائمة الأسعار بنجاح", - "form-header-publish-price-list": "نشر قائمة الأسعار", - "form-header-save-as-draft": "حفظ كمسودة", - "form-header-save-changes": "حفظ التغييرات", - "form-header-cancel": "إلغاء", - "pricing-form-create-new-price-list": "إنشاء قائمة أسعار جديدة", - "pricing-form-edit-price-list": "تحرير قائمة الأسعار", - "sections-configuration": "التكوين", - "sections-optional-configuration-for-the-price-list": "تكوين اختياري لقائمة الأسعار", - "sections-price-overrides-time-application": "تنطبق تجاوزات السعر من الوقت الذي تضغط فيه على زر النشر وإلى الأبد إذا تركت دون مساس.", - "sections-price-overrides-has-a-start-date": "هل لتجاوزات السعر تاريخ بدء؟", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "جدولة تجاوزات السعر للتنشيط في المستقبل.", - "sections-price-overrides-has-an-expiry-date": "هل لتجاوزات السعر تاريخ انتهاء؟", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "جدولة تجاوزات السعر لإلغاء التنشيط في المستقبل.", - "sections-end-date": "تاريخ الانتهاء", - "sections-customer-availabilty": "توفر العملاء", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "حدد مجموعات العملاء التي يجب أن تنطبق عليها تجاوزات السعر.", - "sections-customer-groups-label": "مجموعات العملاء", - "sections-general": "عام", - "sections-general-information-for-the-price-list": "معلومات عامة عن قائمة الأسعار.", - "sections-name": "الاسم", - "sections-b-2-b-black-friday": "B2B، الجمعة السوداء...", - "sections-for-our-business-partners": "لشركائنا في الأعمال...", - "sections-tax-inclusive-prices": "الأسعار شاملة الضرائب", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "اختر جعل جميع الأسعار في هذه القائمة شاملة للضريبة.", - "sections-prices": "الأسعار", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "ستتمكن من تجاوز الأسعار للمنتجات التي تضيفها هنا", - "sections-define-the-price-overrides-for-the-price-list": "حدد تجاوزات السعر لقائمة الأسعار", - "sections-edit-prices-label": "تحرير الأسعار", - "sections-remove-from-list": "إزالة من القائمة", - "sections-search-by-name-or-sku": "البحث بالاسم أو الرمز...", - "sections-edit-prices": "تحرير الأسعار", - "sections-price-list-type": "نوع قائمة الأسعار", - "sections-select-the-type-of-the-price-list": "حدد نوع قائمة الأسعار", - "sections-sale-prices-compare-to-price-override": "بخلاف أسعار البيع ، لن يبلغ تجاوز السعر العميل بأن السعر جزء من البيع.", - "sections-sale": "بيع", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "استخدم هذا إذا كنت تنشئ أسعارًا للبيع.", - "sections-override": "تجاوز", - "sections-use-this-to-override-prices": "استخدم هذا لتجاوز الأسعار.", - "components-success": "نجاح", - "components-successfully-updated-category-tree": "تم تحديث شجرة الفئات بنجاح", - "components-error": "حدث خطأ", - "components-failed-to-update-category-tree": "فشل تحديث شجرة الفئات", - "components-delete": "حذف", - "components-category-deleted": "تم حذف الفئة", - "components-category-deletion-failed": "فشل حذف الفئة", - "components-category-status-is-inactive": "حالة الفئة غير نشطة", - "components-category-visibility-is-private": "رؤية الفئة خاصة", - "components-add-category-item-to": "إضافة عنصر الفئة إلى", - "modals-public": "عام", - "modals-private": "خاص", - "modals-active": "نشط", - "modals-inactive": "غير نشط", - "modals-success": "نجاح", - "modals-successfully-created-a-category": "تم إنشاء فئة بنجاح", - "modals-failed-to-create-a-new-category": "فشل إنشاء فئة جديدة", - "modals-error": "حدث خطأ", - "modals-save-category": "حفظ الفئة", - "modals-add-category-to": "إضافة فئة إلى {{name}}", - "modals-add-category": "إضافة فئة", - "modals-details": "التفاصيل", - "modals-name": "الاسم", - "modals-give-this-category-a-name": "أعط هذه الفئة اسمًا", - "modals-handle": "المُعالج", - "modals-custom-handle": "مُعالج مخصص", - "modals-description": "الوصف", - "modals-give-this-category-a-description": "أعط هذه الفئة وصفًا", - "modals-status": "الحالة", - "modals-visibility": "الرؤية", - "modals-successfully-updated-the-category": "تم تحديث الفئة بنجاح", - "modals-failed-to-update-the-category": "فشل تحديث الفئة", - "modals-edit-product-category": "تحرير فئة المنتج", - "modals-cancel": "إلغاء", - "modals-save-and-close": "حفظ وإغلاق", - "pages-no-product-categories-yet": "لا توجد فئات منتج بعد ، استخدم الزر أعلاه لإنشاء أول فئة لك.", - "pages-add-category": "إضافة فئة", - "pages-product-categories": "فئات المنتجات", - "pages-helps-you-to-keep-your-products-organized": "يساعدك على الحفاظ على تنظيم منتجاتك.", - "batch-job-success": "نجاح", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "تم تأكيد الاستيراد للمعالجة. معلومات التقدم متاحة في لائحة الأنشطة.", - "batch-job-error": "حدث خطأ", - "batch-job-import-failed": "فشل الاستيراد.", - "batch-job-failed-to-delete-the-csv-file": "فشل حذف ملف CSV", - "batch-job-failed-to-cancel-the-batch-job": "فشل إلغاء المهمة المجمعة", - "batch-job-products-list": "قائمة المنتجات", - "batch-job-download-template": "قم بتنزيل القالب أدناه للتأكد من اتباعك التنسيق الصحيح.", - "batch-job-imports-description": "من خلال الاستيراد ، يمكنك إضافة منتجات أو تحديثها. لتحديث المنتجات / المتغيرات الموجودة ، يجب تعيين معرف موجود في أعمدة معرف المنتج / المتغير. إذا كانت القيمة غير معينة، سيتم إنشاء سجل جديد. سيُطلب منك التأكيد قبل استيراد المنتجات.", - "products-filters": "الفلاتر", - "products-status": "الحالة", - "products-tags": "العلامات", - "products-spring-summer": "الربيع ، الصيف...", - "new-sales-channels": "قنوات المبيعات", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "سيكون هذا المنتج متاحًا فقط في قناة المبيعات الافتراضية إذا ترك دون مساس.", - "new-change-availablity": "تغيير التوفر", - "add-variants-a-variant-with-these-options-already-exists": "يوجد بالفعل متغير بهذه الخيارات.", - "add-variants-product-options": "خيارات المنتج", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "تُستخدم الخيارات لتحديد اللون والحجم وما إلى ذلك من المنتج.", - "add-variants-option-title": "عنوان الخيار", - "add-variants-variations-comma-separated": "الاختلافات (مفصولة بفواصل)", - "add-variants-color": "اللون...", - "add-variants-already-exists": "موجود بالفعل", - "add-variants-blue-red-black": "أزرق، أحمر، أسود...", - "add-variants-add-an-option": "إضافة خيار", - "add-variants-product-variants": "متغيرات المنتج", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "يجب عليك إضافة خيار منتج واحد على الأقل قبل أن تتمكن من البدء في إضافة متغيرات المنتج.", - "add-variants-variant": "المتغير", - "add-variants-inventory": "المخزون", - "add-variants-add-a-variant": "إضافة متغير", - "add-variants-create-variant": "إنشاء متغير", - "add-variants-cancel": "إلغاء", - "add-variants-save-and-close": "حفظ وإغلاق", - "new-variant-a-variant-with-these-options-already-exists": "يوجد بالفعل متغير بهذه الخيارات.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "هل أنت متأكد أنك تريد حذف هذا المتغير؟", - "new-variant-delete-variant": "حذف المتغير", - "new-variant-edit": "تعديل", - "new-variant-delete": "حذف", - "new-variant-edit-variant": "تعديل المتغير", - "new-variant-cancel": "إلغاء", - "new-variant-save-and-close": "حفظ وإغلاق", - "new-something-went-wrong-while-trying-to-upload-images": "حدث خطأ ما أثناء محاولة تحميل الصور.", - "new-no-file-service-configured": "قد لا يكون لديك خدمة ملفات مهيأة. يرجى الاتصال بالمسؤول الخاص بك", - "new-upload-thumbnail-error": "حدث خطأ ما أثناء محاولة تحميل الصورة المصغرة.", - "new-save-as-draft": "حفظ كمسودة", - "new-publish-product": "نشر المنتج", - "new-general-information-title": "معلومات عامة", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "لبدء البيع، كل ما تحتاجه هو اسم وسعر.", - "new-organize-product": "تنظيم المنتج", - "new-add-variations-of-this-product": "إضافة اختلافات لهذا المنتج.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "قدِّم لعملائك خيارات مختلفة للون والتنسيق والحجم والشكل وما إلى ذلك.", - "new-used-for-shipping-and-customs-purposes": "يستخدم لأغراض الشحن والجمارك.", - "new-dimensions": "الأبعاد", - "new-customs": "الجمارك", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "يُستخدم لتمثيل منتجك أثناء الدفع ومشاركة وسائل التواصل الاجتماعي وغيرها.", - "new-media": "وسائط", - "new-add-images-to-your-product": "أضف صورًا لمنتجك.", - "overview-import-products": "استيراد المنتجات", - "overview-export-products": "تصدير المنتجات", - "overview-new-product": "منتج جديد", - "overview-new-collection": "مجموعة جديدة", - "overview-success": "نجاح", - "overview-successfully-created-collection": "تم إنشاء المجموعة بنجاح", - "overview-error": "حدث خطأ", - "overview-successfully-initiated-export": "تم بدء التصدير بنجاح", - "modals-add-sales-channels": "إضافة قنوات مبيعات", - "modals-find-channels": "العثور على القنوات", - "modals-updated-the-api-key": "تم تحديث مفتاح API", - "modals-failed-to-update-the-api-key": "فشل تحديث مفتاح API", - "modals-edit-api-key-details": "تحرير تفاصيل مفتاح API", - "modals-title": "العنوان", - "modals-name-your-key": "سمّ مفتاحك", - "modals-sales-channels-added-to-the-scope": "تمت إضافة قنوات المبيعات إلى النطاق", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "حدث خطأ أثناء إضافة قنوات المبيعات إلى نطاق المفتاح", - "modals-add-and-go-back": "إضافة والعودة", - "modals-add-and-close": "إضافة وإغلاق", - "modals-sales-channels-removed-from-the-scope": "تمت إزالة قنوات المبيعات من النطاق", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "حدث خطأ أثناء إزالة قنوات المبيعات من نطاق المفتاح", - "modals-edit-sales-channels": "تحرير قنوات المبيعات", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "إلغاء التحديد", - "modals-remove": "إزالة", - "modals-add-channels": "إضافة قنوات", - "modals-close": "إغلاق", - "pages-sales-channels": "قنوات المبيعات", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "اربط أي عدد من قنوات المبيعات بمفتاح API الخاص بك حسب الحاجة.", - "pages-add-sales-channels": "إضافة قنوات مبيعات", - "pages-edit-sales-channels": "تحرير قنوات المبيعات", - "pages-success": "نجاح", - "pages-created-a-new-api-key": "تم إنشاء مفتاح API جديد", - "pages-error": "حدث خطأ", - "pages-failed-to-create-a-new-api-key": "فشل إنشاء مفتاح API جديد", - "pages-sales-channels-added-to-the-scope": "تمت إضافة قنوات المبيعات إلى النطاق", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "حدث خطأ أثناء إضافة قنوات المبيعات إلى نطاق المفتاح", - "pages-publish-api-key": "نشر مفتاح API", - "pages-create-api-key": "إنشاء مفتاح API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "إنشاء وإدارة مفاتيح API. حاليًا هذا متعلق فقط بقنوات المبيعات", - "pages-create-api-key-label": "إنشاء مفتاح API", - "pages-back-to-settings": "العودة إلى الإعدادات", - "pages-publishable-api-keys": "مفاتيح API قابلة للنشر", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "ستسمح لك هذه المفاتيح القابلة للنشر بالمصادقة على طلبات API.", - "tables-name": "الاسم", - "tables-token": "الرمز", - "tables-done": "تم", - "tables-copy-to-clipboard": "نسخ إلى الحافظة", - "tables-created": "تم إنشاؤه", - "tables-status": "الحالة", - "tables-revoked": "تم إلغاؤه", - "tables-live": "نشط", - "tables-edit-api-key-details": "تحرير تفاصيل مفتاح API", - "tables-edit-sales-channels": "تحرير قنوات المبيعات", - "tables-copy-token": "نسخ الرمز", - "tables-revoke-token": "إلغاء الرمز", - "tables-delete-api-key": "حذف مفتاح API", - "tables-yes-delete": "نعم، احذف", - "tables-api-key-deleted": "تم حذف مفتاح API", - "tables-are-you-sure-you-want-to-delete-this-public-key": "هل أنت متأكد أنك تريد حذف هذا المفتاح العام؟", - "tables-delete-key": "حذف المفتاح", - "tables-yes-revoke": "نعم، ألغِ", - "tables-api-key-revoked": "تم إلغاء مفتاح API", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "هل أنت متأكد أنك تريد إلغاء هذا المفتاح العام؟", - "tables-revoke-key": "إلغاء المفتاح", - "tables-api-keys": "مفاتيح API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "لا توجد مفاتيح بعد، استخدم الزر أعلاه لإنشاء أول مفتاح قابل للنشر لك", - "tables-title": "العنوان", - "tables-description": "الوصف", - "tables-no-added-sales-channels": "لم تتم إضافة قنوات مبيعات", - "tables-sales-channels": "قنوات المبيعات", - "form-title": "العنوان", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "الموقع الإلكتروني ، التطبيق ، أمازون ، المتجر المادي ، نقاط البيع ، تغذية المنتج في فيسبوك...", - "form-description": "الوصف", - "form-available-products-at-our-website-app": "المنتجات المتاحة على موقعنا الإلكتروني ، التطبيق...", - "form-success": "نجاح", - "form-the-sales-channel-is-successfully-updated": "تم تحديث قناة المبيعات بنجاح", - "form-error": "حدث خطأ", - "form-failed-to-update-the-sales-channel": "فشل تحديث قناة المبيعات", - "form-sales-channel-details": "تفاصيل قناة المبيعات", - "form-general-info": "معلومات عامة", - "form-name": "الاسم", - "form-close": "إغلاق", - "form-save": "حفظ", - "pages-draft": "مسودة", - "pages-control-which-products-are-available-in-which-channels": "تحكم في المنتجات المتاحة في أي القنوات", - "pages-search-by-title-or-description": "البحث حسب العنوان أو الوصف", - "pages-confirm-delete-sales-channel": "هل أنت متأكد من حذف قناة المبيعات هذه؟ سيذهب الإعداد الذي قمت به إلى الأبد.", - "pages-delete-channel-heading": "حذف القناة", - "pages-edit-general-info": "تعديل المعلومات العامة", - "pages-add-products": "إضافة منتجات", - "pages-delete-channel": "حذف القناة", - "pages-disabled": "معطل", - "pages-enabled": "مفعل", - "tables-collection": "المجموعة", - "tables-start-building-your-channels-setup": "ابدأ في بناء إعداد القنوات الخاص بك...", - "tables-no-products-in-channels": "لم تقم بإضافة أي منتجات إلى هذه القنوات بعد ، ولكن ما إن تقوم بالإضافة ستعيش هنا.", - "tables-add-products": "إضافة منتجات", - "tables-details": "التفاصيل", - "tables-remove-from-the-channel": "إزالة من القناة", - "tables-products": "المنتجات", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "إزالة", - "components-successfully-updated-currency": "تم تحديث العملة بنجاح", - "components-default": "افتراضي", - "default-store-currency-success": "نجاح", - "default-store-currency-successfully-updated-default-currency": "تم تحديث العملة الافتراضية بنجاح", - "default-store-currency-error": "حدث خطأ", - "default-store-currency-default-store-currency": "العملة الافتراضية للمتجر", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "هذه هي العملة التي تظهر بها أسعارك.", - "store-currencies-success": "نجاح", - "store-currencies-successfully-updated-currencies": "تم تحديث العملات بنجاح", - "store-currencies-error": "حدث خطأ", - "store-currencies-cancel": "إلغاء", - "store-currencies-save-and-go-back": "حفظ والعودة", - "store-currencies-save-and-close": "حفظ وإغلاق", - "store-currencies-add-store-currencies": "إضافة عملات للمتجر", - "store-currencies-current-store-currencies": "عملات المتجر الحالية", - "store-currencies-close": "إغلاق", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "إلغاء التحديد", - "store-currencies-remove": "إزالة", - "store-currencies-add-currencies": "إضافة عملات", - "store-currencies-store-currencies": "عملات المتجر", - "store-currencies-all-the-currencies-available-in-your-store": "جميع العملات المتاحة في متجرك.", - "store-currencies-edit-currencies": "تعديل العملات", - "currencies-an-unknown-error-occurred": "حدث خطأ غير معروف", - "currencies-error": "حدث خطأ", - "currencies-back-to-settings": "العودة إلى الإعدادات", - "currencies-manage-the-markets-that-you-will-operate-within": "أدر الأسواق التي ستعمل داخلها.", - "currencies-include-or-exclude-taxes": "اختر إذا كنت تريد تضمين أو استبعاد الضرائب عند تحديد السعر بهذه العملة", - "currencies-tax-incl-prices": "الأسعار شاملة الضرائب", - "settings-error": "حدث خطأ", - "settings-malformed-swap-url": "عنوان الصفحة للمبادلة تالف", - "settings-malformed-payment-url": "عنوان الصفحة للدفع تالف", - "settings-malformed-invite-url": "عنوان الصفحة للدعوة تالف", - "settings-success": "نجاح", - "settings-successfully-updated-store": "تم تحديث المتجر بنجاح", - "settings-back-to-settings": "العودة إلى الإعدادات", - "settings-save": "حفظ", - "settings-cancel": "إلغاء", - "settings-store-details": "تفاصيل المتجر", - "settings-manage-your-business-details": "أدر تفاصيل عملك", - "settings-general": "عام", - "settings-store-name": "اسم المتجر", - "settings-medusa-store": "متجر Medusa", - "settings-advanced-settings": "الإعدادات المتقدمة", - "settings-swap-link-template": "قالب رابط المبادلة", - "settings-draft-order-link-template": "قالب رابط مسودة الطلب", - "settings-invite-link-template": "قالب رابط الدعوة", - "settings-manage-the-general-settings-for-your-store": "أدر الإعدادات العامة لمتجرك", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "أدر إعدادات امتدادات متجرك", - "edit-user-information-success": "نجاح", - "edit-user-information-your-information-was-successfully-updated": "تم تحديث معلوماتك بنجاح", - "edit-user-information-edit-information": "تعديل المعلومات", - "edit-user-information-cancel": "إلغاء", - "edit-user-information-submit-and-close": "إرسال وإغلاق", - "personal-information-back-to-settings": "العودة إلى الإعدادات", - "personal-information-personal-information": "المعلومات الشخصية", - "personal-information-manage-your-medusa-profile": "أدر ملفك الشخصي في Medusa", - "personal-information-language-settings-title": "اللغة", - "personal-information-language-settings-description": "عدِّل لغة Medusa Admin", - "personal-information-language-settings-help-us-translate": "ساعدنا في الترجمة", - "personal-information-usage-insights-title": "معلومات الاستخدام", - "usage-insights-disabled": "معطل", - "usage-insights-active": "نشط", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "شارك معلومات الاستخدام وساعدنا على تحسين Medusa", - "usage-insights-edit-preferences": "تعديل التفضيلات", - "usage-insights-success": "نجاح", - "usage-insights-your-information-was-successfully-updated": "تم تحديث معلوماتك بنجاح", - "usage-insights-error": "حدث خطأ", - "usage-insights-cancel": "إلغاء", - "usage-insights-submit-and-close": "إرسال وإغلاق", - "region-form-title": "العنوان", - "region-form-europe": "أوروبا", - "region-form-currency-code-is-required": "رمز العملة مطلوب", - "region-form-currency": "العملة", - "region-form-choose-currency": "اختر العملة", - "region-form-default-tax-rate": "معدل الضريبة الافتراضي", - "region-form-tax-rate-is-required": "معدل الضريبة مطلوب", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "يجب أن يساوي معدل الضريبة أو يقل عن 100٪", - "region-form-default-tax-code": "رمز الضريبة الافتراضي", - "region-form-countries": "الدول", - "region-form-choose-countries": "اختر الدول", - "region-form-tax-inclusive-prices": "الأسعار شاملة الضرائب", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "عند التمكين ، ستشمل أسعار المنطقة الضريبة.", - "region-form-payment-providers-are-required": "مزودو الدفع مطلوبون", - "region-form-payment-providers": "مزودو الدفع", - "region-form-choose-payment-providers": "اختر مزودي الدفع...", - "region-form-fulfillment-providers-are-required": "مزودو التنفيذ مطلوبون", - "region-form-fulfillment-providers": "مزودو التنفيذ", - "region-form-choose-fulfillment-providers": "اختر مزودي التنفيذ...", - "shipping-option-card-success": "نجاح", - "shipping-option-card-shipping-option-updated": "تم تحديث خيار الشحن", - "shipping-option-card-error": "حدث خطأ", - "shipping-option-card-edit-shipping-option": "تعديل خيار الشحن", - "shipping-option-card-fulfillment-method": "طريقة التنفيذ", - "shipping-option-card-cancel": "إلغاء", - "shipping-option-card-save-and-close": "حفظ وإغلاق", - "shipping-option-card-shipping-option-has-been-deleted": "تم حذف خيار الشحن", - "shipping-option-card-flat-rate": "سعر ثابت", - "shipping-option-card-calcualted": "محسوب", - "shipping-option-card-min-subtotal": "الحد الأدنى للمجموع الفرعي:", - "shipping-option-card-max-subtotal": "الحد الأقصى للمجموع الفرعي:", - "shipping-option-card-admin": "المشرف", - "shipping-option-card-store": "المتجر", - "shipping-option-card-edit": "تعديل", - "shipping-option-card-delete": "حذف", - "shipping-option-form-visible-in-store": "مرئي في المتجر", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "تمكين أو تعطيل رؤية خيار الشحن في المتجر.", - "shipping-option-form-details": "التفاصيل", - "shipping-option-form-title": "العنوان", - "shipping-option-form-title-is-required": "العنوان مطلوب", - "shipping-option-form-price-type": "نوع السعر", - "shipping-option-form-flat-rate": "سعر ثابت", - "shipping-option-form-calculated": "محسوب", - "shipping-option-form-choose-a-price-type": "اختر نوع السعر", - "shipping-option-form-price": "السعر", - "shipping-option-form-shipping-profile": "ملف الشحن", - "shipping-option-form-choose-a-shipping-profile": "اختر ملف الشحن", - "shipping-option-form-fulfillment-method": "طريقة التنفيذ", - "shipping-option-form-choose-a-fulfillment-method": "اختر طريقة التنفيذ", - "shipping-option-form-requirements": "المتطلبات", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "يجب أن يقل الحد الأدنى للمجموع الفرعي عن الحد الأقصى للمجموع الفرعي", - "shipping-option-form-min-subtotal": "الحد الأدنى للمجموع الفرعي", - "shipping-option-form-max-subtotal": "الحد الأقصى للمجموع الفرعي", - "shipping-option-form-metadata": "البيانات الوصفية", - "general-section-success": "نجاح", - "general-section-region-was-successfully-updated": "تم تحديث المنطقة بنجاح", - "general-section-error": "حدث خطأ", - "general-section-edit-region-details": "تعديل تفاصيل المنطقة", - "general-section-details": "التفاصيل", - "general-section-providers": "المزودون", - "general-section-metadata": "البيانات الوصفية", - "general-section-cancel": "إلغاء", - "general-section-save-and-close": "حفظ وإغلاق", - "edit-something-went-wrong": "حدث خطأ ما...", - "edit-no-region-found": "لا يمكننا العثور على منطقة بهذا المعرف، استخدم القائمة على اليسار لتحديد منطقة.", - "return-shipping-options-success": "نجاح", - "return-shipping-options-shipping-option-created": "تم إنشاء خيار الشحن", - "return-shipping-options-error": "حدث خطأ", - "return-shipping-options-add-return-shipping-option": "إضافة خيار شحن إرجاع", - "return-shipping-options-cancel": "إلغاء", - "return-shipping-options-save-and-close": "حفظ وإغلاق", - "return-shipping-options-return-shipping-options": "خيارات شحن الإرجاع", - "return-shipping-options-add-option": "إضافة خيار", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "أدخل تفاصيل حول طرق شحن الإرجاع الإقليمية المتاحة.", - "shipping-options-success": "نجاح", - "shipping-options-shipping-option-created": "تم إنشاء خيار الشحن", - "shipping-options-error": "حدث خطأ", - "shipping-options-add-shipping-option": "إضافة خيار شحن", - "shipping-options-cancel": "إلغاء", - "shipping-options-save-and-close": "حفظ وإغلاق", - "shipping-options-shipping-options": "خيارات الشحن", - "shipping-options-add-option": "إضافة خيار", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "أدخل تفاصيل حول طرق الشحن الإقليمية المتاحة.", - "new-region-created": "تم إنشاء المنطقة", - "new-create-region": "إنشاء منطقة", - "new-details": "التفاصيل", - "new-add-the-region-details": "أضف تفاصيل المنطقة.", - "new-providers": "المزودون", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "أضف مزودي التنفيذ والدفع الذين يجب أن يكونوا متاحين في هذه المنطقة.", - "region-overview-regions": "المناطق", - "region-overview-manage-the-markets-that-you-will-operate-within": "أدر الأسواق التي ستعمل داخلها.", - "region-overview-not-configured": "غير مهيأ", - "region-overview-fulfillment-providers": "مزودو التنفيذ:", - "return-reasons-notification-success": "نجاح", - "return-reasons-created-a-new-return-reason": "تم إنشاء سبب إرجاع جديد", - "return-reasons-success": "نجاح", - "return-reasons-error": "حدث خطأ", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "لا يمكن إنشاء سبب إرجاع بقيمة موجودة", - "return-reasons-add-reason": "إضافة سبب", - "return-reasons-value-is-required": "القيمة مطلوبة", - "return-reasons-value": "القيمة", - "return-reasons-label-is-required": "التسمية مطلوبة", - "return-reasons-label": "التسمية", - "return-reasons-description": "الوصف", - "return-reasons-customer-received-the-wrong-size": "تلقى العميل المقاس الخطأ", - "return-reasons-cancel": "إلغاء", - "return-reasons-create": "إنشاء", - "return-reasons-success-title": "نجاح", - "return-reasons-successfully-updated-return-reason": "تم تحديث سبب الإرجاع بنجاح", - "return-reasons-duplicate-reason": "سبب مكرر", - "return-reasons-delete-reason": "حذف السبب", - "return-reasons-save": "حفظ", - "return-reasons-details": "التفاصيل", - "return-reasons-delete-return-reason": "حذف سبب الإرجاع", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "هل أنت متأكد أنك تريد حذف هذا السبب؟", - "return-reasons-back-to-settings": "العودة إلى الإعدادات", - "return-reasons-return-reasons": "أسباب الإرجاع", - "return-reasons-add-reason-label": "إضافة سبب", - "return-reasons-manage-reasons-for-returned-items": "أدِر أسباب إرجاع العناصر", - "taxes-details": "التفاصيل", - "taxes-new-tax-rate": "معدل ضريبة جديد", - "taxes-tax-calculation-settings": "إعدادات حساب الضريبة", - "taxes-success": "نجاح", - "taxes-successfully-updated-tax-rate": "تم تحديث معدل الضريبة بنجاح.", - "taxes-error": "حدث خطأ", - "taxes-overrides": "التجاوزات", - "taxes-product-rules": "قواعد المنتج", - "taxes-product-rules-description_one": "ينطبق على {{count}} منتج", - "taxes-product-rules-description_other": "ينطبق على {{count}} منتج", - "taxes-product-type-rules": "قواعد نوع المنتج", - "taxes-product-type-rules-description_one": "ينطبق على {{count}} نوع منتج", - "taxes-product-type-rules-description_other": "ينطبق على {{count}} نوع منتج", - "taxes-shipping-option-rules": "قواعد خيار الشحن", - "taxes-applies-to-shipping-option-with-count_one": "ينطبق على {{count}} خيار شحن", - "taxes-applies-to-shipping-option-with-count_other": "ينطبق على {{count}} خيار شحن", - "taxes-add-overrides": "إضافة تجاوزات", - "taxes-cancel": "إلغاء", - "taxes-save": "حفظ", - "taxes-name": "الاسم", - "taxes-default": "افتراضي", - "taxes-rate-name": "اسم المعدل", - "taxes-tax-rate": "معدل الضريبة", - "taxes-tax-code": "رمز الضريبة", - "taxes-edit-tax-rate": "تحرير معدل الضريبة", - "taxes-back-to-settings": "العودة إلى الإعدادات", - "taxes-regions": "المناطق", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "حدد المنطقة التي ترغب في إدارة الضرائب لها", - "taxes-go-to-region-settings": "الذهاب إلى إعدادات المنطقة", - "taxes-successfully-created-tax-rate": "تم إنشاء معدل ضريبة بنجاح.", - "taxes-add-tax-rate": "إضافة معدل ضريبة", - "taxes-applies-to-product-type-with-count_one": "ينطبق على {{count}} نوع منتج", - "taxes-applies-to-product-type-with-count_other": "ينطبق على {{count}} نوع منتج", - "taxes-create": "إنشاء", - "taxes-select-products": "تحديد المنتجات", - "taxes-select-product-types-label": "تحديد أنواع المنتجات", - "taxes-product-types": "أنواع المنتجات", - "taxes-system-tax-provider": "مزود ضريبة النظام", - "taxes-region-tax-settings-were-successfully-updated": "تم تحديث إعدادات ضريبة المنطقة بنجاح", - "taxes-tax-provider": "مزود الضريبة", - "taxes-calculate-taxes-automatically": "حساب الضرائب تلقائياً؟", - "taxes-automatically-apply-tax-calculations-to-carts": "عند التحقق سيقوم Medusa تلقائيًا بتطبيق حسابات الضريبة على عربات التسوق في هذه المنطقة. عند عدم التحقق ، سيتعين عليك حساب الضرائب يدويًا عند الخروج. توصى الضرائب اليدوية إذا كنت تستخدم مزود ضريبة خارجي لتجنب تنفيذ الكثير من الطلبات", - "taxes-apply-tax-to-gift-cards": "تطبيق الضريبة على بطاقات الهدايا؟", - "taxes-apply-taxes-to-gift-cards": "عند التحقق ، سيتم تطبيق الضرائب على بطاقات الهدايا عند الخروج. في بعض البلدان ، تتطلب لوائح الضريبة تطبيق الضرائب على بطاقات الهدايا عند الشراء.", - "taxes-search-products": "البحث عن منتجات..", - "taxes-select-shipping-option": "حدد خيار الشحن", - "taxes-shipping-options": "خيارات الشحن", - "taxes-delete-tax-rate-heading": "حذف معدل الضريبة", - "taxes-confirm-delete": "هل أنت متأكد أنك تريد حذف معدل الضريبة هذا؟", - "taxes-tax-rate-was-deleted": "تم حذف معدل الضريبة.", - "taxes-edit": "تعديل", - "taxes-delete-tax-rate": "حذف معدل الضريبة", - "taxes-delete-rule": "حذف القاعدة", - "taxes-type": "النوع", - "taxes-products": "المنتجات", - "taxes-select-individual-products": "تحديد منتجات محددة", - "taxes-select-product-types": "تحديد أنواع المنتجات", - "taxes-select-shipping-options": "تحديد خيارات الشحن", - "taxes-back": "العودة", - "taxes-add": "إضافة", - "taxes-code": "الرمز", - "users-invite-users": "دعوة مستخدمين", - "users-back-to-settings": "العودة إلى الإعدادات", - "users-the-team": "الفريق", - "users-manage-users-of-your-medusa-store": "أدِر مستخدمي متجر Medusa الخاص بك", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/bg/translation.json b/packages/admin-ui/ui/public/locales/bg/translation.json deleted file mode 100644 index 4c1d81be60bd1..0000000000000 --- a/packages/admin-ui/ui/public/locales/bg/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "Назад", - "filter-menu-trigger": "Преглед", - "filter-menu-clear-button": "Изчистване", - "filter-menu-select-item-default-placeholder": "Избери филтър", - "filter-menu-select-item-clear-button": "Премахване на избраните филтри", - "filter-menu-select-item-selected": "Избрано", - "filter-menu-date-item-before": "Преди", - "filter-menu-date-item-after": "След", - "filter-menu-date-item-between": "Между", - "sales-channels-display-available-count": "Достъпен в <2>{{availableChannelsCount}} от <6>{{totalChannelsCount}} Канали за продажба", - "activity-drawer-activity": "Дейности", - "activity-drawer-no-notifications-title": "Тук е тихо...", - "activity-drawer-no-notifications-description": "В момента нямате никакви известия, но щом ги направите, те ще останат тук.", - "activity-drawer-error-title": "Ох не...", - "activity-drawer-error-description": "Нещо се обърка при опит за извличане на вашите известия - Ще продължим да опитваме!", - "activity-drawer-processing": "Обработване...", - "analytics-config-form-title": "Анонимизиране на моите употребявани данни", - "analytics-config-form-description": "Можете да изберете да анонимизирате данните си за употреба. Ако тази опция е избрана, ние няма да събираме вашата лична информация, като вашето име и имейл адрес.", - "analytics-config-form-opt-out": "Отказ от споделяне на моите данни за употреба", - "analytics-config-form-opt-out-later": "Винаги можете да се откажете от споделянето на вашите данни за употреба по всяко време.", - "analytics-preferences-success": "Успех", - "analytics-preferences-your-preferences-were-successfully-updated": "Вашите предпочитания бяха успешно актуализирани", - "analytics-preferences-error": "Грешка", - "analytics-preferences-help-us-get-better": "Помогнете ни да станем по-добри", - "analytics-preferences-disclaimer": "За да създадем най-завладяващото изживяване в електронната търговия, бихме искали да получим представа как използвате Medusa. Прозренията на потребителите ни позволяват да създаваме по-добри, по-ангажиращи и по-използваеми продукти. Ние събираме данни само за подобряване на продукта. Прочетете какви данни събираме в нашата", - "analytics-preferences-documentation": "документация", - "analytics-preferences-please-enter-a-valid-email": "Моля въведи валиден имейл", - "analytics-preferences-continue": "Продължи", - "currency-input-currency": "Валута", - "currency-input-amount-is-not-valid": "Сумата е невалидна", - "organisms-success": "Успех", - "organisms-delete-successful": "Изтриване успешно", - "organisms-are-you-sure-you-want-to-delete": "Сигурни ли сте, че искате да изтриете?", - "organisms-no-cancel": "Не, отмени", - "organisms-yes-remove": "Да, премахни", - "details-collapsible-hide-additional-details": "Скрий допълнителна информация", - "details-collapsible-show-additional-details": "Покажи допълнителна информация", - "edit-user-modal-success": "Успех", - "edit-user-modal-user-was-updated": "Потребителят е актуализиран", - "edit-user-modal-error": "Грешка", - "edit-user-modal-edit-user": "Редактиране на потребител", - "edit-user-modal-first-name-label": "Първо име", - "edit-user-modal-first-name-placeholder": "Първо име...", - "edit-user-modal-last-name-label": "Фалимия", - "edit-user-modal-last-name-placeholder": "Фалимия...", - "edit-user-modal-email": "Имейл", - "edit-user-modal-cancel": "Отказ", - "edit-user-modal-save": "Запази", - "error-boundary-back-to-dashboard": "Обратно към таблото за управление", - "error-boundary-an-unknown-error-occured": "Възникна неизвестна грешка", - "error-boundary-bad-request": "Неправилна заявка", - "error-boundary-you-are-not-logged-in": "Не сте влезли в системата", - "error-boundary-you-do-not-have-permission-perform-this-action": "Нямате разрешение да извършите това действие", - "error-boundary-page-was-not-found": "Страницата не е намерена", - "error-boundary-an-unknown-server-error-occured": "Възникна неизвестна грешка в сървъра", - "error-boundary-503": "В момента сървърът е недостъпен", - "error-boundary-500": "Възникна грешка, това най-вероятно се дължи на технически проблем от наша страна. Моля, опитайте да опресните страницата(F5). Ако проблемът продължава, свържете се с вашия администратор.", - "error-boundary-400": "Заявката е неправилно форматирана, коригирайте заявката си и опитайте отново.", - "error-boundary-401": "Не сте влезли, моля, влезте, за да продължите.", - "error-boundary-403": "Нямате разрешение да извършите това действие, ако смятате, че това е грешка, свържете се с вашия администратор.", - "error-boundary-404": "Страницата, която поискахте, не беше намерена, моля, проверете URL адреса и опитайте отново.", - "error-boundary-500-2": "Сървърът не успя да обработи вашата заявка, това най-вероятно се дължи на технически проблем от наша страна. Моля, опитайте отново. Ако проблемът продължава, свържете се с вашия администратор.", - "error-boundary-503-2": "Сървърът е временно недостъпен и вашата заявка не може да бъде обработена. Моля, опитайте отново по-късно. Ако проблемът продължава, свържете се с вашия администратор.", - "export-modal-title": "Стартиране на експортиране на вашите данни", - "export-modal-cancel": "Отказ", - "export-modal-export": "Експортиране", - "file-upload-modal-upload-a-new-photo": "Качи нова снимка", - "gift-card-banner-edit": "Редактиране", - "gift-card-banner-unpublish": "Депубликуване", - "gift-card-banner-publish": "Публикуване", - "gift-card-banner-delete": "Изтриване", - "gift-card-banner-published": "Публикувано", - "gift-card-banner-unpublished": "Депубликувано", - "gift-card-denominations-section-denomination-added": "Добавена деноминация", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Нова деноминация бе добавена успешно", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Деноминация с тази стойност по подразбиране вече съществува", - "gift-card-denominations-section-error": "Грешка", - "gift-card-denominations-section-add-denomination": "Добави деноминация", - "gift-card-denominations-section-cancel": "Отказ", - "gift-card-denominations-section-save-and-close": "Запази и затвори", - "gift-card-denominations-section-denomination-updated": "Деноминацията е актуализирана", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Нова стойност беше успешно актуализирана", - "gift-card-denominations-section-edit-denomination": "Редактиране на стойност", - "gift-card-denominations-section-denominations": "Стойности", - "gift-card-denominations-section-denomination": "Стойност", - "gift-card-denominations-section-in-other-currencies": "В други валути", - "gift-card-denominations-section-and-more_one": "и още {{count}}", - "gift-card-denominations-section-and-more_other": "и още {{count}}", - "gift-card-denominations-section-delete-denomination": "Изтриване на стойност", - "gift-card-denominations-section-confirm-delete": "Сигурни ли сте, че искате да изтриете тази стойност?", - "gift-card-denominations-section-denomination-deleted": "Стойност изтрита", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Стойността беше успешно изтрита", - "gift-card-denominations-section-edit": "Редакция", - "gift-card-denominations-section-delete": "Изтриване", - "help-dialog-how-can-we-help": "Как можем да помогнем?", - "help-dialog-we-usually-respond-in-a-few-hours": "Обикновено отговаряме в рамките на няколко часа", - "help-dialog-subject": "Тема", - "help-dialog-what-is-it-about": "За какво става дума?...", - "help-dialog-write-a-message": "Напишете съобщение...", - "help-dialog-feel-free-to-join-our-community-of": "Чувствайте се свободни да се присъедините към нашата общност на", - "help-dialog-merchants-and-e-commerce-developers": "търговци и разработчици на електронна търговия", - "help-dialog-send-a-message": "Изпрати съобщение", - "invite-modal-success": "Успех", - "invite-modal-invitation-sent-to": "Поканата е изпратена до {{user}}", - "invite-modal-error": "Грешка", - "invite-modal-member": "Член", - "invite-modal-admin": "Админ", - "invite-modal-developer": "Разработчик", - "invite-modal-invite-users": "Покана за потребители", - "invite-modal-email": "Имейл", - "invite-modal-role": "Роля", - "invite-modal-select-role": "Изберете роля", - "invite-modal-cancel": "Отказ", - "invite-modal-invite": "Покани", - "login-card-no-match": "Тези идентификационни данни не съответстват на нашите записи.", - "login-card-log-in-to-medusa": "Влезте в Medusa", - "login-card-email": "Имейл", - "login-card-password": "Парола", - "login-card-forgot-your-password": "Забравена парола?", - "metadata-add-metadata": "Добавяне на метаданни", - "product-attributes-section-edit-attributes": "Редактиране на атрибути", - "product-attributes-section-dimensions": "Размери", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Конфигурирайте за изчисляване на най-точните тарифи за доставка", - "product-attributes-section-customs": "Митница", - "product-attributes-section-cancel": "Отказ", - "product-attributes-section-save": "Запази", - "product-attributes-section-title": "Атрибути", - "product-attributes-section-height": "Височина", - "product-attributes-section-width": "Ширина", - "product-attributes-section-length": "Дължина", - "product-attributes-section-weight": "Тегло", - "product-attributes-section-mid-code": "MID Код", - "product-attributes-section-hs-code": "HS Код", - "product-attributes-section-country-of-origin": "Държава на произход", - "product-general-section-success": "Успех", - "product-general-section-successfully-updated-sales-channels": "Успешно актуализирани канали за продажба", - "product-general-section-error": "Грешка", - "product-general-section-failed-to-update-sales-channels": "Неуспешно актуализиране на каналите за продажба", - "product-general-section-edit-general-information": "Редактиране на обща информация", - "product-general-section-gift-card": "Подаръчна карта", - "product-general-section-product": "Продукт", - "product-general-section-metadata": "Метаданни", - "product-general-section-cancel": "Отказ", - "product-general-section-save": "Запази", - "product-general-section-delete": "Изтрий", - "product-general-section-edit-sales-channels": "Редактиране на каналите за продажба", - "product-general-section-published": "Публикуван", - "product-general-section-draft": "Чернова", - "product-general-section-details": "Детайли", - "product-general-section-subtitle": "Подзаглавие", - "product-general-section-handle": "Идентификатор", - "product-general-section-type": "Тип", - "product-general-section-collection": "Колекция", - "product-general-section-category": "Категория", - "product-general-section-discountable": "Може да се отстъпи", - "product-general-section-true": "Вярно", - "product-general-section-false": "Грешно", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Канали за продажба", - "product-media-section-edit-media": "Редактиране на медия", - "product-media-section-upload-images-error": "Нещо се обърка при опита за качване на изображения.", - "product-media-section-file-service-not-configured": "Може би нямате конфигуриран файлов сервиз. Моля, свържете се с вашия администратор", - "product-media-section-error": "Грешка", - "product-media-section-media": "Медия", - "product-media-section-add-images-to-your-product": "Добавете изображения към вашия продукт.", - "product-media-section-cancel": "Отказ", - "product-media-section-save-and-close": "Запази и затвори", - "product-raw-section-raw-gift-card": "Суров подаръчен ваучер", - "product-raw-section-raw-product": "Суров продукт", - "product-thumbnail-section-success": "Успех", - "product-thumbnail-section-successfully-deleted-thumbnail": "Успешно изтрихте миниатюрата", - "product-thumbnail-section-error": "Грешка", - "product-thumbnail-section-edit": "Редактиране", - "product-thumbnail-section-upload": "Качване", - "product-thumbnail-section-upload-thumbnail-error": "Възникна проблем при опита за качване на миниатюра.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Възможно е да нямате конфигуриран услуга за файлове. Моля, свържете се с вашия администратор.", - "product-thumbnail-section-upload-thumbnail": "Качване на миниатюра", - "product-thumbnail-section-thumbnail": "Миниатюра", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Използва се за представяне на вашия продукт по време на плащане, социално споделяне и други.", - "product-thumbnail-section-cancel": "Отказ", - "product-thumbnail-section-save-and-close": "Запази и затвори", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Добавяне на цени", - "product-variants-section-add-variant": "Добавяне на вариант", - "product-variants-section-cancel": "Отказ", - "product-variants-section-save-and-close": "Запази и затвори", - "product-variants-section-edit-stock-inventory": "Редактиране на наличност и инвентар", - "product-variants-section-edit-variant": "Редактиране на вариант", - "edit-variants-modal-cancel": "Отказ", - "edit-variants-modal-save-and-go-back": "Запази и върни се", - "edit-variants-modal-save-and-close": "Запази и затвори", - "edit-variants-modal-edit-variant": "Редактиране на вариант", - "edit-variants-modal-update-success": "Вариантите бяха успешно актуализирани", - "edit-variants-modal-edit-variants": "Редактиране на варианти", - "edit-variants-modal-product-variants": "Варианти на продукта", - "edit-variants-modal-variant": "Вариант", - "edit-variants-modal-inventory": "Инвентар", - "product-variants-section-edit-prices": "Редактиране на цените", - "product-variants-section-edit-variants": "Редактиране на вариантите", - "product-variants-section-edit-options": "Редактиране на опциите", - "product-variants-section-product-variants": "Варианти на продукта", - "product-variants-section-error": "Грешка", - "product-variants-section-failed-to-update-product-options": "Неуспешно актуализиране на опциите за продукт", - "product-variants-section-success": "Успех", - "product-variants-section-successfully-updated-product-options": "Успешно актуализирани опции за продукт", - "product-variants-section-product-options": "Опции за продукт", - "product-variants-section-option-title": "Заглавие на опцията", - "product-variants-section-option-title-is-required": "Заглавието на опцията е задължително", - "product-variants-section-add-an-option": "Добавете опция", - "product-variants-section-inventory": "Инвентар", - "product-variants-section-title": "Заглавие", - "product-variants-section-sku": "Артикул", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Управление на инвентара", - "product-variants-section-duplicate-variant": "Дублиране на вариант", - "product-variants-section-delete-variant-label": "Изтриване на вариант", - "product-variants-section-yes-delete": "Да, изтрий", - "product-variants-section-delete-variant-heading": "Изтриване на вариант", - "product-variants-section-confirm-delete": "Сигурни ли сте, че искате да изтриете този вариант? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Бележка: Изтриването на варианта също ще премахне инвентарните елементи и нивата", - "reset-token-card-error": "Грешка", - "reset-token-card-reset-your-password": "Нулиране на вашата парола", - "reset-token-card-password-reset-description": "Въведете вашия имейл адрес по-долу, и ние ще ви изпратим инструкции как да нулирате вашата парола.", - "reset-token-card-email": "Имейл", - "reset-token-card-this-is-not-a-valid-email": "Това не е валиден имейл", - "reset-token-card-send-reset-instructions": "Изпрати инструкции за нулиране", - "reset-token-card-successfully-sent-you-an-email": "Успешно ви изпратихме имейл", - "reset-token-card-go-back-to-sign-in": "Върнете се към входа", - "rma-return-product-table-product-details": "Детайли за продукта", - "rma-return-product-table-quantity": "Количество", - "rma-select-product-table-product-details": "Детайли за продукта", - "rma-select-product-table-quantity": "Количество", - "rma-select-product-table-refundable": "За възстановяване", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Изберете Причина", - "sidebar-store": "Магазин", - "sidebar-orders": "Поръчки", - "sidebar-products": "Продукти", - "sidebar-categories": "Категории", - "sidebar-customers": "Клиенти", - "sidebar-inventory": "Инвентар", - "sidebar-discounts": "Отстъпки", - "sidebar-gift-cards": "Ваучери за намаление", - "sidebar-pricing": "Ценообразуване", - "sidebar-settings": "Настройки", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} от {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} от {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} от {{soothedPageCount}}", - "timeline-request-return": "Заявка за връщане", - "timeline-register-exchange": "Регистрация на обмен", - "timeline-register-claim": "Регистрация на претенция", - "timeline-success": "Успех", - "timeline-added-note": "Добавена бележка", - "timeline-error": "Грешка", - "timeline-timeline": "Хронология", - "upload-modal-new": "нов", - "upload-modal-updates": "актуализации", - "upload-modal-drop-your-file-here-or": "Поставете файла си тук, или", - "upload-modal-click-to-browse": "щракнете, за да прегледате.", - "upload-modal-only-csv-files-are-supported": "Поддържат се само .csv файлове.", - "upload-modal-import-file-title": "Импортиране на {{fileTitle}}", - "upload-modal-cancel": "Отказ", - "upload-modal-import-list": "Списък за импортиране", - "add-products-modal-add-products": "Добави продукти", - "add-products-modal-search-by-name-or-description": "Търсене по име или описание...", - "add-products-modal-cancel": "Отказ", - "add-products-modal-save": "Запази", - "add-products-modal-product-details": "Детайли за продукта", - "add-products-modal-status": "Статус", - "add-products-modal-variants": "Варианти", - "templates-general": "Общи", - "templates-first-name": "Първо име", - "templates-last-name": "Фалимия", - "templates-company": "Компания", - "templates-phone": "Телефон", - "templates-billing-address": "Billing Address", - "templates-shipping-address": "Адрес за доставка", - "templates-address": "Адрес", - "templates-address-1": "Адрес 1", - "templates-address-2": "Адрес 2", - "templates-postal-code": "Пощенски код", - "templates-city": "Град", - "templates-province": "Област", - "templates-country": "Държава", - "templates-metadata": "Метаданни", - "collection-modal-success": "Успех", - "collection-modal-successfully-updated-collection": "Колекцията беше успешно обновена", - "collection-modal-error": "Грешка", - "collection-modal-successfully-created-collection": "Колекцията беше успешно създадена", - "collection-modal-edit-collection": "Редакция на колекция", - "collection-modal-add-collection": "Добави колекция", - "collection-modal-description": "За да създадете колекция, всичко, което ви трябва, е заглавие и уникален идентификатор.", - "collection-modal-details": "Подробности", - "collection-modal-title-label": "Заглавие", - "collection-modal-title-placeholder": "Слънчеви очила", - "collection-modal-handle-label": "Уникален идентификатор", - "collection-modal-handle-placeholder": "sunglasses", - "collection-modal-slug-description": "URL Slug за колекцията. Ще бъде автоматично генериран, ако остане празно.", - "collection-modal-metadata": "Метаданни", - "collection-modal-cancel": "Отказ", - "collection-modal-save-collection": "Запази колекция", - "collection-modal-publish-collection": "Публикувай колекция", - "collection-product-table-add-products": "Добави продукт", - "collection-product-table-products": "Продукти", - "collection-product-table-search-products": "Търсене на продукти", - "collection-product-table-cancel": "Отказ", - "collection-product-table-save": "Запази", - "collection-product-table-sort-by": "Сортиране по", - "collection-product-table-all": "Всички", - "collection-product-table-newest": "Най-нови", - "collection-product-table-oldest": "Най-стари", - "collection-product-table-title": "Заглавие", - "collection-product-table-decide-status-published": "Публикуван", - "collection-product-table-draft": "Чернова", - "collection-product-table-proposed": "Предложен", - "collection-product-table-rejected": "Отхвърлени", - "collection-product-table-remove-product-from-collection": "Премахни продукт от колекцията", - "collection-product-table-product-removed-from-collection": "Продуктът е премахнат от колекцията", - "collections-table-delete-collection": "Изтрий колекция", - "collections-table-confirm-delete": "Сигурни ли сте, че искате да изтриете тази колекция?", - "collections-table-edit": "Редакция", - "collections-table-delete": "Изтриване", - "collections-table-title": "Заглавие", - "collections-table-handle": "Обработка", - "collections-table-created-at": "Създадено на", - "collections-table-updated-at": "Актуализирано на", - "collections-table-products": "Продукти", - "customer-group-table-details": "Подробности", - "customer-group-table-delete": "Изтриване", - "customer-group-table-success": "Успех", - "customer-group-table-group-deleted": "Групата е изтрита", - "customer-group-table-error": "Грешка", - "customer-group-table-failed-to-delete-the-group": "Неуспешно изтриване на групата", - "customer-group-table-customer-groups": "Групи на клиенти", - "customer-group-table-delete-from-the-group": "Изтрий от групата", - "customer-group-table-customer-groups-title": "Групи на клиенти", - "customer-group-table-groups": "Групи", - "customer-group-table-all": "Всички", - "customer-group-table-edit-customers": "Редакция на клиенти", - "customer-group-table-customers": "Клиенти", - "customer-group-table-cancel": "Отказ", - "customer-group-table-save": "Запази", - "customer-orders-table-orders": "Поръчки", - "customer-orders-table-transfer-order": "Прехвърли поръчка", - "customer-orders-table-paid": "Платено", - "customer-orders-table-awaiting": "В очакване", - "customer-orders-table-requires-action": "Изисква действие", - "customer-orders-table-n-a": "Недостъпно", - "customer-orders-table-fulfilled": "Изпълнено", - "customer-orders-table-shipped": "Изпратено", - "customer-orders-table-not-fulfilled": "Не е изпълнено", - "customer-orders-table-partially-fulfilled": "Частично изпълнено", - "customer-orders-table-partially-shipped": "Частично изпратено", - "customer-orders-table-order": "Поръчка", - "customer-orders-table-remainder-more": "+ {{remainder}} още", - "customer-orders-table-date": "Дата", - "customer-orders-table-fulfillment": "Изпълнение", - "customer-orders-table-status": "Статус", - "customer-orders-table-total": "Общо", - "customer-table-customers": "Клиенти", - "customer-table-edit": "Редакция", - "customer-table-details": "Подробности", - "customer-table-date-added": "Дата на добавяне", - "customer-table-name": "Име", - "customer-table-email": "Имейл", - "customer-table-orders": "Поръчки", - "discount-filter-dropdown-filters": "Филтри", - "discount-table-discounts": "Отстъпки", - "discount-table-search-by-code-or-description": "Търсене по код или описание...", - "discount-table-success": "Успех", - "discount-table-successfully-copied-discount": "Успешно копирана отстъпка", - "discount-table-error": "Грешка", - "discount-table-scheduled": "Планирана", - "discount-table-expired": "Изтекла", - "discount-table-active": "Активна", - "discount-table-disabled": "Деактивирана", - "discount-table-free-shipping": "Безплатна доставка", - "discount-table-code": "Код", - "discount-table-description": "Описание", - "discount-table-amount": "Сума", - "discount-table-status": "Статус", - "discount-table-redemptions": "Използвания", - "discount-table-delete-discount": "Изтриване на отстъпката", - "discount-table-confirm-delete": "Сигурни ли сте, че искате да изтриете тази отстъпка?", - "discount-table-publish": "Публикуване", - "discount-table-unpublish": "Скриване", - "discount-table-successfully-published-discount": "Успешно публикувана отстъпка", - "discount-table-successfully-unpublished-discount": "Успешно скрита отстъпка", - "discount-table-duplicate": "Копиране", - "discount-table-delete": "Изтриване", - "draft-order-table-draft-orders": "Проектни поръчки", - "draft-order-table-completed": "Завършени", - "draft-order-table-open": "Отворени", - "draft-order-table-draft": "Проект", - "draft-order-table-order": "Поръчка", - "draft-order-table-date-added": "Дата на добавяне", - "draft-order-table-customer": "Клиент", - "draft-order-table-status": "Статус", - "gift-card-filter-dropdown-is-in-the-last": "е в последните", - "gift-card-filter-dropdown-is-older-than": "е по-стар от", - "gift-card-filter-dropdown-is-after": "е след", - "gift-card-filter-dropdown-is-before": "е преди", - "gift-card-filter-dropdown-is-equal-to": "е равно на", - "gift-card-filter-dropdown-filters": "Филтри", - "gift-card-filter-dropdown-status": "Статус", - "gift-card-filter-dropdown-payment-status": "Статус на плащане", - "gift-card-filter-dropdown-fulfillment-status": "Статус на изпълнение", - "gift-card-filter-dropdown-date": "Дата", - "gift-card-table-gift-cards": "Подаръчни карти", - "gift-card-table-code": "Код", - "gift-card-table-order": "Поръчка", - "gift-card-table-original-amount": "Оригинална сума", - "gift-card-table-balance": "Баланс", - "gift-card-table-region-has-been-deleted": "Регионът беше изтрит", - "gift-card-table-none": "Няма", - "gift-card-table-created": "Създадено", - "image-table-file-name": "Име на файл", - "image-table-thumbnail": "Миниатюра", - "image-table-select-thumbnail-image-for-product": "Изберете коя снимка искате да използвате като миниатюра за този продукт", - "inventory-table-inventory-items": "Стоки налични", - "inventory-table-actions-adjust-availability": "Настройка на наличността", - "inventory-table-view-product": "Преглед на продукт", - "inventory-table-success": "Успех", - "inventory-table-inventory-item-updated-successfully": "Стоката беше успешно актуализирана", - "inventory-table-adjust-availability": "Настройка на наличността", - "inventory-table-cancel": "Отказ", - "inventory-table-save-and-close": "Запази и затвори", - "inventory-table-item": "Артикул", - "inventory-table-variant": "Вариант", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Резервирано", - "inventory-table-in-stock": "На склад", - "order-filter-dropdown-filters": "Филтри", - "order-filter-dropdown-status": "Статус", - "order-filter-dropdown-payment-status": "Статус на плащане", - "order-filter-dropdown-fulfillment-status": "Статус на изпълнение", - "order-filter-dropdown-regions": "Региони", - "order-filter-dropdown-sales-channel": "Канал за продажби", - "order-filter-dropdown-date": "Дата", - "order-table-paid": "Платено", - "order-table-awaiting": "В очакване", - "order-table-requires-action": "Изисква действие", - "order-table-canceled": "Отменено", - "order-table-n-a": "Недостъпно", - "order-table-order": "Поръчка", - "order-table-date-added": "Дата на добавяне", - "order-table-customer": "Клиент", - "order-table-fulfillment": "Изпълнение", - "order-table-payment-status": "Статус на плащане", - "order-table-sales-channel": "Канал за продажби", - "order-table-total": "Общо", - "order-table-filters-complete": "Завършени", - "order-table-filters-incomplete": "Незавършени", - "price-list-table-filters": "Филтри", - "price-list-table-status": "Статус", - "price-list-table-type": "Тип", - "price-list-table-price-lists": "Ценови листи", - "price-list-table-success": "Успех", - "price-list-table-successfully-copied-price-list": "Успешно копирана ценова листа", - "price-list-table-error": "Грешка", - "price-list-table-delete-price-list": "Изтрий ценова листа", - "price-list-table-confirm-delete": "Сигурни ли сте, че искате да изтриете тази ценова листа?", - "price-list-table-successfully-deleted-the-price-list": "Успешно изтрита ценова листа", - "price-list-table-successfully-unpublished-price-list": "Успешно се оттегли ценова листа", - "price-list-table-successfully-published-price-list": "Успешно публикувана ценова листа", - "price-list-table-unpublish": "Оттегли публикацията", - "price-list-table-publish": "Публикувай", - "price-list-table-delete": "Изтрий", - "price-list-table-name": "Име", - "price-list-table-description": "Описание", - "price-list-table-groups": "Групи", - "price-list-table-other-more": "+ {{other}} още", - "price-overrides-apply-overrides-on-selected-variants": "Приложи замените на избраните варианти", - "price-overrides-apply-on-all-variants": "Приложи на всички варианти", - "price-overrides-prices": "Цени", - "price-overrides-cancel": "Откажи", - "price-overrides-save-and-close": "Запази и затвори", - "price-overrides-show-regions": "Покажи регионите", - "product-table-products": "Продукти", - "product-table-copy-success": "Успех", - "product-table-copy-created-a-new-product": "Създаден нов продукт", - "product-table-copy-error": "Грешка", - "product-table-delete-product": "Изтрий продукт", - "product-table-confirm-delete": "Сигурни ли сте, че искате да изтриете този продукт?", - "product-table-edit": "Редакция", - "product-table-unpublish": "Оттегли публикацията", - "product-table-publish": "Публикувай", - "product-table-draft": "чернова", - "product-table-published": "публикуван", - "product-table-success": "Успех", - "product-table-successfully-unpublished-product": "Успешно оттеглен продукт", - "product-table-successfully-published-product": "Успешно публикуван продукт", - "product-table-error": "Грешка", - "product-table-duplicate": "Копиране", - "product-table-delete": "Изтрий", - "product-table-proposed": "Предложен", - "product-table-published-title": "Публикуван", - "product-table-rejected": "Отхвърлен", - "product-table-draft-title": "Чернова", - "product-table-name": "Име", - "product-table-collection": "Колекция", - "product-table-status": "Статус", - "product-table-availability": "Наличност", - "product-table-inventory": "Инвентар", - "product-table-inventory-in-stock-count_one": " налични за {{count}} вариант(и)", - "product-table-inventory-in-stock-count_other": " налични за {{count}} вариант(и)", - "reservation-form-location": "Местоположение", - "reservation-form-choose-where-you-wish-to-reserve-from": "Изберете откъде искате да резервирате.", - "reservation-form-item-to-reserve": "Артикул за резервация", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Изберете артикула, който искате да резервирате.", - "reservation-form-item": "Артикул", - "reservation-form-in-stock": "Наличен", - "reservation-form-available": "Достъпен", - "reservation-form-reserve": "Резервирай", - "reservation-form-remove-item": "Премахни артикул", - "reservation-form-description": "Описание", - "reservation-form-what-type-of-reservation-is-this": "Какъв вид резервация е това?", - "reservations-table-reservations": "Резервации", - "reservations-table-edit": "Редакция", - "reservations-table-delete": "Изтриване", - "reservations-table-confirm-delete": "Сигурни ли сте, че искате да премахнете тази резервация?", - "reservations-table-remove-reservation": "Премахване на резервация", - "reservations-table-reservation-has-been-removed": "Резервацията е премахната", - "new-success": "Успех", - "new-successfully-created-reservation": "Успешно създадена резервация", - "new-error": "Грешка", - "new-cancel": "Отказ", - "new-save-reservation": "Запази резервация", - "new-reserve-item": "Резервирай артикул", - "new-metadata": "Метаданни", - "reservations-table-order-id": "Идентификационен номер на поръчката", - "reservations-table-description": "Описание", - "reservations-table-created": "Създадено", - "reservations-table-quantity": "Количество", - "search-modal-start-typing-to-search": "Започнете да пишете, за да търсите...", - "search-modal-clear-search": "Изчисти търсенето", - "search-modal-or": "или", - "search-modal-to-navigate": "за навигация", - "search-modal-to-select-and": "за избор и", - "search-modal-to-search-anytime": "за търсене по всяко време", - "templates-settings": "Настройки", - "templates-manage-the-settings-for-your-medusa-store": "Управление на настройките за вашия магазин Medusa", - "transfer-orders-modal-info": "Информация", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Клиентът вече е собственик на поръчката", - "transfer-orders-modal-success": "Успех", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Поръчката е успешно прехвърлена към различен клиент", - "transfer-orders-modal-error": "Грешка", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Не може да се прехвърли поръчка към различен клиент", - "transfer-orders-modal-transfer-order": "Прехвърляне на поръчка", - "transfer-orders-modal-order": "Поръчка", - "transfer-orders-modal-current-owner": "Текущ собственик", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Клиентът, в момента свързан с тази поръчка", - "transfer-orders-modal-new-owner": "Нов собственик", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Клиентът, към когото да се прехвърли тази поръчка", - "transfer-orders-modal-cancel": "Отказ", - "transfer-orders-modal-confirm": "Потвърди", - "templates-edit-user": "Редакция на потребител", - "templates-remove-user": "Премахване на потребител", - "templates-resend-invitation": "Препрати покана", - "templates-success": "Успех", - "templates-invitiation-link-has-been-resent": "Връзката за покана е препратена", - "templates-copy-invite-link": "Копиране на връзката за покана", - "templates-invite-link-copied-to-clipboard": "Връзката за покана е копирана в клипборда", - "templates-remove-invitation": "Премахване на покана", - "templates-expired": "Изтекла", - "templates-pending": "В очакване", - "templates-all": "Всички", - "templates-member": "Член", - "templates-admin": "Администратор", - "templates-no-team-permissions": "Няма права за екипа", - "templates-status": "Статус", - "templates-active": "Активна", - "templates-name": "Име", - "templates-email": "Имейл", - "templates-team-permissions": "Права на екипа", - "templates-confirm-remove": "Сигурни ли сте, че искате да премахнете този потребител?", - "templates-remove-user-heading": "Премахване на потребител", - "templates-user-has-been-removed": "Потребителят беше премахнат", - "templates-confirm-remove-invite": "Сигурни ли сте, че искате да премахнете тази покана?", - "templates-remove-invite": "Премахване на покана", - "templates-invitiation-has-been-removed": "Поканата е премахната", - "multiselect-choose-categories": "Изберете категории", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Успех", - "details-updated-products-in-collection": "Актуализирани продукти в колекцията", - "details-error": "Грешка", - "details-back-to-collections": "Обратно към Колекциите", - "details-edit-collection": "Редакция на колекция", - "details-delete": "Изтриване", - "details-metadata": "Метаданни", - "details-edit-products": "Редакция на продуктите", - "details-products-in-this-collection": "Продукти в тази колекция", - "details-raw-collection": "Сурова колекция", - "details-delete-collection": "Изтриване на колекция", - "details-successfully-deleted-collection": "Успешно изтрита колекция", - "details-yes-delete": "Да, изтрий", - "details-successfully-updated-customer": "Успешно актуализиран клиент", - "details-customer-details": "Детайли за клиента", - "details-general": "Общи", - "details-first-name": "Първо име", - "details-lebron": "Леброн", - "details-last-name": "Фамилия", - "details-james": "Джеймс", - "details-email": "Имейл", - "details-phone-number": "Телефонен номер", - "details-cancel": "Отказ", - "details-save-and-close": "Запази и затвори", - "details-edit": "Редакция", - "details-back-to-customers": "Обратно към клиентите", - "details-first-seen": "Първо виждане", - "details-phone": "Телефон", - "details-orders": "Поръчки", - "details-user": "Потребител", - "details-orders_one": "Поръчки {{count}}", - "details-orders_other": "Поръчки {{count}}", - "details-an-overview-of-customer-orders": "Преглед на поръчките на клиента", - "details-raw-customer": "Суров клиент", - "groups-group-updated": "Групата е актуализирана", - "groups-group-created": "Създадена е група", - "groups-the-customer-group-has-been-updated": "Групата на клиента е актуализирана", - "groups-the-customer-group-has-been-created": "Групата на клиента е създадена", - "groups-edit-customer-group": "Редакция на група клиенти", - "groups-create-a-new-customer-group": "Създаване на нова група клиенти", - "groups-details": "Детайли", - "groups-metadata": "Метаданни", - "groups-cancel": "Отказ", - "groups-edit-group": "Редакция на група", - "groups-publish-group": "Публикувай група", - "groups-no-customers-in-this-group-yet": "Все още няма клиенти в тази група", - "groups-customers": "Клиенти", - "groups-edit": "Редакция", - "groups-delete": "Изтрий", - "groups-yes-delete": "Да, изтрий", - "groups-delete-the-group": "Изтрий групата", - "groups-group-deleted": "Групата е изтрита", - "groups-confirm-delete-customer-group": "Сигурни ли сте, че искате да изтриете тази група клиенти?", - "groups-back-to-customer-groups": "Обратно към групите клиенти", - "groups-new-group": "Нова група", - "add-condition-conditions-were-successfully-added": "Условията бяха успешно добавени", - "add-condition-discount-conditions-updated": "Условията за отстъпка бяха актуализирани", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions трябва да се използва в рамките на ConditionsProvider", - "collections-search": "Търсене...", - "collections-cancel": "Отказ", - "collections-save-and-go-back": "Запази и се върни", - "collections-save-and-close": "Запази и затвори", - "customer-groups-search": "Търсене...", - "customer-groups-cancel": "Отказ", - "customer-groups-save-and-go-back": "Запази и се върни", - "customer-groups-save-and-close": "Запази и затвори", - "product-types-search": "Търсене...", - "product-types-cancel": "Отказ", - "product-types-save-and-go-back": "Запази и се върни", - "product-types-save-and-close": "Запази и затвори", - "products-search": "Търсене...", - "products-cancel": "Отказ", - "products-save-and-go-back": "Запази и се върни", - "products-save-and-close": "Запази и затвори", - "tags-search": "Търсене...", - "tags-cancel": "Отказ", - "tags-save-and-go-back": "Запази и се върни", - "tags-save-and-close": "Запази и затвори", - "edit-condition-add-conditions": "Добави условия", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Отмени избора", - "edit-condition-remove": "Премахни", - "edit-condition-add": "Добави", - "edit-condition-title": "Редактиране на {{type}} в условието за отстъпка", - "edit-condition-close": "Затвори", - "edit-condition-success": "Успех", - "edit-condition-the-resources-were-successfully-added": "Ресурсите бяха успешно добавени", - "edit-condition-error": "Грешка", - "edit-condition-failed-to-add-resources": "Неуспешно добавяне на ресурси", - "edit-condition-the-resources-were-successfully-removed": "Ресурсите бяха успешно премахнати", - "edit-condition-failed-to-remove-resources": "Неуспешно премахване на ресурси", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext трябва да се използва в рамките на EditConditionProvider", - "conditions-conditions": "Условия", - "conditions-add-condition-label": "Добави условие", - "conditions-this-discount-has-no-conditions": "Този отстъпка няма условия", - "conditions-success": "Успех", - "conditions-condition-removed": "Условието е премахнато", - "conditions-error": "Грешка", - "conditions-edit-condition": "Редактиране на условие", - "conditions-delete-condition": "Изтрий условие", - "conditions-discount-is-applicable-to-specific-products": "Отстъпката се отнася за конкретни продукти", - "conditions-discount-is-applicable-to-specific-collections": "Отстъпката се отнася за конкретни колекции", - "conditions-discount-is-applicable-to-specific-product-tags": "Отстъпката се отнася за конкретни етикети на продукти", - "conditions-discount-is-applicable-to-specific-product-types": "Отстъпката се отнася за конкретни типове продукти", - "conditions-discount-is-applicable-to-specific-customer-groups": "Отстъпката се отнася за конкретни групи клиенти", - "configurations-success": "Успех", - "configurations-discount-updated-successfully": "Отстъпката е успешно актуализирана", - "configurations-error": "Грешка", - "configurations-edit-configurations": "Редактиране на конфигурации", - "configurations-cancel": "Отказ", - "configurations-save": "Запази", - "configurations-configurations": "Конфигурации", - "configurations-start-date": "Начална дата", - "configurations-end-date": "Крайна дата", - "configurations-delete-configuration": "Изтрий конфигурация", - "configurations-discount-end-date-removed": "Крайната дата на отстъпката е премахната", - "configurations-number-of-redemptions": "Брой на използванията", - "configurations-redemption-limit-removed": "Ограничението за използвания е премахнато", - "configurations-delete-setting": "Изтрий настройка", - "configurations-discount-duration-removed": "Продължителността на отстъпката е премахната", - "general-success": "Успех", - "general-discount-updated-successfully": "Отстъпката е успешно актуализирана", - "general-error": "Грешка", - "general-edit-general-information": "Редактиране на обща информация", - "general-details": "Детайли", - "general-metadata": "Метаданни", - "general-cancel": "Отказ", - "general-save-and-close": "Запази и затвори", - "general-delete-promotion": "Изтрий промоцията", - "general-confirm-delete-promotion": "Сигурни ли сте, че искате да изтриете тази промоция?", - "general-promotion-deleted-successfully": "Промоцията е успешно изтрита", - "general-discount-published-successfully": "Отстъпката е успешно публикувана", - "general-discount-drafted-successfully": "Отстъпката е успешно направена на чернова", - "general-delete-discount": "Изтрий отстъпката", - "general-template-discount": "Шаблон на отстъпка", - "general-published": "Публикувана", - "general-draft": "Чернова", - "general-discount-amount": "Сума на отстъпката", - "general-valid-regions": "Валидни региони", - "general-total-redemptions": "Общо използвания", - "general-free-shipping": "БЕЗПЛАТНА ДОСТАВКА", - "general-unknown-discount-type": "Неизвестен вид отстъпка", - "details-discount-deleted": "Отстъпката е изтрита", - "details-confirm-delete-discount": "Сигурни ли сте, че искате да изтриете тази отстъпка?", - "details-delete-discount": "Изтрий отстъпката", - "details-back-to-discounts": "Обратно към отстъпките", - "details-raw-discount": "Сурова отстъпка", - "discounts-add-discount": "Добави отстъпка", - "discount-form-add-conditions": "Добави условия", - "discount-form-choose-a-condition-type": "Изберете тип условие", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Можете да добавите само по едно условие от всеки тип", - "discount-form-you-cannot-add-any-more-conditions": "Не можете да добавите още условия", - "discount-form-cancel": "Отказ", - "discount-form-save": "Запази", - "add-condition-tables-cancel": "Отказ", - "add-condition-tables-save-and-add-more": "Запази и добави още", - "add-condition-tables-save-and-close": "Запази и затвори", - "add-condition-tables-search-by-title": "Търсене по заглавие...", - "add-condition-tables-search-groups": "Търсене в групи...", - "add-condition-tables-search-products": "Търсене в продукти...", - "add-condition-tables-search-by-tag": "Търсене по етикет...", - "add-condition-tables-search-by-type": "Търсене по тип...", - "details-condition-tables-search-by-title": "Търсене по заглавие...", - "details-condition-tables-search-groups": "Търсене в групи...", - "details-condition-tables-cancel": "Отказ", - "details-condition-tables-save-and-add-more": "Запази и добави още", - "details-condition-tables-save-and-close": "Запази и затвори", - "details-condition-tables-search-products": "Търсене в продукти...", - "details-condition-tables-search-by-tag": "Търсене по етикет...", - "details-condition-tables-search-by-type": "Търсене по тип...", - "edit-condition-tables-search-by-title": "Търсене по заглавие...", - "edit-condition-tables-title": "Заглавие", - "edit-condition-tables-search-groups": "Търсене в групи...", - "edit-condition-tables-cancel": "Отказ", - "edit-condition-tables-delete-condition": "Изтрий условие", - "edit-condition-tables-save": "Запази", - "edit-condition-tables-search-products": "Търсене в продукти...", - "edit-condition-tables-search-by-tag": "Търсене по етикет...", - "edit-condition-tables-search-by-type": "Търсене по тип...", - "shared-title": "Заглавие", - "shared-products": "Продукти", - "shared-applies-to-the-selected-items": "Важи за избраните елементи.", - "shared-applies-to-all-items-except-the-selected-items": "Важи за всички елементи, освен избраните.", - "shared-members": "Членове", - "shared-status": "Статус", - "shared-variants": "Варианти", - "shared-tag": "Етикет", - "shared-type": "Тип", - "edit-conditions-modal-title": "Редактирай {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm трябва да бъде дете на DiscountFormContext", - "discount-form-error": "Грешка", - "discount-form-save-as-draft": "Запази като чернова", - "discount-form-publish-discount": "Публикувай отстъпката", - "discount-form-create-new-discount": "Създай нова отстъпка", - "discount-form-discount-type": "Тип на отстъпката", - "discount-form-select-a-discount-type": "Избери тип на отстъпката", - "discount-form-allocation": "Разпределение", - "discount-form-general": "Общи", - "discount-form-configuration": "Конфигурация", - "discount-form-discount-code-application-disclaimer": "Кодът за отстъпка се прилага от момента, в който натиснете бутона за публикуване и завинаги, ако остане недокоснат.", - "discount-form-conditions": "Условия", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Кодът за отстъпка се прилага за всички продукти, ако остане недокоснат.", - "discount-form-add-conditions-to-your-discount": "Добави условия към твоята отстъпка", - "discount-form-metadata": "Метаданни", - "discount-form-metadata-usage-description": "Метаданните ви позволяват да добавите допълнителна информация към вашата отстъпка.", - "condition-item-remainder-more": "+{{remainder}} още", - "conditions-edit": "Редакция", - "conditions-product": "Продукт", - "conditions-collection": "Колекция", - "conditions-tag": "Етикет", - "conditions-customer-group": "Група клиенти", - "conditions-type": "Тип", - "conditions-add-condition": "Добави условие", - "sections-start-date": "Начална дата", - "sections-schedule-the-discount-to-activate-in-the-future": "Запланирайте отстъпката да се активира в бъдеще.", - "sections-select-discount-start-date": "Ако искате да запланирате отстъпката да се активира в бъдеще, можете да зададете начална дата тук, в противен случай отстъпката ще бъде активирана веднага.", - "sections-start-time": "Начален час", - "sections-discount-has-an-expiry-date": "Отстъпката има срок на годност?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Запланирайте отстъпката да се деактивира в бъдеще.", - "sections-select-discount-end-date": "Ако искате да запланирате отстъпката да се деактивира в бъдеще, можете да зададете срок на годност тук.", - "sections-expiry-date": "Срок на годност", - "sections-expiry-time": "Час на изтичане", - "sections-limit-the-number-of-redemptions": "Ограничете броя на използванията?", - "sections-limit-applies-across-all-customers-not-per-customer": "Ограничението важи за всички клиенти, не на човек.", - "sections-limit-discount-number-of-uses": "Ако искате да ограничите броя на използванията на отстъпката от страна на клиента, можете да зададете лимит тук.", - "sections-number-of-redemptions": "Брой използвания", - "sections-availability-duration": "Продължителност на наличността?", - "sections-set-the-duration-of-the-discount": "Задайте продължителността на отстъпката.", - "sections-select-a-discount-type": "Изберете тип на отстъпката", - "sections-total-amount": "Обща сума", - "sections-apply-to-the-total-amount": "Приложете към общата сума", - "sections-item-specific": "Специфичен за артикула", - "sections-apply-to-every-allowed-item": "Приложете към всеки позволен артикул", - "sections-percentage": "Процент", - "sections-fixed-amount": "Фиксирана сума", - "sections-discount-in-whole-numbers": "Отстъпка в цели числа", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Можете да изберете само един валиден регион, ако искате да използвате типа с фиксирана сума", - "sections-free-shipping": "Безплатна доставка", - "sections-override-delivery-amount": "Преопределете сумата за доставка", - "sections-at-least-one-region-is-required": "Поне един регион е задължителен", - "sections-choose-valid-regions": "Изберете валидни региони", - "sections-code": "Код", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Кодът е задължителен", - "sections-amount-is-required": "Сумата е задължителна", - "sections-amount": "Сума", - "sections-customer-invoice-code": "Кода, който клиентите ви ще въведат по време на плащане. Това ще се появи върху фактурата на клиента ви.", - "sections-uppercase-letters-and-numbers-only": "Само главни букви и цифри.", - "sections-description": "Описание", - "sections-summer-sale-2022": "Лятна Разпродажба 2022", - "sections-this-is-a-template-discount": "Това е отстъпка-шаблон", - "sections-template-discounts-description": "Отстъпките-шаблон позволяват да дефинирате набор от правила, които могат да бъдат използвани в група от отстъпки. Това е полезно в кампании, които трябва да генерират уникални кодове за всякакъв потребител, но където правилата за всички уникални кодове трябва да бъдат еднакви.", - "discount-form-product": "Продукт", - "discount-form-only-for-specific-products": "Само за конкретни продукти", - "discount-form-choose-products": "Изберете продукти", - "discount-form-customer-group": "Група клиенти", - "discount-form-only-for-specific-customer-groups": "Само за конкретни групи клиенти", - "discount-form-choose-groups": "Изберете групи", - "discount-form-tag": "Етикет", - "discount-form-only-for-specific-tags": "Само за конкретни етикети", - "discount-form-collection": "Колекция", - "discount-form-only-for-specific-product-collections": "Само за конкретни колекции от продукти", - "discount-form-choose-collections": "Изберете колекции", - "discount-form-type": "Тип", - "discount-form-only-for-specific-product-types": "Само за конкретни типове продукти", - "discount-form-choose-types": "Изберете типове", - "utils-products": "продукти", - "utils-groups": "групи", - "utils-tags": "етикети", - "utils-collections": "колекции", - "utils-types": "типове", - "gift-cards-created-gift-card": "Създадена подаръчна карта", - "gift-cards-custom-gift-card-was-created-successfully": "Персонализираната подаръчна карта беше създадена успешно", - "gift-cards-error": "Грешка", - "gift-cards-custom-gift-card": "Персонализиран подаръчна карта", - "gift-cards-details": "Детайли", - "gift-cards-receiver": "Получател", - "gift-cards-cancel": "Отказ", - "gift-cards-create-and-send": "Създай и изпрати", - "details-updated-gift-card": "Актуализирана подаръчна карта", - "details-gift-card-was-successfully-updated": "Подаръчният ваучер беше успешно актуализиран", - "details-failed-to-update-gift-card": "Неуспешна актуализация на подаръчния ваучер", - "details-edit-gift-card": "Редакция на подаръчна карта", - "details-details": "Детайли", - "details-edit-details": "Редакция на детайлите", - "details-update-balance-label": "Актуализиране на баланса", - "details-updated-status": "Актуализиран статус", - "details-successfully-updated-the-status-of-the-gift-card": "Успешно актуализиран статуса на подаръчния ваучер", - "details-back-to-gift-cards": "Обратно към подаръчните карти", - "details-original-amount": "Оригинална сума", - "details-balance": "Баланс", - "details-region": "Регион", - "details-expires-on": "Изтича на", - "details-created": "Създаден", - "details-raw-gift-card": "Необработен подаръчен ваучер", - "details-balance-updated": "Актуализиран баланс", - "details-gift-card-balance-was-updated": "Балансът на подаръчния ваучер беше актуализиран", - "details-failed-to-update-balance": "Неуспешна актуализация на баланса", - "details-update-balance": "Актуализиране на баланса", - "manage-back-to-gift-cards": "Обратно към подаръчните карти", - "gift-cards-please-enter-a-name-for-the-gift-card": "Моля, въведете име за подаръчния ваучер", - "gift-cards-please-add-at-least-one-denomination": "Моля, добавете поне една стойност", - "gift-cards-denominations": "Стойности", - "gift-cards-success": "Успех", - "gift-cards-successfully-created-gift-card": "Подаръчният ваучер беше успешно създаден", - "gift-cards-create-gift-card": "Създай подаръчен ваучер", - "gift-cards-gift-card-details": "Детайли за подаръчния ваучер", - "gift-cards-name": "Име", - "gift-cards-the-best-gift-card": "Най-добрият подаръчен ваучер", - "gift-cards-description": "Описание", - "gift-cards-the-best-gift-card-of-all-time": "Най-добрият подаръчен ваучер на всички времена", - "gift-cards-thumbnail": "Миниатюра", - "gift-cards-delete": "Изтрий", - "gift-cards-size-recommended": "Препоръчителен размер: 1200 x 1600 (3:4), до 10MB всеки", - "gift-cards-amount": "Сума", - "gift-cards-add-denomination": "Добави стойност", - "gift-cards-create-publish": "Създай и Публикувай", - "gift-cards-successfully-updated-gift-card": "Успешно актуализирана подаръчна карта", - "gift-cards-gift-cards": "Подаръчни карти", - "gift-cards-manage": "Управлявайте подаръчните карти на вашия Medusa магазин", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Готови ли сте да продадете първата си подаръчна карта?", - "gift-cards-no-gift-card-has-been-added-yet": "Все още не е добавена подаръчна карта.", - "gift-cards-history": "История", - "gift-cards-see-the-history-of-purchased-gift-cards": "Вижте историята на закупените подаръчни карти", - "gift-cards-successfully-deleted-gift-card": "Подаръчната карта беше успешно изтрита", - "gift-cards-yes-delete": "Да, изтрий", - "gift-cards-delete-gift-card": "Изтрий подаръчната карта", - "inventory-filters": "Филтри", - "address-form-address": "Адрес", - "address-form-company": "Фирма", - "address-form-address-1": "Адрес 1", - "address-form-this-field-is-required": "Това поле е задължително", - "address-form-address-2": "Адрес 2", - "address-form-postal-code": "Пощенски код", - "address-form-city": "Град", - "address-form-country": "Държава", - "edit-sales-channels-edit-channels": "Редактиране на канали", - "edit-sales-channels-add-channels": "Добавяне на канали", - "general-form-location-name": "Име на местоположение", - "general-form-flagship-store-warehouse": "Флагмански магазин, склад", - "general-form-name-is-required": "Името е задължително", - "location-card-delete-location": "Изтриване на местоположение", - "location-card-confirm-delete": "Сигурни ли сте, че искате да изтриете това местоположение? Това също ще изтрие всички нива на инвентара и резервации, свързани с това местоположение.", - "location-card-success": "Успех", - "location-card-location-deleted-successfully": "Местоположението беше успешно изтрито", - "location-card-error": "Грешка", - "location-card-edit-details": "Редактиране на детайлите", - "location-card-delete": "Изтрий", - "location-card-connected-sales-channels": "Свързани продажбени канали", - "sales-channels-form-add-sales-channels": "Добавяне на продажбени канали", - "sales-channels-form-edit-channels": "Редактиране на канали", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Все още не е свързан с нито един продажбен канал", - "edit-success": "Успех", - "edit-location-edited-successfully": "Местоположението беше успешно редактирано", - "edit-error": "Грешка", - "edit-edit-location-details": "Редактиране на детайлите за местоположението", - "edit-metadata": "Метаданни", - "edit-cancel": "Отказ", - "edit-save-and-close": "Запази и затвори", - "new-location-added-successfully": "Местоположението беше успешно добавено", - "new-location-created": "Местоположението беше създадено успешно, но възникна грешка при свързването с продажбените канали", - "new-cancel-location-changes": "Сигурни ли сте, че искате да откажете с незапазени промени", - "new-yes-cancel": "Да, откажи", - "new-no-continue-creating": "Не, продължи със създаването", - "new-add-location": "Добави местоположение", - "new-add-new-location": "Добави ново местоположение", - "new-general-information": "Обща информация", - "new-location-details": "Уточнете детайлите за това местоположение", - "new-select-location-channel": "Уточнете през кой продажбен канал могат да се закупуват стоките от това местоположение.", - "oauth-complete-installation": "Завърши инсталацията", - "claim-type-form-refund": "Възстановяване", - "claim-type-form-replace": "Замяна", - "items-to-receive-form-items-to-receive": "Стоки за получаване", - "items-to-receive-form-product": "Продукт", - "items-to-receive-form-quantity": "Количество", - "items-to-receive-form-refundable": "Възстановяемо", - "add-return-reason-reason-for-return": "Причина за връщане", - "add-return-reason-reason": "Причина", - "add-return-reason-choose-a-return-reason": "Изберете причина за връщане", - "add-return-reason-note": "Забележка", - "add-return-reason-product-was-damaged-during-shipping": "Продуктът беше повреден по време на транспортирането", - "add-return-reason-cancel": "Отказ", - "add-return-reason-save-and-go-back": "Запази и върни назад", - "add-return-reason-select-reason-title": "Изберете причина", - "add-return-reason-edit-reason": "Редактиране на причина", - "add-return-reason-select-reason": "Изберете причина", - "items-to-return-form-items-to-claim": "Стоки за искане на възстановяване", - "items-to-return-form-items-to-return": "Стоки за връщане", - "items-to-return-form-product": "Продукт", - "items-to-return-form-quantity": "Количество", - "items-to-return-form-refundable": "Възстановяемо", - "add-additional-items-screen-go-back": "Назад", - "add-additional-items-screen-add-products": "Добавяне на продукти", - "add-additional-items-screen-add-product-variants": "Добавяне на варианти на продукти", - "add-additional-items-screen-search-products": "Търсене на продукти", - "add-additional-items-screen-variant-price-missing": "Този вариант няма цена за региона/валутата на този поръчка и не може да бъде избран.", - "add-additional-items-screen-stock": "Наличност", - "add-additional-items-screen-price": "Цена", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Цената беше променена в ценовия списък, който се отнася до тази поръчка.", - "items-to-send-form-items-to-send": "Стоки за изпращане", - "items-to-send-form-add-products": "Добавяне на продукти", - "items-to-send-form-product": "Продукт", - "items-to-send-form-quantity": "Количество", - "items-to-send-form-price": "Цена", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Цената е презаписана в ценовия лист, който се прилага за тази поръчка.", - "refund-amount-form-cancel-editing-refund-amount": "Откажи редактирането на сумата за възстановяване", - "refund-amount-form-edit-refund-amount": "Редактирай сумата за възстановяване", - "refund-amount-form-refund-amount-cannot-be-negative": "Сумата за възстановяване не може да бъде отрицателна", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Сумата за възстановяване трябва да бъде поне 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} артикула не са резервирани", - "reservation-indicator-this-item-has-been-fulfilled": "Този артикул е изпълнен.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} артикул: ${{locationName}}", - "reservation-indicator-edit-reservation": "Редактирай резервация", - "rma-summaries-claimed-items": "Изискани артикули", - "rma-summaries-replacement-items": "Артикули за замяна", - "rma-summaries-customer-refund-description": "Клиентът ще получи пълно възстановяване за изисканите артикули, тъй като разходите за артикулите за замяна и доставката няма да бъдат извлечени. Алтернативно можете да изберете да зададете персонализирано количество за възстановяване, когато получите върнатите артикули или да създадете обмен вместо това.", - "rma-summaries-refund-amount": "Сума за възстановяване", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Клиентът ще бъде възстановен, след като получите върнатите артикули", - "rma-summaries-the-customer-will-be-refunded-immediately": "Клиентът ще бъде възстановен незабавно", - "rma-summaries-receiving": "Получаване", - "rma-summaries-free": "Безплатно", - "send-notification-form-return": "връщане", - "send-notification-form-exchange": "обмяна", - "send-notification-form-claim": "искане", - "send-notification-form-send-notifications": "Изпрати известия", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Ако не е отметнато, клиентът няма да получи комуникация относно това {{subject}}.", - "shipping-address-form-shipping-address": "Адрес за доставка", - "shipping-address-form-ship-to-a-different-address": "Изпрати на различен адрес", - "shipping-address-form-cancel": "Отказ", - "shipping-address-form-save-and-go-back": "Запази и върни се", - "shipping-address-form-shipping-information": "Информация за доставка", - "shipping-form-shipping-for-return-items": "Доставка за връщане на артикули", - "shipping-form-shipping-for-replacement-items": "Доставка за артикули за замяна", - "shipping-form-shipping-method-is-required": "Изисква се метод за доставка", - "shipping-form-choose-shipping-method": "Изберете метод за доставка", - "shipping-form-shipping-method": "Метод за доставка", - "shipping-form-add-custom-price": "Добави персонализирана цена", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Доставката за артикули, искани от клиента, е безплатна.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Доставката за артикули за замяна е безплатна.", - "components-decrease-quantity": "Намаляване на количество", - "components-increase-quantity": "Увеличаване на количество", - "details-successfully-updated-address": "Успешно актуализиран адрес", - "details-billing-address": "Адрес за фактуриране", - "details-shipping-address": "Адрес за доставка", - "details-contact": "Контакт", - "details-location": "Местоположение", - "claim-are-you-sure-you-want-to-close": "Сигурни ли сте, че искате да затворите?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Имате незапазени промени. Сигурни ли сте, че искате да затворите?", - "claim-please-select-a-reason": "Моля, изберете причина", - "claim-a-shipping-method-for-replacement-items-is-required": "Изисква се метод за доставка за артикули за замяна", - "claim-successfully-created-claim": "Успешно създадено искане", - "claim-created": "Искане за поръчка №{{display_id}} беше успешно създадено", - "claim-error-creating-claim": "Грешка при създаването на искането", - "claim-create-claim": "Създай искане", - "claim-location": "Местоположение", - "claim-choose-which-location-you-want-to-return-the-items-to": "Изберете на което местоположение искате да върнете артикулите.", - "claim-select-location-to-return-to": "Изберете местоположение за връщане", - "claim-cancel": "Отказ", - "claim-submit-and-close": "Подай и затвори", - "create-fulfillment-error": "Грешка", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Моля, изберете местоположение, от което да изпълните", - "create-fulfillment-cant-allow-this-action": "Не може да се разреши това действие", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Опит за изпълнение на повече, отколкото има налично", - "create-fulfillment-successfully-fulfilled-order": "Успешно изпълнен поръчка", - "create-fulfillment-successfully-fulfilled-swap": "Успешно изпълнен замяна", - "create-fulfillment-successfully-fulfilled-claim": "Успешно изпълнен иск", - "create-fulfillment-success": "Успех", - "create-fulfillment-cancel": "Отказ", - "create-fulfillment-create-fulfillment": "Създай изпълнение", - "create-fulfillment-create-fulfillment-title": "Създай изпълнение", - "create-fulfillment-locations": "Местоположения", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Изберете откъде желаете да изпълните.", - "create-fulfillment-items-to-fulfill": "Стоки за изпълнение", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Изберете броя на стоките, които желаете да изпълните.", - "create-fulfillment-send-notifications": "Изпращане на уведомления", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "При включване, ще се изпращат уведомителни имейли.", - "create-fulfillment-quantity-is-not-valid": "Количество не е валидно", - "detail-cards-allocated": "Призначени", - "detail-cards-not-fully-allocated": "Не напълно призначени", - "detail-cards-subtotal": "Обща сума", - "detail-cards-shipping": "Доставка", - "detail-cards-tax": "Данък", - "detail-cards-total": "Общо", - "detail-cards-edit-order": "Редактиране на поръчката", - "detail-cards-allocate": "Призначи", - "detail-cards-discount": "Отстъпка:", - "detail-cards-original-total": "Оригинална обща стойност", - "details-successfully-updated-the-email-address": "Успешно актуализиран имейл адреса", - "details-email-address": "Имейл Адрес", - "details-save": "Запази", - "details-order-id-copied": "ИД на поръчката копиран", - "details-email-copied": "Имейлът е копиран", - "details-cancel-order-heading": "Отмени поръчката", - "details-are-you-sure-you-want-to-cancel-the-order": "Сигурни ли сте, че искате да отмените поръчката?", - "order-details-display-id": "поръчка #{{display_id}}", - "details-successfully-canceled-order": "Поръчката е успешно анулирана", - "details-go-to-customer": "Към клиента", - "details-transfer-ownership": "Прехвърляне на собственост", - "details-edit-shipping-address": "Редакция на адрес за доставка", - "details-edit-billing-address": "Редакция на адрес за плащане", - "details-edit-email-address": "Редакция на имейл адрес", - "details-back-to-orders": "Обратно към поръчките", - "details-cancel-order": "Анулиране на поръчката", - "details-payment": "Плащане", - "details-refunded": "Възстановено", - "details-total-paid": "Общо платено", - "details-fulfillment": "Изпълнение", - "details-create-fulfillment": "Създаване на изпълнение", - "details-shipping-method": "Метод на доставка", - "details-customer": "Клиент", - "details-shipping": "Доставка", - "details-billing": "Плащане", - "details-raw-order": "Сурова поръчка", - "mark-shipped-successfully-marked-order-as-shipped": "Поръчката е успешно маркирана като изпратена", - "mark-shipped-successfully-marked-swap-as-shipped": "Замяната е успешно маркирана като изпратена", - "mark-shipped-successfully-marked-claim-as-shipped": "Претенцията е успешно маркирана като изпратена", - "mark-shipped-success": "Успешно", - "mark-shipped-error": "Грешка", - "mark-shipped-mark-fulfillment-shipped": "Маркирай като изпратено", - "mark-shipped-tracking": "Проследяване", - "mark-shipped-tracking-number-label": "Номер на проследяване", - "mark-shipped-tracking-number": "Номер на проследяване...", - "mark-shipped-add-additional-tracking-number": "+ Добави допълнителен номер за проследяване", - "mark-shipped-send-notifications": "Изпрати уведомления", - "mark-shipped-cancel": "Отказ", - "mark-shipped-complete": "Завърши", - "order-line-warning": "Предупреждение", - "order-line-cannot-duplicate-an-item-without-a-variant": "Не може да се копира артикул без вариант", - "order-line-error": "Грешка", - "order-line-failed-to-duplicate-item": "Неуспешно копиране на артикула", - "order-line-success": "Успех", - "order-line-item-removed": "Артикулът е премахнат", - "order-line-failed-to-remove-item": "Неуспешно премахване на артикула", - "order-line-item-added": "Артикулът е добавен", - "order-line-failed-to-replace-the-item": "Неуспешна замяна на артикула", - "order-line-replace-product-variants": "Замяна на вариантите на продукта", - "order-line-replace-with-other-item": "Замяна с друг артикул", - "order-line-duplicate-item": "Копиране на артикула", - "order-line-remove-item": "Премахване на артикула", - "order-line-line-item-cannot-be-edited": "Този артикул е част от изпълнение и не може да бъде редактиран. Отменете изпълнението, за да редактирате артикула.", - "order-line-new": "Нов", - "order-line-modified": "Модифициран", - "receive-return-please-select-at-least-one-item-to-receive": "Моля, изберете поне един артикул за получаване", - "receive-return-successfully-received-return": "Успешно получено връщане", - "receive-return-received-return-for-order": "Получено връщане за поръчка #{{display_id}}", - "receive-return-failed-to-receive-return": "Неуспешно получаване на връщане", - "receive-return-receive-return": "Получаване на връщане", - "receive-return-location": "Местоположение", - "receive-return-choose-location": "Изберете местоположение, на което искате да върнете артикулите.", - "receive-return-select-location-to-return-to": "Изберете местоположение за връщане", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Не съществуват инвентарни нива за артикулите на избраното местоположение", - "receive-return-cancel": "Отказ", - "receive-return-save-and-close": "Запазване и затваряне", - "refund-success": "Успех", - "refund-successfully-refunded-order": "Поръчката е успешно възстановена", - "refund-error": "Грешка", - "refund-create-a-refund": "Създайте възстановяване", - "refund-attention": "Внимание!", - "refund-system-payment-disclaimer": "Едно или повече от вашите плащания са системни плащания. Имайте предвид, че за такива плащания заявките за потвърждение и възстановяване не се обработват от Medusa.", - "refund-details": "Детайли", - "refund-cannot-refund-more-than-the-orders-net-total": "Не може да се възстанови повече от чистата сума на поръчката.", - "refund-discount": "Отстъпка", - "refund-reason": "Причина", - "refund-note": "Бележка", - "refund-discount-for-loyal-customer": "Отстъпка за верен клиент", - "refund-send-notifications": "Изпращане на уведомления", - "refund-cancel": "Отказ", - "refund-complete": "Завършено", - "reservation-reservation-was-deleted": "Резервацията е изтрита", - "reservation-the-allocated-items-have-been-released": "Заделените артикули бяха освободени.", - "reservation-error": "Грешка", - "reservation-failed-to-delete-the-reservation": "Неуспешно изтриване на резервацията", - "reservation-reservation-was-updated": "Резервацията е актуализирана", - "reservation-the-reservation-change-was-saved": "Промяната в резервацията беше запазена.", - "reservation-errors": "Грешки", - "reservation-failed-to-update-reservation": "Неуспешно актуализиране на резервацията", - "reservation-edit-reservation": "Редакция на резервация", - "reservation-location": "Местоположение", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Изберете от къде искате да изпратите артикулите.", - "reservation-items-to-allocate-title": "Артикули за заделяне", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Изберете броя на артикулите, които искате да заделите.", - "reservation-max-reservation-requested": " / {{maxReservation}} поискани", - "reservation-reserved": " резервирани", - "reservation-description": "Описание", - "reservation-what-type-of-reservation-is-this": "Какъв вид резервация е това?", - "reservation-metadata": "Метаданни", - "reservation-remove-metadata": "Премахване на метаданни", - "reservation-add-metadata": "Добавяне на метаданни", - "reservation-delete-reservation": "Изтриване на резервация", - "reservation-cancel": "Отказ", - "reservation-save-and-close": "Запазване и затваряне", - "reservation-couldnt-allocate-items": "Неуспешно заделяне на артикули", - "reservation-items-allocated": "Заделени артикули", - "reservation-items-have-been-allocated-successfully": "Артикулите са успешно заделени", - "reservation-save-reservation": "Запазване на резервация", - "reservation-loading": "Зареждане...", - "reservation-allocate-order-items": "Заделяне на артикули от поръчка", - "reservation-choose-where-you-wish-to-allocate-from": "Изберете откъде искате да заделите", - "reservation-items-to-allocate": "Артикули за заделяне", - "returns-success": "Успех", - "returns-successfully-returned-order": "Поръчката е успешно върната", - "returns-error": "Грешка", - "returns-request-return": "Заявка за връщане", - "returns-items-to-return": "Артикули за връщане", - "returns-choose-which-location-you-want-to-return-the-items-to": "Изберете местоположение, на което искате да върнете артикулите.", - "returns-select-location-to-return-to": "Изберете местоположение за връщане", - "returns-selected-location-has-no-inventory-levels": "Избраното местоположение няма инвентарни нива за избраните артикули. Връщането може да бъде заявено, но не може да бъде получено, докато не се създаде инвентарно ниво за избраното местоположение.", - "returns-shipping": "Доставка", - "returns-choose-retur,-shipping-method": "Изберете метод на доставка за това връщане.", - "returns-total-refund": "Пълно възстановяване", - "returns-amount": "Сума", - "returns-send-notifications": "Изпращане на известия", - "returns-notify-customer-of-created-return": "Уведомяване на клиента за създаденото връщане", - "returns-back": "Назад", - "returns-submit": "Изпрати", - "rma-sub-modals-search-for-additional": "Търсене на допълнително", - "rma-sub-modals-general": "Общо", - "rma-sub-modals-first-name": "Първо име", - "rma-sub-modals-last-name": "Фамилия", - "rma-sub-modals-phone": "Телефон", - "rma-sub-modals-shipping-address": "Адрес за доставка", - "rma-sub-modals-address-1": "Адрес 1", - "rma-sub-modals-address-2": "Адрес 2", - "rma-sub-modals-province": "Област", - "rma-sub-modals-postal-code": "Пощенски код", - "rma-sub-modals-city": "Град", - "rma-sub-modals-country": "Държава", - "rma-sub-modals-back": "Назад", - "rma-sub-modals-add": "Добави", - "rma-sub-modals-name": "Име", - "rma-sub-modals-status": "Статус", - "rma-sub-modals-in-stock": "На склад", - "rma-sub-modals-products": "Продукти", - "rma-sub-modals-search-products": "Търсене на продукти...", - "rma-sub-modals-reason-for-return": "Причина за връщане", - "rma-sub-modals-reason": "Причина", - "rma-sub-modals-note": "Бележка", - "swap-success": "Успех", - "swap-successfully-created-exchange": "Успешно създадена замяна", - "swap-error": "Грешка", - "swap-register-exchange": "Регистриране на замяната", - "swap-items-to-return": "Артикули за връщане", - "swap-shipping": "Доставка", - "swap-shipping-method": "Метод на доставка", - "swap-add-a-shipping-method": "Добави метод за доставка", - "swap-location": "Местоположение", - "swap-choose-which-location-you-want-to-return-the-items-to": "Изберете местоположение, на което искате да върнете артикулите.", - "swap-select-location-to-return-to": "Изберете местоположение за връщане", - "swap-items-to-send": "Артикули за изпращане", - "swap-add-product": "Добави продукт", - "swap-return-total": "Общо връщане", - "swap-additional-total": "Допълнително общо", - "swap-outbond-shipping": "Изходяща доставка", - "swap-calculated-at-checkout": "Изчислено при плащане", - "swap-estimated-difference": "Приблизителна разлика", - "swap-send-notifications": "Изпращане на известия", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Ако не е отметнато, клиентът няма да получи комуникация относно тази замяна", - "swap-complete": "Завърши", - "templates-shipped": "Изпратено", - "templates-fulfilled": "Изпълнено", - "templates-canceled": "Отменено", - "templates-partially-fulfilled": "Частично изпълнено", - "templates-fulfillment-status-requires-action": "Изисква действие", - "templates-awaiting-fulfillment": "Изчаква изпълнение", - "templates-partially-shipped": "Частично изпратено", - "templates-cancel-fulfillment-heading": "Отмени изпълнението?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Сигурен ли си, че искаш да отмениш изпълнението?", - "templates-successfully-canceled-swap": "Успешно отменена замяна", - "templates-error": "Грешка", - "templates-successfully-canceled-claim": "Успешно отменена искова", - "templates-successfully-canceled-fulfillment": "Успешно отменено изпълнение", - "templates-fulfillment-has-been-canceled": "Изпълнението е отменено", - "templates-fulfilled-by-provider": "{{title}} Изпълнено от {{provider}}", - "templates-not-shipped": "Не е изпратено", - "templates-tracking": "Проследяване", - "templates-shipped-from": "Изпратено от", - "templates-shipping-from": "Доставка от", - "templates-mark-shipped": "Маркирай като изпратено", - "templates-cancel-fulfillment": "Отмени изпълнението", - "templates-completed": "Завършено", - "templates-processing": "Обработва се", - "templates-requires-action": "Изисква действие", - "templates-capture-payment": "Захванете плащането", - "templates-successfully-captured-payment": "Успешно заснето плащане", - "templates-refund": "Възстановяване", - "templates-total-for-swaps": "Общо за замените", - "templates-refunded-for-swaps": "Възстановено за замените", - "templates-refunded-for-returns": "Възстановено за връщанията", - "templates-manually-refunded": "Ръчно възстановено", - "templates-net-total": "Общо", - "templates-paid": "Платено", - "templates-awaiting-payment": "Изчаква плащане", - "templates-payment-status-requires-action": "Изисква действие", - "draft-orders-completed": "Завършено", - "draft-orders-open": "Отворено", - "draft-orders-mark-as-paid": "Маркирай като платено", - "draft-orders-success": "Успех", - "draft-orders-successfully-mark-as-paid": "Успешно маркирано като платено", - "draft-orders-error": "Грешка", - "draft-orders-successfully-canceled-order": "Успешно отменена поръчка", - "draft-orders-back-to-draft-orders": "Назад към Чернови поръчки", - "on-mark-as-paid-confirm-order-id": "Поръчка №{{display_id}}", - "draft-orders-go-to-order": "Към поръчката", - "draft-orders-cancel-draft-order": "Отмени черновата поръчка", - "draft-orders-draft-order": "Чернова на поръчка", - "draft-orders-email": "Електронна поща", - "draft-orders-phone": "Телефон", - "draft-orders-amount": "Сума {{currency_code}}", - "draft-orders-payment": "Плащане", - "draft-orders-subtotal": "Субтотал", - "draft-orders-shipping": "Доставка", - "draft-orders-tax": "Данък", - "draft-orders-total-to-pay": "Общо за плащане", - "draft-orders-payment-link": "Линк за плащане:", - "draft-orders-configure-payment-link-in-store-settings": "Настройте линка за плащане в настройките на магазина", - "draft-orders-shipping-method": "Метод на доставка", - "draft-orders-data": "Данни", - "draft-orders-1-item": "(1 артикул)", - "draft-orders-customer": "Клиент", - "draft-orders-edit-shipping-address": "Редактирайте адреса за доставка", - "draft-orders-edit-billing-address": "Редактирайте фактуран адрес", - "draft-orders-go-to-customer": "Към клиента", - "draft-orders-contact": "Контакт", - "draft-orders-billing": "Фактуриране", - "draft-orders-raw-draft-order": "Суров чернова на поръчка", - "draft-orders-are-you-sure": "Сигурен ли сте?", - "draft-orders-remove-resource-heading": "Премахнете {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} беше премахнато", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Това ще създаде поръчка. Маркирайте като платено, ако сте получили плащането.", - "draft-orders-mark-paid": "Маркирай платено", - "draft-orders-cancel": "Откажи", - "draft-orders-create-draft-order": "Създайте чернова на поръчка", - "edit-amount-paid": "Платена сума", - "edit-new-total": "Нова обща сума", - "edit-difference-due": "Разлика за плащане", - "edit-back": "Назад", - "edit-save-and-go-back": "Запази и се върни", - "edit-order-edit-set-as-requested": "Променете поръчката като поискана", - "edit-failed-to-request-confirmation": "Неуспешно поискване на потвърждение", - "edit-added-successfully": "Добавено успешно", - "edit-error-occurred": "Възникна грешка", - "edit-add-product-variants": "Добавете варианти на продукта", - "edit-edit-order": "Редактирайте поръчката", - "edit-items": "Артикули", - "edit-add-items": "Добави артикули", - "edit-filter-items": "Филтрирай артикули...", - "edit-note": "Бележка", - "edit-add-a-note": "Добавете бележка...", - "variants-table-location": " в {{location}}", - "edit-product": "Продукт", - "edit-in-stock": "В наличност", - "edit-price": "Цена", - "edit-products": "Продукти", - "edit-search-product-variants": "Търсене на варианти на продукта...", - "orders-success": "Успех", - "orders-successfully-initiated-export": "Успешно иницииран експорт", - "orders-error": "Грешка", - "orders-export-orders": "Експортиране на поръчки", - "components-billing-address": "Адрес за фактуриране", - "components-use-same-as-shipping": "Използвайте същия като адреса за доставка", - "components-e-g-gift-wrapping": "Например, подаръчно опаковане", - "components-title": "Заглавие", - "components-price": "Цена", - "components-quantity": "Количество", - "components-back": "Назад", - "components-add": "Добави", - "components-items-for-the-order": "Артикули за поръчката", - "components-details": "Детайли", - "components-price-excl-taxes": "Цена (без ДДС)", - "components-add-custom": "Добави персонализиран", - "components-add-existing": "Добави съществуващ", - "components-add-products": "Добави продукти", - "components-add-custom-item": "Добави персонализиран артикул", - "components-choose-region": "Изберете регион", - "components-region": "Регион", - "select-shipping-to-name": "(Към {{name}})", - "components-attention": "Внимание!", - "components-no-options-for-orders-without-shipping": "Нямате опции за поръчки без доставка. Моля, добавете една (например, \"Изпълнение в магазина\") с неизбрана опция \"Показване на уебсайта\" в настройките за региона и продължете.", - "components-choose-a-shipping-method": "Изберете метод на доставка", - "components-set-custom-price": "Задайте персонализирана цена", - "components-custom-price": "Персонализирана цена", - "components-customer-and-shipping-details": "Данни за клиента и доставката", - "components-find-existing-customer": "Намери съществуващ клиент", - "components-email": "Имейл", - "components-choose-existing-addresses": "Изберете съществуващи адреси", - "components-create-new": "Създайте нов", - "components-the-discount-is-not-applicable-to-the-selected-region": "Отстъпката не се прилага за избрания регион", - "components-the-discount-code-is-invalid": "Кодът за отстъпка е невалиден", - "components-add-discount": "Добави отстъпка", - "components-summer-10": "ЛЯТО10", - "components-discount": "Отстъпка", - "select-shipping-code": "(Код: {{code}})", - "components-type": "Тип", - "components-value": "Стойност", - "components-address": "Адрес", - "components-shipping-method": "Метод на доставка", - "components-billing-details": "Фактуриране детайли", - "components-edit": "Редактирай", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm трябва да се използва в рамките на NewOrderFormProvider", - "new-order-created": "Поръчка създадена", - "new-create-draft-order": "Създайте чернова на поръчка", - "price-list-product-filter-created-at": "Създадено на", - "price-list-product-filter-updated-at": "Актуализирано на", - "price-list-details-drawer-prompt-title": "Сигурен ли сте?", - "price-list-details-drawer-prompt-description": "Имате несъхранени промени. Сигурни ли сте, че искате да излезете?", - "price-list-details-notification-succes-title": "Ценов лист актуализиран", - "price-list-details-drawer-notification-success-message": "Успешно актуализиран ценов лист", - "price-list-details-drawer-notification-error-title": "Възникна грешка", - "price-list-details-drawer-title": "Редактиране на детайлите на ценовия лист", - "price-list-details-drawer-cancel-button": "Отказ", - "price-list-details-drawer-save-button": "Запази", - "price-list-details-section-prompt-confirm-text": "Изтрий", - "price-list-details-section-prompt-cancel-text": "Отказ", - "price-list-details-section-prompt-title": "Изтрий ценов лист", - "price-list-details-section-prompt-description": "Сигурни ли сте, че искате да изтриете ценовия лист \"{{name}}\"?", - "price-list-details-section-delete-notification-success-title": "Ценовият лист беше успешно изтрит", - "price-list-details-section-delete-notification-success-message": "Ценовият лист \"{{name}}\" беше успешно изтрит", - "price-list-details-section-delete-notification-error-title": "Неуспешно изтриване на ценов лист", - "price-list-details-section-customer-groups": "Групи клиенти", - "price-list-details-section-last-edited": "Последно редактиран", - "price-list-details-section-number-of-prices": "Цени", - "price-list-details-section-status-menu-expired": "Изтекъл", - "price-list-details-section-status-menu-draft": "Чернова", - "price-list-details-section-status-menu-scheduled": "Планиран", - "price-list-details-section-status-active": "Активен", - "price-list-details-section-status-menu-notification-success-title": "Ценовият лист беше успешно актуализиран", - "price-list-details-section-status-menu-notification-success-message": "Статусът на ценовия лист беше успешно актуализиран на {{status}}", - "price-list-details-section-status-menu-notification-error-title": "Неуспешно актуализиране на статуса на ценовия лист", - "price-list-details-section-status-menu-item-draft": "Чернова", - "price-list-details-section-status-menu-item-activate": "Активирай", - "price-list-details-menu-item-edit": "Редактиране на детайлите", - "price-list-details-menu-item-delete": "Изтрий", - "price-list-edit-error": "Възникна грешка при зареждане на ценовия лист. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-new-form-prompt-title": "Сигурен ли сте?", - "price-list-new-form-prompt-exit-description": "Имате несъхранени промени. Сигурни ли сте, че искате да излезете?", - "price-list-new-form-prompt-back-description": "Имате несъхранени промени. Сигурни ли сте, че искате да се върнете?", - "price-list-add-products-modal-no-prices-error": "Моля, присвоете цени за поне един продукт.", - "price-list-add-products-modal-missing-prices-title": "Непълен ценов лист", - "price-list-add-products-modal-missing-prices-description": "Не са присвоени цени на всички избрани продукти. Искате ли да продължите?", - "price-list-add-products-modal-success-title": "Добавени са нови цени", - "price-list-add-products-modal-success-message": "Новите цени бяха добавени към ценовия лист.", - "price-list-add-products-modal-error-title": "Възникна грешка", - "price-list-add-products-modal-back-button-cancel": "Отказ", - "price-list-add-products-modal-back-button": "Назад", - "price-list-add-products-modal-next-button-continue": "Продължи", - "price-list-add-products-modal-next-button-submit-and-close": "Изпрати и затвори", - "price-list-add-products-modal-next-button-continue-save-prices": "Запази цените", - "price-list-add-products-modal-products-tab": "Изберете продукти", - "price-list-add-products-modal-prices-tab": "Редактиране на цените", - "price-list-add-products-modal-error": "Възникна грешка при подготовката на формата. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-edit-prices-modal-prompt-title": "Несъхранени промени", - "price-list-edit-prices-modal-prompt-exit-description": "Имате несъхранени промени. Сигурни ли сте, че искате да излезете?", - "price-list-edit-prices-modal-prompt-back-description": "Имате несъхранени промени. Сигурни ли сте, че искате да се върнете?", - "price-list-edit-prices-modal-notification-update-error": "Възникна грешка", - "price-list-edit-prices-modal-notification-remove-error-title": "Възникна грешка", - "price-list-edit-prices-modal-notification-remove-error-description": "Някои цени не бяха актуализирани правилно. Опитайте отново.", - "price-list-edit-prices-modal-notification-update-success-title": "Цените са актуализирани", - "price-list-edit-prices-modal-notification-update-success-description": "Цените бяха успешно актуализирани", - "price-list-edit-prices-modal-next-button-save-and-close": "Запази и затвори", - "price-list-edit-prices-modal-next-button-save": "Запази цените", - "price-list-edit-prices-modal-back-button-cancel": "Отказ", - "price-list-edit-prices-modal-back-button-back": "Назад", - "price-list-edit-prices-modal-overview-tab": "Редакция на цените", - "price-list-edit-prices-modal-error-loading": "Възникна грешка при подготовката на формата. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-prices-section-prompt-title": "Сигурен ли сте?", - "price-list-prices-section-prompt-description": "Това ще изтрие перманентно цените на продуктите от списъка", - "price-list-prices-secton-delete-success-title": "Цените са изтрити", - "price-list-prices-section-delete-success-description_one": "Успешно изтрити цени за {{count}} продукта", - "price-list-prices-section-delete-success-description_other": "Успешно изтрити цени за {{count}} продукта", - "price-list-prices-section-delete-error-title": "Възникна грешка", - "price-list-prices-section-heading": "Цени", - "price-list-prices-section-search-placeholder": "Търсене на продукти", - "price-list-prices-section-prices-menu-edit": "Редакция на цените", - "price-list-prices-section-prices-menu-add": "Добавяне на продукти", - "price-list-prices-section-table-load-error": "Възникна грешка при извличане на продуктите. Опитайте да презаредите страницата или, ако проблемът продължава, опитайте отново по-късно.", - "price-list-prices-section-bar-count_one": "{{count}} избрани", - "price-list-prices-section-bar-count_other": "{{count}} избрани", - "price-list-prices-section-edit-command": "Редакция", - "price-list-prices-section-delete-command": "Изтриване", - "price-list-prices-section-select-all-checkbox-label": "Избери всички продукти на текущата страница", - "price-list-prices-section-select-checkbox-label": "Избор на ред", - "price-list-prices-section-table-product": "Продукт", - "price-list-prices-section-table-thumbnail-alt": "Визуализация за {{title}}", - "price-list-prices-section-table-collection": "Колекция", - "price-list-prices-section-table-variants": "Варианти", - "price-list-details-form-type-heading": "Тип", - "price-list-details-form-type-description": "Изберете типа на ценовия лист, който искате да създадете.", - "price-list-details-form-type-label-sale": "Разпродажба", - "price-list-details-form-type-hint-sale": "Използвайте това, ако създавате разпродажба.", - "price-list-details-form-type-label-override": "Пренаписване", - "price-list-details-form-type-hint-override": "Използвайте това, ако пренаписвате цени.", - "price-list-details-form-general-heading": "Общи", - "price-list-details-form-general-description": "Изберете заглавие и описание за ценовия лист.", - "price-list-details-form-general-name-label": "Име", - "price-list-details-form-general-name-placeholder": "Разпродажба за Черен Петък", - "price-list-details-form-general-description-label": "Описание", - "price-list-details-form-general-description-placeholder": "Цени за разпродажба на Черен Петък...", - "price-list-details-form-tax-inclusive-label": "Цени с включен данък", - "price-list-details-form-tax-inclusive-hint": "Изберете да направите всички цени в този списък включени в данъка.", - "price-list-details-form-dates-starts-at-heading": "Ценовият лист има начална дата?", - "price-list-details-form-dates-starts-at-description": "График на ценовите пренаписвания, за да се активират в бъдеще.", - "price-list-details-form-dates-starts-at-label": "Начална дата", - "price-list-details-form-ends-at-heading": "Ценовият лист има дата на изтичане?", - "price-list-details-form-ends-at-description": "График на ценовите пренаписвания, за да се деактивират в бъдеще.", - "price-list-details-form-ends-at-label": "Крайна дата", - "price-list-details-form-customer-groups-name": "Име", - "price-list-details-form-customer-groups-members": "Членове", - "price-list-details-form-customer-groups-error": "Възникна грешка при зареждане на групите на клиентите. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-details-form-customer-groups-no-groups": "Няма намерени групи на клиентите.", - "price-list-details-form-customer-groups-heading": "Достъпност за клиенти", - "price-list-details-form-customer-groups-description": "Уточнете за кои групи на клиенти ценовите пренаписвания трябва да важат.", - "price-list-details-form-customer-groups-content-heading": "Групи на клиенти", - "price-list-details-form-customer-groups-search-placeholder": "Търсене", - "price-list-prices-form-products-error": "Възникна грешка при подготовката на формата. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-prices-form-heading": "Редакция на цените", - "price-list-prices-form-variant": "Вариант", - "price-list-prices-form-sku": "Артикулен номер", - "price-list-prices-form-prices": "Цени", - "price-list-prices-form-prices-variant-count_one": "{{count}} вариант", - "price-list-prices-form-prices-variant-count_other": "{{count}} варианта", - "price-list-prices-form-add-prices-button": "Добави цени", - "price-list-prices-form-prices-count_one": "{{count}} цена", - "price-list-prices-form-prices-count_other": "{{count}} цени", - "price-list-product-prices-form-invalid-data-title": "Невалидни данни", - "price-list-product-prices-form-invalid-data-body": "Данните, които поставихте, съдържат стойности, които не са числа.", - "price-list-product-prices-form-column-visibility-button": "Преглед", - "price-list-product-prices-form-column-visibility-currencies-label": "Валути", - "price-list-product-prices-form-column-visibility-regions-label": "Региони", - "price-list-product-prices-form-column-product-label": "Продукт", - "price-list-product-prices-form-column-currencies-price-label": "Цена {{code}}", - "price-list-product-prices-form-column-regions-price-label": "Цена {{name}} ({{code}})", - "price-list-products-form-select-all": "Избери всички продукти на текущата страница", - "price-list-products-form-select-row": "Избор на ред", - "price-list-products-form-product-label": "Продукт", - "price-list-products-form-product-thumbnail": "Визуализация за {{title}}", - "price-list-products-form-collection-label": "Колекция", - "price-list-products-form-sales-channels-label": "Наличност", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} още", - "price-list-products-form-status-label": "Статус", - "price-list-products-form-inventory-label": "Склад", - "price-list-products-form-inventory-value": "{{totalStock}} налични от {{variants}} варианта", - "price-list-products-form-loading": "Зареждане на продуктите", - "price-list-products-form-error": "Възникна грешка при зареждане на продуктите. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "price-list-products-form-no-products": "Няма намерени продукти.", - "price-list-products-form-heading": "Избор на продукти", - "price-list-products-form-search-placeholder": "Търсене", - "price-list-new-form-no-prices-error": "Моля, задайте цени за поне един продукт.", - "price-list-new-form-missing-prices-title": "Непълен ценов лист", - "price-list-new-products-modal-missing-prices-description": "Цените не са зададени за всички избрани продукти. Искате ли да продължите?", - "price-list-new-form-notification-success-title": "Създаден е ценов лист", - "price-list-new-form-notification-success-message": "Успешно създаден ценов лист", - "price-list-new-form-notification-error-title": "Възникна грешка", - "price-list-new-form-next-button-save-and-publish": "Запази и Публикувай", - "price-list-new-form-next-button-save": "Запази цените", - "price-list-new-form-next-button-continue": "Продължи", - "price-list-new-form-back-button-cancel": "Отказ", - "price-list-new-form-back-button-back": "Назад", - "price-list-new-form-details-tab": "Създай Ценов Лист", - "price-list-new-form-products-tab": "Избери Продукти", - "price-list-new-form-prices-tab": "Редакция на Цените", - "price-list-new-form-save-as-draft": "Запази като Чернова", - "price-list-new-form-error-loading-products": "Възникна грешка при подготовката на формата. Презаредете страницата и опитайте отново. Ако проблемът продължава, опитайте отново по-късно.", - "components-success": "Успех", - "components-successfully-updated-category-tree": "Успешно актуализиране на дървото на категориите", - "components-error": "Грешка", - "components-failed-to-update-category-tree": "Неуспешно актуализиране на дървото на категориите", - "components-delete": "Изтрий", - "components-category-deleted": "Категорията е изтрита", - "components-category-deletion-failed": "Неуспешно изтриване на категорията", - "components-category-status-is-inactive": "Статусът на категорията е неактивен", - "components-category-visibility-is-private": "Видимостта на категорията е частна", - "components-add-category-item-to": "Добави категория към", - "modals-public": "Публичен", - "modals-private": "Частен", - "modals-active": "Активен", - "modals-inactive": "Неактивен", - "modals-success": "Успех", - "modals-successfully-created-a-category": "Успешно създадена категория", - "modals-failed-to-create-a-new-category": "Неуспешно създаване на нова категория", - "modals-error": "Грешка", - "modals-save-category": "Запази категорията", - "modals-add-category-to": "Добави категория към {{name}}", - "modals-add-category": "Добави категория", - "modals-details": "Детайли", - "modals-name": "Име", - "modals-give-this-category-a-name": "Дайте на тази категория име", - "modals-handle": "Дръжка", - "modals-custom-handle": "Персонализирана дръжка", - "modals-description": "Описание", - "modals-give-this-category-a-description": "Дайте на тази категория описание", - "modals-status": "Статус", - "modals-visibility": "Видимост", - "modals-successfully-updated-the-category": "Успешно актуализирана категорията", - "modals-failed-to-update-the-category": "Неуспешно актуализиране на категорията", - "modals-edit-product-category": "Редакция на продуктова категория", - "modals-cancel": "Откажи", - "modals-save-and-close": "Запази и затвори", - "pages-no-product-categories-yet": "Все още няма продуктови категории. Използвайте бутона отгоре, за да създадете първата си категория.", - "pages-add-category": "Добави категория", - "pages-product-categories": "Продуктови категории", - "pages-helps-you-to-keep-your-products-organized": "Помага ви да подредите продуктите си.", - "batch-job-success": "Успех", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Импортът е потвърден за обработка. Информация за напредъка е налична в чекмеджето за активности.", - "batch-job-error": "Грешка", - "batch-job-import-failed": "Импортът не беше успешен.", - "batch-job-failed-to-delete-the-csv-file": "Неуспешно изтриване на CSV файла", - "batch-job-failed-to-cancel-the-batch-job": "Неуспешно отказване на партидата", - "batch-job-products-list": "списък на продуктите", - "batch-job-unsure-about-how-to-arrange-your-list": "Не сте сигурни как да подредите списъка си?", - "batch-job-download-template": "Изтеглете шаблона по-долу, за да се уверите, че следвате правилния формат.", - "batch-job-imports-description": "Чрез импорти можете да добавите или актуализирате продукти. За да актуализирате съществуващи продукти/варианти, трябва да посочите съществуващ идентификационен номер в колоните за идентификация на продукта/варианта. Ако стойността не е зададена, ще бъде създаден нов запис. Преди да импортираме продуктите, ще бъдете попитани за потвърждение.", - "products-filters": "Филтри", - "products-status": "Статус", - "products-tags": "Етикети", - "products-spring-summer": "Пролет, лято...", - "new-sales-channels": "Търговски канали", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Този продукт ще бъде достъпен само в основния търговски канал, ако остане непроменен.", - "new-change-availablity": "Промяна на наличността", - "add-variants-a-variant-with-these-options-already-exists": "Вариант с тези опции вече съществува.", - "add-variants-product-options": "Опции за продукт", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Опциите се използват за дефиниране на цвета, размера и др. на продукта.", - "add-variants-option-title": "Заглавие на опцията", - "add-variants-variations-comma-separated": "Вариации (разделени със запетаи)", - "add-variants-color": "Цвят...", - "add-variants-already-exists": "вече съществува", - "add-variants-blue-red-black": "Син, червен, черен...", - "add-variants-add-an-option": "Добави опция", - "add-variants-product-variants": "Варианти на продукта", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Трябва да добавите поне една опция за продукт, преди да започнете да добавяте варианти на продукта.", - "add-variants-variant": "Вариант", - "add-variants-inventory": "Склад", - "add-variants-add-a-variant": "Добави вариант", - "add-variants-create-variant": "Създай вариант", - "add-variants-cancel": "Откажи", - "add-variants-save-and-close": "Запази и затвори", - "new-variant-a-variant-with-these-options-already-exists": "Вариант с тези опции вече съществува.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Сигурни ли сте, че искате да изтриете този вариант?", - "new-variant-delete-variant": "Изтрий вариант", - "new-variant-edit": "Редакция", - "new-variant-delete": "Изтрий", - "new-variant-edit-variant": "Редакция на вариант", - "new-variant-cancel": "Откажи", - "new-variant-save-and-close": "Запази и затвори", - "new-something-went-wrong-while-trying-to-upload-images": "Нещо се обърка при опит за качване на изображения.", - "new-no-file-service-configured": "Може би нямате конфигуриран файлов услуга. Моля, свържете се с администратора си", - "new-upload-thumbnail-error": "Нещо се обърка при опит за качване на миниатюра.", - "new-save-as-draft": "Запази като чернова", - "new-publish-product": "Публикувай продукта", - "new-general-information-title": "Обща информация", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "За да започнете продажбите, всичко от което се нуждаете е име и цена.", - "new-organize-product": "Организирай продукта", - "new-add-variations-of-this-product": "Добави вариации на този продукт.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Предложете на клиентите си различни опции за цвят, формат, размер, форма и др.", - "new-used-for-shipping-and-customs-purposes": "Използва се за нужди при транспорта и митнически цели.", - "new-dimensions": "Размери", - "new-customs": "Мита", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Използва се за представяне на вашия продукт по време на плащане, социално споделяне и други.", - "new-media": "Медия", - "new-add-images-to-your-product": "Добавете изображения към вашия продукт.", - "overview-import-products": "Внасяне на продукти", - "overview-export-products": "Изнасяне на продукти", - "overview-new-product": "Нов Продукт", - "overview-new-collection": "Нова Колекция", - "overview-success": "Успех", - "overview-successfully-created-collection": "Колекцията е създадена успешно", - "overview-error": "Грешка", - "overview-successfully-initiated-export": "Успешно иницииран експорт", - "modals-add-sales-channels": "Добавяне на търговски канали", - "modals-find-channels": "Търсене на канали", - "modals-updated-the-api-key": "Актуализиран API ключ", - "modals-failed-to-update-the-api-key": "Неуспешна актуализация на API ключ", - "modals-edit-api-key-details": "Редакция на данни за API ключ", - "modals-title": "Заглавие", - "modals-name-your-key": "Именувайте вашия ключ", - "modals-sales-channels-added-to-the-scope": "Търговски канали добавени към обхвата", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Възникна грешка при добавяне на търговски канали към обхвата на ключа", - "modals-add-and-go-back": "Добави и върни се назад", - "modals-add-and-close": "Добави и затвори", - "modals-sales-channels-removed-from-the-scope": "Търговски канали премахнати от обхвата", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Възникна грешка при премахване на търговски канали от обхвата на ключа", - "modals-edit-sales-channels": "Редакция на търговски канали", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Премахни избора", - "modals-remove": "Премахни", - "modals-add-channels": "Добави канали", - "modals-close": "Затвори", - "pages-sales-channels": "Търговски канали", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Свържете колкото търговски канала са ви необходими към вашия API ключ.", - "pages-add-sales-channels": "Добавяне на търговски канали", - "pages-edit-sales-channels": "Редакция на търговски канали", - "pages-success": "Успех", - "pages-created-a-new-api-key": "Създаден е нов API ключ", - "pages-error": "Грешка", - "pages-failed-to-create-a-new-api-key": "Неуспешно създаване на нов API ключ", - "pages-sales-channels-added-to-the-scope": "Търговски канали добавени към обхвата", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Възникна грешка при добавяне на търговски канали към обхвата на ключа", - "pages-publish-api-key": "Публикувай API ключ", - "pages-create-api-key": "Създай API ключ", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Създайте и управлявайте API ключове. В момента това е свързано само с търговски канали.", - "pages-create-api-key-label": "Създай API ключ", - "pages-back-to-settings": "Назад към настройките", - "pages-publishable-api-keys": "Публикуеми API ключове", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Тези публикуеми ключове ще ви позволят да автентицирате API заявките си.", - "tables-name": "Име", - "tables-token": "Токен", - "tables-done": "Готово", - "tables-copy-to-clipboard": "Копирай в буферната памет", - "tables-created": "Създаден", - "tables-status": "Статус", - "tables-revoked": "Отнет", - "tables-live": "На живо", - "tables-edit-api-key-details": "Редакция на данни за API ключ", - "tables-edit-sales-channels": "Редакция на търговски канали", - "tables-copy-token": "Копиране на токен", - "tables-revoke-token": "Отнемане на токен", - "tables-delete-api-key": "Изтриване на API ключ", - "tables-yes-delete": "Да, изтрий", - "tables-api-key-deleted": "API ключ изтрит", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Сигурни ли сте, че искате да изтриете този публичен ключ?", - "tables-delete-key": "Изтриване на ключ", - "tables-yes-revoke": "Да, отнеми", - "tables-api-key-revoked": "API ключ отнет", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Сигурни ли сте, че искате да отнемете този публичен ключ?", - "tables-revoke-key": "Отнемане на ключ", - "tables-api-keys": "API Ключове", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Все още няма ключове, използвайте горния бутон, за да създадете първия си публикуем ключ", - "tables-title": "Заглавие", - "tables-description": "Описание", - "tables-no-added-sales-channels": "Няма добавени търговски канали", - "tables-sales-channels": "Търговски канали", - "form-title": "Заглавие", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Уебсайт, приложение, Amazon, физически магазин POS, Facebook продуктово поточно предаване...", - "form-description": "Описание", - "form-available-products-at-our-website-app": "Налични продукти в нашия уебсайт, приложение...", - "form-success": "Успех", - "form-the-sales-channel-is-successfully-updated": "Търговският канал е успешно актуализиран", - "form-error": "Грешка", - "form-failed-to-update-the-sales-channel": "Неуспешна актуализация на търговския канал", - "form-sales-channel-details": "Детайли за търговски канал", - "form-general-info": "Обща информация", - "form-name": "Име", - "form-close": "Затвори", - "form-save": "Запази", - "pages-draft": "Чернова", - "pages-control-which-products-are-available-in-which-channels": "Контролирайте кои продукти са налични в кои канали", - "pages-search-by-title-or-description": "Търсене по заглавие или описание", - "pages-confirm-delete-sales-channel": "Сигурни ли сте, че искате да изтриете този търговски канал? Направените от вас настройки ще бъдат изтрити завинаги.", - "pages-delete-channel-heading": "Изтриване на канал", - "pages-edit-general-info": "Редакция на обща информация", - "pages-add-products": "Добавяне на продукти", - "pages-delete-channel": "Изтриване на канал", - "pages-disabled": "Изключен", - "pages-enabled": "Активен", - "tables-collection": "Колекция", - "tables-start-building-your-channels-setup": "Започнете изграждането на настройките на вашите канали...", - "tables-no-products-in-channels": "Все още не сте добавили никакви продукти в тези канали, но щом го направите, те ще се появят тук.", - "tables-add-products": "Добави продукти", - "tables-details": "Детайли", - "tables-remove-from-the-channel": "Премахни от канала", - "tables-products": "Продукти", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}} избран", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}} избрани", - "tables-remove": "Премахни", - "components-successfully-updated-currency": "Успешно актуализирана валута", - "components-default": "По подразбиране", - "default-store-currency-success": "Успех", - "default-store-currency-successfully-updated-default-currency": "Успешно актуализирана валута по подразбиране", - "default-store-currency-error": "Грешка", - "default-store-currency-default-store-currency": "Валута по подразбиране на магазина", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Това е валутата, в която се показват цените ви.", - "store-currencies-success": "Успех", - "store-currencies-successfully-updated-currencies": "Успешно актуализирани валути", - "store-currencies-error": "Грешка", - "store-currencies-cancel": "Отказ", - "store-currencies-save-and-go-back": "Запази и се върни", - "store-currencies-save-and-close": "Запази и затвори", - "store-currencies-add-store-currencies": "Добави валути за магазина", - "store-currencies-current-store-currencies": "Текущи валути на магазина", - "store-currencies-close": "Затвори", - "current-currencies-screen-selected-with-count_one": "{{count}} избрана", - "current-currencies-screen-selected-with-count_other": "{{count}} избрани", - "store-currencies-deselect": "Премахни избора", - "store-currencies-remove": "Премахни", - "store-currencies-add-currencies": "Добави валути", - "store-currencies-store-currencies": "Валути на магазина", - "store-currencies-all-the-currencies-available-in-your-store": "Всички валути, налични в магазина ви.", - "store-currencies-edit-currencies": "Редактиране на валути", - "currencies-an-unknown-error-occurred": "Възникна неизвестна грешка", - "currencies-error": "Грешка", - "currencies-back-to-settings": "Назад към настройките", - "currencies-manage-the-markets-that-you-will-operate-within": "Управлявайте пазарите, в които ще действате.", - "currencies-include-or-exclude-taxes": "Решете дали да включвате или изключвате данъците всеки път, когато зададете цена в тази валута", - "currencies-tax-incl-prices": "Цени с включен данък", - "settings-error": "Грешка", - "settings-malformed-swap-url": "Неправилно форматиран URL за размяна", - "settings-malformed-payment-url": "Неправилно форматиран URL за плащане", - "settings-malformed-invite-url": "Неправилно форматиран URL за покана", - "settings-success": "Успех", - "settings-successfully-updated-store": "Успешно актуализиран магазин", - "settings-back-to-settings": "Назад към настройките", - "settings-save": "Запази", - "settings-cancel": "Отказ", - "settings-store-details": "Детайли за магазина", - "settings-manage-your-business-details": "Управлявайте данните за вашия бизнес", - "settings-general": "Общи", - "settings-store-name": "Име на магазина", - "settings-medusa-store": "Медуза магазин", - "settings-advanced-settings": "Разширени настройки", - "settings-swap-link-template": "Шаблон за връзка за размяна", - "settings-draft-order-link-template": "Шаблон за връзка с поръчка на чернова", - "settings-invite-link-template": "Шаблон за покана", - "settings-manage-the-general-settings-for-your-store": "Управлявайте общите настройки за вашия магазин", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Управлявайте настройките за разширенията на вашия магазин", - "edit-user-information-success": "Успех", - "edit-user-information-your-information-was-successfully-updated": "Вашата информация беше успешно актуализирана", - "edit-user-information-edit-information": "Редактиране на информацията", - "edit-user-information-cancel": "Отказ", - "edit-user-information-submit-and-close": "Подаване и затваряне", - "personal-information-back-to-settings": "Назад към настройките", - "personal-information-personal-information": "Лична информация", - "personal-information-manage-your-medusa-profile": "Управление на вашия профил в Медуза", - "personal-information-language-settings-title": "Език", - "personal-information-language-settings-description": "Настройка на езика на Медуза Админ", - "personal-information-language-settings-help-us-translate": "Помогнете ни с превода", - "personal-information-usage-insights-title": "Използване на данни", - "usage-insights-disabled": "Изключено", - "usage-insights-active": "Активно", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Споделяйте данни за използване и помагайте ни да подобрим Медуза", - "usage-insights-edit-preferences": "Редакция на предпочитанията", - "usage-insights-success": "Успех", - "usage-insights-your-information-was-successfully-updated": "Вашата информация беше успешно актуализирана", - "usage-insights-error": "Грешка", - "usage-insights-cancel": "Отказ", - "usage-insights-submit-and-close": "Подаване и затваряне", - "region-form-title": "Заглавие", - "region-form-europe": "Европа", - "region-form-currency-code-is-required": "Изисква се валутен код", - "region-form-currency": "Валута", - "region-form-choose-currency": "Изберете валута", - "region-form-default-tax-rate": "Данъчна ставка по подразбиране", - "region-form-tax-rate-is-required": "Изисква се данъчна ставка", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Данъчната ставка трябва да бъде равна или по-малка от 100", - "region-form-default-tax-code": "Данъчен код по подразбиране", - "region-form-countries": "Държави", - "region-form-choose-countries": "Изберете държави", - "region-form-tax-inclusive-prices": "Цени с включен данък", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Когато е включено, цените за региона ще включват данък.", - "region-form-payment-providers-are-required": "Изискват се доставчици на плащания", - "region-form-payment-providers": "Доставчици на плащания", - "region-form-choose-payment-providers": "Изберете доставчици на плащания...", - "region-form-fulfillment-providers-are-required": "Изискват се доставчици на изпълнение", - "region-form-fulfillment-providers": "Доставчици на изпълнение", - "region-form-choose-fulfillment-providers": "Изберете доставчици на изпълнение...", - "shipping-option-card-success": "Успех", - "shipping-option-card-shipping-option-updated": "Опцията за доставка е актуализирана", - "shipping-option-card-error": "Грешка", - "shipping-option-card-edit-shipping-option": "Редактиране на опцията за доставка", - "shipping-option-card-fulfillment-method": "Метод на изпълнение", - "shipping-option-card-cancel": "Отказ", - "shipping-option-card-save-and-close": "Запази и затвори", - "shipping-option-card-shipping-option-has-been-deleted": "Опцията за доставка е изтрита", - "shipping-option-card-flat-rate": "Фиксирана ставка", - "shipping-option-card-calcualted": "Изчислена", - "shipping-option-card-min-subtotal": "Мин. обща сума:", - "shipping-option-card-max-subtotal": "Макс. обща сума:", - "shipping-option-card-admin": "Админ", - "shipping-option-card-store": "Магазин", - "shipping-option-card-edit": "Редакция", - "shipping-option-card-delete": "Изтриване", - "shipping-option-form-visible-in-store": "Видимо в магазина", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Включване или изключване на видимостта на опцията за доставка в магазина.", - "shipping-option-form-details": "Детайли", - "shipping-option-form-title": "Заглавие", - "shipping-option-form-title-is-required": "Изисква се заглавие", - "shipping-option-form-price-type": "Тип цена", - "shipping-option-form-flat-rate": "Фиксирана ставка", - "shipping-option-form-calculated": "Изчислена", - "shipping-option-form-choose-a-price-type": "Изберете тип цена", - "shipping-option-form-price": "Цена", - "shipping-option-form-shipping-profile": "Профил за доставка", - "shipping-option-form-choose-a-shipping-profile": "Изберете профил за доставка", - "shipping-option-form-fulfillment-method": "Метод на изпълнение", - "shipping-option-form-choose-a-fulfillment-method": "Изберете метод на изпълнение", - "shipping-option-form-requirements": "Изисквания", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Мин. обща сума трябва да бъде по-малка от макс. обща сума", - "shipping-option-form-min-subtotal": "Мин. обща сума", - "shipping-option-form-max-subtotal": "Макс. обща сума", - "shipping-option-form-metadata": "Метаданни", - "general-section-success": "Успех", - "general-section-region-was-successfully-updated": "Регионът е успешно актуализиран", - "general-section-error": "Грешка", - "general-section-edit-region-details": "Редакция на детайлите за региона", - "general-section-details": "Детайли", - "general-section-providers": "Доставчици", - "general-section-metadata": "Метаданни", - "general-section-cancel": "Отказ", - "general-section-save-and-close": "Запази и затвори", - "edit-something-went-wrong": "Възникна проблем...", - "edit-no-region-found": "Не можем да намерим регион с този идентификатор. Използвайте менюто вляво, за да изберете регион.", - "return-shipping-options-success": "Успех", - "return-shipping-options-shipping-option-created": "Създадена е опция за връщане на доставката", - "return-shipping-options-error": "Грешка", - "return-shipping-options-add-return-shipping-option": "Добавяне на опция за връщане на доставката", - "return-shipping-options-cancel": "Отказ", - "return-shipping-options-save-and-close": "Запази и затвори", - "return-shipping-options-return-shipping-options": "Опции за връщане на доставката", - "return-shipping-options-add-option": "Добави опция", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Въведете подробности за наличните регионални методи за връщане на доставката.", - "shipping-options-success": "Успех", - "shipping-options-shipping-option-created": "Създадена е опция за доставка", - "shipping-options-error": "Грешка", - "shipping-options-add-shipping-option": "Добави опция за доставка", - "shipping-options-cancel": "Отказ", - "shipping-options-save-and-close": "Запази и затвори", - "shipping-options-shipping-options": "Опции за доставка", - "shipping-options-add-option": "Добави опция", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Въведете подробности за наличните регионални методи за изпращане.", - "new-region-created": "Създаден е регион", - "new-create-region": "Създай регион", - "new-details": "Детайли", - "new-add-the-region-details": "Добави детайлите за региона.", - "new-providers": "Доставчици", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Добавете кои доставчици на изпълнение и плащане трябва да бъдат налични в този регион.", - "region-overview-regions": "Региони", - "region-overview-manage-the-markets-that-you-will-operate-within": "Управлявайте пазарите, в които ще работите.", - "region-overview-not-configured": "Не е конфигуриран", - "region-overview-fulfillment-providers": "Доставчици на изпълнение:", - "return-reasons-notification-success": "Успех", - "return-reasons-created-a-new-return-reason": "Създадена е нова причина за връщане", - "return-reasons-success": "успех", - "return-reasons-error": "Грешка", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Не може да се създаде причина за връщане със съществуваща стойност", - "return-reasons-add-reason": "Добави причина", - "return-reasons-value-is-required": "Изисква се стойност", - "return-reasons-value": "Стойност", - "return-reasons-label-is-required": "Изисква се етикет", - "return-reasons-label": "Етикет", - "return-reasons-description": "Описание", - "return-reasons-customer-received-the-wrong-size": "Клиентът получи грешен размер", - "return-reasons-cancel": "Отказ", - "return-reasons-create": "Създай", - "return-reasons-success-title": "Успех", - "return-reasons-successfully-updated-return-reason": "Успешно актуализирана причина за връщане", - "return-reasons-duplicate-reason": "Дублирана причина", - "return-reasons-delete-reason": "Изтрий причина", - "return-reasons-save": "Запази", - "return-reasons-details": "Детайли", - "return-reasons-delete-return-reason": "Изтрий причина за връщане", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Сигурни ли сте, че искате да изтриете тази причина за връщане?", - "return-reasons-back-to-settings": "Обратно към настройките", - "return-reasons-return-reasons": "Причини за връщане", - "return-reasons-add-reason-label": "Добави причина", - "return-reasons-manage-reasons-for-returned-items": "Управлявайте причините за върнати артикули", - "taxes-details": "Детайли", - "taxes-new-tax-rate": "Нов данъчен процент", - "taxes-tax-calculation-settings": "Настройки за изчисляване на данъци", - "taxes-success": "Успех", - "taxes-successfully-updated-tax-rate": "Успешно актуализиран данъчен процент.", - "taxes-error": "Грешка", - "taxes-overrides": "Отменяне", - "taxes-product-rules": "Правила за продукти", - "taxes-product-rules-description_one": "Отнася се за {{count}} продукт", - "taxes-product-rules-description_other": "Отнася се за {{count}} продукта", - "taxes-product-type-rules": "Правила за видове продукти", - "taxes-product-type-rules-description_one": "Отнася се за {{count}} вид продукт", - "taxes-product-type-rules-description_other": "Отнася се за {{count}} вида продукти", - "taxes-shipping-option-rules": "Правила за доставка", - "taxes-applies-to-shipping-option-with-count_one": "Отнася се за {{count}} опция за доставка", - "taxes-applies-to-shipping-option-with-count_other": "Отнася се за {{count}} опции за доставка", - "taxes-add-overrides": "Добавяне на замени", - "taxes-cancel": "Отказ", - "taxes-save": "Запази", - "taxes-name": "Име", - "taxes-default": "По подразбиране", - "taxes-rate-name": "Име на ставка", - "taxes-tax-rate": "Данъчна ставка", - "taxes-tax-code": "Данъчен кодекс", - "taxes-edit-tax-rate": "Редактиране на данъчна ставка", - "taxes-back-to-settings": "Обратно към настройките", - "taxes-regions": "Региони", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Изберете региона, за който искате да управлявате данъците", - "taxes-go-to-region-settings": "Към Регионални настройки", - "taxes-successfully-created-tax-rate": "Успешно създадена данъчна ставка.", - "taxes-add-tax-rate": "Добави данъчна ставка", - "taxes-applies-to-product-type-with-count_one": "Отнася се за {{count}} тип продуктWithCount", - "taxes-applies-to-product-type-with-count_other": "Отнася се за {{count}} тип продуктWithCount", - "taxes-create": "Създай", - "taxes-select-products": "Избери продукти", - "taxes-select-product-types-label": "Изберете Типове на продукти", - "taxes-product-types": "Типове продукти", - "taxes-system-tax-provider": "Системен данъчен доставчик", - "taxes-region-tax-settings-were-successfully-updated": "Данъчните настройки за региона бяха успешно актуализирани.", - "taxes-tax-provider": "Данъчен доставчик", - "taxes-calculate-taxes-automatically": "Изчисляване на данъците автоматично?", - "taxes-automatically-apply-tax-calculations-to-carts": "При маркиране Medusa автоматично ще прилага данъчни изчисления към кошници в тази област. При немаркиране трябва ръчно да изчислите данъците при плащане. Ръчните данъци се препоръчват при използване на данъчен доставчик от трета страна, за да се избегне извършването на твърде много заявки.", - "taxes-apply-tax-to-gift-cards": "Прилагане на данък върху подаръчни карти?", - "taxes-apply-taxes-to-gift-cards": "При маркиране данъците ще се прилагат към подаръчни картове при плащане. В някои страни данъчното законодателство изисква данъците да се прилагат към подаръчни картове при покупка.", - "taxes-search-products": "Търсене на продукти...", - "taxes-select-shipping-option": "Изберете Опция за доставка", - "taxes-shipping-options": "Опции за доставка", - "taxes-delete-tax-rate-heading": "Изтриване на данъчна ставка", - "taxes-confirm-delete": "Сигурни ли сте, че искате да изтриете тази данъчна ставка?", - "taxes-tax-rate-was-deleted": "Данъчната ставка беше изтрита.", - "taxes-edit": "Редактиране", - "taxes-delete-tax-rate": "Изтриване на данъчна ставка", - "taxes-delete-rule": "Изтриване на правило", - "taxes-type": "Тип", - "taxes-products": "Продукти", - "taxes-select-individual-products": "Select individual products", - "taxes-select-product-types": "Select product types", - "taxes-select-shipping-options": "Select shipping options", - "taxes-back": "Назад", - "taxes-add": "Добави", - "taxes-code": "Код", - "users-invite-users": "Поканете потребители", - "users-back-to-settings": "Назад към настройките", - "users-the-team": "Екипът", - "users-manage-users-of-your-medusa-store": "Управлявайте потребителите на вашия Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/bs/translation.json b/packages/admin-ui/ui/public/locales/bs/translation.json deleted file mode 100644 index 027511b6b601f..0000000000000 --- a/packages/admin-ui/ui/public/locales/bs/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "Idi nazad", - "filter-menu-trigger": "Pogledaj", - "filter-menu-clear-button": "Očisti", - "filter-menu-select-item-default-placeholder": "Odaberite filter", - "filter-menu-select-item-clear-button": "Očisti odabrane opcije", - "filter-menu-select-item-selected": "Odabrano", - "filter-menu-date-item-before": "Prije", - "filter-menu-date-item-after": "Poslije", - "filter-menu-date-item-between": "Između", - "sales-channels-display-available-count": "Dostupno u <2>{{availableChannelsCount}} od <6>{{totalChannelsCount}} prodajnih kanala", - "activity-drawer-activity": "Aktivnost", - "activity-drawer-no-notifications-title": "Ovdje je tiho...", - "activity-drawer-no-notifications-description": "Trenutno nemate nijednu obavijest, ali kada budete imali, one će biti ovdje.", - "activity-drawer-error-title": "O ne...", - "activity-drawer-error-description": "Nešto je pošlo po krivu pri pokušaju dohvaćanja vaših obavijesti - Nastavit ćemo pokušavati!", - "activity-drawer-processing": "Obrada...", - "analytics-config-form-title": "Anonimiziraj moje podatke o korištenju", - "analytics-config-form-description": "Možete anonimizirati svoje podatke o korištenju. Ako je ova opcija odabrana, nećemo prikupljati vaše lične informacije, poput vašeg imena i e-mail adrese.", - "analytics-config-form-opt-out": "Odustani od dijeljenja mojih podataka o korištenju", - "analytics-config-form-opt-out-later": "Uvijek možete odustati od dijeljenja svojih podataka o korištenju u bilo kojem trenutku.", - "analytics-preferences-success": "Uspjeh", - "analytics-preferences-your-preferences-were-successfully-updated": "Vaše postavke su uspješno ažurirane", - "analytics-preferences-error": "Greška", - "analytics-preferences-help-us-get-better": "Pomozite nam da budemo bolji", - "analytics-preferences-disclaimer": "Kako bismo stvorili najuvjerljivije iskustvo e-trgovine, željeli bismo steći uvid u to kako koristite Medusu. Uvidi korisnika omogućuju nam izgradnju boljih, privlačnijih i upotrebljivijih proizvoda. Prikupljamo podatke samo radi poboljšanja proizvoda. Pročitajte koje podatke prikupljamo u našoj", - "analytics-preferences-documentation": "dokumentaciji", - "analytics-preferences-please-enter-a-valid-email": "Unesite valjanu e-mail adresu", - "analytics-preferences-continue": "Nastavi", - "currency-input-currency": "Valuta", - "currency-input-amount-is-not-valid": "Iznos nije valjan", - "organisms-success": "Uspjeh", - "organisms-delete-successful": "Uspješno brisanje", - "organisms-are-you-sure-you-want-to-delete": "Jeste li sigurni da želite izbrisati?", - "organisms-no-cancel": "Ne, odustani", - "organisms-yes-remove": "Da, ukloni", - "details-collapsible-hide-additional-details": "Sakrij dodatne pojedinosti", - "details-collapsible-show-additional-details": "Prikaži dodatne pojedinosti", - "edit-user-modal-success": "Uspjeh", - "edit-user-modal-user-was-updated": "Korisnik je ažuriran", - "edit-user-modal-error": "Greška", - "edit-user-modal-edit-user": "Uredi korisnika", - "edit-user-modal-first-name-label": "Ime", - "edit-user-modal-first-name-placeholder": "Ime...", - "edit-user-modal-last-name-label": "Prezime", - "edit-user-modal-last-name-placeholder": "Prezime...", - "edit-user-modal-email": "E-mail", - "edit-user-modal-cancel": "Odustani", - "edit-user-modal-save": "Spremi", - "error-boundary-back-to-dashboard": "Nazad na nadzornu ploču", - "error-boundary-an-unknown-error-occured": "Dogodila se nepoznata greška", - "error-boundary-bad-request": "Loš zahtjev", - "error-boundary-you-are-not-logged-in": "Niste prijavljeni", - "error-boundary-you-do-not-have-permission-perform-this-action": "Nemate dopuštenje za izvođenje ove radnje", - "error-boundary-page-was-not-found": "Stranica nije pronađena", - "error-boundary-an-unknown-server-error-occurred": "Došlo je do nepoznate greške na serveru", - "error-boundary-503": "Server trenutno nije dostupan", - "error-boundary-500": "Došlo je do greške bez specificiranih uzroka, vjerojatno zbog tehničkog problema s naše strane. Pokušajte osvježiti stranicu. Ako se greška i dalje javlja, obratite se svom administratoru.", - "error-boundary-400": "Zahtjev je pogrešno oblikovan, ispravite svoj zahtjev i molimo pokušajte ponovo.", - "error-boundary-401": "Niste prijavljeni, molimo prijavite se kako biste nastavili.", - "error-boundary-403": "Nemate dopuštenje za izvođenje ove radnje, ako mislite da je riječ o grešci, obratite se svom administratoru.", - "error-boundary-404": "Stranica koju ste zatražili nije pronađena, provjerite URL i pokušajte ponovo.", - "error-boundary-500-2": "Server nije mogao obraditi vaš zahtjev, najvjerojatnije zbog tehničkog problema s naše strane. Pokušajte ponovo. Ako se greška i dalje javlja, obratite se svom administratoru.", - "error-boundary-503-2": "Server je privremeno nedostupan, i vaš zahtjev nije mogao biti obrađen. Pokušajte ponovo kasnije. Ako se greška i dalje javlja, obratite se svom administratoru.", - "export-modal-title": "Pokrenite izvoz vaših podataka", - "export-modal-cancel": "Odustani", - "export-modal-export": "Izvoz", - "file-upload-modal-upload-a-new-photo": "Učitajte novu fotografiju", - "gift-card-banner-edit": "Uredi", - "gift-card-banner-unpublish": "Poništi objavu", - "gift-card-banner-publish": "Objavi", - "gift-card-banner-delete": "Izbriši", - "gift-card-banner-published": "Objavljeno", - "gift-card-banner-unpublished": "Neobjavljeno", - "gift-card-denominations-section-denomination-added": "Dodana denominacija", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Nova denominacija uspješno dodana", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Denominacija s tom zadanom vrijednošću već postoji", - "gift-card-denominations-section-error": "Greška", - "gift-card-denominations-section-add-denomination": "Dodaj denominaciju", - "gift-card-denominations-section-cancel": "Odustani", - "gift-card-denominations-section-save-and-close": "Spremi i zatvori", - "gift-card-denominations-section-denomination-updated": "Denominacija ažurirana", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Nova denominacija uspješno ažurirana", - "gift-card-denominations-section-edit-denomination": "Uredi denominaciju", - "gift-card-denominations-section-denominations": "Denominacije", - "gift-card-denominations-section-denomination": "Denominacija", - "gift-card-denominations-section-in-other-currencies": "U drugim valutama", - "gift-card-denominations-section-and-more_one": "i još {{count}}", - "gift-card-denominations-section-and-more_other": "i još {{count}}", - "gift-card-denominations-section-delete-denomination": "Izbriši denominaciju", - "gift-card-denominations-section-confirm-delete": "Jeste li sigurni da želite izbrisati ovu denominaciju?", - "gift-card-denominations-section-denomination-deleted": "Denominacija izbrisana", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Denominacija je uspješno izbrisana", - "gift-card-denominations-section-edit": "Uredi", - "gift-card-denominations-section-delete": "Izbriši", - "help-dialog-how-can-we-help": "Kako možemo pomoći?", - "help-dialog-we-usually-respond-in-a-few-hours": "Obično odgovaramo unutar nekoliko sati", - "help-dialog-subject": "Predmet", - "help-dialog-what-is-it-about": "O čemu se radi?...", - "help-dialog-write-a-message": "Napišite poruku...", - "help-dialog-feel-free-to-join-our-community-of": "Slobodno se pridružite našoj zajednici", - "help-dialog-merchants-and-e-commerce-developers": "trgovaca i razvojnih programera e-trgovine", - "help-dialog-send-a-message": "Pošaljite poruku", - "invite-modal-success": "Uspjeh", - "invite-modal-invitation-sent-to": "Pozivnica poslana korisniku {{user}}", - "invite-modal-error": "Greška", - "invite-modal-member": "Član", - "invite-modal-admin": "Admin", - "invite-modal-developer": "Razvojni programer", - "invite-modal-invite-users": "Pozovite korisnike", - "invite-modal-email": "E-mail", - "invite-modal-role": "Uloga", - "invite-modal-select-role": "Odaberite ulogu", - "invite-modal-cancel": "Odustani", - "invite-modal-invite": "Pozovi", - "login-card-no-match": "Ovi podaci se ne podudaraju s našim zapisima.", - "login-card-log-in-to-medusa": "Prijavite se u Medusu", - "login-card-email": "E-mail", - "login-card-password": "Lozinka", - "login-card-forgot-your-password": "Zaboravili ste lozinku?", - "metadata-add-metadata": "Dodaj metapodatke", - "product-attributes-section-edit-attributes": "Uredi atribute", - "product-attributes-section-dimensions": "Dimenzije", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfigurišite za izračun najpreciznijih cijena dostave", - "product-attributes-section-customs": "Carina", - "product-attributes-section-cancel": "Odustani", - "product-attributes-section-save": "Spremi", - "product-attributes-section-title": "Atributi", - "product-attributes-section-height": "Visina", - "product-attributes-section-width": "Širina", - "product-attributes-section-length": "Dužina", - "product-attributes-section-weight": "Težina", - "product-attributes-section-mid-code": "MID kôd", - "product-attributes-section-hs-code": "HS kôd", - "product-attributes-section-country-of-origin": "Zemlja porijekla", - "product-general-section-success": "Uspjeh", - "product-general-section-successfully-updated-sales-channels": "Uspješno ažurirani prodajni kanali", - "product-general-section-error": "Greška", - "product-general-section-failed-to-update-sales-channels": "Nije uspjelo ažuriranje prodajnih kanala", - "product-general-section-edit-general-information": "Uredi općenite informacije", - "product-general-section-gift-card": "Poklon kartica", - "product-general-section-product": "Proizvod", - "product-general-section-metadata": "Metapodaci", - "product-general-section-cancel": "Odustani", - "product-general-section-save": "Spremi", - "product-general-section-delete": "Izbriši", - "product-general-section-edit-sales-channels": "Uredi prodajne kanale", - "product-general-section-published": "Objavljeno", - "product-general-section-draft": "Skica", - "product-general-section-details": "Detalji", - "product-general-section-subtitle": "Podnaslov", - "product-general-section-handle": "Handle", - "product-general-section-type": "Tip", - "product-general-section-collection": "Kolekcija", - "product-general-section-category": "Kategorija", - "product-general-section-discountable": "S mogućim popustom", - "product-general-section-true": "Da", - "product-general-section-false": "Ne", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Prodajni kanali", - "product-media-section-edit-media": "Uredi medije", - "product-media-section-upload-images-error": "Nešto je pošlo po krivu pri pokušaju učitavanja slika.", - "product-media-section-file-service-not-configured": "Moguće je da niste konfigurisali uslugu za datoteke. Obratite se svom administratoru.", - "product-media-section-error": "Greška", - "product-media-section-media": "Mediji", - "product-media-section-add-images-to-your-product": "Dodajte slike svom proizvodu.", - "product-media-section-cancel": "Odustani", - "product-media-section-save-and-close": "Spremi i zatvori", - "product-raw-section-raw-gift-card": "Poklon kartica u neobrađenom formatu", - "product-raw-section-raw-product": "Proizvod u neobrađenom formatu", - "product-thumbnail-section-success": "Uspjeh", - "product-thumbnail-section-successfully-deleted-thumbnail": "Uspješno izbrisana sličica proizvoda", - "product-thumbnail-section-error": "Greška", - "product-thumbnail-section-edit": "Uredi", - "product-thumbnail-section-upload": "Učitaj", - "product-thumbnail-section-upload-thumbnail-error": "Nešto je pošlo po krivu pri pokušaju učitavanja sličice proizvoda.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Moguće je da niste konfigurirali uslugu za datoteke. Obratite se svom administratoru.", - "product-thumbnail-section-upload-thumbnail": "Učitaj sličicu", - "product-thumbnail-section-thumbnail": "Sličica", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Koristi se za predstavljanje vašeg proizvoda tijekom naplate, dijeljenja na društvenim mrežama i još mnogo toga.", - "product-thumbnail-section-cancel": "Odustani", - "product-thumbnail-section-save-and-close": "Spremi i zatvori", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Dodaj cijene", - "product-variants-section-add-variant": "Dodaj varijantu", - "product-variants-section-cancel": "Odustani", - "product-variants-section-save-and-close": "Spremi i zatvori", - "product-variants-section-edit-stock-inventory": "Uredi zalihe i inventar", - "product-variants-section-edit-variant": "Uredi varijantu", - "edit-variants-modal-cancel": "Odustani", - "edit-variants-modal-save-and-go-back": "Spremi i idi nazad", - "edit-variants-modal-save-and-close": "Spremi i zatvori", - "edit-variants-modal-edit-variant": "Uredi varijantu", - "edit-variants-modal-update-success": "Varijante su uspješno ažurirane", - "edit-variants-modal-edit-variants": "Uredi varijante", - "edit-variants-modal-product-variants": "Varijante proizvoda", - "edit-variants-modal-variant": "Varijanta", - "edit-variants-modal-inventory": "Inventar", - "product-variants-section-edit-prices": "Uredi cijene", - "product-variants-section-edit-variants": "Uredi varijante", - "product-variants-section-edit-options": "Uredi opcije", - "product-variants-section-product-variants": "Varijante proizvoda", - "product-variants-section-error": "Greška", - "product-variants-section-failed-to-update-product-options": "Nije uspjelo ažuriranje opcija proizvoda", - "product-variants-section-success": "Uspjeh", - "product-variants-section-successfully-updated-product-options": "Uspješno ažurirane opcije proizvoda", - "product-variants-section-product-options": "Opcije proizvoda", - "product-variants-section-option-title": "Naslov opcije", - "product-variants-section-option-title-is-required": "Naslov opcije je obavezan", - "product-variants-section-add-an-option": "Dodaj opciju", - "product-variants-section-inventory": "Inventar", - "product-variants-section-title": "Naslov", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Upravljaj zalihama", - "product-variants-section-duplicate-variant": "Dupliciraj varijantu", - "product-variants-section-delete-variant-label": "Izbriši varijantu", - "product-variants-section-yes-delete": "Da, izbriši", - "product-variants-section-delete-variant-heading": "Izbriši varijantu", - "product-variants-section-confirm-delete": "Jeste li sigurni da želite izbrisati ovu varijantu? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "Napomena: Brisanje varijante će također ukloniti inventarne stavke i razine", - "reset-token-card-error": "Greška", - "reset-token-card-reset-your-password": "Resetiraj lozinku", - "reset-token-card-password-reset-description": "Unesite svoju e-mail adresu u nastavku, i mi ćemo<1>vam poslati upute kako resetovati<3>svoju lozinku.", - "reset-token-card-email": "E-mail", - "reset-token-card-this-is-not-a-valid-email": "Ovo nije ispravna e-mail adresa", - "reset-token-card-send-reset-instructions": "Pošalji upute za resetovanje", - "reset-token-card-successfully-sent-you-an-email": "Uspješno smo vam poslali e-mail poruku", - "reset-token-card-go-back-to-sign-in": "Idi nazad na prijavu", - "rma-return-product-table-product-details": "Detalji proizvoda", - "rma-return-product-table-quantity": "Količina", - "rma-select-product-table-product-details": "Detalji proizvoda", - "rma-select-product-table-quantity": "Količina", - "rma-select-product-table-refundable": "Refundabilno", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Odaberite razlog", - "sidebar-store": "Trgovina", - "sidebar-orders": "Narudžbe", - "sidebar-products": "Proizvodi", - "sidebar-categories": "Kategorije", - "sidebar-customers": "Kupci", - "sidebar-inventory": "Inventar", - "sidebar-discounts": "Popusti", - "sidebar-gift-cards": "Poklon kartice", - "sidebar-pricing": "Cijene", - "sidebar-settings": "Postavke", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} od {{soothedPageCount}}", - "timeline-request-return": "Zahtjev za povrat", - "timeline-register-exchange": "Registriraj zamjenu", - "timeline-register-claim": "Registriraj zahtjev", - "timeline-success": "Uspjeh", - "timeline-added-note": "Dodana napomena", - "timeline-error": "Greška", - "timeline-timeline": "Vremenska linija", - "upload-modal-new": "novo", - "upload-modal-updates": "ažuriranja", - "upload-modal-drop-your-file-here-or": "Ispustite svoju datoteku ovdje, ili", - "upload-modal-click-to-browse": "kliknite za pregled.", - "upload-modal-only-csv-files-are-supported": "Podržane su samo .csv datoteke.", - "upload-modal-import-file-title": "Uvezi {{fileTitle}}", - "upload-modal-cancel": "Odustani", - "upload-modal-import-list": "Uvezi listu", - "add-products-modal-add-products": "Dodaj proizvode", - "add-products-modal-search-by-name-or-description": "Pretraži po nazivu ili opisu...", - "add-products-modal-cancel": "Odustani", - "add-products-modal-save": "Spremi", - "add-products-modal-product-details": "Detalji proizvoda", - "add-products-modal-status": "Status", - "add-products-modal-variants": "Varijante", - "templates-general": "Općenito", - "templates-first-name": "Ime", - "templates-last-name": "Prezime", - "templates-company": "Firma", - "templates-phone": "Telefon", - "templates-billing-address": "Adresa naplate", - "templates-shipping-address": "Adresa dostave", - "templates-address": "Adresa", - "templates-address-1": "Adresa 1", - "templates-address-2": "Adresa 2", - "templates-postal-code": "Poštanski broj", - "templates-city": "Grad", - "templates-province": "Pokrajina", - "templates-country": "Država", - "templates-metadata": "Metapodaci", - "collection-modal-success": "Uspjeh", - "collection-modal-successfully-updated-collection": "Uspješno ažurirana kolekcija", - "collection-modal-error": "Greška", - "collection-modal-successfully-created-collection": "Uspješno stvorena kolekcija", - "collection-modal-edit-collection": "Uredi kolekciju", - "collection-modal-add-collection": "Dodaj kolekciju", - "collection-modal-description": "Za stvaranje kolekcije potrebni su samo naslov i handle.", - "collection-modal-details": "Detalji", - "collection-modal-title-label": "Naslov", - "collection-modal-title-placeholder": "Sunčane naočale", - "collection-modal-handle-label": "Handle", - "collection-modal-handle-placeholder": "suncane-naocale", - "collection-modal-slug-description": "URL slug za kolekciju. Automatski će se generisati ako ostane prazno.", - "collection-modal-metadata": "Metapodaci", - "collection-modal-cancel": "Odustani", - "collection-modal-save-collection": "Spremi kolekciju", - "collection-modal-publish-collection": "Objavi kolekciju", - "collection-product-table-add-products": "Dodaj proizvode", - "collection-product-table-products": "Proizvodi", - "collection-product-table-search-products": "Pretraži proizvode", - "collection-product-table-cancel": "Odustani", - "collection-product-table-save": "Spremi", - "collection-product-table-sort-by": "Sortiraj po", - "collection-product-table-all": "Sve", - "collection-product-table-newest": "Najnovije", - "collection-product-table-oldest": "Najstarije", - "collection-product-table-title": "Naslov", - "collection-product-table-decide-status-published": "Objavljeno", - "collection-product-table-draft": "Skica", - "collection-product-table-proposed": "Predloženo", - "collection-product-table-rejected": "Odbijeno", - "collection-product-table-remove-product-from-collection": "Ukloni proizvod iz kolekcije", - "collection-product-table-product-removed-from-collection": "Proizvod uklonjen iz kolekcije", - "collections-table-delete-collection": "Izbriši kolekciju", - "collections-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovu kolekciju?", - "collections-table-edit": "Uredi", - "collections-table-delete": "Izbriši", - "collections-table-title": "Naslov", - "collections-table-handle": "Handle", - "collections-table-created-at": "Stvoreno", - "collections-table-updated-at": "Ažurirano", - "collections-table-products": "Proizvodi", - "customer-group-table-details": "Detalji", - "customer-group-table-delete": "Izbriši", - "customer-group-table-success": "Uspjeh", - "customer-group-table-group-deleted": "Grupa izbrisana", - "customer-group-table-error": "Greška", - "customer-group-table-failed-to-delete-the-group": "Nije uspjelo brisanje grupe", - "customer-group-table-customer-groups": "Grupe kupaca", - "customer-group-table-delete-from-the-group": "Izbriši iz grupe", - "customer-group-table-customer-groups-title": "Grupe kupaca", - "customer-group-table-groups": "Grupe", - "customer-group-table-all": "Sve", - "customer-group-table-edit-customers": "Uredi kupce", - "customer-group-table-customers": "Kupci", - "customer-group-table-cancel": "Odustani", - "customer-group-table-save": "Spremi", - "customer-orders-table-orders": "Narudžbe", - "customer-orders-table-transfer-order": "Prenesi narudžbu", - "customer-orders-table-paid": "Plaćeno", - "customer-orders-table-awaiting": "U čekanju", - "customer-orders-table-requires-action": "Zahtijeva radnju", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Ispunjeno", - "customer-orders-table-shipped": "Isporučeno", - "customer-orders-table-not-fulfilled": "Nije ispunjeno", - "customer-orders-table-partially-fulfilled": "Djelomično ispunjeno", - "customer-orders-table-partially-shipped": "Djelomično isporučeno", - "customer-orders-table-order": "Narudžba", - "customer-orders-table-remainder-more": "+ još {{remainder}}", - "customer-orders-table-date": "Datum", - "customer-orders-table-fulfillment": "Realizacija", - "customer-orders-table-status": "Status", - "customer-orders-table-total": "Ukupno", - "customer-table-customers": "Kupci", - "customer-table-edit": "Uredi", - "customer-table-details": "Detalji", - "customer-table-date-added": "Datum dodavanja", - "customer-table-name": "Ime", - "customer-table-email": "E-mail", - "customer-table-orders": "Narudžbe", - "discount-filter-dropdown-filters": "Filteri", - "discount-table-discounts": "Popusti", - "discount-table-search-by-code-or-description": "Pretraži po kôdu ili opisu...", - "discount-table-success": "Uspjeh", - "discount-table-successfully-copied-discount": "Uspješno kopiran popust", - "discount-table-error": "Greška", - "discount-table-scheduled": "Zakazano", - "discount-table-expired": "Isteklo", - "discount-table-active": "Aktivno", - "discount-table-disabled": "Onemogućeno", - "discount-table-free-shipping": "Besplatna dostava", - "discount-table-code": "Kôd", - "discount-table-description": "Opis", - "discount-table-amount": "Iznos", - "discount-table-status": "Status", - "discount-table-redemptions": "Iskorištenja", - "discount-table-delete-discount": "Izbriši popust", - "discount-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj popust?", - "discount-table-publish": "Objavi", - "discount-table-unpublish": "Poništi objavu", - "discount-table-successfully-published-discount": "Uspješno objavljen popust", - "discount-table-successfully-unpublished-discount": "Uspješno poništena objava popusta", - "discount-table-duplicate": "Dupliciraj", - "discount-table-delete": "Izbriši", - "draft-order-table-draft-orders": "Skice narudžbi", - "draft-order-table-completed": "Završeno", - "draft-order-table-open": "Otvoreno", - "draft-order-table-draft": "Skica", - "draft-order-table-order": "Narudžba", - "draft-order-table-date-added": "Datum dodavanja", - "draft-order-table-customer": "Kupac", - "draft-order-table-status": "Status", - "gift-card-filter-dropdown-is-in-the-last": "je u zadnjih", - "gift-card-filter-dropdown-is-older-than": "je stariji od", - "gift-card-filter-dropdown-is-after": "je nakon", - "gift-card-filter-dropdown-is-before": "je prije", - "gift-card-filter-dropdown-is-equal-to": "je jednako", - "gift-card-filter-dropdown-filters": "Filteri", - "gift-card-filter-dropdown-status": "Status", - "gift-card-filter-dropdown-payment-status": "Status plaćanja", - "gift-card-filter-dropdown-fulfillment-status": "Status realizacije", - "gift-card-filter-dropdown-date": "Datum", - "gift-card-table-gift-cards": "Poklon kartice", - "gift-card-table-code": "Kôd", - "gift-card-table-order": "Narudžba", - "gift-card-table-original-amount": "Početni iznos", - "gift-card-table-balance": "Saldo", - "gift-card-table-region-has-been-deleted": "Regija je izbrisana", - "gift-card-table-none": "Nijedno", - "gift-card-table-created": "Stvoreno", - "image-table-file-name": "Ime datoteke", - "image-table-thumbnail": "Sličica", - "image-table-select-thumbnail-image-for-product": "Odaberite koju sliku želite koristiti kao sličicu za ovaj proizvod", - "inventory-table-inventory-items": "Stavke inventara", - "inventory-table-actions-adjust-availability": "Prilagodi dostupnost", - "inventory-table-view-product": "Pogledaj proizvod", - "inventory-table-success": "Uspjeh", - "inventory-table-inventory-item-updated-successfully": "Stavka inventara uspješno ažurirana", - "inventory-table-adjust-availability": "Prilagodi dostupnost", - "inventory-table-cancel": "Odustani", - "inventory-table-save-and-close": "Spremi i zatvori", - "inventory-table-item": "Artikl", - "inventory-table-variant": "Varijanta", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "rezervisano", - "inventory-table-in-stock": "Na zalihi", - "order-filter-dropdown-filters": "Filteri", - "order-filter-dropdown-status": "Status", - "order-filter-dropdown-payment-status": "Status plaćanja", - "order-filter-dropdown-fulfillment-status": "Status realizacije", - "order-filter-dropdown-regions": "Regije", - "order-filter-dropdown-sales-channel": "Kanal prodaje", - "order-filter-dropdown-date": "Datum", - "order-table-paid": "Plaćeno", - "order-table-awaiting": "U čekanju", - "order-table-requires-action": "Zahtijeva radnju", - "order-table-canceled": "Otkazano", - "order-table-n-a": "N/A", - "order-table-order": "Narudžba", - "order-table-date-added": "Datum dodavanja", - "order-table-customer": "Kupac", - "order-table-fulfillment": "Realizacija", - "order-table-payment-status": "Status plaćanja", - "order-table-sales-channel": "Kanal prodaje", - "order-table-total": "Ukupno", - "order-table-filters-complete": "Dovršeno", - "order-table-filters-incomplete": "Nedovršeno", - "price-list-table-filters": "Filteri", - "price-list-table-status": "Status", - "price-list-table-type": "Tip", - "price-list-table-price-lists": "Cjenici", - "price-list-table-success": "Uspjeh", - "price-list-table-successfully-copied-price-list": "Cjenik uspješno kopiran", - "price-list-table-error": "Greška", - "price-list-table-delete-price-list": "Izbriši cjenik", - "price-list-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj cjenik?", - "price-list-table-successfully-deleted-the-price-list": "Cjenik uspješno izbrisan", - "price-list-table-successfully-unpublished-price-list": "Uspješno poništena objava cjenika", - "price-list-table-successfully-published-price-list": "Cjenik uspješno objavljen", - "price-list-table-unpublish": "Poništi objavu", - "price-list-table-publish": "Objavi", - "price-list-table-delete": "Izbriši", - "price-list-table-name": "Naziv", - "price-list-table-description": "Opis", - "price-list-table-groups": "Grupe", - "price-list-table-other-more": "+ još {{other}}", - "price-overrides-apply-overrides-on-selected-variants": "Primijeni nadjačavanja na odabranim varijantama", - "price-overrides-apply-on-all-variants": "Primijeni na sve varijante", - "price-overrides-prices": "Cijene", - "price-overrides-cancel": "Odustani", - "price-overrides-save-and-close": "Spremi i zatvori", - "price-overrides-show-regions": "Prikaži regije", - "product-table-products": "Proizvodi", - "product-table-copy-success": "Uspjeh", - "product-table-copy-created-a-new-product": "Stvoren je novi proizvod", - "product-table-copy-error": "Greška", - "product-table-delete-product": "Izbriši proizvod", - "product-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj proizvod?", - "product-table-edit": "Uredi", - "product-table-unpublish": "Poništi objavu", - "product-table-publish": "Objavi", - "product-table-draft": "skica", - "product-table-published": "objavljeno", - "product-table-success": "Uspjeh", - "product-table-successfully-unpublished-product": "Uspješno poništena objava proizvoda", - "product-table-successfully-published-product": "Uspješno objavljen proizvod", - "product-table-error": "Greška", - "product-table-duplicate": "Dupliciraj", - "product-table-delete": "Izbriši", - "product-table-proposed": "Predloženo", - "product-table-published-title": "Objavljeno", - "product-table-rejected": "Odbijeno", - "product-table-draft-title": "Skica", - "product-table-name": "Naziv", - "product-table-collection": "Kolekcija", - "product-table-status": "Status", - "product-table-availability": "Dostupnost", - "product-table-inventory": "Inventar", - "product-table-inventory-in-stock-count_one": " na zalihi za {{count}} varijantu", - "product-table-inventory-in-stock-count_other": " na zalihi za {{count}} varijanti", - "reservation-form-location": "Lokacija", - "reservation-form-choose-where-you-wish-to-reserve-from": "Odaberite odakle želite rezervisati.", - "reservation-form-item-to-reserve": "Artikl za rezervaciju", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Odaberite artikl koji želite rezervisati.", - "reservation-form-item": "Artikl", - "reservation-form-in-stock": "Na zalihi", - "reservation-form-available": "Dostupno", - "reservation-form-reserve": "Rezerviši", - "reservation-form-remove-item": "Ukloni artikl", - "reservation-form-description": "Opis", - "reservation-form-what-type-of-reservation-is-this": "Kakav je ovo tip rezervacije?", - "reservations-table-reservations": "Rezervacije", - "reservations-table-edit": "Uredi", - "reservations-table-delete": "Izbriši", - "reservations-table-confirm-delete": "Jeste li sigurni da želite ukloniti ovu rezervaciju?", - "reservations-table-remove-reservation": "Ukloni rezervaciju", - "reservations-table-reservation-has-been-removed": "Rezervacija je uklonjena", - "new-success": "Uspjeh", - "new-successfully-created-reservation": "Uspješno stvorena rezervacija", - "new-error": "Greška", - "new-cancel": "Odustani", - "new-save-reservation": "Spremi rezervaciju", - "new-reserve-item": "Rezerviši artikl", - "new-metadata": "Metapodaci", - "reservations-table-order-id": "ID narudžbe", - "reservations-table-description": "Opis", - "reservations-table-created": "Stvoreno", - "reservations-table-quantity": "Količina", - "search-modal-start-typing-to-search": "Počnite tipkati za pretragu...", - "search-modal-clear-search": "Očisti pretragu", - "search-modal-or": "ili", - "search-modal-to-navigate": "za navigaciju", - "search-modal-to-select-and": "da biste odabrali i", - "search-modal-to-search-anytime": "za pretragu u bilo kojem trenutku", - "templates-settings": "Postavke", - "templates-manage-the-settings-for-your-medusa-store": "Upravljajte postavkama za svoju Medusa trgovinu", - "transfer-orders-modal-info": "Informacije", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Kupac je već vlasnik narudžbe", - "transfer-orders-modal-success": "Uspjeh", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Narudžba je uspješno prenesena drugom kupcu", - "transfer-orders-modal-error": "Greška", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Nije bilo moguće prenijeti narudžbu drugom kupcu", - "transfer-orders-modal-transfer-order": "Prenesi narudžbu", - "transfer-orders-modal-order": "Narudžba", - "transfer-orders-modal-current-owner": "Trenutni vlasnik", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Kupac koji je trenutno povezan s ovom narudžbom", - "transfer-orders-modal-new-owner": "Novi vlasnik", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Kupac na kojeg treba prenijeti ovu narudžbu", - "transfer-orders-modal-cancel": "Odustani", - "transfer-orders-modal-confirm": "Potvrdi", - "templates-edit-user": "Uredi korisnika", - "templates-remove-user": "Ukloni korisnika", - "templates-resend-invitation": "Ponovo pošalji pozivnicu", - "templates-success": "Uspjeh", - "templates-invitiation-link-has-been-resent": "Link pozivnice je ponovo poslana", - "templates-copy-invite-link": "Kopiraj link pozivnice", - "templates-invite-link-copied-to-clipboard": "Link pozivnice kopirana u međuspremnik", - "templates-remove-invitation": "Ukloni pozivnicu", - "templates-expired": "Isteklo", - "templates-pending": "U tijeku", - "templates-all": "Sve", - "templates-member": "Član", - "templates-admin": "Admin", - "templates-no-team-permissions": "Nema dopuštenja tima", - "templates-status": "Status", - "templates-active": "Aktivno", - "templates-name": "Ime", - "templates-email": "E-mail", - "templates-team-permissions": "Dopuštenja tima", - "templates-confirm-remove": "Jeste li sigurni da želite ukloniti ovog korisnika?", - "templates-remove-user-heading": "Ukloni korisnika", - "templates-user-has-been-removed": "Korisnik je uklonjen", - "templates-confirm-remove-invite": "Jeste li sigurni da želite ukloniti ovu pozivnicu?", - "templates-remove-invite": "Ukloni pozivnicu", - "templates-invitiation-has-been-removed": "Pozivnica je uklonjena", - "multiselect-choose-categories": "Odaberite kategorije", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Uspjeh", - "details-updated-products-in-collection": "Ažurirani proizvodi u kolekciji", - "details-error": "Greška", - "details-back-to-collections": "Nazad na kolekcije", - "details-edit-collection": "Uredi kolekciju", - "details-delete": "Izbriši", - "details-metadata": "Metapodaci", - "details-edit-products": "Uredi proizvode", - "details-products-in-this-collection": "Proizvodi u ovoj kolekciji", - "details-raw-collection": "Kolekcija u neobrađenom formatu", - "details-delete-collection": "Izbriši kolekciju", - "details-successfully-deleted-collection": "Kolekcija je uspješno izbrisana", - "details-yes-delete": "Da, izbriši", - "details-successfully-updated-customer": "Kupac uspješno ažuriran", - "details-customer-details": "Detalji kupca", - "details-general": "Općenito", - "details-first-name": "Ime", - "details-lebron": "Lebron", - "details-last-name": "Prezime", - "details-james": "James", - "details-email": "E-mail", - "details-phone-number": "Broj telefona", - "details-cancel": "Odustani", - "details-save-and-close": "Spremi i zatvori", - "details-edit": "Uredi", - "details-back-to-customers": "Nazad na kupce", - "details-first-seen": "Prvi put viđen", - "details-phone": "Telefon", - "details-orders": "Narudžbe", - "details-user": "Korisnik", - "details-orders_one": "Narudžba {{count}}", - "details-orders_other": "Narudžbe {{count}}", - "details-an-overview-of-customer-orders": "Pregled narudžbi kupca", - "details-raw-customer": "Kupac u neobrađenom formatu", - "groups-group-updated": "Grupa ažurirana", - "groups-group-created": "Grupa stvorena", - "groups-the-customer-group-has-been-updated": "Grupa kupaca je ažurirana", - "groups-the-customer-group-has-been-created": "Grupa kupaca je stvorena", - "groups-edit-customer-group": "Uredi grupu kupaca", - "groups-create-a-new-customer-group": "Stvori novu grupu kupaca", - "groups-details": "Detalji", - "groups-metadata": "Metapodaci", - "groups-cancel": "Odustani", - "groups-edit-group": "Uredi grupu", - "groups-publish-group": "Objavi grupu", - "groups-no-customers-in-this-group-yet": "Još nema kupaca u ovoj grupi", - "groups-customers": "Kupci", - "groups-edit": "Uredi", - "groups-delete": "Izbriši", - "groups-yes-delete": "Da, izbriši", - "groups-delete-the-group": "Izbriši grupu", - "groups-group-deleted": "Grupa izbrisana", - "groups-confirm-delete-customer-group": "Jeste li sigurni da želite izbrisati ovu grupu kupaca?", - "groups-back-to-customer-groups": "Nazad na grupe kupaca", - "groups-new-group": "Nova grupa", - "add-condition-conditions-were-successfully-added": "Uslovi su uspješno dodani", - "add-condition-discount-conditions-updated": "Uslovi popusta ažurirani", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions se mora koristiti unutar ConditionsProvider-a", - "collections-search": "Pretraži...", - "collections-cancel": "Odustani", - "collections-save-and-go-back": "Spremi i idi nazad", - "collections-save-and-close": "Spremi i zatvori", - "customer-groups-search": "Pretraži...", - "customer-groups-cancel": "Odustani", - "customer-groups-save-and-go-back": "Spremi i idi nazad", - "customer-groups-save-and-close": "Spremi i zatvori", - "product-types-search": "Pretraži...", - "product-types-cancel": "Odustani", - "product-types-save-and-go-back": "Spremi i idi nazad", - "product-types-save-and-close": "Spremi i zatvori", - "products-search": "Pretraži...", - "products-cancel": "Odustani", - "products-save-and-go-back": "Spremi i idi nazad", - "products-save-and-close": "Spremi i zatvori", - "tags-search": "Pretraži...", - "tags-cancel": "Odustani", - "tags-save-and-go-back": "Spremi i idi nazad", - "tags-save-and-close": "Spremi i zatvori", - "edit-condition-add-conditions": "Dodaj uslove", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Poništi odabir", - "edit-condition-remove": "Ukloni", - "edit-condition-add": "Dodaj", - "edit-condition-title": "Uredi {{type}} u uslovu za popust", - "edit-condition-close": "Zatvori", - "edit-condition-success": "Uspjeh", - "edit-condition-the-resources-were-successfully-added": "Resursi su uspješno dodani", - "edit-condition-error": "Greška", - "edit-condition-failed-to-add-resources": "Nije uspjelo dodavanje resursa", - "edit-condition-the-resources-were-successfully-removed": "Resursi su uspješno uklonjeni", - "edit-condition-failed-to-remove-resources": "Nije uspjelo uklanjanje resursa", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext se mora koristiti unutar EditConditionProvider-a", - "conditions-conditions": "Uslovi", - "conditions-add-condition-label": "Dodaj uslov", - "conditions-this-discount-has-no-conditions": "Ovaj popust nema uslova", - "conditions-success": "Uspjeh", - "conditions-condition-removed": "Uslov uklonjen", - "conditions-error": "Greška", - "conditions-edit-condition": "Uredi uslov", - "conditions-delete-condition": "Izbriši uslov", - "conditions-discount-is-applicable-to-specific-products": "Popust se primjenjuje na određene proizvode", - "conditions-discount-is-applicable-to-specific-collections": "Popust se primjenjuje na određene kolekcije", - "conditions-discount-is-applicable-to-specific-product-tags": "Popust se primjenjuje na određene oznake proizvoda", - "conditions-discount-is-applicable-to-specific-product-types": "Popust se primjenjuje na određene tipove proizvoda", - "conditions-discount-is-applicable-to-specific-customer-groups": "Popust se primjenjuje na određene grupe kupaca", - "configurations-success": "Uspjeh", - "configurations-discount-updated-successfully": "Popust uspješno ažuriran", - "configurations-error": "Greška", - "configurations-edit-configurations": "Uredi konfiguracije", - "configurations-cancel": "Odustani", - "configurations-save": "Spremi", - "configurations-configurations": "Konfiguracije", - "configurations-start-date": "Datum početka", - "configurations-end-date": "Datum završetka", - "configurations-delete-configuration": "Izbriši konfiguraciju", - "configurations-discount-end-date-removed": "Datum završetka popusta uklonjen", - "configurations-number-of-redemptions": "Broj iskorištenja", - "configurations-redemption-limit-removed": "Ograničenje iskorištenja uklonjeno", - "configurations-delete-setting": "Izbriši postavku", - "configurations-discount-duration-removed": "Trajanje popusta uklonjeno", - "general-success": "Uspjeh", - "general-discount-updated-successfully": "Popust uspješno ažuriran", - "general-error": "Greška", - "general-edit-general-information": "Uredi općenite informacije", - "general-details": "Detalji", - "general-metadata": "Metapodaci", - "general-cancel": "Odustani", - "general-save-and-close": "Spremi i zatvori", - "general-delete-promotion": "Izbriši promociju", - "general-confirm-delete-promotion": "Jeste li sigurni da želite izbrisati ovu promociju?", - "general-promotion-deleted-successfully": "Promocija uspješno izbrisana", - "general-discount-published-successfully": "Popust uspješno objavljen", - "general-discount-drafted-successfully": "Uspješno napravljena skica popusta", - "general-delete-discount": "Izbriši popust", - "general-template-discount": "Predložak popusta", - "general-published": "Objavljeno", - "general-draft": "Skica", - "general-discount-amount": "Iznos popusta", - "general-valid-regions": "Valjane regije", - "general-total-redemptions": "Ukupno iskorištenja", - "general-free-shipping": "BESPLATNA DOSTAVA", - "general-unknown-discount-type": "Nepoznati tip popusta", - "details-discount-deleted": "Popust izbrisan", - "details-confirm-delete-discount": "Jeste li sigurni da želite izbrisati ovaj popust?", - "details-delete-discount": "Izbriši popust", - "details-back-to-discounts": "Nazad na popuste", - "details-raw-discount": "Popust u neobrađenom formatu", - "discounts-add-discount": "Dodaj popust", - "discount-form-add-conditions": "Dodaj uslove", - "discount-form-choose-a-condition-type": "Odaberite tip uslova", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Možete dodati samo jedan od svakog tipa uslova", - "discount-form-you-cannot-add-any-more-conditions": "Ne možete dodati više uslova", - "discount-form-cancel": "Odustani", - "discount-form-save": "Spremi", - "add-condition-tables-cancel": "Odustani", - "add-condition-tables-save-and-add-more": "Spremi i dodaj još", - "add-condition-tables-save-and-close": "Spremi i zatvori", - "add-condition-tables-search-by-title": "Pretraži po naslovu...", - "add-condition-tables-search-groups": "Pretraži grupe...", - "add-condition-tables-search-products": "Pretraži proizvode...", - "add-condition-tables-search-by-tag": "Pretraži po oznaci...", - "add-condition-tables-search-by-type": "Pretraži po tipu...", - "details-condition-tables-search-by-title": "Pretraži po naslovu...", - "details-condition-tables-search-groups": "Pretraži grupe...", - "details-condition-tables-cancel": "Odustani", - "details-condition-tables-save-and-add-more": "Spremi i dodaj još", - "details-condition-tables-save-and-close": "Spremi i zatvori", - "details-condition-tables-search-products": "Pretraži proizvode...", - "details-condition-tables-search-by-tag": "Pretraži po oznaci...", - "details-condition-tables-search-by-type": "Pretraži po tipu...", - "edit-condition-tables-search-by-title": "Pretraži po naslovu...", - "edit-condition-tables-title": "Naslov", - "edit-condition-tables-search-groups": "Pretraži grupe...", - "edit-condition-tables-cancel": "Odustani", - "edit-condition-tables-delete-condition": "Izbriši uslov", - "edit-condition-tables-save": "Spremi", - "edit-condition-tables-search-products": "Pretraži proizvode...", - "edit-condition-tables-search-by-tag": "Pretraži po oznaci...", - "edit-condition-tables-search-by-type": "Pretraži po tipu...", - "shared-title": "Naslov", - "shared-products": "Proizvodi", - "shared-applies-to-the-selected-items": "Primjenjuje se na odabrane artikle.", - "shared-applies-to-all-items-except-the-selected-items": "Primjenjuje se na sve artikle osim na odabrane.", - "shared-members": "Članovi", - "shared-status": "Status", - "shared-variants": "Varijante", - "shared-tag": "Oznaka", - "shared-type": "Tip", - "edit-conditions-modal-title": "Uredi {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm mora biti podređen DiscountFormContext-u", - "discount-form-error": "Greška", - "discount-form-save-as-draft": "Spremi kao skicu", - "discount-form-publish-discount": "Objavi popust", - "discount-form-create-new-discount": "Stvori novi popust", - "discount-form-discount-type": "Tip popusta", - "discount-form-select-a-discount-type": "Odaberite tip popusta", - "discount-form-allocation": "Alokacija", - "discount-form-general": "Općenito", - "discount-form-configuration": "Konfiguracija", - "discount-form-discount-code-application-disclaimer": "Kôd za popust primjenjuje se od trenutka kada pritisnete dugme za objavu i zauvijek ako se ostavi netaknut.", - "discount-form-conditions": "Uslovi", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Kôd za popust primjenjuje se na sve proizvode ako se ostavi netaknut.", - "discount-form-add-conditions-to-your-discount": "Dodajte uslove za svoj popust", - "discount-form-metadata": "Metapodaci", - "discount-form-metadata-usage-description": "Metapodaci vam omogućuju dodavanje dodatnih informacija o vašem popustu.", - "condition-item-remainder-more": "+ još {{remainder}}", - "conditions-edit": "Uredi", - "conditions-product": "Proizvod", - "conditions-collection": "Kolekcija", - "conditions-tag": "Oznaka", - "conditions-customer-group": "Grupa kupaca", - "conditions-type": "Tip", - "conditions-add-condition": "Dodaj uslov", - "sections-start-date": "Datum početka", - "sections-schedule-the-discount-to-activate-in-the-future": "Zakaži popust za aktivaciju u budućnosti.", - "sections-select-discount-start-date": "Ako želite zakazati aktivaciju popusta u budućnosti, možete postaviti datum početka ovdje, u protivnom će popust biti odmah aktivan.", - "sections-start-time": "Vrijeme početka", - "sections-discount-has-an-expiry-date": "Popust ima datum isteka?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Zakazati popust za deaktivaciju u budućnosti.", - "sections-select-discount-end-date": "Ako želite zakazati deaktivaciju popusta u budućnosti, možete postaviti datum isteka ovdje.", - "sections-expiry-date": "Datum isteka", - "sections-expiry-time": "Vrijeme isteka", - "sections-limit-the-number-of-redemptions": "Ograničiti broj iskorištenja?", - "sections-limit-applies-across-all-customers-not-per-customer": "Ograničenje se primjenjuje za sve kupce, ne po kupcu.", - "sections-limit-discount-number-of-uses": "Ako želite ograničiti broj puta koliko kupac može iskoristiti ovaj popust, možete postaviti ograničenje ovdje.", - "sections-number-of-redemptions": "Broj iskorištenja", - "sections-availability-duration": "Trajanje dostupnosti?", - "sections-set-the-duration-of-the-discount": "Postavite trajanje popusta.", - "sections-select-a-discount-type": "Odaberite tip popusta", - "sections-total-amount": "Ukupni iznos", - "sections-apply-to-the-total-amount": "Primijeni na ukupni iznos", - "sections-item-specific": "Specifično za artikl", - "sections-apply-to-every-allowed-item": "Primijeni na svaki dopušteni artikl", - "sections-percentage": "Postotak", - "sections-fixed-amount": "Fiksni iznos", - "sections-discount-in-whole-numbers": "Popust u cijelim brojevima", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Možete odabrati samo jednu valjanu regiju ako želite koristiti tip fiksnog iznosa", - "sections-free-shipping": "Besplatna dostava", - "sections-override-delivery-amount": "Nadjačaj iznos dostave", - "sections-at-least-one-region-is-required": "Potrebna je barem jedna regija", - "sections-choose-valid-regions": "Odaberite valjane regije", - "sections-code": "Kôd", - "sections-summersale-10": "LJETNARASPRODAJA10", - "sections-code-is-required": "Kôd je obavezan", - "sections-amount-is-required": "Iznos je obavezan", - "sections-amount": "Iznos", - "sections-customer-invoice-code": "Kôd koji će vaši kupci unijeti tijekom naplate. Ovo će se pojaviti na računu vaših kupaca.", - "sections-uppercase-letters-and-numbers-only": "Samo velika slova i brojevi.", - "sections-description": "Opis", - "sections-summer-sale-2022": "Ljetna rasprodaja 2022", - "sections-this-is-a-template-discount": "Ovo je predložak popusta", - "sections-template-discounts-description": "Predložci popusta omogućuju vam definisanje skupa pravila koji se mogu koristiti kroz skupine popusta. To je korisno u kampanjama koje trebaju generisati jedinstvene kôdove za svakog korisnika, ali gdje bi pravila za sve jedinstvene kôdove trebala biti ista.", - "discount-form-product": "Proizvod", - "discount-form-only-for-specific-products": "Samo za određene proizvode", - "discount-form-choose-products": "Odaberite proizvode", - "discount-form-customer-group": "Grupa kupaca", - "discount-form-only-for-specific-customer-groups": "Samo za određene grupe kupaca", - "discount-form-choose-groups": "Odaberite grupe", - "discount-form-tag": "Oznaka", - "discount-form-only-for-specific-tags": "Samo za određene oznake", - "discount-form-collection": "Kolekcija", - "discount-form-only-for-specific-product-collections": "Samo za određene kolekcije proizvoda", - "discount-form-choose-collections": "Odaberite kolekcije", - "discount-form-type": "Tip", - "discount-form-only-for-specific-product-types": "Samo za određene tipove proizvoda", - "discount-form-choose-types": "Odaberite tipove", - "utils-products": "proizvodi", - "utils-groups": "grupe", - "utils-tags": "oznake", - "utils-collections": "kolekcije", - "utils-types": "tipovi", - "gift-cards-created-gift-card": "Stvorena poklon kartica", - "gift-cards-custom-gift-card-was-created-successfully": "Prilagođena poklon kartica je uspješno stvorena", - "gift-cards-error": "Greška", - "gift-cards-custom-gift-card": "Prilagođena poklon kartica", - "gift-cards-details": "Detalji", - "gift-cards-receiver": "Primatelj", - "gift-cards-cancel": "Odustani", - "gift-cards-create-and-send": "Stvori i pošalji", - "details-updated-gift-card": "Ažurirana poklon kartica", - "details-gift-card-was-successfully-updated": "Poklon kartica je uspješno ažurirana", - "details-failed-to-update-gift-card": "Nije uspjelo ažuriranje poklon kartice", - "details-edit-gift-card": "Uredi poklon karticu", - "details-details": "Detalji", - "details-edit-details": "Uredi pojedinosti", - "details-update-balance-label": "Ažuriraj saldo", - "details-updated-status": "Ažuriran status", - "details-successfully-updated-the-status-of-the-gift-card": "Uspješno ažuriran status poklon kartice", - "details-back-to-gift-cards": "Nazad na poklon kartice", - "details-original-amount": "Početni iznos", - "details-balance": "Saldo", - "details-region": "Regija", - "details-expires-on": "Istječe", - "details-created": "Stvoren", - "details-raw-gift-card": "Poklon kartica u neobrađenom formatu", - "details-balance-updated": "Saldo ažuriran", - "details-gift-card-balance-was-updated": "Saldo poklon kartice je ažuriran", - "details-failed-to-update-balance": "Nije uspjelo ažurirati saldo", - "details-update-balance": "Ažuriraj saldo", - "manage-back-to-gift-cards": "Nazad na poklon kartice", - "gift-cards-please-enter-a-name-for-the-gift-card": "Molimo unesite naziv poklon kartice", - "gift-cards-please-add-at-least-one-denomination": "Molimo dodajte barem jednu denominaciju", - "gift-cards-denominations": "Denominacije", - "gift-cards-success": "Uspjeh", - "gift-cards-successfully-created-gift-card": "Uspješno stvorena poklon kartica", - "gift-cards-create-gift-card": "Stvori poklon karticu", - "gift-cards-gift-card-details": "Detalji poklon kartice", - "gift-cards-name": "Naziv", - "gift-cards-the-best-gift-card": "Najbolja poklon kartica", - "gift-cards-description": "Opis", - "gift-cards-the-best-gift-card-of-all-time": "Najbolja poklon kartica svih vremena", - "gift-cards-thumbnail": "Sličica", - "gift-cards-delete": "Izbriši", - "gift-cards-size-recommended": "1200 x 1600 (3:4) preporučeno, do 10MB svaka", - "gift-cards-amount": "Iznos", - "gift-cards-add-denomination": "Dodaj denominaciju", - "gift-cards-create-publish": "Stvori i objavi", - "gift-cards-successfully-updated-gift-card": "Poklon kartica je uspješno ažuriran", - "gift-cards-gift-cards": "Poklon kartice", - "gift-cards-manage": "Upravljajte poklon karticama svoje Medusa trgovine", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Spremni ste prodati svoju prvu poklon karticu?", - "gift-cards-no-gift-card-has-been-added-yet": "Nijedna poklon kartica još nije dodana.", - "gift-cards-history": "Historija", - "gift-cards-see-the-history-of-purchased-gift-cards": "Pogledajte historiju kupljenih poklon kartica", - "gift-cards-successfully-deleted-gift-card": "Poklon kartica je uspješno izbrisana", - "gift-cards-yes-delete": "Da, izbriši", - "gift-cards-delete-gift-card": "Izbriši poklon karticu", - "inventory-filters": "Filteri", - "address-form-address": "Adresa", - "address-form-company": "Firma", - "address-form-address-1": "Adresa 1", - "address-form-this-field-is-required": "Ovo polje je obavezno", - "address-form-address-2": "Adresa 2", - "address-form-postal-code": "Poštanski broj", - "address-form-city": "Grad", - "address-form-country": "Zemlja", - "edit-sales-channels-edit-channels": "Uredi kanale", - "edit-sales-channels-add-channels": "Dodaj kanale", - "general-form-location-name": "Naziv lokacije", - "general-form-flagship-store-warehouse": "Glavna trgovina, skladište", - "general-form-name-is-required": "Naziv je obavezan", - "location-card-delete-location": "Izbriši lokaciju", - "location-card-confirm-delete": "Jeste li sigurni da želite izbrisati ovu lokaciju? Time ćete također izbrisati sve razine zaliha i rezervacije povezane s ovom lokacijom.", - "location-card-success": "Uspjeh", - "location-card-location-deleted-successfully": "Lokacija je uspješno izbrisana", - "location-card-error": "Greška", - "location-card-edit-details": "Uredi pojedinosti", - "location-card-delete": "Izbriši", - "location-card-connected-sales-channels": "Povezani prodajni kanali", - "sales-channels-form-add-sales-channels": "Dodaj prodajne kanale", - "sales-channels-form-edit-channels": "Uredi kanale", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Još niste povezani ni s jednim prodajnim kanalom", - "edit-success": "Uspjeh", - "edit-location-edited-successfully": "Lokacija je uspješno uređena", - "edit-error": "Greška", - "edit-edit-location-details": "Uredi pojedinosti lokacije", - "edit-metadata": "Metapodaci", - "edit-cancel": "Odustani", - "edit-save-and-close": "Spremi i zatvori", - "new-location-added-successfully": "Lokacija je uspješno dodana", - "new-location-created": "Lokacija je uspješno stvorena, ali došlo je do greške pri povezivanju prodajnih kanala", - "new-cancel-location-changes": "Jeste li sigurni da želite odustati od promjena koje nisu spremljene", - "new-yes-cancel": "Da, odustani", - "new-no-continue-creating": "Ne, nastavi s izradom", - "new-add-location": "Dodaj lokaciju", - "new-add-new-location": "Dodaj novu lokaciju", - "new-general-information": "Općenite informacije", - "new-location-details": "Navedite pojedinosti o ovoj lokaciji", - "new-select-location-channel": "Odredite preko kojih prodajnih kanala se mogu kupiti predmeti s ove lokacije.", - "oauth-complete-installation": "Dovrši instalaciju", - "claim-type-form-refund": "Povrat novca", - "claim-type-form-replace": "Zamijeni", - "items-to-receive-form-items-to-receive": "Artikli koje treba primiti", - "items-to-receive-form-product": "Proizvod", - "items-to-receive-form-quantity": "Količina", - "items-to-receive-form-refundable": "Refundabilno", - "add-return-reason-reason-for-return": "Razlog za povrat", - "add-return-reason-reason": "Razlog", - "add-return-reason-choose-a-return-reason": "Izaberite razlog za povrat", - "add-return-reason-note": "Napomena", - "add-return-reason-product-was-damaged-during-shipping": "Proizvod je oštećen tijekom dostave", - "add-return-reason-cancel": "Odustani", - "add-return-reason-save-and-go-back": "Spremi i idi nazad", - "add-return-reason-select-reason-title": "Izaberite razlog", - "add-return-reason-edit-reason": "Uredi razlog", - "add-return-reason-select-reason": "Izaberite razlog", - "items-to-return-form-items-to-claim": "Artikli za zahtjev", - "items-to-return-form-items-to-return": "Artikli za povrat", - "items-to-return-form-product": "Proizvod", - "items-to-return-form-quantity": "Količina", - "items-to-return-form-refundable": "Refundabilno", - "add-additional-items-screen-go-back": "Idi nazad", - "add-additional-items-screen-add-products": "Dodaj proizvode", - "add-additional-items-screen-add-product-variants": "Dodaj varijante proizvoda", - "add-additional-items-screen-search-products": "Pretraži proizvode", - "add-additional-items-screen-variant-price-missing": "Ova varijanta nema cijenu za regiju/valutu ove narudžbe i ne može se odabrati.", - "add-additional-items-screen-stock": "Zaliha", - "add-additional-items-screen-price": "Cijena", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Cijena je nadjačana na popisu cijena koji je primjenjiv za ovu narudžbu.", - "items-to-send-form-items-to-send": "Artikli za slanje", - "items-to-send-form-add-products": "Dodaj proizvode", - "items-to-send-form-product": "Proizvod", - "items-to-send-form-quantity": "Količina", - "items-to-send-form-price": "Cijena", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cijena je nadjačana na popisu cijena koji je primjenjiv za ovu narudžbu.", - "refund-amount-form-cancel-editing-refund-amount": "Odustani od uređivanja iznosa povrata", - "refund-amount-form-edit-refund-amount": "Uredi iznos povrata", - "refund-amount-form-refund-amount-cannot-be-negative": "Iznos povrata ne može biti negativan", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Iznos povrata mora biti barem 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} artikala nije rezervisano", - "reservation-indicator-this-item-has-been-fulfilled": "Ova stavka je ispunjena.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} artikl: ${{locationName}}", - "reservation-indicator-edit-reservation": "Uredi rezervaciju", - "rma-summaries-claimed-items": "Zahtijevani artikli", - "rma-summaries-replacement-items": "Zamjenski artikli", - "rma-summaries-customer-refund-description": "Kupac će primiti puni povrat novca za zahtijevane artikle, budući da se trošak zamjenskih artikala i dostave neće odbijati. Alternativno, možete odabrati postavljanje prilagođenog iznosa povrata kada primite vraćene artikle ili stvoriti zamjenu umjesto toga.", - "rma-summaries-refund-amount": "Iznos povrata", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Kupac će biti refundiran nakon primitka vraćenih artikala", - "rma-summaries-the-customer-will-be-refunded-immediately": "Kupac će biti odmah refundiran", - "rma-summaries-receiving": "Primanje", - "rma-summaries-free": "Besplatno", - "send-notification-form-return": "povrat", - "send-notification-form-exchange": "zamjena", - "send-notification-form-claim": "zahtjev", - "send-notification-form-send-notifications": "Pošalji obavijesti", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Ako nije označeno, kupac neće primati komunikaciju o ovom {{subject}}.", - "shipping-address-form-shipping-address": "Adresa dostave", - "shipping-address-form-ship-to-a-different-address": "Dostava na drugu adresu", - "shipping-address-form-cancel": "Odustani", - "shipping-address-form-save-and-go-back": "Spremi i idi nazad", - "shipping-address-form-shipping-information": "Podaci o dostavi", - "shipping-form-shipping-for-return-items": "Dostava za vraćene artikle", - "shipping-form-shipping-for-replacement-items": "Dostava za zamjenske artikle", - "shipping-form-shipping-method-is-required": "Metoda dostave je obavezna", - "shipping-form-choose-shipping-method": "Odaberite metodu dostave", - "shipping-form-shipping-method": "Metoda dostave", - "shipping-form-add-custom-price": "Dodaj prilagođenu cijenu", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Povratna dostava za artikle koje kupac zahtijeva je besplatna.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Dostava za zamjenske artikle je besplatna.", - "components-decrease-quantity": "Smanji količinu", - "components-increase-quantity": "Povećaj količinu", - "details-successfully-updated-address": "Adresa je uspješno ažurirana", - "details-billing-address": "Adresa naplate", - "details-shipping-address": "Adresa dostave", - "details-contact": "Kontakt", - "details-location": "Lokacija", - "claim-are-you-sure-you-want-to-close": "Jeste li sigurni da želite zatvoriti?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Imate nespremljene promjene, jeste li sigurni da želite zatvoriti?", - "claim-please-select-a-reason": "Molimo odaberite razlog", - "claim-a-shipping-method-for-replacement-items-is-required": "Metoda dostave za zamjenske artikle je obavezna", - "claim-successfully-created-claim": "Uspješno stvoren zahtjev", - "claim-created": "Zahtjev za narudžbu #{{display_id}} uspješno je stvoren", - "claim-error-creating-claim": "Greška pri stvaranju zahtjeva", - "claim-create-claim": "Stvori zahtjev", - "claim-location": "Lokacija", - "claim-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "claim-select-location-to-return-to": "Odaberite lokaciju za povrat", - "claim-cancel": "Odustani", - "claim-submit-and-close": "Pošalji i zatvori", - "create-fulfillment-error": "Greška", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Molimo odaberite lokaciju s koje želite ispuniti", - "create-fulfillment-cant-allow-this-action": "Nije moguće dopustiti ovu radnju", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Pokušava se ispuniti više nego što je na zalihi", - "create-fulfillment-successfully-fulfilled-order": "Uspješno ispunjena narudžba", - "create-fulfillment-successfully-fulfilled-swap": "Uspješno ispunjena zamjena", - "create-fulfillment-successfully-fulfilled-claim": "Uspješno ispunjen zahtjev", - "create-fulfillment-success": "Uspjeh", - "create-fulfillment-cancel": "Odustani", - "create-fulfillment-create-fulfillment": "Stvori realizaciju", - "create-fulfillment-create-fulfillment-title": "Stvori realizaciju", - "create-fulfillment-locations": "Lokacije", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Odaberite odakle želite ispuniti.", - "create-fulfillment-items-to-fulfill": "Artikli za ispuniti", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Odaberite broj artikala koje želite ispuniti.", - "create-fulfillment-send-notifications": "Pošalji obavijesti", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Kad se uključi, e-mail obavijesti će biti poslane.", - "create-fulfillment-quantity-is-not-valid": "Količina nije ispravna", - "detail-cards-allocated": "Alocirano", - "detail-cards-not-fully-allocated": "Nije potpuno alocirano", - "detail-cards-subtotal": "Međusuma", - "detail-cards-shipping": "Dostava", - "detail-cards-tax": "Porez", - "detail-cards-total": "Ukupno", - "detail-cards-edit-order": "Uredi narudžbu", - "detail-cards-allocate": "Alociraj", - "detail-cards-discount": "Popust:", - "detail-cards-original-total": "Izvorno ukupno", - "details-successfully-updated-the-email-address": "E-mail adresa je uspješno ažurirana", - "details-email-address": "E-mail adresa", - "details-save": "Spremi", - "details-order-id-copied": "ID narudžbe kopiran", - "details-email-copied": "E-mail kopiran", - "details-cancel-order-heading": "Otkaži narudžbu", - "details-are-you-sure-you-want-to-cancel-the-order": "Jeste li sigurni da želite otkazati narudžbu?", - "order-details-display-id": "narudžba #{{display_id}}", - "details-successfully-canceled-order": "Uspješno otkazana narudžba", - "details-go-to-customer": "Idi na kupca", - "details-transfer-ownership": "Prijenos vlasništva", - "details-edit-shipping-address": "Uredi adresu dostave", - "details-edit-billing-address": "Uredi adresu naplate", - "details-edit-email-address": "Uredi e-mail adresu", - "details-back-to-orders": "Povratak na narudžbe", - "details-cancel-order": "Otkaži narudžbu", - "details-payment": "Plaćanje", - "details-refunded": "Refundirano", - "details-total-paid": "Ukupno plaćeno", - "details-fulfillment": "Realizacija", - "details-create-fulfillment": "Stvori realizaciju", - "details-shipping-method": "Metoda dostave", - "details-customer": "Kupac", - "details-shipping": "Dostava", - "details-billing": "Naplata", - "details-raw-order": "Narudžba u neobrađenom formatu", - "mark-shipped-successfully-marked-order-as-shipped": "Narudžba uspješno označena kao poslana", - "mark-shipped-successfully-marked-swap-as-shipped": "Zamjena uspješno označena kao poslana", - "mark-shipped-successfully-marked-claim-as-shipped": "Zahtjev uspješno označen kao poslan", - "mark-shipped-success": "Uspjeh", - "mark-shipped-error": "Greška", - "mark-shipped-mark-fulfillment-shipped": "Označi realizaciju poslanom", - "mark-shipped-tracking": "Praćenje", - "mark-shipped-tracking-number-label": "Broj za praćenje", - "mark-shipped-tracking-number": "Broj za praćenje...", - "mark-shipped-add-additional-tracking-number": "+ Dodaj dodatni broj za praćenje", - "mark-shipped-send-notifications": "Pošalji obavijesti", - "mark-shipped-cancel": "Otkaži", - "mark-shipped-complete": "Završi", - "order-line-warning": "Upozorenje", - "order-line-cannot-duplicate-an-item-without-a-variant": "Nije moguće duplicirati artikl bez varijante", - "order-line-error": "Greška", - "order-line-failed-to-duplicate-item": "Nije uspjelo dupliciranje artikla", - "order-line-success": "Uspjeh", - "order-line-item-removed": "Artikl uklonjen", - "order-line-failed-to-remove-item": "Nije uspjelo uklanjanje artikla", - "order-line-item-added": "Artikl dodan", - "order-line-failed-to-replace-the-item": "Nije uspjela zamjena artikla", - "order-line-replace-product-variants": "Zamijeni varijante proizvoda", - "order-line-replace-with-other-item": "Zamijeni drugim artiklom", - "order-line-duplicate-item": "Dupliciraj artikl", - "order-line-remove-item": "Ukloni artikl", - "order-line-line-item-cannot-be-edited": "Ova stavka je dio realizacije i ne može se uređivati. Otkažite realizaciju da biste uredili stavku.", - "order-line-new": "Novo", - "order-line-modified": "Izmijenjeno", - "receive-return-please-select-at-least-one-item-to-receive": "Molimo odaberite barem jedan artikl za prijem", - "receive-return-successfully-received-return": "Uspješno primljen povrat", - "receive-return-received-return-for-order": "Primljen povrat za narudžbu #{{display_id}}", - "receive-return-failed-to-receive-return": "Nije uspjelo primanje povrata", - "receive-return-receive-return": "Primi povrat", - "receive-return-location": "Lokacija", - "receive-return-choose-location": "Odaberite na koju lokaciju želite vratiti artikle.", - "receive-return-select-location-to-return-to": "Odaberite lokaciju za povrat", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Nema razina zaliha za artikle na odabranoj lokaciji", - "receive-return-cancel": "Odustani", - "receive-return-save-and-close": "Spremi i zatvori", - "refund-success": "Uspjeh", - "refund-successfully-refunded-order": "Uspješno refundirana narudžba", - "refund-error": "Greška", - "refund-create-a-refund": "Stvori povrat", - "refund-attention": "Pozor!", - "refund-system-payment-disclaimer": "Jedno ili više vaših plaćanja je sistemsko plaćanje. Imajte na umu da se naplate i povrati novca za takva plaćanja ne rješavaju putem Meduse.", - "refund-details": "Detalji", - "refund-cannot-refund-more-than-the-orders-net-total": "Nije moguće vratiti više od ukupnog neto iznosa narudžbe.", - "refund-discount": "Popust", - "refund-reason": "Razlog", - "refund-note": "Napomena", - "refund-discount-for-loyal-customer": "Popust za vjernog kupca", - "refund-send-notifications": "Pošalji obavijesti", - "refund-cancel": "Odustani", - "refund-complete": "Završi", - "reservation-reservation-was-deleted": "Rezervacija je izbrisana", - "reservation-the-allocated-items-have-been-released": "Alocirani predmeti su pušteni.", - "reservation-error": "Greška", - "reservation-failed-to-delete-the-reservation": "Nije uspjelo brisanje rezervacije", - "reservation-reservation-was-updated": "Rezervacija je ažurirana", - "reservation-the-reservation-change-was-saved": "Promjena rezervacije je spremljena.", - "reservation-errors": "Greške", - "reservation-failed-to-update-reservation": "Nije uspjelo ažuriranje rezervacije", - "reservation-edit-reservation": "Uredi rezervaciju", - "reservation-location": "Lokacija", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Odaberite s koje lokacije želite poslati artikle.", - "reservation-items-to-allocate-title": "Artikli za alokaciju", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Odaberite broj artikala koje želite alocirati.", - "reservation-max-reservation-requested": " / {{maxReservation}} zatraženo", - "reservation-reserved": " rezervisano", - "reservation-description": "Opis", - "reservation-what-type-of-reservation-is-this": "Kakav je ovo tip rezervacije?", - "reservation-metadata": "Metapodaci", - "reservation-remove-metadata": "Ukloni metapodatke", - "reservation-add-metadata": "Dodaj metapodatke", - "reservation-delete-reservation": "Izbriši rezervaciju", - "reservation-cancel": "Odustani", - "reservation-save-and-close": "Spremi i zatvori", - "reservation-couldnt-allocate-items": "Nije bilo moguće alocirati artikle", - "reservation-items-allocated": "Artikli su alocirani", - "reservation-items-have-been-allocated-successfully": "Artikli su uspješno alocirani", - "reservation-save-reservation": "Spremi rezervaciju", - "reservation-loading": "Učitavanje...", - "reservation-allocate-order-items": "Alociraj stavke narudžbe", - "reservation-choose-where-you-wish-to-allocate-from": "Odaberite odakle želite alocirati", - "reservation-items-to-allocate": "Artikli za alociranje", - "returns-success": "Uspjeh", - "returns-successfully-returned-order": "Narudžba je uspješno vraćena", - "returns-error": "Greška", - "returns-request-return": "Zahtjev za povrat", - "returns-items-to-return": "Artikli za povrat", - "returns-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "returns-select-location-to-return-to": "Odaberite lokaciju za povrat", - "returns-selected-location-has-no-inventory-levels": "Odabrana lokacija nema razine zaliha za odabrane artikle. Povrat se može zatražiti, ali se ne može primiti dok se ne stvori razina zaliha za odabranu lokaciju.", - "returns-shipping": "Dostava", - "returns-choose-retur,-shipping-method": "Odaberite koju metodu dostave želite koristiti za ovaj povrat.", - "returns-total-refund": "Ukupni povrat", - "returns-amount": "Iznos", - "returns-send-notifications": "Pošalji obavijesti", - "returns-notify-customer-of-created-return": "Obavijesti kupca o stvorenom povratu", - "returns-back": "Nazad", - "returns-submit": "Pošalji", - "rma-sub-modals-search-for-additional": "Pretraži dodatno", - "rma-sub-modals-general": "Općenito", - "rma-sub-modals-first-name": "Ime", - "rma-sub-modals-last-name": "Prezime", - "rma-sub-modals-phone": "Telefon", - "rma-sub-modals-shipping-address": "Adresa dostave", - "rma-sub-modals-address-1": "Adresa 1", - "rma-sub-modals-address-2": "Adresa 2", - "rma-sub-modals-province": "Pokrajina", - "rma-sub-modals-postal-code": "Poštanski broj", - "rma-sub-modals-city": "Grad", - "rma-sub-modals-country": "Zemlja", - "rma-sub-modals-back": "Nazad", - "rma-sub-modals-add": "Dodaj", - "rma-sub-modals-name": "Naziv", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "Na zalihi", - "rma-sub-modals-products": "Proizvodi", - "rma-sub-modals-search-products": "Pretraži proizvode...", - "rma-sub-modals-reason-for-return": "Razlog za povrat", - "rma-sub-modals-reason": "Razlog", - "rma-sub-modals-note": "Napomena", - "swap-success": "Uspjeh", - "swap-successfully-created-exchange": "Uspješno stvorena zamjena", - "swap-error": "Greška", - "swap-register-exchange": "Registriraj zamjenu", - "swap-items-to-return": "Artikli za povrat", - "swap-shipping": "Dostava", - "swap-shipping-method": "Metoda dostave", - "swap-add-a-shipping-method": "Dodaj metodu dostave", - "swap-location": "Lokacija", - "swap-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "swap-select-location-to-return-to": "Odaberite lokaciju za povrat", - "swap-items-to-send": "Artikli za slanje", - "swap-add-product": "Dodaj proizvod", - "swap-return-total": "Ukupni povrat", - "swap-additional-total": "Dodatno ukupno", - "swap-outbond-shipping": "Izlazna dostava", - "swap-calculated-at-checkout": "Izračunato pri naplati", - "swap-estimated-difference": "Procijenjena razlika", - "swap-send-notifications": "Pošalji obavijesti", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Ako nije označeno, kupac neće primati komunikaciju o ovoj zamjeni", - "swap-complete": "Završi", - "templates-shipped": "Poslano", - "templates-fulfilled": "Ispunjeno", - "templates-canceled": "Otkazano", - "templates-partially-fulfilled": "Djelomično ispunjeno", - "templates-fulfillment-status-requires-action": "Zahtijeva radnju", - "templates-awaiting-fulfillment": "Čeka realizaciju", - "templates-partially-shipped": "Djelomično poslano", - "templates-cancel-fulfillment-heading": "Poništi realizaciju?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Jeste li sigurni da želite poništiti realizaciju?", - "templates-successfully-canceled-swap": "Uspješno otkazana zamjena", - "templates-error": "Greška", - "templates-successfully-canceled-claim": "Uspješno otkazan zahtjev", - "templates-successfully-canceled-fulfillment": "Uspješno poništena realizacija", - "templates-fulfillment-has-been-canceled": "Realizacija je poništena", - "templates-fulfilled-by-provider": "{{title}} ispunjeno od strane {{provider}}", - "templates-not-shipped": "Nije poslano", - "templates-tracking": "Praćenje", - "templates-shipped-from": "Poslano iz", - "templates-shipping-from": "Dostava iz", - "templates-mark-shipped": "Označi kao poslano", - "templates-cancel-fulfillment": "Poništi realizaciju", - "templates-completed": "Završeno", - "templates-processing": "Obrada", - "templates-requires-action": "Zahtijeva radnju", - "templates-capture-payment": "Zabilježi plaćanje", - "templates-successfully-captured-payment": "Uspješno zabilježeno plaćanje", - "templates-refund": "Povrat novca", - "templates-total-for-swaps": "Ukupno za zamjene", - "templates-refunded-for-swaps": "Refundirano za zamjene", - "templates-refunded-for-returns": "Refundirano za povrate", - "templates-manually-refunded": "Ručno refundirano", - "templates-net-total": "Neto ukupno", - "templates-paid": "Plaćeno", - "templates-awaiting-payment": "Čeka plaćanje", - "templates-payment-status-requires-action": "Zahtijeva radnju", - "draft-orders-completed": "Završeno", - "draft-orders-open": "Otvoreno", - "draft-orders-mark-as-paid": "Označi kao plaćeno", - "draft-orders-success": "Uspjeh", - "draft-orders-successfully-mark-as-paid": "Uspješno označeno kao plaćeno", - "draft-orders-error": "Greška", - "draft-orders-successfully-canceled-order": "Uspješno otkazana narudžba", - "draft-orders-back-to-draft-orders": "Nazad na skice narudžbi", - "on-mark-as-paid-confirm-order-id": "Narudžba #{{display_id}}", - "draft-orders-go-to-order": "Idi na narudžbu", - "draft-orders-cancel-draft-order": "Otkaži skicu narudžbe", - "draft-orders-draft-order": "Skica narudžbe", - "draft-orders-email": "E-mail", - "draft-orders-phone": "Telefon", - "draft-orders-amount": "Iznos {{currency_code}}", - "draft-orders-payment": "Plaćanje", - "draft-orders-subtotal": "Međusuma", - "draft-orders-shipping": "Dostava", - "draft-orders-tax": "Porez", - "draft-orders-total-to-pay": "Ukupno za platiti", - "draft-orders-payment-link": "Link za plaćanje:", - "draft-orders-configure-payment-link-in-store-settings": "Konfigurišite link za plaćanje u postavkama trgovine", - "draft-orders-shipping-method": "Metoda dostave", - "draft-orders-data": "Podaci", - "draft-orders-1-item": "(1 stavka)", - "draft-orders-customer": "Kupac", - "draft-orders-edit-shipping-address": "Uredi adresu dostave", - "draft-orders-edit-billing-address": "Uredi adresu naplate", - "draft-orders-go-to-customer": "Idi na kupca", - "draft-orders-contact": "Kontakt", - "draft-orders-billing": "Naplata", - "draft-orders-raw-draft-order": "Skica narudžbe u neobrađenom formatu", - "draft-orders-are-you-sure": "Jeste li sigurni?", - "draft-orders-remove-resource-heading": "Ukloni {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} je uklonjen", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Ovo će stvoriti narudžbu. Označite kao plaćeno ako ste primili plaćanje.", - "draft-orders-mark-paid": "Označi kao plaćeno", - "draft-orders-cancel": "Odustani", - "draft-orders-create-draft-order": "Stvori skicu narudžbe", - "edit-amount-paid": "Iznos plaćen", - "edit-new-total": "Novo ukupno", - "edit-difference-due": "Razlika za plaćanje", - "edit-back": "Nazad", - "edit-save-and-go-back": "Spremi i idi nazad", - "edit-order-edit-set-as-requested": "Uređivanje narudžbe postavljeno kao zatraženo", - "edit-failed-to-request-confirmation": "Nije uspjelo zatražiti potvrdu", - "edit-added-successfully": "Uspješno dodano", - "edit-error-occurred": "Došlo je do greške", - "edit-add-product-variants": "Dodaj varijante proizvoda", - "edit-edit-order": "Uredi narudžbu", - "edit-items": "Artikli", - "edit-add-items": "Dodaj artikle", - "edit-filter-items": "Filtriraj artikle...", - "edit-note": "Napomena", - "edit-add-a-note": "Dodaj napomenu...", - "variants-table-location": " na lokaciji {{location}}", - "edit-product": "Proizvod", - "edit-in-stock": "Na zalihi", - "edit-price": "Cijena", - "edit-products": "Proizvodi", - "edit-search-product-variants": "Pretraži varijante proizvoda...", - "orders-success": "Uspjeh", - "orders-successfully-initiated-export": "Uspješno pokrenut izvoz", - "orders-error": "Greška", - "orders-export-orders": "Izvoz narudžbi", - "components-billing-address": "Adresa naplate", - "components-use-same-as-shipping": "Koristi isto kao za dostavu", - "components-e-g-gift-wrapping": "Npr. Poklon pakiranje", - "components-title": "Naziv", - "components-price": "Cijena", - "components-quantity": "Količina", - "components-back": "Nazad", - "components-add": "Dodaj", - "components-items-for-the-order": "Artikli za narudžbu", - "components-details": "Detalji", - "components-price-excl-taxes": "Cijena (bez poreza)", - "components-add-custom": "Dodaj prilagođeno", - "components-add-existing": "Dodaj postojeće", - "components-add-products": "Dodaj proizvode", - "components-add-custom-item": "Dodaj prilagođenu stavku", - "components-choose-region": "Odaberite regiju", - "components-region": "Regija", - "select-shipping-to-name": "(Za {{name}})", - "components-attention": "Pozor!", - "components-no-options-for-orders-without-shipping": "Nemate mogućnosti za narudžbe bez dostave. Dodajte jednu (npr. \"Realizacija u trgovini\") s neoznačenom opcijom \"Prikaži na web mjestu\" u postavkama regije i nastavite.", - "components-choose-a-shipping-method": "Odaberite metodu dostave", - "components-set-custom-price": "Postavi prilagođenu cijenu", - "components-custom-price": "Prilagođena cijena", - "components-customer-and-shipping-details": "Detalji kupca i dostave", - "components-find-existing-customer": "Pronađi postojećeg kupca", - "components-email": "E-mail", - "components-choose-existing-addresses": "Odaberite postojeće adrese", - "components-create-new": "Stvori novu", - "components-the-discount-is-not-applicable-to-the-selected-region": "Popust se ne primjenjuje na odabranu regiju", - "components-the-discount-code-is-invalid": "Kôd popusta nije valjan", - "components-add-discount": "Dodaj popust", - "components-summer-10": "LJETO10", - "components-discount": "Popust", - "select-shipping-code": "(Kôd: {{code}})", - "components-type": "Tip", - "components-value": "Vrijednost", - "components-address": "Adresa", - "components-shipping-method": "Metoda dostave", - "components-billing-details": "Detalji naplate", - "components-edit": "Uredi", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm mora se koristiti unutar NewOrderFormProvider-a", - "new-order-created": "Narudžba stvorena", - "new-create-draft-order": "Stvori skicu narudžbe", - "price-list-product-filter-created-at": "Stvoreno", - "price-list-product-filter-updated-at": "Ažurirano", - "price-list-details-drawer-prompt-title": "Jeste li sigurni?", - "price-list-details-drawer-prompt-description": "Imate nespremljene promjene. Jeste li sigurni da želite izići?", - "price-list-details-notification-succes-title": "Cjenik ažuriran", - "price-list-details-drawer-notification-success-message": "Cjenik je uspješno ažuriran", - "price-list-details-drawer-notification-error-title": "Došlo je do greške", - "price-list-details-drawer-title": "Uredi pojedinosti cjenika", - "price-list-details-drawer-cancel-button": "Odustani", - "price-list-details-drawer-save-button": "Spremi", - "price-list-details-section-prompt-confirm-text": "Izbriši", - "price-list-details-section-prompt-cancel-text": "Odustani", - "price-list-details-section-prompt-title": "Izbriši cjenik", - "price-list-details-section-prompt-description": "Jeste li sigurni da želite izbrisati cjenik \"{{name}}\"?", - "price-list-details-section-delete-notification-success-title": "Cjenik uspješno izbrisan", - "price-list-details-section-delete-notification-success-message": "Cjenik \"{{name}}\" je uspješno izbrisan", - "price-list-details-section-delete-notification-error-title": "Greška pri brisanju cjenika", - "price-list-details-section-customer-groups": "Grupe kupaca", - "price-list-details-section-last-edited": "Zadnji put uređeno", - "price-list-details-section-number-of-prices": "Cijene", - "price-list-details-section-status-menu-expired": "Isteklo", - "price-list-details-section-status-menu-draft": "Skica", - "price-list-details-section-status-menu-scheduled": "Zakazano", - "price-list-details-section-status-active": "Aktivno", - "price-list-details-section-status-menu-notification-success-title": "Status cjenika uspješno ažuriran", - "price-list-details-section-status-menu-notification-success-message": "Status cjenika je uspješno ažuriran na {{status}}", - "price-list-details-section-status-menu-notification-error-title": "Greška pri ažuriranju statusa cjenika", - "price-list-details-section-status-menu-item-draft": "Skica", - "price-list-details-section-status-menu-item-activate": "Aktiviraj", - "price-list-details-menu-item-edit": "Uredi pojedinosti", - "price-list-details-menu-item-delete": "Izbriši", - "price-list-edit-error": "Došlo je do greške pri učitavanju cjenika. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-new-form-prompt-title": "Jeste li sigurni?", - "price-list-new-form-prompt-exit-description": "Imate nespremljene promjene, jeste li sigurni da želite izići?", - "price-list-new-form-prompt-back-description": "Imate nespremljene promjene, jeste li sigurni da želite ići nazad?", - "price-list-add-products-modal-no-prices-error": "Dodijelite cijene barem jednom proizvodu.", - "price-list-add-products-modal-missing-prices-title": "Nepotpun cjenik", - "price-list-add-products-modal-missing-prices-description": "Cijene nisu dodijeljene svim odabranim proizvodima. Želite li nastaviti?", - "price-list-add-products-modal-success-title": "Dodane su nove cijene", - "price-list-add-products-modal-success-message": "Nove cijene dodane su u cjenik.", - "price-list-add-products-modal-error-title": "Došlo je do greške", - "price-list-add-products-modal-back-button-cancel": "Odustani", - "price-list-add-products-modal-back-button": "Nazad", - "price-list-add-products-modal-next-button-continue": "Nastavi", - "price-list-add-products-modal-next-button-submit-and-close": "Spremi i zatvori", - "price-list-add-products-modal-next-button-continue-save-prices": "Spremi cijene", - "price-list-add-products-modal-products-tab": "Odaberite proizvode", - "price-list-add-products-modal-prices-tab": "Uredi cijene", - "price-list-add-products-modal-error": "Došlo je do greške pri pripremi obrasca. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-edit-prices-modal-prompt-title": "Nespremljene promjene", - "price-list-edit-prices-modal-prompt-exit-description": "Imate nespremljene promjene, jeste li sigurni da želite izići?", - "price-list-edit-prices-modal-prompt-back-description": "Imate nespremljene promjene, jeste li sigurni da želite ići nazad?", - "price-list-edit-prices-modal-notification-update-error": "Došlo je do greške", - "price-list-edit-prices-modal-notification-remove-error-title": "Došlo je do greške", - "price-list-edit-prices-modal-notification-remove-error-description": "Neke cijene nisu ispravno ažurirane. Pokušajte ponovo.", - "price-list-edit-prices-modal-notification-update-success-title": "Cijene ažurirane", - "price-list-edit-prices-modal-notification-update-success-description": "Cijene su uspješno ažurirane", - "price-list-edit-prices-modal-next-button-save-and-close": "Spremi i zatvori", - "price-list-edit-prices-modal-next-button-save": "Spremi cijene", - "price-list-edit-prices-modal-back-button-cancel": "Odustani", - "price-list-edit-prices-modal-back-button-back": "Nazad", - "price-list-edit-prices-modal-overview-tab": "Uredi cijene", - "price-list-edit-prices-modal-error-loading": "Došlo je do greške pri pripremi obrasca. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-section-prompt-title": "Jeste li sigurni?", - "price-list-prices-section-prompt-description": "Ovo će trajno izbrisati cijene proizvoda s popisa", - "price-list-prices-secton-delete-success-title": "Cijene izbrisane", - "price-list-prices-section-delete-success-description_one": "Uspješno izbrisane cijene za {{count}} proizvod", - "price-list-prices-section-delete-success-description_other": "Uspješno izbrisane cijene za {{count}} proizvoda", - "price-list-prices-section-delete-error-title": "Došlo je do greške", - "price-list-prices-section-heading": "Cijene", - "price-list-prices-section-search-placeholder": "Pretraži proizvode", - "price-list-prices-section-prices-menu-edit": "Uredi cijene", - "price-list-prices-section-prices-menu-add": "Dodaj proizvode", - "price-list-prices-section-table-load-error": "Došlo je do greške pri učitavanju proizvoda. Pokušajte ponovo učitati stranicu, ili ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-section-bar-count_one": "{{count}} odabran", - "price-list-prices-section-bar-count_other": "{{count}} odabranih", - "price-list-prices-section-edit-command": "Uredi", - "price-list-prices-section-delete-command": "Izbriši", - "price-list-prices-section-select-all-checkbox-label": "Odaberite sve proizvode na trenutnoj stranici", - "price-list-prices-section-select-checkbox-label": "Odaberite red", - "price-list-prices-section-table-product": "Proizvod", - "price-list-prices-section-table-thumbnail-alt": "Sličica za {{title}}", - "price-list-prices-section-table-collection": "Kolekcija", - "price-list-prices-section-table-variants": "Varijante", - "price-list-details-form-type-heading": "Tip", - "price-list-details-form-type-description": "Odaberite tip cjenika koji želite stvoriti.", - "price-list-details-form-type-label-sale": "Rasprodaja", - "price-list-details-form-type-hint-sale": "Koristite ovo ako stvarate rasprodaju.", - "price-list-details-form-type-label-override": "Nadjačaj", - "price-list-details-form-type-hint-override": "Koristite ovo ako nadjačavate cijene.", - "price-list-details-form-general-heading": "Opći podaci", - "price-list-details-form-general-description": "Odaberite naslov i opis cjenika.", - "price-list-details-form-general-name-label": "Naziv", - "price-list-details-form-general-name-placeholder": "Rasprodaja za Crni petak", - "price-list-details-form-general-description-label": "Opis", - "price-list-details-form-general-description-placeholder": "Cijene za rasprodaju za Crni petak...", - "price-list-details-form-tax-inclusive-label": "Cijene s uključenim porezom", - "price-list-details-form-tax-inclusive-hint": "Odaberite da bi sve cijene na ovom popisu uključivale porez.", - "price-list-details-form-dates-starts-at-heading": "Cjenik ima datum početka?", - "price-list-details-form-dates-starts-at-description": "Zakažite aktivaciju nadjačavanja cijena u budućnosti.", - "price-list-details-form-dates-starts-at-label": "Datum početka", - "price-list-details-form-ends-at-heading": "Cjenik ima datum isteka?", - "price-list-details-form-ends-at-description": "Zakažite deaktivaciju nadjačavanja cijena u budućnosti.", - "price-list-details-form-ends-at-label": "Datum isteka", - "price-list-details-form-customer-groups-name": "Naziv", - "price-list-details-form-customer-groups-members": "Članovi", - "price-list-details-form-customer-groups-error": "Došlo je do greške pri učitavanju grupa kupaca. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-details-form-customer-groups-no-groups": "Nema pronađenih grupa kupaca.", - "price-list-details-form-customer-groups-heading": "Dostupnost za kupce", - "price-list-details-form-customer-groups-description": "Odredite na koje grupe kupaca će se primijeniti nadjačavanje cijena.", - "price-list-details-form-customer-groups-content-heading": "Grupe kupaca", - "price-list-details-form-customer-groups-search-placeholder": "Pretraži", - "price-list-prices-form-products-error": "Došlo je do greške pri pripremi obrasca. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-form-heading": "Uredi cijene", - "price-list-prices-form-variant": "Varijanta", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "Cijene", - "price-list-prices-form-prices-variant-count_one": "{{count}} varijanta", - "price-list-prices-form-prices-variant-count_other": "{{count}} varijanti", - "price-list-prices-form-add-prices-button": "Dodaj cijene", - "price-list-prices-form-prices-count_one": "{{count}} cijena", - "price-list-prices-form-prices-count_other": "{{count}} cijena", - "price-list-product-prices-form-invalid-data-title": "Nevaljani podaci", - "price-list-product-prices-form-invalid-data-body": "Podaci koje ste zalijepili sadrže vrijednosti koje nisu brojevi.", - "price-list-product-prices-form-column-visibility-button": "Pogledaj", - "price-list-product-prices-form-column-visibility-currencies-label": "Valute", - "price-list-product-prices-form-column-visibility-regions-label": "Regije", - "price-list-product-prices-form-column-product-label": "Proizvod", - "price-list-product-prices-form-column-currencies-price-label": "Cijena {{code}}", - "price-list-product-prices-form-column-regions-price-label": "Cijena {{name}} ({{code}})", - "price-list-products-form-select-all": "Odaberite sve proizvode na trenutnoj stranici", - "price-list-products-form-select-row": "Odaberite red", - "price-list-products-form-product-label": "Proizvod", - "price-list-products-form-product-thumbnail": "Sličica za {{title}}", - "price-list-products-form-collection-label": "Kolekcija", - "price-list-products-form-sales-channels-label": "Dostupnost", - "price-list-products-form-sales-channels-value": "{{first}} + još {{remaining}}", - "price-list-products-form-status-label": "Status", - "price-list-products-form-inventory-label": "Inventar", - "price-list-products-form-inventory-value": "{{totalStock}} na zalihi kroz {{variants}} varijanti", - "price-list-products-form-loading": "Učitavanje proizvoda", - "price-list-products-form-error": "Došlo je do greške pri učitavanju proizvoda. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "price-list-products-form-no-products": "Nema pronađenih proizvoda.", - "price-list-products-form-heading": "Odaberite proizvode", - "price-list-products-form-search-placeholder": "Pretraži", - "price-list-new-form-no-prices-error": "Dodijelite cijene barem jednom proizvodu.", - "price-list-new-form-missing-prices-title": "Nepotpun cjenik", - "price-list-new-products-modal-missing-prices-description": "Cijene nisu dodijeljene svim odabranim proizvodima. Želite li nastaviti?", - "price-list-new-form-notification-success-title": "Cjenik stvoren", - "price-list-new-form-notification-success-message": "Uspješno stvoren cjenik", - "price-list-new-form-notification-error-title": "Došlo je do greške", - "price-list-new-form-next-button-save-and-publish": "Spremi i objavi", - "price-list-new-form-next-button-save": "Spremi cijene", - "price-list-new-form-next-button-continue": "Nastavi", - "price-list-new-form-back-button-cancel": "Odustani", - "price-list-new-form-back-button-back": "Nazad", - "price-list-new-form-details-tab": "Stvori cjenik", - "price-list-new-form-products-tab": "Odaberite proizvode", - "price-list-new-form-prices-tab": "Uredi cijene", - "price-list-new-form-save-as-draft": "Spremi kao skicu", - "price-list-new-form-error-loading-products": "Došlo je do greške pri pripremi obrasca. Ponovo učitajte stranicu i pokušajte ponovo. Ako se problem nastavi, pokušajte kasnije.", - "components-success": "Uspjeh", - "components-successfully-updated-category-tree": "Uspješno ažurirano stablo kategorija", - "components-error": "Greška", - "components-failed-to-update-category-tree": "Nije uspjelo ažuriranje stabla kategorija", - "components-delete": "Izbriši", - "components-category-deleted": "Kategorija izbrisana", - "components-category-deletion-failed": "Nije uspjelo brisanje kategorije", - "components-category-status-is-inactive": "Status kategorije je neaktivan", - "components-category-visibility-is-private": "Vidljivost kategorije je privatna", - "components-add-category-item-to": "Dodaj stavku kategorije u", - "modals-public": "Javno", - "modals-private": "Privatno", - "modals-active": "Aktivno", - "modals-inactive": "Neaktivno", - "modals-success": "Uspjeh", - "modals-successfully-created-a-category": "Uspješno stvorena kategorija", - "modals-failed-to-create-a-new-category": "Nije uspjelo stvaranje nove kategorije", - "modals-error": "Greška", - "modals-save-category": "Spremi kategoriju", - "modals-add-category-to": "Dodaj kategoriju u {{name}}", - "modals-add-category": "Dodaj kategoriju", - "modals-details": "Detalji", - "modals-name": "Naziv", - "modals-give-this-category-a-name": "Dajte ovoj kategoriji naziv", - "modals-handle": "Handle", - "modals-custom-handle": "Prilagođeni handle", - "modals-description": "Opis", - "modals-give-this-category-a-description": "Dajte ovoj kategoriji opis", - "modals-status": "Status", - "modals-visibility": "Vidljivost", - "modals-successfully-updated-the-category": "Uspješno ažuriranje kategorije", - "modals-failed-to-update-the-category": "Nije uspjelo ažuriranje kategorije", - "modals-edit-product-category": "Uredi kategoriju proizvoda", - "modals-cancel": "Odustani", - "modals-save-and-close": "Spremi i zatvori", - "pages-no-product-categories-yet": "Nema još kategorija proizvoda, koristite dugme poviše za stvaranje svoje prve kategorije.", - "pages-add-category": "Dodaj kategoriju", - "pages-product-categories": "Kategorije proizvoda", - "pages-helps-you-to-keep-your-products-organized": "Pomaže vam u organizaciji proizvoda.", - "batch-job-success": "Uspjeh", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Uvoz potvrđen za obradu. Informacije o napretku dostupne su u ladici aktivnosti.", - "batch-job-error": "Greška", - "batch-job-import-failed": "Uvoz nije uspio.", - "batch-job-failed-to-delete-the-csv-file": "Nije uspjelo brisanje CSV datoteke", - "batch-job-failed-to-cancel-the-batch-job": "Nije uspjelo otkazivanje zadatka u seriji", - "batch-job-products-list": "lista proizvoda", - "batch-job-unsure-about-how-to-arrange-your-list": "Niste sigurni kako urediti svoj popis?", - "batch-job-download-template": "Preuzmite predložak u nastavku kako biste bili sigurni da slijedite ispravan format.", - "batch-job-imports-description": "Putem uvoza možete dodavati ili ažurirati proizvode. Za ažuriranje postojećih proizvoda/varijanti morate postaviti postojeći ID u Proizvod/Varijanta ID stupce. Ako vrijednost nije postavljena, stvorit će se novi zapis. Bit ćete upitani za potvrdu prije nego što uvezemo proizvode.", - "products-filters": "Filteri", - "products-status": "Status", - "products-tags": "Oznake", - "products-spring-summer": "Proljeće, ljeto...", - "new-sales-channels": "Kanali prodaje", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Ovaj proizvod će biti dostupan samo u zadanim kanalima prodaje ako se ostavi netaknut.", - "new-change-availablity": "Promijeni dostupnost", - "add-variants-a-variant-with-these-options-already-exists": "Varijanta s ovim opcijama već postoji.", - "add-variants-product-options": "Opcije proizvoda", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Opcije se koriste za definisanje boje proizvoda, veličine proizvoda itd.", - "add-variants-option-title": "Naslov opcije", - "add-variants-variations-comma-separated": "Varijacije (odvojene zarezima)", - "add-variants-color": "Boja...", - "add-variants-already-exists": "već postoji", - "add-variants-blue-red-black": "Plava, crvena, crna...", - "add-variants-add-an-option": "Dodaj opciju", - "add-variants-product-variants": "Varijante proizvoda", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Morate dodati barem jednu opciju proizvoda prije nego što možete početi dodavati varijante proizvoda.", - "add-variants-variant": "Varijanta", - "add-variants-inventory": "Inventar", - "add-variants-add-a-variant": "Dodaj varijantu", - "add-variants-create-variant": "Stvori varijantu", - "add-variants-cancel": "Odustani", - "add-variants-save-and-close": "Spremi i zatvori", - "new-variant-a-variant-with-these-options-already-exists": "Varijanta s ovim opcijama već postoji.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Jeste li sigurni da želite izbrisati ovu varijantu?", - "new-variant-delete-variant": "Izbriši varijantu", - "new-variant-edit": "Uredi", - "new-variant-delete": "Izbriši", - "new-variant-edit-variant": "Uredi varijantu", - "new-variant-cancel": "Odustani", - "new-variant-save-and-close": "Spremi i zatvori", - "new-something-went-wrong-while-trying-to-upload-images": "Nešto je pošlo po krivu pri pokušaju učitavanja slika.", - "new-no-file-service-configured": "Moguće je da nemate konfigurisanu uslugu za datoteke. Molimo kontaktirajte svog administratora", - "new-upload-thumbnail-error": "Nešto je pošlo po krivu pri pokušaju učitavanja sličice.", - "new-save-as-draft": "Spremi kao skicu", - "new-publish-product": "Objavi proizvod", - "new-general-information-title": "Općenite informacije", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Kako bi započeli s prodajom, sve što trebate je naziv i cijena.", - "new-organize-product": "Organiziraj proizvod", - "new-add-variations-of-this-product": "Dodajte varijacije ovog proizvoda.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Ponudite svojim kupcima različite opcije za boju, format, veličinu, oblik itd.", - "new-used-for-shipping-and-customs-purposes": "Koristi se u svrhe dostave i carine.", - "new-dimensions": "Dimenzije", - "new-customs": "Carina", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Koristi se za predstavljanje vašeg proizvoda tijekom naplate, dijeljenja na društvenim mrežama i još mnogo toga.", - "new-media": "Mediji", - "new-add-images-to-your-product": "Dodajte slike svom proizvodu.", - "overview-import-products": "Uvoz proizvoda", - "overview-export-products": "Izvoz proizvoda", - "overview-new-product": "Novi proizvod", - "overview-new-collection": "Nova kolekcija", - "overview-success": "Uspjeh", - "overview-successfully-created-collection": "Uspješno stvorena kolekcija", - "overview-error": "Greška", - "overview-successfully-initiated-export": "Uspješno pokrenut izvoz", - "modals-add-sales-channels": "Dodajte kanale prodaje", - "modals-find-channels": "Pronađite kanale", - "modals-updated-the-api-key": "Ažuriran API ključ", - "modals-failed-to-update-the-api-key": "Nije uspjelo ažuriranje API ključa", - "modals-edit-api-key-details": "Uredi pojedinosti o API ključu", - "modals-title": "Naslov", - "modals-name-your-key": "Imenujte svoj ključ", - "modals-sales-channels-added-to-the-scope": "Kanali prodaje dodani u opseg", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Došlo je do greške prilikom dodavanja kanala prodaje u opseg ključa", - "modals-add-and-go-back": "Dodaj i idi nazad", - "modals-add-and-close": "Dodaj i zatvori", - "modals-sales-channels-removed-from-the-scope": "Kanali prodaje uklonjeni iz opsega", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Došlo je do greške prilikom uklanjanja kanala prodaje iz opsega ključa", - "modals-edit-sales-channels": "Uredi kanale prodaje", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Odznači", - "modals-remove": "Ukloni", - "modals-add-channels": "Dodaj kanale", - "modals-close": "Zatvori", - "pages-sales-channels": "Kanali prodaje", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Povežite koliko god kanala prodaje želite s vašim API ključem.", - "pages-add-sales-channels": "Dodaj kanale prodaje", - "pages-edit-sales-channels": "Uredi kanale prodaje", - "pages-success": "Uspjeh", - "pages-created-a-new-api-key": "Stvoren novi API ključ", - "pages-error": "Greška", - "pages-failed-to-create-a-new-api-key": "Nije uspjelo stvaranje novog API ključa", - "pages-sales-channels-added-to-the-scope": "Kanali prodaje dodani u opseg", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Došlo je do greške prilikom dodavanja kanala prodaje u opseg ključa", - "pages-publish-api-key": "Objavi API ključ", - "pages-create-api-key": "Stvori API ključ", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Stvarajte i upravljajte API ključevima. Trenutno se odnosi samo na kanale prodaje.", - "pages-create-api-key-label": "Stvori API ključ", - "pages-back-to-settings": "Nazad na postavke", - "pages-publishable-api-keys": "API ključevi za objavljivanje", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Ovi ključevi za objavljivanje omogućit će vam provjeru autentičnosti API zahtjeva.", - "tables-name": "Naziv", - "tables-token": "Token", - "tables-done": "gotovo", - "tables-copy-to-clipboard": "Kopiraj u međuspremnik", - "tables-created": "Stvoreno", - "tables-status": "Status", - "tables-revoked": "Opozvano", - "tables-live": "Uživo", - "tables-edit-api-key-details": "Uredi pojedinosti o API ključu", - "tables-edit-sales-channels": "Uredi kanale prodaje", - "tables-copy-token": "Kopiraj token", - "tables-revoke-token": "Opozovi token", - "tables-delete-api-key": "Izbriši API ključ", - "tables-yes-delete": "Da, izbriši", - "tables-api-key-deleted": "API ključ izbrisan", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Jeste li sigurni da želite izbrisati ovaj javni ključ?", - "tables-delete-key": "Izbriši ključ", - "tables-yes-revoke": "Da, opozovi", - "tables-api-key-revoked": "API ključ opozvan", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Jeste li sigurni da želite opozvati ovaj javni ključ?", - "tables-revoke-key": "Opozovi ključ", - "tables-api-keys": "API ključevi", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Još nema ključeva, koristite dugme poviše za stvaranje svog prvog ključa za objavljivanje", - "tables-title": "Naslov", - "tables-description": "Opis", - "tables-no-added-sales-channels": "Nema dodanih kanala prodaje", - "tables-sales-channels": "Kanali prodaje", - "form-title": "Naslov", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Web stranica, aplikacija, Amazon, POS u fizičkoj trgovini, feed proizvoda na Facebooku...", - "form-description": "Opis", - "form-available-products-at-our-website-app": "Dostupni proizvodi na našoj web stranici, aplikaciji...", - "form-success": "Uspjeh", - "form-the-sales-channel-is-successfully-updated": "Kanal prodaje uspješno ažuriran", - "form-error": "Greška", - "form-failed-to-update-the-sales-channel": "Ažuriranje kanala prodaje nije uspjelo", - "form-sales-channel-details": "Detalji o kanalu prodaje", - "form-general-info": "Općenite informacije", - "form-name": "Naziv", - "form-close": "Zatvori", - "form-save": "Spremi", - "pages-draft": "Skica", - "pages-control-which-products-are-available-in-which-channels": "Kontrolirajte koji proizvodi su dostupni u kojim kanalima prodaje", - "pages-search-by-title-or-description": "Pretraži po naslovu ili opisu", - "pages-confirm-delete-sales-channel": "Jeste li sigurni da želite izbrisati ovaj kanal prodaje? Postavke koje ste napravili bit će zauvijek izgubljene.", - "pages-delete-channel-heading": "Izbriši kanal", - "pages-edit-general-info": "Uredi općenite informacije", - "pages-add-products": "Dodaj proizvode", - "pages-delete-channel": "Izbriši kanal", - "pages-disabled": "Onemogućeno", - "pages-enabled": "Omogućeno", - "tables-collection": "Kolekcija", - "tables-start-building-your-channels-setup": "Započnite s izradom postavki za kanale...", - "tables-no-products-in-channels": "Još niste dodali proizvode u ovaj kanal, ali kada to učinite, oni će živjeti ovdje.", - "tables-add-products": "Dodaj proizvode", - "tables-details": "Detalji", - "tables-remove-from-the-channel": "Ukloni iz kanala", - "tables-products": "Proizvodi", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Ukloni", - "components-successfully-updated-currency": "Valuta uspješno ažurirana", - "components-default": "Zadano", - "default-store-currency-success": "Uspjeh", - "default-store-currency-successfully-updated-default-currency": "Zadana valuta uspješno ažurirana", - "default-store-currency-error": "Greška", - "default-store-currency-default-store-currency": "Zadana valuta trgovine", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Ovo je valuta u kojoj se prikazuju vaše cijene.", - "store-currencies-success": "Uspjeh", - "store-currencies-successfully-updated-currencies": "Valute uspješno ažurirane", - "store-currencies-error": "Greška", - "store-currencies-cancel": "Odustani", - "store-currencies-save-and-go-back": "Spremi i idi nazad", - "store-currencies-save-and-close": "Spremi i zatvori", - "store-currencies-add-store-currencies": "Dodaj valute trgovine", - "store-currencies-current-store-currencies": "Trenutne valute trgovine", - "store-currencies-close": "Zatvori", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Odznači", - "store-currencies-remove": "Ukloni", - "store-currencies-add-currencies": "Dodaj valute", - "store-currencies-store-currencies": "Valute trgovine", - "store-currencies-all-the-currencies-available-in-your-store": "Sve valute dostupne u vašoj trgovini.", - "store-currencies-edit-currencies": "Uredi valute", - "currencies-an-unknown-error-occurred": "Došlo je do nepoznate greške", - "currencies-error": "Greška", - "currencies-back-to-settings": "Nazad na postavke", - "currencies-manage-the-markets-that-you-will-operate-within": "Upravljajte tržištima na kojima ćete djelovati.", - "currencies-include-or-exclude-taxes": "Odlučite želite li uključiti ili isključiti poreze kad god definirate cijenu u ovoj valuti", - "currencies-tax-incl-prices": "Cijene s porezom", - "settings-error": "Greška", - "settings-malformed-swap-url": "Pogrešno oblikovan URL zamjene", - "settings-malformed-payment-url": "Pogrešno oblikovan URL plaćanja", - "settings-malformed-invite-url": "Pogrešno oblikovan URL pozivnice", - "settings-success": "Uspjeh", - "settings-successfully-updated-store": "Trgovina uspješno ažurirana", - "settings-back-to-settings": "Nazad na postavke", - "settings-save": "Spremi", - "settings-cancel": "Odustani", - "settings-store-details": "Detalji o trgovini", - "settings-manage-your-business-details": "Upravljajte pojedinostima o vašem poslovanju", - "settings-general": "Općenito", - "settings-store-name": "Naziv trgovine", - "settings-medusa-store": "Medusa trgovina", - "settings-advanced-settings": "Napredne postavke", - "settings-swap-link-template": "Predložak poveznice za zamjene", - "settings-draft-order-link-template": "Predložak poveznice za skice narudžbi", - "settings-invite-link-template": "Predložak poveznice za pozivnice", - "settings-manage-the-general-settings-for-your-store": "Upravljajte općim postavkama za svoju trgovinu", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Upravljajte postavkama za proširenja svoje trgovine", - "edit-user-information-success": "Uspjeh", - "edit-user-information-your-information-was-successfully-updated": "Vaši podaci uspješno su ažurirani", - "edit-user-information-edit-information": "Uredi informacije", - "edit-user-information-cancel": "Odustani", - "edit-user-information-submit-and-close": "Pošalji i zatvori", - "personal-information-back-to-settings": "Nazad na postavke", - "personal-information-personal-information": "Osobni podaci", - "personal-information-manage-your-Medusa-profile": "Upravljajte svojim Medusa profilom", - "personal-information-language-settings-title": "Jezik", - "personal-information-language-settings-description": "Prilagodite jezik Medusa Admina", - "personal-information-language-settings-help-us-translate": "Pomozite nam prevesti", - "personal-information-usage-insights-title": "Prikazi upotrebe", - "usage-insights-disabled": "Onemogućeno", - "usage-insights-active": "Aktivno", - "usage-insights-share-usage-insights-and-help-us-improve-Medusa": "Podijelite prikaze upotrebe i pomozite nam poboljšati Medusu", - "usage-insights-edit-preferences": "Uredi postavke", - "usage-insights-success": "Uspjeh", - "usage-insights-your-information-was-successfully-updated": "Vaši podaci uspješno su ažurirani", - "usage-insights-error": "Greška", - "usage-insights-cancel": "Odustani", - "usage-insights-submit-and-close": "Pošalji i zatvori", - "region-form-title": "Naslov", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Potreban je kôd valute", - "region-form-currency": "Valuta", - "region-form-choose-currency": "Odaberite valutu", - "region-form-default-tax-rate": "Zadani porezni postotak", - "region-form-tax-rate-is-required": "Potreban je porezni postotak", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Porezni postotak mora biti jednak ili manji od 100", - "region-form-default-tax-code": "Zadani porezni kôd", - "region-form-countries": "Zemlje", - "region-form-choose-countries": "Odaberite zemlje", - "region-form-tax-inclusive-prices": "Cijene s uključenim porezom", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Kada je omogućeno, cijene u regiji uključivat će porez.", - "region-form-payment-providers-are-required": "Potrebni su pružatelji plaćanja", - "region-form-payment-providers": "Pružatelji plaćanja", - "region-form-choose-payment-providers": "Odaberite pružatelje plaćanja...", - "region-form-fulfillment-providers-are-required": "Potrebni su pružatelji realizacije", - "region-form-fulfillment-providers": "Pružatelji realizacije", - "region-form-choose-fulfillment-providers": "Odaberite pružatelje realizacije...", - "shipping-option-card-success": "Uspjeh", - "shipping-option-card-shipping-option-updated": "Opcija dostave ažurirana", - "shipping-option-card-error": "Greška", - "shipping-option-card-edit-shipping-option": "Uredi opciju dostave", - "shipping-option-card-fulfillment-method": "Metoda realizacije", - "shipping-option-card-cancel": "Odustani", - "shipping-option-card-save-and-close": "Spremi i zatvori", - "shipping-option-card-shipping-option-has-been-deleted": "Opcija dostave je izbrisana", - "shipping-option-card-flat-rate": "Fiksna stopa", - "shipping-option-card-calculated": "Izračunato", - "shipping-option-card-min-subtotal": "Min. ukupno:", - "shipping-option-card-max-subtotal": "Maks. ukupno:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Trgovina", - "shipping-option-card-edit": "Uredi", - "shipping-option-card-delete": "Izbriši", - "shipping-option-form-visible-in-store": "Vidljivo u trgovini", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Omogućite ili onemogućite vidljivost opcije dostave u trgovini.", - "shipping-option-form-details": "Detalji", - "shipping-option-form-title": "Naslov", - "shipping-option-form-title-is-required": "Naslov je obavezan", - "shipping-option-form-price-type": "Tip cijene", - "shipping-option-form-flat-rate": "Fiksna stopa", - "shipping-option-form-calculated": "Izračunato", - "shipping-option-form-choose-a-price-type": "Odaberite tip cijene", - "shipping-option-form-price": "Cijena", - "shipping-option-form-shipping-profile": "Profil dostave", - "shipping-option-form-choose-a-shipping-profile": "Odaberite profil dostave", - "shipping-option-form-fulfillment-method": "Metoda realizacije", - "shipping-option-form-choose-a-fulfillment-method": "Odaberite metodu realizacije", - "shipping-option-form-requirements": "Zahtjevi", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. ukupno mora biti manje od maks. ukupno", - "shipping-option-form-min-subtotal": "Min. ukupno", - "shipping-option-form-max-subtotal": "Maks. ukupno", - "shipping-option-form-metadata": "Metapodaci", - "general-section-success": "Uspjeh", - "general-section-region-was-successfully-updated": "Regija je uspješno ažurirana", - "general-section-error": "Greška", - "general-section-edit-region-details": "Uredi pojedinosti regije", - "general-section-details": "Detalji", - "general-section-providers": "Pružatelji", - "general-section-metadata": "Metapodaci", - "general-section-cancel": "Odustani", - "general-section-save-and-close": "Spremi i zatvori", - "edit-something-went-wrong": "Nešto je pošlo po krivu...", - "edit-no-region-found": "Ne možemo pronaći regiju s tim ID-em, koristite izbornik s lijeva da biste odabrali regiju.", - "return-shipping-options-success": "Uspjeh", - "return-shipping-options-shipping-option-created": "Opcija dostave je stvorena", - "return-shipping-options-error": "Greška", - "return-shipping-options-add-return-shipping-option": "Dodaj opciju povratne dostave", - "return-shipping-options-cancel": "Odustani", - "return-shipping-options-save-and-close": "Spremi i zatvori", - "return-shipping-options-return-shipping-options": "Opcije povratne dostave", - "return-shipping-options-add-option": "Dodaj opciju", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Unesite pojedinosti o dostupnim regionalnim metodama povratne dostave.", - "shipping-options-success": "Uspjeh", - "shipping-options-shipping-option-created": "Opcija dostave je stvorena", - "shipping-options-error": "Greška", - "shipping-options-add-shipping-option": "Dodaj opciju dostave", - "shipping-options-cancel": "Odustani", - "shipping-options-save-and-close": "Spremi i zatvori", - "shipping-options-shipping-options": "Opcije dostave", - "shipping-options-add-option": "Dodaj opciju", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Unesite pojedinosti o dostupnim regionalnim metodama dostave.", - "new-region-created": "Regija je stvorena", - "new-create-region": "Stvori regiju", - "new-details": "Detalji", - "new-add-the-region-details": "Dodajte pojedinosti regije.", - "new-providers": "Pružatelji", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Dodajte koji pružatelji realizacije i plaćanja trebaju biti dostupni u ovoj regiji.", - "region-overview-regions": "Regije", - "region-overview-manage-the-markets-that-you-will-operate-within": "Upravljajte tržištima na kojima ćete poslovati.", - "region-overview-not-configured": "Nije konfigurirano", - "region-overview-fulfillment-providers": "Pružatelji realizacije:", - "return-reasons-notification-success": "Uspjeh", - "return-reasons-created-a-new-return-reason": "Stvoren je novi razlog za povrat", - "return-reasons-success": "Uspjeh", - "return-reasons-error": "Greška", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Nemoguće stvoriti razlog povrata s postojećom vrijednošću", - "return-reasons-add-reason": "Dodaj razlog", - "return-reasons-value-is-required": "Vrijednost je obavezna", - "return-reasons-value": "Vrijednost", - "return-reasons-label-is-required": "Oznaka je obavezna", - "return-reasons-label": "Oznaka", - "return-reasons-description": "Opis", - "return-reasons-customer-received-the-wrong-size": "Kupac je dobio pogrešnu veličinu", - "return-reasons-cancel": "Odustani", - "return-reasons-create": "Stvori", - "return-reasons-success-title": "Uspjeh", - "return-reasons-successfully-updated-return-reason": "Razlog povrata je uspješno ažuriran", - "return-reasons-duplicate-reason": "Dupliciraj razlog", - "return-reasons-delete-reason": "Izbriši razlog", - "return-reasons-save": "Spremi", - "return-reasons-details": "Detalji", - "return-reasons-delete-return-reason": "Izbriši razlog povrata", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Jeste li sigurni da želite izbrisati ovaj razlog povrata?", - "return-reasons-back-to-settings": "Nazad na postavke", - "return-reasons-return-reasons": "Razlozi povrata", - "return-reasons-add-reason-label": "Dodaj razlog", - "return-reasons-manage-reasons-for-returned-items": "Upravljajte razlozima za vraćene artikle", - "taxes-details": "Detalji", - "taxes-new-tax-rate": "Nova porezna stopa", - "taxes-tax-calculation-settings": "Postavke poreznog izračuna", - "taxes-success": "Uspjeh", - "taxes-successfully-updated-tax-rate": "Porezna stopa je uspješno ažurirana.", - "taxes-error": "Greška", - "taxes-overrides": "Nadjačavanja", - "taxes-product-rules": "Pravila proizvoda", - "taxes-product-rules-description_one": "Primjenjuje se na {{count}} productWithCount", - "taxes-product-rules-description_other": "Primjenjuje se na {{count}} productWithCount", - "taxes-product-type-rules": "Pravila tipova proizvoda", - "taxes-product-type-rules-description_one": "Primjenjuje se na {{count}} proizvod typeWithCount", - "taxes-product-type-rules-description_other": "Primjenjuje se na {{count}} proizvoda typeWithCount", - "taxes-shipping-option-rules": "Pravila opcije dostave", - "taxes-applies-to-shipping-option-with-count_one": "Primjenjuje se na {{count}} dostavu optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Primjenjuje se na {{count}} dostave optionWithCount", - "taxes-add-overrides": "Dodaj nadjačavanja", - "taxes-cancel": "Odustani", - "taxes-save": "Spremi", - "taxes-name": "Naziv", - "taxes-default": "Zadano", - "taxes-rate-name": "Naziv stope", - "taxes-tax-rate": "Porezna stopa", - "taxes-tax-code": "Porezni kôd", - "taxes-edit-tax-rate": "Uredi poreznu stopu", - "taxes-back-to-settings": "Nazad na postavke", - "taxes-regions": "Regije", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Odaberite regiju za koju želite upravljati porezima", - "taxes-go-to-region-settings": "Idi na postavke regije", - "taxes-successfully-created-tax-rate": "Porezna stopa je uspješno stvorena.", - "taxes-add-tax-rate": "Dodaj poreznu stopu", - "taxes-applies-to-product-type-with-count_one": "Primjenjuje se na {{count}} proizvod typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Primjenjuje se na {{count}} proizvoda typeWithCount", - "taxes-create": "Stvori", - "taxes-select-products": "Odaberite proizvode", - "taxes-select-product-types-label": "Odaberite tipove proizvoda", - "taxes-product-types": "Tipovi proizvoda", - "taxes-system-tax-provider": "Sistemski porezni pružatelj", - "taxes-region-tax-settings-were-successfully-updated": "Postavke poreza za regiju uspješno su ažurirane.", - "taxes-tax-provider": "Porezni pružatelj", - "taxes-calculate-taxes-automatically": "Automatski izračunavati poreze?", - "taxes-automatically-apply-tax-calculations-to-carts": "Kad je označeno, Medusa će automatski primjenjivati izračune poreza na košarice u ovoj regiji. Ako nije označeno, poreze ćete morati ručno izračunavati pri naplati. Ručni porezi se preporučuju ako koristite pružatelja treće strane kako biste izbjegli previše zahtjeva.", - "taxes-apply-tax-to-gift-cards": "Primjenjivati porez na poklon kartice?", - "taxes-apply-taxes-to-gift-cards": "Kada je označeno, porezi će se primjenjivati na poklon kartice pri naplati. U nekim zemljama porezni propisi zahtijevaju da se porezi primjenjuju na poklon kartice pri kupnji.", - "taxes-search-products": "Pretraži proizvode...", - "taxes-select-shipping-option": "Odaberite opciju dostave", - "taxes-shipping-options": "Opcije dostave", - "taxes-delete-tax-rate-heading": "Izbriši poreznu stopu", - "taxes-confirm-delete": "Jeste li sigurni da želite izbrisati ovu poreznu stopu?", - "taxes-tax-rate-was-deleted": "Porezna stopa je izbrisana.", - "taxes-edit": "Uredi", - "taxes-delete-tax-rate": "Izbriši poreznu stopu", - "taxes-delete-rule": "Izbriši pravilo", - "taxes-type": "Tip", - "taxes-products": "Proizvodi", - "taxes-select-individual-products": "Odaberite pojedinačne proizvode", - "taxes-select-product-types": "Odaberite tipove proizvoda", - "taxes-select-shipping-options": "Odaberite opcije dostave", - "taxes-back": "Nazad", - "taxes-add": "Dodaj", - "taxes-code": "Kôd", - "users-invite-users": "Pozovi korisnike", - "users-back-to-settings": "Nazad na postavke", - "users-the-team": "Tim", - "users-manage-users-of-your-medusa-store": "Upravljajte korisnicima svoje Medusa trgovine", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" - } \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/cs/translation.json b/packages/admin-ui/ui/public/locales/cs/translation.json deleted file mode 100644 index fbef07a6197a7..0000000000000 --- a/packages/admin-ui/ui/public/locales/cs/translation.json +++ /dev/null @@ -1,1942 +0,0 @@ -{ - "activity-drawer-processing": "Probíhá zpracování...", - "add-additional-items-screen-add-product-variants": "Přidání variant produktu", - "add-additional-items-screen-add-products": "Přidat produkty", - "add-additional-items-screen-go-back": "Vrátit se zpět", - "add-additional-items-screen-price": "Cena", - "analytics-preferences-help-us-get-better": "Pomozte nám se zlepšit", - "analytics-preferences-please-enter-a-valid-email": "Zadejte prosím platný e-mail", - "analytics-preferences-success": "Uloženo", - "analytics-preferences-your-preferences-were-successfully-updated": "Vaše předvolby byly úspěšně aktualizovány", - "back-button-go-back": "Vrátit se zpět", - "batch-job-download-template": "Stáhněte si níže uvedenou šablonu, abyste se ujistili, že dodržujete správný formát.", - "batch-job-error": "Chyba", - "batch-job-failed-to-cancel-the-batch-job": "Nepodařilo se zrušit úlohy", - "batch-job-failed-to-delete-the-csv-file": "Nepodařilo se odstranit soubor CSV", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Import potvrzen. Informace o průběhu jsou k dispozici v sekci \"aktivita\".", - "batch-job-import-failed": "Import se nezdařil.", - "batch-job-imports-description": "Prostřednictvím importů můžete přidávat nebo aktualizovat produkty. Chcete-li aktualizovat existující produkty/varianty, musíte nastavit existující id ve sloupcích Product/Variant id. Pokud hodnota není nastavena, vytvoří se nový záznam. Před importem produktů budete požádáni o potvrzení.", - "batch-job-products-list": "seznam produktů", - "batch-job-success": "Úspěšně dokončeno", - "batch-job-unsure-about-how-to-arrange-your-list": "Nejste si jisti, jak seznam uspořádat?", - "claim-a-shipping-method-for-replacement-items-is-required": "Je nutno vybrat způsob přepravy náhradních položek", - "claim-are-you-sure-you-want-to-close": "Opravdu chcete odejít?", - "claim-cancel": "Zrušit", - "claim-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.", - "claim-create-claim": "Vytvořit nárok", - "claim-created": "Reklamace pro objednávku #{{display_id}} byla úspěšně vytvořena", - "claim-error-creating-claim": "Chyba při vytváření reklamace", - "claim-location": "Umístění", - "claim-please-select-a-reason": "Vyberte prosím důvod", - "claim-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit", - "claim-submit-and-close": "Odeslání a uzavření", - "claim-successfully-created-claim": "Úspěšně vytvořená reklamace", - "claim-type-form-refund": "Vrácení peněz", - "claim-type-form-replace": "Vyměňte stránky", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Máte neuložené změny, jste si jisti, že je chcete zavřít?", - "collection-modal-add-collection": "Přidat kolekci", - "collection-modal-cancel": "Zrušit", - "collection-modal-description": "K vytvoření kolekce potřebujete pouze název a podadresu.", - "collection-modal-details": "Podrobnosti na", - "collection-modal-edit-collection": "Upravit kolekci", - "collection-modal-error": "Chyba", - "collection-modal-handle-label": "Podadresa", - "collection-modal-handle-placeholder": "nazev-kolekce", - "collection-modal-metadata": "Metadata", - "collection-modal-publish-collection": "Zveřejnit kolekci", - "collection-modal-save-collection": "Uložit kolekci", - "collection-modal-slug-description": "URL podadresa (obchod.cz/nazev-kolekce) pro kolekci. Nechte prázdné pro automatické vygenerování.", - "collection-modal-success": "Úspěšně dokončeno", - "collection-modal-successfully-created-collection": "Kolekce byla úspěšně vytvořena", - "collection-modal-successfully-updated-collection": "Kolekce byla úspěšně aktualizována", - "collection-modal-title-label": "Název", - "collection-modal-title-placeholder": "Sluneční brýle", - "collection-product-table-add-products": "Přidat produkty", - "collection-product-table-all": "Všechny", - "collection-product-table-cancel": "Zrušit", - "collection-product-table-decide-status-published": "Zveřejnění", - "collection-product-table-draft": "Koncept", - "collection-product-table-newest": "Nejnovější", - "collection-product-table-oldest": "Nejstarší", - "collection-product-table-product-removed-from-collection": "Výrobek vyřazen ze kolekce", - "collection-product-table-products": "Produkty", - "collection-product-table-proposed": "Navrhované stránky", - "collection-product-table-rejected": "Odmítnuto", - "collection-product-table-remove-product-from-collection": "Odstranění produktu z kolekce", - "collection-product-table-save": "Uložit", - "collection-product-table-search-products": "Vyhledávání produktů", - "collection-product-table-sort-by": "Seřadit podle", - "collection-product-table-title": "Název", - "collections-cancel": "Zrušit", - "collections-save-and-close": "Uložit a zavřít", - "collections-save-and-go-back": "Uložit a vrátit se zpět", - "collections-search": "Vyhledávání...", - "collections-table-confirm-delete": "Opravdu chcete tuto kolekci odstranit?", - "collections-table-created-at": "Vytvořeno", - "collections-table-delete": "Odstranit", - "collections-table-delete-collection": "Odstranění kolekce", - "collections-table-edit": "Upravit", - "collections-table-handle": "Podadresa", - "collections-table-products": "Produkty", - "collections-table-title": "Název", - "collections-table-updated-at": "Aktualizováno", - "components-add": "Přidat", - "components-add-category-item-to": "Přidat položku kategorie do", - "components-add-custom": "Přidat vlastní", - "components-add-custom-item": "Přidání vlastní položky", - "components-add-discount": "Přidat slevu", - "components-add-existing": "Přidat stávající", - "components-add-products": "Přidat produkty", - "components-address": "Adresa", - "components-attention": "Pozor!", - "components-back": "Zpět", - "components-billing-address": "Fakturační adresa", - "components-billing-details": "Fakturační údaje", - "components-category-deleted": "Kategorie odstraněna", - "components-category-deletion-failed": "Odstranění kategorie se nezdařilo", - "components-category-status-is-inactive": "Stav kategorie je neaktivní", - "components-category-visibility-is-private": "Viditelnost kategorie je soukromá", - "components-choose-a-shipping-method": "Výběr způsobu přepravy", - "components-choose-existing-addresses": "Výběr existujících adres", - "components-choose-region": "Zvolte oblast", - "components-create-new": "Vytvořit nový", - "components-custom-price": "Vlastní cena", - "components-customer-and-shipping-details": "Údaje o zákazníkovi a přepravě", - "components-decrease-quantity": "Snížení množství", - "components-default": "Výchozí", - "components-delete": "Odstranit", - "components-details": "Podrobnosti", - "components-discount": "Sleva", - "components-e-g-gift-wrapping": "Např. balení dárků", - "components-edit": "Upravit", - "components-email": "E-mail", - "components-error": "Chyba", - "components-failed-to-update-category-tree": "Nepodařilo se aktualizovat strom kategorií", - "components-find-existing-customer": "Vyhledání stávajícího zákazníka", - "components-increase-quantity": "Zvýšení množství", - "components-items-for-the-order": "Položky pro objednávku", - "components-no-options-for-orders-without-shipping": "U objednávek bez dopravy nemáte žádné možnosti. Přidejte prosím jednu z nich (např. \"Plnění v obchodě\") s odškrtnutou volbou \"Zobrazit na webových stránkách\" v nastavení regionu a pokračujte.", - "components-price": "Cena", - "components-price-excl-taxes": "Cena (bez daně)", - "components-quantity": "Množství", - "components-region": "Region", - "components-set-custom-price": "Nastavení vlastní ceny", - "components-shipping-method": "Způsob přepravy", - "components-success": "Úspěšně dokončeno", - "components-successfully-updated-category-tree": "Úspěšně aktualizovaný strom kategorií", - "components-successfully-updated-currency": "Úspěšně aktualizovaná měna", - "components-summer-10": "SUMMER10", - "components-the-discount-code-is-invalid": "Slevový kód je neplatný", - "components-the-discount-is-not-applicable-to-the-selected-region": "Sleva se nevztahuje na vybraný region", - "components-title": "Název", - "components-type": "Typ", - "components-use-same-as-shipping": "Použijte stejný jako při přepravě", - "components-value": "Hodnota", - "condition-item-remainder-more": "+{{remainder}} více", - "conditions-add-condition": "Přidat podmínku", - "conditions-add-condition-label": "Přidat podmínku", - "conditions-collection": "Kolekce", - "conditions-condition-removed": "Podmínka odstraněna", - "conditions-conditions": "Podmínky", - "conditions-customer-group": "Skupina zákazníků", - "conditions-delete-condition": "Odstranit podmínku", - "conditions-discount-is-applicable-to-specific-collections": "Sleva se vztahuje na konkrétní kolekce", - "conditions-discount-is-applicable-to-specific-customer-groups": "Sleva se vztahuje na určité skupiny zákazníků", - "conditions-discount-is-applicable-to-specific-product-tags": "Sleva se vztahuje na konkrétní značky produktů", - "conditions-discount-is-applicable-to-specific-product-types": "Sleva se vztahuje na konkrétní typy produktů", - "conditions-discount-is-applicable-to-specific-products": "Sleva se vztahuje na konkrétní produkty", - "conditions-edit": "Upravit", - "conditions-edit-condition": "Upravit stav", - "conditions-error": "Chyba", - "conditions-product": "Produkt", - "conditions-success": "Úspěšně dokončeno", - "conditions-tag": "Štítek", - "conditions-this-discount-has-no-conditions": "Tato sleva nemá žádné podmínky", - "conditions-type": "Typ", - "configurations-cancel": "Zrušit", - "configurations-configurations": "Konfigurace", - "configurations-delete-configuration": "Odstranění konfigurace", - "configurations-delete-setting": "Odstranění nastavení", - "configurations-discount-duration-removed": "Odstranění doby trvání slevy", - "configurations-discount-end-date-removed": "Odstranění data ukončení slevy", - "configurations-discount-updated-successfully": "Sleva byla úspěšně aktualizována", - "configurations-edit-configurations": "Úprava konfigurací", - "configurations-end-date": "Datum ukončení", - "configurations-error": "Chyba", - "configurations-number-of-redemptions": "Počet zpětných odkupů", - "configurations-redemption-limit-removed": "Odstranění limitu pro vykoupení", - "configurations-save": "Uložit", - "configurations-start-date": "Datum zahájení", - "configurations-success": "Úspěšně uloženo", - "create-fulfillment-cancel": "Zrušit", - "create-fulfillment-cant-allow-this-action": "Tuto akci nelze povolit", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Vyberte si, odkud chcete plnit.", - "create-fulfillment-create-fulfillment": "Vytvořit plnění", - "create-fulfillment-create-fulfillment-title": "Vytvořit plnění", - "create-fulfillment-error": "Chyba", - "create-fulfillment-items-to-fulfill": "Položky k plnění", - "create-fulfillment-locations": "Lokality", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Vyberte prosím místo, ze kterého chcete plnit", - "create-fulfillment-quantity-is-not-valid": "Množství není platné", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Vyberte počet položek, které chcete splnit.", - "create-fulfillment-send-notifications": "Odesílání oznámení", - "create-fulfillment-success": "Úspěšně vytvořeno", - "create-fulfillment-successfully-fulfilled-claim": "Úspěšně splněná reklamace", - "create-fulfillment-successfully-fulfilled-order": "Úspěšně vyřízená objednávka", - "create-fulfillment-successfully-fulfilled-swap": "Úspěšně splněná výměna", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Snaha splnit více, než je skladem", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Po přepnutí budou odesílány oznamovací e-maily.", - "currencies-an-unknown-error-occurred": "Došlo k neznámé chybě", - "currencies-back-to-settings": "Zpět do nastavení", - "currencies-error": "Chyba", - "currencies-include-or-exclude-taxes": "Rozhodněte, zda chcete zahrnout nebo vyloučit daně, kdykoli definujete cenu v této měně.", - "currencies-manage-the-markets-that-you-will-operate-within": "Spravujte trhy, na kterých budete působit.", - "currencies-tax-incl-prices": "Ceny včetně daně", - "currency-input-amount-is-not-valid": "Částka není platná", - "currency-input-currency": "Měna", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "customer-group-table-all": "Všechny", - "customer-group-table-cancel": "Zrušit", - "customer-group-table-customer-groups": "Skupiny zákazníků", - "customer-group-table-customer-groups-title": "Skupiny zákazníků", - "customer-group-table-customers": "Zákazníci", - "customer-group-table-delete": "Odstranit", - "customer-group-table-delete-from-the-group": "Odstranit ze skupiny", - "customer-group-table-details": "Podrobnosti na", - "customer-group-table-edit-customers": "Upravit zákazníky", - "customer-group-table-error": "Chyba", - "customer-group-table-failed-to-delete-the-group": "Nepodařilo se odstranit skupinu", - "customer-group-table-group-deleted": "Skupina odstraněna", - "customer-group-table-groups": "Skupiny", - "customer-group-table-save": "Uložit", - "customer-group-table-success": "Úspěšně dokončeno", - "customer-groups-cancel": "Zrušit", - "customer-groups-save-and-close": "Uložit a zavřít", - "customer-groups-save-and-go-back": "Uložit a vrátit se zpět", - "customer-groups-search": "Vyhledávání...", - "customer-orders-table-awaiting": "Čeká se na", - "customer-orders-table-date": "Datum", - "customer-orders-table-fulfilled": "Splněno", - "customer-orders-table-fulfillment": "Plnění", - "customer-orders-table-n-a": "NEUPLATŇUJE SE", - "customer-orders-table-not-fulfilled": "Není splněno", - "customer-orders-table-order": "Objednávka", - "customer-orders-table-orders": "Objednávky", - "customer-orders-table-paid": "Placené", - "customer-orders-table-partially-fulfilled": "Částečně splněno", - "customer-orders-table-partially-shipped": "Částečně odesláno", - "customer-orders-table-remainder-more": "+ {{remainder}} více", - "customer-orders-table-requires-action": "Vyžaduje akci", - "customer-orders-table-shipped": "Odesláno", - "customer-orders-table-status": "Stav", - "customer-orders-table-total": "Celkem", - "customer-orders-table-transfer-order": "Převodní příkaz", - "customer-table-customers": "Zákazníci", - "customer-table-date-added": "Datum přidání", - "customer-table-details": "Podrobnosti na", - "customer-table-edit": "Upravit", - "customer-table-email": "E-mail", - "customer-table-name": "Název", - "customer-table-orders": "Objednávky", - "default-store-currency-default-store-currency": "Výchozí měna obchodu", - "default-store-currency-error": "Chyba", - "default-store-currency-success": "Úspěšně aktualizováno", - "default-store-currency-successfully-updated-default-currency": "Úspěšná aktualizace výchozí měny", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "V této měně se zobrazují vaše ceny.", - "detail-cards-allocate": "Přidělení", - "detail-cards-allocated": "Přiděleno", - "detail-cards-discount": "Sleva:", - "detail-cards-edit-order": "Upravit pořadí", - "detail-cards-not-fully-allocated": "Nebylo plně přiděleno", - "detail-cards-original-total": "Původní celková částka", - "detail-cards-shipping": "Přeprava", - "detail-cards-subtotal": "Mezisoučet", - "detail-cards-tax": "Daň", - "detail-cards-total": "Celkem", - "details-an-overview-of-customer-orders": "Přehled objednávek zákazníků", - "details-are-you-sure-you-want-to-cancel-the-order": "Opravdu chcete objednávku zrušit?", - "details-back-to-collections": "Zpět na kolekce", - "details-back-to-customers": "Zpět na zákazníky", - "details-back-to-discounts": "Zpět na slevy", - "details-back-to-gift-cards": "Zpět na dárkové karty", - "details-back-to-orders": "Zpět na objednávky", - "details-balance": "Bilance", - "details-balance-updated": "Aktualizovaný zůstatek", - "details-billing": "Fakturace", - "details-billing-address": "Fakturační adresa", - "details-cancel": "Zrušit", - "details-cancel-order": "Zrušit objednávku", - "details-cancel-order-heading": "Zrušit objednávku", - "details-collapsible-hide-additional-details": "Skrýt další podrobnosti", - "details-collapsible-show-additional-details": "Zobrazit další podrobnosti", - "details-condition-tables-cancel": "Zrušit", - "details-condition-tables-save-and-add-more": "Uložit a přidat další", - "details-condition-tables-save-and-close": "Uložit a zavřít", - "details-condition-tables-search-by-tag": "Hledat podle štítků...", - "details-condition-tables-search-by-title": "Vyhledávání podle názvu...", - "details-condition-tables-search-by-type": "Vyhledávání podle typu...", - "details-condition-tables-search-groups": "Vyhledávání skupin...", - "details-condition-tables-search-products": "Vyhledávání produktů...", - "details-confirm-delete-discount": "Opravdu chcete tuto slevu odstranit?", - "details-contact": "Kontakt", - "details-create-fulfillment": "Vytvořit plnění", - "details-created": "Vytvořeno", - "details-customer": "Zákazník", - "details-customer-details": "Podrobnosti o zákaznících", - "details-delete": "Odstranit", - "details-delete-collection": "Odstranit kolekci", - "details-delete-discount": "Smazat slevu", - "details-details": "Podrobnosti na", - "details-discount-deleted": "Sleva odstraněna", - "details-edit": "Upravit", - "details-edit-billing-address": "Upravit fakturační adresu", - "details-edit-collection": "Upravit kolekci", - "details-edit-details": "Upravit podrobnosti", - "details-edit-email-address": "Upravit e-mailovou adresu", - "details-edit-gift-card": "Upravit dárkovou kartu", - "details-edit-products": "Upravit produkty", - "details-edit-shipping-address": "Upravit dodací adresu", - "details-email": "E-mail", - "details-email-address": "E-mailová adresa", - "details-email-copied": "E-mail zkopírován do schránky", - "details-error": "Chyba", - "details-expires-on": "Vyprší", - "details-failed-to-update-balance": "Nepodařilo se aktualizovat zůstatek", - "details-failed-to-update-gift-card": "Nepodařilo se aktualizovat dárkovou kartu", - "details-first-name": "Jméno", - "details-first-seen": "Poprvé zobrazeno", - "details-fulfillment": "Plnění", - "details-general": "Obecné", - "details-gift-card-balance-was-updated": "Zůstatek na dárkové kartě byl aktualizován", - "details-gift-card-was-successfully-updated": "Dárková karta byla úspěšně aktualizována", - "details-go-to-customer": "Přejít k zákazníkovi", - "details-james": "Jan", - "details-last-name": "Příjmení", - "details-lebron": "Novák", - "details-location": "Umístění", - "details-metadata": "Metadata", - "details-order-id-copied": "ID objednávky zkopírováno do schránky", - "details-orders": "Objednávky", - "details-orders_one": "Objednávky {{count}}", - "details-orders_other": "Objednávky {{count}}", - "details-original-amount": "Původní částka", - "details-payment": "Platba", - "details-phone": "Telefon", - "details-phone-number": "Telefonní číslo", - "details-products-in-this-collection": "Produkty v této kolekci", - "details-raw-collection": "Kolekce (hrubá)", - "details-raw-customer": "Zákazník (hrubě)", - "details-raw-discount": "Hrubá sleva", - "details-raw-gift-card": "Dárková karta (hrubě)", - "details-raw-order": "Objednávka (hrubě)", - "details-refunded": "Vráceno", - "details-region": "Oblast", - "details-save": "Uložit", - "details-save-and-close": "Uložit a zavřít", - "details-shipping": "Přeprava", - "details-shipping-address": "Dodací adresa", - "details-shipping-method": "Způsob přepravy", - "details-success": "Úspěšně dokončeno", - "details-successfully-canceled-order": "Objednávka byla úspěšně zrušena", - "details-successfully-deleted-collection": "Kolekce byla úspěšně odstraněna", - "details-successfully-updated-address": "Adresa byla úspěšně aktualizována", - "details-successfully-updated-customer": "Aktualizace zákazníka proběhla úspěšně", - "details-successfully-updated-the-email-address": "E-mailová adresa byla úspěšně aktualizována", - "details-successfully-updated-the-status-of-the-gift-card": "Stav dárkové karty byl úspěšně aktualizován", - "details-total-paid": "Platba celkem", - "details-transfer-ownership": "Změna majitele", - "details-update-balance": "Aktualizace zůstatku", - "details-update-balance-label": "Aktualizace zůstatku", - "details-updated-gift-card": "Aktualizovaná dárková karta", - "details-updated-products-in-collection": "Aktualizované produkty v kolekci", - "details-updated-status": "Aktualizovaný stav", - "details-user": "Uživatel", - "details-yes-delete": "Ano, vymazat", - "discount-filter-dropdown-filters": "Filtry", - "discount-form-add-conditions": "Přidat podmínky", - "discount-form-add-conditions-to-your-discount": "Přidání podmínek ke slevě", - "discount-form-allocation": "Přidělit", - "discount-form-cancel": "Zrušit", - "discount-form-choose-a-condition-type": "Výběr typu podmínky", - "discount-form-choose-collections": "Vyberte kolekce", - "discount-form-choose-groups": "Výběr skupin", - "discount-form-choose-products": "Výběr produktů", - "discount-form-choose-types": "Vyberte typy", - "discount-form-collection": "Kolekce", - "discount-form-conditions": "Podmínky", - "discount-form-configuration": "Nastavení", - "discount-form-create-new-discount": "Vytvořit novou slevu", - "discount-form-customer-group": "Skupina", - "discount-form-discount-code-application-disclaimer": "Slevový kód platí od okamžiku, kdy stisknete tlačítko publikovat, do té doby než ho odstraníte.", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Pokud nezměníte nastavení, slevový kód se automaticky vztahuje na všechny produkty.", - "discount-form-discount-type": "Typ slevy", - "discount-form-error": "Chyba", - "discount-form-general": "Obecné", - "discount-form-metadata": "Metadata", - "discount-form-metadata-usage-description": "Metadata umožňují přidat ke slevě další informace.", - "discount-form-only-for-specific-customer-groups": "Pouze pro určité skupiny zákazníků", - "discount-form-only-for-specific-product-collections": "Pouze pro konkrétní kolekce výrobků", - "discount-form-only-for-specific-product-types": "Pouze pro určité typy výrobků", - "discount-form-only-for-specific-products": "Pouze pro konkrétní produkty", - "discount-form-only-for-specific-tags": "Pouze pro konkrétní značky", - "discount-form-product": "Produkt", - "discount-form-publish-discount": "Zveřejnit slevu", - "discount-form-save": "Uložit", - "discount-form-save-as-draft": "Uložit jako koncept", - "discount-form-select-a-discount-type": "Vyberte typ slevy", - "discount-form-tag": "Štítek", - "discount-form-type": "Typ", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Každý typ podmínky můžete přidat pouze jednou.", - "discount-form-you-cannot-add-any-more-conditions": "Nelze přidávat další podmínky", - "discount-table-active": "Aktivní", - "discount-table-amount": "Částka", - "discount-table-code": "Kód", - "discount-table-confirm-delete": "Opravdu chcete tuto slevu odstranit?", - "discount-table-delete": "Odstranit", - "discount-table-delete-discount": "Smazat slevu", - "discount-table-description": "Popis", - "discount-table-disabled": "Neaktivní", - "discount-table-discounts": "Slevy", - "discount-table-duplicate": "Duplikát", - "discount-table-error": "Chyba", - "discount-table-expired": "Vypršela platnost", - "discount-table-free-shipping": "Doprava zdarma", - "discount-table-publish": "Zveřejnit", - "discount-table-redemptions": "Výkupy", - "discount-table-scheduled": "Plánované", - "discount-table-search-by-code-or-description": "Vyhledávání podle kódu nebo popisu...", - "discount-table-status": "Stav", - "discount-table-success": "Úspěšně dokončeno", - "discount-table-successfully-copied-discount": "Úspěšně zkopírovaná sleva", - "discount-table-successfully-published-discount": "Úspěšně zveřejněná sleva", - "discount-table-successfully-unpublished-discount": "Úspěšně zrušená sleva", - "discount-table-unpublish": "Zrušení publikování", - "discounts-add-discount": "Přidat slevu", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "draft-order-table-completed": "Dokončeno", - "draft-order-table-customer": "Zákazník", - "draft-order-table-date-added": "Datum přidání", - "draft-order-table-draft": "Koncept", - "draft-order-table-draft-orders": "Koncepty objednávek", - "draft-order-table-open": "Otevřít", - "draft-order-table-order": "Objednávka", - "draft-order-table-status": "Stav", - "draft-orders-1-item": "(1 položka)", - "draft-orders-amount": "Částka {{currency_code}}", - "draft-orders-are-you-sure": "Opravdu chcete pokračovat?", - "draft-orders-back-to-draft-orders": "Zpět do konceptů objednávek", - "draft-orders-billing": "Fakturace", - "draft-orders-cancel": "Zrušit", - "draft-orders-cancel-draft-order": "Zrušit koncept objednávky", - "draft-orders-completed": "Dokončeno", - "draft-orders-configure-payment-link-in-store-settings": "Konfigurace platebního odkazu v nastavení obchodu", - "draft-orders-contact": "Kontakt", - "draft-orders-create-draft-order": "Vytvoření konceptu objednávky", - "draft-orders-customer": "Zákazník", - "draft-orders-data": "Data", - "draft-orders-draft-order": "Koncept objednávky", - "draft-orders-edit-billing-address": "Upravit fakturační adresu", - "draft-orders-edit-shipping-address": "Upravit dodací adresu", - "draft-orders-email": "E-mail", - "draft-orders-error": "Chyba", - "draft-orders-go-to-customer": "Přejít k zákazníkovi", - "draft-orders-go-to-order": "Přejít na objednávku", - "draft-orders-mark-as-paid": "Označit jako zaplacené", - "draft-orders-mark-paid": "Mark zaplatil", - "draft-orders-open": "Otevřít", - "draft-orders-payment": "Platba", - "draft-orders-payment-link": "Odkaz na platbu:", - "draft-orders-phone": "Telefon", - "draft-orders-raw-draft-order": "Pořadí hrubého konceptu", - "draft-orders-remove-resource-heading": "Odebrat {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} odstraněno", - "draft-orders-shipping": "Přeprava", - "draft-orders-shipping-method": "Způsob přepravy", - "draft-orders-subtotal": "Mezisoučet", - "draft-orders-success": "Úspěšně uloženo", - "draft-orders-successfully-canceled-order": "Objednávka byla úspěšně zrušena", - "draft-orders-successfully-mark-as-paid": "Objednávka byla označena jako zaplacená", - "draft-orders-tax": "Daň", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Tímto se vytvoří objednávka. Pokud jste již obdrželi platbu, zaškrtněte \"zaplaceno\".", - "draft-orders-total-to-pay": "Celkem k úhradě", - "edit-add-a-note": "Přidejte poznámku...", - "edit-add-items": "Přidat položky", - "edit-add-product-variants": "Přidání variant produktu", - "edit-added-successfully": "Úspěšně přidáno", - "edit-amount-paid": "Vyplacená částka", - "edit-back": "Zpět", - "edit-cancel": "Zrušit", - "edit-condition-add": "Přidat", - "edit-condition-add-conditions": "Přidání podmínek", - "edit-condition-close": "Zavřít", - "edit-condition-deselect": "Zrušení výběru", - "edit-condition-error": "Chyba", - "edit-condition-failed-to-add-resources": "Nepodařilo se přidat prostředky", - "edit-condition-failed-to-remove-resources": "Nepodařilo se odebrat prostředky", - "edit-condition-remove": "Odstranění adresy", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-success": "Úspěšně upraveno", - "edit-condition-tables-cancel": "Zrušit", - "edit-condition-tables-delete-condition": "Odstranit podmínku", - "edit-condition-tables-save": "Uložit", - "edit-condition-tables-search-by-tag": "Hledat podle štítků...", - "edit-condition-tables-search-by-title": "Vyhledávání podle názvu...", - "edit-condition-tables-search-by-type": "Vyhledávání podle typu...", - "edit-condition-tables-search-groups": "Vyhledávání skupin...", - "edit-condition-tables-search-products": "Vyhledávání produktů...", - "edit-condition-tables-title": "Název", - "edit-condition-the-resources-were-successfully-added": "Prostředky byly úspěšně přidány", - "edit-condition-the-resources-were-successfully-removed": "Prostředky byly úspěšně odstraněny", - "edit-condition-title": "Upravit {{type}} v položce Podmínka slevy", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext musí být použit v rámci EditConditionProvider", - "edit-conditions-modal-title": "Upravit {{title}}", - "edit-difference-due": "Rozdíl z důvodu", - "edit-edit-location-details": "Upravit podrobnosti o umístění", - "edit-edit-order": "Upravit pořadí", - "edit-error": "Chyba", - "edit-error-occurred": "Došlo k chybě", - "edit-failed-to-request-confirmation": "Nepodařilo se vyžádat potvrzení", - "edit-filter-items": "Filtrovat položky...", - "edit-in-stock": "Skladem", - "edit-items": "Položky", - "edit-location-edited-successfully": "Úspěšně upravená poloha", - "edit-metadata": "Metadata", - "edit-new-total": "Nový Celkem", - "edit-no-region-found": "Nemůžeme najít oblast s tímto ID, použijte nabídku vlevo a vyberte oblast.", - "edit-note": "Poznámka", - "edit-order-edit-set-as-requested": "Objednat sadu úprav podle požadavku", - "edit-price": "Cena", - "edit-product": "Produkt", - "edit-products": "Produkty", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} položka: ${{locationName}}", - "edit-sales-channels-add-channels": "Přidání kanálů", - "edit-sales-channels-edit-channels": "Úprava kanálů", - "edit-save-and-close": "Uložit a zavřít", - "edit-save-and-go-back": "Uložit a vrátit se zpět", - "edit-search-product-variants": "Vyhledat varianty produktu...", - "edit-something-went-wrong": "Něco se pokazilo...", - "edit-success": "Úspěšně upraveno", - "edit-user-information-cancel": "Zrušit", - "edit-user-information-edit-information": "Upravit informace", - "edit-user-information-submit-and-close": "Odeslání a uzavření", - "edit-user-information-success": "Úspěšně upraveno", - "edit-user-information-your-information-was-successfully-updated": "Vaše informace byly úspěšně upraveny", - "edit-user-modal-cancel": "Zrušit", - "edit-user-modal-edit-user": "Upravit uživatele", - "edit-user-modal-email": "E-mail", - "edit-user-modal-error": "Chyba", - "edit-user-modal-first-name-label": "Jméno", - "edit-user-modal-first-name-placeholder": "Křestní jméno...", - "edit-user-modal-last-name-label": "Příjmení", - "edit-user-modal-last-name-placeholder": "Příjmení...", - "edit-user-modal-save": "Uložit", - "edit-user-modal-success": "Úspěšně upraveno", - "edit-user-modal-user-was-updated": "Uživatel byl aktualizován", - "edit-variants-modal-cancel": "Zrušit", - "edit-variants-modal-edit-variant": "Upravit variantu", - "edit-variants-modal-edit-variants": "Upravit varianty", - "edit-variants-modal-inventory": "Inventář", - "edit-variants-modal-product-variants": "Varianty produktu", - "edit-variants-modal-save-and-close": "Uložit a zavřít", - "edit-variants-modal-save-and-go-back": "Uložit a vrátit se zpět", - "edit-variants-modal-update-success": "Varianty byly úspěšně aktualizovány", - "edit-variants-modal-variant": "Varianta", - "error-boundary-400": "Požadavek byl chybně formulován, opravte jej a zkuste to prosím znovu.", - "error-boundary-401": "Nejste přihlášeni, pro pokračování se prosím přihlaste.", - "error-boundary-403": "K provedení této akce nemáte oprávnění, pokud se domníváte, že se jedná o chybu, obraťte se prosím na správce.", - "error-boundary-404": "Požadovaná stránka nebyla nalezena, zkontrolujte prosím adresu URL a zkuste to znovu.", - "error-boundary-500": "Došlo k chybě s blíže nespecifikovanou příčinou, která je pravděpodobně způsobena technickým problémem na naší straně. Zkuste prosím stránku obnovit. Pokud problém přetrvává, obraťte se na správce.", - "error-boundary-500-2": "Server nebyl schopen zpracovat váš požadavek, což je pravděpodobně způsobeno technickým problémem na naší straně. Zkuste to prosím znovu. Pokud se problém opakuje, obraťte se na správce.", - "error-boundary-503": "Server je momentálně nedostupný", - "error-boundary-503-2": "Server je dočasně nedostupný a váš požadavek nemohl být zpracován. Zkuste to prosím později. Pokud se problém opakuje, obraťte se na správce.", - "error-boundary-an-unknown-error-occured": "Došlo k neznámé chybě", - "error-boundary-an-unknown-server-error-occured": "Došlo k neznámé chybě serveru", - "error-boundary-back-to-dashboard": "Zpět na přístrojovou desku", - "error-boundary-bad-request": "Špatná žádost", - "error-boundary-page-was-not-found": "Stránka nebyla nalezena", - "error-boundary-you-are-not-logged-in": "Nejste přihlášeni", - "error-boundary-you-do-not-have-permission-perform-this-action": "Na provedení této akce nemáte dostatečná oprávnění", - "export-modal-cancel": "Zrušit", - "export-modal-export": "Export", - "export-modal-title": "Zahájit export dat", - "file-upload-modal-upload-a-new-photo": "Nahrání nové fotografie", - "filter-menu-clear-button": "Odstranit filtry", - "filter-menu-date-item-after": "Po", - "filter-menu-date-item-before": "Před", - "filter-menu-date-item-between": "Mezi", - "filter-menu-select-item-clear-button": "Odstranit vybraných filtry", - "filter-menu-select-item-default-placeholder": "Vyberte filtr", - "filter-menu-select-item-selected": "Vybrané stránky", - "filter-menu-trigger": "Zobrazit", - "form-available-products-at-our-website-app": "Produkty dostupné na našich webových stránkách,...", - "form-close": "Zavřít", - "form-description": "Popis", - "form-error": "Chyba", - "form-failed-to-update-the-sales-channel": "Nepodařilo se aktualizovat prodejní kanál", - "form-general-info": "Obecné informace", - "form-name": "Název", - "form-sales-channel-details": "Podrobnosti o prodejním kanálu", - "form-save": "Uložit", - "form-success": "Úspěšně odesláno", - "form-the-sales-channel-is-successfully-updated": "Prodejní kanál je úspěšně aktualizován", - "form-title": "Název", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm musí být potomkem DiscountFormContext", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm musí být použito v rámci NewOrderFormProvider", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Webové stránky, aplikace, Amazon, prodejní místa v kamenných obchodech, produktový feed na Facebooku...", - "general-cancel": "Zrušit", - "general-confirm-delete-promotion": "Opravdu chcete tuto propagaci odstranit?", - "general-delete-discount": "Smazat slevu", - "general-delete-promotion": "Odstranit propagaci", - "general-details": "Podrobnosti na", - "general-discount-amount": "Výše slevy", - "general-discount-drafted-successfully": "Úspěšně navržená sleva", - "general-discount-published-successfully": "Sleva úspěšně zveřejněna", - "general-discount-updated-successfully": "Sleva byla úspěšně aktualizována", - "general-draft": "Koncept", - "general-edit-general-information": "Upravit obecné informace", - "general-error": "Chyba", - "general-form-flagship-store-warehouse": "Vlajková prodejna, sklad", - "general-form-location-name": "Název lokality", - "general-form-name-is-required": "Je vyžadováno jméno", - "general-free-shipping": "DOPRAVA ZDARMA", - "general-metadata": "Metadata", - "general-promotion-deleted-successfully": "Propagace úspěšně odstraněna", - "general-published": "Zveřejněno na", - "general-save-and-close": "Uložit a zavřít", - "general-section-cancel": "Zrušit", - "general-section-details": "Podrobnosti na", - "general-section-edit-region-details": "Upravit podrobnosti o regionu", - "general-section-error": "Chyba", - "general-section-metadata": "Metadata", - "general-section-providers": "Poskytovatelé", - "general-section-region-was-successfully-updated": "Oblast byla úspěšně aktualizována", - "general-section-save-and-close": "Uložit a zavřít", - "general-section-success": "Úspěšně dokončeno", - "general-success": "Úspěšně dokončeno", - "general-template-discount": "Šablona slevy", - "general-total-redemptions": "Celkový počet odkupů", - "general-unknown-discount-type": "Neznámý typ slevy", - "general-valid-regions": "Platné oblasti", - "gift-card-banner-delete": "Odstranit", - "gift-card-banner-edit": "Upravit", - "gift-card-banner-publish": "Zveřejnit", - "gift-card-banner-published": "Zveřejněno", - "gift-card-banner-unpublish": "Zrušit publikaci", - "gift-card-banner-unpublished": "Nepublikované", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Nominál s touto výchozí hodnotou již existuje.", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Byla úspěšně přidána nová denominace", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Úspěšně byla aktualizována nová denominace", - "gift-card-denominations-section-add-denomination": "Přidat nominální hodnotu", - "gift-card-denominations-section-and-more_one": "a {{count}} více", - "gift-card-denominations-section-and-more_other": "a {{count}} více", - "gift-card-denominations-section-cancel": "Zrušit", - "gift-card-denominations-section-confirm-delete": "Jste si jisti, že chcete toto označení odstranit?", - "gift-card-denominations-section-delete": "Odstranit", - "gift-card-denominations-section-delete-denomination": "Vymazat označení", - "gift-card-denominations-section-denomination": "Označení", - "gift-card-denominations-section-denomination-added": "Přidaná denominace", - "gift-card-denominations-section-denomination-deleted": "Vymazání názvu", - "gift-card-denominations-section-denomination-updated": "Aktualizované označení", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Nominální hodnota byla úspěšně odstraněna", - "gift-card-denominations-section-denominations": "Denominace", - "gift-card-denominations-section-edit": "Upravit", - "gift-card-denominations-section-edit-denomination": "Upravit označení", - "gift-card-denominations-section-error": "Chyba", - "gift-card-denominations-section-in-other-currencies": "V ostatních měnách", - "gift-card-denominations-section-save-and-close": "Uložit a zavřít", - "gift-card-filter-dropdown-date": "Datum", - "gift-card-filter-dropdown-filters": "Filtry", - "gift-card-filter-dropdown-fulfillment-status": "Stav plnění", - "gift-card-filter-dropdown-is-after": "je po", - "gift-card-filter-dropdown-is-before": "je před", - "gift-card-filter-dropdown-is-equal-to": "se rovná", - "gift-card-filter-dropdown-is-in-the-last": "je v poslední", - "gift-card-filter-dropdown-is-older-than": "je starší než", - "gift-card-filter-dropdown-payment-status": "Stav platby", - "gift-card-filter-dropdown-status": "Stav", - "gift-card-table-balance": "Bilance", - "gift-card-table-code": "Kód", - "gift-card-table-created": "Vytvořeno", - "gift-card-table-gift-cards": "Dárkové karty", - "gift-card-table-none": "Žádné", - "gift-card-table-order": "Objednávka", - "gift-card-table-original-amount": "Původní částka", - "gift-card-table-region-has-been-deleted": "Oblast byla odstraněna", - "gift-cards-add-denomination": "Přidat nominální hodnotu", - "gift-cards-amount": "Částka", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Jste připraveni prodat svou první dárkovou kartu?", - "gift-cards-cancel": "Zrušit", - "gift-cards-create-and-send": "Vytvořit a odeslat", - "gift-cards-create-gift-card": "Vytvořit dárkovou kartu", - "gift-cards-create-publish": "Vytvořit a publikovat", - "gift-cards-created-gift-card": "Vytvořená dárková karta", - "gift-cards-custom-gift-card": "Vlastní dárková karta", - "gift-cards-custom-gift-card-was-created-successfully": "Vlastní dárková karta byla úspěšně vytvořena", - "gift-cards-delete": "Odstranit", - "gift-cards-delete-gift-card": "Odstranění dárkové karty", - "gift-cards-denominations": "Denominace", - "gift-cards-description": "Popis", - "gift-cards-details": "Podrobnosti na", - "gift-cards-error": "Chyba", - "gift-cards-gift-card-details": "Podrobnosti o dárkové kartě", - "gift-cards-gift-cards": "Dárkové karty", - "gift-cards-history": "Historie", - "gift-cards-manage": "Správa dárkových karet vašeho obchodu Medusa", - "gift-cards-name": "Název", - "gift-cards-no-gift-card-has-been-added-yet": "Zatím nebyla přidána žádná dárková karta.", - "gift-cards-please-add-at-least-one-denomination": "Přidejte prosím alespoň jedno označení", - "gift-cards-please-enter-a-name-for-the-gift-card": "Zadejte prosím název dárkové karty", - "gift-cards-receiver": "Přijímač", - "gift-cards-see-the-history-of-purchased-gift-cards": "Podívejte se na historii zakoupených dárkových karet", - "gift-cards-size-recommended": "Doporučené rozměry 1200 x 1600 (3:4), každý až 10 MB", - "gift-cards-success": "Úspěšně uloženo", - "gift-cards-successfully-created-gift-card": "Úspěšně vytvořená dárková karta", - "gift-cards-successfully-deleted-gift-card": "Dárková karta byla úspěšně smazána", - "gift-cards-successfully-updated-gift-card": "Úspěšně aktualizovaná dárková karta", - "gift-cards-the-best-gift-card": "Nejlepší dárková karta", - "gift-cards-the-best-gift-card-of-all-time": "Nejlepší dárková karta všech dob", - "gift-cards-thumbnail": "Miniatury", - "gift-cards-yes-delete": "Ano, vymazat", - "groups-back-to-customer-groups": "Zpět na skupiny zákazníků", - "groups-cancel": "Zrušit", - "groups-confirm-delete-customer-group": "Opravdu chcete tuto skupinu zákazníků odstranit?", - "groups-create-a-new-customer-group": "Vytvoření nové skupiny zákazníků", - "groups-customers": "Zákazníci", - "groups-delete": "Odstranit", - "groups-delete-the-group": "Odstranění skupiny", - "groups-details": "Podrobnosti na", - "groups-edit": "Upravit", - "groups-edit-customer-group": "Upravit skupinu zákazníků", - "groups-edit-group": "Upravit skupinu", - "groups-group-created": "Vytvořená skupina", - "groups-group-deleted": "Skupina odstraněna", - "groups-group-updated": "Skupina Aktualizováno", - "groups-metadata": "Metadata", - "groups-new-group": "Nová skupina", - "groups-no-customers-in-this-group-yet": "V této skupině zatím nejsou žádní zákazníci", - "groups-publish-group": "Skupina Publish Group", - "groups-the-customer-group-has-been-created": "Skupina zákazníků byla vytvořena", - "groups-the-customer-group-has-been-updated": "Skupina zákazníků byla aktualizována", - "groups-yes-delete": "Ano, vymazat", - "help-dialog-feel-free-to-join-our-community-of": "Neváhejte se připojit k naší komunitě", - "help-dialog-how-can-we-help": "Jak můžeme pomoci?", - "help-dialog-merchants-and-e-commerce-developers": "obchodníci a vývojáři elektronických obchodů", - "help-dialog-send-a-message": "Odeslat zprávu", - "help-dialog-subject": "Předmět", - "help-dialog-we-usually-respond-in-a-few-hours": "Obvykle odpovídáme do několika hodin", - "help-dialog-what-is-it-about": "O co jde?...", - "help-dialog-write-a-message": "Napište zprávu...", - "image-table-file-name": "Název souboru", - "image-table-select-thumbnail-image-for-product": "Vyberte obrázek, který chcete použít jako miniaturu tohoto produktu.", - "image-table-thumbnail": "Miniatury", - "inventory-filters": "Filtry", - "inventory-table-actions-adjust-availability": "Upravit dostupnost", - "inventory-table-adjust-availability": "Upravit dostupnost", - "inventory-table-cancel": "Zrušit", - "inventory-table-in-stock": "Skladem", - "inventory-table-inventory-item-updated-successfully": "Úspěšná aktualizace položky inventáře", - "inventory-table-inventory-items": "Inventární položky", - "inventory-table-item": "Položka", - "inventory-table-reserved": "Rezervováno", - "inventory-table-save-and-close": "Uložit a zavřít", - "inventory-table-sku": "SKU", - "inventory-table-success": "Úspěšně uloženo", - "inventory-table-variant": "Varianta", - "inventory-table-view-product": "Zobrazit produkt", - "invite-modal-admin": "Admin", - "invite-modal-cancel": "Zrušit", - "invite-modal-developer": "Vývojář", - "invite-modal-email": "E-mail", - "invite-modal-error": "Chyba", - "invite-modal-invitation-sent-to": "Pozvánka zaslaná {{user}}", - "invite-modal-invite": "Pozvánka", - "invite-modal-invite-users": "Pozvat uživatele", - "invite-modal-member": "Člen", - "invite-modal-role": "Role", - "invite-modal-select-role": "Zvolte roli", - "invite-modal-success": "Pozvánka úspěšně odeslána", - "items-to-receive-form-items-to-receive": "Položky, které obdržíte", - "items-to-receive-form-product": "Produkt", - "items-to-receive-form-quantity": "Množství", - "items-to-receive-form-refundable": "Vratné", - "items-to-return-form-items-to-claim": "Položky k reklamaci", - "items-to-return-form-items-to-return": "Položky k vrácení", - "items-to-return-form-product": "Produkt", - "items-to-return-form-quantity": "Množství", - "items-to-return-form-refundable": "Vratné", - "items-to-send-form-add-products": "Přidat produkty", - "items-to-send-form-items-to-send": "Položky k odeslání", - "items-to-send-form-price": "Cena", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cena byla nadefinována v ceníku, který se vztahuje na tuto objednávku.", - "items-to-send-form-product": "Produkt", - "items-to-send-form-quantity": "Množství", - "location-card-confirm-delete": "Určitě chcete toto umístění odstranit. Tím se odstraní také všechny úrovně zásob a rezervace spojené s tímto místem.", - "location-card-connected-sales-channels": "Propojené prodejní kanály", - "location-card-delete": "Odstranit", - "location-card-delete-location": "Odstranit umístění", - "location-card-edit-details": "Upravit podrobnosti", - "location-card-error": "Chyba", - "location-card-location-deleted-successfully": "Umístění úspěšně odstraněno", - "location-card-success": "Úspěšně uloženo", - "login-card-email": "E-mail", - "login-card-forgot-your-password": "Zapomněli jste heslo?", - "login-card-log-in-to-medusa": "Přihlášení k Medusa", - "login-card-no-match": "Tato pověření neodpovídají našim záznamům.", - "login-card-password": "Heslo", - "manage-back-to-gift-cards": "Zpět na dárkové karty", - "mark-shipped-add-additional-tracking-number": "+ Přidat další sledovací číslo", - "mark-shipped-cancel": "Zrušit", - "mark-shipped-complete": "Kompletní", - "mark-shipped-error": "Chyba", - "mark-shipped-mark-fulfillment-shipped": "Označení Plnění odesláno", - "mark-shipped-send-notifications": "Odesílání oznámení", - "mark-shipped-success": "Úspěšně označeno jako \"odeslané\"", - "mark-shipped-successfully-marked-claim-as-shipped": "Úspěšně označil reklamaci jako odeslanou", - "mark-shipped-successfully-marked-order-as-shipped": "Úspěšně označil objednávku jako odeslanou", - "mark-shipped-successfully-marked-swap-as-shipped": "Úspěšně označená výměna jako odeslaná", - "mark-shipped-tracking": "Sledování", - "mark-shipped-tracking-number": "Sledovací číslo...", - "mark-shipped-tracking-number-label": "Sledovací číslo", - "metadata-add-metadata": "Přidání metadat", - "modals-active": "Aktivní", - "modals-add-and-close": "Přidat a zavřít", - "modals-add-and-go-back": "Přidat a vrátit se zpět", - "modals-add-category": "Přidat kategorii", - "modals-add-category-to": "Přidat kategorii do {{name}}", - "modals-add-channels": "Přidání kanálů", - "modals-add-sales-channels": "Přidání prodejních kanálů", - "modals-cancel": "Zrušit", - "modals-close": "Zavřít", - "modals-custom-handle": "Vlastní podadresa", - "modals-description": "Popis", - "modals-deselect": "Zrušení výběru", - "modals-details": "Podrobnosti na", - "modals-edit-api-key-details": "Úprava údajů o klíči API", - "modals-edit-product-category": "Upravit kategorii produktu", - "modals-edit-sales-channels": "Úprava prodejních kanálů", - "modals-error": "Chyba", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Při přidávání prodejních kanálů do oboru klíče došlo k chybě.", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Při odstraňování prodejních kanálů z rozsahu klíče došlo k chybě.", - "modals-failed-to-create-a-new-category": "Nepodařilo se vytvořit novou kategorii", - "modals-failed-to-update-the-api-key": "Nepodařilo se aktualizovat klíč API", - "modals-failed-to-update-the-category": "Nepodařilo se aktualizovat kategorii", - "modals-find-channels": "Vyhledávání kanálů", - "modals-give-this-category-a-description": "Popište tuto kategorii", - "modals-give-this-category-a-name": "Pojmenujte tuto kategorii", - "modals-handle": "Podadresa", - "modals-inactive": "Neaktivní", - "modals-name": "Název", - "modals-name-your-key": "Pojmenujte klíč", - "modals-private": "Soukromé", - "modals-public": "Veřejnost", - "modals-remove": "Odstranění adresy", - "modals-sales-channels-added-to-the-scope": "Prodejní kanály přidané do oblasti působnosti", - "modals-sales-channels-removed-from-the-scope": "Prodejní kanály vyjmuté z oblasti působnosti", - "modals-save-and-close": "Uložit a zavřít", - "modals-save-category": "Uložit kategorii", - "modals-status": "Stav", - "modals-success": "Úspěšně dokončeno", - "modals-successfully-created-a-category": "Úspěšně vytvořená kategorie", - "modals-successfully-updated-the-category": "Úspěšná aktualizace kategorie", - "modals-title": "Název", - "modals-updated-the-api-key": "Aktualizace klíče API", - "modals-visibility": "Viditelnost", - "multiselect-choose-categories": "Vyberte kategorie", - "new-add-images-to-your-product": "Přidejte k produktu obrázky.", - "new-add-location": "Přidat umístění", - "new-add-new-location": "Přidání nového umístění", - "new-add-the-region-details": "Přidejte podrobnosti o regionu.", - "new-add-variations-of-this-product": "Přidejte varianty tohoto produktu.", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Doplňte, kteří poskytovatelé plnění a plateb by měli být v tomto regionu k dispozici.", - "new-cancel": "Zrušit", - "new-cancel-location-changes": "Jste si jisti, že chcete zrušit neuložené změny?", - "new-change-availablity": "Změna dostupnosti", - "new-create-draft-order": "Vytvořit koncept objednávky", - "new-create-region": "Vytvořit oblast", - "new-customs": "Celní úřad", - "new-details": "Podrobnosti na", - "new-dimensions": "Rozměry", - "new-error": "Chyba", - "new-general-information": "Obecné informace", - "new-general-information-title": "Obecné informace", - "new-location-added-successfully": "Umístění bylo úspěšně přidáno", - "new-location-created": "Umístění bylo úspěšně vytvořeno, ale došlo k chybě při přiřazování prodejních kanálů.", - "new-location-details": "Uveďte podrobnosti o tomto umístění", - "new-media": "Média", - "new-metadata": "Metadata", - "new-no-continue-creating": "Ne, pokračujte v tvorbě", - "new-no-file-service-configured": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Nabídněte svým zákazníkům různé možnosti barev, formátů, velikostí, tvarů atd.", - "new-order-created": "Vytvořená objednávka", - "new-organize-product": "Uspořádat produkt", - "new-providers": "Poskytovatelé", - "new-publish-product": "Zveřejnit produkt", - "new-region-created": "Vytvořená oblast", - "new-reserve-item": "Rezervní položka", - "new-sales-channels": "Prodejní kanály", - "new-save-as-draft": "Uložit jako koncept", - "new-save-reservation": "Uložit rezervaci", - "new-select-location-channel": "Určete, prostřednictvím kterých prodejních kanálů lze zakoupit položky tohoto umístění.", - "new-something-went-wrong-while-trying-to-upload-images": "Při pokusu o nahrání obrázků se něco pokazilo.", - "new-success": "Úspěšně vytvořeno", - "new-successfully-created-reservation": "Úspěšně vytvořená rezervace", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Tento produkt bude k dispozici pouze ve výchozím prodejním kanálu, pokud nebude změněn.", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Chcete-li začít prodávat, potřebujete pouze název a cenu.", - "new-upload-thumbnail-error": "Při pokusu o nahrání miniatury se něco pokazilo.", - "new-used-for-shipping-and-customs-purposes": "Používá se pro přepravní a celní účely.", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Slouží k reprezentaci vašeho produktu při placení, sdílení na sociálních sítích a dalším účelům.", - "new-variant-a-variant-with-these-options-already-exists": "Varianta s těmito možnostmi již existuje.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Opravdu chcete tuto variantu odstranit?", - "new-variant-cancel": "Zrušit", - "new-variant-delete": "Odstranit", - "new-variant-delete-variant": "Odstranit variantu", - "new-variant-edit": "Upravit", - "new-variant-edit-variant": "Upravit variantu", - "new-variant-save-and-close": "Uložit a zavřít", - "new-yes-cancel": "Ano, zrušit", - "oauth-complete-installation": "Kompletní instalace", - "on-mark-as-paid-confirm-order-id": "Objednávka #{{display_id}}", - "order-details-display-id": "order #{{display_id}}", - "order-filter-dropdown-date": "Datum", - "order-filter-dropdown-filters": "Filtry", - "order-filter-dropdown-fulfillment-status": "Stav plnění", - "order-filter-dropdown-payment-status": "Stav platby", - "order-filter-dropdown-regions": "Regiony", - "order-filter-dropdown-sales-channel": "Prodejní kanál", - "order-filter-dropdown-status": "Stav", - "order-line-cannot-duplicate-an-item-without-a-variant": "Nelze duplikovat položku bez varianty", - "order-line-duplicate-item": "Duplicitní položka", - "order-line-error": "Chyba", - "order-line-failed-to-duplicate-item": "Nepodařilo se duplikovat položku", - "order-line-failed-to-remove-item": "Nepodařilo se odstranit položku", - "order-line-failed-to-replace-the-item": "Nepodařilo se vyměnit položku", - "order-line-item-added": "Přidaná položka", - "order-line-item-removed": "Odstraněná položka", - "order-line-line-item-cannot-be-edited": "Tato položka je součástí plnění a nelze ji upravovat. Chcete-li položku upravit, zrušte plnění.", - "order-line-modified": "Upraveno", - "order-line-new": "Nový", - "order-line-remove-item": "Odebrat položku", - "order-line-replace-product-variants": "Nahradit varianty produktu", - "order-line-replace-with-other-item": "Nahradit jinou položkou", - "order-line-success": "Úspěšně dokončeno", - "order-line-warning": "Varování", - "order-table-awaiting": "Čeká se na", - "order-table-canceled": "Zrušeno", - "order-table-customer": "Zákazník", - "order-table-date-added": "Datum přidání", - "order-table-filters-complete": "Kompletní", - "order-table-filters-incomplete": "Neúplné", - "order-table-fulfillment": "Plnění", - "order-table-n-a": "NEUPLATŇUJE SE", - "order-table-order": "Objednávka", - "order-table-paid": "Placené", - "order-table-payment-status": "Stav platby", - "order-table-requires-action": "Vyžaduje akci", - "order-table-sales-channel": "Prodejní kanál", - "order-table-total": "Celkem", - "orders-error": "Chyba", - "orders-export-orders": "Objednávky na vývoz", - "orders-success": "Úspěšně dokončeno", - "orders-successfully-initiated-export": "Úspěšně zahájený export", - "organisms-are-you-sure-you-want-to-delete": "Jste si jisti, že chcete odstranit?", - "organisms-delete-successful": "Úspěšně smazat", - "organisms-no-cancel": "Ne, zrušit", - "organisms-success": "Úspěšně dokončeno", - "organisms-yes-remove": "Ano, odstraňte", - "overview-error": "Chyba", - "overview-export-products": "Vývozní produkty", - "overview-import-products": "Dovozní produkty", - "overview-new-collection": "Nová kolekce", - "overview-new-product": "Nový produkt", - "overview-success": "Úspěšně dokončeno", - "overview-successfully-created-collection": "Úspěšně vytvořená kolekce", - "overview-successfully-initiated-export": "Úspěšně zahájený export", - "pages-add-category": "Přidat kategorii", - "pages-add-products": "Přidat produkty", - "pages-add-sales-channels": "Přidání prodejních kanálů", - "pages-back-to-settings": "Zpět na nastavení", - "pages-confirm-delete-sales-channel": "Opravdu chcete tento prodejní kanál odstranit? Nastavení, které jste provedli, navždy zmizí.", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Připojte ke svému klíči API tolik prodejních kanálů, kolik potřebujete.", - "pages-control-which-products-are-available-in-which-channels": "Řídit, které produkty jsou dostupné v jakých kanálech", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Vytváření a správa klíčů API. Nyní se to týká pouze prodejních kanálů.", - "pages-create-api-key": "Vytvořit API klíč", - "pages-create-api-key-label": "Vytvořit API klíč", - "pages-created-a-new-api-key": "Vytvořit nový API klíč", - "pages-delete-channel": "Odstranit kanál", - "pages-delete-channel-heading": "Odstranit kanál", - "pages-disabled": "Vypnuto", - "pages-draft": "Koncept", - "pages-edit-general-info": "Upravit obecné informace", - "pages-edit-sales-channels": "Úprava prodejních kanálů", - "pages-enabled": "Povoleno", - "pages-error": "Chyba", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Při přidávání prodejních kanálů do oboru klíče došlo k chybě.", - "pages-failed-to-create-a-new-api-key": "Nepodařilo se vytvořit nový klíč API", - "pages-helps-you-to-keep-your-products-organized": "Pomáhá vám udržovat pořádek v produktech.", - "pages-no-product-categories-yet": "Zatím nemáte žádné kategorie produktů, pro vytvoření první kategorie použijte výše uvedené tlačítko.", - "pages-product-categories": "Kategorie produktů", - "pages-publish-api-key": "Zveřejnění klíče API", - "pages-publishable-api-keys": "Publikovatelné klíče API", - "pages-sales-channels": "Prodejní kanály", - "pages-sales-channels-added-to-the-scope": "Prodejní kanály přidané do oblasti působnosti", - "pages-search-by-title-or-description": "Vyhledávání podle názvu nebo popisu", - "pages-success": "Úspěšně dokončeno", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Tyto publikovatelné klíče vám umožní ověřovat požadavky API.", - "personal-information-back-to-settings": "Zpět do nastavení", - "personal-information-language-settings-description": "Nastavení jazyka Medusa Admin", - "personal-information-language-settings-help-us-translate": "Pomozte nám překládat", - "personal-information-language-settings-title": "Jazyk", - "personal-information-manage-your-medusa-profile": "Správa profilu Medusa", - "personal-information-personal-information": "Osobní údaje", - "personal-information-usage-insights-title": "Poznatky o používání", - "price-list-add-products-modal-back-button": "Zpět", - "price-list-add-products-modal-back-button-cancel": "Zrušit", - "price-list-add-products-modal-error": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-add-products-modal-error-title": "Došlo k chybě", - "price-list-add-products-modal-missing-prices-description": "Ceny nebyly přiřazeny všem vybraným produktům. Chcete pokračovat?", - "price-list-add-products-modal-missing-prices-title": "Neúplný ceník", - "price-list-add-products-modal-next-button-continue": "Pokračovat", - "price-list-add-products-modal-next-button-continue-save-prices": "Uložit ceny", - "price-list-add-products-modal-next-button-submit-and-close": "Odeslání a uzavření", - "price-list-add-products-modal-no-prices-error": "Přiřaďte prosím ceny alespoň jednoho výrobku.", - "price-list-add-products-modal-prices-tab": "Upravit ceny", - "price-list-add-products-modal-products-tab": "Výběr produktů", - "price-list-add-products-modal-success-message": "Do ceníku byly přidány nové ceny.", - "price-list-add-products-modal-success-title": "Přidány nové ceny", - "price-list-details-drawer-cancel-button": "Zrušit", - "price-list-details-drawer-notification-error-title": "Došlo k chybě", - "price-list-details-drawer-notification-success-message": "Úspěšně aktualizovaný ceník", - "price-list-details-drawer-prompt-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?", - "price-list-details-drawer-prompt-title": "Jste si jistý?", - "price-list-details-drawer-save-button": "Uložit", - "price-list-details-drawer-title": "Upravit podrobnosti ceníku", - "price-list-details-form-customer-groups-content-heading": "Skupiny zákazníků", - "price-list-details-form-customer-groups-description": "Určete, pro které skupiny zákazníků se má přepis cen použít.", - "price-list-details-form-customer-groups-error": "Při načítání skupin zákazníků došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-details-form-customer-groups-heading": "Dostupnost pro zákazníky", - "price-list-details-form-customer-groups-members": "Členové", - "price-list-details-form-customer-groups-name": "Název", - "price-list-details-form-customer-groups-no-groups": "Nebyly nalezeny žádné skupiny zákazníků.", - "price-list-details-form-customer-groups-search-placeholder": "Vyhledávání", - "price-list-details-form-dates-starts-at-description": "Naplánujte aktivaci přepisů cen v budoucnu.", - "price-list-details-form-dates-starts-at-heading": "Ceník má datum zahájení?", - "price-list-details-form-dates-starts-at-label": "Datum zahájení", - "price-list-details-form-ends-at-description": "Naplánujte deaktivaci přepisů cen v budoucnu.", - "price-list-details-form-ends-at-heading": "Ceník má datum platnosti?", - "price-list-details-form-ends-at-label": "Datum vypršení platnosti", - "price-list-details-form-general-description": "Zvolte název a popis ceníku.", - "price-list-details-form-general-description-label": "Popis", - "price-list-details-form-general-description-placeholder": "Ceny v rámci výprodeje na černý pátek...", - "price-list-details-form-general-heading": "Obecné", - "price-list-details-form-general-name-label": "Název", - "price-list-details-form-general-name-placeholder": "Výprodej na černý pátek", - "price-list-details-form-tax-inclusive-hint": "Zvolte, aby všechny ceny v tomto seznamu zahrnovaly daň.", - "price-list-details-form-tax-inclusive-label": "Ceny včetně daně", - "price-list-details-form-type-description": "Vyberte typ ceníku, který chcete vytvořit.", - "price-list-details-form-type-heading": "Typ", - "price-list-details-form-type-hint-override": "Tuto možnost použijte, pokud přepisujete ceny.", - "price-list-details-form-type-hint-sale": "Tuto možnost použijte, pokud vytváříte prodej.", - "price-list-details-form-type-label-override": "Přepsat", - "price-list-details-form-type-label-sale": "Prodej", - "price-list-details-menu-item-delete": "Odstranit", - "price-list-details-menu-item-edit": "Upravit podrobnosti", - "price-list-details-notification-succes-title": "Aktualizace ceníku", - "price-list-details-section-customer-groups": "Skupiny zákazníků", - "price-list-details-section-delete-notification-error-title": "Nepodařilo se odstranit ceník", - "price-list-details-section-delete-notification-success-message": "Ceník \"{{name}}\" byl úspěšně smazán", - "price-list-details-section-delete-notification-success-title": "Úspěšně odstraněn ceník", - "price-list-details-section-last-edited": "Naposledy upraveno", - "price-list-details-section-number-of-prices": "Ceny", - "price-list-details-section-prompt-cancel-text": "Zrušit", - "price-list-details-section-prompt-confirm-text": "Odstranit", - "price-list-details-section-prompt-description": "Opravdu chcete smazat ceník \"{{name}}\"?", - "price-list-details-section-prompt-title": "Smazat ceník", - "price-list-details-section-status-active": "Aktivní", - "price-list-details-section-status-menu-draft": "Koncept", - "price-list-details-section-status-menu-expired": "Vypršela platnost", - "price-list-details-section-status-menu-item-activate": "Aktivace", - "price-list-details-section-status-menu-item-draft": "Koncept", - "price-list-details-section-status-menu-notification-error-title": "Nepodařilo se aktualizovat stav ceníku", - "price-list-details-section-status-menu-notification-success-message": "Stav ceníku byl úspěšně aktualizován na {{status}}.", - "price-list-details-section-status-menu-notification-success-title": "Úspěšně aktualizovaný stav ceníku", - "price-list-details-section-status-menu-scheduled": "Plánované", - "price-list-edit-error": "Při načítání ceníku došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-edit-prices-modal-back-button-back": "Zpět", - "price-list-edit-prices-modal-back-button-cancel": "Zrušit", - "price-list-edit-prices-modal-error-loading": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-edit-prices-modal-next-button-save": "Uložit ceny", - "price-list-edit-prices-modal-next-button-save-and-close": "Uložit a zavřít", - "price-list-edit-prices-modal-notification-remove-error-description": "Některé ceny nebyly správně aktualizovány. Zkuste to znovu.", - "price-list-edit-prices-modal-notification-remove-error-title": "Došlo k chybě", - "price-list-edit-prices-modal-notification-update-error": "Došlo k chybě", - "price-list-edit-prices-modal-notification-update-success-description": "Úspěšně aktualizované ceny", - "price-list-edit-prices-modal-notification-update-success-title": "Aktualizované ceny", - "price-list-edit-prices-modal-overview-tab": "Upravit ceny", - "price-list-edit-prices-modal-prompt-back-description": "Máte neuložené změny, určitě se chcete vrátit zpět?", - "price-list-edit-prices-modal-prompt-exit-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?", - "price-list-edit-prices-modal-prompt-title": "Neuložené změny", - "price-list-new-form-back-button-back": "Zpět", - "price-list-new-form-back-button-cancel": "Zrušit", - "price-list-new-form-details-tab": "Vytvořit ceník", - "price-list-new-form-error-loading-products": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-new-form-missing-prices-title": "Neúplný ceník", - "price-list-new-form-next-button-continue": "Pokračovat", - "price-list-new-form-next-button-save": "Uložit ceny", - "price-list-new-form-next-button-save-and-publish": "Uložit a publikovat", - "price-list-new-form-no-prices-error": "Nastavte prosím ceny alespoň jednoho produktu.", - "price-list-new-form-notification-error-title": "Došlo k chybě", - "price-list-new-form-notification-success-message": "Úspěšně vytvořený ceník", - "price-list-new-form-notification-success-title": "Vytvořený ceník", - "price-list-new-form-prices-tab": "Upravit ceny", - "price-list-new-form-products-tab": "Výběr produktů", - "price-list-new-form-prompt-back-description": "Máte neuložené změny, určitě se chcete vrátit zpět?", - "price-list-new-form-prompt-exit-description": "Máte neuložené změny, jste si jisti, že je chcete ukončit?", - "price-list-new-form-prompt-title": "Jste si jistý?", - "price-list-new-form-save-as-draft": "Uložit jako koncept", - "price-list-new-products-modal-missing-prices-description": "Ceny nebyly přiřazeny všem vybraným produktům. Chcete pokračovat?", - "price-list-prices-form-add-prices-button": "Přidat ceny", - "price-list-prices-form-heading": "Upravit ceny", - "price-list-prices-form-prices": "Ceny", - "price-list-prices-form-prices-count_one": "{{count}} ceny", - "price-list-prices-form-prices-count_other": "{{count}} ceny", - "price-list-prices-form-prices-variant-count_one": "{{count}} varianty", - "price-list-prices-form-prices-variant-count_other": "{{count}} varianty", - "price-list-prices-form-products-error": "Při přípravě formuláře došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-variant": "Varianta", - "price-list-prices-section-bar-count_one": "{{count}} vybráno", - "price-list-prices-section-bar-count_other": "{{count}} vybráno", - "price-list-prices-section-delete-command": "Odstranit", - "price-list-prices-section-delete-error-title": "Došlo k chybě", - "price-list-prices-section-delete-success-description_one": "Úspěšně odstraněny ceny pro {{count}} produkty", - "price-list-prices-section-delete-success-description_other": "Úspěšně odstraněny ceny pro {{count}} produkty", - "price-list-prices-section-edit-command": "Upravit", - "price-list-prices-section-heading": "Ceny", - "price-list-prices-section-prices-menu-add": "Přidat produkty", - "price-list-prices-section-prices-menu-edit": "Upravit ceny", - "price-list-prices-section-prompt-description": "Tím se ceny produktů trvale odstraní ze seznamu.", - "price-list-prices-section-prompt-title": "Jste si jistý?", - "price-list-prices-section-search-placeholder": "Vyhledávání produktů", - "price-list-prices-section-select-all-checkbox-label": "Vybrat všechny produkty na aktuální stránce", - "price-list-prices-section-select-checkbox-label": "Vybrat řádek", - "price-list-prices-section-table-collection": "Kolekce", - "price-list-prices-section-table-load-error": "Při načítání produktů došlo k chybě. Zkuste stránku načíst znovu, nebo pokud problém přetrvává, zkuste to později.", - "price-list-prices-section-table-product": "Produkt", - "price-list-prices-section-table-thumbnail-alt": "{{title}} miniatura", - "price-list-prices-section-table-variants": "Varianty", - "price-list-prices-secton-delete-success-title": "Ceny smazány", - "price-list-product-filter-created-at": "Vytvořeno v", - "price-list-product-filter-updated-at": "Aktualizováno na", - "price-list-product-prices-form-column-currencies-price-label": "Cena {{code}}", - "price-list-product-prices-form-column-product-label": "Produkt", - "price-list-product-prices-form-column-regions-price-label": "Cena {{name}} ({{code}})", - "price-list-product-prices-form-column-visibility-button": "Zobrazit", - "price-list-product-prices-form-column-visibility-currencies-label": "Měny", - "price-list-product-prices-form-column-visibility-regions-label": "Regiony", - "price-list-product-prices-form-invalid-data-body": "Vložená data obsahují hodnoty, které nejsou čísly.", - "price-list-product-prices-form-invalid-data-title": "Neplatné údaje", - "price-list-products-form-collection-label": "Kolekce", - "price-list-products-form-error": "Při načítání produktů došlo k chybě. Znovu načtěte stránku a zkuste to znovu. Pokud problém přetrvává, zkuste to později.", - "price-list-products-form-heading": "Výběr produktů", - "price-list-products-form-inventory-label": "Inventura", - "price-list-products-form-inventory-value": "{{totalStock}} na skladě ve všech variantách {{variant}}", - "price-list-products-form-loading": "Nakládání produktů", - "price-list-products-form-no-products": "Nebyly nalezeny žádné produkty.", - "price-list-products-form-product-label": "Produkt", - "price-list-products-form-product-thumbnail": "{{title}} miniatura", - "price-list-products-form-sales-channels-label": "Dostupnost", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} více", - "price-list-products-form-search-placeholder": "Vyhledávání", - "price-list-products-form-select-all": "Vybrat všechny produkty na aktuální stránce", - "price-list-products-form-select-row": "Vybrat řádek", - "price-list-products-form-status-label": "Stav", - "price-list-table-confirm-delete": "Opravdu chcete tento ceník smazat?", - "price-list-table-delete": "Odstranit", - "price-list-table-delete-price-list": "Odstranění ceníku", - "price-list-table-description": "Popis", - "price-list-table-error": "Chyba", - "price-list-table-filters": "Filtry", - "price-list-table-groups": "Skupiny", - "price-list-table-name": "Název", - "price-list-table-other-more": "+ {{other}} více", - "price-list-table-price-lists": "Ceníky", - "price-list-table-publish": "Zveřejnit", - "price-list-table-status": "Stav", - "price-list-table-success": "Úspěšně dokončeno", - "price-list-table-successfully-copied-price-list": "Úspěšně zkopírovaný ceník", - "price-list-table-successfully-deleted-the-price-list": "Úspěšně odstraněn ceník", - "price-list-table-successfully-published-price-list": "Úspěšně zveřejněný ceník", - "price-list-table-successfully-unpublished-price-list": "Úspěšně nezveřejněný ceník", - "price-list-table-type": "Typ", - "price-list-table-unpublish": "Zrušení publikování", - "price-overrides-apply-on-all-variants": "Platí pro všechny varianty", - "price-overrides-apply-overrides-on-selected-variants": "Použití přepisů na vybrané varianty", - "price-overrides-cancel": "Zrušit", - "price-overrides-prices": "Ceny", - "price-overrides-save-and-close": "Uložit a zavřít", - "price-overrides-show-regions": "Zobrazit regiony", - "product-attributes-section-cancel": "Zrušit", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfigurace pro výpočet nejpřesnějších přepravních sazeb", - "product-attributes-section-country-of-origin": "Země původu", - "product-attributes-section-customs": "Celní úřad", - "product-attributes-section-dimensions": "Rozměry", - "product-attributes-section-edit-attributes": "Upravit atributy", - "product-attributes-section-height": "Výška", - "product-attributes-section-hs-code": "Kód HS", - "product-attributes-section-length": "Délka", - "product-attributes-section-mid-code": "Kód MID", - "product-attributes-section-save": "Uložit", - "product-attributes-section-title": "Atributy", - "product-attributes-section-weight": "Hmotnost", - "product-attributes-section-width": "Šířka", - "product-general-section-cancel": "Zrušit", - "product-general-section-category": "Kategorie", - "product-general-section-collection": "Kolekce", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-delete": "Odstranit", - "product-general-section-details": "Podrobnosti na", - "product-general-section-discountable": "Zvýhodněné", - "product-general-section-draft": "Koncept", - "product-general-section-edit-general-information": "Upravit obecné informace", - "product-general-section-edit-sales-channels": "Úprava prodejních kanálů", - "product-general-section-error": "Chyba", - "product-general-section-failed-to-update-sales-channels": "Nepodařilo se aktualizovat prodejní kanály", - "product-general-section-false": "False", - "product-general-section-gift-card": "Dárková karta", - "product-general-section-handle": "Podadresa", - "product-general-section-metadata": "Metadata", - "product-general-section-product": "Produkt", - "product-general-section-published": "Zveřejněno na", - "product-general-section-sales-channels": "Prodejní kanály", - "product-general-section-save": "Uložit", - "product-general-section-subtitle": "Podtitul", - "product-general-section-success": "Úspěšně dokončeno", - "product-general-section-successfully-updated-sales-channels": "Úspěšná aktualizace prodejních kanálů", - "product-general-section-true": "Pravda", - "product-general-section-type": "Typ", - "product-media-section-add-images-to-your-product": "Přidejte k produktu obrázky.", - "product-media-section-cancel": "Zrušit", - "product-media-section-edit-media": "Upravit média", - "product-media-section-error": "Chyba", - "product-media-section-file-service-not-configured": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce", - "product-media-section-media": "Média", - "product-media-section-save-and-close": "Uložit a zavřít", - "product-media-section-upload-images-error": "Při pokusu o nahrání obrázků se něco pokazilo.", - "product-raw-section-raw-gift-card": "Dárková karta Raw", - "product-raw-section-raw-product": "Surový produkt", - "product-table-availability": "Dostupnost", - "product-table-collection": "Kolekce", - "product-table-confirm-delete": "Opravdu chcete tento produkt odstranit?", - "product-table-copy-created-a-new-product": "Vytvoření nového produktu", - "product-table-copy-error": "Chyba", - "product-table-copy-success": "Úspěšně zkopírováno", - "product-table-delete": "Odstranit", - "product-table-delete-product": "Odstranit produkt", - "product-table-draft": "koncept", - "product-table-draft-title": "Koncept", - "product-table-duplicate": "Duplikát", - "product-table-edit": "Upravit", - "product-table-error": "Chyba", - "product-table-inventory": "Inventura", - "product-table-inventory-in-stock-count_one": " skladem pro {{count}} variantu/varianty", - "product-table-inventory-in-stock-count_other": " skladem pro {{count}} variantu/varianty", - "product-table-name": "Název", - "product-table-products": "Produkty", - "product-table-proposed": "Navrhované stránky", - "product-table-publish": "Zveřejnit", - "product-table-published": "zveřejněno", - "product-table-published-title": "Zveřejněno na", - "product-table-rejected": "Odmítnuto", - "product-table-status": "Stav", - "product-table-success": "Úspěšně dokončeno", - "product-table-successfully-published-product": "Úspěšně publikovaný produkt", - "product-table-successfully-unpublished-product": "Úspěšně nepublikovaný produkt", - "product-table-unpublish": "Zrušení publikování", - "product-thumbnail-section-cancel": "Zrušit", - "product-thumbnail-section-edit": "Upravit", - "product-thumbnail-section-error": "Chyba", - "product-thumbnail-section-save-and-close": "Uložit a zavřít", - "product-thumbnail-section-success": "Úspěšně dokončeno", - "product-thumbnail-section-successfully-deleted-thumbnail": "Úspěšně odstraněna miniatura", - "product-thumbnail-section-thumbnail": "Miniatury", - "product-thumbnail-section-upload": "Nahrát", - "product-thumbnail-section-upload-thumbnail": "Nahrát miniaturu", - "product-thumbnail-section-upload-thumbnail-error": "Při pokusu o nahrání miniatury se něco pokazilo.", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Slouží k reprezentaci vašeho produktu při placení, sdílení na sociálních sítích a dalším účelům.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Možná nemáte nakonfigurovanou souborovou službu. Obraťte se na svého správce", - "product-types-cancel": "Zrušit", - "product-types-save-and-close": "Uložit a zavřít", - "product-types-save-and-go-back": "Uložit a vrátit se zpět", - "product-types-search": "Vyhledávání...", - "product-variant-tree-add-prices": "Přidat ceny", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variants-section-add-an-option": "Přidání možnosti", - "product-variants-section-add-variant": "Přidat variantu", - "product-variants-section-cancel": "Zrušit", - "product-variants-section-confirm-delete": "Opravdu chcete tuto variantu odstranit?", - "product-variants-section-delete-variant-heading": "Odstranit variantu", - "product-variants-section-delete-variant-label": "Odstranit variantu", - "product-variants-section-duplicate-variant": "Duplicitní varianta", - "product-variants-section-ean": "EAN", - "product-variants-section-edit-options": "Možnosti úprav", - "product-variants-section-edit-prices": "Upravit ceny", - "product-variants-section-edit-stock-inventory": "Úprava zásob a inventáře", - "product-variants-section-edit-variant": "Upravit variantu", - "product-variants-section-edit-variants": "Upravit varianty", - "product-variants-section-error": "Chyba", - "product-variants-section-failed-to-update-product-options": "Nepodařilo se aktualizovat možnosti produktu", - "product-variants-section-inventory": "Inventura", - "product-variants-section-manage-inventory": "Správa zásob", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Poznámka: Odstraněním varianty se odstraní také položky inventáře a úrovně.", - "product-variants-section-option-title": "Název možnosti", - "product-variants-section-option-title-is-required": "Je vyžadován název možnosti", - "product-variants-section-product-options": "Možnosti produktu", - "product-variants-section-product-variants": "Varianty produktu", - "product-variants-section-save-and-close": "Uložit a zavřít", - "product-variants-section-sku": "SKU", - "product-variants-section-success": "Úspěšně dokončeno", - "product-variants-section-successfully-updated-product-options": "Úspěšně aktualizované možnosti produktů", - "product-variants-section-title": "Název", - "product-variants-section-yes-delete": "Ano, vymazat", - "products-cancel": "Zrušit", - "products-filters": "Filtry", - "products-save-and-close": "Uložit a zavřít", - "products-save-and-go-back": "Uložit a vrátit se zpět", - "products-search": "Vyhledávání...", - "products-spring-summer": "Jaro, léto...", - "products-status": "Stav", - "products-tags": "Štítky", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "receive-return-cancel": "Zrušit", - "receive-return-choose-location": "Zvolte, na které místo chcete položky vrátit.", - "receive-return-failed-to-receive-return": "Nepodařilo se přijmout návratku", - "receive-return-location": "Umístění", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Pro položky ve vybraném místě neexistují žádné skladové zásoby.", - "receive-return-please-select-at-least-one-item-to-receive": "Vyberte prosím alespoň jednu položku, kterou chcete obdržet", - "receive-return-receive-return": "Přijmout návratku", - "receive-return-received-return-for-order": "Přijaté vrácení objednávky #{{display_id}}", - "receive-return-save-and-close": "Uložit a zavřít", - "receive-return-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit", - "receive-return-successfully-received-return": "Úspěšně přijaté vrácení", - "refund-amount-form-cancel-editing-refund-amount": "Zrušení úpravy výše náhrady", - "refund-amount-form-edit-refund-amount": "Úprava výše náhrady", - "refund-amount-form-refund-amount-cannot-be-negative": "Výše náhrady nesmí být záporná", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Výše náhrady musí být alespoň 0", - "refund-attention": "Pozor!", - "refund-cancel": "Zrušit", - "refund-cannot-refund-more-than-the-orders-net-total": "Nelze vrátit více, než je čistá hodnota objednávky.", - "refund-complete": "Kompletní", - "refund-create-a-refund": "Vytvoření náhrady", - "refund-details": "Podrobnosti na", - "refund-discount": "Sleva", - "refund-discount-for-loyal-customer": "Sleva pro věrné zákazníky", - "refund-error": "Chyba", - "refund-note": "Poznámka", - "refund-reason": "Důvod", - "refund-send-notifications": "Odesílání oznámení", - "refund-success": "Úspěšně refundováno", - "refund-successfully-refunded-order": "Úspěšně vrácená objednávka", - "refund-system-payment-disclaimer": "Jedna nebo více vašich plateb je systémovou platbou. Uvědomte si, že Medusa nezpracovává zachycení a vrácení takových plateb.", - "region-form-choose-countries": "Výběr zemí", - "region-form-choose-currency": "Výběr měny", - "region-form-choose-fulfillment-providers": "Vyberte si poskytovatele plnění...", - "region-form-choose-payment-providers": "Výběr poskytovatelů plateb...", - "region-form-countries": "Země", - "region-form-currency": "Měna", - "region-form-currency-code-is-required": "Je vyžadován kód měny", - "region-form-default-tax-code": "Výchozí daňový kód", - "region-form-default-tax-rate": "Výchozí sazba daně", - "region-form-europe": "Evropa", - "region-form-fulfillment-providers": "Poskytovatelé plnění", - "region-form-fulfillment-providers-are-required": "Poskytovatelé plnění jsou povinni", - "region-form-payment-providers": "Poskytovatelé plateb", - "region-form-payment-providers-are-required": "Poskytovatelé plateb jsou povinni", - "region-form-tax-inclusive-prices": "Ceny včetně daně", - "region-form-tax-rate-is-required": "Je vyžadována sazba daně", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Sazba daně musí být rovna nebo nižší než 100", - "region-form-title": "Název", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Pokud jsou ceny za regiony povoleny, jsou uvedeny včetně daně.", - "region-overview-fulfillment-providers": "Poskytovatelé plnění:", - "region-overview-manage-the-markets-that-you-will-operate-within": "Spravujte trhy, na kterých budete působit.", - "region-overview-not-configured": "Není nakonfigurováno", - "region-overview-regions": "Regiony", - "reservation-add-metadata": "Přidání metadat", - "reservation-allocate-order-items": "Přidělení položek objednávky", - "reservation-cancel": "Zrušit", - "reservation-choose-where-you-wish-to-allocate-from": "Vyberte, odkud chcete přidělovat", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Zvolte, ze kterého místa chcete zboží odeslat.", - "reservation-couldnt-allocate-items": "Nelze přidělit položky", - "reservation-delete-reservation": "Odstranění rezervace", - "reservation-description": "Popis", - "reservation-edit-reservation": "Upravit rezervaci", - "reservation-error": "Chyba", - "reservation-errors": "Chyby", - "reservation-failed-to-delete-the-reservation": "Rezervaci se nepodařilo odstranit", - "reservation-failed-to-update-reservation": "Nepodařilo se aktualizovat rezervaci", - "reservation-form-available": "Dostupné na", - "reservation-form-choose-where-you-wish-to-reserve-from": "Vyberte, odkud chcete rezervovat.", - "reservation-form-description": "Popis", - "reservation-form-in-stock": "Skladem", - "reservation-form-item": "Položka", - "reservation-form-item-to-reserve": "Položka k rezervaci", - "reservation-form-location": "Umístění", - "reservation-form-remove-item": "Odebrat položku", - "reservation-form-reserve": "Rezerva", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Vyberte položku, kterou chcete rezervovat.", - "reservation-form-what-type-of-reservation-is-this": "O jaký typ rezervace se jedná?", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} položky nejsou rezervovány", - "reservation-indicator-edit-reservation": "Upravit rezervaci", - "reservation-indicator-this-item-has-been-fulfilled": "Tato položka byla splněna.", - "reservation-items-allocated": "Přidělené položky", - "reservation-items-have-been-allocated-successfully": "Položky byly úspěšně přiděleny", - "reservation-items-to-allocate": "Položky k přidělení", - "reservation-items-to-allocate-title": "Položky k přidělení", - "reservation-loading": "Načítání...", - "reservation-location": "Umístění", - "reservation-max-reservation-requested": " / {{maxReservation}} požadováno", - "reservation-metadata": "Metadata", - "reservation-remove-metadata": "Odstranění metadat", - "reservation-reservation-was-deleted": "Rezervace byla smazána", - "reservation-reservation-was-updated": "Rezervace byla aktualizována", - "reservation-reserved": " vyhrazeno", - "reservation-save-and-close": "Uložit a zavřít", - "reservation-save-reservation": "Uložit rezervaci", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Vyberte počet položek, které chcete přidělit.", - "reservation-the-allocated-items-have-been-released": "Přidělené položky byly uvolněny.", - "reservation-the-reservation-change-was-saved": "Změna rezervace byla uložena.", - "reservation-what-type-of-reservation-is-this": "O jaký typ rezervace se jedná?", - "reservations-table-confirm-delete": "Opravdu chcete tuto rezervaci odstranit?", - "reservations-table-created": "Vytvořeno", - "reservations-table-delete": "Odstranit", - "reservations-table-description": "Popis", - "reservations-table-edit": "Upravit", - "reservations-table-order-id": "ID objednávky", - "reservations-table-quantity": "Množství", - "reservations-table-remove-reservation": "Odstranění rezervace", - "reservations-table-reservation-has-been-removed": "Rezervace byla odstraněna", - "reservations-table-reservations": "Rezervace", - "reset-token-card-email": "E-mail", - "reset-token-card-error": "Chyba", - "reset-token-card-go-back-to-sign-in": "Vraťte se k přihlášení", - "reset-token-card-password-reset-description": "Zadejte níže svou e-mailovou adresu a my vám<1>zašleme pokyny, jak obnovit<3>heslo.", - "reset-token-card-reset-your-password": "Obnovení hesla", - "reset-token-card-send-reset-instructions": "Odeslání pokynů k obnovení", - "reset-token-card-successfully-sent-you-an-email": "Úspěšně vám byl odeslán e-mail", - "reset-token-card-this-is-not-a-valid-email": "Toto není platný e-mail", - "return-reasons-add-reason": "Přidat důvod", - "return-reasons-add-reason-label": "Přidat důvod", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Opravdu chcete tento důvod vrácení odstranit?", - "return-reasons-back-to-settings": "Zpět na nastavení", - "return-reasons-cancel": "Zrušit", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Nelze vytvořit důvod návratu s existující hodnotou", - "return-reasons-create": "Vytvořit", - "return-reasons-created-a-new-return-reason": "Vytvořil nový důvod vrácení", - "return-reasons-customer-received-the-wrong-size": "Zákazník obdržel špatnou velikost", - "return-reasons-delete-reason": "Odstranit důvod", - "return-reasons-delete-return-reason": "Odstranit důvod vrácení", - "return-reasons-description": "Popis", - "return-reasons-details": "Podrobnosti na", - "return-reasons-duplicate-reason": "Duplicitní důvod", - "return-reasons-error": "Chyba", - "return-reasons-label": "Štítek", - "return-reasons-label-is-required": "Je vyžadován štítek", - "return-reasons-manage-reasons-for-returned-items": "Správa důvodů vrácených položek", - "return-reasons-notification-success": "Úspěšně dokončeno", - "return-reasons-return-reasons": "Důvody návratu", - "return-reasons-save": "Uložit", - "return-reasons-success": "úspěch", - "return-reasons-success-title": "Úspěšně provedeno", - "return-reasons-successfully-updated-return-reason": "Úspěšně aktualizovaný důvod vrácení", - "return-reasons-value": "Hodnota", - "return-reasons-value-is-required": "Je vyžadována hodnota", - "return-shipping-options-add-option": "Přidat možnost", - "return-shipping-options-add-return-shipping-option": "Přidat možnost vrácení dopravy", - "return-shipping-options-cancel": "Zrušit", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Zadejte konkrétní údaje o dostupných regionálních způsobech zpětné přepravy.", - "return-shipping-options-error": "Chyba", - "return-shipping-options-return-shipping-options": "Možnosti vrácení zásilky", - "return-shipping-options-save-and-close": "Uložit a zavřít", - "return-shipping-options-shipping-option-created": "Vytvořená možnost přepravy", - "return-shipping-options-success": "Dokončeno", - "returns-amount": "Částka", - "returns-back": "Zpět", - "returns-choose-retur,-shipping-method": "Zvolte způsob dopravy, který chcete použít pro toto vrácení.", - "returns-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.", - "returns-error": "Chyba", - "returns-items-to-return": "Položky k vrácení", - "returns-notify-customer-of-created-return": "Oznámení zákazníkovi o vytvořeném vrácení", - "returns-request-return": "Žádost o vrácení", - "returns-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit", - "returns-selected-location-has-no-inventory-levels": "Vybrané místo nemá pro vybrané položky skladové zásoby. O vrácení lze požádat, ale nelze je přijmout, dokud nebude pro vybrané umístění vytvořena úroveň zásob.", - "returns-send-notifications": "Odesílání oznámení", - "returns-shipping": "Přeprava", - "returns-submit": "Odeslat", - "returns-success": "Dokončeno", - "returns-successfully-returned-order": "Úspěšně vrácená objednávka", - "returns-total-refund": "Celková náhrada", - "rma-return-product-table-product-details": "Podrobnosti o produktu", - "rma-return-product-table-quantity": "Množství", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-product-details": "Podrobnosti o produktu", - "rma-select-product-table-quantity": "Množství", - "rma-select-product-table-refundable": "Vratné", - "rma-select-product-table-select-reason": "Vyberte důvod", - "rma-sub-modals-add": "Přidat", - "rma-sub-modals-address-1": "Adresa 1", - "rma-sub-modals-address-2": "Adresa 2", - "rma-sub-modals-back": "Zpět", - "rma-sub-modals-city": "Město", - "rma-sub-modals-country": "Země", - "rma-sub-modals-first-name": "Jméno", - "rma-sub-modals-general": "Obecné", - "rma-sub-modals-in-stock": "Skladem", - "rma-sub-modals-last-name": "Příjmení", - "rma-sub-modals-name": "Název", - "rma-sub-modals-note": "Poznámka", - "rma-sub-modals-phone": "Telefon", - "rma-sub-modals-postal-code": "Poštovní směrovací číslo", - "rma-sub-modals-products": "Produkty", - "rma-sub-modals-province": "Provincie", - "rma-sub-modals-reason": "Důvod", - "rma-sub-modals-reason-for-return": "Důvod vrácení", - "rma-sub-modals-search-for-additional": "Vyhledávání dalších", - "rma-sub-modals-search-products": "Vyhledávání zboží..", - "rma-sub-modals-shipping-address": "Dodací adresa", - "rma-sub-modals-status": "Stav", - "rma-summaries-claimed-items": "Reklamované položky", - "rma-summaries-customer-refund-description": "Zákazníkovi bude vrácena plná částka za reklamované zboží, protože náklady na náhradní zboží a dopravu nebudou odečteny. Případně můžete nastavit vlastní výši náhrady po obdržení vrácených položek nebo místo toho vytvořit výměnu.", - "rma-summaries-free": "Zdarma", - "rma-summaries-receiving": "Příjem", - "rma-summaries-refund-amount": "Výše náhrady", - "rma-summaries-replacement-items": "Náhradní položky", - "rma-summaries-the-customer-will-be-refunded-immediately": "Zákazníkovi budou okamžitě vráceny peníze", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Zákazníkovi budou vráceny peníze po obdržení vráceného zboží.", - "sales-channels-display-available-count": "Dostupné v <2>{{{availableChannelsCount}} z <6>{{{totalChannelsCount}} prodejních kanálů.", - "sales-channels-form-add-sales-channels": "Přidání prodejních kanálů", - "sales-channels-form-edit-channels": "Úprava kanálů", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Zatím není připojen k žádným prodejním kanálům", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "search-modal-clear-search": "Přehledné vyhledávání", - "search-modal-or": "nebo", - "search-modal-start-typing-to-search": "Začněte psát a hledejte...", - "search-modal-to-navigate": "navigovat", - "search-modal-to-search-anytime": "kdykoli vyhledávat", - "search-modal-to-select-and": "vybrat a", - "sections-amount": "Částka", - "sections-amount-is-required": "Požaduje se částka", - "sections-apply-to-every-allowed-item": "Použít na každou povolenou položku", - "sections-apply-to-the-total-amount": "Použít na celkovou částku", - "sections-at-least-one-region-is-required": "Je vyžadován alespoň jeden region", - "sections-availability-duration": "Doba dostupnosti?", - "sections-choose-valid-regions": "Výběr platných oblastí", - "sections-code": "Kód", - "sections-code-is-required": "Je vyžadován kód", - "sections-customer-invoice-code": "Kód, který vaši zákazníci zadají při placení. Ten se zobrazí na faktuře vašeho zákazníka.", - "sections-description": "Popis", - "sections-discount-has-an-expiry-date": "Platnost slevy končí?", - "sections-discount-in-whole-numbers": "Sleva v celých číslech", - "sections-expiry-date": "Datum vypršení platnosti", - "sections-expiry-time": "Doba platnosti", - "sections-fixed-amount": "Pevná částka", - "sections-free-shipping": "Doprava zdarma", - "sections-item-specific": "Specifické položky", - "sections-limit-applies-across-all-customers-not-per-customer": "Limit platí pro všechny zákazníky, nikoli pro jednoho zákazníka.", - "sections-limit-discount-number-of-uses": "Pokud chcete omezit počet případů, kdy může zákazník tuto slevu uplatnit, můžete zde nastavit limit.", - "sections-limit-the-number-of-redemptions": "Omezit počet odkupů?", - "sections-number-of-redemptions": "Počet zpětných odkupů", - "sections-override-delivery-amount": "Přepsání množství dodávky", - "sections-percentage": "Procento", - "sections-schedule-the-discount-to-activate-in-the-future": "Naplánujte aktivaci slevy v budoucnu.", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Naplánujte deaktivaci slevy v budoucnu.", - "sections-select-a-discount-type": "Vyberte typ slevy", - "sections-select-discount-end-date": "Pokud chcete naplánovat deaktivaci slevy v budoucnu, můžete zde nastavit datum vypršení platnosti.", - "sections-select-discount-start-date": "Pokud chcete naplánovat aktivaci slevy v budoucnu, můžete zde nastavit datum zahájení, jinak bude sleva aktivní okamžitě.", - "sections-set-the-duration-of-the-discount": "Nastavte dobu trvání slevy.", - "sections-start-date": "Datum zahájení", - "sections-start-time": "Čas zahájení", - "sections-summer-sale-2022": "Letní výprodej 2022", - "sections-summersale-10": "SUMMERSALE10", - "sections-template-discounts-description": "Šablony slev umožňují definovat sadu pravidel, která lze použít pro skupinu slev. To je užitečné v kampaních, které by měly generovat jedinečné kódy pro každého uživatele, ale kde by pravidla pro všechny jedinečné kódy měla být stejná.", - "sections-this-is-a-template-discount": "Jedná se o šablonu slevy", - "sections-total-amount": "Celková částka", - "sections-uppercase-letters-and-numbers-only": "Pouze velká písmena a číslice.", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Pokud chcete použít typ pevné částky, můžete vybrat pouze jednu platnou oblast.", - "select-shipping-code": "(Kód: {{code}})", - "select-shipping-to-name": "(Na {{name}})", - "send-notification-form-claim": "reklamace", - "send-notification-form-exchange": "výměna", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Pokud není zaškrtnuto, zákazník nebude dostávat sdělení o tomto {{předmětu}}.", - "send-notification-form-return": "vrátit", - "send-notification-form-send-notifications": "Odesílání oznámení", - "settings-advanced-settings": "Rozšířená nastavení", - "settings-back-to-settings": "Zpět na nastavení", - "settings-cancel": "Zrušit", - "settings-draft-order-link-template": "Šablona odkazu na koncept objednávky", - "settings-error": "Chyba", - "settings-general": "Obecné", - "settings-invite-link-template": "Šablona odkazu na pozvánku", - "settings-malformed-invite-url": "Chybně formulovaná url adresa pozvánky", - "settings-malformed-payment-url": "Chybně zadaná url adresa platby", - "settings-malformed-swap-url": "Špatně formulovaná url adresa swapu", - "settings-manage-the-general-settings-for-your-store": "Správa obecných nastavení vašeho obchodu", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Správa nastavení rozšíření obchodu", - "settings-manage-your-business-details": "Správa obchodních údajů", - "settings-medusa-store": "Medusa Store", - "settings-save": "Uložit", - "settings-store-details": "Podrobnosti o obchodu", - "settings-store-name": "Název obchodu", - "settings-success": "Uloženo", - "settings-successfully-updated-store": "Úspěšně aktualizovaný obchod", - "settings-swap-link-template": "Výměna šablony odkazu", - "shared-applies-to-all-items-except-the-selected-items": "Platí pro všechny položky kromě vybraných.", - "shared-applies-to-the-selected-items": "Platí pro vybrané položky.", - "shared-members": "Členové", - "shared-products": "Produkty", - "shared-status": "Stav", - "shared-tag": "Štítek", - "shared-title": "Název", - "shared-type": "Typ", - "shared-variants": "Varianty", - "shipping-address-form-cancel": "Zrušit", - "shipping-address-form-save-and-go-back": "Uložit a vrátit se zpět", - "shipping-address-form-ship-to-a-different-address": "Odeslání na jinou adresu", - "shipping-address-form-shipping-address": "Dodací adresa", - "shipping-address-form-shipping-information": "Informace o přepravě", - "shipping-form-add-custom-price": "Přidání vlastní ceny", - "shipping-form-choose-shipping-method": "Zvolte způsob přepravy", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Zpětné zaslání zboží reklamovaného zákazníkem je bezplatné.", - "shipping-form-shipping-for-replacement-items": "Přeprava náhradních položek", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Doprava náhradních položek je bezplatná.", - "shipping-form-shipping-for-return-items": "Doprava pro vrácení zboží", - "shipping-form-shipping-method": "Způsob přepravy", - "shipping-form-shipping-method-is-required": "Je vyžadován způsob přepravy", - "shipping-option-card-admin": "Admin", - "shipping-option-card-calcualted": "Vypočítáno", - "shipping-option-card-cancel": "Zrušit", - "shipping-option-card-delete": "Odstranit", - "shipping-option-card-edit": "Upravit", - "shipping-option-card-edit-shipping-option": "Upravit možnost přepravy", - "shipping-option-card-error": "Chyba", - "shipping-option-card-flat-rate": "Paušální sazba", - "shipping-option-card-fulfillment-method": "Způsob plnění", - "shipping-option-card-max-subtotal": "Maximální mezisoučet:", - "shipping-option-card-min-subtotal": "Min. mezisoučet:", - "shipping-option-card-save-and-close": "Uložit a zavřít", - "shipping-option-card-shipping-option-has-been-deleted": "Možnost přepravy byla odstraněna", - "shipping-option-card-shipping-option-updated": "Aktualizace možnosti přepravy", - "shipping-option-card-store": "Obchod", - "shipping-option-card-success": "Dokončeno", - "shipping-option-form-calculated": "Vypočítáno", - "shipping-option-form-choose-a-fulfillment-method": "Výběr způsobu plnění", - "shipping-option-form-choose-a-price-type": "Výběr typu ceny", - "shipping-option-form-choose-a-shipping-profile": "Výběr přepravního profilu", - "shipping-option-form-details": "Podrobnosti na", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Povolení nebo zakázání viditelnosti možnosti dopravy v obchodě.", - "shipping-option-form-flat-rate": "Paušální sazba", - "shipping-option-form-fulfillment-method": "Způsob plnění", - "shipping-option-form-max-subtotal": "Max. mezisoučet", - "shipping-option-form-metadata": "Metadata", - "shipping-option-form-min-subtotal": "Min. mezisoučet", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. mezisoučet musí být menší než max. mezisoučet", - "shipping-option-form-price": "Cena", - "shipping-option-form-price-type": "Typ ceny", - "shipping-option-form-requirements": "Požadavky", - "shipping-option-form-shipping-profile": "Profil přepravy", - "shipping-option-form-title": "Název", - "shipping-option-form-title-is-required": "Vyžaduje se název", - "shipping-option-form-visible-in-store": "Viditelné v obchodě", - "shipping-options-add-option": "Přidat možnost", - "shipping-options-add-shipping-option": "Přidání možnosti přepravy", - "shipping-options-cancel": "Zrušit", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Zadejte konkrétní údaje o dostupných regionálních způsobech přepravy.", - "shipping-options-error": "Chyba", - "shipping-options-save-and-close": "Uložit a zavřít", - "shipping-options-shipping-option-created": "Vytvořená možnost přepravy", - "shipping-options-shipping-options": "Možnosti přepravy", - "shipping-options-success": "Dokončeno", - "sidebar-categories": "Kategorie", - "sidebar-customers": "Zákazníci", - "sidebar-discounts": "Slevy", - "sidebar-gift-cards": "Dárkové karty", - "sidebar-inventory": "Inventura", - "sidebar-orders": "Objednávky", - "sidebar-pricing": "Stanovení cen", - "sidebar-products": "Produkty", - "sidebar-settings": "Nastavení", - "sidebar-store": "Obchod", - "store-currencies-add-currencies": "Přidat měny", - "store-currencies-add-store-currencies": "Přidání měn obchodu", - "store-currencies-all-the-currencies-available-in-your-store": "Všechny měny dostupné ve vašem obchodě.", - "store-currencies-cancel": "Zrušit", - "store-currencies-close": "Zavřít", - "store-currencies-current-store-currencies": "Aktuální měny obchodu", - "store-currencies-deselect": "Zrušení výběru", - "store-currencies-edit-currencies": "Úprava měn", - "store-currencies-error": "Chyba", - "store-currencies-remove": "Odstranění adresy", - "store-currencies-save-and-close": "Uložit a zavřít", - "store-currencies-save-and-go-back": "Uložit a vrátit se zpět", - "store-currencies-store-currencies": "Ukládat měny", - "store-currencies-success": "Úspěšně uloženo", - "store-currencies-successfully-updated-currencies": "Úspěšně aktualizované měny", - "swap-add-a-shipping-method": "Přidání způsobu přepravy", - "swap-add-product": "Přidat produkt", - "swap-additional-total": "Další Celkem", - "swap-calculated-at-checkout": "Vypočítáno při pokladně", - "swap-choose-which-location-you-want-to-return-the-items-to": "Zvolte, na které místo chcete položky vrátit.", - "swap-complete": "Kompletní", - "swap-error": "Chyba", - "swap-estimated-difference": "Odhadovaný rozdíl", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Pokud není zaškrtnuto, zákazník neobdrží sdělení o této výměně.", - "swap-items-to-return": "Položky k vrácení", - "swap-items-to-send": "Položky k odeslání", - "swap-location": "Umístění", - "swap-outbond-shipping": "Přeprava mimo vazby", - "swap-register-exchange": "Výměna registrů", - "swap-return-total": "Návratnost Celkem", - "swap-select-location-to-return-to": "Zvolte místo, kam se chcete vrátit", - "swap-send-notifications": "Odesílání oznámení", - "swap-shipping": "Přeprava", - "swap-shipping-method": "Způsob přepravy", - "swap-success": "Úspěšně provedeno", - "swap-successfully-created-exchange": "Úspěšně vytvořená výměna", - "table-container-current-page": "{{currentPage}} z {{soothedPageCount}}", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}", - "tables-add-products": "Přidat produkty", - "tables-api-key-deleted": "Odstranění klíče API", - "tables-api-key-revoked": "Odvolání klíče API", - "tables-api-keys": "Klíče API", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Opravdu chcete tento veřejný klíč odstranit?", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Jste si jisti, že chcete tento veřejný klíč odvolat?", - "tables-collection": "Kolekce", - "tables-copy-to-clipboard": "Kopírování do schránky", - "tables-copy-token": "Kopírovat token", - "tables-created": "Vytvořeno", - "tables-delete-api-key": "Odstranění klíče API", - "tables-delete-key": "Klávesa Delete", - "tables-description": "Popis", - "tables-details": "Podrobnosti na", - "tables-done": "hotovo", - "tables-edit-api-key-details": "Úprava údajů o klíči API", - "tables-edit-sales-channels": "Úprava prodejních kanálů", - "tables-live": "Živě", - "tables-name": "Název", - "tables-no-added-sales-channels": "Žádné přidané prodejní kanály", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Zatím nemáte žádné klíče, použijte výše uvedené tlačítko pro vytvoření prvního publikovatelného klíče.", - "tables-no-products-in-channels": "Zatím jste do těchto kanálů nepřidali žádné produkty, ale jakmile tak učiníte, budou zde k dispozici.", - "tables-products": "Produkty", - "tables-remove": "Odstranění adresy", - "tables-remove-from-the-channel": "Odstranění z kanálu", - "tables-revoke-key": "Odvolání klíče", - "tables-revoke-token": "Odvolání tokenu", - "tables-revoked": "Odvoláno", - "tables-sales-channels": "Prodejní kanály", - "tables-start-building-your-channels-setup": "Začněte vytvářet nastavení kanálů...", - "tables-status": "Stav", - "tables-title": "Název", - "tables-token": "Token", - "tables-yes-delete": "Ano, vymazat", - "tables-yes-revoke": "Ano, odvolat", - "tags-cancel": "Zrušit", - "tags-save-and-close": "Uložit a zavřít", - "tags-save-and-go-back": "Uložit a vrátit se zpět", - "tags-search": "Vyhledávání...", - "taxes-add": "Přidat", - "taxes-add-overrides": "Přidání předvoleb", - "taxes-add-tax-rate": "Přidat sazbu daně", - "taxes-applies-to-product-type-with-count_one": "Platí pro {{count}} typ produktuWithCount", - "taxes-applies-to-product-type-with-count_other": "Platí pro {{count}} typ produktuWithCount", - "taxes-applies-to-shipping-option-with-count_one": "Platí pro {{count}} přepravní možnostWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Platí pro {{count}} přepravní možnostWithCount", - "taxes-apply-tax-to-gift-cards": "Uplatnit daň na dárkové karty?", - "taxes-apply-taxes-to-gift-cards": "Pokud je zaškrtnuto, daně se na dárkové karty uplatní při placení. V některých zemích je podle daňových předpisů nutné dárkové karty při nákupu zdanit.", - "taxes-automatically-apply-tax-calculations-to-carts": "Pokud je zaškrtnuto, Medusa automaticky použije výpočet daně na vozíky v této oblasti. Pokud není zaškrtnuto, budete muset daně vypočítat ručně při placení. Pokud používáte poskytovatele daní třetí strany, doporučujeme ruční výběr daní, abyste se vyhnuli provádění příliš mnoha požadavků.", - "taxes-back": "Zpět", - "taxes-back-to-settings": "Zpět na nastavení", - "taxes-calculate-taxes-automatically": "Vypočítat daně automaticky?", - "taxes-cancel": "Zrušit", - "taxes-code": "Kód", - "taxes-confirm-delete": "Opravdu chcete tuto sazbu daně odstranit?", - "taxes-create": "Vytvořit", - "taxes-default": "Výchozí", - "taxes-delete-rule": "Odstranit pravidlo", - "taxes-delete-tax-rate": "Smazat sazbu daně", - "taxes-delete-tax-rate-heading": "Vymazat sazbu daně", - "taxes-details": "Podrobnosti na", - "taxes-edit": "Upravit", - "taxes-edit-tax-rate": "Upravit sazbu daně", - "taxes-error": "Chyba", - "taxes-go-to-region-settings": "Přejděte do nastavení regionu", - "taxes-name": "Název", - "taxes-new-tax-rate": "Nová sazba daně", - "taxes-overrides": "Přepisuje", - "taxes-product-rules": "Pravidla produktu", - "taxes-product-rules-description_one": "Platí pro {{count}} productWithCount", - "taxes-product-rules-description_other": "Platí pro {{count}} productWithCount", - "taxes-product-type-rules": "Typ výrobku Pravidla", - "taxes-product-type-rules-description_one": "Platí pro {{count}} typ produktuWithCount", - "taxes-product-type-rules-description_other": "Platí pro {{count}} typ produktuWithCount", - "taxes-product-types": "Typy produktů", - "taxes-products": "Produkty", - "taxes-rate-name": "Název sazby", - "taxes-region-tax-settings-were-successfully-updated": "Nastavení regionální daně bylo úspěšně aktualizováno.", - "taxes-regions": "Regiony", - "taxes-save": "Uložit", - "taxes-search-products": "Vyhledávání zboží..", - "taxes-select-individual-products": "Výběr jednotlivých produktů", - "taxes-select-product-types": "Vybrat typy produktů", - "taxes-select-product-types-label": "Vybrat typy produktů", - "taxes-select-products": "Vybrané produkty", - "taxes-select-shipping-option": "Vyberte možnost přepravy", - "taxes-select-shipping-options": "Vyberte možnosti přepravy", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Vyberte oblast, pro kterou chcete spravovat daně", - "taxes-shipping-option-rules": "Pravidla možností přepravy", - "taxes-shipping-options": "Možnosti přepravy", - "taxes-success": "Úspěšně uloženo", - "taxes-successfully-created-tax-rate": "Úspěšně vytvořená sazba daně.", - "taxes-successfully-updated-tax-rate": "Úspěšně aktualizovaná sazba daně.", - "taxes-system-tax-provider": "Poskytovatel systémové daně", - "taxes-tax-calculation-settings": "Nastavení výpočtu daně", - "taxes-tax-code": "Daňový zákoník", - "taxes-tax-provider": "Poskytovatel daňových služeb", - "taxes-tax-rate": "Sazba daně", - "taxes-tax-rate-was-deleted": "Sazba daně byla zrušena.", - "taxes-type": "Typ", - "templates-active": "Aktivní", - "templates-address": "Adresa", - "templates-address-1": "Adresa 1", - "templates-address-2": "Adresa 2", - "templates-admin": "Admin", - "templates-all": "Všechny", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Jste si jistí, že chcete zrušit plnění?", - "templates-awaiting-fulfillment": "Čeká na splnění", - "templates-awaiting-payment": "Čeká se na platbu", - "templates-billing-address": "Fakturační adresa", - "templates-cancel-fulfillment": "Zrušit plnění", - "templates-cancel-fulfillment-heading": "Zrušit plnění?", - "templates-canceled": "Zrušeno", - "templates-capture-payment": "Zachycení platby", - "templates-city": "Město", - "templates-company": "Společnost", - "templates-completed": "Dokončeno", - "templates-confirm-remove": "Opravdu chcete tohoto uživatele odebrat?", - "templates-confirm-remove-invite": "Opravdu chcete tuto pozvánku odstranit?", - "templates-copy-invite-link": "Kopírovat odkaz na pozvánku", - "templates-country": "Země", - "templates-edit-user": "Upravit uživatele", - "templates-email": "E-mail", - "templates-error": "Chyba", - "templates-expired": "Vypršela platnost", - "templates-first-name": "Jméno", - "templates-fulfilled": "Splněno", - "templates-fulfilled-by-provider": "{{title}} Plní {{provider}}", - "templates-fulfillment-has-been-canceled": "Plnění bylo zrušeno", - "templates-fulfillment-status-requires-action": "Vyžaduje akci", - "templates-general": "Obecné", - "templates-invite-link-copied-to-clipboard": "Odkaz na pozvánku zkopírovaný do schránky", - "templates-invitiation-has-been-removed": "Pozvánka byla odstraněna", - "templates-invitiation-link-has-been-resent": "Odkaz na pozvánku byl znovu zaslán", - "templates-last-name": "Příjmení", - "templates-manage-the-settings-for-your-medusa-store": "Správa nastavení vašeho obchodu", - "templates-manually-refunded": "Vráceno manuálně", - "templates-mark-shipped": "Označit jako odeslané", - "templates-member": "Člen", - "templates-metadata": "Metadata", - "templates-name": "Název", - "templates-net-total": "Čistá současná hodnota", - "templates-no-team-permissions": "Žádná týmová oprávnění", - "templates-not-shipped": "Neodesláno", - "templates-paid": "Placené", - "templates-partially-fulfilled": "Částečně splněno", - "templates-partially-shipped": "Částečně odesláno", - "templates-payment-status-requires-action": "Vyžadována akce", - "templates-pending": "Čeká se na", - "templates-phone": "Telefon", - "templates-postal-code": "Poštovní směrovací číslo", - "templates-processing": "Zpracování", - "templates-province": "Kraj/Oblast", - "templates-refund": "Vrácení peněz", - "templates-refunded-for-returns": "Vrácené peníze za vrácení", - "templates-refunded-for-swaps": "Vrácené prostředky za swapy", - "templates-remove-invitation": "Odstranění pozvánky", - "templates-remove-invite": "Odstranění pozvánky", - "templates-remove-user": "Odebrat uživatele", - "templates-remove-user-heading": "Odebrat uživatele", - "templates-requires-action": "Vyžaduje akci", - "templates-resend-invitation": "Opětovné zaslání pozvánky", - "templates-settings": "Nastavení", - "templates-shipped": "Odesláno", - "templates-shipped-from": "Odesláno z", - "templates-shipping-address": "Dodací adresa", - "templates-shipping-from": "Přeprava od", - "templates-status": "Stav", - "templates-success": "Úspěšně uloženo", - "templates-successfully-canceled-claim": "Reklamace byla úspěšně zrušena", - "templates-successfully-canceled-fulfillment": "Plnění bylo úspěšně zrušeno", - "templates-successfully-canceled-swap": "Výměna úspěšně zrušena", - "templates-successfully-captured-payment": "Platba úspěšně zaznamenána", - "templates-team-permissions": "Oprávnění týmu", - "templates-total-for-swaps": "Celkem za swapy", - "templates-tracking": "Sledování", - "templates-user-has-been-removed": "Uživatel byl odstraněn", - "timeline-added-note": "Přidána poznámka", - "timeline-error": "Chyba", - "timeline-register-claim": "Registrace nároku", - "timeline-register-exchange": "Výměna registrů", - "timeline-request-return": "Žádost o vrácení", - "timeline-success": "Úspěšně dokončeno", - "timeline-timeline": "Časová osa", - "transfer-orders-modal-cancel": "Zrušit", - "transfer-orders-modal-confirm": "Potvrdit", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Nelze převést objednávku na jiného zákazníka", - "transfer-orders-modal-current-owner": "Současný majitel objednávky", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Zákazník je již majitelem objednávky", - "transfer-orders-modal-error": "Chyba", - "transfer-orders-modal-info": "Informace", - "transfer-orders-modal-new-owner": "Nový majitel", - "transfer-orders-modal-order": "Objednávka", - "transfer-orders-modal-success": "Převod byl úspěšný", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Úspěšný převod objednávky na jiného zákazníka", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Zákazník, který se aktuálně vztahuje k této objednávce", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Zákazník tuto objednávku převede na", - "transfer-orders-modal-transfer-order": "Příkaz k převodu", - "upload-modal-cancel": "Zrušit", - "upload-modal-click-to-browse": "klikněte sem pro procházení.", - "upload-modal-drop-your-file-here-or": "Svůj soubor můžete vložit sem nebo", - "upload-modal-import-file-title": "Import {{fileTitle}}", - "upload-modal-import-list": "Seznam importů", - "upload-modal-new": "nový", - "upload-modal-only-csv-files-are-supported": "Podporovány jsou pouze soubory .csv", - "upload-modal-updates": "aktualizace", - "usage-insights-active": "Aktivní", - "usage-insights-cancel": "Zrušit", - "usage-insights-disabled": "Neaktivní", - "usage-insights-edit-preferences": "Upravit předvolby", - "usage-insights-error": "Chyba", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Podělte se o poznatky o používání a pomozte nám vylepšit náš software.", - "usage-insights-submit-and-close": "Uložit a zavřít", - "usage-insights-success": "Úspěšně dokončeno", - "usage-insights-your-information-was-successfully-updated": "Vaše informace byly úspěšně aktualizovány", - "users-back-to-settings": "Zpět do nastavení", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}", - "users-invite-users": "Pozvat uživatele", - "users-manage-users-of-your-medusa-store": "Správa uživatelů vašeho obchodu", - "users-the-team": "Tým", - "utils-collections": "kolekce", - "utils-groups": "skupiny", - "utils-products": "produkty", - "utils-tags": "štítky", - "utils-types": "typy", - "variants-table-location": " v {{location}}" -} - diff --git a/packages/admin-ui/ui/public/locales/de/translation.json b/packages/admin-ui/ui/public/locales/de/translation.json deleted file mode 100644 index fca38ba0b6c5e..0000000000000 --- a/packages/admin-ui/ui/public/locales/de/translation.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "back-button-go-back": "Zurückgehen", - "sales-channels-display-available-count": "Verfügbar in <2>{{availableChannelsCount}} von <6>{{totalChannelsCount}} Vertriebskanälen", - "activity-drawer-activity": "Aktivität", - "activity-drawer-no-notifications-title": "Es ist ruhig hier drin...", - "activity-drawer-no-notifications-description": "Im Moment haben Sie noch keine Meldungen, aber sobald Sie welche haben, werden sie hier zu sehen sein", - "activity-drawer-error-title": "Oh nein...", - "activity-drawer-error-description": "Beim Abrufen Ihrer Benachrichtigungen ist etwas schief gelaufen - wir versuchen es weiter", - "activity-drawer-processing": "Verarbeitung...", - "analytics-config-form-title": "Anonymisierung meiner Nutzungsdaten", - "analytics-config-form-description": "Sie können sich dafür entscheiden, Ihre Nutzungsdaten zu anonymisieren. Wenn Sie diese Option wählen, werden wir Ihre persönlichen Daten, wie z.B. Ihren Namen und Ihre E-Mail-Adresse, nicht erfassen.", - "analytics-config-form-opt-out": "Keine Freigabe meiner Nutzungsdaten", - "analytics-config-form-opt-out-later": "Sie können der Weitergabe Ihrer Nutzungsdaten jederzeit widersprechen", - "analytics-preferences-success": "Erfolg", - "analytics-preferences-your-preferences-were-successfully-updated": "Ihre Einstellungen wurden erfolgreich aktualisiert", - "analytics-preferences-error": "Fehler", - "analytics-preferences-help-us-get-better": "Helfen Sie uns, besser zu werden", - "analytics-preferences-disclaimer": "Um ein möglichst überzeugendes E-Commerce-Erlebnis zu schaffen, möchten wir Einblicke in Ihre Nutzung von Medusa gewinnen. Die Erkenntnisse der Nutzer ermöglichen es uns, bessere, ansprechendere und benutzerfreundlichere Produkte zu entwickeln. Wir sammeln Daten nur für Produktverbesserungen. Lesen Sie, welche Daten wir sammeln in unserem", - "analytics-preferences-documentation": "Dokumentation", - "analytics-preferences-please-enter-a-valid-email": "Bitte geben Sie eine gültige E-Mail ein", - "analytics-preferences-continue": "Weiter", - "currency-input-currency": "Währung", - "currency-input-amount-is-not-valid": "Der Betrag ist nicht gültig", - "organisms-success": "Erfolg", - "organisms-delete-successful": "Löschen erfolgreich", - "organisms-are-you-sure-you-want-to-delete": "Sind Sie sicher, dass Sie löschen wollen?", - "organisms-no-cancel": "Nein, abbrechen", - "organisms-yes-remove": "Ja, entfernen", - "details-collapsible-hide-additional-details": "Zusätzliche Details ausblenden", - "details-collapsible-show-additional-details": "Zusätzliche Details anzeigen", - "edit-user-modal-success": "Erfolg", - "edit-user-modal-user-was-updated": "Benutzer wurde aktualisiert", - "edit-user-modal-error": "Fehler", - "edit-user-modal-edit-user": "Benutzer bearbeiten", - "edit-user-modal-first-name-label": "Vorname", - "edit-user-modal-first-name-placeholder": "Vorname...", - "edit-user-modal-last-name-label": "Nachname", - "edit-user-modal-last-name-placeholder": "Nachname...", - "edit-user-modal-email": "E-Mail", - "edit-user-modal-cancel": "Abbrechen", - "edit-user-modal-save": "Speichern", - "error-boundary-back-to-dashboard": "Zurück zum Armaturenbrett", - "error-boundary-an-unknown-error-occured": "Ein unbekannter Fehler ist aufgetreten", - "error-boundary-bad-request": "Schlechte Anfrage", - "error-boundary-you-are-not-logged-in": "Sie sind nicht eingeloggt", - "error-boundary-you-do-not-have-permission-perform-this-action": "Sie haben keine Erlaubnis, diese Aktion durchzuführen", - "error-boundary-page-was-not-found": "Seite wurde nicht gefunden", - "error-boundary-an-unknown-server-error-occured": "Ein unbekannter Serverfehler ist aufgetreten", - "error-boundary-503": "Server ist derzeit nicht verfügbar", - "error-boundary-500": "Es ist ein Fehler mit unbestimmter Ursache aufgetreten, der höchstwahrscheinlich auf ein technisches Problem auf unserer Seite zurückzuführen ist. Bitte versuchen Sie, die Seite zu aktualisieren. Wenn das Problem weiterhin auftritt, wenden Sie sich an Ihren Administrator", - "error-boundary-400": "Die Anfrage war fehlerhaft, korrigieren Sie Ihre Anfrage und versuchen Sie es noch einmal", - "error-boundary-401": "Sie sind nicht angemeldet, bitte melden Sie sich an, um fortzufahren", - "error-boundary-403": "Sie haben keine Erlaubnis, diese Aktion auszuführen. Wenn Sie glauben, dass dies ein Fehler ist, wenden Sie sich an Ihren Administrator", - "error-boundary-404": "Die von Ihnen angeforderte Seite wurde nicht gefunden, bitte überprüfen Sie die URL und versuchen Sie es erneut", - "error-boundary-500-2": "Der Server war nicht in der Lage, Ihre Anfrage zu bearbeiten. Dies ist höchstwahrscheinlich auf ein technisches Problem auf unserer Seite zurückzuführen. Bitte versuchen Sie es erneut. Wenn das Problem weiterhin auftritt, wenden Sie sich an Ihren Administrator", - "error-boundary-503-2": "Der Server ist vorübergehend nicht verfügbar, und Ihre Anfrage konnte nicht bearbeitet werden. Bitte versuchen Sie es später erneut. Wenn das Problem weiterhin auftritt, wenden Sie sich an Ihren Administrator", - "export-modal-title": "Initialisieren Sie einen Export Ihrer Daten", - "export-modal-cancel": "Abbrechen", - "export-modal-export": "Exportieren", - "file-upload-modal-upload-a-new-photo": "Ein neues Foto hochladen", - "gift-card-banner-edit": "Bearbeiten", - "gift-card-banner-unpublish": "Veröffentlichung aufheben", - "gift-card-banner-publish": "Veröffentlichen", - "gift-card-banner-delete": "Löschen", - "gift-card-banner-published": "Veröffentlicht", - "gift-card-banner-unpublished": "Unveröffentlicht", - "gift-card-denominations-section-denomination-added": "Stückelung hinzugefügt", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Eine neue Stückelung wurde erfolgreich hinzugefügt", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Eine Bezeichnung mit diesem Standardwert ist bereits vorhanden", - "gift-card-denominations-section-error": "Fehler", - "gift-card-denominations-section-add-denomination": "Denominierung hinzufügen", - "gift-card-denominations-section-cancel": "Abbrechen", - "gift-card-denominations-section-save-and-close": "Speichern und schließen", - "gift-card-denominations-section-denomination-updated": "Bezeichnung aktualisiert", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Eine neue Bezeichnung wurde erfolgreich aktualisiert", - "gift-card-denominations-section-edit-denomination": "Denominierung bearbeiten", - "gift-card-denominations-section-denominations": "Konfessionen", - "gift-card-denominations-section-denomination": "Bezeichnung", - "gift-card-denominations-section-in-other-currencies": "In anderen Währungen", - "gift-card-denominations-section-and-more_one": ", und {{count}} mehr", - "gift-card-denominations-section-and-more_other": ", und {{count}} mehr", - "gift-card-denominations-section-delete-denomination": "Bezeichnung löschen", - "gift-card-denominations-section-confirm-delete": "Sind Sie sicher, dass Sie diese Bezeichnung löschen wollen?", - "gift-card-denominations-section-denomination-deleted": "Bezeichnung gelöscht", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Bezeichnung wurde erfolgreich gelöscht", - "gift-card-denominations-section-edit": "Bearbeiten", - "gift-card-denominations-section-delete": "Löschen", - "help-dialog-how-can-we-help": "Wie können wir helfen?", - "help-dialog-we-usually-respond-in-a-few-hours": "Wir antworten in der Regel innerhalb weniger Stunden", - "help-dialog-subject": "Betreff", - "help-dialog-what-is-it-about": "Worum geht es?...", - "help-dialog-write-a-message": "Schreiben Sie eine Nachricht...", - "help-dialog-feel-free-to-join-our-community-of": "Fühlen Sie sich frei, unserer Gemeinschaft beizutreten", - "help-dialog-merchants-and-e-commerce-developers": "Händler und E-Commerce-Entwickler", - "help-dialog-send-a-message": "Eine Nachricht senden", - "invite-modal-success": "Erfolg", - "invite-modal-invitation-sent-to": "Einladung gesendet an {{user}}", - "invite-modal-error": "Fehler", - "invite-modal-member": "Mitglied", - "invite-modal-admin": "Verwaltung", - "invite-modal-developer": "Entwickler", - "invite-modal-invite-users": "Benutzer einladen", - "invite-modal-email": "E-Mail", - "invite-modal-role": "Rolle", - "invite-modal-select-role": "Rolle auswählen", - "invite-modal-cancel": "Abbrechen", - "invite-modal-invite": "Einladen", - "login-card-no-match": "Diese Angaben stimmen nicht mit unseren Unterlagen überein", - "login-card-log-in-to-medusa": "Bei Medusa anmelden", - "login-card-email": "E-Mail", - "login-card-password": "Kennwort", - "login-card-forgot-your-password": "Haben Sie Ihr Passwort vergessen?", - "metadata-add-metadata": "Metadaten hinzufügen", - "product-attributes-section-title": "Attribute", - "product-attributes-section-edit-attributes": "Attribute bearbeiten", - "product-attributes-section-dimensions": "Abmessungen", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfigurieren, um die genauesten Versandtarife zu berechnen", - "product-attributes-section-customs": "Zoll", - "product-attributes-section-cancel": "Abbrechen", - "product-attributes-section-save": "Speichern", - "product-attributes-section-height": "Höhe", - "product-attributes-section-width": "Breite", - "product-attributes-section-length": "Länge", - "product-attributes-section-weight": "Gewicht", - "product-attributes-section-mid-code": "MID-Code", - "product-attributes-section-hs-code": "HS-Code", - "product-attributes-section-country-of-origin": "Herkunftsland", - "product-general-section-success": "Erfolg", - "product-general-section-successfully-updated-sales-channels": "Erfolgreich aktualisierte Vertriebskanäle", - "product-general-section-error": "Fehler", - "product-general-section-failed-to-update-sales-channels": "Aktualisierung der Vertriebskanäle fehlgeschlagen", - "product-general-section-edit-general-information": "Allgemeine Informationen bearbeiten", - "product-general-section-gift-card": "Gutschein", - "product-general-section-product": "Produkt", - "product-general-section-metadata": "Metadaten", - "product-general-section-cancel": "Abbrechen", - "product-general-section-save": "Speichern", - "product-general-section-delete": "Löschen", - "product-general-section-edit-sales-channels": "Vertriebskanäle bearbeiten", - "product-general-section-published": "Veröffentlicht", - "product-general-section-draft": "Entwurf", - "product-general-section-details": "Einzelheiten", - "product-general-section-subtitle": "Untertitel", - "product-general-section-handle": "Handle", - "product-general-section-type": "Typ", - "product-general-section-collection": "Sammlung", - "product-general-section-category": "Kategorie", - "product-general-section-discountable": "Rabattfähig", - "product-general-section-true": "Wahr", - "product-general-section-false": "Falsch", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Vertriebskanäle", - "product-media-section-edit-media": "Medien bearbeiten", - "product-media-section-upload-images-error": "Beim Versuch, Bilder hochzuladen, ist etwas schief gelaufen", - "product-media-section-file-service-not-configured": "Sie haben möglicherweise keinen Dateidienst konfiguriert. Bitte wenden Sie sich an Ihren Administrator", - "product-media-section-error": "Fehler", - "product-media-section-media": "Medien", - "product-media-section-add-images-to-your-product": "Fügen Sie Bilder zu Ihrem Produkt hinzu.", - "product-media-section-cancel": "Abbrechen", - "product-media-section-save-and-close": "Speichern und schließen", - "product-raw-section-raw-gift-card": "Raw Gift Card", - "product-raw-section-raw-product": "Rohprodukt", - "product-thumbnail-section-success": "Erfolg", - "product-thumbnail-section-successfully-deleted-thumbnail": "Erfolgreich gelöschtes Vorschaubild", - "product-thumbnail-section-error": "Fehler", - "product-thumbnail-section-edit": "Bearbeiten", - "product-thumbnail-section-upload": "Hochladen", - "product-thumbnail-section-upload-thumbnail-error": "Beim Hochladen des Vorschaubildes ist etwas schief gelaufen", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Sie haben möglicherweise keinen Dateidienst konfiguriert. Bitte wenden Sie sich an Ihren Administrator", - "product-thumbnail-section-upload-thumbnail": "Thumbnail hochladen", - "product-thumbnail-section-thumbnail": "Daumennagel", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Wird verwendet, um Ihr Produkt während der Kaufabwicklung, der Weitergabe in sozialen Netzwerken und mehr darzustellen.", - "product-thumbnail-section-cancel": "Abbrechen", - "product-thumbnail-section-save-and-close": "Speichern und schließen", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Preise hinzufügen", - "product-variants-section-add-variant": "Variante hinzufügen", - "product-variants-section-cancel": "Abbrechen", - "product-variants-section-save-and-close": "Speichern und schließen", - "product-variants-section-edit-stock-inventory": "Bestand & Inventar bearbeiten", - "product-variants-section-edit-variant": "Variante bearbeiten", - "edit-variants-modal-cancel": "Abbrechen", - "edit-variants-modal-save-and-go-back": "Speichern und zurückgehen", - "edit-variants-modal-save-and-close": "Speichern und schließen", - "edit-variants-modal-edit-variant": "Variante bearbeiten", - "edit-variants-modal-update-success": "Varianten wurden erfolgreich aktualisiert", - "edit-variants-modal-edit-variants": "Varianten bearbeiten", - "edit-variants-modal-product-variants": "Produktvarianten", - "edit-variants-modal-variant": "Variante", - "edit-variants-modal-inventory": "Bestandsaufnahme", - "product-variants-section-edit-prices": "Preise bearbeiten", - "product-variants-section-edit-variants": "Varianten bearbeiten", - "product-variants-section-edit-options": "Optionen bearbeiten", - "product-variants-section-product-variants": "Produktvarianten", - "product-variants-section-error": "Fehler", - "product-variants-section-failed-to-update-product-options": "Produktoptionen konnten nicht aktualisiert werden", - "product-variants-section-success": "Erfolg", - "product-variants-section-successfully-updated-product-options": "Erfolgreich aktualisierte Produktoptionen", - "product-variants-section-product-options": "Produktoptionen", - "product-variants-section-option-title": "Titel der Option", - "product-variants-section-option-title-is-required": "Option title is required", - "product-variants-section-add-an-option": "Eine Option hinzufügen", - "product-variants-section-inventory": "Bestandsaufnahme", - "product-variants-section-title": "Titel", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Inventar verwalten", - "product-variants-section-duplicate-variant": "Doppelte Variante", - "product-variants-section-delete-variant-label": "Variante löschen", - "product-variants-section-yes-delete": "Ja, löschen", - "product-variants-section-delete-variant-heading": "Variante löschen", - "product-variants-section-confirm-delete": "Sind Sie sicher, dass Sie diese Variante löschen wollen? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Hinweis: Wenn Sie die Variante löschen, werden auch die Gegenstände im Inventar und die Ebenen entfernt", - "reset-token-card-error": "Fehler", - "reset-token-card-reset-your-password": "Ihr Passwort zurücksetzen", - "reset-token-card-password-reset-description": "Geben Sie unten Ihre E-Mail-Adresse ein, und wir schicken Ihnen eine Anleitung, wie Sie Ihr Passwort zurücksetzen können", - "reset-token-card-email": "E-Mail", - "reset-token-card-this-is-not-a-valid-email": "Dies ist keine gültige E-Mail", - "reset-token-card-send-reset-instructions": "Anweisungen zum Zurücksetzen senden", - "reset-token-card-successfully-sent-you-an-email": "Erfolgreich eine E-Mail an Sie gesendet", - "reset-token-card-go-back-to-sign-in": "Zurückgehen, um sich anzumelden", - "rma-return-product-table-product-details": "Produkt-Details", - "rma-return-product-table-quantity": "Menge", - "rma-select-product-table-product-details": "Produkt-Details", - "rma-select-product-table-quantity": "Menge", - "rma-select-product-table-refundable": "Erstattungsfähig", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Grund auswählen", - "sidebar-store": "Store", - "sidebar-orders": "Aufträge", - "sidebar-products": "Produkte", - "sidebar-categories": "Kategorien", - "sidebar-customers": "Kunden", - "sidebar-inventory": "Bestandsaufnahme", - "sidebar-discounts": "Ermäßigungen", - "sidebar-gift-cards": "Gutscheine", - "sidebar-pricing": "Preisgestaltung", - "sidebar-settings": "Einstellungen", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} von {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} von {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} von {{soothedPageCount}}", - "timeline-request-return": "Antrag auf Rückgabe", - "timeline-register-exchange": "Austausch registrieren", - "timeline-register-claim": "Anspruch registrieren", - "timeline-success": "Erfolg", - "timeline-added-note": "Hinzugefügte Anmerkung", - "timeline-error": "Fehler", - "timeline-timeline": "Zeitleiste", - "upload-modal-new": "neu", - "upload-modal-updates": "Aktualisierungen", - "upload-modal-drop-your-file-here-or": "Legen Sie Ihre Datei hier ab, oder", - "upload-modal-click-to-browse": "Klicken Sie, um zu blättern.", - "upload-modal-only-csv-files-are-supported": "Es werden nur .csv-Dateien unterstützt", - "upload-modal-import-file-title": "Importieren {{fileTitle}}", - "upload-modal-cancel": "Abbrechen", - "upload-modal-import-list": "Liste importieren", - "add-products-modal-add-products": "Produkte hinzufügen", - "add-products-modal-search-by-name-or-description": "Suche nach Name oder Beschreibung...", - "add-products-modal-cancel": "Abbrechen", - "add-products-modal-save": "Speichern", - "add-products-modal-product-details": "Produkt-Details", - "add-products-modal-status": "Status", - "add-products-modal-variants": "Varianten", - "templates-general": "Allgemein", - "templates-first-name": "Vorname", - "templates-last-name": "Nachname", - "templates-company": "Unternehmen", - "templates-phone": "Telefon", - "templates-billing-address": "Rechnungsadresse", - "templates-shipping-address": "Lieferadresse", - "templates-address": "Adresse", - "templates-address-1": "Adresse 1", - "templates-address-2": "Adresse 2", - "templates-postal-code": "Postleitzahl", - "templates-city": "Stadt", - "templates-province": "Provinz", - "templates-country": "Land", - "templates-metadata": "Metadaten", - "collection-modal-success": "Erfolg", - "collection-modal-successfully-updated-collection": "Sammlung erfolgreich aktualisiert", - "collection-modal-error": "Fehler", - "collection-modal-successfully-created-collection": "Erfolgreich erstellte Sammlung", - "collection-modal-edit-collection": "Sammlung bearbeiten", - "collection-modal-add-collection": "Sammlung hinzufügen", - "collection-modal-description": "Um eine Sammlung zu erstellen, brauchen Sie nur einen Titel und einen Griff", - "collection-modal-details": "Einzelheiten", - "collection-modal-title-label": "Titel", - "collection-modal-title-placeholder": "Sonnenbrille", - "collection-modal-handle-label": "Handle", - "collection-modal-handle-placeholder": "Sonnenbrille", - "collection-modal-slug-description": "URL-Slug für die Sammlung. Wird automatisch generiert, wenn leer gelassen", - "collection-modal-metadata": "Metadaten", - "collection-modal-cancel": "Abbrechen", - "collection-modal-save-collection": "Sammlung speichern", - "collection-modal-publish-collection": "Sammlung veröffentlichen", - "collection-product-table-add-products": "Produkte hinzufügen", - "collection-product-table-products": "Produkte", - "collection-product-table-search-products": "Produkte suchen", - "collection-product-table-cancel": "Abbrechen", - "collection-product-table-save": "Speichern", - "collection-product-table-sort-by": "Sortieren nach", - "collection-product-table-all": "Alle", - "collection-product-table-newest": "Neuestes", - "collection-product-table-oldest": "Älteste", - "collection-product-table-title": "Titel", - "collection-product-table-decide-status-published": "Veröffentlicht", - "collection-product-table-draft": "Entwurf", - "collection-product-table-proposed": "Vorgeschlagen", - "collection-product-table-rejected": "Abgelehnt", - "collection-product-table-remove-product-from-collection": "Produkt aus der Sammlung entfernen", - "collection-product-table-product-removed-from-collection": "Produkt aus der Sammlung entfernt", - "collections-table-delete-collection": "Sammlung löschen", - "collections-table-confirm-delete": "Sind Sie sicher, dass Sie diese Sammlung löschen wollen?", - "collections-table-edit": "Bearbeiten", - "collections-table-delete": "Löschen", - "collections-table-title": "Titel", - "collections-table-handle": "Handle", - "collections-table-created-at": "Erstellt am", - "collections-table-updated-at": "Aktualisiert am", - "collections-table-products": "Produkte", - "customer-group-table-details": "Einzelheiten", - "customer-group-table-delete": "Löschen", - "customer-group-table-success": "Erfolg", - "customer-group-table-group-deleted": "Gruppe gelöscht", - "customer-group-table-error": "Fehler", - "customer-group-table-failed-to-delete-the-group": "Die Gruppe konnte nicht gelöscht werden", - "customer-group-table-customer-groups": "Kundengruppen", - "customer-group-table-delete-from-the-group": "Aus der Gruppe löschen", - "customer-group-table-customer-groups-title": "Kundengruppen", - "customer-group-table-groups": "Gruppen", - "customer-group-table-all": "Alle", - "customer-group-table-edit-customers": "Kunden bearbeiten", - "customer-group-table-customers": "Kunden", - "customer-group-table-cancel": "Abbrechen", - "customer-group-table-save": "Speichern", - "customer-orders-table-orders": "Aufträge", - "customer-orders-table-transfer-order": "Überweisungsauftrag", - "customer-orders-table-paid": "Bezahlt", - "customer-orders-table-awaiting": "In Erwartung", - "customer-orders-table-requires-action": "Erfordert Maßnahmen", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Erfüllt", - "customer-orders-table-shipped": "Versendet", - "customer-orders-table-not-fulfilled": "Nicht erfüllt", - "customer-orders-table-partially-fulfilled": "Teilweise erfüllt", - "customer-orders-table-partially-shipped": "Teilweise ausgeliefert", - "customer-orders-table-order": "Bestellung", - "customer-orders-table-remainder-more": "+ {{remainder}} mehr", - "customer-orders-table-date": "Datum", - "customer-orders-table-fulfillment": "Vertragserfüllung", - "customer-orders-table-status": "Status", - "customer-orders-table-total": "Gesamt", - "customer-table-customers": "Kunden", - "customer-table-edit": "Bearbeiten", - "customer-table-details": "Einzelheiten", - "customer-table-date-added": "Datum hinzugefügt", - "customer-table-name": "Name", - "customer-table-email": "E-Mail", - "customer-table-orders": "Aufträge", - "discount-filter-dropdown-filters": "Filter", - "discount-table-discounts": "Ermäßigungen", - "discount-table-search-by-code-or-description": "Suche nach Code oder Beschreibung...", - "discount-table-success": "Erfolg", - "discount-table-successfully-copied-discount": "Rabatt erfolgreich kopiert", - "discount-table-error": "Fehler", - "discount-table-scheduled": "Geplant", - "discount-table-expired": "Abgelaufen", - "discount-table-active": "Aktiv", - "discount-table-disabled": "Deaktiviert", - "discount-table-free-shipping": "Kostenloser Versand", - "discount-table-code": "Code", - "discount-table-description": "Beschreibung", - "discount-table-amount": "Betrag", - "discount-table-status": "Status", - "discount-table-redemptions": "Rücknahmen", - "discount-table-delete-discount": "Rabatt löschen", - "discount-table-confirm-delete": "Sind Sie sicher, dass Sie diesen Rabatt löschen wollen?", - "discount-table-publish": "Veröffentlichen", - "discount-table-unpublish": "Veröffentlichung zurücknehmen", - "discount-table-successfully-published-discount": "Erfolgreich veröffentlichter Rabatt", - "discount-table-successfully-unpublished-discount": "Erfolgreich unveröffentlichter Rabatt", - "discount-table-duplicate": "Duplikat", - "discount-table-delete": "Löschen", - "draft-order-table-draft-orders": "Entwurf von Aufträgen", - "draft-order-table-completed": "Abgeschlossen", - "draft-order-table-open": "Offen", - "draft-order-table-draft": "Entwurf", - "draft-order-table-order": "Bestellung", - "draft-order-table-date-added": "Datum hinzugefügt", - "draft-order-table-customer": "Kunde", - "draft-order-table-status": "Status", - "gift-card-filter-dropdown-is-in-the-last": "ist im letzten", - "gift-card-filter-dropdown-is-older-than": "ist älter als", - "gift-card-filter-dropdown-is-after": "ist nach", - "gift-card-filter-dropdown-is-before": "ist vor", - "gift-card-filter-dropdown-is-equal-to": "ist gleich", - "gift-card-filter-dropdown-filters": "Filter", - "gift-card-filter-dropdown-status": "Status", - "gift-card-filter-dropdown-payment-status": "Zahlungsstatus", - "gift-card-filter-dropdown-fulfillment-status": "Erfüllungsstatus", - "gift-card-filter-dropdown-date": "Datum", - "gift-card-table-gift-cards": "Gutscheine", - "gift-card-table-code": "Code", - "gift-card-table-order": "Bestellung", - "gift-card-table-original-amount": "Ursprünglicher Betrag", - "gift-card-table-balance": "Gleichgewicht", - "gift-card-table-region-has-been-deleted": "Region wurde gelöscht", - "gift-card-table-none": "Keine", - "gift-card-table-created": "Erstellt", - "image-table-file-name": "Dateiname", - "image-table-thumbnail": "Daumennagel", - "image-table-select-thumbnail-image-for-product": "Wählen Sie das Bild aus, das Sie als Vorschaubild für dieses Produkt verwenden möchten", - "inventory-table-inventory-items": "Vorratsposten", - "inventory-table-actions-adjust-availability": "Verfügbarkeit anpassen", - "inventory-table-view-product": "Produkt anzeigen", - "inventory-table-success": "Erfolg", - "inventory-table-inventory-item-updated-successfully": "Inventarartikel erfolgreich aktualisiert", - "inventory-table-adjust-availability": "Verfügbarkeit anpassen", - "inventory-table-cancel": "Abbrechen", - "inventory-table-save-and-close": "Speichern und schließen", - "inventory-table-item": "Gegenstand", - "inventory-table-variant": "Variante", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Reserviert", - "inventory-table-in-stock": "Auf Lager", - "order-filter-dropdown-filters": "Filter", - "order-filter-dropdown-status": "Status", - "order-filter-dropdown-payment-status": "Zahlungsstatus", - "order-filter-dropdown-fulfillment-status": "Erfüllungsstatus", - "order-filter-dropdown-regions": "Regionen", - "order-filter-dropdown-sales-channel": "Vertriebskanal", - "order-filter-dropdown-date": "Datum", - "order-table-paid": "Bezahlt", - "order-table-awaiting": "In Erwartung", - "order-table-requires-action": "Erfordert Maßnahmen", - "order-table-canceled": "Storniert", - "order-table-n-a": "N/A", - "order-table-order": "Bestellung", - "order-table-date-added": "Datum hinzugefügt", - "order-table-customer": "Kunde", - "order-table-fulfillment": "Vertragserfüllung", - "order-table-payment-status": "Zahlungsstatus", - "order-table-sales-channel": "Vertriebskanal", - "order-table-total": "Gesamt", - "order-table-filters-complete": "Vollständig", - "order-table-filters-incomplete": "Unvollständig", - "price-list-table-filters": "Filter", - "price-list-table-status": "Status", - "price-list-table-type": "Typ", - "price-list-table-price-lists": "Preislisten", - "price-list-table-success": "Erfolg", - "price-list-table-successfully-copied-price-list": "Preisliste erfolgreich kopiert", - "price-list-table-error": "Fehler", - "price-list-table-delete-price-list": "Preisliste löschen", - "price-list-table-confirm-delete": "Sind Sie sicher, dass Sie diese Preisliste löschen wollen?", - "price-list-table-successfully-deleted-the-price-list": "Die Preisliste wurde erfolgreich gelöscht", - "price-list-table-successfully-unpublished-price-list": "Erfolgreich unveröffentlichte Preisliste", - "price-list-table-successfully-published-price-list": "Erfolgreich veröffentlichte Preisliste", - "price-list-table-unpublish": "Veröffentlichung zurücknehmen", - "price-list-table-publish": "Veröffentlichen", - "price-list-table-delete": "Löschen", - "price-list-table-name": "Name", - "price-list-table-description": "Beschreibung", - "price-list-table-groups": "Gruppen", - "price-list-table-other-more": "+ {{other}} mehr", - "price-overrides-apply-overrides-on-selected-variants": "Überschreibungen auf ausgewählte Varianten anwenden", - "price-overrides-apply-on-all-variants": "Auf alle Varianten anwenden", - "price-overrides-prices": "Preise", - "price-overrides-cancel": "Abbrechen", - "price-overrides-save-and-close": "Speichern und schließen", - "price-overrides-show-regions": "Regionen anzeigen", - "product-table-products": "Produkte", - "product-table-copy-success": "Erfolg", - "product-table-copy-created-a-new-product": "Ein neues Produkt geschaffen", - "product-table-copy-error": "Fehler", - "product-table-delete-product": "Produkt löschen", - "product-table-confirm-delete": "Sind Sie sicher, dass Sie dieses Produkt löschen wollen?", - "product-table-edit": "Bearbeiten", - "product-table-unpublish": "Veröffentlichung zurücknehmen", - "product-table-publish": "Veröffentlichen", - "product-table-draft": "Entwurf", - "product-table-published": "veröffentlicht", - "product-table-success": "Erfolg", - "product-table-successfully-unpublished-product": "Erfolgreich unveröffentlichtes Produkt", - "product-table-successfully-published-product": "Erfolgreich veröffentlichtes Produkt", - "product-table-error": "Fehler", - "product-table-duplicate": "Duplikat", - "product-table-delete": "Löschen", - "product-table-proposed": "Vorgeschlagen", - "product-table-published-title": "Veröffentlicht", - "product-table-rejected": "Abgelehnt", - "product-table-draft-title": "Entwurf", - "product-table-name": "Name", - "product-table-collection": "Sammlung", - "product-table-status": "Status", - "product-table-availability": "Verfügbarkeit", - "product-table-inventory": "Bestandsaufnahme", - "product-table-inventory-in-stock-count_one": " auf Lager für {{count}} Variante(n)", - "product-table-inventory-in-stock-count_other": " auf Lager für {{count}} Variante(n)", - "reservation-form-location": "Standort", - "reservation-form-choose-where-you-wish-to-reserve-from": "Wählen Sie aus, von wo aus Sie reservieren möchten", - "reservation-form-item-to-reserve": "Zu reservierender Artikel", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Wählen Sie den Artikel, den Sie reservieren möchten", - "reservation-form-item": "Gegenstand", - "reservation-form-in-stock": "Auf Lager", - "reservation-form-available": "Verfügbar", - "reservation-form-reserve": "Reserve", - "reservation-form-remove-item": "Element entfernen", - "reservation-form-description": "Beschreibung", - "reservation-form-what-type-of-reservation-is-this": "Was für eine Art von Reservierung ist das?", - "reservations-table-reservations": "Reservierungen", - "reservations-table-edit": "Bearbeiten", - "reservations-table-delete": "Löschen", - "reservations-table-confirm-delete": "Sind Sie sicher, dass Sie diese Reservierung aufheben wollen?", - "reservations-table-remove-reservation": "Reservierung aufheben", - "reservations-table-reservation-has-been-removed": "Die Reservierung wurde entfernt", - "new-success": "Erfolg", - "new-successfully-created-reservation": "Reservierung erfolgreich erstellt", - "new-error": "Fehler", - "new-cancel": "Abbrechen", - "new-save-reservation": "Reservierung speichern", - "new-reserve-item": "Reserveposten", - "new-metadata": "Metadaten", - "reservations-table-order-id": "Bestellungsnummer", - "reservations-table-description": "Beschreibung", - "reservations-table-created": "Erstellt", - "reservations-table-quantity": "Menge", - "search-modal-start-typing-to-search": "Tippen Sie, um zu suchen...", - "search-modal-clear-search": "Suche löschen", - "search-modal-or": "oder", - "search-modal-to-navigate": "zu navigieren", - "search-modal-to-select-and": "auswählen, und", - "search-modal-to-search-anytime": "jederzeit zu suchen", - "templates-settings": "Einstellungen", - "templates-manage-the-settings-for-your-medusa-store": "Verwalten Sie die Einstellungen für Ihren Medusa-Shop", - "transfer-orders-modal-info": "Info", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Der Kunde ist bereits Eigentümer der Bestellung", - "transfer-orders-modal-success": "Erfolg", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Auftrag erfolgreich an anderen Kunden übertragen", - "transfer-orders-modal-error": "Fehler", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Die Bestellung konnte nicht auf einen anderen Kunden übertragen werden", - "transfer-orders-modal-transfer-order": "Überweisungsauftrag", - "transfer-orders-modal-order": "Bestellung", - "transfer-orders-modal-current-owner": "Derzeitiger Eigentümer", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Der Kunde, der derzeit mit dieser Bestellung verbunden ist", - "transfer-orders-modal-new-owner": "Neuer Eigentümer", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Der Kunde, an den dieser Auftrag übertragen werden soll", - "transfer-orders-modal-cancel": "Abbrechen", - "transfer-orders-modal-confirm": "Bestätigen", - "templates-edit-user": "Benutzer bearbeiten", - "templates-remove-user": "Benutzer entfernen", - "templates-resend-invitation": "Einladung erneut senden", - "templates-success": "Erfolg", - "templates-invitiation-link-has-been-resent": "Der Einladungslink wurde erneut gesendet", - "templates-copy-invite-link": "Link zum Einladen kopieren", - "templates-invite-link-copied-to-clipboard": "Einladungslink in die Zwischenablage kopiert", - "templates-remove-invitation": "Einladung entfernen", - "templates-expired": "Abgelaufen", - "templates-pending": "Anhängig", - "templates-all": "Alle", - "templates-member": "Mitglied", - "templates-admin": "Verwaltung", - "templates-no-team-permissions": "Keine Gruppenberechtigungen", - "templates-status": "Status", - "templates-active": "Aktiv", - "templates-name": "Name", - "templates-email": "E-Mail", - "templates-team-permissions": "Gruppenberechtigungen", - "templates-confirm-remove": "Sind Sie sicher, dass Sie diesen Benutzer entfernen möchten?", - "templates-remove-user-heading": "Benutzer entfernen", - "templates-user-has-been-removed": "Benutzer wurde entfernt", - "templates-confirm-remove-invite": "Sind Sie sicher, dass Sie diese Einladung entfernen möchten?", - "templates-remove-invite": "Einladung entfernen", - "templates-invitiation-has-been-removed": "Die Einladung wurde entfernt", - "multiselect-choose-categories": "Kategorien auswählen", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Erfolg", - "details-updated-products-in-collection": "Aktualisierte Produkte in der Sammlung", - "details-error": "Fehler", - "details-back-to-collections": "Zurück zu den Sammlungen", - "details-edit-collection": "Sammlung bearbeiten", - "details-delete": "Löschen", - "details-metadata": "Metadaten", - "details-edit-products": "Produkte bearbeiten", - "details-products-in-this-collection": "Produkte in dieser Sammlung", - "details-raw-collection": "Rohsammlung", - "details-delete-collection": "Sammlung löschen", - "details-successfully-deleted-collection": "Sammlung erfolgreich gelöscht", - "details-yes-delete": "Ja, löschen", - "details-successfully-updated-customer": "Kunde erfolgreich aktualisiert", - "details-customer-details": "Kundendaten", - "details-general": "Allgemein", - "details-first-name": "Vorname", - "details-lebron": "Lebron", - "details-last-name": "Nachname", - "details-james": "James", - "details-email": "E-Mail", - "details-phone-number": "Telefonnummer", - "details-cancel": "Abbrechen", - "details-save-and-close": "Speichern und schließen", - "details-edit": "Bearbeiten", - "details-back-to-customers": "Zurück zu den Kunden", - "details-first-seen": "Erstmals gesehen", - "details-phone": "Telefon", - "details-orders": "Aufträge", - "details-user": "Benutzer", - "details-orders_one": "Aufträge {{count}}", - "details-orders_other": "Aufträge {{count}}", - "details-an-overview-of-customer-orders": "Ein Überblick über Kundenaufträge", - "details-raw-customer": "Roher Kunde", - "groups-group-updated": "Gruppe aktualisiert", - "groups-group-created": "Gruppe erstellt", - "groups-the-customer-group-has-been-updated": "Die Kundengruppe wurde aktualisiert", - "groups-the-customer-group-has-been-created": "Die Kundengruppe wurde erstellt", - "groups-edit-customer-group": "Kundengruppe bearbeiten", - "groups-create-a-new-customer-group": "Eine neue Kundengruppe erstellen", - "groups-details": "Einzelheiten", - "groups-metadata": "Metadaten", - "groups-cancel": "Abbrechen", - "groups-edit-group": "Gruppe bearbeiten", - "groups-publish-group": "Gruppe veröffentlichen", - "groups-no-customers-in-this-group-yet": "Noch keine Kunden in dieser Gruppe", - "groups-customers": "Kunden", - "groups-edit": "Bearbeiten", - "groups-delete": "Löschen", - "groups-yes-delete": "Ja, löschen", - "groups-delete-the-group": "Die Gruppe löschen", - "groups-group-deleted": "Gruppe gelöscht", - "groups-confirm-delete-customer-group": "Sind Sie sicher, dass Sie diese Kundengruppe löschen wollen?", - "groups-back-to-customer-groups": "Zurück zu den Kundengruppen", - "groups-new-group": "Neue Gruppe", - "add-condition-conditions-were-successfully-added": "Bedingungen wurden erfolgreich hinzugefügt", - "add-condition-discount-conditions-updated": "Rabattbedingungen aktualisiert", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions muss innerhalb eines ConditionsProviders verwendet werden", - "collections-search": "Suchen...", - "collections-cancel": "Abbrechen", - "collections-save-and-go-back": "Speichern und zurückgehen", - "collections-save-and-close": "Speichern und schließen", - "customer-groups-search": "Suchen...", - "customer-groups-cancel": "Abbrechen", - "customer-groups-save-and-go-back": "Speichern und zurückgehen", - "customer-groups-save-and-close": "Speichern und schließen", - "product-types-search": "Suchen...", - "product-types-cancel": "Abbrechen", - "product-types-save-and-go-back": "Speichern und zurückgehen", - "product-types-save-and-close": "Speichern und schließen", - "products-search": "Suchen...", - "products-cancel": "Abbrechen", - "products-save-and-go-back": "Speichern und zurückgehen", - "products-save-and-close": "Speichern und schließen", - "tags-search": "Suchen...", - "tags-cancel": "Abbrechen", - "tags-save-and-go-back": "Speichern und zurückgehen", - "tags-save-and-close": "Speichern und schließen", - "edit-condition-add-conditions": "Bedingungen hinzufügen", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Abwählen", - "edit-condition-remove": "Entfernen", - "edit-condition-add": "Hinzufügen", - "edit-condition-title": "Bearbeiten Sie {{type}} in der Rabattbedingung", - "edit-condition-close": "Schließen", - "edit-condition-success": "Erfolg", - "edit-condition-the-resources-were-successfully-added": "Die Ressourcen wurden erfolgreich hinzugefügt", - "edit-condition-error": "Fehler", - "edit-condition-failed-to-add-resources": "Ressourcen können nicht hinzugefügt werden", - "edit-condition-the-resources-were-successfully-removed": "Die Ressourcen wurden erfolgreich entfernt", - "edit-condition-failed-to-remove-resources": "Ressourcen konnten nicht entfernt werden", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext muss innerhalb eines EditConditionProviders verwendet werden", - "conditions-conditions": "Bedingungen", - "conditions-add-condition-label": "Bedingung hinzufügen", - "conditions-this-discount-has-no-conditions": "Dieser Rabatt ist an keine Bedingungen geknüpft", - "conditions-success": "Erfolg", - "conditions-condition-removed": "Bedingung entfernt", - "conditions-error": "Fehler", - "conditions-edit-condition": "Bedingung bearbeiten", - "conditions-delete-condition": "Bedingung löschen", - "conditions-discount-is-applicable-to-specific-products": "Der Rabatt gilt für bestimmte Produkte", - "conditions-discount-is-applicable-to-specific-collections": "Der Rabatt gilt für bestimmte Kollektionen", - "conditions-discount-is-applicable-to-specific-product-tags": "Der Rabatt gilt für bestimmte Produktanhänger", - "conditions-discount-is-applicable-to-specific-product-types": "Der Rabatt gilt für bestimmte Produkttypen", - "conditions-discount-is-applicable-to-specific-customer-groups": "Der Rabatt gilt für bestimmte Kundengruppen", - "configurations-success": "Erfolg", - "configurations-discount-updated-successfully": "Rabatt erfolgreich aktualisiert", - "configurations-error": "Fehler", - "configurations-edit-configurations": "Konfigurationen bearbeiten", - "configurations-cancel": "Abbrechen", - "configurations-save": "Speichern", - "configurations-configurations": "Konfigurationen", - "configurations-start-date": "Startdatum", - "configurations-end-date": "Enddatum", - "configurations-delete-configuration": "Konfiguration löschen", - "configurations-discount-end-date-removed": "Enddatum des Rabatts entfernt", - "configurations-number-of-redemptions": "Anzahl der Rücknahmen", - "configurations-redemption-limit-removed": "Rückzahlungslimit aufgehoben", - "configurations-delete-setting": "Einstellung löschen", - "configurations-discount-duration-removed": "Rabattdauer entfernt", - "general-success": "Erfolg", - "general-discount-updated-successfully": "Rabatt erfolgreich aktualisiert", - "general-error": "Fehler", - "general-edit-general-information": "Allgemeine Informationen bearbeiten", - "general-details": "Einzelheiten", - "general-metadata": "Metadaten", - "general-cancel": "Abbrechen", - "general-save-and-close": "Speichern und schließen", - "general-delete-promotion": "Aktion löschen", - "general-confirm-delete-promotion": "Sind Sie sicher, dass Sie diese Aktion löschen wollen?", - "general-promotion-deleted-successfully": "Aktion erfolgreich gelöscht", - "general-discount-published-successfully": "Rabatt erfolgreich veröffentlicht", - "general-discount-drafted-successfully": "Rabatt erfolgreich eingezogen", - "general-delete-discount": "Rabatt löschen", - "general-template-discount": "Vorlagenrabatt", - "general-published": "Veröffentlicht", - "general-draft": "Entwurf", - "general-discount-amount": "Rabatt-Betrag", - "general-valid-regions": "Gültige Regionen", - "general-total-redemptions": "Rücknahmen insgesamt", - "general-free-shipping": "KOSTENLOSER VERSAND", - "general-unknown-discount-type": "Unbekannter Rabatttyp", - "details-discount-deleted": "Rabatt gelöscht", - "details-confirm-delete-discount": "Sind Sie sicher, dass Sie diesen Rabatt löschen wollen?", - "details-delete-discount": "Rabatt löschen", - "details-back-to-discounts": "Zurück zu den Rabatten", - "details-raw-discount": "Rohrabatt", - "discounts-add-discount": "Rabatt hinzufügen", - "discount-form-add-conditions": "Bedingungen hinzufügen", - "discount-form-choose-a-condition-type": "Wählen Sie eine Konditionsart", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Sie können von jeder Art von Kondition nur eine hinzufügen", - "discount-form-you-cannot-add-any-more-conditions": "Sie können keine weiteren Bedingungen hinzufügen", - "discount-form-cancel": "Abbrechen", - "discount-form-save": "Speichern", - "add-condition-tables-cancel": "Abbrechen", - "add-condition-tables-save-and-add-more": "Speichern und mehr hinzufügen", - "add-condition-tables-save-and-close": "Speichern und schließen", - "add-condition-tables-search-by-title": "Suche nach Titel...", - "add-condition-tables-search-groups": "Gruppen suchen...", - "add-condition-tables-search-products": "Produkte suchen...", - "add-condition-tables-search-by-tag": "Suche nach Tag...", - "add-condition-tables-search-by-type": "Suche nach Typ...", - "details-condition-tables-search-by-title": "Suche nach Titel...", - "details-condition-tables-search-groups": "Gruppen suchen...", - "details-condition-tables-cancel": "Abbrechen", - "details-condition-tables-save-and-add-more": "Speichern und mehr hinzufügen", - "details-condition-tables-save-and-close": "Speichern und schließen", - "details-condition-tables-search-products": "Produkte suchen...", - "details-condition-tables-search-by-tag": "Suche nach Tag...", - "details-condition-tables-search-by-type": "Suche nach Typ...", - "edit-condition-tables-search-by-title": "Suche nach Titel...", - "edit-condition-tables-title": "Titel", - "edit-condition-tables-search-groups": "Gruppen suchen...", - "edit-condition-tables-cancel": "Abbrechen", - "edit-condition-tables-delete-condition": "Bedingung löschen", - "edit-condition-tables-save": "Speichern", - "edit-condition-tables-search-products": "Produkte suchen...", - "edit-condition-tables-search-by-tag": "Suche nach Tag...", - "edit-condition-tables-search-by-type": "Suche nach Typ...", - "shared-title": "Titel", - "shared-products": "Produkte", - "shared-applies-to-the-selected-items": "Gilt für die ausgewählten Elemente.", - "shared-applies-to-all-items-except-the-selected-items": "Gilt für alle Artikel außer den ausgewählten Artikeln", - "shared-members": "Mitglieder", - "shared-status": "Status", - "shared-variants": "Varianten", - "shared-tag": "Tag", - "shared-type": "Typ", - "edit-conditions-modal-title": "{{title}} bearbeiten", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm muss ein Kind von DiscountFormContext sein", - "discount-form-error": "Fehler", - "discount-form-save-as-draft": "Als Entwurf speichern", - "discount-form-publish-discount": "Rabatt veröffentlichen", - "discount-form-create-new-discount": "Neuen Rabatt erstellen", - "discount-form-discount-type": "Rabatttyp", - "discount-form-select-a-discount-type": "Wählen Sie eine Rabattart", - "discount-form-allocation": "Zuweisung", - "discount-form-general": "Allgemein", - "discount-form-configuration": "Konfiguration", - "discount-form-discount-code-application-disclaimer": "Der Rabattcode gilt ab dem Zeitpunkt, an dem Sie auf die Schaltfläche 'Veröffentlichen' klicken, und für immer, wenn er nicht geändert wird", - "discount-form-conditions": "Bedingungen", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Der Rabattcode gilt für alle Produkte, wenn er nicht berührt wird.", - "discount-form-add-conditions-to-your-discount": "Fügen Sie Bedingungen zu Ihrem Rabatt hinzu", - "discount-form-metadata": "Metadaten", - "discount-form-metadata-usage-description": "Mit Metadaten können Sie Ihrem Rabatt zusätzliche Informationen hinzufügen", - "condition-item-remainder-more": "+{{remainder}} mehr", - "conditions-edit": "Bearbeiten", - "conditions-product": "Produkt", - "conditions-collection": "Sammlung", - "conditions-tag": "Tag", - "conditions-customer-group": "Kundengruppe", - "conditions-type": "Typ", - "conditions-add-condition": "Bedingung hinzufügen", - "sections-start-date": "Startdatum", - "sections-schedule-the-discount-to-activate-in-the-future": "Planen Sie die Aktivierung des Rabatts für die Zukunft.", - "sections-select-discount-start-date": "Wenn Sie die Aktivierung des Rabatts für die Zukunft planen möchten, können Sie hier ein Startdatum festlegen, andernfalls ist der Rabatt sofort aktiv.", - "sections-start-time": "Startzeit", - "sections-discount-has-an-expiry-date": "Hat der Rabatt ein Verfallsdatum?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Planen Sie die Deaktivierung des Rabatts für die Zukunft.", - "sections-select-discount-end-date": "Wenn Sie möchten, dass der Rabatt in der Zukunft deaktiviert wird, können Sie hier ein Ablaufdatum festlegen", - "sections-expiry-date": "Verfallsdatum", - "sections-expiry-time": "Verfallszeit", - "sections-limit-the-number-of-redemptions": "Die Anzahl der Rücknahmen begrenzen?", - "sections-limit-applies-across-all-customers-not-per-customer": "Das Limit gilt für alle Kunden, nicht pro Kunde", - "sections-limit-discount-number-of-uses": "Wenn Sie begrenzen möchten, wie oft ein Kunde diesen Rabatt einlösen kann, können Sie hier ein Limit festlegen", - "sections-number-of-redemptions": "Anzahl der Rücknahmen", - "sections-availability-duration": "Dauer der Verfügbarkeit?", - "sections-set-the-duration-of-the-discount": "Legen Sie die Dauer des Rabatts fest", - "sections-select-a-discount-type": "Wählen Sie eine Rabattart", - "sections-total-amount": "Gesamtbetrag", - "sections-apply-to-the-total-amount": "Auf den Gesamtbetrag anwenden", - "sections-item-specific": "Gegenstandsspezifisch", - "sections-apply-to-every-allowed-item": "Auf jeden zulässigen Gegenstand anwenden", - "sections-percentage": "Prozentsatz", - "sections-fixed-amount": "Fester Betrag", - "sections-discount-in-whole-numbers": "Rabatt in ganzen Zahlen", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Sie können nur eine gültige Region auswählen, wenn Sie den Typ 'fester Betrag' verwenden möchten", - "sections-free-shipping": "Kostenloser Versand", - "sections-override-delivery-amount": "Überschreitung der Liefermenge", - "sections-at-least-one-region-is-required": "Mindestens eine Region ist erforderlich", - "sections-choose-valid-regions": "Gültige Regionen auswählen", - "sections-code": "Code", - "sections-summersale-10": "SOMMERSALE10", - "sections-code-is-required": "Code ist erforderlich", - "sections-amount-is-required": "Betrag ist erforderlich", - "sections-amount": "Betrag", - "sections-customer-invoice-code": "Der Code, den Ihre Kunden während der Kaufabwicklung eingeben. Dieser Code wird auf der Rechnung Ihres Kunden erscheinen", - "sections-uppercase-letters-and-numbers-only": "Nur Großbuchstaben und Zahlen.", - "sections-description": "Beschreibung", - "sections-summer-sale-2022": "Sommerschlussverkauf 2022", - "sections-this-is-a-template-discount": "Dies ist ein Musterrabatt", - "sections-template-discounts-description": "Mit Vorlagenrabatten können Sie eine Reihe von Regeln definieren, die für eine Gruppe von Rabatten verwendet werden können. Dies ist nützlich für Kampagnen, die für jeden Benutzer eindeutige Codes erzeugen sollen, bei denen die Regeln für alle eindeutigen Codes jedoch gleich sein sollen.", - "discount-form-product": "Produkt", - "discount-form-only-for-specific-products": "Nur für bestimmte Produkte", - "discount-form-choose-products": "Produkte auswählen", - "discount-form-customer-group": "Kundengruppe", - "discount-form-only-for-specific-customer-groups": "Nur für bestimmte Kundengruppen", - "discount-form-choose-groups": "Gruppen auswählen", - "discount-form-tag": "Tag", - "discount-form-only-for-specific-tags": "Nur für bestimmte Tags", - "discount-form-collection": "Sammlung", - "discount-form-only-for-specific-product-collections": "Nur für bestimmte Produktkollektionen", - "discount-form-choose-collections": "Sammlungen auswählen", - "discount-form-type": "Typ", - "discount-form-only-for-specific-product-types": "Nur für bestimmte Produkttypen", - "discount-form-choose-types": "Typen auswählen", - "utils-products": "Produkte", - "utils-groups": "Gruppen", - "utils-tags": "Tags", - "utils-collections": "Sammlungen", - "utils-types": "Typen", - "gift-cards-created-gift-card": "Gutschein erstellt", - "gift-cards-custom-gift-card-was-created-successfully": "Benutzerdefinierte Gutschein wurde erfolgreich erstellt", - "gift-cards-error": "Fehler", - "gift-cards-custom-gift-card": "Individuelle Gutschein", - "gift-cards-details": "Einzelheiten", - "gift-cards-receiver": "Empfänger", - "gift-cards-cancel": "Abbrechen", - "gift-cards-create-and-send": "Erstellen und versenden", - "details-updated-gift-card": "Aktualisierte Gutschein", - "details-gift-card-was-successfully-updated": "Gutschein wurde erfolgreich aktualisiert", - "details-failed-to-update-gift-card": "Gutschein konnte nicht aktualisiert werden", - "details-edit-gift-card": "Gutschein bearbeiten", - "details-details": "Einzelheiten", - "details-edit-details": "Details bearbeiten", - "details-update-balance-label": "Saldo aktualisieren", - "details-updated-status": "Aktualisierter Status", - "details-successfully-updated-the-status-of-the-gift-card": "Der Status der Gutschein wurde erfolgreich aktualisiert", - "details-back-to-gift-cards": "Zurück zu den Gutscheine", - "details-original-amount": "Ursprünglicher Betrag", - "details-balance": "Gleichgewicht", - "details-region": "Region", - "details-expires-on": "Läuft ab am", - "details-created": "Erstellt", - "details-raw-gift-card": "Rohe Gutschein", - "details-balance-updated": "Bilanz aktualisiert", - "details-gift-card-balance-was-updated": "Der Saldo der Gutschein wurde aktualisiert", - "details-failed-to-update-balance": "Aktualisierung des Saldos fehlgeschlagen", - "details-update-balance": "Saldo aktualisieren", - "manage-back-to-gift-cards": "Zurück zu den Gutscheine", - "gift-cards-please-enter-a-name-for-the-gift-card": "Bitte geben Sie einen Namen für die Gutschein ein", - "gift-cards-please-add-at-least-one-denomination": "Bitte fügen Sie mindestens eine Konfession hinzu", - "gift-cards-denominations": "Konfessionen", - "gift-cards-success": "Erfolg", - "gift-cards-successfully-created-gift-card": "Gutschein erfolgreich erstellt", - "gift-cards-create-gift-card": "Gutschein erstellen", - "gift-cards-gift-card-details": "Details zur Gutschein", - "gift-cards-name": "Name", - "gift-cards-the-best-gift-card": "Die beste Gutschein", - "gift-cards-description": "Beschreibung", - "gift-cards-the-best-gift-card-of-all-time": "Die beste Gutschein aller Zeiten", - "gift-cards-thumbnail": "Daumennagel", - "gift-cards-delete": "Löschen", - "gift-cards-size-recommended": "1200 x 1600 (3:4) empfohlen, jeweils bis zu 10MB", - "gift-cards-amount": "Betrag", - "gift-cards-add-denomination": "Denominierung hinzufügen", - "gift-cards-create-publish": "Erstellen und veröffentlichen", - "gift-cards-successfully-updated-gift-card": "Gutschein erfolgreich aktualisiert", - "gift-cards-gift-cards": "Gutscheine", - "gift-cards-manage": "Verwalten Sie die Gutscheine Ihres Medusa-Geschäfts", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Sind Sie bereit, Ihre erste Gutschein zu verkaufen?", - "gift-cards-no-gift-card-has-been-added-yet": "Es wurde noch keine Gutschein hinzugefügt", - "gift-cards-history": "Geschichte", - "gift-cards-see-the-history-of-purchased-gift-cards": "Die Geschichte der gekauften Gutscheine sehen", - "gift-cards-successfully-deleted-gift-card": "Gutschein erfolgreich gelöscht", - "gift-cards-yes-delete": "Ja, löschen", - "gift-cards-delete-gift-card": "Gutschein löschen", - "inventory-filters": "Filter", - "address-form-address": "Adresse", - "address-form-company": "Unternehmen", - "address-form-address-1": "Adresse 1", - "address-form-this-field-is-required": "Dieses Feld ist erforderlich", - "address-form-address-2": "Adresse 2", - "address-form-postal-code": "Postleitzahl", - "address-form-city": "Stadt", - "address-form-country": "Land", - "edit-sales-channels-edit-channels": "Kanäle bearbeiten", - "edit-sales-channels-add-channels": "Kanäle hinzufügen", - "general-form-location-name": "Name des Ortes", - "general-form-flagship-store-warehouse": "Flagship-Store, Lager", - "general-form-name-is-required": "Name ist erforderlich", - "location-card-delete-location": "Standort löschen", - "location-card-confirm-delete": "Sind Sie sicher, dass Sie diesen Ort löschen möchten. Dadurch werden auch alle mit diesem Ort verbundenen Lagerbestände und Reservierungen gelöscht", - "location-card-success": "Erfolg", - "location-card-location-deleted-successfully": "Standort erfolgreich gelöscht", - "location-card-error": "Fehler", - "location-card-edit-details": "Details bearbeiten", - "location-card-delete": "Löschen", - "location-card-connected-sales-channels": "Vernetzte Vertriebskanäle", - "sales-channels-form-add-sales-channels": "Vertriebskanäle hinzufügen", - "sales-channels-form-edit-channels": "Kanäle bearbeiten", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Noch keine Verbindung zu Vertriebskanälen", - "edit-success": "Erfolg", - "edit-location-edited-successfully": "Standort erfolgreich bearbeitet", - "edit-error": "Fehler", - "edit-edit-location-details": "Standortdetails bearbeiten", - "edit-metadata": "Metadaten", - "edit-cancel": "Abbrechen", - "edit-save-and-close": "Speichern und schließen", - "new-location-added-successfully": "Standort erfolgreich hinzugefügt", - "new-location-created": "Der Standort wurde erfolgreich erstellt, aber es ist ein Fehler bei der Zuordnung der Vertriebskanäle aufgetreten", - "new-cancel-location-changes": "Sind Sie sicher, dass Sie den Vorgang mit nicht gespeicherten Änderungen abbrechen möchten?", - "new-yes-cancel": "Ja, stornieren", - "new-no-continue-creating": "Nein, weitermachen", - "new-add-location": "Ort hinzufügen", - "new-add-new-location": "Neuen Standort hinzufügen", - "new-general-information": "Allgemeine Informationen", - "new-location-details": "Geben Sie die Details zu diesem Ort an", - "new-select-location-channel": "Geben Sie an, über welche Verkaufskanäle die Artikel dieses Standorts gekauft werden können.", - "oauth-complete-installation": "Vollständige Installation", - "claim-type-form-refund": "Erstattung", - "claim-type-form-replace": "Ersetzen", - "items-to-receive-form-items-to-receive": "Zu erhaltende Gegenstände", - "items-to-receive-form-product": "Produkt", - "items-to-receive-form-quantity": "Menge", - "items-to-receive-form-refundable": "Erstattungsfähig", - "add-return-reason-reason-for-return": "Grund für die Rücksendung", - "add-return-reason-reason": "Grund", - "add-return-reason-choose-a-return-reason": "Wählen Sie einen Rückgabegrund", - "add-return-reason-note": "Anmerkung", - "add-return-reason-product-was-damaged-during-shipping": "Das Produkt wurde beim Versand beschädigt", - "add-return-reason-cancel": "Abbrechen", - "add-return-reason-save-and-go-back": "Speichern und zurückgehen", - "add-return-reason-select-reason-title": "Grund auswählen", - "add-return-reason-edit-reason": "Grund bearbeiten", - "add-return-reason-select-reason": "Grund auswählen", - "items-to-return-form-items-to-claim": "Zu beanspruchende Gegenstände", - "items-to-return-form-items-to-return": "Zurückzusendende Artikel", - "items-to-return-form-product": "Produkt", - "items-to-return-form-quantity": "Menge", - "items-to-return-form-refundable": "Erstattungsfähig", - "add-additional-items-screen-go-back": "Zurückgehen", - "add-additional-items-screen-add-products": "Produkte hinzufügen", - "add-additional-items-screen-add-product-variants": "Produktvarianten hinzufügen", - "add-additional-items-screen-search-products": "Produkte suchen", - "add-additional-items-screen-variant-price-missing": "Diese Variante hat keinen Preis für die Region/Währung dieser Bestellung und kann nicht ausgewählt werden", - "add-additional-items-screen-stock": "Bestand", - "add-additional-items-screen-price": "Preis", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Der Preis wurde in einer Preisliste, die für diesen Auftrag gilt, überschrieben", - "items-to-send-form-items-to-send": "Zu versendende Artikel", - "items-to-send-form-add-products": "Produkte hinzufügen", - "items-to-send-form-product": "Produkt", - "items-to-send-form-quantity": "Menge", - "items-to-send-form-price": "Preis", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Der Preis wurde in einer Preisliste, die für diesen Auftrag gilt, überschrieben", - "refund-amount-form-cancel-editing-refund-amount": "Bearbeitung des Erstattungsbetrags abbrechen", - "refund-amount-form-edit-refund-amount": "Erstattungsbetrag bearbeiten", - "refund-amount-form-refund-amount-cannot-be-negative": "Erstattungsbetrag kann nicht negativ sein", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Der Erstattungsbetrag muss mindestens 0 betragen", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} nicht reservierte Artikel", - "reservation-indicator-this-item-has-been-fulfilled": "Dieser Artikel wurde erfüllt.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} Artikel: ${{locationName}}", - "reservation-indicator-edit-reservation": "Reservierung bearbeiten", - "rma-summaries-claimed-items": "Beanspruchte Gegenstände", - "rma-summaries-replacement-items": "Ersatzartikel", - "rma-summaries-customer-refund-description": "Der Kunde erhält eine volle Rückerstattung für die reklamierten Artikel, da die Kosten für Ersatzartikel und Versand nicht abgezogen werden. Alternativ können Sie einen individuellen Rückerstattungsbetrag festlegen, wenn Sie die zurückgegebenen Artikel erhalten, oder stattdessen einen Umtausch erstellen.", - "rma-summaries-refund-amount": "Erstattungsbetrag", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Der Kunde erhält eine Rückerstattung, sobald die zurückgesandten Artikel eingegangen sind", - "rma-summaries-the-customer-will-be-refunded-immediately": "Dem Kunden wird der Betrag sofort zurückerstattet", - "rma-summaries-receiving": "Empfangen", - "rma-summaries-free": "Frei", - "send-notification-form-return": "Rückgabe", - "send-notification-form-exchange": "Austausch", - "send-notification-form-claim": "Anspruch", - "send-notification-form-send-notifications": "Benachrichtigungen senden", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Wenn diese Option nicht markiert ist, erhält der Kunde keine Mitteilungen zu diesem {{subject}}.", - "shipping-address-form-shipping-address": "Lieferadresse", - "shipping-address-form-ship-to-a-different-address": "Versand an eine andere Adresse", - "shipping-address-form-cancel": "Abbrechen", - "shipping-address-form-save-and-go-back": "Speichern und zurückgehen", - "shipping-address-form-shipping-information": "Versandinformationen", - "shipping-form-shipping-for-return-items": "Versand für Rücksendungen", - "shipping-form-shipping-for-replacement-items": "Versand für Ersatzartikel", - "shipping-form-shipping-method-is-required": "Versandart ist erforderlich", - "shipping-form-choose-shipping-method": "Versandart wählen", - "shipping-form-shipping-method": "Versandart", - "shipping-form-add-custom-price": "Benutzerdefinierten Preis hinzufügen", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Die Rücksendung von Artikeln, die vom Kunden reklamiert werden, ist kostenlos", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Der Versand von Ersatzartikeln ist kostenlos", - "components-decrease-quantity": "Menge verringern", - "components-increase-quantity": "Menge erhöhen", - "details-successfully-updated-address": "Adresse erfolgreich aktualisiert", - "details-billing-address": "Rechnungsadresse", - "details-shipping-address": "Lieferadresse", - "details-contact": "Kontakt", - "details-location": "Standort", - "claim-are-you-sure-you-want-to-close": "Sind Sie sicher, dass Sie schließen wollen?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Sie haben nicht gespeicherte Änderungen, wollen Sie wirklich schließen?", - "claim-please-select-a-reason": "Bitte wählen Sie einen Grund", - "claim-a-shipping-method-for-replacement-items-is-required": "Eine Versandart für Ersatzartikel ist erforderlich", - "claim-successfully-created-claim": "Erfolgreich erstellter Anspruch", - "claim-created": "Ein Antrag für die Bestellung #{{display_id}} wurde erfolgreich erstellt", - "claim-error-creating-claim": "Fehler bei der Erstellung der Forderung", - "claim-create-claim": "Anspruch erstellen", - "claim-location": "Standort", - "claim-choose-which-location-you-want-to-return-the-items-to": "Wählen Sie den Ort, an den Sie die Artikel zurückschicken möchten", - "claim-select-location-to-return-to": "Wählen Sie den Ort aus, zu dem Sie zurückschicken möchten", - "claim-cancel": "Abbrechen", - "claim-submit-and-close": "Einreichen und schließen", - "create-fulfillment-error": "Fehler", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Bitte wählen Sie einen Ort aus, von dem aus Sie erfüllen möchten", - "create-fulfillment-cant-allow-this-action": "Ich kann diese Aktion nicht zulassen", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Wir versuchen, mehr zu erfüllen, als auf Lager ist", - "create-fulfillment-successfully-fulfilled-order": "Bestellung erfolgreich erfüllt", - "create-fulfillment-successfully-fulfilled-swap": "Swap erfolgreich durchgeführt", - "create-fulfillment-successfully-fulfilled-claim": "Erfolgreich erfüllte Forderung", - "create-fulfillment-success": "Erfolg", - "create-fulfillment-cancel": "Abbrechen", - "create-fulfillment-create-fulfillment": "Vertragserfüllung erstellen", - "create-fulfillment-create-fulfillment-title": "Vertragserfüllung erstellen", - "create-fulfillment-locations": "Standorte", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Wählen Sie, von wo aus Sie erfüllen wollen", - "create-fulfillment-items-to-fulfill": "Zu erfüllende Aufgaben", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Wählen Sie die Anzahl der Artikel aus, die Sie erfüllen möchten", - "create-fulfillment-send-notifications": "Benachrichtigungen senden", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Wenn diese Option aktiviert ist, werden E-Mail Benachrichtigungen versandt", - "create-fulfillment-quantity-is-not-valid": "Menge ist nicht gültig", - "detail-cards-allocated": "Zugewiesen", - "detail-cards-not-fully-allocated": "Nicht vollständig zugewiesen", - "detail-cards-subtotal": "Zwischensumme", - "detail-cards-shipping": "Versand", - "detail-cards-tax": "Steuer", - "detail-cards-total": "Gesamt", - "detail-cards-edit-order": "Bestellung bearbeiten", - "detail-cards-allocate": "Zuweisen", - "detail-cards-discount": "Rabatt:", - "detail-cards-original-total": "Ursprüngliche Summe", - "details-successfully-updated-the-email-address": "Die E-Mail-Adresse wurde erfolgreich aktualisiert", - "details-email-address": "E-Mail-Adresse", - "details-save": "Speichern", - "details-order-id-copied": "Auftragsnummer kopiert", - "details-email-copied": "E-Mail kopiert", - "details-cancel-order-heading": "Bestellung stornieren", - "details-are-you-sure-you-want-to-cancel-the-order": "Sind Sie sicher, dass Sie die Bestellung stornieren wollen?", - "order-details-display-id": "Bestellung #{{display_id}}", - "details-successfully-canceled-order": "Bestellung erfolgreich storniert", - "details-go-to-customer": "Zum Kunden gehen", - "details-transfer-ownership": "Eigentum übertragen", - "details-edit-shipping-address": "Lieferadresse bearbeiten", - "details-edit-billing-address": "Rechnungsadresse bearbeiten", - "details-edit-email-address": "E-Mail Adresse bearbeiten", - "details-back-to-orders": "Zurück zu den Aufträgen", - "details-cancel-order": "Bestellung stornieren", - "details-payment": "Zahlung", - "details-refunded": "Erstattet", - "details-total-paid": "Bezahlte Summe", - "details-fulfillment": "Vertragserfüllung", - "details-create-fulfillment": "Vertragserfüllung erstellen", - "details-shipping-method": "Versandart", - "details-customer": "Kunde", - "details-shipping": "Versand", - "details-billing": "Abrechnung", - "details-raw-order": "Rohbestellung", - "mark-shipped-successfully-marked-order-as-shipped": "Bestellung erfolgreich als versandt markiert", - "mark-shipped-successfully-marked-swap-as-shipped": "Swap erfolgreich als versandt markiert", - "mark-shipped-successfully-marked-claim-as-shipped": "Anspruch erfolgreich als versandt markiert", - "mark-shipped-success": "Erfolg", - "mark-shipped-error": "Fehler", - "mark-shipped-mark-fulfillment-shipped": "Markieren Sie 'Lieferung versandt'", - "mark-shipped-tracking": "Aufspüren", - "mark-shipped-tracking-number-label": "Tracking-Nummer", - "mark-shipped-tracking-number": "Tracking-Nummer...", - "mark-shipped-add-additional-tracking-number": "+ Zusätzliche Kontrollnummer hinzufügen", - "mark-shipped-send-notifications": "Benachrichtigungen senden", - "mark-shipped-cancel": "Abbrechen", - "mark-shipped-complete": "Vollständig", - "order-line-warning": "Warnung", - "order-line-cannot-duplicate-an-item-without-a-variant": "Ein Artikel ohne Variante kann nicht dupliziert werden", - "order-line-error": "Fehler", - "order-line-failed-to-duplicate-item": "Artikel konnte nicht dupliziert werden", - "order-line-success": "Erfolg", - "order-line-item-removed": "Gegenstand entfernt", - "order-line-failed-to-remove-item": "Element konnte nicht entfernt werden", - "order-line-item-added": "Artikel hinzugefügt", - "order-line-failed-to-replace-the-item": "Der Artikel konnte nicht ersetzt werden", - "order-line-replace-product-variants": "Produktvarianten ersetzen", - "order-line-replace-with-other-item": "Ersetzen durch einen anderen Artikel", - "order-line-duplicate-item": "Doppelter Artikel", - "order-line-remove-item": "Element entfernen", - "order-line-line-item-cannot-be-edited": "Diese Position ist Teil einer Vertragserfüllung und kann nicht bearbeitet werden. Brechen Sie die Vertragserfüllung ab, um die Position zu bearbeiten.", - "order-line-new": "Neu", - "order-line-modified": "Geändert", - "receive-return-please-select-at-least-one-item-to-receive": "Bitte wählen Sie mindestens einen Artikel aus, den Sie erhalten möchten", - "receive-return-successfully-received-return": "Rücksendung erfolgreich erhalten", - "receive-return-received-return-for-order": "Rückgabe für Bestellung #{{display_id}} erhalten", - "receive-return-failed-to-receive-return": "Rücksendung konnte nicht empfangen werden", - "receive-return-receive-return": "Rückgabe empfangen", - "receive-return-location": "Standort", - "receive-return-choose-location": "Wählen Sie den Ort aus, an den Sie die Artikel zurückgeben möchten", - "receive-return-select-location-to-return-to": "Wählen Sie den Ort aus, zu dem Sie zurückschicken möchten", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Für die Artikel am ausgewählten Ort sind keine Lagerbestände vorhanden", - "receive-return-cancel": "Abbrechen", - "receive-return-save-and-close": "Speichern und schließen", - "refund-success": "Erfolg", - "refund-successfully-refunded-order": "Bestellung erfolgreich erstattet", - "refund-error": "Fehler", - "refund-create-a-refund": "Erstattung erstellen", - "refund-attention": "Achtung!", - "refund-system-payment-disclaimer": "Eine oder mehrere Ihrer Zahlungen ist eine Systemzahlung. Beachten Sie, dass Erfassungen und Rückerstattungen für solche Zahlungen nicht von Medusa bearbeitet werden", - "refund-details": "Einzelheiten", - "refund-cannot-refund-more-than-the-orders-net-total": "Kann nicht mehr als den Nettobetrag der Bestellung erstatten.", - "refund-discount": "Rabatt", - "refund-reason": "Grund", - "refund-note": "Anmerkung", - "refund-discount-for-loyal-customer": "Rabatt für treue Kunden", - "refund-send-notifications": "Benachrichtigungen senden", - "refund-cancel": "Abbrechen", - "refund-complete": "Vollständig", - "reservation-reservation-was-deleted": "Reservierung wurde gelöscht", - "reservation-the-allocated-items-have-been-released": "Die zugewiesenen Posten wurden freigegeben", - "reservation-error": "Fehler", - "reservation-failed-to-delete-the-reservation": "Die Reservierung konnte nicht gelöscht werden", - "reservation-reservation-was-updated": "Reservierung wurde aktualisiert", - "reservation-the-reservation-change-was-saved": "Die Reservierungsänderung wurde gespeichert", - "reservation-errors": "Fehler", - "reservation-failed-to-update-reservation": "Reservierung konnte nicht aktualisiert werden", - "reservation-edit-reservation": "Reservierung bearbeiten", - "reservation-location": "Standort", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Wählen Sie den Ort aus, von dem aus Sie die Artikel versenden möchten", - "reservation-items-to-allocate-title": "Zuzuweisende Posten", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Wählen Sie die Anzahl der Artikel aus, die Sie zuordnen möchten", - "reservation-max-reservation-requested": " / {{maxReservation}} angefordert", - "reservation-reserved": "reserviert", - "reservation-description": "Beschreibung", - "reservation-what-type-of-reservation-is-this": "Was für eine Art von Reservierung ist das?", - "reservation-metadata": "Metadaten", - "reservation-remove-metadata": "Metadaten entfernen", - "reservation-add-metadata": "Metadaten hinzufügen", - "reservation-delete-reservation": "Reservierung löschen", - "reservation-cancel": "Abbrechen", - "reservation-save-and-close": "Speichern und schließen", - "reservation-couldnt-allocate-items": "Posten konnte nicht zugeordnet werden", - "reservation-items-allocated": "Zugewiesene Posten", - "reservation-items-have-been-allocated-successfully": "Die Posten wurden erfolgreich zugewiesen", - "reservation-save-reservation": "Reservierung speichern", - "reservation-loading": "Laden...", - "reservation-allocate-order-items": "Auftragspositionen zuordnen", - "reservation-choose-where-you-wish-to-allocate-from": "Wählen Sie, von wo aus Sie zuweisen möchten", - "reservation-items-to-allocate": "Zuzuordnende Posten", - "returns-success": "Erfolg", - "returns-successfully-returned-order": "Bestellung erfolgreich zurückgeschickt", - "returns-error": "Fehler", - "returns-request-return": "Antrag auf Rückgabe", - "returns-items-to-return": "Zurückzusendende Artikel", - "returns-choose-which-location-you-want-to-return-the-items-to": "Wählen Sie den Ort, an den Sie die Artikel zurückschicken möchten", - "returns-select-location-to-return-to": "Wählen Sie den Ort aus, zu dem Sie zurückschicken möchten", - "returns-selected-location-has-no-inventory-levels": "Der ausgewählte Standort verfügt nicht über einen Lagerbestand für die ausgewählten Artikel. Die Retoure kann angefordert, aber nicht empfangen werden, bis ein Lagerbestand für den ausgewählten Standort erstellt wurde", - "returns-shipping": "Versand", - "returns-choose-retur,-shipping-method": "Wählen Sie die Versandart, die Sie für diese Rücksendung verwenden möchten", - "returns-total-refund": "Erstattung insgesamt", - "returns-amount": "Betrag", - "returns-send-notifications": "Benachrichtigungen senden", - "returns-notify-customer-of-created-return": "Kunde über erstellte Rückgabe benachrichtigen", - "returns-back": "Zurück", - "returns-submit": "Einreichen", - "rma-sub-modals-search-for-additional": "Suche nach zusätzlichen", - "rma-sub-modals-general": "Allgemein", - "rma-sub-modals-first-name": "Vorname", - "rma-sub-modals-last-name": "Nachname", - "rma-sub-modals-phone": "Telefon", - "rma-sub-modals-shipping-address": "Lieferadresse", - "rma-sub-modals-address-1": "Adresse 1", - "rma-sub-modals-address-2": "Adresse 2", - "rma-sub-modals-province": "Provinz", - "rma-sub-modals-postal-code": "Postleitzahl", - "rma-sub-modals-city": "Stadt", - "rma-sub-modals-country": "Land", - "rma-sub-modals-back": "Zurück", - "rma-sub-modals-add": "Hinzufügen", - "rma-sub-modals-name": "Name", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "Auf Lager", - "rma-sub-modals-products": "Produkte", - "rma-sub-modals-search-products": "Produkte suchen...", - "rma-sub-modals-reason-for-return": "Grund für die Rücksendung", - "rma-sub-modals-reason": "Grund", - "rma-sub-modals-note": "Anmerkung", - "swap-success": "Erfolg", - "swap-successfully-created-exchange": "Erfolgreich erstellter Austausch", - "swap-error": "Fehler", - "swap-register-exchange": "Austausch registrieren", - "swap-items-to-return": "Zurückzusendende Artikel", - "swap-shipping": "Versand", - "swap-shipping-method": "Versandart", - "swap-add-a-shipping-method": "Eine Versandart hinzufügen", - "swap-location": "Standort", - "swap-choose-which-location-you-want-to-return-the-items-to": "Wählen Sie den Ort aus, an den Sie die Artikel zurückgeben möchten", - "swap-select-location-to-return-to": "Wählen Sie den Ort aus, zu dem Sie zurückschicken möchten", - "swap-items-to-send": "Zu versendende Artikel", - "swap-add-product": "Produkt hinzufügen", - "swap-return-total": "Gesamtrendite", - "swap-additional-total": "Zusätzlicher Gesamtbetrag", - "swap-outbond-shipping": "Outbond Shipping", - "swap-calculated-at-checkout": "Wird an der Kasse berechnet", - "swap-estimated-difference": "Geschätzte Differenz", - "swap-send-notifications": "Benachrichtigungen senden", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Wenn diese Option nicht aktiviert ist, erhält der Kunde keine Mitteilung über diesen Umtausch", - "swap-complete": "Vollständig", - "templates-shipped": "Versendet", - "templates-fulfilled": "Erfüllt", - "templates-canceled": "Storniert", - "templates-partially-fulfilled": "Teilweise erfüllt", - "templates-fulfillment-status-requires-action": "Erfordert Maßnahmen", - "templates-awaiting-fulfillment": "In Erwartung der Vertragserfüllung", - "templates-partially-shipped": "Teilweise versandt", - "templates-cancel-fulfillment-heading": "Vertragserfüllung stornieren?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Sind Sie sicher, dass Sie die Vertragserfüllung stornieren wollen?", - "templates-successfully-canceled-swap": "Erfolgreich abgebrochener Swap", - "templates-error": "Fehler", - "templates-successfully-canceled-claim": "Erfolgreich stornierte Forderung", - "templates-successfully-canceled-fulfillment": "Erfolgreich stornierte Vertragserfüllung", - "templates-fulfillment-has-been-canceled": "Die Vertragserfüllung wurde abgebrochen", - "templates-fulfilled-by-provider": "{{title}} Erfüllt von {{provider}}", - "templates-not-shipped": "Nicht versandt", - "templates-tracking": "Aufspüren", - "templates-shipped-from": "Versendet von", - "templates-shipping-from": "Versand von", - "templates-mark-shipped": "Marke versandt", - "templates-cancel-fulfillment": "Vertragserfüllung stornieren", - "templates-completed": "Abgeschlossen", - "templates-processing": "Verarbeitung", - "templates-requires-action": "Erfordert Maßnahmen", - "templates-capture-payment": "Zahlung einfangen", - "templates-successfully-captured-payment": "Zahlung erfolgreich eingezogen", - "templates-refund": "Erstattung", - "templates-total-for-swaps": "Summe für Swaps", - "templates-refunded-for-swaps": "Erstattet für Swaps", - "templates-refunded-for-returns": "Erstattet für Rücksendungen", - "templates-manually-refunded": "Manuell erstattet", - "templates-net-total": "Netto-Gesamtbetrag", - "templates-paid": "Bezahlt", - "templates-awaiting-payment": "In Erwartung der Zahlung", - "templates-payment-status-requires-action": "Erfordert Maßnahmen", - "draft-orders-completed": "Abgeschlossen", - "draft-orders-open": "Offen", - "draft-orders-mark-as-paid": "Als bezahlt markieren", - "draft-orders-success": "Erfolg", - "draft-orders-successfully-mark-as-paid": "Erfolgreich als bezahlt markiert", - "draft-orders-error": "Fehler", - "draft-orders-successfully-canceled-order": "Bestellung erfolgreich storniert", - "draft-orders-back-to-draft-orders": "Zurück zu den Entwurfsaufträgen", - "on-mark-as-paid-confirm-order-id": "Bestellung #{{display_id}}", - "draft-orders-go-to-order": "Zur Bestellung gehen", - "draft-orders-cancel-draft-order": "Entwurfsauftrag stornieren", - "draft-orders-draft-order": "Entwurf der Bestellung", - "draft-orders-email": "E-Mail", - "draft-orders-phone": "Telefon", - "draft-orders-amount": "Betrag {{currency_code}}", - "draft-orders-payment": "Zahlung", - "draft-orders-subtotal": "Zwischensumme", - "draft-orders-shipping": "Versand", - "draft-orders-tax": "Steuer", - "draft-orders-total-to-pay": "Insgesamt zu zahlen", - "draft-orders-payment-link": "Zahlungsverbindung:", - "draft-orders-configure-payment-link-in-store-settings": "Zahlungslink in den Shop-Einstellungen konfigurieren", - "draft-orders-shipping-method": "Versandart", - "draft-orders-data": "Daten", - "draft-orders-1-item": "(1 Artikel)", - "draft-orders-customer": "Kunde", - "draft-orders-edit-shipping-address": "Lieferadresse bearbeiten", - "draft-orders-edit-billing-address": "Rechnungsadresse bearbeiten", - "draft-orders-go-to-customer": "Zum Kunden gehen", - "draft-orders-contact": "Kontakt", - "draft-orders-billing": "Abrechnung", - "draft-orders-raw-draft-order": "Rohentwurfsreihenfolge", - "draft-orders-are-you-sure": "Sind Sie sicher?", - "draft-orders-remove-resource-heading": "{{resource}} entfernen", - "draft-orders-remove-resource-success-text": "{{resource}} wurde entfernt", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Dies wird eine Bestellung erstellen. Markieren Sie diesen als bezahlt, wenn Sie die Zahlung erhalten haben.", - "draft-orders-mark-paid": "Mark bezahlt", - "draft-orders-cancel": "Abbrechen", - "draft-orders-create-draft-order": "Entwurfsauftrag erstellen", - "edit-amount-paid": "Gezahlter Betrag", - "edit-new-total": "Neue Summe", - "edit-difference-due": "Fällige Differenz", - "edit-back": "Zurück", - "edit-save-and-go-back": "Speichern und zurückgehen", - "edit-order-edit-set-as-requested": "Auftragsbearbeitung wie gewünscht eingestellt", - "edit-failed-to-request-confirmation": "Bestätigung nicht angefordert", - "edit-added-successfully": "Erfolgreich hinzugefügt", - "edit-error-occurred": "Fehler aufgetreten", - "edit-add-product-variants": "Produktvarianten hinzufügen", - "edit-edit-order": "Bestellung bearbeiten", - "edit-items": "Posten", - "edit-add-items": "Artikel hinzufügen", - "edit-filter-items": "Elemente filtern...", - "edit-note": "Anmerkung", - "edit-add-a-note": "Eine Notiz hinzufügen...", - "variants-table-location": " in {{location}}", - "edit-product": "Produkt", - "edit-in-stock": "Auf Lager", - "edit-price": "Preis", - "edit-products": "Produkte", - "edit-search-product-variants": "Produktvarianten suchen...", - "orders-success": "Erfolg", - "orders-successfully-initiated-export": "Export erfolgreich eingeleitet", - "orders-error": "Fehler", - "orders-export-orders": "Exportaufträge", - "components-billing-address": "Rechnungsadresse", - "components-use-same-as-shipping": "Wie beim Versand verwenden", - "components-e-g-gift-wrapping": "Z.B. Geschenkverpackungen", - "components-title": "Titel", - "components-price": "Preis", - "components-quantity": "Menge", - "components-back": "Zurück", - "components-add": "Hinzufügen", - "components-items-for-the-order": "Artikel für die Bestellung", - "components-details": "Einzelheiten", - "components-price-excl-taxes": "Preis (exkl. Steuern)", - "components-add-custom": "Benutzerdefiniert hinzufügen", - "components-add-existing": "Bestehendes hinzufügen", - "components-add-products": "Produkte hinzufügen", - "components-add-custom-item": "Benutzerdefiniertes Element hinzufügen", - "components-choose-region": "Region wählen", - "components-region": "Region", - "select-shipping-to-name": "(An {{name}})", - "components-attention": "Achtung!", - "components-no-options-for-orders-without-shipping": "Sie haben keine Optionen für Bestellungen ohne Versand. Bitte fügen Sie eine hinzu (z. B. \"In-store fulfillment\"), wobei \"Show on website\" in den Regionseinstellungen nicht markiert ist, und fahren Sie fort.", - "components-choose-a-shipping-method": "Wählen Sie eine Versandart", - "components-set-custom-price": "Benutzerdefinierten Preis festlegen", - "components-custom-price": "Benutzerdefinierter Preis", - "components-customer-and-shipping-details": "Kunden- und Versanddaten", - "components-find-existing-customer": "Bestehende Kunden finden", - "components-email": "E-Mail", - "components-choose-existing-addresses": "Vorhandene Adressen auswählen", - "components-create-new": "Neu erstellen", - "components-the-discount-is-not-applicable-to-the-selected-region": "Der Rabatt gilt nicht für die ausgewählte Region", - "components-the-discount-code-is-invalid": "Der Rabattcode ist ungültig", - "components-add-discount": "Rabatt hinzufügen", - "components-summer-10": "SUMMER10", - "components-discount": "Rabatt", - "select-shipping-code": "(Code: {{code}})", - "components-type": "Typ", - "components-value": "Wert", - "components-address": "Adresse", - "components-shipping-method": "Versandart", - "components-billing-details": "Rechnungsdaten", - "components-edit": "Bearbeiten", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm muss innerhalb von NewOrderFormProvider verwendet werden", - "new-order-created": "Auftrag erstellt", - "new-create-draft-order": "Entwurfsauftrag erstellen", - "batch-job-price-list-prices": "Preise der Preisliste", - "batch-job-upload-a-csv-file-with-variants": "Laden Sie eine CSV-Datei mit Varianten und Preisen hoch, um Ihre Preisliste zu aktualisieren. Beachten Sie, dass alle bestehenden Preise gelöscht werden", - "batch-job-unsure-about-how-to-arrange-your-list": "Sie sind sich nicht sicher, wie Sie Ihre Liste anordnen sollen?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Laden Sie die unten stehende Vorlagendatei herunter und aktualisieren Sie Ihre Preise", - "details-back-to-pricing": "Zurück zur Preisgestaltung", - "details-raw-price-list": "Rohpreisliste", - "sections-customer-groups": "Kundengruppen", - "sections-last-edited": "Zuletzt bearbeitet", - "sections-price-overrides": "Preisüberschreitung", - "sections-more": "mehr", - "sections-delete-price-list-heading": "Preisliste löschen", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Sind Sie sicher, dass Sie diese Preisliste löschen wollen?", - "sections-success": "Erfolg", - "sections-price-list-deleted-successfully": "Preisliste erfolgreich gelöscht", - "sections-edit-price-list-details": "Details der Preisliste bearbeiten", - "sections-delete-price-list": "Preisliste löschen", - "edit-prices-overrides-edit-price-overrides": "Preisüberschreibungen bearbeiten", - "edit-prices-overrides-success": "Erfolg", - "edit-prices-overrides-price-overrides-updated": "Preisüberschreibungen aktualisiert", - "edit-prices-overrides-cancel": "Abbrechen", - "edit-prices-overrides-save": "Speichern", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Preise hinzufügen", - "prices-details-edit-prices": "Preise bearbeiten", - "prices-details-prices": "Preise", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Sie können die Preise für die Produkte, die Sie hier hinzufügen, überschreiben", - "prices-details-remove-from-list": "Aus Liste entfernen", - "prices-details-edit-manually": "Manuell bearbeiten", - "prices-details-import-price-list": "Preisliste importieren", - "prices-table-search-by-name-or-sku": "Suche nach Name oder SKU...", - "prices-table-edit-prices": "Preise bearbeiten", - "prices-table-remove-product": "Produkt entfernen", - "prices-table-success": "Erfolg", - "prices-table-deleted-prices-of-product": "Gelöschte Preise des Produkts: {{title}}", - "prices-table-error": "Fehler", - "prices-table-name": "Name", - "prices-table-collection": "Sammlung", - "prices-table-no-collection": "Keine Sammlung", - "prices-table-variants": "Varianten", - "pricing-add-price-list": "Preisliste hinzufügen", - "pricing-price-lists": "Preislisten", - "form-header-error": "Fehler", - "form-header-success": "Erfolg", - "form-header-successfully-updated-price-list": "Erfolgreich aktualisierte Preisliste", - "form-header-publish-price-list": "Preisliste veröffentlichen", - "form-header-save-as-draft": "Als Entwurf speichern", - "form-header-save-changes": "Änderungen speichern", - "form-header-cancel": "Abbrechen", - "pricing-form-create-new-price-list": "Neue Preisliste erstellen", - "pricing-form-edit-price-list": "Preisliste bearbeiten", - "sections-configuration": "Konfiguration", - "sections-optional-configuration-for-the-price-list": "Optionale Konfiguration für die Preisliste", - "sections-price-overrides-time-application": "Die Preisüberschreibungen gelten ab dem Zeitpunkt, an dem Sie auf die Schaltfläche 'Veröffentlichen' klicken, und für immer, wenn sie nicht geändert werden", - "sections-price-overrides-has-a-start-date": "Preisaufhebungen haben ein Startdatum?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Planen Sie die Preisüberschreibungen so, dass sie in der Zukunft aktiviert werden.", - "sections-price-overrides-has-an-expiry-date": "Hat die Preisüberschreitung ein Verfallsdatum?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Planen Sie, dass die Preisüberschreibungen in der Zukunft deaktiviert werden.", - "sections-end-date": "Enddatum", - "sections-customer-availabilty": "Kundenverfügbarkeit", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Geben Sie an, für welche Kundengruppen die Preisüberschreitung gelten soll", - "sections-customer-groups-label": "Kundengruppen", - "sections-general": "Allgemein", - "sections-general-information-for-the-price-list": "Allgemeine Informationen für die Preisliste", - "sections-name": "Name", - "sections-b-2-b-black-friday": "B2B, Schwarzer Freitag...", - "sections-for-our-business-partners": "Für unsere Geschäftspartner...", - "sections-tax-inclusive-prices": "Preise inklusive Steuern", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Wählen Sie, dass alle Preise in dieser Liste inklusive Steuern sind", - "sections-prices": "Preise", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Sie können die Preise für die Produkte, die Sie hier hinzufügen, überschreiben", - "sections-define-the-price-overrides-for-the-price-list": "Definieren Sie die Preisüberschreibungen für die Preisliste", - "sections-edit-prices-label": "Preise bearbeiten", - "sections-remove-from-list": "Aus Liste entfernen", - "sections-search-by-name-or-sku": "Suche nach Name oder SKU...", - "sections-edit-prices": "Preise bearbeiten", - "sections-price-list-type": "Art der Preisliste", - "sections-select-the-type-of-the-price-list": "Wählen Sie den Typ der Preisliste", - "sections-sale-prices-compare-to-price-override": "Anders als bei Verkaufspreisen wird dem Kunden bei einer Preisüberschreibung nicht mitgeteilt, dass der Preis Teil eines Verkaufs ist", - "sections-sale": "Verkauf", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Verwenden Sie dies, wenn Sie Preise für einen Verkauf erstellen", - "sections-override": "Überschreiben", - "sections-use-this-to-override-prices": "Hiermit können Sie die Preise außer Kraft setzen", - "components-success": "Erfolg", - "components-successfully-updated-category-tree": "Kategoriebaum erfolgreich aktualisiert", - "components-error": "Fehler", - "components-failed-to-update-category-tree": "Aktualisierung des Kategorienbaums fehlgeschlagen", - "components-delete": "Löschen", - "components-category-deleted": "Kategorie gelöscht", - "components-category-deletion-failed": "Kategorie-Löschung fehlgeschlagen", - "components-category-status-is-inactive": "Status der Kategorie ist inaktiv", - "components-category-visibility-is-private": "Die Sichtbarkeit der Kategorie ist privat", - "components-add-category-item-to": "Kategorieeintrag hinzufügen", - "modals-public": "Öffentlich", - "modals-private": "Privat", - "modals-active": "Aktiv", - "modals-inactive": "Inaktiv", - "modals-success": "Erfolg", - "modals-successfully-created-a-category": "Erfolgreich eine Kategorie erstellt", - "modals-failed-to-create-a-new-category": "Neue Kategorie konnte nicht erstellt werden", - "modals-error": "Fehler", - "modals-save-category": "Kategorie speichern", - "modals-add-category-to": "Kategorie zu {{name}} hinzufügen", - "modals-add-category": "Kategorie hinzufügen", - "modals-details": "Einzelheiten", - "modals-name": "Name", - "modals-give-this-category-a-name": "Geben Sie dieser Kategorie einen Namen", - "modals-handle": "Handle", - "modals-custom-handle": "Benutzerdefinierter Griff", - "modals-description": "Beschreibung", - "modals-give-this-category-a-description": "Geben Sie dieser Kategorie eine Beschreibung", - "modals-status": "Status", - "modals-visibility": "Sichtbarkeit", - "modals-successfully-updated-the-category": "Die Kategorie wurde erfolgreich aktualisiert", - "modals-failed-to-update-the-category": "Die Kategorie konnte nicht aktualisiert werden", - "modals-edit-product-category": "Produktkategorie bearbeiten", - "modals-cancel": "Abbrechen", - "modals-save-and-close": "Speichern und schließen", - "pages-no-product-categories-yet": "Es gibt noch keine Produktkategorien, verwenden Sie die obige Schaltfläche, um Ihre erste Kategorie zu erstellen.", - "pages-add-category": "Kategorie hinzufügen", - "pages-product-categories": "Produktkategorien", - "pages-helps-you-to-keep-your-products-organized": "Hilft Ihnen, Ihre Produkte zu organisieren.", - "batch-job-success": "Erfolg", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Import zur Verarbeitung bestätigt. Fortschrittsinformationen sind in der Aktivitätsschublade verfügbar.", - "batch-job-error": "Fehler", - "batch-job-import-failed": "Import fehlgeschlagen.", - "batch-job-failed-to-delete-the-csv-file": "Die CSV-Datei konnte nicht gelöscht werden", - "batch-job-failed-to-cancel-the-batch-job": "Der Batch-Auftrag konnte nicht abgebrochen werden", - "batch-job-products-list": "Produktliste", - "batch-job-download-template": "Laden Sie die nachstehende Vorlage herunter, um sicherzustellen, dass Sie das richtige Format einhalten", - "batch-job-imports-description": "Durch Importe können Sie Produkte hinzufügen oder aktualisieren. Um bestehende Produkte/Varianten zu aktualisieren, müssen Sie eine bestehende ID in den Spalten Produkt/Variante id eingeben. Wenn der Wert nicht gesetzt ist, wird ein neuer Datensatz erstellt. Sie werden um eine Bestätigung gebeten, bevor wir die Produkte importieren.", - "products-filters": "Filter", - "products-status": "Status", - "products-tags": "Tags", - "products-spring-summer": "Frühling, Sommer...", - "new-sales-channels": "Vertriebskanäle", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Dieses Produkt ist nur im Standard-Verkaufskanal verfügbar, wenn es unberührt bleibt", - "new-change-availablity": "Erreichbarkeit ändern", - "add-variants-a-variant-with-these-options-already-exists": "Eine Variante mit diesen Optionen existiert bereits", - "add-variants-product-options": "Produktoptionen", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Optionen werden verwendet, um die Farbe, die Größe usw. des Produkts festzulegen", - "add-variants-option-title": "Titel der Option", - "add-variants-variations-comma-separated": "Variationen (durch Komma getrennt)", - "add-variants-color": "Farbe...", - "add-variants-already-exists": "bereits existiert", - "add-variants-blue-red-black": "Blau, Rot, Schwarz...", - "add-variants-add-an-option": "Eine Option hinzufügen", - "add-variants-product-variants": "Produktvarianten", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Sie müssen mindestens eine Produktoption hinzufügen, bevor Sie mit dem Hinzufügen von Produktvarianten beginnen können", - "add-variants-variant": "Variante", - "add-variants-inventory": "Bestandsaufnahme", - "add-variants-add-a-variant": "Eine Variante hinzufügen", - "add-variants-create-variant": "Variante erstellen", - "add-variants-cancel": "Abbrechen", - "add-variants-save-and-close": "Speichern und schließen", - "new-variant-a-variant-with-these-options-already-exists": "Eine Variante mit diesen Optionen existiert bereits", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Sind Sie sicher, dass Sie diese Variante löschen wollen?", - "new-variant-delete-variant": "Variante löschen", - "new-variant-edit": "Bearbeiten", - "new-variant-delete": "Löschen", - "new-variant-edit-variant": "Variante bearbeiten", - "new-variant-cancel": "Abbrechen", - "new-variant-save-and-close": "Speichern und schließen", - "new-something-went-wrong-while-trying-to-upload-images": "Beim Versuch, Bilder hochzuladen, ist etwas schief gelaufen", - "new-no-file-service-configured": "Sie haben möglicherweise keinen Dateidienst konfiguriert. Bitte wenden Sie sich an Ihren Administrator", - "new-upload-thumbnail-error": "Beim Hochladen des Vorschaubildes ist etwas schief gelaufen", - "new-save-as-draft": "Als Entwurf speichern", - "new-publish-product": "Produkt veröffentlichen", - "new-general-information-title": "Allgemeine Informationen", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Um mit dem Verkaufen zu beginnen, braucht man nur einen Namen und einen Preis", - "new-organize-product": "Produkt organisieren", - "new-add-variations-of-this-product": "Varianten dieses Produkts hinzufügen", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Bieten Sie Ihren Kunden verschiedene Optionen in Bezug auf Farbe, Format, Größe, Form usw.", - "new-used-for-shipping-and-customs-purposes": "Wird für Versand- und Zollzwecke verwendet.", - "new-dimensions": "Abmessungen", - "new-customs": "Zoll", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Wird verwendet, um Ihr Produkt während der Kaufabwicklung, der Weitergabe in sozialen Netzwerken und mehr darzustellen.", - "new-media": "Medien", - "new-add-images-to-your-product": "Fügen Sie Bilder zu Ihrem Produkt hinzu.", - "overview-import-products": "Produkte importieren", - "overview-export-products": "Produkte exportieren", - "overview-new-product": "Neues Produkt", - "overview-new-collection": "Neue Kollektion", - "overview-success": "Erfolg", - "overview-successfully-created-collection": "Erfolgreich erstellte Sammlung", - "overview-error": "Fehler", - "overview-successfully-initiated-export": "Export erfolgreich eingeleitet", - "modals-add-sales-channels": "Vertriebskanäle hinzufügen", - "modals-find-channels": "Kanäle finden", - "modals-updated-the-api-key": "Aktualisierte den API-Schlüssel", - "modals-failed-to-update-the-api-key": "Aktualisierung des API-Schlüssels fehlgeschlagen", - "modals-edit-api-key-details": "API-Schlüssel-Details bearbeiten", - "modals-title": "Titel", - "modals-name-your-key": "Nennen Sie Ihren Schlüssel", - "modals-sales-channels-added-to-the-scope": "Vertriebskanäle in den Geltungsbereich aufgenommen", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Beim Hinzufügen von Vertriebskanälen zum Geltungsbereich des Schlüssels ist ein Fehler aufgetreten", - "modals-add-and-go-back": "Hinzufügen und zurückgehen", - "modals-add-and-close": "Hinzufügen und schließen", - "modals-sales-channels-removed-from-the-scope": "Verkaufskanäle aus dem Anwendungsbereich entfernt", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Beim Entfernen von Vertriebskanälen aus dem Geltungsbereich des Schlüssels ist ein Fehler aufgetreten", - "modals-edit-sales-channels": "Vertriebskanäle bearbeiten", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Abwählen", - "modals-remove": "Entfernen", - "modals-add-channels": "Kanäle hinzufügen", - "modals-close": "Schließen", - "pages-sales-channels": "Vertriebskanäle", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Verbinden Sie so viele Vertriebskanäle mit Ihrem API-Schlüssel, wie Sie benötigen", - "pages-add-sales-channels": "Vertriebskanäle hinzufügen", - "pages-edit-sales-channels": "Vertriebskanäle bearbeiten", - "pages-success": "Erfolg", - "pages-created-a-new-api-key": "Einen neuen API-Schlüssel erstellt", - "pages-error": "Fehler", - "pages-failed-to-create-a-new-api-key": "Es konnte kein neuer API-Schlüssel erstellt werden", - "pages-sales-channels-added-to-the-scope": "Vertriebskanäle in den Geltungsbereich aufgenommen", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Beim Hinzufügen von Vertriebskanälen zum Geltungsbereich des Schlüssels ist ein Fehler aufgetreten", - "pages-publish-api-key": "API-Schlüssel veröffentlichen", - "pages-create-api-key": "API-Schlüssel erstellen", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "API-Schlüssel erstellen und verwalten. Im Moment bezieht sich dies nur auf Vertriebskanäle.", - "pages-create-api-key-label": "API-Schlüssel erstellen", - "pages-back-to-settings": "Zurück zu den Einstellungen", - "pages-publishable-api-keys": "Veröffentlichbare API-Schlüssel", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Diese veröffentlichbaren Schlüssel ermöglichen es Ihnen, API-Anfragen zu authentifizieren", - "tables-name": "Name", - "tables-token": "Wertmarke", - "tables-done": "erledigt", - "tables-copy-to-clipboard": "In die Zwischenablage kopieren", - "tables-created": "Erstellt", - "tables-status": "Status", - "tables-revoked": "Widerrufen", - "tables-live": "Live", - "tables-edit-api-key-details": "API-Schlüssel-Details bearbeiten", - "tables-edit-sales-channels": "Vertriebskanäle bearbeiten", - "tables-copy-token": "Token kopieren", - "tables-revoke-token": "Token widerrufen", - "tables-delete-api-key": "API-Schlüssel löschen", - "tables-yes-delete": "Ja, löschen", - "tables-api-key-deleted": "API-Schlüssel gelöscht", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Sind Sie sicher, dass Sie diesen öffentlichen Schlüssel löschen wollen?", - "tables-delete-key": "Taste 'Löschen'", - "tables-yes-revoke": "Ja, widerrufen", - "tables-api-key-revoked": "API-Schlüssel widerrufen", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Sind Sie sicher, dass Sie diesen öffentlichen Schlüssel widerrufen wollen?", - "tables-revoke-key": "Schlüssel widerrufen", - "tables-api-keys": "API-Schlüssel", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Noch keine Schlüssel, verwenden Sie die obige Schaltfläche, um Ihren ersten veröffentlichungsfähigen Schlüssel zu erstellen", - "tables-title": "Titel", - "tables-description": "Beschreibung", - "tables-no-added-sales-channels": "Keine zusätzlichen Vertriebskanäle", - "tables-sales-channels": "Vertriebskanäle", - "form-title": "Titel", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Website, App, Amazon, POS im Ladengeschäft, Facebook-Produkt-Feed...", - "form-description": "Beschreibung", - "form-available-products-at-our-website-app": "Verfügbare Produkte auf unserer Website, App...", - "form-success": "Erfolg", - "form-the-sales-channel-is-successfully-updated": "Der Vertriebskanal wurde erfolgreich aktualisiert", - "form-error": "Fehler", - "form-failed-to-update-the-sales-channel": "Aktualisierung des Vertriebskanals fehlgeschlagen", - "form-sales-channel-details": "Angaben zum Vertriebskanal", - "form-general-info": "Allgemeine Informationen", - "form-name": "Name", - "form-close": "Schließen", - "form-save": "Speichern", - "pages-draft": "Entwurf", - "pages-control-which-products-are-available-in-which-channels": "Kontrollieren Sie, welche Produkte in welchen Kanälen verfügbar sind", - "pages-search-by-title-or-description": "Suche nach Titel oder Beschreibung", - "pages-confirm-delete-sales-channel": "Sind Sie sicher, dass Sie diesen Vertriebskanal löschen möchten? Die Einrichtung, die Sie vorgenommen haben, wird für immer verschwinden.", - "pages-delete-channel-heading": "Kanal löschen", - "pages-edit-general-info": "Allgemeine Informationen bearbeiten", - "pages-add-products": "Produkte hinzufügen", - "pages-delete-channel": "Kanal löschen", - "pages-disabled": "Deaktiviert", - "pages-enabled": "Aktiviert", - "tables-collection": "Sammlung", - "tables-start-building-your-channels-setup": "Beginnen Sie mit der Einrichtung Ihrer Kanäle...", - "tables-no-products-in-channels": "Sie haben noch keine Produkte zu diesen Kanälen hinzugefügt, aber sobald Sie das tun, werden sie hier leben", - "tables-add-products": "Produkte hinzufügen", - "tables-details": "Einzelheiten", - "tables-remove-from-the-channel": "Aus dem Kanal entfernen", - "tables-products": "Produkte", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Entfernen", - "components-successfully-updated-currency": "Erfolgreich aktualisierte Währung", - "components-default": "Standard", - "default-store-currency-success": "Erfolg", - "default-store-currency-successfully-updated-default-currency": "Standardwährung erfolgreich aktualisiert", - "default-store-currency-error": "Fehler", - "default-store-currency-default-store-currency": "Standardwährung des Geschäfts", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Dies ist die Währung, in der Ihre Preise angezeigt werden.", - "store-currencies-success": "Erfolg", - "store-currencies-successfully-updated-currencies": "Erfolgreich aktualisierte Währungen", - "store-currencies-error": "Fehler", - "store-currencies-cancel": "Abbrechen", - "store-currencies-save-and-go-back": "Speichern und zurückgehen", - "store-currencies-save-and-close": "Speichern und schließen", - "store-currencies-add-store-currencies": "Ladenwährungen hinzufügen", - "store-currencies-current-store-currencies": "Aktuelle Ladenwährungen", - "store-currencies-close": "Schließen", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Abwählen", - "store-currencies-remove": "Entfernen", - "store-currencies-add-currencies": "Währungen hinzufügen", - "store-currencies-store-currencies": "Währungen speichern", - "store-currencies-all-the-currencies-available-in-your-store": "Alle in Ihrem Geschäft verfügbaren Währungen", - "store-currencies-edit-currencies": "Währungen bearbeiten", - "currencies-an-unknown-error-occurred": "Ein unbekannter Fehler ist aufgetreten", - "currencies-error": "Fehler", - "currencies-back-to-settings": "Zurück zu den Einstellungen", - "currencies-manage-the-markets-that-you-will-operate-within": "Managen Sie die Märkte, auf denen Sie tätig sind.", - "currencies-include-or-exclude-taxes": "Legen Sie fest, ob Sie Steuern ein- oder ausschließen möchten, wenn Sie einen Preis in dieser Währung festlegen", - "currencies-tax-incl-prices": "Preise inkl. MwSt.", - "settings-error": "Fehler", - "settings-malformed-swap-url": "Missgebildete Swap-URL", - "settings-malformed-payment-url": "Fehlerhafte Zahlungsurl", - "settings-malformed-invite-url": "Missgebildete Einladung url", - "settings-success": "Erfolg", - "settings-successfully-updated-store": "Speicher erfolgreich aktualisiert", - "settings-back-to-settings": "Zurück zu den Einstellungen", - "settings-save": "Speichern", - "settings-cancel": "Abbrechen", - "settings-store-details": "Laden-Details", - "settings-manage-your-business-details": "Verwalten Sie Ihre Unternehmensdaten", - "settings-general": "Allgemein", - "settings-store-name": "Name des Geschäfts", - "settings-medusa-store": "Medusa Store", - "settings-advanced-settings": "Erweiterte Einstellungen", - "settings-swap-link-template": "Tauschlink-Vorlage", - "settings-draft-order-link-template": "Vorlage für den Link zum Entwurf einer Bestellung", - "settings-invite-link-template": "Vorlage für Einladungslink", - "settings-manage-the-general-settings-for-your-store": "Verwalten Sie die allgemeinen Einstellungen für Ihr Geschäft", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Verwalten Sie die Einstellungen für Ihre Shop-Erweiterungen", - "edit-user-information-success": "Erfolg", - "edit-user-information-your-information-was-successfully-updated": "Ihre Informationen wurden erfolgreich aktualisiert", - "edit-user-information-edit-information": "Informationen bearbeiten", - "edit-user-information-cancel": "Abbrechen", - "edit-user-information-submit-and-close": "Einreichen und schließen", - "personal-information-back-to-settings": "Zurück zu den Einstellungen", - "personal-information-personal-information": "Persönliche Informationen", - "personal-information-manage-your-medusa-profile": "Verwalten Sie Ihr Medusa-Profil", - "personal-information-language-settings-title": "Sprache", - "personal-information-language-settings-description": "Passen Sie die Sprache von Medusa Admin an", - "personal-information-language-settings-help-us-translate": "Helfen Sie uns übersetzen", - "personal-information-usage-insights-title": "Einblicke in die Nutzung", - "usage-insights-disabled": "Deaktiviert", - "usage-insights-active": "Aktiv", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Teilen Sie Ihre Erkenntnisse über die Nutzung und helfen Sie uns, Medusa zu verbessern", - "usage-insights-edit-preferences": "Einstellungen bearbeiten", - "usage-insights-success": "Erfolg", - "usage-insights-your-information-was-successfully-updated": "Ihre Informationen wurden erfolgreich aktualisiert", - "usage-insights-error": "Fehler", - "usage-insights-cancel": "Abbrechen", - "usage-insights-submit-and-close": "Einreichen und schließen", - "region-form-title": "Titel", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Währungscode ist erforderlich", - "region-form-currency": "Währung", - "region-form-choose-currency": "Währung wählen", - "region-form-default-tax-rate": "Standard-Steuersatz", - "region-form-tax-rate-is-required": "Steuersatz ist erforderlich", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Der Steuersatz muss gleich oder kleiner als 100 sein", - "region-form-default-tax-code": "Standard-Steuerkennzeichen", - "region-form-countries": "Länder", - "region-form-choose-countries": "Länder auswählen", - "region-form-tax-inclusive-prices": "Preise inklusive Steuern", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Wenn diese Funktion aktiviert ist, sind die Preise für die Region inklusive Steuern", - "region-form-payment-providers-are-required": "Zahlungsdienstleister werden benötigt", - "region-form-payment-providers": "Zahlungsdienstleister", - "region-form-choose-payment-providers": "Zahlungsanbieter auswählen...", - "region-form-fulfillment-providers-are-required": "Vertragserfüllung-Anbieter werden benötigt", - "region-form-fulfillment-providers": "Vertragserfüllung-Anbieter", - "region-form-choose-fulfillment-providers": "Wählen Sie Vertragserfüllung-Anbieter...", - "shipping-option-card-success": "Erfolg", - "shipping-option-card-shipping-option-updated": "Versandoption aktualisiert", - "shipping-option-card-error": "Fehler", - "shipping-option-card-edit-shipping-option": "Versandoption bearbeiten", - "shipping-option-card-fulfillment-method": "Vertragserfüllungsmethode", - "shipping-option-card-cancel": "Abbrechen", - "shipping-option-card-save-and-close": "Speichern und schließen", - "shipping-option-card-shipping-option-has-been-deleted": "Die Versandoption wurde gelöscht", - "shipping-option-card-flat-rate": "Pauschalpreis", - "shipping-option-card-calcualted": "Berechnet", - "shipping-option-card-min-subtotal": "Min. Zwischensumme:", - "shipping-option-card-max-subtotal": "Maximale Zwischensumme:", - "shipping-option-card-admin": "Verwaltung", - "shipping-option-card-store": "Speichern", - "shipping-option-card-edit": "Bearbeiten", - "shipping-option-card-delete": "Löschen", - "shipping-option-form-visible-in-store": "Sichtbar im Laden", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Aktivieren oder deaktivieren Sie die Sichtbarkeit der Versandoption im Geschäft", - "shipping-option-form-details": "Einzelheiten", - "shipping-option-form-title": "Titel", - "shipping-option-form-title-is-required": "Titel ist erforderlich", - "shipping-option-form-price-type": "Preisart", - "shipping-option-form-flat-rate": "Pauschalpreis", - "shipping-option-form-calculated": "Berechnet", - "shipping-option-form-choose-a-price-type": "Wählen Sie einen Preistyp", - "shipping-option-form-price": "Preis", - "shipping-option-form-shipping-profile": "Versandprofil", - "shipping-option-form-choose-a-shipping-profile": "Wählen Sie ein Versandprofil", - "shipping-option-form-fulfillment-method": "Vertragserfüllungsmethode", - "shipping-option-form-choose-a-fulfillment-method": "Wählen Sie eine Vertragserfüllungsmethode", - "shipping-option-form-requirements": "Anforderungen", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Die minimale Zwischensumme muss kleiner sein als die maximale Zwischensumme", - "shipping-option-form-min-subtotal": "Min. Zwischensumme", - "shipping-option-form-max-subtotal": "Max. Zwischensumme", - "shipping-option-form-metadata": "Metadaten", - "general-section-success": "Erfolg", - "general-section-region-was-successfully-updated": "Region wurde erfolgreich aktualisiert", - "general-section-error": "Fehler", - "general-section-edit-region-details": "Details der Region bearbeiten", - "general-section-details": "Einzelheiten", - "general-section-providers": "Anbieter", - "general-section-metadata": "Metadaten", - "general-section-cancel": "Abbrechen", - "general-section-save-and-close": "Speichern und schließen", - "edit-something-went-wrong": "Etwas ist schief gelaufen...", - "edit-no-region-found": "Wir können keine Region mit dieser ID finden, verwenden Sie das Menü auf der linken Seite, um eine Region auszuwählen", - "return-shipping-options-success": "Erfolg", - "return-shipping-options-shipping-option-created": "Versandoption erstellt", - "return-shipping-options-error": "Fehler", - "return-shipping-options-add-return-shipping-option": "Option 'Rücksendung' hinzufügen", - "return-shipping-options-cancel": "Abbrechen", - "return-shipping-options-save-and-close": "Speichern und schließen", - "return-shipping-options-return-shipping-options": "Optionen für den Rückversand", - "return-shipping-options-add-option": "Option hinzufügen", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Geben Sie Angaben zu den verfügbaren regionalen Rücksendemethoden ein.", - "shipping-options-success": "Erfolg", - "shipping-options-shipping-option-created": "Versandoption erstellt", - "shipping-options-error": "Fehler", - "shipping-options-add-shipping-option": "Versandoption hinzufügen", - "shipping-options-cancel": "Abbrechen", - "shipping-options-save-and-close": "Speichern und schließen", - "shipping-options-shipping-options": "Versandoptionen", - "shipping-options-add-option": "Option hinzufügen", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Geben Sie Angaben zu den verfügbaren regionalen Versandmethoden ein.", - "new-region-created": "Region erstellt", - "new-create-region": "Region erstellen", - "new-details": "Einzelheiten", - "new-add-the-region-details": "Fügen Sie die Details der Region hinzu", - "new-providers": "Anbieter", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Fügen Sie hinzu, welche Vertragserfüllung- und Zahlungsanbieter in dieser Region verfügbar sein sollten", - "region-overview-regions": "Regionen", - "region-overview-manage-the-markets-that-you-will-operate-within": "Managen Sie die Märkte, auf denen Sie tätig sein werden", - "region-overview-not-configured": "Nicht konfiguriert", - "region-overview-fulfillment-providers": "Vertragserfüllung-Anbieter:", - "return-reasons-notification-success": "Erfolg", - "return-reasons-created-a-new-return-reason": "Einen neuen Rückgabegrund erstellt", - "return-reasons-success": "Erfolg", - "return-reasons-error": "Fehler", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Es kann kein Rückgabegrund mit einem bestehenden Wert erstellt werden", - "return-reasons-add-reason": "Grund hinzufügen", - "return-reasons-value-is-required": "Wert ist erforderlich", - "return-reasons-value": "Wert", - "return-reasons-label-is-required": "Etikett ist erforderlich", - "return-reasons-label": "Etikett", - "return-reasons-description": "Beschreibung", - "return-reasons-customer-received-the-wrong-size": "Der Kunde hat die falsche Größe erhalten", - "return-reasons-cancel": "Abbrechen", - "return-reasons-create": "Erstellen", - "return-reasons-success-title": "Erfolg", - "return-reasons-successfully-updated-return-reason": "Rückgabegrund erfolgreich aktualisiert", - "return-reasons-duplicate-reason": "Doppelter Grund", - "return-reasons-delete-reason": "Grund löschen", - "return-reasons-save": "Speichern", - "return-reasons-details": "Einzelheiten", - "return-reasons-delete-return-reason": "Grund für die Rückgabe löschen", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Sind Sie sicher, dass Sie diesen Rückgabegrund löschen wollen?", - "return-reasons-back-to-settings": "Zurück zu den Einstellungen", - "return-reasons-return-reasons": "Gründe für die Rücksendung", - "return-reasons-add-reason-label": "Grund hinzufügen", - "return-reasons-manage-reasons-for-returned-items": "Gründe für zurückgegebene Artikel verwalten", - "taxes-details": "Einzelheiten", - "taxes-new-tax-rate": "Neuer Steuersatz", - "taxes-tax-calculation-settings": "Einstellungen für die Steuerberechnung", - "taxes-success": "Erfolg", - "taxes-successfully-updated-tax-rate": "Erfolgreich aktualisierter Steuersatz.", - "taxes-error": "Fehler", - "taxes-overrides": "Überschreibungen", - "taxes-product-rules": "Produktregeln", - "taxes-product-rules-description_one": "Gilt für {{count}} productWithCount", - "taxes-product-rules-description_other": "Gilt für {{count}} productWithCount", - "taxes-product-type-rules": "Produkttypregeln", - "taxes-product-type-rules-description_one": "Gilt für {{count}} Produkt typeWithCount", - "taxes-product-type-rules-description_other": "Gilt für {{count}} Produkt typeWithCount", - "taxes-shipping-option-rules": "Regeln für Versandoptionen", - "taxes-applies-to-shipping-option-with-count_one": "Gilt für {{count}} VersandoptionMitAnzahl", - "taxes-applies-to-shipping-option-with-count_other": "Gilt für {{count}} VersandoptionMitAnzahl", - "taxes-add-overrides": "Überschreibungen hinzufügen", - "taxes-cancel": "Abbrechen", - "taxes-save": "Speichern", - "taxes-name": "Name", - "taxes-default": "Standard", - "taxes-rate-name": "Name des Tarifs", - "taxes-tax-rate": "Steuersatz", - "taxes-tax-code": "Abgabenordnung", - "taxes-edit-tax-rate": "Steuersatz bearbeiten", - "taxes-back-to-settings": "Zurück zu den Einstellungen", - "taxes-regions": "Regionen", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Wählen Sie die Region aus, für die Sie die Steuern verwalten möchten", - "taxes-go-to-region-settings": "Zu den Regionseinstellungen gehen", - "taxes-successfully-created-tax-rate": "Erfolgreich erstellter Steuersatz.", - "taxes-add-tax-rate": "Steuersatz hinzufügen", - "taxes-applies-to-product-type-with-count_one": "Gilt für {{count}} Produkt typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Gilt für {{count}} Produkt typeWithCount", - "taxes-create": "Erstellen", - "taxes-select-products": "Produkte auswählen", - "taxes-select-product-types-label": "Produkttypen auswählen", - "taxes-product-types": "Produkttypen", - "taxes-system-tax-provider": "Systemsteueranbieter", - "taxes-region-tax-settings-were-successfully-updated": "Die Steuereinstellungen für die Region wurden erfolgreich aktualisiert", - "taxes-tax-provider": "Steueranbieter", - "taxes-calculate-taxes-automatically": "Steuern automatisch berechnen?", - "taxes-automatically-apply-tax-calculations-to-carts": "Wenn diese Option aktiviert ist, wendet Medusa automatisch Steuerberechnungen auf Warenkörbe in dieser Region an. Wenn es nicht angekreuzt ist, müssen Sie die Steuern beim Checkout manuell berechnen. Manuelle Steuerberechnungen werden empfohlen, wenn Sie einen Drittanbieter für Steuern verwenden, um zu viele Anfragen zu vermeiden", - "taxes-apply-tax-to-gift-cards": "Steuer auf Gutscheine?", - "taxes-apply-taxes-to-gift-cards": "Wenn diese Option angekreuzt ist, werden die Steuern auf Gutscheine an der Kasse erhoben. In einigen Ländern verlangen die Steuervorschriften, dass die Steuern auf Gutscheine beim Kauf erhoben werden.", - "taxes-search-products": "Produkte suchen...", - "taxes-select-shipping-option": "Versandoption auswählen", - "taxes-shipping-options": "Versandoptionen", - "taxes-delete-tax-rate-heading": "Steuersatz löschen", - "taxes-confirm-delete": "Sind Sie sicher, dass Sie diesen Steuersatz löschen wollen?", - "taxes-tax-rate-was-deleted": "Steuersatz wurde gestrichen", - "taxes-edit": "Bearbeiten", - "taxes-delete-tax-rate": "Steuersatz löschen", - "taxes-delete-rule": "Regel löschen", - "taxes-type": "Typ", - "taxes-products": "Produkte", - "taxes-select-individual-products": "Einzelne Produkte auswählen", - "taxes-select-product-types": "Produkttypen auswählen", - "taxes-select-shipping-options": "Versandoptionen auswählen", - "taxes-back": "Zurück", - "taxes-add": "Hinzufügen", - "taxes-code": "Code", - "users-invite-users": "Benutzer einladen", - "users-back-to-settings": "Zurück zu den Einstellungen", - "users-the-team": "Das Team", - "users-manage-users-of-your-medusa-store": "Verwalten Sie die Benutzer Ihres Medusa Stores", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/en/translation.json b/packages/admin-ui/ui/public/locales/en/translation.json deleted file mode 100644 index 7eae69f38805b..0000000000000 --- a/packages/admin-ui/ui/public/locales/en/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "Go back", - "filter-menu-trigger": "View", - "filter-menu-clear-button": "Clear", - "filter-menu-select-item-default-placeholder": "Select filter", - "filter-menu-select-item-clear-button": "Clear the selected options", - "filter-menu-select-item-selected": "Selected", - "filter-menu-date-item-before": "Before", - "filter-menu-date-item-after": "After", - "filter-menu-date-item-between": "Between", - "sales-channels-display-available-count": "Available in <2>{{availableChannelsCount}} out of <6>{{totalChannelsCount}} Sales Channels", - "activity-drawer-activity": "Activity", - "activity-drawer-no-notifications-title": "It's quiet in here...", - "activity-drawer-no-notifications-description": "You don't have any notifications at the moment, but once you do they will live here.", - "activity-drawer-error-title": "Oh no...", - "activity-drawer-error-description": "Something went wrong while trying to fetch your notifications - We will keep trying!", - "activity-drawer-processing": "Processing...", - "analytics-config-form-title": "Anonymize my usage data", - "analytics-config-form-description": "You can choose to anonymize your usage data. If this option is selected, we will not collect your personal information, such as your name and email address.", - "analytics-config-form-opt-out": "Opt out of sharing my usage data", - "analytics-config-form-opt-out-later": "You can always opt out of sharing your usage data at any time.", - "analytics-preferences-success": "Success", - "analytics-preferences-your-preferences-were-successfully-updated": "Your preferences were successfully updated", - "analytics-preferences-error": "Error", - "analytics-preferences-help-us-get-better": "Help us get better", - "analytics-preferences-disclaimer": "To create the most compelling e-commerce experience we would like to gain insights in how you use Medusa. User insights allow us to build a better, more engaging, and more usable products. We only collect data for product improvements. Read what data we gather in our", - "analytics-preferences-documentation": "documentation", - "analytics-preferences-please-enter-a-valid-email": "Please enter a valid email", - "analytics-preferences-continue": "Continue", - "currency-input-currency": "Currency", - "currency-input-amount-is-not-valid": "Amount is not valid", - "organisms-success": "Success", - "organisms-delete-successful": "Delete successful", - "organisms-are-you-sure-you-want-to-delete": "Are you sure you want to delete?", - "organisms-no-cancel": "No, cancel", - "organisms-yes-remove": "Yes, remove", - "details-collapsible-hide-additional-details": "Hide additional details", - "details-collapsible-show-additional-details": "Show additional details", - "edit-user-modal-success": "Success", - "edit-user-modal-user-was-updated": "User was updated", - "edit-user-modal-error": "Error", - "edit-user-modal-edit-user": "Edit User", - "edit-user-modal-first-name-label": "First Name", - "edit-user-modal-first-name-placeholder": "First name...", - "edit-user-modal-last-name-label": "Last Name", - "edit-user-modal-last-name-placeholder": "Last name...", - "edit-user-modal-email": "Email", - "edit-user-modal-cancel": "Cancel", - "edit-user-modal-save": "Save", - "error-boundary-back-to-dashboard": "Back to dashboard", - "error-boundary-an-unknown-error-occured": "An unknown error occured", - "error-boundary-bad-request": "Bad request", - "error-boundary-you-are-not-logged-in": "You are not logged in", - "error-boundary-you-do-not-have-permission-perform-this-action": "You do not have permission to perform this action", - "error-boundary-page-was-not-found": "Page was not found", - "error-boundary-an-unknown-server-error-occured": "An unknown server error occured", - "error-boundary-503": "Server is currently unavailable", - "error-boundary-500": "An error occurred with unspecified causes, this is most likely due to a techinical issue on our end. Please try refreshing the page. If the issue keeps happening, contact your administrator.", - "error-boundary-400": "The request was malformed, fix your request and please try again.", - "error-boundary-401": "You are not logged in, please log in to proceed.", - "error-boundary-403": "You do not have permission to perform this action, if you think this is a mistake, contact your administrator.", - "error-boundary-404": "The page you have requested was not found, please check the URL and try again.", - "error-boundary-500-2": "The server was not able to handle your request, this is mostly likely due to a techinical issue on our end. Please try again. If the issue keeps happening, contact your administrator.", - "error-boundary-503-2": "The server is temporarily unavailable, and your request could not be processed. Please try again later. If the issue keeps happening, contact your administrator.", - "export-modal-title": "Initialize an export of your data", - "export-modal-cancel": "Cancel", - "export-modal-export": "Export", - "file-upload-modal-upload-a-new-photo": "Upload a new photo", - "gift-card-banner-edit": "Edit", - "gift-card-banner-unpublish": "Unpublish", - "gift-card-banner-publish": "Publish", - "gift-card-banner-delete": "Delete", - "gift-card-banner-published": "Published", - "gift-card-banner-unpublished": "Unpublished", - "gift-card-denominations-section-denomination-added": "Denomination added", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "A new denomination was successfully added", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "A denomination with that default value already exists", - "gift-card-denominations-section-error": "Error", - "gift-card-denominations-section-add-denomination": "Add Denomination", - "gift-card-denominations-section-cancel": "Cancel", - "gift-card-denominations-section-save-and-close": "Save and close", - "gift-card-denominations-section-denomination-updated": "Denomination updated", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "A new denomination was successfully updated", - "gift-card-denominations-section-edit-denomination": "Edit Denomination", - "gift-card-denominations-section-denominations": "Denominations", - "gift-card-denominations-section-denomination": "Denomination", - "gift-card-denominations-section-in-other-currencies": "In other currencies", - "gift-card-denominations-section-and-more_one": ", and {{count}} more", - "gift-card-denominations-section-and-more_other": ", and {{count}} more", - "gift-card-denominations-section-delete-denomination": "Delete denomination", - "gift-card-denominations-section-confirm-delete": "Are you sure you want to delete this denomination?", - "gift-card-denominations-section-denomination-deleted": "Denomination deleted", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Denomination was successfully deleted", - "gift-card-denominations-section-edit": "Edit", - "gift-card-denominations-section-delete": "Delete", - "help-dialog-how-can-we-help": "How can we help?", - "help-dialog-we-usually-respond-in-a-few-hours": "We usually respond in a few hours", - "help-dialog-subject": "Subject", - "help-dialog-what-is-it-about": "What is it about?...", - "help-dialog-write-a-message": "Write a message...", - "help-dialog-feel-free-to-join-our-community-of": "Feel free to join our community of", - "help-dialog-merchants-and-e-commerce-developers": "merchants and e-commerce developers", - "help-dialog-send-a-message": "Send a message", - "invite-modal-success": "Success", - "invite-modal-invitation-sent-to": "Invitation sent to {{user}}", - "invite-modal-error": "Error", - "invite-modal-member": "Member", - "invite-modal-admin": "Admin", - "invite-modal-developer": "Developer", - "invite-modal-invite-users": "Invite Users", - "invite-modal-email": "Email", - "invite-modal-role": "Role", - "invite-modal-select-role": "Select role", - "invite-modal-cancel": "Cancel", - "invite-modal-invite": "Invite", - "login-card-no-match": "These credentials do not match our records.", - "login-card-log-in-to-medusa": "Log in to Medusa", - "login-card-email": "Email", - "login-card-password": "Password", - "login-card-forgot-your-password": "Forgot your password?", - "metadata-add-metadata": "Add Metadata", - "product-attributes-section-edit-attributes": "Edit Attributes", - "product-attributes-section-dimensions": "Dimensions", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Configure to calculate the most accurate shipping rates", - "product-attributes-section-customs": "Customs", - "product-attributes-section-cancel": "Cancel", - "product-attributes-section-save": "Save", - "product-attributes-section-title": "Attributes", - "product-attributes-section-height": "Height", - "product-attributes-section-width": "Width", - "product-attributes-section-length": "Length", - "product-attributes-section-weight": "Weight", - "product-attributes-section-mid-code": "MID Code", - "product-attributes-section-hs-code": "HS Code", - "product-attributes-section-country-of-origin": "Country of origin", - "product-general-section-success": "Success", - "product-general-section-successfully-updated-sales-channels": "Successfully updated sales channels", - "product-general-section-error": "Error", - "product-general-section-failed-to-update-sales-channels": "Failed to update sales channels", - "product-general-section-edit-general-information": "Edit General Information", - "product-general-section-gift-card": "Gift Card", - "product-general-section-product": "Product", - "product-general-section-metadata": "Metadata", - "product-general-section-cancel": "Cancel", - "product-general-section-save": "Save", - "product-general-section-delete": "Delete", - "product-general-section-edit-sales-channels": "Edit Sales Channels", - "product-general-section-published": "Published", - "product-general-section-draft": "Draft", - "product-general-section-details": "Details", - "product-general-section-subtitle": "Subtitle", - "product-general-section-handle": "Handle", - "product-general-section-type": "Type", - "product-general-section-collection": "Collection", - "product-general-section-category": "Category", - "product-general-section-discountable": "Discountable", - "product-general-section-true": "True", - "product-general-section-false": "False", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Sales channels", - "product-media-section-edit-media": "Edit Media", - "product-media-section-upload-images-error": "Something went wrong while trying to upload images.", - "product-media-section-file-service-not-configured": "You might not have a file service configured. Please contact your administrator", - "product-media-section-error": "Error", - "product-media-section-media": "Media", - "product-media-section-add-images-to-your-product": "Add images to your product.", - "product-media-section-cancel": "Cancel", - "product-media-section-save-and-close": "Save and close", - "product-raw-section-raw-gift-card": "Raw Gift Card", - "product-raw-section-raw-product": "Raw Product", - "product-thumbnail-section-success": "Success", - "product-thumbnail-section-successfully-deleted-thumbnail": "Successfully deleted thumbnail", - "product-thumbnail-section-error": "Error", - "product-thumbnail-section-edit": "Edit", - "product-thumbnail-section-upload": "Upload", - "product-thumbnail-section-upload-thumbnail-error": "Something went wrong while trying to upload the thumbnail.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "You might not have a file service configured. Please contact your administrator", - "product-thumbnail-section-upload-thumbnail": "Upload Thumbnail", - "product-thumbnail-section-thumbnail": "Thumbnail", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Used to represent your product during checkout, social sharing and more.", - "product-thumbnail-section-cancel": "Cancel", - "product-thumbnail-section-save-and-close": "Save and close", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Add prices", - "product-variants-section-add-variant": "Add Variant", - "product-variants-section-cancel": "Cancel", - "product-variants-section-save-and-close": "Save and close", - "product-variants-section-edit-stock-inventory": "Edit stock & inventory", - "product-variants-section-edit-variant": "Edit Variant", - "edit-variants-modal-cancel": "Cancel", - "edit-variants-modal-save-and-go-back": "Save and go back", - "edit-variants-modal-save-and-close": "Save and close", - "edit-variants-modal-edit-variant": "Edit Variant", - "edit-variants-modal-update-success": "Variants were successfully updated", - "edit-variants-modal-edit-variants": "Edit Variants", - "edit-variants-modal-product-variants": "Product variants", - "edit-variants-modal-variant": "Variant", - "edit-variants-modal-inventory": "Inventory", - "product-variants-section-edit-prices": "Edit Prices", - "product-variants-section-edit-variants": "Edit Variants", - "product-variants-section-edit-options": "Edit Options", - "product-variants-section-product-variants": "Product variants", - "product-variants-section-error": "Error", - "product-variants-section-failed-to-update-product-options": "Failed to update product options", - "product-variants-section-success": "Success", - "product-variants-section-successfully-updated-product-options": "Successfully updated product options", - "product-variants-section-product-options": "Product options", - "product-variants-section-option-title": "Option title", - "product-variants-section-option-title-is-required": "Option title is required", - "product-variants-section-add-an-option": "Add an option", - "product-variants-section-inventory": "Inventory", - "product-variants-section-title": "Title", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Manage inventory", - "product-variants-section-duplicate-variant": "Duplicate Variant", - "product-variants-section-delete-variant-label": "Delete Variant", - "product-variants-section-yes-delete": "Yes, delete", - "product-variants-section-delete-variant-heading": "Delete variant", - "product-variants-section-confirm-delete": "Are you sure you want to delete this variant? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Note: Deleting the variant will also remove inventory items and levels", - "reset-token-card-error": "Error", - "reset-token-card-reset-your-password": "Reset your password", - "reset-token-card-password-reset-description": "Enter your email address below, and we'll<1>send you instructions on how to reset<3>your password.", - "reset-token-card-email": "Email", - "reset-token-card-this-is-not-a-valid-email": "This is not a valid email", - "reset-token-card-send-reset-instructions": "Send reset instructions", - "reset-token-card-successfully-sent-you-an-email": "Successfully sent you an email", - "reset-token-card-go-back-to-sign-in": "Go back to sign in", - "rma-return-product-table-product-details": "Product Details", - "rma-return-product-table-quantity": "Quantity", - "rma-select-product-table-product-details": "Product Details", - "rma-select-product-table-quantity": "Quantity", - "rma-select-product-table-refundable": "Refundable", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Select Reason", - "sidebar-store": "Store", - "sidebar-orders": "Orders", - "sidebar-products": "Products", - "sidebar-categories": "Categories", - "sidebar-customers": "Customers", - "sidebar-inventory": "Inventory", - "sidebar-discounts": "Discounts", - "sidebar-gift-cards": "Gift Cards", - "sidebar-pricing": "Pricing", - "sidebar-settings": "Settings", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} of {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} of {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} of {{soothedPageCount}}", - "timeline-request-return": "Request Return", - "timeline-register-exchange": "Register Exchange", - "timeline-register-claim": "Register Claim", - "timeline-success": "Success", - "timeline-added-note": "Added note", - "timeline-error": "Error", - "timeline-timeline": "Timeline", - "upload-modal-new": "new", - "upload-modal-updates": "updates", - "upload-modal-drop-your-file-here-or": "Drop your file here, or", - "upload-modal-click-to-browse": "click to browse.", - "upload-modal-only-csv-files-are-supported": "Only .csv files are supported.", - "upload-modal-import-file-title": "Import {{fileTitle}}", - "upload-modal-cancel": "Cancel", - "upload-modal-import-list": "Import List", - "add-products-modal-add-products": "Add Products", - "add-products-modal-search-by-name-or-description": "Search by name or description...", - "add-products-modal-cancel": "Cancel", - "add-products-modal-save": "Save", - "add-products-modal-product-details": "Product Details", - "add-products-modal-status": "Status", - "add-products-modal-variants": "Variants", - "templates-general": "General", - "templates-first-name": "First Name", - "templates-last-name": "Last Name", - "templates-company": "Company", - "templates-phone": "Phone", - "templates-billing-address": "Billing Address", - "templates-shipping-address": "Shipping Address", - "templates-address": "Address", - "templates-address-1": "Address 1", - "templates-address-2": "Address 2", - "templates-postal-code": "Postal code", - "templates-city": "City", - "templates-province": "Province", - "templates-country": "Country", - "templates-metadata": "Metadata", - "collection-modal-success": "Success", - "collection-modal-successfully-updated-collection": "Successfully updated collection", - "collection-modal-error": "Error", - "collection-modal-successfully-created-collection": "Successfully created collection", - "collection-modal-edit-collection": "Edit Collection", - "collection-modal-add-collection": "Add Collection", - "collection-modal-description": "To create a collection, all you need is a title and a handle.", - "collection-modal-details": "Details", - "collection-modal-title-label": "Title", - "collection-modal-title-placeholder": "Sunglasses", - "collection-modal-handle-label": "Handle", - "collection-modal-handle-placeholder": "sunglasses", - "collection-modal-slug-description": "URL Slug for the collection. Will be auto generated if left blank.", - "collection-modal-metadata": "Metadata", - "collection-modal-cancel": "Cancel", - "collection-modal-save-collection": "Save collection", - "collection-modal-publish-collection": "Publish collection", - "collection-product-table-add-products": "Add Products", - "collection-product-table-products": "Products", - "collection-product-table-search-products": "Search Products", - "collection-product-table-cancel": "Cancel", - "collection-product-table-save": "Save", - "collection-product-table-sort-by": "Sort by", - "collection-product-table-all": "All", - "collection-product-table-newest": "Newest", - "collection-product-table-oldest": "Oldest", - "collection-product-table-title": "Title", - "collection-product-table-decide-status-published": "Published", - "collection-product-table-draft": "Draft", - "collection-product-table-proposed": "Proposed", - "collection-product-table-rejected": "Rejected", - "collection-product-table-remove-product-from-collection": "Remove product from collection", - "collection-product-table-product-removed-from-collection": "Product removed from collection", - "collections-table-delete-collection": "Delete Collection", - "collections-table-confirm-delete": "Are you sure you want to delete this collection?", - "collections-table-edit": "Edit", - "collections-table-delete": "Delete", - "collections-table-title": "Title", - "collections-table-handle": "Handle", - "collections-table-created-at": "Created At", - "collections-table-updated-at": "Updated At", - "collections-table-products": "Products", - "customer-group-table-details": "Details", - "customer-group-table-delete": "Delete", - "customer-group-table-success": "Success", - "customer-group-table-group-deleted": "Group deleted", - "customer-group-table-error": "Error", - "customer-group-table-failed-to-delete-the-group": "Failed to delete the group", - "customer-group-table-customer-groups": "Customer groups", - "customer-group-table-delete-from-the-group": "Delete from the group", - "customer-group-table-customer-groups-title": "Customer Groups", - "customer-group-table-groups": "Groups", - "customer-group-table-all": "All", - "customer-group-table-edit-customers": "Edit Customers", - "customer-group-table-customers": "Customers", - "customer-group-table-cancel": "Cancel", - "customer-group-table-save": "Save", - "customer-orders-table-orders": "Orders", - "customer-orders-table-transfer-order": "Transfer order", - "customer-orders-table-paid": "Paid", - "customer-orders-table-awaiting": "Awaiting", - "customer-orders-table-requires-action": "Requires action", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Fulfilled", - "customer-orders-table-shipped": "Shipped", - "customer-orders-table-not-fulfilled": "Not fulfilled", - "customer-orders-table-partially-fulfilled": "Partially fulfilled", - "customer-orders-table-partially-shipped": "Partially shipped", - "customer-orders-table-order": "Order", - "customer-orders-table-remainder-more": "+ {{remainder}} more", - "customer-orders-table-date": "Date", - "customer-orders-table-fulfillment": "Fulfillment", - "customer-orders-table-status": "Status", - "customer-orders-table-total": "Total", - "customer-table-customers": "Customers", - "customer-table-edit": "Edit", - "customer-table-details": "Details", - "customer-table-date-added": "Date added", - "customer-table-name": "Name", - "customer-table-email": "Email", - "customer-table-orders": "Orders", - "discount-filter-dropdown-filters": "Filters", - "discount-table-discounts": "Discounts", - "discount-table-search-by-code-or-description": "Search by code or description...", - "discount-table-success": "Success", - "discount-table-successfully-copied-discount": "Successfully copied discount", - "discount-table-error": "Error", - "discount-table-scheduled": "Scheduled", - "discount-table-expired": "Expired", - "discount-table-active": "Active", - "discount-table-disabled": "Disabled", - "discount-table-free-shipping": "Free Shipping", - "discount-table-code": "Code", - "discount-table-description": "Description", - "discount-table-amount": "Amount", - "discount-table-status": "Status", - "discount-table-redemptions": "Redemptions", - "discount-table-delete-discount": "Delete Discount", - "discount-table-confirm-delete": "Are you sure you want to delete this Discount?", - "discount-table-publish": "Publish", - "discount-table-unpublish": "Unpublish", - "discount-table-successfully-published-discount": "Successfully published discount", - "discount-table-successfully-unpublished-discount": "Successfully unpublished discount", - "discount-table-duplicate": "Duplicate", - "discount-table-delete": "Delete", - "draft-order-table-draft-orders": "Draft Orders", - "draft-order-table-completed": "Completed", - "draft-order-table-open": "Open", - "draft-order-table-draft": "Draft", - "draft-order-table-order": "Order", - "draft-order-table-date-added": "Date added", - "draft-order-table-customer": "Customer", - "draft-order-table-status": "Status", - "gift-card-filter-dropdown-is-in-the-last": "is in the last", - "gift-card-filter-dropdown-is-older-than": "is older than", - "gift-card-filter-dropdown-is-after": "is after", - "gift-card-filter-dropdown-is-before": "is before", - "gift-card-filter-dropdown-is-equal-to": "is equal to", - "gift-card-filter-dropdown-filters": "Filters", - "gift-card-filter-dropdown-status": "Status", - "gift-card-filter-dropdown-payment-status": "Payment Status", - "gift-card-filter-dropdown-fulfillment-status": "Fulfillment Status", - "gift-card-filter-dropdown-date": "Date", - "gift-card-table-gift-cards": "Gift cards", - "gift-card-table-code": "Code", - "gift-card-table-order": "Order", - "gift-card-table-original-amount": "Original Amount", - "gift-card-table-balance": "Balance", - "gift-card-table-region-has-been-deleted": "Region has been deleted", - "gift-card-table-none": "None", - "gift-card-table-created": "Created", - "image-table-file-name": "File name", - "image-table-thumbnail": "Thumbnail", - "image-table-select-thumbnail-image-for-product": "Select which image you want to use as the thumbnail for this product", - "inventory-table-inventory-items": "Inventory Items", - "inventory-table-actions-adjust-availability": "Adjust Availability", - "inventory-table-view-product": "View Product", - "inventory-table-success": "Success", - "inventory-table-inventory-item-updated-successfully": "Inventory item updated successfully", - "inventory-table-adjust-availability": "Adjust availability", - "inventory-table-cancel": "Cancel", - "inventory-table-save-and-close": "Save and close", - "inventory-table-item": "Item", - "inventory-table-variant": "Variant", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Reserved", - "inventory-table-in-stock": "In stock", - "order-filter-dropdown-filters": "Filters", - "order-filter-dropdown-status": "Status", - "order-filter-dropdown-payment-status": "Payment Status", - "order-filter-dropdown-fulfillment-status": "Fulfillment Status", - "order-filter-dropdown-regions": "Regions", - "order-filter-dropdown-sales-channel": "Sales Channel", - "order-filter-dropdown-date": "Date", - "order-table-paid": "Paid", - "order-table-awaiting": "Awaiting", - "order-table-requires-action": "Requires action", - "order-table-canceled": "Canceled", - "order-table-n-a": "N/A", - "order-table-order": "Order", - "order-table-date-added": "Date added", - "order-table-customer": "Customer", - "order-table-fulfillment": "Fulfillment", - "order-table-payment-status": "Payment status", - "order-table-sales-channel": "Sales Channel", - "order-table-total": "Total", - "order-table-filters-complete": "Complete", - "order-table-filters-incomplete": "Incomplete", - "price-list-table-filters": "Filters", - "price-list-table-status": "Status", - "price-list-table-type": "Type", - "price-list-table-price-lists": "Price Lists", - "price-list-table-success": "Success", - "price-list-table-successfully-copied-price-list": "Successfully copied price list", - "price-list-table-error": "Error", - "price-list-table-delete-price-list": "Delete Price List", - "price-list-table-confirm-delete": "Are you sure you want to delete this price list?", - "price-list-table-successfully-deleted-the-price-list": "Successfully deleted the price list", - "price-list-table-successfully-unpublished-price-list": "Successfully unpublished price list", - "price-list-table-successfully-published-price-list": "Successfully published price list", - "price-list-table-unpublish": "Unpublish", - "price-list-table-publish": "Publish", - "price-list-table-delete": "Delete", - "price-list-table-name": "Name", - "price-list-table-description": "Description", - "price-list-table-groups": "Groups", - "price-list-table-other-more": "+ {{other}} more", - "price-overrides-apply-overrides-on-selected-variants": "Apply overrides on selected variants", - "price-overrides-apply-on-all-variants": "Apply on all variants", - "price-overrides-prices": "Prices", - "price-overrides-cancel": "Cancel", - "price-overrides-save-and-close": "Save and close", - "price-overrides-show-regions": "Show regions", - "product-table-products": "Products", - "product-table-copy-success": "Success", - "product-table-copy-created-a-new-product": "Created a new product", - "product-table-copy-error": "Error", - "product-table-delete-product": "Delete Product", - "product-table-confirm-delete": "Are you sure you want to delete this product?", - "product-table-edit": "Edit", - "product-table-unpublish": "Unpublish", - "product-table-publish": "Publish", - "product-table-draft": "draft", - "product-table-published": "published", - "product-table-success": "Success", - "product-table-successfully-unpublished-product": "Successfully unpublished product", - "product-table-successfully-published-product": "Successfully published product", - "product-table-error": "Error", - "product-table-duplicate": "Duplicate", - "product-table-delete": "Delete", - "product-table-proposed": "Proposed", - "product-table-published-title": "Published", - "product-table-rejected": "Rejected", - "product-table-draft-title": "Draft", - "product-table-name": "Name", - "product-table-collection": "Collection", - "product-table-status": "Status", - "product-table-availability": "Availability", - "product-table-inventory": "Inventory", - "product-table-inventory-in-stock-count_one": " in stock for {{count}} variant(s)", - "product-table-inventory-in-stock-count_other": " in stock for {{count}} variant(s)", - "reservation-form-location": "Location", - "reservation-form-choose-where-you-wish-to-reserve-from": "Choose where you wish to reserve from.", - "reservation-form-item-to-reserve": "Item to reserve", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Select the item that you wish to reserve.", - "reservation-form-item": "Item", - "reservation-form-in-stock": "In stock", - "reservation-form-available": "Available", - "reservation-form-reserve": "Reserve", - "reservation-form-remove-item": "Remove item", - "reservation-form-description": "Description", - "reservation-form-what-type-of-reservation-is-this": "What type of reservation is this?", - "reservations-table-reservations": "Reservations", - "reservations-table-edit": "Edit", - "reservations-table-delete": "Delete", - "reservations-table-confirm-delete": "Are you sure you want to remove this reservation?", - "reservations-table-remove-reservation": "Remove reservation", - "reservations-table-reservation-has-been-removed": "Reservation has been removed", - "new-success": "Success", - "new-successfully-created-reservation": "Successfully created reservation", - "new-error": "Error", - "new-cancel": "Cancel", - "new-save-reservation": "Save reservation", - "new-reserve-item": "Reserve Item", - "new-metadata": "Metadata", - "reservations-table-order-id": "Order ID", - "reservations-table-description": "Description", - "reservations-table-created": "Created", - "reservations-table-quantity": "Quantity", - "search-modal-start-typing-to-search": "Start typing to search...", - "search-modal-clear-search": "Clear search", - "search-modal-or": "or", - "search-modal-to-navigate": "to navigate", - "search-modal-to-select-and": "to select, and", - "search-modal-to-search-anytime": "to search anytime", - "templates-settings": "Settings", - "templates-manage-the-settings-for-your-medusa-store": "Manage the settings for your Medusa store", - "transfer-orders-modal-info": "Info", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Customer is already the owner of the order", - "transfer-orders-modal-success": "Success", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Successfully transferred order to different customer", - "transfer-orders-modal-error": "Error", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Could not transfer order to different customer", - "transfer-orders-modal-transfer-order": "Transfer order", - "transfer-orders-modal-order": "Order", - "transfer-orders-modal-current-owner": "Current Owner", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "The customer currently related to this order", - "transfer-orders-modal-new-owner": "New Owner", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "The customer to transfer this order to", - "transfer-orders-modal-cancel": "Cancel", - "transfer-orders-modal-confirm": "Confirm", - "templates-edit-user": "Edit User", - "templates-remove-user": "Remove User", - "templates-resend-invitation": "Resend Invitation", - "templates-success": "Success", - "templates-invitiation-link-has-been-resent": "Invitiation link has been resent", - "templates-copy-invite-link": "Copy invite link", - "templates-invite-link-copied-to-clipboard": "Invite link copied to clipboard", - "templates-remove-invitation": "Remove Invitation", - "templates-expired": "Expired", - "templates-pending": "Pending", - "templates-all": "All", - "templates-member": "Member", - "templates-admin": "Admin", - "templates-no-team-permissions": "No team permissions", - "templates-status": "Status", - "templates-active": "Active", - "templates-name": "Name", - "templates-email": "Email", - "templates-team-permissions": "Team permissions", - "templates-confirm-remove": "Are you sure you want to remove this user?", - "templates-remove-user-heading": "Remove user", - "templates-user-has-been-removed": "User has been removed", - "templates-confirm-remove-invite": "Are you sure you want to remove this invite?", - "templates-remove-invite": "Remove invite", - "templates-invitiation-has-been-removed": "Invitiation has been removed", - "multiselect-choose-categories": "Choose categories", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Success", - "details-updated-products-in-collection": "Updated products in collection", - "details-error": "Error", - "details-back-to-collections": "Back to Collections", - "details-edit-collection": "Edit Collection", - "details-delete": "Delete", - "details-metadata": "Metadata", - "details-edit-products": "Edit Products", - "details-products-in-this-collection": "Products in this collection", - "details-raw-collection": "Raw collection", - "details-delete-collection": "Delete collection", - "details-successfully-deleted-collection": "Successfully deleted collection", - "details-yes-delete": "Yes, delete", - "details-successfully-updated-customer": "Successfully updated customer", - "details-customer-details": "Customer Details", - "details-general": "General", - "details-first-name": "First Name", - "details-lebron": "Lebron", - "details-last-name": "Last Name", - "details-james": "James", - "details-email": "Email", - "details-phone-number": "Phone number", - "details-cancel": "Cancel", - "details-save-and-close": "Save and close", - "details-edit": "Edit", - "details-back-to-customers": "Back to Customers", - "details-first-seen": "First seen", - "details-phone": "Phone", - "details-orders": "Orders", - "details-user": "User", - "details-orders_one": "Orders {{count}}", - "details-orders_other": "Orders {{count}}", - "details-an-overview-of-customer-orders": "An overview of Customer Orders", - "details-raw-customer": "Raw customer", - "groups-group-updated": "Group Updated", - "groups-group-created": "Group Created", - "groups-the-customer-group-has-been-updated": "The customer group has been updated", - "groups-the-customer-group-has-been-created": "The customer group has been created", - "groups-edit-customer-group": "Edit Customer Group", - "groups-create-a-new-customer-group": "Create a New Customer Group", - "groups-details": "Details", - "groups-metadata": "Metadata", - "groups-cancel": "Cancel", - "groups-edit-group": "Edit Group", - "groups-publish-group": "Publish Group", - "groups-no-customers-in-this-group-yet": "No customers in this group yet", - "groups-customers": "Customers", - "groups-edit": "Edit", - "groups-delete": "Delete", - "groups-yes-delete": "Yes, delete", - "groups-delete-the-group": "Delete the group", - "groups-group-deleted": "Group deleted", - "groups-confirm-delete-customer-group": "Are you sure you want to delete this customer group?", - "groups-back-to-customer-groups": "Back to customer groups", - "groups-new-group": "New group", - "add-condition-conditions-were-successfully-added": "Conditions were successfully added", - "add-condition-discount-conditions-updated": "Discount conditions updated", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions must be used within a ConditionsProvider", - "collections-search": "Search...", - "collections-cancel": "Cancel", - "collections-save-and-go-back": "Save and go back", - "collections-save-and-close": "Save and close", - "customer-groups-search": "Search...", - "customer-groups-cancel": "Cancel", - "customer-groups-save-and-go-back": "Save and go back", - "customer-groups-save-and-close": "Save and close", - "product-types-search": "Search...", - "product-types-cancel": "Cancel", - "product-types-save-and-go-back": "Save and go back", - "product-types-save-and-close": "Save and close", - "products-search": "Search...", - "products-cancel": "Cancel", - "products-save-and-go-back": "Save and go back", - "products-save-and-close": "Save and close", - "tags-search": "Search...", - "tags-cancel": "Cancel", - "tags-save-and-go-back": "Save and go back", - "tags-save-and-close": "Save and close", - "edit-condition-add-conditions": "Add conditions", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Deselect", - "edit-condition-remove": "Remove", - "edit-condition-add": "Add", - "edit-condition-title": "Edit {{type}} in Discount Condition", - "edit-condition-close": "Close", - "edit-condition-success": "Success", - "edit-condition-the-resources-were-successfully-added": "The resources were successfully added", - "edit-condition-error": "Error", - "edit-condition-failed-to-add-resources": "Failed to add resources", - "edit-condition-the-resources-were-successfully-removed": "The resources were successfully removed", - "edit-condition-failed-to-remove-resources": "Failed to remove resources", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext must be used within an EditConditionProvider", - "conditions-conditions": "Conditions", - "conditions-add-condition-label": "Add condition", - "conditions-this-discount-has-no-conditions": "This discount has no conditions", - "conditions-success": "Success", - "conditions-condition-removed": "Condition removed", - "conditions-error": "Error", - "conditions-edit-condition": "Edit condition", - "conditions-delete-condition": "Delete condition", - "conditions-discount-is-applicable-to-specific-products": "Discount is applicable to specific products", - "conditions-discount-is-applicable-to-specific-collections": "Discount is applicable to specific collections", - "conditions-discount-is-applicable-to-specific-product-tags": "Discount is applicable to specific product tags", - "conditions-discount-is-applicable-to-specific-product-types": "Discount is applicable to specific product types", - "conditions-discount-is-applicable-to-specific-customer-groups": "Discount is applicable to specific customer groups", - "configurations-success": "Success", - "configurations-discount-updated-successfully": "Discount updated successfully", - "configurations-error": "Error", - "configurations-edit-configurations": "Edit configurations", - "configurations-cancel": "Cancel", - "configurations-save": "Save", - "configurations-configurations": "Configurations", - "configurations-start-date": "Start date", - "configurations-end-date": "End date", - "configurations-delete-configuration": "Delete configuration", - "configurations-discount-end-date-removed": "Discount end date removed", - "configurations-number-of-redemptions": "Number of redemptions", - "configurations-redemption-limit-removed": "Redemption limit removed", - "configurations-delete-setting": "Delete setting", - "configurations-discount-duration-removed": "Discount duration removed", - "general-success": "Success", - "general-discount-updated-successfully": "Discount updated successfully", - "general-error": "Error", - "general-edit-general-information": "Edit general information", - "general-details": "Details", - "general-metadata": "Metadata", - "general-cancel": "Cancel", - "general-save-and-close": "Save and close", - "general-delete-promotion": "Delete Promotion", - "general-confirm-delete-promotion": "Are you sure you want to delete this promotion?", - "general-promotion-deleted-successfully": "Promotion deleted successfully", - "general-discount-published-successfully": "Discount published successfully", - "general-discount-drafted-successfully": "Discount drafted successfully", - "general-delete-discount": "Delete discount", - "general-template-discount": "Template discount", - "general-published": "Published", - "general-draft": "Draft", - "general-discount-amount": "Discount Amount", - "general-valid-regions": "Valid Regions", - "general-total-redemptions": "Total Redemptions", - "general-free-shipping": "FREE SHIPPING", - "general-unknown-discount-type": "Unknown discount type", - "details-discount-deleted": "Discount deleted", - "details-confirm-delete-discount": "Are you sure you want to delete this discount?", - "details-delete-discount": "Delete discount", - "details-back-to-discounts": "Back to Discounts", - "details-raw-discount": "Raw discount", - "discounts-add-discount": "Add Discount", - "discount-form-add-conditions": "Add Conditions", - "discount-form-choose-a-condition-type": "Choose a condition type", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "You can only add one of each type of condition", - "discount-form-you-cannot-add-any-more-conditions": "You cannot add any more conditions", - "discount-form-cancel": "Cancel", - "discount-form-save": "Save", - "add-condition-tables-cancel": "Cancel", - "add-condition-tables-save-and-add-more": "Save and add more", - "add-condition-tables-save-and-close": "Save and close", - "add-condition-tables-search-by-title": "Search by title...", - "add-condition-tables-search-groups": "Search groups...", - "add-condition-tables-search-products": "Search products...", - "add-condition-tables-search-by-tag": "Search by tag...", - "add-condition-tables-search-by-type": "Search by type...", - "details-condition-tables-search-by-title": "Search by title...", - "details-condition-tables-search-groups": "Search groups...", - "details-condition-tables-cancel": "Cancel", - "details-condition-tables-save-and-add-more": "Save and add more", - "details-condition-tables-save-and-close": "Save and close", - "details-condition-tables-search-products": "Search products...", - "details-condition-tables-search-by-tag": "Search by tag...", - "details-condition-tables-search-by-type": "Search by type...", - "edit-condition-tables-search-by-title": "Search by title...", - "edit-condition-tables-title": "Title", - "edit-condition-tables-search-groups": "Search groups...", - "edit-condition-tables-cancel": "Cancel", - "edit-condition-tables-delete-condition": "Delete condition", - "edit-condition-tables-save": "Save", - "edit-condition-tables-search-products": "Search products...", - "edit-condition-tables-search-by-tag": "Search by tag...", - "edit-condition-tables-search-by-type": "Search by type...", - "shared-title": "Title", - "shared-products": "Products", - "shared-applies-to-the-selected-items": "Applies to the selected items.", - "shared-applies-to-all-items-except-the-selected-items": "Applies to all items except the selected items.", - "shared-members": "Members", - "shared-status": "Status", - "shared-variants": "Variants", - "shared-tag": "Tag", - "shared-type": "Type", - "edit-conditions-modal-title": "Edit {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm must be a child of DiscountFormContext", - "discount-form-error": "Error", - "discount-form-save-as-draft": "Save as draft", - "discount-form-publish-discount": "Publish discount", - "discount-form-create-new-discount": "Create new discount", - "discount-form-discount-type": "Discount type", - "discount-form-select-a-discount-type": "Select a discount type", - "discount-form-allocation": "Allocation", - "discount-form-general": "General", - "discount-form-configuration": "Configuration", - "discount-form-discount-code-application-disclaimer": "Discount code applies from when you hit the publish button and forever if left untouched.", - "discount-form-conditions": "Conditions", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Discount code apply to all products if left untouched.", - "discount-form-add-conditions-to-your-discount": "Add conditions to your Discount", - "discount-form-metadata": "Metadata", - "discount-form-metadata-usage-description": "Metadata allows you to add additional information to your discount.", - "condition-item-remainder-more": "+{{remainder}} more", - "conditions-edit": "Edit", - "conditions-product": "Product", - "conditions-collection": "Collection", - "conditions-tag": "Tag", - "conditions-customer-group": "Customer group", - "conditions-type": "Type", - "conditions-add-condition": "Add Condition", - "sections-start-date": "Start date", - "sections-schedule-the-discount-to-activate-in-the-future": "Schedule the discount to activate in the future.", - "sections-select-discount-start-date": "If you want to schedule the discount to activate in the future, you can set a start date here, otherwise the discount will be active immediately.", - "sections-start-time": "Start time", - "sections-discount-has-an-expiry-date": "Discount has an expiry date?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Schedule the discount to deactivate in the future.", - "sections-select-discount-end-date": "If you want to schedule the discount to deactivate in the future, you can set an expiry date here.", - "sections-expiry-date": "Expiry date", - "sections-expiry-time": "Expiry time", - "sections-limit-the-number-of-redemptions": "Limit the number of redemptions?", - "sections-limit-applies-across-all-customers-not-per-customer": "Limit applies across all customers, not per customer.", - "sections-limit-discount-number-of-uses": "If you wish to limit the amount of times a customer can redeem this discount, you can set a limit here.", - "sections-number-of-redemptions": "Number of redemptions", - "sections-availability-duration": "Availability duration?", - "sections-set-the-duration-of-the-discount": "Set the duration of the discount.", - "sections-select-a-discount-type": "Select a discount type", - "sections-total-amount": "Total amount", - "sections-apply-to-the-total-amount": "Apply to the total amount", - "sections-item-specific": "Item specific", - "sections-apply-to-every-allowed-item": "Apply to every allowed item", - "sections-percentage": "Percentage", - "sections-fixed-amount": "Fixed amount", - "sections-discount-in-whole-numbers": "Discount in whole numbers", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "You can only select one valid region if you want to use the fixed amount type", - "sections-free-shipping": "Free shipping", - "sections-override-delivery-amount": "Override delivery amount", - "sections-at-least-one-region-is-required": "At least one region is required", - "sections-choose-valid-regions": "Choose valid regions", - "sections-code": "Code", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Code is required", - "sections-amount-is-required": "Amount is required", - "sections-amount": "Amount", - "sections-customer-invoice-code": "The code your customers will enter during checkout. This will appear on your customer’s invoice.", - "sections-uppercase-letters-and-numbers-only": "Uppercase letters and numbers only.", - "sections-description": "Description", - "sections-summer-sale-2022": "Summer Sale 2022", - "sections-this-is-a-template-discount": "This is a template discount", - "sections-template-discounts-description": "Template discounts allow you to define a set of rules that can be used across a group of discounts. This is useful in campaigns that should generate unique codes for each user, but where the rules for all unique codes should be the same.", - "discount-form-product": "Product", - "discount-form-only-for-specific-products": "Only for specific products", - "discount-form-choose-products": "Choose products", - "discount-form-customer-group": "Customer group", - "discount-form-only-for-specific-customer-groups": "Only for specific customer groups", - "discount-form-choose-groups": "Choose groups", - "discount-form-tag": "Tag", - "discount-form-only-for-specific-tags": "Only for specific tags", - "discount-form-collection": "Collection", - "discount-form-only-for-specific-product-collections": "Only for specific product collections", - "discount-form-choose-collections": "Choose collections", - "discount-form-type": "Type", - "discount-form-only-for-specific-product-types": "Only for specific product types", - "discount-form-choose-types": "Choose types", - "utils-products": "products", - "utils-groups": "groups", - "utils-tags": "tags", - "utils-collections": "collections", - "utils-types": "types", - "gift-cards-created-gift-card": "Created gift card", - "gift-cards-custom-gift-card-was-created-successfully": "Custom gift card was created successfully", - "gift-cards-error": "Error", - "gift-cards-custom-gift-card": "Custom Gift Card", - "gift-cards-details": "Details", - "gift-cards-receiver": "Receiver", - "gift-cards-cancel": "Cancel", - "gift-cards-create-and-send": "Create and send", - "details-updated-gift-card": "Updated Gift card", - "details-gift-card-was-successfully-updated": "Gift card was successfully updated", - "details-failed-to-update-gift-card": "Failed to update Gift card", - "details-edit-gift-card": "Edit Gift Card", - "details-details": "Details", - "details-edit-details": "Edit details", - "details-update-balance-label": "Update balance", - "details-updated-status": "Updated status", - "details-successfully-updated-the-status-of-the-gift-card": "Successfully updated the status of the Gift Card", - "details-back-to-gift-cards": "Back to Gift Cards", - "details-original-amount": "Original amount", - "details-balance": "Balance", - "details-region": "Region", - "details-expires-on": "Expires on", - "details-created": "Created", - "details-raw-gift-card": "Raw gift card", - "details-balance-updated": "Balance updated", - "details-gift-card-balance-was-updated": "Gift card balance was updated", - "details-failed-to-update-balance": "Failed to update balance", - "details-update-balance": "Update Balance", - "manage-back-to-gift-cards": "Back to Gift Cards", - "gift-cards-please-enter-a-name-for-the-gift-card": "Please enter a name for the Gift Card", - "gift-cards-please-add-at-least-one-denomination": "Please add at least one denomination", - "gift-cards-denominations": "Denominations", - "gift-cards-success": "Success", - "gift-cards-successfully-created-gift-card": "Successfully created Gift Card", - "gift-cards-create-gift-card": "Create Gift Card", - "gift-cards-gift-card-details": "Gift Card Details", - "gift-cards-name": "Name", - "gift-cards-the-best-gift-card": "The best Gift Card", - "gift-cards-description": "Description", - "gift-cards-the-best-gift-card-of-all-time": "The best Gift Card of all time", - "gift-cards-thumbnail": "Thumbnail", - "gift-cards-delete": "Delete", - "gift-cards-size-recommended": "1200 x 1600 (3:4) recommended, up to 10MB each", - "gift-cards-amount": "Amount", - "gift-cards-add-denomination": "Add Denomination", - "gift-cards-create-publish": "Create & Publish", - "gift-cards-successfully-updated-gift-card": "Successfully updated Gift Card", - "gift-cards-gift-cards": "Gift Cards", - "gift-cards-manage": "Manage the Gift Cards of your Medusa store", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Are you ready to sell your first Gift Card?", - "gift-cards-no-gift-card-has-been-added-yet": "No Gift Card has been added yet.", - "gift-cards-history": "History", - "gift-cards-see-the-history-of-purchased-gift-cards": "See the history of purchased Gift Cards", - "gift-cards-successfully-deleted-gift-card": "Successfully deleted Gift Card", - "gift-cards-yes-delete": "Yes, delete", - "gift-cards-delete-gift-card": "Delete Gift Card", - "inventory-filters": "Filters", - "address-form-address": "Address", - "address-form-company": "Company", - "address-form-address-1": "Address 1", - "address-form-this-field-is-required": "This field is required", - "address-form-address-2": "Address 2", - "address-form-postal-code": "Postal code", - "address-form-city": "City", - "address-form-country": "Country", - "edit-sales-channels-edit-channels": "Edit channels", - "edit-sales-channels-add-channels": "Add channels", - "general-form-location-name": "Location name", - "general-form-flagship-store-warehouse": "Flagship store, warehouse", - "general-form-name-is-required": "Name is required", - "location-card-delete-location": "Delete Location", - "location-card-confirm-delete": "Are you sure you want to delete this location. This will also delete all inventory levels and reservations associated with this location.", - "location-card-success": "Success", - "location-card-location-deleted-successfully": "Location deleted successfully", - "location-card-error": "Error", - "location-card-edit-details": "Edit details", - "location-card-delete": "Delete", - "location-card-connected-sales-channels": "Connected sales channels", - "sales-channels-form-add-sales-channels": "Add sales channels", - "sales-channels-form-edit-channels": "Edit channels", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Not connected to any sales channels yet", - "edit-success": "Success", - "edit-location-edited-successfully": "Location edited successfully", - "edit-error": "Error", - "edit-edit-location-details": "Edit Location Details", - "edit-metadata": "Metadata", - "edit-cancel": "Cancel", - "edit-save-and-close": "Save and close", - "new-location-added-successfully": "Location added successfully", - "new-location-created": "Location was created successfully, but there was an error associating sales channels", - "new-cancel-location-changes": "Are you sure you want to cancel with unsaved changes", - "new-yes-cancel": "Yes, cancel", - "new-no-continue-creating": "No, continue creating", - "new-add-location": "Add location", - "new-add-new-location": "Add new location", - "new-general-information": "General Information", - "new-location-details": "Specify the details about this location", - "new-select-location-channel": "Specify which Sales Channels this location's items can be purchased through.", - "oauth-complete-installation": "Complete Installation", - "claim-type-form-refund": "Refund", - "claim-type-form-replace": "Replace", - "items-to-receive-form-items-to-receive": "Items to receive", - "items-to-receive-form-product": "Product", - "items-to-receive-form-quantity": "Quantity", - "items-to-receive-form-refundable": "Refundable", - "add-return-reason-reason-for-return": "Reason for Return", - "add-return-reason-reason": "Reason", - "add-return-reason-choose-a-return-reason": "Choose a return reason", - "add-return-reason-note": "Note", - "add-return-reason-product-was-damaged-during-shipping": "Product was damaged during shipping", - "add-return-reason-cancel": "Cancel", - "add-return-reason-save-and-go-back": "Save and go back", - "add-return-reason-select-reason-title": "Select Reason", - "add-return-reason-edit-reason": "Edit reason", - "add-return-reason-select-reason": "Select reason", - "items-to-return-form-items-to-claim": "Items to claim", - "items-to-return-form-items-to-return": "Items to return", - "items-to-return-form-product": "Product", - "items-to-return-form-quantity": "Quantity", - "items-to-return-form-refundable": "Refundable", - "add-additional-items-screen-go-back": "Go back", - "add-additional-items-screen-add-products": "Add products", - "add-additional-items-screen-add-product-variants": "Add Product Variants", - "add-additional-items-screen-search-products": "Search products", - "add-additional-items-screen-variant-price-missing": "This variant does not have a price for the region/currency of this order, and cannot be selected.", - "add-additional-items-screen-stock": "Stock", - "add-additional-items-screen-price": "Price", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "The price has been overridden in a price list, that is applicable to this order.", - "items-to-send-form-items-to-send": "Items to send", - "items-to-send-form-add-products": "Add products", - "items-to-send-form-product": "Product", - "items-to-send-form-quantity": "Quantity", - "items-to-send-form-price": "Price", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "The price has been overridden in a price list, that is applicable to this order.", - "refund-amount-form-cancel-editing-refund-amount": "Cancel editing refund amount", - "refund-amount-form-edit-refund-amount": "Edit refund amount", - "refund-amount-form-refund-amount-cannot-be-negative": "Refund amount cannot be negative", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "The refund amount must be at least 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} items not reserved", - "reservation-indicator-this-item-has-been-fulfilled": "This item has been fulfilled.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} item: ${{locationName}}", - "reservation-indicator-edit-reservation": "Edit reservation", - "rma-summaries-claimed-items": "Claimed items", - "rma-summaries-replacement-items": "Replacement items", - "rma-summaries-customer-refund-description": "The customer will receive a full refund for the claimed items, as the cost of replacement items and shipping will not be deducted. Alternatively, you can choose to set a custom refund amount when you receive the returned items or create an exchange instead.", - "rma-summaries-refund-amount": "Refund amount", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "The customer will be refunded once the returned items are received", - "rma-summaries-the-customer-will-be-refunded-immediately": "The customer will be refunded immediately", - "rma-summaries-receiving": "Receiving", - "rma-summaries-free": "Free", - "send-notification-form-return": "return", - "send-notification-form-exchange": "exchange", - "send-notification-form-claim": "claim", - "send-notification-form-send-notifications": "Send notifications", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "If unchecked the customer will not receive communication about this {{subject}}.", - "shipping-address-form-shipping-address": "Shipping address", - "shipping-address-form-ship-to-a-different-address": "Ship to a different address", - "shipping-address-form-cancel": "Cancel", - "shipping-address-form-save-and-go-back": "Save and go back", - "shipping-address-form-shipping-information": "Shipping Information", - "shipping-form-shipping-for-return-items": "Shipping for return items", - "shipping-form-shipping-for-replacement-items": "Shipping for replacement items", - "shipping-form-shipping-method-is-required": "Shipping method is required", - "shipping-form-choose-shipping-method": "Choose shipping method", - "shipping-form-shipping-method": "Shipping method", - "shipping-form-add-custom-price": "Add custom price", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Return shipping for items claimed by the customer is complimentary.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Shipping for replacement items is complimentary.", - "components-decrease-quantity": "Decrease quantity", - "components-increase-quantity": "Increase quantity", - "details-successfully-updated-address": "Successfully updated address", - "details-billing-address": "Billing Address", - "details-shipping-address": "Shipping Address", - "details-contact": "Contact", - "details-location": "Location", - "claim-are-you-sure-you-want-to-close": "Are you sure you want to close?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "You have unsaved changes, are you sure you want to close?", - "claim-please-select-a-reason": "Please select a reason", - "claim-a-shipping-method-for-replacement-items-is-required": "A shipping method for replacement items is required", - "claim-successfully-created-claim": "Successfully created claim", - "claim-created": "A claim for order #{{display_id}} was successfully created", - "claim-error-creating-claim": "Error creating claim", - "claim-create-claim": "Create Claim", - "claim-location": "Location", - "claim-choose-which-location-you-want-to-return-the-items-to": "Choose which location you want to return the items to.", - "claim-select-location-to-return-to": "Select Location to Return to", - "claim-cancel": "Cancel", - "claim-submit-and-close": "Submit and close", - "create-fulfillment-error": "Error", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Please select a location to fulfill from", - "create-fulfillment-cant-allow-this-action": "Can't allow this action", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Trying to fulfill more than in stock", - "create-fulfillment-successfully-fulfilled-order": "Successfully fulfilled order", - "create-fulfillment-successfully-fulfilled-swap": "Successfully fulfilled swap", - "create-fulfillment-successfully-fulfilled-claim": "Successfully fulfilled claim", - "create-fulfillment-success": "Success", - "create-fulfillment-cancel": "Cancel", - "create-fulfillment-create-fulfillment": "Create fulfillment", - "create-fulfillment-create-fulfillment-title": "Create Fulfillment", - "create-fulfillment-locations": "Locations", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Choose where you wish to fulfill from.", - "create-fulfillment-items-to-fulfill": "Items to fulfill", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Select the number of items that you wish to fulfill.", - "create-fulfillment-send-notifications": "Send notifications", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "When toggled, notification emails will be sent.", - "create-fulfillment-quantity-is-not-valid": "Quantity is not valid", - "detail-cards-allocated": "Allocated", - "detail-cards-not-fully-allocated": "Not fully allocated", - "detail-cards-subtotal": "Subtotal", - "detail-cards-shipping": "Shipping", - "detail-cards-tax": "Tax", - "detail-cards-total": "Total", - "detail-cards-edit-order": "Edit Order", - "detail-cards-allocate": "Allocate", - "detail-cards-discount": "Discount:", - "detail-cards-original-total": "Original Total", - "details-successfully-updated-the-email-address": "Successfully updated the email address", - "details-email-address": "Email Address", - "details-save": "Save", - "details-order-id-copied": "Order ID copied", - "details-email-copied": "Email copied", - "details-cancel-order-heading": "Cancel order", - "details-are-you-sure-you-want-to-cancel-the-order": "Are you sure you want to cancel the order?", - "order-details-display-id": "order #{{display_id}}", - "details-successfully-canceled-order": "Successfully canceled order", - "details-go-to-customer": "Go to Customer", - "details-transfer-ownership": "Transfer ownership", - "details-edit-shipping-address": "Edit Shipping Address", - "details-edit-billing-address": "Edit Billing Address", - "details-edit-email-address": "Edit Email Address", - "details-back-to-orders": "Back to Orders", - "details-cancel-order": "Cancel Order", - "details-payment": "Payment", - "details-refunded": "Refunded", - "details-total-paid": "Total Paid", - "details-fulfillment": "Fulfillment", - "details-create-fulfillment": "Create Fulfillment", - "details-shipping-method": "Shipping Method", - "details-customer": "Customer", - "details-shipping": "Shipping", - "details-billing": "Billing", - "details-raw-order": "Raw order", - "mark-shipped-successfully-marked-order-as-shipped": "Successfully marked order as shipped", - "mark-shipped-successfully-marked-swap-as-shipped": "Successfully marked swap as shipped", - "mark-shipped-successfully-marked-claim-as-shipped": "Successfully marked claim as shipped", - "mark-shipped-success": "Success", - "mark-shipped-error": "Error", - "mark-shipped-mark-fulfillment-shipped": "Mark Fulfillment Shipped", - "mark-shipped-tracking": "Tracking", - "mark-shipped-tracking-number-label": "Tracking number", - "mark-shipped-tracking-number": "Tracking number...", - "mark-shipped-add-additional-tracking-number": "+ Add Additional Tracking Number", - "mark-shipped-send-notifications": "Send notifications", - "mark-shipped-cancel": "Cancel", - "mark-shipped-complete": "Complete", - "order-line-warning": "Warning", - "order-line-cannot-duplicate-an-item-without-a-variant": "Cannot duplicate an item without a variant", - "order-line-error": "Error", - "order-line-failed-to-duplicate-item": "Failed to duplicate item", - "order-line-success": "Success", - "order-line-item-removed": "Item removed", - "order-line-failed-to-remove-item": "Failed to remove item", - "order-line-item-added": "Item added", - "order-line-failed-to-replace-the-item": "Failed to replace the item", - "order-line-replace-product-variants": "Replace Product Variants", - "order-line-replace-with-other-item": "Replace with other item", - "order-line-duplicate-item": "Duplicate item", - "order-line-remove-item": "Remove item", - "order-line-line-item-cannot-be-edited": "This line item is part of a fulfillment and cannot be edited. Cancel the fulfillment to edit the line item.", - "order-line-new": "New", - "order-line-modified": "Modified", - "receive-return-please-select-at-least-one-item-to-receive": "Please select at least one item to receive", - "receive-return-successfully-received-return": "Successfully received return", - "receive-return-received-return-for-order": "Received return for order #{{display_id}}", - "receive-return-failed-to-receive-return": "Failed to receive return", - "receive-return-receive-return": "Receive Return", - "receive-return-location": "Location", - "receive-return-choose-location": "Choose which location you want to return the items to.", - "receive-return-select-location-to-return-to": "Select Location to Return to", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "No inventory levels exist for the items at the selected location", - "receive-return-cancel": "Cancel", - "receive-return-save-and-close": "Save and close", - "refund-success": "Success", - "refund-successfully-refunded-order": "Successfully refunded order", - "refund-error": "Error", - "refund-create-a-refund": "Create a refund", - "refund-attention": "Attention!", - "refund-system-payment-disclaimer": "One or more of your payments is a system payment. Be aware, that captures and refunds are not handled by Medusa for such payments.", - "refund-details": "Details", - "refund-cannot-refund-more-than-the-orders-net-total": "Cannot refund more than the order's net total.", - "refund-discount": "Discount", - "refund-reason": "Reason", - "refund-note": "Note", - "refund-discount-for-loyal-customer": "Discount for loyal customer", - "refund-send-notifications": "Send notifications", - "refund-cancel": "Cancel", - "refund-complete": "Complete", - "reservation-reservation-was-deleted": "Reservation was deleted", - "reservation-the-allocated-items-have-been-released": "The allocated items have been released.", - "reservation-error": "Error", - "reservation-failed-to-delete-the-reservation": "Failed to delete the reservation ", - "reservation-reservation-was-updated": "Reservation was updated", - "reservation-the-reservation-change-was-saved": "The reservation change was saved.", - "reservation-errors": "Errors", - "reservation-failed-to-update-reservation": "Failed to update reservation", - "reservation-edit-reservation": "Edit Reservation", - "reservation-location": "Location", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Choose which location you want to ship the items from.", - "reservation-items-to-allocate-title": "Items to Allocate", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Select the number of items that you wish to allocate.", - "reservation-max-reservation-requested": " / {{maxReservation}} requested", - "reservation-reserved": " reserved", - "reservation-description": "Description", - "reservation-what-type-of-reservation-is-this": "What type of reservation is this?", - "reservation-metadata": "Metadata", - "reservation-remove-metadata": "Remove metadata", - "reservation-add-metadata": "Add metadata", - "reservation-delete-reservation": "Delete reservation", - "reservation-cancel": "Cancel", - "reservation-save-and-close": "Save and close", - "reservation-couldnt-allocate-items": "Couldn't allocate items", - "reservation-items-allocated": "Items allocated", - "reservation-items-have-been-allocated-successfully": "Items have been allocated successfully", - "reservation-save-reservation": "Save reservation", - "reservation-loading": "Loading...", - "reservation-allocate-order-items": "Allocate order items", - "reservation-choose-where-you-wish-to-allocate-from": "Choose where you wish to allocate from", - "reservation-items-to-allocate": "Items to allocate", - "returns-success": "Success", - "returns-successfully-returned-order": "Successfully returned order", - "returns-error": "Error", - "returns-request-return": "Request Return", - "returns-items-to-return": "Items to return", - "returns-choose-which-location-you-want-to-return-the-items-to": "Choose which location you want to return the items to.", - "returns-select-location-to-return-to": "Select Location to Return to", - "returns-selected-location-has-no-inventory-levels": "The selected location does not have inventory levels for the selected items. The return can be requested but can't be received until an inventory level is created for the selected location.", - "returns-shipping": "Shipping", - "returns-choose-retur,-shipping-method": "Choose which shipping method you want to use for this return.", - "returns-total-refund": "Total Refund", - "returns-amount": "Amount", - "returns-send-notifications": "Send notifications", - "returns-notify-customer-of-created-return": "Notify customer of created return", - "returns-back": "Back", - "returns-submit": "Submit", - "rma-sub-modals-search-for-additional": "Search for additional", - "rma-sub-modals-general": "General", - "rma-sub-modals-first-name": "First Name", - "rma-sub-modals-last-name": "Last Name", - "rma-sub-modals-phone": "Phone", - "rma-sub-modals-shipping-address": "Shipping Address", - "rma-sub-modals-address-1": "Address 1", - "rma-sub-modals-address-2": "Address 2", - "rma-sub-modals-province": "Province", - "rma-sub-modals-postal-code": "Postal code", - "rma-sub-modals-city": "City", - "rma-sub-modals-country": "Country", - "rma-sub-modals-back": "Back", - "rma-sub-modals-add": "Add", - "rma-sub-modals-name": "Name", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "In Stock", - "rma-sub-modals-products": "Products", - "rma-sub-modals-search-products": "Search Products..", - "rma-sub-modals-reason-for-return": "Reason for Return", - "rma-sub-modals-reason": "Reason", - "rma-sub-modals-note": "Note", - "swap-success": "Success", - "swap-successfully-created-exchange": "Successfully created exchange", - "swap-error": "Error", - "swap-register-exchange": "Register Exchange", - "swap-items-to-return": "Items to return", - "swap-shipping": "Shipping", - "swap-shipping-method": "Shipping Method", - "swap-add-a-shipping-method": "Add a shipping method", - "swap-location": "Location", - "swap-choose-which-location-you-want-to-return-the-items-to": "Choose which location you want to return the items to.", - "swap-select-location-to-return-to": "Select Location to Return to", - "swap-items-to-send": "Items to send", - "swap-add-product": "Add Product", - "swap-return-total": "Return Total", - "swap-additional-total": "Additional Total", - "swap-outbond-shipping": "Outbond Shipping", - "swap-calculated-at-checkout": "Calculated at checkout", - "swap-estimated-difference": "Estimated difference", - "swap-send-notifications": "Send notifications", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "If unchecked the customer will not receive communication about this exchange", - "swap-complete": "Complete", - "templates-shipped": "Shipped", - "templates-fulfilled": "Fulfilled", - "templates-canceled": "Canceled", - "templates-partially-fulfilled": "Partially fulfilled", - "templates-fulfillment-status-requires-action": "Requires Action", - "templates-awaiting-fulfillment": "Awaiting fulfillment", - "templates-partially-shipped": "Partially Shipped", - "templates-cancel-fulfillment-heading": "Cancel fulfillment?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Are you sure you want to cancel the fulfillment?", - "templates-successfully-canceled-swap": "Successfully canceled swap", - "templates-error": "Error", - "templates-successfully-canceled-claim": "Successfully canceled claim", - "templates-successfully-canceled-fulfillment": "Successfully canceled fulfillment", - "templates-fulfillment-has-been-canceled": "Fulfillment has been canceled", - "templates-fulfilled-by-provider": "{{title}} Fulfilled by {{provider}}", - "templates-not-shipped": "Not shipped", - "templates-tracking": "Tracking", - "templates-shipped-from": "Shipped from", - "templates-shipping-from": "Shipping from", - "templates-mark-shipped": "Mark Shipped", - "templates-cancel-fulfillment": "Cancel Fulfillment", - "templates-completed": "Completed", - "templates-processing": "Processing", - "templates-requires-action": "Requires action", - "templates-capture-payment": "Capture payment", - "templates-successfully-captured-payment": "Successfully captured payment", - "templates-refund": "Refund", - "templates-total-for-swaps": "Total for Swaps", - "templates-refunded-for-swaps": "Refunded for Swaps", - "templates-refunded-for-returns": "Refunded for Returns", - "templates-manually-refunded": "Manually refunded", - "templates-net-total": "Net Total", - "templates-paid": "Paid", - "templates-awaiting-payment": "Awaiting payment", - "templates-payment-status-requires-action": "Requires Action", - "draft-orders-completed": "Completed", - "draft-orders-open": "Open", - "draft-orders-mark-as-paid": "Mark as paid", - "draft-orders-success": "Success", - "draft-orders-successfully-mark-as-paid": "Successfully mark as paid", - "draft-orders-error": "Error", - "draft-orders-successfully-canceled-order": "Successfully canceled order", - "draft-orders-back-to-draft-orders": "Back to Draft Orders", - "on-mark-as-paid-confirm-order-id": "Order #{{display_id}}", - "draft-orders-go-to-order": "Go to Order", - "draft-orders-cancel-draft-order": "Cancel Draft Order", - "draft-orders-draft-order": "Draft Order", - "draft-orders-email": "Email", - "draft-orders-phone": "Phone", - "draft-orders-amount": "Amount {{currency_code}}", - "draft-orders-payment": "Payment", - "draft-orders-subtotal": "Subtotal", - "draft-orders-shipping": "Shipping", - "draft-orders-tax": "Tax", - "draft-orders-total-to-pay": "Total to pay", - "draft-orders-payment-link": "Payment link:", - "draft-orders-configure-payment-link-in-store-settings": "Configure payment link in store settings", - "draft-orders-shipping-method": "Shipping Method", - "draft-orders-data": "Data", - "draft-orders-1-item": "(1 item)", - "draft-orders-customer": "Customer", - "draft-orders-edit-shipping-address": "Edit Shipping Address", - "draft-orders-edit-billing-address": "Edit Billing Address", - "draft-orders-go-to-customer": "Go to Customer", - "draft-orders-contact": "Contact", - "draft-orders-billing": "Billing", - "draft-orders-raw-draft-order": "Raw Draft Order", - "draft-orders-are-you-sure": "Are you sure?", - "draft-orders-remove-resource-heading": "Remove {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} has been removed", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "This will create an order. Mark this as paid if you received the payment.", - "draft-orders-mark-paid": "Mark paid", - "draft-orders-cancel": "Cancel", - "draft-orders-create-draft-order": "Create draft order", - "edit-amount-paid": "Amount Paid", - "edit-new-total": "New Total", - "edit-difference-due": "Difference Due", - "edit-back": "Back", - "edit-save-and-go-back": "Save and go back", - "edit-order-edit-set-as-requested": "Order edit set as requested", - "edit-failed-to-request-confirmation": "Failed to request confirmation", - "edit-added-successfully": "Added successfully", - "edit-error-occurred": "Error occurred", - "edit-add-product-variants": "Add Product Variants", - "edit-edit-order": "Edit Order", - "edit-items": "Items", - "edit-add-items": "Add items", - "edit-filter-items": "Filter items...", - "edit-note": "Note", - "edit-add-a-note": "Add a note...", - "variants-table-location": " in {{location}}", - "edit-product": "Product", - "edit-in-stock": "In Stock", - "edit-price": "Price", - "edit-products": "Products", - "edit-search-product-variants": "Search Product Variants...", - "orders-success": "Success", - "orders-successfully-initiated-export": "Successfully initiated export", - "orders-error": "Error", - "orders-export-orders": "Export Orders", - "components-billing-address": "Billing Address", - "components-use-same-as-shipping": "Use same as shipping", - "components-e-g-gift-wrapping": "E.g. Gift wrapping", - "components-title": "Title", - "components-price": "Price", - "components-quantity": "Quantity", - "components-back": "Back", - "components-add": "Add", - "components-items-for-the-order": "Items for the order", - "components-details": "Details", - "components-price-excl-taxes": "Price (excl. Taxes)", - "components-add-custom": "Add Custom", - "components-add-existing": "Add Existing", - "components-add-products": "Add Products", - "components-add-custom-item": "Add Custom Item", - "components-choose-region": "Choose region", - "components-region": "Region", - "select-shipping-to-name": "(To {{name}})", - "components-attention": "Attention!", - "components-no-options-for-orders-without-shipping": "You don't have any options for orders without shipping. Please add one (e.g. \"In-store fulfillment\") with \"Show on website\" unchecked in region settings and continue.", - "components-choose-a-shipping-method": "Choose a shipping method", - "components-set-custom-price": "Set custom price", - "components-custom-price": "Custom Price", - "components-customer-and-shipping-details": "Customer and shipping details", - "components-find-existing-customer": "Find existing customer", - "components-email": "Email", - "components-choose-existing-addresses": "Choose existing addresses", - "components-create-new": "Create new", - "components-the-discount-is-not-applicable-to-the-selected-region": "The discount is not applicable to the selected region", - "components-the-discount-code-is-invalid": "The discount code is invalid", - "components-add-discount": "Add Discount", - "components-summer-10": "SUMMER10", - "components-discount": "Discount", - "select-shipping-code": "(Code: {{code}})", - "components-type": "Type", - "components-value": "Value", - "components-address": "Address", - "components-shipping-method": "Shipping method", - "components-billing-details": "Billing details", - "components-edit": "Edit", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm must be used within NewOrderFormProvider", - "new-order-created": "Order created", - "new-create-draft-order": "Create Draft Order", - "price-list-product-filter-created-at": "Created at", - "price-list-product-filter-updated-at": "Updated at", - "price-list-details-drawer-prompt-title": "Are you sure?", - "price-list-details-drawer-prompt-description": "You have unsaved changes, are you sure you want to exit?", - "price-list-details-notification-succes-title": "Price list updated", - "price-list-details-drawer-notification-success-message": "Successfully updated price list", - "price-list-details-drawer-notification-error-title": "An error occurred", - "price-list-details-drawer-title": "Edit Price List Details", - "price-list-details-drawer-cancel-button": "Cancel", - "price-list-details-drawer-save-button": "Save", - "price-list-details-section-prompt-confirm-text": "Delete", - "price-list-details-section-prompt-cancel-text": "Cancel", - "price-list-details-section-prompt-title": "Delete price list", - "price-list-details-section-prompt-description": "Are you sure you want to delete the price list \"{{name}}\"?", - "price-list-details-section-delete-notification-success-title": "Successfully deleted price list", - "price-list-details-section-delete-notification-success-message": "The price list \"{{name}}\" was successfully deleted", - "price-list-details-section-delete-notification-error-title": "Failed to delete price list", - "price-list-details-section-customer-groups": "Customer Groups", - "price-list-details-section-last-edited": "Last edited", - "price-list-details-section-number-of-prices": "Prices", - "price-list-details-section-status-menu-expired": "Expired", - "price-list-details-section-status-menu-draft": "Draft", - "price-list-details-section-status-menu-scheduled": "Scheduled", - "price-list-details-section-status-active": "Active", - "price-list-details-section-status-menu-notification-success-title": "Successfully updated price list status", - "price-list-details-section-status-menu-notification-success-message": "The price list status was successfully updated to {{status}}", - "price-list-details-section-status-menu-notification-error-title": "Failed to update price list status", - "price-list-details-section-status-menu-item-draft": "Draft", - "price-list-details-section-status-menu-item-activate": "Activate", - "price-list-details-menu-item-edit": "Edit details", - "price-list-details-menu-item-delete": "Delete", - "price-list-edit-error": "An error occurred while loading price list. Reload the page and try again. If the issue persists, try again later.", - "price-list-new-form-prompt-title": "Are you sure?", - "price-list-new-form-prompt-exit-description": "You have unsaved changes, are you sure you want to exit?", - "price-list-new-form-prompt-back-description": "You have unsaved changes, are you sure you want to go back?", - "price-list-add-products-modal-no-prices-error": "Please assign prices for at least one product.", - "price-list-add-products-modal-missing-prices-title": "Incomplete price list", - "price-list-add-products-modal-missing-prices-description": "Prices have not been assigned to all of your chosen products. Would you like to continue?", - "price-list-add-products-modal-success-title": "New prices added", - "price-list-add-products-modal-success-message": "The new prices have been added to the price list.", - "price-list-add-products-modal-error-title": "An error occurred", - "price-list-add-products-modal-back-button-cancel": "Cancel", - "price-list-add-products-modal-back-button": "Back", - "price-list-add-products-modal-next-button-continue": "Continue", - "price-list-add-products-modal-next-button-submit-and-close": "Submit and Close", - "price-list-add-products-modal-next-button-continue-save-prices": "Save Prices", - "price-list-add-products-modal-products-tab": "Choose Products", - "price-list-add-products-modal-prices-tab": "Edit Prices", - "price-list-add-products-modal-error": "An error occurred while preparing the form. Reload the page and try again. If the issue persists, try again later.", - "price-list-edit-prices-modal-prompt-title": "Unsaved changes", - "price-list-edit-prices-modal-prompt-exit-description": "You have unsaved changes, are you sure you want to exit?", - "price-list-edit-prices-modal-prompt-back-description": "You have unsaved changes, are you sure you want to go back?", - "price-list-edit-prices-modal-notification-update-error": "An error occurred", - "price-list-edit-prices-modal-notification-remove-error-title": "An error occurred", - "price-list-edit-prices-modal-notification-remove-error-description": "Some prices were not updated correctly. Try again.", - "price-list-edit-prices-modal-notification-update-success-title": "Prices updated", - "price-list-edit-prices-modal-notification-update-success-description": "Successfully updated prices", - "price-list-edit-prices-modal-next-button-save-and-close": "Save and Close", - "price-list-edit-prices-modal-next-button-save": "Save Prices", - "price-list-edit-prices-modal-back-button-cancel": "Cancel", - "price-list-edit-prices-modal-back-button-back": "Back", - "price-list-edit-prices-modal-overview-tab": "Edit Prices", - "price-list-edit-prices-modal-error-loading": "An error occurred while preparing the form. Reload the page and try again. If the issue persists, try again later.", - "price-list-prices-section-prompt-title": "Are you sure?", - "price-list-prices-section-prompt-description": "This will permanently delete the product prices from the list", - "price-list-prices-secton-delete-success-title": "Prices deleted", - "price-list-prices-section-delete-success-description_one": "Successfully deleted prices for {{count}} products", - "price-list-prices-section-delete-success-description_other": "Successfully deleted prices for {{count}} products", - "price-list-prices-section-delete-error-title": "An error occurred", - "price-list-prices-section-heading": "Prices", - "price-list-prices-section-search-placeholder": "Search products", - "price-list-prices-section-prices-menu-edit": "Edit prices", - "price-list-prices-section-prices-menu-add": "Add products", - "price-list-prices-section-table-load-error": "An error occured while fetching the products. Try to reload the page, or if the issue persists, try again later.", - "price-list-prices-section-bar-count_one": "{{count}} selected", - "price-list-prices-section-bar-count_other": "{{count}} selected", - "price-list-prices-section-edit-command": "Edit", - "price-list-prices-section-delete-command": "Delete", - "price-list-prices-section-select-all-checkbox-label": "Select all products on the current page", - "price-list-prices-section-select-checkbox-label": "Select row", - "price-list-prices-section-table-product": "Product", - "price-list-prices-section-table-thumbnail-alt": "{{title}} thumbnail", - "price-list-prices-section-table-collection": "Collection", - "price-list-prices-section-table-variants": "Variants", - "price-list-details-form-type-heading": "Type", - "price-list-details-form-type-description": "Choose the type of price list you want to create.", - "price-list-details-form-type-label-sale": "Sale", - "price-list-details-form-type-hint-sale": "Use this if you are creating a sale.", - "price-list-details-form-type-label-override": "Override", - "price-list-details-form-type-hint-override": "Use this if you are overriding prices.", - "price-list-details-form-general-heading": "General", - "price-list-details-form-general-description": "Choose a title and description for the price list.", - "price-list-details-form-general-name-label": "Name", - "price-list-details-form-general-name-placeholder": "Black Friday Sale", - "price-list-details-form-general-description-label": "Description", - "price-list-details-form-general-description-placeholder": "Prices for the Black Friday sale...", - "price-list-details-form-tax-inclusive-label": "Tax inclusive prices", - "price-list-details-form-tax-inclusive-hint": "Choose to make all prices in this list inclusive of tax.", - "price-list-details-form-dates-starts-at-heading": "Price list has a start date?", - "price-list-details-form-dates-starts-at-description": "Schedule the price overrides to activate in the future.", - "price-list-details-form-dates-starts-at-label": "Start date", - "price-list-details-form-ends-at-heading": "Price list has an expiry date?", - "price-list-details-form-ends-at-description": "Schedule the price overrides to deactivate in the future.", - "price-list-details-form-ends-at-label": "Expiry date", - "price-list-details-form-customer-groups-name": "Name", - "price-list-details-form-customer-groups-members": "Members", - "price-list-details-form-customer-groups-error": "An error occurred while loading customer groups. Reload the page and try again. If the issue persists, try again later.", - "price-list-details-form-customer-groups-no-groups": "No customer groups found.", - "price-list-details-form-customer-groups-heading": "Customer availability", - "price-list-details-form-customer-groups-description": "Specify which customer groups the price overrides should apply for.", - "price-list-details-form-customer-groups-content-heading": "Customer Groups", - "price-list-details-form-customer-groups-search-placeholder": "Search", - "price-list-prices-form-products-error": "An error occurred while preparing the form. Reload the page and try again. If the issue persists, try again later.", - "price-list-prices-form-heading": "Edit prices", - "price-list-prices-form-variant": "Variant", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "Prices", - "price-list-prices-form-prices-variant-count_one": "{{count}} variants", - "price-list-prices-form-prices-variant-count_other": "{{count}} variants", - "price-list-prices-form-add-prices-button": "Add prices", - "price-list-prices-form-prices-count_one": "{{count}} prices", - "price-list-prices-form-prices-count_other": "{{count}} prices", - "price-list-product-prices-form-invalid-data-title": "Invalid data", - "price-list-product-prices-form-invalid-data-body": "The data you pasted contains values that are not numbers.", - "price-list-product-prices-form-column-visibility-button": "Currencies", - "price-list-product-prices-form-column-visibility-currencies-label": "Currencies", - "price-list-product-prices-form-column-visibility-regions-label": "Regions", - "price-list-product-prices-form-column-product-label": "Product", - "price-list-product-prices-form-column-currencies-price-label": "Price {{code}}", - "price-list-product-prices-form-column-regions-price-label": "Price {{name}} ({{code}})", - "price-list-products-form-select-all": "Select all products on the current page", - "price-list-products-form-select-row": "Select row", - "price-list-products-form-product-label": "Product", - "price-list-products-form-product-thumbnail": "{{title}} thumbnail", - "price-list-products-form-collection-label": "Collection", - "price-list-products-form-sales-channels-label": "Availability", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} more", - "price-list-products-form-status-label": "Status", - "price-list-products-form-inventory-label": "Inventory", - "price-list-products-form-inventory-value": "{{totalStock}} in stock across {{variants}} variants", - "price-list-products-form-loading": "Loading products", - "price-list-products-form-error": "An error occurred while loading products. Reload the page and try again. If the issue persists, try again later.", - "price-list-products-form-no-products": "No products found.", - "price-list-products-form-heading": "Choose products", - "price-list-products-form-search-placeholder": "Search", - "price-list-new-form-no-prices-error": "Please set prices for at least one product.", - "price-list-new-form-missing-prices-title": "Incomplete price list", - "price-list-new-products-modal-missing-prices-description": "Prices have not been assigned to all of your chosen products. Would you like to proceed?", - "price-list-new-form-notification-success-title": "Price list created", - "price-list-new-form-notification-success-message": "Successfully created price list", - "price-list-new-form-notification-error-title": "An error occurred", - "price-list-new-form-next-button-save-and-publish": "Save and Publish", - "price-list-new-form-next-button-save": "Save Prices", - "price-list-new-form-next-button-continue": "Continue", - "price-list-new-form-back-button-cancel": "Cancel", - "price-list-new-form-back-button-back": "Back", - "price-list-new-form-details-tab": "Create Price List", - "price-list-new-form-products-tab": "Choose Products", - "price-list-new-form-prices-tab": "Edit Prices", - "price-list-new-form-save-as-draft": "Save as Draft", - "price-list-new-form-error-loading-products": "An error occurred while preparing the form. Reload the page and try again. If the issue persists, try again later.", - "components-success": "Success", - "components-successfully-updated-category-tree": "Successfully updated category tree", - "components-error": "Error", - "components-failed-to-update-category-tree": "Failed to update category tree", - "components-delete": "Delete", - "components-category-deleted": "Category deleted", - "components-category-deletion-failed": "Category deletion failed", - "components-category-status-is-inactive": "Category status is inactive", - "components-category-visibility-is-private": "Category visibility is private", - "components-add-category-item-to": "Add category item to", - "modals-public": "Public", - "modals-private": "Private", - "modals-active": "Active", - "modals-inactive": "Inactive", - "modals-success": "Success", - "modals-successfully-created-a-category": "Successfully created a category", - "modals-failed-to-create-a-new-category": "Failed to create a new category", - "modals-error": "Error", - "modals-save-category": "Save category", - "modals-add-category-to": "Add category to {{name}}", - "modals-add-category": "Add category", - "modals-details": "Details", - "modals-name": "Name", - "modals-give-this-category-a-name": "Give this category a name", - "modals-handle": "Handle", - "modals-custom-handle": "Custom handle", - "modals-description": "Description", - "modals-give-this-category-a-description": "Give this category a description", - "modals-status": "Status", - "modals-visibility": "Visibility", - "modals-successfully-updated-the-category": "Successfully updated the category", - "modals-failed-to-update-the-category": "Failed to update the category", - "modals-edit-product-category": "Edit product category", - "modals-cancel": "Cancel", - "modals-save-and-close": "Save and close", - "pages-no-product-categories-yet": "No product categories yet, use the above button to create your first category.", - "pages-add-category": "Add category", - "pages-product-categories": "Product Categories", - "pages-helps-you-to-keep-your-products-organized": "Helps you to keep your products organized.", - "batch-job-success": "Success", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Import confirmed for processing. Progress info is available in the activity drawer.", - "batch-job-error": "Error", - "batch-job-import-failed": "Import failed.", - "batch-job-failed-to-delete-the-csv-file": "Failed to delete the CSV file", - "batch-job-failed-to-cancel-the-batch-job": "Failed to cancel the batch job", - "batch-job-products-list": "products list", - "batch-job-unsure-about-how-to-arrange-your-list": "Unsure about how to arrange your list?", - "batch-job-download-template": "Download the template below to ensure you are following the correct format.", - "batch-job-imports-description": "Through imports you can add or update products. To update existing products/variants you must set an existing id in the Product/Variant id columns. If the value is unset a new record will be created. You will be asked for confirmation before we import products.", - "products-filters": "Filters", - "products-status": "Status", - "products-tags": "Tags", - "products-spring-summer": "Spring, summer...", - "new-sales-channels": "Sales channels", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "This product will only be available in the default sales channel if left untouched.", - "new-change-availablity": "Change availablity", - "add-variants-a-variant-with-these-options-already-exists": "A variant with these options already exists.", - "add-variants-product-options": "Product options", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Options are used to define the color, size, etc. of the product.", - "add-variants-option-title": "Option title", - "add-variants-variations-comma-separated": "Variations (comma separated)", - "add-variants-color": "Color...", - "add-variants-already-exists": "already exists", - "add-variants-blue-red-black": "Blue, Red, Black...", - "add-variants-add-an-option": "Add an option", - "add-variants-product-variants": "Product variants", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "You must add at least one product option before you can begin adding product variants.", - "add-variants-variant": "Variant", - "add-variants-inventory": "Inventory", - "add-variants-add-a-variant": "Add a variant", - "add-variants-create-variant": "Create Variant", - "add-variants-cancel": "Cancel", - "add-variants-save-and-close": "Save and close", - "new-variant-a-variant-with-these-options-already-exists": "A variant with these options already exists.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Are you sure you want to delete this variant?", - "new-variant-delete-variant": "Delete Variant", - "new-variant-edit": "Edit", - "new-variant-delete": "Delete", - "new-variant-edit-variant": "Edit Variant", - "new-variant-cancel": "Cancel", - "new-variant-save-and-close": "Save and close", - "new-something-went-wrong-while-trying-to-upload-images": "Something went wrong while trying to upload images.", - "new-no-file-service-configured": "You might not have a file service configured. Please contact your administrator", - "new-upload-thumbnail-error": "Something went wrong while trying to upload the thumbnail.", - "new-save-as-draft": "Save as draft", - "new-publish-product": "Publish product", - "new-general-information-title": "General information", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "To start selling, all you need is a name and a price.", - "new-organize-product": "Organize Product", - "new-add-variations-of-this-product": "Add variations of this product.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Offer your customers different options for color, format, size, shape, etc.", - "new-used-for-shipping-and-customs-purposes": "Used for shipping and customs purposes.", - "new-dimensions": "Dimensions", - "new-customs": "Customs", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Used to represent your product during checkout, social sharing and more.", - "new-media": "Media", - "new-add-images-to-your-product": "Add images to your product.", - "overview-import-products": "Import Products", - "overview-export-products": "Export Products", - "overview-new-product": "New Product", - "overview-new-collection": "New Collection", - "overview-success": "Success", - "overview-successfully-created-collection": "Successfully created collection", - "overview-error": "Error", - "overview-successfully-initiated-export": "Successfully initiated export", - "modals-add-sales-channels": "Add sales channels", - "modals-find-channels": "Find channels", - "modals-updated-the-api-key": "Updated the API key", - "modals-failed-to-update-the-api-key": "Failed to update the API key", - "modals-edit-api-key-details": "Edit API key details", - "modals-title": "Title", - "modals-name-your-key": "Name your key", - "modals-sales-channels-added-to-the-scope": "Sales channels added to the scope", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Error occurred while adding sales channels to the scope of the key", - "modals-add-and-go-back": "Add and go back", - "modals-add-and-close": "Add and close", - "modals-sales-channels-removed-from-the-scope": "Sales channels removed from the scope", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Error occurred while removing sales channels from the scope of the key", - "modals-edit-sales-channels": "Edit sales channels", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Deselect", - "modals-remove": "Remove", - "modals-add-channels": "Add channels", - "modals-close": "Close", - "pages-sales-channels": "Sales channels", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Connect as many sales channels to your API key as you need.", - "pages-add-sales-channels": "Add sales channels", - "pages-edit-sales-channels": "Edit sales channels", - "pages-success": "Success", - "pages-created-a-new-api-key": "Created a new API key", - "pages-error": "Error", - "pages-failed-to-create-a-new-api-key": "Failed to create a new API key", - "pages-sales-channels-added-to-the-scope": "Sales channels added to the scope", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Error occurred while adding sales channels to the scope of the key", - "pages-publish-api-key": "Publish API key", - "pages-create-api-key": "Create API Key", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Create and manage API keys. Right now this is only related to sales channels.", - "pages-create-api-key-label": "Create API key", - "pages-back-to-settings": "Back to settings", - "pages-publishable-api-keys": "Publishable API keys", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "These publishable keys will allow you to authenticate API requests.", - "tables-name": "Name", - "tables-token": "Token", - "tables-done": "done", - "tables-copy-to-clipboard": "Copy to clipboard", - "tables-created": "Created", - "tables-status": "Status", - "tables-revoked": "Revoked", - "tables-live": "Live", - "tables-edit-api-key-details": "Edit API key details", - "tables-edit-sales-channels": "Edit sales channels", - "tables-copy-token": "Copy token", - "tables-revoke-token": "Revoke token", - "tables-delete-api-key": "Delete API key", - "tables-yes-delete": "Yes, delete", - "tables-api-key-deleted": "API key deleted", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Are you sure you want to delete this public key?", - "tables-delete-key": "Delete key", - "tables-yes-revoke": "Yes, revoke", - "tables-api-key-revoked": "API key revoked", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Are you sure you want to revoke this public key?", - "tables-revoke-key": "Revoke key", - "tables-api-keys": "API Keys", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "No keys yet, use the above button to create your first publishable key", - "tables-title": "Title", - "tables-description": "Description", - "tables-no-added-sales-channels": "No added sales channels", - "tables-sales-channels": "Sales Channels", - "form-title": "Title", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Website, app, Amazon, physical store POS, facebook product feed...", - "form-description": "Description", - "form-available-products-at-our-website-app": "Available products at our website, app...", - "form-success": "Success", - "form-the-sales-channel-is-successfully-updated": "The sales channel is successfully updated", - "form-error": "Error", - "form-failed-to-update-the-sales-channel": "Failed to update the sales channel", - "form-sales-channel-details": "Sales channel details", - "form-general-info": "General info", - "form-name": "Name", - "form-close": "Close", - "form-save": "Save", - "pages-draft": "Draft", - "pages-control-which-products-are-available-in-which-channels": "Control which products are available in which channels", - "pages-search-by-title-or-description": "Search by title or description", - "pages-confirm-delete-sales-channel": "Are you sure you want to delete this sales channel? The setup you made will be gone forever.", - "pages-delete-channel-heading": "Delete Channel", - "pages-edit-general-info": "Edit general info", - "pages-add-products": "Add products", - "pages-delete-channel": "Delete channel", - "pages-disabled": "Disabled", - "pages-enabled": "Enabled", - "tables-collection": "Collection", - "tables-start-building-your-channels-setup": "Start building your channels setup...", - "tables-no-products-in-channels": "You haven’t added any products to this channels yet, but once you do they will live here.", - "tables-add-products": "Add products", - "tables-details": "Details", - "tables-remove-from-the-channel": "Remove from the channel", - "tables-products": "Products", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Remove", - "components-successfully-updated-currency": "Successfully updated currency", - "components-default": "Default", - "default-store-currency-success": "Success", - "default-store-currency-successfully-updated-default-currency": "Successfully updated default currency", - "default-store-currency-error": "Error", - "default-store-currency-default-store-currency": "Default store currency", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "This is the currency your prices are shown in.", - "store-currencies-success": "Success", - "store-currencies-successfully-updated-currencies": "Successfully updated currencies", - "store-currencies-error": "Error", - "store-currencies-cancel": "Cancel", - "store-currencies-save-and-go-back": "Save and go back", - "store-currencies-save-and-close": "Save and close", - "store-currencies-add-store-currencies": "Add Store Currencies", - "store-currencies-current-store-currencies": "Current Store Currencies", - "store-currencies-close": "Close", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Deselect", - "store-currencies-remove": "Remove", - "store-currencies-add-currencies": "Add Currencies", - "store-currencies-store-currencies": "Store currencies", - "store-currencies-all-the-currencies-available-in-your-store": "All the currencies available in your store.", - "store-currencies-edit-currencies": "Edit currencies", - "currencies-an-unknown-error-occurred": "An unknown error occurred", - "currencies-error": "Error", - "currencies-back-to-settings": "Back to Settings", - "currencies-manage-the-markets-that-you-will-operate-within": "Manage the markets that you will operate within.", - "currencies-include-or-exclude-taxes": "Decide if you want to include or exclude taxes whenever you define a price in this currency", - "currencies-tax-incl-prices": "Tax Incl. Prices", - "settings-error": "Error", - "settings-malformed-swap-url": "Malformed swap url", - "settings-malformed-payment-url": "Malformed payment url", - "settings-malformed-invite-url": "Malformed invite url", - "settings-success": "Success", - "settings-successfully-updated-store": "Successfully updated store", - "settings-back-to-settings": "Back to settings", - "settings-save": "Save", - "settings-cancel": "Cancel", - "settings-store-details": "Store Details", - "settings-manage-your-business-details": "Manage your business details", - "settings-general": "General", - "settings-store-name": "Store name", - "settings-medusa-store": "Medusa Store", - "settings-advanced-settings": "Advanced settings", - "settings-swap-link-template": "Swap link template", - "settings-draft-order-link-template": "Draft order link template", - "settings-invite-link-template": "Invite link template", - "settings-manage-the-general-settings-for-your-store": "Manage the general settings for your store", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Manage the settings for your store extensions", - "edit-user-information-success": "Success", - "edit-user-information-your-information-was-successfully-updated": "Your information was successfully updated", - "edit-user-information-edit-information": "Edit information", - "edit-user-information-cancel": "Cancel", - "edit-user-information-submit-and-close": "Submit and close", - "personal-information-back-to-settings": "Back to Settings", - "personal-information-personal-information": "Personal information", - "personal-information-manage-your-medusa-profile": "Manage your Medusa profile", - "personal-information-language-settings-title": "Language", - "personal-information-language-settings-description": "Adjust the language of Medusa Admin", - "personal-information-language-settings-help-us-translate": "Help us translate", - "personal-information-usage-insights-title": "Usage insights", - "usage-insights-disabled": "Disabled", - "usage-insights-active": "Active", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Share usage insights and help us improve Medusa", - "usage-insights-edit-preferences": "Edit preferences", - "usage-insights-success": "Success", - "usage-insights-your-information-was-successfully-updated": "Your information was successfully updated", - "usage-insights-error": "Error", - "usage-insights-cancel": "Cancel", - "usage-insights-submit-and-close": "Submit and close", - "region-form-title": "Title", - "region-form-europe": "Europe", - "region-form-currency-code-is-required": "Currency code is required", - "region-form-currency": "Currency", - "region-form-choose-currency": "Choose currency", - "region-form-default-tax-rate": "Default Tax Rate", - "region-form-tax-rate-is-required": "Tax rate is required", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Tax rate must be equal to or less than 100", - "region-form-default-tax-code": "Default Tax Code", - "region-form-countries": "Countries", - "region-form-choose-countries": "Choose countries", - "region-form-tax-inclusive-prices": "Tax inclusive prices", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "When enabled region prices will be tax inclusive.", - "region-form-payment-providers-are-required": "Payment providers are required", - "region-form-payment-providers": "Payment Providers", - "region-form-choose-payment-providers": "Choose payment providers...", - "region-form-fulfillment-providers-are-required": "Fulfillment providers are required", - "region-form-fulfillment-providers": "Fulfillment Providers", - "region-form-choose-fulfillment-providers": "Choose fulfillment providers...", - "shipping-option-card-success": "Success", - "shipping-option-card-shipping-option-updated": "Shipping option updated", - "shipping-option-card-error": "Error", - "shipping-option-card-edit-shipping-option": "Edit Shipping Option", - "shipping-option-card-fulfillment-method": "Fulfillment Method", - "shipping-option-card-cancel": "Cancel", - "shipping-option-card-save-and-close": "Save and close", - "shipping-option-card-shipping-option-has-been-deleted": "Shipping option has been deleted", - "shipping-option-card-flat-rate": "Flat Rate", - "shipping-option-card-calcualted": "Calculated", - "shipping-option-card-min-subtotal": "Min. subtotal:", - "shipping-option-card-max-subtotal": "Max. subtotal:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Store", - "shipping-option-card-edit": "Edit", - "shipping-option-card-delete": "Delete", - "shipping-option-form-visible-in-store": "Visible in store", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Enable or disable the shipping option visiblity in store.", - "shipping-option-form-details": "Details", - "shipping-option-form-title": "Title", - "shipping-option-form-title-is-required": "Title is required", - "shipping-option-form-price-type": "Price Type", - "shipping-option-form-flat-rate": "Flat Rate", - "shipping-option-form-calculated": "Calculated", - "shipping-option-form-choose-a-price-type": "Choose a price type", - "shipping-option-form-price": "Price", - "shipping-option-form-shipping-profile": "Shipping Profile", - "shipping-option-form-choose-a-shipping-profile": "Choose a shipping profile", - "shipping-option-form-fulfillment-method": "Fulfillment Method", - "shipping-option-form-choose-a-fulfillment-method": "Choose a fulfillment method", - "shipping-option-form-requirements": "Requirements", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. subtotal must be less than max. subtotal", - "shipping-option-form-min-subtotal": "Min. subtotal", - "shipping-option-form-max-subtotal": "Max. subtotal", - "shipping-option-form-metadata": "Metadata", - "general-section-success": "Success", - "general-section-region-was-successfully-updated": "Region was successfully updated", - "general-section-error": "Error", - "general-section-edit-region-details": "Edit Region Details", - "general-section-details": "Details", - "general-section-providers": "Providers", - "general-section-metadata": "Metadata", - "general-section-cancel": "Cancel", - "general-section-save-and-close": "Save and close", - "edit-something-went-wrong": "Something went wrong...", - "edit-no-region-found": "We can't find a region with that ID, use the menu to the left to select a region.", - "return-shipping-options-success": "Success", - "return-shipping-options-shipping-option-created": "Shipping option created", - "return-shipping-options-error": "Error", - "return-shipping-options-add-return-shipping-option": "Add Return Shipping Option", - "return-shipping-options-cancel": "Cancel", - "return-shipping-options-save-and-close": "Save and close", - "return-shipping-options-return-shipping-options": "Return Shipping Options", - "return-shipping-options-add-option": "Add Option", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Enter specifics about available regional return shipment methods.", - "shipping-options-success": "Success", - "shipping-options-shipping-option-created": "Shipping option created", - "shipping-options-error": "Error", - "shipping-options-add-shipping-option": "Add Shipping Option", - "shipping-options-cancel": "Cancel", - "shipping-options-save-and-close": "Save and close", - "shipping-options-shipping-options": "Shipping Options", - "shipping-options-add-option": "Add Option", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Enter specifics about available regional shipment methods.", - "new-region-created": "Region created", - "new-create-region": "Create region", - "new-details": "Details", - "new-add-the-region-details": "Add the region details.", - "new-providers": "Providers", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Add which fulfillment and payment providers should be available in this region.", - "region-overview-regions": "Regions", - "region-overview-manage-the-markets-that-you-will-operate-within": "Manage the markets that you will operate within.", - "region-overview-not-configured": "Not configured", - "region-overview-fulfillment-providers": "Fulfillment providers:", - "return-reasons-notification-success": "Success", - "return-reasons-created-a-new-return-reason": "Created a new return reason", - "return-reasons-success": "success", - "return-reasons-error": "Error", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Cannot create a return reason with an existing value", - "return-reasons-add-reason": "Add Reason", - "return-reasons-value-is-required": "Value is required", - "return-reasons-value": "Value", - "return-reasons-label-is-required": "Label is required", - "return-reasons-label": "Label", - "return-reasons-description": "Description", - "return-reasons-customer-received-the-wrong-size": "Customer received the wrong size", - "return-reasons-cancel": "Cancel", - "return-reasons-create": "Create", - "return-reasons-success-title": "Success", - "return-reasons-successfully-updated-return-reason": "Successfully updated return reason", - "return-reasons-duplicate-reason": "Duplicate reason", - "return-reasons-delete-reason": "Delete reason", - "return-reasons-save": "Save", - "return-reasons-details": "Details", - "return-reasons-delete-return-reason": "Delete Return Reason", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Are you sure you want to delete this return reason?", - "return-reasons-back-to-settings": "Back to settings", - "return-reasons-return-reasons": "Return Reasons", - "return-reasons-add-reason-label": "Add reason", - "return-reasons-manage-reasons-for-returned-items": "Manage reasons for returned items", - "taxes-details": "Details", - "taxes-new-tax-rate": "New Tax Rate", - "taxes-tax-calculation-settings": "Tax Calculation Settings", - "taxes-success": "Success", - "taxes-successfully-updated-tax-rate": "Successfully updated Tax Rate.", - "taxes-error": "Error", - "taxes-overrides": "Overrides", - "taxes-product-rules": "Product Rules", - "taxes-product-rules-description_one": "Applies to {{count}} productWithCount", - "taxes-product-rules-description_other": "Applies to {{count}} productWithCount", - "taxes-product-type-rules": "Product Type Rules", - "taxes-product-type-rules-description_one": "Applies to {{count}} product typeWithCount", - "taxes-product-type-rules-description_other": "Applies to {{count}} product typeWithCount", - "taxes-shipping-option-rules": "Shipping Option Rules", - "taxes-applies-to-shipping-option-with-count_one": "Applies to {{count}} shipping optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Applies to {{count}} shipping optionWithCount", - "taxes-add-overrides": "Add Overrides", - "taxes-cancel": "Cancel", - "taxes-save": "Save", - "taxes-name": "Name", - "taxes-default": "Default", - "taxes-rate-name": "Rate name", - "taxes-tax-rate": "Tax Rate", - "taxes-tax-code": "Tax Code", - "taxes-edit-tax-rate": "Edit Tax Rate", - "taxes-back-to-settings": "Back to settings", - "taxes-regions": "Regions", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Select the region you wish to manage taxes for", - "taxes-go-to-region-settings": "Go to Region settings", - "taxes-successfully-created-tax-rate": "Successfully created tax rate.", - "taxes-add-tax-rate": "Add Tax Rate", - "taxes-applies-to-product-type-with-count_one": "Applies to {{count}} product typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Applies to {{count}} product typeWithCount", - "taxes-create": "Create", - "taxes-select-products": "Select Products", - "taxes-select-product-types-label": "Select Product Types", - "taxes-product-types": "Product Types", - "taxes-system-tax-provider": "System Tax Provider", - "taxes-region-tax-settings-were-successfully-updated": "Region tax settings were successfully updated.", - "taxes-tax-provider": "Tax Provider", - "taxes-calculate-taxes-automatically": "Calculate taxes automatically?", - "taxes-automatically-apply-tax-calculations-to-carts": "When checked Medusa will automatically apply tax calculations to Carts in this Region. When unchecked you will have to manually compute taxes at checkout. Manual taxes are recommended if using a 3rd party tax provider to avoid performing too many requests", - "taxes-apply-tax-to-gift-cards": "Apply tax to gift cards?", - "taxes-apply-taxes-to-gift-cards": "When checked taxes will be applied to gift cards on checkout. In some contries tax regulations require that taxes are applied to gift cards on purchase.", - "taxes-search-products": "Search Products..", - "taxes-select-shipping-option": "Select Shipping Option", - "taxes-shipping-options": "Shipping Options", - "taxes-delete-tax-rate-heading": "Delete tax rate", - "taxes-confirm-delete": "Are you sure you want to delete this tax rate?", - "taxes-tax-rate-was-deleted": "Tax rate was deleted.", - "taxes-edit": "Edit", - "taxes-delete-tax-rate": "Delete Tax Rate", - "taxes-delete-rule": "Delete rule", - "taxes-type": "Type", - "taxes-products": "Products", - "taxes-select-individual-products": "Select individual products", - "taxes-select-product-types": "Select product types", - "taxes-select-shipping-options": "Select shipping options", - "taxes-back": "Back", - "taxes-add": "Add", - "taxes-code": "Code", - "users-invite-users": "Invite Users", - "users-back-to-settings": "Back to settings", - "users-the-team": "The Team", - "users-manage-users-of-your-medusa-store": "Manage users of your Medusa Store", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/es/translation.json b/packages/admin-ui/ui/public/locales/es/translation.json deleted file mode 100644 index bcd7d33b40892..0000000000000 --- a/packages/admin-ui/ui/public/locales/es/translation.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "back-button-go-back": "Volver", - "sales-channels-display-available-count": "Disponible en <2>{{availableChannelsCount}} de <6>{{totalChannelsCount}} Canales de Venta", - "activity-drawer-activity": "Actividad", - "activity-drawer-no-notifications-title": "Está muy silencioso aquí...", - "activity-drawer-no-notifications-description": "No tienes notificaciones en este momento, pero aquí estarán cuando tengas.", - "activity-drawer-error-title": "Oh no...", - "activity-drawer-error-description": "Algo salió mal al intentar obtener tus notificaciones - ¡Seguiremos intentando!", - "activity-drawer-processing": "Procesando...", - "analytics-config-form-title": "Anonimizar mis datos de uso", - "analytics-config-form-description": "Puedes decidir anonimizar tus datos de uso. Si se selecciona la opción, no recolectaremos tu información personal, tal como tu nombre y dirección de correo electrónico.", - "analytics-config-form-opt-out": "No compartir mis datos de uso", - "analytics-config-form-opt-out-later": "Puedes dejar de compartir tus datos de uso en cualquier momento.", - "analytics-preferences-success": "Éxito", - "analytics-preferences-your-preferences-were-successfully-updated": "Tus preferencias se actualizaron correctamente", - "analytics-preferences-error": "Error", - "analytics-preferences-help-us-get-better": "Ayúdanos a mejorar", - "analytics-preferences-disclaimer": "Para crear una experiencia de e-commerce irresistible nos gustaría obtener información sobre cómo utilizas Medusa. La información de uso nos permite construir productos mejores, más atractivos y más utilizables. Solo recolectamos información para mejorar el producto. Lee la información que recolectamos en nuestra", - "analytics-preferences-documentation": "documentación", - "analytics-preferences-please-enter-a-valid-email": "Por favor, introduce un correo válido", - "analytics-preferences-continue": "Continuar", - "currency-input-currency": "Divisa", - "currency-input-amount-is-not-valid": "Cantidad inválida", - "organisms-success": "Éxito", - "organisms-delete-successful": "Eliminación exitosa", - "organisms-are-you-sure-you-want-to-delete": "¿Verdaderamente deseas eliminar?", - "organisms-no-cancel": "No, cancelar", - "organisms-yes-remove": "Sí, eliminar", - "details-collapsible-hide-additional-details": "Ocultar detalles adicionales", - "details-collapsible-show-additional-details": "Mostrar detalles adicionales", - "edit-user-modal-success": "Éxito", - "edit-user-modal-user-was-updated": "Usuario actualizado", - "edit-user-modal-error": "Error", - "edit-user-modal-edit-user": "Editar Usuario", - "edit-user-modal-first-name-label": "Nombre", - "edit-user-modal-first-name-placeholder": "Nombre...", - "edit-user-modal-last-name-label": "Apellido", - "edit-user-modal-last-name-placeholder": "Apellido...", - "edit-user-modal-email": "Correo electrónico", - "edit-user-modal-cancel": "Cancelar", - "edit-user-modal-save": "Guardar", - "error-boundary-back-to-dashboard": "Volver al tablero", - "error-boundary-an-unknown-error-occured": "Ocurrió un error desconocido", - "error-boundary-bad-request": "Solicitud incorrecta", - "error-boundary-you-are-not-logged-in": "No has iniciado sesión", - "error-boundary-you-do-not-have-permission-perform-this-action": "No tienes permiso para realizar esta acción", - "error-boundary-page-was-not-found": "Página no encontrada", - "error-boundary-an-unknown-server-error-occured": "Ocurrió un error desconocido en el servidor", - "error-boundary-503": "El servidor no se encuentra disponible en este momento", - "error-boundary-500": "Ocurrió un error con causas no especificadas, probablemente se deba a un problema técnico de nuestra parte. Por favor intenta recargar la página. Si el error persiste, contacta a tu administrador.", - "error-boundary-400": "La solicitud fue mal formada, por favor corrige tu solicitud e intenta nuevamente.", - "error-boundary-401": "No has iniciado sesión, por favor inicia sesión para continuar.", - "error-boundary-403": "No tienes permiso para realizar esta acción, si piensas que se trata de un error, contacta a tu administrador.", - "error-boundary-404": "La página solicitada no se encontró, por favor revisa la URL e intenta nuevamente.", - "error-boundary-500-2": "El servidor no pudo procesar tu solicitud, probablemente se deba a un problema técnico de nuestra parte. Por favor intenta nuevamente. Si el error persiste, contacta a tu administrador.", - "error-boundary-503-2": "El servidor no está disponible temporalmente, y tu solicitud no pudo ser procesada. Por favor vuelve a intentarlo más tarde. Si el error persiste, contacta a tu administrador.", - "export-modal-title": "Inicia una exportación de tu información", - "export-modal-cancel": "Cancelar", - "export-modal-export": "Exportar", - "file-upload-modal-upload-a-new-photo": "Subir una nueva imagen", - "gift-card-banner-edit": "Editar", - "gift-card-banner-unpublish": "Despublicar", - "gift-card-banner-publish": "Publicar", - "gift-card-banner-delete": "Eliminar", - "gift-card-banner-published": "Publicado", - "gift-card-banner-unpublished": "Despublicado", - "gift-card-denominations-section-denomination-added": "Denominación agregada", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Se añadió una nueva denominación correctamente", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Ya existe una denominación con ese valor predeterminado", - "gift-card-denominations-section-error": "Error", - "gift-card-denominations-section-add-denomination": "Añadir Denomination", - "gift-card-denominations-section-cancel": "Cancelar", - "gift-card-denominations-section-save-and-close": "Guardar y cerrar", - "gift-card-denominations-section-denomination-updated": "Denominación actualizada", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Se actualizó una nueva denominación correctamente", - "gift-card-denominations-section-edit-denomination": "Editar Denominación", - "gift-card-denominations-section-denominations": "Denominaciones", - "gift-card-denominations-section-denomination": "Denominación", - "gift-card-denominations-section-in-other-currencies": "En otras divisas", - "gift-card-denominations-section-and-more_one": ", y {{count}} más", - "gift-card-denominations-section-and-more_other": ", y {{count}} más", - "gift-card-denominations-section-delete-denomination": "Eliminar Denominación", - "gift-card-denominations-section-confirm-delete": "¿Verdaderamente deseas eliminar esta denominación?", - "gift-card-denominations-section-denomination-deleted": "Denominación eliminada", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Denominación eliminada correctamente", - "gift-card-denominations-section-edit": "Editar", - "gift-card-denominations-section-delete": "Eliminar", - "help-dialog-how-can-we-help": "¿Cómo podemos ayudar?", - "help-dialog-we-usually-respond-in-a-few-hours": "Usualmente respondemos dentro de pocas horas", - "help-dialog-subject": "Asunto", - "help-dialog-what-is-it-about": "¿De qué trata?...", - "help-dialog-write-a-message": "Escribe un mensaje...", - "help-dialog-feel-free-to-join-our-community-of": "Siéntete libre de unirte a nuestra comunidad de", - "help-dialog-merchants-and-e-commerce-developers": "comerciantes y desarrolladores de e-commerce", - "help-dialog-send-a-message": "Enviar un mensaje", - "invite-modal-success": "Éxito", - "invite-modal-invitation-sent-to": "Invitación enviada a {{user}}", - "invite-modal-error": "Error", - "invite-modal-member": "Miembro", - "invite-modal-admin": "Admin", - "invite-modal-developer": "Desarrollador", - "invite-modal-invite-users": "Invitar Usuarios", - "invite-modal-email": "Correo electrónico", - "invite-modal-role": "Rol", - "invite-modal-select-role": "Seleccionar rol", - "invite-modal-cancel": "Cancelar", - "invite-modal-invite": "Invitar", - "login-card-no-match": "Estas credenciales no coinciden con nuestros registros.", - "login-card-log-in-to-medusa": "Acceder a Medusa", - "login-card-email": "Correo electrónico", - "login-card-password": "Contraseña", - "login-card-forgot-your-password": "¿Olvidaste tu contraseña?", - "metadata-add-metadata": "Añadir Metadato", - "product-attributes-section-title": "Atributos", - "product-attributes-section-edit-attributes": "Editar Atributos", - "product-attributes-section-dimensions": "Dimensiones", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Configura para calcular las tarifas de envío más precisas.", - "product-attributes-section-customs": "Aduana", - "product-attributes-section-cancel": "Cancelar", - "product-attributes-section-save": "Guardar", - "product-attributes-section-height": "Alto", - "product-attributes-section-width": "Ancho", - "product-attributes-section-length": "Largo", - "product-attributes-section-weight": "Peso", - "product-attributes-section-mid-code": "Código MID", - "product-attributes-section-hs-code": "Código HS", - "product-attributes-section-country-of-origin": "País de origen", - "product-general-section-success": "Éxito", - "product-general-section-successfully-updated-sales-channels": "Canales de venta actualizados correctamente", - "product-general-section-error": "Error", - "product-general-section-failed-to-update-sales-channels": "Error actualizando los canales de ventas", - "product-general-section-edit-general-information": "Editar Información General", - "product-general-section-gift-card": "Tarjeta de Regalo", - "product-general-section-product": "Producto", - "product-general-section-metadata": "Metadatos", - "product-general-section-cancel": "Cancelar", - "product-general-section-save": "Guardar", - "product-general-section-delete": "Eliminar", - "product-general-section-edit-sales-channels": "Editar Canales de Venta", - "product-general-section-published": "Publicado", - "product-general-section-draft": "Borrador", - "product-general-section-details": "Detalles", - "product-general-section-subtitle": "Subtítulo", - "product-general-section-handle": "Identificador", - "product-general-section-type": "Tipo", - "product-general-section-collection": "Colección", - "product-general-section-category": "Categoría", - "product-general-section-discountable": "Descontable", - "product-general-section-true": "Verdadero", - "product-general-section-false": "Falso", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Canales de venta", - "product-media-section-edit-media": "Editar Medios", - "product-media-section-upload-images-error": "Algo salió mal al intentar subir imágenes.", - "product-media-section-file-service-not-configured": "Es posible que no tengas un servicio de archivos configurado. Por favor contacta a tu administrador", - "product-media-section-error": "Error", - "product-media-section-media": "Medios", - "product-media-section-add-images-to-your-product": "Añadir imágenes a tu producto.", - "product-media-section-cancel": "Cancelar", - "product-media-section-save-and-close": "Guardar y cerrar", - "product-raw-section-raw-gift-card": "Fuente de la Tarjeta de Regalo", - "product-raw-section-raw-product": "Fuente del Producto", - "product-thumbnail-section-success": "Éxito", - "product-thumbnail-section-successfully-deleted-thumbnail": "Miniatura eliminada correctamente", - "product-thumbnail-section-error": "Error", - "product-thumbnail-section-edit": "Editar", - "product-thumbnail-section-upload": "Subir", - "product-thumbnail-section-upload-thumbnail-error": "Algo salió mal al intentar subir la miniatura.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Es posible que no tengas un servicio de archivos configurado. Por favor contacta a tu administrador", - "product-thumbnail-section-upload-thumbnail": "Subir Miniatura", - "product-thumbnail-section-thumbnail": "Miniatura", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Utilizada para representar el producto durante el pago, redes sociales y más lugares.", - "product-thumbnail-section-cancel": "Cancelar", - "product-thumbnail-section-save-and-close": "Guardar y cerrar", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Añadir precios", - "product-variants-section-add-variant": "Añadir Variante", - "product-variants-section-cancel": "Cancelar", - "product-variants-section-save-and-close": "Guardar y cerrar", - "product-variants-section-edit-stock-inventory": "Editar existencias e inventario", - "product-variants-section-edit-variant": "Editar Variante", - "edit-variants-modal-cancel": "Cancelar", - "edit-variants-modal-save-and-go-back": "Guardar y volver", - "edit-variants-modal-save-and-close": "Guardar y cerrar", - "edit-variants-modal-edit-variant": "Editar Variante", - "edit-variants-modal-update-success": "Variantes editadas correctamente", - "edit-variants-modal-edit-variants": "Editar Variantes", - "edit-variants-modal-product-variants": "Variantes del producto", - "edit-variants-modal-variant": "Variante", - "edit-variants-modal-inventory": "Inventario", - "product-variants-section-edit-prices": "Editar Precios", - "product-variants-section-edit-variants": "Editar Variantes", - "product-variants-section-edit-options": "Editar Opciones", - "product-variants-section-product-variants": "Variantes del producto", - "product-variants-section-error": "Error", - "product-variants-section-failed-to-update-product-options": "No se pudieron actualizar las opciones del producto", - "product-variants-section-success": "Éxito", - "product-variants-section-successfully-updated-product-options": "Opciones del producto actualizadas correctamente", - "product-variants-section-product-options": "Opciones del Producto", - "product-variants-section-option-title": "Título de la opción", - "product-variants-section-option-title-is-required": "El título de la opción es requerido", - "product-variants-section-add-an-option": "Añadir opción", - "product-variants-section-inventory": "Inventario", - "product-variants-section-title": "Título", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Manejar inventario", - "product-variants-section-duplicate-variant": "Duplicar Variante", - "product-variants-section-delete-variant-label": "Eliminar Variante", - "product-variants-section-yes-delete": "Sí, eliminar", - "product-variants-section-delete-variant-heading": "Eliminar variante", - "product-variants-section-confirm-delete": "¿Verdaderamente deseas eliminar esta variante? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Nota: Eliminar la variante también eliminará su inventario", - "reset-token-card-error": "Error", - "reset-token-card-reset-your-password": "Restablecer contraseña", - "reset-token-card-password-reset-description": "Introduce tu correo electrónico debajo, te<1>enviaremos instrucciones de cómo restablecer<3>tu contraseña.", - "reset-token-card-email": "Correo electrónico", - "reset-token-card-this-is-not-a-valid-email": "Este no es un correo electrónico válido", - "reset-token-card-send-reset-instructions": "Enviar instrucciones de restablecimiento", - "reset-token-card-successfully-sent-you-an-email": "Correo enviado correctamente", - "reset-token-card-go-back-to-sign-in": "Volver al inicio de sesión", - "rma-return-product-table-product-details": "Detalles del producto", - "rma-return-product-table-quantity": "Monto", - "rma-select-product-table-product-details": "Detalles del producto", - "rma-select-product-table-quantity": "Monto", - "rma-select-product-table-refundable": "Reembolsable", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Seleccionar motivo", - "sidebar-store": "Tienda", - "sidebar-orders": "Pedidos", - "sidebar-products": "Productos", - "sidebar-categories": "Categorías", - "sidebar-customers": "Clientes", - "sidebar-inventory": "Inventario", - "sidebar-discounts": "Descuentos", - "sidebar-gift-cards": "Tarjetas de Regalo", - "sidebar-pricing": "Precios", - "sidebar-settings": "Configuración", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} de {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} de {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} de {{soothedPageCount}}", - "timeline-request-return": "Solicitar devolución", - "timeline-register-exchange": "Registrar Intercambio", - "timeline-register-claim": "Registrar Reclamación", - "timeline-success": "Éxito", - "timeline-added-note": "Nota añadida", - "timeline-error": "Error", - "timeline-timeline": "Línea del tiempo", - "upload-modal-new": "nuevo", - "upload-modal-updates": "actualizaciones", - "upload-modal-drop-your-file-here-or": "Arrastra tu archivo aquí, o", - "upload-modal-click-to-browse": "haz click para buscar.", - "upload-modal-only-csv-files-are-supported": "Solo se aceptan archivos .csv.", - "upload-modal-import-file-title": "Importar {{fileTitle}}", - "upload-modal-cancel": "Cancelar", - "upload-modal-import-list": "Importar Lista", - "add-products-modal-add-products": "Añadir Productos", - "add-products-modal-search-by-name-or-description": "Buscar por nombre o descripción...", - "add-products-modal-cancel": "Cancelar", - "add-products-modal-save": "Guardar", - "add-products-modal-product-details": "Detalles del producto", - "add-products-modal-status": "Estado", - "add-products-modal-variants": "Variantes", - "templates-general": "General", - "templates-first-name": "Nombre", - "templates-last-name": "Apellido", - "templates-company": "Empresa", - "templates-phone": "Teléfono", - "templates-billing-address": "Dirección de Facturación", - "templates-shipping-address": "Dirección de Envío", - "templates-address": "Dirección", - "templates-address-1": "Dirección 1", - "templates-address-2": "Dirección 2", - "templates-postal-code": "Código Postal", - "templates-city": "Ciudad", - "templates-province": "Colonia", - "templates-country": "País", - "templates-metadata": "Metadatos", - "collection-modal-success": "Éxito", - "collection-modal-successfully-updated-collection": "Colección actualizada correctamente", - "collection-modal-error": "Error", - "collection-modal-successfully-created-collection": "Colección creada correctamente", - "collection-modal-edit-collection": "Editar Colección", - "collection-modal-add-collection": "Añadir Colección", - "collection-modal-description": "Para crear una colección, solamente necesitas un título y un identificador.", - "collection-modal-details": "Detalles", - "collection-modal-title-label": "Título", - "collection-modal-title-placeholder": "Lentes de sol", - "collection-modal-handle-label": "Identificador", - "collection-modal-handle-placeholder": "Lentes de sol", - "collection-modal-slug-description": "Nombre de URL para la colección. Se generará automáticamente si se deja en blanco.", - "collection-modal-metadata": "Metadatos", - "collection-modal-cancel": "Cancelar", - "collection-modal-save-collection": "Guardar colección", - "collection-modal-publish-collection": "Publicar colección", - "collection-product-table-add-products": "Añadir Productos", - "collection-product-table-products": "Productos", - "collection-product-table-search-products": "Buscar Productos", - "collection-product-table-cancel": "Cancelar", - "collection-product-table-save": "Guardar", - "collection-product-table-sort-by": "Ordenar por", - "collection-product-table-all": "Todo", - "collection-product-table-newest": "Más nuevo", - "collection-product-table-oldest": "Más antiguo", - "collection-product-table-title": "Título", - "collection-product-table-decide-status-published": "Publicado", - "collection-product-table-draft": "Borrador", - "collection-product-table-proposed": "Propuesto", - "collection-product-table-rejected": "Rechazado", - "collection-product-table-remove-product-from-collection": "Remover producto de la colección", - "collection-product-table-product-removed-from-collection": "Producto removido de la colección", - "collections-table-delete-collection": "Eliminar Colección", - "collections-table-confirm-delete": "¿Verdaderamente deseas eliminar esta colección?", - "collections-table-edit": "Editar", - "collections-table-delete": "Eliminar", - "collections-table-title": "Título", - "collections-table-handle": "Identificador", - "collections-table-created-at": "Creado el", - "collections-table-updated-at": "Actualizado el", - "collections-table-products": "Productos", - "customer-group-table-details": "Detalles", - "customer-group-table-delete": "Eliminar", - "customer-group-table-success": "Éxito", - "customer-group-table-group-deleted": "Grupo eliminado", - "customer-group-table-error": "Error", - "customer-group-table-failed-to-delete-the-group": "No se pudo eliminar el grupo", - "customer-group-table-customer-groups": "Grupos de clientes", - "customer-group-table-delete-from-the-group": "Remover del grupo", - "customer-group-table-customer-groups-title": "Grupos de Clientes", - "customer-group-table-groups": "Grupos", - "customer-group-table-all": "Todo", - "customer-group-table-edit-customers": "Editar Clientes", - "customer-group-table-customers": "Clientes", - "customer-group-table-cancel": "Cancelar", - "customer-group-table-save": "Guardar", - "customer-orders-table-orders": "Pedidos", - "customer-orders-table-transfer-order": "Transferir pedido", - "customer-orders-table-paid": "Pagado", - "customer-orders-table-awaiting": "En espera", - "customer-orders-table-requires-action": "Acción requerida", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Entregado", - "customer-orders-table-shipped": "Enviado", - "customer-orders-table-not-fulfilled": "Sin entregar", - "customer-orders-table-partially-fulfilled": "Parcialmente entregado", - "customer-orders-table-partially-shipped": "Parcialmente enviado", - "customer-orders-table-order": "Pedido", - "customer-orders-table-remainder-more": "+ {{remainder}} más", - "customer-orders-table-date": "Fecha", - "customer-orders-table-fulfillment": "Entrega", - "customer-orders-table-status": "Estado", - "customer-orders-table-total": "Total", - "customer-table-customers": "Clientes", - "customer-table-edit": "Editar", - "customer-table-details": "Detalles", - "customer-table-date-added": "Fecha añadida", - "customer-table-name": "Nombre", - "customer-table-email": "Correo electrónico", - "customer-table-orders": "Pedidos", - "discount-filter-dropdown-filters": "Filtros", - "discount-table-discounts": "Descuentos", - "discount-table-search-by-code-or-description": "Buscar por código o descripción...", - "discount-table-success": "Éxito", - "discount-table-successfully-copied-discount": "Descuento copiado correctamente", - "discount-table-error": "Error", - "discount-table-scheduled": "Programado", - "discount-table-expired": "Caducado", - "discount-table-active": "Activo", - "discount-table-disabled": "Deshabilitado", - "discount-table-free-shipping": "Envío Gratuito", - "discount-table-code": "Código", - "discount-table-description": "Descripción", - "discount-table-amount": "Monto", - "discount-table-status": "Estado", - "discount-table-redemptions": "Canjes", - "discount-table-delete-discount": "Eliminar Descuento", - "discount-table-confirm-delete": "¿Verdaderamente deseas eliminar este Descuento?", - "discount-table-publish": "Publicar", - "discount-table-unpublish": "Despublicar", - "discount-table-successfully-published-discount": "Descuento publicado correctamente", - "discount-table-successfully-unpublished-discount": "Descuento despublicado correctamente", - "discount-table-duplicate": "Duplicar", - "discount-table-delete": "Eliminar", - "draft-order-table-draft-orders": "Borradores de Pedidos", - "draft-order-table-completed": "Completados", - "draft-order-table-open": "Abierto", - "draft-order-table-draft": "Borrador", - "draft-order-table-order": "Pedido", - "draft-order-table-date-added": "Fecha añadida", - "draft-order-table-customer": "Cliente", - "draft-order-table-status": "Estado", - "gift-card-filter-dropdown-is-in-the-last": "está en el último", - "gift-card-filter-dropdown-is-older-than": "es anterior a", - "gift-card-filter-dropdown-is-after": "es después de", - "gift-card-filter-dropdown-is-before": "es antes de", - "gift-card-filter-dropdown-is-equal-to": "es igual a", - "gift-card-filter-dropdown-filters": "Filtros", - "gift-card-filter-dropdown-status": "Estado", - "gift-card-filter-dropdown-payment-status": "Estado del Pago", - "gift-card-filter-dropdown-fulfillment-status": "Estado de la Entrega", - "gift-card-filter-dropdown-date": "Fecha", - "gift-card-table-gift-cards": "Tarjetas de Regalo", - "gift-card-table-code": "Código", - "gift-card-table-order": "Pedido", - "gift-card-table-original-amount": "Cantidad Original", - "gift-card-table-balance": "Balance", - "gift-card-table-region-has-been-deleted": "Región eliminada correctamente", - "gift-card-table-none": "Ninguno", - "gift-card-table-created": "Creado", - "image-table-file-name": "Nombre del archivo", - "image-table-thumbnail": "Miniatura", - "image-table-select-thumbnail-image-for-product": "Selecciona cuál imagen deseas utilizar como miniatura de este producto", - "inventory-table-inventory-items": "Artículos de Inventario", - "inventory-table-actions-adjust-availability": "Ajustar Inventario", - "inventory-table-view-product": "Ver Producto", - "inventory-table-success": "Éxito", - "inventory-table-inventory-item-updated-successfully": "Artículo de Inventario actualizado correctamente", - "inventory-table-adjust-availability": "Ajustar Inventario", - "inventory-table-cancel": "Cancelar", - "inventory-table-save-and-close": "Guardar y cerrar", - "inventory-table-item": "Artículo", - "inventory-table-variant": "Variante", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Reservado", - "inventory-table-in-stock": "En existencias", - "order-filter-dropdown-filters": "Filtros", - "order-filter-dropdown-status": "Estado", - "order-filter-dropdown-payment-status": "Estado del Pago", - "order-filter-dropdown-fulfillment-status": "Estado de la Entrega", - "order-filter-dropdown-regions": "Regiones", - "order-filter-dropdown-sales-channel": "Canal de Ventas", - "order-filter-dropdown-date": "Fecha", - "order-table-paid": "Pagado", - "order-table-awaiting": "En espera", - "order-table-requires-action": "Acción requerida", - "order-table-canceled": "Cancelado", - "order-table-n-a": "N/A", - "order-table-order": "Pedido", - "order-table-date-added": "Fecha añadida", - "order-table-customer": "Cliente", - "order-table-fulfillment": "Entrega", - "order-table-payment-status": "Estado del Pago", - "order-table-sales-channel": "Canal de Ventas", - "order-table-total": "Total", - "order-table-filters-complete": "Completado", - "order-table-filters-incomplete": "Incompleto", - "price-list-table-filters": "Filtros", - "price-list-table-status": "Estado", - "price-list-table-type": "Tipo", - "price-list-table-price-lists": "Listas de Precios", - "price-list-table-success": "Éxito", - "price-list-table-successfully-copied-price-list": "Lista de precios copiada correctamente", - "price-list-table-error": "Error", - "price-list-table-delete-price-list": "Eliminar Lista de Precios", - "price-list-table-confirm-delete": "¿Verdaderamente deseas eliminar esta lista de precios?", - "price-list-table-successfully-deleted-the-price-list": "Lista de precios eliminada correctamente", - "price-list-table-successfully-unpublished-price-list": "Lista de precios despublicada correctamente", - "price-list-table-successfully-published-price-list": "Lista de precios publicada correctamente", - "price-list-table-unpublish": "Despublicar", - "price-list-table-publish": "Publicar", - "price-list-table-delete": "Eliminar", - "price-list-table-name": "Nombre", - "price-list-table-description": "Descripción", - "price-list-table-groups": "Grupos", - "price-list-table-other-more": "+ {{other}} más", - "price-overrides-apply-overrides-on-selected-variants": "Aplicar cambios en variantes seleccionadas", - "price-overrides-apply-on-all-variants": "Aplicar en todas las variantes", - "price-overrides-prices": "Precios", - "price-overrides-cancel": "Cancelar", - "price-overrides-save-and-close": "Guardar y cerrar", - "price-overrides-show-regions": "Mostrar regiones", - "product-table-products": "Productos", - "product-table-copy-success": "Éxito", - "product-table-copy-created-a-new-product": "Nuevo producto creado", - "product-table-copy-error": "Error", - "product-table-delete-product": "Eliminar Producto", - "product-table-confirm-delete": "¿Verdaderamente deseas eliminar este producto?", - "product-table-edit": "Editar", - "product-table-unpublish": "Despublicar", - "product-table-publish": "Publicar", - "product-table-draft": "Borrador", - "product-table-published": "Publicado", - "product-table-success": "Éxito", - "product-table-successfully-unpublished-product": "Producto despublicado correctamente", - "product-table-successfully-published-product": "Producto publicado correctamente", - "product-table-error": "Error", - "product-table-duplicate": "Duplicar", - "product-table-delete": "Eliminar", - "product-table-proposed": "Propuesto", - "product-table-published-title": "Publicado", - "product-table-rejected": "Rechazado", - "product-table-draft-title": "Borrador", - "product-table-name": "Nombre", - "product-table-collection": "Colección", - "product-table-status": "Estado", - "product-table-availability": "Disponibilidad", - "product-table-inventory": "Inventario", - "product-table-inventory-in-stock-count_one": " en existencias para {{count}} variante(s)", - "product-table-inventory-in-stock-count_other": " en existencias para {{count}} variante(s)", - "reservation-form-location": "Ubicación", - "reservation-form-choose-where-you-wish-to-reserve-from": "Elige desde donde deseas reservar.", - "reservation-form-item-to-reserve": "Artículo a reservar", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Selecciona el artículo que deseas reservar.", - "reservation-form-item": "Artículo", - "reservation-form-in-stock": "En existencias", - "reservation-form-available": "Disponible", - "reservation-form-reserve": "Reservar", - "reservation-form-remove-item": "Remover artículo", - "reservation-form-description": "Descripción", - "reservation-form-what-type-of-reservation-is-this": "¿Qué tipo de reservación es?", - "reservations-table-reservations": "Reservaciones", - "reservations-table-edit": "Editar", - "reservations-table-delete": "Eliminar", - "reservations-table-confirm-delete": "¿Verdaderamente deseas eliminar esta reservación?", - "reservations-table-remove-reservation": "Remover reservación", - "reservations-table-reservation-has-been-removed": "Reservación removida correctamente", - "new-success": "Éxito", - "new-successfully-created-reservation": "Reservación creada correctamente", - "new-error": "Error", - "new-cancel": "Cancelar", - "new-save-reservation": "Guardar reservación", - "new-reserve-item": "Reservar Artículo", - "new-metadata": "Metadatos", - "reservations-table-order-id": "ID de Pedido", - "reservations-table-description": "Descripción", - "reservations-table-created": "Creado", - "reservations-table-quantity": "Monto", - "search-modal-start-typing-to-search": "Empieza a escribir para buscar...", - "search-modal-clear-search": "Vaciar búsqueda", - "search-modal-or": "o", - "search-modal-to-navigate": "para navegar", - "search-modal-to-select-and": "para seleccionar, y", - "search-modal-to-search-anytime": "para buscar en cualquier momento", - "templates-settings": "Configuración", - "templates-manage-the-settings-for-your-medusa-store": "Administra la configuración de tu tienda en Medusa", - "transfer-orders-modal-info": "Info", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "El cliente ya es el dueño del pedido", - "transfer-orders-modal-success": "Éxito", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Pedido transferido a otro cliente correctamente", - "transfer-orders-modal-error": "Error", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "No se pudo transferir el pedido a otro cliente", - "transfer-orders-modal-transfer-order": "Transferir Pedido", - "transfer-orders-modal-order": "Pedido", - "transfer-orders-modal-current-owner": "Dueño actual", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "El cliente relacionado actualmente con este pedido", - "transfer-orders-modal-new-owner": "Nuevo Dueño", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "El cliente a transferirle el pedido", - "transfer-orders-modal-cancel": "Cancelar", - "transfer-orders-modal-confirm": "Confirmar", - "templates-edit-user": "Editar Usuario", - "templates-remove-user": "Remover Usuario", - "templates-resend-invitation": "Reenviar Invitación", - "templates-success": "Éxito", - "templates-invitiation-link-has-been-resent": "Enlace de invitación reenviado correctamente", - "templates-copy-invite-link": "Copiar enlace de invitación", - "templates-invite-link-copied-to-clipboard": "Enlace de invitación copiado al portapapeles", - "templates-remove-invitation": "Remover Invitación", - "templates-expired": "Caducado", - "templates-pending": "Pendiente", - "templates-all": "Todo", - "templates-member": "Miembro", - "templates-admin": "Admin", - "templates-no-team-permissions": "No hay permisos de equipo", - "templates-status": "Estado", - "templates-active": "Activo", - "templates-name": "Nombre", - "templates-email": "Correo electrónico", - "templates-team-permissions": "Permisos de equipo", - "templates-confirm-remove": "¿Verdaderamente deseas remover a este usuario?", - "templates-remove-user-heading": "Remover Usuario", - "templates-user-has-been-removed": "Usuario removido", - "templates-confirm-remove-invite": "¿Verdaderamente deseas remover esta invitación?", - "templates-remove-invite": "Remover invitación", - "templates-invitiation-has-been-removed": "Invitación removida", - "multiselect-choose-categories": "Elegir categorías", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Éxito", - "details-updated-products-in-collection": "Actualizar productos en colección", - "details-error": "Error", - "details-back-to-collections": "Volver a Colecciones", - "details-edit-collection": "Editar Colección", - "details-delete": "Eliminar", - "details-metadata": "Metadatos", - "details-edit-products": "Editar Productos", - "details-products-in-this-collection": "Productos en esta colección", - "details-raw-collection": "Fuente de la Colección", - "details-delete-collection": "Eliminar Colección", - "details-successfully-deleted-collection": "Colección eliminada correctamente", - "details-yes-delete": "Sí, eliminar", - "details-successfully-updated-customer": "Cliente actualizado correctamente", - "details-customer-details": "Detalles del Cliente", - "details-general": "General", - "details-first-name": "Nombre", - "details-lebron": "Lebron", - "details-last-name": "Apellido", - "details-james": "James", - "details-email": "Correo electrónico", - "details-phone-number": "Número telefónico", - "details-cancel": "Cancelar", - "details-save-and-close": "Guardar y cerrar", - "details-edit": "Editar", - "details-back-to-customers": "Volver a Clientes", - "details-first-seen": "Visto por primera vez", - "details-phone": "Teléfono", - "details-orders": "Pedidos", - "details-user": "Usuario", - "details-orders_one": "Pedidos {{count}}", - "details-orders_other": "Pedidos {{count}}", - "details-an-overview-of-customer-orders": "Una vista general de Pedidos de Cliente", - "details-raw-customer": "Fuente del Cliente", - "groups-group-updated": "Grupo Actualizado", - "groups-group-created": "Grupo Creado", - "groups-the-customer-group-has-been-updated": "Se actualizó el grupo de clientes", - "groups-the-customer-group-has-been-created": "Se creó el grupo de clientes", - "groups-edit-customer-group": "Editar Grupo de Clientes", - "groups-create-a-new-customer-group": "Crear nuevo Grupo de Clientes", - "groups-details": "Detalles", - "groups-metadata": "Metadatos", - "groups-cancel": "Cancelar", - "groups-edit-group": "Editar Grupo", - "groups-publish-group": "Publicar Grupo", - "groups-no-customers-in-this-group-yet": "No hay clientes en este grupo todavía", - "groups-customers": "Clientes", - "groups-edit": "Editar", - "groups-delete": "Eliminar", - "groups-yes-delete": "Sí, eliminar", - "groups-delete-the-group": "Eliminar el grupo", - "groups-group-deleted": "Grupo eliminado", - "groups-confirm-delete-customer-group": "¿Verdaderamente deseas eliminar este grupo de clientes?", - "groups-back-to-customer-groups": "Volver a Grupos de Clientes", - "groups-new-group": "Nuevo grupo", - "add-condition-conditions-were-successfully-added": "Condiciones añadidas correctamente", - "add-condition-discount-conditions-updated": "Condiciones de descuento actualizadas", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions debe ser utilizado con un ConditionsProvider", - "collections-search": "Buscar...", - "collections-cancel": "Cancelar", - "collections-save-and-go-back": "Guardar y volver", - "collections-save-and-close": "Guardar y cerrar", - "customer-groups-search": "Buscar...", - "customer-groups-cancel": "Cancelar", - "customer-groups-save-and-go-back": "Guardar y volver", - "customer-groups-save-and-close": "Guardar y cerrar", - "product-types-search": "Buscar...", - "product-types-cancel": "Cancelar", - "product-types-save-and-go-back": "Guardar y volver", - "product-types-save-and-close": "Guardar y cerrar", - "products-search": "Buscar...", - "products-cancel": "Cancelar", - "products-save-and-go-back": "Guardar y volver", - "products-save-and-close": "Guardar y cerrar", - "tags-search": "Buscar...", - "tags-cancel": "Cancelar", - "tags-save-and-go-back": "Guardar y volver", - "tags-save-and-close": "Guardar y cerrar", - "edit-condition-add-conditions": "Añadir condiciones", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Deseleccionar", - "edit-condition-remove": "Remover", - "edit-condition-add": "Añadir", - "edit-condition-title": "Editar {{type}} en Condición de Descuento", - "edit-condition-close": "Cerrar", - "edit-condition-success": "Éxito", - "edit-condition-the-resources-were-successfully-added": "Los recursos se añadieron correctamente", - "edit-condition-error": "Error", - "edit-condition-failed-to-add-resources": "No se pudieron añadir los recursos", - "edit-condition-the-resources-were-successfully-removed": "Recursos removidos correctamente", - "edit-condition-failed-to-remove-resources": "No se pudieron remover los recursos", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext debe ser utilizado dentro de un EditConditionProvider", - "conditions-conditions": "Condiciones", - "conditions-add-condition-label": "Añadir condición", - "conditions-this-discount-has-no-conditions": "Este descuento no tiene condiciones", - "conditions-success": "Éxito", - "conditions-condition-removed": "Condición removida", - "conditions-error": "Error", - "conditions-edit-condition": "Editar condición", - "conditions-delete-condition": "Eliminar condición", - "conditions-discount-is-applicable-to-specific-products": "El descuento es aplicable a productos específicos", - "conditions-discount-is-applicable-to-specific-collections": "El descuento es aplicable a colecciones específicas", - "conditions-discount-is-applicable-to-specific-product-tags": "El descuento es aplicable a etiquetas de productos específicas", - "conditions-discount-is-applicable-to-specific-product-types": "El descuento es aplicable a tipos de productos específicos", - "conditions-discount-is-applicable-to-specific-customer-groups": "El descuento es aplicable a grupos de clientes específicos", - "configurations-success": "Éxito", - "configurations-discount-updated-successfully": "Descuento actualizado correctamente", - "configurations-error": "Error", - "configurations-edit-configurations": "Editar configuraciones", - "configurations-cancel": "Cancelar", - "configurations-save": "Guardar", - "configurations-configurations": "Configuraciones", - "configurations-start-date": "Fecha de inicio", - "configurations-end-date": "Fecha final", - "configurations-delete-configuration": "Eliminar configuración", - "configurations-discount-end-date-removed": "Fecha final del descuento removida", - "configurations-number-of-redemptions": "Número de canjes", - "configurations-redemption-limit-removed": "Límite de canjes removido", - "configurations-delete-setting": "Eliminar ajuste", - "configurations-discount-duration-removed": "Duración del descuento removida", - "general-success": "Éxito", - "general-discount-updated-successfully": "Descuento actualizado correctamente", - "general-error": "Error", - "general-edit-general-information": "Editar información general", - "general-details": "Detalles", - "general-metadata": "Metadatos", - "general-cancel": "Cancelar", - "general-save-and-close": "Guardar y cerrar", - "general-delete-promotion": "Eliminar Promoción", - "general-confirm-delete-promotion": "¿Verdaderamente deseas eliminar esta promoción?", - "general-promotion-deleted-successfully": "Promoción eliminada correctamente", - "general-discount-published-successfully": "Promoción publicada correctamente", - "general-discount-drafted-successfully": "Descuento guardado como borrador", - "general-delete-discount": "Eliminar Descuento", - "general-template-discount": "Descuento Plantilla", - "general-published": "Publicado", - "general-draft": "Borrador", - "general-discount-amount": "Cantidad descontada", - "general-valid-regions": "Regiones válidas", - "general-total-redemptions": "Total de canjes", - "general-free-shipping": "Envío Gratuito", - "general-unknown-discount-type": "Tipo de descuento desconocido", - "details-discount-deleted": "Descuento eliminado", - "details-confirm-delete-discount": "¿Verdaderamente deseas eliminar este Descuento?", - "details-delete-discount": "Eliminar Descuento", - "details-back-to-discounts": "Volver a Descuentos", - "details-raw-discount": "Fuente del Descuento", - "discounts-add-discount": "Añadir Descuento", - "discount-form-add-conditions": "Añadir condiciones", - "discount-form-choose-a-condition-type": "Elige un tipo de condición", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Solo puedes añadir uno de cada tipo de condición", - "discount-form-you-cannot-add-any-more-conditions": "Ya no puedes añadir más condiciones", - "discount-form-cancel": "Cancelar", - "discount-form-save": "Guardar", - "add-condition-tables-cancel": "Cancelar", - "add-condition-tables-save-and-add-more": "Guardar y añadir más", - "add-condition-tables-save-and-close": "Guardar y cerrar", - "add-condition-tables-search-by-title": "Buscar por título...", - "add-condition-tables-search-groups": "Buscar por grupos...", - "add-condition-tables-search-products": "Buscar por productos...", - "add-condition-tables-search-by-tag": "Buscar por etiqueta...", - "add-condition-tables-search-by-type": "Buscar por tipo...", - "details-condition-tables-search-by-title": "Buscar por título...", - "details-condition-tables-search-groups": "Buscar por grupos...", - "details-condition-tables-cancel": "Cancelar", - "details-condition-tables-save-and-add-more": "Guardar y añadir más", - "details-condition-tables-save-and-close": "Guardar y cerrar", - "details-condition-tables-search-products": "Buscar por productos...", - "details-condition-tables-search-by-tag": "Buscar por etiqueta...", - "details-condition-tables-search-by-type": "Buscar por tipo...", - "edit-condition-tables-search-by-title": "Buscar por título...", - "edit-condition-tables-title": "Título", - "edit-condition-tables-search-groups": "Buscar por grupos...", - "edit-condition-tables-cancel": "Cancelar", - "edit-condition-tables-delete-condition": "Eliminar condición", - "edit-condition-tables-save": "Guardar", - "edit-condition-tables-search-products": "Buscar por productos...", - "edit-condition-tables-search-by-tag": "Buscar por etiqueta...", - "edit-condition-tables-search-by-type": "Buscar por tipo...", - "shared-title": "Título", - "shared-products": "Productos", - "shared-applies-to-the-selected-items": "Aplica a los artículos seleccionados.", - "shared-applies-to-all-items-except-the-selected-items": "Aplica a todos los artículos excepto a los seleccionados.", - "shared-members": "Miembros", - "shared-status": "Estado", - "shared-variants": "Variantes", - "shared-tag": "Etiqueta", - "shared-type": "Tipo", - "edit-conditions-modal-title": "Editar {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm debe ser descendiente de DiscountFormContext", - "discount-form-error": "Error", - "discount-form-save-as-draft": "Guardar como borrador", - "discount-form-publish-discount": "Publicar descuento", - "discount-form-create-new-discount": "Crear nuevo descuento", - "discount-form-discount-type": "Tipo de descuento", - "discount-form-select-a-discount-type": "Selecciona un tipo de descuento", - "discount-form-allocation": "Asignación", - "discount-form-general": "General", - "discount-form-configuration": "Configuración", - "discount-form-discount-code-application-disclaimer": "El código de descuento aplica desde que des click en el botón de publicar y por siempre si no se cambia.", - "discount-form-conditions": "Condiciones", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "El código de descuento aplica a todos los productos si no se cambia", - "discount-form-add-conditions-to-your-discount": "Añadir condiciones a tu descuento", - "discount-form-metadata": "Metadatos", - "discount-form-metadata-usage-description": "Los metadatos permiten añadir más información a tu descuento.", - "condition-item-remainder-more": "+{{remainder}} más", - "conditions-edit": "Editar", - "conditions-product": "Producto", - "conditions-collection": "Colección", - "conditions-tag": "Etiqueta", - "conditions-customer-group": "Grupo de clientes", - "conditions-type": "Tipo", - "conditions-add-condition": "Añadir condición", - "sections-start-date": "Fecha de inicio", - "sections-schedule-the-discount-to-activate-in-the-future": "Programa que el descuento se active en el futuro.", - "sections-select-discount-start-date": "Si deseas programar que el descuento se active en el futuro, puedes indicar la fecha de inicio aquí, de lo contrario se activará inmediatamente.", - "sections-start-time": "Hora de inicio", - "sections-discount-has-an-expiry-date": "¿El descuento tiene fecha de caducidad?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Programa que el descuento se desactive en el futuro.", - "sections-select-discount-end-date": "Si deseas programar que el descuento se desactive en el futuro, puedes indicar la fecha final aquí.", - "sections-expiry-date": "Fecha de caducidad", - "sections-expiry-time": "Hora de caducidad", - "sections-limit-the-number-of-redemptions": "¿Limitar el número de canjes?", - "sections-limit-applies-across-all-customers-not-per-customer": "El límite aplica entre todos los clientes, no por cada cliente", - "sections-limit-discount-number-of-uses": "Si deseas limitar la cantidad de veces que un cliente puede canjear este descuento, puedes indicar el límite aquí.", - "sections-number-of-redemptions": "Número de canjes", - "sections-availability-duration": "¿Duración de disponibilidad?", - "sections-set-the-duration-of-the-discount": "Establece la duración del descuento.", - "sections-select-a-discount-type": "Selecciona un tipo de descuento", - "sections-total-amount": "Cantidad total", - "sections-apply-to-the-total-amount": "Aplicar a la cantidad total", - "sections-item-specific": "Específico por Artículo", - "sections-apply-to-every-allowed-item": "Aplicar a todos los artículos permitidos", - "sections-percentage": "Porcentaje", - "sections-fixed-amount": "Monto fijo", - "sections-discount-in-whole-numbers": "Descontar en números enteros", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Solamente puedes seleccionar una región válida si deseas utilizar el tipo de monto fijo", - "sections-free-shipping": "Envío Gratuito", - "sections-override-delivery-amount": "Modificar monto del envío", - "sections-at-least-one-region-is-required": "Se requiere por lo menos una región", - "sections-choose-valid-regions": "Elige regiones válidas", - "sections-code": "Código", - "sections-summersale-10": "VENTAVERANO10", - "sections-code-is-required": "Se requiere el código", - "sections-amount-is-required": "Se requiere el monto", - "sections-amount": "Monto", - "sections-customer-invoice-code": "El código que tus clientes ingresarán durante el pago. Aparecerá en la factura.", - "sections-uppercase-letters-and-numbers-only": "Solo mayúsculas y números.", - "sections-description": "Descripción", - "sections-summer-sale-2022": "Venta de Verano 2022", - "sections-this-is-a-template-discount": "Esta es una plantilla de descuento", - "sections-template-discounts-description": "Las plantillas de descuentos te permiten definir reglas que se utilizan a través de un grupo de descuentos. Esto es útil en campañas que generan un código único para cada usuario, pero las reglas de todos esos códigos son las mismas.", - "discount-form-product": "Producto", - "discount-form-only-for-specific-products": "Solo para productos específicos", - "discount-form-choose-products": "Elegir productos", - "discount-form-customer-group": "Grupo de clientes", - "discount-form-only-for-specific-customer-groups": "Solo para grupos de clientes específicos", - "discount-form-choose-groups": "Elegir grupos", - "discount-form-tag": "Etiqueta", - "discount-form-only-for-specific-tags": "Solo para etiquetas específicas", - "discount-form-collection": "Colección", - "discount-form-only-for-specific-product-collections": "Solo para colecciones de productos específicas", - "discount-form-choose-collections": "Elegir colecciones", - "discount-form-type": "Tipo", - "discount-form-only-for-specific-product-types": "Solo para tipos de producto específicos", - "discount-form-choose-types": "Elegir tipos", - "utils-products": "Productos", - "utils-groups": "grupos", - "utils-tags": "etiquetas", - "utils-collections": "colecciones", - "utils-types": "tipos", - "gift-cards-created-gift-card": "Tarjeta de regalo creada", - "gift-cards-custom-gift-card-was-created-successfully": "Tarjeta de regalo personalizada creada correctamente", - "gift-cards-error": "Error", - "gift-cards-custom-gift-card": "Tarjeta de Regalo Personalizada", - "gift-cards-details": "Detalles", - "gift-cards-receiver": "Receptor", - "gift-cards-cancel": "Cancelar", - "gift-cards-create-and-send": "Crear y enviar", - "details-updated-gift-card": "Tarjeta de Regalo actualizada", - "details-gift-card-was-successfully-updated": "La tarjeta de regalo se actualizó correctamente", - "details-failed-to-update-gift-card": "No se pudo actualizar la tarjeta de regalo", - "details-edit-gift-card": "Editar Tarjeta de Regalo", - "details-details": "Detalles", - "details-edit-details": "Editar detalles", - "details-update-balance-label": "Actualizar saldo", - "details-updated-status": "Estado actualizado", - "details-successfully-updated-the-status-of-the-gift-card": "Estado de la Tarjeta de Regalo actualizado correctamente", - "details-back-to-gift-cards": "Volver a Tarjetas de Regalo", - "details-original-amount": "Cantidad Original", - "details-balance": "Saldo", - "details-region": "Región", - "details-expires-on": "Caduca el", - "details-created": "Creado", - "details-raw-gift-card": "Fuente de la Tarjeta de Regalo", - "details-balance-updated": "Saldo actualizado", - "details-gift-card-balance-was-updated": "El saldo de la tarjeta de regalo actualizado correctamente", - "details-failed-to-update-balance": "", - "details-update-balance": "Actualizar saldo", - "manage-back-to-gift-cards": "Volver a Tarjetas de Regalo", - "gift-cards-please-enter-a-name-for-the-gift-card": "Por favor introduce un nombre para la Tarjeta de Regalo", - "gift-cards-please-add-at-least-one-denomination": "Por favor añade al menos una denominación", - "gift-cards-denominations": "Denominaciones", - "gift-cards-success": "Éxito", - "gift-cards-successfully-created-gift-card": "Tarjeta de Regalo creada correctamente", - "gift-cards-create-gift-card": "Crear Tarjeta de Regalo", - "gift-cards-gift-card-details": "Detalles de la Tarjeta de Regalo", - "gift-cards-name": "Nombre", - "gift-cards-the-best-gift-card": "La mejor Tarjeta de Regalo", - "gift-cards-description": "Descripción", - "gift-cards-the-best-gift-card-of-all-time": "La mejor Tarjeta de Regalo de todos los tiempos", - "gift-cards-thumbnail": "Miniatura", - "gift-cards-delete": "Eliminar", - "gift-cards-size-recommended": "1200 x 1600 (3:4) recomendado, máximo 10MB cada una", - "gift-cards-amount": "Monto", - "gift-cards-add-denomination": "Añadir denominación", - "gift-cards-create-publish": "Crear y publicar", - "gift-cards-successfully-updated-gift-card": "Tarjeta de Regalo actualizada correctamente", - "gift-cards-gift-cards": "Tarjetas de Regalo", - "gift-cards-manage": "Administra las Tarjetas de Regalo en tu tienda de Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "¿Preparado para vender tu primer Tarjeta de Regalo?", - "gift-cards-no-gift-card-has-been-added-yet": "No se ha añadido una Tarjeta de Regalo todavía.", - "gift-cards-history": "Historial", - "gift-cards-see-the-history-of-purchased-gift-cards": "Ver el historial de compras de Tarjetas de Regalo", - "gift-cards-successfully-deleted-gift-card": "Tarjeta de Regalo eliminada correctamente", - "gift-cards-yes-delete": "Sí, eliminar", - "gift-cards-delete-gift-card": "Eliminar Tarjeta de Regalo", - "inventory-filters": "Filtros", - "address-form-address": "Dirección", - "address-form-company": "Empresa", - "address-form-address-1": "Dirección 1", - "address-form-this-field-is-required": "Este campo es requerido", - "address-form-address-2": "Dirección 2", - "address-form-postal-code": "Código Postal", - "address-form-city": "Ciudad", - "address-form-country": "País", - "edit-sales-channels-edit-channels": "Editar canales", - "edit-sales-channels-add-channels": "Añadir canales", - "general-form-location-name": "Nombre de la Sucursal", - "general-form-flagship-store-warehouse": "Tienda principal, bodega", - "general-form-name-is-required": "El nombre es requerido", - "location-card-delete-location": "Eliminar Sucursal", - "location-card-confirm-delete": "¿Verdaderamente deseas eliminar esta sucursal? Esto eliminará todo el inventario y reservaciones asociadas con la sucursal.", - "location-card-success": "Éxito", - "location-card-location-deleted-successfully": "Sucursal eliminada correctamente", - "location-card-error": "Error", - "location-card-edit-details": "Editar detalles", - "location-card-delete": "Eliminar", - "location-card-connected-sales-channels": "Canales de ventas conectados", - "sales-channels-form-add-sales-channels": "Añadir canales de ventas", - "sales-channels-form-edit-channels": "Editar canales", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "No se ha conectado ningún canal de ventas todavía", - "edit-success": "Éxito", - "edit-location-edited-successfully": "Sucursal actualizada correctamente", - "edit-error": "Error", - "edit-edit-location-details": "Editar detalles de la Sucursal", - "edit-metadata": "Metadatos", - "edit-cancel": "Cancelar", - "edit-save-and-close": "Guardar y cerrar", - "new-location-added-successfully": "Sucursal añadida correctamente", - "new-location-created": "Sucursal creada correctamente, pero ocurrió un error asociando los canales de ventas", - "new-cancel-location-changes": "¿Verdaderamente deseas cancelar con cambios sin guardar?", - "new-yes-cancel": "Sí, cancelar", - "new-no-continue-creating": "No, continuar creando", - "new-add-location": "Añadir sucursal", - "new-add-new-location": "Añadir nueva sucursal", - "new-general-information": "Información General", - "new-location-details": "Especifica los detalles de esta sucursal", - "new-select-location-channel": "Especifica desde cuáles Canales de Ventas se pueden adquirir productos de esta sucursal.", - "oauth-complete-installation": "Instalación completa", - "claim-type-form-refund": "Reembolsar", - "claim-type-form-replace": "Reemplazar", - "items-to-receive-form-items-to-receive": "Artículos a recibir", - "items-to-receive-form-product": "Producto", - "items-to-receive-form-quantity": "Monto", - "items-to-receive-form-refundable": "Reembolsable", - "add-return-reason-reason-for-return": "Motivo de la devolución", - "add-return-reason-reason": "Motivo", - "add-return-reason-choose-a-return-reason": "Elige un motivo para la devolución", - "add-return-reason-note": "Nota", - "add-return-reason-product-was-damaged-during-shipping": "El producto se dañó durante el envío", - "add-return-reason-cancel": "Cancelar", - "add-return-reason-save-and-go-back": "Guardar y volver", - "add-return-reason-select-reason-title": "Seleccionar motivo", - "add-return-reason-edit-reason": "Editar motivo", - "add-return-reason-select-reason": "Seleccionar motivo", - "items-to-return-form-items-to-claim": "Artículos a reclamar", - "items-to-return-form-items-to-return": "Artículos a devolver", - "items-to-return-form-product": "Producto", - "items-to-return-form-quantity": "Monto", - "items-to-return-form-refundable": "Reembolsable", - "add-additional-items-screen-go-back": "Volver", - "add-additional-items-screen-add-products": "Añadir Productos", - "add-additional-items-screen-add-product-variants": "Añadir Variantes del Producto", - "add-additional-items-screen-search-products": "Buscar Productos", - "add-additional-items-screen-variant-price-missing": "Esta variante no cuenta con un precio para la región/divisa de este pedido, y no puede ser seleccionado.", - "add-additional-items-screen-stock": "Existencias", - "add-additional-items-screen-price": "Precio", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "El precio fue sobrescrito en una lista de precios que aplica a este pedido.", - "items-to-send-form-items-to-send": "Artículos a enviar", - "items-to-send-form-add-products": "Añadir Productos", - "items-to-send-form-product": "Producto", - "items-to-send-form-quantity": "Monto", - "items-to-send-form-price": "Precio", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "El precio fue sobrescrito en una lista de precios que aplica a este pedido.", - "refund-amount-form-cancel-editing-refund-amount": "Cancelar edición del monto a reembolsar", - "refund-amount-form-edit-refund-amount": "Editar monto a reembolsar", - "refund-amount-form-refund-amount-cannot-be-negative": "El monto a reembolsar no debe ser negativo", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "El monto a reembolsar debe ser por lo menos 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} artículos no reservados", - "reservation-indicator-this-item-has-been-fulfilled": "Este artículo ha sido entregado.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} artículo: ${{locationName}}", - "reservation-indicator-edit-reservation": "Editar reservación", - "rma-summaries-claimed-items": "Artículos reclamados", - "rma-summaries-replacement-items": "Artículos de reemplazo", - "rma-summaries-customer-refund-description": "El cliente recibirá un reembolso total por los artículos reclamados, debido a que el costo de reemplazo y envío no se deducirán. Alternativamente, puedes establecer una cantidad a reembolsar personalizada cuando recibas los artículos devueltos o crear un intercambio.", - "rma-summaries-refund-amount": "Monto de reembolso", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "El cliente será reembolsado una vez que se reciban los artículos devueltos", - "rma-summaries-the-customer-will-be-refunded-immediately": "El cliente será reembolsado inmediatamente", - "rma-summaries-receiving": "Recibiendo", - "rma-summaries-free": "Gratis", - "send-notification-form-return": "devolución", - "send-notification-form-exchange": "modificación", - "send-notification-form-claim": "reclamación", - "send-notification-form-send-notifications": "Enviar notificaciones", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Si no se activa el cliente no será informado sobre esta {{subject}}.", - "shipping-address-form-shipping-address": "Dirección de envío", - "shipping-address-form-ship-to-a-different-address": "Enviar a otra dirección", - "shipping-address-form-cancel": "Cancelar", - "shipping-address-form-save-and-go-back": "Guardar y volver", - "shipping-address-form-shipping-information": "Información de Envío", - "shipping-form-shipping-for-return-items": "Envío para artículos a devolver", - "shipping-form-shipping-for-replacement-items": "Envío para artículos de reemplazo", - "shipping-form-shipping-method-is-required": "Se requiere un método de envío", - "shipping-form-choose-shipping-method": "Elige un método de envío", - "shipping-form-shipping-method": "Método de envío", - "shipping-form-add-custom-price": "Añadir precio personalizado", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "El envío de la devolución de artículos reclamados por el cliente es gratuito.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "El envío de la devolución de artículos es gratuito.", - "components-decrease-quantity": "Reducir cantidad", - "components-increase-quantity": "Aumentar cantidad", - "details-successfully-updated-address": "Dirección actualizada correctamente", - "details-billing-address": "Dirección de Facturación", - "details-shipping-address": "Dirección de envío", - "details-contact": "Contacto", - "details-location": "Sucursal", - "claim-are-you-sure-you-want-to-close": "¿Verdaderamente deseas cerrar?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Tienes cambios sin guardar. ¿Deseas cerrar?", - "claim-please-select-a-reason": "Por favor selecciona un motivo", - "claim-a-shipping-method-for-replacement-items-is-required": "Se requiere un método de envío para los artículos de reemplazo", - "claim-successfully-created-claim": "Reclamación creada correctamente", - "claim-created": "Se creó la reclamación para el pedido #{{display_id}}", - "claim-error-creating-claim": "Error creando la reclamación", - "claim-create-claim": "Crear reclamación", - "claim-location": "Sucursal", - "claim-choose-which-location-you-want-to-return-the-items-to": "Elige la sucursal a la que se devolverán los artículos.", - "claim-select-location-to-return-to": "Selecciona la Sucursal a la que se devolverá", - "claim-cancel": "Cancelar", - "claim-submit-and-close": "Enviar y cerrar", - "create-fulfillment-error": "Error", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Please select a location to fulfill from", - "create-fulfillment-cant-allow-this-action": "Can't allow this action", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Trying to fulfill more than in stock", - "create-fulfillment-successfully-fulfilled-order": "Successfully fulfilled order", - "create-fulfillment-successfully-fulfilled-swap": "Successfully fulfilled swap", - "create-fulfillment-successfully-fulfilled-claim": "Successfully fulfilled claim", - "create-fulfillment-success": "Éxito", - "create-fulfillment-cancel": "Cancelar", - "create-fulfillment-create-fulfillment": "Create fulfillment", - "create-fulfillment-create-fulfillment-title": "Create Fulfillment", - "create-fulfillment-locations": "Locations", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Choose where you wish to fulfill from.", - "create-fulfillment-items-to-fulfill": "Items to fulfill", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Select the number of items that you wish to fulfill.", - "create-fulfillment-send-notifications": "Enviar notificaciones", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "When toggled, notification emails will be sent.", - "create-fulfillment-quantity-is-not-valid": "Quantity is not valid", - "detail-cards-allocated": "Allocated", - "detail-cards-not-fully-allocated": "Not fully allocated", - "detail-cards-subtotal": "Subtotal", - "detail-cards-shipping": "Envío", - "detail-cards-tax": "Impuestos", - "detail-cards-total": "Total", - "detail-cards-edit-order": "Editar Pedido", - "detail-cards-allocate": "Allocate", - "detail-cards-discount": "Discount:", - "detail-cards-original-total": "Original Total", - "details-successfully-updated-the-email-address": "Successfully updated the email address", - "details-email-address": "Email Address", - "details-save": "Guardar", - "details-order-id-copied": "Order ID copied", - "details-email-copied": "Email copied", - "details-cancel-order-heading": "Cancel order", - "details-are-you-sure-you-want-to-cancel-the-order": "Are you sure you want to cancel the order?", - "order-details-display-id": "Pedido #{{display_id}}", - "details-successfully-canceled-order": "Pedido cancelado correctamente", - "details-go-to-customer": "Ir al Cliente", - "details-transfer-ownership": "Transfer ownership", - "details-edit-shipping-address": "Editar Dirección de Envío", - "details-edit-billing-address": "Editar Dirección de Facturación", - "details-edit-email-address": "Edit Email Address", - "details-back-to-orders": "Back to Orders", - "details-cancel-order": "Cancel Order", - "details-payment": "Pago", - "details-refunded": "Refunded", - "details-total-paid": "Total Paid", - "details-fulfillment": "Entrega", - "details-create-fulfillment": "Create Fulfillment", - "details-shipping-method": "Método de envío", - "details-customer": "Cliente", - "details-shipping": "Envío", - "details-billing": "Facturación", - "details-raw-order": "Fuente del Pedido", - "mark-shipped-successfully-marked-order-as-shipped": "Successfully marked order as shipped", - "mark-shipped-successfully-marked-swap-as-shipped": "Successfully marked swap as shipped", - "mark-shipped-successfully-marked-claim-as-shipped": "Successfully marked claim as shipped", - "mark-shipped-success": "Éxito", - "mark-shipped-error": "Error", - "mark-shipped-mark-fulfillment-shipped": "Mark Fulfillment Shipped", - "mark-shipped-tracking": "Tracking", - "mark-shipped-tracking-number-label": "Tracking number", - "mark-shipped-tracking-number": "Tracking number...", - "mark-shipped-add-additional-tracking-number": "+ Add Additional Tracking Number", - "mark-shipped-send-notifications": "Enviar notificaciones", - "mark-shipped-cancel": "Cancelar", - "mark-shipped-complete": "Complete", - "order-line-warning": "Warning", - "order-line-cannot-duplicate-an-item-without-a-variant": "Cannot duplicate an item without a variant", - "order-line-error": "Error", - "order-line-failed-to-duplicate-item": "Failed to duplicate item", - "order-line-success": "Éxito", - "order-line-item-removed": "Item removed", - "order-line-failed-to-remove-item": "Failed to remove item", - "order-line-item-added": "Item added", - "order-line-failed-to-replace-the-item": "Failed to replace the item", - "order-line-replace-product-variants": "Replace Product Variants", - "order-line-replace-with-other-item": "Replace with other item", - "order-line-duplicate-item": "Duplicate item", - "order-line-remove-item": "Remove item", - "order-line-line-item-cannot-be-edited": "This line item is part of a fulfillment and cannot be edited. Cancel the fulfillment to edit the line item.", - "order-line-new": "New", - "order-line-modified": "Modified", - "receive-return-please-select-at-least-one-item-to-receive": "Please select at least one item to receive", - "receive-return-successfully-received-return": "Successfully received return", - "receive-return-received-return-for-order": "Received return for order #{{display_id}}", - "receive-return-failed-to-receive-return": "Failed to receive return", - "receive-return-receive-return": "Receive Return", - "receive-return-location": "Sucursal", - "receive-return-choose-location": "Elige la sucursal a la que se devolverán los artículos.", - "receive-return-select-location-to-return-to": "Selecciona la Sucursal a la que se devolverá", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "No inventory levels exist for the items at the selected location", - "receive-return-cancel": "Cancelar", - "receive-return-save-and-close": "Guardar y cerrar", - "refund-success": "Éxito", - "refund-successfully-refunded-order": "Successfully refunded order", - "refund-error": "Error", - "refund-create-a-refund": "Create a refund", - "refund-attention": "¡Atención!", - "refund-system-payment-disclaimer": "One or more of your payments is a system payment. Be aware, that captures and refunds are not handled by Medusa for such payments.", - "refund-details": "Detalles", - "refund-cannot-refund-more-than-the-orders-net-total": "Cannot refund more than the order's net total.", - "refund-discount": "Descuento", - "refund-reason": "Motivo", - "refund-note": "Nota", - "refund-discount-for-loyal-customer": "Discount for loyal customer", - "refund-send-notifications": "Enviar notificaciones", - "refund-cancel": "Cancelar", - "refund-complete": "Complete", - "reservation-reservation-was-deleted": "Reservation was deleted", - "reservation-the-allocated-items-have-been-released": "The allocated items have been released.", - "reservation-error": "Error", - "reservation-failed-to-delete-the-reservation": "Failed to delete the reservation ", - "reservation-reservation-was-updated": "Reservation was updated", - "reservation-the-reservation-change-was-saved": "The reservation change was saved.", - "reservation-errors": "Errors", - "reservation-failed-to-update-reservation": "Failed to update reservation", - "reservation-edit-reservation": "Editar reservación", - "reservation-location": "Sucursal", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Choose which location you want to ship the items from.", - "reservation-items-to-allocate-title": "Items to Allocate", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Select the number of items that you wish to allocate.", - "reservation-max-reservation-requested": " / {{maxReservation}} requested", - "reservation-reserved": " reserved", - "reservation-description": "Descripción", - "reservation-what-type-of-reservation-is-this": "What type of reservation is this?", - "reservation-metadata": "Metadatos", - "reservation-remove-metadata": "Remove metadata", - "reservation-add-metadata": "Add metadata", - "reservation-delete-reservation": "Delete reservation", - "reservation-cancel": "Cancelar", - "reservation-save-and-close": "Guardar y cerrar", - "reservation-couldnt-allocate-items": "Couldn't allocate items", - "reservation-items-allocated": "Items allocated", - "reservation-items-have-been-allocated-successfully": "Items have been allocated successfully", - "reservation-save-reservation": "Guardar reservación", - "reservation-loading": "Loading...", - "reservation-allocate-order-items": "Allocate order items", - "reservation-choose-where-you-wish-to-allocate-from": "Choose where you wish to allocate from", - "reservation-items-to-allocate": "Items to allocate", - "returns-success": "Éxito", - "returns-successfully-returned-order": "Successfully returned order", - "returns-error": "Error", - "returns-request-return": "Request Return", - "returns-items-to-return": "Artículos a devolver", - "returns-choose-which-location-you-want-to-return-the-items-to": "Elige la sucursal a la que se devolverán los artículos.", - "returns-select-location-to-return-to": "Selecciona la Sucursal a la que se devolverá", - "returns-selected-location-has-no-inventory-levels": "The selected location does not have inventory levels for the selected items. The return can be requested but can't be received until an inventory level is created for the selected location.", - "returns-shipping": "Envío", - "returns-choose-retur,-shipping-method": "Choose which shipping method you want to use for this return.", - "returns-total-refund": "Total Refund", - "returns-amount": "Monto", - "returns-send-notifications": "Enviar notificaciones", - "returns-notify-customer-of-created-return": "Notify customer of created return", - "returns-back": "Atrás", - "returns-submit": "Submit", - "rma-sub-modals-search-for-additional": "Search for additional", - "rma-sub-modals-general": "General", - "rma-sub-modals-first-name": "Nombre", - "rma-sub-modals-last-name": "Apellido", - "rma-sub-modals-phone": "Teléfono", - "rma-sub-modals-shipping-address": "Dirección de envío", - "rma-sub-modals-address-1": "Dirección 1", - "rma-sub-modals-address-2": "Dirección 2", - "rma-sub-modals-province": "Colonia", - "rma-sub-modals-postal-code": "Código Postal", - "rma-sub-modals-city": "Ciudad", - "rma-sub-modals-country": "País", - "rma-sub-modals-back": "Atrás", - "rma-sub-modals-add": "Añadir", - "rma-sub-modals-name": "Nombre", - "rma-sub-modals-status": "Estado", - "rma-sub-modals-in-stock": "En existencias", - "rma-sub-modals-products": "Productos", - "rma-sub-modals-search-products": "Search Products..", - "rma-sub-modals-reason-for-return": "Motivo de la devolución", - "rma-sub-modals-reason": "Motivo", - "rma-sub-modals-note": "Nota", - "swap-success": "Éxito", - "swap-successfully-created-exchange": "Successfully created exchange", - "swap-error": "Error", - "swap-register-exchange": "Register Exchange", - "swap-items-to-return": "Artículos a devolver", - "swap-shipping": "Envío", - "swap-shipping-method": "Método de envío", - "swap-add-a-shipping-method": "Add a shipping method", - "swap-location": "Sucursal", - "swap-choose-which-location-you-want-to-return-the-items-to": "Elige la sucursal a la que se devolverán los artículos.", - "swap-select-location-to-return-to": "Selecciona la Sucursal a la que se devolverá", - "swap-items-to-send": "Artículos a enviar", - "swap-add-product": "Añadir Producto", - "swap-return-total": "Devolver Total", - "swap-additional-total": "Total Adicional", - "swap-outbond-shipping": "Envío saliente", - "swap-calculated-at-checkout": "Calculado antes de pagar", - "swap-estimated-difference": "Diferencia estimada", - "swap-send-notifications": "Enviar notificaciones", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Si no se selecciona, el cliente no será notificado de este intercambio", - "swap-complete": "Completo", - "templates-shipped": "Enviado", - "templates-fulfilled": "Entregado", - "templates-canceled": "Cancelado", - "templates-partially-fulfilled": "Parcialmente entregado", - "templates-fulfillment-status-requires-action": "Acción requerida", - "templates-awaiting-fulfillment": "En espera de entrega", - "templates-partially-shipped": "Parcialmente enviado", - "templates-cancel-fulfillment-heading": "¿Cancelar entrega?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "¿Verdaderamente deseas cancelar esta entrega?", - "templates-successfully-canceled-swap": "Intercambio cancelado correctamente", - "templates-error": "Error", - "templates-successfully-canceled-claim": "Reclamación cancelada correctamente", - "templates-successfully-canceled-fulfillment": "Entrega cancelada correctamente", - "templates-fulfillment-has-been-canceled": "La entrega fue cancelada", - "templates-fulfilled-by-provider": "{{title}} Entregado por {{provider}}", - "templates-not-shipped": "Sin enviar", - "templates-tracking": "Rastreo", - "templates-shipped-from": "Enviado desde", - "templates-shipping-from": "Enviado hacia", - "templates-mark-shipped": "Marcar como enviado", - "templates-cancel-fulfillment": "Cancelar Entrega", - "templates-completed": "Completados", - "templates-processing": "Procesando", - "templates-requires-action": "Acción requerida", - "templates-capture-payment": "Capturar pago", - "templates-successfully-captured-payment": "Pago capturado correctamente", - "templates-refund": "Reembolsar", - "templates-total-for-swaps": "Total por Intercambios", - "templates-refunded-for-swaps": "Reembolsado por Intercambios", - "templates-refunded-for-returns": "Reembolsado por Devoluciones", - "templates-manually-refunded": "Reembolsado manualmente", - "templates-net-total": "Total Neto", - "templates-paid": "Pagado", - "templates-awaiting-payment": "Pendiente de pago", - "templates-payment-status-requires-action": "Acción requerida", - "draft-orders-completed": "Completados", - "draft-orders-open": "Abierto", - "draft-orders-mark-as-paid": "Marcar como pagado", - "draft-orders-success": "Éxito", - "draft-orders-successfully-mark-as-paid": "Marcado como pagado exitosamente", - "draft-orders-error": "Error", - "draft-orders-successfully-canceled-order": "Pedido cancelado correctamente", - "draft-orders-back-to-draft-orders": "Volver a Borradores de Pedidos", - "on-mark-as-paid-confirm-order-id": "Pedido #{{display_id}}", - "draft-orders-go-to-order": "Ir a Pedido", - "draft-orders-cancel-draft-order": "Cancelar Borrador de Pedido", - "draft-orders-draft-order": "Borrador de Pedido", - "draft-orders-email": "Correo electrónico", - "draft-orders-phone": "Teléfono", - "draft-orders-amount": "Monto {{currency_code}}", - "draft-orders-payment": "Pago", - "draft-orders-subtotal": "Subtotal", - "draft-orders-shipping": "Envío", - "draft-orders-tax": "Impuesto", - "draft-orders-total-to-pay": "Total a pagar", - "draft-orders-payment-link": "Enlace para pagar:", - "draft-orders-configure-payment-link-in-store-settings": "Configura el enlace para pagar en la configuración de la tienda", - "draft-orders-shipping-method": "Método de envío", - "draft-orders-data": "Información", - "draft-orders-1-item": "(1 artículo)", - "draft-orders-customer": "Cliente", - "draft-orders-edit-shipping-address": "Editar Dirección de Envío", - "draft-orders-edit-billing-address": "Editar Dirección de Facturación", - "draft-orders-go-to-customer": "Ir al Cliente", - "draft-orders-contact": "Contacto", - "draft-orders-billing": "Facturación", - "draft-orders-raw-draft-order": "Fuente del Borrador de Pedido", - "draft-orders-are-you-sure": "¿Estás seguro?", - "draft-orders-remove-resource-heading": "Remover {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} fue removido", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Esto creará un pedido. Marca esto como pagado si recibiste el pago.", - "draft-orders-mark-paid": "Marcar como pagado", - "draft-orders-cancel": "Cancelar", - "draft-orders-create-draft-order": "Crear borrador de pedido", - "edit-amount-paid": "Monto Pagado", - "edit-new-total": "Nuevo Total", - "edit-difference-due": "Diferencia debida", - "edit-back": "Atrás", - "edit-save-and-go-back": "Guardar y volver", - "edit-order-edit-set-as-requested": "La edición del pedido se marcó como solicitada", - "edit-failed-to-request-confirmation": "No se pudo confirmar la solicitud", - "edit-added-successfully": "Añadido exitosamente", - "edit-error-occurred": "Ocurrió un error", - "edit-add-product-variants": "Añadir Variantes del Producto", - "edit-edit-order": "Editar Pedido", - "edit-items": "Artículos", - "edit-add-items": "Añadir artículos", - "edit-filter-items": "Filtrar artículos...", - "edit-note": "Nota", - "edit-add-a-note": "Añadir nota...", - "variants-table-location": " en {{location}}", - "edit-product": "Producto", - "edit-in-stock": "En existencias", - "edit-price": "Precio", - "edit-products": "Productos", - "edit-search-product-variants": "Buscar Variantes de Producto...", - "orders-success": "Éxito", - "orders-successfully-initiated-export": "Reporte iniciado correctamente", - "orders-error": "Error", - "orders-export-orders": "Exportar Pedidos", - "components-billing-address": "Dirección de Facturación", - "components-use-same-as-shipping": "Usar la misma que en envíos", - "components-e-g-gift-wrapping": "Ej: Envoltura de regalo", - "components-title": "Título", - "components-price": "Precio", - "components-quantity": "Monto", - "components-back": "Atrás", - "components-add": "Añadir", - "components-items-for-the-order": "Artículos para el pedido", - "components-details": "Detalles", - "components-price-excl-taxes": "Precio (sin impuestos)", - "components-add-custom": "Añadir personalizado", - "components-add-existing": "Añadir existente", - "components-add-products": "Añadir Productos", - "components-add-custom-item": "Añadir Artículo Personalizado", - "components-choose-region": "Elegir región", - "components-region": "Región", - "select-shipping-to-name": "(Para {{name}})", - "components-attention": "¡Atención!", - "components-no-options-for-orders-without-shipping": "No tienes opciones para pedidos sin envío. Por favor añade una (ej. \"Entrega en sucursal\") con \"Mostrar en sitio web\" sin seleccionar en la configuración de regiones y continua.", - "components-choose-a-shipping-method": "Elegir método de envío", - "components-set-custom-price": "Establecer precio personalizado", - "components-custom-price": "Precio Personalizado", - "components-customer-and-shipping-details": "Detalles del cliente y envío", - "components-find-existing-customer": "Buscar cliente existente", - "components-email": "Correo electrónico", - "components-choose-existing-addresses": "Elegir dirección existente", - "components-create-new": "Crear nuevo", - "components-the-discount-is-not-applicable-to-the-selected-region": "El descuento no aplica en la región seleccionada", - "components-the-discount-code-is-invalid": "El código de descuento es inválido", - "components-add-discount": "Añadir Descuento", - "components-summer-10": "VERANO10", - "components-discount": "Descuento", - "select-shipping-code": "(Código: {{code}})", - "components-type": "Tipo", - "components-value": "Valor", - "components-address": "Dirección", - "components-shipping-method": "Método de envío", - "components-billing-details": "Detalles de facturación", - "components-edit": "Editar", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm debe ser utilizado dentro de un NewOrderFormProvider", - "new-order-created": "Pedido creado", - "new-create-draft-order": "Crear borrador de pedido", - "batch-job-price-list-prices": "Precio en Listas de Precios", - "batch-job-upload-a-csv-file-with-variants": "Carga un archivo CSV con variantes y precios para actualizar tu lista de precios. Ten en cuenta que se eliminarán los precios existentes.", - "batch-job-unsure-about-how-to-arrange-your-list": "¿No sabes cómo organizar tu lista?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Descarga la plantilla debajo y actualiza tus precios", - "details-back-to-pricing": "Volver a Precios", - "details-raw-price-list": "Fuente de Lista de Precios", - "sections-customer-groups": "Grupos de Clientes", - "sections-last-edited": "Última edición", - "sections-price-overrides": "Modificaciones de precio", - "sections-more": "más", - "sections-delete-price-list-heading": "Eliminar Lista de Precios", - "sections-are-you-sure-you-want-to-delete-this-price-list": "¿Verdaderamente deseas eliminar esta lista de precios?", - "sections-success": "Éxito", - "sections-price-list-deleted-successfully": "Lista de precios eliminada correctamente", - "sections-edit-price-list-details": "Editar detalles de la lista de precios", - "sections-delete-price-list": "Eliminar Lista de Precios", - "edit-prices-overrides-edit-price-overrides": "Editar modificaciones de precio", - "edit-prices-overrides-success": "Éxito", - "edit-prices-overrides-price-overrides-updated": "Modificaciones de precio actualizadas", - "edit-prices-overrides-cancel": "Cancelar", - "edit-prices-overrides-save": "Guardar", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Añadir precios", - "prices-details-edit-prices": "Editar Precios", - "prices-details-prices": "Precios", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Podrás sobrescribir los precios de productos que añadas aquí", - "prices-details-remove-from-list": "Remover de la lista", - "prices-details-edit-manually": "Editar manualmente", - "prices-details-import-price-list": "Importar lista de precios", - "prices-table-search-by-name-or-sku": "Buscar por nombre o SKU...", - "prices-table-edit-prices": "Editar Precios", - "prices-table-remove-product": "Remover producto", - "prices-table-success": "Éxito", - "prices-table-deleted-prices-of-product": "Precios del product eliminados: {{title}}", - "prices-table-error": "Error", - "prices-table-name": "Nombre", - "prices-table-collection": "Colección", - "prices-table-no-collection": "Sin colección", - "prices-table-variants": "Variantes", - "pricing-add-price-list": "Añadir lista de precios", - "pricing-price-lists": "Listas de Precios", - "form-header-error": "Error", - "form-header-success": "Éxito", - "form-header-successfully-updated-price-list": "Lista de precios actualizada correctamente", - "form-header-publish-price-list": "Publicar lista de precios", - "form-header-save-as-draft": "Guardar como borrador", - "form-header-save-changes": "Guardar cambios", - "form-header-cancel": "Cancelar", - "pricing-form-create-new-price-list": "Crear lista de precios", - "pricing-form-edit-price-list": "Editar lista de precios", - "sections-configuration": "Configuración", - "sections-optional-configuration-for-the-price-list": "Configuración opcional de la lista de precios", - "sections-price-overrides-time-application": "Las modificaciones de precios aplican desde las publicas hasta siempre si no se cambian.", - "sections-price-overrides-has-a-start-date": "¿La modificación de precios tiene fecha de inicio?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Programa la activación de la modificación de precios para el futuro.", - "sections-price-overrides-has-an-expiry-date": "¿La modificación de precios tiene fecha de caducidad?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Programa desactivación de la modificación de precios para el futuro.", - "sections-end-date": "Fecha final", - "sections-customer-availabilty": "Disponibilidad a clientes", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Especifica a cuáles grupos de clientes aplica la modificación de precios", - "sections-customer-groups-label": "Grupos de Clientes", - "sections-general": "General", - "sections-general-information-for-the-price-list": "Información general de la lista de precios.", - "sections-name": "Nombre", - "sections-b-2-b-black-friday": "B2B, Black Friday...", - "sections-for-our-business-partners": "Para nuestros aliados comerciales...", - "sections-tax-inclusive-prices": "Precios con impuestos incluidos", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Elegir que todos los precios en esta lista tengan impuestos incluidos.", - "sections-prices": "Precios", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Podrás modificar los precios de los productos que agregues aquí", - "sections-define-the-price-overrides-for-the-price-list": "Define las modificaciones de precios para la lista de precios", - "sections-edit-prices-label": "Editar Precios", - "sections-remove-from-list": "Remover de la lista", - "sections-search-by-name-or-sku": "Buscar por nombre o SKU...", - "sections-edit-prices": "Editar Precios", - "sections-price-list-type": "Tipo de lista de precios", - "sections-select-the-type-of-the-price-list": "Selecciona el tipo de lista de precios", - "sections-sale-prices-compare-to-price-override": "A diferencia de un descuento, las modificaciones de precios no informan al cliente que el precio es parte de una promoción.", - "sections-sale": "Promoción", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Usa esto si estás creando precios para una promoción.", - "sections-override": "Sobrescribir", - "sections-use-this-to-override-prices": "Usa esto para modificar los precios.", - "components-success": "Éxito", - "components-successfully-updated-category-tree": "Se actualizó el árbol de categorías correctamente", - "components-error": "Error", - "components-failed-to-update-category-tree": "No se pudo actualizar el árbol de categorías", - "components-delete": "Eliminar", - "components-category-deleted": "Categoría eliminada", - "components-category-deletion-failed": "No se pudo eliminar la categoría", - "components-category-status-is-inactive": "El estado de la categoría es inactivo", - "components-category-visibility-is-private": "La visibilidad de la categoría es privada", - "components-add-category-item-to": "Añadir artículo de categoría a", - "modals-public": "Público", - "modals-private": "Privado", - "modals-active": "Activo", - "modals-inactive": "Inactivo", - "modals-success": "Éxito", - "modals-successfully-created-a-category": "Categoría creada correctamente", - "modals-failed-to-create-a-new-category": "No se pudo crear la categoría", - "modals-error": "Error", - "modals-save-category": "Guardar categoría", - "modals-add-category-to": "Añadir categoría a {{name}}", - "modals-add-category": "Añadir categoría", - "modals-details": "Detalles", - "modals-name": "Nombre", - "modals-give-this-category-a-name": "Dale un nombre a esta categoría", - "modals-handle": "Identificador", - "modals-custom-handle": "Identificador personalizado", - "modals-description": "Descripción", - "modals-give-this-category-a-description": "Dale una descripción a esta categoría", - "modals-status": "Estado", - "modals-visibility": "Visibilidad", - "modals-successfully-updated-the-category": "Categoría actualizada correctamente", - "modals-failed-to-update-the-category": "No se pudo actualizar la categoría", - "modals-edit-product-category": "Editar categoría de producto", - "modals-cancel": "Cancelar", - "modals-save-and-close": "Guardar y cerrar", - "pages-no-product-categories-yet": "No hay categorías de producto todavía, usa el botón de arriba para crear la primera.", - "pages-add-category": "Añadir categoría", - "pages-product-categories": "Categorías de Productos", - "pages-helps-you-to-keep-your-products-organized": "Ayuda a mantener tus productos organizados.", - "batch-job-success": "Éxito", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Importación confirmada para procesamiento. El progreso está disponible en el cajón de actividad.", - "batch-job-error": "Error", - "batch-job-import-failed": "Importación fallida.", - "batch-job-failed-to-delete-the-csv-file": "No se pudo eliminar el archivo CSV", - "batch-job-failed-to-cancel-the-batch-job": "No se pudo cancelar la tarea masiva", - "batch-job-products-list": "lista de productos", - "batch-job-download-template": "Descarga la plantilla debajo para asegurar que sigues el formato correcto.", - "batch-job-imports-description": "Puedes crear y editar productos mediante importaciones. Para actualizar productos/variantes debes usar la ID en la columna del producto/variante existente. Si no se brinda la ID se creará un nuevo registro. Se te solicitará una confirmación previa a importar los productos.", - "products-filters": "Filtros", - "products-status": "Estado", - "products-tags": "etiquetas", - "products-spring-summer": "Primavera, verano...", - "new-sales-channels": "Canales de venta", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Este producto solamente estará disponible en el canal de ventas predeterminado si no se cambia.", - "new-change-availablity": "Cambiar disponibilidad", - "add-variants-a-variant-with-these-options-already-exists": "Ya existe una variante con estas opciones.", - "add-variants-product-options": "Opciones del producto", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Las opciones son utilizadas para definir colores, tamaños, etc. del producto.", - "add-variants-option-title": "Título de la opción", - "add-variants-variations-comma-separated": "Variantes (separadas por comas)", - "add-variants-color": "Color...", - "add-variants-already-exists": "ya existe", - "add-variants-blue-red-black": "Azul, Rojo, Negro...", - "add-variants-add-an-option": "Añadir una opción", - "add-variants-product-variants": "Variantes del producto", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Se requiere al menos una opción del producto para crear variantes.", - "add-variants-variant": "Variante", - "add-variants-inventory": "Inventario", - "add-variants-add-a-variant": "Añadir una variante", - "add-variants-create-variant": "Crear Variante", - "add-variants-cancel": "Cancelar", - "add-variants-save-and-close": "Guardar y cerrar", - "new-variant-a-variant-with-these-options-already-exists": "Ya existe una variante con estas opciones.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "¿Verdaderamente deseas eliminar esta variante?", - "new-variant-delete-variant": "Eliminar Variante", - "new-variant-edit": "Editar", - "new-variant-delete": "Eliminar", - "new-variant-edit-variant": "Editar Variante", - "new-variant-cancel": "Cancelar", - "new-variant-save-and-close": "Guardar y cerrar", - "new-something-went-wrong-while-trying-to-upload-images": "Algo salió mal al intentar subir las imágenes.", - "new-no-file-service-configured": "Es posible que no tengas un servicio de archivos configurado. Por favor contacta a tu administrador", - "new-upload-thumbnail-error": "Algo salió mal al intentar subir la miniatura.", - "new-save-as-draft": "Guardar como borrador", - "new-publish-product": "Publicar producto", - "new-general-information-title": "Información General", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Para comenzar a vender, solo necesitas un nombre y un precio.", - "new-organize-product": "Organizar Producto", - "new-add-variations-of-this-product": "Añadir variaciones del producto.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Ofrece diferentes opciones de color, formato, tamaño, etc. a tus clientes.", - "new-used-for-shipping-and-customs-purposes": "Utilizado con propósitos de envíos y aduana", - "new-dimensions": "Dimensiones", - "new-customs": "Aduana", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Utilizado para representar tu producto durante el pago, redes sociales y más.", - "new-media": "Medios", - "new-add-images-to-your-product": "Añade imágenes a tu producto.", - "overview-import-products": "Importar Productos", - "overview-export-products": "Exportar Productos", - "overview-new-product": "Nuevo Producto", - "overview-new-collection": "Nueva Colección", - "overview-success": "Éxito", - "overview-successfully-created-collection": "Colección creada correctamente", - "overview-error": "Error", - "overview-successfully-initiated-export": "Reporte iniciado correctamente", - "modals-add-sales-channels": "Añadir canales de venta", - "modals-find-channels": "Encontrar canales", - "modals-updated-the-api-key": "Llave de API actualizada", - "modals-failed-to-update-the-api-key": "No se pudo actualizar la llave de API", - "modals-edit-api-key-details": "Editar detalles de la llave de API", - "modals-title": "Título", - "modals-name-your-key": "Nombra tu llave", - "modals-sales-channels-added-to-the-scope": "Canales de venta añadidos al alcance", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Ocurrió un error al añadir canales de ventas al alcance de la llave", - "modals-add-and-go-back": "Añadir y volver atrás", - "modals-add-and-close": "Añadir y cerrar", - "modals-sales-channels-removed-from-the-scope": "Canales de ventas removidos del alcance", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Ocurrió un error al remover los canales de ventas del alcance de la llave", - "modals-edit-sales-channels": "Editar canales de ventas", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Deseleccionar", - "modals-remove": "Remover", - "modals-add-channels": "Añadir canales", - "modals-close": "Cerrar", - "pages-sales-channels": "Canales de venta", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Añade cuantos canales de ventas necesites a tu llave de API.", - "pages-add-sales-channels": "Añadir canales de venta", - "pages-edit-sales-channels": "Editar canales de ventas", - "pages-success": "Éxito", - "pages-created-a-new-api-key": "Llave de API creada", - "pages-error": "Error", - "pages-failed-to-create-a-new-api-key": "No se pudo crear la llave de API", - "pages-sales-channels-added-to-the-scope": "Canales de venta añadidos al alcance", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Ocurrió un error al añadir canales de ventas al alcance de la llave", - "pages-publish-api-key": "Publicar llave de API", - "pages-create-api-key": "Crear llave de API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Crea y administra llaves de API. Por ahora esto solo está relacionado con canales de ventas.", - "pages-create-api-key-label": "Crear llave de API", - "pages-back-to-settings": "Volver a Configuración", - "pages-publishable-api-keys": "Llaves de API publicables", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Estas llaves publicables te permitirán autenticar tus solicitudes a la API.", - "tables-name": "Nombre", - "tables-token": "Token", - "tables-done": "completado", - "tables-copy-to-clipboard": "Copiar al portapapeles", - "tables-created": "Creado", - "tables-status": "Estado", - "tables-revoked": "Anulada", - "tables-live": "Activa", - "tables-edit-api-key-details": "Editar detalles de la llave de API", - "tables-edit-sales-channels": "Editar canales de ventas", - "tables-copy-token": "Copiar token", - "tables-revoke-token": "Anular token", - "tables-delete-api-key": "Eliminar llave de API", - "tables-yes-delete": "Sí, eliminar", - "tables-api-key-deleted": "Llave de API eliminada", - "tables-are-you-sure-you-want-to-delete-this-public-key": "¿Verdaderamente deseas eliminar esta llave pública?", - "tables-delete-key": "Eliminar llave", - "tables-yes-revoke": "Sí, anular", - "tables-api-key-revoked": "Llave de API anulada", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "¿Verdaderamente deseas anular esta llave pública?", - "tables-revoke-key": "Anular llave", - "tables-api-keys": "Llaves API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Todavía no hay llaves, usa el botón de arriba para crear la primera", - "tables-title": "Título", - "tables-description": "Descripción", - "tables-no-added-sales-channels": "No hay canales de venta agregados", - "tables-sales-channels": "Canales de venta", - "form-title": "Título", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Sitio web, app, Amazon, tienda física, Facebook...", - "form-description": "Descripción", - "form-available-products-at-our-website-app": "Productos disponibles en nuestro sitio web, app...", - "form-success": "Éxito", - "form-the-sales-channel-is-successfully-updated": "El canal de ventas fue actualizado correctamente", - "form-error": "Error", - "form-failed-to-update-the-sales-channel": "No se pudo actualizar el canal de ventas", - "form-sales-channel-details": "Detalles del canal de ventas", - "form-general-info": "Info general", - "form-name": "Nombre", - "form-close": "Cerrar", - "form-save": "Guardar", - "pages-draft": "Borrador", - "pages-control-which-products-are-available-in-which-channels": "Controla cuales productos están disponibles en cuales canales de ventas", - "pages-search-by-title-or-description": "Buscar por título o descripción", - "pages-confirm-delete-sales-channel": "¿Verdaderamente deseas eliminar este canal de ventas? Su configuración se perderá permanentemente.", - "pages-delete-channel-heading": "Eliminar Canal", - "pages-edit-general-info": "Editar info general", - "pages-add-products": "Añadir Productos", - "pages-delete-channel": "Eliminar Canal", - "pages-disabled": "Deshabilitado", - "pages-enabled": "Habilitado", - "tables-collection": "Colección", - "tables-start-building-your-channels-setup": "Comienza a armar la configuración de tus canales...", - "tables-no-products-in-channels": "Todavía no hay productos en este canal, pero aquí aparecerán cuando se agreguen.", - "tables-add-products": "Añadir Productos", - "tables-details": "Detalles", - "tables-remove-from-the-channel": "Remover del canal", - "tables-products": "Productos", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Remover", - "components-successfully-updated-currency": "Divisa actualizada correctamente", - "components-default": "Predeterminado", - "default-store-currency-success": "Éxito", - "default-store-currency-successfully-updated-default-currency": "Divisa predeterminada actualizada correctamente", - "default-store-currency-error": "Error", - "default-store-currency-default-store-currency": "Divisa predeterminada de la tienda", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Esta es la divisa en la que se muestran tus precios.", - "store-currencies-success": "Éxito", - "store-currencies-successfully-updated-currencies": "Divisas actualizadas correctamente", - "store-currencies-error": "Error", - "store-currencies-cancel": "Cancelar", - "store-currencies-save-and-go-back": "Guardar y volver", - "store-currencies-save-and-close": "Guardar y cerrar", - "store-currencies-add-store-currencies": "Añadir Divisas de la Tienda", - "store-currencies-current-store-currencies": "Divisas de la Tienda Actuales", - "store-currencies-close": "Cerrar", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Deseleccionar", - "store-currencies-remove": "Remover", - "store-currencies-add-currencies": "Añadir divisas", - "store-currencies-store-currencies": "Divisas de la tienda", - "store-currencies-all-the-currencies-available-in-your-store": "Todas las divisas disponibles en tu tienda.", - "store-currencies-edit-currencies": "Editar divisas", - "currencies-an-unknown-error-occurred": "Ocurrió un error desconocido", - "currencies-error": "Error", - "currencies-back-to-settings": "Volver a Ajustes", - "currencies-manage-the-markets-that-you-will-operate-within": "Maneja los mercados en los que operarás.", - "currencies-include-or-exclude-taxes": "Decide si deseas incluir o excluir impuestos siempre que definas un precio en esta divisa", - "currencies-tax-incl-prices": "Precios con impuesto incluido", - "settings-error": "Error", - "settings-malformed-swap-url": "URL de intercambio mal formada", - "settings-malformed-payment-url": "URL de pago mal formada", - "settings-malformed-invite-url": "URL de invitación mal formada", - "settings-success": "Éxito", - "settings-successfully-updated-store": "Tienda actualizada correctamente", - "settings-back-to-settings": "Volver a Ajustes", - "settings-save": "Guardar", - "settings-cancel": "Cancelar", - "settings-store-details": "Detalles de la tienda", - "settings-manage-your-business-details": "Maneja los detalles de tu negocio", - "settings-general": "General", - "settings-store-name": "Nombre de la tienda", - "settings-medusa-store": "Tienda Medusa", - "settings-advanced-settings": "Ajustes avanzados", - "settings-swap-link-template": "Cambiar plantilla de enlace", - "settings-draft-order-link-template": "Generar borrador de plantilla de enlace", - "settings-invite-link-template": "Plantilla del enlace de invitación", - "settings-manage-the-general-settings-for-your-store": "Maneja los ajustes generales de tu tienda", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Maneja los ajustes para las extensiones de tu tienda", - "edit-user-information-success": "Éxito", - "edit-user-information-your-information-was-successfully-updated": "Tu información fue actualizada correctamente", - "edit-user-information-edit-information": "Editar información", - "edit-user-information-cancel": "Cancelar", - "edit-user-information-submit-and-close": "Enviar y cerrar", - "personal-information-back-to-settings": "Volver a Ajustes", - "personal-information-personal-information": "Información personal", - "personal-information-manage-your-medusa-profile": "Maneja tu perfil de Medusa", - "personal-information-language-settings-title": "Idioma", - "personal-information-language-settings-description": "Ajusta el idioma de tu panel administrativo en Medusa", - "personal-information-language-settings-help-us-translate": "Ayúdanos a traducir", - "personal-information-usage-insights-title": "Información de uso", - "usage-insights-disabled": "Deshabilitado", - "usage-insights-active": "Activo", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Compartir información de uso para ayudar a mejorar Medusa", - "usage-insights-edit-preferences": "Editar preferencias", - "usage-insights-success": "Éxito", - "usage-insights-your-information-was-successfully-updated": "Tu información fue actualizada correctamente", - "usage-insights-error": "Error", - "usage-insights-cancel": "Cancelar", - "usage-insights-submit-and-close": "Enviar y cerrar", - "region-form-title": "Título", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Se requiere un código de divisa", - "region-form-currency": "Divisa", - "region-form-choose-currency": "Elegir divisa", - "region-form-default-tax-rate": "Tasa Impositiva Predeterminada", - "region-form-tax-rate-is-required": "Se requiere la tasa impositiva", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "La tasa impositiva debe ser menor o igual a 100", - "region-form-default-tax-code": "Código fiscal predeterminado", - "region-form-countries": "Países", - "region-form-choose-countries": "Elegir países", - "region-form-tax-inclusive-prices": "Precios con impuestos incluidos", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Si se habilita, los precios de la región tendrán impuestos incluidos.", - "region-form-payment-providers-are-required": "Se requieren proveedores de pagos", - "region-form-payment-providers": "Proveedores de Pagos", - "region-form-choose-payment-providers": "Elegir proveedores de pagos...", - "region-form-fulfillment-providers-are-required": "Se requieren proveedores de entregas", - "region-form-fulfillment-providers": "Proveedores de Entregas", - "region-form-choose-fulfillment-providers": "Elegir proveedores de entregas...", - "shipping-option-card-success": "Éxito", - "shipping-option-card-shipping-option-updated": "Opción de envío actualizada", - "shipping-option-card-error": "Error", - "shipping-option-card-edit-shipping-option": "Editar Opción de Envío", - "shipping-option-card-fulfillment-method": "Método de Entrega", - "shipping-option-card-cancel": "Cancelar", - "shipping-option-card-save-and-close": "Guardar y cerrar", - "shipping-option-card-shipping-option-has-been-deleted": "Opción de envío ha sido eliminada", - "shipping-option-card-flat-rate": "Tarifa fija", - "shipping-option-card-calcualted": "Calculado", - "shipping-option-card-min-subtotal": "Min. subtotal:", - "shipping-option-card-max-subtotal": "Max. subtotal:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Tienda", - "shipping-option-card-edit": "Editar", - "shipping-option-card-delete": "Eliminar", - "shipping-option-form-visible-in-store": "Visible en la tienda", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Habilita o deshabilita la visibilidad de la opción de envío en la tienda.", - "shipping-option-form-details": "Detalles", - "shipping-option-form-title": "Título", - "shipping-option-form-title-is-required": "Se requiere el título", - "shipping-option-form-price-type": "Tipo de Precio", - "shipping-option-form-flat-rate": "Tarifa fija", - "shipping-option-form-calculated": "Calculado", - "shipping-option-form-choose-a-price-type": "Elige un tipo de precio", - "shipping-option-form-price": "Precio", - "shipping-option-form-shipping-profile": "Perfil de Envío", - "shipping-option-form-choose-a-shipping-profile": "Elige un perfil de envío", - "shipping-option-form-fulfillment-method": "Método de Entrega", - "shipping-option-form-choose-a-fulfillment-method": "Elige un método de entrega", - "shipping-option-form-requirements": "Requisitos", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. subtotal debe ser menor que el max. subtotal", - "shipping-option-form-min-subtotal": "Min. subtotal", - "shipping-option-form-max-subtotal": "Max. subtotal", - "shipping-option-form-metadata": "Metadatos", - "general-section-success": "Éxito", - "general-section-region-was-successfully-updated": "Región actualizada correctamente", - "general-section-error": "Error", - "general-section-edit-region-details": "Editar Detalles Regionales", - "general-section-details": "Detalles", - "general-section-providers": "Proveedores", - "general-section-metadata": "Metadatos", - "general-section-cancel": "Cancelar", - "general-section-save-and-close": "Guardar y cerrar", - "edit-something-went-wrong": "Algo salió mal...", - "edit-no-region-found": "No encontramos una región con esa ID, usa el menú a la izquierda para seleccionar una región.", - "return-shipping-options-success": "Éxito", - "return-shipping-options-shipping-option-created": "Opción de envío creada", - "return-shipping-options-error": "Error", - "return-shipping-options-add-return-shipping-option": "Añadir Opción para Envío de Devoluciones", - "return-shipping-options-cancel": "Cancelar", - "return-shipping-options-save-and-close": "Guardar y cerrar", - "return-shipping-options-return-shipping-options": "Opciones para Envío de Devoluciones", - "return-shipping-options-add-option": "Añadir opción", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Ingrese detalles sobre los métodos de envío de devolución regionales disponibles", - "shipping-options-success": "Éxito", - "shipping-options-shipping-option-created": "Opción de envío creada", - "shipping-options-error": "Error", - "shipping-options-add-shipping-option": "Añadir Opción de Envío", - "shipping-options-cancel": "Cancelar", - "shipping-options-save-and-close": "Guardar y cerrar", - "shipping-options-shipping-options": "Opciones de Envío", - "shipping-options-add-option": "Añadir opción", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Ingrese detalles sobre los métodos de envío regionales disponibles", - "new-region-created": "Región creada", - "new-create-region": "Crear región", - "new-details": "Detalles", - "new-add-the-region-details": "Añadir detalles de la región.", - "new-providers": "Proveedores", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Añade cuáles proveedores de entregas y envíos están disponibles en esta región.", - "region-overview-regions": "Regiones", - "region-overview-manage-the-markets-that-you-will-operate-within": "Maneja los mercados en los que operarás.", - "region-overview-not-configured": "No configurado", - "region-overview-fulfillment-providers": "Proveedores de entregas:", - "return-reasons-notification-success": "Éxito", - "return-reasons-created-a-new-return-reason": "Crear nuevo motivo de devolución", - "return-reasons-success": "Éxito", - "return-reasons-error": "Error", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "No se puede crear un motivo de devolución con un valor existente", - "return-reasons-add-reason": "Añadir Motivo", - "return-reasons-value-is-required": "Valor requerido", - "return-reasons-value": "Valor", - "return-reasons-label-is-required": "Etiqueta requerida", - "return-reasons-label": "Etiqueta", - "return-reasons-description": "Descripción", - "return-reasons-customer-received-the-wrong-size": "Cliente recibió el tamaño equivocado", - "return-reasons-cancel": "Cancelar", - "return-reasons-create": "Crear", - "return-reasons-success-title": "Éxito", - "return-reasons-successfully-updated-return-reason": "Motivo de devolución actualizado correctamente", - "return-reasons-duplicate-reason": "Duplicar motivo", - "return-reasons-delete-reason": "Eliminar motivo", - "return-reasons-save": "Guardar", - "return-reasons-details": "Detalles", - "return-reasons-delete-return-reason": "Eliminar Motivo de Devolución", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "¿Verdaderamente deseas eliminar este motivo de devolución?", - "return-reasons-back-to-settings": "Volver a Ajustes", - "return-reasons-return-reasons": "Motivos de Devolución", - "return-reasons-add-reason-label": "Añadir Motivo", - "return-reasons-manage-reasons-for-returned-items": "Controla los motivos para devolver artículos", - "taxes-details": "Detalles", - "taxes-new-tax-rate": "Nueva Tasa Impositiva", - "taxes-tax-calculation-settings": "Configuración del Cálculo de Impuestos", - "taxes-success": "Éxito", - "taxes-successfully-updated-tax-rate": "Tasa impositiva actualizada correctamente", - "taxes-error": "Error", - "taxes-overrides": "Modificaciones", - "taxes-product-rules": "Reglas de producto", - "taxes-product-rules-description_one": "Aplica a {{count}} productWithCount", - "taxes-product-rules-description_other": "Aplica a {{count}} productWithCount", - "taxes-product-type-rules": "Reglas de Tipo de Producto", - "taxes-product-type-rules-description_one": "Aplica a {{count}} producto typeWithCount", - "taxes-product-type-rules-description_other": "Aplica a {{count}} productos typeWithCount", - "taxes-shipping-option-rules": "Reglas de Opciones de Envío", - "taxes-applies-to-shipping-option-with-count_one": "Aplica a {{count}} envío optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Aplica a {{count}} envíos optionWithCount", - "taxes-add-overrides": "Añadir Modificaciones", - "taxes-cancel": "Cancelar", - "taxes-save": "Guardar", - "taxes-name": "Nombre", - "taxes-default": "Predeterminado", - "taxes-rate-name": "Nombre de la tarifa", - "taxes-tax-rate": "Tasa de Impuesto", - "taxes-tax-code": "Código de Impuesto", - "taxes-edit-tax-rate": "Editar Tasa de Impuesto", - "taxes-back-to-settings": "Volver a Ajustes", - "taxes-regions": "Regiones", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Selecciona la región en la que deseas manejar los impuestos", - "taxes-go-to-region-settings": "Ir a ajustes regionales", - "taxes-successfully-created-tax-rate": "Tasa de Impuesto creada correctamente", - "taxes-add-tax-rate": "Añadir Tasa de Impuesto", - "taxes-applies-to-product-type-with-count_one": "Aplica a {{count}} producto typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Aplica a {{count}} productos typeWithCount", - "taxes-create": "Crear", - "taxes-select-products": "Seleccionar Productos", - "taxes-select-product-types-label": "Seleccionar Tipos de Producto", - "taxes-product-types": "Tipos de Producto", - "taxes-system-tax-provider": "Proveedor de Impuestos del Sistema", - "taxes-region-tax-settings-were-successfully-updated": "Ajustes de impuestos regionales actualizados correctamente.", - "taxes-tax-provider": "Proveedor de impuestos", - "taxes-calculate-taxes-automatically": "¿Calcular impuestos automáticamente?", - "taxes-automatically-apply-tax-calculations-to-carts": "Si se habilita, Medusa automáticamente aplicará cálculos de impuestos a los Carritos de compra en esta Región. Si se deshabilita, deberás calcular los impuestos manualmente antes del pago. Se recomiendan los impuestos manuales si utilizas un proveedor de impuestos externo para evitar hacer demasiadas solicitudes", - "taxes-apply-tax-to-gift-cards": "¿Aplicar Impuestos a las Tarjetas de Regalo?", - "taxes-apply-taxes-to-gift-cards": "Sí se habilita, se aplicarán impuestos a las tarjetas de regalo durante el pago. En algunos países, se requiere aplicar impuestos al adquirir tarjetas de regalo.", - "taxes-search-products": "Buscar Productos..", - "taxes-select-shipping-option": "Seleccionar Opción de Envío", - "taxes-shipping-options": "Opciones de Envío", - "taxes-delete-tax-rate-heading": "Eliminar Tasa de Impuesto", - "taxes-confirm-delete": "¿Verdaderamente deseas eliminar esta Tasa de Impuesto?", - "taxes-tax-rate-was-deleted": "Tasa de Impuesto eliminada.", - "taxes-edit": "Editar", - "taxes-delete-tax-rate": "Eliminar Tasa de Impuesto", - "taxes-delete-rule": "Eliminar regla", - "taxes-type": "Tipo", - "taxes-products": "Productos", - "taxes-select-individual-products": "Seleccionar Productos Individuales", - "taxes-select-product-types": "Seleccionar Tipos de Producto", - "taxes-select-shipping-options": "Seleccionar Opciones de Envío", - "taxes-back": "Atrás", - "taxes-add": "Añadir", - "taxes-code": "Código", - "users-invite-users": "Invitar Usuarios", - "users-back-to-settings": "Volver a Ajustes", - "users-the-team": "El Equipo", - "users-manage-users-of-your-medusa-store": "Administrar usuarios de tu Tienda Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/fr/translation.json b/packages/admin-ui/ui/public/locales/fr/translation.json deleted file mode 100644 index 3f960f9ad1961..0000000000000 --- a/packages/admin-ui/ui/public/locales/fr/translation.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "back-button-go-back": "Précédent", - "sales-channels-display-available-count": "Disponible dans <2>{{availableChannelsCount}} sur un total de <6>{{totalChannelsCount}} Canaux de Vente", - "activity-drawer-activity": "Activité", - "activity-drawer-no-notifications-title": "C'est calme ici...", - "activity-drawer-no-notifications-description": "Vous n'avez pas de notifications pour le moment, mais une fois que vous en aurez, elles seront affichées ici.", - "activity-drawer-error-title": "Oh non...", - "activity-drawer-error-description": "Une erreur s'est produite lors de la récupération de vos notifications - Nous allons continuer à essayer !", - "activity-drawer-processing": "Traitement...", - "analytics-config-form-title": "Anonymiser mes données d'utilisation", - "analytics-config-form-description": "Vous pouvez choisir d'anonymiser vos données d'utilisation. Si cette option est sélectionnée, nous ne collecterons pas vos informations personnelles, telles que votre nom et votre adresse e-mail.", - "analytics-config-form-opt-out": "Désactiver le partage de mes données d'utilisation", - "analytics-config-form-opt-out-later": "Vous pouvez toujours désactiver le partage de vos données d'utilisation à tout moment.", - "analytics-preferences-success": "Succès", - "analytics-preferences-your-preferences-were-successfully-updated": "Vos préférences ont été mises à jour avec succès", - "analytics-preferences-error": "Erreur", - "analytics-preferences-help-us-get-better": "Aidez-nous à nous améliorer", - "analytics-preferences-disclaimer": "Pour créer la meilleure expérience de commerce en ligne possible, nous aimerions obtenir des informations sur la manière dont vous utilisez Medusa. Les informations sur les utilisateurs nous permettent de construire de meilleurs produits, plus engageants et plus faciles d'utilisation. Nous ne collectons des données que pour améliorer le produit. Lisez quelles données nous recueillons dans notre", - "analytics-preferences-documentation": "documentation", - "analytics-preferences-please-enter-a-valid-email": "Veuillez entrer une adresse e-mail valide", - "analytics-preferences-continue": "Continuer", - "currency-input-currency": "Devise", - "currency-input-amount-is-not-valid": "Le montant n'est pas valide", - "organisms-success": "Succès", - "organisms-delete-successful": "Suppression réussie", - "organisms-are-you-sure-you-want-to-delete": "Êtes-vous sûr de vouloir supprimer ?", - "organisms-no-cancel": "Non, annuler", - "organisms-yes-remove": "Oui, supprimer", - "details-collapsible-hide-additional-details": "Masquer les détails supplémentaires", - "details-collapsible-show-additional-details": "Afficher les détails supplémentaires", - "edit-user-modal-success": "Succès", - "edit-user-modal-user-was-updated": "L'utilisateur a été mis à jour", - "edit-user-modal-error": "Erreur", - "edit-user-modal-edit-user": "Modifier l'utilisateur", - "edit-user-modal-first-name-label": "Prénom", - "edit-user-modal-first-name-placeholder": "Prénom...", - "edit-user-modal-last-name-label": "Nom de famille", - "edit-user-modal-last-name-placeholder": "Nom de famille...", - "edit-user-modal-email": "E-mail", - "edit-user-modal-cancel": "Annuler", - "edit-user-modal-save": "Enregistrer", - "error-boundary-back-to-dashboard": "Retour au tableau de bord", - "error-boundary-an-unknown-error-occured": "Une erreur inconnue s'est produite", - "error-boundary-bad-request": "Requête incorrecte", - "error-boundary-you-are-not-logged-in": "Vous n'êtes pas connecté", - "error-boundary-you-do-not-have-permission-perform-this-action": "Vous n'avez pas la permission d'effectuer cette action", - "error-boundary-page-was-not-found": "Page non trouvée", - "error-boundary-an-unknown-server-error-occured": "Une erreur inconnue du serveur s'est produite", - "error-boundary-503": "Le serveur est actuellement indisponible", - "error-boundary-500": "Une erreur s'est produite sans cause spécifiée, il s'agit probablement d'un problème technique de notre part. Veuillez essayer de rafraîchir la page. Si le problème persiste, contactez votre administrateur.", - "error-boundary-400": "La requête était mal formée, corrigez votre requête et réessayez, s'il vous plaît.", - "error-boundary-401": "Vous n'êtes pas connecté, veuillez vous connecter pour continuer.", - "error-boundary-403": "Vous n'avez pas la permission d'effectuer cette action, si vous pensez qu'il s'agit d'une erreur, contactez votre administrateur.", - "error-boundary-404": "La page que vous avez demandée n'a pas été trouvée, veuillez vérifier l'URL et réessayer.", - "error-boundary-500-2": "Le serveur n'a pas pu traiter votre demande, il s'agit probablement d'un problème technique de notre part. Veuillez réessayer. Si le problème persiste, contactez votre administrateur.", - "error-boundary-503-2": "Le serveur est temporairement indisponible et votre demande n'a pas pu être traitée. Veuillez réessayer plus tard. Si le problème persiste, contactez votre administrateur.", - "export-modal-title": "Initialiser une exportation de vos données", - "export-modal-cancel": "Annuler", - "export-modal-export": "Exporter", - "file-upload-modal-upload-a-new-photo": "Télécharger une nouvelle photo", - "gift-card-banner-edit": "Modifier", - "gift-card-banner-unpublish": "Dépublier", - "gift-card-banner-publish": "Publier", - "gift-card-banner-delete": "Supprimer", - "gift-card-banner-published": "Publié", - "gift-card-banner-unpublished": "Non publié", - "gift-card-denominations-section-denomination-added": "Dénomination ajoutée", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Une nouvelle dénomination a été ajoutée avec succès", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Une dénomination avec cette valeur par défaut existe déjà", - "gift-card-denominations-section-error": "Erreur", - "gift-card-denominations-section-add-denomination": "Ajouter une dénomination", - "gift-card-denominations-section-cancel": "Annuler", - "gift-card-denominations-section-save-and-close": "Enregistrer et fermer", - "gift-card-denominations-section-denomination-updated": "Dénomination mise à jour", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Une nouvelle dénomination a été mise à jour avec succès", - "gift-card-denominations-section-edit-denomination": "Modifier la dénomination", - "gift-card-denominations-section-denominations": "Dénominations", - "gift-card-denominations-section-denomination": "Dénomination", - "gift-card-denominations-section-in-other-currencies": "Dans d'autres devises", - "gift-card-denominations-section-and-more_one": ", et {{count}} de plus", - "gift-card-denominations-section-and-more_other": ", et {{count}} de plus", - "gift-card-denominations-section-delete-denomination": "Supprimer la dénomination", - "gift-card-denominations-section-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette dénomination ?", - "gift-card-denominations-section-denomination-deleted": "Dénomination supprimée", - "gift-card-denominations-section-denomination-was-successfully-deleted": "La dénomination a été supprimée avec succès", - "gift-card-denominations-section-edit": "Modifier", - "gift-card-denominations-section-delete": "Supprimer", - "help-dialog-how-can-we-help": "Comment pouvons-nous vous aider ?", - "help-dialog-we-usually-respond-in-a-few-hours": "Nous répondons généralement en quelques heures", - "help-dialog-subject": "Sujet", - "help-dialog-what-is-it-about": "De quoi s'agit-il ?...", - "help-dialog-write-a-message": "Écrire un message...", - "help-dialog-feel-free-to-join-our-community-of": "N'hésitez pas à rejoindre notre communauté de", - "help-dialog-merchants-and-e-commerce-developers": "commerçants et développeurs de commerce en ligne", - "help-dialog-send-a-message": "Envoyer un message", - "invite-modal-success": "Succès", - "invite-modal-invitation-sent-to": "Invitation envoyée à {{user}}", - "invite-modal-error": "Erreur", - "invite-modal-member": "Membre", - "invite-modal-admin": "Administrateur", - "invite-modal-developer": "Développeur", - "invite-modal-invite-users": "Inviter des utilisateurs", - "invite-modal-email": "E-mail", - "invite-modal-role": "Rôle", - "invite-modal-select-role": "Sélectionner le rôle", - "invite-modal-cancel": "Annuler", - "invite-modal-invite": "Inviter", - "login-card-no-match": "Ces identifiants ne correspondent pas à nos enregistrements.", - "login-card-log-in-to-medusa": "Connectez-vous à Medusa", - "login-card-email": "E-mail", - "login-card-password": "Mot de passe", - "login-card-forgot-your-password": "Mot de passe oublié ?", - "metadata-add-metadata": "Ajouter des métadonnées", - "product-attributes-section-title": "Attributs", - "product-attributes-section-edit-attributes": "Modifier les attributs", - "product-attributes-section-dimensions": "Dimensions", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Configurer pour calculer les tarifs d'expédition les plus précis", - "product-attributes-section-customs": "Douanes", - "product-attributes-section-cancel": "Annuler", - "product-attributes-section-save": "Enregistrer", - "product-attributes-section-height": "Hauteur", - "product-attributes-section-width": "Largeur", - "product-attributes-section-length": "Longeur", - "product-attributes-section-weight": "Poids", - "product-attributes-section-mid-code": "Code MID", - "product-attributes-section-hs-code": "Code HS", - "product-attributes-section-country-of-origin": "Pays d'origine", - "product-general-section-success": "Succès", - "product-general-section-successfully-updated-sales-channels": "Mise à jour des canaux de vente réussie", - "product-general-section-error": "Erreur", - "product-general-section-failed-to-update-sales-channels": "Échec de la mise à jour des canaux de vente", - "product-general-section-edit-general-information": "Modifier les informations générales", - "product-general-section-gift-card": "Carte-cadeau", - "product-general-section-product": "Produit", - "product-general-section-metadata": "Métadonnées", - "product-general-section-cancel": "Annuler", - "product-general-section-save": "Enregistrer", - "product-general-section-delete": "Supprimer", - "product-general-section-edit-sales-channels": "Modifier les canaux de vente", - "product-general-section-published": "Publié", - "product-general-section-draft": "Brouillon", - "product-general-section-details": "Détails", - "product-general-section-subtitle": "Sous-titre", - "product-general-section-handle": "Ancre", - "product-general-section-type": "Type", - "product-general-section-collection": "Collection", - "product-general-section-category": "Catégorie", - "product-general-section-discountable": "Remisable", - "product-general-section-true": "Vrai", - "product-general-section-false": "Faux", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Canaux de vente", - "product-media-section-edit-media": "Modifier les médias", - "product-media-section-upload-images-error": "Une erreur s'est produite lors de la tentative de téléchargement des images.", - "product-media-section-file-service-not-configured": "Vous pourriez ne pas avoir de service de fichiers configuré. Veuillez contacter votre administrateur", - "product-media-section-error": "Erreur", - "product-media-section-media": "Média", - "product-media-section-add-images-to-your-product": "Ajoutez des images à votre produit.", - "product-media-section-cancel": "Annuler", - "product-media-section-save-and-close": "Enregistrer et fermer", - "product-raw-section-raw-gift-card": "Données de la Carte-cadeau", - "product-raw-section-raw-product": "Données du Produit", - "product-thumbnail-section-success": "Succès", - "product-thumbnail-section-successfully-deleted-thumbnail": "Miniature supprimée avec succès", - "product-thumbnail-section-error": "Erreur", - "product-thumbnail-section-edit": "Modifier", - "product-thumbnail-section-upload": "Télécharger", - "product-thumbnail-section-upload-thumbnail-error": "Une erreur s'est produite lors de la tentative de téléchargement de la miniature.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Vous pourriez ne pas avoir de service de fichiers configuré. Veuillez contacter votre administrateur", - "product-thumbnail-section-upload-thumbnail": "Télécharger la miniature", - "product-thumbnail-section-thumbnail": "Miniature", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Utilisée pour représenter votre produit lors du paiement, du partage sur les réseaux sociaux, etc.", - "product-thumbnail-section-cancel": "Annuler", - "product-thumbnail-section-save-and-close": "Enregistrer et fermer", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Ajouter des prix", - "product-variants-section-add-variant": "Ajouter une variante", - "product-variants-section-cancel": "Annuler", - "product-variants-section-save-and-close": "Enregistrer et fermer", - "product-variants-section-edit-stock-inventory": "Modifier le stock et l'inventaire", - "product-variants-section-edit-variant": "Modifier la variante", - "edit-variants-modal-cancel": "Annuler", - "edit-variants-modal-save-and-go-back": "Enregistrer et revenir", - "edit-variants-modal-save-and-close": "Enregistrer et fermer", - "edit-variants-modal-edit-variant": "Modifier la variante", - "edit-variants-modal-update-success": "Les variantes ont été mises à jour avec succès", - "edit-variants-modal-edit-variants": "Modifier les variantes", - "edit-variants-modal-product-variants": "Variantes de produit", - "edit-variants-modal-variant": "Variante", - "edit-variants-modal-inventory": "Inventaire", - "product-variants-section-edit-prices": "Modifier les prix", - "product-variants-section-edit-variants": "Modifier les variantes", - "product-variants-section-edit-options": "Modifier les options", - "product-variants-section-product-variants": "Variantes de produit", - "product-variants-section-error": "Erreur", - "product-variants-section-failed-to-update-product-options": "Échec de la mise à jour des options de produit", - "product-variants-section-success": "Succès", - "product-variants-section-successfully-updated-product-options": "Mise à jour des options de produit réussie", - "product-variants-section-product-options": "Options de produit", - "product-variants-section-option-title": "Titre de l'option", - "product-variants-section-option-title-is-required": "Le titre de l'option est requis", - "product-variants-section-add-an-option": "Ajouter une option", - "product-variants-section-inventory": "Inventaire", - "product-variants-section-title": "Titre", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Gérer l'inventaire", - "product-variants-section-duplicate-variant": "Dupliquer la variante", - "product-variants-section-delete-variant-label": "Supprimer la variante", - "product-variants-section-yes-delete": "Oui, supprimer", - "product-variants-section-delete-variant-heading": "Supprimer la variante", - "product-variants-section-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette variante ?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Note : La suppression de la variante supprimera également les éléments et niveaux de l'inventaire", - "reset-token-card-error": "Erreur", - "reset-token-card-reset-your-password": "Réinitialiser votre mot de passe", - "reset-token-card-password-reset-description": "Entrez votre adresse e-mail ci-dessous, et nous vous enverrons des instructions sur la façon de réinitialiser votre mot de passe.", - "reset-token-card-email": "E-mail", - "reset-token-card-this-is-not-a-valid-email": "Ce n'est pas une adresse e-mail valide", - "reset-token-card-send-reset-instructions": "Envoyer les instructions de réinitialisation", - "reset-token-card-successfully-sent-you-an-email": "Un e-mail vous a été envoyé avec succès", - "reset-token-card-go-back-to-sign-in": "Retour à la page de connexion", - "rma-return-product-table-product-details": "Détails du produit", - "rma-return-product-table-quantity": "Quantité", - "rma-select-product-table-product-details": "Détails du produit", - "rma-select-product-table-quantity": "Quantité", - "rma-select-product-table-refundable": "Remboursable", - "rma-select-product-table-images-witch-count_one": "{{count}} image", - "rma-select-product-table-images-witch-count_other": "{{count}} images", - "rma-select-product-table-select-reason": "Sélectionner une raison", - "sidebar-store": "Boutique", - "sidebar-orders": "Commandes", - "sidebar-products": "Produits", - "sidebar-categories": "Catégories", - "sidebar-customers": "Clients", - "sidebar-inventory": "Inventaire", - "sidebar-discounts": "Réductions", - "sidebar-gift-cards": "Cartes-cadeaux", - "sidebar-pricing": "Tarification", - "sidebar-settings": "Paramètres", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} sur {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} sur {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} sur {{soothedPageCount}}", - "timeline-request-return": "Demander un retour", - "timeline-register-exchange": "Enregistrer un échange", - "timeline-register-claim": "Enregistrer une réclamation", - "timeline-success": "Succès", - "timeline-added-note": "Note ajoutée", - "timeline-error": "Erreur", - "timeline-timeline": "Chronologie", - "upload-modal-new": "nouveau", - "upload-modal-updates": "mises à jour", - "upload-modal-drop-your-file-here-or": "Déposez votre fichier ici, ou", - "upload-modal-click-to-browse": "cliquez pour parcourir.", - "upload-modal-only-csv-files-are-supported": "Seuls les fichiers .csv sont pris en charge.", - "upload-modal-import-file-title": "Importer {{fileTitle}}", - "upload-modal-cancel": "Annuler", - "upload-modal-import-list": "Importer la liste", - "add-products-modal-add-products": "Ajouter des produits", - "add-products-modal-search-by-name-or-description": "Rechercher par nom ou description...", - "add-products-modal-cancel": "Annuler", - "add-products-modal-save": "Enregistrer", - "add-products-modal-product-details": "Détails du produit", - "add-products-modal-status": "Statut", - "add-products-modal-variants": "Variantes", - "templates-general": "Général", - "templates-first-name": "Prénom", - "templates-last-name": "Nom de famille", - "templates-company": "Société", - "templates-phone": "Téléphone", - "templates-billing-address": "Adresse de facturation", - "templates-shipping-address": "Adresse de livraison", - "templates-address": "Adresse", - "templates-address-1": "Adresse 1", - "templates-address-2": "Adresse 2", - "templates-postal-code": "Code postal", - "templates-city": "Ville", - "templates-province": "Province", - "templates-country": "Pays", - "templates-metadata": "Métadonnées", - "collection-modal-success": "Succès", - "collection-modal-successfully-updated-collection": "Collection mise à jour avec succès", - "collection-modal-error": "Erreur", - "collection-modal-successfully-created-collection": "Collection créée avec succès", - "collection-modal-edit-collection": "Modifier la collection", - "collection-modal-add-collection": "Ajouter une collection", - "collection-modal-description": "Pour créer une collection, vous avez seulement besoin d'un titre et d'une ancre.", - "collection-modal-details": "Détails", - "collection-modal-title-label": "Titre", - "collection-modal-title-placeholder": "Lunettes de soleil", - "collection-modal-handle-label": "Ancre", - "collection-modal-handle-placeholder": "lunettes-de-soleil", - "collection-modal-slug-description": "URL Slug pour la collection. Sera généré automatiquement si laissé vide.", - "collection-modal-metadata": "Métadonnées", - "collection-modal-cancel": "Annuler", - "collection-modal-save-collection": "Enregistrer la collection", - "collection-modal-publish-collection": "Publier la collection", - "collection-product-table-add-products": "Ajouter des produits", - "collection-product-table-products": "Produits", - "collection-product-table-search-products": "Rechercher des produits", - "collection-product-table-cancel": "Annuler", - "collection-product-table-save": "Enregistrer", - "collection-product-table-sort-by": "Trier par", - "collection-product-table-all": "Tous", - "collection-product-table-newest": "Les plus récents", - "collection-product-table-oldest": "Plus ancien", - "collection-product-table-title": "Titre", - "collection-product-table-decide-status-published": "Publié", - "collection-product-table-draft": "Brouillon", - "collection-product-table-proposed": "Proposé", - "collection-product-table-rejected": "Rejeté", - "collection-product-table-remove-product-from-collection": "Retirer le produit de la collection", - "collection-product-table-product-removed-from-collection": "Produit retiré de la collection", - "collections-table-delete-collection": "Supprimer la collection", - "collections-table-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette collection ?", - "collections-table-edit": "Modifier", - "collections-table-delete": "Supprimer", - "collections-table-title": "Titre", - "collections-table-handle": "Ancre", - "collections-table-created-at": "Créé le", - "collections-table-updated-at": "Mis à jour le", - "collections-table-products": "Produits", - "customer-group-table-details": "Détails", - "customer-group-table-delete": "Supprimer", - "customer-group-table-success": "Succès", - "customer-group-table-group-deleted": "Groupe supprimé", - "customer-group-table-error": "Erreur", - "customer-group-table-failed-to-delete-the-group": "Échec de la suppression du groupe", - "customer-group-table-customer-groups": "Groupes de clients", - "customer-group-table-delete-from-the-group": "Supprimer du groupe", - "customer-group-table-customer-groups-title": "Groupes de clients", - "customer-group-table-groups": "Groupes", - "customer-group-table-all": "Tous", - "customer-group-table-edit-customers": "Modifier les clients", - "customer-group-table-customers": "Clients", - "customer-group-table-cancel": "Annuler", - "customer-group-table-save": "Enregistrer", - "customer-orders-table-orders": "Commandes", - "customer-orders-table-transfer-order": "Transférer la commande", - "customer-orders-table-paid": "Payé", - "customer-orders-table-awaiting": "En attente", - "customer-orders-table-requires-action": "Nécessite une action", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Satisfait", - "customer-orders-table-shipped": "Expédié", - "customer-orders-table-not-fulfilled": "Non satisfait", - "customer-orders-table-partially-fulfilled": "Partiellement satisfait", - "customer-orders-table-partially-shipped": "Partiellement expédié", - "customer-orders-table-order": "Commande", - "customer-orders-table-remainder-more": "+ {{remainder}} de plus", - "customer-orders-table-date": "Date", - "customer-orders-table-fulfillment": "Satisfaction", - "customer-orders-table-status": "Statut", - "customer-orders-table-total": "Total", - "customer-table-customers": "Clients", - "customer-table-edit": "Modifier", - "customer-table-details": "Détails", - "customer-table-date-added": "Date d'ajout", - "customer-table-name": "Nom", - "customer-table-email": "E-mail", - "customer-table-orders": "Commandes", - "discount-filter-dropdown-filters": "Filtres", - "discount-table-discounts": "Remises", - "discount-table-search-by-code-or-description": "Rechercher par code ou description...", - "discount-table-success": "Succès", - "discount-table-successfully-copied-discount": "Remise copiée avec succès", - "discount-table-error": "Erreur", - "discount-table-scheduled": "Planifié", - "discount-table-expired": "Expiré", - "discount-table-active": "Actif", - "discount-table-disabled": "Désactivé", - "discount-table-free-shipping": "Livraison gratuite", - "discount-table-code": "Code", - "discount-table-description": "Description", - "discount-table-amount": "Montant", - "discount-table-status": "Statut", - "discount-table-redemptions": "Utilisations", - "discount-table-delete-discount": "Supprimer la remise", - "discount-table-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette remise ?", - "discount-table-publish": "Publier", - "discount-table-unpublish": "Dépublier", - "discount-table-successfully-published-discount": "Remise publiée avec succès", - "discount-table-successfully-unpublished-discount": "Remise dépubliée avec succès", - "discount-table-duplicate": "Dupliquer", - "discount-table-delete": "Supprimer", - "draft-order-table-draft-orders": "Commandes en attente", - "draft-order-table-completed": "Terminées", - "draft-order-table-open": "Ouvertes", - "draft-order-table-draft": "Brouillon", - "draft-order-table-order": "Commande", - "draft-order-table-date-added": "Date d'ajout", - "draft-order-table-customer": "Client", - "draft-order-table-status": "Statut", - "gift-card-filter-dropdown-is-in-the-last": "est dans les derniers", - "gift-card-filter-dropdown-is-older-than": "est plus ancien que", - "gift-card-filter-dropdown-is-after": "est après", - "gift-card-filter-dropdown-is-before": "est avant", - "gift-card-filter-dropdown-is-equal-to": "est égal à", - "gift-card-filter-dropdown-filters": "Filtres", - "gift-card-filter-dropdown-status": "Statut", - "gift-card-filter-dropdown-payment-status": "Statut de paiement", - "gift-card-filter-dropdown-fulfillment-status": "Statut de livraison", - "gift-card-filter-dropdown-date": "Date", - "gift-card-table-gift-cards": "Cartes-cadeaux", - "gift-card-table-code": "Code", - "gift-card-table-order": "Commande", - "gift-card-table-original-amount": "Montant initial", - "gift-card-table-balance": "Solde", - "gift-card-table-region-has-been-deleted": "La région a été supprimée", - "gift-card-table-none": "Aucun", - "gift-card-table-created": "Créé", - "image-table-file-name": "Nom du fichier", - "image-table-thumbnail": "Miniature", - "image-table-select-thumbnail-image-for-product": "Sélectionnez l'image que vous souhaitez utiliser comme miniature pour ce produit", - "inventory-table-inventory-items": "Articles en inventaire", - "inventory-table-actions-adjust-availability": "Ajuster la disponibilité", - "inventory-table-view-product": "Voir le produit", - "inventory-table-success": "Succès", - "inventory-table-inventory-item-updated-successfully": "Mise à jour de l'article en inventaire réussie", - "inventory-table-adjust-availability": "Ajuster la disponibilité", - "inventory-table-cancel": "Annuler", - "inventory-table-save-and-close": "Enregistrer et fermer", - "inventory-table-item": "Article", - "inventory-table-variant": "Variante", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Réservé", - "inventory-table-in-stock": "En stock", - "order-filter-dropdown-filters": "Filtres", - "order-filter-dropdown-status": "Statut", - "order-filter-dropdown-payment-status": "Statut du paiement", - "order-filter-dropdown-fulfillment-status": "Statut de la livraison", - "order-filter-dropdown-regions": "Régions", - "order-filter-dropdown-sales-channel": "Canal de vente", - "order-filter-dropdown-date": "Date", - "order-table-paid": "Payé", - "order-table-awaiting": "En attente", - "order-table-requires-action": "Nécessite une action", - "order-table-canceled": "Annulée", - "order-table-n-a": "N/A", - "order-table-order": "Commande", - "order-table-date-added": "Date d'ajout", - "order-table-customer": "Client", - "order-table-fulfillment": "Livraison", - "order-table-payment-status": "Statut du paiement", - "order-table-sales-channel": "Canal de vente", - "order-table-total": "Total", - "order-table-filters-complete": "Complète", - "order-table-filters-incomplete": "Incomplète", - "price-list-table-filters": "Filtres", - "price-list-table-status": "Statut", - "price-list-table-type": "Type", - "price-list-table-price-lists": "Listes de prix", - "price-list-table-success": "Succès", - "price-list-table-successfully-copied-price-list": "Liste de prix copiée avec succès", - "price-list-table-error": "Erreur", - "price-list-table-delete-price-list": "Supprimer la liste de prix", - "price-list-table-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette liste de prix ?", - "price-list-table-successfully-deleted-the-price-list": "Liste de prix supprimée avec succès", - "price-list-table-successfully-unpublished-price-list": "Liste de prix dépubliée avec succès", - "price-list-table-successfully-published-price-list": "Liste de prix publiée avec succès", - "price-list-table-unpublish": "Dépublier", - "price-list-table-publish": "Publier", - "price-list-table-delete": "Supprimer", - "price-list-table-name": "Nom", - "price-list-table-description": "Description", - "price-list-table-groups": "Groupes", - "price-list-table-other-more": "+ {{other}} de plus", - "price-overrides-apply-overrides-on-selected-variants": "Appliquer les remises sur les variantes sélectionnées", - "price-overrides-apply-on-all-variants": "Appliquer à toutes les variantes", - "price-overrides-prices": "Prix", - "price-overrides-cancel": "Annuler", - "price-overrides-save-and-close": "Enregistrer et fermer", - "price-overrides-show-regions": "Afficher les régions", - "product-table-products": "Produits", - "product-table-copy-success": "Succès", - "product-table-copy-created-a-new-product": "Création d'un nouveau produit", - "product-table-copy-error": "Erreur", - "product-table-delete-product": "Supprimer le produit", - "product-table-confirm-delete": "Êtes-vous sûr de vouloir supprimer ce produit ?", - "product-table-edit": "Modifier", - "product-table-unpublish": "Dépublier", - "product-table-publish": "Publier", - "product-table-draft": "Brouillon", - "product-table-published": "Publié", - "product-table-success": "Succès", - "product-table-successfully-unpublished-product": "Produit dépublié avec succès", - "product-table-successfully-published-product": "Produit publié avec succès", - "product-table-error": "Erreur", - "product-table-duplicate": "Dupliquer", - "product-table-delete": "Supprimer", - "product-table-proposed": "Proposé", - "product-table-published-title": "Publié", - "product-table-rejected": "Rejeté", - "product-table-draft-title": "Brouillon", - "product-table-name": "Nom", - "product-table-collection": "Collection", - "product-table-status": "Statut", - "product-table-availability": "Disponibilité", - "product-table-inventory": "Inventaire", - "product-table-inventory-in-stock-count_one": " en stock pour {{count}} variante", - "product-table-inventory-in-stock-count_other": " en stock pour {{count}} variantes", - "reservation-form-location": "Emplacement", - "reservation-form-choose-where-you-wish-to-reserve-from": "Choisissez où vous souhaitez réserver.", - "reservation-form-item-to-reserve": "Article à réserver", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Sélectionnez l'article que vous souhaitez réserver.", - "reservation-form-item": "Article", - "reservation-form-in-stock": "En stock", - "reservation-form-available": "Disponible", - "reservation-form-reserve": "Réserver", - "reservation-form-remove-item": "Retirer l'article", - "reservation-form-description": "Description", - "reservation-form-what-type-of-reservation-is-this": "Quel type de réservation est-ce ?", - "reservations-table-reservations": "Réservations", - "reservations-table-edit": "Modifier", - "reservations-table-delete": "Supprimer", - "reservations-table-confirm-delete": "Êtes-vous sûr de vouloir supprimer cette réservation ?", - "reservations-table-remove-reservation": "Retirer la réservation", - "reservations-table-reservation-has-been-removed": "La réservation a été retirée", - "new-success": "Succès", - "new-successfully-created-reservation": "Réservation créée avec succès", - "new-error": "Erreur", - "new-cancel": "Annuler", - "new-save-reservation": "Enregistrer la réservation", - "new-reserve-item": "Réserver l'article", - "new-metadata": "Métadonnées", - "reservations-table-order-id": "ID de commande", - "reservations-table-description": "Description", - "reservations-table-created": "Créée", - "reservations-table-quantity": "Quantité", - "search-modal-start-typing-to-search": "Commencez à taper pour rechercher...", - "search-modal-clear-search": "Effacer la recherche", - "search-modal-or": "ou", - "search-modal-to-navigate": "pour naviguer", - "search-modal-to-select-and": "pour sélectionner, et", - "search-modal-to-search-anytime": "pour rechercher à tout moment", - "templates-settings": "Paramètres", - "templates-manage-the-settings-for-your-medusa-store": "Gérez les paramètres de votre magasin Medusa", - "transfer-orders-modal-info": "Info", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Le client est déjà propriétaire de la commande", - "transfer-orders-modal-success": "Succès", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "La commande a été transférée avec succès à un autre client", - "transfer-orders-modal-error": "Erreur", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Impossible de transférer la commande à un autre client", - "transfer-orders-modal-transfer-order": "Transférer la commande", - "transfer-orders-modal-order": "Commande", - "transfer-orders-modal-current-owner": "Propriétaire actuel", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Le client actuellement associé à cette commande", - "transfer-orders-modal-new-owner": "Nouveau propriétaire", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Le client auquel transférer cette commande", - "transfer-orders-modal-cancel": "Annuler", - "transfer-orders-modal-confirm": "Confirmer", - "templates-edit-user": "Modifier l'utilisateur", - "templates-remove-user": "Supprimer l'utilisateur", - "templates-resend-invitation": "Renvoyer l'invitation", - "templates-success": "Succès", - "templates-invitiation-link-has-been-resent": "Le lien d'invitation a été renvoyé", - "templates-copy-invite-link": "Copier le lien d'invitation", - "templates-invite-link-copied-to-clipboard": "Lien d'invitation copié dans le presse-papiers", - "templates-remove-invitation": "Supprimer l'invitation", - "templates-expired": "Expirée", - "templates-pending": "En attente", - "templates-all": "Toutes", - "templates-member": "Membre", - "templates-admin": "Administrateur", - "templates-no-team-permissions": "Aucune permission d'équipe", - "templates-status": "Statut", - "templates-active": "Actif", - "templates-name": "Nom", - "templates-email": "E-mail", - "templates-team-permissions": "Permissions d'équipe", - "templates-confirm-remove": "Êtes-vous sûr de vouloir supprimer cet utilisateur ?", - "templates-remove-user-heading": "Supprimer l'utilisateur", - "templates-user-has-been-removed": "L'utilisateur a été supprimé", - "templates-confirm-remove-invite": "Êtes-vous sûr de vouloir supprimer cette invitation ?", - "templates-remove-invite": "Supprimer l'invitation", - "templates-invitiation-has-been-removed": "L'invitation a été supprimée", - "multiselect-choose-categories": "Choisissez des catégories", - "domain-categories-multiselect-selected-with-counts_one": "{{count}} sélectionnée", - "domain-categories-multiselect-selected-with-counts_other": "{{count}} sélectionnées", - "details-success": "Succès", - "details-updated-products-in-collection": "Produits mis à jour dans la collection", - "details-error": "Erreur", - "details-back-to-collections": "Retour aux collections", - "details-edit-collection": "Modifier la collection", - "details-delete": "Supprimer", - "details-metadata": "Métadonnées", - "details-edit-products": "Modifier les produits", - "details-products-in-this-collection": "Produits dans cette collection", - "details-raw-collection": "Données de la Collection", - "details-delete-collection": "Supprimer la collection", - "details-successfully-deleted-collection": "Collection supprimée avec succès", - "details-yes-delete": "Oui, supprimer", - "details-successfully-updated-customer": "Client mis à jour avec succès", - "details-customer-details": "Détails du client", - "details-general": "Général", - "details-first-name": "Prénom", - "details-lebron": "Lebron", - "details-last-name": "Nom de famille", - "details-james": "James", - "details-email": "E-mail", - "details-phone-number": "Numéro de téléphone", - "details-cancel": "Annuler", - "details-save-and-close": "Enregistrer et fermer", - "details-edit": "Modifier", - "details-back-to-customers": "Retour aux clients", - "details-first-seen": "Première visite", - "details-phone": "Téléphone", - "details-orders": "Commandes", - "details-user": "Utilisateur", - "details-orders_one": "{{count}} commande", - "details-orders_other": "{{count}} commandes", - "details-an-overview-of-customer-orders": "Aperçu des commandes du client", - "details-raw-customer": "Données du Client", - "groups-group-updated": "Groupe mis à jour", - "groups-group-created": "Groupe créé", - "groups-the-customer-group-has-been-updated": "Le groupe de clients a été mis à jour", - "groups-the-customer-group-has-been-created": "Le groupe de clients a été créé", - "groups-edit-customer-group": "Modifier le groupe de clients", - "groups-create-a-new-customer-group": "Créer un nouveau groupe de clients", - "groups-details": "Détails", - "groups-metadata": "Métadonnées", - "groups-cancel": "Annuler", - "groups-edit-group": "Modifier le groupe", - "groups-publish-group": "Publier le groupe", - "groups-no-customers-in-this-group-yet": "Aucun client dans ce groupe pour le moment", - "groups-customers": "Clients", - "groups-edit": "Modifier", - "groups-delete": "Supprimer", - "groups-yes-delete": "Oui, supprimer", - "groups-delete-the-group": "Supprimer le groupe", - "groups-group-deleted": "Groupe supprimé", - "groups-confirm-delete-customer-group": "Êtes-vous sûr de vouloir supprimer ce groupe de clients ?", - "groups-back-to-customer-groups": "Retour aux groupes de clients", - "groups-new-group": "Nouveau groupe", - "add-condition-conditions-were-successfully-added": "Les conditions ont été ajoutées avec succès", - "add-condition-discount-conditions-updated": "Conditions de réduction mises à jour", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions doit être utilisé dans un ConditionsProvider", - "collections-search": "Rechercher...", - "collections-cancel": "Annuler", - "collections-save-and-go-back": "Enregistrer et revenir en arrière", - "collections-save-and-close": "Enregistrer et fermer", - "customer-groups-search": "Rechercher...", - "customer-groups-cancel": "Annuler", - "customer-groups-save-and-go-back": "Enregistrer et revenir en arrière", - "customer-groups-save-and-close": "Enregistrer et fermer", - "product-types-search": "Rechercher...", - "product-types-cancel": "Annuler", - "product-types-save-and-go-back": "Enregistrer et revenir en arrière", - "product-types-save-and-close": "Enregistrer et fermer", - "products-search": "Rechercher...", - "products-cancel": "Annuler", - "products-save-and-go-back": "Enregistrer et revenir en arrière", - "products-save-and-close": "Enregistrer et fermer", - "tags-search": "Rechercher...", - "tags-cancel": "Annuler", - "tags-save-and-go-back": "Enregistrer et revenir en arrière", - "tags-save-and-close": "Enregistrer et fermer", - "edit-condition-add-conditions": "Ajouter des conditions", - "edit-condition-selected-with-count_one": "{{count}} sélectionné", - "edit-condition-selected-with-count_other": "{{count}} sélectionnés", - "edit-condition-deselect": "Désélectionner", - "edit-condition-remove": "Supprimer", - "edit-condition-add": "Ajouter", - "edit-condition-title": "Modifier {{type}} dans la condition de réduction", - "edit-condition-close": "Fermer", - "edit-condition-success": "Succès", - "edit-condition-the-resources-were-successfully-added": "Les ressources ont été ajoutées avec succès", - "edit-condition-error": "Erreur", - "edit-condition-failed-to-add-resources": "Échec de l'ajout des ressources", - "edit-condition-the-resources-were-successfully-removed": "Les ressources ont été supprimées avec succès", - "edit-condition-failed-to-remove-resources": "Échec de la suppression des ressources", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext doit être utilisé dans un EditConditionProvider", - "conditions-conditions": "Conditions", - "conditions-add-condition-label": "Ajouter une condition", - "conditions-this-discount-has-no-conditions": "Cette réduction n'a pas de conditions", - "conditions-success": "Succès", - "conditions-condition-removed": "Condition supprimée", - "conditions-error": "Erreur", - "conditions-edit-condition": "Modifier la condition", - "conditions-delete-condition": "Supprimer la condition", - "conditions-discount-is-applicable-to-specific-products": "La réduction s'applique à des produits spécifiques", - "conditions-discount-is-applicable-to-specific-collections": "La réduction s'applique à des collections spécifiques", - "conditions-discount-is-applicable-to-specific-product-tags": "La réduction s'applique à des étiquettes de produit spécifiques", - "conditions-discount-is-applicable-to-specific-product-types": "La réduction s'applique à des types de produit spécifiques", - "conditions-discount-is-applicable-to-specific-customer-groups": "La réduction s'applique à des groupes de clients spécifiques", - "configurations-success": "Succès", - "configurations-discount-updated-successfully": "Réduction mise à jour avec succès", - "configurations-error": "Erreur", - "configurations-edit-configurations": "Modifier les configurations", - "configurations-cancel": "Annuler", - "configurations-save": "Enregistrer", - "configurations-configurations": "Configurations", - "configurations-start-date": "Date de début", - "configurations-end-date": "Date de fin", - "configurations-delete-configuration": "Supprimer la configuration", - "configurations-discount-end-date-removed": "Date de fin de la réduction supprimée", - "configurations-number-of-redemptions": "Nombre de rachats", - "configurations-redemption-limit-removed": "Limite de rachat supprimée", - "configurations-delete-setting": "Supprimer le paramètre", - "configurations-discount-duration-removed": "Durée de la réduction supprimée", - "general-success": "Succès", - "general-discount-updated-successfully": "Réduction mise à jour avec succès", - "general-error": "Erreur", - "general-edit-general-information": "Modifier les informations générales", - "general-details": "Détails", - "general-metadata": "Métadonnées", - "general-cancel": "Annuler", - "general-save-and-close": "Enregistrer et fermer", - "general-delete-promotion": "Supprimer la promotion", - "general-confirm-delete-promotion": "Êtes-vous sûr de vouloir supprimer cette promotion ?", - "general-promotion-deleted-successfully": "Promotion supprimée avec succès", - "general-discount-published-successfully": "Réduction publiée avec succès", - "general-discount-drafted-successfully": "Réduction brouillonnée avec succès", - "general-delete-discount": "Supprimer la réduction", - "general-template-discount": "Modèle de réduction", - "general-published": "Publiée", - "general-draft": "Brouillon", - "general-discount-amount": "Montant de la réduction", - "general-valid-regions": "Régions valides", - "general-total-redemptions": "Total des rachats", - "general-free-shipping": "LIVRAISON GRATUITE", - "general-unknown-discount-type": "Type de réduction inconnu", - "details-discount-deleted": "Réduction supprimée", - "details-confirm-delete-discount": "Êtes-vous sûr de vouloir supprimer cette réduction ?", - "details-delete-discount": "Supprimer la réduction", - "details-back-to-discounts": "Retour aux réductions", - "details-raw-discount": "Réduction brute", - "discounts-add-discount": "Ajouter une réduction", - "discount-form-add-conditions": "Ajouter des conditions", - "discount-form-choose-a-condition-type": "Choisissez un type de condition", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Vous ne pouvez ajouter qu'un exemplaire de chaque type de condition", - "discount-form-you-cannot-add-any-more-conditions": "Vous ne pouvez pas ajouter d'autres conditions", - "discount-form-cancel": "Annuler", - "discount-form-save": "Enregistrer", - "add-condition-tables-cancel": "Annuler", - "add-condition-tables-save-and-add-more": "Enregistrer et ajouter d'autres", - "add-condition-tables-save-and-close": "Enregistrer et fermer", - "add-condition-tables-search-by-title": "Rechercher par titre...", - "add-condition-tables-search-groups": "Rechercher des groupes...", - "add-condition-tables-search-products": "Rechercher des produits...", - "add-condition-tables-search-by-tag": "Rechercher par étiquette...", - "add-condition-tables-search-by-type": "Rechercher par type...", - "details-condition-tables-search-by-title": "Rechercher par titre...", - "details-condition-tables-search-groups": "Rechercher des groupes...", - "details-condition-tables-cancel": "Annuler", - "details-condition-tables-save-and-add-more": "Enregistrer et ajouter d'autres", - "details-condition-tables-save-and-close": "Enregistrer et fermer", - "details-condition-tables-search-products": "Rechercher des produits...", - "details-condition-tables-search-by-tag": "Rechercher par étiquette...", - "details-condition-tables-search-by-type": "Rechercher par type...", - "edit-condition-tables-search-by-title": "Rechercher par titre...", - "edit-condition-tables-title": "Titre", - "edit-condition-tables-search-groups": "Rechercher des groupes...", - "edit-condition-tables-cancel": "Annuler", - "edit-condition-tables-delete-condition": "Supprimer la condition", - "edit-condition-tables-save": "Enregistrer", - "edit-condition-tables-search-products": "Rechercher des produits...", - "edit-condition-tables-search-by-tag": "Rechercher par étiquette...", - "edit-condition-tables-search-by-type": "Rechercher par type...", - "shared-title": "Titre", - "shared-products": "Produits", - "shared-applies-to-the-selected-items": "S'applique aux articles sélectionnés.", - "shared-applies-to-all-items-except-the-selected-items": "S'applique à tous les articles sauf aux articles sélectionnés.", - "shared-members": "Membres", - "shared-status": "Statut", - "shared-variants": "Variantes", - "shared-tag": "Étiquette", - "shared-type": "Type", - "edit-conditions-modal-title": "Modifier {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm doit être un enfant de DiscountFormContext", - "discount-form-error": "Erreur", - "discount-form-save-as-draft": "Enregistrer comme brouillon", - "discount-form-publish-discount": "Publier la réduction", - "discount-form-create-new-discount": "Créer une nouvelle réduction", - "discount-form-discount-type": "Type de réduction", - "discount-form-select-a-discount-type": "Sélectionnez un type de réduction", - "discount-form-allocation": "Allocation", - "discount-form-general": "Général", - "discount-form-configuration": "Configuration", - "discount-form-discount-code-application-disclaimer": "Le code de réduction s'applique à partir du moment où vous appuyez sur le bouton de publication et reste actif s'il n'est pas modifié.", - "discount-form-conditions": "Conditions", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Le code de réduction s'applique à tous les produits s'il n'est pas modifié.", - "discount-form-add-conditions-to-your-discount": "Ajoutez des conditions à votre réduction", - "discount-form-metadata": "Métadonnées", - "discount-form-metadata-usage-description": "Les métadonnées vous permettent d'ajouter des informations supplémentaires à votre réduction.", - "condition-item-remainder-more": "+{{remainder}} de plus", - "conditions-edit": "Modifier", - "conditions-product": "Produit", - "conditions-collection": "Collection", - "conditions-tag": "Étiquette", - "conditions-customer-group": "Groupe de clients", - "conditions-type": "Type", - "conditions-add-condition": "Ajouter une condition", - "sections-start-date": "Date de début", - "sections-schedule-the-discount-to-activate-in-the-future": "Programmez la réduction pour qu'elle s'active à l'avenir.", - "sections-select-discount-start-date": "Si vous souhaitez planifier l'activation de la réduction à l'avenir, vous pouvez définir une date de début ici, sinon la réduction sera active immédiatement.", - "sections-start-time": "Heure de début", - "sections-discount-has-an-expiry-date": "La réduction a-t-elle une date d'expiration ?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Programmez la réduction pour qu'elle se désactive à l'avenir.", - "sections-select-discount-end-date": "Si vous souhaitez planifier la désactivation de la réduction à l'avenir, vous pouvez définir une date d'expiration ici.", - "sections-expiry-date": "Date d'expiration", - "sections-expiry-time": "Heure d'expiration", - "sections-limit-the-number-of-redemptions": "Limitez le nombre de rachats ?", - "sections-limit-applies-across-all-customers-not-per-customer": "La limite s'applique à tous les clients, pas individuellement.", - "sections-limit-discount-number-of-uses": "Si vous souhaitez limiter le nombre de fois qu'un client peut utiliser cette réduction, vous pouvez définir une limite ici.", - "sections-number-of-redemptions": "Nombre de rachats", - "sections-availability-duration": "Durée de disponibilité ?", - "sections-set-the-duration-of-the-discount": "Définissez la durée de la réduction.", - "sections-select-a-discount-type": "Sélectionnez un type de réduction", - "sections-total-amount": "Montant total", - "sections-apply-to-the-total-amount": "S'applique au montant total", - "sections-item-specific": "Spécifique à l'article", - "sections-apply-to-every-allowed-item": "S'applique à chaque article autorisé", - "sections-percentage": "Pourcentage", - "sections-fixed-amount": "Montant fixe", - "sections-discount-in-whole-numbers": "Réduction en nombres entiers", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Vous ne pouvez sélectionner qu'une région valide si vous souhaitez utiliser le type de montant fixe", - "sections-free-shipping": "Livraison gratuite", - "sections-override-delivery-amount": "Remplacer le montant de la livraison", - "sections-at-least-one-region-is-required": "Au moins une région est requise", - "sections-choose-valid-regions": "Choisissez les régions valides", - "sections-code": "Code", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Le code est requis", - "sections-amount-is-required": "Le montant est requis", - "sections-amount": "Montant", - "sections-customer-invoice-code": "Le code que vos clients saisiront lors du paiement. Cela apparaîtra sur la facture de votre client.", - "sections-uppercase-letters-and-numbers-only": "Lettres majuscules et chiffres uniquement.", - "sections-description": "Description", - "sections-summer-sale-2022": "Soldes d'été 2022", - "sections-this-is-a-template-discount": "Il s'agit d'un modèle de réduction", - "sections-template-discounts-description": "Les réductions modèles vous permettent de définir un ensemble de règles qui peuvent être utilisées pour un groupe de réductions. Cela est utile dans les campagnes qui doivent générer des codes uniques pour chaque utilisateur, mais où les règles pour tous les codes uniques doivent être les mêmes.", - "discount-form-product": "Produit", - "discount-form-only-for-specific-products": "Uniquement pour des produits spécifiques", - "discount-form-choose-products": "Choisissez des produits", - "discount-form-customer-group": "Groupe de clients", - "discount-form-only-for-specific-customer-groups": "Uniquement pour des groupes de clients spécifiques", - "discount-form-choose-groups": "Choisissez des groupes", - "discount-form-tag": "Étiquette", - "discount-form-only-for-specific-tags": "Uniquement pour des étiquettes spécifiques", - "discount-form-collection": "Collection", - "discount-form-only-for-specific-product-collections": "Uniquement pour des collections de produits spécifiques", - "discount-form-choose-collections": "Choisissez des collections", - "discount-form-type": "Type", - "discount-form-only-for-specific-product-types": "Uniquement pour des types de produits spécifiques", - "discount-form-choose-types": "Choisissez des types", - "utils-products": "produits", - "utils-groups": "groupes", - "utils-tags": "étiquettes", - "utils-collections": "collections", - "utils-types": "types", - "gift-cards-created-gift-card": "Carte-cadeau créée", - "gift-cards-custom-gift-card-was-created-successfully": "La carte-cadeau personnalisée a été créée avec succès", - "gift-cards-error": "Erreur", - "gift-cards-custom-gift-card": "Carte-cadeau personnalisée", - "gift-cards-details": "Détails", - "gift-cards-receiver": "Destinataire", - "gift-cards-cancel": "Annuler", - "gift-cards-create-and-send": "Créer et envoyer", - "details-updated-gift-card": "Carte-cadeau mise à jour", - "details-gift-card-was-successfully-updated": "La carte-cadeau a été mise à jour avec succès", - "details-failed-to-update-gift-card": "Échec de la mise à jour de la carte-cadeau", - "details-edit-gift-card": "Modifier la carte-cadeau", - "details-details": "Détails", - "details-edit-details": "Modifier les détails", - "details-update-balance-label": "Mettre à jour le solde", - "details-updated-status": "Statut mis à jour", - "details-successfully-updated-the-status-of-the-gift-card": "Le statut de la carte-cadeau a été mis à jour avec succès", - "details-back-to-gift-cards": "Retour aux cartes-cadeaux", - "details-original-amount": "Montant initial", - "details-balance": "Solde", - "details-region": "Région", - "details-expires-on": "Expire le", - "details-created": "Créé", - "details-raw-gift-card": "Carte-cadeau brute", - "details-balance-updated": "Solde mis à jour", - "details-gift-card-balance-was-updated": "Le solde de la carte-cadeau a été mis à jour", - "details-failed-to-update-balance": "Échec de la mise à jour du solde", - "details-update-balance": "Mettre à jour le solde", - "manage-back-to-gift-cards": "Retour aux cartes-cadeaux", - "gift-cards-please-enter-a-name-for-the-gift-card": "Veuillez entrer un nom pour la carte-cadeau", - "gift-cards-please-add-at-least-one-denomination": "Veuillez ajouter au moins une dénomination", - "gift-cards-denominations": "Dénominations", - "gift-cards-success": "Succès", - "gift-cards-successfully-created-gift-card": "La carte-cadeau a été créée avec succès", - "gift-cards-create-gift-card": "Créer une carte-cadeau", - "gift-cards-gift-card-details": "Détails de la carte-cadeau", - "gift-cards-name": "Nom", - "gift-cards-the-best-gift-card": "La meilleure carte-cadeau", - "gift-cards-description": "Description", - "gift-cards-the-best-gift-card-of-all-time": "La meilleure carte-cadeau de tous les temps", - "gift-cards-thumbnail": "Vignette", - "gift-cards-delete": "Supprimer", - "gift-cards-size-recommended": "1200 x 1600 (3:4) recommandé, jusqu'à 10 Mo chacun", - "gift-cards-amount": "Montant", - "gift-cards-add-denomination": "Ajouter une dénomination", - "gift-cards-create-publish": "Créer et publier", - "gift-cards-successfully-updated-gift-card": "La carte-cadeau a été mise à jour avec succès", - "gift-cards-gift-cards": "Cartes-cadeaux", - "gift-cards-manage": "Gérez les cartes-cadeaux de votre magasin Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Êtes-vous prêt à vendre votre première carte-cadeau ?", - "gift-cards-no-gift-card-has-been-added-yet": "Aucune carte-cadeau n'a encore été ajoutée.", - "gift-cards-history": "Historique", - "gift-cards-see-the-history-of-purchased-gift-cards": "Consultez l'historique des cartes-cadeaux achetées", - "gift-cards-successfully-deleted-gift-card": "La carte-cadeau a été supprimée avec succès", - "gift-cards-yes-delete": "Oui, supprimer", - "gift-cards-delete-gift-card": "Supprimer la carte-cadeau", - "inventory-filters": "Filtres", - "address-form-address": "Adresse", - "address-form-company": "Entreprise", - "address-form-address-1": "Adresse 1", - "address-form-this-field-is-required": "Ce champ est requis", - "address-form-address-2": "Adresse 2", - "address-form-postal-code": "Code postal", - "address-form-city": "Ville", - "address-form-country": "Pays", - "edit-sales-channels-edit-channels": "Modifier les canaux", - "edit-sales-channels-add-channels": "Ajouter des canaux", - "general-form-location-name": "Nom de l'emplacement", - "general-form-flagship-store-warehouse": "Magasin phare, entrepôt", - "general-form-name-is-required": "Le nom est requis", - "location-card-delete-location": "Supprimer l'emplacement", - "location-card-confirm-delete": "Êtes-vous sûr de vouloir supprimer cet emplacement ? Cela supprimera également tous les niveaux de stock et les réservations associés à cet emplacement.", - "location-card-success": "Succès", - "location-card-location-deleted-successfully": "Emplacement supprimé avec succès", - "location-card-error": "Erreur", - "location-card-edit-details": "Modifier les détails", - "location-card-delete": "Supprimer", - "location-card-connected-sales-channels": "Canaux de vente connectés", - "sales-channels-form-add-sales-channels": "Ajouter des canaux de vente", - "sales-channels-form-edit-channels": "Modifier les canaux", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Pas encore connecté à des canaux de vente", - "edit-success": "Succès", - "edit-location-edited-successfully": "Emplacement modifié avec succès", - "edit-error": "Erreur", - "edit-edit-location-details": "Modifier les détails de l'emplacement", - "edit-metadata": "Métadonnées", - "edit-cancel": "Annuler", - "edit-save-and-close": "Enregistrer et fermer", - "new-location-added-successfully": "Emplacement ajouté avec succès", - "new-location-created": "L'emplacement a été créé avec succès, mais il y a eu une erreur d'association des canaux de vente", - "new-cancel-location-changes": "Êtes-vous sûr de vouloir annuler les modifications non enregistrées ?", - "new-yes-cancel": "Oui, annuler", - "new-no-continue-creating": "Non, continuer la création", - "new-add-location": "Ajouter un emplacement", - "new-add-new-location": "Ajouter un nouvel emplacement", - "new-general-information": "Informations générales", - "new-location-details": "Spécifiez les détails concernant cet emplacement", - "new-select-location-channel": "Spécifiez à travers quels canaux de vente les articles de cet emplacement peuvent être achetés.", - "oauth-complete-installation": "Installation complète", - "claim-type-form-refund": "Remboursement", - "claim-type-form-replace": "Remplacement", - "items-to-receive-form-items-to-receive": "Articles à recevoir", - "items-to-receive-form-product": "Produit", - "items-to-receive-form-quantity": "Quantité", - "items-to-receive-form-refundable": "Remboursable", - "add-return-reason-reason-for-return": "Motif du retour", - "add-return-reason-reason": "Motif", - "add-return-reason-choose-a-return-reason": "Choisissez un motif de retour", - "add-return-reason-note": "Note", - "add-return-reason-product-was-damaged-during-shipping": "Le produit a été endommagé pendant la livraison", - "add-return-reason-cancel": "Annuler", - "add-return-reason-save-and-go-back": "Enregistrer et revenir en arrière", - "add-return-reason-select-reason-title": "Sélectionnez le motif", - "add-return-reason-edit-reason": "Modifier le motif", - "add-return-reason-select-reason": "Sélectionnez le motif", - "items-to-return-form-items-to-claim": "Articles à réclamer", - "items-to-return-form-items-to-return": "Articles à retourner", - "items-to-return-form-product": "Produit", - "items-to-return-form-quantity": "Quantité", - "items-to-return-form-refundable": "Remboursable", - "add-additional-items-screen-go-back": "Revenir en arrière", - "add-additional-items-screen-add-products": "Ajouter des produits", - "add-additional-items-screen-add-product-variants": "Ajouter des variants de produits", - "add-additional-items-screen-search-products": "Rechercher des produits", - "add-additional-items-screen-variant-price-missing": "Ce variant n'a pas de prix pour la région/la devise de cette commande et ne peut pas être sélectionné.", - "add-additional-items-screen-stock": "Stock", - "add-additional-items-screen-price": "Prix", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Le prix a été modifié dans une liste de prix applicable à cette commande.", - "items-to-send-form-items-to-send": "Articles à envoyer", - "items-to-send-form-add-products": "Ajouter des produits", - "items-to-send-form-product": "Produit", - "items-to-send-form-quantity": "Quantité", - "items-to-send-form-price": "Prix", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Le prix a été modifié dans une liste de prix applicable à cette commande.", - "refund-amount-form-cancel-editing-refund-amount": "Annuler la modification du montant du remboursement", - "refund-amount-form-edit-refund-amount": "Modifier le montant du remboursement", - "refund-amount-form-refund-amount-cannot-be-negative": "Le montant du remboursement ne peut pas être négatif", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Le montant du remboursement doit être d'au moins 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} articles non réservés", - "reservation-indicator-this-item-has-been-fulfilled": "Cet article a été traité.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} article : {{locationName}}", - "reservation-indicator-edit-reservation": "Modifier la réservation", - "rma-summaries-claimed-items": "Articles réclamés", - "rma-summaries-replacement-items": "Articles de remplacement", - "rma-summaries-customer-refund-description": "Le client recevra un remboursement complet pour les articles réclamés, car le coût des articles de remplacement et de l'expédition ne sera pas déduit. Alternativement, vous pouvez choisir de définir un montant de remboursement personnalisé lorsque vous recevez les articles retournés ou créer un échange à la place.", - "rma-summaries-refund-amount": "Montant du remboursement", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Le client sera remboursé une fois que les articles retournés seront reçus", - "rma-summaries-the-customer-will-be-refunded-immediately": "Le client sera remboursé immédiatement", - "rma-summaries-receiving": "Réception", - "rma-summaries-free": "Gratuit", - "send-notification-form-return": "retour", - "send-notification-form-exchange": "échange", - "send-notification-form-claim": "réclamation", - "send-notification-form-send-notifications": "Envoyer des notifications", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Si non cochée, le client ne recevra pas de communication à propos de ce {{subject}}.", - "shipping-address-form-shipping-address": "Adresse de livraison", - "shipping-address-form-ship-to-a-different-address": "Livrer à une autre adresse", - "shipping-address-form-cancel": "Annuler", - "shipping-address-form-save-and-go-back": "Enregistrer et retourner", - "shipping-address-form-shipping-information": "Informations de livraison", - "shipping-form-shipping-for-return-items": "Livraison pour les articles retournés", - "shipping-form-shipping-for-replacement-items": "Livraison pour les articles de remplacement", - "shipping-form-shipping-method-is-required": "La méthode de livraison est requise", - "shipping-form-choose-shipping-method": "Choisir une méthode de livraison", - "shipping-form-shipping-method": "Méthode de livraison", - "shipping-form-add-custom-price": "Ajouter un prix personnalisé", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "La livraison de retour pour les articles réclamés par le client est gratuite.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "La livraison pour les articles de remplacement est gratuite.", - "components-decrease-quantity": "Diminuer la quantité", - "components-increase-quantity": "Augmenter la quantité", - "details-successfully-updated-address": "Adresse mise à jour avec succès", - "details-billing-address": "Adresse de facturation", - "details-shipping-address": "Adresse de livraison", - "details-contact": "Contact", - "details-location": "Emplacement", - "claim-are-you-sure-you-want-to-close": "Êtes-vous sûr de vouloir fermer ?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Vous avez des modifications non enregistrées, êtes-vous sûr de vouloir fermer ?", - "claim-please-select-a-reason": "Veuillez sélectionner un motif", - "claim-a-shipping-method-for-replacement-items-is-required": "Une méthode de livraison pour les articles de remplacement est requise", - "claim-successfully-created-claim": "Réclamation créée avec succès", - "claim-created": "Une réclamation pour la commande n°{{display_id}} a été créée avec succès", - "claim-error-creating-claim": "Erreur lors de la création de la réclamation", - "claim-create-claim": "Créer une réclamation", - "claim-location": "Emplacement", - "claim-choose-which-location-you-want-to-return-the-items-to": "Choisissez l'emplacement vers lequel vous souhaitez retourner les articles.", - "claim-select-location-to-return-to": "Sélectionnez l'emplacement de retour", - "claim-cancel": "Annuler", - "claim-submit-and-close": "Soumettre et fermer", - "create-fulfillment-error": "Erreur", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Veuillez sélectionner un emplacement à partir duquel effectuer la préparation", - "create-fulfillment-cant-allow-this-action": "Impossible d'autoriser cette action", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Tentative de préparation de plus d'articles que le stock disponible", - "create-fulfillment-successfully-fulfilled-order": "Commande préparée avec succès", - "create-fulfillment-successfully-fulfilled-swap": "Échange effectué avec succès", - "create-fulfillment-successfully-fulfilled-claim": "Réclamation traitée avec succès", - "create-fulfillment-success": "Succès", - "create-fulfillment-cancel": "Annuler", - "create-fulfillment-create-fulfillment": "Créer une préparation", - "create-fulfillment-create-fulfillment-title": "Créer une préparation", - "create-fulfillment-locations": "Emplacements", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Choisissez l'endroit d'où vous souhaitez préparer la commande.", - "create-fulfillment-items-to-fulfill": "Articles à préparer", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Sélectionnez le nombre d'articles que vous souhaitez préparer.", - "create-fulfillment-send-notifications": "Envoyer des notifications", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Lorsque activé, des courriels de notification seront envoyés.", - "create-fulfillment-quantity-is-not-valid": "La quantité n'est pas valide", - "detail-cards-allocated": "Alloué", - "detail-cards-not-fully-allocated": "Non entièrement alloué", - "detail-cards-subtotal": "Sous-total", - "detail-cards-shipping": "Livraison", - "detail-cards-tax": "Taxe", - "detail-cards-total": "Total", - "detail-cards-edit-order": "Modifier la commande", - "detail-cards-allocate": "Allouer", - "detail-cards-discount": "Remise :", - "detail-cards-original-total": "Total d'origine", - "details-successfully-updated-the-email-address": "Adresse e-mail mise à jour avec succès", - "details-email-address": "Adresse e-mail", - "details-save": "Enregistrer", - "details-order-id-copied": "ID de commande copié", - "details-email-copied": "E-mail copié", - "details-cancel-order-heading": "Annuler la commande", - "details-are-you-sure-you-want-to-cancel-the-order": "Êtes-vous sûr de vouloir annuler la commande ?", - "order-details-display-id": "commande n°{{display_id}}", - "details-successfully-canceled-order": "Commande annulée avec succès", - "details-go-to-customer": "Aller au client", - "details-transfer-ownership": "Transférer la propriété", - "details-edit-shipping-address": "Modifier l'adresse de livraison", - "details-edit-billing-address": "Modifier l'adresse de facturation", - "details-edit-email-address": "Modifier l'adresse e-mail", - "details-back-to-orders": "Retour aux commandes", - "details-cancel-order": "Annuler la commande", - "details-payment": "Paiement", - "details-refunded": "Remboursé", - "details-total-paid": "Total payé", - "details-fulfillment": "Préparation", - "details-create-fulfillment": "Créer une préparation", - "details-shipping-method": "Méthode de livraison", - "details-customer": "Client", - "details-shipping": "Livraison", - "details-billing": "Facturation", - "details-raw-order": "Commande brute", - "mark-shipped-successfully-marked-order-as-shipped": "Commande marquée comme expédiée avec succès", - "mark-shipped-successfully-marked-swap-as-shipped": "Échange marqué comme expédié avec succès", - "mark-shipped-successfully-marked-claim-as-shipped": "Réclamation marquée comme expédiée avec succès", - "mark-shipped-success": "Succès", - "mark-shipped-error": "Erreur", - "mark-shipped-mark-fulfillment-shipped": "Marquer la préparation comme expédiée", - "mark-shipped-tracking": "Suivi", - "mark-shipped-tracking-number-label": "Numéro de suivi", - "mark-shipped-tracking-number": "Numéro de suivi...", - "mark-shipped-add-additional-tracking-number": "+ Ajouter un autre numéro de suivi", - "mark-shipped-send-notifications": "Envoyer des notifications", - "mark-shipped-cancel": "Annuler", - "mark-shipped-complete": "Complet", - "order-line-warning": "Avertissement", - "order-line-cannot-duplicate-an-item-without-a-variant": "Impossible de dupliquer un article sans variante", - "order-line-error": "Erreur", - "order-line-failed-to-duplicate-item": "Échec de la duplication de l'article", - "order-line-success": "Succès", - "order-line-item-removed": "Article supprimé", - "order-line-failed-to-remove-item": "Échec de la suppression de l'article", - "order-line-item-added": "Article ajouté", - "order-line-failed-to-replace-the-item": "Échec du remplacement de l'article", - "order-line-replace-product-variants": "Remplacer les variantes du produit", - "order-line-replace-with-other-item": "Remplacer par un autre article", - "order-line-duplicate-item": "Dupliquer l'article", - "order-line-remove-item": "Supprimer l'article", - "order-line-line-item-cannot-be-edited": "Cet article fait partie d'une préparation et ne peut pas être modifié. Annulez la préparation pour modifier l'article.", - "order-line-new": "Nouveau", - "order-line-modified": "Modifié", - "receive-return-please-select-at-least-one-item-to-receive": "Veuillez sélectionner au moins un article à recevoir", - "receive-return-successfully-received-return": "Retour reçu avec succès", - "receive-return-received-return-for-order": "Retour reçu pour la commande n°{{display_id}}", - "receive-return-failed-to-receive-return": "Échec de la réception du retour", - "receive-return-receive-return": "Recevoir le retour", - "receive-return-location": "Emplacement", - "receive-return-choose-location": "Choisissez l'emplacement vers lequel vous souhaitez retourner les articles.", - "receive-return-select-location-to-return-to": "Sélectionnez l'emplacement de retour", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Aucun niveau d'inventaire n'existe pour les articles à l'emplacement sélectionné", - "receive-return-cancel": "Annuler", - "receive-return-save-and-close": "Enregistrer et fermer", - "refund-success": "Succès", - "refund-successfully-refunded-order": "Remboursement de la commande réussi", - "refund-error": "Erreur", - "refund-create-a-refund": "Créer un remboursement", - "refund-attention": "Attention !", - "refund-system-payment-disclaimer": "Un ou plusieurs de vos paiements sont des paiements système. Soyez conscient que les captures et les remboursements ne sont pas gérés par Medusa pour de tels paiements.", - "refund-details": "Détails", - "refund-cannot-refund-more-than-the-orders-net-total": "Impossible de rembourser plus que le total net de la commande.", - "refund-discount": "Remise", - "refund-reason": "Motif", - "refund-note": "Note", - "refund-discount-for-loyal-customer": "Remise pour client fidèle", - "refund-send-notifications": "Envoyer des notifications", - "refund-cancel": "Annuler", - "refund-complete": "Complet", - "reservation-reservation-was-deleted": "La réservation a été supprimée", - "reservation-the-allocated-items-have-been-released": "Les articles alloués ont été libérés.", - "reservation-error": "Erreur", - "reservation-failed-to-delete-the-reservation": "Échec de la suppression de la réservation", - "reservation-reservation-was-updated": "La réservation a été mise à jour", - "reservation-the-reservation-change-was-saved": "La modification de la réservation a été enregistrée avec succès.", - "reservation-errors": "Erreurs", - "reservation-failed-to-update-reservation": "Échec de la mise à jour de la réservation", - "reservation-edit-reservation": "Modifier la réservation", - "reservation-location": "Emplacement", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Choisissez l'emplacement à partir duquel vous souhaitez expédier les articles.", - "reservation-items-to-allocate-title": "Articles à allouer", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Sélectionnez le nombre d'articles que vous souhaitez allouer.", - "reservation-max-reservation-requested": " / {{maxReservation}} demandé(s)", - "reservation-reserved": " réservé(s)", - "reservation-description": "Description", - "reservation-what-type-of-reservation-is-this": "Quel type de réservation est-ce ?", - "reservation-metadata": "Métadonnées", - "reservation-remove-metadata": "Supprimer les métadonnées", - "reservation-add-metadata": "Ajouter des métadonnées", - "reservation-delete-reservation": "Supprimer la réservation", - "reservation-cancel": "Annuler", - "reservation-save-and-close": "Enregistrer et fermer", - "reservation-couldnt-allocate-items": "Impossible d'allouer les articles", - "reservation-items-allocated": "Articles alloués", - "reservation-items-have-been-allocated-successfully": "Les articles ont été alloués avec succès", - "reservation-save-reservation": "Enregistrer la réservation", - "reservation-loading": "Chargement...", - "reservation-allocate-order-items": "Allouer les articles de la commande", - "reservation-choose-where-you-wish-to-allocate-from": "Choisissez d'où vous souhaitez allouer", - "reservation-items-to-allocate": "Articles à allouer", - "returns-success": "Succès", - "returns-successfully-returned-order": "Commande retournée avec succès", - "returns-error": "Erreur", - "returns-request-return": "Demander un retour", - "returns-items-to-return": "Articles à retourner", - "returns-choose-which-location-you-want-to-return-the-items-to": "Choisissez l'emplacement vers lequel vous souhaitez retourner les articles.", - "returns-select-location-to-return-to": "Sélectionnez l'emplacement de retour", - "returns-selected-location-has-no-inventory-levels": "L'emplacement sélectionné n'a pas de niveaux d'inventaire pour les articles sélectionnés. La demande de retour peut être effectuée, mais elle ne peut pas être reçue tant qu'un niveau d'inventaire n'est pas créé pour l'emplacement sélectionné.", - "returns-shipping": "Expédition", - "returns-choose-retur,-shipping-method": "Choisissez la méthode d'expédition que vous souhaitez utiliser pour ce retour.", - "returns-total-refund": "Remboursement total", - "returns-amount": "Montant", - "returns-send-notifications": "Envoyer des notifications", - "returns-notify-customer-of-created-return": "Notifier le client du retour créé", - "returns-back": "Retour", - "returns-submit": "Soumettre", - "rma-sub-modals-search-for-additional": "Rechercher des informations supplémentaires", - "rma-sub-modals-general": "Général", - "rma-sub-modals-first-name": "Prénom", - "rma-sub-modals-last-name": "Nom de famille", - "rma-sub-modals-phone": "Téléphone", - "rma-sub-modals-shipping-address": "Adresse de livraison", - "rma-sub-modals-address-1": "Adresse 1", - "rma-sub-modals-address-2": "Adresse 2", - "rma-sub-modals-province": "Province", - "rma-sub-modals-postal-code": "Code postal", - "rma-sub-modals-city": "Ville", - "rma-sub-modals-country": "Pays", - "rma-sub-modals-back": "Retour", - "rma-sub-modals-add": "Ajouter", - "rma-sub-modals-name": "Nom", - "rma-sub-modals-status": "Statut", - "rma-sub-modals-in-stock": "En Stock", - "rma-sub-modals-products": "Produits", - "rma-sub-modals-search-products": "Rechercher des produits...", - "rma-sub-modals-reason-for-return": "Motif du retour", - "rma-sub-modals-reason": "Motif", - "rma-sub-modals-note": "Note", - "swap-success": "Succès", - "swap-successfully-created-exchange": "Échange créé avec succès", - "swap-error": "Erreur", - "swap-register-exchange": "Enregistrer un échange", - "swap-items-to-return": "Articles à retourner", - "swap-shipping": "Expédition", - "swap-shipping-method": "Méthode d'expédition", - "swap-add-a-shipping-method": "Ajouter une méthode d'expédition", - "swap-location": "Emplacement", - "swap-choose-which-location-you-want-to-return-the-items-to": "Choisissez l'emplacement vers lequel vous souhaitez retourner les articles.", - "swap-select-location-to-return-to": "Sélectionnez l'emplacement de retour", - "swap-items-to-send": "Articles à envoyer", - "swap-add-product": "Ajouter un produit", - "swap-return-total": "Total du retour", - "swap-additional-total": "Total supplémentaire", - "swap-outbond-shipping": "Expédition sortante", - "swap-calculated-at-checkout": "Calculé lors du paiement", - "swap-estimated-difference": "Différence estimée", - "swap-send-notifications": "Envoyer des notifications", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Si non cochée, le client ne recevra pas de communication concernant cet échange", - "swap-complete": "Complet", - "templates-shipped": "Expédié", - "templates-fulfilled": "Satisfait", - "templates-canceled": "Annulé", - "templates-partially-fulfilled": "Partiellement satisfait", - "templates-fulfillment-status-requires-action": "Requiert une action", - "templates-awaiting-fulfillment": "En attente de satisfaction", - "templates-partially-shipped": "Partiellement expédié", - "templates-cancel-fulfillment-heading": "Annuler la satisfaction ?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Êtes-vous sûr de vouloir annuler la satisfaction ?", - "templates-successfully-canceled-swap": "Échange annulé avec succès", - "templates-error": "Erreur", - "templates-successfully-canceled-claim": "Réclamation annulée avec succès", - "templates-successfully-canceled-fulfillment": "Satisfaction annulée avec succès", - "templates-fulfillment-has-been-canceled": "La satisfaction a été annulée", - "templates-fulfilled-by-provider": "{{title}} Satisfait par {{provider}}", - "templates-not-shipped": "Non expédié", - "templates-tracking": "Suivi", - "templates-shipped-from": "Expédié depuis", - "templates-shipping-from": "Expédition depuis", - "templates-mark-shipped": "Marquer comme expédié", - "templates-cancel-fulfillment": "Annuler la satisfaction", - "templates-completed": "Terminé", - "templates-processing": "Traitement en cours", - "templates-requires-action": "Requiert une action", - "templates-capture-payment": "Capturer le paiement", - "templates-successfully-captured-payment": "Paiement capturé avec succès", - "templates-refund": "Remboursement", - "templates-total-for-swaps": "Total pour les échanges", - "templates-refunded-for-swaps": "Remboursé pour les échanges", - "templates-refunded-for-returns": "Remboursé pour les retours", - "templates-manually-refunded": "Remboursement manuel", - "templates-net-total": "Total net", - "templates-paid": "Payé", - "templates-awaiting-payment": "En attente de paiement", - "templates-payment-status-requires-action": "Requiert une action", - "draft-orders-completed": "Terminé", - "draft-orders-open": "Ouvert", - "draft-orders-mark-as-paid": "Marquer comme payé", - "draft-orders-success": "Succès", - "draft-orders-successfully-mark-as-paid": "Marqué comme payé avec succès", - "draft-orders-error": "Erreur", - "draft-orders-successfully-canceled-order": "Commande annulée avec succès", - "draft-orders-back-to-draft-orders": "Retour aux commandes en attente", - "on-mark-as-paid-confirm-order-id": "Commande n°{{display_id}}", - "draft-orders-go-to-order": "Aller à la commande", - "draft-orders-cancel-draft-order": "Annuler la commande en attente", - "draft-orders-draft-order": "Commande en attente", - "draft-orders-email": "E-mail", - "draft-orders-phone": "Téléphone", - "draft-orders-amount": "Montant {{currency_code}}", - "draft-orders-payment": "Paiement", - "draft-orders-subtotal": "Sous-total", - "draft-orders-shipping": "Expédition", - "draft-orders-tax": "Taxe", - "draft-orders-total-to-pay": "Total à payer", - "draft-orders-payment-link": "Lien de paiement :", - "draft-orders-configure-payment-link-in-store-settings": "Configurer le lien de paiement dans les paramètres du magasin", - "draft-orders-shipping-method": "Méthode d'expédition", - "draft-orders-data": "Données", - "draft-orders-1-item": "(1 article)", - "draft-orders-customer": "Client", - "draft-orders-edit-shipping-address": "Modifier l'adresse de livraison", - "draft-orders-edit-billing-address": "Modifier l'adresse de facturation", - "draft-orders-go-to-customer": "Aller chez le client", - "draft-orders-contact": "Contact", - "draft-orders-billing": "Facturation", - "draft-orders-raw-draft-order": "Commande en attente brute", - "draft-orders-are-you-sure": "Êtes-vous sûr(e) ?", - "draft-orders-remove-resource-heading": "Supprimer {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} a été supprimé(e)", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Cela créera une commande. Marquez-la comme payée si vous avez reçu le paiement.", - "draft-orders-mark-paid": "Marquer comme payé", - "draft-orders-cancel": "Annuler", - "draft-orders-create-draft-order": "Créer une commande en attente", - "edit-amount-paid": "Montant payé", - "edit-new-total": "Nouveau total", - "edit-difference-due": "Différence due", - "edit-back": "Retour", - "edit-save-and-go-back": "Enregistrer et retourner en arrière", - "edit-order-edit-set-as-requested": "Édition de la commande définie comme demandée", - "edit-failed-to-request-confirmation": "Échec de la demande de confirmation", - "edit-added-successfully": "Ajouté(e) avec succès", - "edit-error-occurred": "Une erreur est survenue", - "edit-add-product-variants": "Ajouter des variantes de produit", - "edit-edit-order": "Modifier la commande", - "edit-items": "Articles", - "edit-add-items": "Ajouter des articles", - "edit-filter-items": "Filtrer les articles...", - "edit-note": "Note", - "edit-add-a-note": "Ajouter une note...", - "variants-table-location": " dans {{location}}", - "edit-product": "Produit", - "edit-in-stock": "En stock", - "edit-price": "Prix", - "edit-products": "Produits", - "edit-search-product-variants": "Rechercher des variantes de produits...", - "orders-success": "Succès", - "orders-successfully-initiated-export": "Exportation réussie", - "orders-error": "Erreur", - "orders-export-orders": "Exporter les commandes", - "components-billing-address": "Adresse de facturation", - "components-use-same-as-shipping": "Utiliser la même que l'adresse de livraison", - "components-e.g.-gift-wrapping": "Par exemple, emballage cadeau", - "components-title": "Titre", - "components-price": "Prix", - "components-quantity": "Quantité", - "components-back": "Retour", - "components-add": "Ajouter", - "components-items-for-the-order": "Articles pour la commande", - "components-details": "Détails", - "components-price-excl-taxes": "Prix (hors taxes)", - "components-add-custom": "Ajouter personnalisé", - "components-add-existing": "Ajouter existant", - "components-add-products": "Ajouter des produits", - "components-add-custom-item": "Ajouter un article personnalisé", - "components-choose-region": "Choisir la région", - "components-region": "Région", - "select-shipping-to-name": "(Pour {{name}})", - "components-attention": "Attention !", - "components-no-options-for-orders-without-shipping": "Vous n'avez pas d'options pour les commandes sans expédition. Veuillez en ajouter une (par exemple, « Préparation en magasin ») avec la case « Afficher sur le site web » désactivée dans les paramètres de région, puis continuez.", - "components-choose-a-shipping-method": "Choisir une méthode d'expédition", - "components-set-custom-price": "Définir un prix personnalisé", - "components-custom-price": "Prix personnalisé", - "components-customer-and-shipping-details": "Détails du client et de la livraison", - "components-find-existing-customer": "Trouver un client existant", - "components-email": "E-mail", - "components-choose-existing-addresses": "Choisir des adresses existantes", - "components-create-new": "Créer une nouvelle", - "components-the-discount-is-not-applicable-to-the-selected-region": "La réduction ne s'applique pas à la région sélectionnée", - "components-the-discount-code-is-invalid": "Le code de réduction n'est pas valide", - "components-add-discount": "Ajouter une réduction", - "components-summer-10": "ÉTÉ10", - "components-discount": "Réduction", - "select-shipping-code": "(Code : {{code}})", - "components-type": "Type", - "components-value": "Valeur", - "components-address": "Adresse", - "components-shipping-method": "Méthode d'expédition", - "components-billing-details": "Détails de facturation", - "components-edit": "Modifier", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm doit être utilisé dans NewOrderFormProvider", - "new-order-created": "Commande créée", - "new-create-draft-order": "Créer une commande en attente", - "batch-job-price-list-prices": "Prix de la liste de prix", - "batch-job-upload-a-csv-file-with-variants": "Téléchargez un fichier CSV avec des variantes et des prix pour mettre à jour votre liste de prix. Notez que tous les prix existants seront supprimés.", - "batch-job-unsure-about-how-to-arrange-your-list": "Vous ne savez pas comment organiser votre liste ?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Téléchargez le fichier modèle ci-dessous et mettez à jour vos prix", - "details-back-to-pricing": "Retour aux tarifs", - "details-raw-price-list": "Liste de prix brute", - "sections-customer-groups": "Groupes de clients", - "sections-last-edited": "Dernière édition", - "sections-price-overrides": "Remplacements de prix", - "sections-more": "plus", - "sections-delete-price-list-heading": "Supprimer la liste de prix", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Êtes-vous sûr(e) de vouloir supprimer cette liste de prix ?", - "sections-success": "Succès", - "sections-price-list-deleted-successfully": "Liste de prix supprimée avec succès", - "sections-edit-price-list-details": "Modifier les détails de la liste de prix", - "sections-delete-price-list": "Supprimer la liste de prix", - "edit-prices-overrides-edit-price-overrides": "Modifier les remplacements de prix", - "edit-prices-overrides-success": "Succès", - "edit-prices-overrides-price-overrides-updated": "Remplacements de prix mis à jour", - "edit-prices-overrides-cancel": "Annuler", - "edit-prices-overrides-save": "Enregistrer", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Ajouter des prix", - "prices-details-edit-prices": "Modifier les prix", - "prices-details-prices": "Prix", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Vous pourrez remplacer les prix des produits que vous ajoutez ici", - "prices-details-remove-from-list": "Retirer de la liste", - "prices-details-edit-manually": "Modifier manuellement", - "prices-details-import-price-list": "Importer une liste de prix", - "prices-table-search-by-name-or-sku": "Rechercher par nom ou SKU...", - "prices-table-edit-prices": "Modifier les prix", - "prices-table-remove-product": "Retirer le produit", - "prices-table-success": "Succès", - "prices-table-deleted-prices-of-product": "Prix du produit supprimé : {{title}}", - "prices-table-error": "Erreur", - "prices-table-name": "Nom", - "prices-table-collection": "Collection", - "prices-table-no-collection": "Pas de collection", - "prices-table-variants": "Variantes", - "pricing-add-price-list": "Ajouter une liste de prix", - "pricing-price-lists": "Listes de prix", - "form-header-error": "Erreur", - "form-header-success": "Succès", - "form-header-successfully-updated-price-list": "Liste de prix mise à jour avec succès", - "form-header-publish-price-list": "Publier la liste de prix", - "form-header-save-as-draft": "Enregistrer en tant que brouillon", - "form-header-save-changes": "Enregistrer les modifications", - "form-header-cancel": "Annuler", - "pricing-form-create-new-price-list": "Créer une nouvelle liste de prix", - "pricing-form-edit-price-list": "Modifier la liste de prix", - "sections-configuration": "Configuration", - "sections-optional-configuration-for-the-price-list": "Configuration optionnelle pour la liste de prix", - "sections-price-overrides-time-application": "Les remplacements de prix s'appliquent à partir du moment où vous appuyez sur le bouton de publication et restent en vigueur s'ils ne sont pas modifiés.", - "sections-price-overrides-has-a-start-date": "Les remplacements de prix ont-ils une date de début ?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Programmez les remplacements de prix pour les activer à l'avenir.", - "sections-price-overrides-has-an-expiry-date": "Les remplacements de prix ont-ils une date d'expiration ?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Programmez les remplacements de prix pour les désactiver à l'avenir.", - "sections-end-date": "Date de fin", - "sections-customer-availabilty": "Disponibilité pour le client", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Spécifiez pour quels groupes de clients les remplacements de prix doivent s'appliquer.", - "sections-customer-groups-label": "Groupes de clients", - "sections-general": "Général", - "sections-general-information-for-the-price-list": "Informations générales pour la liste de prix.", - "sections-name": "Nom", - "sections-b-2-b-black-friday": "B2B, Black Friday...", - "sections-for-our-business-partners": "Pour nos partenaires commerciaux...", - "sections-tax-inclusive-prices": "Prix toutes taxes comprises", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Choisissez de rendre tous les prix de cette liste TTC.", - "sections-prices": "Prix", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Vous pourrez remplacer les prix des produits que vous ajoutez ici", - "sections-define-the-price-overrides-for-the-price-list": "Définissez les remplacements de prix pour la liste de prix", - "sections-edit-prices-label": "Modifier les prix", - "sections-remove-from-list": "Retirer de la liste", - "sections-search-by-name-or-sku": "Rechercher par nom ou SKU...", - "sections-edit-prices": "Modifier les prix", - "sections-price-list-type": "Type de liste de prix", - "sections-select-the-type-of-the-price-list": "Sélectionnez le type de liste de prix", - "sections-sale-prices-compare-to-price-override": "Contrairement aux prix de vente, un remplacement de prix n'indique pas au client que le prix fait partie d'une promotion.", - "sections-sale": "Promotion", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Utilisez ceci si vous créez des prix pour une promotion.", - "sections-override": "Remplacement", - "sections-use-this-to-override-prices": "Utilisez ceci pour remplacer les prix.", - "components-success": "Succès", - "components-successfully-updated-category-tree": "Arborescence des catégories mise à jour avec succès", - "components-error": "Erreur", - "components-failed-to-update-category-tree": "Échec de la mise à jour de l'arborescence des catégories", - "components-delete": "Supprimer", - "components-category-deleted": "Catégorie supprimée", - "components-category-deletion-failed": "Échec de la suppression de la catégorie", - "components-category-status-is-inactive": "Le statut de la catégorie est inactif", - "components-category-visibility-is-private": "La visibilité de la catégorie est privée", - "components-add-category-item-to": "Ajouter un élément de catégorie à", - "modals-public": "Public", - "modals-private": "Privé", - "modals-active": "Actif", - "modals-inactive": "Inactif", - "modals-success": "Succès", - "modals-successfully-created-a-category": "Catégorie créée avec succès", - "modals-failed-to-create-a-new-category": "Échec de la création d'une nouvelle catégorie", - "modals-error": "Erreur", - "modals-save-category": "Enregistrer la catégorie", - "modals-add-category-to": "Ajouter une catégorie à {{name}}", - "modals-add-category": "Ajouter une catégorie", - "modals-details": "Détails", - "modals-name": "Nom", - "modals-give-this-category-a-name": "Donnez un nom à cette catégorie", - "modals-handle": "Ancre", - "modals-custom-handle": "Ancre personnalisée", - "modals-description": "Description", - "modals-give-this-category-a-description": "Donnez une description à cette catégorie", - "modals-status": "Statut", - "modals-visibility": "Visibilité", - "modals-successfully-updated-the-category": "Catégorie mise à jour avec succès", - "modals-failed-to-update-the-category": "Échec de la mise à jour de la catégorie", - "modals-edit-product-category": "Modifier la catégorie de produit", - "modals-cancel": "Annuler", - "modals-save-and-close": "Enregistrer et fermer", - "pages-no-product-categories-yet": "Aucune catégorie de produits pour le moment. Utilisez le bouton ci-dessus pour créer votre première catégorie.", - "pages-add-category": "Ajouter une catégorie", - "pages-product-categories": "Catégories de produits", - "pages-helps-you-to-keep-your-products-organized": "Vous aide à organiser vos produits.", - "batch-job-success": "Succès", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Importation confirmée pour traitement. Les informations sur la progression sont disponibles dans le tiroir des activités.", - "batch-job-error": "Erreur", - "batch-job-import-failed": "Échec de l'importation.", - "batch-job-failed-to-delete-the-csv-file": "Échec de la suppression du fichier CSV", - "batch-job-failed-to-cancel-the-batch-job": "Échec de l'annulation de la tâche par lots", - "batch-job-products-list": "liste de produits", - "batch-job-download-template": "Téléchargez le modèle ci-dessous pour vous assurer que vous suivez le format correct.", - "batch-job-imports-description": "Grâce aux importations, vous pouvez ajouter ou mettre à jour des produits. Pour mettre à jour des produits/variantes existants, vous devez définir un ID existant dans les colonnes ID du produit/variante. Si la valeur n'est pas définie, un nouvel enregistrement sera créé. Vous serez invité à confirmer avant d'importer les produits.", - "products-filters": "Filtres", - "products-status": "Statut", - "products-tags": "Étiquettes", - "products-spring-summer": "Printemps, été...", - "new-sales-channels": "Canaux de vente", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Ce produit ne sera disponible que dans le canal de vente par défaut s'il n'est pas modifié.", - "new-change-availablity": "Changer la disponibilité", - "add-variants-a-variant-with-these-options-already-exists": "Une variante avec ces options existe déjà.", - "add-variants-product-options": "Options du produit", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Les options sont utilisées pour définir la couleur, la taille, etc. du produit.", - "add-variants-option-title": "Titre de l'option", - "add-variants-variations-comma-separated": "Variantes (séparées par des virgules)", - "add-variants-color": "Couleur...", - "add-variants-already-exists": "existe déjà", - "add-variants-blue-red-black": "Bleu, Rouge, Noir...", - "add-variants-add-an-option": "Ajouter une option", - "add-variants-product-variants": "Variantes du produit", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Vous devez ajouter au moins une option de produit avant de pouvoir commencer à ajouter des variantes de produit.", - "add-variants-variant": "Variante", - "add-variants-inventory": "Inventaire", - "add-variants-add-a-variant": "Ajouter une variante", - "add-variants-create-variant": "Créer une variante", - "add-variants-cancel": "Annuler", - "add-variants-save-and-close": "Enregistrer et fermer", - "new-variant-a-variant-with-these-options-already-exists": "Une variante avec ces options existe déjà.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Êtes-vous sûr de vouloir supprimer cette variante ?", - "new-variant-delete-variant": "Supprimer la variante", - "new-variant-edit": "Modifier", - "new-variant-delete": "Supprimer", - "new-variant-edit-variant": "Modifier la variante", - "new-variant-cancel": "Annuler", - "new-variant-save-and-close": "Enregistrer et fermer", - "new-something-went-wrong-while-trying-to-upload-images": "Un problème est survenu lors de la tentative de téléchargement des images.", - "new-no-file-service-configured": "Vous pourriez ne pas avoir de service de fichiers configuré. Veuillez contacter votre administrateur.", - "new-upload-thumbnail-error": "Un problème est survenu lors de la tentative de téléchargement de la vignette.", - "new-save-as-draft": "Enregistrer en tant que brouillon", - "new-publish-product": "Publier le produit", - "new-general-information-title": "Informations générales", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Pour commencer à vendre, tout ce dont vous avez besoin est un nom et un prix.", - "new-organize-product": "Organiser le produit", - "new-add-variations-of-this-product": "Ajouter des variations de ce produit.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Proposez à vos clients différentes options de couleur, de format, de taille, de forme, etc.", - "new-used-for-shipping-and-customs-purposes": "Utilisé à des fins d'expédition et de douane.", - "new-dimensions": "Dimensions", - "new-customs": "Douanes", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Utilisé pour représenter votre produit lors du paiement, du partage social, et plus encore.", - "new-media": "Média", - "new-add-images-to-your-product": "Ajouter des images à votre produit.", - "overview-import-products": "Importer des produits", - "overview-export-products": "Exporter des produits", - "overview-new-product": "Nouveau produit", - "overview-new-collection": "Nouvelle collection", - "overview-success": "Succès", - "overview-successfully-created-collection": "Collection créée avec succès", - "overview-error": "Erreur", - "overview-successfully-initiated-export": "Exportation initiée avec succès", - "modals-add-sales-channels": "Ajouter des canaux de vente", - "modals-find-channels": "Trouver des canaux", - "modals-updated-the-api-key": "Clé API mise à jour", - "modals-failed-to-update-the-api-key": "Échec de la mise à jour de la clé API", - "modals-edit-api-key-details": "Modifier les détails de la clé API", - "modals-title": "Titre", - "modals-name-your-key": "Nommez votre clé", - "modals-sales-channels-added-to-the-scope": "Canaux de vente ajoutés à la portée", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Une erreur s'est produite lors de l'ajout de canaux de vente à la portée de la clé", - "modals-add-and-go-back": "Ajouter et revenir en arrière", - "modals-add-and-close": "Ajouter et fermer", - "modals-sales-channels-removed-from-the-scope": "Canaux de vente supprimés de la portée", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Une erreur s'est produite lors de la suppression des canaux de vente de la portée de la clé", - "modals-edit-sales-channels": "Modifier les canaux de vente", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Désélectionner", - "modals-remove": "Supprimer", - "modals-add-channels": "Ajouter des canaux", - "modals-close": "Fermer", - "pages-sales-channels": "Canaux de vente", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Connectez autant de canaux de vente que vous le souhaitez à votre clé API.", - "pages-add-sales-channels": "Ajouter des canaux de vente", - "pages-edit-sales-channels": "Modifier les canaux de vente", - "pages-success": "Succès", - "pages-created-a-new-api-key": "Nouvelle clé API créée avec succès", - "pages-error": "Erreur", - "pages-failed-to-create-a-new-api-key": "Échec de la création d'une nouvelle clé API", - "pages-sales-channels-added-to-the-scope": "Canaux de vente ajoutés à la portée", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Une erreur s'est produite lors de l'ajout de canaux de vente à la portée de la clé", - "pages-publish-api-key": "Publier la clé API", - "pages-create-api-key": "Créer une clé API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Créez et gérez des clés API. Pour l'instant, cela concerne uniquement les canaux de vente.", - "pages-create-api-key-label": "Créer une clé API", - "pages-back-to-settings": "Retour aux paramètres", - "pages-publishable-api-keys": "Clés API publiables", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Ces clés publiables vous permettront d'authentifier les requêtes API.", - "tables-name": "Nom", - "tables-token": "Jeton", - "tables-done": "Terminé", - "tables-copy-to-clipboard": "Copier dans le presse-papiers", - "tables-created": "Créé", - "tables-status": "Statut", - "tables-revoked": "Révoqué", - "tables-live": "En direct", - "tables-edit-api-key-details": "Modifier les détails de la clé API", - "tables-edit-sales-channels": "Modifier les canaux de vente", - "tables-copy-token": "Copier le jeton", - "tables-revoke-token": "Révoquer le jeton", - "tables-delete-api-key": "Supprimer la clé API", - "tables-yes-delete": "Oui, supprimer", - "tables-api-key-deleted": "Clé API supprimée", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Êtes-vous sûr de vouloir supprimer cette clé publique ?", - "tables-delete-key": "Supprimer la clé", - "tables-yes-revoke": "Oui, révoquer", - "tables-api-key-revoked": "Clé API révoquée", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Êtes-vous sûr de vouloir révoquer cette clé publique ?", - "tables-revoke-key": "Révoquer la clé", - "tables-api-keys": "Clés API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Aucune clé pour le moment. Utilisez le bouton ci-dessus pour créer votre première clé publiable", - "tables-title": "Titre", - "tables-description": "Description", - "tables-no-added-sales-channels": "Aucun canal de vente ajouté", - "tables-sales-channels": "Canaux de vente", - "form-title": "Titre", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Site web, application, Amazon, magasin physique, caisse point de vente, flux de produits Facebook...", - "form-description": "Description", - "form-available-products-at-our-website-app": "Produits disponibles sur notre site web, notre application...", - "form-success": "Succès", - "form-the-sales-channel-is-successfully-updated": "Le canal de vente a été mis à jour avec succès", - "form-error": "Erreur", - "form-failed-to-update-the-sales-channel": "Impossible de mettre à jour le canal de vente", - "form-sales-channel-details": "Détails du canal de vente", - "form-general-info": "Informations générales", - "form-name": "Nom", - "form-close": "Fermer", - "form-save": "Enregistrer", - "pages-draft": "Brouillon", - "pages-control-which-products-are-available-in-which-channels": "Contrôlez quels produits sont disponibles dans quels canaux de vente", - "pages-search-by-title-or-description": "Recherchez par titre ou description", - "pages-confirm-delete-sales-channel": "Êtes-vous sûr de vouloir supprimer ce canal de vente ? La configuration que vous avez faite sera définitivement perdue.", - "pages-delete-channel-heading": "Supprimer le canal", - "pages-edit-general-info": "Modifier les informations générales", - "pages-add-products": "Ajouter des produits", - "pages-delete-channel": "Supprimer le canal", - "pages-disabled": "Désactivé", - "pages-enabled": "Activé", - "tables-collection": "Collection", - "tables-start-building-your-channels-setup": "Commencez à construire la configuration de vos canaux...", - "tables-no-products-in-channels": "Vous n'avez pas encore ajouté de produits à ce canal, mais une fois que vous le ferez, ils apparaîtront ici.", - "tables-add-products": "Ajouter des produits", - "tables-details": "Détails", - "tables-remove-from-the-channel": "Supprimer du canal", - "tables-products": "Produits", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Supprimer", - "components-successfully-updated-currency": "Mise à jour de la devise réussie", - "components-default": "Par défaut", - "default-store-currency-success": "Succès", - "default-store-currency-successfully-updated-default-currency": "Mise à jour de la devise par défaut réussie", - "default-store-currency-error": "Erreur", - "default-store-currency-default-store-currency": "Devise par défaut du magasin", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "C'est la devise dans laquelle vos prix sont affichés.", - "store-currencies-success": "Succès", - "store-currencies-successfully-updated-currencies": "Mise à jour des devises réussie", - "store-currencies-error": "Erreur", - "store-currencies-cancel": "Annuler", - "store-currencies-save-and-go-back": "Enregistrer et revenir en arrière", - "store-currencies-save-and-close": "Enregistrer et fermer", - "store-currencies-add-store-currencies": "Ajouter des devises du magasin", - "store-currencies-current-store-currencies": "Devises actuelles du magasin", - "store-currencies-close": "Fermer", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Désélectionner", - "store-currencies-remove": "Supprimer", - "store-currencies-add-currencies": "Ajouter des devises", - "store-currencies-store-currencies": "Devises du magasin", - "store-currencies-all-the-currencies-available-in-your-store": "Toutes les devises disponibles dans votre magasin.", - "store-currencies-edit-currencies": "Modifier les devises", - "currencies-an-unknown-error-occurred": "Une erreur inconnue s'est produite", - "currencies-error": "Erreur", - "currencies-back-to-settings": "Retour aux paramètres", - "currencies-manage-the-markets-that-you-will-operate-within": "Gérez les marchés sur lesquels vous opérerez.", - "currencies-include-or-exclude-taxes": "Décidez si vous souhaitez inclure ou exclure les taxes chaque fois que vous définissez un prix dans cette devise", - "currencies-tax-incl-prices": "Prix TTC", - "settings-error": "Erreur", - "settings-malformed-swap-url": "URL d'échange mal formée", - "settings-malformed-payment-url": "URL de paiement mal formée", - "settings-malformed-invite-url": "URL d'invitation mal formée", - "settings-success": "Succès", - "settings-successfully-updated-store": "Mise à jour du magasin réussie", - "settings-back-to-settings": "Retour aux paramètres", - "settings-save": "Enregistrer", - "settings-cancel": "Annuler", - "settings-store-details": "Détails du magasin", - "settings-manage-your-business-details": "Gérez les détails de votre entreprise", - "settings-general": "Général", - "settings-store-name": "Nom du magasin", - "settings-medusa-store": "Magasin Medusa", - "settings-advanced-settings": "Paramètres avancés", - "settings-swap-link-template": "Modèle de lien d'échange", - "settings-draft-order-link-template": "Modèle de lien de commande en attente", - "settings-invite-link-template": "Modèle de lien d'invitation", - "settings-manage-the-general-settings-for-your-store": "Gérez les paramètres généraux de votre magasin", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Gérez les paramètres des extensions de votre magasin", - "edit-user-information-success": "Succès", - "edit-user-information-your-information-was-successfully-updated": "Vos informations ont été mises à jour avec succès", - "edit-user-information-edit-information": "Modifier les informations", - "edit-user-information-cancel": "Annuler", - "edit-user-information-submit-and-close": "Soumettre et fermer", - "personal-information-back-to-settings": "Retour aux paramètres", - "personal-information-personal-information": "Informations personnelles", - "personal-information-manage-your-medusa-profile": "Gérez votre profil Medusa", - "personal-information-language-settings-title": "Langue", - "personal-information-language-settings-description": "Ajustez la langue de Medusa Admin", - "personal-information-language-settings-help-us-translate": "Aidez-nous à traduire", - "personal-information-usage-insights-title": "Informations sur l'utilisation", - "usage-insights-disabled": "Désactivé", - "usage-insights-active": "Actif", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Partagez les informations sur l'utilisation et aidez-nous à améliorer Medusa", - "usage-insights-edit-preferences": "Modifier les préférences", - "usage-insights-success": "Succès", - "usage-insights-your-information-was-successfully-updated": "Vos informations ont été mises à jour avec succès", - "usage-insights-error": "Erreur", - "usage-insights-cancel": "Annuler", - "usage-insights-submit-and-close": "Soumettre et fermer", - "region-form-title": "Titre", - "region-form-europe": "Europe", - "region-form-currency-code-is-required": "Le code de devise est requis", - "region-form-currency": "Devise", - "region-form-choose-currency": "Choisissez une devise", - "region-form-default-tax-rate": "Taux de taxe par défaut", - "region-form-tax-rate-is-required": "Le taux de taxe est requis", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Le taux de taxe doit être égal ou inférieur à 100", - "region-form-default-tax-code": "Code de taxe par défaut", - "region-form-countries": "Pays", - "region-form-choose-countries": "Choisissez des pays", - "region-form-tax-inclusive-prices": "Prix toutes taxes comprises", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Lorsqu'activé, les prix de la région seront toutes taxes comprises.", - "region-form-payment-providers-are-required": "Les fournisseurs de paiement sont requis", - "region-form-payment-providers": "Fournisseurs de paiement", - "region-form-choose-payment-providers": "Choisissez des fournisseurs de paiement...", - "region-form-fulfillment-providers-are-required": "Les fournisseurs de traitement sont requis", - "region-form-fulfillment-providers": "Fournisseurs de traitement", - "region-form-choose-fulfillment-providers": "Choisissez des fournisseurs de traitement...", - "shipping-option-card-success": "Succès", - "shipping-option-card-shipping-option-updated": "Option de livraison mise à jour", - "shipping-option-card-error": "Erreur", - "shipping-option-card-edit-shipping-option": "Modifier l'option de livraison", - "shipping-option-card-fulfillment-method": "Méthode de traitement", - "shipping-option-card-cancel": "Annuler", - "shipping-option-card-save-and-close": "Enregistrer et fermer", - "shipping-option-card-shipping-option-has-been-deleted": "L'option de livraison a été supprimée", - "shipping-option-card-flat-rate": "Forfait", - "shipping-option-card-calcualted": "Calculé", - "shipping-option-card-min-subtotal": "Min. sous-total:", - "shipping-option-card-max-subtotal": "Max. sous-total:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Magasin", - "shipping-option-card-edit": "Modifier", - "shipping-option-card-delete": "Supprimer", - "shipping-option-form-visible-in-store": "Visible en magasin", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Activez ou désactivez la visibilité de l'option de livraison en magasin.", - "shipping-option-form-details": "Détails", - "shipping-option-form-title": "Titre", - "shipping-option-form-title-is-required": "Le titre est requis", - "shipping-option-form-price-type": "Type de prix", - "shipping-option-form-flat-rate": "Forfait", - "shipping-option-form-calculated": "Calculé", - "shipping-option-form-choose-a-price-type": "Choisissez un type de prix", - "shipping-option-form-price": "Prix", - "shipping-option-form-shipping-profile": "Profil d'expédition", - "shipping-option-form-choose-a-shipping-profile": "Choisissez un profil d'expédition", - "shipping-option-form-fulfillment-method": "Méthode de traitement", - "shipping-option-form-choose-a-fulfillment-method": "Choisissez une méthode de traitement", - "shipping-option-form-requirements": "Exigences", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Le min. sous-total doit être inférieur au max. sous-total", - "shipping-option-form-min-subtotal": "Min. sous-total", - "shipping-option-form-max-subtotal": "Max. sous-total", - "shipping-option-form-metadata": "Métadonnées", - "general-section-success": "Succès", - "general-section-region-was-successfully-updated": "La région a été mise à jour avec succès", - "general-section-error": "Erreur", - "general-section-edit-region-details": "Modifier les détails de la région", - "general-section-details": "Détails", - "general-section-providers": "Fournisseurs", - "general-section-metadata": "Métadonnées", - "general-section-cancel": "Annuler", - "general-section-save-and-close": "Enregistrer et fermer", - "edit-something-went-wrong": "Quelque chose s'est mal passé...", - "edit-no-region-found": "Nous ne pouvons pas trouver de région avec cet ID, utilisez le menu à gauche pour sélectionner une région.", - "return-shipping-options-success": "Succès", - "return-shipping-options-shipping-option-created": "Option de retour créée", - "return-shipping-options-error": "Erreur", - "return-shipping-options-add-return-shipping-option": "Ajouter une option de retour", - "return-shipping-options-cancel": "Annuler", - "return-shipping-options-save-and-close": "Enregistrer et fermer", - "return-shipping-options-return-shipping-options": "Options de retour", - "return-shipping-options-add-option": "Ajouter une option", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Saisissez les détails sur les méthodes de retour régionales disponibles.", - "shipping-options-success": "Succès", - "shipping-options-shipping-option-created": "Option d'expédition créée", - "shipping-options-error": "Erreur", - "shipping-options-add-shipping-option": "Ajouter une option d'expédition", - "shipping-options-cancel": "Annuler", - "shipping-options-save-and-close": "Enregistrer et fermer", - "shipping-options-shipping-options": "Options d'expédition", - "shipping-options-add-option": "Ajouter une option", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Saisissez les détails sur les méthodes d'expédition régionales disponibles.", - "new-region-created": "Région créée", - "new-create-region": "Créer une région", - "new-details": "Détails", - "new-add-the-region-details": "Ajoutez les détails de la région.", - "new-providers": "Fournisseurs", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Ajoutez les fournisseurs de traitement et de paiement qui devraient être disponibles dans cette région.", - "region-overview-regions": "Régions", - "region-overview-manage-the-markets-that-you-will-operate-within": "Gérez les marchés dans lesquels vous opérerez.", - "region-overview-not-configured": "Non configuré", - "region-overview-fulfillment-providers": "Fournisseurs de traitement :", - "return-reasons-notification-success": "Succès", - "return-reasons-created-a-new-return-reason": "Créé une nouvelle raison de retour", - "return-reasons-success": "Succès", - "return-reasons-error": "Erreur", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Impossible de créer une raison de retour avec une valeur existante", - "return-reasons-add-reason": "Ajouter une raison", - "return-reasons-value-is-required": "La valeur est requise", - "return-reasons-value": "Valeur", - "return-reasons-label-is-required": "L'étiquette est requise", - "return-reasons-label": "Étiquette", - "return-reasons-description": "Description", - "return-reasons-customer-received-the-wrong-size": "Le client a reçu la mauvaise taille", - "return-reasons-cancel": "Annuler", - "return-reasons-create": "Créer", - "return-reasons-success-title": "Succès", - "return-reasons-successfully-updated-return-reason": "Raison de retour mise à jour avec succès", - "return-reasons-duplicate-reason": "Raison en double", - "return-reasons-delete-reason": "Supprimer la raison", - "return-reasons-save": "Enregistrer", - "return-reasons-details": "Détails", - "return-reasons-delete-return-reason": "Supprimer la raison de retour", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Êtes-vous sûr de vouloir supprimer cette raison de retour ?", - "return-reasons-back-to-settings": "Retour aux paramètres", - "return-reasons-return-reasons": "Raisons de retour", - "return-reasons-add-reason-label": "Ajouter une raison", - "return-reasons-manage-reasons-for-returned-items": "Gérer les raisons des articles retournés", - "taxes-details": "Détails", - "taxes-new-tax-rate": "Nouveau taux de taxe", - "taxes-tax-calculation-settings": "Paramètres de calcul des taxes", - "taxes-success": "Succès", - "taxes-successfully-updated-tax-rate": "Taux de taxe mis à jour avec succès.", - "taxes-error": "Erreur", - "taxes-overrides": "Remplacements", - "taxes-product-rules": "Règles pour les produits", - "taxes-product-rules-description_one": "S'applique à {{count}} produit", - "taxes-product-rules-description_other": "S'applique à {{count}} produits", - "taxes-product-type-rules": "Règles pour les types de produits", - "taxes-product-type-rules-description_one": "S'applique à {{count}} type de produit", - "taxes-product-type-rules-description_other": "S'applique à {{count}} types de produits", - "taxes-shipping-option-rules": "Règles pour les options d'expédition", - "taxes-applies-to-shipping-option-with-count_one": "S'applique à {{count}} option d'expédition", - "taxes-applies-to-shipping-option-with-count_other": "S'applique à {{count}} options d'expédition", - "taxes-add-overrides": "Ajouter des remplacements", - "taxes-cancel": "Annuler", - "taxes-save": "Enregistrer", - "taxes-name": "Nom", - "taxes-default": "Par défaut", - "taxes-rate-name": "Nom du taux", - "taxes-tax-rate": "Taux de taxe", - "taxes-tax-code": "Code de taxe", - "taxes-edit-tax-rate": "Modifier le taux de taxe", - "taxes-back-to-settings": "Retour aux paramètres", - "taxes-regions": "Régions", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Sélectionnez la région que vous souhaitez gérer pour les taxes", - "taxes-go-to-region-settings": "Accéder aux paramètres de la région", - "taxes-successfully-created-tax-rate": "Taux de taxe créé avec succès.", - "taxes-add-tax-rate": "Ajouter un taux de taxe", - "taxes-applies-to-product-type-with-count_one": "S'applique à {{count}} type de produit", - "taxes-applies-to-product-type-with-count_other": "S'applique à {{count}} types de produits", - "taxes-create": "Créer", - "taxes-select-products": "Sélectionner des produits", - "taxes-select-product-types-label": "Sélectionner des types de produits", - "taxes-product-types": "Types de produits", - "taxes-system-tax-provider": "Fournisseur de taxe système", - "taxes-region-tax-settings-were-successfully-updated": "Les paramètres de taxe de la région ont été mis à jour avec succès.", - "taxes-tax-provider": "Fournisseur de taxe", - "taxes-calculate-taxes-automatically": "Calculer automatiquement les taxes ?", - "taxes-automatically-apply-tax-calculations-to-carts": "Lorsqu'il est activé, Medusa appliquera automatiquement les calculs de taxe aux paniers dans cette région. Lorsqu'il est désactivé, vous devrez calculer manuellement les taxes lors du paiement. Les taxes manuelles sont recommandées si vous utilisez un fournisseur de taxe tiers pour éviter de nombreuses demandes.", - "taxes-apply-tax-to-gift-cards": "Appliquer la taxe aux cartes-cadeaux ?", - "taxes-apply-taxes-to-gift-cards": "Lorsqu'il est activé, les taxes seront appliquées aux cartes-cadeaux lors du paiement. Dans certains pays, la réglementation fiscale exige que les taxes soient appliquées aux cartes-cadeaux à l'achat.", - "taxes-search-products": "Rechercher des produits...", - "taxes-select-shipping-option": "Sélectionner une option d'expédition", - "taxes-shipping-options": "Options d'expédition", - "taxes-delete-tax-rate-heading": "Supprimer le taux de taxe", - "taxes-confirm-delete": "Êtes-vous sûr de vouloir supprimer ce taux de taxe ?", - "taxes-tax-rate-was-deleted": "Le taux de taxe a été supprimé.", - "taxes-edit": "Éditer", - "taxes-delete-tax-rate": "Supprimer le taux de taxe", - "taxes-delete-rule": "Supprimer la règle", - "taxes-type": "Type", - "taxes-products": "Produits", - "taxes-select-individual-products": "Sélectionner des produits individuels", - "taxes-select-product-types": "Sélectionner des types de produits", - "taxes-select-shipping-options": "Sélectionner des options d'expédition", - "taxes-back": "Retour", - "taxes-add": "Ajouter", - "taxes-code": "Code", - "users-invite-users": "Inviter des utilisateurs", - "users-back-to-settings": "Retour aux paramètres", - "users-the-team": "L'équipe", - "users-manage-users-of-your-medusa-store": "Gérer les utilisateurs de votre magasin Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/hi/translation.json b/packages/admin-ui/ui/public/locales/hi/translation.json deleted file mode 100644 index 9a8392680a1f4..0000000000000 --- a/packages/admin-ui/ui/public/locales/hi/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "पीछे जाएं", - "filter-menu-trigger": "देखें", - "filter-menu-clear-button": "बंद करे", - "filter-menu-select-item-default-placeholder": "फ़िल्टर चुनें", - "filter-menu-select-item-clear-button": "चयनित विकल्प साफ करें", - "filter-menu-select-item-selected": "चयनित", - "filter-menu-date-item-before": "पहले", - "filter-menu-date-item-after": "बाद", - "filter-menu-date-item-between": "बीच में", - "sales-channels-display-available-count": "उपलब्ध <2>{{availableChannelsCount}} में से <6>{{totalChannelsCount}} बिक्री चैनल", - "activity-drawer-activity": "गतिविधि", - "activity-drawer-no-notifications-title": "कोई गतिविधि नहीं...", - "activity-drawer-no-notifications-description": "आपके पास इस समय कोई सूचनाएँ नहीं हैं, कोई सूचना हुई आपको यह प्राप्त होगी", - "activity-drawer-error-title": "अरे नहीं...", - "activity-drawer-error-description": "आपकी सूचनाएँ प्राप्त करने का प्रयास करते समय कुछ गड़बड़ हो गई - हम कोशिश करते रहेंगे!", - "activity-drawer-processing": "प्रसंस्करण...", - "analytics-config-form-title": "मेरे उपयोग डेटा को अज्ञात बनाएं", - "analytics-config-form-description": "आप अपने उपयोग डेटा को अज्ञात करना चुन सकते हैं। यदि यह विकल्प चुना जाता है, तो हम आपकी व्यक्तिगत जानकारी, जैसे आपका नाम और ईमेल पता, एकत्र नहीं करेंगे।", - "analytics-config-form-opt-out": "मुझे अपना उपयोग डेटा साझा नहीं करना", - "analytics-config-form-opt-out-later": "आप कभी भी अपने उपयोग डेटा साझा करने की अनुमति ले सकते है", - "analytics-preferences-success": "सफलता", - "analytics-preferences-your-preferences-were-successfully-updated": "आपकी प्राथमिकताएँ सफलतापूर्वक अद्यतन कर दी गईं", - "analytics-preferences-error": "गलती हो गई", - "analytics-preferences-help-us-get-better": "हमारी मदद करे, हम आपको बेहतर सेवा प्रदान करे", - "analytics-preferences-disclaimer": "सबसे सम्मोहक ई-कॉमर्स अनुभव बनाने के लिए हम यह जानकारी हासिल करना चाहेंगे कि आप मेडुसा का उपयोग कैसे करते हैं। उपयोगकर्ता अंतर्दृष्टि हमें बेहतर, अधिक आकर्षक और अधिक उपयोगी उत्पाद बनाने की अनुमति देती है। हम केवल उत्पाद सुधार के लिए डेटा एकत्र करते हैं। पढ़ें कि हम अपने में कौन सा डेटा इकट्ठा करते हैं", - "analytics-preferences-documentation": "प्रलेखन", - "analytics-preferences-please-enter-a-valid-email": "कृपया एक मान्य ईमेल दर्ज करें", - "analytics-preferences-continue": "जारी रखें", - "currency-input-currency": "मुद्रा", - "currency-input-amount-is-not-valid": "मूल्य अवैध है", - "organisms-success": "सफलता", - "organisms-delete-successful": "हटाना सफल रहा", - "organisms-are-you-sure-you-want-to-delete": "क्या आप वाकई इसे हटाना चाहते हैं?", - "organisms-no-cancel": "नहीं, रद्द करें", - "organisms-yes-remove": "हां, हटावें", - "details-collapsible-hide-additional-details": "अतिरिक्त विवरण छुपा दे", - "details-collapsible-show-additional-details": "अतिरिक्त विवरण दिखाए", - "edit-user-modal-success": "सफलता", - "edit-user-modal-user-was-updated": "उपयोगकर्ता अद्यतन किया गया", - "edit-user-modal-error": "गलती हो गई", - "edit-user-modal-edit-user": "उपयोगकर्ता जानकारी संपादित करें", - "edit-user-modal-first-name-label": "प्रथम नाम", - "edit-user-modal-first-name-placeholder": "प्रथम नाम...", - "edit-user-modal-last-name-label": "आखिरी नाम", - "edit-user-modal-last-name-placeholder": "आखिरी नाम...", - "edit-user-modal-email": "ईमेल", - "edit-user-modal-cancel": "रद्द करें", - "edit-user-modal-save": "जमा करे", - "error-boundary-back-to-dashboard": "डैशबोर्ड पर जाएं", - "error-boundary-an-unknown-error-occured": "अज्ञात त्रुटि हो गई", - "error-boundary-bad-request": "गलती हो गई", - "error-boundary-you-are-not-logged-in": "आप लॉग इन नहीं करे है", - "error-boundary-you-do-not-have-permission-perform-this-action": "आपके पास यह कार्य करने की अनुमति नहीं है", - "error-boundary-page-was-not-found": "पेज नहीं मिला", - "error-boundary-an-unknown-server-error-occured": "एक अज्ञात सर्वर त्रुटि उत्पन्न हुई", - "error-boundary-503": "सर्वर फिलहाल अनुपलब्ध है", - "error-boundary-500": "अनिर्दिष्ट कारणों से एक त्रुटि हुई, यह संभवतः हमारी ओर से किसी तकनीकी समस्या के कारण है। पेज को रिफ्रेश करने का प्रयास करें। यदि समस्या बनी रहती है, तो अपने व्यवस्थापक से संपर्क करें.", - "error-boundary-400": "अनुरोध विकृत था, अपना अनुरोध ठीक करें और कृपया पुनः प्रयास करें।", - "error-boundary-401": "आप लॉग इन नहीं करे है, आगे बढ़ने के लिए कृपया लॉग इन करें।", - "error-boundary-403": "आपके पास यह कार्य करने की अनुमति नहीं है, अगर आपको लगता है कि यह एक गलती है, तो अपने व्यवस्थापक से संपर्क करें।", - "error-boundary-404": "आपके द्वारा अनुरोधित पेज नहीं मिला, कृपया यूआरएल जांचें और पुनः प्रयास करें।", - "error-boundary-500-2": "अनिर्दिष्ट कारणों से एक त्रुटि हुई, यह संभवतः हमारी ओर से किसी तकनीकी समस्या के कारण है। पेज को रिफ्रेश करने का प्रयास करें। यदि समस्या बनी रहती है, तो अपने व्यवस्थापक से संपर्क करें.", - "error-boundary-503-2": "सर्वर अस्थायी रूप से अनुपलब्ध है, और आपका अनुरोध संसाधित नहीं किया जा सका। कृपया बाद में पुन: प्रयास करें। यदि समस्या बनी रहती है, तो अपने व्यवस्थापक से संपर्क करें।", - "export-modal-title": "अपने डेटा का निर्यात प्रारंभ करें", - "export-modal-cancel": "रध करे", - "export-modal-export": "निर्यात करे", - "file-upload-modal-upload-a-new-photo": "एक नई फ़ोटो अपलोड करें", - "gift-card-banner-edit": "संपादन करना", - "gift-card-banner-unpublish": "अप्रकाशित करें", - "gift-card-banner-publish": "प्रकाशित करें", - "gift-card-banner-delete": "हटाएँ", - "gift-card-banner-published": "प्रकाशित", - "gift-card-banner-unpublished": "अप्रकाशित", - "gift-card-denominations-section-denomination-added": "संप्रदाय जोड़ा गया", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "एक नया संप्रदाय सफलतापूर्वक जोड़ा गया", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "उस डिफ़ॉल्ट मान वाला एक मूल्यवर्ग पहले से मौजूद है", - "gift-card-denominations-section-error": "गलती हो गई", - "gift-card-denominations-section-add-denomination": "संप्रदाय जोड़ें", - "gift-card-denominations-section-cancel": "रध करे", - "gift-card-denominations-section-save-and-close": "जमा और बंद करें", - "gift-card-denominations-section-denomination-updated": "मूल्यवर्ग अद्यतन किया गया", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "एक नया मूल्यवर्ग सफलतापूर्वक अद्यतन किया गया", - "gift-card-denominations-section-edit-denomination": "संप्रदाय संपादित करें", - "gift-card-denominations-section-denominations": "मूल्यवर्ग", - "gift-card-denominations-section-denomination": "मूल्यवर्ग", - "gift-card-denominations-section-in-other-currencies": "अन्य मुद्राओं में", - "gift-card-denominations-section-and-more_one": ", और {{count}} और बचे है", - "gift-card-denominations-section-and-more_other": ", {{count}} और बचे है", - "gift-card-denominations-section-delete-denomination": "संप्रदाय हटाएं", - "gift-card-denominations-section-confirm-delete": "क्या आप वाकई इस मूल्यवर्ग को हटाना चाहते हैं?", - "gift-card-denominations-section-denomination-deleted": "संप्रदाय हटा दिया गया", - "gift-card-denominations-section-denomination-was-successfully-deleted": "संप्रदाय सफलतापूर्वक हटा दिया गया", - "gift-card-denominations-section-edit": "संपादन करना", - "gift-card-denominations-section-delete": "हटाएँ", - "help-dialog-how-can-we-help": "हम कैसे मदद कर सकते हैं?", - "help-dialog-we-usually-respond-in-a-few-hours": "हम आम तौर पर कुछ घंटों में जवाब देते हैं", - "help-dialog-subject": "विषय", - "help-dialog-what-is-it-about": "यह किस बारे में है?...", - "help-dialog-write-a-message": "एक सन्देश लिखिए...", - "help-dialog-feel-free-to-join-our-community-of": "हमारे समुदाय में शामिल होने के लिए स्वतंत्र महसूस करें", - "help-dialog-merchants-and-e-commerce-developers": "व्यापारी और ई-कॉमर्स डेवलपर्स", - "help-dialog-send-a-message": "एक संदेश भेजो", - "invite-modal-success": "सफल हुए", - "invite-modal-invitation-sent-to": "{{user}} को निमंत्रण भेजा गया", - "invite-modal-error": "गलती हो गई", - "invite-modal-member": "सदस्य", - "invite-modal-admin": "व्यवस्थापक", - "invite-modal-developer": "डेवलपर", - "invite-modal-invite-users": "उपयोगकर्ताओं को आमंत्रित करें", - "invite-modal-email": "ईमेल", - "invite-modal-role": "भूमिका", - "invite-modal-select-role": "भूमिका चुनें", - "invite-modal-cancel": "रध करे", - "invite-modal-invite": "आमंत्रित करे", - "login-card-no-match": "ये प्रमाण हमारे रिकॉर्ड से मेल नहीं खाते।", - "login-card-log-in-to-medusa": "मेडुसा मे लॉगिन करे", - "login-card-email": "ईमेल", - "login-card-password": "पासवर्ड", - "login-card-forgot-your-password": "अपना पासवर्ड भूल गए?", - "metadata-add-metadata": "मेटाडेटा जोड़ें", - "product-attributes-section-edit-attributes": "गुण संपादित करें", - "product-attributes-section-dimensions": "नाप", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "सबसे सटीक शिपिंग दरों की गणना करने के लिए कॉन्फ़िगर करें", - "product-attributes-section-customs": "प्रथाएँ", - "product-attributes-section-cancel": "रध करे", - "product-attributes-section-save": "जमा करे", - "product-attributes-section-title": "गुण", - "product-attributes-section-height": "ऊंचाई", - "product-attributes-section-width": "चौड़ाई", - "product-attributes-section-length": "लंबाई", - "product-attributes-section-weight": "वज़न", - "product-attributes-section-mid-code": "ऐमिड कोड", - "product-attributes-section-hs-code": "हेस कोड", - "product-attributes-section-country-of-origin": "उद्गम देश", - "product-general-section-success": "सफल हुए", - "product-general-section-successfully-updated-sales-channels": "सफलतापूर्वक अद्यतन बिक्री चैनल", - "product-general-section-error": "गलती हो गई", - "product-general-section-failed-to-update-sales-channels": "बिक्री चैनल अपडेट करने में विफल", - "product-general-section-edit-general-information": "सामान्य जानकारी संपादित करें", - "product-general-section-gift-card": "उपहार कार्ड", - "product-general-section-product": "उत्पाद", - "product-general-section-metadata": "मेटाडेटा", - "product-general-section-cancel": "रध करे", - "product-general-section-save": "जमा करे", - "product-general-section-delete": "हटाएँ", - "product-general-section-edit-sales-channels": "बिक्री चैनल संपादित करें", - "product-general-section-published": "प्रकाशित", - "product-general-section-draft": "ड्राफ्ट", - "product-general-section-details": "विवरण", - "product-general-section-subtitle": "उपशीर्षक", - "product-general-section-handle": "संभाले", - "product-general-section-type": "प्रकार", - "product-general-section-collection": "संग्रह", - "product-general-section-category": "वर्ग", - "product-general-section-discountable": "छूटयोग्य", - "product-general-section-true": "सत्य", - "product-general-section-false": "असत्य", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "बिक्री चैनल", - "product-media-section-edit-media": "मीडिया संपादित करें", - "product-media-section-upload-images-error": "चित्र अपलोड करने का प्रयास करते समय कुछ गलत हो गया।", - "product-media-section-file-service-not-configured": "हो सकता है कि आपके पास फ़ाइल सेवा कॉन्फ़िगर न हो। कृपया अपने व्यवस्थापक से संपर्क करें", - "product-media-section-error": "गलती हो गई", - "product-media-section-media": "मीडिया", - "product-media-section-add-images-to-your-product": "अपने उत्पाद के चित्र जोड़ें।", - "product-media-section-cancel": "रध करे", - "product-media-section-save-and-close": "जमा और बंद करें", - "product-raw-section-raw-gift-card": "कच्चा उपहार कार्ड", - "product-raw-section-raw-product": "कच्चा उत्पाद", - "product-thumbnail-section-success": "सफल हुए", - "product-thumbnail-section-successfully-deleted-thumbnail": "सफलतापूर्वक हटाया गया थंबनेल", - "product-thumbnail-section-error": "गलती हो गई", - "product-thumbnail-section-edit": "संपादन करना", - "product-thumbnail-section-upload": "निकास", - "product-thumbnail-section-upload-thumbnail-error": "थंबनेल अपलोड करने का प्रयास करते समय कुछ गलत हो गया।", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "हो सकता है कि आपके पास फ़ाइल सेवा कॉन्फ़िगर न हो। कृपया अपने व्यवस्थापक से संपर्क करें", - "product-thumbnail-section-upload-thumbnail": "थंबनेल अपलोड करें", - "product-thumbnail-section-thumbnail": "थंबनेल", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "चेकआउट, सामाजिक साझाकरण आदि के दौरान आपके उत्पाद का प्रतिनिधित्व करने के लिए उपयोग किया जाता है।", - "product-thumbnail-section-cancel": "रध करे", - "product-thumbnail-section-save-and-close": "जमा और बंद करें", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "दर जोड़े", - "product-variants-section-add-variant": "वेरिएंट जोड़ें", - "product-variants-section-cancel": "रध करे", - "product-variants-section-save-and-close": "जमा और बंद करें", - "product-variants-section-edit-stock-inventory": "स्टॉक और इन्वेंट्री संपादित करें", - "product-variants-section-edit-variant": "संपादित करें वेरिएंट", - "edit-variants-modal-cancel": "रध करे", - "edit-variants-modal-save-and-go-back": "जमा करे और पीछे जाए", - "edit-variants-modal-save-and-close": "जमा और बंद करें", - "edit-variants-modal-edit-variant": "संपादित करें वेरिएंट", - "edit-variants-modal-update-success": "वेरिएंट सफलतापूर्वक अपडेट किए गए", - "edit-variants-modal-edit-variants": "संपादित करें वेरिएंट", - "edit-variants-modal-product-variants": "उत्पाद प्रकार", - "edit-variants-modal-variant": "संस्करण", - "edit-variants-modal-inventory": "भंडार", - "product-variants-section-edit-prices": "कीमतें संपादित करें", - "product-variants-section-edit-variants": "संपादित करें वेरिएंट", - "product-variants-section-edit-options": "विकल्प संपादित करें", - "product-variants-section-product-variants": "उत्पाद प्रकार", - "product-variants-section-error": "गलती हो गई", - "product-variants-section-failed-to-update-product-options": "उत्पाद विकल्प अपडेट करने में विफल", - "product-variants-section-success": "सफल हुए", - "product-variants-section-successfully-updated-product-options": "उत्पाद विकल्प सफलतापूर्वक अपडेट किए गए", - "product-variants-section-product-options": "उत्पाद विकल्प", - "product-variants-section-option-title": "विकल्प शीर्षक", - "product-variants-section-option-title-is-required": "विकल्प शीर्षक आवश्यक है", - "product-variants-section-add-an-option": "एक विकल्प जोड़ें", - "product-variants-section-inventory": "भंडार", - "product-variants-section-title": "शीर्षक", - "product-variants-section-sku": "ए. स. के. ऊ", - "product-variants-section-ean": "ई. ए. न", - "product-variants-section-manage-inventory": "इन्वेंट्री प्रबंधित करें", - "product-variants-section-duplicate-variant": "डुप्लिकेट वेरिएंट", - "product-variants-section-delete-variant-label": "वेरिएंट हटाएं", - "product-variants-section-yes-delete": "हाँ, हटाओ", - "product-variants-section-delete-variant-heading": "वेरिएंट हटाएं", - "product-variants-section-confirm-delete": "क्या आप वाकई इस संस्करण को हटाना चाहते हैं?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "नोट: वैरिएंट को हटाने से इन्वेंट्री आइटम और स्तर भी हट जाएंगे", - "reset-token-card-error": "गलती हो गई", - "reset-token-card-reset-your-password": "अपना पासवर्ड रीसेट करें", - "reset-token-card-password-reset-description": "नीचे अपना ईमेल पता दर्ज करें, और हम<1>आपको अपना पासवर्ड रीसेट करने के निर्देश भेजेंगे<3>।", - "reset-token-card-email": "ईमेल", - "reset-token-card-this-is-not-a-valid-email": "यह वैध ईमेल नहीं है", - "reset-token-card-send-reset-instructions": "रीसेट निर्देश भेजें", - "reset-token-card-successfully-sent-you-an-email": "आपको सफलतापूर्वक एक ईमेल भेजा गया", - "reset-token-card-go-back-to-sign-in": "साइन इन करने के लिए वापस जाएँ", - "rma-return-product-table-product-details": "उत्पाद विवरण", - "rma-return-product-table-quantity": "मात्रा", - "rma-select-product-table-product-details": "उत्पाद विवरण", - "rma-select-product-table-quantity": "मात्रा", - "rma-select-product-table-refundable": "वापसीयोग्य", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "कारण चुनें", - "sidebar-store": "दुकान", - "sidebar-orders": "ऑर्डर", - "sidebar-products": "उत्पाद", - "sidebar-categories": "श्रेणियाँ", - "sidebar-customers": "ग्राहक", - "sidebar-inventory": "भंडार", - "sidebar-discounts": "छूट", - "sidebar-gift-cards": "उपहार कार्ड", - "sidebar-pricing": "मूल्य निर्धारण", - "sidebar-settings": "समायोजन", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} मे {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} मे {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} मे {{soothedPageCount}}", - "timeline-request-return": "रिटर्न का अनुरोध करें", - "timeline-register-exchange": "रजिस्टर एक्सचेंज", - "timeline-register-claim": "दावा पंजीकृत करें", - "timeline-success": "सफल हुए", - "timeline-added-note": "नोट जोड़ा गया", - "timeline-error": "गलती हो गई", - "timeline-timeline": "समयरेखा", - "upload-modal-new": "नया", - "upload-modal-updates": "अद्यतन", - "upload-modal-drop-your-file-here-or": "अपनी फ़ाइल यहां छोड़ें, या", - "upload-modal-click-to-browse": "ब्राउज़ करने के लिए क्लिक करें।", - "upload-modal-only-csv-files-are-supported": "केवल .csv फ़ाइलें समर्थित हैं।", - "upload-modal-import-file-title": "आयात करें {{fileTitle}}", - "upload-modal-cancel": "रध करे", - "upload-modal-import-list": "सूची आयात करे", - "add-products-modal-add-products": "उत्पाद जोड़ें", - "add-products-modal-search-by-name-or-description": "नाम या विवरण से खोजें...", - "add-products-modal-cancel": "रध करे", - "add-products-modal-save": "जमा करे", - "add-products-modal-product-details": "उत्पाद विवरण", - "add-products-modal-status": "स्थिति", - "add-products-modal-variants": "वेरिएंट", - "templates-general": "सामान्य", - "templates-first-name": "प्रथम नाम", - "templates-last-name": "आखिरी नाम", - "templates-company": "कंपनी", - "templates-phone": "फ़ोन", - "templates-billing-address": "बिल भेजने का पता", - "templates-shipping-address": "शिपिंग पता", - "templates-address": "पता", - "templates-address-1": "पता 1", - "templates-address-2": "पता 2", - "templates-postal-code": "डाक कोड", - "templates-city": "शहर", - "templates-province": "प्रांत", - "templates-country": "देश", - "templates-metadata": "मेटाडेटा", - "collection-modal-success": "सफल हुए", - "collection-modal-successfully-updated-collection": "सफलतापूर्वक अद्यतन किया गया संग्रह", - "collection-modal-error": "गलती हो गई", - "collection-modal-successfully-created-collection": "सफलतापूर्वक बनाया गया संग्रह", - "collection-modal-edit-collection": "संग्रह संपादित करें", - "collection-modal-add-collection": "संग्रह जोड़ें", - "collection-modal-description": "एक संग्रह बनाने के लिए, आपको बस एक शीर्षक और एक हैंडल की आवश्यकता है।", - "collection-modal-details": "विवरण", - "collection-modal-title-label": "शीर्षक", - "collection-modal-title-placeholder": "धूप का चश्मा", - "collection-modal-handle-label": "संभाले", - "collection-modal-handle-placeholder": "धूप का चश्मा", - "collection-modal-slug-description": "संग्रह के लिए यूआरएल स्लग। खाली छोड़ने पर स्वतः उत्पन्न हो जाएगा।", - "collection-modal-metadata": "मेटाडेटा", - "collection-modal-cancel": "रध करे", - "collection-modal-save-collection": "संग्रह सहेजें", - "collection-modal-publish-collection": "संग्रह प्रकाशित करें", - "collection-product-table-add-products": "उत्पाद जोड़ें", - "collection-product-table-products": "उत्पाद", - "collection-product-table-search-products": "उत्पादों को खोजना", - "collection-product-table-cancel": "रध करे", - "collection-product-table-save": "जमा करे", - "collection-product-table-sort-by": "इसके अनुसार क्रमबद्ध करें", - "collection-product-table-all": "सभी", - "collection-product-table-newest": "नवीनतम", - "collection-product-table-oldest": "सबसे पुराना", - "collection-product-table-title": "शीर्षक", - "collection-product-table-decide-status-published": "प्रकाशित", - "collection-product-table-draft": "ड्राफ्ट", - "collection-product-table-proposed": "प्रस्तावित", - "collection-product-table-rejected": "अस्वीकार कर दिया", - "collection-product-table-remove-product-from-collection": "संग्रह से उत्पाद हटाएँ", - "collection-product-table-product-removed-from-collection": "उत्पाद संग्रह से हटा दिया गया", - "collections-table-delete-collection": "संग्रह हटाएं", - "collections-table-confirm-delete": "क्या आप इस संग्रह को मिटाना चाहते हैं?", - "collections-table-edit": "संपादन करना", - "collections-table-delete": "हटाएँ", - "collections-table-title": "शीर्षक", - "collections-table-handle": "संभाले", - "collections-table-created-at": "पर बनाया गया", - "collections-table-updated-at": "पर अद्यतन किया गया", - "collections-table-products": "उत्पाद", - "customer-group-table-details": "विवरण", - "customer-group-table-delete": "हटाएँ", - "customer-group-table-success": "सफल हुए", - "customer-group-table-group-deleted": "समूह हटा दिया गया", - "customer-group-table-error": "गलती हो गई", - "customer-group-table-failed-to-delete-the-group": "समूह को हटाने में विफल", - "customer-group-table-customer-groups": "ग्राहक समूह", - "customer-group-table-delete-from-the-group": "समूह से हटाएँ", - "customer-group-table-customer-groups-title": "ग्राहक समूह", - "customer-group-table-groups": "समूह", - "customer-group-table-all": "सभी", - "customer-group-table-edit-customers": "ग्राहक संपादित करें", - "customer-group-table-customers": "ग्राहक", - "customer-group-table-cancel": "रध करे", - "customer-group-table-save": "जमा करे", - "customer-orders-table-orders": "ऑर्डर", - "customer-orders-table-transfer-order": "स्थानांतरण आदेश", - "customer-orders-table-paid": "चुकाया गया", - "customer-orders-table-awaiting": "प्रतीक्षा", - "customer-orders-table-requires-action": "कार्रवाई की आवश्यकता है", - "customer-orders-table-n-a": "एन/ए", - "customer-orders-table-fulfilled": "पूरा हुआ", - "customer-orders-table-shipped": "लादा गया", - "customer-orders-table-not-fulfilled": "पूरा नहीं हुआ", - "customer-orders-table-partially-fulfilled": "आंशिक रूप से पूरा हुआ", - "customer-orders-table-partially-shipped": "आंशिक रूप से भेजा गया", - "customer-orders-table-order": "ऑर्डर", - "customer-orders-table-remainder-more": "+ {{remainder}} और है", - "customer-orders-table-date": "दिनांक", - "customer-orders-table-fulfillment": "पूर्ति", - "customer-orders-table-status": "स्थिति", - "customer-orders-table-total": "कुल", - "customer-table-customers": "ग्राहक", - "customer-table-edit": "संपादन करना", - "customer-table-details": "विवरण", - "customer-table-date-added": "दिनांक जोड़ी गई", - "customer-table-name": "नाम", - "customer-table-email": "ईमेल", - "customer-table-orders": "ऑर्डर", - "discount-filter-dropdown-filters": "फ़िल्टर", - "discount-table-discounts": "छूट", - "discount-table-search-by-code-or-description": "कोड या विवरण के आधार पर खोजें...", - "discount-table-success": "सफल हुए", - "discount-table-successfully-copied-discount": "सफलतापूर्वक छूट कॉपी की गई", - "discount-table-error": "गलती हो गई", - "discount-table-scheduled": "अनुसूचित", - "discount-table-expired": "खत्म हो चुका", - "discount-table-active": "सक्रिय", - "discount-table-disabled": "अक्षम", - "discount-table-free-shipping": "मुफ़्त शिपिंग", - "discount-table-code": "कोड", - "discount-table-description": "विवरण", - "discount-table-amount": "मात्रा", - "discount-table-status": "स्थिति", - "discount-table-redemptions": "मोचन", - "discount-table-delete-discount": "छूट हटाएं", - "discount-table-confirm-delete": "क्या आप वाकई इस छूट को हटाना चाहते हैं?", - "discount-table-publish": "प्रकाशित करें", - "discount-table-unpublish": "अप्रकाशित करें", - "discount-table-successfully-published-discount": "सफलतापूर्वक प्रकाशित छूट", - "discount-table-successfully-unpublished-discount": "सफलतापूर्वक अप्रकाशित छूट", - "discount-table-duplicate": "डुप्लिकेट", - "discount-table-delete": "हटाएँ", - "draft-order-table-draft-orders": "ड्राफ्ट ऑर्डर", - "draft-order-table-completed": "पुरा हुआ", - "draft-order-table-open": "खोले" , - "draft-order-table-draft": "ड्राफ्ट", - "draft-order-table-order": "ऑर्डर", - "draft-order-table-date-added": "दिनांक जोड़ी गई", - "draft-order-table-customer": "ग़राहक", - "draft-order-table-status": "स्थिति", - "gift-card-filter-dropdown-is-in-the-last": "आखरी मे है", - "gift-card-filter-dropdown-is-older-than": "से बूढ़ा है", - "gift-card-filter-dropdown-is-after": "बाद में है", - "gift-card-filter-dropdown-is-before": "पहले है", - "gift-card-filter-dropdown-is-equal-to": "इसके बराबर है", - "gift-card-filter-dropdown-filters": "फ़िल्टर", - "gift-card-filter-dropdown-status": "स्थिति", - "gift-card-filter-dropdown-payment-status": "भुगतान की स्थिति", - "gift-card-filter-dropdown-fulfillment-status": "पूर्ति स्थिति", - "gift-card-filter-dropdown-date": "दिनांक", - "gift-card-table-gift-cards": "उपहार कार्ड", - "gift-card-table-code": "कोड", - "gift-card-table-order": "ऑर्डर", - "gift-card-table-original-amount": "मूल राशि", - "gift-card-table-balance": "बचा हुआ", - "gift-card-table-region-has-been-deleted": "क्षेत्र हटा दिया गया है", - "gift-card-table-none": "कोई नहीं", - "gift-card-table-created": "बनाया था", - "image-table-file-name": "फ़ाइल का नाम", - "image-table-thumbnail": "थंबनेल", - "image-table-select-thumbnail-image-for-product": "चुनें कि आप इस उत्पाद के थंबनेल के रूप में किस छवि का उपयोग करना चाहते हैं", - "inventory-table-inventory-items": "इन्वेंटरी आइटम", - "inventory-table-actions-adjust-availability": "उपलब्धता समायोजित करें", - "inventory-table-view-product": "उत्पाद देखें", - "inventory-table-success": "सफल हुए", - "inventory-table-inventory-item-updated-successfully": "इन्वेंटरी आइटम सफलतापूर्वक अपडेट किया गया", - "inventory-table-adjust-availability": "उपलब्धता समायोजित करें", - "inventory-table-cancel": "रध करे", - "inventory-table-save-and-close": "जमा और बंद करें", - "inventory-table-item": "आइटम", - "inventory-table-variant": "संस्करण", - "inventory-table-sku": "ए'. स'. के. ऊ", - "inventory-table-reserved": "आरक्षित", - "inventory-table-in-stock": "स्टॉक में", - "order-filter-dropdown-filters": "फ़िल्टर", - "order-filter-dropdown-status": "स्थिति", - "order-filter-dropdown-payment-status": "भुगतान की स्थिति", - "order-filter-dropdown-fulfillment-status": "पूर्ति स्थिति", - "order-filter-dropdown-regions": "क्षेत्र", - "order-filter-dropdown-sales-channel": "बिक्री चैनल", - "order-filter-dropdown-date": "दिनांक", - "order-table-paid": "चुकाया गया", - "order-table-awaiting": "प्रतीक्षा", - "order-table-requires-action": "कार्रवाई की आवश्यकता है", - "order-table-canceled": "रद्द", - "order-table-n-a": "एन/ए", - "order-table-order": "ऑर्डर", - "order-table-date-added": "दिनांक जोड़ी गई", - "order-table-customer": "ग़राहक", - "order-table-fulfillment": "पूर्ति", - "order-table-payment-status": "भुगतान की स्थिति", - "order-table-sales-channel": "बिक्री चैनल", - "order-table-total": "कुल", - "order-table-filters-complete": "पूरा", - "order-table-filters-incomplete": "अधूरा", - "price-list-table-filters": "फ़िल्टर", - "price-list-table-status": "स्थिति", - "price-list-table-type": "प्रकार", - "price-list-table-price-lists": "मूल्य सूची", - "price-list-table-success": "सफल हुए", - "price-list-table-successfully-copied-price-list": "मूल्य सूची सफलतापूर्वक कॉपी की गई", - "price-list-table-error": "गलती हो गई", - "price-list-table-delete-price-list": "मूल्य सूची हटाएं", - "price-list-table-confirm-delete": "क्या आप वाकई इस मूल्य सूची को हटाना चाहते हैं?", - "price-list-table-successfully-deleted-the-price-list": "मूल्य सूची सफलतापूर्वक हटा दी गई", - "price-list-table-successfully-unpublished-price-list": "सफलतापूर्वक अप्रकाशित मूल्य सूची", - "price-list-table-successfully-published-price-list": "सफलतापूर्वक प्रकाशित मूल्य सूची", - "price-list-table-unpublish": "अप्रकाशित करें", - "price-list-table-publish": "प्रकाशित करें", - "price-list-table-delete": "हटाएँ", - "price-list-table-name": "नाम", - "price-list-table-description": "विवरण", - "price-list-table-groups": "समूह", - "price-list-table-other-more": "+ {{other}} और अधिक", - "price-overrides-apply-overrides-on-selected-variants": "चयनित वेरिएंट पर ओवरराइड लागू करें", - "price-overrides-apply-on-all-variants": "सभी वेरिएंट पर लागू करें", - "price-overrides-prices": "कीमतें", - "price-overrides-cancel": "रध करे", - "price-overrides-save-and-close": "जमा और बंद करें", - "price-overrides-show-regions": "क्षेत्र दिखाएँ", - "product-table-products": "उत्पाद", - "product-table-copy-success": "सफल हुए", - "product-table-copy-created-a-new-product": "एक नया उत्पाद बनाया गया", - "product-table-copy-error": "गलती हो गई", - "product-table-delete-product": "उत्पाद हटाएं", - "product-table-confirm-delete": "क्या आप वाकई इस उत्पाद को हटाना चाहते हैं?", - "product-table-edit": "संपादन करना", - "product-table-unpublish": "अप्रकाशित करें", - "product-table-publish": "प्रकाशित करें", - "product-table-draft": "ड्राफ्ट", - "product-table-published": "प्रकाशित", - "product-table-success": "सफल हुए", - "product-table-successfully-unpublished-product": "सफलतापूर्वक अप्रकाशित उत्पाद", - "product-table-successfully-published-product": "सफलतापूर्वक प्रकाशित उत्पाद", - "product-table-error": "गलती हो गई", - "product-table-duplicate": "डुप्लिकेट", - "product-table-delete": "हटाएँ", - "product-table-proposed": "प्रस्तावित", - "product-table-published-title": "प्रकाशित", - "product-table-rejected": "अस्वीकार कर दिया", - "product-table-draft-title": "ड्राफ्ट", - "product-table-name": "नाम", - "product-table-collection": "संग्रह", - "product-table-status": "स्थिति", - "product-table-availability": "उपलब्धता", - "product-table-inventory": "भंडार", - "product-table-inventory-in-stock-count_one": " {{count}} वेरिएंट के लिए स्टॉक में है", - "product-table-inventory-in-stock-count_other": " {{count}} वेरिएंट के लिए स्टॉक में है", - "reservation-form-location": "जगह", - "reservation-form-choose-where-you-wish-to-reserve-from": "चुनें कि आप कहां से आरक्षण कराना चाहते हैं।", - "reservation-form-item-to-reserve": "आइटम आरक्षित करने के लिए", - "reservation-form-select-the-item-that-you-wish-to-reserve": "वह आइटम चुनें जिसे आप आरक्षित करना चाहते हैं।", - "reservation-form-item": "आइटम", - "reservation-form-in-stock": "स्टॉक में", - "reservation-form-available": "उपलब्ध", - "reservation-form-reserve": "संरक्षित", - "reservation-form-remove-item": "वस्तु निकालें", - "reservation-form-description": "विवरण", - "reservation-form-what-type-of-reservation-is-this": "यह किस प्रकार का आरक्षण है?", - "reservations-table-reservations": "आरक्षण", - "reservations-table-edit": "संपादन करना", - "reservations-table-delete": "हटाएँ", - "reservations-table-confirm-delete": "क्या आप वाकई यह आरक्षण हटाना चाहते हैं?", - "reservations-table-remove-reservation": "आरक्षण हटाओ", - "reservations-table-reservation-has-been-removed": "आरक्षण हटा दिया गया है", - "new-success": "सफल हुए", - "new-successfully-created-reservation": "सफलतापूर्वक आरक्षण बनाया गया", - "new-error": "गलती हो गई", - "new-cancel": "रध करे", - "new-save-reservation": "आरक्षण बचाओ", - "new-reserve-item": "आरक्षित वस्तु", - "new-metadata": "मेटाडेटा", - "reservations-table-order-id": "ऑर्डर आईडी", - "reservations-table-description": "विवरण", - "reservations-table-created": "बनाया था", - "reservations-table-quantity": "मात्रा", - "search-modal-start-typing-to-search": "खोजने के लिए टाइप करना प्रारंभ करें...", - "search-modal-clear-search": "खोज को हटाए", - "search-modal-or": "और", - "search-modal-to-navigate": "नेविगेट करने के लिए", - "search-modal-to-select-and": "चयन करने के लिए, और", - "search-modal-to-search-anytime": "किसी भी समय खोजने के लिए", - "templates-settings": "समायोजन", - "templates-manage-the-settings-for-your-medusa-store": "अपने मेडुसा स्टोर के लिए सेटिंग्स प्रबंधित करें", - "transfer-orders-modal-info": "जानकारी", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "ग्राहक पहले से ही ऑर्डर का स्वामी है", - "transfer-orders-modal-success": "सफल हुए", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "विभिन्न ग्राहकों को ऑर्डर सफलतापूर्वक स्थानांतरित किया गया", - "transfer-orders-modal-error": "गलती हो गई", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "अलग-अलग ग्राहकों को ऑर्डर हस्तांतरित नहीं किया जा सका", - "transfer-orders-modal-transfer-order": "स्थानांतरण आदेश", - "transfer-orders-modal-order": "ऑर्डर", - "transfer-orders-modal-current-owner": "वर्तमान मालिक", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "ग्राहक वर्तमान में इस आदेश से संबंधित है", - "transfer-orders-modal-new-owner": "नया मालिक", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "ग्राहक को यह ऑर्डर स्थानांतरित करना होगा", - "transfer-orders-modal-cancel": "रध करे", - "transfer-orders-modal-confirm": "पुष्टि करना", - "templates-edit-user": "यूजर को संपादित करो", - "templates-remove-user": "उपयोगकर्ता हटाएँ", - "templates-resend-invitation": "आमंत्रण पुनः भेजें", - "templates-success": "सफल हुए", - "templates-invitiation-link-has-been-resent": "निमंत्रण लिंक पुनः भेजा गया है", - "templates-copy-invite-link": "आमंत्रण लिंक कॉपी करें", - "templates-invite-link-copied-to-clipboard": "आमंत्रण लिंक क्लिपबोर्ड पर कॉपी किया गया", - "templates-remove-invitation": "निमंत्रण हटाएँ", - "templates-expired": "खत्म हो चुका", - "templates-pending": "लंबित", - "templates-all": "सभी", - "templates-member": "सदस्य", - "templates-admin": "व्यवस्थापक", - "templates-no-team-permissions": "कोई टीम अनुमति नहीं", - "templates-status": "स्थिति", - "templates-active": "सक्रिय", - "templates-name": "नाम", - "templates-email": "ईमेल", - "templates-team-permissions": "टीम अनुमतियाँ", - "templates-confirm-remove": "क्या आप वाकई इस उपयोगकर्ता को हटाना चाहते हैं?", - "templates-remove-user-heading": "उपयोगकर्ता हटाएँ", - "templates-user-has-been-removed": "उपयोगकर्ता को हटा दिया गया है", - "templates-confirm-remove-invite": "क्या आप वाकई इस आमंत्रण को हटाना चाहते हैं?", - "templates-remove-invite": "आमंत्रण हटाएँ", - "templates-invitiation-has-been-removed": "निमंत्रण हटा दिया गया है", - "multiselect-choose-categories": "श्रेणियाँ चुनें", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "सफल हुए", - "details-updated-products-in-collection": "संग्रह में अद्यतन उत्पाद", - "details-error": "गलती हो गई", - "details-back-to-collections": "संग्रह पर वापस", - "details-edit-collection": "संग्रह संपादित करें", - "details-delete": "हटाएँ", - "details-metadata": "मेटाडेटा", - "details-edit-products": "उत्पाद संपादित करें", - "details-products-in-this-collection": "इस संग्रह में उत्पाद", - "details-raw-collection": "कच्चा संग्रह", - "details-delete-collection": "संग्रह हटाएं", - "details-successfully-deleted-collection": "सफलतापूर्वक हटाया गया संग्रह", - "details-yes-delete": "हाँ, हटाओ", - "details-successfully-updated-customer": "सफलतापूर्वक अपडेट किया गया ग्राहक", - "details-customer-details": "ग्राहक विवरण", - "details-general": "सामान्य", - "details-first-name": "प्रथम नाम", - "details-lebron": "लेब्रोन", - "details-last-name": "आखिरी नाम", - "details-james": "जेम्स", - "details-email": "ईमेल", - "details-phone-number": "फ़ोन नंबर", - "details-cancel": "रध करे", - "details-save-and-close": "जमा और बंद करें", - "details-edit": "संपादन करना", - "details-back-to-customers": "ग्राहकों के पास वापस", - "details-first-seen": "पहले देखा", - "details-phone": "फ़ोन", - "details-orders": "ऑर्डर", - "details-user": "उपयोगकर्ता", - "details-orders_one": "ऑर्डर {{count}}", - "details-orders_other": "ऑर्डर {{count}}", - "details-an-overview-of-customer-orders": "ग्राहक ऑर्डर का अवलोकन", - "details-raw-customer": "कच्चा ग्राहक", - "groups-group-updated": "समूह अद्यतन", - "groups-group-created": "समूह बनाया गया", - "groups-the-customer-group-has-been-updated": "ग्राहक समूह अपडेट कर दिया गया है", - "groups-the-customer-group-has-been-created": "ग्राहक समूह बनाया गया है", - "groups-edit-customer-group": "ग्राहक समूह संपादित करें", - "groups-create-a-new-customer-group": "एक नया ग्राहक समूह बनाएं", - "groups-details": "विवरण", - "groups-metadata": "मेटाडेटा", - "groups-cancel": "रध करे", - "groups-edit-group": "समूह संपादित करें", - "groups-publish-group": "प्रकाशन समूह", - "groups-no-customers-in-this-group-yet": "इस समूह में अभी तक कोई ग्राहक नहीं है", - "groups-customers": "ग्राहक", - "groups-edit": "संपादन करना", - "groups-delete": "हटाएँ", - "groups-yes-delete": "हाँ, हटाओ", - "groups-delete-the-group": "समूह हटाएं", - "groups-group-deleted": "समूह हटा दिया गया", - "groups-confirm-delete-customer-group": "क्या आप वाकई इस ग्राहक समूह को हटाना चाहते हैं?", - "groups-back-to-customer-groups": "ग्राहक समूहों पर वापस जाएँ", - "groups-new-group": "नया समूह", - "add-condition-conditions-were-successfully-added": "शर्तें सफलतापूर्वक जोड़ दी गईं", - "add-condition-discount-conditions-updated": "छूट की शर्तें अपडेट की गईं", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions का उपयोग एक शर्त प्रदाता के भीतर किया जाना चाहिए", - "collections-search": "खोज...", - "collections-cancel": "रध करे", - "collections-save-and-go-back": "जमा करे और पीछे जाए", - "collections-save-and-close": "जमा और बंद करें", - "customer-groups-search": "खोज...", - "customer-groups-cancel": "रध करे", - "customer-groups-save-and-go-back": "जमा करे और पीछे जाए", - "customer-groups-save-and-close": "जमा और बंद करें", - "product-types-search": "खोज...", - "product-types-cancel": "रध करे", - "product-types-save-and-go-back": "जमा करे और पीछे जाए", - "product-types-save-and-close": "जमा और बंद करें", - "products-search": "खोज...", - "products-cancel": "रध करे", - "products-save-and-go-back": "जमा करे और पीछे जाए", - "products-save-and-close": "जमा और बंद करें", - "tags-search": "खोज...", - "tags-cancel": "रध करे", - "tags-save-and-go-back": "जमा करे और पीछे जाए", - "tags-save-and-close": "जमा और बंद करें", - "edit-condition-add-conditions": "शर्तें जोड़ें", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "अचयनित करें", - "edit-condition-remove": "निकालना", - "edit-condition-add": "जोड़ना", - "edit-condition-title": "छूट की स्थिति में {{type}} संपादित करें", - "edit-condition-close": "बंद करे", - "edit-condition-success": "सफल हुए", - "edit-condition-the-resources-were-successfully-added": "संसाधन सफलतापूर्वक जोड़े गए", - "edit-condition-error": "गलती हो गई", - "edit-condition-failed-to-add-resources": "संसाधन जोड़ने में विफल", - "edit-condition-the-resources-were-successfully-removed": "संसाधनों को सफलतापूर्वक हटा दिया गया", - "edit-condition-failed-to-remove-resources": "संसाधन निकालने में विफल", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext का उपयोग EditConditionProvider के भीतर किया जाना चाहिए", - "conditions-conditions": "शर्त", - "conditions-add-condition-label": "शर्त जोड़े", - "conditions-this-discount-has-no-conditions": "इस छूट में कोई शर्त नहीं है", - "conditions-success": "सफल हुए", - "conditions-condition-removed": "शर्त हटा दी गई", - "conditions-error": "गलती हो गई", - "conditions-edit-condition": "शर्त संपादित करें", - "conditions-delete-condition": "शर्त हटाएं", - "conditions-discount-is-applicable-to-specific-products": "छूट विशिष्ट उत्पादों पर लागू है", - "conditions-discount-is-applicable-to-specific-collections": "छूट विशिष्ट संग्रहों पर लागू है", - "conditions-discount-is-applicable-to-specific-product-tags": "छूट विशिष्ट उत्पाद टैग पर लागू है", - "conditions-discount-is-applicable-to-specific-product-types": "छूट विशिष्ट उत्पाद प्रकारों पर लागू है", - "conditions-discount-is-applicable-to-specific-customer-groups":"छूट विशिष्ट ग्राहक समूहों पर लागू है", - "configurations-success": "सफल हुए", - "configurations-discount-updated-successfully": "छूट सफलतापूर्वक अपडेट की गई", - "configurations-error": "गलती हो गई", - "configurations-edit-configurations": "कॉन्फ़िगरेशन संपादित करें", - "configurations-cancel": "रध करे", - "configurations-save": "जमा करे", - "configurations-configurations": "विन्यास", - "configurations-start-date": "आरंभ करने की तिथि", - "configurations-end-date": "अंतिम तिथि", - "configurations-delete-configuration": "कॉन्फ़िगरेशन हटाएं", - "configurations-discount-end-date-removed": "छूट की समाप्ति तिथि हटा दी गई", - "configurations-number-of-redemptions": "मोचन की संख्या", - "configurations-redemption-limit-removed": "मोचन सीमा हटा दी गई", - "configurations-delete-setting": "सेटिंग हटाएं", - "configurations-discount-duration-removed": "छूट की अवधि हटा दी गई", - "general-success": "सफल हुए", - "general-discount-updated-successfully": "छूट सफलतापूर्वक अपडेट की गई", - "general-error": "गलती हो गई", - "general-edit-general-information": "सामान्य जानकारी संपादित करें", - "general-details": "विवरण", - "general-metadata": "मेटाडेटा", - "general-cancel": "रध करे", - "general-save-and-close": "जमा और बंद करें", - "general-delete-promotion": "पदोन्नति हटाएँ", - "general-confirm-delete-promotion": "क्या आप वाकई इस प्रचार को हटाना चाहते हैं?", - "general-promotion-deleted-successfully": "प्रचार सफलतापूर्वक हटाया गया", - "general-discount-published-successfully": "छूट सफलतापूर्वक प्रकाशित", - "general-discount-drafted-successfully": "छूट का मसौदा सफलतापूर्वक तैयार किया गया", - "general-delete-discount": "छूट हटाएं", - "general-template-discount": "टेम्पलेट छूट", - "general-published": "प्रकाशित", - "general-draft": "ड्राफ्ट", - "general-discount-amount": "छूट राशि", - "general-valid-regions": "वैध क्षेत्र", - "general-total-redemptions": "संपूर्ण मोचन", - "general-free-shipping": "मुफ़्त शिपिंग", - "general-unknown-discount-type": "अज्ञात छूट प्रकार", - "details-discount-deleted": "छूट हटा दी गई", - "details-confirm-delete-discount": "क्या आप वाकई इस छूट को हटाना चाहते हैं?", - "details-delete-discount": "छूट हटाएं", - "details-back-to-discounts": "छूट पर वापस", - "details-raw-discount": "कच्ची छूट", - "discounts-add-discount": "छूट जोड़ें", - "discount-form-add-conditions": "शर्तें जोड़ें", - "discount-form-choose-a-condition-type": "एक शर्त प्रकार चुनें", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "आप प्रत्येक प्रकार की शर्त में से केवल एक ही जोड़ सकते हैं", - "discount-form-you-cannot-add-any-more-conditions": "आप कोई और शर्तें नहीं जोड़ सकते", - "discount-form-cancel": "रध करे", - "discount-form-save": "जमा करे", - "add-condition-tables-cancel": "रध करे", - "add-condition-tables-save-and-add-more": "सहेजें और और जोड़ें", - "add-condition-tables-save-and-close": "जमा और बंद करें", - "add-condition-tables-search-by-title": "शीर्षक से खोजें...", - "add-condition-tables-search-groups": "समूह खोजें...", - "add-condition-tables-search-products": "उत्पादों को खोजना...", - "add-condition-tables-search-by-tag": "टैग द्वारा खोजें...", - "add-condition-tables-search-by-type": "प्रकार के अनुसार खोजें...", - "details-condition-tables-search-by-title": "शीर्षक से खोजें...", - "details-condition-tables-search-groups": "समूह खोजें...", - "details-condition-tables-cancel": "रध करे", - "details-condition-tables-save-and-add-more": "सहेजें और और जोड़ें", - "details-condition-tables-save-and-close": "जमा और बंद करें", - "details-condition-tables-search-products": "उत्पादों को खोजना...", - "details-condition-tables-search-by-tag": "टैग द्वारा खोजें...", - "details-condition-tables-search-by-type": "प्रकार के अनुसार खोजें...", - "edit-condition-tables-search-by-title": "शीर्षक से खोजें...", - "edit-condition-tables-title": "शीर्षक", - "edit-condition-tables-search-groups": "समूह खोजें...", - "edit-condition-tables-cancel": "रध करे", - "edit-condition-tables-delete-condition": "शर्त हटाएं", - "edit-condition-tables-save": "जमा करे", - "edit-condition-tables-search-products": "उत्पादों को खोजना...", - "edit-condition-tables-search-by-tag": "टैग द्वारा खोजें...", - "edit-condition-tables-search-by-type": "प्रकार के अनुसार खोजें...", - "shared-title": "शीर्षक", - "shared-products": "उत्पाद", - "shared-applies-to-the-selected-items": "चयनित आइटम पर लागू होता है।", - "shared-applies-to-all-items-except-the-selected-items": "चयनित वस्तुओं को छोड़कर सभी वस्तुओं पर लागू होता है।", - "shared-members": "सदस्य", - "shared-status": "स्थिति", - "shared-variants": "वेरिएंट", - "shared-tag": "टैग", - "shared-type": "प्रकार", - "edit-conditions-modal-title": "संपादित करें {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm, DiscountFormContext के अंदर होना चाहिए", - "discount-form-error": "गलती हो गई", - "discount-form-save-as-draft": "ड्राफ्ट के रूप में सेव करें", - "discount-form-publish-discount": "छूट प्रकाशित करें", - "discount-form-create-new-discount": "नई छूट बनाएं", - "discount-form-discount-type": "छूट का प्रकार", - "discount-form-select-a-discount-type": "छूट का प्रकार चुनें", - "discount-form-allocation": "आवंटन", - "discount-form-general": "सामान्य", - "discount-form-configuration": "विन्यास", - "discount-form-discount-code-application-disclaimer": "डिस्काउंट कोड तब से लागू होता है जब आप प्रकाशित बटन दबाते हैं और यदि इसे अछूता छोड़ दिया जाता है तो यह हमेशा के लिए लागू होता है।", - "discount-form-conditions": "शर्त", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "यदि छूट न दी जाए तो डिस्काउंट कोड सभी उत्पादों पर लागू होता है।", - "discount-form-add-conditions-to-your-discount": "अपनी छूट में शर्तें जोड़ें", - "discount-form-metadata": "मेटाडेटा", - "discount-form-metadata-usage-description": "मेटाडेटा आपको अपनी छूट में अतिरिक्त जानकारी जोड़ने की अनुमति देता है।", - "condition-item-remainder-more": "+{{remainder}} और भी", - "conditions-edit": "संपादन करना", - "conditions-product": "उत्पाद", - "conditions-collection": "संग्रह", - "conditions-tag": "टैग", - "conditions-customer-group": "ग्राहक समूह", - "conditions-type": "प्रकार", - "conditions-add-condition": "शर्त जोड़े", - "sections-start-date": "आरंभ करने की तिथि", - "sections-schedule-the-discount-to-activate-in-the-future": "भविष्य में सक्रिय करने के लिए छूट को शेड्यूल करें।", - "sections-select-discount-start-date": "यदि आप भविष्य में छूट को सक्रिय करने के लिए शेड्यूल करना चाहते हैं, तो आप यहां प्रारंभ तिथि निर्धारित कर सकते हैं, अन्यथा छूट तुरंत सक्रिय हो जाएगी।", - "sections-start-time": "समय शुरू", - "sections-discount-has-an-expiry-date": "छूट की कोई समाप्ति तिथि होती है?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "भविष्य में निष्क्रिय करने के लिए छूट को शेड्यूल करें।", - "sections-select-discount-end-date": "यदि आप भविष्य में छूट को निष्क्रिय करने के लिए शेड्यूल करना चाहते हैं, तो आप यहां समाप्ति तिथि निर्धारित कर सकते हैं।", - "sections-expiry-date": "समाप्ति तिथि", - "sections-expiry-time": "समाप्ति समय", - "sections-limit-the-number-of-redemptions": "मोचन की संख्या सीमित करें?", - "sections-limit-applies-across-all-customers-not-per-customer": "सीमा सभी ग्राहकों पर लागू होती है, प्रति ग्राहक पर नहीं।", - "sections-limit-discount-number-of-uses": "यदि आप यह सीमित करना चाहते हैं कि कोई ग्राहक इस छूट को कितनी बार भुना सकता है, तो आप यहां एक सीमा निर्धारित कर सकते हैं।", - "sections-number-of-redemptions": "मोचन की संख्या", - "sections-availability-duration": "उपलब्धता अवधि?", - "sections-set-the-duration-of-the-discount": "छूट की अवधि निर्धारित करें।", - "sections-select-a-discount-type": "छूट का प्रकार चुनें", - "sections-total-amount": "कुल राशि", - "sections-apply-to-the-total-amount": "कुल राशि पर लागू करें", - "sections-item-specific": "आइटम विशिष्ट", - "sections-apply-to-every-allowed-item": "प्रत्येक अनुमत वस्तु पर लागू करें", - "sections-percentage": "प्रतिशत", - "sections-fixed-amount": "निश्चित राशि", - "sections-discount-in-whole-numbers": "पूर्ण संख्या में छूट", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "यदि आप निश्चित राशि प्रकार का उपयोग करना चाहते हैं तो आप केवल एक वैध क्षेत्र का चयन कर सकते हैं", - "sections-free-shipping": "मुफ़्त शिपिंग", - "sections-override-delivery-amount": "डिलिवरी राशि ओवरराइड करें", - "sections-at-least-one-region-is-required": "कम से कम एक क्षेत्र आवश्यक है", - "sections-choose-valid-regions": "मान्य क्षेत्र चुनें", - "sections-code": "कोड", - "sections-summersale-10": "समरसेल10", - "sections-code-is-required": "कोड आवश्यक है", - "sections-amount-is-required": "राशि आवश्यक है", - "sections-amount": "मात्रा", - "sections-customer-invoice-code": "वह कोड जो आपके ग्राहक चेकआउट के दौरान दर्ज करेंगे। यह आपके ग्राहक के चालान पर दिखाई देगा।", - "sections-uppercase-letters-and-numbers-only": "केवल बड़े अक्षर और संख्याएँ।", - "sections-description": "विवरण", - "sections-summer-sale-2022": "ग्रीष्मकालीन बिक्री 2022", - "sections-this-is-a-template-discount": "यह एक टेम्पलेट छूट है", - "sections-template-discounts-description": "टेम्पलेट छूट आपको नियमों के एक सेट को परिभाषित करने की अनुमति देती है जिसका उपयोग छूट के समूह में किया जा सकता है। यह उन अभियानों में उपयोगी है जिन्हें प्रत्येक उपयोगकर्ता के लिए अद्वितीय कोड उत्पन्न करना चाहिए, लेकिन जहां सभी अद्वितीय कोड के नियम समान होने चाहिए।", - "discount-form-product": "उत्पाद", - "discount-form-only-for-specific-products": "केवल विशिष्ट उत्पादों के लिए", - "discount-form-choose-products": "उत्पाद चुनें", - "discount-form-customer-group": "ग्राहक समूह", - "discount-form-only-for-specific-customer-groups": "केवल विशिष्ट ग्राहक समूहों के लिए", - "discount-form-choose-groups": "समूह चुनें", - "discount-form-tag": "टैग", - "discount-form-only-for-specific-tags": "केवल विशिष्ट टैग के लिए", - "discount-form-collection": "संग्रह", - "discount-form-only-for-specific-product-collections": "केवल विशिष्ट उत्पाद संग्रह के लिए", - "discount-form-choose-collections": "संग्रह चुनें", - "discount-form-type": "प्रकार", - "discount-form-only-for-specific-product-types": "केवल विशिष्ट उत्पाद प्रकारों के लिए", - "discount-form-choose-types": "प्रकार चुनें", - "utils-products": "उत्पाद", - "utils-groups": "समूह", - "utils-tags": "टैग", - "utils-collections": "संग्रह", - "utils-types": "प्रकार", - "gift-cards-created-gift-card": "बनाया गया उपहार कार्ड", - "gift-cards-custom-gift-card-was-created-successfully": "कस्टम उपहार कार्ड सफलतापूर्वक बनाया गया", - "gift-cards-error": "गलती हो गई", - "gift-cards-custom-gift-card": "कस्टम उपहार कार्ड", - "gift-cards-details": "विवरण", - "gift-cards-receiver": "रिसीवर", - "gift-cards-cancel": "रध करे", - "gift-cards-create-and-send": "बनाएँ और भेजें", - "details-updated-gift-card": "अद्यतन उपहार कार्ड", - "details-gift-card-was-successfully-updated": "उपहार कार्ड सफलतापूर्वक अपडेट किया गया", - "details-failed-to-update-gift-card": "उपहार कार्ड अपडेट करने में विफल", - "details-edit-gift-card": "उपहार कार्ड संपादित करें", - "details-details": "विवरण", - "details-edit-details": "विवरण संपादित करें", - "details-update-balance-label": "शेष राशि अद्यतन करें", - "details-updated-status": "अद्यतन स्थिति", - "details-successfully-updated-the-status-of-the-gift-card": "उपहार कार्ड की स्थिति सफलतापूर्वक अपडेट की गई", - "details-back-to-gift-cards": "उपहार कार्ड पर वापस", - "details-original-amount": "मूल राशि", - "details-balance": "बचा हुआ", - "details-region": "क्षेत्र", - "details-expires-on": "पर समय सीमा समाप्त", - "details-created": "बनाया था", - "details-raw-gift-card": "कच्चा उपहार कार्ड", - "details-balance-updated": "शेष राशि अद्यतन", - "details-gift-card-balance-was-updated": "गिफ्ट कार्ड बैलेंस अपडेट किया गया", - "details-failed-to-update-balance": "शेष राशि अद्यतन करने में विफल", - "details-update-balance": "शेष राशि अद्यतन करें", - "manage-back-to-gift-cards": "उपहार कार्ड पर वापस", - "gift-cards-please-enter-a-name-for-the-gift-card": "कृपया उपहार कार्ड के लिए एक नाम दर्ज करें", - "gift-cards-please-add-at-least-one-denomination": "कृपया कम से कम एक संप्रदाय जोड़ें", - "gift-cards-denominations": "संप्रदाय", - "gift-cards-success": "सफल हुए", - "gift-cards-successfully-created-gift-card": "सफलतापूर्वक उपहार कार्ड बनाया गया", - "gift-cards-create-gift-card": "उपहार कार्ड बनाएं", - "gift-cards-gift-card-details": "उपहार कार्ड विवरण", - "gift-cards-name": "नाम", - "gift-cards-the-best-gift-card": "सर्वश्रेष्ठ उपहार कार्ड", - "gift-cards-description": "विवरण", - "gift-cards-the-best-gift-card-of-all-time": "सर्वकालिक सर्वश्रेष्ठ उपहार कार्ड", - "gift-cards-thumbnail": "थंबनेल", - "gift-cards-delete": "हटाएँ", - "gift-cards-size-recommended": "1200 x 1600 (3:4) अनुशंसित, प्रत्येक 10एमबी तक", - "gift-cards-amount": "मात्रा", - "gift-cards-add-denomination": "संप्रदाय जोड़ें", - "gift-cards-create-publish": "बनाएँ और प्रकाशित करें", - "gift-cards-successfully-updated-gift-card": "सफलतापूर्वक अपडेट किया गया उपहार कार्ड", - "gift-cards-gift-cards": "उपहार कार्ड", - "gift-cards-manage": "अपने मेडुसा स्टोर के उपहार कार्ड प्रबंधित करें", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "क्या आप अपना पहला उपहार कार्ड बेचने के लिए तैयार हैं?", - "gift-cards-no-gift-card-has-been-added-yet": "अभी तक कोई उपहार कार्ड नहीं जोड़ा गया है।", - "gift-cards-history": "इतिहास", - "gift-cards-see-the-history-of-purchased-gift-cards": "खरीदे गए उपहार कार्ड का इतिहास देखें", - "gift-cards-successfully-deleted-gift-card": "गिफ़्ट कार्ड सफलतापूर्वक हटा दिया गया", - "gift-cards-yes-delete": "हाँ, हटाओ", - "gift-cards-delete-gift-card": "उपहार कार्ड हटाएँ", - "inventory-filters": "फ़िल्टर", - "address-form-address": "पता", - "address-form-company": "कंपनी", - "address-form-address-1": "पता 1", - "address-form-this-field-is-required": "यह फ़ील्ड आवश्यक है", - "address-form-address-2": "पता 2", - "address-form-postal-code": "डाक कोड", - "address-form-city": "शहर", - "address-form-country": "देश", - "edit-sales-channels-edit-channels": "चैनल संपादित करें", - "edit-sales-channels-add-channels": "चैनल जोड़ें", - "general-form-location-name": "स्थान का नाम", - "general-form-flagship-store-warehouse": "फ्लैगशिप स्टोर, गोदाम", - "general-form-name-is-required": "नाम आवश्यक है", - "location-card-delete-location": "स्थान हटाएँ", - "location-card-confirm-delete": "क्या आप सच में इस स्थान को हटाना चाहते हैं। इससे इस स्थान से जुड़े सभी इन्वेंट्री स्तर और आरक्षण भी हट जाएंगे।", - "location-card-success": "सफल हुए", - "location-card-location-deleted-successfully": "स्थान सफलतापूर्वक हटा दिया गया", - "location-card-error": "गलती हो गई", - "location-card-edit-details": "विवरण संपादित करें", - "location-card-delete": "हटाएँ", - "location-card-connected-sales-channels": "कनेक्टेड बिक्री चैनल", - "sales-channels-form-add-sales-channels": "बिक्री चैनल जोड़ें", - "sales-channels-form-edit-channels": "चैनल संपादित करें", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "अभी तक किसी भी बिक्री चैनल से कनेक्ट नहीं है", - "edit-success": "सफल हुए", - "edit-location-edited-successfully": "स्थान सफलतापूर्वक संपादित किया गया", - "edit-error": "गलती हो गई", - "edit-edit-location-details": "स्थान विवरण संपादित करें", - "edit-metadata": "मेटाडेटा", - "edit-cancel": "रध करे", - "edit-save-and-close": "जमा और बंद करें", - "new-location-added-successfully": "स्थान सफलतापूर्वक जोड़ा गया", - "new-location-created": "स्थान सफलतापूर्वक बनाया गया, लेकिन बिक्री चैनल संबद्ध करने में एक त्रुटि हुई", - "new-cancel-location-changes": "क्या आप वाकई सहेजे न गए परिवर्तनों के साथ रद्द करना चाहते हैं?", - "new-yes-cancel": "हाँ, रद्द करें", - "new-no-continue-creating": "नहीं, बनाना जारी रखें", - "new-add-location": "स्थान जोड़ना", - "new-add-new-location": "नया स्थान जोड़ें", - "new-general-information": "सामान्य जानकारी", - "new-location-details": "इस स्थान के बारे में विवरण निर्दिष्ट करें", - "new-select-location-channel": "निर्दिष्ट करें कि इस स्थान के आइटम किन बिक्री चैनलों के माध्यम से खरीदे जा सकते हैं।", - "oauth-complete-installation": "पूर्ण स्थापना", - "claim-type-form-refund": "धनवापसी", - "claim-type-form-replace": "प्रतिस्थापित करें", - "items-to-receive-form-items-to-receive": "प्राप्त करने योग्य वस्तुएँ", - "items-to-receive-form-product": "उत्पाद", - "items-to-receive-form-quantity": "मात्रा", - "items-to-receive-form-refundable": "वापसीयोग्य", - "add-return-reason-reason-for-return": "वापसी की वजह", - "add-return-reason-reason": "कारण", - "add-return-reason-choose-a-return-reason": "वापसी का कारण चुनें", - "add-return-reason-note": "टिप्पणी", - "add-return-reason-product-was-damaged-during-shipping": "शिपिंग के दौरान उत्पाद क्षतिग्रस्त हो गया था", - "add-return-reason-cancel": "रध करे", - "add-return-reason-save-and-go-back": "जमा करे और पीछे जाए", - "add-return-reason-select-reason-title": "कारण चुनें", - "add-return-reason-edit-reason": "कारण संपादित करें", - "add-return-reason-select-reason": "कारण चुनें", - "items-to-return-form-items-to-claim": "दावा करने योग्य वस्तुएँ", - "items-to-return-form-items-to-return": "वापस करने योग्य आइटम", - "items-to-return-form-product": "उत्पाद", - "items-to-return-form-quantity": "मात्रा", - "items-to-return-form-refundable": "वापसीयोग्य", - "add-additional-items-screen-go-back": "वापस जाओ", - "add-additional-items-screen-add-products": "उत्पाद जोड़ें", - "add-additional-items-screen-add-product-variants": "उत्पाद प्रकार जोड़ें", - "add-additional-items-screen-search-products": "उत्पादों को खोजना", - "add-additional-items-screen-variant-price-missing": "इस वैरिएंट में इस ऑर्डर के क्षेत्र/मुद्रा के लिए कोई मूल्य नहीं है, और इसका चयन नहीं किया जा सकता है।", - "add-additional-items-screen-stock": "भंडार", - "add-additional-items-screen-price": "कीमत", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "कीमत को मूल्य सूची में ओवरराइड कर दिया गया है, जो इस ऑर्डर पर लागू है।", - "items-to-send-form-items-to-send": "भेजने के लिए आइटम", - "items-to-send-form-add-products": "उत्पाद जोड़ें", - "items-to-send-form-product": "उत्पाद", - "items-to-send-form-quantity": "मात्रा", - "items-to-send-form-price": "कीमत", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "कीमत को मूल्य सूची में ओवरराइड कर दिया गया है, जो इस ऑर्डर पर लागू है।", - "refund-amount-form-cancel-editing-refund-amount": "धनवापसी राशि का संपादन रद्द करें", - "refund-amount-form-edit-refund-amount": "धनवापसी राशि संपादित करें", - "refund-amount-form-refund-amount-cannot-be-negative": "रिफंड राशि ऋणात्मक नहीं हो सकती", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "रिफंड राशि कम से कम 0 होनी चाहिए", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} आइटम आरक्षित नहीं हैं", - "reservation-indicator-this-item-has-been-fulfilled": "यह मद पूरी हो गई है.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} आइटम: ${{locationName}}", - "reservation-indicator-edit-reservation": "आरक्षण संपादित करें", - "rma-summaries-claimed-items": "दावा की गई वस्तुएँ", - "rma-summaries-replacement-items": "प्रतिस्थापन वस्तुएँ", - "rma-summaries-customer-refund-description": "ग्राहक को दावा की गई वस्तुओं के लिए पूरा रिफंड मिलेगा, क्योंकि प्रतिस्थापन वस्तुओं और शिपिंग की लागत में कटौती नहीं की जाएगी। वैकल्पिक रूप से, आप लौटाए गए आइटम प्राप्त होने पर कस्टम रिफंड राशि निर्धारित करना चुन सकते हैं या इसके बजाय एक्सचेंज बना सकते हैं।", - "rma-summaries-refund-amount": "वापसी राशि", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "लौटाया गया सामान प्राप्त होने पर ग्राहक को पैसा वापस कर दिया जाएगा", - "rma-summaries-the-customer-will-be-refunded-immediately": "ग्राहक को तुरंत पैसा वापस कर दिया जाएगा", - "rma-summaries-receiving": "प्राप्त", - "rma-summaries-free": "मुक्त", - "send-notification-form-return": "वापस करना", - "send-notification-form-exchange": "अदला-बदली", - "send-notification-form-claim": "दावा", - "send-notification-form-send-notifications": "सूचनाएं भेजें", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "यदि अनचेक किया गया तो ग्राहक को इस {{subject}} के बारे में संचार प्राप्त नहीं होगा।", - "shipping-address-form-shipping-address": "शिपिंग पता", - "shipping-address-form-ship-to-a-different-address": "एक अलग पते पर जहाज", - "shipping-address-form-cancel": "रध करे", - "shipping-address-form-save-and-go-back": "जमा करे और पीछे जाए", - "shipping-address-form-shipping-information": "शिपिंग सूचना", - "shipping-form-shipping-for-return-items": "वापसी वस्तुओं के लिए शिपिंग", - "shipping-form-shipping-for-replacement-items": "प्रतिस्थापन वस्तुओं के लिए शिपिंग", - "shipping-form-shipping-method-is-required": "शिपिंग विधि आवश्यक है", - "shipping-form-choose-shipping-method": "शिपिंग विधि चुनें", - "shipping-form-shipping-method": "शिपिंग का तरीका", - "shipping-form-add-custom-price": "कस्टम मूल्य जोड़ें", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "ग्राहक द्वारा दावा की गई वस्तुओं के लिए वापसी शिपिंग निःशुल्क है।", - "shipping-form-shipping-for-replacement-items-is-complimentary": "प्रतिस्थापन वस्तुओं के लिए शिपिंग निःशुल्क है।", - "components-decrease-quantity": "मात्रा कम करें", - "components-increase-quantity": "मात्रा बढ़ाएँ", - "details-successfully-updated-address": "पता सफलतापूर्वक अपडेट किया गया", - "details-billing-address": "बिल भेजने का पता", - "details-shipping-address": "शिपिंग पता", - "details-contact": "संपर्क", - "details-location": "जगह", - "claim-are-you-sure-you-want-to-close": "क्या आप वाकई बंद करना चाहते हैं?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई बंद करना चाहते हैं?", - "claim-please-select-a-reason": "कृपया कोई कारण चुनें", - "claim-a-shipping-method-for-replacement-items-is-required": "प्रतिस्थापन वस्तुओं के लिए एक शिपिंग विधि की आवश्यकता है", - "claim-successfully-created-claim": "दावा सफलतापूर्वक बनाया गया", - "claim-created": "ऑर्डर #{{display_id}} के लिए दावा सफलतापूर्वक बनाया गया था", - "claim-error-creating-claim": "दावा बनाने में त्रुटि", - "claim-create-claim": "दावा बनाएँ", - "claim-location": "जगह", - "claim-choose-which-location-you-want-to-return-the-items-to": "चुनें कि आप किस स्थान पर आइटम वापस करना चाहते हैं।", - "claim-select-location-to-return-to": "वापस लौटने के लिए स्थान चुनें", - "claim-cancel": "रध करे", - "claim-submit-and-close": "सबमिट करें और बंद करें", - "create-fulfillment-error": "गलती हो गई", - "create-fulfillment-please-select-a-location-to-fulfill-from": "कृपया पूरा करने के लिए एक स्थान का चयन करें", - "create-fulfillment-cant-allow-this-action": "इस कार्रवाई की अनुमति नहीं दी जा सकती", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "स्टॉक से अधिक पूरा करने का प्रयास किया जा रहा है", - "create-fulfillment-successfully-fulfilled-order": "ऑर्डर सफलतापूर्वक पूरा किया गया", - "create-fulfillment-successfully-fulfilled-swap": "स्वैप सफलतापूर्वक पूरा हुआ", - "create-fulfillment-successfully-fulfilled-claim": "दावा सफलतापूर्वक पूरा किया गया", - "create-fulfillment-success": "सफल हुए", - "create-fulfillment-cancel": "रध करे", - "create-fulfillment-create-fulfillment": "पूर्णता बनाएँ", - "create-fulfillment-create-fulfillment-title": "पूर्ति बनाएँ", - "create-fulfillment-locations": "स्थानों", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "चुनें कि आप कहां से पूर्ति करना चाहते हैं.", - "create-fulfillment-items-to-fulfill": "पूरा करने के लिए आइटम", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "उन आइटमों की संख्या चुनें जिन्हें आप पूरा करना चाहते हैं।", - "create-fulfillment-send-notifications": "सूचनाएं भेजें", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "टॉगल किए जाने पर, अधिसूचना ईमेल भेजे जाएंगे.", - "create-fulfillment-quantity-is-not-valid": "मात्रा मान्य नहीं है", - "detail-cards-allocated": "आवंटित", - "detail-cards-not-fully-allocated": "पूर्णतः आवंटित नहीं किया गया", - "detail-cards-subtotal": "उप-योग", - "detail-cards-shipping": "शिपिंग", - "detail-cards-tax": "कर", - "detail-cards-total": "कुल", - "detail-cards-edit-order": "आदेश संपादित करें", - "detail-cards-allocate": "का आवंटन", - "detail-cards-discount": "छूट:", - "detail-cards-original-total": "मूल कुल", - "details-successfully-updated-the-email-address": "ईमेल पता सफलतापूर्वक अपडेट किया गया", - "details-email-address": "मेल पता", - "details-save": "जमा करे", - "details-order-id-copied": "ऑर्डर आईडी कॉपी की गई", - "details-email-copied": "ईमेल कॉपी किया गया", - "details-cancel-order-heading": "आदेश रद्द", - "details-are-you-sure-you-want-to-cancel-the-order": "क्या आप वाकई ऑर्डर रद्द करना चाहते हैं?", - "order-details-display-id": "आदेश #{{display_id}}", - "details-successfully-canceled-order": "ऑर्डर सफलतापूर्वक रद्द कर दिया गया", - "details-go-to-customer": "ग्राहक के पास जाएँ", - "details-transfer-ownership": "स्थानांतरण स्वामित्व", - "details-edit-shipping-address": "शिपिंग पता संपादित करें", - "details-edit-billing-address": "बिलिंग पता संपादित करें", - "details-edit-email-address": "ईमेल पता संपादित करें", - "details-back-to-orders": "आदेश पर वापस जाओ", - "details-cancel-order": "आदेश रद्द", - "details-payment": "भुगतान", - "details-refunded": "वापसी की गई है", - "details-total-paid": "पूर्ण भुगतान", - "details-fulfillment": "पूर्ति", - "details-create-fulfillment": "पूर्ति बनाएँ", - "details-shipping-method": "शिपिंग का तरीका", - "details-customer": "ग़राहक", - "details-shipping": "शिपिंग", - "details-billing": "बिलिंग", - "details-raw-order": "कच्चा आदेश", - "mark-shipped-successfully-marked-order-as-shipped": "ऑर्डर को सफलतापूर्वक भेज दिया गया के रूप में चिह्नित किया गया", - "mark-shipped-successfully-marked-swap-as-shipped": "स्वैप को सफलतापूर्वक शिप किए गए के रूप में चिह्नित किया गया", - "mark-shipped-successfully-marked-claim-as-shipped": "दावे को सफलतापूर्वक भेज दिया गया के रूप में चिह्नित किया गया", - "mark-shipped-success": "सफल हुए", - "mark-shipped-error": "गलती हो गई", - "mark-shipped-mark-fulfillment-shipped": "पूर्ति चिह्नित करें भेज दिया गया", - "mark-shipped-tracking": "नज़र रखना", - "mark-shipped-tracking-number-label": "ट्रैकिंग नंबर", - "mark-shipped-tracking-number": "ट्रैकिंग नंबर...", - "mark-shipped-add-additional-tracking-number": "+ अतिरिक्त ट्रैकिंग नंबर जोड़ें", - "mark-shipped-send-notifications": "सूचनाएं भेजें", - "mark-shipped-cancel": "रध करे", - "mark-shipped-complete": "पूरा", - "order-line-warning": "चेतावनी", - "order-line-cannot-duplicate-an-item-without-a-variant": "बिना वैरिएंट के किसी आइटम की नकल नहीं बनाई जा सकती", - "order-line-error": "गलती हो गई", - "order-line-failed-to-duplicate-item": "आइटम की नकल बनाने में विफल", - "order-line-success": "सफल हुए", - "order-line-item-removed": "आइटम हटा दिया गया", - "order-line-failed-to-remove-item": "आइटम निकालने में विफल", - "order-line-item-added": "आइटम जोड़ा गया", - "order-line-failed-to-replace-the-item": "आइटम बदलने में विफल", - "order-line-replace-product-variants": "उत्पाद प्रकार बदलें", - "order-line-replace-with-other-item": "अन्य वस्तु से बदलें", - "order-line-duplicate-item": "डुप्लिकेट आइटम", - "order-line-remove-item": "वस्तु निकालें", - "order-line-line-item-cannot-be-edited": "यह पंक्ति वस्तु पूर्ति का हिस्सा है और इसे संपादित नहीं किया जा सकता। पंक्ति वस्तु को संपादित करने के लिए पूर्ति रद्द करें।", - "order-line-new": "नया", - "order-line-modified": "संशोधित", - "receive-return-please-select-at-least-one-item-to-receive": "कृपया प्राप्त करने के लिए कम से कम एक आइटम का चयन करें", - "receive-return-successfully-received-return": "सफलतापूर्वक रिटर्न प्राप्त हुआ", - "receive-return-received-return-for-order": "ऑर्डर के लिए रिटर्न प्राप्त हुआ #{{display_id}}", - "receive-return-failed-to-receive-return": "रिटर्न प्राप्त करने में विफल", - "receive-return-receive-return": "रिटर्न प्राप्त करें", - "receive-return-location": "जगह", - "receive-return-choose-location": "चुनें कि आप किस स्थान पर आइटम वापस करना चाहते हैं।", - "receive-return-select-location-to-return-to": "वापस लौटने के लिए स्थान चुनें", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "चयनित स्थान पर वस्तुओं के लिए कोई इन्वेंट्री स्तर मौजूद नहीं है", - "receive-return-cancel": "रध करे", - "receive-return-save-and-close": "जमा और बंद करें", - "refund-success": "सफल हुए", - "refund-successfully-refunded-order": "ऑर्डर सफलतापूर्वक रिफ़ंड कर दिया गया", - "refund-error": "गलती हो गई", - "refund-create-a-refund": "धनवापसी बनाएं", - "refund-attention": "ध्यान!", - "refund-system-payment-disclaimer": "आपका एक या अधिक भुगतान सिस्टम भुगतान है. सावधान रहें, कि ऐसे भुगतानों के लिए मेडुसा द्वारा कैप्चर और रिफंड का प्रबंधन नहीं किया जाता है।", - "refund-details": "विवरण", - "refund-cannot-refund-more-than-the-orders-net-total": "ऑर्डर के कुल योग से अधिक धनवापसी नहीं की जा सकती।", - "refund-discount": "छूट", - "refund-reason": "कारण", - "refund-note": "टिप्पणी", - "refund-discount-for-loyal-customer": "वफादार ग्राहक के लिए छूट", - "refund-send-notifications": "सूचनाएं भेजें", - "refund-cancel": "रध करे", - "refund-complete": "पूरा", - "reservation-reservation-was-deleted": "आरक्षण हटा दिया गया", - "reservation-the-allocated-items-have-been-released": "आवंटित सामग्री जारी कर दी गई है।", - "reservation-error": "गलती हो गई", - "reservation-failed-to-delete-the-reservation": "आरक्षण हटाने में विफल", - "reservation-reservation-was-updated": "आरक्षण अद्यतन किया गया", - "reservation-the-reservation-change-was-saved": "आरक्षण परिवर्तन सहेजा गया.", - "reservation-errors": "त्रुटियाँ", - "reservation-failed-to-update-reservation": "आरक्षण अद्यतन करने में विफल", - "reservation-edit-reservation": "आरक्षण संपादित करें", - "reservation-location": "जगह", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "चुनें कि आप किस स्थान से आइटम भेजना चाहते हैं।", - "reservation-items-to-allocate-title": "आवंटित करने के लिए आइटम", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "उन आइटमों की संख्या चुनें जिन्हें आप आवंटित करना चाहते हैं।", - "reservation-max-reservation-requested": " / {{maxReservation}} का अनुरोध किया गया", - "reservation-reserved": " आरक्षित", - "reservation-description": "विवरण", - "reservation-what-type-of-reservation-is-this": "यह किस प्रकार का आरक्षण है?", - "reservation-metadata": "मेटाडेटा", - "reservation-remove-metadata": "मेटाडेटा हटाएँ", - "reservation-add-metadata": "मेटाडेटा जोड़ें", - "reservation-delete-reservation": "आरक्षण हटाओ", - "reservation-cancel": "रध करे", - "reservation-save-and-close": "जमा और बंद करें", - "reservation-couldnt-allocate-items": "आइटम आवंटित नहीं किए जा सके", - "reservation-items-allocated": "आइटम आवंटित", - "reservation-items-have-been-allocated-successfully": "आइटम सफलतापूर्वक आवंटित कर दिए गए हैं", - "reservation-save-reservation": "आरक्षण बचाओ", - "reservation-loading": "लोड हो रहा है...", - "reservation-allocate-order-items": "ऑर्डर आइटम आवंटित करें", - "reservation-choose-where-you-wish-to-allocate-from": "चुनें कि आप कहां से आवंटन करना चाहते हैं", - "reservation-items-to-allocate": "आवंटित करने के लिए आइटम", - "returns-success": "सफल हुए", - "returns-successfully-returned-order": "ऑर्डर सफलतापूर्वक लौटाया गया", - "returns-error": "गलती हो गई", - "returns-request-return": "रिटर्न का अनुरोध करें", - "returns-items-to-return": "वापस करने योग्य आइटम", - "returns-choose-which-location-you-want-to-return-the-items-to": "चुनें कि आप किस स्थान पर आइटम वापस करना चाहते हैं।", - "returns-select-location-to-return-to": "वापस लौटने के लिए स्थान चुनें", - "returns-selected-location-has-no-inventory-levels": "चयनित स्थान में चयनित वस्तुओं के लिए इन्वेंट्री स्तर नहीं है। रिटर्न का अनुरोध किया जा सकता है लेकिन चयनित स्थान के लिए इन्वेंट्री स्तर बनाए जाने तक इसे प्राप्त नहीं किया जा सकता है।", - "returns-shipping": "शिपिंग", - "returns-choose-retur,-shipping-method": "चुनें कि आप इस वापसी के लिए किस शिपिंग विधि का उपयोग करना चाहते हैं।", - "returns-total-refund": "कुल वापसी", - "returns-amount": "मात्रा", - "returns-send-notifications": "सूचनाएं भेजें", - "returns-notify-customer-of-created-return": "बनाए गए रिटर्न के बारे में ग्राहक को सूचित करें", - "returns-back": "पीछे", - "returns-submit": "जमा करना", - "rma-sub-modals-search-for-additional": "अतिरिक्त खोजें", - "rma-sub-modals-general": "सामान्य", - "rma-sub-modals-first-name": "प्रथम नाम", - "rma-sub-modals-last-name": "आखिरी नाम", - "rma-sub-modals-phone": "फ़ोन", - "rma-sub-modals-shipping-address": "शिपिंग पता", - "rma-sub-modals-address-1": "पता 1", - "rma-sub-modals-address-2": "पता 2", - "rma-sub-modals-province": "प्रांत", - "rma-sub-modals-postal-code": "डाक कोड", - "rma-sub-modals-city": "शहर", - "rma-sub-modals-country": "देश", - "rma-sub-modals-back": "पीछे", - "rma-sub-modals-add": "जोड़ना", - "rma-sub-modals-name": "नाम", - "rma-sub-modals-status": "स्थिति", - "rma-sub-modals-in-stock": "स्टॉक में", - "rma-sub-modals-products": "उत्पाद", - "rma-sub-modals-search-products": "उत्पादों को खोजना..", - "rma-sub-modals-reason-for-return": "वापसी की वजह", - "rma-sub-modals-reason": "कारण", - "rma-sub-modals-note": "टिप्पणी", - "swap-success": "सफल हुए", - "swap-successfully-created-exchange": "एक्सचेंज सफलतापूर्वक बनाया गया", - "swap-error": "गलती हो गई", - "swap-register-exchange": "रजिस्टर एक्सचेंज", - "swap-items-to-return": "वापस करने योग्य आइटम", - "swap-shipping": "शिपिंग", - "swap-shipping-method": "शिपिंग का तरीका", - "swap-add-a-shipping-method": "एक शिपिंग विधि जोड़ें", - "swap-location": "जगह", - "swap-choose-which-location-you-want-to-return-the-items-to": "चुनें कि आप किस स्थान पर आइटम वापस करना चाहते हैं।", - "swap-select-location-to-return-to": "वापस लौटने के लिए स्थान चुनें", - "swap-items-to-send": "भेजने के लिए आइटम", - "swap-add-product": "उत्पाद जोड़ें", - "swap-return-total": "कुल वापसी", - "swap-additional-total": "अतिरिक्त कुल", - "swap-outbond-shipping": "आउटबॉन्ड शिपिंग", - "swap-calculated-at-checkout": "चेकआउट पर गणना", - "swap-estimated-difference": "अनुमानित अंतर", - "swap-send-notifications": "सूचनाएं भेजें", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "यदि अनचेक किया गया तो ग्राहक को इस एक्सचेंज के बारे में संचार प्राप्त नहीं होगा", - "swap-complete": "पूरा", - "templates-shipped": "लादा गया", - "templates-fulfilled": "पूरा हुआ", - "templates-canceled": "रद्द", - "templates-partially-fulfilled": "आंशिक रूप से पूरा हुआ", - "templates-fulfillment-status-requires-action": "कार्रवाई की आवश्यकता है", - "templates-awaiting-fulfillment": "पूर्ति की प्रतीक्षा", - "templates-partially-shipped": "आंशिक रूप से भेजा गया", - "templates-cancel-fulfillment-heading": "पूर्ति रद्द करें?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "क्या आप वाकई पूर्ति रद्द करना चाहते हैं?", - "templates-successfully-canceled-swap": "स्वैप सफलतापूर्वक रद्द किया गया", - "templates-error": "गलती हो गई", - "templates-successfully-canceled-claim": "दावा सफलतापूर्वक रद्द कर दिया गया", - "templates-successfully-canceled-fulfillment": "पूर्ति सफलतापूर्वक रद्द कर दी गई", - "templates-fulfillment-has-been-canceled": "पूर्ति रद्द कर दी गई है", - "templates-fulfilled-by-provider": "{{title}} {{provider}} द्वारा पूरा किया गया", - "templates-not-shipped": "नहीं भेजा", - "templates-tracking": "नज़र रखना", - "templates-shipped-from": "से भेज दिया", - "templates-shipping-from": "से शिपिंग", - "templates-mark-shipped": "मार्क भेज दिया गया", - "templates-cancel-fulfillment": "पूर्ति रद्द करें", - "templates-completed": "पुरा हुआ", - "templates-processing": "प्रसंस्करण", - "templates-requires-action": "कार्रवाई की आवश्यकता है", - "templates-capture-payment": "भुगतान कैप्चर करें", - "templates-successfully-captured-payment": "भुगतान सफलतापूर्वक प्राप्त कर लिया गया", - "templates-refund": "धनवापसी", - "templates-total-for-swaps": "स्वैप के लिए कुल", - "templates-refunded-for-swaps": "स्वैप के लिए धनवापसी की गई", - "templates-refunded-for-returns": "रिटर्न के लिए रिफंड किया गया", - "templates-manually-refunded": "मैन्युअल रूप से धनवापसी की गई", - "templates-net-total": "शुद्ध योग", - "templates-paid": "चुकाया गया", - "templates-awaiting-payment": "भुगतान की प्रतीक्षा", - "templates-payment-status-requires-action": "कार्रवाई की आवश्यकता है", - "draft-orders-completed": "पुरा हुआ", - "draft-orders-open": "खोले", - "draft-orders-mark-as-paid": "भुगतान के रूप में चिह्नित करें", - "draft-orders-success": "सफल हुए", - "draft-orders-successfully-mark-as-paid": "भुगतान के रूप में सफलतापूर्वक चिह्नित करें", - "draft-orders-error": "गलती हो गई", - "draft-orders-successfully-canceled-order": "ऑर्डर सफलतापूर्वक रद्द कर दिया गया", - "draft-orders-back-to-draft-orders": "ड्राफ्ट ऑर्डर पर वापस जाएँ", - "on-mark-as-paid-confirm-order-id": "आदेश #{{display_id}}", - "draft-orders-go-to-order": "ऑर्डर पर जाएं", - "draft-orders-cancel-draft-order": "ड्राफ्ट ऑर्डर रद्द करें", - "draft-orders-draft-order": "ड्राफ्ट आदेश", - "draft-orders-email": "ईमेल", - "draft-orders-phone": "फ़ोन", - "draft-orders-amount": "राशि {{currency_code}}", - "draft-orders-payment": "भुगतान", - "draft-orders-subtotal": "उप-योग", - "draft-orders-shipping": "शिपिंग", - "draft-orders-tax": "कर", - "draft-orders-total-to-pay": "भुगतान करने के लिए कुल", - "draft-orders-payment-link": "भुगतान लिंक:", - "draft-orders-configure-payment-link-in-store-settings": "स्टोर सेटिंग में भुगतान लिंक कॉन्फ़िगर करें", - "draft-orders-shipping-method": "शिपिंग का तरीका", - "draft-orders-data": "डेटा", - "draft-orders-1-item": "(1 समान)", - "draft-orders-customer": "ग़राहक", - "draft-orders-edit-shipping-address": "शिपिंग पता संपादित करें", - "draft-orders-edit-billing-address": "बिलिंग पता संपादित करें", - "draft-orders-go-to-customer": "ग्राहक के पास जाएँ", - "draft-orders-contact": "संपर्क", - "draft-orders-billing": "बिलिंग", - "draft-orders-raw-draft-order": "कच्चा मसौदा आदेश", - "draft-orders-are-you-sure": "क्या आपको यकीन है?", - "draft-orders-remove-resource-heading": "{{resource}} हटाएं", - "draft-orders-remove-resource-success-text": "{{resource}} हटा दिया गया है", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "इससे एक ऑर्डर बनेगा. यदि आपको भुगतान प्राप्त हुआ है तो इसे भुगतान के रूप में चिह्नित करें।", - "draft-orders-mark-paid": "मार्क भुगतान किया गया", - "draft-orders-cancel": "रध करे", - "draft-orders-create-draft-order": "ड्राफ्ट ऑर्डर बनाएं", - "edit-amount-paid": "राशि का भुगतान", - "edit-new-total": "नया कुल", - "edit-difference-due": "अंतर देय", - "edit-back": "पीछे", - "edit-save-and-go-back": "जमा करे और पीछे जाए", - "edit-order-edit-set-as-requested": "अनुरोध के अनुसार ऑर्डर संपादित करें सेट करें", - "edit-failed-to-request-confirmation": "पुष्टिकरण का अनुरोध करने में विफल", - "edit-added-successfully": "सफलतापूर्वक जोड़ा गया", - "edit-error-occurred": "त्रुटि हुई", - "edit-add-product-variants": "उत्पाद प्रकार जोड़ें", - "edit-edit-order": "आदेश संपादित करें", - "edit-items": "सामान", - "edit-add-items": "सामगंरियां जोड़ें", - "edit-filter-items": "आइटम फ़िल्टर करें...", - "edit-note": "टिप्पणी", - "edit-add-a-note": "एक नोट जोड़े...", - "variants-table-location": "{{location}} में", - "edit-product": "उत्पाद", - "edit-in-stock": "स्टॉक में", - "edit-price": "कीमत", - "edit-products": "उत्पाद", - "edit-search-product-variants": "उत्पाद प्रकार खोजें...", - "orders-success": "सफल हुए", - "orders-successfully-initiated-export": "निर्यात सफलतापूर्वक प्रारंभ किया गया", - "orders-error": "गलती हो गई", - "orders-export-orders": "निर्यात आदेश", - "components-billing-address": "बिल भेजने का पता", - "components-use-same-as-shipping": "शिपिंग के समान ही उपयोग करें", - "components-e-g-gift-wrapping": "जैसे उपहार लपेटकर", - "components-title": "शीर्षक", - "components-price": "कीमत", - "components-quantity": "मात्रा", - "components-back": "पीछे", - "components-add": "जोड़ना", - "components-items-for-the-order": "ऑर्डर के लिए आइटम", - "components-details": "विवरण", - "components-price-excl-taxes": "कीमत (करों को छोड़कर)", - "components-add-custom": "कस्टम जोड़ें", - "components-add-existing": "मौजूदा जोड़ें", - "components-add-products": "उत्पाद जोड़ें", - "components-add-custom-item": "कस्टम आइटम जोड़ें", - "components-choose-region": "क्षेत्र चुनें", - "components-region": "क्षेत्र", - "select-shipping-to-name": "(नाम देने के लिए}})", - "components-attention": "ध्यान!", - "components-no-options-for-orders-without-shipping": "आपके पास शिपिंग के बिना ऑर्डर के लिए कोई विकल्प नहीं है। कृपया क्षेत्र सेटिंग्स में अनचेक किए गए \"वेबसाइट पर दिखाएं\" के साथ एक (उदाहरण के लिए \"इन-स्टोर पूर्ति\") जोड़ें और जारी रखें।", - "components-choose-a-shipping-method": "एक शिपिंग विधि चुनें", - "components-set-custom-price": "कस्टम मूल्य निर्धारित करें", - "components-custom-price": "कस्टम कीमत", - "components-customer-and-shipping-details": "ग्राहक और शिपिंग विवरण", - "components-find-existing-customer": "मौजूदा ग्राहक खोजें", - "components-email": "ईमेल", - "components-choose-existing-addresses": "मौजूदा पते चुनें", - "components-create-new": "नया निर्माण", - "components-the-discount-is-not-applicable-to-the-selected-region": "छूट चयनित क्षेत्र पर लागू नहीं है", - "components-the-discount-code-is-invalid": "डिस्काउंट कोड अमान्य है", - "components-add-discount": "छूट जोड़ें", - "components-summer-10": "ग्रीष्म10", - "components-discount": "छूट", - "select-shipping-code": "(कोड: {{code}})", - "components-type": "प्रकार", - "components-value": "कीमत", - "components-address": "पता", - "components-shipping-method": "शिपिंग का तरीका", - "components-billing-details": "बिलिंग विवरण", - "components-edit": "संपादन करना", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm का उपयोग NewOrderFormProvider के भीतर किया जाना चाहिए", - "new-order-created": "आदेश बनाया गया", - "new-create-draft-order": "ड्राफ्ट ऑर्डर बनाएं", - "price-list-product-filter-created-at": "पर बनाया गया", - "price-list-product-filter-updated-at": "पर अद्यतन किया गया", - "price-list-details-drawer-prompt-title": "क्या आपको यकीन है?", - "price-list-details-drawer-prompt-description": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई बाहर निकलना चाहते हैं?", - "price-list-details-notification-succes-title": "मूल्य सूची अपडेट की गई", - "price-list-details-drawer-notification-success-message": "मूल्य सूची सफलतापूर्वक अद्यतन की गई", - "price-list-details-drawer-notification-error-title": "एक त्रुटि पाई गई", - "price-list-details-drawer-title": "मूल्य सूची विवरण संपादित करें", - "price-list-details-drawer-cancel-button": "रध करे", - "price-list-details-drawer-save-button": "जमा करे", - "price-list-details-section-prompt-confirm-text": "हटाएँ", - "price-list-details-section-prompt-cancel-text": "रध करे", - "price-list-details-section-prompt-title": "मूल्य सूची हटाएं", - "price-list-details-section-prompt-description": "क्या आप वाकई मूल्य सूची \"{{name}}\" को हटाना चाहते हैं?", - "price-list-details-section-delete-notification-success-title": "मूल्य सूची सफलतापूर्वक हटा दी गई", - "price-list-details-section-delete-notification-success-message": "मूल्य सूची \"{{name}}\" सफलतापूर्वक हटा दी गई", - "price-list-details-section-delete-notification-error-title": "मूल्य सूची हटाने में विफल", - "price-list-details-section-customer-groups": "ग्राहक समूह", - "price-list-details-section-last-edited": "अंतिम बार संपादित", - "price-list-details-section-number-of-prices": "कीमतें", - "price-list-details-section-status-menu-expired": "खत्म हो चुका", - "price-list-details-section-status-menu-draft": "ड्राफ्ट", - "price-list-details-section-status-menu-scheduled": "अनुसूचित", - "price-list-details-section-status-active": "सक्रिय", - "price-list-details-section-status-menu-notification-success-title": "मूल्य सूची स्थिति सफलतापूर्वक अद्यतन की गई", - "price-list-details-section-status-menu-notification-success-message": "मूल्य सूची स्थिति को सफलतापूर्वक {{status}} पर अपडेट कर दिया गया", - "price-list-details-section-status-menu-notification-error-title": "मूल्य सूची स्थिति अद्यतन करने में विफल", - "price-list-details-section-status-menu-item-draft": "ड्राफ्ट", - "price-list-details-section-status-menu-item-activate": "सक्रिय", - "price-list-details-menu-item-edit": "विवरण संपादित करें", - "price-list-details-menu-item-delete": "हटाएँ", - "price-list-edit-error": "मूल्य सूची लोड करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-new-form-prompt-title": "क्या आपको यकीन है?", - "price-list-new-form-prompt-exit-description": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई बाहर निकलना चाहते हैं?", - "price-list-new-form-prompt-back-description": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई वापस जाना चाहते हैं?", - "price-list-add-products-modal-no-prices-error": "कृपया कम से कम एक उत्पाद के लिए मूल्य निर्दिष्ट करें।", - "price-list-add-products-modal-missing-prices-title": "अपूर्ण मूल्य सूची", - "price-list-add-products-modal-missing-prices-description": "आपके द्वारा चुने गए सभी उत्पादों के लिए कीमतें निर्धारित नहीं की गई हैं। क्या आप जारी रखना चाहेंगे?", - "price-list-add-products-modal-success-title": "नई कीमतें जोड़ी गईं", - "price-list-add-products-modal-success-message": "नई कीमतें मूल्य सूची में जोड़ दी गई हैं।", - "price-list-add-products-modal-error-title": "एक त्रुटि पाई गई", - "price-list-add-products-modal-back-button-cancel": "रध करे", - "price-list-add-products-modal-back-button": "पीछे", - "price-list-add-products-modal-next-button-continue": "जारी रखना", - "price-list-add-products-modal-next-button-submit-and-close": "सबमिट करें और बंद करें", - "price-list-add-products-modal-next-button-continue-save-prices": "कीमतें सहेजें", - "price-list-add-products-modal-products-tab": "उत्पाद चुनें", - "price-list-add-products-modal-prices-tab": "कीमतें संपादित करें", - "price-list-add-products-modal-error": "प्रपत्र तैयार करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-edit-prices-modal-prompt-title": "सहेजे न गए परिवर्तन", - "price-list-edit-prices-modal-prompt-exit-description": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई बाहर निकलना चाहते हैं?", - "price-list-edit-prices-modal-prompt-back-description": "आपके परिवर्तन सहेजे नहीं गए हैं, क्या आप वाकई वापस जाना चाहते हैं?", - "price-list-edit-prices-modal-notification-update-error": "एक त्रुटि पाई गई", - "price-list-edit-prices-modal-notification-remove-error-title": "एक त्रुटि पाई गई", - "price-list-edit-prices-modal-notification-remove-error-description": "कुछ कीमतें सही ढंग से अपडेट नहीं की गईं. पुनः प्रयास करें।", - "price-list-edit-prices-modal-notification-update-success-title": "कीमतें अपडेट की गईं", - "price-list-edit-prices-modal-notification-update-success-description": "कीमतें सफलतापूर्वक अपडेट की गईं", - "price-list-edit-prices-modal-next-button-save-and-close": "जमा और बंद करें", - "price-list-edit-prices-modal-next-button-save": "कीमतें सहेजें", - "price-list-edit-prices-modal-back-button-cancel": "रध करे", - "price-list-edit-prices-modal-back-button-back": "पीछे", - "price-list-edit-prices-modal-overview-tab": "कीमतें संपादित करें", - "price-list-edit-prices-modal-error-loading": "प्रपत्र तैयार करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-prices-section-prompt-title": "क्या आपको यकीन है?", - "price-list-prices-section-prompt-description": "इससे उत्पाद की कीमतें सूची से स्थायी रूप से हट जाएंगी", - "price-list-prices-secton-delete-success-title": "कीमतें हटा दी गईं", - "price-list-prices-section-delete-success-description_one": "{{count}} उत्पादों के लिए कीमतें सफलतापूर्वक हटा दी गईं", - "price-list-prices-section-delete-success-description_other": "{{count}} उत्पादों के लिए कीमतें सफलतापूर्वक हटा दी गईं", - "price-list-prices-section-delete-error-title": "एक त्रुटि पाई गई", - "price-list-prices-section-heading": "कीमतें", - "price-list-prices-section-search-placeholder": "उत्पादों को खोजना", - "price-list-prices-section-prices-menu-edit": "कीमतें संपादित करें", - "price-list-prices-section-prices-menu-add": "उत्पाद जोड़ें", - "price-list-prices-section-table-load-error": "उत्पाद लाते समय एक त्रुटि उत्पन्न हुई. पृष्ठ को पुनः लोड करने का प्रयास करें, या यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-prices-section-bar-count_one": "{{count}} चयनित", - "price-list-prices-section-bar-count_other": "{{count}} चयनित", - "price-list-prices-section-edit-command": "संपादन करना", - "price-list-prices-section-delete-command": "हटाएँ", - "price-list-prices-section-select-all-checkbox-label": "वर्तमान पृष्ठ पर सभी उत्पाद चुनें", - "price-list-prices-section-select-checkbox-label": "पंक्ति का चयन करें", - "price-list-prices-section-table-product": "उत्पाद", - "price-list-prices-section-table-thumbnail-alt": "{{title}} थंबनेल", - "price-list-prices-section-table-collection": "संग्रह", - "price-list-prices-section-table-variants": "वेरिएंट", - "price-list-details-form-type-heading": "प्रकार", - "price-list-details-form-type-description": "आप जिस प्रकार की मूल्य सूची बनाना चाहते हैं उसे चुनें।", - "price-list-details-form-type-label-sale": "बिक्री", - "price-list-details-form-type-hint-sale": "यदि आप कोई बिक्री कर रहे हैं तो इसका उपयोग करें।", - "price-list-details-form-type-label-override": "अवहेलना", - "price-list-details-form-type-hint-override": "यदि आप कीमतें बढ़ा-चढ़ाकर बता रहे हैं तो इसका उपयोग करें।", - "price-list-details-form-general-heading": "सामान्य", - "price-list-details-form-general-description": "मूल्य सूची के लिए एक शीर्षक और विवरण चुनें.", - "price-list-details-form-general-name-label": "नाम", - "price-list-details-form-general-name-placeholder": "ब्लैक फ्राइडे सेल", - "price-list-details-form-general-description-label": "विवरण", - "price-list-details-form-general-description-placeholder": "ब्लैक फ्राइडे बिक्री के लिए कीमतें...", - "price-list-details-form-tax-inclusive-label": "कर सहित कीमतें", - "price-list-details-form-tax-inclusive-hint": "इस सूची में सभी कीमतों को कर सहित बनाना चुनें।", - "price-list-details-form-dates-starts-at-heading": "मूल्य सूची की कोई आरंभ तिथि है?", - "price-list-details-form-dates-starts-at-description": "भविष्य में सक्रिय करने के लिए मूल्य ओवरराइड शेड्यूल करें।", - "price-list-details-form-dates-starts-at-label": "आरंभ करने की तिथि", - "price-list-details-form-ends-at-heading": "मूल्य सूची की कोई समाप्ति तिथि होती है?", - "price-list-details-form-ends-at-description": "भविष्य में निष्क्रिय करने के लिए मूल्य ओवरराइड को शेड्यूल करें।", - "price-list-details-form-ends-at-label": "समाप्ति तिथि", - "price-list-details-form-customer-groups-name": "नाम", - "price-list-details-form-customer-groups-members": "सदस्य", - "price-list-details-form-customer-groups-error": "ग्राहक समूह लोड करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-details-form-customer-groups-no-groups": "कोई ग्राहक समूह नहीं मिला.", - "price-list-details-form-customer-groups-heading": "ग्राहक उपलब्धता", - "price-list-details-form-customer-groups-description": "निर्दिष्ट करें कि किन ग्राहक समूहों के लिए मूल्य ओवरराइड लागू होना चाहिए।", - "price-list-details-form-customer-groups-content-heading": "ग्राहक समूह", - "price-list-details-form-customer-groups-search-placeholder": "खोज", - "price-list-prices-form-products-error": "प्रपत्र तैयार करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-prices-form-heading": "कीमतें संपादित करें", - "price-list-prices-form-variant": "संस्करण", - "price-list-prices-form-sku": "ए'. स'. के. ऊ", - "price-list-prices-form-prices": "कीमतें", - "price-list-prices-form-prices-variant-count_one": "{{count}} प्रकार", - "price-list-prices-form-prices-variant-count_other": "{{count}} प्रकार", - "price-list-prices-form-add-prices-button": "दर जोड़े", - "price-list-prices-form-prices-count_one": "{{count}} कीमतें", - "price-list-prices-form-prices-count_other": "{{count}} कीमतें", - "price-list-product-prices-form-invalid-data-title": "अमान्य डेटा", - "price-list-product-prices-form-invalid-data-body": "आपके द्वारा चिपकाए गए डेटा में ऐसे मान हैं जो संख्याएं नहीं हैं।", - "price-list-product-prices-form-column-visibility-button": "देखना", - "price-list-product-prices-form-column-visibility-currencies-label": "मुद्राओं", - "price-list-product-prices-form-column-visibility-regions-label": "क्षेत्र", - "price-list-product-prices-form-column-product-label": "उत्पाद", - "price-list-product-prices-form-column-currencies-price-label": "कीमत {{code}}", - "price-list-product-prices-form-column-regions-price-label": "कीमत {{name}} ({{code}})", - "price-list-products-form-select-all": "वर्तमान पृष्ठ पर सभी उत्पाद चुनें", - "price-list-products-form-select-row": "पंक्ति का चयन करें", - "price-list-products-form-product-label": "उत्पाद", - "price-list-products-form-product-thumbnail": "{{title}} थंबनेल", - "price-list-products-form-collection-label": "संग्रह", - "price-list-products-form-sales-channels-label": "उपलब्धता", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} और", - "price-list-products-form-status-label": "स्थिति", - "price-list-products-form-inventory-label": "भंडार", - "price-list-products-form-inventory-value": "{{totalStock}} विभिन्न {{variants}} प्रकार के स्टॉक में है", - "price-list-products-form-loading": "उत्पाद लोड हो रहे हैं", - "price-list-products-form-error": "उत्पाद लोड करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "price-list-products-form-no-products": "कोई उत्पाद नहीं मिला.", - "price-list-products-form-heading": "उत्पाद चुनें", - "price-list-products-form-search-placeholder": "खोज", - "price-list-new-form-no-prices-error": "कृपया कम से कम एक उत्पाद के लिए मूल्य निर्धारित करें।", - "price-list-new-form-missing-prices-title": "अपूर्ण मूल्य सूची", - "price-list-new-products-modal-missing-prices-description": "आपके द्वारा चुने गए सभी उत्पादों के लिए कीमतें निर्धारित नहीं की गई हैं। क्या तुम कार्यवाही को जारी रखना चाहते हैं?", - "price-list-new-form-notification-success-title": "मूल्य सूची बनाई गई", - "price-list-new-form-notification-success-message": "मूल्य सूची सफलतापूर्वक बनाई गई", - "price-list-new-form-notification-error-title": "एक त्रुटि पाई गई", - "price-list-new-form-next-button-save-and-publish": "सहेजें और प्रकाशित करें", - "price-list-new-form-next-button-save": "कीमतें सहेजें", - "price-list-new-form-next-button-continue": "जारी रखना", - "price-list-new-form-back-button-cancel": "रध करे", - "price-list-new-form-back-button-back": "पीछे", - "price-list-new-form-details-tab": "मूल्य सूची बनाएं", - "price-list-new-form-products-tab": "उत्पाद चुनें", - "price-list-new-form-prices-tab": "कीमतें संपादित करें", - "price-list-new-form-save-as-draft": "ड्राफ्ट के रूप में सेव करें", - "price-list-new-form-error-loading-products": "प्रपत्र तैयार करते समय एक त्रुटि उत्पन्न हुई. पृष्ठ पुनः लोड करें और पुनः प्रयास करें। यदि समस्या बनी रहती है, तो बाद में पुनः प्रयास करें।", - "components-success": "सफल हुए", - "components-successfully-updated-category-tree": "श्रेणी वृक्ष को सफलतापूर्वक अद्यतन किया गया", - "components-error": "गलती हो गई", - "components-failed-to-update-category-tree": "श्रेणी वृक्ष अद्यतन करने में विफल", - "components-delete": "हटाएँ", - "components-category-deleted": "श्रेणी हटा दी गई", - "components-category-deletion-failed": "श्रेणी हटाना विफल रहा", - "components-category-status-is-inactive": "श्रेणी स्थिति निष्क्रिय है", - "components-category-visibility-is-private": "श्रेणी दृश्यता निजी है", - "components-add-category-item-to": "इसमें श्रेणी आइटम जोड़ें", - "modals-public": "जनता", - "modals-private": "निजी", - "modals-active": "सक्रिय", - "modals-inactive": "निष्क्रिय", - "modals-success": "सफल हुए", - "modals-successfully-created-a-category": "सफलतापूर्वक एक श्रेणी बनाई गई", - "modals-failed-to-create-a-new-category": "नई श्रेणी बनाने में विफल", - "modals-error": "गलती हो गई", - "modals-save-category": "श्रेणी सहेजें", - "modals-add-category-to": "{{name}} में श्रेणी जोड़ें", - "modals-add-category": "श्रेणी जोड़ना", - "modals-details": "विवरण", - "modals-name": "नाम", - "modals-give-this-category-a-name": "इस श्रेणी को एक नाम दें", - "modals-handle": "संभाले", - "modals-custom-handle": "कस्टम हैंडल", - "modals-description": "विवरण", - "modals-give-this-category-a-description": "इस श्रेणी का विवरण दीजिए", - "modals-status": "स्थिति", - "modals-visibility": "दृश्यता", - "modals-successfully-updated-the-category": "श्रेणी सफलतापूर्वक अपडेट की गई", - "modals-failed-to-update-the-category": "श्रेणी अद्यतन करने में विफल", - "modals-edit-product-category": "उत्पाद श्रेणी संपादित करें", - "modals-cancel": "रध करे", - "modals-save-and-close": "जमा और बंद करें", - "pages-no-product-categories-yet": "अभी तक कोई उत्पाद श्रेणी नहीं है, अपनी पहली श्रेणी बनाने के लिए उपरोक्त बटन का उपयोग करें।", - "pages-add-category": "श्रेणी जोड़ना", - "pages-product-categories": "उत्पाद श्रेणियां", - "pages-helps-you-to-keep-your-products-organized": "आपको अपने उत्पादों को व्यवस्थित रखने में मदद करता है।", - "batch-job-success": "सफल हुए", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "प्रसंस्करण के लिए आयात की पुष्टि की गई। प्रगति की जानकारी गतिविधि ड्रॉअर में उपलब्ध है।", - "batch-job-error": "गलती हो गई", - "batch-job-import-failed": "आयात विफल.", - "batch-job-failed-to-delete-the-csv-file": "CSV फ़ाइल हटाने में विफल", - "batch-job-failed-to-cancel-the-batch-job": "बैच कार्य रद्द करने में विफल", - "batch-job-products-list": "उत्पाद सूची", - "batch-job-unsure-about-how-to-arrange-your-list": "क्या आप इस बारे में अनिश्चित हैं कि अपनी सूची कैसे व्यवस्थित करें?", - "batch-job-download-template": "यह सुनिश्चित करने के लिए कि आप सही प्रारूप का पालन कर रहे हैं, नीचे दिया गया टेम्पलेट डाउनलोड करें।", - "batch-job-imports-description": "आयात के माध्यम से आप उत्पाद जोड़ या अपडेट कर सकते हैं। मौजूदा उत्पादों/वेरिएंट को अपडेट करने के लिए आपको उत्पाद/वेरिएंट आईडी कॉलम में एक मौजूदा आईडी सेट करनी होगी। यदि मान सेट नहीं है तो एक नया रिकॉर्ड बनाया जाएगा। उत्पादों को आयात करने से पहले आपसे पुष्टि के लिए कहा जाएगा।", - "products-filters": "फ़िल्टर", - "products-status": "स्थिति", - "products-tags": "टैग", - "products-spring-summer": "वसंत ग्रीष्म ऋतु...", - "new-sales-channels": "बिक्री चैनल", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "यह उत्पाद केवल डिफ़ॉल्ट बिक्री चैनल में उपलब्ध होगा यदि इसे अछूता छोड़ दिया जाए।", - "new-change-availablity": "उपलब्धता बदलें", - "add-variants-a-variant-with-these-options-already-exists": "इन विकल्पों वाला एक संस्करण पहले से मौजूद है।", - "add-variants-product-options": "उत्पाद विकल्प", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "विकल्पों का उपयोग उत्पाद के रंग, आकार आदि को परिभाषित करने के लिए किया जाता है।", - "add-variants-option-title": "विकल्प शीर्षक", - "add-variants-variations-comma-separated": "विविधताएँ (अल्पविराम से अलग)", - "add-variants-color": "रंग...", - "add-variants-already-exists": "पहले से ही मौजूद है", - "add-variants-blue-red-black": "नीला, लाल, काला...", - "add-variants-add-an-option": "एक विकल्प जोड़ें", - "add-variants-product-variants": "उत्पाद प्रकार", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "उत्पाद प्रकार जोड़ना शुरू करने से पहले आपको कम से कम एक उत्पाद विकल्प जोड़ना होगा।", - "add-variants-variant": "संस्करण", - "add-variants-inventory": "भंडार", - "add-variants-add-a-variant": "एक प्रकार जोड़ें", - "add-variants-create-variant": "वैरिएंट बनाएं", - "add-variants-cancel": "रध करे", - "add-variants-save-and-close": "जमा और बंद करें", - "new-variant-a-variant-with-these-options-already-exists": "इन विकल्पों वाला एक संस्करण पहले से मौजूद है।", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "क्या आप वाकई इस संस्करण को हटाना चाहते हैं?", - "new-variant-delete-variant": "वेरिएंट हटाएं", - "new-variant-edit": "संपादन करना", - "new-variant-delete": "हटाएँ", - "new-variant-edit-variant": "संपादित करें वेरिएंट", - "new-variant-cancel": "रध करे", - "new-variant-save-and-close": "जमा और बंद करें", - "new-something-went-wrong-while-trying-to-upload-images": "चित्र अपलोड करने का प्रयास करते समय कुछ गलत हो गया।", - "new-no-file-service-configured": "हो सकता है कि आपके पास फ़ाइल सेवा कॉन्फ़िगर न हो। कृपया अपने व्यवस्थापक से संपर्क करें", - "new-upload-thumbnail-error": "थंबनेल अपलोड करने का प्रयास करते समय कुछ गलत हो गया।", - "new-save-as-draft": "ड्राफ्ट के रूप में सेव करें", - "new-publish-product": "उत्पाद प्रकाशित करें", - "new-general-information-title": "सामान्य जानकारी", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "बिक्री शुरू करने के लिए, आपको बस एक नाम और कीमत की आवश्यकता है।", - "new-organize-product": "उत्पाद व्यवस्थित करें", - "new-add-variations-of-this-product": "इस उत्पाद की विविधताएँ जोड़ें.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "अपने ग्राहकों को रंग, प्रारूप, आकार, आकृति आदि के लिए विभिन्न विकल्प प्रदान करें।", - "new-used-for-shipping-and-customs-purposes": "शिपिंग और सीमा शुल्क उद्देश्यों के लिए उपयोग किया जाता है।", - "new-dimensions": "नाप", - "new-customs": "प्रथाएँ", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "चेकआउट, सामाजिक साझाकरण आदि के दौरान आपके उत्पाद का प्रतिनिधित्व करने के लिए उपयोग किया जाता है।", - "new-media": "मीडिया", - "new-add-images-to-your-product": "अपने उत्पाद के चित्र जोड़ें।", - "overview-import-products": "उत्पाद आयात करें", - "overview-export-products": "निर्यात उत्पाद", - "overview-new-product": "नए उत्पाद", - "overview-new-collection": "नया संग्रह", - "overview-success": "सफल हुए", - "overview-successfully-created-collection": "सफलतापूर्वक बनाया गया संग्रह", - "overview-error": "गलती हो गई", - "overview-successfully-initiated-export": "निर्यात सफलतापूर्वक प्रारंभ किया गया", - "modals-add-sales-channels": "बिक्री चैनल जोड़ें", - "modals-find-channels": "चैनल खोजें", - "modals-updated-the-api-key": "एपीआई कुंजी अपडेट की गई", - "modals-failed-to-update-the-api-key": "एपीआई कुंजी अद्यतन करने में विफल", - "modals-edit-api-key-details": "एपीआई कुंजी विवरण संपादित करें", - "modals-title": "शीर्षक", - "modals-name-your-key": "अपनी कुंजी को नाम दें", - "modals-sales-channels-added-to-the-scope": "बिक्री चैनल को दायरे में जोड़ा गया", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "कुंजी के दायरे में बिक्री चैनल जोड़ते समय त्रुटि उत्पन्न हुई", - "modals-add-and-go-back": "जोड़ें और वापस जाएं", - "modals-add-and-close": "जोड़ें और बंद करें", - "modals-sales-channels-removed-from-the-scope": "बिक्री चैनल को दायरे से हटा दिया गया", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "कुंजी के दायरे से बिक्री चैनल हटाते समय त्रुटि उत्पन्न हुई", - "modals-edit-sales-channels": "बिक्री चैनल संपादित करें", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "अचयनित करें", - "modals-remove": "निकालना", - "modals-add-channels": "चैनल जोड़ें", - "modals-close": "बंद करे", - "pages-sales-channels": "बिक्री चैनल", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "अपनी एपीआई कुंजी से जितनी आवश्यकता हो उतने बिक्री चैनल कनेक्ट करें।", - "pages-add-sales-channels": "बिक्री चैनल जोड़ें", - "pages-edit-sales-channels": "बिक्री चैनल संपादित करें", - "pages-success": "सफल हुए", - "pages-created-a-new-api-key": "एक नई API कुंजी बनाई गई", - "pages-error": "गलती हो गई", - "pages-failed-to-create-a-new-api-key": "नई API कुंजी बनाने में विफल", - "pages-sales-channels-added-to-the-scope": "बिक्री चैनल को दायरे में जोड़ा गया", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "कुंजी के दायरे में बिक्री चैनल जोड़ते समय त्रुटि उत्पन्न हुई", - "pages-publish-api-key": "एपीआई कुंजी प्रकाशित करें", - "pages-create-api-key": "एपीआई कुंजी बनाएं", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "एपीआई कुंजी बनाएं और प्रबंधित करें। अभी यह केवल बिक्री चैनलों से संबंधित है।", - "pages-create-api-key-label": "एपीआई कुंजी बनाएं", - "pages-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "pages-publishable-api-keys": "प्रकाशन योग्य एपीआई कुंजियाँ", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "ये प्रकाशन योग्य कुंजियाँ आपको एपीआई अनुरोधों को प्रमाणित करने की अनुमति देंगी।", - "tables-name": "नाम", - "tables-token": "टोकन", - "tables-done": "हो गया", - "tables-copy-to-clipboard": "क्लिपबोर्ड पर कॉपी करें", - "tables-created": "बनाया था", - "tables-status": "स्थिति", - "tables-revoked": "निरस्त किया गया", - "tables-live": "रहना", - "tables-edit-api-key-details": "एपीआई कुंजी विवरण संपादित करें", - "tables-edit-sales-channels": "बिक्री चैनल संपादित करें", - "tables-copy-token": "टोकन कॉपी करें", - "tables-revoke-token": "टोकन निरस्त करें", - "tables-delete-api-key": "एपीआई कुंजी हटाएं", - "tables-yes-delete": "हाँ, हटाओ", - "tables-api-key-deleted": "एपीआई कुंजी हटा दी गई", - "tables-are-you-sure-you-want-to-delete-this-public-key": "क्या आप वाकई इस सार्वजनिक कुंजी को हटाना चाहते हैं?", - "tables-delete-key": "कुंजी हटाएँ", - "tables-yes-revoke": "हाँ, निरस्त करें", - "tables-api-key-revoked": "एपीआई कुंजी निरस्त कर दी गई", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "क्या आप वाकई इस सार्वजनिक कुंजी को रद्द करना चाहते हैं?", - "tables-revoke-key": "कुंजी निरस्त करें", - "tables-api-keys": "एपीआई कुंजी", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "अभी तक कोई कुंजी नहीं है, अपनी पहली प्रकाशन योग्य कुंजी बनाने के लिए उपरोक्त बटन का उपयोग करें", - "tables-title": "शीर्षक", - "tables-description": "विवरण", - "tables-no-added-sales-channels": "कोई अतिरिक्त बिक्री चैनल नहीं", - "tables-sales-channels": "बिक्री चैनल", - "form-title": "शीर्षक", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "वेबसाइट, ऐप, अमेज़ॅन, फिजिकल स्टोर पीओएस, फेसबुक उत्पाद फ़ीड...", - "form-description": "विवरण", - "form-available-products-at-our-website-app": "हमारी वेबसाइट, ऐप पर उपलब्ध उत्पाद...", - "form-success": "सफल हुए", - "form-the-sales-channel-is-successfully-updated": "विक्रय चैनल सफलतापूर्वक अद्यतन किया गया है", - "form-error": "गलती हो गई", - "form-failed-to-update-the-sales-channel": "विक्रय चैनल अद्यतन करने में विफल", - "form-sales-channel-details": "बिक्री चैनल विवरण", - "form-general-info": "सामान्य जानकारी", - "form-name": "नाम", - "form-close": "बंद करे", - "form-save": "जमा करे", - "pages-draft": "ड्राफ्ट", - "pages-control-which-products-are-available-in-which-channels": "नियंत्रित करें कि कौन से उत्पाद किस चैनल में उपलब्ध हैं", - "pages-search-by-title-or-description": "शीर्षक या विवरण के आधार पर खोजें", - "pages-confirm-delete-sales-channel": "क्या आप वाकई इस बिक्री चैनल को हटाना चाहते हैं? आपके द्वारा बनाया गया सेटअप हमेशा के लिए चला जाएगा.", - "pages-delete-channel-heading": "चैनल हटाएं", - "pages-edit-general-info": "सामान्य जानकारी संपादित करें", - "pages-add-products": "उत्पाद जोड़ें", - "pages-delete-channel": "चैनल हटाएँ", - "pages-disabled": "अक्षम", - "pages-enabled": "सक्रिय", - "tables-collection": "संग्रह", - "tables-start-building-your-channels-setup": "अपना चैनल सेटअप बनाना शुरू करें...", - "tables-no-products-in-channels": "आपने अभी तक इस चैनल में कोई उत्पाद नहीं जोड़ा है, लेकिन एक बार ऐसा करने पर वे यहां लाइव हो जाएंगे।", - "tables-add-products": "उत्पाद जोड़ें", - "tables-details": "विवरण", - "tables-remove-from-the-channel": "चैनल से हटाओ", - "tables-products": "उत्पाद", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "निकालना", - "components-successfully-updated-currency": "मुद्रा सफलतापूर्वक अद्यतन की गई", - "components-default": "गलती करना", - "default-store-currency-success": "सफल हुए", - "default-store-currency-successfully-updated-default-currency": "डिफ़ॉल्ट मुद्रा सफलतापूर्वक अपडेट की गई", - "default-store-currency-error": "गलती हो गई", - "default-store-currency-default-store-currency": "डिफ़ॉल्ट स्टोर मुद्रा", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "यह वह मुद्रा है जिसमें आपकी कीमतें दिखाई जाती हैं।", - "store-currencies-success": "सफल हुए", - "store-currencies-successfully-updated-currencies": "मुद्राएँ सफलतापूर्वक अद्यतन की गईं", - "store-currencies-error": "गलती हो गई", - "store-currencies-cancel": "रध करे", - "store-currencies-save-and-go-back": "जमा करे और पीछे जाए", - "store-currencies-save-and-close": "जमा और बंद करें", - "store-currencies-add-store-currencies": "स्टोर मुद्राएँ जोड़ें", - "store-currencies-current-store-currencies": "वर्तमान स्टोर मुद्राएँ", - "store-currencies-close": "बंद करे", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "अचयनित करें", - "store-currencies-remove": "निकालना", - "store-currencies-add-currencies": "मुद्राएँ जोड़ें", - "store-currencies-store-currencies": "मुद्राएँ संग्रहीत करें", - "store-currencies-all-the-currencies-available-in-your-store": "आपके स्टोर में सभी मुद्राएँ उपलब्ध हैं।", - "store-currencies-edit-currencies": "मुद्राएँ संपादित करें", - "currencies-an-unknown-error-occurred": "एक अज्ञात त्रुटि हुई", - "currencies-error": "गलती हो गई", - "currencies-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "currencies-manage-the-markets-that-you-will-operate-within": "उन बाज़ारों का प्रबंधन करें जिनमें आप काम करेंगे।", - "currencies-include-or-exclude-taxes": "तय करें कि जब भी आप इस मुद्रा में कोई कीमत निर्धारित करते हैं तो आप करों को शामिल करना चाहते हैं या बाहर करना चाहते हैं", - "currencies-tax-incl-prices": "कर सहित। कीमतों", - "settings-error": "गलती हो गई", - "settings-malformed-swap-url": "विकृत स्वैप यूआरएल", - "settings-malformed-payment-url": "विकृत भुगतान यूआरएल", - "settings-malformed-invite-url": "विकृत आमंत्रण URL", - "settings-success": "सफल हुए", - "settings-successfully-updated-store": "स्टोर को सफलतापूर्वक अपडेट किया गया", - "settings-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "settings-save": "जमा करे", - "settings-cancel": "रध करे", - "settings-store-details": "स्टोर विवरण", - "settings-manage-your-business-details": "अपना व्यवसाय विवरण प्रबंधित करें", - "settings-general": "सामान्य", - "settings-store-name": "स्टोर नाम", - "settings-medusa-store": "मेडुसा स्टोर", - "settings-advanced-settings": "एडवांस सेटिंग", - "settings-swap-link-template": "लिंक टेम्पलेट स्वैप करें", - "settings-draft-order-link-template": "ड्राफ्ट ऑर्डर लिंक टेम्पलेट", - "settings-invite-link-template": "लिंक टेम्पलेट आमंत्रित करें", - "settings-manage-the-general-settings-for-your-store": "अपने स्टोर के लिए सामान्य सेटिंग्स प्रबंधित करें", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "अपने स्टोर एक्सटेंशन के लिए सेटिंग प्रबंधित करें", - "edit-user-information-success": "सफल हुए", - "edit-user-information-your-information-was-successfully-updated": "आपकी जानकारी सफलतापूर्वक अपडेट कर दी गई", - "edit-user-information-edit-information": "जानकारी संपादित करें", - "edit-user-information-cancel": "रध करे", - "edit-user-information-submit-and-close": "सबमिट करें और बंद करें", - "personal-information-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "personal-information-personal-information": "व्यक्तिगत जानकारी", - "personal-information-manage-your-medusa-profile": "अपनी मेडुसा प्रोफ़ाइल प्रबंधित करें", - "personal-information-language-settings-title": "भाषा", - "personal-information-language-settings-description": "मेडुसा एडमिन की भाषा समायोजित करें", - "personal-information-language-settings-help-us-translate": "अनुवाद करने में हमारी सहायता करें", - "personal-information-usage-insights-title": "उपयोग अंतर्दृष्टि", - "usage-insights-disabled": "अक्षम", - "usage-insights-active": "सक्रिय", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "उपयोग संबंधी जानकारी साझा करें और मेडुसा को बेहतर बनाने में हमारी सहायता करें", - "usage-insights-edit-preferences": "प्राथमिकताओं को संपादित करो", - "usage-insights-success": "सफल हुए", - "usage-insights-your-information-was-successfully-updated": "आपकी जानकारी सफलतापूर्वक अपडेट कर दी गई", - "usage-insights-error": "गलती हो गई", - "usage-insights-cancel": "रध करे", - "usage-insights-submit-and-close": "सबमिट करें और बंद करें", - "region-form-title": "शीर्षक", - "region-form-europe": "यूरोप", - "region-form-currency-code-is-required": "मुद्रा कोड आवश्यक है", - "region-form-currency": "मुद्रा", - "region-form-choose-currency": "मुद्रा चुनिये", - "region-form-default-tax-rate": "डिफ़ॉल्ट कर दर", - "region-form-tax-rate-is-required": "कर की दर आवश्यक है", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "कर की दर 100 के बराबर या उससे कम होनी चाहिए", - "region-form-default-tax-code": "डिफ़ॉल्ट टैक्स कोड", - "region-form-countries": "देशों", - "region-form-choose-countries": "देश चुनें", - "region-form-tax-inclusive-prices": "कर सहित कीमतें", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "सक्षम होने पर क्षेत्र की कीमतें कर सहित होंगी।", - "region-form-payment-providers-are-required": "भुगतान प्रदाताओं की आवश्यकता है", - "region-form-payment-providers": "भुगतान प्रदाता", - "region-form-choose-payment-providers": "भुगतान प्रदाता चुनें...", - "region-form-fulfillment-providers-are-required": "पूर्ति प्रदाताओं की आवश्यकता है", - "region-form-fulfillment-providers": "पूर्ति प्रदाता", - "region-form-choose-fulfillment-providers": "पूर्ति प्रदाता चुनें...", - "shipping-option-card-success": "सफल हुए", - "shipping-option-card-shipping-option-updated": "शिपिंग विकल्प अपडेट किया गया", - "shipping-option-card-error": "गलती हो गई", - "shipping-option-card-edit-shipping-option": "शिपिंग विकल्प संपादित करें", - "shipping-option-card-fulfillment-method": "पूर्ति विधि", - "shipping-option-card-cancel": "रध करे", - "shipping-option-card-save-and-close": "जमा और बंद करें", - "shipping-option-card-shipping-option-has-been-deleted": "शिपिंग विकल्प हटा दिया गया है", - "shipping-option-card-flat-rate": "फ्लैट रेट", - "shipping-option-card-calcualted": "परिकलित", - "shipping-option-card-min-subtotal": "न्यूनतम. उप योग:", - "shipping-option-card-max-subtotal": "अधिकतम. उप योग:", - "shipping-option-card-admin": "प्रबंधक", - "shipping-option-card-store": "दुकान", - "shipping-option-card-edit": "संपादन करना", - "shipping-option-card-delete": "हटाएँ", - "shipping-option-form-visible-in-store": "स्टोर में दिखाई दे रहा है", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "स्टोर में शिपिंग विकल्प दृश्यता को सक्षम या अक्षम करें।", - "shipping-option-form-details": "विवरण", - "shipping-option-form-title": "शीर्षक", - "shipping-option-form-title-is-required": "शीर्षक आवश्यक है", - "shipping-option-form-price-type": "मूल्य प्रकार", - "shipping-option-form-flat-rate": "फ्लैट रेट", - "shipping-option-form-calculated": "परिकलित", - "shipping-option-form-choose-a-price-type": "मूल्य प्रकार चुनें", - "shipping-option-form-price": "कीमत", - "shipping-option-form-shipping-profile": "शिपिंग प्रोफ़ाइल", - "shipping-option-form-choose-a-shipping-profile": "एक शिपिंग प्रोफ़ाइल चुनें", - "shipping-option-form-fulfillment-method": "पूर्ति विधि", - "shipping-option-form-choose-a-fulfillment-method": "पूर्ति विधि चुनें", - "shipping-option-form-requirements": "आवश्यकताएं", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "न्यूनतम. उप-योग अधिकतम से कम होना चाहिए. उप-योग", - "shipping-option-form-min-subtotal": "न्यूनतम. उप-योग", - "shipping-option-form-max-subtotal": "अधिकतम. उप-योग", - "shipping-option-form-metadata": "मेटाडेटा", - "general-section-success": "सफल हुए", - "general-section-region-was-successfully-updated": "क्षेत्र सफलतापूर्वक अद्यतन किया गया", - "general-section-error": "गलती हो गई", - "general-section-edit-region-details": "क्षेत्र विवरण संपादित करें", - "general-section-details": "विवरण", - "general-section-providers": "प्रदाताओं", - "general-section-metadata": "मेटाडेटा", - "general-section-cancel": "रध करे", - "general-section-save-and-close": "जमा और बंद करें", - "edit-something-went-wrong": "कुछ गलत हो गया...", - "edit-no-region-found": "हमें उस आईडी वाला कोई क्षेत्र नहीं मिल रहा है, किसी क्षेत्र का चयन करने के लिए बाईं ओर दिए गए मेनू का उपयोग करें।", - "return-shipping-options-success": "सफल हुए", - "return-shipping-options-shipping-option-created": "शिपिंग विकल्प बनाया गया", - "return-shipping-options-error": "गलती हो गई", - "return-shipping-options-add-return-shipping-option": "रिटर्न शिपिंग विकल्प जोड़ें", - "return-shipping-options-cancel": "रध करे", - "return-shipping-options-save-and-close": "जमा और बंद करें", - "return-shipping-options-return-shipping-options": "वापसी शिपिंग विकल्प", - "return-shipping-options-add-option": "विकल्प जोड़ें", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "उपलब्ध क्षेत्रीय रिटर्न शिपमेंट विधियों के बारे में विवरण दर्ज करें।", - "shipping-options-success": "सफल हुए", - "shipping-options-shipping-option-created": "शिपिंग विकल्प बनाया गया", - "shipping-options-error": "गलती हो गई", - "shipping-options-add-shipping-option": "शिपिंग विकल्प जोड़ें", - "shipping-options-cancel": "रध करे", - "shipping-options-save-and-close": "जमा और बंद करें", - "shipping-options-shipping-options": "माल भेजने के विकल्प", - "shipping-options-add-option": "विकल्प जोड़ें", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "उपलब्ध क्षेत्रीय शिपमेंट विधियों के बारे में विवरण दर्ज करें।", - "new-region-created": "क्षेत्र बनाया गया", - "new-create-region": "क्षेत्र बनाएं", - "new-details": "विवरण", - "new-add-the-region-details": "क्षेत्र विवरण जोड़ें.", - "new-providers": "प्रदाताओं", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "जोड़ें कि इस क्षेत्र में कौन से पूर्ति और भुगतान प्रदाता उपलब्ध होने चाहिए।", - "region-overview-regions": "क्षेत्र", - "region-overview-manage-the-markets-that-you-will-operate-within": "उन बाज़ारों का प्रबंधन करें जिनमें आप काम करेंगे।", - "region-overview-not-configured": "विन्यस्त नहीं", - "region-overview-fulfillment-providers": "पूर्ति प्रदाता:", - "return-reasons-notification-success": "सफल हुए", - "return-reasons-created-a-new-return-reason": "वापसी का एक नया कारण बनाया गया", - "return-reasons-success": "सफल हुए", - "return-reasons-error": "गलती हो गई", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "मौजूदा मान के साथ वापसी का कारण नहीं बनाया जा सकता", - "return-reasons-add-reason": "कारण जोड़ें", - "return-reasons-value-is-required": "मान आवश्यक है", - "return-reasons-value": "कीमत", - "return-reasons-label-is-required": "लेबल आवश्यक है", - "return-reasons-label": "लेबल", - "return-reasons-description": "विवरण", - "return-reasons-customer-received-the-wrong-size": "ग्राहक को ग़लत आकार प्राप्त हुआ", - "return-reasons-cancel": "रध करे", - "return-reasons-create": "बनाएं", - "return-reasons-success-title": "सफल हुए", - "return-reasons-successfully-updated-return-reason": "वापसी का कारण सफलतापूर्वक अपडेट किया गया", - "return-reasons-duplicate-reason": "डुप्लिकेट कारण", - "return-reasons-delete-reason": "कारण हटाएँ", - "return-reasons-save": "जमा करे", - "return-reasons-details": "विवरण", - "return-reasons-delete-return-reason": "वापसी का कारण हटाएँ", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "क्या आप वाकई वापसी का यह कारण हटाना चाहते हैं?", - "return-reasons-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "return-reasons-return-reasons": "वापसी के कारण", - "return-reasons-add-reason-label": "कारण जोड़ें", - "return-reasons-manage-reasons-for-returned-items": "लौटाए गए आइटम के कारणों को प्रबंधित करें", - "taxes-details": "विवरण", - "taxes-new-tax-rate": "नई कर दर", - "taxes-tax-calculation-settings": "कर गणना सेटिंग्स", - "taxes-success": "सफल हुए", - "taxes-successfully-updated-tax-rate": "कर दर सफलतापूर्वक अद्यतन की गई.", - "taxes-error": "गलती हो गई", - "taxes-overrides": "ओवरराइड", - "taxes-product-rules": "उत्पाद नियम", - "taxes-product-rules-description_one": "{{count}} productWithCount पर लागू होता है", - "taxes-product-rules-description_other": "{{count}} productWithCount पर लागू होता है", - "taxes-product-type-rules": "उत्पाद प्रकार नियम", - "taxes-product-type-rules-description_one": "{{count}} उत्पाद प्रकारविथकाउंट पर लागू होता है", - "taxes-product-type-rules-description_other": "{{count}} उत्पाद प्रकारविथकाउंट पर लागू होता है", - "taxes-shipping-option-rules": "शिपिंग विकल्प नियम", - "taxes-applies-to-shipping-option-with-count_one": "{{count}} शिपिंग विकल्पविथकाउंट पर लागू होता है", - "taxes-applies-to-shipping-option-with-count_other": "{{count}} शिपिंग विकल्पविथकाउंट पर लागू होता है", - "taxes-add-overrides": "ओवरराइड जोड़ें", - "taxes-cancel": "रध करे", - "taxes-save": "जमा करे", - "taxes-name": "नाम", - "taxes-default": "गलती करना", - "taxes-rate-name": "दर का नाम", - "taxes-tax-rate": "कर की दर", - "taxes-tax-code": "टैक्स कोड", - "taxes-edit-tax-rate": "कर दर संपादित करें", - "taxes-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "taxes-regions": "क्षेत्र", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "उस क्षेत्र का चयन करें जिसके लिए आप करों का प्रबंधन करना चाहते हैं", - "taxes-go-to-region-settings": "रीजन सेटिंग पर जाएं", - "taxes-successfully-created-tax-rate": "कर दर सफलतापूर्वक बनाई गई.", - "taxes-add-tax-rate": "कर दर जोड़ें", - "taxes-applies-to-product-type-with-count_one": "{{count}} उत्पाद प्रकारविथकाउंट पर लागू होता है", - "taxes-applies-to-product-type-with-count_other": "{{count}} उत्पाद प्रकारविथकाउंट पर लागू होता है", - "taxes-create": "बनाएं", - "taxes-select-products": "उत्पाद चुनें", - "taxes-select-product-types-label": "उत्पाद प्रकार चुनें", - "taxes-product-types": "उत्पाद प्रकार", - "taxes-system-tax-provider": "सिस्टम कर प्रदाता", - "taxes-region-tax-settings-were-successfully-updated": "क्षेत्र कर सेटिंग सफलतापूर्वक अपडेट की गईं.", - "taxes-tax-provider": "कर प्रदाता", - "taxes-calculate-taxes-automatically": "करों की गणना स्वचालित रूप से करें?", - "taxes-automatically-apply-tax-calculations-to-carts": "जाँच होने पर मेडुसा स्वचालित रूप से इस क्षेत्र में कार्ट पर कर गणना लागू कर देगा। अनचेक होने पर आपको चेकआउट के समय करों की गणना मैन्युअल रूप से करनी होगी। यदि बहुत अधिक अनुरोधों को पूरा करने से बचने के लिए किसी तृतीय पक्ष कर प्रदाता का उपयोग किया जाता है तो मैन्युअल करों की अनुशंसा की जाती है", - "taxes-apply-tax-to-gift-cards": "उपहार कार्ड पर कर लागू करें?", - "taxes-apply-taxes-to-gift-cards": "चेक किए जाने पर चेकआउट पर उपहार कार्ड पर कर लागू किया जाएगा। कुछ देशों में कर नियमों के अनुसार खरीदारी पर उपहार कार्ड पर कर लागू किया जाना चाहिए।", - "taxes-search-products": "उत्पादों को खोजना..", - "taxes-select-shipping-option": "शिपिंग विकल्प चुनें", - "taxes-shipping-options": "माल भेजने के विकल्प", - "taxes-delete-tax-rate-heading": "कर की दर हटाएँ", - "taxes-confirm-delete": "क्या आप वाकई इस कर की दर को हटाना चाहते हैं?", - "taxes-tax-rate-was-deleted": "कर की दर हटा दी गई.", - "taxes-edit": "संपादन करना", - "taxes-delete-tax-rate": "कर दर हटाएँ", - "taxes-delete-rule": "नियम हटाएँ", - "taxes-type": "प्रकार", - "taxes-products": "उत्पाद", - "taxes-select-individual-products": "व्यक्तिगत उत्पाद चुनें", - "taxes-select-product-types": "उत्पाद प्रकार चुनें", - "taxes-select-shipping-options": "शिपिंग विकल्प चुनें", - "taxes-back": "पीछे", - "taxes-add": "जोड़ना", - "taxes-code": "कोड", - "users-invite-users": "उपयोगकर्ताओं को आमंत्रित करें", - "users-back-to-settings": "सेटिंग्स पर वापस जाएँ", - "users-the-team": "टीम", - "users-manage-users-of-your-medusa-store": "अपने मेडुसा स्टोर के उपयोगकर्ताओं को प्रबंधित करें", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/hr/translation.json b/packages/admin-ui/ui/public/locales/hr/translation.json deleted file mode 100644 index 535938b408c4a..0000000000000 --- a/packages/admin-ui/ui/public/locales/hr/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "Idi natrag", - "filter-menu-trigger": "Pogledaj", - "filter-menu-clear-button": "Očisti", - "filter-menu-select-item-default-placeholder": "Odaberite filter", - "filter-menu-select-item-clear-button": "Očisti odabrane opcije", - "filter-menu-select-item-selected": "Odabrano", - "filter-menu-date-item-before": "Prije", - "filter-menu-date-item-after": "Poslije", - "filter-menu-date-item-between": "Između", - "sales-channels-display-available-count": "Dostupno u <2>{{availableChannelsCount}} od <6>{{totalChannelsCount}} prodajnih kanala", - "activity-drawer-activity": "Aktivnost", - "activity-drawer-no-notifications-title": "Ovdje je tiho...", - "activity-drawer-no-notifications-description": "Trenutačno nemate nijednu obavijest, ali kada budete imali, one će živjeti ovdje.", - "activity-drawer-error-title": "O ne...", - "activity-drawer-error-description": "Nešto je pošlo po krivu pri pokušaju dohvaćanja vaših obavijesti - Nastavit ćemo pokušavati!", - "activity-drawer-processing": "Obrada...", - "analytics-config-form-title": "Anonimiziraj moje podatke o korištenju", - "analytics-config-form-description": "Možete odabrati anonimizirati svoje podatke o korištenju. Ako je ova opcija odabrana, nećemo prikupljati vaše osobne informacije poput vašeg imena i e-mail adrese.", - "analytics-config-form-opt-out": "Odustani od dijeljenja mojih podataka o korištenju", - "analytics-config-form-opt-out-later": "Uvijek možete odabrati odustati od dijeljenja svojih podataka o korištenju u bilo kojem trenutku.", - "analytics-preferences-success": "Uspjeh", - "analytics-preferences-your-preferences-were-successfully-updated": "Vaše postavke su uspješno ažurirane", - "analytics-preferences-error": "Greška", - "analytics-preferences-help-us-get-better": "Pomozite nam da budemo bolji", - "analytics-preferences-disclaimer": "Kako bismo stvorili najuvjerljivije iskustvo e-trgovine, željeli bismo steći uvid u to kako koristite Medusu. Uvidi korisnika omogućuju nam izgradnju boljih, privlačnijih i upotrebljivijih proizvoda. Prikupljamo podatke samo radi poboljšanja proizvoda. Pročitajte koje podatke prikupljamo u našoj", - "analytics-preferences-documentation": "dokumentaciji", - "analytics-preferences-please-enter-a-valid-email": "Unesite valjanu e-mail adresu", - "analytics-preferences-continue": "Nastavi", - "currency-input-currency": "Valuta", - "currency-input-amount-is-not-valid": "Iznos nije valjan", - "organisms-success": "Uspjeh", - "organisms-delete-successful": "Uspješno brisanje", - "organisms-are-you-sure-you-want-to-delete": "Jeste li sigurni da želite izbrisati?", - "organisms-no-cancel": "Ne, odustani", - "organisms-yes-remove": "Da, ukloni", - "details-collapsible-hide-additional-details": "Sakrij dodatne pojedinosti", - "details-collapsible-show-additional-details": "Prikaži dodatne pojedinosti", - "edit-user-modal-success": "Uspjeh", - "edit-user-modal-user-was-updated": "Korisnik je ažuriran", - "edit-user-modal-error": "Greška", - "edit-user-modal-edit-user": "Uredi korisnika", - "edit-user-modal-first-name-label": "Ime", - "edit-user-modal-first-name-placeholder": "Ime...", - "edit-user-modal-last-name-label": "Prezime", - "edit-user-modal-last-name-placeholder": "Prezime...", - "edit-user-modal-email": "E-mail", - "edit-user-modal-cancel": "Odustani", - "edit-user-modal-save": "Spremi", - "error-boundary-back-to-dashboard": "Natrag na nadzornu ploču", - "error-boundary-an-unknown-error-occured": "Dogodila se nepoznata greška", - "error-boundary-bad-request": "Loš zahtjev", - "error-boundary-you-are-not-logged-in": "Niste prijavljeni", - "error-boundary-you-do-not-have-permission-perform-this-action": "Nemate dopuštenje za izvođenje ove radnje", - "error-boundary-page-was-not-found": "Stranica nije pronađena", - "error-boundary-an-unknown-server-error-occurred": "Došlo je do nepoznate greške na poslužitelju", - "error-boundary-503": "Poslužitelj trenutno nije dostupan", - "error-boundary-500": "Došlo je do greške bez specificiranih uzroka, vjerojatno zbog tehničkog problema s naše strane. Pokušajte osvježiti stranicu. Ako se greška i dalje javlja, obratite se svom administratoru.", - "error-boundary-400": "Zahtjev je pogrešno oblikovan, ispravite svoj zahtjev i molimo pokušajte ponovno.", - "error-boundary-401": "Niste prijavljeni, molimo prijavite se kako biste nastavili.", - "error-boundary-403": "Nemate dopuštenje za izvođenje ove radnje, ako mislite da je riječ o grešci, obratite se svom administratoru.", - "error-boundary-404": "Stranica koju ste zatražili nije pronađena, provjerite URL i pokušajte ponovno.", - "error-boundary-500-2": "Poslužitelj nije mogao obraditi vaš zahtjev, najvjerojatnije zbog tehničkog problema s naše strane. Pokušajte ponovno. Ako se greška i dalje javlja, obratite se svom administratoru.", - "error-boundary-503-2": "Poslužitelj je privremeno nedostupan, i vaš zahtjev nije mogao biti obrađen. Pokušajte ponovno kasnije. Ako se greška i dalje javlja, obratite se svom administratoru.", - "export-modal-title": "Pokrenite izvoz vaših podataka", - "export-modal-cancel": "Odustani", - "export-modal-export": "Izvoz", - "file-upload-modal-upload-a-new-photo": "Učitajte novu fotografiju", - "gift-card-banner-edit": "Uredi", - "gift-card-banner-unpublish": "Poništi objavu", - "gift-card-banner-publish": "Objavi", - "gift-card-banner-delete": "Izbriši", - "gift-card-banner-published": "Objavljeno", - "gift-card-banner-unpublished": "Neobjavljeno", - "gift-card-denominations-section-denomination-added": "Dodana denominacija", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Nova denominacija uspješno dodana", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Denominacija s tom zadanom vrijednošću već postoji", - "gift-card-denominations-section-error": "Greška", - "gift-card-denominations-section-add-denomination": "Dodaj denominaciju", - "gift-card-denominations-section-cancel": "Odustani", - "gift-card-denominations-section-save-and-close": "Spremi i zatvori", - "gift-card-denominations-section-denomination-updated": "Denominacija ažurirana", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Nova denominacija uspješno ažurirana", - "gift-card-denominations-section-edit-denomination": "Uredi denominaciju", - "gift-card-denominations-section-denominations": "Denominacije", - "gift-card-denominations-section-denomination": "Denominacija", - "gift-card-denominations-section-in-other-currencies": "U drugim valutama", - "gift-card-denominations-section-and-more_one": "i još {{count}}", - "gift-card-denominations-section-and-more_other": "i još {{count}}", - "gift-card-denominations-section-delete-denomination": "Izbriši denominaciju", - "gift-card-denominations-section-confirm-delete": "Jeste li sigurni da želite izbrisati ovu denominaciju?", - "gift-card-denominations-section-denomination-deleted": "Denominacija izbrisana", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Denominacija je uspješno izbrisana", - "gift-card-denominations-section-edit": "Uredi", - "gift-card-denominations-section-delete": "Izbriši", - "help-dialog-how-can-we-help": "Kako možemo pomoći?", - "help-dialog-we-usually-respond-in-a-few-hours": "Obično odgovaramo unutar nekoliko sati", - "help-dialog-subject": "Predmet", - "help-dialog-what-is-it-about": "O čemu se radi?...", - "help-dialog-write-a-message": "Napišite poruku...", - "help-dialog-feel-free-to-join-our-community-of": "Slobodno se pridružite našoj zajednici", - "help-dialog-merchants-and-e-commerce-developers": "trgovaca i razvojnih programera e-trgovine", - "help-dialog-send-a-message": "Pošaljite poruku", - "invite-modal-success": "Uspjeh", - "invite-modal-invitation-sent-to": "Pozivnica poslana korisniku {{user}}", - "invite-modal-error": "Greška", - "invite-modal-member": "Član", - "invite-modal-admin": "Admin", - "invite-modal-developer": "Razvojni programer", - "invite-modal-invite-users": "Pozovite korisnike", - "invite-modal-email": "E-mail", - "invite-modal-role": "Uloga", - "invite-modal-select-role": "Odaberite ulogu", - "invite-modal-cancel": "Odustani", - "invite-modal-invite": "Pozovi", - "login-card-no-match": "Ove vjerodajnice se ne podudaraju s našim zapisima.", - "login-card-log-in-to-medusa": "Prijavite se u Medusu", - "login-card-email": "E-mail", - "login-card-password": "Lozinka", - "login-card-forgot-your-password": "Zaboravili ste lozinku?", - "metadata-add-metadata": "Dodaj metapodatke", - "product-attributes-section-edit-attributes": "Uredi atribute", - "product-attributes-section-dimensions": "Dimenzije", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfigurirajte za izračun najpreciznijih cijena dostave", - "product-attributes-section-customs": "Carina", - "product-attributes-section-cancel": "Odustani", - "product-attributes-section-save": "Spremi", - "product-attributes-section-title": "Atributi", - "product-attributes-section-height": "Visina", - "product-attributes-section-width": "Širina", - "product-attributes-section-length": "Dužina", - "product-attributes-section-weight": "Težina", - "product-attributes-section-mid-code": "MID kôd", - "product-attributes-section-hs-code": "HS kôd", - "product-attributes-section-country-of-origin": "Zemlja porijekla", - "product-general-section-success": "Uspjeh", - "product-general-section-successfully-updated-sales-channels": "Uspješno ažurirani prodajni kanali", - "product-general-section-error": "Greška", - "product-general-section-failed-to-update-sales-channels": "Nije uspjelo ažuriranje prodajnih kanala", - "product-general-section-edit-general-information": "Uredi općenite informacije", - "product-general-section-gift-card": "Poklon kartica", - "product-general-section-product": "Proizvod", - "product-general-section-metadata": "Metapodatci", - "product-general-section-cancel": "Odustani", - "product-general-section-save": "Spremi", - "product-general-section-delete": "Izbriši", - "product-general-section-edit-sales-channels": "Uredi prodajne kanale", - "product-general-section-published": "Objavljeno", - "product-general-section-draft": "Skica", - "product-general-section-details": "Pojedinosti", - "product-general-section-subtitle": "Podnaslov", - "product-general-section-handle": "Handle", - "product-general-section-type": "Tip", - "product-general-section-collection": "Kolekcija", - "product-general-section-category": "Kategorija", - "product-general-section-discountable": "S mogućim popustom", - "product-general-section-true": "Da", - "product-general-section-false": "Ne", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Prodajni kanali", - "product-media-section-edit-media": "Uredi medije", - "product-media-section-upload-images-error": "Nešto je pošlo po krivu pri pokušaju učitavanja slika.", - "product-media-section-file-service-not-configured": "Moguće je da niste konfigurirali uslugu za datoteke. Obratite se svom administratoru.", - "product-media-section-error": "Greška", - "product-media-section-media": "Mediji", - "product-media-section-add-images-to-your-product": "Dodajte slike svom proizvodu.", - "product-media-section-cancel": "Odustani", - "product-media-section-save-and-close": "Spremi i zatvori", - "product-raw-section-raw-gift-card": "Poklon kartica u neobrađenom formatu", - "product-raw-section-raw-product": "Proizvod u neobrađenom formatu", - "product-thumbnail-section-success": "Uspjeh", - "product-thumbnail-section-successfully-deleted-thumbnail": "Uspješno izbrisana sličica proizvoda", - "product-thumbnail-section-error": "Greška", - "product-thumbnail-section-edit": "Uredi", - "product-thumbnail-section-upload": "Učitaj", - "product-thumbnail-section-upload-thumbnail-error": "Nešto je pošlo po krivu pri pokušaju učitavanja sličice proizvoda.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Moguće je da niste konfigurirali uslugu za datoteke. Obratite se svom administratoru.", - "product-thumbnail-section-upload-thumbnail": "Učitaj sličicu", - "product-thumbnail-section-thumbnail": "Sličica", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Koristi se za predstavljanje vašeg proizvoda tijekom naplate, dijeljenja na društvenim mrežama i još mnogo toga.", - "product-thumbnail-section-cancel": "Odustani", - "product-thumbnail-section-save-and-close": "Spremi i zatvori", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Dodaj cijene", - "product-variants-section-add-variant": "Dodaj varijantu", - "product-variants-section-cancel": "Odustani", - "product-variants-section-save-and-close": "Spremi i zatvori", - "product-variants-section-edit-stock-inventory": "Uredi zalihe i inventar", - "product-variants-section-edit-variant": "Uredi varijantu", - "edit-variants-modal-cancel": "Odustani", - "edit-variants-modal-save-and-go-back": "Spremi i idi natrag", - "edit-variants-modal-save-and-close": "Spremi i zatvori", - "edit-variants-modal-edit-variant": "Uredi varijantu", - "edit-variants-modal-update-success": "Varijante su uspješno ažurirane", - "edit-variants-modal-edit-variants": "Uredi varijante", - "edit-variants-modal-product-variants": "Varijante proizvoda", - "edit-variants-modal-variant": "Varijanta", - "edit-variants-modal-inventory": "Inventar", - "product-variants-section-edit-prices": "Uredi cijene", - "product-variants-section-edit-variants": "Uredi varijante", - "product-variants-section-edit-options": "Uredi opcije", - "product-variants-section-product-variants": "Varijante proizvoda", - "product-variants-section-error": "Greška", - "product-variants-section-failed-to-update-product-options": "Nije uspjelo ažuriranje opcija proizvoda", - "product-variants-section-success": "Uspjeh", - "product-variants-section-successfully-updated-product-options": "Uspješno ažurirane opcije proizvoda", - "product-variants-section-product-options": "Opcije proizvoda", - "product-variants-section-option-title": "Naslov opcije", - "product-variants-section-option-title-is-required": "Naslov opcije je obavezan", - "product-variants-section-add-an-option": "Dodaj opciju", - "product-variants-section-inventory": "Inventar", - "product-variants-section-title": "Naslov", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Upravljaj zalihama", - "product-variants-section-duplicate-variant": "Dupliciraj varijantu", - "product-variants-section-delete-variant-label": "Izbriši varijantu", - "product-variants-section-yes-delete": "Da, izbriši", - "product-variants-section-delete-variant-heading": "Izbriši varijantu", - "product-variants-section-confirm-delete": "Jeste li sigurni da želite izbrisati ovu varijantu? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "Napomena: Brisanje varijante će također ukloniti inventarne stavke i razine", - "reset-token-card-error": "Greška", - "reset-token-card-reset-your-password": "Resetiraj lozinku", - "reset-token-card-password-reset-description": "Unesite svoju e-mail adresu u nastavku, i mi ćemo<1>vam poslati upute kako resetirati<3>svoju lozinku.", - "reset-token-card-email": "E-mail", - "reset-token-card-this-is-not-a-valid-email": "Ovo nije valjana e-mail adresa", - "reset-token-card-send-reset-instructions": "Pošalji upute za resetiranje", - "reset-token-card-successfully-sent-you-an-email": "Uspješno smo vam poslali e-mail poruku", - "reset-token-card-go-back-to-sign-in": "Idi natrag na prijavu", - "rma-return-product-table-product-details": "Pojedinosti proizvoda", - "rma-return-product-table-quantity": "Količina", - "rma-select-product-table-product-details": "Pojedinosti proizvoda", - "rma-select-product-table-quantity": "Količina", - "rma-select-product-table-refundable": "Refundabilno", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Odaberite razlog", - "sidebar-store": "Trgovina", - "sidebar-orders": "Narudžbe", - "sidebar-products": "Proizvodi", - "sidebar-categories": "Kategorije", - "sidebar-customers": "Kupci", - "sidebar-inventory": "Inventar", - "sidebar-discounts": "Popusti", - "sidebar-gift-cards": "Poklon kartice", - "sidebar-pricing": "Cijene", - "sidebar-settings": "Postavke", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} od {{soothedPageCount}}", - "timeline-request-return": "Zahtjev za povrat", - "timeline-register-exchange": "Registriraj zamjenu", - "timeline-register-claim": "Registriraj zahtjev", - "timeline-success": "Uspjeh", - "timeline-added-note": "Dodana napomena", - "timeline-error": "Greška", - "timeline-timeline": "Vremenska crta", - "upload-modal-new": "novo", - "upload-modal-updates": "ažuriranja", - "upload-modal-drop-your-file-here-or": "Ispustite svoju datoteku ovdje, ili", - "upload-modal-click-to-browse": "kliknite za pregled.", - "upload-modal-only-csv-files-are-supported": "Podržane su samo .csv datoteke.", - "upload-modal-import-file-title": "Uvezi {{fileTitle}}", - "upload-modal-cancel": "Odustani", - "upload-modal-import-list": "Uvezi listu", - "add-products-modal-add-products": "Dodaj proizvode", - "add-products-modal-search-by-name-or-description": "Pretraži po nazivu ili opisu...", - "add-products-modal-cancel": "Odustani", - "add-products-modal-save": "Spremi", - "add-products-modal-product-details": "Pojedinosti proizvoda", - "add-products-modal-status": "Status", - "add-products-modal-variants": "Varijante", - "templates-general": "Općenito", - "templates-first-name": "Ime", - "templates-last-name": "Prezime", - "templates-company": "Tvrtka", - "templates-phone": "Telefon", - "templates-billing-address": "Adresa naplate", - "templates-shipping-address": "Adresa dostave", - "templates-address": "Adresa", - "templates-address-1": "Adresa 1", - "templates-address-2": "Adresa 2", - "templates-postal-code": "Poštanski broj", - "templates-city": "Grad", - "templates-province": "Pokrajina", - "templates-country": "Država", - "templates-metadata": "Metapodatci", - "collection-modal-success": "Uspjeh", - "collection-modal-successfully-updated-collection": "Uspješno ažurirana kolekcija", - "collection-modal-error": "Greška", - "collection-modal-successfully-created-collection": "Uspješno stvorena kolekcija", - "collection-modal-edit-collection": "Uredi kolekciju", - "collection-modal-add-collection": "Dodaj kolekciju", - "collection-modal-description": "Za stvaranje kolekcije potrebni su samo naslov i handle.", - "collection-modal-details": "Pojedinosti", - "collection-modal-title-label": "Naslov", - "collection-modal-title-placeholder": "Sunčane naočale", - "collection-modal-handle-label": "Handle", - "collection-modal-handle-placeholder": "suncane-naocale", - "collection-modal-slug-description": "URL slug za kolekciju. Automatski će se generirati ako ostane prazno.", - "collection-modal-metadata": "Metapodatci", - "collection-modal-cancel": "Odustani", - "collection-modal-save-collection": "Spremi kolekciju", - "collection-modal-publish-collection": "Objavi kolekciju", - "collection-product-table-add-products": "Dodaj proizvode", - "collection-product-table-products": "Proizvodi", - "collection-product-table-search-products": "Pretraži proizvode", - "collection-product-table-cancel": "Odustani", - "collection-product-table-save": "Spremi", - "collection-product-table-sort-by": "Sortiraj po", - "collection-product-table-all": "Sve", - "collection-product-table-newest": "Najnovije", - "collection-product-table-oldest": "Najstarije", - "collection-product-table-title": "Naslov", - "collection-product-table-decide-status-published": "Objavljeno", - "collection-product-table-draft": "Skica", - "collection-product-table-proposed": "Predloženo", - "collection-product-table-rejected": "Odbijeno", - "collection-product-table-remove-product-from-collection": "Ukloni proizvod iz kolekcije", - "collection-product-table-product-removed-from-collection": "Proizvod uklonjen iz kolekcije", - "collections-table-delete-collection": "Izbriši kolekciju", - "collections-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovu kolekciju?", - "collections-table-edit": "Uredi", - "collections-table-delete": "Izbriši", - "collections-table-title": "Naslov", - "collections-table-handle": "Handle", - "collections-table-created-at": "Stvoreno", - "collections-table-updated-at": "Ažurirano", - "collections-table-products": "Proizvodi", - "customer-group-table-details": "Pojedinosti", - "customer-group-table-delete": "Izbriši", - "customer-group-table-success": "Uspjeh", - "customer-group-table-group-deleted": "Grupa izbrisana", - "customer-group-table-error": "Greška", - "customer-group-table-failed-to-delete-the-group": "Nije uspjelo brisanje grupe", - "customer-group-table-customer-groups": "Grupe kupaca", - "customer-group-table-delete-from-the-group": "Izbriši iz grupe", - "customer-group-table-customer-groups-title": "Grupe kupaca", - "customer-group-table-groups": "Grupe", - "customer-group-table-all": "Sve", - "customer-group-table-edit-customers": "Uredi kupce", - "customer-group-table-customers": "Kupci", - "customer-group-table-cancel": "Odustani", - "customer-group-table-save": "Spremi", - "customer-orders-table-orders": "Narudžbe", - "customer-orders-table-transfer-order": "Prenesi narudžbu", - "customer-orders-table-paid": "Plaćeno", - "customer-orders-table-awaiting": "U čekanju", - "customer-orders-table-requires-action": "Zahtijeva radnju", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Ispunjeno", - "customer-orders-table-shipped": "Isporučeno", - "customer-orders-table-not-fulfilled": "Nije ispunjeno", - "customer-orders-table-partially-fulfilled": "Djelomično ispunjeno", - "customer-orders-table-partially-shipped": "Djelomično isporučeno", - "customer-orders-table-order": "Narudžba", - "customer-orders-table-remainder-more": "+ još {{remainder}}", - "customer-orders-table-date": "Datum", - "customer-orders-table-fulfillment": "Realizacija", - "customer-orders-table-status": "Status", - "customer-orders-table-total": "Ukupno", - "customer-table-customers": "Kupci", - "customer-table-edit": "Uredi", - "customer-table-details": "Pojedinosti", - "customer-table-date-added": "Datum dodavanja", - "customer-table-name": "Ime", - "customer-table-email": "E-mail", - "customer-table-orders": "Narudžbe", - "discount-filter-dropdown-filters": "Filteri", - "discount-table-discounts": "Popusti", - "discount-table-search-by-code-or-description": "Pretraži po kôdu ili opisu...", - "discount-table-success": "Uspjeh", - "discount-table-successfully-copied-discount": "Uspješno kopiran popust", - "discount-table-error": "Greška", - "discount-table-scheduled": "Zakazano", - "discount-table-expired": "Isteklo", - "discount-table-active": "Aktivno", - "discount-table-disabled": "Onemogućeno", - "discount-table-free-shipping": "Besplatna dostava", - "discount-table-code": "Kôd", - "discount-table-description": "Opis", - "discount-table-amount": "Iznos", - "discount-table-status": "Status", - "discount-table-redemptions": "Iskorištenja", - "discount-table-delete-discount": "Izbriši popust", - "discount-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj popust?", - "discount-table-publish": "Objavi", - "discount-table-unpublish": "Poništi objavu", - "discount-table-successfully-published-discount": "Uspješno objavljen popust", - "discount-table-successfully-unpublished-discount": "Uspješno poništena objava popusta", - "discount-table-duplicate": "Dupliciraj", - "discount-table-delete": "Izbriši", - "draft-order-table-draft-orders": "Skice narudžbi", - "draft-order-table-completed": "Završeno", - "draft-order-table-open": "Otvoreno", - "draft-order-table-draft": "Skica", - "draft-order-table-order": "Narudžba", - "draft-order-table-date-added": "Datum dodavanja", - "draft-order-table-customer": "Kupac", - "draft-order-table-status": "Status", - "gift-card-filter-dropdown-is-in-the-last": "je u zadnjih", - "gift-card-filter-dropdown-is-older-than": "je stariji od", - "gift-card-filter-dropdown-is-after": "je nakon", - "gift-card-filter-dropdown-is-before": "je prije", - "gift-card-filter-dropdown-is-equal-to": "je jednako", - "gift-card-filter-dropdown-filters": "Filteri", - "gift-card-filter-dropdown-status": "Status", - "gift-card-filter-dropdown-payment-status": "Status plaćanja", - "gift-card-filter-dropdown-fulfillment-status": "Status realizacije", - "gift-card-filter-dropdown-date": "Datum", - "gift-card-table-gift-cards": "Poklon kartice", - "gift-card-table-code": "Kôd", - "gift-card-table-order": "Narudžba", - "gift-card-table-original-amount": "Početni iznos", - "gift-card-table-balance": "Saldo", - "gift-card-table-region-has-been-deleted": "Regija je izbrisana", - "gift-card-table-none": "Nijedno", - "gift-card-table-created": "Stvoreno", - "image-table-file-name": "Ime datoteke", - "image-table-thumbnail": "Sličica", - "image-table-select-thumbnail-image-for-product": "Odaberite koju sliku želite koristiti kao sličicu za ovaj proizvod", - "inventory-table-inventory-items": "Stavke inventara", - "inventory-table-actions-adjust-availability": "Prilagodi dostupnost", - "inventory-table-view-product": "Pogledaj proizvod", - "inventory-table-success": "Uspjeh", - "inventory-table-inventory-item-updated-successfully": "Stavka inventara uspješno ažurirana", - "inventory-table-adjust-availability": "Prilagodi dostupnost", - "inventory-table-cancel": "Odustani", - "inventory-table-save-and-close": "Spremi i zatvori", - "inventory-table-item": "Artikl", - "inventory-table-variant": "Varijanta", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Rezervirano", - "inventory-table-in-stock": "Na zalihi", - "order-filter-dropdown-filters": "Filteri", - "order-filter-dropdown-status": "Status", - "order-filter-dropdown-payment-status": "Status plaćanja", - "order-filter-dropdown-fulfillment-status": "Status realizacije", - "order-filter-dropdown-regions": "Regije", - "order-filter-dropdown-sales-channel": "Kanal prodaje", - "order-filter-dropdown-date": "Datum", - "order-table-paid": "Plaćeno", - "order-table-awaiting": "U čekanju", - "order-table-requires-action": "Zahtijeva radnju", - "order-table-canceled": "Otkazano", - "order-table-n-a": "N/A", - "order-table-order": "Narudžba", - "order-table-date-added": "Datum dodavanja", - "order-table-customer": "Kupac", - "order-table-fulfillment": "Realizacija", - "order-table-payment-status": "Status plaćanja", - "order-table-sales-channel": "Kanal prodaje", - "order-table-total": "Ukupno", - "order-table-filters-complete": "Dovršeno", - "order-table-filters-incomplete": "Nedovršeno", - "price-list-table-filters": "Filteri", - "price-list-table-status": "Status", - "price-list-table-type": "Tip", - "price-list-table-price-lists": "Cjenici", - "price-list-table-success": "Uspjeh", - "price-list-table-successfully-copied-price-list": "Cjenik uspješno kopiran", - "price-list-table-error": "Greška", - "price-list-table-delete-price-list": "Izbriši cjenik", - "price-list-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj cjenik?", - "price-list-table-successfully-deleted-the-price-list": "Cjenik uspješno izbrisan", - "price-list-table-successfully-unpublished-price-list": "Uspješno poništena objava cjenika", - "price-list-table-successfully-published-price-list": "Cjenik uspješno objavljen", - "price-list-table-unpublish": "Poništi objavu", - "price-list-table-publish": "Objavi", - "price-list-table-delete": "Izbriši", - "price-list-table-name": "Naziv", - "price-list-table-description": "Opis", - "price-list-table-groups": "Grupe", - "price-list-table-other-more": "+ još {{other}}", - "price-overrides-apply-overrides-on-selected-variants": "Primijeni nadjačavanja na odabranim varijantama", - "price-overrides-apply-on-all-variants": "Primijeni na sve varijante", - "price-overrides-prices": "Cijene", - "price-overrides-cancel": "Odustani", - "price-overrides-save-and-close": "Spremi i zatvori", - "price-overrides-show-regions": "Prikaži regije", - "product-table-products": "Proizvodi", - "product-table-copy-success": "Uspjeh", - "product-table-copy-created-a-new-product": "Stvoren je novi proizvod", - "product-table-copy-error": "Greška", - "product-table-delete-product": "Izbriši proizvod", - "product-table-confirm-delete": "Jeste li sigurni da želite izbrisati ovaj proizvod?", - "product-table-edit": "Uredi", - "product-table-unpublish": "Poništi objavu", - "product-table-publish": "Objavi", - "product-table-draft": "skica", - "product-table-published": "objavljeno", - "product-table-success": "Uspjeh", - "product-table-successfully-unpublished-product": "Uspješno poništena objava proizvoda", - "product-table-successfully-published-product": "Uspješno objavljen proizvod", - "product-table-error": "Greška", - "product-table-duplicate": "Dupliciraj", - "product-table-delete": "Izbriši", - "product-table-proposed": "Predloženo", - "product-table-published-title": "Objavljeno", - "product-table-rejected": "Odbijeno", - "product-table-draft-title": "Skica", - "product-table-name": "Naziv", - "product-table-collection": "Kolekcija", - "product-table-status": "Status", - "product-table-availability": "Dostupnost", - "product-table-inventory": "Inventar", - "product-table-inventory-in-stock-count_one": " na zalihi za {{count}} varijantu", - "product-table-inventory-in-stock-count_other": " na zalihi za {{count}} varijanti", - "reservation-form-location": "Lokacija", - "reservation-form-choose-where-you-wish-to-reserve-from": "Odaberite odakle želite rezervirati.", - "reservation-form-item-to-reserve": "Artikl za rezervaciju", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Odaberite artikl koji želite rezervirati.", - "reservation-form-item": "Artikl", - "reservation-form-in-stock": "Na zalihi", - "reservation-form-available": "Dostupno", - "reservation-form-reserve": "Rezerviraj", - "reservation-form-remove-item": "Ukloni artikl", - "reservation-form-description": "Opis", - "reservation-form-what-type-of-reservation-is-this": "Kakav je ovo tip rezervacije?", - "reservations-table-reservations": "Rezervacije", - "reservations-table-edit": "Uredi", - "reservations-table-delete": "Izbriši", - "reservations-table-confirm-delete": "Jeste li sigurni da želite ukloniti ovu rezervaciju?", - "reservations-table-remove-reservation": "Ukloni rezervaciju", - "reservations-table-reservation-has-been-removed": "Rezervacija je uklonjena", - "new-success": "Uspjeh", - "new-successfully-created-reservation": "Uspješno stvorena rezervacija", - "new-error": "Greška", - "new-cancel": "Odustani", - "new-save-reservation": "Spremi rezervaciju", - "new-reserve-item": "Rezerviraj artikl", - "new-metadata": "Metapodatci", - "reservations-table-order-id": "ID narudžbe", - "reservations-table-description": "Opis", - "reservations-table-created": "Stvoreno", - "reservations-table-quantity": "Količina", - "search-modal-start-typing-to-search": "Počnite tipkati za pretragu...", - "search-modal-clear-search": "Očisti pretragu", - "search-modal-or": "ili", - "search-modal-to-navigate": "za navigaciju", - "search-modal-to-select-and": "da biste odabrali i", - "search-modal-to-search-anytime": "za pretragu u bilo kojem trenutku", - "templates-settings": "Postavke", - "templates-manage-the-settings-for-your-medusa-store": "Upravljajte postavkama za svoju Medusa trgovinu", - "transfer-orders-modal-info": "Informacije", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Kupac je već vlasnik narudžbe", - "transfer-orders-modal-success": "Uspjeh", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Narudžba je uspješno prenesena drugom kupcu", - "transfer-orders-modal-error": "Greška", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Nije bilo moguće prenijeti narudžbu drugom kupcu", - "transfer-orders-modal-transfer-order": "Prenesi narudžbu", - "transfer-orders-modal-order": "Narudžba", - "transfer-orders-modal-current-owner": "Trenutni vlasnik", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Kupac koji je trenutno povezan s ovom narudžbom", - "transfer-orders-modal-new-owner": "Novi vlasnik", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Kupac na kojeg treba prenijeti ovu narudžbu", - "transfer-orders-modal-cancel": "Odustani", - "transfer-orders-modal-confirm": "Potvrdi", - "templates-edit-user": "Uredi korisnika", - "templates-remove-user": "Ukloni korisnika", - "templates-resend-invitation": "Ponovno pošalji pozivnicu", - "templates-success": "Uspjeh", - "templates-invitiation-link-has-been-resent": "Poveznica pozivnice je ponovno poslana", - "templates-copy-invite-link": "Kopiraj poveznicu pozivnice", - "templates-invite-link-copied-to-clipboard": "Poveznica pozivnice kopirana u međuspremnik", - "templates-remove-invitation": "Ukloni pozivnicu", - "templates-expired": "Isteklo", - "templates-pending": "U tijeku", - "templates-all": "Sve", - "templates-member": "Član", - "templates-admin": "Admin", - "templates-no-team-permissions": "Nema dopuštenja tima", - "templates-status": "Status", - "templates-active": "Aktivno", - "templates-name": "Ime", - "templates-email": "E-mail", - "templates-team-permissions": "Dopuštenja tima", - "templates-confirm-remove": "Jeste li sigurni da želite ukloniti ovog korisnika?", - "templates-remove-user-heading": "Ukloni korisnika", - "templates-user-has-been-removed": "Korisnik je uklonjen", - "templates-confirm-remove-invite": "Jeste li sigurni da želite ukloniti ovu pozivnicu?", - "templates-remove-invite": "Ukloni pozivnicu", - "templates-invitiation-has-been-removed": "Pozivnica je uklonjena", - "multiselect-choose-categories": "Odaberite kategorije", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Uspjeh", - "details-updated-products-in-collection": "Ažurirani proizvodi u kolekciji", - "details-error": "Greška", - "details-back-to-collections": "Natrag na kolekcije", - "details-edit-collection": "Uredi kolekciju", - "details-delete": "Izbriši", - "details-metadata": "Metapodatci", - "details-edit-products": "Uredi proizvode", - "details-products-in-this-collection": "Proizvodi u ovoj kolekciji", - "details-raw-collection": "Kolekcija u neobrađenom formatu", - "details-delete-collection": "Izbriši kolekciju", - "details-successfully-deleted-collection": "Kolekcija je uspješno izbrisana", - "details-yes-delete": "Da, izbriši", - "details-successfully-updated-customer": "Kupac uspješno ažuriran", - "details-customer-details": "Pojedinosti kupca", - "details-general": "Općenito", - "details-first-name": "Ime", - "details-lebron": "Lebron", - "details-last-name": "Prezime", - "details-james": "James", - "details-email": "E-mail", - "details-phone-number": "Broj telefona", - "details-cancel": "Odustani", - "details-save-and-close": "Spremi i zatvori", - "details-edit": "Uredi", - "details-back-to-customers": "Natrag na kupce", - "details-first-seen": "Prvi put viđen", - "details-phone": "Telefon", - "details-orders": "Narudžbe", - "details-user": "Korisnik", - "details-orders_one": "Narudžba {{count}}", - "details-orders_other": "Narudžbe {{count}}", - "details-an-overview-of-customer-orders": "Pregled narudžbi kupca", - "details-raw-customer": "Kupac u neobrađenom formatu", - "groups-group-updated": "Grupa ažurirana", - "groups-group-created": "Grupa stvorena", - "groups-the-customer-group-has-been-updated": "Grupa kupaca je ažurirana", - "groups-the-customer-group-has-been-created": "Grupa kupaca je stvorena", - "groups-edit-customer-group": "Uredi grupu kupaca", - "groups-create-a-new-customer-group": "Stvori novu grupu kupaca", - "groups-details": "Pojedinosti", - "groups-metadata": "Metapodatci", - "groups-cancel": "Odustani", - "groups-edit-group": "Uredi grupu", - "groups-publish-group": "Objavi grupu", - "groups-no-customers-in-this-group-yet": "Još nema kupaca u ovoj grupi", - "groups-customers": "Kupci", - "groups-edit": "Uredi", - "groups-delete": "Izbriši", - "groups-yes-delete": "Da, izbriši", - "groups-delete-the-group": "Izbriši grupu", - "groups-group-deleted": "Grupa izbrisana", - "groups-confirm-delete-customer-group": "Jeste li sigurni da želite izbrisati ovu grupu kupaca?", - "groups-back-to-customer-groups": "Natrag na grupe kupaca", - "groups-new-group": "Nova grupa", - "add-condition-conditions-were-successfully-added": "Uvjeti su uspješno dodani", - "add-condition-discount-conditions-updated": "Uvjeti popusta ažurirani", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions se mora koristiti unutar ConditionsProvider-a", - "collections-search": "Pretraži...", - "collections-cancel": "Odustani", - "collections-save-and-go-back": "Spremi i idi natrag", - "collections-save-and-close": "Spremi i zatvori", - "customer-groups-search": "Pretraži...", - "customer-groups-cancel": "Odustani", - "customer-groups-save-and-go-back": "Spremi i idi natrag", - "customer-groups-save-and-close": "Spremi i zatvori", - "product-types-search": "Pretraži...", - "product-types-cancel": "Odustani", - "product-types-save-and-go-back": "Spremi i idi natrag", - "product-types-save-and-close": "Spremi i zatvori", - "products-search": "Pretraži...", - "products-cancel": "Odustani", - "products-save-and-go-back": "Spremi i idi natrag", - "products-save-and-close": "Spremi i zatvori", - "tags-search": "Pretraži...", - "tags-cancel": "Odustani", - "tags-save-and-go-back": "Spremi i idi natrag", - "tags-save-and-close": "Spremi i zatvori", - "edit-condition-add-conditions": "Dodaj uvjete", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Poništi odabir", - "edit-condition-remove": "Ukloni", - "edit-condition-add": "Dodaj", - "edit-condition-title": "Uredi {{type}} u uvjetu za popust", - "edit-condition-close": "Zatvori", - "edit-condition-success": "Uspjeh", - "edit-condition-the-resources-were-successfully-added": "Resursi su uspješno dodani", - "edit-condition-error": "Greška", - "edit-condition-failed-to-add-resources": "Nije uspjelo dodavanje resursa", - "edit-condition-the-resources-were-successfully-removed": "Resursi su uspješno uklonjeni", - "edit-condition-failed-to-remove-resources": "Nije uspjelo uklanjanje resursa", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext se mora koristiti unutar EditConditionProvider-a", - "conditions-conditions": "Uvjeti", - "conditions-add-condition-label": "Dodaj uvjet", - "conditions-this-discount-has-no-conditions": "Ovaj popust nema uvjeta", - "conditions-success": "Uspjeh", - "conditions-condition-removed": "Uvjet uklonjen", - "conditions-error": "Greška", - "conditions-edit-condition": "Uredi uvjet", - "conditions-delete-condition": "Izbriši uvjet", - "conditions-discount-is-applicable-to-specific-products": "Popust se primjenjuje na određene proizvode", - "conditions-discount-is-applicable-to-specific-collections": "Popust se primjenjuje na određene kolekcije", - "conditions-discount-is-applicable-to-specific-product-tags": "Popust se primjenjuje na određene oznake proizvoda", - "conditions-discount-is-applicable-to-specific-product-types": "Popust se primjenjuje na određene tipove proizvoda", - "conditions-discount-is-applicable-to-specific-customer-groups": "Popust se primjenjuje na određene grupe kupaca", - "configurations-success": "Uspjeh", - "configurations-discount-updated-successfully": "Popust uspješno ažuriran", - "configurations-error": "Greška", - "configurations-edit-configurations": "Uredi konfiguracije", - "configurations-cancel": "Odustani", - "configurations-save": "Spremi", - "configurations-configurations": "Konfiguracije", - "configurations-start-date": "Datum početka", - "configurations-end-date": "Datum završetka", - "configurations-delete-configuration": "Izbriši konfiguraciju", - "configurations-discount-end-date-removed": "Datum završetka popusta uklonjen", - "configurations-number-of-redemptions": "Broj iskorištenja", - "configurations-redemption-limit-removed": "Ograničenje iskorištenja uklonjeno", - "configurations-delete-setting": "Izbriši postavku", - "configurations-discount-duration-removed": "Trajanje popusta uklonjeno", - "general-success": "Uspjeh", - "general-discount-updated-successfully": "Popust uspješno ažuriran", - "general-error": "Greška", - "general-edit-general-information": "Uredi općenite informacije", - "general-details": "Pojedinosti", - "general-metadata": "Metapodatci", - "general-cancel": "Odustani", - "general-save-and-close": "Spremi i zatvori", - "general-delete-promotion": "Izbriši promociju", - "general-confirm-delete-promotion": "Jeste li sigurni da želite izbrisati ovu promociju?", - "general-promotion-deleted-successfully": "Promocija uspješno izbrisana", - "general-discount-published-successfully": "Popust uspješno objavljen", - "general-discount-drafted-successfully": "Uspješno napravljena skica popusta", - "general-delete-discount": "Izbriši popust", - "general-template-discount": "Predložak popusta", - "general-published": "Objavljeno", - "general-draft": "Skica", - "general-discount-amount": "Iznos popusta", - "general-valid-regions": "Valjane regije", - "general-total-redemptions": "Ukupno iskorištenja", - "general-free-shipping": "BESPLATNA DOSTAVA", - "general-unknown-discount-type": "Nepoznati tip popusta", - "details-discount-deleted": "Popust izbrisan", - "details-confirm-delete-discount": "Jeste li sigurni da želite izbrisati ovaj popust?", - "details-delete-discount": "Izbriši popust", - "details-back-to-discounts": "Natrag na popuste", - "details-raw-discount": "Popust u neobrađenom formatu", - "discounts-add-discount": "Dodaj popust", - "discount-form-add-conditions": "Dodaj uvjete", - "discount-form-choose-a-condition-type": "Odaberite tip uvjeta", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Možete dodati samo jedan od svakog tipa uvjeta", - "discount-form-you-cannot-add-any-more-conditions": "Ne možete dodati više uvjeta", - "discount-form-cancel": "Odustani", - "discount-form-save": "Spremi", - "add-condition-tables-cancel": "Odustani", - "add-condition-tables-save-and-add-more": "Spremi i dodaj još", - "add-condition-tables-save-and-close": "Spremi i zatvori", - "add-condition-tables-search-by-title": "Pretraži po naslovu...", - "add-condition-tables-search-groups": "Pretraži grupe...", - "add-condition-tables-search-products": "Pretraži proizvode...", - "add-condition-tables-search-by-tag": "Pretraži po oznaci...", - "add-condition-tables-search-by-type": "Pretraži po tipu...", - "details-condition-tables-search-by-title": "Pretraži po naslovu...", - "details-condition-tables-search-groups": "Pretraži grupe...", - "details-condition-tables-cancel": "Odustani", - "details-condition-tables-save-and-add-more": "Spremi i dodaj još", - "details-condition-tables-save-and-close": "Spremi i zatvori", - "details-condition-tables-search-products": "Pretraži proizvode...", - "details-condition-tables-search-by-tag": "Pretraži po oznaci...", - "details-condition-tables-search-by-type": "Pretraži po tipu...", - "edit-condition-tables-search-by-title": "Pretraži po naslovu...", - "edit-condition-tables-title": "Naslov", - "edit-condition-tables-search-groups": "Pretraži grupe...", - "edit-condition-tables-cancel": "Odustani", - "edit-condition-tables-delete-condition": "Izbriši uvjet", - "edit-condition-tables-save": "Spremi", - "edit-condition-tables-search-products": "Pretraži proizvode...", - "edit-condition-tables-search-by-tag": "Pretraži po oznaci...", - "edit-condition-tables-search-by-type": "Pretraži po tipu...", - "shared-title": "Naslov", - "shared-products": "Proizvodi", - "shared-applies-to-the-selected-items": "Primjenjuje se na odabrane artikle.", - "shared-applies-to-all-items-except-the-selected-items": "Primjenjuje se na sve artikle osim na odabrane.", - "shared-members": "Članovi", - "shared-status": "Status", - "shared-variants": "Varijante", - "shared-tag": "Oznaka", - "shared-type": "Tip", - "edit-conditions-modal-title": "Uredi {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm mora biti podređen DiscountFormContext-u", - "discount-form-error": "Greška", - "discount-form-save-as-draft": "Spremi kao skicu", - "discount-form-publish-discount": "Objavi popust", - "discount-form-create-new-discount": "Stvori novi popust", - "discount-form-discount-type": "Tip popusta", - "discount-form-select-a-discount-type": "Odaberite tip popusta", - "discount-form-allocation": "Alokacija", - "discount-form-general": "Općenito", - "discount-form-configuration": "Konfiguracija", - "discount-form-discount-code-application-disclaimer": "Kôd za popust primjenjuje se od trenutka kada pritisnete dugme za objavu i zauvijek ako se ostavi netaknut.", - "discount-form-conditions": "Uvjeti", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Kôd za popust primjenjuje se na sve proizvode ako se ostavi netaknut.", - "discount-form-add-conditions-to-your-discount": "Dodajte uvjete za svoj popust", - "discount-form-metadata": "Metapodatci", - "discount-form-metadata-usage-description": "Metapodatci vam omogućuju dodavanje dodatnih informacija o vašem popustu.", - "condition-item-remainder-more": "+ još {{remainder}}", - "conditions-edit": "Uredi", - "conditions-product": "Proizvod", - "conditions-collection": "Kolekcija", - "conditions-tag": "Oznaka", - "conditions-customer-group": "Grupa kupaca", - "conditions-type": "Tip", - "conditions-add-condition": "Dodaj uvjet", - "sections-start-date": "Datum početka", - "sections-schedule-the-discount-to-activate-in-the-future": "Zakaži popust za aktivaciju u budućnosti.", - "sections-select-discount-start-date": "Ako želite zakazati aktivaciju popusta u budućnosti, možete postaviti datum početka ovdje, u protivnom će popust biti odmah aktivan.", - "sections-start-time": "Vrijeme početka", - "sections-discount-has-an-expiry-date": "Popust ima datum isteka?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Zakazati popust za deaktivaciju u budućnosti.", - "sections-select-discount-end-date": "Ako želite zakazati deaktivaciju popusta u budućnosti, možete postaviti datum isteka ovdje.", - "sections-expiry-date": "Datum isteka", - "sections-expiry-time": "Vrijeme isteka", - "sections-limit-the-number-of-redemptions": "Ograničiti broj iskorištenja?", - "sections-limit-applies-across-all-customers-not-per-customer": "Ograničenje se primjenjuje za sve kupce, ne po kupcu.", - "sections-limit-discount-number-of-uses": "Ako želite ograničiti broj puta koliko kupac može iskoristiti ovaj popust, možete postaviti ograničenje ovdje.", - "sections-number-of-redemptions": "Broj iskorištenja", - "sections-availability-duration": "Trajanje dostupnosti?", - "sections-set-the-duration-of-the-discount": "Postavite trajanje popusta.", - "sections-select-a-discount-type": "Odaberite tip popusta", - "sections-total-amount": "Ukupni iznos", - "sections-apply-to-the-total-amount": "Primijeni na ukupni iznos", - "sections-item-specific": "Specifično za artikl", - "sections-apply-to-every-allowed-item": "Primijeni na svaki dopušteni artikl", - "sections-percentage": "Postotak", - "sections-fixed-amount": "Fiksni iznos", - "sections-discount-in-whole-numbers": "Popust u cijelim brojevima", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Možete odabrati samo jednu valjanu regiju ako želite koristiti tip fiksnog iznosa", - "sections-free-shipping": "Besplatna dostava", - "sections-override-delivery-amount": "Nadjačaj iznos dostave", - "sections-at-least-one-region-is-required": "Potrebna je barem jedna regija", - "sections-choose-valid-regions": "Odaberite valjane regije", - "sections-code": "Kôd", - "sections-summersale-10": "LJETNARASPRODAJA10", - "sections-code-is-required": "Kôd je obavezan", - "sections-amount-is-required": "Iznos je obavezan", - "sections-amount": "Iznos", - "sections-customer-invoice-code": "Kôd koji će vaši kupci unijeti tijekom naplate. Ovo će se pojaviti na računu vaših kupaca.", - "sections-uppercase-letters-and-numbers-only": "Samo velika slova i brojevi.", - "sections-description": "Opis", - "sections-summer-sale-2022": "Ljetna rasprodaja 2022", - "sections-this-is-a-template-discount": "Ovo je predložak popusta", - "sections-template-discounts-description": "Predložci popusta omogućuju vam definiranje skupa pravila koji se mogu koristiti kroz skupine popusta. To je korisno u kampanjama koje trebaju generirati jedinstvene kôdove za svakog korisnika, ali gdje bi pravila za sve jedinstvene kôdove trebala biti ista.", - "discount-form-product": "Proizvod", - "discount-form-only-for-specific-products": "Samo za određene proizvode", - "discount-form-choose-products": "Odaberite proizvode", - "discount-form-customer-group": "Grupa kupaca", - "discount-form-only-for-specific-customer-groups": "Samo za određene grupe kupaca", - "discount-form-choose-groups": "Odaberite grupe", - "discount-form-tag": "Oznaka", - "discount-form-only-for-specific-tags": "Samo za određene oznake", - "discount-form-collection": "Kolekcija", - "discount-form-only-for-specific-product-collections": "Samo za određene kolekcije proizvoda", - "discount-form-choose-collections": "Odaberite kolekcije", - "discount-form-type": "Tip", - "discount-form-only-for-specific-product-types": "Samo za određene tipove proizvoda", - "discount-form-choose-types": "Odaberite tipove", - "utils-products": "proizvodi", - "utils-groups": "grupe", - "utils-tags": "oznake", - "utils-collections": "kolekcije", - "utils-types": "tipovi", - "gift-cards-created-gift-card": "Stvorena poklon kartica", - "gift-cards-custom-gift-card-was-created-successfully": "Prilagođena poklon kartica je uspješno stvorena", - "gift-cards-error": "Greška", - "gift-cards-custom-gift-card": "Prilagođena poklon kartica", - "gift-cards-details": "Pojedinosti", - "gift-cards-receiver": "Primatelj", - "gift-cards-cancel": "Odustani", - "gift-cards-create-and-send": "Stvori i pošalji", - "details-updated-gift-card": "Ažurirana poklon kartica", - "details-gift-card-was-successfully-updated": "Poklon kartica je uspješno ažurirana", - "details-failed-to-update-gift-card": "Nije uspjelo ažuriranje poklon kartice", - "details-edit-gift-card": "Uredi poklon karticu", - "details-details": "Pojedinosti", - "details-edit-details": "Uredi pojedinosti", - "details-update-balance-label": "Ažuriraj saldo", - "details-updated-status": "Ažuriran status", - "details-successfully-updated-the-status-of-the-gift-card": "Uspješno ažuriran status poklon kartice", - "details-back-to-gift-cards": "Natrag na poklon kartice", - "details-original-amount": "Početni iznos", - "details-balance": "Saldo", - "details-region": "Regija", - "details-expires-on": "Istječe", - "details-created": "Stvoren", - "details-raw-gift-card": "Poklon kartica u neobrađenom formatu", - "details-balance-updated": "Saldo ažuriran", - "details-gift-card-balance-was-updated": "Saldo poklon kartice je ažuriran", - "details-failed-to-update-balance": "Nije uspjelo ažurirati saldo", - "details-update-balance": "Ažuriraj saldo", - "manage-back-to-gift-cards": "Natrag na poklon kartice", - "gift-cards-please-enter-a-name-for-the-gift-card": "Molimo unesite naziv poklon kartice", - "gift-cards-please-add-at-least-one-denomination": "Molimo dodajte barem jednu denominaciju", - "gift-cards-denominations": "Denominacije", - "gift-cards-success": "Uspjeh", - "gift-cards-successfully-created-gift-card": "Uspješno stvorena poklon kartica", - "gift-cards-create-gift-card": "Stvori poklon karticu", - "gift-cards-gift-card-details": "Pojedinosti poklon kartice", - "gift-cards-name": "Naziv", - "gift-cards-the-best-gift-card": "Najbolja poklon kartica", - "gift-cards-description": "Opis", - "gift-cards-the-best-gift-card-of-all-time": "Najbolja poklon kartica svih vremena", - "gift-cards-thumbnail": "Sličica", - "gift-cards-delete": "Izbriši", - "gift-cards-size-recommended": "1200 x 1600 (3:4) preporučeno, do 10MB svaka", - "gift-cards-amount": "Iznos", - "gift-cards-add-denomination": "Dodaj denominaciju", - "gift-cards-create-publish": "Stvori i objavi", - "gift-cards-successfully-updated-gift-card": "Poklon kartica je uspješno ažuriran", - "gift-cards-gift-cards": "Poklon kartice", - "gift-cards-manage": "Upravljajte poklon karticama svoje Medusa trgovine", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Spremni ste prodati svoju prvu poklon karticu?", - "gift-cards-no-gift-card-has-been-added-yet": "Nijedna poklon kartica još nije dodana.", - "gift-cards-history": "Povijest", - "gift-cards-see-the-history-of-purchased-gift-cards": "Pogledajte povijest kupljenih poklon kartica", - "gift-cards-successfully-deleted-gift-card": "Poklon kartica je uspješno izbrisana", - "gift-cards-yes-delete": "Da, izbriši", - "gift-cards-delete-gift-card": "Izbriši poklon karticu", - "inventory-filters": "Filteri", - "address-form-address": "Adresa", - "address-form-company": "Tvrtka", - "address-form-address-1": "Adresa 1", - "address-form-this-field-is-required": "Ovo polje je obavezno", - "address-form-address-2": "Adresa 2", - "address-form-postal-code": "Poštanski broj", - "address-form-city": "Grad", - "address-form-country": "Zemlja", - "edit-sales-channels-edit-channels": "Uredi kanale", - "edit-sales-channels-add-channels": "Dodaj kanale", - "general-form-location-name": "Naziv lokacije", - "general-form-flagship-store-warehouse": "Glavna trgovina, skladište", - "general-form-name-is-required": "Naziv je obavezan", - "location-card-delete-location": "Izbriši lokaciju", - "location-card-confirm-delete": "Jeste li sigurni da želite izbrisati ovu lokaciju? Time ćete također izbrisati sve razine zaliha i rezervacije povezane s ovom lokacijom.", - "location-card-success": "Uspjeh", - "location-card-location-deleted-successfully": "Lokacija je uspješno izbrisana", - "location-card-error": "Greška", - "location-card-edit-details": "Uredi pojedinosti", - "location-card-delete": "Izbriši", - "location-card-connected-sales-channels": "Povezani prodajni kanali", - "sales-channels-form-add-sales-channels": "Dodaj prodajne kanale", - "sales-channels-form-edit-channels": "Uredi kanale", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Još niste povezani ni s jednim prodajnim kanalom", - "edit-success": "Uspjeh", - "edit-location-edited-successfully": "Lokacija je uspješno uređena", - "edit-error": "Greška", - "edit-edit-location-details": "Uredi pojedinosti lokacije", - "edit-metadata": "Metapodatci", - "edit-cancel": "Odustani", - "edit-save-and-close": "Spremi i zatvori", - "new-location-added-successfully": "Lokacija je uspješno dodana", - "new-location-created": "Lokacija je uspješno stvorena, ali došlo je do greške pri povezivanju prodajnih kanala", - "new-cancel-location-changes": "Jeste li sigurni da želite odustati od promjena koje nisu spremljene", - "new-yes-cancel": "Da, odustani", - "new-no-continue-creating": "Ne, nastavi s izradom", - "new-add-location": "Dodaj lokaciju", - "new-add-new-location": "Dodaj novu lokaciju", - "new-general-information": "Općenite informacije", - "new-location-details": "Navedite pojedinosti o ovoj lokaciji", - "new-select-location-channel": "Odredite preko kojih prodajnih kanala se mogu kupiti predmeti s ove lokacije.", - "oauth-complete-installation": "Dovrši instalaciju", - "claim-type-form-refund": "Povrat novca", - "claim-type-form-replace": "Zamijeni", - "items-to-receive-form-items-to-receive": "Artikli koje treba primiti", - "items-to-receive-form-product": "Proizvod", - "items-to-receive-form-quantity": "Količina", - "items-to-receive-form-refundable": "Refundabilno", - "add-return-reason-reason-for-return": "Razlog za povrat", - "add-return-reason-reason": "Razlog", - "add-return-reason-choose-a-return-reason": "Izaberite razlog za povrat", - "add-return-reason-note": "Napomena", - "add-return-reason-product-was-damaged-during-shipping": "Proizvod je oštećen tijekom dostave", - "add-return-reason-cancel": "Odustani", - "add-return-reason-save-and-go-back": "Spremi i idi natrag", - "add-return-reason-select-reason-title": "Izaberite razlog", - "add-return-reason-edit-reason": "Uredi razlog", - "add-return-reason-select-reason": "Izaberite razlog", - "items-to-return-form-items-to-claim": "Artikli za zahtjev", - "items-to-return-form-items-to-return": "Artikli za povrat", - "items-to-return-form-product": "Proizvod", - "items-to-return-form-quantity": "Količina", - "items-to-return-form-refundable": "Refundabilno", - "add-additional-items-screen-go-back": "Idi natrag", - "add-additional-items-screen-add-products": "Dodaj proizvode", - "add-additional-items-screen-add-product-variants": "Dodaj varijante proizvoda", - "add-additional-items-screen-search-products": "Pretraži proizvode", - "add-additional-items-screen-variant-price-missing": "Ova varijanta nema cijenu za regiju/valutu ove narudžbe i ne može se odabrati.", - "add-additional-items-screen-stock": "Zaliha", - "add-additional-items-screen-price": "Cijena", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Cijena je nadjačana na popisu cijena koji je primjenjiv za ovu narudžbu.", - "items-to-send-form-items-to-send": "Artikli za slanje", - "items-to-send-form-add-products": "Dodaj proizvode", - "items-to-send-form-product": "Proizvod", - "items-to-send-form-quantity": "Količina", - "items-to-send-form-price": "Cijena", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cijena je nadjačana na popisu cijena koji je primjenjiv za ovu narudžbu.", - "refund-amount-form-cancel-editing-refund-amount": "Odustani od uređivanja iznosa povrata", - "refund-amount-form-edit-refund-amount": "Uredi iznos povrata", - "refund-amount-form-refund-amount-cannot-be-negative": "Iznos povrata ne može biti negativan", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Iznos povrata mora biti barem 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} artikala nije rezervirano", - "reservation-indicator-this-item-has-been-fulfilled": "Ova stavka je ispunjena.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} artikl: ${{locationName}}", - "reservation-indicator-edit-reservation": "Uredi rezervaciju", - "rma-summaries-claimed-items": "Zahtijevani artikli", - "rma-summaries-replacement-items": "Zamjenski artikli", - "rma-summaries-customer-refund-description": "Kupac će primiti puni povrat novca za zahtijevane artikle, budući da se trošak zamjenskih artikala i dostave neće odbijati. Alternativno, možete odabrati postavljanje prilagođenog iznosa povrata kada primite vraćene artikle ili stvoriti zamjenu umjesto toga.", - "rma-summaries-refund-amount": "Iznos povrata", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Kupac će biti refundiran nakon primitka vraćenih artikala", - "rma-summaries-the-customer-will-be-refunded-immediately": "Kupac će biti odmah refundiran", - "rma-summaries-receiving": "Primanje", - "rma-summaries-free": "Besplatno", - "send-notification-form-return": "povrat", - "send-notification-form-exchange": "zamjena", - "send-notification-form-claim": "zahtjev", - "send-notification-form-send-notifications": "Pošalji obavijesti", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Ako nije označeno, kupac neće primati komunikaciju o ovom {{subject}}.", - "shipping-address-form-shipping-address": "Adresa dostave", - "shipping-address-form-ship-to-a-different-address": "Dostava na drugu adresu", - "shipping-address-form-cancel": "Odustani", - "shipping-address-form-save-and-go-back": "Spremi i idi natrag", - "shipping-address-form-shipping-information": "Podatci o dostavi", - "shipping-form-shipping-for-return-items": "Dostava za vraćene artikle", - "shipping-form-shipping-for-replacement-items": "Dostava za zamjenske artikle", - "shipping-form-shipping-method-is-required": "Metoda dostave je obavezna", - "shipping-form-choose-shipping-method": "Odaberite metodu dostave", - "shipping-form-shipping-method": "Metoda dostave", - "shipping-form-add-custom-price": "Dodaj prilagođenu cijenu", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Povratna dostava za artikle koje kupac zahtijeva je besplatna.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Dostava za zamjenske artikle je besplatna.", - "components-decrease-quantity": "Smanji količinu", - "components-increase-quantity": "Povećaj količinu", - "details-successfully-updated-address": "Adresa je uspješno ažurirana", - "details-billing-address": "Adresa naplate", - "details-shipping-address": "Adresa dostave", - "details-contact": "Kontakt", - "details-location": "Lokacija", - "claim-are-you-sure-you-want-to-close": "Jeste li sigurni da želite zatvoriti?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Imate nespremljene promjene, jeste li sigurni da želite zatvoriti?", - "claim-please-select-a-reason": "Molimo odaberite razlog", - "claim-a-shipping-method-for-replacement-items-is-required": "Metoda dostave za zamjenske artikle je obavezna", - "claim-successfully-created-claim": "Uspješno stvoren zahtjev", - "claim-created": "Zahtjev za narudžbu #{{display_id}} uspješno je stvoren", - "claim-error-creating-claim": "Greška pri stvaranju zahtjeva", - "claim-create-claim": "Stvori zahtjev", - "claim-location": "Lokacija", - "claim-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "claim-select-location-to-return-to": "Odaberite lokaciju za povrat", - "claim-cancel": "Odustani", - "claim-submit-and-close": "Pošalji i zatvori", - "create-fulfillment-error": "Greška", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Molimo odaberite lokaciju s koje želite ispuniti", - "create-fulfillment-cant-allow-this-action": "Nije moguće dopustiti ovu radnju", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Pokušava se ispuniti više nego što je na zalihi", - "create-fulfillment-successfully-fulfilled-order": "Uspješno ispunjena narudžba", - "create-fulfillment-successfully-fulfilled-swap": "Uspješno ispunjena zamjena", - "create-fulfillment-successfully-fulfilled-claim": "Uspješno ispunjen zahtjev", - "create-fulfillment-success": "Uspjeh", - "create-fulfillment-cancel": "Odustani", - "create-fulfillment-create-fulfillment": "Stvori realizaciju", - "create-fulfillment-create-fulfillment-title": "Stvori realizaciju", - "create-fulfillment-locations": "Lokacije", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Odaberite odakle želite ispuniti.", - "create-fulfillment-items-to-fulfill": "Artikli za ispuniti", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Odaberite broj artikala koje želite ispuniti.", - "create-fulfillment-send-notifications": "Pošalji obavijesti", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Kad se uključi, e-mail obavijesti će biti poslane.", - "create-fulfillment-quantity-is-not-valid": "Količina nije valjana", - "detail-cards-allocated": "Alocirano", - "detail-cards-not-fully-allocated": "Nije potpuno alocirano", - "detail-cards-subtotal": "Međuzbroj", - "detail-cards-shipping": "Dostava", - "detail-cards-tax": "Porez", - "detail-cards-total": "Ukupno", - "detail-cards-edit-order": "Uredi narudžbu", - "detail-cards-allocate": "Alociraj", - "detail-cards-discount": "Popust:", - "detail-cards-original-total": "Izvorno ukupno", - "details-successfully-updated-the-email-address": "E-mail adresa je uspješno ažurirana", - "details-email-address": "E-mail adresa", - "details-save": "Spremi", - "details-order-id-copied": "ID narudžbe kopiran", - "details-email-copied": "E-mail kopiran", - "details-cancel-order-heading": "Otkaži narudžbu", - "details-are-you-sure-you-want-to-cancel-the-order": "Jeste li sigurni da želite otkazati narudžbu?", - "order-details-display-id": "narudžba #{{display_id}}", - "details-successfully-canceled-order": "Uspješno otkazana narudžba", - "details-go-to-customer": "Idi na kupca", - "details-transfer-ownership": "Prijenos vlasništva", - "details-edit-shipping-address": "Uredi adresu dostave", - "details-edit-billing-address": "Uredi adresu naplate", - "details-edit-email-address": "Uredi e-mail adresu", - "details-back-to-orders": "Povratak na narudžbe", - "details-cancel-order": "Otkaži narudžbu", - "details-payment": "Plaćanje", - "details-refunded": "Refundirano", - "details-total-paid": "Ukupno plaćeno", - "details-fulfillment": "Realizacija", - "details-create-fulfillment": "Stvori realizaciju", - "details-shipping-method": "Metoda dostave", - "details-customer": "Kupac", - "details-shipping": "Dostava", - "details-billing": "Naplata", - "details-raw-order": "Narudžba u neobrađenom formatu", - "mark-shipped-successfully-marked-order-as-shipped": "Narudžba uspješno označena kao poslana", - "mark-shipped-successfully-marked-swap-as-shipped": "Zamjena uspješno označena kao poslana", - "mark-shipped-successfully-marked-claim-as-shipped": "Zahtjev uspješno označen kao poslan", - "mark-shipped-success": "Uspjeh", - "mark-shipped-error": "Greška", - "mark-shipped-mark-fulfillment-shipped": "Označi realizaciju poslanom", - "mark-shipped-tracking": "Praćenje", - "mark-shipped-tracking-number-label": "Broj za praćenje", - "mark-shipped-tracking-number": "Broj za praćenje...", - "mark-shipped-add-additional-tracking-number": "+ Dodaj dodatni broj za praćenje", - "mark-shipped-send-notifications": "Pošalji obavijesti", - "mark-shipped-cancel": "Otkaži", - "mark-shipped-complete": "Završi", - "order-line-warning": "Upozorenje", - "order-line-cannot-duplicate-an-item-without-a-variant": "Nije moguće duplicirati artikl bez varijante", - "order-line-error": "Greška", - "order-line-failed-to-duplicate-item": "Nije uspjelo dupliciranje artikla", - "order-line-success": "Uspjeh", - "order-line-item-removed": "Artikl uklonjen", - "order-line-failed-to-remove-item": "Nije uspjelo uklanjanje artikla", - "order-line-item-added": "Artikl dodana", - "order-line-failed-to-replace-the-item": "Nije uspjela zamjena artikla", - "order-line-replace-product-variants": "Zamijeni varijante proizvoda", - "order-line-replace-with-other-item": "Zamijeni drugim artiklom", - "order-line-duplicate-item": "Dupliciraj artikl", - "order-line-remove-item": "Ukloni artikl", - "order-line-line-item-cannot-be-edited": "Ova stavka je dio realizacije i ne može se uređivati. Otkažite realizaciju da biste uredili stavku.", - "order-line-new": "Novo", - "order-line-modified": "Izmijenjeno", - "receive-return-please-select-at-least-one-item-to-receive": "Molimo odaberite barem jedan artikl za primitak", - "receive-return-successfully-received-return": "Uspješno primljen povrat", - "receive-return-received-return-for-order": "Primljen povrat za narudžbu #{{display_id}}", - "receive-return-failed-to-receive-return": "Nije uspjelo primanje povrata", - "receive-return-receive-return": "Primi povrat", - "receive-return-location": "Lokacija", - "receive-return-choose-location": "Odaberite na koju lokaciju želite vratiti artikle.", - "receive-return-select-location-to-return-to": "Odaberite lokaciju za povrat", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Nema razina zaliha za artikle na odabranoj lokaciji", - "receive-return-cancel": "Odustani", - "receive-return-save-and-close": "Spremi i zatvori", - "refund-success": "Uspjeh", - "refund-successfully-refunded-order": "Uspješno refundirana narudžba", - "refund-error": "Greška", - "refund-create-a-refund": "Stvori povrat", - "refund-attention": "Pozor!", - "refund-system-payment-disclaimer": "Jedno ili više vaših plaćanja je sistemsko plaćanje. Imajte na umu da se naplate i povrati novca za takva plaćanja ne rješavaju putem Meduse.", - "refund-details": "Pojedinosti", - "refund-cannot-refund-more-than-the-orders-net-total": "Nije moguće vratiti više od ukupnog neto iznosa narudžbe.", - "refund-discount": "Popust", - "refund-reason": "Razlog", - "refund-note": "Napomena", - "refund-discount-for-loyal-customer": "Popust za vjernog kupca", - "refund-send-notifications": "Pošalji obavijesti", - "refund-cancel": "Odustani", - "refund-complete": "Završi", - "reservation-reservation-was-deleted": "Rezervacija je izbrisana", - "reservation-the-allocated-items-have-been-released": "Alocirani predmeti su pušteni.", - "reservation-error": "Greška", - "reservation-failed-to-delete-the-reservation": "Nije uspjelo brisanje rezervacije", - "reservation-reservation-was-updated": "Rezervacija je ažurirana", - "reservation-the-reservation-change-was-saved": "Promjena rezervacije je spremljena.", - "reservation-errors": "Greške", - "reservation-failed-to-update-reservation": "Nije uspjelo ažuriranje rezervacije", - "reservation-edit-reservation": "Uredi rezervaciju", - "reservation-location": "Lokacija", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Odaberite s koje lokacije želite poslati artikle.", - "reservation-items-to-allocate-title": "Artikli za alokaciju", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Odaberite broj artikala koje želite alocirati.", - "reservation-max-reservation-requested": " / {{maxReservation}} zatraženo", - "reservation-reserved": " rezervirano", - "reservation-description": "Opis", - "reservation-what-type-of-reservation-is-this": "Kakav je ovo tip rezervacije?", - "reservation-metadata": "Metapodatci", - "reservation-remove-metadata": "Ukloni metapodatke", - "reservation-add-metadata": "Dodaj metapodatke", - "reservation-delete-reservation": "Izbriši rezervaciju", - "reservation-cancel": "Odustani", - "reservation-save-and-close": "Spremi i zatvori", - "reservation-couldnt-allocate-items": "Nije bilo moguće alocirati artikle", - "reservation-items-allocated": "Artikli su alocirani", - "reservation-items-have-been-allocated-successfully": "Artikli su uspješno alocirani", - "reservation-save-reservation": "Spremi rezervaciju", - "reservation-loading": "Učitavanje...", - "reservation-allocate-order-items": "Alociraj stavke narudžbe", - "reservation-choose-where-you-wish-to-allocate-from": "Odaberite odakle želite alocirati", - "reservation-items-to-allocate": "Artikli za alociranje", - "returns-success": "Uspjeh", - "returns-successfully-returned-order": "Narudžba je uspješno vraćena", - "returns-error": "Greška", - "returns-request-return": "Zahtjev za povrat", - "returns-items-to-return": "Artikli za povrat", - "returns-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "returns-select-location-to-return-to": "Odaberite lokaciju za povrat", - "returns-selected-location-has-no-inventory-levels": "Odabrana lokacija nema razine zaliha za odabrane artikle. Povrat se može zatražiti, ali se ne može primiti dok se ne stvori razina zaliha za odabranu lokaciju.", - "returns-shipping": "Dostava", - "returns-choose-retur,-shipping-method": "Odaberite koju metodu dostave želite koristiti za ovaj povrat.", - "returns-total-refund": "Ukupni povrat", - "returns-amount": "Iznos", - "returns-send-notifications": "Pošalji obavijesti", - "returns-notify-customer-of-created-return": "Obavijesti kupca o stvorenom povratu", - "returns-back": "Natrag", - "returns-submit": "Pošalji", - "rma-sub-modals-search-for-additional": "Pretraži dodatno", - "rma-sub-modals-general": "Općenito", - "rma-sub-modals-first-name": "Ime", - "rma-sub-modals-last-name": "Prezime", - "rma-sub-modals-phone": "Telefon", - "rma-sub-modals-shipping-address": "Adresa dostave", - "rma-sub-modals-address-1": "Adresa 1", - "rma-sub-modals-address-2": "Adresa 2", - "rma-sub-modals-province": "Pokrajina", - "rma-sub-modals-postal-code": "Poštanski broj", - "rma-sub-modals-city": "Grad", - "rma-sub-modals-country": "Zemlja", - "rma-sub-modals-back": "Natrag", - "rma-sub-modals-add": "Dodaj", - "rma-sub-modals-name": "Naziv", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "Na zalihi", - "rma-sub-modals-products": "Proizvodi", - "rma-sub-modals-search-products": "Pretraži proizvode...", - "rma-sub-modals-reason-for-return": "Razlog za povrat", - "rma-sub-modals-reason": "Razlog", - "rma-sub-modals-note": "Napomena", - "swap-success": "Uspjeh", - "swap-successfully-created-exchange": "Uspješno stvorena zamjena", - "swap-error": "Greška", - "swap-register-exchange": "Registriraj zamjenu", - "swap-items-to-return": "Artikli za povrat", - "swap-shipping": "Dostava", - "swap-shipping-method": "Metoda dostave", - "swap-add-a-shipping-method": "Dodaj metodu dostave", - "swap-location": "Lokacija", - "swap-choose-which-location-you-want-to-return-the-items-to": "Odaberite na koju lokaciju želite vratiti artikle.", - "swap-select-location-to-return-to": "Odaberite lokaciju za povrat", - "swap-items-to-send": "Artikli za slanje", - "swap-add-product": "Dodaj proizvod", - "swap-return-total": "Ukupni povrat", - "swap-additional-total": "Dodatno ukupno", - "swap-outbond-shipping": "Izlazna dostava", - "swap-calculated-at-checkout": "Izračunato pri naplati", - "swap-estimated-difference": "Procijenjena razlika", - "swap-send-notifications": "Pošalji obavijesti", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Ako nije označeno, kupac neće primati komunikaciju o ovoj zamjeni", - "swap-complete": "Završi", - "templates-shipped": "Poslano", - "templates-fulfilled": "Ispunjeno", - "templates-canceled": "Otkazano", - "templates-partially-fulfilled": "Djelomično ispunjeno", - "templates-fulfillment-status-requires-action": "Zahtijeva radnju", - "templates-awaiting-fulfillment": "Čeka realizaciju", - "templates-partially-shipped": "Djelomično poslano", - "templates-cancel-fulfillment-heading": "Poništi realizaciju?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Jeste li sigurni da želite poništiti realizaciju?", - "templates-successfully-canceled-swap": "Uspješno otkazana zamjena", - "templates-error": "Greška", - "templates-successfully-canceled-claim": "Uspješno otkazan zahtjev", - "templates-successfully-canceled-fulfillment": "Uspješno poništena realizacija", - "templates-fulfillment-has-been-canceled": "Realizacija je poništena", - "templates-fulfilled-by-provider": "{{title}} ispunjeno od strane {{provider}}", - "templates-not-shipped": "Nije poslano", - "templates-tracking": "Praćenje", - "templates-shipped-from": "Poslano iz", - "templates-shipping-from": "Dostava iz", - "templates-mark-shipped": "Označi kao poslano", - "templates-cancel-fulfillment": "Poništi realizaciju", - "templates-completed": "Završeno", - "templates-processing": "Obrada", - "templates-requires-action": "Zahtijeva radnju", - "templates-capture-payment": "Zabilježi plaćanje", - "templates-successfully-captured-payment": "Uspješno zabilježeno plaćanje", - "templates-refund": "Povrat novca", - "templates-total-for-swaps": "Ukupno za zamjene", - "templates-refunded-for-swaps": "Refundirano za zamjene", - "templates-refunded-for-returns": "Refundirano za povrate", - "templates-manually-refunded": "Ručno refundirano", - "templates-net-total": "Neto ukupno", - "templates-paid": "Plaćeno", - "templates-awaiting-payment": "Čeka plaćanje", - "templates-payment-status-requires-action": "Zahtijeva radnju", - "draft-orders-completed": "Završeno", - "draft-orders-open": "Otvoreno", - "draft-orders-mark-as-paid": "Označi kao plaćeno", - "draft-orders-success": "Uspjeh", - "draft-orders-successfully-mark-as-paid": "Uspješno označeno kao plaćeno", - "draft-orders-error": "Greška", - "draft-orders-successfully-canceled-order": "Uspješno otkazana narudžba", - "draft-orders-back-to-draft-orders": "Natrag na skice narudžbi", - "on-mark-as-paid-confirm-order-id": "Narudžba #{{display_id}}", - "draft-orders-go-to-order": "Idi na narudžbu", - "draft-orders-cancel-draft-order": "Otkaži skicu narudžbe", - "draft-orders-draft-order": "Skica narudžbe", - "draft-orders-email": "E-mail", - "draft-orders-phone": "Telefon", - "draft-orders-amount": "Iznos {{currency_code}}", - "draft-orders-payment": "Plaćanje", - "draft-orders-subtotal": "Međusuma", - "draft-orders-shipping": "Dostava", - "draft-orders-tax": "Porez", - "draft-orders-total-to-pay": "Ukupno za platiti", - "draft-orders-payment-link": "Poveznica za plaćanje:", - "draft-orders-configure-payment-link-in-store-settings": "Konfigurirajte poveznicu za plaćanje u postavkama trgovine", - "draft-orders-shipping-method": "Metoda dostave", - "draft-orders-data": "Podatci", - "draft-orders-1-item": "(1 stavka)", - "draft-orders-customer": "Kupac", - "draft-orders-edit-shipping-address": "Uredi adresu dostave", - "draft-orders-edit-billing-address": "Uredi adresu naplate", - "draft-orders-go-to-customer": "Idi na kupca", - "draft-orders-contact": "Kontakt", - "draft-orders-billing": "Naplata", - "draft-orders-raw-draft-order": "Skica narudžbe u neobrađenom formatu", - "draft-orders-are-you-sure": "Jeste li sigurni?", - "draft-orders-remove-resource-heading": "Ukloni {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} je uklonjen", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Ovo će stvoriti narudžbu. Označite kao plaćeno ako ste primili plaćanje.", - "draft-orders-mark-paid": "Označi kao plaćeno", - "draft-orders-cancel": "Odustani", - "draft-orders-create-draft-order": "Stvori skicu narudžbe", - "edit-amount-paid": "Iznos plaćen", - "edit-new-total": "Novo ukupno", - "edit-difference-due": "Razlika za plaćanje", - "edit-back": "Natrag", - "edit-save-and-go-back": "Spremi i idi natrag", - "edit-order-edit-set-as-requested": "Uređivanje narudžbe postavljeno kao zatraženo", - "edit-failed-to-request-confirmation": "Nije uspjelo zatražiti potvrdu", - "edit-added-successfully": "Uspješno dodano", - "edit-error-occurred": "Došlo je do greške", - "edit-add-product-variants": "Dodaj varijante proizvoda", - "edit-edit-order": "Uredi narudžbu", - "edit-items": "Artikli", - "edit-add-items": "Dodaj artikle", - "edit-filter-items": "Filtriraj artikle...", - "edit-note": "Napomena", - "edit-add-a-note": "Dodaj napomenu...", - "variants-table-location": " na lokaciji {{location}}", - "edit-product": "Proizvod", - "edit-in-stock": "Na zalihi", - "edit-price": "Cijena", - "edit-products": "Proizvodi", - "edit-search-product-variants": "Pretraži varijante proizvoda...", - "orders-success": "Uspjeh", - "orders-successfully-initiated-export": "Uspješno pokrenut izvoz", - "orders-error": "Greška", - "orders-export-orders": "Izvoz narudžbi", - "components-billing-address": "Adresa naplate", - "components-use-same-as-shipping": "Koristi isto kao za dostavu", - "components-e-g-gift-wrapping": "Npr. Poklon pakiranje", - "components-title": "Naziv", - "components-price": "Cijena", - "components-quantity": "Količina", - "components-back": "Natrag", - "components-add": "Dodaj", - "components-items-for-the-order": "Artikli za narudžbu", - "components-details": "Pojedinosti", - "components-price-excl-taxes": "Cijena (bez poreza)", - "components-add-custom": "Dodaj prilagođeno", - "components-add-existing": "Dodaj postojeće", - "components-add-products": "Dodaj proizvode", - "components-add-custom-item": "Dodaj prilagođenu stavku", - "components-choose-region": "Odaberite regiju", - "components-region": "Regija", - "select-shipping-to-name": "(Za {{name}})", - "components-attention": "Pozor!", - "components-no-options-for-orders-without-shipping": "Nemate mogućnosti za narudžbe bez dostave. Dodajte jednu (npr. \"Realizacija u trgovini\") s neoznačenom opcijom \"Prikaži na web mjestu\" u postavkama regije i nastavite.", - "components-choose-a-shipping-method": "Odaberite metodu dostave", - "components-set-custom-price": "Postavi prilagođenu cijenu", - "components-custom-price": "Prilagođena cijena", - "components-customer-and-shipping-details": "Pojedinosti kupca i dostave", - "components-find-existing-customer": "Pronađi postojećeg kupca", - "components-email": "E-mail", - "components-choose-existing-addresses": "Odaberite postojeće adrese", - "components-create-new": "Stvori novu", - "components-the-discount-is-not-applicable-to-the-selected-region": "Popust se ne primjenjuje na odabranu regiju", - "components-the-discount-code-is-invalid": "Kôd popusta nije valjan", - "components-add-discount": "Dodaj popust", - "components-summer-10": "LJETO10", - "components-discount": "Popust", - "select-shipping-code": "(Kôd: {{code}})", - "components-type": "Tip", - "components-value": "Vrijednost", - "components-address": "Adresa", - "components-shipping-method": "Metoda dostave", - "components-billing-details": "Pojedinosti naplate", - "components-edit": "Uredi", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm mora se koristiti unutar NewOrderFormProvider-a", - "new-order-created": "Narudžba stvorena", - "new-create-draft-order": "Stvori skicu narudžbe", - "price-list-product-filter-created-at": "Stvoreno", - "price-list-product-filter-updated-at": "Ažurirano", - "price-list-details-drawer-prompt-title": "Jeste li sigurni?", - "price-list-details-drawer-prompt-description": "Imate nespremljene promjene. Jeste li sigurni da želite izići?", - "price-list-details-notification-succes-title": "Cjenik ažuriran", - "price-list-details-drawer-notification-success-message": "Cjenik je uspješno ažuriran", - "price-list-details-drawer-notification-error-title": "Došlo je do greške", - "price-list-details-drawer-title": "Uredi pojedinosti cjenika", - "price-list-details-drawer-cancel-button": "Odustani", - "price-list-details-drawer-save-button": "Spremi", - "price-list-details-section-prompt-confirm-text": "Izbriši", - "price-list-details-section-prompt-cancel-text": "Odustani", - "price-list-details-section-prompt-title": "Izbriši cjenik", - "price-list-details-section-prompt-description": "Jeste li sigurni da želite izbrisati cjenik \"{{name}}\"?", - "price-list-details-section-delete-notification-success-title": "Cjenik uspješno izbrisan", - "price-list-details-section-delete-notification-success-message": "Cjenik \"{{name}}\" je uspješno izbrisan", - "price-list-details-section-delete-notification-error-title": "Greška pri brisanju cjenika", - "price-list-details-section-customer-groups": "Grupe kupaca", - "price-list-details-section-last-edited": "Zadnji put uređeno", - "price-list-details-section-number-of-prices": "Cijene", - "price-list-details-section-status-menu-expired": "Isteklo", - "price-list-details-section-status-menu-draft": "Skica", - "price-list-details-section-status-menu-scheduled": "Zakazano", - "price-list-details-section-status-active": "Aktivno", - "price-list-details-section-status-menu-notification-success-title": "Status cjenika uspješno ažuriran", - "price-list-details-section-status-menu-notification-success-message": "Status cjenika je uspješno ažuriran na {{status}}", - "price-list-details-section-status-menu-notification-error-title": "Greška pri ažuriranju statusa cjenika", - "price-list-details-section-status-menu-item-draft": "Skica", - "price-list-details-section-status-menu-item-activate": "Aktiviraj", - "price-list-details-menu-item-edit": "Uredi pojedinosti", - "price-list-details-menu-item-delete": "Izbriši", - "price-list-edit-error": "Došlo je do greške pri učitavanju cjenika. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-new-form-prompt-title": "Jeste li sigurni?", - "price-list-new-form-prompt-exit-description": "Imate nespremljene promjene, jeste li sigurni da želite izići?", - "price-list-new-form-prompt-back-description": "Imate nespremljene promjene, jeste li sigurni da želite ići natrag?", - "price-list-add-products-modal-no-prices-error": "Dodijelite cijene barem jednom proizvodu.", - "price-list-add-products-modal-missing-prices-title": "Nepotpun cjenik", - "price-list-add-products-modal-missing-prices-description": "Cijene nisu dodijeljene svim odabranim proizvodima. Želite li nastaviti?", - "price-list-add-products-modal-success-title": "Dodane su nove cijene", - "price-list-add-products-modal-success-message": "Nove cijene dodane su u cjenik.", - "price-list-add-products-modal-error-title": "Došlo je do greške", - "price-list-add-products-modal-back-button-cancel": "Odustani", - "price-list-add-products-modal-back-button": "Natrag", - "price-list-add-products-modal-next-button-continue": "Nastavi", - "price-list-add-products-modal-next-button-submit-and-close": "Spremi i zatvori", - "price-list-add-products-modal-next-button-continue-save-prices": "Spremi cijene", - "price-list-add-products-modal-products-tab": "Odaberite proizvode", - "price-list-add-products-modal-prices-tab": "Uredi cijene", - "price-list-add-products-modal-error": "Došlo je do greške pri pripremi obrasca. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-edit-prices-modal-prompt-title": "Nespremljene promjene", - "price-list-edit-prices-modal-prompt-exit-description": "Imate nespremljene promjene, jeste li sigurni da želite izići?", - "price-list-edit-prices-modal-prompt-back-description": "Imate nespremljene promjene, jeste li sigurni da želite ići natrag?", - "price-list-edit-prices-modal-notification-update-error": "Došlo je do greške", - "price-list-edit-prices-modal-notification-remove-error-title": "Došlo je do greške", - "price-list-edit-prices-modal-notification-remove-error-description": "Neke cijene nisu ispravno ažurirane. Pokušajte ponovno.", - "price-list-edit-prices-modal-notification-update-success-title": "Cijene ažurirane", - "price-list-edit-prices-modal-notification-update-success-description": "Cijene su uspješno ažurirane", - "price-list-edit-prices-modal-next-button-save-and-close": "Spremi i zatvori", - "price-list-edit-prices-modal-next-button-save": "Spremi cijene", - "price-list-edit-prices-modal-back-button-cancel": "Odustani", - "price-list-edit-prices-modal-back-button-back": "Natrag", - "price-list-edit-prices-modal-overview-tab": "Uredi cijene", - "price-list-edit-prices-modal-error-loading": "Došlo je do greške pri pripremi obrasca. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-section-prompt-title": "Jeste li sigurni?", - "price-list-prices-section-prompt-description": "Ovo će trajno izbrisati cijene proizvoda s popisa", - "price-list-prices-secton-delete-success-title": "Cijene izbrisane", - "price-list-prices-section-delete-success-description_one": "Uspješno izbrisane cijene za {{count}} proizvod", - "price-list-prices-section-delete-success-description_other": "Uspješno izbrisane cijene za {{count}} proizvoda", - "price-list-prices-section-delete-error-title": "Došlo je do greške", - "price-list-prices-section-heading": "Cijene", - "price-list-prices-section-search-placeholder": "Pretraži proizvode", - "price-list-prices-section-prices-menu-edit": "Uredi cijene", - "price-list-prices-section-prices-menu-add": "Dodaj proizvode", - "price-list-prices-section-table-load-error": "Došlo je do greške pri dohvaćanju proizvoda. Pokušajte ponovno učitati stranicu ili, ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-section-bar-count_one": "{{count}} odabran", - "price-list-prices-section-bar-count_other": "{{count}} odabranih", - "price-list-prices-section-edit-command": "Uredi", - "price-list-prices-section-delete-command": "Izbriši", - "price-list-prices-section-select-all-checkbox-label": "Odaberite sve proizvode na trenutnoj stranici", - "price-list-prices-section-select-checkbox-label": "Odaberite redak", - "price-list-prices-section-table-product": "Proizvod", - "price-list-prices-section-table-thumbnail-alt": "Sličica za {{title}}", - "price-list-prices-section-table-collection": "Kolekcija", - "price-list-prices-section-table-variants": "Varijante", - "price-list-details-form-type-heading": "Tip", - "price-list-details-form-type-description": "Odaberite tip cjenika koji želite stvoriti.", - "price-list-details-form-type-label-sale": "Rasprodaja", - "price-list-details-form-type-hint-sale": "Koristite ovo ako stvarate rasprodaju.", - "price-list-details-form-type-label-override": "Nadjačaj", - "price-list-details-form-type-hint-override": "Koristite ovo ako nadjačavate cijene.", - "price-list-details-form-general-heading": "Opći podatci", - "price-list-details-form-general-description": "Odaberite naslov i opis cjenika.", - "price-list-details-form-general-name-label": "Naziv", - "price-list-details-form-general-name-placeholder": "Rasprodaja za Crni petak", - "price-list-details-form-general-description-label": "Opis", - "price-list-details-form-general-description-placeholder": "Cijene za rasprodaju za Crni petak...", - "price-list-details-form-tax-inclusive-label": "Cijene s uključenim porezom", - "price-list-details-form-tax-inclusive-hint": "Odaberite da bi sve cijene na ovom popisu uključivale porez.", - "price-list-details-form-dates-starts-at-heading": "Cjenik ima datum početka?", - "price-list-details-form-dates-starts-at-description": "Zakažite aktivaciju nadjačavanja cijena u budućnosti.", - "price-list-details-form-dates-starts-at-label": "Datum početka", - "price-list-details-form-ends-at-heading": "Cjenik ima datum isteka?", - "price-list-details-form-ends-at-description": "Zakažite deaktivaciju nadjačavanja cijena u budućnosti.", - "price-list-details-form-ends-at-label": "Datum isteka", - "price-list-details-form-customer-groups-name": "Naziv", - "price-list-details-form-customer-groups-members": "Članovi", - "price-list-details-form-customer-groups-error": "Došlo je do greške pri učitavanju grupa kupaca. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-details-form-customer-groups-no-groups": "Nema pronađenih grupa kupaca.", - "price-list-details-form-customer-groups-heading": "Dostupnost za kupce", - "price-list-details-form-customer-groups-description": "Odredite na koje grupe kupaca će se primijeniti nadjačavanje cijena.", - "price-list-details-form-customer-groups-content-heading": "Grupe kupaca", - "price-list-details-form-customer-groups-search-placeholder": "Pretraži", - "price-list-prices-form-products-error": "Došlo je do greške pri pripremi obrasca. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-prices-form-heading": "Uredi cijene", - "price-list-prices-form-variant": "Varijanta", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "Cijene", - "price-list-prices-form-prices-variant-count_one": "{{count}} varijanta", - "price-list-prices-form-prices-variant-count_other": "{{count}} varijanti", - "price-list-prices-form-add-prices-button": "Dodaj cijene", - "price-list-prices-form-prices-count_one": "{{count}} cijena", - "price-list-prices-form-prices-count_other": "{{count}} cijena", - "price-list-product-prices-form-invalid-data-title": "Nevaljani podatci", - "price-list-product-prices-form-invalid-data-body": "Podatci koje ste zalijepili sadrže vrijednosti koje nisu brojevi.", - "price-list-product-prices-form-column-visibility-button": "Pogledaj", - "price-list-product-prices-form-column-visibility-currencies-label": "Valute", - "price-list-product-prices-form-column-visibility-regions-label": "Regije", - "price-list-product-prices-form-column-product-label": "Proizvod", - "price-list-product-prices-form-column-currencies-price-label": "Cijena {{code}}", - "price-list-product-prices-form-column-regions-price-label": "Cijena {{name}} ({{code}})", - "price-list-products-form-select-all": "Odaberite sve proizvode na trenutnoj stranici", - "price-list-products-form-select-row": "Odaberite redak", - "price-list-products-form-product-label": "Proizvod", - "price-list-products-form-product-thumbnail": "Sličica za {{title}}", - "price-list-products-form-collection-label": "Kolekcija", - "price-list-products-form-sales-channels-label": "Dostupnost", - "price-list-products-form-sales-channels-value": "{{first}} + još {{remaining}}", - "price-list-products-form-status-label": "Status", - "price-list-products-form-inventory-label": "Inventar", - "price-list-products-form-inventory-value": "{{totalStock}} na zalihi kroz {{variants}} varijanti", - "price-list-products-form-loading": "Učitavanje proizvoda", - "price-list-products-form-error": "Došlo je do greške pri učitavanju proizvoda. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "price-list-products-form-no-products": "Nema pronađenih proizvoda.", - "price-list-products-form-heading": "Odaberite proizvode", - "price-list-products-form-search-placeholder": "Pretraži", - "price-list-new-form-no-prices-error": "Dodijelite cijene barem jednom proizvodu.", - "price-list-new-form-missing-prices-title": "Nepotpun cjenik", - "price-list-new-products-modal-missing-prices-description": "Cijene nisu dodijeljene svim odabranim proizvodima. Želite li nastaviti?", - "price-list-new-form-notification-success-title": "Cjenik stvoren", - "price-list-new-form-notification-success-message": "Uspješno stvoren cjenik", - "price-list-new-form-notification-error-title": "Došlo je do greške", - "price-list-new-form-next-button-save-and-publish": "Spremi i objavi", - "price-list-new-form-next-button-save": "Spremi cijene", - "price-list-new-form-next-button-continue": "Nastavi", - "price-list-new-form-back-button-cancel": "Odustani", - "price-list-new-form-back-button-back": "Natrag", - "price-list-new-form-details-tab": "Stvori cjenik", - "price-list-new-form-products-tab": "Odaberite proizvode", - "price-list-new-form-prices-tab": "Uredi cijene", - "price-list-new-form-save-as-draft": "Spremi kao skicu", - "price-list-new-form-error-loading-products": "Došlo je do greške pri pripremi obrasca. Ponovno učitajte stranicu i pokušajte ponovno. Ako se problem nastavi, pokušajte kasnije.", - "components-success": "Uspjeh", - "components-successfully-updated-category-tree": "Uspješno ažurirano stablo kategorija", - "components-error": "Greška", - "components-failed-to-update-category-tree": "Nije uspjelo ažuriranje stabla kategorija", - "components-delete": "Izbriši", - "components-category-deleted": "Kategorija izbrisana", - "components-category-deletion-failed": "Nije uspjelo brisanje kategorije", - "components-category-status-is-inactive": "Status kategorije je neaktivan", - "components-category-visibility-is-private": "Vidljivost kategorije je privatna", - "components-add-category-item-to": "Dodaj stavku kategorije u", - "modals-public": "Javno", - "modals-private": "Privatno", - "modals-active": "Aktivno", - "modals-inactive": "Neaktivno", - "modals-success": "Uspjeh", - "modals-successfully-created-a-category": "Uspješno stvorena kategorija", - "modals-failed-to-create-a-new-category": "Nije uspjelo stvaranje nove kategorije", - "modals-error": "Greška", - "modals-save-category": "Spremi kategoriju", - "modals-add-category-to": "Dodaj kategoriju u {{name}}", - "modals-add-category": "Dodaj kategoriju", - "modals-details": "Pojedinosti", - "modals-name": "Naziv", - "modals-give-this-category-a-name": "Dajte ovoj kategoriji naziv", - "modals-handle": "Handle", - "modals-custom-handle": "Prilagođeni handle", - "modals-description": "Opis", - "modals-give-this-category-a-description": "Dajte ovoj kategoriji opis", - "modals-status": "Status", - "modals-visibility": "Vidljivost", - "modals-successfully-updated-the-category": "Uspješno ažuriranje kategorije", - "modals-failed-to-update-the-category": "Nije uspjelo ažuriranje kategorije", - "modals-edit-product-category": "Uredi kategoriju proizvoda", - "modals-cancel": "Odustani", - "modals-save-and-close": "Spremi i zatvori", - "pages-no-product-categories-yet": "Nema još kategorija proizvoda, koristite dugme poviše za stvaranje svoje prve kategorije.", - "pages-add-category": "Dodaj kategoriju", - "pages-product-categories": "Kategorije proizvoda", - "pages-helps-you-to-keep-your-products-organized": "Pomaže vam u organizaciji proizvoda.", - "batch-job-success": "Uspjeh", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Uvoz potvrđen za obradu. Informacije o napretku dostupne su u ladici aktivnosti.", - "batch-job-error": "Greška", - "batch-job-import-failed": "Uvoz nije uspio.", - "batch-job-failed-to-delete-the-csv-file": "Nije uspjelo brisanje CSV datoteke", - "batch-job-failed-to-cancel-the-batch-job": "Nije uspjelo otkazivanje zadatka u seriji", - "batch-job-products-list": "lista proizvoda", - "batch-job-unsure-about-how-to-arrange-your-list": "Niste sigurni kako urediti svoj popis?", - "batch-job-download-template": "Preuzmite predložak u nastavku kako biste bili sigurni da slijedite ispravan format.", - "batch-job-imports-description": "Putem uvoza možete dodavati ili ažurirati proizvode. Za ažuriranje postojećih proizvoda/varijanti morate postaviti postojeći ID u Proizvod/Varijanta ID stupce. Ako vrijednost nije postavljena, stvorit će se novi zapis. Bit ćete upitani za potvrdu prije nego što uvezemo proizvode.", - "products-filters": "Filteri", - "products-status": "Status", - "products-tags": "Oznake", - "products-spring-summer": "Proljeće, ljeto...", - "new-sales-channels": "Kanali prodaje", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Ovaj proizvod će biti dostupan samo u zadanim kanalima prodaje ako se ostavi netaknut.", - "new-change-availablity": "Promijeni dostupnost", - "add-variants-a-variant-with-these-options-already-exists": "Varijanta s ovim opcijama već postoji.", - "add-variants-product-options": "Opcije proizvoda", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Opcije se koriste za definiranje boje proizvoda, veličine proizvoda itd.", - "add-variants-option-title": "Naslov opcije", - "add-variants-variations-comma-separated": "Varijacije (odvojene zarezima)", - "add-variants-color": "Boja...", - "add-variants-already-exists": "već postoji", - "add-variants-blue-red-black": "Plava, crvena, crna...", - "add-variants-add-an-option": "Dodaj opciju", - "add-variants-product-variants": "Varijante proizvoda", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Morate dodati barem jednu opciju proizvoda prije nego što možete početi dodavati varijante proizvoda.", - "add-variants-variant": "Varijanta", - "add-variants-inventory": "Inventar", - "add-variants-add-a-variant": "Dodaj varijantu", - "add-variants-create-variant": "Stvori varijantu", - "add-variants-cancel": "Odustani", - "add-variants-save-and-close": "Spremi i zatvori", - "new-variant-a-variant-with-these-options-already-exists": "Varijanta s ovim opcijama već postoji.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Jeste li sigurni da želite izbrisati ovu varijantu?", - "new-variant-delete-variant": "Izbriši varijantu", - "new-variant-edit": "Uredi", - "new-variant-delete": "Izbriši", - "new-variant-edit-variant": "Uredi varijantu", - "new-variant-cancel": "Odustani", - "new-variant-save-and-close": "Spremi i zatvori", - "new-something-went-wrong-while-trying-to-upload-images": "Nešto je pošlo po krivu pri pokušaju učitavanja slika.", - "new-no-file-service-configured": "Moguće je da nemate konfiguriranu uslugu za datoteke. Molimo kontaktirajte svog administratora", - "new-upload-thumbnail-error": "Nešto je pošlo po krivu pri pokušaju učitavanja sličice.", - "new-save-as-draft": "Spremi kao skicu", - "new-publish-product": "Objavi proizvod", - "new-general-information-title": "Općenite informacije", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Kako bi započeli s prodajom, sve što trebate je naziv i cijena.", - "new-organize-product": "Organiziraj proizvod", - "new-add-variations-of-this-product": "Dodajte varijacije ovog proizvoda.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Ponudite svojim kupcima različite opcije za boju, format, veličinu, oblik itd.", - "new-used-for-shipping-and-customs-purposes": "Koristi se u svrhe dostave i carine.", - "new-dimensions": "Dimenzije", - "new-customs": "Carina", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Koristi se za predstavljanje vašeg proizvoda tijekom naplate, dijeljenja na društvenim mrežama i još mnogo toga.", - "new-media": "Mediji", - "new-add-images-to-your-product": "Dodajte slike svom proizvodu.", - "overview-import-products": "Uvoz proizvoda", - "overview-export-products": "Izvoz proizvoda", - "overview-new-product": "Novi proizvod", - "overview-new-collection": "Nova kolekcija", - "overview-success": "Uspjeh", - "overview-successfully-created-collection": "Uspješno stvorena kolekcija", - "overview-error": "Greška", - "overview-successfully-initiated-export": "Uspješno pokrenut izvoz", - "modals-add-sales-channels": "Dodajte kanale prodaje", - "modals-find-channels": "Pronađite kanale", - "modals-updated-the-api-key": "Ažuriran API ključ", - "modals-failed-to-update-the-api-key": "Nije uspjelo ažuriranje API ključa", - "modals-edit-api-key-details": "Uredi pojedinosti o API ključu", - "modals-title": "Naslov", - "modals-name-your-key": "Nazovite svoj ključ", - "modals-sales-channels-added-to-the-scope": "Kanali prodaje dodani u opseg", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Došlo je do greške prilikom dodavanja kanala prodaje u opseg ključa", - "modals-add-and-go-back": "Dodaj i idi natrag", - "modals-add-and-close": "Dodaj i zatvori", - "modals-sales-channels-removed-from-the-scope": "Kanali prodaje uklonjeni iz opsega", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Došlo je do greške prilikom uklanjanja kanala prodaje iz opsega ključa", - "modals-edit-sales-channels": "Uredi kanale prodaje", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Odznači", - "modals-remove": "Ukloni", - "modals-add-channels": "Dodaj kanale", - "modals-close": "Zatvori", - "pages-sales-channels": "Kanali prodaje", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Povežite koliko god kanala prodaje želite s vašim API ključem.", - "pages-add-sales-channels": "Dodaj kanale prodaje", - "pages-edit-sales-channels": "Uredi kanale prodaje", - "pages-success": "Uspjeh", - "pages-created-a-new-api-key": "Stvoren novi API ključ", - "pages-error": "Greška", - "pages-failed-to-create-a-new-api-key": "Nije uspjelo stvaranje novog API ključa", - "pages-sales-channels-added-to-the-scope": "Kanali prodaje dodani u opseg", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Došlo je do greške prilikom dodavanja kanala prodaje u opseg ključa", - "pages-publish-api-key": "Objavi API ključ", - "pages-create-api-key": "Stvori API ključ", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Stvarajte i upravljajte API ključevima. Trenutno se odnosi samo na kanale prodaje.", - "pages-create-api-key-label": "Stvori API ključ", - "pages-back-to-settings": "Natrag na postavke", - "pages-publishable-api-keys": "API ključevi za objavljivanje", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Ovi ključevi za objavljivanje omogućit će vam provjeru autentičnosti API zahtjeva.", - "tables-name": "Naziv", - "tables-token": "Token", - "tables-done": "gotovo", - "tables-copy-to-clipboard": "Kopiraj u međuspremnik", - "tables-created": "Stvoreno", - "tables-status": "Status", - "tables-revoked": "Opozvano", - "tables-live": "Uživo", - "tables-edit-api-key-details": "Uredi pojedinosti o API ključu", - "tables-edit-sales-channels": "Uredi kanale prodaje", - "tables-copy-token": "Kopiraj token", - "tables-revoke-token": "Opozovi token", - "tables-delete-api-key": "Izbriši API ključ", - "tables-yes-delete": "Da, izbriši", - "tables-api-key-deleted": "API ključ izbrisan", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Jeste li sigurni da želite izbrisati ovaj javni ključ?", - "tables-delete-key": "Izbriši ključ", - "tables-yes-revoke": "Da, opozovi", - "tables-api-key-revoked": "API ključ opozvan", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Jeste li sigurni da želite opozvati ovaj javni ključ?", - "tables-revoke-key": "Opozovi ključ", - "tables-api-keys": "API ključevi", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Još nema ključeva, koristite dugme poviše za stvaranje svog prvog ključa za objavljivanje", - "tables-title": "Naslov", - "tables-description": "Opis", - "tables-no-added-sales-channels": "Nema dodanih kanala prodaje", - "tables-sales-channels": "Kanali prodaje", - "form-title": "Naslov", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Web stranica, aplikacija, Amazon, POS u fizičkoj trgovini, feed proizvoda na Facebooku...", - "form-description": "Opis", - "form-available-products-at-our-website-app": "Dostupni proizvodi na našoj web stranici, aplikaciji...", - "form-success": "Uspjeh", - "form-the-sales-channel-is-successfully-updated": "Kanal prodaje uspješno ažuriran", - "form-error": "Greška", - "form-failed-to-update-the-sales-channel": "Ažuriranje kanala prodaje nije uspjelo", - "form-sales-channel-details": "Pojedinosti o kanalu prodaje", - "form-general-info": "Općenite informacije", - "form-name": "Naziv", - "form-close": "Zatvori", - "form-save": "Spremi", - "pages-draft": "Skica", - "pages-control-which-products-are-available-in-which-channels": "Kontrolirajte koji proizvodi su dostupni u kojim kanalima prodaje", - "pages-search-by-title-or-description": "Pretraži po naslovu ili opisu", - "pages-confirm-delete-sales-channel": "Jeste li sigurni da želite izbrisati ovaj kanal prodaje? Postavke koje ste napravili bit će zauvijek izgubljene.", - "pages-delete-channel-heading": "Izbriši kanal", - "pages-edit-general-info": "Uredi općenite informacije", - "pages-add-products": "Dodaj proizvode", - "pages-delete-channel": "Izbriši kanal", - "pages-disabled": "Onemogućeno", - "pages-enabled": "Omogućeno", - "tables-collection": "Kolekcija", - "tables-start-building-your-channels-setup": "Započnite s izradom postavki za kanale...", - "tables-no-products-in-channels": "Još niste dodali proizvode u ovaj kanal, ali kada to učinite, oni će živjeti ovdje.", - "tables-add-products": "Dodaj proizvode", - "tables-details": "Pojedinosti", - "tables-remove-from-the-channel": "Ukloni iz kanala", - "tables-products": "Proizvodi", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Ukloni", - "components-successfully-updated-currency": "Valuta uspješno ažurirana", - "components-default": "Zadano", - "default-store-currency-success": "Uspjeh", - "default-store-currency-successfully-updated-default-currency": "Zadana valuta uspješno ažurirana", - "default-store-currency-error": "Greška", - "default-store-currency-default-store-currency": "Zadana valuta trgovine", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Ovo je valuta u kojoj se prikazuju vaše cijene.", - "store-currencies-success": "Uspjeh", - "store-currencies-successfully-updated-currencies": "Valute uspješno ažurirane", - "store-currencies-error": "Greška", - "store-currencies-cancel": "Odustani", - "store-currencies-save-and-go-back": "Spremi i idi natrag", - "store-currencies-save-and-close": "Spremi i zatvori", - "store-currencies-add-store-currencies": "Dodaj valute trgovine", - "store-currencies-current-store-currencies": "Trenutne valute trgovine", - "store-currencies-close": "Zatvori", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Odznači", - "store-currencies-remove": "Ukloni", - "store-currencies-add-currencies": "Dodaj valute", - "store-currencies-store-currencies": "Valute trgovine", - "store-currencies-all-the-currencies-available-in-your-store": "Sve valute dostupne u vašoj trgovini.", - "store-currencies-edit-currencies": "Uredi valute", - "currencies-an-unknown-error-occurred": "Došlo je do nepoznate greške", - "currencies-error": "Greška", - "currencies-back-to-settings": "Natrag na postavke", - "currencies-manage-the-markets-that-you-will-operate-within": "Upravljajte tržištima na kojima ćete djelovati.", - "currencies-include-or-exclude-taxes": "Odlučite želite li uključiti ili isključiti poreze kad god definirate cijenu u ovoj valuti", - "currencies-tax-incl-prices": "Cijene s porezom", - "settings-error": "Greška", - "settings-malformed-swap-url": "Pogrešno oblikovan URL zamjene", - "settings-malformed-payment-url": "Pogrešno oblikovan URL plaćanja", - "settings-malformed-invite-url": "Pogrešno oblikovan URL pozivnice", - "settings-success": "Uspjeh", - "settings-successfully-updated-store": "Trgovina uspješno ažurirana", - "settings-back-to-settings": "Natrag na postavke", - "settings-save": "Spremi", - "settings-cancel": "Odustani", - "settings-store-details": "Pojedinosti o trgovini", - "settings-manage-your-business-details": "Upravljajte pojedinostima o vašem poslovanju", - "settings-general": "Općenito", - "settings-store-name": "Naziv trgovine", - "settings-medusa-store": "Medusa trgovina", - "settings-advanced-settings": "Napredne postavke", - "settings-swap-link-template": "Predložak poveznice za zamjene", - "settings-draft-order-link-template": "Predložak poveznice za skice narudžbi", - "settings-invite-link-template": "Predložak poveznice za pozivnice", - "settings-manage-the-general-settings-for-your-store": "Upravljajte općim postavkama za svoju trgovinu", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Upravljajte postavkama za proširenja svoje trgovine", - "edit-user-information-success": "Uspjeh", - "edit-user-information-your-information-was-successfully-updated": "Vaši podatci uspješno su ažurirani", - "edit-user-information-edit-information": "Uredi informacije", - "edit-user-information-cancel": "Odustani", - "edit-user-information-submit-and-close": "Pošalji i zatvori", - "personal-information-back-to-settings": "Natrag na postavke", - "personal-information-personal-information": "Osobni podatci", - "personal-information-manage-your-Medusa-profile": "Upravljajte svojim Medusa profilom", - "personal-information-language-settings-title": "Jezik", - "personal-information-language-settings-description": "Prilagodite jezik Medusa Admina", - "personal-information-language-settings-help-us-translate": "Pomozite nam prevesti", - "personal-information-usage-insights-title": "Prikazi upotrebe", - "usage-insights-disabled": "Onemogućeno", - "usage-insights-active": "Aktivno", - "usage-insights-share-usage-insights-and-help-us-improve-Medusa": "Podijelite prikaze upotrebe i pomozite nam poboljšati Medusu", - "usage-insights-edit-preferences": "Uredi postavke", - "usage-insights-success": "Uspjeh", - "usage-insights-your-information-was-successfully-updated": "Vaši podatci uspješno su ažurirani", - "usage-insights-error": "Greška", - "usage-insights-cancel": "Odustani", - "usage-insights-submit-and-close": "Pošalji i zatvori", - "region-form-title": "Naslov", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Potreban je kôd valute", - "region-form-currency": "Valuta", - "region-form-choose-currency": "Odaberite valutu", - "region-form-default-tax-rate": "Zadani porezni postotak", - "region-form-tax-rate-is-required": "Potreban je porezni postotak", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Porezni postotak mora biti jednak ili manji od 100", - "region-form-default-tax-code": "Zadani porezni kôd", - "region-form-countries": "Zemlje", - "region-form-choose-countries": "Odaberite zemlje", - "region-form-tax-inclusive-prices": "Cijene s uključenim porezom", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Kada je omogućeno, cijene u regiji uključivat će porez.", - "region-form-payment-providers-are-required": "Potrebni su pružatelji plaćanja", - "region-form-payment-providers": "Pružatelji plaćanja", - "region-form-choose-payment-providers": "Odaberite pružatelje plaćanja...", - "region-form-fulfillment-providers-are-required": "Potrebni su pružatelji realizacije", - "region-form-fulfillment-providers": "Pružatelji realizacije", - "region-form-choose-fulfillment-providers": "Odaberite pružatelje realizacije...", - "shipping-option-card-success": "Uspjeh", - "shipping-option-card-shipping-option-updated": "Opcija dostave ažurirana", - "shipping-option-card-error": "Greška", - "shipping-option-card-edit-shipping-option": "Uredi opciju dostave", - "shipping-option-card-fulfillment-method": "Metoda realizacije", - "shipping-option-card-cancel": "Odustani", - "shipping-option-card-save-and-close": "Spremi i zatvori", - "shipping-option-card-shipping-option-has-been-deleted": "Opcija dostave je izbrisana", - "shipping-option-card-flat-rate": "Fiksna stopa", - "shipping-option-card-calculated": "Izračunato", - "shipping-option-card-min-subtotal": "Min. ukupno:", - "shipping-option-card-max-subtotal": "Maks. ukupno:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Trgovina", - "shipping-option-card-edit": "Uredi", - "shipping-option-card-delete": "Izbriši", - "shipping-option-form-visible-in-store": "Vidljivo u trgovini", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Omogućite ili onemogućite vidljivost opcije dostave u trgovini.", - "shipping-option-form-details": "Pojedinosti", - "shipping-option-form-title": "Naslov", - "shipping-option-form-title-is-required": "Naslov je obavezan", - "shipping-option-form-price-type": "Tip cijene", - "shipping-option-form-flat-rate": "Fiksna stopa", - "shipping-option-form-calculated": "Izračunato", - "shipping-option-form-choose-a-price-type": "Odaberite tip cijene", - "shipping-option-form-price": "Cijena", - "shipping-option-form-shipping-profile": "Profil dostave", - "shipping-option-form-choose-a-shipping-profile": "Odaberite profil dostave", - "shipping-option-form-fulfillment-method": "Metoda realizacije", - "shipping-option-form-choose-a-fulfillment-method": "Odaberite metodu realizacije", - "shipping-option-form-requirements": "Zahtjevi", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. ukupno mora biti manje od maks. ukupno", - "shipping-option-form-min-subtotal": "Min. ukupno", - "shipping-option-form-max-subtotal": "Maks. ukupno", - "shipping-option-form-metadata": "Metapodatci", - "general-section-success": "Uspjeh", - "general-section-region-was-successfully-updated": "Regija je uspješno ažurirana", - "general-section-error": "Greška", - "general-section-edit-region-details": "Uredi pojedinosti regije", - "general-section-details": "Pojedinosti", - "general-section-providers": "Pružatelji", - "general-section-metadata": "Metapodatci", - "general-section-cancel": "Odustani", - "general-section-save-and-close": "Spremi i zatvori", - "edit-something-went-wrong": "Nešto je pošlo po krivu...", - "edit-no-region-found": "Ne možemo pronaći regiju s tim ID-em, koristite izbornik s lijeva da biste odabrali regiju.", - "return-shipping-options-success": "Uspjeh", - "return-shipping-options-shipping-option-created": "Opcija dostave je stvorena", - "return-shipping-options-error": "Greška", - "return-shipping-options-add-return-shipping-option": "Dodaj opciju povratne dostave", - "return-shipping-options-cancel": "Odustani", - "return-shipping-options-save-and-close": "Spremi i zatvori", - "return-shipping-options-return-shipping-options": "Opcije povratne dostave", - "return-shipping-options-add-option": "Dodaj opciju", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Unesite pojedinosti o dostupnim regionalnim metodama povratne dostave.", - "shipping-options-success": "Uspjeh", - "shipping-options-shipping-option-created": "Opcija dostave je stvorena", - "shipping-options-error": "Greška", - "shipping-options-add-shipping-option": "Dodaj opciju dostave", - "shipping-options-cancel": "Odustani", - "shipping-options-save-and-close": "Spremi i zatvori", - "shipping-options-shipping-options": "Opcije dostave", - "shipping-options-add-option": "Dodaj opciju", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Unesite pojedinosti o dostupnim regionalnim metodama dostave.", - "new-region-created": "Regija je stvorena", - "new-create-region": "Stvori regiju", - "new-details": "Pojedinosti", - "new-add-the-region-details": "Dodajte pojedinosti regije.", - "new-providers": "Pružatelji", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Dodajte koji pružatelji realizacije i plaćanja trebaju biti dostupni u ovoj regiji.", - "region-overview-regions": "Regije", - "region-overview-manage-the-markets-that-you-will-operate-within": "Upravljajte tržištima na kojima ćete poslovati.", - "region-overview-not-configured": "Nije konfigurirano", - "region-overview-fulfillment-providers": "Pružatelji realizacije:", - "return-reasons-notification-success": "Uspjeh", - "return-reasons-created-a-new-return-reason": "Stvoren je novi razlog za povrat", - "return-reasons-success": "Uspjeh", - "return-reasons-error": "Greška", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Nemoguće stvoriti razlog povrata s postojećom vrijednošću", - "return-reasons-add-reason": "Dodaj razlog", - "return-reasons-value-is-required": "Vrijednost je obavezna", - "return-reasons-value": "Vrijednost", - "return-reasons-label-is-required": "Oznaka je obavezna", - "return-reasons-label": "Oznaka", - "return-reasons-description": "Opis", - "return-reasons-customer-received-the-wrong-size": "Kupac je dobio pogrešnu veličinu", - "return-reasons-cancel": "Odustani", - "return-reasons-create": "Stvori", - "return-reasons-success-title": "Uspjeh", - "return-reasons-successfully-updated-return-reason": "Razlog povrata je uspješno ažuriran", - "return-reasons-duplicate-reason": "Dupliciraj razlog", - "return-reasons-delete-reason": "Izbriši razlog", - "return-reasons-save": "Spremi", - "return-reasons-details": "Pojedinosti", - "return-reasons-delete-return-reason": "Izbriši razlog povrata", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Jeste li sigurni da želite izbrisati ovaj razlog povrata?", - "return-reasons-back-to-settings": "Natrag na postavke", - "return-reasons-return-reasons": "Razlozi povrata", - "return-reasons-add-reason-label": "Dodaj razlog", - "return-reasons-manage-reasons-for-returned-items": "Upravljajte razlozima za vraćene artikle", - "taxes-details": "Pojedinosti", - "taxes-new-tax-rate": "Nova porezna stopa", - "taxes-tax-calculation-settings": "Postavke poreznog izračuna", - "taxes-success": "Uspjeh", - "taxes-successfully-updated-tax-rate": "Porezna stopa je uspješno ažurirana.", - "taxes-error": "Greška", - "taxes-overrides": "Nadjačavanja", - "taxes-product-rules": "Pravila proizvoda", - "taxes-product-rules-description_one": "Primjenjuje se na {{count}} productWithCount", - "taxes-product-rules-description_other": "Primjenjuje se na {{count}} productWithCount", - "taxes-product-type-rules": "Pravila tipova proizvoda", - "taxes-product-type-rules-description_one": "Primjenjuje se na {{count}} proizvod typeWithCount", - "taxes-product-type-rules-description_other": "Primjenjuje se na {{count}} proizvoda typeWithCount", - "taxes-shipping-option-rules": "Pravila opcije dostave", - "taxes-applies-to-shipping-option-with-count_one": "Primjenjuje se na {{count}} dostavu optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Primjenjuje se na {{count}} dostave optionWithCount", - "taxes-add-overrides": "Dodaj nadjačavanja", - "taxes-cancel": "Odustani", - "taxes-save": "Spremi", - "taxes-name": "Naziv", - "taxes-default": "Zadano", - "taxes-rate-name": "Naziv stope", - "taxes-tax-rate": "Porezna stopa", - "taxes-tax-code": "Porezni kôd", - "taxes-edit-tax-rate": "Uredi poreznu stopu", - "taxes-back-to-settings": "Natrag na postavke", - "taxes-regions": "Regije", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Odaberite regiju za koju želite upravljati porezima", - "taxes-go-to-region-settings": "Idi na postavke regije", - "taxes-successfully-created-tax-rate": "Porezna stopa je uspješno stvorena.", - "taxes-add-tax-rate": "Dodaj poreznu stopu", - "taxes-applies-to-product-type-with-count_one": "Primjenjuje se na {{count}} proizvod typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Primjenjuje se na {{count}} proizvoda typeWithCount", - "taxes-create": "Stvori", - "taxes-select-products": "Odaberite proizvode", - "taxes-select-product-types-label": "Odaberite tipove proizvoda", - "taxes-product-types": "Tipovi proizvoda", - "taxes-system-tax-provider": "Sustavni porezni pružatelj", - "taxes-region-tax-settings-were-successfully-updated": "Postavke poreza za regiju uspješno su ažurirane.", - "taxes-tax-provider": "Porezni pružatelj", - "taxes-calculate-taxes-automatically": "Automatski izračunavati poreze?", - "taxes-automatically-apply-tax-calculations-to-carts": "Kad je označeno, Medusa će automatski primjenjivati izračune poreza na košarice u ovoj regiji. Ako nije označeno, poreze ćete morati ručno izračunavati pri naplati. Ručni porezi se preporučuju ako koristite pružatelja treće strane kako biste izbjegli previše zahtjeva.", - "taxes-apply-tax-to-gift-cards": "Primjenjivati porez na poklon kartice?", - "taxes-apply-taxes-to-gift-cards": "Kada je označeno, porezi će se primjenjivati na poklon kartice pri naplati. U nekim zemljama porezni propisi zahtijevaju da se porezi primjenjuju na poklon kartice pri kupnji.", - "taxes-search-products": "Pretraži proizvode...", - "taxes-select-shipping-option": "Odaberite opciju dostave", - "taxes-shipping-options": "Opcije dostave", - "taxes-delete-tax-rate-heading": "Izbriši poreznu stopu", - "taxes-confirm-delete": "Jeste li sigurni da želite izbrisati ovu poreznu stopu?", - "taxes-tax-rate-was-deleted": "Porezna stopa je izbrisana.", - "taxes-edit": "Uredi", - "taxes-delete-tax-rate": "Izbriši poreznu stopu", - "taxes-delete-rule": "Izbriši pravilo", - "taxes-type": "Tip", - "taxes-products": "Proizvodi", - "taxes-select-individual-products": "Odaberite pojedinačne proizvode", - "taxes-select-product-types": "Odaberite tipove proizvoda", - "taxes-select-shipping-options": "Odaberite opcije dostave", - "taxes-back": "Natrag", - "taxes-add": "Dodaj", - "taxes-code": "Kôd", - "users-invite-users": "Pozovi korisnike", - "users-back-to-settings": "Natrag na postavke", - "users-the-team": "Tim", - "users-manage-users-of-your-medusa-store": "Upravljajte korisnicima svoje Medusa trgovine", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/it/translation.json b/packages/admin-ui/ui/public/locales/it/translation.json deleted file mode 100644 index 842e3cb405926..0000000000000 --- a/packages/admin-ui/ui/public/locales/it/translation.json +++ /dev/null @@ -1,1922 +0,0 @@ -{ - "back-button-go-back": "Torna indietro", - "sales-channels-display-available-count": "Disponibile in <2>{{availableChannelsCount}} su un totale di <6>{{totalChannelsCount}} Canali di Vendita", - "activity-drawer-activity": "Attività", - "activity-drawer-no-notifications-title": "È tranquillo qui...", - "activity-drawer-no-notifications-description": "Al momento non hai notifiche, ma una volta che le avrai, appariranno qui.", - "activity-drawer-error-title": "Oh no...", - "activity-drawer-error-description": "Qualcosa è andato storto nel tentativo di recuperare le tue notifiche. Continueremo a provare!", - "activity-drawer-processing": "Elaborazione...", - "analytics-config-form-title": "Anonimizza i miei dati di utilizzo", - "analytics-config-form-description": "Puoi scegliere di anonimizzare i tuoi dati di utilizzo. Se questa opzione è selezionata, non raccoglieremo le tue informazioni personali, come nome ed email.", - "analytics-config-form-opt-out": "Disattiva condivisione dei miei dati di utilizzo", - "analytics-config-form-opt-out-later": "Puoi sempre disattivare la condivisione dei tuoi dati di utilizzo in qualsiasi momento.", - "analytics-preferences-success": "Successo", - "analytics-preferences-your-preferences-were-successfully-updated": "Le tue preferenze sono state aggiornate con successo", - "analytics-preferences-error": "Errore", - "analytics-preferences-help-us-get-better": "Aiutaci a migliorare", - "analytics-preferences-disclaimer": "Per creare l'esperienza di e-commerce più coinvolgente, desideriamo ottenere informazioni su come utilizzi Medusa. Le informazioni degli utenti ci consentono di costruire prodotti migliori, più coinvolgenti e più utilizzabili. Raccogliamo dati solo per migliorare il prodotto. Leggi quali dati raccogliamo nella nostra", - "analytics-preferences-documentation": "documentazione", - "analytics-preferences-please-enter-a-valid-email": "Inserisci un indirizzo email valido", - "analytics-preferences-continue": "Continua", - "currency-input-currency": "Valuta", - "currency-input-amount-is-not-valid": "L'importo non è valido", - "organisms-success": "Successo", - "organisms-delete-successful": "Eliminazione riuscita", - "organisms-are-you-sure-you-want-to-delete": "Sei sicuro di voler eliminare?", - "organisms-no-cancel": "No, annulla", - "organisms-yes-remove": "Sì, rimuovi", - "details-collapsible-hide-additional-details": "Nascondi dettagli aggiuntivi", - "details-collapsible-show-additional-details": "Mostra dettagli aggiuntivi", - "edit-user-modal-success": "Successo", - "edit-user-modal-user-was-updated": "Utente aggiornato", - "edit-user-modal-error": "Errore", - "edit-user-modal-edit-user": "Modifica Utente", - "edit-user-modal-first-name-label": "Nome", - "edit-user-modal-first-name-placeholder": "Nome...", - "edit-user-modal-last-name-label": "Cognome", - "edit-user-modal-last-name-placeholder": "Cognome...", - "edit-user-modal-email": "Email", - "edit-user-modal-cancel": "Annulla", - "edit-user-modal-save": "Salva", - "error-boundary-back-to-dashboard": "Torna alla dashboard", - "error-boundary-an-unknown-error-occurred": "Si è verificato un errore sconosciuto", - "error-boundary-bad-request": "Richiesta non valida", - "error-boundary-you-are-not-logged-in": "Non hai effettuato l'accesso", - "error-boundary-you-do-not-have-permission-perform-this-action": "Non hai il permesso per eseguire questa azione", - "error-boundary-page-was-not-found": "Pagina non trovata", - "error-boundary-an-unknown-server-error-occurred": "Si è verificato un errore inaspettato sul server", - "error-boundary-503": "Il server non è al momento disponibile", - "error-boundary-500": "Si è verificato un errore con cause non specificate, probabilmente dovuto a un problema tecnico da parte nostra. Prova a ricaricare la pagina. Se il problema persiste, contatta il tuo amministratore.", - "error-boundary-400": "La richiesta è malformata, correggi la richiesta e riprova per favore.", - "error-boundary-401": "Non hai effettuato l'accesso, effettua l'accesso per procedere.", - "error-boundary-403": "Non hai il permesso per eseguire questa azione, se pensi che sia un errore, contatta il tuo amministratore.", - "error-boundary-404": "La pagina richiesta non è stata trovata, controlla l'URL e riprova.", - "error-boundary-500-2": "Il server non è riuscito a gestire la tua richiesta, probabilmente a causa di un problema tecnico da parte nostra. Riprova. Se il problema persiste, contatta il tuo amministratore.", - "error-boundary-503-2": "Il server non è temporaneamente disponibile e la tua richiesta non può essere elaborata. Riprova più tardi. Se il problema persiste, contatta il tuo amministratore.", - "export-modal-title": "Inizializza un'esportazione dei tuoi dati", - "export-modal-cancel": "Annulla", - "export-modal-export": "Esporta", - "file-upload-modal-upload-a-new-photo": "Carica una nuova foto", - "gift-card-banner-edit": "Modifica", - "gift-card-banner-unpublish": "Nascondi", - "gift-card-banner-publish": "Pubblica", - "gift-card-banner-delete": "Elimina", - "gift-card-banner-published": "Pubblicato", - "gift-card-banner-unpublished": "Non Pubblicato", - "gift-card-denominations-section-denomination-added": "Valore aggiunto", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Un nuovo valore è stato aggiunto con successo", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Esiste già un valore con quel valore predefinito", - "gift-card-denominations-section-error": "Errore", - "gift-card-denominations-section-add-denomination": "Aggiungi valore", - "gift-card-denominations-section-cancel": "Annulla", - "gift-card-denominations-section-save-and-close": "Salva e chiudi", - "gift-card-denominations-section-denomination-updated": "Valore aggiornato", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Un nuovo valore è stato aggiornato con successo", - "gift-card-denominations-section-edit-denomination": "Modifica Valore", - "gift-card-denominations-section-denominations": "Valori", - "gift-card-denominations-section-denomination": "Valore", - "gift-card-denominations-section-in-other-currencies": "In altre valute", - "gift-card-denominations-section-and-more_one": ", e {{count}} altro", - "gift-card-denominations-section-and-more_other": ", e {{count}} altri", - "gift-card-denominations-section-delete-denomination": "Elimina valore", - "gift-card-denominations-section-confirm-delete": "Sei sicuro di voler eliminare questo valore?", - "gift-card-denominations-section-denomination-deleted": "Valore eliminato", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Il valore è stato eliminato con successo", - "gift-card-denominations-section-edit": "Modifica", - "gift-card-denominations-section-delete": "Elimina", - "help-dialog-how-can-we-help": "Come possiamo aiutarti?", - "help-dialog-we-usually-respond-in-a-few-hours": "Solitamente rispondiamo entro poche ore", - "help-dialog-subject": "Oggetto", - "help-dialog-what-is-it-about": "Di cosa si tratta?...", - "help-dialog-write-a-message": "Scrivi un messaggio...", - "help-dialog-feel-free-to-join-our-community-of": "Sentiti libero di unirti alla nostra community di", - "help-dialog-merchants-and-e-commerce-developers": "commercianti e sviluppatori di e-commerce", - "help-dialog-send-a-message": "Invia un messaggio", - "invite-modal-success": "Successo", - "invite-modal-invitation-sent-to": "Invito inviato a {{user}}", - "invite-modal-error": "Errore", - "invite-modal-member": "Membro", - "invite-modal-admin": "Amministratore", - "invite-modal-developer": "Sviluppatore", - "invite-modal-invite-users": "Invita Utenti", - "invite-modal-email": "Email", - "invite-modal-role": "Ruolo", - "invite-modal-select-role": "Seleziona ruolo", - "invite-modal-cancel": "Annulla", - "invite-modal-invite": "Invita", - "login-card-no-match": "Queste credenziali non corrispondono ai nostri record.", - "login-card-log-in-to-medusa": "Accedi a Medusa", - "login-card-email": "Email", - "login-card-password": "Password", - "login-card-forgot-your-password": "Hai dimenticato la password?", - "metadata-add-metadata": "Aggiungi Metadati", - "product-attributes-section-title": "Attributi", - "product-attributes-section-edit-attributes": "Modifica Attributi", - "product-attributes-section-dimensions": "Dimensioni", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Configura per calcolare le tariffe di spedizione più accurate", - "product-attributes-section-customs": "Dogana", - "product-attributes-section-cancel": "Annulla", - "product-attributes-section-save": "Salva", - "product-attributes-section-height": "Altezza", - "product-attributes-section-width": "Larghezza", - "product-attributes-section-length": "Lunghezza", - "product-attributes-section-weight": "Peso", - "product-attributes-section-mid-code": "Codice MID", - "product-attributes-section-hs-code": "Codice HS", - "product-attributes-section-country-of-origin": "Paese di origine", - "product-general-section-success": "Successo", - "product-general-section-successfully-updated-sales-channels": "Canali di vendita aggiornati con successo", - "product-general-section-error": "Errore", - "product-general-section-failed-to-update-sales-channels": "Impossibile aggiornare i canali di vendita", - "product-general-section-edit-general-information": "Modifica Informazioni Generali", - "product-general-section-gift-card": "Buono Regalo", - "product-general-section-product": "Prodotto", - "product-general-section-metadata": "Metadati", - "product-general-section-cancel": "Annulla", - "product-general-section-save": "Salva", - "product-general-section-delete": "Elimina", - "product-general-section-edit-sales-channels": "Modifica Canali di Vendita", - "product-general-section-published": "Pubblicato", - "product-general-section-draft": "Bozza", - "product-general-section-details": "Dettagli", - "product-general-section-subtitle": "Sottotitolo", - "product-general-section-handle": "Gestisci", - "product-general-section-type": "Tipo", - "product-general-section-collection": "Collezione", - "product-general-section-category": "Categoria", - "product-general-section-discountable": "Scontabile", - "product-general-section-true": "Vero", - "product-general-section-false": "Falso", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Canali di vendita", - "product-media-section-edit-media": "Modifica Media", - "product-media-section-upload-images-error": "Qualcosa è andato storto durante il tentativo di caricare le immagini.", - "product-media-section-file-service-not-configured": "Potresti non avere un servizio file configurato. Contatta il tuo amministratore.", - "product-media-section-error": "Errore", - "product-media-section-media": "Media", - "product-media-section-add-images-to-your-product": "Aggiungi immagini al tuo prodotto.", - "product-media-section-cancel": "Annulla", - "product-media-section-save-and-close": "Salva e Chiudi", - "product-raw-section-raw-gift-card": "Buono Regalo Grezzo", - "product-raw-section-raw-product": "Prodotto Grezzo", - "product-thumbnail-section-success": "Successo", - "product-thumbnail-section-successfully-deleted-thumbnail": "Miniatura eliminata con successo", - "product-thumbnail-section-error": "Errore", - "product-thumbnail-section-edit": "Modifica", - "product-thumbnail-section-upload": "Carica", - "product-thumbnail-section-upload-thumbnail-error": "Qualcosa è andato storto durante il tentativo di caricare la Miniatura.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Potresti non avere un servizio file configurato. Contatta il tuo amministratore.", - "product-thumbnail-section-upload-thumbnail": "Carica Miniatura", - "product-thumbnail-section-thumbnail": "Miniatura", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Usato per rappresentare il tuo prodotto durante il checkout, la condivisione sui social e altro.", - "product-thumbnail-section-cancel": "Annulla", - "product-thumbnail-section-save-and-close": "Salva e Chiudi", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Aggiungi prezzi", - "product-variants-section-add-variant": "Aggiungi Variante", - "product-variants-section-cancel": "Annulla", - "product-variants-section-save-and-close": "Salva e Chiudi", - "product-variants-section-edit-stock-inventory": "Modifica disponibilità e inventario", - "product-variants-section-edit-variant": "Modifica Variante", - "edit-variants-modal-cancel": "Annulla", - "edit-variants-modal-save-and-go-back": "Salva e torna indietro", - "edit-variants-modal-save-and-close": "Salva e chiudi", - "edit-variants-modal-edit-variant": "Modifica Variante", - "edit-variants-modal-update-success": "Le varianti sono state aggiornate con successo", - "edit-variants-modal-edit-variants": "Modifica Varianti", - "edit-variants-modal-product-variants": "Varianti del Prodotto", - "edit-variants-modal-variant": "Variante", - "edit-variants-modal-inventory": "Inventario", - "product-variants-section-edit-prices": "Modifica Prezzi", - "product-variants-section-edit-variants": "Modifica Varianti", - "product-variants-section-edit-options": "Modifica Opzioni", - "product-variants-section-product-variants": "Varianti del Prodotto", - "product-variants-section-error": "Errore", - "product-variants-section-failed-to-update-product-options": "Impossibile aggiornare le opzioni del prodotto", - "product-variants-section-success": "Successo", - "product-variants-section-successfully-updated-product-options": "Opzioni del prodotto aggiornate con successo", - "product-variants-section-product-options": "Opzioni del prodotto", - "product-variants-section-option-title": "Titolo dell'opzione", - "product-variants-section-option-title-is-required": "Il titolo dell'opzione è obbligatorio", - "product-variants-section-add-an-option": "Aggiungi un'opzione", - "product-variants-section-inventory": "Inventario", - "product-variants-section-title": "Titolo", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Gestisci inventario", - "product-variants-section-duplicate-variant": "Duplica Variante", - "product-variants-section-delete-variant-label": "Elimina Variante", - "product-variants-section-yes-delete": "Sì, elimina", - "product-variants-section-delete-variant-heading": "Elimina variante", - "product-variants-section-confirm-delete": "Sei sicuro di voler eliminare questa variante?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Nota: L'eliminazione della variante comporterà anche la rimozione degli elementi e dei livelli dell'inventario", - "reset-token-card-error": "Errore", - "reset-token-card-reset-your-password": "Reimposta la tua password", - "reset-token-card-password-reset-description": "Inserisci il tuo indirizzo email di seguito, e ti invieremo istruzioni su come reimpostare la tua password.", - "reset-token-card-email": "Email", - "reset-token-card-this-is-not-a-valid-email": "Questo non è un indirizzo email valido", - "reset-token-card-send-reset-instructions": "Invia istruzioni di reset", - "reset-token-card-successfully-sent-you-an-email": "Abbiamo inviato con successo un'email", - "reset-token-card-go-back-to-sign-in": "Torna alla pagina di accesso", - "rma-return-product-table-product-details": "Dettagli Prodotto", - "rma-return-product-table-quantity": "Quantità", - "rma-select-product-table-product-details": "Dettagli Prodotto", - "rma-select-product-table-quantity": "Quantità", - "rma-select-product-table-refundable": "Rimborsabile", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Seleziona Motivo", - "sidebar-store": "Negozio", - "sidebar-orders": "Ordini", - "sidebar-products": "Prodotti", - "sidebar-categories": "Categorie", - "sidebar-customers": "Clienti", - "sidebar-inventory": "Inventario", - "sidebar-discounts": "Sconti", - "sidebar-gift-cards": "Buoni Regalo", - "sidebar-pricing": "Prezzi", - "sidebar-settings": "Impostazioni", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} di {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} di {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} di {{soothedPageCount}}", - "timeline-request-return": "Richiedi il Reso", - "timeline-register-exchange": "Registra lo Scambio", - "timeline-register-claim": "Registra un Reclamo", - "timeline-success": "Successo", - "timeline-added-note": "Nota aggiunta", - "timeline-error": "Errore", - "timeline-timeline": "Cronologia", - "upload-modal-new": "nuovo", - "upload-modal-updates": "aggiornamenti", - "upload-modal-drop-your-file-here-or": "Trascina il tuo file qui, o", - "upload-modal-click-to-browse": "clicca per cercare.", - "upload-modal-only-csv-files-are-supported": "Sono supportati solo file .csv.", - "upload-modal-import-file-title": "Importa {{fileTitle}}", - "upload-modal-cancel": "Annulla", - "upload-modal-import-list": "Importa Lista", - "add-products-modal-add-products": "Aggiungi Prodotti", - "add-products-modal-search-by-name-or-description": "Cerca per nome o descrizione...", - "add-products-modal-cancel": "Annulla", - "add-products-modal-save": "Salva", - "add-products-modal-product-details": "Dettagli Prodotto", - "add-products-modal-status": "Stato", - "add-products-modal-variants": "Varianti", - "templates-general": "Generale", - "templates-first-name": "Nome", - "templates-last-name": "Cognome", - "templates-company": "Azienda", - "templates-phone": "Telefono", - "templates-billing-address": "Indirizzo di Fatturazione", - "templates-shipping-address": "Indirizzo di Spedizione", - "templates-address": "Indirizzo", - "templates-address-1": "Indirizzo 1", - "templates-address-2": "Indirizzo 2", - "templates-postal-code": "Codice Postale", - "templates-city": "Città", - "templates-province": "Provincia", - "templates-country": "Paese", - "templates-metadata": "Metadati", - "collection-modal-success": "Successo", - "collection-modal-successfully-updated-collection": "Collezione aggiornata con successo", - "collection-modal-error": "Errore", - "collection-modal-successfully-created-collection": "Collezione creata con successo", - "collection-modal-edit-collection": "Modifica Collezione", - "collection-modal-add-collection": "Aggiungi Collezione", - "collection-modal-description": "Per creare una collezione, ti serve solo un titolo e un identificatore.", - "collection-modal-details": "Dettagli", - "collection-modal-title-label": "Titolo", - "collection-modal-title-placeholder": "Occhiali da sole", - "collection-modal-handle-label": "Identificatore", - "collection-modal-handle-placeholder": "occhiali-da-sole", - "collection-modal-slug-description": "URL Slug per la collezione. Sarà generato automaticamente se lasciato vuoto.", - "collection-modal-metadata": "Metadati", - "collection-modal-cancel": "Annulla", - "collection-modal-save-collection": "Salva collezione", - "collection-modal-publish-collection": "Pubblica collezione", - "collection-product-table-add-products": "Aggiungi Prodotti", - "collection-product-table-products": "Prodotti", - "collection-product-table-search-products": "Cerca Prodotti", - "collection-product-table-cancel": "Annulla", - "collection-product-table-save": "Salva", - "collection-product-table-sort-by": "Ordina per", - "collection-product-table-all": "Tutti", - "collection-product-table-newest": "Più recenti", - "collection-product-table-oldest": "Più vecchi", - "collection-product-table-title": "Titolo", - "collection-product-table-decide-status-published": "Pubblicato", - "collection-product-table-draft": "Bozza", - "collection-product-table-proposed": "Proposto", - "collection-product-table-rejected": "Rifiutato", - "collection-product-table-remove-product-from-collection": "Rimuovi prodotto dalla collezione", - "collection-product-table-product-removed-from-collection": "Prodotto rimosso dalla collezione", - "collections-table-delete-collection": "Elimina Collezione", - "collections-table-confirm-delete": "Sei sicuro di voler eliminare questa collezione?", - "collections-table-edit": "Modifica", - "collections-table-delete": "Elimina", - "collections-table-title": "Titolo", - "collections-table-handle": "Identificatore", - "collections-table-created-at": "Creato il", - "collections-table-updated-at": "Aggiornato il", - "collections-table-products": "Prodotti", - "customer-group-table-details": "Dettagli", - "customer-group-table-delete": "Elimina", - "customer-group-table-success": "Successo", - "customer-group-table-group-deleted": "Gruppo eliminato", - "customer-group-table-error": "Errore", - "customer-group-table-failed-to-delete-the-group": "Impossibile eliminare il gruppo", - "customer-group-table-customer-groups": "Gruppi di clienti", - "customer-group-table-delete-from-the-group": "Rimuovi dal gruppo", - "customer-group-table-customer-groups-title": "Gruppi di clienti", - "customer-group-table-groups": "Gruppi", - "customer-group-table-all": "Tutti", - "customer-group-table-edit-customers": "Modifica Clienti", - "customer-group-table-customers": "Clienti", - "customer-group-table-cancel": "Annulla", - "customer-group-table-save": "Salva", - "customer-orders-table-orders": "Ordini", - "customer-orders-table-transfer-order": "Trasferisci ordine", - "customer-orders-table-paid": "Pagato", - "customer-orders-table-awaiting": "In attesa", - "customer-orders-table-requires-action": "Richiede azione", - "customer-orders-table-n-a": "N/D", - "customer-orders-table-fulfilled": "Evaso", - "customer-orders-table-shipped": "Spedito", - "customer-orders-table-not-fulfilled": "Non evaso", - "customer-orders-table-partially-fulfilled": "Parzialmente evaso", - "customer-orders-table-partially-shipped": "Parzialmente spedito", - "customer-orders-table-order": "Ordine", - "customer-orders-table-remainder-more": "+ {{remainder}} altro", - "customer-orders-table-date": "Data", - "customer-orders-table-fulfillment": "Evasione", - "customer-orders-table-status": "Stato", - "customer-orders-table-total": "Totale", - "customer-table-customers": "Clienti", - "customer-table-edit": "Modifica", - "customer-table-details": "Dettagli", - "customer-table-date-added": "Data di aggiunta", - "customer-table-name": "Nome", - "customer-table-email": "Email", - "customer-table-orders": "Ordini", - "discount-filter-dropdown-filters": "Filtri", - "discount-table-discounts": "Sconti", - "discount-table-search-by-code-or-description": "Cerca per codice o descrizione...", - "discount-table-success": "Successo", - "discount-table-successfully-copied-discount": "Sconto copiato con successo", - "discount-table-error": "Errore", - "discount-table-scheduled": "Pianificato", - "discount-table-expired": "Scaduto", - "discount-table-active": "Attivo", - "discount-table-disabled": "Disabilitato", - "discount-table-free-shipping": "Spedizione gratuita", - "discount-table-code": "Codice", - "discount-table-description": "Descrizione", - "discount-table-amount": "Importo", - "discount-table-status": "Stato", - "discount-table-redemptions": "Utilizzazioni", - "discount-table-delete-discount": "Elimina Sconto", - "discount-table-confirm-delete": "Sei sicuro di voler eliminare questo Sconto?", - "discount-table-publish": "Pubblica", - "discount-table-unpublish": "Annulla pubblicazione", - "discount-table-successfully-published-discount": "Sconto pubblicato con successo", - "discount-table-successfully-unpublished-discount": "Sconto annullato con successo", - "discount-table-duplicate": "Duplica", - "discount-table-delete": "Elimina", - "draft-order-table-draft-orders": "Ordini in bozza", - "draft-order-table-completed": "Completato", - "draft-order-table-open": "Aperto", - "draft-order-table-draft": "Bozza", - "draft-order-table-order": "Ordine", - "draft-order-table-date-added": "Data aggiunta", - "draft-order-table-customer": "Cliente", - "draft-order-table-status": "Stato", - "gift-card-filter-dropdown-is-in-the-last": "è nell'ultimo", - "gift-card-filter-dropdown-is-older-than": "è più vecchio di", - "gift-card-filter-dropdown-is-after": "è dopo", - "gift-card-filter-dropdown-is-before": "è prima", - "gift-card-filter-dropdown-is-equal-to": "è uguale a", - "gift-card-filter-dropdown-filters": "Filtri", - "gift-card-filter-dropdown-status": "Stato", - "gift-card-filter-dropdown-payment-status": "Stato Pagamento", - "gift-card-filter-dropdown-fulfillment-status": "Stato Consegna", - "gift-card-filter-dropdown-date": "Data", - "gift-card-table-gift-cards": "Buoni regalo", - "gift-card-table-code": "Codice", - "gift-card-table-order": "Ordine", - "gift-card-table-original-amount": "Importo originale", - "gift-card-table-balance": "Saldo", - "gift-card-table-region-has-been-deleted": "La regione è stata eliminata", - "gift-card-table-none": "Nessuno", - "gift-card-table-created": "Creato", - "image-table-file-name": "Nome file", - "image-table-thumbnail": "Miniatura", - "image-table-select-thumbnail-image-for-product": "Seleziona quale immagine desideri utilizzare come miniatura per questo prodotto", - "inventory-table-inventory-items": "Elementi di inventario", - "inventory-table-actions-adjust-availability": "Regola disponibilità", - "inventory-table-view-product": "Visualizza prodotto", - "inventory-table-success": "Successo", - "inventory-table-inventory-item-updated-successfully": "Elemento di inventario aggiornato con successo", - "inventory-table-adjust-availability": "Regola disponibilità", - "inventory-table-cancel": "Annulla", - "inventory-table-save-and-close": "Salva e chiudi", - "inventory-table-item": "Elemento", - "inventory-table-variant": "Variante", - "inventory-table-sku": "Codice articolo", - "inventory-table-reserved": "Riservato", - "inventory-table-in-stock": "In magazzino", - "order-filter-dropdown-filters": "Filtri", - "order-filter-dropdown-status": "Stato", - "order-filter-dropdown-payment-status": "Stato pagamento", - "order-filter-dropdown-fulfillment-status": "Stato evasione", - "order-filter-dropdown-regions": "Regioni", - "order-filter-dropdown-sales-channel": "Canale di vendita", - "order-filter-dropdown-date": "Data", - "order-table-paid": "Pagato", - "order-table-awaiting": "In attesa", - "order-table-requires-action": "Richiede azione", - "order-table-canceled": "Annullato", - "order-table-n-a": "N/D", - "order-table-order": "Ordine", - "order-table-date-added": "Data aggiunta", - "order-table-customer": "Cliente", - "order-table-fulfillment": "Evasione", - "order-table-payment-status": "Stato pagamento", - "order-table-sales-channel": "Canale di vendita", - "order-table-total": "Totale", - "order-table-filters-complete": "Completi", - "order-table-filters-incomplete": "Incompleti", - "price-list-table-filters": "Filtri", - "price-list-table-status": "Stato", - "price-list-table-type": "Tipo", - "price-list-table-price-lists": "Listini prezzi", - "price-list-table-success": "Successo", - "price-list-table-successfully-copied-price-list": "Listino prezzi copiato con successo", - "price-list-table-error": "Errore", - "price-list-table-delete-price-list": "Elimina listino prezzi", - "price-list-table-confirm-delete": "Sei sicuro di voler eliminare questo listino prezzi?", - "price-list-table-successfully-deleted-the-price-list": "Listino prezzi eliminato con successo", - "price-list-table-successfully-unpublished-price-list": "Listino prezzi annullato con successo", - "price-list-table-successfully-published-price-list": "Listino prezzi pubblicato con successo", - "price-list-table-unpublish": "Annulla pubblicazione", - "price-list-table-publish": "Pubblica", - "price-list-table-delete": "Elimina", - "price-list-table-name": "Nome", - "price-list-table-description": "Descrizione", - "price-list-table-groups": "Gruppi", - "price-list-table-other-more": "+ {{altro}} altro", - "price-overrides-apply-overrides-on-selected-variants": "Sovrascrivi sulle varianti selezionate", - "price-overrides-apply-on-all-variants": "Applica su tutte le varianti", - "price-overrides-prices": "Prezzi", - "price-overrides-cancel": "Annulla", - "price-overrides-save-and-close": "Salva e chiudi", - "price-overrides-show-regions": "Mostra regioni", - "product-table-products": "Prodotti", - "product-table-copy-success": "Successo", - "product-table-copy-created-a-new-product": "Creato un nuovo prodotto", - "product-table-copy-error": "Errore", - "product-table-delete-product": "Elimina prodotto", - "product-table-confirm-delete": "Sei sicuro di voler eliminare questo prodotto?", - "product-table-edit": "Modifica", - "product-table-unpublish": "Annulla pubblicazione", - "product-table-publish": "Pubblica", - "product-table-draft": "bozza", - "product-table-published": "pubblicato", - "product-table-success": "Successo", - "product-table-successfully-unpublished-product": "Prodotto annullato con successo", - "product-table-successfully-published-product": "Prodotto pubblicato con successo", - "product-table-error": "Errore", - "product-table-duplicate": "Duplica", - "product-table-delete": "Elimina", - "product-table-proposed": "Proposto", - "product-table-published-title": "Pubblicato", - "product-table-rejected": "Respinto", - "product-table-draft-title": "Bozza", - "product-table-name": "Nome", - "product-table-collection": "Collezione", - "product-table-status": "Stato", - "product-table-availability": "Disponibilità", - "product-table-inventory": "Inventario", - "product-table-inventory-in-stock-count_one": " in magazzino per {{count}} variante", - "product-table-inventory-in-stock-count_other": " in magazzino per {{count}} varianti", - "reservation-form-location": "Posizione", - "reservation-form-choose-where-you-wish-to-reserve-from": "Scegli da dove desideri prenotare.", - "reservation-form-item-to-reserve": "Articolo da prenotare", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Seleziona l'articolo che desideri prenotare.", - "reservation-form-item": "Articolo", - "reservation-form-in-stock": "In magazzino", - "reservation-form-available": "Disponibile", - "reservation-form-reserve": "Prenota", - "reservation-form-remove-item": "Rimuovi articolo", - "reservation-form-description": "Descrizione", - "reservation-form-what-type-of-reservation-is-this": "Che tipo di prenotazione è questa?", - "reservations-table-reservations": "Prenotazioni", - "reservations-table-edit": "Modifica", - "reservations-table-delete": "Elimina", - "reservations-table-confirm-delete": "Sei sicuro di voler rimuovere questa prenotazione?", - "reservations-table-remove-reservation": "Rimuovi prenotazione", - "reservations-table-reservation-has-been-removed": "La prenotazione è stata rimossa", - "new-success": "Successo", - "new-successfully-created-reservation": "Prenotazione creata con successo", - "new-error": "Errore", - "new-cancel": "Annulla", - "new-save-reservation": "Salva prenotazione", - "new-reserve-item": "Prenota articolo", - "new-metadata": "Metadata", - "reservations-table-order-id": "ID Ordine", - "reservations-table-description": "Descrizione", - "reservations-table-created": "Creato", - "reservations-table-quantity": "Quantità", - "search-modal-start-typing-to-search": "Inizia a digitare per cercare...", - "search-modal-clear-search": "Cancella ricerca", - "search-modal-or": "o", - "search-modal-to-navigate": "per navigare", - "search-modal-to-select-and": "per selezionare e", - "search-modal-to-search-anytime": "per cercare in qualsiasi momento", - "templates-settings": "Impostazioni", - "templates-manage-the-settings-for-your-medusa-store": "Gestisci le impostazioni per il tuo negozio Medusa", - "transfer-orders-modal-info": "Info", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Il cliente è già il proprietario dell'ordine", - "transfer-orders-modal-success": "Successo", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Ordine trasferito con successo a un cliente diverso", - "transfer-orders-modal-error": "Errore", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Impossibile trasferire l'ordine a un cliente diverso", - "transfer-orders-modal-transfer-order": "Trasferisci ordine", - "transfer-orders-modal-order": "Ordine", - "transfer-orders-modal-current-owner": "Proprietario attuale", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Il cliente attualmente associato a questo ordine", - "transfer-orders-modal-new-owner": "Nuovo proprietario", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Il cliente a cui trasferire questo ordine", - "transfer-orders-modal-cancel": "Annulla", - "transfer-orders-modal-confirm": "Conferma", - "templates-edit-user": "Modifica Utente", - "templates-remove-user": "Rimuovi Utente", - "templates-resend-invitation": "Rinvia Invito", - "templates-success": "Successo", - "templates-invitation-link-has-been-resent": "Il link con l'invito è stato rispedito", - "templates-copy-invite-link": "Copia link invito", - "templates-invite-link-copied-to-clipboard": "Link invito copiato negli appunti", - "templates-remove-invitation": "Rimuovi Invito", - "templates-expired": "Scaduto", - "templates-pending": "In sospeso", - "templates-all": "Tutti", - "templates-member": "Membro", - "templates-admin": "Amministratore", - "templates-no-team-permissions": "Nessuna autorizzazione del team", - "templates-status": "Stato", - "templates-active": "Attivo", - "templates-name": "Nome", - "templates-email": "Email", - "templates-team-permissions": "Autorizzazioni del team", - "templates-confirm-remove": "Sei sicuro di voler rimuovere questo utente?", - "templates-remove-user-heading": "Rimuovi utente", - "templates-user-has-been-removed": "L'utente è stato rimosso", - "templates-confirm-remove-invite": "Sei sicuro di voler rimuovere questo invito?", - "templates-remove-invite": "Rimuovi invito", - "templates-invitation-has-been-removed": "L'invito è stato rimosso", - "multiselect-choose-categories": "Scegli categorie", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Successo", - "details-updated-products-in-collection": "Prodotti aggiornati nella collezione", - "details-error": "Errore", - "details-back-to-collections": "Torna alle Collezioni", - "details-edit-collection": "Modifica Collezione", - "details-delete": "Elimina", - "details-metadata": "Metadata", - "details-edit-products": "Modifica Prodotti", - "details-products-in-this-collection": "Prodotti in questa collezione", - "details-raw-collection": "Collezione Raw", - "details-delete-collection": "Elimina collezione", - "details-successfully-deleted-collection": "Collezione eliminata con successo", - "details-yes-delete": "Sì, elimina", - "details-successfully-updated-customer": "Cliente aggiornato con successo", - "details-customer-details": "Dettagli Cliente", - "details-general": "Generale", - "details-first-name": "Nome", - "details-last-name": "Cognome", - "details-email": "Email", - "details-phone-number": "Numero di telefono", - "details-cancel": "Annulla", - "details-save-and-close": "Salva e chiudi", - "details-edit": "Modifica", - "details-back-to-customers": "Torna ai Clienti", - "details-first-seen": "Prima visualizzazione", - "details-phone": "Telefono", - "details-orders": "Ordini", - "details-user": "Utente", - "details-orders_one": "Ordine {{count}}", - "details-orders_other": "Ordini {{count}}", - "details-an-overview-of-customer-orders": "Una panoramica degli ordini dei clienti", - "details-raw-customer": "Cliente non elaborato", - "groups-group-updated": "Gruppo Aggiornato", - "groups-group-created": "Gruppo Creato", - "groups-the-customer-group-has-been-updated": "Il gruppo cliente è stato aggiornato", - "groups-the-customer-group-has-been-created": "Il gruppo cliente è stato creato", - "groups-edit-customer-group": "Modifica Gruppo Cliente", - "groups-create-a-new-customer-group": "Crea un Nuovo Gruppo Clienti", - "groups-details": "Dettagli", - "groups-metadata": "Metadata", - "groups-cancel": "Annulla", - "groups-edit-group": "Modifica Gruppo", - "groups-publish-group": "Pubblica Gruppo", - "groups-no-customers-in-this-group-yet": "Nessun cliente in questo gruppo al momento", - "groups-customers": "Clienti", - "groups-edit": "Modifica", - "groups-delete": "Elimina", - "groups-yes-delete": "Sì, elimina", - "groups-delete-the-group": "Elimina il gruppo", - "groups-group-deleted": "Gruppo eliminato", - "groups-confirm-delete-customer-group": "Sei sicuro di voler eliminare questo gruppo clienti?", - "groups-back-to-customer-groups": "Torna ai gruppi clienti", - "groups-new-group": "Nuovo gruppo", - "add-condition-conditions-were-successfully-added": "Le condizioni sono state aggiunte con successo", - "add-condition-discount-conditions-updated": "Condizioni di sconto aggiornate", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions deve essere utilizzato all'interno di un ConditionsProvider", - "collections-search": "Cerca...", - "collections-cancel": "Annulla", - "collections-save-and-go-back": "Salva e torna indietro", - "collections-save-and-close": "Salva e chiudi", - "customer-groups-search": "Cerca...", - "customer-groups-cancel": "Annulla", - "customer-groups-save-and-go-back": "Salva e torna indietro", - "customer-groups-save-and-close": "Salva e chiudi", - "product-types-search": "Cerca...", - "product-types-cancel": "Annulla", - "product-types-save-and-go-back": "Salva e torna indietro", - "product-types-save-and-close": "Salva e chiudi", - "products-search": "Cerca...", - "products-cancel": "Annulla", - "products-save-and-go-back": "Salva e torna indietro", - "products-save-and-close": "Salva e chiudi", - "tags-search": "Cerca...", - "tags-cancel": "Annulla", - "tags-save-and-go-back": "Salva e torna indietro", - "tags-save-and-close": "Salva e chiudi", - "edit-condition-add-conditions": "Aggiungi condizioni", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Deseleziona", - "edit-condition-remove": "Rimuovi", - "edit-condition-add": "Aggiungi", - "edit-condition-title": "Modifica {{type}} in Condizione di Sconto", - "edit-condition-close": "Chiudi", - "edit-condition-success": "Successo", - "edit-condition-the-resources-were-successfully-added": "Le risorse sono state aggiunte con successo", - "edit-condition-error": "Errore", - "edit-condition-failed-to-add-resources": "Impossibile aggiungere le risorse", - "edit-condition-the-resources-were-successfully-removed": "Le risorse sono state rimosse con successo", - "edit-condition-failed-to-remove-resources": "Impossibile rimuovere le risorse", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext deve essere utilizzato all'interno di un EditConditionProvider", - "conditions-conditions": "Condizioni", - "conditions-add-condition-label": "Aggiungi condizione", - "conditions-this-discount-has-no-conditions": "Questo sconto non ha condizioni", - "conditions-success": "Successo", - "conditions-condition-removed": "Condizione rimossa", - "conditions-error": "Errore", - "conditions-edit-condition": "Modifica condizione", - "conditions-delete-condition": "Elimina condizione", - "conditions-discount-is-applicable-to-specific-products": "Lo sconto è applicabile a prodotti specifici", - "conditions-discount-is-applicable-to-specific-collections": "Lo sconto è applicabile a collezioni specifiche", - "conditions-discount-is-applicable-to-specific-product-tags": "Lo sconto è applicabile a tag di prodotto specifici", - "conditions-discount-is-applicable-to-specific-product-types": "Lo sconto è applicabile a tipi di prodotto specifici", - "conditions-discount-is-applicable-to-specific-customer-groups": "Lo sconto è applicabile a gruppi di clienti specifici", - "configurations-success": "Successo", - "configurations-discount-updated-successfully": "Sconto aggiornato con successo", - "configurations-error": "Errore", - "configurations-edit-configurations": "Modifica configurazioni", - "configurations-cancel": "Annulla", - "configurations-save": "Salva", - "configurations-configurations": "Configurazioni", - "configurations-start-date": "Data di inizio", - "configurations-end-date": "Data di fine", - "configurations-delete-configuration": "Elimina configurazione", - "configurations-discount-end-date-removed": "Data di fine dello sconto rimossa", - "configurations-number-of-redemptions": "Numero di riscatti", - "configurations-redemption-limit-removed": "Limite di riscatto rimosso", - "configurations-delete-setting": "Elimina impostazione", - "configurations-discount-duration-removed": "Durata dello sconto rimossa", - "general-success": "Successo", - "general-discount-updated-successfully": "Sconto aggiornato con successo", - "general-error": "Errore", - "general-edit-general-information": "Modifica informazioni generali", - "general-details": "Dettagli", - "general-metadata": "Metadata", - "general-cancel": "Annulla", - "general-save-and-close": "Salva e chiudi", - "general-delete-promotion": "Elimina promozione", - "general-confirm-delete-promotion": "Sei sicuro di voler eliminare questa promozione?", - "general-promotion-deleted-successfully": "Promozione eliminata con successo", - "general-discount-published-successfully": "Sconto pubblicato con successo", - "general-discount-drafted-successfully": "Sconto creato con successo", - "general-delete-discount": "Elimina sconto", - "general-template-discount": "Modello sconto", - "general-published": "Pubblicato", - "general-draft": "Bozza", - "general-discount-amount": "Importo sconto", - "general-valid-regions": "Regioni valide", - "general-total-redemptions": "Totale riscatti", - "general-free-shipping": "SPEDIZIONE GRATUITA", - "general-unknown-discount-type": "Tipo di sconto sconosciuto", - "details-discount-deleted": "Sconto eliminato", - "details-confirm-delete-discount": "Sei sicuro di voler eliminare questo sconto?", - "details-delete-discount": "Elimina sconto", - "details-back-to-discounts": "Torna agli sconti", - "details-raw-discount": "Sconto non elaborato", - "discounts-add-discount": "Aggiungi sconto", - "discount-form-add-conditions": "Aggiungi condizioni", - "discount-form-choose-a-condition-type": "Scegli un tipo di condizione", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Puoi aggiungere solo una condizione di ciascun tipo", - "discount-form-you-cannot-add-any-more-conditions": "Non è possibile aggiungere ulteriori condizioni", - "discount-form-cancel": "Annulla", - "discount-form-save": "Salva", - "add-condition-tables-cancel": "Annulla", - "add-condition-tables-save-and-add-more": "Salva e aggiungi altro", - "add-condition-tables-save-and-close": "Salva e chiudi", - "add-condition-tables-search-by-title": "Cerca per titolo...", - "add-condition-tables-search-groups": "Cerca gruppi...", - "add-condition-tables-search-products": "Cerca prodotti...", - "add-condition-tables-search-by-tag": "Cerca per tag...", - "add-condition-tables-search-by-type": "Cerca per tipo...", - "details-condition-tables-search-by-title": "Cerca per titolo...", - "details-condition-tables-search-groups": "Cerca gruppi...", - "details-condition-tables-cancel": "Annulla", - "details-condition-tables-save-and-add-more": "Salva e aggiungi altri", - "details-condition-tables-save-and-close": "Salva e chiudi", - "details-condition-tables-search-products": "Cerca prodotti...", - "details-condition-tables-search-by-tag": "Cerca per tag...", - "details-condition-tables-search-by-type": "Cerca per tipo...", - "edit-condition-tables-search-by-title": "Cerca per titolo...", - "edit-condition-tables-title": "Titolo", - "edit-condition-tables-search-groups": "Cerca gruppi...", - "edit-condition-tables-cancel": "Annulla", - "edit-condition-tables-delete-condition": "Elimina condizione", - "edit-condition-tables-save": "Salva", - "edit-condition-tables-search-products": "Cerca prodotti...", - "edit-condition-tables-search-by-tag": "Cerca per tag...", - "edit-condition-tables-search-by-type": "Cerca per tipo...", - "shared-title": "Titolo", - "shared-products": "Prodotti", - "shared-applies-to-the-selected-items": "Si applica agli articoli selezionati.", - "shared-applies-to-all-items-except-the-selected-items": "Si applica a tutti gli articoli tranne quelli selezionati.", - "shared-members": "Membri", - "shared-status": "Stato", - "shared-variants": "Varianti", - "shared-tag": "Tag", - "shared-type": "Tipo", - "edit-conditions-modal-title": "Modifica {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm deve essere un figlio di DiscountFormContext", - "discount-form-error": "Errore", - "discount-form-save-as-draft": "Salva come bozza", - "discount-form-publish-discount": "Pubblica sconto", - "discount-form-create-new-discount": "Crea nuovo sconto", - "discount-form-discount-type": "Tipo di sconto", - "discount-form-select-a-discount-type": "Seleziona un tipo di sconto", - "discount-form-allocation": "Assegnazione", - "discount-form-general": "Generale", - "discount-form-configuration": "Configurazione", - "discount-form-discount-code-application-disclaimer": "Il codice sconto si applica a partire dalla pubblicazione e per sempre se non viene toccato.", - "discount-form-conditions": "Condizioni", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Il codice sconto si applica a tutti i prodotti se non viene toccato.", - "discount-form-add-conditions-to-your-discount": "Aggiungi condizioni al tuo sconto", - "discount-form-metadata": "Metadata", - "discount-form-metadata-usage-description": "Le metadata consentono di aggiungere informazioni aggiuntive al tuo sconto.", - "condition-item-remainder-more": "+{{remainder}} altro", - "conditions-edit": "Modifica", - "conditions-product": "Prodotto", - "conditions-collection": "Collezione", - "conditions-tag": "Tag", - "conditions-customer-group": "Gruppo di clienti", - "conditions-type": "Tipo", - "conditions-add-condition": "Aggiungi Condizione", - "sections-start-date": "Data d'inizio", - "sections-schedule-the-discount-to-activate-in-the-future": "Programma lo sconto per attivarsi in futuro.", - "sections-select-discount-start-date": "Se desideri programmare lo sconto per attivarsi in futuro, puoi impostare una data d'inizio qui, altrimenti lo sconto sarà attivo immediatamente.", - "sections-start-time": "Ora d'inizio", - "sections-discount-has-an-expiry-date": "Lo sconto ha una data di scadenza?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Programma lo sconto per disattivarsi in futuro.", - "sections-select-discount-end-date": "Se desideri programmare lo sconto per disattivarsi in futuro, puoi impostare una data di scadenza qui.", - "sections-expiry-date": "Data di scadenza", - "sections-expiry-time": "Ora di scadenza", - "sections-limit-the-number-of-redemptions": "Limita il numero di utilizzi?", - "sections-limit-applies-across-all-customers-not-per-customer": "Il limite si applica a tutti i clienti, non per cliente.", - "sections-limit-discount-number-of-uses": "Se desideri limitare il numero di volte in cui un cliente può usufruire di questo sconto, puoi impostare un limite qui.", - "sections-number-of-redemptions": "Numero di utilizzi", - "sections-availability-duration": "Durata disponibilità?", - "sections-set-the-duration-of-the-discount": "Imposta la durata dello sconto.", - "sections-select-a-discount-type": "Seleziona un tipo di sconto", - "sections-total-amount": "Importo totale", - "sections-apply-to-the-total-amount": "Applica all'importo totale", - "sections-item-specific": "Specifico per l'articolo", - "sections-apply-to-every-allowed-item": "Applica a ogni articolo consentito", - "sections-percentage": "Percentuale", - "sections-fixed-amount": "Importo fisso", - "sections-discount-in-whole-numbers": "Sconto in numeri interi", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Puoi selezionare solo una regione valida se desideri utilizzare il tipo di importo fisso", - "sections-free-shipping": "Spedizione gratuita", - "sections-override-delivery-amount": "Sovrascrivi importo di consegna", - "sections-at-least-one-region-is-required": "È richiesta almeno una regione", - "sections-choose-valid-regions": "Scegli regioni valide", - "sections-code": "Codice", - "sections-summersale-10": "OFFERTAESTIVA10", - "sections-code-is-required": "Il codice è obbligatorio", - "sections-amount-is-required": "L'importo è obbligatorio", - "sections-amount": "Importo", - "sections-customer-invoice-code": "Il codice che i tuoi clienti inseriranno durante il checkout. Questo apparirà sulla fattura del cliente.", - "sections-uppercase-letters-and-numbers-only": "Solo lettere maiuscole e numeri.", - "sections-description": "Descrizione", - "sections-summer-sale-2022": "Saldi Estivi 2022", - "sections-this-is-a-template-discount": "Questo è uno sconto modello", - "sections-template-discounts-description": "Gli sconti modello ti permettono di definire un insieme di regole che possono essere utilizzate in un gruppo di sconti. Questo è utile nelle campagne che dovrebbero generare codici unici per ogni utente, ma in cui le regole per tutti i codici unici dovrebbero essere le stesse.", - "discount-form-product": "Prodotto", - "discount-form-only-for-specific-products": "Solo per prodotti specifici", - "discount-form-choose-products": "Scegli prodotti", - "discount-form-customer-group": "Gruppo di clienti", - "discount-form-only-for-specific-customer-groups": "Solo per gruppi di clienti specifici", - "discount-form-choose-groups": "Scegli gruppi", - "discount-form-tag": "Tag", - "discount-form-only-for-specific-tags": "Solo per tag specifici", - "discount-form-collection": "Collezione", - "discount-form-only-for-specific-product-collections": "Solo per collezioni di prodotti specifiche", - "discount-form-choose-collections": "Scegli collezioni", - "discount-form-type": "Tipo", - "discount-form-only-for-specific-product-types": "Solo per tipi di prodotto specifici", - "discount-form-choose-types": "Scegli tipi", - "utils-products": "prodotti", - "utils-groups": "gruppi", - "utils-tags": "tag", - "utils-collections": "collezioni", - "utils-types": "tipi", - "gift-cards-created-gift-card": "Carta regalo creata", - "gift-cards-custom-gift-card-was-created-successfully": "Carta regalo personalizzata creata con successo", - "gift-cards-error": "Errore", - "gift-cards-custom-gift-card": "Carta Regalo Personalizzata", - "gift-cards-details": "Dettagli", - "gift-cards-receiver": "Destinatario", - "gift-cards-cancel": "Annulla", - "gift-cards-create-and-send": "Crea e Invia", - "details-updated-gift-card": "Carta Regalo Aggiornata", - "details-gift-card-was-successfully-updated": "La carta regalo è stata aggiornata con successo", - "details-failed-to-update-gift-card": "Impossibile aggiornare la carta regalo", - "details-edit-gift-card": "Modifica Carta Regalo", - "details-details": "Dettagli", - "details-edit-details": "Modifica dettagli", - "details-update-balance-label": "Aggiorna saldo", - "details-updated-status": "Stato Aggiornato", - "details-successfully-updated-the-status-of-the-gift-card": "Stato della Carta Regalo aggiornato con successo", - "details-back-to-gift-cards": "Torna alle Carte Regalo", - "details-original-amount": "Importo Originale", - "details-balance": "Saldo", - "details-region": "Regione", - "details-expires-on": "Scade il", - "details-created": "Creato", - "details-raw-gift-card": "Carta Regalo Raw", - "details-balance-updated": "Saldo Aggiornato", - "details-gift-card-balance-was-updated": "Il saldo della carta regalo è stato aggiornato", - "details-failed-to-update-balance": "Impossibile aggiornare il saldo", - "details-update-balance": "Aggiorna Saldo", - "manage-back-to-gift-cards": "Torna alle Carte Regalo", - "gift-cards-please-enter-a-name-for-the-gift-card": "Inserisci un nome per la Carta Regalo", - "gift-cards-please-add-at-least-one-denomination": "Si prega di aggiungere almeno una denominazione", - "gift-cards-denominations": "Denominazioni", - "gift-cards-success": "Successo", - "gift-cards-successfully-created-gift-card": "Carta Regalo creata con successo", - "gift-cards-create-gift-card": "Crea Carta Regalo", - "gift-cards-gift-card-details": "Dettagli Carta Regalo", - "gift-cards-name": "Nome", - "gift-cards-the-best-gift-card": "La migliore Carta Regalo", - "gift-cards-description": "Descrizione", - "gift-cards-the-best-gift-card-of-all-time": "La migliore Carta Regalo di tutti i tempi", - "gift-cards-thumbnail": "Miniatura", - "gift-cards-delete": "Elimina", - "gift-cards-size-recommended": "Raccomandato 1200 x 1600 (3:4), fino a 10MB ciascuna", - "gift-cards-amount": "Importo", - "gift-cards-add-denomination": "Aggiungi Denominazione", - "gift-cards-create-publish": "Crea e Pubblica", - "gift-cards-successfully-updated-gift-card": "Carta Regalo aggiornata con successo", - "gift-cards-gift-cards": "Carte Regalo", - "gift-cards-manage": "Gestisci le Carte Regalo del tuo negozio Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Sei pronto per vendere la tua prima Carta Regalo?", - "gift-cards-no-gift-card-has-been-added-yet": "Nessuna Carta Regalo è stata ancora aggiunta.", - "gift-cards-history": "Cronologia", - "gift-cards-see-the-history-of-purchased-gift-cards": "Consulta la cronologia delle Carte Regalo acquistate", - "gift-cards-successfully-deleted-gift-card": "Carta Regalo eliminata con successo", - "gift-cards-yes-delete": "Sì, elimina", - "gift-cards-delete-gift-card": "Elimina Carta Regalo", - "inventory-filters": "Filtri", - "address-form-address": "Indirizzo", - "address-form-company": "Azienda", - "address-form-address-1": "Indirizzo 1", - "address-form-this-field-is-required": "Questo campo è obbligatorio", - "address-form-address-2": "Indirizzo 2", - "address-form-postal-code": "Codice postale", - "address-form-city": "Città", - "address-form-country": "Paese", - "edit-sales-channels-edit-channels": "Modifica canali", - "edit-sales-channels-add-channels": "Aggiungi canali", - "general-form-location-name": "Nome della posizione", - "general-form-flagship-store-warehouse": "Negozio principale, magazzino", - "general-form-name-is-required": "Il nome è obbligatorio", - "location-card-delete-location": "Elimina posizione", - "location-card-confirm-delete": "Sei sicuro di voler eliminare questa posizione? Questo eliminerà anche tutti i livelli di inventario e le prenotazioni associate a questa posizione.", - "location-card-success": "Successo", - "location-card-location-deleted-successfully": "Posizione eliminata con successo", - "location-card-error": "Errore", - "location-card-edit-details": "Modifica dettagli", - "location-card-delete": "Elimina", - "location-card-connected-sales-channels": "Canali di vendita collegati", - "sales-channels-form-add-sales-channels": "Aggiungi canali di vendita", - "sales-channels-form-edit-channels": "Modifica canali", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Non collegato a nessun canale di vendita ancora", - "edit-success": "Successo", - "edit-location-edited-successfully": "Posizione modificata con successo", - "edit-error": "Errore", - "edit-edit-location-details": "Modifica dettagli posizione", - "edit-metadata": "Metadati", - "edit-cancel": "Annulla", - "edit-save-and-close": "Salva e chiudi", - "new-location-added-successfully": "Posizione aggiunta con successo", - "new-location-created": "La posizione è stata creata con successo, ma c'è stato un errore nell'associazione dei canali di vendita", - "new-cancel-location-changes": "Sei sicuro di voler annullare le modifiche non salvate", - "new-yes-cancel": "Sì, annulla", - "new-no-continue-creating": "No, continua a creare", - "new-add-location": "Aggiungi posizione", - "new-add-new-location": "Aggiungi nuova posizione", - "new-general-information": "Informazioni generali", - "new-location-details": "Specifica i dettagli su questa posizione", - "new-select-location-channel": "Specifica attraverso quali canali di vendita gli articoli di questa posizione possono essere acquistati.", - "oauth-complete-installation": "Completa l'installazione", - "claim-type-form-refund": "Rimborso", - "claim-type-form-replace": "Sostituzione", - "items-to-receive-form-items-to-receive": "Articoli da ricevere", - "items-to-receive-form-product": "Prodotto", - "items-to-receive-form-quantity": "Quantità", - "items-to-receive-form-refundable": "Rimborsabile", - "add-return-reason-reason-for-return": "Motivo del reso", - "add-return-reason-reason": "Motivo", - "add-return-reason-choose-a-return-reason": "Scegli un motivo di reso", - "add-return-reason-note": "Nota", - "add-return-reason-product-was-damaged-during-shipping": "Il prodotto è stato danneggiato durante la spedizione", - "add-return-reason-cancel": "Annulla", - "add-return-reason-save-and-go-back": "Salva e torna indietro", - "add-return-reason-select-reason-title": "Seleziona motivo", - "add-return-reason-edit-reason": "Modifica motivo", - "add-return-reason-select-reason": "Seleziona motivo", - "items-to-return-form-items-to-claim": "Articoli da reclamare", - "items-to-return-form-items-to-return": "Articoli da restituire", - "items-to-return-form-product": "Prodotto", - "items-to-return-form-quantity": "Quantità", - "items-to-return-form-refundable": "Rimborsabile", - "add-additional-items-screen-go-back": "Indietro", - "add-additional-items-screen-add-products": "Aggiungi prodotti", - "add-additional-items-screen-add-product-variants": "Aggiungi varianti del prodotto", - "add-additional-items-screen-search-products": "Cerca prodotti", - "add-additional-items-screen-variant-price-missing": "Questa variante non ha un prezzo per la regione/valuta di questo ordine e non può essere selezionata.", - "add-additional-items-screen-stock": "Scorta", - "add-additional-items-screen-price": "Prezzo", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Il prezzo è stato sovrascritto in un listino prezzi che è applicabile a questo ordine.", - "items-to-send-form-items-to-send": "Articoli da inviare", - "items-to-send-form-add-products": "Aggiungi prodotti", - "items-to-send-form-product": "Prodotto", - "items-to-send-form-quantity": "Quantità", - "items-to-send-form-price": "Prezzo", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Il prezzo è stato sovrascritto in un listino prezzi che è applicabile a questo ordine.", - "refund-amount-form-cancel-editing-refund-amount": "Annulla modifica dell'importo del rimborso", - "refund-amount-form-edit-refund-amount": "Modifica importo del rimborso", - "refund-amount-form-refund-amount-cannot-be-negative": "L'importo del rimborso non può essere negativo", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "L'importo del rimborso deve essere maggiore di 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} articoli non prenotati", - "reservation-indicator-this-item-has-been-fulfilled": "Questo articolo è stato evaso.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} articolo: ${{locationName}}", - "reservation-indicator-edit-reservation": "Modifica prenotazione", - "rma-summaries-claimed-items": "Articoli richiesti", - "rma-summaries-replacement-items": "Articoli di sostituzione", - "rma-summaries-customer-refund-description": "Il cliente riceverà un rimborso completo per gli articoli richiesti, poiché non saranno dedotti il costo della sostituzione e dela spedizione. In alternativa, puoi scegliere di impostare un importo di rimborso personalizzato quando ricevi gli articoli restituiti o creare invece una sostituzione.", - "rma-summaries-refund-amount": "Importo del rimborso", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Il cliente sarà rimborsato una volta ricevuti gli articoli restituiti", - "rma-summaries-the-customer-will-be-refunded-immediately": "Il cliente sarà rimborsato immediatamente", - "rma-summaries-receiving": "Ricezione", - "rma-summaries-free": "Gratuito", - "send-notification-form-return": "reso", - "send-notification-form-exchange": "scambio", - "send-notification-form-claim": "richiesta", - "send-notification-form-send-notifications": "Invia notifiche", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Se non selezionato, il cliente non riceverà comunicazioni riguardo a questa {{subject}}.", - "shipping-address-form-shipping-address": "Indirizzo di spedizione", - "shipping-address-form-ship-to-a-different-address": "Spedisci a un altro indirizzo", - "shipping-address-form-cancel": "Annulla", - "shipping-address-form-save-and-go-back": "Salva e torna indietro", - "shipping-address-form-shipping-information": "Informazioni sulla spedizione", - "shipping-form-shipping-for-return-items": "Spedizione per articoli restituiti", - "shipping-form-shipping-for-replacement-items": "Spedizione per articoli di sostituzione", - "shipping-form-shipping-method-is-required": "Il metodo di spedizione è obbligatorio", - "shipping-form-choose-shipping-method": "Scegli il metodo di spedizione", - "shipping-form-shipping-method": "Metodo di spedizione", - "shipping-form-add-custom-price": "Aggiungi prezzo personalizzato", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "La spedizione di ritorno per gli articoli richiesti dal cliente è gratuita.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "La spedizione per gli articoli di sostituzione è gratuita.", - "components-decrease-quantity": "Diminuisci quantità", - "components-increase-quantity": "Aumenta quantità", - "details-successfully-updated-address": "Indirizzo aggiornato con successo", - "details-billing-address": "Indirizzo di fatturazione", - "details-shipping-address": "Indirizzo di spedizione", - "details-contact": "Contatto", - "details-location": "Posizione", - "claim-are-you-sure-you-want-to-close": "Sei sicuro di voler chiudere?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Hai delle modifiche non salvate, sei sicuro di voler chiudere?", - "claim-please-select-a-reason": "Seleziona un motivo", - "claim-a-shipping-method-for-replacement-items-is-required": "È richiesto un metodo di spedizione per gli articoli di sostituzione", - "claim-successfully-created-claim": "Richiesta creata con successo", - "claim-created": "È stata creata con successo una richiesta per l'ordine n. {{display_id}}", - "claim-error-creating-claim": "Errore durante la creazione della richiesta", - "claim-create-claim": "Crea Richiesta", - "claim-location": "Posizione", - "claim-choose-which-location-you-want-to-return-the-items-to": "Scegli a quale posizione desideri restituire gli articoli.", - "claim-select-location-to-return-to": "Seleziona la posizione in cui restituire", - "claim-cancel": "Annulla", - "claim-submit-and-close": "Invia e chiudi", - "create-fulfillment-error": "Errore", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Seleziona una posizione da cui evadere l'ordine", - "create-fulfillment-cant-allow-this-action": "Impossibile autorizzare questa azione", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Tentativo di evadere una quantità superiore a quella disponibile", - "create-fulfillment-successfully-fulfilled-order": "Ordine evaso con successo", - "create-fulfillment-successfully-fulfilled-swap": "Scambio evaso con successo", - "create-fulfillment-successfully-fulfilled-claim": "Richiesta evasa con successo", - "create-fulfillment-success": "Successo", - "create-fulfillment-cancel": "Annulla", - "create-fulfillment-create-fulfillment": "Crea evasione", - "create-fulfillment-create-fulfillment-title": "Crea Evasione", - "create-fulfillment-locations": "Posizioni", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Scegli da quale posizione desideri evadere.", - "create-fulfillment-items-to-fulfill": "Articoli da evadere", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Seleziona il numero di articoli che desideri evadere.", - "create-fulfillment-send-notifications": "Invia notifiche", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Quando attivato, verranno inviate notifiche via email.", - "create-fulfillment-quantity-is-not-valid": "La quantità non è valida", - "detail-cards-allocated": "Assegnato", - "detail-cards-not-fully-allocated": "Non completamente assegnato", - "detail-cards-subtotal": "Subtotale", - "detail-cards-shipping": "Spedizione", - "detail-cards-tax": "Imposta", - "detail-cards-total": "Totale", - "detail-cards-edit-order": "Modifica Ordine", - "detail-cards-allocate": "Assegna", - "detail-cards-discount": "Sconto:", - "detail-cards-original-total": "Totale Originale", - "details-successfully-updated-the-email-address": "Indirizzo email aggiornato con successo", - "details-email-address": "Indirizzo Email", - "details-save": "Salva", - "details-order-id-copied": "ID Ordine copiato", - "details-email-copied": "Email copiata", - "details-cancel-order-heading": "Annulla ordine", - "details-are-you-sure-you-want-to-cancel-the-order": "Sei sicuro di voler annullare l'ordine?", - "order-details-display-id": "ordine #{{display_id}}", - "details-successfully-canceled-order": "Ordine annullato con successo", - "details-go-to-customer": "Vai al Cliente", - "details-transfer-ownership": "Trasferisci proprietà", - "details-edit-shipping-address": "Modifica Indirizzo di Spedizione", - "details-edit-billing-address": "Modifica Indirizzo di Fatturazione", - "details-edit-email-address": "Modifica Indirizzo Email", - "details-back-to-orders": "Torna agli Ordini", - "details-cancel-order": "Annulla Ordine", - "details-payment": "Pagamento", - "details-refunded": "Rimborsato", - "details-total-paid": "Totale Pagato", - "details-fulfillment": "Evasione", - "details-create-fulfillment": "Crea Evasione", - "details-shipping-method": "Metodo di Spedizione", - "details-customer": "Cliente", - "details-shipping": "Spedizione", - "details-billing": "Fatturazione", - "details-raw-order": "Ordine grezzo", - "mark-shipped-successfully-marked-order-as-shipped": "Ordine contrassegnato come spedito con successo", - "mark-shipped-successfully-marked-swap-as-shipped": "Scambio contrassegnato come spedito con successo", - "mark-shipped-successfully-marked-claim-as-shipped": "Richiesta contrassegnata come spedita con successo", - "mark-shipped-success": "Successo", - "mark-shipped-error": "Errore", - "mark-shipped-mark-fulfillment-shipped": "Contrassegna Evasione come Spedita", - "mark-shipped-tracking": "Tracking", - "mark-shipped-tracking-number-label": "Numero di tracking", - "mark-shipped-tracking-number": "Numero di tracking...", - "mark-shipped-add-additional-tracking-number": "+ Aggiungi un altro numero di tracking", - "mark-shipped-send-notifications": "Invia notifiche", - "mark-shipped-cancel": "Annulla", - "mark-shipped-complete": "Completa", - "order-line-warning": "Avviso", - "order-line-cannot-duplicate-an-item-without-a-variant": "Impossibile duplicare un articolo senza una variante", - "order-line-error": "Errore", - "order-line-failed-to-duplicate-item": "Impossibile duplicare l'articolo", - "order-line-success": "Successo", - "order-line-item-removed": "Articolo rimosso", - "order-line-failed-to-remove-item": "Impossibile rimuovere l'articolo", - "order-line-item-added": "Articolo aggiunto", - "order-line-failed-to-replace-the-item": "Impossibile sostituire l'articolo", - "order-line-replace-product-variants": "Sostituisci Varianti del Prodotto", - "order-line-replace-with-other-item": "Sostituisci con un altro articolo", - "order-line-duplicate-item": "Duplica articolo", - "order-line-remove-item": "Rimuovi articolo", - "order-line-line-item-cannot-be-edited": "Questo articolo è parte di un'evasione e non può essere modificato. Annulla l'evasione per modificarlo.", - "order-line-new": "Nuovo", - "order-line-modified": "Modificato", - "receive-return-please-select-at-least-one-item-to-receive": "Seleziona almeno un articolo da ricevere", - "receive-return-successfully-received-return": "Restituzione ricevuta con successo", - "receive-return-received-return-for-order": "Restituzione ricevuta per l'ordine #{{display_id}}", - "receive-return-failed-to-receive-return": "La restituzione non è stata ricevuta", - "receive-return-receive-return": "Ricevi Restituzione", - "receive-return-location": "Posizione", - "receive-return-choose-location": "Scegli la posizione in cui desideri ricevere gli articoli.", - "receive-return-select-location-to-return-to": "Seleziona la posizione in cui restituire", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Non esistono livelli di inventario per gli articoli nella posizione selezionata", - "receive-return-cancel": "Annulla", - "receive-return-save-and-close": "Salva e chiudi", - "refund-success": "Successo", - "refund-successfully-refunded-order": "Ordine rimborsato con successo", - "refund-error": "Errore", - "refund-create-a-refund": "Crea un rimborso", - "refund-attention": "Attenzione!", - "refund-system-payment-disclaimer": "Uno o più dei tuoi pagamenti sono pagamenti di sistema. Sii consapevole che registrazioni e rimborsi non sono gestiti da Medusa per tali pagamenti.", - "refund-details": "Dettagli", - "refund-cannot-refund-more-than-the-orders-net-total": "Non puoi rimborsare più del totale netto dell'ordine.", - "refund-discount": "Sconto", - "refund-reason": "Motivo", - "refund-note": "Nota", - "refund-discount-for-loyal-customer": "Sconto per cliente fedele", - "refund-send-notifications": "Invia notifiche", - "refund-cancel": "Annulla", - "refund-complete": "Completa", - "reservation-reservation-was-deleted": "Prenotazione cancellata con successo", - "reservation-the-allocated-items-have-been-released": "Gli articoli assegnati sono stati rilasciati.", - "reservation-error": "Errore", - "reservation-failed-to-delete-the-reservation": "Impossibile eliminare la prenotazione", - "reservation-reservation-was-updated": "Prenotazione aggiornata", - "reservation-the-reservation-change-was-saved": "La modifica della prenotazione è stata salvata.", - "reservation-errors": "Errori", - "reservation-failed-to-update-reservation": "Impossibile aggiornare la prenotazione", - "reservation-edit-reservation": "Modifica Prenotazione", - "reservation-location": "Posizione", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Scegli da quale posizione desideri spedire gli articoli.", - "reservation-items-to-allocate-title": "Articoli da Allocare", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Seleziona il numero di articoli che desideri allocare.", - "reservation-max-reservation-requested": " / {{maxReservation}} richiesti", - "reservation-reserved": " riservati", - "reservation-description": "Descrizione", - "reservation-what-type-of-reservation-is-this": "Di che tipo è questa prenotazione?", - "reservation-metadata": "Metadata", - "reservation-remove-metadata": "Rimuovi metadata", - "reservation-add-metadata": "Aggiungi metadata", - "reservation-delete-reservation": "Elimina prenotazione", - "reservation-cancel": "Annulla", - "reservation-save-and-close": "Salva e chiudi", - "reservation-couldnt-allocate-items": "Impossibile allocare gli articoli", - "reservation-items-allocated": "Articoli allocati", - "reservation-items-have-been-allocated-successfully": "Gli articoli sono stati allocati con successo", - "reservation-save-reservation": "Salva prenotazione", - "reservation-loading": "Caricamento...", - "reservation-allocate-order-items": "Allocare gli articoli dell'ordine", - "reservation-choose-where-you-wish-to-allocate-from": "Scegli da dove desideri allocare", - "reservation-items-to-allocate": "Articoli da allocare", - "returns-success": "Successo", - "returns-successfully-returned-order": "Ordine restituito con successo", - "returns-error": "Errore", - "returns-request-return": "Richiedi Reso", - "returns-items-to-return": "Articoli da restituire", - "returns-choose-which-location-you-want-to-return-the-items-to": "Scegli a quale sede vuoi spedire gli articolo da restituire.", - "returns-select-location-to-return-to": "Seleziona la sede a cui restituire", - "returns-selected-location-has-no-inventory-levels": "La sede selezionata non ha livelli di inventario per gli articoli selezionati. La restituzione può essere richiesta ma non può essere ricevuta fino a quando non viene creato un livello di inventario per la posizione selezionata.", - "returns-shipping": "Spedizione", - "returns-choose-retur,-shipping-method": "Scegli quale metodo di spedizione desideri utilizzare per questo reso.", - "returns-total-refund": "Rimborso totale", - "returns-amount": "Importo", - "returns-send-notifications": "Invia notifiche", - "returns-notify-customer-of-created-return": "Avvisa il cliente della restituzione creata", - "returns-back": "Indietro", - "returns-submit": "Invia", - "rma-sub-modals-search-for-additional": "Ricerca aggiuntiva", - "rma-sub-modals-general": "Generale", - "rma-sub-modals-first-name": "Nome", - "rma-sub-modals-last-name": "Cognome", - "rma-sub-modals-phone": "Telefono", - "rma-sub-modals-shipping-address": "Indirizzo di Spedizione", - "rma-sub-modals-address-1": "Indirizzo 1", - "rma-sub-modals-address-2": "Indirizzo 2", - "rma-sub-modals-province": "Provincia", - "rma-sub-modals-postal-code": "Codice Postale", - "rma-sub-modals-city": "Città", - "rma-sub-modals-country": "Paese", - "rma-sub-modals-back": "Indietro", - "rma-sub-modals-add": "Aggiungi", - "rma-sub-modals-name": "Nome", - "rma-sub-modals-status": "Stato", - "rma-sub-modals-in-stock": "In Stock", - "rma-sub-modals-products": "Prodotti", - "rma-sub-modals-search-products": "Cerca Prodotti...", - "rma-sub-modals-reason-for-return": "Motivo del Reso", - "rma-sub-modals-reason": "Motivo", - "rma-sub-modals-note": "Nota", - "swap-success": "Successo", - "swap-successfully-created-exchange": "Scambio creato con successo", - "swap-error": "Errore", - "swap-register-exchange": "Registra Scambio", - "swap-items-to-return": "Articoli da restituire", - "swap-shipping": "Spedizione", - "swap-shipping-method": "Metodo di Spedizione", - "swap-add-a-shipping-method": "Aggiungi un metodo di spedizione", - "swap-location": "Posizione", - "swap-choose-which-location-you-want-to-return-the-items-to": "Scegli a quale sede vuoi spedire gli articolo da restituire.", - "swap-select-location-to-return-to": "Seleziona la sede a cui restituire", - "swap-items-to-send": "Articoli da inviare", - "swap-add-product": "Aggiungi Prodotto", - "swap-return-total": "Totale Reso", - "swap-additional-total": "Totale Aggiuntivo", - "swap-outbond-shipping": "Spedizione in Uscita", - "swap-calculated-at-checkout": "Calcolato al momento del pagamento", - "swap-estimated-difference": "Differenza Stimata", - "swap-send-notifications": "Invia notifiche", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Se non selezionato, il cliente non riceverà comunicazioni riguardo a questo scambio", - "swap-complete": "Completa", - "templates-shipped": "Spedito", - "templates-fulfilled": "Completato", - "templates-canceled": "Annullato", - "templates-partially-fulfilled": "Completato parzialmente", - "templates-fulfillment-status-requires-action": "Richiede Azione", - "templates-awaiting-fulfillment": "In attesa di completamento", - "templates-partially-shipped": "Parzialmente Spedito", - "templates-cancel-fulfillment-heading": "Annullare il completamento?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Sei sicuro di voler annullare il completamento?", - "templates-successfully-canceled-swap": "Scambio annullato con successo", - "templates-error": "Errore", - "templates-successfully-canceled-claim": "Richiesta di reso annullata con successo", - "templates-successfully-canceled-fulfillment": "Completamento annullato con successo", - "templates-fulfillment-has-been-canceled": "Il completamento è stato annullato", - "templates-fulfilled-by-provider": "{{title}} Completato da {{provider}}", - "templates-not-shipped": "Non Spedito", - "templates-tracking": "Tracciamento", - "templates-shipped-from": "Spedito da", - "templates-shipping-from": "Spedizione da", - "templates-mark-shipped": "Segna come Spedito", - "templates-cancel-fulfillment": "Annulla Completamento", - "templates-completed": "Completato", - "templates-processing": "In elaborazione", - "templates-requires-action": "Richiede Azione", - "templates-capture-payment": "Cattura Pagamento", - "templates-successfully-captured-payment": "Pagamento catturato con successo", - "templates-refund": "Rimborso", - "templates-total-for-swaps": "Totale per Scambi", - "templates-refunded-for-swaps": "Rimborsato per Scambi", - "templates-refunded-for-returns": "Rimborsato per Resi", - "templates-manually-refunded": "Rimborsato manualmente", - "templates-net-total": "Totale Netto", - "templates-paid": "Pagato", - "templates-awaiting-payment": "In attesa di pagamento", - "templates-payment-status-requires-action": "Richiede azione", - "draft-orders-completed": "Completato", - "draft-orders-open": "Aperto", - "draft-orders-mark-as-paid": "Segna come pagato", - "draft-orders-success": "Successo", - "draft-orders-successfully-mark-as-paid": "Segnato come pagato con successo", - "draft-orders-error": "Errore", - "draft-orders-successfully-canceled-order": "Ordine annullato con successo", - "draft-orders-back-to-draft-orders": "Torna a Ordini in bozza", - "on-mark-as-paid-confirm-order-id": "Ordine #{{display_id}}", - "draft-orders-go-to-order": "Vai all'Ordine", - "draft-orders-cancel-draft-order": "Annulla Bozza d'Ordine", - "draft-orders-draft-order": "Bozza d'Ordine", - "draft-orders-email": "Email", - "draft-orders-phone": "Telefono", - "draft-orders-amount": "Importo {{currency_code}}", - "draft-orders-payment": "Pagamento", - "draft-orders-subtotal": "Subtotale", - "draft-orders-shipping": "Spedizione", - "draft-orders-tax": "Tassa", - "draft-orders-total-to-pay": "Totale da pagare", - "draft-orders-payment-link": "Link di pagamento:", - "draft-orders-configure-payment-link-in-store-settings": "Configura il link di pagamento nelle impostazioni del negozio", - "draft-orders-shipping-method": "Metodo di Spedizione", - "draft-orders-data": "Dati", - "draft-orders-1-item": "(1 articolo)", - "draft-orders-customer": "Cliente", - "draft-orders-edit-shipping-address": "Modifica l'indirizzo di spedizione", - "draft-orders-edit-billing-address": "Modifica l'indirizzo di fatturazione", - "draft-orders-go-to-customer": "Vai al Cliente", - "draft-orders-contact": "Contatto", - "draft-orders-billing": "Fatturazione", - "draft-orders-raw-draft-order": "Bozza d'Ordine grezza", - "draft-orders-are-you-sure": "Sei sicuro?", - "draft-orders-remove-resource-heading": "Rimuovi {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} è stato rimosso", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Questo creerà un ordine. Segnalo come pagato se hai ricevuto il pagamento.", - "draft-orders-mark-paid": "Segna come pagato", - "draft-orders-cancel": "Annulla", - "draft-orders-create-draft-order": "Crea bozza d'ordine", - "edit-amount-paid": "Importo Pagato", - "edit-new-total": "Nuovo Totale", - "edit-difference-due": "Differenza dovuta", - "edit-back": "Indietro", - "edit-save-and-go-back": "Salva e torna indietro", - "edit-order-edit-set-as-requested": "Modifica ordine impostata come richiesta", - "edit-failed-to-request-confirmation": "Impossibile richiedere la conferma", - "edit-added-successfully": "Aggiunto con successo", - "edit-error-occurred": "Errore durante l'operazione", - "edit-add-product-variants": "Aggiungi Varianti del Prodotto", - "edit-edit-order": "Modifica Ordine", - "edit-items": "Articoli", - "edit-add-items": "Aggiungi articoli", - "edit-filter-items": "Filtra articoli...", - "edit-note": "Nota", - "edit-add-a-note": "Aggiungi una nota...", - "variants-table-location": " in {{location}}", - "edit-product": "Prodotto", - "edit-in-stock": "Disponibile in Magazzino", - "edit-price": "Prezzo", - "edit-products": "Prodotti", - "edit-search-product-variants": "Cerca Varianti di Prodotto...", - "orders-success": "Successo", - "orders-successfully-initiated-export": "Esportazione avviata con successo", - "orders-error": "Errore", - "orders-export-orders": "Esporta Ordini", - "components-billing-address": "Indirizzo di Fatturazione", - "components-use-same-as-shipping": "Usa lo stesso dell'indirizzo di spedizione", - "components-e-g-gift-wrapping": "Ad esempio: confezione regalo", - "components-title": "Titolo", - "components-price": "Prezzo", - "components-quantity": "Quantità", - "components-back": "Indietro", - "components-add": "Aggiungi", - "components-items-for-the-order": "Articoli per l'ordine", - "components-details": "Dettagli", - "components-price-excl-taxes": "Prezzo (escl. tasse)", - "components-add-custom": "Aggiungi Personalizzato", - "components-add-existing": "Aggiungi Esistente", - "components-add-products": "Aggiungi Prodotti", - "components-add-custom-item": "Aggiungi Articolo Personalizzato", - "components-choose-region": "Scegli la regione", - "components-region": "Regione", - "select-shipping-to-name": "(A {{name}})", - "components-attention": "Attenzione!", - "components-no-options-for-orders-without-shipping": "Non hai opzioni per ordini senza spedizione. Per favore aggiungi una (ad esempio \"Consegna in negozio\") con l'opzione \"Mostra sul sito web\" non selezionata nelle impostazioni della regione e continua.", - "components-choose-a-shipping-method": "Scegli un metodo di spedizione", - "components-set-custom-price": "Imposta prezzo personalizzato", - "components-custom-price": "Prezzo Personalizzato", - "components-customer-and-shipping-details": "Dettagli Cliente e Spedizione", - "components-find-existing-customer": "Trova cliente esistente", - "components-email": "Email", - "components-choose-existing-addresses": "Scegli indirizzi esistenti", - "components-create-new": "Crea nuovo", - "components-the-discount-is-not-applicable-to-the-selected-region": "Lo sconto non è applicabile alla regione selezionata", - "components-the-discount-code-is-invalid": "Il codice di sconto non è valido", - "components-add-discount": "Aggiungi Sconto", - "components-summer-10": "ESTATE10", - "components-discount": "Sconto", - "select-shipping-code": "(Codice: {{code}})", - "components-type": "Tipo", - "components-value": "Valore", - "components-address": "Indirizzo", - "components-shipping-method": "Metodo di Spedizione", - "components-billing-details": "Dettagli di Fatturazione", - "components-edit": "Modifica", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm deve essere utilizzato all'interno di NewOrderFormProvider", - "new-order-created": "Ordine creato", - "new-create-draft-order": "Crea Ordine in Bozza", - "batch-job-price-list-prices": "Prezzi della Lista dei Prezzi", - "batch-job-upload-a-csv-file-with-variants": "Carica un file CSV con varianti e prezzi per aggiornare la tua lista dei prezzi. Nota che eventuali prezzi esistenti verranno eliminati.", - "batch-job-unsure-about-how-to-arrange-your-list": "Non sei sicuro su come organizzare la tua lista?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Scarica il file modello qui sotto e aggiorna i tuoi prezzi", - "details-back-to-pricing": "Torna ai Prezzi", - "details-raw-price-list": "Lista dei Prezzi Grezza", - "sections-customer-groups": "Gruppi di Clienti", - "sections-last-edited": "Ultima Modifica", - "sections-price-overrides": "Sovrapposizioni dei Prezzi", - "sections-more": "altro", - "sections-delete-price-list-heading": "Elimina Lista Prezzi", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Sei sicuro di voler eliminare questa lista prezzi?", - "sections-success": "Successo", - "sections-price-list-deleted-successfully": "Lista prezzi eliminata con successo", - "sections-edit-price-list-details": "Modifica dettagli lista prezzi", - "sections-delete-price-list": "Elimina lista prezzi", - "edit-prices-overrides-edit-price-overrides": "Modifica sovrapposizioni prezzi", - "edit-prices-overrides-success": "Successo", - "edit-prices-overrides-price-overrides-updated": "Sovrapposizioni prezzi aggiornate", - "edit-prices-overrides-cancel": "Annulla", - "edit-prices-overrides-save": "Salva", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Aggiungi prezzi", - "prices-details-edit-prices": "Modifica prezzi", - "prices-details-prices": "Prezzi", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Sarà possibile sovrascrivere i prezzi per i prodotti che aggiungi qui", - "prices-details-remove-from-list": "Rimuovi dalla lista", - "prices-details-edit-manually": "Modifica manualmente", - "prices-details-import-price-list": "Importa lista prezzi", - "prices-table-search-by-name-or-sku": "Cerca per nome o SKU...", - "prices-table-edit-prices": "Modifica prezzi", - "prices-table-remove-product": "Rimuovi prodotto", - "prices-table-success": "Successo", - "prices-table-deleted-prices-of-product": "Prezzi eliminati del prodotto: {{title}}", - "prices-table-error": "Errore", - "prices-table-name": "Nome", - "prices-table-collection": "Collezione", - "prices-table-no-collection": "Nessuna collezione", - "prices-table-variants": "Varianti", - "pricing-add-price-list": "Aggiungi lista prezzi", - "pricing-price-lists": "Liste prezzi", - "form-header-error": "Errore", - "form-header-success": "Successo", - "form-header-successfully-updated-price-list": "Lista prezzi aggiornata con successo", - "form-header-publish-price-list": "Pubblica lista prezzi", - "form-header-save-as-draft": "Salva come bozza", - "form-header-save-changes": "Salva modifiche", - "form-header-cancel": "Annulla", - "pricing-form-create-new-price-list": "Crea nuova lista prezzi", - "pricing-form-edit-price-list": "Modifica lista prezzi", - "sections-configuration": "Configurazione", - "sections-optional-configuration-for-the-price-list": "Configurazione opzionale per la lista prezzi", - "sections-price-overrides-time-application": "Le sovrapposizioni dei prezzi si applicano dal momento in cui premi il pulsante di pubblicazione e per sempre se non viene toccato.", - "sections-price-overrides-has-a-start-date": "Le sovrapposizioni dei prezzi hanno una data di inizio?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Programma le sovrapposizioni dei prezzi per attivarsi in futuro.", - "sections-price-overrides-has-an-expiry-date": "Le sovrapposizioni dei prezzi hanno una data di scadenza?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Programma le sovrapposizioni dei prezzi per disattivarsi in futuro.", - "sections-end-date": "Data di Fine", - "sections-customer-availabilty": "Disponibilità Cliente", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Specifica a quali gruppi di clienti le sovrapposizioni dei prezzi dovrebbero applicarsi.", - "sections-customer-groups-label": "Gruppi di Clienti", - "sections-general": "Generale", - "sections-general-information-for-the-price-list": "Informazioni generali per la lista prezzi.", - "sections-name": "Nome", - "sections-b-2-b-black-friday": "B2B, Black Friday...", - "sections-for-our-business-partners": "Per i nostri partner commerciali...", - "sections-tax-inclusive-prices": "Prezzi inclusivi di tasse", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Scegli di rendere tutti i prezzi in questa lista inclusi di tasse.", - "sections-prices": "Prezzi", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Potrai sovrascrivere i prezzi dei prodotti che aggiungi qui", - "sections-define-the-price-overrides-for-the-price-list": "Definisci le sovrapposizioni dei prezzi per la lista prezzi", - "sections-edit-prices-label": "Modifica prezzi", - "sections-remove-from-list": "Rimuovi dalla lista", - "sections-search-by-name-or-sku": "Cerca per nome o SKU...", - "sections-edit-prices": "Modifica prezzi", - "sections-price-list-type": "Tipo di lista prezzi", - "sections-select-the-type-of-the-price-list": "Seleziona il tipo di lista prezzi", - "sections-sale-prices-compare-to-price-override": "A differenza dei prezzi di vendita, una sovrapposizione di prezzo non comunica al cliente che il prezzo fa parte di una promozione.", - "sections-sale": "Sconto", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Usa questa opzione se stai creando prezzi per una promozione.", - "sections-override": "Sovrascrivi", - "sections-use-this-to-override-prices": "Usa questa opzione per sovrascrivere i prezzi.", - "components-success": "Successo", - "components-successfully-updated-category-tree": "Albero delle categorie aggiornato con successo", - "components-error": "Errore", - "components-failed-to-update-category-tree": "Impossibile aggiornare l'albero delle categorie", - "components-delete": "Elimina", - "components-category-deleted": "Categoria eliminata", - "components-category-deletion-failed": "Eliminazione categoria fallita", - "components-category-status-is-inactive": "Lo stato della categoria è inattivo", - "components-category-visibility-is-private": "La visibilità della categoria è privata", - "components-add-category-item-to": "Aggiungi elemento di categoria a", - "modals-public": "Pubblico", - "modals-private": "Privato", - "modals-active": "Attivo", - "modals-inactive": "Inattivo", - "modals-success": "Successo", - "modals-successfully-created-a-category": "Categoria creata con successo", - "modals-failed-to-create-a-new-category": "Creazione nuova categoria fallita", - "modals-error": "Errore", - "modals-save-category": "Salva categoria", - "modals-add-category-to": "Aggiungi categoria a {{name}}", - "modals-add-category": "Aggiungi categoria", - "modals-details": "Dettagli", - "modals-name": "Nome", - "modals-give-this-category-a-name": "Dai un nome a questa categoria", - "modals-handle": "Alias", - "modals-custom-handle": "Alias personalizzato", - "modals-description": "Descrizione", - "modals-give-this-category-a-description": "Dai una descrizione a questa categoria", - "modals-status": "Stato", - "modals-visibility": "Visibilità", - "modals-successfully-updated-the-category": "Categoria aggiornata con successo", - "modals-failed-to-update-the-category": "Aggiornamento categoria fallito", - "modals-edit-product-category": "Modifica categoria del prodotto", - "modals-cancel": "Annulla", - "modals-save-and-close": "Salva e chiudi", - "pages-no-product-categories-yet": "Nessuna categoria di prodotti al momento. Usa il pulsante sopra per creare la tua prima categoria.", - "pages-add-category": "Aggiungi categoria", - "pages-product-categories": "Categorie dei prodotti", - "pages-helps-you-to-keep-your-products-organized": "Ti aiuta a mantenere organizzati i tuoi prodotti.", - "batch-job-success": "Successo", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Importazione confermata per l'elaborazione. Le informazioni sul progresso sono disponibili nel riquadro delle attività.", - "batch-job-error": "Errore", - "batch-job-import-failed": "Importazione fallita.", - "batch-job-failed-to-delete-the-csv-file": "Impossibile eliminare il file CSV", - "batch-job-failed-to-cancel-the-batch-job": "Impossibile annullare il processo batch", - "batch-job-products-list": "lista dei prodotti", - "batch-job-download-template": "Scarica il modello sottostante per assicurarti di seguire il formato corretto.", - "batch-job-imports-description": "Attraverso gli import, puoi aggiungere o aggiornare prodotti. Per aggiornare prodotti/varianti esistenti, devi impostare un ID esistente nelle colonne ID Prodotto/ID Variante. Se il valore non è impostato, verrà creato un nuovo record. Ti verrà chiesta conferma prima di importare i prodotti.", - "products-filters": "Filtri", - "products-status": "Stato", - "products-tags": "Tag", - "products-spring-summer": "Primavera, estate...", - "new-sales-channels": "Canali di vendita", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Questo prodotto sarà disponibile solo nel canale di vendita predefinito se lasciato intatto.", - "new-change-availablity": "Cambia disponibilità", - "add-variants-a-variant-with-these-options-already-exists": "Esiste già una variante con queste opzioni.", - "add-variants-product-options": "Opzioni del prodotto", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Le opzioni vengono utilizzate per definire il colore, la taglia, ecc. del prodotto.", - "add-variants-option-title": "Titolo opzione", - "add-variants-variations-comma-separated": "Variazioni (separate da virgola)", - "add-variants-color": "Colore...", - "add-variants-already-exists": "già esiste", - "add-variants-blue-red-black": "Blu, Rosso, Nero...", - "add-variants-add-an-option": "Aggiungi un'opzione", - "add-variants-product-variants": "Varianti del prodotto", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Devi aggiungere almeno un'opzione di prodotto prima di poter iniziare a aggiungere varianti di prodotto.", - "add-variants-variant": "Variante", - "add-variants-inventory": "Inventario", - "add-variants-add-a-variant": "Aggiungi una variante", - "add-variants-create-variant": "Crea variante", - "add-variants-cancel": "Annulla", - "add-variants-save-and-close": "Salva e chiudi", - "new-variant-a-variant-with-these-options-already-exists": "Esiste già una variante con queste opzioni.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Sei sicuro di voler eliminare questa variante?", - "new-variant-delete-variant": "Elimina variante", - "new-variant-edit": "Modifica", - "new-variant-delete": "Elimina", - "new-variant-edit-variant": "Modifica variante", - "new-variant-cancel": "Annulla", - "new-variant-save-and-close": "Salva e chiudi", - "new-something-went-wrong-while-trying-to-upload-images": "Qualcosa è andato storto durante il tentativo di caricare le immagini.", - "new-no-file-service-configured": "Potresti non avere un servizio file configurato. Contatta il tuo amministratore", - "new-upload-thumbnail-error": "Qualcosa è andato storto durante il tentativo di caricare la miniatura.", - "new-save-as-draft": "Salva come bozza", - "new-publish-product": "Pubblica prodotto", - "new-general-information-title": "Informazioni generali", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Per iniziare a vendere, ti serve solo un nome e un prezzo.", - "new-organize-product": "Organizza prodotto", - "new-add-variations-of-this-product": "Aggiungi varianti di questo prodotto.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Offri ai tuoi clienti diverse opzioni per colore, formato, taglia, forma, ecc.", - "new-used-for-shipping-and-customs-purposes": "Usato per scopi di spedizione e doganali.", - "new-dimensions": "Dimensioni", - "new-customs": "Dogane", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Usato per rappresentare il tuo prodotto durante il checkout, la condivisione sui social e altro.", - "new-media": "Media", - "new-add-images-to-your-product": "Aggiungi immagini al tuo prodotto.", - "overview-import-products": "Importa Prodotti", - "overview-export-products": "Esporta Prodotti", - "overview-new-product": "Nuovo Prodotto", - "overview-new-collection": "Nuova Collezione", - "overview-success": "Successo", - "overview-successfully-created-collection": "Collezione creata con successo", - "overview-error": "Errore", - "overview-successfully-initiated-export": "Esportazione avviata con successo", - "modals-add-sales-channels": "Aggiungi canali di vendita", - "modals-find-channels": "Trova canali", - "modals-updated-the-api-key": "Chiave API aggiornata", - "modals-failed-to-update-the-api-key": "Impossibile aggiornare la chiave API", - "modals-edit-api-key-details": "Modifica dettagli chiave API", - "modals-title": "Titolo", - "modals-name-your-key": "Dai un nome alla tua chiave", - "modals-sales-channels-added-to-the-scope": "Canali di vendita aggiunti allo scopo", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Si è verificato un errore durante l'aggiunta dei canali di vendita al perimetro della chiave", - "modals-add-and-go-back": "Aggiungi e torna indietro", - "modals-add-and-close": "Aggiungi e chiudi", - "modals-sales-channels-removed-from-the-scope": "Canali di vendita rimossi dal perimetro", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Si è verificato un errore durante la rimozione dei canali di vendita dal perimetro della chiave", - "modals-edit-sales-channels": "Modifica canali di vendita", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Deseleziona", - "modals-remove": "Rimuovi", - "modals-add-channels": "Aggiungi canali", - "modals-close": "Chiudi", - "pages-sales-channels": "Canali di vendita", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Collega tutti i canali di vendita necessari alla tua chiave API.", - "pages-add-sales-channels": "Aggiungi canali di vendita", - "pages-edit-sales-channels": "Modifica canali di vendita", - "pages-success": "Successo", - "pages-created-a-new-api-key": "Creata una nuova chiave API", - "pages-error": "Errore", - "pages-failed-to-create-a-new-api-key": "Impossibile creare una nuova chiave API", - "pages-sales-channels-added-to-the-scope": "Canali di vendita aggiunti al perimetro chiave", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Si è verificato un errore durante l'aggiunta dei canali di vendita al perimetro della chiave", - "pages-publish-api-key": "Pubblica chiave API", - "pages-create-api-key": "Crea chiave API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Crea e gestisci chiavi API. Attualmente, ciò è legato solo ai canali di vendita.", - "pages-create-api-key-label": "Crea chiave API", - "pages-back-to-settings": "Torna alle impostazioni", - "pages-publishable-api-keys": "Chiavi API pubblicabili", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Queste chiavi pubblicabili ti consentiranno di autenticare le richieste API.", - "tables-name": "Nome", - "tables-token": "Token", - "tables-done": "Completato", - "tables-copy-to-clipboard": "Copia negli appunti", - "tables-created": "Creata", - "tables-status": "Stato", - "tables-revoked": "Revocata", - "tables-live": "Attiva", - "tables-edit-api-key-details": "Modifica dettagli chiave API", - "tables-edit-sales-channels": "Modifica canali di vendita", - "tables-copy-token": "Copia token", - "tables-revoke-token": "Revoca token", - "tables-delete-api-key": "Elimina chiave API", - "tables-yes-delete": "Sì, elimina", - "tables-api-key-deleted": "Chiave API eliminata", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Sei sicuro di voler eliminare questa chiave pubblica?", - "tables-delete-key": "Elimina chiave", - "tables-yes-revoke": "Sì, revoca", - "tables-api-key-revoked": "Chiave API revocata", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Sei sicuro di voler revocare questa chiave pubblica?", - "tables-revoke-key": "Revoca chiave", - "tables-api-keys": "Chiavi API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Ancora nessuna chiave, usa il pulsante sopra per creare la tua prima chiave pubblicabile", - "tables-title": "Titolo", - "tables-description": "Descrizione", - "tables-no-added-sales-channels": "Nessun canale di vendita aggiunto", - "tables-sales-channels": "Canali di vendita", - "form-title": "Titolo", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Sito web, app, Amazon, negozio fisico POS, feed di prodotti su Facebook...", - "form-description": "Descrizione", - "form-available-products-at-our-website-app": "Prodotti disponibili sul nostro sito web, app...", - "form-success": "Successo", - "form-the-sales-channel-is-successfully-updated": "Il canale di vendita è stato aggiornato con successo", - "form-error": "Errore", - "form-failed-to-update-the-sales-channel": "Impossibile aggiornare il canale di vendita", - "form-sales-channel-details": "Dettagli del canale di vendita", - "form-general-info": "Informazioni generali", - "form-name": "Nome", - "form-close": "Chiudi", - "form-save": "Salva", - "pages-draft": "Bozza", - "pages-control-which-products-are-available-in-which-channels": "Controlla quali prodotti sono disponibili in quali canali", - "pages-search-by-title-or-description": "Cerca per titolo o descrizione", - "pages-confirm-delete-sales-channel": "Sei sicuro di voler eliminare questo canale di vendita? La configurazione che hai fatto verrà persa per sempre.", - "pages-delete-channel-heading": "Elimina canale", - "pages-edit-general-info": "Modifica informazioni generali", - "pages-add-products": "Aggiungi prodotti", - "pages-delete-channel": "Elimina canale", - "pages-disabled": "Disabilitato", - "pages-enabled": "Abilitato", - "tables-collection": "Collezione", - "tables-start-building-your-channels-setup": "Inizia a creare la configurazione dei tuoi canali...", - "tables-no-products-in-channels": "Non hai ancora aggiunto prodotti a questo canale, ma una volta che lo farai, vivranno qui.", - "tables-add-products": "Aggiungi prodotti", - "tables-details": "Dettagli", - "tables-remove-from-the-channel": "Rimuovi dal canale", - "tables-products": "Prodotti", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Rimuovi", - "components-successfully-updated-currency": "Valuta aggiornata con successo", - "components-default": "Predefinito", - "default-store-currency-success": "Successo", - "default-store-currency-successfully-updated-default-currency": "Valuta predefinita aggiornata con successo", - "default-store-currency-error": "Errore", - "default-store-currency-default-store-currency": "Valuta predefinita del negozio", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Questa è la valuta in cui vengono mostrati i prezzi.", - "store-currencies-success": "Successo", - "store-currencies-successfully-updated-currencies": "Valute aggiornate con successo", - "store-currencies-error": "Errore", - "store-currencies-cancel": "Annulla", - "store-currencies-save-and-go-back": "Salva e torna indietro", - "store-currencies-save-and-close": "Salva e chiudi", - "store-currencies-add-store-currencies": "Aggiungi Valute del Negozio", - "store-currencies-current-store-currencies": "Valute attuali del negozio", - "store-currencies-close": "Chiudi", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Deseleziona", - "store-currencies-remove": "Rimuovi", - "store-currencies-add-currencies": "Aggiungi Valute", - "store-currencies-store-currencies": "Valute del negozio", - "store-currencies-all-the-currencies-available-in-your-store": "Tutte le valute disponibili nel tuo negozio.", - "store-currencies-edit-currencies": "Modifica valute", - "currencies-an-unknown-error-occurred": "Si è verificato un errore sconosciuto", - "currencies-error": "Errore", - "currencies-back-to-settings": "Torna alle Impostazioni", - "currencies-manage-the-markets-that-you-will-operate-within": "Gestisci i mercati in cui opererai.", - "currencies-include-or-exclude-taxes": "Decidi se vuoi includere o escludere le tasse quando definisci un prezzo in questa valuta", - "currencies-tax-incl-prices": "Prezzi inclusivi di tasse", - "settings-error": "Errore", - "settings-malformed-swap-url": "URL di scambio malformato", - "settings-malformed-payment-url": "URL di pagamento malformato", - "settings-malformed-invite-url": "URL di invito malformato", - "settings-success": "Successo", - "settings-successfully-updated-store": "Negozio aggiornato con successo", - "settings-back-to-settings": "Torna alle Impostazioni", - "settings-save": "Salva", - "settings-cancel": "Annulla", - "settings-store-details": "Dettagli del Negozio", - "settings-manage-your-business-details": "Gestisci i dettagli della tua attività", - "settings-general": "Generali", - "settings-store-name": "Nome del negozio", - "settings-medusa-store": "Negozio Medusa", - "settings-advanced-settings": "Impostazioni avanzate", - "settings-swap-link-template": "Modello di link di scambio", - "settings-draft-order-link-template": "Modello di link per ordini in sospeso", - "settings-invite-link-template": "Modello di link di invito", - "settings-manage-the-general-settings-for-your-store": "Gestisci le impostazioni generali per il tuo negozio", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Gestisci le impostazioni delle estensioni del tuo negozio", - "edit-user-information-success": "Successo", - "edit-user-information-your-information-was-successfully-updated": "Le tue informazioni sono state aggiornate con successo", - "edit-user-information-edit-information": "Modifica informazioni", - "edit-user-information-cancel": "Annulla", - "edit-user-information-submit-and-close": "Invia e chiudi", - "personal-information-back-to-settings": "Torna alle Impostazioni", - "personal-information-personal-information": "Informazioni personali", - "personal-information-manage-your-medusa-profile": "Gestisci il tuo profilo Medusa", - "personal-information-language-settings-title": "Lingua", - "personal-information-language-settings-description": "Regola la lingua di Medusa Admin", - "personal-information-language-settings-help-us-translate": "Aiutaci a tradurre", - "personal-information-usage-insights-title": "Analisi dell'uso", - "usage-insights-disabled": "Disabilitato", - "usage-insights-active": "Attivo", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Condividi le analisi dell'uso e aiutaci a migliorare Medusa", - "usage-insights-edit-preferences": "Modifica le preferenze", - "usage-insights-success": "Successo", - "usage-insights-your-information-was-successfully-updated": "Le tue informazioni sono state aggiornate con successo", - "usage-insights-error": "Errore", - "usage-insights-cancel": "Annulla", - "usage-insights-submit-and-close": "Invia e chiudi", - "region-form-title": "Titolo", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Il codice della valuta è obbligatorio", - "region-form-currency": "Valuta", - "region-form-choose-currency": "Scegli la valuta", - "region-form-default-tax-rate": "Tasso fiscale predefinito", - "region-form-tax-rate-is-required": "Il tasso fiscale è obbligatorio", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Il tasso fiscale deve essere uguale o inferiore al 100%", - "region-form-default-tax-code": "Codice fiscale predefinito", - "region-form-countries": "Paesi", - "region-form-choose-countries": "Scegli i paesi", - "region-form-tax-inclusive-prices": "Prezzi inclusivi di tasse", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Quando abilitato, i prezzi nella regione saranno inclusivi di tasse.", - "region-form-payment-providers-are-required": "I fornitori di pagamento sono obbligatori", - "region-form-payment-providers": "Fornitori di pagamento", - "region-form-choose-payment-providers": "Scegli i fornitori di pagamento...", - "region-form-fulfillment-providers-are-required": "I fornitori di consegna sono obbligatori", - "region-form-fulfillment-providers": "Fornitori di consegna", - "region-form-choose-fulfillment-providers": "Scegli i fornitori di consegna...", - "shipping-option-card-success": "Successo", - "shipping-option-card-shipping-option-updated": "Opzione di spedizione aggiornata", - "shipping-option-card-error": "Errore", - "shipping-option-card-edit-shipping-option": "Modifica Opzione di Spedizione", - "shipping-option-card-fulfillment-method": "Metodo di Consegna", - "shipping-option-card-cancel": "Annulla", - "shipping-option-card-save-and-close": "Salva e chiudi", - "shipping-option-card-shipping-option-has-been-deleted": "L'opzione di spedizione è stata eliminata", - "shipping-option-card-flat-rate": "Tariffa fissa", - "shipping-option-card-calculated": "Calcolato", - "shipping-option-card-min-subtotal": "Subtotale minimo:", - "shipping-option-card-max-subtotal": "Subtotale massimo:", - "shipping-option-card-admin": "Amministratore", - "shipping-option-card-store": "Negozio", - "shipping-option-card-edit": "Modifica", - "shipping-option-card-delete": "Elimina", - "shipping-option-form-visible-in-store": "Visibile nel negozio", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Abilita o disabilita la visibilità dell'opzione di spedizione nel negozio.", - "shipping-option-form-details": "Dettagli", - "shipping-option-form-title": "Titolo", - "shipping-option-form-title-is-required": "Il titolo è obbligatorio", - "shipping-option-form-price-type": "Tipo di Prezzo", - "shipping-option-form-flat-rate": "Tariffa Fissa", - "shipping-option-form-calculated": "Calcolato", - "shipping-option-form-choose-a-price-type": "Scegli un tipo di prezzo", - "shipping-option-form-price": "Prezzo", - "shipping-option-form-shipping-profile": "Profilo di Spedizione", - "shipping-option-form-choose-a-shipping-profile": "Scegli un profilo di spedizione", - "shipping-option-form-fulfillment-method": "Metodo di Consegna", - "shipping-option-form-choose-a-fulfillment-method": "Scegli un metodo di consegna", - "shipping-option-form-requirements": "Requisiti", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Il subtotale minimo deve essere inferiore al subtotale massimo", - "shipping-option-form-min-subtotal": "Subtotale minimo", - "shipping-option-form-max-subtotal": "Subtotale massimo", - "shipping-option-form-metadata": "Metadati", - "general-section-success": "Successo", - "general-section-region-was-successfully-updated": "La regione è stata aggiornata con successo", - "general-section-error": "Errore", - "general-section-edit-region-details": "Modifica Dettagli della Regione", - "general-section-details": "Dettagli", - "general-section-providers": "Fornitori", - "general-section-metadata": "Metadati", - "general-section-cancel": "Annulla", - "general-section-save-and-close": "Salva e chiudi", - "edit-something-went-wrong": "Qualcosa è andato storto...", - "edit-no-region-found": "Non possiamo trovare una regione con quell'ID, usa il menu a sinistra per selezionare una regione.", - "return-shipping-options-success": "Successo", - "return-shipping-options-shipping-option-created": "Opzione di spedizione creata", - "return-shipping-options-error": "Errore", - "return-shipping-options-add-return-shipping-option": "Aggiungi Opzione di Spedizione per il Reso", - "return-shipping-options-cancel": "Annulla", - "return-shipping-options-save-and-close": "Salva e chiudi", - "return-shipping-options-return-shipping-options": "Opzioni di Spedizione per il Reso", - "return-shipping-options-add-option": "Aggiungi Opzione", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Inserisci dettagli sugli specifici metodi di spedizione per il reso disponibili nella regione.", - "shipping-options-success": "Successo", - "shipping-options-shipping-option-created": "Opzione di spedizione creata", - "shipping-options-error": "Errore", - "shipping-options-add-shipping-option": "Aggiungi Opzione di Spedizione", - "shipping-options-cancel": "Annulla", - "shipping-options-save-and-close": "Salva e chiudi", - "shipping-options-shipping-options": "Opzioni di Spedizione", - "shipping-options-add-option": "Aggiungi Opzione", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Inserisci dettagli sugli specifici metodi di spedizione regionali disponibili.", - "new-region-created": "Regione creata", - "new-create-region": "Crea regione", - "new-details": "Dettagli", - "new-add-the-region-details": "Aggiungi i dettagli della regione.", - "new-providers": "Fornitori", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Aggiungi quali fornitori di consegna e pagamento dovrebbero essere disponibili in questa regione.", - "region-overview-regions": "Regioni", - "region-overview-manage-the-markets-that-you-will-operate-within": "Gestisci i mercati in cui opererai.", - "region-overview-not-configured": "Non configurato", - "region-overview-fulfillment-providers": "Fornitori di consegna:", - "return-reasons-notification-success": "Successo", - "return-reasons-created-a-new-return-reason": "Creata una nuova ragione per il reso", - "return-reasons-success": "Successo", - "return-reasons-error": "Errore", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Impossibile creare una ragione per il reso con un valore esistente", - "return-reasons-add-reason": "Aggiungi Motivo", - "return-reasons-value-is-required": "Il valore è obbligatorio", - "return-reasons-value": "Valore", - "return-reasons-label-is-required": "L'etichetta è obbligatoria", - "return-reasons-label": "Etichetta", - "return-reasons-description": "Descrizione", - "return-reasons-customer-received-the-wrong-size": "Il cliente ha ricevuto la taglia sbagliata", - "return-reasons-cancel": "Annulla", - "return-reasons-create": "Crea", - "return-reasons-success-title": "Successo", - "return-reasons-successfully-updated-return-reason": "Motivo di reso aggiornato con successo", - "return-reasons-duplicate-reason": "Motivo duplicato", - "return-reasons-delete-reason": "Elimina motivo", - "return-reasons-save": "Salva", - "return-reasons-details": "Dettagli", - "return-reasons-delete-return-reason": "Elimina Motivo di Reso", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Sei sicuro di voler eliminare questo motivo di reso?", - "return-reasons-back-to-settings": "Torna alle impostazioni", - "return-reasons-return-reasons": "Motivi di Reso", - "return-reasons-add-reason-label": "Aggiungi motivo", - "return-reasons-manage-reasons-for-returned-items": "Gestisci i motivi dei prodotti resi", - "taxes-details": "Dettagli", - "taxes-new-tax-rate": "Nuovo Tasso Fiscale", - "taxes-tax-calculation-settings": "Impostazioni di Calcolo delle Tasse", - "taxes-success": "Successo", - "taxes-successfully-updated-tax-rate": "Tasso fiscale aggiornato con successo.", - "taxes-error": "Errore", - "taxes-overrides": "Sovrascritture", - "taxes-product-rules": "Regole dei prodotti", - "taxes-product-rules-description_one": "Si applica a {{count}} prodotto", - "taxes-product-rules-description_other": "Si applica a {{count}} prodotti", - "taxes-product-type-rules": "Regole dei tipi di prodotto", - "taxes-product-type-rules-description_one": "Si applica a {{count}} tipo di prodotto", - "taxes-product-type-rules-description_other": "Si applica a {{count}} tipi di prodotto", - "taxes-shipping-option-rules": "Regole delle opzioni di spedizione", - "taxes-applies-to-shipping-option-with-count_one": "Si applica a {{count}} opzione di spedizione", - "taxes-applies-to-shipping-option-with-count_other": "Si applica a {{count}} opzioni di spedizione", - "taxes-add-overrides": "Aggiungi Sovrascritture", - "taxes-cancel": "Annulla", - "taxes-save": "Salva", - "taxes-name": "Nome", - "taxes-default": "Predefinito", - "taxes-rate-name": "Nome del Tasso", - "taxes-tax-rate": "Tasso fiscale", - "taxes-tax-code": "Codice fiscale", - "taxes-edit-tax-rate": "Modifica Tasso Fiscale", - "taxes-back-to-settings": "Torna alle impostazioni", - "taxes-regions": "Regioni", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Seleziona la regione per cui desideri gestire le tasse", - "taxes-go-to-region-settings": "Vai alle impostazioni della regione", - "taxes-successfully-created-tax-rate": "Tasso fiscale creato con successo.", - "taxes-add-tax-rate": "Aggiungi Tasso Fiscale", - "taxes-applies-to-product-type-with-count_one": "Si applica a {{count}} tipo di prodotto", - "taxes-applies-to-product-type-with-count_other": "Si applica a {{count}} tipi di prodotto", - "taxes-create": "Crea", - "taxes-select-products": "Seleziona Prodotti", - "taxes-select-product-types-label": "Seleziona Tipi di Prodotti", - "taxes-product-types": "Tipi di Prodotti", - "taxes-system-tax-provider": "Provider fiscale di sistema", - "taxes-region-tax-settings-were-successfully-updated": "Le impostazioni fiscali della regione sono state aggiornate con successo.", - "taxes-tax-provider": "Provider Fiscale", - "taxes-calculate-taxes-automatically": "Calcolare le tasse automaticamente?", - "taxes-automatically-apply-tax-calculations-to-carts": "Quando selezionato, Medusa applicherà automaticamente i calcoli delle tasse ai carrelli in questa regione. Quando deselezionato, dovrai calcolare manualmente le tasse al momento del pagamento. Le tasse manuali sono consigliate se si utilizza un provider fiscale di terze parti per evitare di effettuare troppe richieste.", - "taxes-apply-tax-to-gift-cards": "Applicare le tasse alle gift card?", - "taxes-apply-taxes-to-gift-cards": "Quando selezionato, le tasse saranno applicate alle gift card al momento del pagamento. In alcuni paesi, le normative fiscali richiedono che le tasse siano applicate all'acquisto delle gift card.", - "taxes-search-products": "Cerca Prodotti...", - "taxes-select-shipping-option": "Seleziona Opzione di Spedizione", - "taxes-shipping-options": "Opzioni di Spedizione", - "taxes-delete-tax-rate-heading": "Elimina Tasso Fiscale", - "taxes-confirm-delete": "Sei sicuro di voler eliminare questo tasso fiscale?", - "taxes-tax-rate-was-deleted": "Il tasso fiscale è stato eliminato.", - "taxes-edit": "Modifica", - "taxes-delete-tax-rate": "Elimina Tasso Fiscale", - "taxes-delete-rule": "Elimina Regola", - "taxes-type": "Tipo", - "taxes-products": "Prodotti", - "taxes-select-individual-products": "Seleziona Prodotti Singoli", - "taxes-select-product-types": "Seleziona Tipi di Prodotti", - "taxes-select-shipping-options": "Seleziona Opzioni di Spedizione", - "taxes-back": "Indietro", - "taxes-add": "Aggiungi", - "taxes-code": "Codice", - "users-invite-users": "Invita Utenti", - "users-back-to-settings": "Torna alle impostazioni", - "users-the-team": "Il Team", - "users-manage-users-of-your-medusa-store": "Gestisci gli utenti del tuo Negozio Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/ja/translation.json b/packages/admin-ui/ui/public/locales/ja/translation.json deleted file mode 100644 index 46fb0b405dca9..0000000000000 --- a/packages/admin-ui/ui/public/locales/ja/translation.json +++ /dev/null @@ -1,2006 +0,0 @@ -{ - "back-button-go-back": "戻る", - "filter-menu-trigger": "表示する", - "filter-menu-clear-button": "クリア", - "filter-menu-select-item-default-placeholder": "フィルタを選択する", - "filter-menu-select-item-clear-button": "選択したオプションをクリアする", - "filter-menu-select-item-selected": "選択中", - "filter-menu-date-item-before": "前", - "filter-menu-date-item-after": "後ろ", - "filter-menu-date-item-between": "間に", - "sales-channels-display-available-count": "<2>{{availableChannelsCount}} / <6>{{totalChannelsCount}}の販売チャンネルで利用可能", - "activity-drawer-activity": "アクティビティ", - "activity-drawer-no-notifications-title": "ここは静かです...", - "activity-drawer-no-notifications-description": "現在通知はありませんが、通知があるとここに表示されます。", - "activity-drawer-error-title": "おっと...", - "activity-drawer-error-description": "通知を取得しようとしている間に何か問題が発生しました - それでも試みます!", - "activity-drawer-processing": "処理中...", - "analytics-config-form-title": "利用データの匿名化", - "analytics-config-form-description": "利用データの匿名化を選択することができます。このオプションが選択されている場合、お名前やメールアドレスなどの個人情報は収集しません。", - "analytics-config-form-opt-out": "利用データの共有をオプトアウトする", - "analytics-config-form-opt-out-later": "いつでも利用データの共有をオプトアウトすることができます。", - "analytics-preferences-success": "成功", - "analytics-preferences-your-preferences-were-successfully-updated": "設定が正常に更新されました", - "analytics-preferences-error": "エラー", - "analytics-preferences-help-us-get-better": "私たちがよりよくなる手助けをしてください", - "analytics-preferences-disclaimer": "Medusaの使用方法を知ることで、より魅力的なEC体験を作りたいと考えています。ユーザーのインサイトは、より良い、より魅力的で使いやすい製品を作るために役立ちます。製品の改善のためにのみデータを収集しています。私たちが収集するデータについては、私たちの〔ドキュメント〕をお読みください", - "analytics-preferences-documentation": "有効なメールアドレスを入力してください", - "analytics-preferences-please-enter-a-valid-email": "続ける", - "analytics-preferences-continue": "通貨", - "currency-input-currency": "金額が有効ではありません", - "currency-input-amount-is-not-valid": "成功", - "organisms-success": "削除が成功しました", - "organisms-delete-successful": "本当に削除しますか?", - "organisms-are-you-sure-you-want-to-delete": "いいえ、キャンセル", - "organisms-no-cancel": "はい、削除します", - "organisms-yes-remove": "追加の詳細を非表示", - "details-collapsible-hide-additional-details": "追加の詳細を表示", - "details-collapsible-show-additional-details": "成功", - "edit-user-modal-success": "ユーザーが更新されました", - "edit-user-modal-user-was-updated": "エラー", - "edit-user-modal-edit-user": "ユーザーを編集する", - "edit-user-modal-first-name-label": "名前", - "edit-user-modal-first-name-placeholder": "名前...", - "edit-user-modal-last-name-label": "姓", - "edit-user-modal-last-name-placeholder": "姓...", - "edit-user-modal-email": "メール", - "edit-user-modal-cancel": "キャンセル", - "edit-user-modal-save": "保存", - "error-boundary-back-to-dashboard": "ダッシュボードに戻る", - "error-boundary-an-unknown-error-occured": "不明なエラーが発生しました", - "error-boundary-bad-request": "不正なリクエスト", - "error-boundary-you-are-not-logged-in": "ログインしていません", - "error-boundary-you-do-not-have-permission-perform-this-action": "この操作を実行する権限がありません", - "error-boundary-page-was-not-found": "ページが見つかりませんでした", - "error-boundary-an-unknown-server-error-occured": "不明なサーバーエラーが発生しました", - "error-boundary-503": "現在、サーバーは利用できません", - "error-boundary-500": "原因不明のエラーが発生しました。これはおそらく私たちの技術的な問題に起因するものです。ページを更新してみてください。問題が続く場合は、管理者に連絡してください。", - "error-boundary-400": "リクエストが不正です。リクエストを修正して再試行してください。", - "error-boundary-401": "ログインしていません。続行するにはログインしてください。", - "error-boundary-403": "この操作を実行する権限がありません。もしミスだと思ったら、管理者に連絡してください。", - "error-boundary-404": "指定されたページが見つかりませんでした。URLを確認してもう一度試してください。", - "error-boundary-500-2": "サーバーが要求を処理できませんでした。これはほとんどが私たちの側の技術的な問題によるものです。もう一度お試しください。問題が続く場合は、管理者にお問い合わせください。", - "error-boundary-503-2": "サーバーが一時的に利用できないため、要求を処理できませんでした。後でもう一度お試しください。問題が続く場合は、管理者にお問い合わせください。", - "export-modal-title": "データのエクスポートを初期化します", - "export-modal-cancel": "キャンセル", - "export-modal-export": "エクスポートする", - "file-upload-modal-upload-a-new-photo": "新しい写真をアップロードする", - "gift-card-banner-edit": "編集する", - "gift-card-banner-unpublish": "非公開にする", - "gift-card-banner-publish": "公開する", - "gift-card-banner-delete": "削除する", - "gift-card-banner-published": "公開中", - "gift-card-banner-unpublished": "非公開", - "gift-card-denominations-section-denomination-added": "デノミネーションが追加されました", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "新しいデノミネーションが正常に追加されました", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "そのデフォルト値を持つデノミネーションはすでに存在します", - "gift-card-denominations-section-error": "エラー", - "gift-card-denominations-section-add-denomination": "デノミネーションを追加する", - "gift-card-denominations-section-cancel": "キャンセル", - "gift-card-denominations-section-save-and-close": "保存して閉じる", - "gift-card-denominations-section-denomination-updated": "表記名が更新されました", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "新しい表記名が正常に更新されました", - "gift-card-denominations-section-edit-denomination": "表記名を編集する", - "gift-card-denominations-section-denominations": "表記名", - "gift-card-denominations-section-denomination": "表記名", - "gift-card-denominations-section-in-other-currencies": "他の通貨で", - "gift-card-denominations-section-and-more_one": "さらに{{count}}件", - "gift-card-denominations-section-and-more_other": "さらに{{count}}件", - "gift-card-denominations-section-delete-denomination": "表記名を削除する", - "gift-card-denominations-section-confirm-delete": "本当にこの表記名を削除しますか?", - "gift-card-denominations-section-denomination-deleted": "表記名が削除されました", - "gift-card-denominations-section-denomination-was-successfully-deleted": "表記名が正常に削除されました", - "gift-card-denominations-section-edit": "編集する", - "gift-card-denominations-section-delete": "削除する", - "help-dialog-how-can-we-help": "なにかお手伝いできますか?", - "help-dialog-we-usually-respond-in-a-few-hours": "通常数時間以内に返信いたします", - "help-dialog-subject": "件名", - "help-dialog-what-is-it-about": "何についてですか?...", - "help-dialog-write-a-message": "メッセージを入力してください...", - "help-dialog-feel-free-to-join-our-community-of": "私たちのコミュニティに自由に参加してください", - "help-dialog-merchants-and-e-commerce-developers": "マーチャントとEコマース開発者", - "help-dialog-send-a-message": "メッセージを送る", - "invite-modal-success": "成功", - "invite-modal-invitation-sent-to": "{{user}}への招待を送信しました", - "invite-modal-error": "エラー", - "invite-modal-member": "メンバー", - "invite-modal-admin": "管理者", - "invite-modal-developer": "開発者", - "invite-modal-invite-users": "ユーザーを招待する", - "invite-modal-email": "メール", - "invite-modal-role": "役割", - "invite-modal-select-role": "役割を選択してください", - "invite-modal-cancel": "キャンセル", - "invite-modal-invite": "招待する", - "login-card-no-match": "これらの資格情報は当社の記録と一致しません。", - "login-card-log-in-to-medusa": "Medusaにログインする", - "login-card-email": "メール", - "login-card-password": "パスワード", - "login-card-forgot-your-password": "パスワードをお忘れですか?", - "metadata-add-metadata": "メタデータを追加する", - "product-attributes-section-edit-attributes": "属性を編集する", - "product-attributes-section-dimensions": "寸法", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "最も正確な送料を計算するように設定する", - "product-attributes-section-customs": "税関", - "product-attributes-section-cancel": "キャンセル", - "product-attributes-section-save": "保存する", - "product-attributes-section-title": "属性", - "product-attributes-section-height": "高さ", - "product-attributes-section-width": "幅", - "product-attributes-section-length": "長さ", - "product-attributes-section-weight": "重さ", - "product-attributes-section-mid-code": "MIDコード", - "product-attributes-section-hs-code": "HSコード", - "product-attributes-section-country-of-origin": "原産国", - "product-general-section-success": "成功", - "product-general-section-successfully-updated-sales-channels": "販売チャネルを正常に更新しました", - "product-general-section-error": "エラー", - "product-general-section-failed-to-update-sales-channels": "販売チャネルの更新に失敗しました", - "product-general-section-edit-general-information": "一般情報を編集する", - "product-general-section-gift-card": "ギフトカード", - "product-general-section-product": "商品", - "product-general-section-metadata": "メタデータ", - "product-general-section-cancel": "キャンセル", - "product-general-section-save": "保存", - "product-general-section-delete": "削除", - "product-general-section-edit-sales-channels": "販売チャネルの編集", - "product-general-section-published": "公開済み", - "product-general-section-draft": "下書き", - "product-general-section-details": "詳細", - "product-general-section-subtitle": "字幕", - "product-general-section-handle": "ハンドル", - "product-general-section-type": "タイプ", - "product-general-section-collection": "コレクション", - "product-general-section-category": "カテゴリー", - "product-general-section-discountable": "割引可能", - "product-general-section-true": "はい", - "product-general-section-false": "いいえ", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "販売チャネル", - "product-media-section-edit-media": "メディアを編集する", - "product-media-section-upload-images-error": "画像のアップロード中に問題が発生しました。", - "product-media-section-file-service-not-configured": "ファイルサービスが構成されていない可能性があります。管理者に連絡してください。", - "product-media-section-error": "エラー", - "product-media-section-media": "メディア", - "product-media-section-add-images-to-your-product": "製品に画像を追加してください。", - "product-media-section-cancel": "キャンセル", - "product-media-section-save-and-close": "保存して閉じる", - "product-raw-section-raw-gift-card": "生のギフトカード", - "product-raw-section-raw-product": "生の製品", - "product-thumbnail-section-success": "成功", - "product-thumbnail-section-successfully-deleted-thumbnail": "サムネイルを削除しました", - "product-thumbnail-section-error": "エラー", - "product-thumbnail-section-edit": "編集する", - "product-thumbnail-section-upload": "アップロードする", - "product-thumbnail-section-upload-thumbnail-error": "サムネイルのアップロード中に問題が発生しました。", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "ファイルサービスが構成されていない可能性があります。管理者に連絡してください", - "product-thumbnail-section-upload-thumbnail": "サムネイルをアップロードする", - "product-thumbnail-section-thumbnail": "サムネイル", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "チェックアウトやソーシャル共有などで製品を表すために使用されます。", - "product-thumbnail-section-cancel": "キャンセル", - "product-thumbnail-section-save-and-close": "保存して閉じる", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "価格を追加", - "product-variants-section-add-variant": "バリアントを追加", - "product-variants-section-cancel": "キャンセル", - "product-variants-section-save-and-close": "保存して閉じる", - "product-variants-section-edit-stock-inventory": "在庫と在庫の編集", - "product-variants-section-edit-variant": "バリアントの編集", - "edit-variants-modal-cancel": "キャンセル", - "edit-variants-modal-save-and-go-back": "保存して戻る", - "edit-variants-modal-save-and-close": "保存して閉じる", - "edit-variants-modal-edit-variant": "バリアントの編集", - "edit-variants-modal-update-success": "バリアントが正常に更新されました", - "edit-variants-modal-edit-variants": "バリアントの編集", - "edit-variants-modal-product-variants": "製品のバリアント", - "edit-variants-modal-variant": "バリアント", - "edit-variants-modal-inventory": "在庫", - "product-variants-section-edit-prices": "価格を編集", - "product-variants-section-edit-variants": "バリエーションの編集", - "product-variants-section-edit-options": "オプションの編集", - "product-variants-section-product-variants": "商品バリエーション", - "product-variants-section-error": "エラー", - "product-variants-section-failed-to-update-product-options": "商品オプションの更新に失敗しました", - "product-variants-section-success": "成功", - "product-variants-section-successfully-updated-product-options": "商品オプションの更新に成功しました", - "product-variants-section-product-options": "商品オプション", - "product-variants-section-option-title": "オプションのタイトル", - "product-variants-section-option-title-is-required": "オプションのタイトルは必須です", - "product-variants-section-add-an-option": "オプションを追加", - "product-variants-section-inventory": "在庫", - "product-variants-section-title": "タイトル", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "在庫管理", - "product-variants-section-duplicate-variant": "バリエーションの複製", - "product-variants-section-delete-variant-label": "バリエーションの削除", - "product-variants-section-yes-delete": "はい、削除します", - "product-variants-section-delete-variant-heading": "バリエーションの削除", - "product-variants-section-confirm-delete": "このバリアントを削除してもよろしいですか?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "注意:バリアントを削除すると、在庫アイテムとレベルも削除されます。", - "reset-token-card-error": "エラー", - "reset-token-card-reset-your-password": "パスワードをリセットする", - "reset-token-card-password-reset-description": "以下にメールアドレスを入力すると、パスワードをリセットする方法についての<1>指示が送信されます。", - "reset-token-card-email": "メールアドレス", - "reset-token-card-this-is-not-a-valid-email": "有効なメールアドレスではありません", - "reset-token-card-send-reset-instructions": "リセットの指示を送信する", - "reset-token-card-successfully-sent-you-an-email": "メールが正常に送信されました", - "reset-token-card-go-back-to-sign-in": "サインインに戻る", - "rma-return-product-table-product-details": "製品の詳細", - "rma-return-product-table-quantity": "数量", - "rma-select-product-table-product-details": "製品の詳細", - "rma-select-product-table-quantity": "数量", - "rma-select-product-table-refundable": "返金可能", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "理由の選択", - "sidebar-store": "ストア", - "sidebar-orders": "注文", - "sidebar-products": "製品", - "sidebar-categories": "カテゴリー", - "sidebar-customers": "顧客", - "sidebar-inventory": "在庫", - "sidebar-discounts": "割引", - "sidebar-gift-cards": "ギフトカード", - "sidebar-pricing": "価格設定", - "sidebar-settings": "設定", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} / {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} / {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} / {{soothedPageCount}}", - "timeline-request-return": "返品リクエスト", - "timeline-register-exchange": "交換登録", - "timeline-register-claim": "クレーム登録", - "timeline-success": "成功", - "timeline-added-note": "メモを追加", - "timeline-error": "エラー", - "timeline-timeline": "タイムライン", - "upload-modal-new": "新着", - "upload-modal-updates": "更新", - "upload-modal-drop-your-file-here-or": "ここにファイルをドロップするか、", - "upload-modal-click-to-browse": "クリックして参照してください。", - "upload-modal-only-csv-files-are-supported": ".csvファイルのみサポートされています。", - "upload-modal-import-file-title": "{{fileTitle}}をインポートする", - "upload-modal-cancel": "キャンセル", - "upload-modal-import-list": "リストをインポートする", - "add-products-modal-add-products": "商品を追加する", - "add-products-modal-search-by-name-or-description": "名前や説明で検索する...", - "add-products-modal-cancel": "キャンセル", - "add-products-modal-save": "保存する", - "add-products-modal-product-details": "商品の詳細", - "add-products-modal-status": "ステータス", - "add-products-modal-variants": "バリアント", - "templates-general": "一般", - "templates-first-name": "名", - "templates-last-name": "姓", - "templates-company": "会社", - "templates-phone": "電話番号", - "templates-billing-address": "請求先住所", - "templates-shipping-address": "配送先住所", - "templates-address": "住所", - "templates-address-1": "住所 1", - "templates-address-2": "住所 2", - "templates-postal-code": "郵便番号", - "templates-city": "市", - "templates-province": "州", - "templates-country": "国", - "templates-metadata": "メタデータ", - "collection-modal-success": "成功", - "collection-modal-successfully-updated-collection": "コレクションの更新に成功しました", - "collection-modal-error": "エラー", - "collection-modal-successfully-created-collection": "コレクションの作成に成功しました", - "collection-modal-edit-collection": "コレクションの編集", - "collection-modal-add-collection": "コレクションの追加", - "collection-modal-description": "コレクションを作成するには、タイトルとハンドルが必要です。", - "collection-modal-details": "詳細", - "collection-modal-title-label": "タイトル", - "collection-modal-title-placeholder": "サングラス", - "collection-modal-handle-label": "ハンドル", - "collection-modal-handle-placeholder": "サングラス", - "collection-modal-slug-description": "コレクションのURLスラッグ。空欄の場合は自動生成されます。", - "collection-modal-metadata": "メタデータ", - "collection-modal-cancel": "キャンセル", - "collection-modal-save-collection": "コレクションを保存", - "collection-modal-publish-collection": "コレクションを公開", - "collection-product-table-add-products": "商品を追加", - "collection-product-table-products": "商品", - "collection-product-table-search-products": "商品を検索", - "collection-product-table-cancel": "キャンセル", - "collection-product-table-save": "保存", - "collection-product-table-sort-by": "並べ替え", - "collection-product-table-all": "すべて", - "collection-product-table-newest": "新しい順", - "collection-product-table-oldest": "古い順", - "collection-product-table-title": "タイトル", - "collection-product-table-decide-status-published": "公開済み", - "collection-product-table-draft": "下書き", - "collection-product-table-proposed": "提案済み", - "collection-product-table-rejected": "却下済み", - "collection-product-table-remove-product-from-collection": "コレクションから商品を削除", - "collection-product-table-product-removed-from-collection": "コレクションから商品が削除されました", - "collections-table-delete-collection": "コレクションを削除する", - "collections-table-confirm-delete": "このコレクションを削除してもよろしいですか?", - "collections-table-edit": "編集", - "collections-table-delete": "削除", - "collections-table-title": "タイトル", - "collections-table-handle": "ハンドル", - "collections-table-created-at": "作成日", - "collections-table-updated-at": "更新日", - "collections-table-products": "商品", - "customer-group-table-details": "詳細", - "customer-group-table-delete": "削除", - "customer-group-table-success": "成功", - "customer-group-table-group-deleted": "グループが削除されました", - "customer-group-table-error": "エラー", - "customer-group-table-failed-to-delete-the-group": "グループの削除に失敗しました", - "customer-group-table-customer-groups": "顧客グループ", - "customer-group-table-delete-from-the-group": "グループから削除する", - "customer-group-table-customer-groups-title": "顧客グループ", - "customer-group-table-groups": "グループ", - "customer-group-table-all": "すべて", - "customer-group-table-edit-customers": "顧客を編集", - "customer-group-table-customers": "顧客", - "customer-group-table-cancel": "キャンセル", - "customer-group-table-save": "保存", - "customer-orders-table-orders": "注文", - "customer-orders-table-transfer-order": "注文を移動", - "customer-orders-table-paid": "支払い済み", - "customer-orders-table-awaiting": "待機中", - "customer-orders-table-requires-action": "対応が必要", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "完了済み", - "customer-orders-table-shipped": "出荷済み", - "customer-orders-table-not-fulfilled": "未完了", - "customer-orders-table-partially-fulfilled": "一部完了", - "customer-orders-table-partially-shipped": "一部出荷済み", - "customer-orders-table-order": "注文", - "customer-orders-table-remainder-more": "+ {{remainder}} もっと", - "customer-orders-table-date": "日付", - "customer-orders-table-fulfillment": "達成", - "customer-orders-table-status": "ステータス", - "customer-orders-table-total": "合計", - "customer-table-customers": "顧客", - "customer-table-edit": "編集", - "customer-table-details": "詳細", - "customer-table-date-added": "追加日", - "customer-table-name": "名前", - "customer-table-email": "メールアドレス", - "customer-table-orders": "注文", - "discount-filter-dropdown-filters": "フィルター", - "discount-table-discounts": "割引", - "discount-table-search-by-code-or-description": "コードまたは説明で検索...", - "discount-table-success": "成功", - "discount-table-successfully-copied-discount": "割引を正常にコピーしました", - "discount-table-error": "エラー", - "discount-table-scheduled": "予約済み", - "discount-table-expired": "期限切れ", - "discount-table-active": "有効な", - "discount-table-disabled": "無効な", - "discount-table-free-shipping": "送料無料", - "discount-table-code": "コード", - "discount-table-description": "説明", - "discount-table-amount": "金額", - "discount-table-status": "ステータス", - "discount-table-redemptions": "引き換え", - "discount-table-delete-discount": "ディスカウントを削除", - "discount-table-confirm-delete": "このディスカウントを削除してもよろしいですか?", - "discount-table-publish": "公開する", - "discount-table-unpublish": "非公開にする", - "discount-table-successfully-published-discount": "ディスカウントを正常に公開しました", - "discount-table-successfully-unpublished-discount": "ディスカウントを正常に非公開にしました", - "discount-table-duplicate": "複製", - "discount-table-delete": "削除", - "draft-order-table-draft-orders": "下書き注文", - "draft-order-table-completed": "完了", - "draft-order-table-open": "オープン", - "draft-order-table-draft": "下書き", - "draft-order-table-order": "注文", - "draft-order-table-date-added": "追加日", - "draft-order-table-customer": "顧客", - "draft-order-table-status": "ステータス", - "gift-card-filter-dropdown-is-in-the-last": "最後の中にある", - "gift-card-filter-dropdown-is-older-than": "より古い", - "gift-card-filter-dropdown-is-after": "の後", - "gift-card-filter-dropdown-is-before": "の前", - "gift-card-filter-dropdown-is-equal-to": "と等しい", - "gift-card-filter-dropdown-filters": "フィルター", - "gift-card-filter-dropdown-status": "ステータス", - "gift-card-filter-dropdown-payment-status": "支払い状況", - "gift-card-filter-dropdown-fulfillment-status": "履行状況", - "gift-card-filter-dropdown-date": "日付", - "gift-card-table-gift-cards": "ギフトカード", - "gift-card-table-code": "コード", - "gift-card-table-order": "注文", - "gift-card-table-original-amount": "元の金額", - "gift-card-table-balance": "残高", - "gift-card-table-region-has-been-deleted": "地域が削除されました", - "gift-card-table-none": "なし", - "gift-card-table-created": "作成された", - "image-table-file-name": "ファイル名", - "image-table-thumbnail": "サムネイル", - "image-table-select-thumbnail-image-for-product": "この商品のサムネイルに使用する画像を選択してください", - "inventory-table-inventory-items": "在庫アイテム", - "inventory-table-actions-adjust-availability": "可用性の調整", - "inventory-table-view-product": "商品を表示する", - "inventory-table-success": "成功", - "inventory-table-inventory-item-updated-successfully": "在庫アイテムが正常に更新されました", - "inventory-table-adjust-availability": "可用性の調整", - "inventory-table-cancel": "キャンセル", - "inventory-table-save-and-close": "保存して閉じる", - "inventory-table-item": "アイテム", - "inventory-table-variant": "バリアント", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "予約済み", - "inventory-table-in-stock": "在庫あり", - "order-filter-dropdown-filters": "フィルター", - "order-filter-dropdown-status": "ステータス", - "order-filter-dropdown-payment-status": "支払いステータス", - "order-filter-dropdown-fulfillment-status": "履行ステータス", - "order-filter-dropdown-regions": "地域", - "order-filter-dropdown-sales-channel": "販売チャンネル", - "order-filter-dropdown-date": "日付", - "order-table-paid": "支払い済み", - "order-table-awaiting": "保留中", - "order-table-requires-action": "対応が必要", - "order-table-canceled": "キャンセル済み", - "order-table-n-a": "不適用", - "order-table-order": "注文", - "order-table-date-added": "追加日", - "order-table-customer": "顧客", - "order-table-fulfillment": "発送", - "order-table-payment-status": "支払い状況", - "order-table-sales-channel": "販売チャンネル", - "order-table-total": "合計", - "order-table-filters-complete": "完了", - "order-table-filters-incomplete": "未完了", - "price-list-table-filters": "フィルター", - "price-list-table-status": "ステータス", - "price-list-table-type": "タイプ", - "price-list-table-price-lists": "価格リスト", - "price-list-table-success": "成功", - "price-list-table-successfully-copied-price-list": "価格リストを正常にコピーしました", - "price-list-table-error": "エラー", - "price-list-table-delete-price-list": "価格リストを削除します", - "price-list-table-confirm-delete": "この価格リストを削除してもよろしいですか?", - "price-list-table-successfully-deleted-the-price-list": "価格リストを正常に削除しました", - "price-list-table-successfully-unpublished-price-list": "価格リストを正常に非公開にしました", - "price-list-table-successfully-published-price-list": "価格リストを正常に公開しました", - "price-list-table-unpublish": "非公開", - "price-list-table-publish": "公開", - "price-list-table-delete": "削除", - "price-list-table-name": "名前", - "price-list-table-description": "説明", - "price-list-table-groups": "グループ", - "price-list-table-other-more": "+他{{other}}件", - "price-overrides-apply-overrides-on-selected-variants": "選択したバリアントにオーバーライドを適用する", - "price-overrides-apply-on-all-variants": "すべてのバリアントに適用する", - "price-overrides-prices": "価格", - "price-overrides-cancel": "キャンセル", - "price-overrides-save-and-close": "保存して閉じる", - "price-overrides-show-regions": "地域を表示する", - "product-table-products": "製品", - "product-table-copy-success": "成功", - "product-table-copy-created-a-new-product": "新しい製品を作成しました", - "product-table-copy-error": "エラー", - "product-table-delete-product": "製品を削除する", - "product-table-confirm-delete": "この製品を削除してもよろしいですか?", - "product-table-edit": "編集する", - "product-table-unpublish": "非公開にする", - "product-table-publish": "公開する", - "product-table-draft": "下書き", - "product-table-published": "公開済み", - "product-table-success": "成功", - "product-table-successfully-unpublished-product": "製品を正常に非公開にしました", - "product-table-successfully-published-product": "製品を正常に公開しました", - "product-table-error": "エラー", - "product-table-duplicate": "複製", - "product-table-delete": "削除", - "product-table-proposed": "提案済み", - "product-table-published-title": "公開済み", - "product-table-rejected": "拒否されました", - "product-table-draft-title": "下書き", - "product-table-name": "名前", - "product-table-collection": "コレクション", - "product-table-status": "状態", - "product-table-availability": "利用可能性", - "product-table-inventory": "在庫", - "product-table-inventory-in-stock-count_one": "{{count}}種類のバリアントに在庫があります", - "product-table-inventory-in-stock-count_other": "{{count}}種類のバリアントに在庫があります", - "reservation-form-location": "場所", - "reservation-form-choose-where-you-wish-to-reserve-from": "予約したい場所を選択してください。", - "reservation-form-item-to-reserve": "予約するアイテム", - "reservation-form-select-the-item-that-you-wish-to-reserve": "予約したいアイテムを選択してください。", - "reservation-form-item": "アイテム", - "reservation-form-in-stock": "在庫あり", - "reservation-form-available": "利用可能", - "reservation-form-reserve": "予約する", - "reservation-form-remove-item": "アイテムの削除", - "reservation-form-description": "説明", - "reservation-form-what-type-of-reservation-is-this": "この予約はどのタイプですか?", - "reservations-table-reservations": "予約", - "reservations-table-edit": "編集", - "reservations-table-delete": "削除", - "reservations-table-confirm-delete": "この予約を削除してもよろしいですか?", - "reservations-table-remove-reservation": "予約を削除", - "reservations-table-reservation-has-been-removed": "予約が削除されました", - "new-success": "成功", - "new-successfully-created-reservation": "予約が正常に作成されました", - "new-error": "エラー", - "new-cancel": "キャンセル", - "new-save-reservation": "予約を保存", - "new-reserve-item": "商品を予約", - "new-metadata": "メタデータ", - "reservations-table-order-id": "注文ID", - "reservations-table-description": "説明", - "reservations-table-created": "作成日", - "reservations-table-quantity": "数量", - "search-modal-start-typing-to-search": "検索するには入力を開始してください...", - "search-modal-clear-search": "検索をクリア", - "search-modal-or": "または", - "search-modal-to-navigate": "ナビゲートする", - "search-modal-to-select-and": "選択する", - "search-modal-to-search-anytime": "いつでも検索する", - "templates-settings": "設定", - "templates-manage-the-settings-for-your-medusa-store": "Medusaストアの設定を管理する", - "transfer-orders-modal-info": "情報", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "顧客はすでに注文の所有者です", - "transfer-orders-modal-success": "成功", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "注文を別の顧客に正常に転送しました", - "transfer-orders-modal-error": "エラー", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "注文を別の顧客に転送できませんでした", - "transfer-orders-modal-transfer-order": "注文を転送する", - "transfer-orders-modal-order": "注文", - "transfer-orders-modal-current-owner": "現在の所有者", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "この注文に関連付けられている現在の顧客", - "transfer-orders-modal-new-owner": "新しい所有者", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "この注文を転送する顧客", - "transfer-orders-modal-cancel": "キャンセル", - "transfer-orders-modal-confirm": "確認", - "templates-edit-user": "ユーザーを編集する", - "templates-remove-user": "ユーザーを削除する", - "templates-resend-invitation": "招待を再送する", - "templates-success": "成功", - "templates-invitiation-link-has-been-resent": "招待リンクが再送されました", - "templates-copy-invite-link": "招待リンクをコピー", - "templates-invite-link-copied-to-clipboard": "招待リンクがクリップボードにコピーされました", - "templates-remove-invitation": "招待を削除する", - "templates-expired": "期限切れ", - "templates-pending": "保留中", - "templates-all": "すべて", - "templates-member": "メンバー", - "templates-admin": "管理者", - "templates-no-team-permissions": "チーム権限なし", - "templates-status": "ステータス", - "templates-active": "アクティブ", - "templates-name": "名前", - "templates-email": "メールアドレス", - "templates-team-permissions": "チーム権限", - "templates-confirm-remove": "このユーザーを削除してもよろしいですか?", - "templates-remove-user-heading": "ユーザーを削除する", - "templates-user-has-been-removed": "ユーザーは削除されました", - "templates-confirm-remove-invite": "この招待を削除しますか?", - "templates-remove-invite": "招待を削除", - "templates-invitiation-has-been-removed": "招待が削除されました", - "multiselect-choose-categories": "カテゴリを選択してください", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "成功", - "details-updated-products-in-collection": "コレクションの製品を更新しました", - "details-error": "エラー", - "details-back-to-collections": "コレクションに戻る", - "details-edit-collection": "コレクションを編集する", - "details-delete": "削除", - "details-metadata": "メタデータ", - "details-edit-products": "製品を編集する", - "details-products-in-this-collection": "このコレクションの製品", - "details-raw-collection": "生のコレクション", - "details-delete-collection": "コレクションを削除する", - "details-successfully-deleted-collection": "コレクションが正常に削除されました", - "details-yes-delete": "はい、削除します", - "details-successfully-updated-customer": "顧客の情報が正常に更新されました", - "details-customer-details": "顧客の詳細", - "details-general": "一般", - "details-first-name": "名", - "details-lebron": "レブロン", - "details-last-name": "姓", - "details-james": "ジェームズ", - "details-email": "メール", - "details-phone-number": "電話番号", - "details-cancel": "キャンセル", - "details-save-and-close": "保存して閉じる", - "details-edit": "編集", - "details-back-to-customers": "顧客に戻る", - "details-first-seen": "初回アクセス", - "details-phone": "電話", - "details-orders": "注文", - "details-user": "ユーザー", - "details-orders_one": "{{count}}件の注文", - "details-orders_other": "{{count}}件の注文", - "details-an-overview-of-customer-orders": "注文の概要", - "details-raw-customer": "生の顧客", - "groups-group-updated": "グループが更新されました", - "groups-group-created": "グループが作成されました", - "groups-the-customer-group-has-been-updated": "顧客グループが更新されました", - "groups-the-customer-group-has-been-created": "顧客グループが作成されました", - "groups-edit-customer-group": "顧客グループの編集", - "groups-create-a-new-customer-group": "新しい顧客グループの作成", - "groups-details": "詳細", - "groups-metadata": "メタデータ", - "groups-cancel": "キャンセル", - "groups-edit-group": "グループの編集", - "groups-publish-group": "グループの公開", - "groups-no-customers-in-this-group-yet": "まだこのグループに顧客はいません", - "groups-customers": "顧客", - "groups-edit": "編集", - "groups-delete": "削除", - "groups-yes-delete": "はい、削除", - "groups-delete-the-group": "グループの削除", - "groups-group-deleted": "グループが削除されました", - "groups-confirm-delete-customer-group": "この顧客グループを削除してもよろしいですか?", - "groups-back-to-customer-groups": "顧客グループに戻る", - "groups-new-group": "新しいグループ", - "add-condition-conditions-were-successfully-added": "条件が正常に追加されました", - "add-condition-discount-conditions-updated": "割引条件が更新されました", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditionsはConditionsProvider内で使用する必要があります", - "collections-search": "検索...", - "collections-cancel": "キャンセル", - "collections-save-and-go-back": "保存して戻る", - "collections-save-and-close": "保存して閉じる", - "customer-groups-search": "検索...", - "customer-groups-cancel": "キャンセル", - "customer-groups-save-and-go-back": "保存して戻る", - "customer-groups-save-and-close": "保存して閉じる", - "product-types-search": "検索...", - "product-types-cancel": "キャンセル", - "product-types-save-and-go-back": "保存して戻る", - "product-types-save-and-close": "保存して閉じる", - "products-search": "検索...", - "products-cancel": "キャンセル", - "products-save-and-go-back": "保存して戻る", - "products-save-and-close": "保存して閉じる", - "tags-search": "検索...", - "tags-cancel": "キャンセル", - "tags-save-and-go-back": "保存して戻る", - "tags-save-and-close": "保存して閉じる", - "edit-condition-add-conditions": "条件を追加", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "選択解除", - "edit-condition-remove": "削除", - "edit-condition-add": "追加", - "edit-condition-title": "割引条件で{{type}}を編集", - "edit-condition-close": "閉じる", - "edit-condition-success": "成功", - "edit-condition-the-resources-were-successfully-added": "リソースが正常に追加されました", - "edit-condition-error": "エラー", - "edit-condition-failed-to-add-resources": "リソースの追加に失敗しました", - "edit-condition-the-resources-were-successfully-removed": "リソースが正常に削除されました", - "edit-condition-failed-to-remove-resources": "リソースの削除に失敗しました", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContextはEditConditionProvider内で使用する必要があります", - "conditions-conditions": "条件", - "conditions-add-condition-label": "条件を追加する", - "conditions-this-discount-has-no-conditions": "この割引には条件がありません", - "conditions-success": "成功", - "conditions-condition-removed": "条件が削除されました", - "conditions-error": "エラー", - "conditions-edit-condition": "条件を編集する", - "conditions-delete-condition": "条件を削除する", - "conditions-discount-is-applicable-to-specific-products": "割引は特定の商品に適用されます", - "conditions-discount-is-applicable-to-specific-collections": "割引は特定のコレクションに適用されます", - "conditions-discount-is-applicable-to-specific-product-tags": "割引は特定の商品タグに適用されます", - "conditions-discount-is-applicable-to-specific-product-types": "割引は特定の商品タイプに適用されます", - "conditions-discount-is-applicable-to-specific-customer-groups": "割引は特定の顧客グループに適用されます", - "configurations-success": "成功", - "configurations-discount-updated-successfully": "割引は正常に更新されました", - "configurations-error": "エラー", - "configurations-edit-configurations": "設定を編集する", - "configurations-cancel": "キャンセル", - "configurations-save": "保存する", - "configurations-configurations": "設定", - "configurations-start-date": "開始日", - "configurations-end-date": "終了日", - "configurations-delete-configuration": "設定削除", - "configurations-discount-end-date-removed": "割引終了日を削除しました", - "configurations-number-of-redemptions": "割引の使用回数", - "configurations-redemption-limit-removed": "割引制限を解除しました", - "configurations-delete-setting": "設定削除", - "configurations-discount-duration-removed": "割引期間を削除しました", - "general-success": "成功", - "general-discount-updated-successfully": "割引を更新しました", - "general-error": "エラー", - "general-edit-general-information": "一般情報を編集", - "general-details": "詳細", - "general-metadata": "メタデータ", - "general-cancel": "キャンセル", - "general-save-and-close": "保存して閉じる", - "general-delete-promotion": "プロモーションを削除", - "general-confirm-delete-promotion": "このプロモーションを削除してもよろしいですか?", - "general-promotion-deleted-successfully": "プロモーションを削除しました", - "general-discount-published-successfully": "割引を正常に公開しました", - "general-discount-drafted-successfully": "割引が正常にドラフトされました", - "general-delete-discount": "割引を削除する", - "general-template-discount": "テンプレート割引", - "general-published": "公開", - "general-draft": "ドラフト", - "general-discount-amount": "割引金額", - "general-valid-regions": "有効地域", - "general-total-redemptions": "合計償還回数", - "general-free-shipping": "無料配送", - "general-unknown-discount-type": "不明な割引タイプ", - "details-discount-deleted": "割引が削除されました", - "details-confirm-delete-discount": "この割引を削除してもよろしいですか?", - "details-delete-discount": "割引を削除する", - "details-back-to-discounts": "割引に戻る", - "details-raw-discount": "生の割引", - "discounts-add-discount": "割引を追加する", - "discount-form-add-conditions": "条件を追加する", - "discount-form-choose-a-condition-type": "条件のタイプを選択する", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "各タイプの条件は1つしか追加できません", - "discount-form-you-cannot-add-any-more-conditions": "これ以上条件を追加することはできません", - "discount-form-cancel": "キャンセル", - "discount-form-save": "保存", - "add-condition-tables-cancel": "キャンセル", - "add-condition-tables-save-and-add-more": "保存して追加", - "add-condition-tables-save-and-close": "保存して閉じる", - "add-condition-tables-search-by-title": "タイトルで検索...", - "add-condition-tables-search-groups": "グループで検索...", - "add-condition-tables-search-products": "製品で検索...", - "add-condition-tables-search-by-tag": "タグで検索...", - "add-condition-tables-search-by-type": "タイプで検索...", - "details-condition-tables-search-by-title": "タイトルで検索...", - "details-condition-tables-search-groups": "グループで検索...", - "details-condition-tables-cancel": "キャンセル", - "details-condition-tables-save-and-add-more": "保存して追加", - "details-condition-tables-save-and-close": "保存して閉じる", - "details-condition-tables-search-products": "製品で検索...", - "details-condition-tables-search-by-tag": "タグで検索...", - "details-condition-tables-search-by-type": "タイプで検索...", - "edit-condition-tables-search-by-title": "タイトルで検索...", - "edit-condition-tables-title": "タイトル", - "edit-condition-tables-search-groups": "グループを検索...", - "edit-condition-tables-cancel": "キャンセル", - "edit-condition-tables-delete-condition": "条件を削除", - "edit-condition-tables-save": "保存", - "edit-condition-tables-search-products": "商品を検索...", - "edit-condition-tables-search-by-tag": "タグで検索...", - "edit-condition-tables-search-by-type": "タイプで検索...", - "shared-title": "タイトル", - "shared-products": "商品", - "shared-applies-to-the-selected-items": "選択されたアイテムに適用", - "shared-applies-to-all-items-except-the-selected-items": "選択されたアイテムを除くすべてのアイテムに適用", - "shared-members": "メンバー", - "shared-status": "ステータス", - "shared-variants": "バリアント", - "shared-tag": "タグ", - "shared-type": "タイプ", - "edit-conditions-modal-title": "{{title}}を編集", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountFormはDiscountFormContextの子である必要があります", - "discount-form-error": "エラー", - "discount-form-save-as-draft": "下書きとして保存", - "discount-form-publish-discount": "割引を公開する", - "discount-form-create-new-discount": "新しい割引を作成する", - "discount-form-discount-type": "割引の種類", - "discount-form-select-a-discount-type": "割引の種類を選択する", - "discount-form-allocation": "割り当て", - "discount-form-general": "一般", - "discount-form-configuration": "設定", - "discount-form-discount-code-application-disclaimer": "割引コードは公開ボタンを押した時から適用され、そのままにしておけば永久に適用されます。", - "discount-form-conditions": "条件", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "割引コードはそのままにしておけばすべての商品に適用されます。", - "discount-form-add-conditions-to-your-discount": "割引に条件を追加する", - "discount-form-metadata": "メタデータ", - "discount-form-metadata-usage-description": "メタデータを使用して割引に追加情報を追加できます。", - "condition-item-remainder-more": "+{{remainder}}を追加", - "conditions-edit": "編集", - "conditions-product": "商品", - "conditions-collection": "コレクション", - "conditions-tag": "タグ", - "conditions-customer-group": "顧客グループ", - "conditions-type": "タイプ", - "conditions-add-condition": "条件の追加", - "sections-start-date": "開始日", - "sections-schedule-the-discount-to-activate-in-the-future": "割引を将来の特定の日に設定したい場合は、ここで開始日を設定することができます。そうしない場合、割引はすぐに有効になります。", - "sections-select-discount-start-date": "開始時刻", - "sections-start-time": "割引に有効期限はありますか?", - "sections-discount-has-an-expiry-date": "割引を将来の特定の日に無効にする場合は、ここで有効期限を設定することができます。", - "sections-schedule-the-discount-to-deactivate-in-the-future": "有効期限日", - "sections-select-discount-end-date": "有効期限時刻", - "sections-expiry-date": "特定の顧客毎に適用回数を制限しますか?", - "sections-expiry-time": "適用回数の制限は各顧客ではなく、全顧客に適用されます。", - "sections-limit-the-number-of-redemptions": "顧客がこの割引を利用できる回数を制限したい場合は、ここで制限を設定することができます。", - "sections-limit-applies-across-all-customers-not-per-customer": "適用回数", - "sections-limit-discount-number-of-uses": "有効期間はありますか?", - "sections-number-of-redemptions": "割引の期間を設定します。", - "sections-availability-duration": "割引タイプを選択してください", - "sections-set-the-duration-of-the-discount": "合計金額", - "sections-select-a-discount-type": "合計金額に適用します", - "sections-total-amount": "商品ごとに適用します", - "sections-apply-to-every-allowed-item": "全ての許可された商品に適用する", - "sections-percentage": "割合", - "sections-fixed-amount": "固定金額", - "sections-discount-in-whole-numbers": "整数の割引", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "固定金額のタイプを使用する場合は、有効なリージョンを1つだけ選択できます", - "sections-free-shipping": "送料無料", - "sections-override-delivery-amount": "配送料金を上書きする", - "sections-at-least-one-region-is-required": "少なくとも1つのリージョンが必要です", - "sections-choose-valid-regions": "有効なリージョンを選択してください", - "sections-code": "コード", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "コードは必須です", - "sections-amount-is-required": "金額は必須です", - "sections-amount": "金額", - "sections-customer-invoice-code": "お客様がチェックアウト時に入力するコードです。お客様の請求書に表示されます。", - "sections-uppercase-letters-and-numbers-only": "大文字の英数字のみ可能です。", - "sections-description": "説明", - "sections-summer-sale-2022": "2022年のサマーセール", - "sections-this-is-a-template-discount": "これはテンプレートの割引です", - "sections-template-discounts-description": "テンプレートの割引を使用すると、一連の割引に適用できるルールを定義できます。各ユーザーに対してユニークなコードを生成する必要があるが、すべてのユニークなコードのルールは同じである場合に便利です。", - "discount-form-product": "製品", - "discount-form-only-for-specific-products": "特定の製品のみ", - "discount-form-choose-products": "製品を選ぶ", - "discount-form-customer-group": "顧客グループ", - "discount-form-only-for-specific-customer-groups": "特定の顧客グループのみ", - "discount-form-choose-groups": "グループを選ぶ", - "discount-form-tag": "タグ", - "discount-form-only-for-specific-tags": "特定のタグのみ", - "discount-form-collection": "コレクション", - "discount-form-only-for-specific-product-collections": "特定の商品コレクションのみ", - "discount-form-choose-collections": "コレクションを選ぶ", - "discount-form-type": "タイプ", - "discount-form-only-for-specific-product-types": "特定の商品タイプのみ", - "discount-form-choose-types": "タイプを選ぶ", - "utils-products": "製品", - "utils-groups": "グループ", - "utils-tags": "タグ", - "utils-collections": "コレクション", - "utils-types": "タイプ", - "gift-cards-created-gift-card": "作成されたギフトカード", - "gift-cards-custom-gift-card-was-created-successfully": "カスタムギフトカードは正常に作成されました", - "gift-cards-error": "エラー", - "gift-cards-custom-gift-card": "カスタムギフトカード", - "gift-cards-details": "詳細", - "gift-cards-receiver": "受取人", - "gift-cards-cancel": "キャンセル", - "gift-cards-create-and-send": "作成して送信", - "details-updated-gift-card": "更新されたギフトカード", - "details-gift-card-was-successfully-updated": "ギフトカードの更新に成功しました", - "details-failed-to-update-gift-card": "ギフトカードの更新に失敗しました", - "details-edit-gift-card": "ギフトカードの編集", - "details-details": "詳細", - "details-edit-details": "詳細の編集", - "details-update-balance-label": "残高を更新", - "details-updated-status": "ステータスの更新", - "details-successfully-updated-the-status-of-the-gift-card": "ギフトカードのステータスを正常に更新しました", - "details-back-to-gift-cards": "ギフトカードに戻る", - "details-original-amount": "元の金額", - "details-balance": "残高", - "details-region": "地域", - "details-expires-on": "有効期限", - "details-created": "作成日", - "details-raw-gift-card": "ギフトカード", - "details-balance-updated": "残高が更新されました", - "details-gift-card-balance-was-updated": "ギフトカードの残高が更新されました", - "details-failed-to-update-balance": "残高の更新に失敗しました", - "details-update-balance": "残高を更新する", - "manage-back-to-gift-cards": "ギフトカードに戻る", - "gift-cards-please-enter-a-name-for-the-gift-card": "ギフトカードの名前を入力してください", - "gift-cards-please-add-at-least-one-denomination": "少なくとも1つの金額を追加してください", - "gift-cards-denominations": "金額", - "gift-cards-success": "成功", - "gift-cards-successfully-created-gift-card": "ギフトカードが正常に作成されました", - "gift-cards-create-gift-card": "ギフトカードを作成する", - "gift-cards-gift-card-details": "ギフトカードの詳細", - "gift-cards-name": "名前", - "gift-cards-the-best-gift-card": "最高のギフトカード", - "gift-cards-description": "説明", - "gift-cards-the-best-gift-card-of-all-time": "史上最高のギフトカード", - "gift-cards-thumbnail": "サムネイル", - "gift-cards-delete": "削除する", - "gift-cards-size-recommended": "推奨の1200 x 1600(3:4)、10MBまで", - "gift-cards-amount": "金額", - "gift-cards-add-denomination": "額面を追加する", - "gift-cards-create-publish": "作成&公開", - "gift-cards-successfully-updated-gift-card": "ギフトカードが正常に更新されました", - "gift-cards-gift-cards": "ギフトカード", - "gift-cards-manage": "自分のMedusaストアのギフトカードを管理する", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "最初のギフトカードを販売する準備はできていますか?", - "gift-cards-no-gift-card-has-been-added-yet": "まだギフトカードは追加されていません。", - "gift-cards-history": "履歴", - "gift-cards-see-the-history-of-purchased-gift-cards": "購入済みギフトカードの履歴を見る", - "gift-cards-successfully-deleted-gift-card": "ギフトカードが正常に削除されました", - "gift-cards-yes-delete": "はい、削除する", - "gift-cards-delete-gift-card": "ギフトカードを削除する", - "inventory-filters": "フィルタ", - "address-form-address": "住所", - "address-form-company": "会社", - "address-form-address-1": "住所1", - "address-form-this-field-is-required": "このフィールドは必須です", - "address-form-address-2": "住所2", - "address-form-postal-code": "郵便番号", - "address-form-city": "市", - "address-form-country": "国", - "edit-sales-channels-edit-channels": "チャンネルの編集", - "edit-sales-channels-add-channels": "チャンネルの追加", - "general-form-location-name": "ロケーション名", - "general-form-flagship-store-warehouse": "旗艦ストア、倉庫", - "general-form-name-is-required": "名前は必須です", - "location-card-delete-location": "ロケーションの削除", - "location-card-confirm-delete": "このロケーションを削除してもよろしいですか。これにより、このロケーションに関連するすべての在庫レベルと予約が削除されます。", - "location-card-success": "成功", - "location-card-location-deleted-successfully": "ロケーションが正常に削除されました", - "location-card-error": "エラー", - "location-card-edit-details": "詳細の編集", - "location-card-delete": "削除", - "location-card-connected-sales-channels": "接続された販売チャンネル", - "sales-channels-form-add-sales-channels": "販売チャンネルの追加", - "sales-channels-form-edit-channels": "チャンネルの編集", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "まだどの販売チャンネルにも接続されていません", - "edit-success": "成功", - "edit-location-edited-successfully": "場所の編集が成功しました", - "edit-error": "エラー", - "edit-edit-location-details": "場所の詳細を編集する", - "edit-metadata": "メタデータ", - "edit-cancel": "キャンセル", - "edit-save-and-close": "保存して閉じる", - "new-location-added-successfully": "場所の追加が成功しました", - "new-location-created": "場所は正常に作成されましたが、セールスチャネルの関連付けにエラーが発生しました", - "new-cancel-location-changes": "保存されていない変更をキャンセルしてもよろしいですか", - "new-yes-cancel": "はい、キャンセルします", - "new-no-continue-creating": "いいえ、作成を続行します", - "new-add-location": "場所を追加する", - "new-add-new-location": "新しい場所を追加する", - "new-general-information": "一般情報", - "new-location-details": "この場所に関する詳細を指定する", - "new-select-location-channel": "この場所のアイテムが購入できるセールスチャネルを指定します。", - "oauth-complete-installation": "完全なインストール", - "claim-type-form-refund": "返金", - "claim-type-form-replace": "置き換える", - "items-to-receive-form-items-to-receive": "受け取るアイテム", - "items-to-receive-form-product": "商品", - "items-to-receive-form-quantity": "数量", - "items-to-receive-form-refundable": "返金可", - "add-return-reason-reason-for-return": "返品理由", - "add-return-reason-reason": "理由", - "add-return-reason-choose-a-return-reason": "返品理由を選択", - "add-return-reason-note": "メモ", - "add-return-reason-product-was-damaged-during-shipping": "商品が配送中に破損しました", - "add-return-reason-cancel": "キャンセル", - "add-return-reason-save-and-go-back": "保存して戻る", - "add-return-reason-select-reason-title": "理由を選択する", - "add-return-reason-edit-reason": "理由を編集する", - "add-return-reason-select-reason": "理由を選択する", - "items-to-return-form-items-to-claim": "請求するアイテム", - "items-to-return-form-items-to-return": "返品するアイテム", - "items-to-return-form-product": "商品", - "items-to-return-form-quantity": "数量", - "items-to-return-form-refundable": "返金可", - "add-additional-items-screen-go-back": "戻る", - "add-additional-items-screen-add-products": "商品を追加する", - "add-additional-items-screen-add-product-variants": "製品のバリアントを追加する", - "add-additional-items-screen-search-products": "商品を検索する", - "add-additional-items-screen-variant-price-missing": "このバリアントは、注文の地域/通貨に対する価格が設定されておらず、選択できません。", - "add-additional-items-screen-stock": "在庫", - "add-additional-items-screen-price": "価格", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "この注文に適用されるプライスリストで価格が上書きされました。", - "items-to-send-form-items-to-send": "発送するアイテム", - "items-to-send-form-add-products": "商品を追加する", - "items-to-send-form-product": "商品", - "items-to-send-form-quantity": "数量", - "items-to-send-form-price": "価格", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "この注文に適用されるプライスリストで価格が上書きされました。", - "refund-amount-form-cancel-editing-refund-amount": "返金金額の編集をキャンセルする", - "refund-amount-form-edit-refund-amount": "返金金額を編集する", - "refund-amount-form-refund-amount-cannot-be-negative": "返金金額はマイナスにすることはできません", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "返金金額は少なくとも0でなければなりません", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}}個のアイテムが予約されていません", - "reservation-indicator-this-item-has-been-fulfilled": "このアイテムは履行されました。", - "edit-reservation-button-quantity-item-location-name": "{{quantity}}個のアイテム: ${{locationName}}", - "reservation-indicator-edit-reservation": "予約の編集", - "rma-summaries-claimed-items": "請求された商品", - "rma-summaries-replacement-items": "交換アイテム", - "rma-summaries-customer-refund-description": "顧客は請求された商品に対して全額返金されますが、交換アイテムや配送料金は差し引かれません。代わりに、返品された商品を受け取った際にカスタムな返金額を設定するか、交換を作成することも選択できます。", - "rma-summaries-refund-amount": "返金額", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "返品された商品を受け取った後に顧客に返金されます", - "rma-summaries-the-customer-will-be-refunded-immediately": "顧客に即座に返金されます", - "rma-summaries-receiving": "受け取り", - "rma-summaries-free": "無料", - "send-notification-form-return": "返品", - "send-notification-form-exchange": "交換", - "send-notification-form-claim": "請求", - "send-notification-form-send-notifications": "通知を送信する", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "チェックを外すと顧客はこの{{subject}}についての通知を受け取りません。", - "shipping-address-form-shipping-address": "配送先住所", - "shipping-address-form-ship-to-a-different-address": "別の住所に配送する", - "shipping-address-form-cancel": "キャンセル", - "shipping-address-form-save-and-go-back": "保存して戻る", - "shipping-address-form-shipping-information": "配送情報", - "shipping-form-shipping-for-return-items": "返品品の配送", - "shipping-form-shipping-for-replacement-items": "交換品の発送", - "shipping-form-shipping-method-is-required": "発送方法が必要です", - "shipping-form-choose-shipping-method": "発送方法を選択してください", - "shipping-form-shipping-method": "発送方法", - "shipping-form-add-custom-price": "カスタム価格を追加する", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "顧客が主張した商品の返送は無料です。", - "shipping-form-shipping-for-replacement-items-is-complimentary": "交換品の発送は無料です。", - "components-decrease-quantity": "数量を減らす", - "components-increase-quantity": "数量を増やす", - "details-successfully-updated-address": "住所が正常に更新されました", - "details-billing-address": "請求先住所", - "details-shipping-address": "配送先住所", - "details-contact": "連絡先", - "details-location": "場所", - "claim-are-you-sure-you-want-to-close": "本当に閉じますか?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "保存されていない変更があります。本当に閉じますか?", - "claim-please-select-a-reason": "理由を選択してください", - "claim-a-shipping-method-for-replacement-items-is-required": "交換品の発送方法が必要です", - "claim-successfully-created-claim": "クレームが正常に作成されました", - "claim-created": "注文番号{{display_id}}のクレームが正常に作成されました", - "claim-error-creating-claim": "請求の作成エラー", - "claim-create-claim": "請求の作成", - "claim-location": "場所", - "claim-choose-which-location-you-want-to-return-the-items-to": "商品を返品する場所を選択してください。", - "claim-select-location-to-return-to": "返品先場所を選択", - "claim-cancel": "キャンセル", - "claim-submit-and-close": "送信して閉じる", - "create-fulfillment-error": "エラー", - "create-fulfillment-please-select-a-location-to-fulfill-from": "満たす場所を選択してください", - "create-fulfillment-cant-allow-this-action": "この操作は許可できません", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "在庫以上を満たそうとしています", - "create-fulfillment-successfully-fulfilled-order": "注文の完了", - "create-fulfillment-successfully-fulfilled-swap": "交換の完了", - "create-fulfillment-successfully-fulfilled-claim": "請求の完了", - "create-fulfillment-success": "成功", - "create-fulfillment-cancel": "キャンセル", - "create-fulfillment-create-fulfillment": "フルフィルメントの作成", - "create-fulfillment-create-fulfillment-title": "フルフィルメントの作成", - "create-fulfillment-locations": "場所", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "満たす場所を選択してください。", - "create-fulfillment-items-to-fulfill": "発注するアイテム", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "発注するアイテムの数を選択してください。", - "create-fulfillment-send-notifications": "通知を送信する", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "オンにすると、通知メールが送信されます。", - "create-fulfillment-quantity-is-not-valid": "数量が無効です", - "detail-cards-allocated": "割り当て済み", - "detail-cards-not-fully-allocated": "完全には割り当てられていません", - "detail-cards-subtotal": "小計", - "detail-cards-shipping": "出荷", - "detail-cards-tax": "税金", - "detail-cards-total": "合計", - "detail-cards-edit-order": "注文を編集", - "detail-cards-allocate": "割り当て", - "detail-cards-discount": "割引:", - "detail-cards-original-total": "元の合計", - "details-successfully-updated-the-email-address": "メールアドレスが正常に更新されました", - "details-email-address": "メールアドレス", - "details-save": "保存", - "details-order-id-copied": "注文IDがコピーされました", - "details-email-copied": "メールがコピーされました", - "details-cancel-order-heading": "注文をキャンセルする", - "details-are-you-sure-you-want-to-cancel-the-order": "注文をキャンセルしてもよろしいですか?", - "order-details-display-id": "注文 #{{display_id}}", - "details-successfully-canceled-order": "注文が正常にキャンセルされました", - "details-go-to-customer": "顧客ページに移動する", - "details-transfer-ownership": "所有権を譲渡する", - "details-edit-shipping-address": "配送先を編集する", - "details-edit-billing-address": "請求先住所を編集する", - "details-edit-email-address": "メールアドレスを編集する", - "details-back-to-orders": "注文一覧に戻る", - "details-cancel-order": "注文をキャンセルする", - "details-payment": "支払い", - "details-refunded": "返金済み", - "details-total-paid": "合計支払額", - "details-fulfillment": "発送", - "details-create-fulfillment": "発送を作成する", - "details-shipping-method": "配送方法", - "details-customer": "顧客", - "details-shipping": "配送先", - "details-billing": "請求先", - "details-raw-order": "生の注文", - "mark-shipped-successfully-marked-order-as-shipped": "注文が正常に出荷されました", - "mark-shipped-successfully-marked-swap-as-shipped": "交換が正常に出荷されました", - "mark-shipped-successfully-marked-claim-as-shipped": "クレームが正常に出荷されました", - "mark-shipped-success": "成功", - "mark-shipped-error": "エラー", - "mark-shipped-mark-fulfillment-shipped": "フルフィルメントの出荷がマークされました", - "mark-shipped-tracking": "追跡", - "mark-shipped-tracking-number-label": "追跡番号", - "mark-shipped-tracking-number": "追跡番号...", - "mark-shipped-add-additional-tracking-number": "+ 追加の追跡番号を追加", - "mark-shipped-send-notifications": "通知を送信", - "mark-shipped-cancel": "キャンセル", - "mark-shipped-complete": "完了", - "order-line-warning": "警告", - "order-line-cannot-duplicate-an-item-without-a-variant": "バリアントなしでアイテムを複製することはできません", - "order-line-error": "エラー", - "order-line-failed-to-duplicate-item": "アイテムの複製に失敗しました", - "order-line-success": "成功", - "order-line-item-removed": "アイテムが削除されました", - "order-line-failed-to-remove-item": "アイテムの削除に失敗しました", - "order-line-item-added": "アイテムが追加されました", - "order-line-failed-to-replace-the-item": "アイテムの置き換えに失敗しました", - "order-line-replace-product-variants": "製品のバリアントを置き換える", - "order-line-replace-with-other-item": "他のアイテムで置き換える", - "order-line-duplicate-item": "重複したアイテム", - "order-line-remove-item": "アイテムを削除する", - "order-line-line-item-cannot-be-edited": "このラインアイテムは発送の一部であり、編集することはできません。ラインアイテムを編集するには、発送をキャンセルしてください。", - "order-line-new": "新規", - "order-line-modified": "修正済み", - "receive-return-please-select-at-least-one-item-to-receive": "少なくとも1つのアイテムを選んで受け取ってください", - "receive-return-successfully-received-return": "返品が正常に受け付けられました", - "receive-return-received-return-for-order": "注文番号{{display_id}}の返品を受け取りました", - "receive-return-failed-to-receive-return": "返品の受け取りに失敗しました", - "receive-return-receive-return": "返品を受け取る", - "receive-return-location": "場所", - "receive-return-choose-location": "アイテムを返品する場所を選択してください。", - "receive-return-select-location-to-return-to": "返品する場所を選択してください", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "選択した場所にアイテムの在庫レベルは存在しません", - "receive-return-cancel": "キャンセル", - "receive-return-save-and-close": "保存して閉じる", - "refund-success": "成功", - "refund-successfully-refunded-order": "注文が正常に返金されました", - "refund-error": "エラー", - "refund-create-a-refund": "返金を作成する", - "refund-attention": "注意!", - "refund-system-payment-disclaimer": "一つ以上の支払いがシステム支払いです。このような支払いについては、キャプチャや返金はMedusaで処理されませんのでご注意ください。", - "refund-details": "詳細", - "refund-cannot-refund-more-than-the-orders-net-total": "注文の純合計を超える返金はできません。", - "refund-discount": "割引", - "refund-reason": "理由", - "refund-note": "メモ", - "refund-discount-for-loyal-customer": "忠実なお客様への割引", - "refund-send-notifications": "通知を送信する", - "refund-cancel": "キャンセル", - "refund-complete": "完了", - "reservation-reservation-was-deleted": "予約が削除されました", - "reservation-the-allocated-items-have-been-released": "割り当てられた商品は解放されました。", - "reservation-error": "エラー", - "reservation-failed-to-delete-the-reservation": "予約の削除に失敗しました。", - "reservation-reservation-was-updated": "予約が更新されました", - "reservation-the-reservation-change-was-saved": "予約の変更が保存されました。", - "reservation-errors": "エラー", - "reservation-failed-to-update-reservation": "予約の更新に失敗しました", - "reservation-edit-reservation": "予約を編集", - "reservation-location": "場所", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "アイテムを発送する場所を選択してください。", - "reservation-items-to-allocate-title": "アロケートするアイテム", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "アロケートするアイテムの数を選択してください。", - "reservation-max-reservation-requested": " / {{maxReservation}} リクエスト中", - "reservation-reserved": "予約済み", - "reservation-description": "説明", - "reservation-what-type-of-reservation-is-this": "この予約のタイプは何ですか?", - "reservation-metadata": "メタデータ", - "reservation-remove-metadata": "メタデータを削除", - "reservation-add-metadata": "メタデータを追加", - "reservation-delete-reservation": "予約を削除", - "reservation-cancel": "キャンセル", - "reservation-save-and-close": "保存して閉じる", - "reservation-couldnt-allocate-items": "アイテムをアロケートできませんでした", - "reservation-items-allocated": "割り当てられたアイテム", - "reservation-items-have-been-allocated-successfully": "アイテムは正常に割り当てられました", - "reservation-save-reservation": "予約を保存する", - "reservation-loading": "読込中...", - "reservation-allocate-order-items": "注文アイテムを割り当てる", - "reservation-choose-where-you-wish-to-allocate-from": "割り当てる場所を選択してください", - "reservation-items-to-allocate": "割り当てるアイテム", - "returns-success": "成功", - "returns-successfully-returned-order": "注文が正常に返品されました", - "returns-error": "エラー", - "returns-request-return": "返品をリクエストする", - "returns-items-to-return": "返品するアイテム", - "returns-choose-which-location-you-want-to-return-the-items-to": "アイテムを返品する場所を選択してください", - "returns-select-location-to-return-to": "返品先の場所を選択する", - "returns-selected-location-has-no-inventory-levels": "選択した場所には選択したアイテムの在庫レベルがありません。返品はリクエストできますが、選択した場所の在庫レベルが作成されるまで受け取ることはできません。", - "returns-shipping": "配送", - "returns-choose-retur,-shipping-method": "この返品に使用する配送方法を選択してください。", - "returns-total-refund": "総払い戻し額", - "returns-amount": "金額", - "returns-send-notifications": "通知を送信する", - "returns-notify-customer-of-created-return": "返品の作成を顧客に通知する", - "returns-back": "戻る", - "returns-submit": "提出する", - "rma-sub-modals-search-for-additional": "追加の検索", - "rma-sub-modals-general": "一般", - "rma-sub-modals-first-name": "名前", - "rma-sub-modals-last-name": "姓", - "rma-sub-modals-phone": "電話", - "rma-sub-modals-shipping-address": "配送先住所", - "rma-sub-modals-address-1": "住所1", - "rma-sub-modals-address-2": "住所2", - "rma-sub-modals-province": "都道府県", - "rma-sub-modals-postal-code": "郵便番号", - "rma-sub-modals-city": "市区町村", - "rma-sub-modals-country": "国", - "rma-sub-modals-back": "戻る", - "rma-sub-modals-add": "追加", - "rma-sub-modals-name": "名前", - "rma-sub-modals-status": "ステータス", - "rma-sub-modals-in-stock": "在庫あり", - "rma-sub-modals-products": "商品", - "rma-sub-modals-search-products": "商品を検索する...", - "rma-sub-modals-reason-for-return": "返品理由", - "rma-sub-modals-reason": "理由", - "rma-sub-modals-note": "注意事項", - "swap-success": "成功", - "swap-successfully-created-exchange": "交換を成功裏に作成しました", - "swap-error": "エラー", - "swap-register-exchange": "交換を登録する", - "swap-items-to-return": "返品項目", - "swap-shipping": "配送", - "swap-shipping-method": "配送方法", - "swap-add-a-shipping-method": "配送方法を追加する", - "swap-location": "場所", - "swap-choose-which-location-you-want-to-return-the-items-to": "商品を返品する場所を選択してください。", - "swap-select-location-to-return-to": "返品先を選択する", - "swap-items-to-send": "送る商品", - "swap-add-product": "商品を追加する", - "swap-return-total": "返品合計", - "swap-additional-total": "追加合計", - "swap-outbond-shipping": "出荷", - "swap-calculated-at-checkout": "レジで計算", - "swap-estimated-difference": "見積もりの差分", - "swap-send-notifications": "通知を送る", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "チェックを外すと、お客様はこの交換に関する連絡を受け取りません", - "swap-complete": "完了", - "templates-shipped": "出荷済み", - "templates-fulfilled": "履行済み", - "templates-canceled": "キャンセル済み", - "templates-partially-fulfilled": "一部履行済み", - "templates-fulfillment-status-requires-action": "アクションが必要です", - "templates-awaiting-fulfillment": "発送待ち", - "templates-partially-shipped": "一部出荷済み", - "templates-cancel-fulfillment-heading": "履行をキャンセルしますか?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "本当に履行をキャンセルしますか?", - "templates-successfully-canceled-swap": "交換を正常にキャンセルしました", - "templates-error": "エラー", - "templates-successfully-canceled-claim": "請求を正常にキャンセルしました", - "templates-successfully-canceled-fulfillment": "履行を正常にキャンセルしました", - "templates-fulfillment-has-been-canceled": "履行がキャンセルされました", - "templates-fulfilled-by-provider": "{{title}} {{provider}}によって履行されます", - "templates-not-shipped": "未発送", - "templates-tracking": "追跡", - "templates-shipped-from": "出荷元", - "templates-shipping-from": "出荷", - "templates-mark-shipped": "出荷済みとする", - "templates-cancel-fulfillment": "履行のキャンセル", - "templates-completed": "完了", - "templates-processing": "処理中", - "templates-requires-action": "アクションが必要", - "templates-capture-payment": "支払いのキャプチャ", - "templates-successfully-captured-payment": "支払いが正常にキャプチャされました", - "templates-refund": "返金", - "templates-total-for-swaps": "スワップの合計", - "templates-refunded-for-swaps": "スワップの返金", - "templates-refunded-for-returns": "返品の返金", - "templates-manually-refunded": "手動で返金済み", - "templates-net-total": "純計", - "templates-paid": "支払われた金額", - "templates-awaiting-payment": "支払い待ち", - "templates-payment-status-requires-action": "アクションが必要です", - "draft-orders-completed": "完了しました", - "draft-orders-open": "オープン", - "draft-orders-mark-as-paid": "支払い済みとしてマーク", - "draft-orders-success": "成功", - "draft-orders-successfully-mark-as-paid": "正常に支払い済みとしてマークされました", - "draft-orders-error": "エラー", - "draft-orders-successfully-canceled-order": "注文が正常にキャンセルされました", - "draft-orders-back-to-draft-orders": "下書き注文に戻る", - "on-mark-as-paid-confirm-order-id": "注文番号 #{{display_id}}", - "draft-orders-go-to-order": "注文に移動", - "draft-orders-cancel-draft-order": "下書き注文をキャンセル", - "draft-orders-draft-order": "下書き注文", - "draft-orders-email": "メール", - "draft-orders-phone": "電話", - "draft-orders-amount": "金額 {{currency_code}}", - "draft-orders-payment": "支払い", - "draft-orders-subtotal": "小計", - "draft-orders-shipping": "配送", - "draft-orders-tax": "税金", - "draft-orders-total-to-pay": "支払い合計", - "draft-orders-payment-link": "支払いリンク:", - "draft-orders-configure-payment-link-in-store-settings": "店舗設定で支払いリンクを設定する", - "draft-orders-shipping-method": "配送方法", - "draft-orders-data": "データ", - "draft-orders-1-item": "(1個のアイテム)", - "draft-orders-customer": "お客様", - "draft-orders-edit-shipping-address": "配送先住所を編集", - "draft-orders-edit-billing-address": "請求先住所を編集", - "draft-orders-go-to-customer": "お客様に移動", - "draft-orders-contact": "連絡先", - "draft-orders-billing": "請求先", - "draft-orders-raw-draft-order": "仮の草稿注文", - "draft-orders-are-you-sure": "本当によろしいですか?", - "draft-orders-remove-resource-heading": "{{resource}}を削除します", - "draft-orders-remove-resource-success-text": "{{resource}}が削除されました", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "これにより注文が作成されます。支払いを受け取った場合は、支払い済みとマークしてください。", - "draft-orders-mark-paid": "支払い済みにする", - "draft-orders-cancel": "キャンセル", - "draft-orders-create-draft-order": "仮注文を作成する", - "edit-amount-paid": "支払い済み金額", - "edit-new-total": "新しい合計金額", - "edit-difference-due": "差額", - "edit-back": "戻る", - "edit-save-and-go-back": "保存して戻る", - "edit-order-edit-set-as-requested": "注文編集をリクエストしました", - "edit-failed-to-request-confirmation": "確認リクエストに失敗しました", - "edit-added-successfully": "追加しました", - "edit-error-occurred": "エラーが発生しました", - "edit-add-product-variants": "商品バリアントを追加", - "edit-edit-order": "注文を編集", - "edit-items": "アイテム", - "edit-add-items": "アイテムを追加", - "edit-filter-items": "アイテムをフィルタリング...", - "edit-note": "ノート", - "edit-add-a-note": "ノートを追加...", - "variants-table-location": "{{location}}に", - "edit-product": "商品", - "edit-in-stock": "在庫あり", - "edit-price": "価格", - "edit-products": "商品", - "edit-search-product-variants": "商品バリアントを検索...", - "orders-success": "成功", - "orders-successfully-initiated-export": "エクスポートが正常に開始されました", - "orders-error": "エラー", - "orders-export-orders": "注文をエクスポート", - "components-billing-address": "請求先住所", - "components-use-same-as-shipping": "配送先と同じに利用", - "components-e-g-gift-wrapping": "例:ギフトラッピング", - "components-title": "タイトル", - "components-price": "価格", - "components-quantity": "数量", - "components-back": "戻る", - "components-add": "追加", - "components-items-for-the-order": "注文のアイテム", - "components-details": "詳細", - "components-price-excl-taxes": "価格(税抜き)", - "components-add-custom": "カスタムを追加", - "components-add-existing": "既存のものを追加", - "components-add-products": "商品を追加する", - "components-add-custom-item": "カスタムアイテムを追加する", - "components-choose-region": "地域を選択する", - "components-region": "地域", - "select-shipping-to-name": "({{name}}へ)", - "components-attention": "注意!", - "components-no-options-for-orders-without-shipping": "配送なしの注文オプションがありません。地域設定で「ウェブサイトに表示しない」にチェックを外して、例えば「店内受け取り」を追加してください。そして続けてください。", - "components-choose-a-shipping-method": "配送方法を選択する", - "components-set-custom-price": "カスタム価格を設定する", - "components-custom-price": "カスタム価格", - "components-customer-and-shipping-details": "顧客と配送詳細", - "components-find-existing-customer": "既存の顧客を検索する", - "components-email": "メール", - "components-choose-existing-addresses": "既存の住所を選択する", - "components-create-new": "新規作成", - "components-the-discount-is-not-applicable-to-the-selected-region": "割引は選択した地域に適用されません", - "components-the-discount-code-is-invalid": "割引コードが無効です", - "components-add-discount": "割引を追加する", - "components-summer-10": "SUMMER10", - "components-discount": "割引", - "select-shipping-code": "(コード:{{code}})", - "components-type": "タイプ", - "components-value": "値", - "components-address": "住所", - "components-shipping-method": "配送方法", - "components-billing-details": "請求詳細", - "components-edit": "編集", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderFormはNewOrderFormProvider内で使用する必要があります", - "new-order-created": "注文が作成されました", - "new-create-draft-order": "ドラフト注文を作成する", - "price-list-product-filter-created-at": "作成日時", - "price-list-product-filter-updated-at": "更新日時", - "price-list-details-drawer-prompt-title": "確認してもよろしいですか?", - "price-list-details-drawer-prompt-description": "保存されていない変更があります。本当に終了しますか?", - "price-list-details-notification-succes-title": "価格リストが更新されました", - "price-list-details-drawer-notification-success-message": "価格リストが正常に更新されました", - "price-list-details-drawer-notification-error-title": "エラーが発生しました", - "price-list-details-drawer-title": "価格リストの詳細を編集する", - "price-list-details-drawer-cancel-button": "キャンセル", - "price-list-details-drawer-save-button": "保存", - "price-list-details-section-prompt-confirm-text": "削除", - "price-list-details-section-prompt-cancel-text": "キャンセル", - "price-list-details-section-prompt-title": "価格リストの削除", - "price-list-details-section-prompt-description": "価格リスト \"{{name}}\" を削除してもよろしいですか?", - "price-list-details-section-delete-notification-success-title": "価格リストを削除しました", - "price-list-details-section-delete-notification-success-message": "価格リスト \"{{name}}\" を正常に削除しました", - "price-list-details-section-delete-notification-error-title": "価格リストの削除に失敗しました", - "price-list-details-section-customer-groups": "顧客グループ", - "price-list-details-section-last-edited": "最終編集", - "price-list-details-section-number-of-prices": "価格", - "price-list-details-section-status-menu-expired": "期限切れ", - "price-list-details-section-status-menu-draft": "下書き", - "price-list-details-section-status-menu-scheduled": "スケジュール", - "price-list-details-section-status-active": "有効", - "price-list-details-section-status-menu-notification-success-title": "価格リストのステータスを正常に更新しました", - "price-list-details-section-status-menu-notification-success-message": "価格リストのステータスが {{status}} に正常に更新されました", - "price-list-details-section-status-menu-notification-error-title": "価格リストのステータスの更新に失敗しました", - "price-list-details-section-status-menu-item-draft": "下書き", - "price-list-details-section-status-menu-item-activate": "アクティベート", - "price-list-details-menu-item-edit": "詳細の編集", - "price-list-details-menu-item-delete": "削除", - "price-list-edit-error": "価格リストの読み込み中にエラーが発生しました。ページを再度読み込んで、もう一度お試しください。問題が解決しない場合は、後でもう一度お試しください。", - "price-list-new-form-prompt-title": "本当によろしいですか?", - "price-list-new-form-prompt-exit-description": "変更が保存されていません。本当に終了しますか?", - "price-list-new-form-prompt-back-description": "変更が保存されていません。本当に戻りますか?", - "price-list-add-products-modal-no-prices-error": "少なくとも1つの商品に価格を割り当ててください。", - "price-list-add-products-modal-missing-prices-title": "未完了の価格リスト", - "price-list-add-products-modal-missing-prices-description": "選択したすべての商品に価格が割り当てられていません。続行しますか?", - "price-list-add-products-modal-success-title": "新しい価格が追加されました", - "price-list-add-products-modal-success-message": "新しい価格が価格リストに追加されました。", - "price-list-add-products-modal-error-title": "エラーが発生しました", - "price-list-add-products-modal-back-button-cancel": "キャンセル", - "price-list-add-products-modal-back-button": "戻る", - "price-list-add-products-modal-next-button-continue": "続行する", - "price-list-add-products-modal-next-button-submit-and-close": "送信して閉じる", - "price-list-add-products-modal-next-button-continue-save-prices": "価格を保存する", - "price-list-add-products-modal-products-tab": "商品を選択する", - "price-list-add-products-modal-prices-tab": "価格を編集する", - "price-list-add-products-modal-error": "フォームの準備中にエラーが発生しました。ページを再度読み込んで、もう一度お試しください。問題が解決しない場合は、後でもう一度お試しください。", - "price-list-edit-prices-modal-prompt-title": "保存されていない変更", - "price-list-edit-prices-modal-prompt-exit-description": "変更が保存されていません。本当に終了しますか?", - "price-list-edit-prices-modal-prompt-back-description": "変更内容が保存されていません。戻りますか?", - "price-list-edit-prices-modal-notification-update-error": "エラーが発生しました", - "price-list-edit-prices-modal-notification-remove-error-title": "エラーが発生しました", - "price-list-edit-prices-modal-notification-remove-error-description": "一部の価格が正しく更新されませんでした。 もう一度試してみてください。", - "price-list-edit-prices-modal-notification-update-success-title": "価格が更新されました", - "price-list-edit-prices-modal-notification-update-success-description": "価格が正常に更新されました", - "price-list-edit-prices-modal-next-button-save-and-close": "保存して閉じる", - "price-list-edit-prices-modal-next-button-save": "価格を保存する", - "price-list-edit-prices-modal-back-button-cancel": "キャンセル", - "price-list-edit-prices-modal-back-button-back": "戻る", - "price-list-edit-prices-modal-overview-tab": "価格を編集する", - "price-list-edit-prices-modal-error-loading": "フォームの準備中にエラーが発生しました。ページを再読み込みしてもう一度試してみてください。問題が解決しない場合は、後でもう一度試してみてください。", - "price-list-prices-section-prompt-title": "よろしいですか?", - "price-list-prices-section-prompt-description": "これにより製品価格がリストから永久に削除されます", - "price-list-prices-secton-delete-success-title": "価格が削除されました", - "price-list-prices-section-delete-success-description_one": "{{count}}商品の価格を正常に削除しました", - "price-list-prices-section-delete-success-description_other": "{{count}}商品の価格を正常に削除しました", - "price-list-prices-section-delete-error-title": "エラーが発生しました", - "price-list-prices-section-heading": "価格", - "price-list-prices-section-search-placeholder": "製品を検索する", - "price-list-prices-section-prices-menu-edit": "価格を編集する", - "price-list-prices-section-prices-menu-add": "商品を追加する", - "price-list-prices-section-table-load-error": "商品の取得中にエラーが発生しました。ページをリロードしてみるか、問題が解消しない場合は後でもう一度お試しください。", - "price-list-prices-section-bar-count_one": "選択された{{count}}個", - "price-list-prices-section-bar-count_other": "選択された{{count}}個", - "price-list-prices-section-edit-command": "編集", - "price-list-prices-section-delete-command": "削除", - "price-list-prices-section-select-all-checkbox-label": "現在のページのすべての商品を選択する", - "price-list-prices-section-select-checkbox-label": "行を選択する", - "price-list-prices-section-table-product": "商品", - "price-list-prices-section-table-thumbnail-alt": "{{title}} サムネイル", - "price-list-prices-section-table-collection": "コレクション", - "price-list-prices-section-table-variants": "バリアント", - "price-list-details-form-type-heading": "タイプ", - "price-list-details-form-type-description": "作成する価格リストのタイプを選択してください。", - "price-list-details-form-type-label-sale": "セール", - "price-list-details-form-type-hint-sale": "セールを作成する場合に使用してください。", - "price-list-details-form-type-label-override": "オーバーライド", - "price-list-details-form-type-hint-override": "価格を上書きする場合に使用してください。", - "price-list-details-form-general-heading": "一般的な", - "price-list-details-form-general-description": "価格表のタイトルと説明を選んでください。", - "price-list-details-form-general-name-label": "名前", - "price-list-details-form-general-name-placeholder": "ブラックフライデーセール", - "price-list-details-form-general-description-label": "説明", - "price-list-details-form-general-description-placeholder": "ブラックフライデーセールの価格...", - "price-list-details-form-tax-inclusive-label": "税込価格", - "price-list-details-form-tax-inclusive-hint": "このリストのすべての価格を税込みにするか選択してください。", - "price-list-details-form-dates-starts-at-heading": "価格リストには開始日がありますか?", - "price-list-details-form-dates-starts-at-description": "価格オーバーライドを将来有効にするためにスケジュールします。", - "price-list-details-form-dates-starts-at-label": "開始日", - "price-list-details-form-ends-at-heading": "価格リストに有効期限がありますか?", - "price-list-details-form-ends-at-description": "価格オーバーライドを将来無効にするためにスケジュールします。", - "price-list-details-form-ends-at-label": "有効期限", - "price-list-details-form-customer-groups-name": "名前", - "price-list-details-form-customer-groups-members": "メンバー", - "price-list-details-form-customer-groups-error": "顧客グループの読み込み中にエラーが発生しました。ページを再読み込みして、もう一度試してみてください。問題が解決しない場合は、後でもう一度試してください。", - "price-list-details-form-customer-groups-no-groups": "顧客グループが見つかりませんでした。", - "price-list-details-form-customer-groups-heading": "顧客の可用性", - "price-list-details-form-customer-groups-description": "価格オーバーライドを適用する顧客グループを指定します。", - "price-list-details-form-customer-groups-content-heading": "顧客グループ", - "price-list-details-form-customer-groups-search-placeholder": "検索", - "price-list-prices-form-products-error": "フォームの準備中にエラーが発生しました。ページをリロードして再試行してください。問題が解決しない場合は、後でもう一度試してください。", - "price-list-prices-form-heading": "価格の編集", - "price-list-prices-form-variant": "バリアント", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "価格", - "price-list-prices-form-prices-variant-count_one": "{{count}}のバリアント", - "price-list-prices-form-prices-variant-count_other": "{{count}}のバリアント", - "price-list-prices-form-add-prices-button": "価格の追加", - "price-list-prices-form-prices-count_one": "{{count}}の価格", - "price-list-prices-form-prices-count_other": "{{count}}の価格", - "price-list-product-prices-form-invalid-data-title": "無効なデータ", - "price-list-product-prices-form-invalid-data-body": "貼り付けたデータには数値ではない値が含まれています。", - "price-list-product-prices-form-column-visibility-button": "表示", - "price-list-product-prices-form-column-visibility-currencies-label": "通貨", - "price-list-product-prices-form-column-visibility-regions-label": "地域", - "price-list-product-prices-form-column-product-label": "製品", - "price-list-product-prices-form-column-currencies-price-label": "価格{{code}}", - "price-list-product-prices-form-column-regions-price-label": "価格{{name}}({{code}})", - "price-list-products-form-select-all": "現在のページ上のすべての製品を選択する", - "price-list-products-form-select-row": "行を選択する", - "price-list-products-form-product-label": "製品", - "price-list-products-form-product-thumbnail": "{{title}}のサムネイル", - "price-list-products-form-collection-label": "コレクション", - "price-list-products-form-sales-channels-label": "在庫", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} 件追加", - "price-list-products-form-status-label": "ステータス", - "price-list-products-form-inventory-label": "在庫", - "price-list-products-form-inventory-value": "{{variants}}種類の商品が{{totalStock}}個在庫にあります", - "price-list-products-form-loading": "商品の読み込み中", - "price-list-products-form-error": "商品の読み込み中にエラーが発生しました。ページをリロードしてもう一度試してください。問題が解決しない場合は、後でもう一度試してください。", - "price-list-products-form-no-products": "製品が見つかりませんでした。", - "price-list-products-form-heading": "製品を選択する", - "price-list-products-form-search-placeholder": "検索", - "price-list-new-form-no-prices-error": "少なくとも1つの製品に価格を設定してください。", - "price-list-new-form-missing-prices-title": "不完全な価格リスト", - "price-list-new-products-modal-missing-prices-description": "選択した製品すべてに価格が割り当てられていません。続行しますか?", - "price-list-new-form-notification-success-title": "価格リストが作成されました", - "price-list-new-form-notification-success-message": "価格リストの作成に成功しました", - "price-list-new-form-notification-error-title": "エラーが発生しました", - "price-list-new-form-next-button-save-and-publish": "保存して発表", - "price-list-new-form-next-button-save": "価格を保存する", - "price-list-new-form-next-button-continue": "続行する", - "price-list-new-form-back-button-cancel": "キャンセル", - "price-list-new-form-back-button-back": "戻る", - "price-list-new-form-details-tab": "価格リストを作成する", - "price-list-new-form-products-tab": "商品を選択する", - "price-list-new-form-prices-tab": "価格を編集する", - "price-list-new-form-save-as-draft": "下書きとして保存する", - "price-list-new-form-error-loading-products": "フォームの準備中にエラーが発生しました。ページを再読み込みしてもう一度お試しください。問題が解決しない場合は、後で再試行してください。", - "components-success": "成功", - "components-successfully-updated-category-tree": "カテゴリツリーを正常に更新しました", - "components-error": "エラー", - "components-failed-to-update-category-tree": "カテゴリツリーの更新に失敗しました", - "components-delete": "削除", - "components-category-deleted": "カテゴリが削除されました", - "components-category-deletion-failed": "カテゴリの削除に失敗しました", - "components-category-status-is-inactive": "カテゴリのステータスは非アクティブです", - "components-category-visibility-is-private": "カテゴリの表示は非公開です", - "components-add-category-item-to": "カテゴリアイテムを追加する", - "modals-public": "公開", - "modals-private": "非公開", - "modals-active": "有効", - "modals-inactive": "無効", - "modals-success": "成功", - "modals-successfully-created-a-category": "カテゴリーが正常に作成されました", - "modals-failed-to-create-a-new-category": "新しいカテゴリーの作成に失敗しました", - "modals-error": "エラー", - "modals-save-category": "カテゴリーを保存する", - "modals-add-category-to": "{{name}}にカテゴリーを追加する", - "modals-add-category": "カテゴリーを追加する", - "modals-details": "詳細", - "modals-name": "名前", - "modals-give-this-category-a-name": "このカテゴリーに名前を付ける", - "modals-handle": "ハンドル", - "modals-custom-handle": "カスタムハンドル", - "modals-description": "説明", - "modals-give-this-category-a-description": "このカテゴリーに説明を付ける", - "modals-status": "ステータス", - "modals-visibility": "可視性", - "modals-successfully-updated-the-category": "カテゴリーの更新に成功しました", - "modals-failed-to-update-the-category": "カテゴリーの更新に失敗しました", - "modals-edit-product-category": "商品カテゴリを編集する", - "modals-cancel": "キャンセル", - "modals-save-and-close": "保存して閉じる", - "pages-no-product-categories-yet": "まだ商品カテゴリはありません、上のボタンを使用して最初のカテゴリを作成してください。", - "pages-add-category": "カテゴリ追加", - "pages-product-categories": "商品カテゴリ", - "pages-helps-you-to-keep-your-products-organized": "商品を整理するのに役立ちます。", - "batch-job-success": "成功", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "インポートが処理確認されました。進行状況はアクティビティドロワーに表示されます。", - "batch-job-error": "エラー", - "batch-job-import-failed": "インポートに失敗しました。", - "batch-job-failed-to-delete-the-csv-file": "CSVファイルの削除に失敗しました", - "batch-job-failed-to-cancel-the-batch-job": "バッチジョブのキャンセルに失敗しました", - "batch-job-products-list": "製品リスト", - "batch-job-unsure-about-how-to-arrange-your-list": "リストをどのように配置するかわからない場合は、以下のテンプレートをダウンロードして正しい形式に従っているか確認してください。", - "batch-job-download-template": "インポートを使用することで、商品を追加または更新することができます。既存の商品/バリアントを更新する場合は、商品/バリアントIDの列に既存のIDを設定する必要があります。値が設定されていない場合、新しいレコードが作成されます。商品のインポート前に確認が求められます。", - "batch-job-imports-description": "フィルター", - "products-status": "ステータス", - "products-tags": "タグ", - "products-spring-summer": "春、夏...", - "new-sales-channels": "販売チャネル", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "この商品はデフォルトの販売チャネルでのみ利用可能です。", - "new-change-availablity": "利用可能の変更", - "add-variants-a-variant-with-these-options-already-exists": "このオプションと一致するバリアントがすでに存在しています。", - "add-variants-product-options": "商品オプション", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "オプションは商品の色、サイズなどを定義するために使用されます。", - "add-variants-option-title": "オプションタイトル", - "add-variants-variations-comma-separated": "バリエーション(カンマ区切り)", - "add-variants-color": "色...", - "add-variants-already-exists": "すでに存在しています", - "add-variants-blue-red-black": "青、赤、黒...", - "add-variants-add-an-option": "オプションを追加", - "add-variants-product-variants": "商品バリアント", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "商品バリアントを追加する前に、少なくとも1つの商品オプションを追加する必要があります。", - "add-variants-variant": "バリアント", - "add-variants-inventory": "在庫", - "add-variants-add-a-variant": "バリアントを追加", - "add-variants-create-variant": "バリアントを作成する", - "add-variants-cancel": "キャンセル", - "add-variants-save-and-close": "保存して閉じる", - "new-variant-a-variant-with-these-options-already-exists": "これらのオプションを持つバリアントはすでに存在します。", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "このバリアントを削除してもよろしいですか?", - "new-variant-delete-variant": "バリアントを削除する", - "new-variant-edit": "編集", - "new-variant-delete": "削除", - "new-variant-edit-variant": "バリアントを編集する", - "new-variant-cancel": "キャンセル", - "new-variant-save-and-close": "保存して閉じる", - "new-something-went-wrong-while-trying-to-upload-images": "画像のアップロード中に問題が発生しました。", - "new-no-file-service-configured": "ファイルサービスが設定されていない可能性があります。管理者にお問い合わせください", - "new-upload-thumbnail-error": "サムネイルのアップロード中に問題が発生しました。", - "new-save-as-draft": "下書きとして保存", - "new-publish-product": "商品を公開する", - "new-general-information-title": "一般情報", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "販売を開始するには、名前と価格が必要です。", - "new-organize-product": "商品の整理", - "new-add-variations-of-this-product": "この商品のバリエーションを追加する。", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "お客様に色、形式、サイズ、形状などさまざまなオプションを提供します。", - "new-used-for-shipping-and-customs-purposes": "配送や税関の目的で使用されます。", - "new-dimensions": "寸法", - "new-customs": "税関", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "チェックアウト、ソーシャル共有などで製品を表します。", - "new-media": "メディア", - "new-add-images-to-your-product": "製品に画像を追加します。", - "overview-import-products": "輸入製品", - "overview-export-products": "輸出製品", - "overview-new-product": "新製品", - "overview-new-collection": "新コレクション", - "overview-success": "成功", - "overview-successfully-created-collection": "コレクションの作成に成功しました", - "overview-error": "エラー", - "overview-successfully-initiated-export": "輸出を正常に開始しました", - "modals-add-sales-channels": "販売チャネルを追加します", - "modals-find-channels": "チャネルを探す", - "modals-updated-the-api-key": "APIキーが更新されました", - "modals-failed-to-update-the-api-key": "APIキーの更新に失敗しました", - "modals-edit-api-key-details": "APIキーの詳細を編集します", - "modals-title": "タイトル", - "modals-name-your-key": "キーの名前を付ける", - "modals-sales-channels-added-to-the-scope": "スコープに追加された販売チャネル", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "販売チャネルをキーのスコープに追加する際にエラーが発生しました", - "modals-add-and-go-back": "追加して戻る", - "modals-add-and-close": "追加して閉じる", - "modals-sales-channels-removed-from-the-scope": "スコープから削除された販売チャネル", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "販売チャネルをキーのスコープから削除する際にエラーが発生しました", - "modals-edit-sales-channels": "販売チャネルの編集", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "選択解除", - "modals-remove": "削除", - "modals-add-channels": "チャンネルを追加", - "modals-close": "閉じる", - "pages-sales-channels": "販売チャネル", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "必要なだけAPIキーに販売チャネルを接続してください。", - "pages-add-sales-channels": "販売チャネルを追加する", - "pages-edit-sales-channels": "販売チャネルの編集", - "pages-success": "成功", - "pages-created-a-new-api-key": "新しいAPIキーを作成しました", - "pages-error": "エラー", - "pages-failed-to-create-a-new-api-key": "新しいAPIキーの作成に失敗しました", - "pages-sales-channels-added-to-the-scope": "販売チャネルがスコープに追加されました", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "販売チャネルのスコープに追加する際にエラーが発生しました", - "pages-publish-api-key": "APIキーを公開する", - "pages-create-api-key": "APIキーを作成する", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "APIキーを作成および管理します。現時点では、これは販売チャネルに関係しています。", - "pages-create-api-key-label": "APIキーを作成する", - "pages-back-to-settings": "設定に戻る", - "pages-publishable-api-keys": "公開可能なAPIキー", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "これらの公開可能なキーを使用してAPIリクエストを認証できます。", - "tables-name": "名前", - "tables-token": "トークン", - "tables-done": "完了", - "tables-copy-to-clipboard": "クリップボードにコピー", - "tables-created": "作成済み", - "tables-status": "ステータス", - "tables-revoked": "取り消された", - "tables-live": "ライブ", - "tables-edit-api-key-details": "API 키 세부정보 편집", - "tables-edit-sales-channels": "판매 채널 편집", - "tables-copy-token": "토큰 복사", - "tables-revoke-token": "토큰 취소", - "tables-delete-api-key": "API 키 삭제", - "tables-yes-delete": "예, 삭제", - "tables-api-key-deleted": "API 키가 삭제되었습니다", - "tables-are-you-sure-you-want-to-delete-this-public-key": "이 공개 키를 삭제하시겠습니까?", - "tables-delete-key": "키 삭제", - "tables-yes-revoke": "예, 취소", - "tables-api-key-revoked": "API 키가 취소되었습니다", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "이 공개 키를 취소하시겠습니까?", - "tables-revoke-key": "키 취소", - "tables-api-keys": "API 키", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "아직 키가 없습니다. 위의 버튼을 사용하여 첫 번째 게시 가능한 키를 만드세요", - "tables-title": "제목", - "tables-description": "설명", - "tables-no-added-sales-channels": "추가된 판매 채널 없음", - "tables-sales-channels": "판매 채널", - "form-title": "제목", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "ウェブサイト、アプリ、Amazon、物理店舗のPOS、Facebook製品フィード...", - "form-description": "説明", - "form-available-products-at-our-website-app": "ウェブサイト、アプリで利用可能な商品...", - "form-success": "成功", - "form-the-sales-channel-is-successfully-updated": "販売チャネルが正常に更新されました", - "form-error": "エラー", - "form-failed-to-update-the-sales-channel": "販売チャネルの更新に失敗しました", - "form-sales-channel-details": "販売チャネルの詳細", - "form-general-info": "一般情報", - "form-name": "名前", - "form-close": "閉じる", - "form-save": "保存", - "pages-draft": "下書き", - "pages-control-which-products-are-available-in-which-channels": "製品をどのチャネルで利用可能にするかを制御します", - "pages-search-by-title-or-description": "タイトルまたは説明で検索", - "pages-confirm-delete-sales-channel": "この販売チャネルを削除してもよろしいですか? あなたが行った設定は永久に失われます。", - "pages-delete-channel-heading": "チャネルを削除する", - "pages-edit-general-info": "一般情報の編集", - "pages-add-products": "製品の追加", - "pages-delete-channel": "チャネルの削除", - "pages-disabled": "無効", - "pages-enabled": "有効", - "tables-collection": "コレクション", - "tables-start-building-your-channels-setup": "チャンネルのセットアップを開始しましょう...", - "tables-no-products-in-channels": "まだこのチャンネルに製品を追加していませんが、追加すればここに表示されます。", - "tables-add-products": "製品を追加する", - "tables-details": "詳細", - "tables-remove-from-the-channel": "チャンネルから削除する", - "tables-products": "製品", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "削除", - "components-successfully-updated-currency": "通貨が正常に更新されました", - "components-default": "デフォルト", - "default-store-currency-success": "成功", - "default-store-currency-successfully-updated-default-currency": "デフォルト通貨が正常に更新されました", - "default-store-currency-error": "エラー", - "default-store-currency-default-store-currency": "デフォルトの店舗通貨", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "価格が表示される通貨です。", - "store-currencies-success": "成功", - "store-currencies-successfully-updated-currencies": "通貨が正常に更新されました", - "store-currencies-error": "エラー", - "store-currencies-cancel": "キャンセル", - "store-currencies-save-and-go-back": "保存して戻る", - "store-currencies-save-and-close": "保存して閉じる", - "store-currencies-add-store-currencies": "店舗通貨の追加", - "store-currencies-current-store-currencies": "現在の店舗通貨", - "store-currencies-close": "閉じる", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "選択解除", - "store-currencies-remove": "削除", - "store-currencies-add-currencies": "通貨の追加", - "store-currencies-store-currencies": "店舗通貨", - "store-currencies-all-the-currencies-available-in-your-store": "店舗で利用可能なすべての通貨", - "store-currencies-edit-currencies": "通貨の編集", - "currencies-an-unknown-error-occurred": "不明なエラーが発生しました", - "currencies-error": "エラー", - "currencies-back-to-settings": "設定に戻る", - "currencies-manage-the-markets-that-you-will-operate-within": "運営するマーケットを管理する", - "currencies-include-or-exclude-taxes": "この通貨で価格を定義する際に、税金を含めるか除外するかを決定してください", - "currencies-tax-incl-prices": "税込価格", - "settings-error": "エラー", - "settings-malformed-swap-url": "不正なスワップURL", - "settings-malformed-payment-url": "不正な支払いURL", - "settings-malformed-invite-url": "不正な招待URL", - "settings-success": "成功", - "settings-successfully-updated-store": "ストアが正常に更新されました", - "settings-back-to-settings": "設定に戻る", - "settings-save": "保存", - "settings-cancel": "キャンセル", - "settings-store-details": "ストアの詳細", - "settings-manage-your-business-details": "ビジネスの詳細を管理する", - "settings-general": "一般", - "settings-store-name": "ストア名", - "settings-medusa-store": "メデューサストア", - "settings-advanced-settings": "高度な設定", - "settings-swap-link-template": "スワップリンクテンプレート", - "settings-draft-order-link-template": "ドラフト注文リンクテンプレート", - "settings-invite-link-template": "招待リンクテンプレート", - "settings-manage-the-general-settings-for-your-store": "ストアの全般設定を管理する", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "ストアの拡張機能の設定を管理する", - "edit-user-information-success": "成功", - "edit-user-information-your-information-was-successfully-updated": "情報が正常に更新されました", - "edit-user-information-edit-information": "情報を編集する", - "edit-user-information-cancel": "キャンセル", - "edit-user-information-submit-and-close": "提出して閉じる", - "personal-information-back-to-settings": "設定に戻る", - "personal-information-personal-information": "個人情報", - "personal-information-manage-your-medusa-profile": "Medusaのプロフィールを管理する", - "personal-information-language-settings-title": "言語", - "personal-information-language-settings-description": "Medusa Adminの言語を調整する", - "personal-information-language-settings-help-us-translate": "翻訳を手伝ってください", - "personal-information-usage-insights-title": "使用状況の洞察", - "usage-insights-disabled": "無効", - "usage-insights-active": "有効", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "使用状況の洞察を共有し、Medusaを改善するのに役立てる", - "usage-insights-edit-preferences": "環境設定を編集する", - "usage-insights-success": "成功", - "usage-insights-your-information-was-successfully-updated": "情報が正常に更新されました", - "usage-insights-error": "エラー", - "usage-insights-cancel": "キャンセル", - "usage-insights-submit-and-close": "送信して閉じる", - "region-form-title": "タイトル", - "region-form-europe": "ヨーロッパ", - "region-form-currency-code-is-required": "通貨コードが必要です", - "region-form-currency": "通貨", - "region-form-choose-currency": "通貨を選択してください", - "region-form-default-tax-rate": "デフォルトの税率", - "region-form-tax-rate-is-required": "税率が必要です", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "税率は100以下でなければなりません", - "region-form-default-tax-code": "デフォルトの税コード", - "region-form-countries": "国", - "region-form-choose-countries": "国を選択してください", - "region-form-tax-inclusive-prices": "税込み価格", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "有効にすると、地域価格は税込みになります。", - "region-form-payment-providers-are-required": "支払いプロバイダが必要です", - "region-form-payment-providers": "支払いプロバイダ", - "region-form-choose-payment-providers": "支払いプロバイダを選択してください...", - "region-form-fulfillment-providers-are-required": "フルフィルメントプロバイダが必要です", - "region-form-fulfillment-providers": "履行プロバイダ", - "region-form-choose-fulfillment-providers": "履行プロバイダを選択してください...", - "shipping-option-card-success": "成功", - "shipping-option-card-shipping-option-updated": "配送オプションが更新されました", - "shipping-option-card-error": "エラー", - "shipping-option-card-edit-shipping-option": "送料オプションを編集する", - "shipping-option-card-fulfillment-method": "履行方法", - "shipping-option-card-cancel": "キャンセル", - "shipping-option-card-save-and-close": "保存して閉じる", - "shipping-option-card-shipping-option-has-been-deleted": "送料オプションが削除されました", - "shipping-option-card-flat-rate": "固定料金", - "shipping-option-card-calcualted": "計算された", - "shipping-option-card-min-subtotal": "最小注文金額:", - "shipping-option-card-max-subtotal": "最大注文金額:", - "shipping-option-card-admin": "管理者", - "shipping-option-card-store": "ストア", - "shipping-option-card-edit": "編集する", - "shipping-option-card-delete": "削除する", - "shipping-option-form-visible-in-store": "ストアで表示", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "ストアでの送料オプションの表示を有効または無効にします。", - "shipping-option-form-details": "詳細", - "shipping-option-form-title": "タイトル", - "shipping-option-form-title-is-required": "タイトルは必須です", - "shipping-option-form-price-type": "価格タイプ", - "shipping-option-form-flat-rate": "定額", - "shipping-option-form-calculated": "計算された", - "shipping-option-form-choose-a-price-type": "価格タイプを選択してください", - "shipping-option-form-price": "価格", - "shipping-option-form-shipping-profile": "配送プロファイル", - "shipping-option-form-choose-a-shipping-profile": "配送プロファイルを選択してください", - "shipping-option-form-fulfillment-method": "フルフィルメント方法", - "shipping-option-form-choose-a-fulfillment-method": "フルフィルメント方法を選択してください", - "shipping-option-form-requirements": "要件", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "最小サブトータルは最大サブトータルよりも低くなければなりません", - "shipping-option-form-min-subtotal": "最小サブトータル", - "shipping-option-form-max-subtotal": "最大サブトータル", - "shipping-option-form-metadata": "メタデータ", - "general-section-success": "成功", - "general-section-region-was-successfully-updated": "地域は正常に更新されました", - "general-section-error": "エラー", - "general-section-edit-region-details": "地域の詳細を編集", - "general-section-details": "詳細", - "general-section-providers": "プロバイダー", - "general-section-metadata": "メタデータ", - "general-section-cancel": "キャンセル", - "general-section-save-and-close": "保存して閉じる", - "edit-something-went-wrong": "何か問題が発生しました...", - "edit-no-region-found": "そのIDの地域が見つかりません。メニューを使用して左側の地域を選択してください。", - "return-shipping-options-success": "成功", - "return-shipping-options-shipping-option-created": "出荷オプションが作成されました", - "return-shipping-options-error": "エラー", - "return-shipping-options-add-return-shipping-option": "返品送料オプションを追加", - "return-shipping-options-cancel": "キャンセル", - "return-shipping-options-save-and-close": "保存して閉じる", - "return-shipping-options-return-shipping-options": "返品送料オプション", - "return-shipping-options-add-option": "オプションを追加する", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "利用可能な地域の返品出荷方法についての詳細を入力してください。", - "shipping-options-success": "成功", - "shipping-options-shipping-option-created": "出荷オプションが作成されました", - "shipping-options-error": "エラー", - "shipping-options-add-shipping-option": "配送オプションを追加する", - "shipping-options-cancel": "キャンセル", - "shipping-options-save-and-close": "保存して閉じる", - "shipping-options-shipping-options": "配送オプション", - "shipping-options-add-option": "オプションを追加する", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "利用可能な地域の配送方法についての詳細を入力してください。", - "new-region-created": "地域が作成されました", - "new-create-region": "地域を作成する", - "new-details": "詳細", - "new-add-the-region-details": "地域の詳細を追加する", - "new-providers": "プロバイダーズ", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "この地域で利用可能なフルフィルメントおよび支払いプロバイダーを追加します。", - "region-overview-regions": "地域", - "region-overview-manage-the-markets-that-you-will-operate-within": "運営する市場を管理します。", - "region-overview-not-configured": "設定されていません", - "region-overview-fulfillment-providers": "フルフィルメントプロバイダー:", - "return-reasons-notification-success": "成功", - "return-reasons-created-a-new-return-reason": "新しい返品理由を作成しました", - "return-reasons-success": "成功", - "return-reasons-error": "エラー", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "既存の値で返品理由を作成することはできません", - "return-reasons-add-reason": "理由を追加する", - "return-reasons-value-is-required": "値が必要です", - "return-reasons-value": "値", - "return-reasons-label-is-required": "ラベルが必要です", - "return-reasons-label": "ラベル", - "return-reasons-description": "説明", - "return-reasons-customer-received-the-wrong-size": "お客様が間違ったサイズを受け取った", - "return-reasons-cancel": "キャンセル", - "return-reasons-create": "作成する", - "return-reasons-success-title": "成功", - "return-reasons-successfully-updated-return-reason": "返品理由が正常に更新されました", - "return-reasons-duplicate-reason": "重複した理由", - "return-reasons-delete-reason": "理由を削除する", - "return-reasons-save": "保存する", - "return-reasons-details": "詳細", - "return-reasons-delete-return-reason": "返品理由を削除しますか?", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "設定に戻る", - "return-reasons-back-to-settings": "返品理由", - "return-reasons-add-reason-label": "理由を追加する", - "return-reasons-manage-reasons-for-returned-items": "返品アイテムの理由を管理する", - "taxes-details": "詳細", - "taxes-new-tax-rate": "新しい税率", - "taxes-tax-calculation-settings": "税の計算設定", - "taxes-success": "成功", - "taxes-successfully-updated-tax-rate": "税率が正常に更新されました。", - "taxes-error": "エラー", - "taxes-overrides": "オーバーライド", - "taxes-product-rules": "製品のルール", - "taxes-product-rules-description_one": "{{count}}個の商品に適用", - "taxes-product-rules-description_other": "{{count}}個の商品に適用", - "taxes-product-type-rules": "製品のタイプのルール", - "taxes-product-type-rules-description_one": "{{count}}個の製品タイプに適用", - "taxes-product-type-rules-description_other": "{{count}}個の製品タイプに適用", - "taxes-shipping-option-rules": "配送オプションのルール", - "taxes-applies-to-shipping-option-with-count_one": "{{count}}個の配送オプションに適用", - "taxes-applies-to-shipping-option-with-count_other": "{{count}}個の配送オプションに適用", - "taxes-add-overrides": "オーバーライドを追加", - "taxes-cancel": "キャンセル", - "taxes-save": "保存", - "taxes-name": "名前", - "taxes-default": "デフォルト", - "taxes-rate-name": "レート名", - "taxes-tax-rate": "税率", - "taxes-tax-code": "税区分", - "taxes-edit-tax-rate": "税率の編集", - "taxes-back-to-settings": "設定に戻る", - "taxes-regions": "地域", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "税金を管理する地域を選択してください", - "taxes-go-to-region-settings": "地域設定に移動する", - "taxes-successfully-created-tax-rate": "税率を作成しました", - "taxes-add-tax-rate": "税率を追加する", - "taxes-applies-to-product-type-with-count_one": "{{count}}個の商品タイプに適用", - "taxes-applies-to-product-type-with-count_other": "{{count}}個の商品タイプに適用", - "taxes-create": "作成", - "taxes-select-products": "商品を選択する", - "taxes-select-product-types-label": "商品タイプを選択する", - "taxes-product-types": "商品タイプ", - "taxes-system-tax-provider": "システム税金プロバイダー", - "taxes-region-tax-settings-were-successfully-updated": "地域税の設定が正常に更新されました。", - "taxes-tax-provider": "税プロバイダ", - "taxes-calculate-taxes-automatically": "税を自動的に計算しますか?", - "taxes-automatically-apply-tax-calculations-to-carts": "Medusaがこの地域のカートに税計算を自動的に適用します。チェックを外すと、レジで手動で税を計算する必要があります。3rdパーティの税プロバイダを使用している場合は、多くのリクエストを行わないために手動税計算が推奨されます。", - "taxes-apply-tax-to-gift-cards": "ギフトカードに税を適用しますか?", - "taxes-apply-taxes-to-gift-cards": "チェックを入れると、購入時にギフトカードに税が適用されます。一部の国では、税金規則により、ギフトカードに税金が購入時に適用される必要があります。", - "taxes-search-products": "商品を検索する..", - "taxes-select-shipping-option": "配送オプションを選択", - "taxes-shipping-options": "配送オプション", - "taxes-delete-tax-rate-heading": "税率を削除する", - "taxes-confirm-delete": "この税率を削除してもよろしいですか?", - "taxes-tax-rate-was-deleted": "税率が削除されました。", - "taxes-edit": "編集", - "taxes-delete-tax-rate": "税率を削除する", - "taxes-delete-rule": "ルールを削除する", - "taxes-type": "タイプ", - "taxes-products": "商品", - "taxes-select-individual-products": "個々の商品を選択", - "taxes-select-product-types": "商品の種類を選択", - "taxes-select-shipping-options": "配送オプションを選択", - "taxes-back": "戻る", - "taxes-add": "追加する", - "taxes-code": "コード", - "users-invite-users": "ユーザーを招待する", - "users-back-to-settings": "設定に戻る", - "users-the-team": "チーム", - "users-manage-users-of-your-medusa-store": "Medusaストアのユーザーを管理する", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/ko/translation.json b/packages/admin-ui/ui/public/locales/ko/translation.json deleted file mode 100644 index 7794e08b1bedd..0000000000000 --- a/packages/admin-ui/ui/public/locales/ko/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "돌아가기", - "filter-menu-trigger": "보다", - "filter-menu-clear-button": "분명한", - "filter-menu-select-item-default-placeholder": "필터 선택", - "filter-menu-select-item-clear-button": "선택한 옵션 지우기", - "filter-menu-select-item-selected": "선택된", - "filter-menu-date-item-before": "전에", - "filter-menu-date-item-after": "후에", - "filter-menu-date-item-between": "사이", - "sales-channels-display-available-count": "<6>{{totalChannelsCount}}개 판매 채널 중 <2>{{availableChannelsCount}}개에서 사용 가능", - "activity-drawer-activity": "활동", - "activity-drawer-no-notifications-title": "여기는 조용해요...", - "activity-drawer-no-notifications-description": "지금은 알림이 없습니다. 하지만 일단 알림을 받으면 알림이 여기에 표시됩니다.", - "activity-drawer-error-title": "안 돼...", - "activity-drawer-error-description": "알림을 가져오는 중에 문제가 발생했습니다. 계속 노력하겠습니다!", - "activity-drawer-processing": "처리 중...", - "analytics-config-form-title": "내 사용 데이터를 익명화하세요", - "analytics-config-form-description": "사용 데이터를 익명화하도록 선택할 수 있습니다. ", - "analytics-config-form-opt-out": "내 사용 데이터 공유 거부", - "analytics-config-form-opt-out-later": "귀하는 언제든지 사용 데이터 공유를 거부할 수 있습니다.", - "analytics-preferences-success": "성공", - "analytics-preferences-your-preferences-were-successfully-updated": "환경설정이 성공적으로 업데이트되었습니다.", - "analytics-preferences-error": "오류", - "analytics-preferences-help-us-get-better": "우리가 더 나아질 수 있도록 도와주세요", - "analytics-preferences-disclaimer": "가장 매력적인 전자상거래 경험을 만들기 위해 우리는 귀하가 Medusa를 어떻게 사용하는지에 대한 통찰력을 얻고 싶습니다. ", - "analytics-preferences-documentation": "선적 서류 비치", - "analytics-preferences-please-enter-a-valid-email": "유효한 이메일을 입력해주세요", - "analytics-preferences-continue": "계속하다", - "currency-input-currency": "통화", - "currency-input-amount-is-not-valid": "금액이 유효하지 않습니다.", - "organisms-success": "성공", - "organisms-delete-successful": "삭제 성공", - "organisms-are-you-sure-you-want-to-delete": "삭제 하시겠습니까?", - "organisms-no-cancel": "아니요, 취소합니다.", - "organisms-yes-remove": "예, 삭제합니다", - "details-collapsible-hide-additional-details": "추가 세부정보 숨기기", - "details-collapsible-show-additional-details": "추가 세부정보 표시", - "edit-user-modal-success": "성공", - "edit-user-modal-user-was-updated": "사용자가 업데이트되었습니다.", - "edit-user-modal-error": "오류", - "edit-user-modal-edit-user": "사용자 편집", - "edit-user-modal-first-name-label": "이름", - "edit-user-modal-first-name-placeholder": "이름...", - "edit-user-modal-last-name-label": "성", - "edit-user-modal-last-name-placeholder": "성...", - "edit-user-modal-email": "이메일", - "edit-user-modal-cancel": "취소", - "edit-user-modal-save": "구하다", - "error-boundary-back-to-dashboard": "대시보드로 돌아가기", - "error-boundary-an-unknown-error-occured": "알 수 없는 오류가 발생했습니다.", - "error-boundary-bad-request": "잘못된 요청", - "error-boundary-you-are-not-logged-in": "로그인되어 있지 않습니다.", - "error-boundary-you-do-not-have-permission-perform-this-action": "이 작업을 수행할 권한이 없습니다.", - "error-boundary-page-was-not-found": "페이지를 찾을 수 없습니다", - "error-boundary-an-unknown-server-error-occured": "알 수 없는 서버 오류가 발생했습니다.", - "error-boundary-503": "현재 서버를 사용할 수 없습니다", - "error-boundary-500": "불특정 원인으로 인해 오류가 발생했습니다. 이는 당사 측의 기술적인 문제로 인한 것일 가능성이 높습니다. ", - "error-boundary-400": "요청 형식이 잘못되었습니다. 요청을 수정한 후 다시 시도해 주세요.", - "error-boundary-401": "로그인되어 있지 않습니다. 계속하려면 로그인하세요.", - "error-boundary-403": "이 작업을 수행할 권한이 없습니다. 실수라고 생각되면 관리자에게 문의하세요.", - "error-boundary-404": "요청하신 페이지를 찾을 수 없습니다. URL을 확인하신 후 다시 시도해 주세요.", - "error-boundary-500-2": "서버가 귀하의 요청을 처리할 수 없습니다. 이는 당사 측의 기술적 문제로 인한 것일 가능성이 높습니다. ", - "error-boundary-503-2": "서버를 일시적으로 사용할 수 없어 요청을 처리할 수 없습니다. ", - "export-modal-title": "데이터 내보내기 초기화", - "export-modal-cancel": "취소", - "export-modal-export": "내보내다", - "file-upload-modal-upload-a-new-photo": "새 사진 업로드", - "gift-card-banner-edit": "편집하다", - "gift-card-banner-unpublish": "게시 취소", - "gift-card-banner-publish": "게시", - "gift-card-banner-delete": "삭제", - "gift-card-banner-published": "게시됨", - "gift-card-banner-unpublished": "널리 알려지지 않은", - "gift-card-denominations-section-denomination-added": "명칭이 추가됨", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "새로운 액면가가 성공적으로 추가되었습니다", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "해당 기본값을 가진 금액이 이미 존재합니다.", - "gift-card-denominations-section-error": "오류", - "gift-card-denominations-section-add-denomination": "명칭 추가", - "gift-card-denominations-section-cancel": "취소", - "gift-card-denominations-section-save-and-close": "저장하고 닫습니다", - "gift-card-denominations-section-denomination-updated": "액면가 업데이트됨", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "새로운 단위가 성공적으로 업데이트되었습니다", - "gift-card-denominations-section-edit-denomination": "명칭 편집", - "gift-card-denominations-section-denominations": "교단", - "gift-card-denominations-section-denomination": "명칭", - "gift-card-denominations-section-in-other-currencies": "다른 통화로", - "gift-card-denominations-section-and-more_one": ", 외 {{count}}개", - "gift-card-denominations-section-and-more_other": ", 외 {{count}}개", - "gift-card-denominations-section-delete-denomination": "명칭 삭제", - "gift-card-denominations-section-confirm-delete": "이 액면가를 삭제하시겠습니까?", - "gift-card-denominations-section-denomination-deleted": "명칭이 삭제되었습니다.", - "gift-card-denominations-section-denomination-was-successfully-deleted": "액면가가 성공적으로 삭제되었습니다", - "gift-card-denominations-section-edit": "편집하다", - "gift-card-denominations-section-delete": "삭제", - "help-dialog-how-can-we-help": "어떻게 도와드릴까요?", - "help-dialog-we-usually-respond-in-a-few-hours": "우리는 보통 몇 시간 안에 응답합니다", - "help-dialog-subject": "주제", - "help-dialog-what-is-it-about": "무슨 내용인가요?...", - "help-dialog-write-a-message": "메시지를 작성하세요...", - "help-dialog-feel-free-to-join-our-community-of": "우리 커뮤니티에 자유롭게 가입하세요.", - "help-dialog-merchants-and-e-commerce-developers": "판매자 및 전자상거래 개발자", - "help-dialog-send-a-message": "메세지를 보내다", - "invite-modal-success": "성공", - "invite-modal-invitation-sent-to": "{{user}}님에게 초대장이 전송되었습니다.", - "invite-modal-error": "오류", - "invite-modal-member": "회원", - "invite-modal-admin": "관리자", - "invite-modal-developer": "개발자", - "invite-modal-invite-users": "사용자 초대", - "invite-modal-email": "이메일", - "invite-modal-role": "역할", - "invite-modal-select-role": "역할 선택", - "invite-modal-cancel": "취소", - "invite-modal-invite": "초대하다", - "login-card-no-match": "이 자격 증명은 우리 기록과 일치하지 않습니다.", - "login-card-log-in-to-medusa": "메두사에 로그인하세요", - "login-card-email": "이메일", - "login-card-password": "비밀번호", - "login-card-forgot-your-password": "비밀번호를 잊어 버렸습니까?", - "metadata-add-metadata": "메타데이터 추가", - "product-attributes-section-edit-attributes": "속성 편집", - "product-attributes-section-dimensions": "치수", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "가장 정확한 배송료를 계산하도록 구성", - "product-attributes-section-customs": "세관", - "product-attributes-section-cancel": "취소", - "product-attributes-section-save": "구하다", - "product-attributes-section-title": "속성", - "product-attributes-section-height": "키", - "product-attributes-section-width": "너비", - "product-attributes-section-length": "길이", - "product-attributes-section-weight": "무게", - "product-attributes-section-mid-code": "MID 코드", - "product-attributes-section-hs-code": "HS 코드", - "product-attributes-section-country-of-origin": "원산지", - "product-general-section-success": "성공", - "product-general-section-successfully-updated-sales-channels": "판매 채널이 성공적으로 업데이트되었습니다.", - "product-general-section-error": "오류", - "product-general-section-failed-to-update-sales-channels": "판매 채널을 업데이트하지 못했습니다.", - "product-general-section-edit-general-information": "일반 정보 편집", - "product-general-section-gift-card": "기프트 카드", - "product-general-section-product": "제품", - "product-general-section-metadata": "메타데이터", - "product-general-section-cancel": "취소", - "product-general-section-save": "구하다", - "product-general-section-delete": "삭제", - "product-general-section-edit-sales-channels": "판매 채널 편집", - "product-general-section-published": "게시됨", - "product-general-section-draft": "초안", - "product-general-section-details": "세부", - "product-general-section-subtitle": "부제", - "product-general-section-handle": "핸들", - "product-general-section-type": "유형", - "product-general-section-collection": "수집", - "product-general-section-category": "범주", - "product-general-section-discountable": "할인 가능", - "product-general-section-true": "진실", - "product-general-section-false": "거짓", - "product-general-section-count_one": "{{세다}}", - "product-general-section-count_other": "{{세다}}", - "product-general-section-sales-channels": "판매채널", - "product-media-section-edit-media": "미디어 편집", - "product-media-section-upload-images-error": "이미지를 업로드하는 중에 문제가 발생했습니다.", - "product-media-section-file-service-not-configured": "파일 서비스가 구성되어 있지 않을 수 있습니다. ", - "product-media-section-error": "오류", - "product-media-section-media": "미디어", - "product-media-section-add-images-to-your-product": "제품에 이미지를 추가하세요.", - "product-media-section-cancel": "취소", - "product-media-section-save-and-close": "저장하고 닫습니다", - "product-raw-section-raw-gift-card": "원시 기프트 카드", - "product-raw-section-raw-product": "원시 제품", - "product-thumbnail-section-success": "성공", - "product-thumbnail-section-successfully-deleted-thumbnail": "미리보기 이미지를 삭제했습니다.", - "product-thumbnail-section-error": "오류", - "product-thumbnail-section-edit": "편집하다", - "product-thumbnail-section-upload": "업로드", - "product-thumbnail-section-upload-thumbnail-error": "미리보기 이미지를 업로드하는 중에 문제가 발생했습니다.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "파일 서비스가 구성되어 있지 않을 수 있습니다. ", - "product-thumbnail-section-upload-thumbnail": "썸네일 업로드", - "product-thumbnail-section-thumbnail": "썸네일", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "결제, 소셜 공유 등의 과정에서 제품을 나타내는 데 사용됩니다.", - "product-thumbnail-section-cancel": "취소", - "product-thumbnail-section-save-and-close": "저장하고 닫습니다", - "product-variant-tree-count_one": "{{세다}}", - "product-variant-tree-count_other": "{{세다}}", - "product-variant-tree-add-prices": "가격 추가", - "product-variants-section-add-variant": "변형 추가", - "product-variants-section-cancel": "취소", - "product-variants-section-save-and-close": "저장하고 닫습니다", - "product-variants-section-edit-stock-inventory": "재고 및 재고 편집", - "product-variants-section-edit-variant": "변형 편집", - "edit-variants-modal-cancel": "취소", - "edit-variants-modal-save-and-go-back": "저장하고 돌아가기", - "edit-variants-modal-save-and-close": "저장하고 닫습니다", - "edit-variants-modal-edit-variant": "변형 편집", - "edit-variants-modal-update-success": "변형이 성공적으로 업데이트되었습니다.", - "edit-variants-modal-edit-variants": "변형 편집", - "edit-variants-modal-product-variants": "제품 변형", - "edit-variants-modal-variant": "변종", - "edit-variants-modal-inventory": "목록", - "product-variants-section-edit-prices": "가격 편집", - "product-variants-section-edit-variants": "변형 편집", - "product-variants-section-edit-options": "편집 옵션", - "product-variants-section-product-variants": "제품 변형", - "product-variants-section-error": "오류", - "product-variants-section-failed-to-update-product-options": "제품 옵션을 업데이트하지 못했습니다.", - "product-variants-section-success": "성공", - "product-variants-section-successfully-updated-product-options": "제품 옵션이 업데이트되었습니다.", - "product-variants-section-product-options": "제품 옵션", - "product-variants-section-option-title": "옵션 제목", - "product-variants-section-option-title-is-required": "옵션 제목이 필요합니다", - "product-variants-section-add-an-option": "옵션 추가", - "product-variants-section-inventory": "목록", - "product-variants-section-title": "제목", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "이안", - "product-variants-section-manage-inventory": "재고 관리", - "product-variants-section-duplicate-variant": "중복 변형", - "product-variants-section-delete-variant-label": "변형 삭제", - "product-variants-section-yes-delete": "예, 삭제합니다", - "product-variants-section-delete-variant-heading": "변형 삭제", - "product-variants-section-confirm-delete": "이 변형을 삭제하시겠습니까?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "참고: 변형을 삭제하면 인벤토리 항목과 레벨도 제거됩니다.", - "reset-token-card-error": "오류", - "reset-token-card-reset-your-password": "비밀번호를 재설정", - "reset-token-card-password-reset-description": "아래에 이메일 주소를 입력하시면<1>비밀번호 재설정 방법<3>에 대한 지침을 보내드립니다.", - "reset-token-card-email": "이메일", - "reset-token-card-this-is-not-a-valid-email": "유효한 이메일이 아닙니다.", - "reset-token-card-send-reset-instructions": "재설정 지침 보내기", - "reset-token-card-successfully-sent-you-an-email": "이메일을 성공적으로 보냈습니다.", - "reset-token-card-go-back-to-sign-in": "다시 로그인하기", - "rma-return-product-table-product-details": "제품 세부 정보", - "rma-return-product-table-quantity": "수량", - "rma-select-product-table-product-details": "제품 세부 정보", - "rma-select-product-table-quantity": "수량", - "rma-select-product-table-refundable": "환불 가능", - "rma-select-product-table-images-witch-count_one": "{{세다}}", - "rma-select-product-table-images-witch-count_other": "{{세다}}", - "rma-select-product-table-select-reason": "이유 선택", - "sidebar-store": "가게", - "sidebar-orders": "명령", - "sidebar-products": "제품", - "sidebar-categories": "카테고리", - "sidebar-customers": "고객", - "sidebar-inventory": "목록", - "sidebar-discounts": "할인", - "sidebar-gift-cards": "기프트 카드", - "sidebar-pricing": "가격", - "sidebar-settings": "설정", - "table-container-soothed-offset_one": "{{sooothedOffset}} - {{count}} {{title}} 중 {{pageSize}}", - "table-container-soothed-offset_other": "{{sooothedOffset}} - {{count}} {{title}} 중 {{pageSize}}", - "table-container-current-page": "{{sothedPageCount}} 중 {{currentPage}}", - "timeline-request-return": "반품요청", - "timeline-register-exchange": "거래소 등록", - "timeline-register-claim": "청구 등록", - "timeline-success": "성공", - "timeline-added-note": "메모를 추가했습니다.", - "timeline-error": "오류", - "timeline-timeline": "타임라인", - "upload-modal-new": "새로운", - "upload-modal-updates": "업데이트", - "upload-modal-drop-your-file-here-or": "여기에 파일을 놓거나", - "upload-modal-click-to-browse": "찾아보려면 클릭하세요.", - "upload-modal-only-csv-files-are-supported": ".csv 파일만 지원됩니다.", - "upload-modal-import-file-title": "{{fileTitle}} 가져오기", - "upload-modal-cancel": "취소", - "upload-modal-import-list": "가져오기 목록", - "add-products-modal-add-products": "제품 추가", - "add-products-modal-search-by-name-or-description": "이름이나 설명으로 검색하세요...", - "add-products-modal-cancel": "취소", - "add-products-modal-save": "구하다", - "add-products-modal-product-details": "제품 세부 정보", - "add-products-modal-status": "상태", - "add-products-modal-variants": "변형", - "templates-general": "일반적인", - "templates-first-name": "이름", - "templates-last-name": "성", - "templates-company": "회사", - "templates-phone": "핸드폰", - "templates-billing-address": "청구 지 주소", - "templates-shipping-address": "배송 주소", - "templates-address": "주소", - "templates-address-1": "주소 1", - "templates-address-2": "주소 2", - "templates-postal-code": "우편 번호", - "templates-city": "도시", - "templates-province": "주", - "templates-country": "국가", - "templates-metadata": "메타데이터", - "collection-modal-success": "성공", - "collection-modal-successfully-updated-collection": "컬렉션이 업데이트되었습니다.", - "collection-modal-error": "오류", - "collection-modal-successfully-created-collection": "컬렉션이 생성되었습니다.", - "collection-modal-edit-collection": "컬렉션 편집", - "collection-modal-add-collection": "컬렉션 추가", - "collection-modal-description": "컬렉션을 만들려면 제목과 핸들만 있으면 됩니다.", - "collection-modal-details": "세부", - "collection-modal-title-label": "제목", - "collection-modal-title-placeholder": "색안경", - "collection-modal-handle-label": "핸들", - "collection-modal-handle-placeholder": "색안경", - "collection-modal-slug-description": "컬렉션의 URL Slug입니다. ", - "collection-modal-metadata": "메타데이터", - "collection-modal-cancel": "취소", - "collection-modal-save-collection": "컬렉션 저장", - "collection-modal-publish-collection": "컬렉션 게시", - "collection-product-table-add-products": "제품 추가", - "collection-product-table-products": "제품", - "collection-product-table-search-products": "제품 검색", - "collection-product-table-cancel": "취소", - "collection-product-table-save": "구하다", - "collection-product-table-sort-by": "정렬 기준", - "collection-product-table-all": "모두", - "collection-product-table-newest": "최신", - "collection-product-table-oldest": "가장 오래된", - "collection-product-table-title": "제목", - "collection-product-table-decide-status-published": "게시됨", - "collection-product-table-draft": "초안", - "collection-product-table-proposed": "제안됨", - "collection-product-table-rejected": "거부됨", - "collection-product-table-remove-product-from-collection": "컬렉션에서 제품 제거", - "collection-product-table-product-removed-from-collection": "컬렉션에서 제품이 제거되었습니다.", - "collections-table-delete-collection": "컬렉션 삭제", - "collections-table-confirm-delete": "이 컬렉션을 삭제하시겠습니까?", - "collections-table-edit": "편집하다", - "collections-table-delete": "삭제", - "collections-table-title": "제목", - "collections-table-handle": "핸들", - "collections-table-created-at": "생성 날짜", - "collections-table-updated-at": "업데이트 날짜", - "collections-table-products": "제품", - "customer-group-table-details": "세부", - "customer-group-table-delete": "삭제", - "customer-group-table-success": "성공", - "customer-group-table-group-deleted": "그룹이 삭제되었습니다.", - "customer-group-table-error": "오류", - "customer-group-table-failed-to-delete-the-group": "그룹을 삭제하지 못했습니다.", - "customer-group-table-customer-groups": "고객 그룹", - "customer-group-table-delete-from-the-group": "그룹에서 삭제", - "customer-group-table-customer-groups-title": "고객 그룹", - "customer-group-table-groups": "여러 떼", - "customer-group-table-all": "모두", - "customer-group-table-edit-customers": "고객 편집", - "customer-group-table-customers": "고객", - "customer-group-table-cancel": "취소", - "customer-group-table-save": "구하다", - "customer-orders-table-orders": "명령", - "customer-orders-table-transfer-order": "이체 주문", - "customer-orders-table-paid": "유급의", - "customer-orders-table-awaiting": "대기 중", - "customer-orders-table-requires-action": "조치가 필요함", - "customer-orders-table-n-a": "해당 없음", - "customer-orders-table-fulfilled": "이행됨", - "customer-orders-table-shipped": "배송됨", - "customer-orders-table-not-fulfilled": "충족되지 않음", - "customer-orders-table-partially-fulfilled": "부분적으로 이행됨", - "customer-orders-table-partially-shipped": "부분적으로 배송됨", - "customer-orders-table-order": "주문하다", - "customer-orders-table-remainder-more": "+ {{나머지}}개 더보기", - "customer-orders-table-date": "날짜", - "customer-orders-table-fulfillment": "이행", - "customer-orders-table-status": "상태", - "customer-orders-table-total": "총", - "customer-table-customers": "고객", - "customer-table-edit": "편집하다", - "customer-table-details": "세부", - "customer-table-date-added": "추가된 날짜", - "customer-table-name": "이름", - "customer-table-email": "이메일", - "customer-table-orders": "명령", - "discount-filter-dropdown-filters": "필터", - "discount-table-discounts": "할인", - "discount-table-search-by-code-or-description": "코드 또는 설명으로 검색...", - "discount-table-success": "성공", - "discount-table-successfully-copied-discount": "할인을 복사했습니다.", - "discount-table-error": "오류", - "discount-table-scheduled": "예정됨", - "discount-table-expired": "만료됨", - "discount-table-active": "활동적인", - "discount-table-disabled": "장애가 있는", - "discount-table-free-shipping": "무료 배송", - "discount-table-code": "암호", - "discount-table-description": "설명", - "discount-table-amount": "양", - "discount-table-status": "상태", - "discount-table-redemptions": "상환", - "discount-table-delete-discount": "할인 삭제", - "discount-table-confirm-delete": "이 할인을 삭제하시겠습니까?", - "discount-table-publish": "게시", - "discount-table-unpublish": "게시 취소", - "discount-table-successfully-published-discount": "할인이 게시되었습니다.", - "discount-table-successfully-unpublished-discount": "할인이 게시 취소되었습니다.", - "discount-table-duplicate": "복제하다", - "discount-table-delete": "삭제", - "draft-order-table-draft-orders": "초안 주문", - "draft-order-table-completed": "완전한", - "draft-order-table-open": "열려 있는", - "draft-order-table-draft": "초안", - "draft-order-table-order": "주문하다", - "draft-order-table-date-added": "추가된 날짜", - "draft-order-table-customer": "고객", - "draft-order-table-status": "상태", - "gift-card-filter-dropdown-is-in-the-last": "마지막에 있어요", - "gift-card-filter-dropdown-is-older-than": "보다 나이가 많다", - "gift-card-filter-dropdown-is-after": "이후이다", - "gift-card-filter-dropdown-is-before": "이전입니다", - "gift-card-filter-dropdown-is-equal-to": "동일하다", - "gift-card-filter-dropdown-filters": "필터", - "gift-card-filter-dropdown-status": "상태", - "gift-card-filter-dropdown-payment-status": "지불 상태", - "gift-card-filter-dropdown-fulfillment-status": "이행 상태", - "gift-card-filter-dropdown-date": "날짜", - "gift-card-table-gift-cards": "기프트 카드", - "gift-card-table-code": "암호", - "gift-card-table-order": "주문하다", - "gift-card-table-original-amount": "원래 금액", - "gift-card-table-balance": "균형", - "gift-card-table-region-has-been-deleted": "지역이 삭제되었습니다.", - "gift-card-table-none": "없음", - "gift-card-table-created": "만들어진", - "image-table-file-name": "파일 이름", - "image-table-thumbnail": "썸네일", - "image-table-select-thumbnail-image-for-product": "이 제품의 썸네일로 사용할 이미지를 선택하세요.", - "inventory-table-inventory-items": "인벤토리 아이템", - "inventory-table-actions-adjust-availability": "가용성 조정", - "inventory-table-view-product": "제품보기", - "inventory-table-success": "성공", - "inventory-table-inventory-item-updated-successfully": "인벤토리 항목이 성공적으로 업데이트되었습니다.", - "inventory-table-adjust-availability": "가용성 조정", - "inventory-table-cancel": "취소", - "inventory-table-save-and-close": "저장하고 닫습니다", - "inventory-table-item": "안건", - "inventory-table-variant": "변종", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "예약된", - "inventory-table-in-stock": "재고", - "order-filter-dropdown-filters": "필터", - "order-filter-dropdown-status": "상태", - "order-filter-dropdown-payment-status": "지불 상태", - "order-filter-dropdown-fulfillment-status": "이행 상태", - "order-filter-dropdown-regions": "지역", - "order-filter-dropdown-sales-channel": "판매채널", - "order-filter-dropdown-date": "날짜", - "order-table-paid": "유급의", - "order-table-awaiting": "대기 중", - "order-table-requires-action": "조치가 필요함", - "order-table-canceled": "취소 된", - "order-table-n-a": "해당 없음", - "order-table-order": "주문하다", - "order-table-date-added": "추가된 날짜", - "order-table-customer": "고객", - "order-table-fulfillment": "이행", - "order-table-payment-status": "지불 상태", - "order-table-sales-channel": "판매채널", - "order-table-total": "총", - "order-table-filters-complete": "완벽한", - "order-table-filters-incomplete": "불완전한", - "price-list-table-filters": "필터", - "price-list-table-status": "상태", - "price-list-table-type": "유형", - "price-list-table-price-lists": "가격표", - "price-list-table-success": "성공", - "price-list-table-successfully-copied-price-list": "가격표를 복사했습니다.", - "price-list-table-error": "오류", - "price-list-table-delete-price-list": "가격표 삭제", - "price-list-table-confirm-delete": "이 가격표를 삭제하시겠습니까?", - "price-list-table-successfully-deleted-the-price-list": "가격표를 삭제했습니다.", - "price-list-table-successfully-unpublished-price-list": "가격표 게시가 취소되었습니다.", - "price-list-table-successfully-published-price-list": "가격표가 성공적으로 게시되었습니다.", - "price-list-table-unpublish": "게시 취소", - "price-list-table-publish": "게시", - "price-list-table-delete": "삭제", - "price-list-table-name": "이름", - "price-list-table-description": "설명", - "price-list-table-groups": "여러 떼", - "price-list-table-other-more": "+ {{other}}개 더보기", - "price-overrides-apply-overrides-on-selected-variants": "선택한 변형에 재정의 적용", - "price-overrides-apply-on-all-variants": "모든 변형에 적용", - "price-overrides-prices": "물가", - "price-overrides-cancel": "취소", - "price-overrides-save-and-close": "저장하고 닫습니다", - "price-overrides-show-regions": "지역 표시", - "product-table-products": "제품", - "product-table-copy-success": "성공", - "product-table-copy-created-a-new-product": "새로운 제품을 만들었습니다", - "product-table-copy-error": "오류", - "product-table-delete-product": "제품 삭제", - "product-table-confirm-delete": "이 제품을 삭제하시겠습니까?", - "product-table-edit": "편집하다", - "product-table-unpublish": "게시 취소", - "product-table-publish": "게시", - "product-table-draft": "초안", - "product-table-published": "출판됨", - "product-table-success": "성공", - "product-table-successfully-unpublished-product": "제품이 게시 취소되었습니다.", - "product-table-successfully-published-product": "성공적으로 게시된 제품", - "product-table-error": "오류", - "product-table-duplicate": "복제하다", - "product-table-delete": "삭제", - "product-table-proposed": "제안됨", - "product-table-published-title": "게시됨", - "product-table-rejected": "거부됨", - "product-table-draft-title": "초안", - "product-table-name": "이름", - "product-table-collection": "수집", - "product-table-status": "상태", - "product-table-availability": "유효성", - "product-table-inventory": "목록", - "product-table-inventory-in-stock-count_one": "{{count}}개 변형 재고 있음", - "product-table-inventory-in-stock-count_other": "{{count}}개 변형 재고 있음", - "reservation-form-location": "위치", - "reservation-form-choose-where-you-wish-to-reserve-from": "예약하고 싶은 곳을 선택하세요.", - "reservation-form-item-to-reserve": "예약아이템", - "reservation-form-select-the-item-that-you-wish-to-reserve": "예약하고 싶은 상품을 선택하세요.", - "reservation-form-item": "안건", - "reservation-form-in-stock": "재고", - "reservation-form-available": "사용 가능", - "reservation-form-reserve": "예약하다", - "reservation-form-remove-item": "항목 삭제", - "reservation-form-description": "설명", - "reservation-form-what-type-of-reservation-is-this": "이것은 어떤 종류의 예약인가요?", - "reservations-table-reservations": "전세", - "reservations-table-edit": "편집하다", - "reservations-table-delete": "삭제", - "reservations-table-confirm-delete": "이 예약을 삭제하시겠습니까?", - "reservations-table-remove-reservation": "예약 삭제", - "reservations-table-reservation-has-been-removed": "예약이 삭제되었습니다", - "new-success": "성공", - "new-successfully-created-reservation": "예약이 생성되었습니다.", - "new-error": "오류", - "new-cancel": "취소", - "new-save-reservation": "예약 저장", - "new-reserve-item": "아이템 예약", - "new-metadata": "메타데이터", - "reservations-table-order-id": "주문 아이디", - "reservations-table-description": "설명", - "reservations-table-created": "만들어진", - "reservations-table-quantity": "수량", - "search-modal-start-typing-to-search": "검색하려면 입력을 시작하세요...", - "search-modal-clear-search": "검색 지우기", - "search-modal-or": "또는", - "search-modal-to-navigate": "길을 찾다", - "search-modal-to-select-and": "선택하고,", - "search-modal-to-search-anytime": "언제든지 검색하려면", - "templates-settings": "설정", - "templates-manage-the-settings-for-your-medusa-store": "Medusa 매장 설정을 관리하세요.", - "transfer-orders-modal-info": "정보", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "고객은 이미 주문의 소유자입니다.", - "transfer-orders-modal-success": "성공", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "주문을 다른 고객에게 성공적으로 이전했습니다.", - "transfer-orders-modal-error": "오류", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "다른 고객에게 주문을 이전할 수 없습니다.", - "transfer-orders-modal-transfer-order": "이체 주문", - "transfer-orders-modal-order": "주문하다", - "transfer-orders-modal-current-owner": "현재 소유자", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "현재 이 주문과 관련된 고객", - "transfer-orders-modal-new-owner": "새 소유자", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "이 주문을 전달할 고객", - "transfer-orders-modal-cancel": "취소", - "transfer-orders-modal-confirm": "확인하다", - "templates-edit-user": "사용자 편집", - "templates-remove-user": "사용자 제거", - "templates-resend-invitation": "초대장 다시 보내기", - "templates-success": "성공", - "templates-invitiation-link-has-been-resent": "초대 링크가 다시 전송되었습니다", - "templates-copy-invite-link": "초대 링크 복사", - "templates-invite-link-copied-to-clipboard": "초대 링크가 클립보드에 복사되었습니다.", - "templates-remove-invitation": "초대 삭제", - "templates-expired": "만료됨", - "templates-pending": "보류 중", - "templates-all": "모두", - "templates-member": "회원", - "templates-admin": "관리자", - "templates-no-team-permissions": "팀 권한 없음", - "templates-status": "상태", - "templates-active": "활동적인", - "templates-name": "이름", - "templates-email": "이메일", - "templates-team-permissions": "팀 권한", - "templates-confirm-remove": "이 사용자를 삭제하시겠습니까?", - "templates-remove-user-heading": "사용자 삭제", - "templates-user-has-been-removed": "사용자가 삭제되었습니다.", - "templates-confirm-remove-invite": "이 초대를 삭제하시겠습니까?", - "templates-remove-invite": "초대 삭제", - "templates-invitiation-has-been-removed": "초대장이 삭제되었습니다.", - "multiselect-choose-categories": "카테고리 선택", - "domain-categories-multiselect-selected-with-counts_one": "{{세다}}", - "domain-categories-multiselect-selected-with-counts_other": "{{세다}}", - "details-success": "성공", - "details-updated-products-in-collection": "컬렉션의 업데이트된 제품", - "details-error": "오류", - "details-back-to-collections": "컬렉션으로 돌아가기", - "details-edit-collection": "컬렉션 편집", - "details-delete": "삭제", - "details-metadata": "메타데이터", - "details-edit-products": "제품 편집", - "details-products-in-this-collection": "이 컬렉션의 제품", - "details-raw-collection": "원시 컬렉션", - "details-delete-collection": "컬렉션 삭제", - "details-successfully-deleted-collection": "컬렉션을 삭제했습니다.", - "details-yes-delete": "예, 삭제합니다", - "details-successfully-updated-customer": "고객을 업데이트했습니다.", - "details-customer-details": "고객 정보", - "details-general": "일반적인", - "details-first-name": "이름", - "details-lebron": "르브론", - "details-last-name": "성", - "details-james": "제임스", - "details-email": "이메일", - "details-phone-number": "전화 번호", - "details-cancel": "취소", - "details-save-and-close": "저장하고 닫습니다", - "details-edit": "편집하다", - "details-back-to-customers": "고객으로 돌아가기", - "details-first-seen": "처음 본", - "details-phone": "핸드폰", - "details-orders": "명령", - "details-user": "사용자", - "details-orders_one": "주문 {{count}}", - "details-orders_other": "주문 {{count}}", - "details-an-overview-of-customer-orders": "고객 주문 개요", - "details-raw-customer": "원시 고객", - "groups-group-updated": "그룹이 업데이트되었습니다.", - "groups-group-created": "그룹이 생성되었습니다.", - "groups-the-customer-group-has-been-updated": "고객 그룹이 업데이트되었습니다.", - "groups-the-customer-group-has-been-created": "고객그룹이 생성되었습니다.", - "groups-edit-customer-group": "고객 그룹 편집", - "groups-create-a-new-customer-group": "새 고객 그룹 생성", - "groups-details": "세부", - "groups-metadata": "메타데이터", - "groups-cancel": "취소", - "groups-edit-group": "그룹 편집", - "groups-publish-group": "게시 그룹", - "groups-no-customers-in-this-group-yet": "이 그룹에는 아직 고객이 없습니다.", - "groups-customers": "고객", - "groups-edit": "편집하다", - "groups-delete": "삭제", - "groups-yes-delete": "예, 삭제합니다", - "groups-delete-the-group": "그룹 삭제", - "groups-group-deleted": "그룹이 삭제되었습니다.", - "groups-confirm-delete-customer-group": "이 고객 그룹을 삭제하시겠습니까?", - "groups-back-to-customer-groups": "고객 그룹으로 돌아가기", - "groups-new-group": "새 그룹", - "add-condition-conditions-were-successfully-added": "조건이 추가되었습니다.", - "add-condition-discount-conditions-updated": "할인 조건이 업데이트되었습니다.", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions는 ConditionsProvider 내에서 사용해야 합니다.", - "collections-search": "찾다...", - "collections-cancel": "취소", - "collections-save-and-go-back": "저장하고 돌아가기", - "collections-save-and-close": "저장하고 닫습니다", - "customer-groups-search": "찾다...", - "customer-groups-cancel": "취소", - "customer-groups-save-and-go-back": "저장하고 돌아가기", - "customer-groups-save-and-close": "저장하고 닫습니다", - "product-types-search": "찾다...", - "product-types-cancel": "취소", - "product-types-save-and-go-back": "저장하고 돌아가기", - "product-types-save-and-close": "저장하고 닫습니다", - "products-search": "찾다...", - "products-cancel": "취소", - "products-save-and-go-back": "저장하고 돌아가기", - "products-save-and-close": "저장하고 닫습니다", - "tags-search": "찾다...", - "tags-cancel": "취소", - "tags-save-and-go-back": "저장하고 돌아가기", - "tags-save-and-close": "저장하고 닫습니다", - "edit-condition-add-conditions": "조건 추가", - "edit-condition-selected-with-count_one": "{{세다}}", - "edit-condition-selected-with-count_other": "{{세다}}", - "edit-condition-deselect": "선택 취소", - "edit-condition-remove": "제거하다", - "edit-condition-add": "추가하다", - "edit-condition-title": "할인 조건에서 {{type}} 수정", - "edit-condition-close": "닫다", - "edit-condition-success": "성공", - "edit-condition-the-resources-were-successfully-added": "리소스가 성공적으로 추가되었습니다.", - "edit-condition-error": "오류", - "edit-condition-failed-to-add-resources": "리소스를 추가하지 못했습니다.", - "edit-condition-the-resources-were-successfully-removed": "리소스가 성공적으로 제거되었습니다.", - "edit-condition-failed-to-remove-resources": "리소스를 제거하지 못했습니다.", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext는 EditConditionProvider 내에서 사용해야 합니다.", - "conditions-conditions": "정황", - "conditions-add-condition-label": "조건 추가", - "conditions-this-discount-has-no-conditions": "이 할인에는 조건이 없습니다.", - "conditions-success": "성공", - "conditions-condition-removed": "조건이 제거되었습니다.", - "conditions-error": "오류", - "conditions-edit-condition": "조건 편집", - "conditions-delete-condition": "조건 삭제", - "conditions-discount-is-applicable-to-specific-products": "특정상품에 할인이 적용됩니다", - "conditions-discount-is-applicable-to-specific-collections": "특정 컬렉션에 할인이 적용됩니다.", - "conditions-discount-is-applicable-to-specific-product-tags": "특정 제품 태그에 할인이 적용됩니다.", - "conditions-discount-is-applicable-to-specific-product-types": "특정 제품 유형에 할인이 적용됩니다.", - "conditions-discount-is-applicable-to-specific-customer-groups": "특정 고객 그룹에 할인이 적용됩니다.", - "configurations-success": "성공", - "configurations-discount-updated-successfully": "할인이 업데이트되었습니다.", - "configurations-error": "오류", - "configurations-edit-configurations": "구성 편집", - "configurations-cancel": "취소", - "configurations-save": "구하다", - "configurations-configurations": "구성", - "configurations-start-date": "시작일", - "configurations-end-date": "종료일", - "configurations-delete-configuration": "구성 삭제", - "configurations-discount-end-date-removed": "할인 종료일이 삭제되었습니다.", - "configurations-number-of-redemptions": "상환 횟수", - "configurations-redemption-limit-removed": "상환 한도가 제거되었습니다.", - "configurations-delete-setting": "설정 삭제", - "configurations-discount-duration-removed": "할인 기간이 삭제되었습니다.", - "general-success": "성공", - "general-discount-updated-successfully": "할인이 업데이트되었습니다.", - "general-error": "오류", - "general-edit-general-information": "일반 정보 편집", - "general-details": "세부", - "general-metadata": "메타데이터", - "general-cancel": "취소", - "general-save-and-close": "저장하고 닫습니다", - "general-delete-promotion": "프로모션 삭제", - "general-confirm-delete-promotion": "이 프로모션을 삭제하시겠습니까?", - "general-promotion-deleted-successfully": "프로모션이 삭제되었습니다.", - "general-discount-published-successfully": "할인이 성공적으로 게시되었습니다.", - "general-discount-drafted-successfully": "할인 초안이 성공적으로 작성되었습니다.", - "general-delete-discount": "할인 삭제", - "general-template-discount": "템플릿 할인", - "general-published": "게시됨", - "general-draft": "초안", - "general-discount-amount": "할인 량", - "general-valid-regions": "유효한 지역", - "general-total-redemptions": "총 상환", - "general-free-shipping": "무료 배송", - "general-unknown-discount-type": "알 수 없는 할인 유형", - "details-discount-deleted": "할인이 삭제되었습니다.", - "details-confirm-delete-discount": "이 할인을 삭제하시겠습니까?", - "details-delete-discount": "할인 삭제", - "details-back-to-discounts": "할인으로 돌아가기", - "details-raw-discount": "원시 할인", - "discounts-add-discount": "할인 추가", - "discount-form-add-conditions": "조건 추가", - "discount-form-choose-a-condition-type": "조건 유형을 선택하세요", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "각 조건 유형 중 하나만 추가할 수 있습니다.", - "discount-form-you-cannot-add-any-more-conditions": "더 이상 조건을 추가할 수 없습니다.", - "discount-form-cancel": "취소", - "discount-form-save": "구하다", - "add-condition-tables-cancel": "취소", - "add-condition-tables-save-and-add-more": "저장하고 더 추가하세요", - "add-condition-tables-save-and-close": "저장하고 닫습니다", - "add-condition-tables-search-by-title": "제목으로 검색...", - "add-condition-tables-search-groups": "그룹 검색...", - "add-condition-tables-search-products": "제품 검색...", - "add-condition-tables-search-by-tag": "태그로 검색...", - "add-condition-tables-search-by-type": "유형으로 검색...", - "details-condition-tables-search-by-title": "제목으로 검색...", - "details-condition-tables-search-groups": "그룹 검색...", - "details-condition-tables-cancel": "취소", - "details-condition-tables-save-and-add-more": "저장하고 더 추가하세요", - "details-condition-tables-save-and-close": "저장하고 닫습니다", - "details-condition-tables-search-products": "제품 검색...", - "details-condition-tables-search-by-tag": "태그로 검색...", - "details-condition-tables-search-by-type": "유형으로 검색...", - "edit-condition-tables-search-by-title": "제목으로 검색...", - "edit-condition-tables-title": "제목", - "edit-condition-tables-search-groups": "그룹 검색...", - "edit-condition-tables-cancel": "취소", - "edit-condition-tables-delete-condition": "조건 삭제", - "edit-condition-tables-save": "구하다", - "edit-condition-tables-search-products": "제품 검색...", - "edit-condition-tables-search-by-tag": "태그로 검색...", - "edit-condition-tables-search-by-type": "유형으로 검색...", - "shared-title": "제목", - "shared-products": "제품", - "shared-applies-to-the-selected-items": "선택한 항목에 적용됩니다.", - "shared-applies-to-all-items-except-the-selected-items": "선택한 항목을 제외한 모든 항목에 적용됩니다.", - "shared-members": "회원", - "shared-status": "상태", - "shared-variants": "변형", - "shared-tag": "꼬리표", - "shared-type": "유형", - "edit-conditions-modal-title": "{{제목}} 수정", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm은 할인FormContext의 하위 항목이어야 합니다.", - "discount-form-error": "오류", - "discount-form-save-as-draft": "임시 보관함에 저장", - "discount-form-publish-discount": "게시 할인", - "discount-form-create-new-discount": "새 할인 만들기", - "discount-form-discount-type": "할인 유형", - "discount-form-select-a-discount-type": "할인 유형을 선택하세요", - "discount-form-allocation": "배당", - "discount-form-general": "일반적인", - "discount-form-configuration": "구성", - "discount-form-discount-code-application-disclaimer": "할인 코드는 게시 버튼을 누른 순간부터 적용되며, 그대로 두면 영원히 적용됩니다.", - "discount-form-conditions": "정황", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "그대로 두면 모든 제품에 할인 코드가 적용됩니다.", - "discount-form-add-conditions-to-your-discount": "할인에 조건 추가", - "discount-form-metadata": "메타데이터", - "discount-form-metadata-usage-description": "메타데이터를 사용하면 할인에 추가 정보를 추가할 수 있습니다.", - "condition-item-remainder-more": "+{{나머지}}개 더보기", - "conditions-edit": "편집하다", - "conditions-product": "제품", - "conditions-collection": "수집", - "conditions-tag": "꼬리표", - "conditions-customer-group": "고객그룹", - "conditions-type": "유형", - "conditions-add-condition": "조건 추가", - "sections-start-date": "시작일", - "sections-schedule-the-discount-to-activate-in-the-future": "나중에 활성화할 할인을 예약하세요.", - "sections-select-discount-start-date": "나중에 할인이 활성화되도록 예약하려면 여기에서 시작 날짜를 설정하세요. 그렇지 않으면 할인이 즉시 활성화됩니다.", - "sections-start-time": "시작 시간", - "sections-discount-has-an-expiry-date": "할인에 유효기간이 있나요?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "나중에 비활성화할 할인을 예약하세요.", - "sections-select-discount-end-date": "나중에 할인이 비활성화되도록 예약하려면 여기에서 만료 날짜를 설정할 수 있습니다.", - "sections-expiry-date": "만료일", - "sections-expiry-time": "만료 시간", - "sections-limit-the-number-of-redemptions": "사용 횟수를 제한하시겠습니까?", - "sections-limit-applies-across-all-customers-not-per-customer": "한도는 고객별로 적용되는 것이 아니라 모든 고객에게 적용됩니다.", - "sections-limit-discount-number-of-uses": "고객이 이 할인을 사용할 수 있는 횟수를 제한하려면 여기에서 제한을 설정할 수 있습니다.", - "sections-number-of-redemptions": "상환 횟수", - "sections-availability-duration": "가용성 기간?", - "sections-set-the-duration-of-the-discount": "할인 기간을 설정합니다.", - "sections-select-a-discount-type": "할인 유형을 선택하세요", - "sections-total-amount": "총액", - "sections-apply-to-the-total-amount": "총금액에 적용", - "sections-item-specific": "특정 품목", - "sections-apply-to-every-allowed-item": "허용된 모든 항목에 적용", - "sections-percentage": "백분율", - "sections-fixed-amount": "정액", - "sections-discount-in-whole-numbers": "정수 할인", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "고정금액 유형을 사용하려면 유효한 지역을 하나만 선택할 수 있습니다.", - "sections-free-shipping": "무료 배송", - "sections-override-delivery-amount": "배송 금액 무시", - "sections-at-least-one-region-is-required": "리전이 1개 이상 필요합니다.", - "sections-choose-valid-regions": "유효한 지역을 선택하세요", - "sections-code": "암호", - "sections-summersale-10": "여름 세일10", - "sections-code-is-required": "코드가 필요합니다", - "sections-amount-is-required": "금액은 필수 항목입니다.", - "sections-amount": "양", - "sections-customer-invoice-code": "고객이 결제 시 입력하는 코드입니다. ", - "sections-uppercase-letters-and-numbers-only": "대문자와 숫자만 가능합니다.", - "sections-description": "설명", - "sections-summer-sale-2022": "2022년 여름 세일", - "sections-this-is-a-template-discount": "템플릿 할인입니다", - "sections-template-discounts-description": "템플릿 할인을 사용하면 할인 그룹 전체에 사용할 수 있는 규칙 집합을 정의할 수 있습니다. ", - "discount-form-product": "제품", - "discount-form-only-for-specific-products": "특정 제품에만 해당", - "discount-form-choose-products": "제품을 선택하세요", - "discount-form-customer-group": "고객그룹", - "discount-form-only-for-specific-customer-groups": "특정 고객 그룹에만 해당", - "discount-form-choose-groups": "그룹 선택", - "discount-form-tag": "꼬리표", - "discount-form-only-for-specific-tags": "특정 태그에만 해당", - "discount-form-collection": "수집", - "discount-form-only-for-specific-product-collections": "특정 제품 컬렉션에만 해당", - "discount-form-choose-collections": "컬렉션 선택", - "discount-form-type": "유형", - "discount-form-only-for-specific-product-types": "특정 제품 유형에만 해당", - "discount-form-choose-types": "유형 선택", - "utils-products": "제품", - "utils-groups": "여러 떼", - "utils-tags": "태그", - "utils-collections": "컬렉션", - "utils-types": "종류", - "gift-cards-created-gift-card": "기프트 카드가 생성되었습니다.", - "gift-cards-custom-gift-card-was-created-successfully": "맞춤 기프트 카드가 생성되었습니다.", - "gift-cards-error": "오류", - "gift-cards-custom-gift-card": "맞춤형 기프트 카드", - "gift-cards-details": "세부", - "gift-cards-receiver": "수화기", - "gift-cards-cancel": "취소", - "gift-cards-create-and-send": "작성 및 보내기", - "details-updated-gift-card": "업데이트된 기프트 카드", - "details-gift-card-was-successfully-updated": "기프트카드가 업데이트되었습니다.", - "details-failed-to-update-gift-card": "기프트 카드를 업데이트하지 못했습니다.", - "details-edit-gift-card": "기프트 카드 수정", - "details-details": "세부", - "details-edit-details": "세부정보 수정", - "details-update-balance-label": "잔액 업데이트", - "details-updated-status": "업데이트된 상태", - "details-successfully-updated-the-status-of-the-gift-card": "기프트 카드 상태가 업데이트되었습니다.", - "details-back-to-gift-cards": "기프트 카드로 돌아가기", - "details-original-amount": "원래 금액", - "details-balance": "균형", - "details-region": "지역", - "details-expires-on": "만료 날짜", - "details-created": "만들어진", - "details-raw-gift-card": "원시 기프트 카드", - "details-balance-updated": "잔액이 업데이트되었습니다.", - "details-gift-card-balance-was-updated": "기프트 카드 잔액이 업데이트되었습니다.", - "details-failed-to-update-balance": "잔액을 업데이트하지 못했습니다.", - "details-update-balance": "잔액 업데이트", - "manage-back-to-gift-cards": "기프트 카드로 돌아가기", - "gift-cards-please-enter-a-name-for-the-gift-card": "기프트 카드의 이름을 입력하세요.", - "gift-cards-please-add-at-least-one-denomination": "단위를 하나 이상 추가하세요.", - "gift-cards-denominations": "교단", - "gift-cards-success": "성공", - "gift-cards-successfully-created-gift-card": "기프트 카드가 생성되었습니다.", - "gift-cards-create-gift-card": "기프트 카드 만들기", - "gift-cards-gift-card-details": "기프트 카드 세부정보", - "gift-cards-name": "이름", - "gift-cards-the-best-gift-card": "최고의 기프트 카드", - "gift-cards-description": "설명", - "gift-cards-the-best-gift-card-of-all-time": "역대 최고의 기프트 카드", - "gift-cards-thumbnail": "썸네일", - "gift-cards-delete": "삭제", - "gift-cards-size-recommended": "1200 x 1600(3:4) 권장, 각각 최대 10MB", - "gift-cards-amount": "양", - "gift-cards-add-denomination": "명칭 추가", - "gift-cards-create-publish": "만들기 및 게시", - "gift-cards-successfully-updated-gift-card": "기프트 카드가 업데이트되었습니다.", - "gift-cards-gift-cards": "기프트 카드", - "gift-cards-manage": "Medusa 매장의 기프트 카드를 관리하세요", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "첫 번째 기프트 카드를 판매할 준비가 되셨나요?", - "gift-cards-no-gift-card-has-been-added-yet": "아직 기프트 카드가 추가되지 않았습니다.", - "gift-cards-history": "역사", - "gift-cards-see-the-history-of-purchased-gift-cards": "구매한 기프트 카드 내역 보기", - "gift-cards-successfully-deleted-gift-card": "기프트 카드를 삭제했습니다.", - "gift-cards-yes-delete": "예, 삭제합니다", - "gift-cards-delete-gift-card": "기프트 카드 삭제", - "inventory-filters": "필터", - "address-form-address": "주소", - "address-form-company": "회사", - "address-form-address-1": "주소 1", - "address-form-this-field-is-required": "이 필드는 필수입니다", - "address-form-address-2": "주소 2", - "address-form-postal-code": "우편 번호", - "address-form-city": "도시", - "address-form-country": "국가", - "edit-sales-channels-edit-channels": "채널 편집", - "edit-sales-channels-add-channels": "채널 추가", - "general-form-location-name": "위치 명", - "general-form-flagship-store-warehouse": "플래그십 스토어, 창고", - "general-form-name-is-required": "이름은 필수입니다", - "location-card-delete-location": "위치 삭제", - "location-card-confirm-delete": "이 위치를 삭제하시겠습니까? ", - "location-card-success": "성공", - "location-card-location-deleted-successfully": "위치가 삭제되었습니다.", - "location-card-error": "오류", - "location-card-edit-details": "세부정보 수정", - "location-card-delete": "삭제", - "location-card-connected-sales-channels": "연결된 판매 채널", - "sales-channels-form-add-sales-channels": "판매 채널 추가", - "sales-channels-form-edit-channels": "채널 편집", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "아직 어떤 판매 채널에도 연결되어 있지 않습니다", - "edit-success": "성공", - "edit-location-edited-successfully": "위치가 수정되었습니다.", - "edit-error": "오류", - "edit-edit-location-details": "위치 세부정보 편집", - "edit-metadata": "메타데이터", - "edit-cancel": "취소", - "edit-save-and-close": "저장하고 닫습니다", - "new-location-added-successfully": "위치가 추가되었습니다.", - "new-location-created": "위치가 생성되었지만 판매 채널을 연결하는 중에 오류가 발생했습니다.", - "new-cancel-location-changes": "저장되지 않은 변경사항을 취소하시겠습니까?", - "new-yes-cancel": "예, 취소합니다", - "new-no-continue-creating": "아니요, 계속 만듭니다.", - "new-add-location": "위치 추가", - "new-add-new-location": "새 위치 추가", - "new-general-information": "일반 정보", - "new-location-details": "이 위치에 대한 세부정보를 지정하세요.", - "new-select-location-channel": "이 위치의 품목을 구매할 수 있는 판매 채널을 지정합니다.", - "oauth-complete-installation": "설치 완료", - "claim-type-form-refund": "환불하다", - "claim-type-form-replace": "바꾸다", - "items-to-receive-form-items-to-receive": "받을 품목", - "items-to-receive-form-product": "제품", - "items-to-receive-form-quantity": "수량", - "items-to-receive-form-refundable": "환불 가능", - "add-return-reason-reason-for-return": "반품 사유", - "add-return-reason-reason": "이유", - "add-return-reason-choose-a-return-reason": "반품 이유를 선택하세요", - "add-return-reason-note": "메모", - "add-return-reason-product-was-damaged-during-shipping": "배송중 제품이 파손되었습니다", - "add-return-reason-cancel": "취소", - "add-return-reason-save-and-go-back": "저장하고 돌아가기", - "add-return-reason-select-reason-title": "이유 선택", - "add-return-reason-edit-reason": "이유 수정", - "add-return-reason-select-reason": "이유를 선택하세요", - "items-to-return-form-items-to-claim": "청구할 항목", - "items-to-return-form-items-to-return": "반품할 품목", - "items-to-return-form-product": "제품", - "items-to-return-form-quantity": "수량", - "items-to-return-form-refundable": "환불 가능", - "add-additional-items-screen-go-back": "돌아가기", - "add-additional-items-screen-add-products": "제품 추가", - "add-additional-items-screen-add-product-variants": "제품 변형 추가", - "add-additional-items-screen-search-products": "제품 검색", - "add-additional-items-screen-variant-price-missing": "이 변형에는 이 주문의 지역/통화에 대한 가격이 없으므로 선택할 수 없습니다.", - "add-additional-items-screen-stock": "재고", - "add-additional-items-screen-price": "가격", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "이 주문에 적용할 수 있는 가격표에서 가격이 재정의되었습니다.", - "items-to-send-form-items-to-send": "보낼 품목", - "items-to-send-form-add-products": "제품 추가", - "items-to-send-form-product": "제품", - "items-to-send-form-quantity": "수량", - "items-to-send-form-price": "가격", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "이 주문에 적용할 수 있는 가격표에서 가격이 재정의되었습니다.", - "refund-amount-form-cancel-editing-refund-amount": "환불 금액 수정 취소", - "refund-amount-form-edit-refund-amount": "환불 금액 수정", - "refund-amount-form-refund-amount-cannot-be-negative": "환불 금액은 음수일 수 없습니다.", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "환불 금액은 0 이상이어야 합니다.", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} 항목이 예약되지 않았습니다.", - "reservation-indicator-this-item-has-been-fulfilled": "이 항목이 충족되었습니다.", - "edit-reservation-button-quantity-item-location-name": "{{수량}}개 품목: ${{locationName}}", - "reservation-indicator-edit-reservation": "예약 수정", - "rma-summaries-claimed-items": "청구된 항목", - "rma-summaries-replacement-items": "교체 품목", - "rma-summaries-customer-refund-description": "교체 품목 및 배송 비용은 공제되지 않으므로 고객은 청구된 품목에 대해 전액 환불을 받습니다. ", - "rma-summaries-refund-amount": "환불 금액", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "반품된 상품이 수령되면 고객에게 환불됩니다.", - "rma-summaries-the-customer-will-be-refunded-immediately": "고객에게 즉시 환불됩니다.", - "rma-summaries-receiving": "전수", - "rma-summaries-free": "무료", - "send-notification-form-return": "반품", - "send-notification-form-exchange": "교환", - "send-notification-form-claim": "주장하다", - "send-notification-form-send-notifications": "알림 보내기", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "선택 취소하면 고객은 이 {{제목}}에 대한 커뮤니케이션을 받을 수 없습니다.", - "shipping-address-form-shipping-address": "배송 주소", - "shipping-address-form-ship-to-a-different-address": "다른 주소로 배송", - "shipping-address-form-cancel": "취소", - "shipping-address-form-save-and-go-back": "저장하고 돌아가기", - "shipping-address-form-shipping-information": "배송 정보", - "shipping-form-shipping-for-return-items": "반품 상품 배송", - "shipping-form-shipping-for-replacement-items": "교체 품목 배송", - "shipping-form-shipping-method-is-required": "배송 방법이 필요합니다", - "shipping-form-choose-shipping-method": "배송 방법을 선택하세요", - "shipping-form-shipping-method": "배송 방법", - "shipping-form-add-custom-price": "맞춤 가격 추가", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "고객이 청구한 품목의 반품 배송비는 무료입니다.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "교체품 배송은 무료입니다.", - "components-decrease-quantity": "수량 감소", - "components-increase-quantity": "수량 늘리기", - "details-successfully-updated-address": "주소가 업데이트되었습니다.", - "details-billing-address": "청구 지 주소", - "details-shipping-address": "배송 주소", - "details-contact": "연락하다", - "details-location": "위치", - "claim-are-you-sure-you-want-to-close": "정말로 닫으시겠어요?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "저장되지 않은 변경사항이 있습니다. 닫으시겠습니까?", - "claim-please-select-a-reason": "이유를 선택해주세요.", - "claim-a-shipping-method-for-replacement-items-is-required": "교체 품목의 배송 방법이 필요합니다.", - "claim-successfully-created-claim": "소유권 주장이 성공적으로 생성되었습니다.", - "claim-created": "주문 #{{display_id}}에 대한 청구가 성공적으로 생성되었습니다.", - "claim-error-creating-claim": "소유권 주장을 만드는 중에 오류가 발생했습니다.", - "claim-create-claim": "소유권 주장 만들기", - "claim-location": "위치", - "claim-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.", - "claim-select-location-to-return-to": "돌아갈 위치를 선택하세요", - "claim-cancel": "취소", - "claim-submit-and-close": "제출 및 종료", - "create-fulfillment-error": "오류", - "create-fulfillment-please-select-a-location-to-fulfill-from": "이행할 위치를 선택하세요.", - "create-fulfillment-cant-allow-this-action": "이 작업을 허용할 수 없습니다.", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "재고 그 이상을 충족시키려고 노력 중", - "create-fulfillment-successfully-fulfilled-order": "주문이 성공적으로 완료되었습니다.", - "create-fulfillment-successfully-fulfilled-swap": "성공적으로 교환 완료", - "create-fulfillment-successfully-fulfilled-claim": "청구가 성공적으로 이행되었습니다.", - "create-fulfillment-success": "성공", - "create-fulfillment-cancel": "취소", - "create-fulfillment-create-fulfillment": "이행 만들기", - "create-fulfillment-create-fulfillment-title": "이행 생성", - "create-fulfillment-locations": "위치", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "이행하려는 곳을 선택하세요.", - "create-fulfillment-items-to-fulfill": "이행해야 할 항목", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "이행하려는 항목 수를 선택하십시오.", - "create-fulfillment-send-notifications": "알림 보내기", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "전환하면 알림 이메일이 전송됩니다.", - "create-fulfillment-quantity-is-not-valid": "수량이 유효하지 않습니다.", - "detail-cards-allocated": "할당됨", - "detail-cards-not-fully-allocated": "완전히 할당되지 않음", - "detail-cards-subtotal": "소계", - "detail-cards-shipping": "배송", - "detail-cards-tax": "세", - "detail-cards-total": "총", - "detail-cards-edit-order": "주문 수정", - "detail-cards-allocate": "할당하다", - "detail-cards-discount": "할인:", - "detail-cards-original-total": "원래 합계", - "details-successfully-updated-the-email-address": "이메일 주소를 성공적으로 업데이트했습니다.", - "details-email-address": "이메일 주소", - "details-save": "구하다", - "details-order-id-copied": "주문 ID가 복사되었습니다.", - "details-email-copied": "이메일이 복사되었습니다", - "details-cancel-order-heading": "주문 취소", - "details-are-you-sure-you-want-to-cancel-the-order": "주문을 취소하시겠습니까?", - "order-details-display-id": "주문 번호{{display_id}}", - "details-successfully-canceled-order": "주문이 취소되었습니다.", - "details-go-to-customer": "고객으로 이동", - "details-transfer-ownership": "소유권 이전", - "details-edit-shipping-address": "배송 주소 수정", - "details-edit-billing-address": "청구서 수신 주소 편집", - "details-edit-email-address": "이메일 주소 편집", - "details-back-to-orders": "주문으로 돌아가기", - "details-cancel-order": "주문 취소", - "details-payment": "지불", - "details-refunded": "환불됨", - "details-total-paid": "전체 지불금", - "details-fulfillment": "이행", - "details-create-fulfillment": "이행 생성", - "details-shipping-method": "배송 방법", - "details-customer": "고객", - "details-shipping": "배송", - "details-billing": "청구", - "details-raw-order": "원시 주문", - "mark-shipped-successfully-marked-order-as-shipped": "주문을 배송됨으로 표시했습니다.", - "mark-shipped-successfully-marked-swap-as-shipped": "스왑을 배송됨으로 표시했습니다.", - "mark-shipped-successfully-marked-claim-as-shipped": "청구가 배송됨으로 성공적으로 표시되었습니다.", - "mark-shipped-success": "성공", - "mark-shipped-error": "오류", - "mark-shipped-mark-fulfillment-shipped": "주문 처리를 배송됨으로 표시", - "mark-shipped-tracking": "추적", - "mark-shipped-tracking-number-label": "추적 번호", - "mark-shipped-tracking-number": "추적 번호...", - "mark-shipped-add-additional-tracking-number": "+ 추가 추적 번호 추가", - "mark-shipped-send-notifications": "알림 보내기", - "mark-shipped-cancel": "취소", - "mark-shipped-complete": "완벽한", - "order-line-warning": "경고", - "order-line-cannot-duplicate-an-item-without-a-variant": "변형이 없으면 항목을 복제할 수 없습니다.", - "order-line-error": "오류", - "order-line-failed-to-duplicate-item": "항목을 복제하지 못했습니다.", - "order-line-success": "성공", - "order-line-item-removed": "항목이 삭제되었습니다.", - "order-line-failed-to-remove-item": "항목을 제거하지 못했습니다.", - "order-line-item-added": "항목이 추가됨", - "order-line-failed-to-replace-the-item": "항목을 교체하지 못했습니다.", - "order-line-replace-product-variants": "제품 변형 교체", - "order-line-replace-with-other-item": "다른 아이템으로 교체", - "order-line-duplicate-item": "중복된 항목", - "order-line-remove-item": "항목 삭제", - "order-line-line-item-cannot-be-edited": "이 품목은 처리의 일부이므로 편집할 수 없습니다. ", - "order-line-new": "새로운", - "order-line-modified": "수정됨", - "receive-return-please-select-at-least-one-item-to-receive": "받을 항목을 하나 이상 선택하십시오.", - "receive-return-successfully-received-return": "성공적으로 반품 접수됨", - "receive-return-received-return-for-order": "주문 번호{{display_id}}에 대한 반품을 받았습니다.", - "receive-return-failed-to-receive-return": "반품을 받지 못했습니다.", - "receive-return-receive-return": "반품 접수", - "receive-return-location": "위치", - "receive-return-choose-location": "물품을 반품할 위치를 선택하세요.", - "receive-return-select-location-to-return-to": "돌아갈 위치를 선택하세요", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "선택한 위치의 품목에 대한 재고 수준이 없습니다.", - "receive-return-cancel": "취소", - "receive-return-save-and-close": "저장하고 닫습니다", - "refund-success": "성공", - "refund-successfully-refunded-order": "주문이 성공적으로 환불되었습니다.", - "refund-error": "오류", - "refund-create-a-refund": "환불 생성", - "refund-attention": "주목!", - "refund-system-payment-disclaimer": "귀하의 결제 중 하나 이상이 시스템 결제입니다. ", - "refund-details": "세부", - "refund-cannot-refund-more-than-the-orders-net-total": "주문의 총 총액보다 많은 금액을 환불할 수 없습니다.", - "refund-discount": "할인", - "refund-reason": "이유", - "refund-note": "메모", - "refund-discount-for-loyal-customer": "충성 고객을 위한 할인", - "refund-send-notifications": "알림 보내기", - "refund-cancel": "취소", - "refund-complete": "완벽한", - "reservation-reservation-was-deleted": "예약이 삭제되었습니다", - "reservation-the-allocated-items-have-been-released": "할당된 항목이 해제되었습니다.", - "reservation-error": "오류", - "reservation-failed-to-delete-the-reservation": "예약을 삭제하지 못했습니다.", - "reservation-reservation-was-updated": "예약이 업데이트되었습니다", - "reservation-the-reservation-change-was-saved": "예약 변경사항이 저장되었습니다.", - "reservation-errors": "오류", - "reservation-failed-to-update-reservation": "예약을 업데이트하지 못했습니다.", - "reservation-edit-reservation": "예약 수정", - "reservation-location": "위치", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "물품을 배송할 위치를 선택하세요.", - "reservation-items-to-allocate-title": "할당 항목", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "할당하려는 항목 수를 선택합니다.", - "reservation-max-reservation-requested": "/ {{maxReservation}} 요청됨", - "reservation-reserved": "예약된", - "reservation-description": "설명", - "reservation-what-type-of-reservation-is-this": "이것은 어떤 종류의 예약인가요?", - "reservation-metadata": "메타데이터", - "reservation-remove-metadata": "메타데이터 제거", - "reservation-add-metadata": "메타데이터 추가", - "reservation-delete-reservation": "예약 삭제", - "reservation-cancel": "취소", - "reservation-save-and-close": "저장하고 닫습니다", - "reservation-couldnt-allocate-items": "항목을 할당할 수 없습니다.", - "reservation-items-allocated": "할당된 항목", - "reservation-items-have-been-allocated-successfully": "항목이 성공적으로 할당되었습니다.", - "reservation-save-reservation": "예약 저장", - "reservation-loading": "로드 중...", - "reservation-allocate-order-items": "주문 항목 할당", - "reservation-choose-where-you-wish-to-allocate-from": "할당할 위치를 선택하세요.", - "reservation-items-to-allocate": "할당 항목", - "returns-success": "성공", - "returns-successfully-returned-order": "주문이 성공적으로 반품되었습니다.", - "returns-error": "오류", - "returns-request-return": "반품요청", - "returns-items-to-return": "반품할 품목", - "returns-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.", - "returns-select-location-to-return-to": "돌아갈 위치를 선택하세요", - "returns-selected-location-has-no-inventory-levels": "선택한 위치에는 선택한 품목에 대한 재고 수준이 없습니다. ", - "returns-shipping": "배송", - "returns-choose-retur,-shipping-method": "이번 반품에 사용할 배송 방법을 선택하세요.", - "returns-total-refund": "총 환불", - "returns-amount": "양", - "returns-send-notifications": "알림 보내기", - "returns-notify-customer-of-created-return": "생성된 반품을 고객에게 알림", - "returns-back": "뒤쪽에", - "returns-submit": "제출하다", - "rma-sub-modals-search-for-additional": "추가 검색", - "rma-sub-modals-general": "일반적인", - "rma-sub-modals-first-name": "이름", - "rma-sub-modals-last-name": "성", - "rma-sub-modals-phone": "핸드폰", - "rma-sub-modals-shipping-address": "배송 주소", - "rma-sub-modals-address-1": "주소 1", - "rma-sub-modals-address-2": "주소 2", - "rma-sub-modals-province": "주", - "rma-sub-modals-postal-code": "우편 번호", - "rma-sub-modals-city": "도시", - "rma-sub-modals-country": "국가", - "rma-sub-modals-back": "뒤쪽에", - "rma-sub-modals-add": "추가하다", - "rma-sub-modals-name": "이름", - "rma-sub-modals-status": "상태", - "rma-sub-modals-in-stock": "재고", - "rma-sub-modals-products": "제품", - "rma-sub-modals-search-products": "제품 검색..", - "rma-sub-modals-reason-for-return": "반품 사유", - "rma-sub-modals-reason": "이유", - "rma-sub-modals-note": "메모", - "swap-success": "성공", - "swap-successfully-created-exchange": "교환이 성공적으로 생성되었습니다.", - "swap-error": "오류", - "swap-register-exchange": "거래소 등록", - "swap-items-to-return": "반품할 품목", - "swap-shipping": "배송", - "swap-shipping-method": "배송 방법", - "swap-add-a-shipping-method": "배송 방법 추가", - "swap-location": "위치", - "swap-choose-which-location-you-want-to-return-the-items-to": "물품을 반품할 위치를 선택하세요.", - "swap-select-location-to-return-to": "돌아갈 위치를 선택하세요", - "swap-items-to-send": "보낼 품목", - "swap-add-product": "제품 추가", - "swap-return-total": "반품 합계", - "swap-additional-total": "추가 합계", - "swap-outbond-shipping": "아웃본드 배송", - "swap-calculated-at-checkout": "결제 시 계산됨", - "swap-estimated-difference": "추정된 차이", - "swap-send-notifications": "알림 보내기", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "선택 취소하면 고객은 이 교환에 대한 통신을 받을 수 없습니다.", - "swap-complete": "완벽한", - "templates-shipped": "배송됨", - "templates-fulfilled": "이행됨", - "templates-canceled": "취소 된", - "templates-partially-fulfilled": "부분적으로 이행됨", - "templates-fulfillment-status-requires-action": "조치가 필요함", - "templates-awaiting-fulfillment": "이행 대기 중", - "templates-partially-shipped": "부분적으로 배송됨", - "templates-cancel-fulfillment-heading": "처리를 취소하시겠습니까?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "처리를 취소하시겠습니까?", - "templates-successfully-canceled-swap": "교환이 취소되었습니다.", - "templates-error": "오류", - "templates-successfully-canceled-claim": "청구가 취소되었습니다.", - "templates-successfully-canceled-fulfillment": "처리가 취소되었습니다.", - "templates-fulfillment-has-been-canceled": "이행이 취소되었습니다.", - "templates-fulfilled-by-provider": "{{title}} {{provider}}에 의해 이행됨", - "templates-not-shipped": "배송되지 않음", - "templates-tracking": "추적", - "templates-shipped-from": "배송지", - "templates-shipping-from": "배송지", - "templates-mark-shipped": "배송됨으로 표시", - "templates-cancel-fulfillment": "이행 취소", - "templates-completed": "완전한", - "templates-processing": "처리", - "templates-requires-action": "조치가 필요함", - "templates-capture-payment": "결제 캡처", - "templates-successfully-captured-payment": "성공적으로 결제를 포착했습니다.", - "templates-refund": "환불하다", - "templates-total-for-swaps": "스왑 합계", - "templates-refunded-for-swaps": "교환 환불됨", - "templates-refunded-for-returns": "반품에 대해 환불됨", - "templates-manually-refunded": "수동으로 환불됨", - "templates-net-total": "순총액", - "templates-paid": "유급의", - "templates-awaiting-payment": "결제 대기 중", - "templates-payment-status-requires-action": "조치가 필요함", - "draft-orders-completed": "완전한", - "draft-orders-open": "열려 있는", - "draft-orders-mark-as-paid": "결제 완료로 표시", - "draft-orders-success": "성공", - "draft-orders-successfully-mark-as-paid": "결제 완료로 표시됨", - "draft-orders-error": "오류", - "draft-orders-successfully-canceled-order": "주문이 취소되었습니다.", - "draft-orders-back-to-draft-orders": "초안 주문으로 돌아가기", - "on-mark-as-paid-confirm-order-id": "주문 번호{{display_id}}", - "draft-orders-go-to-order": "주문으로 이동", - "draft-orders-cancel-draft-order": "초안 주문 취소", - "draft-orders-draft-order": "초안 주문", - "draft-orders-email": "이메일", - "draft-orders-phone": "핸드폰", - "draft-orders-amount": "금액 {{currency_code}}", - "draft-orders-payment": "지불", - "draft-orders-subtotal": "소계", - "draft-orders-shipping": "배송", - "draft-orders-tax": "세", - "draft-orders-total-to-pay": "지불할 총액", - "draft-orders-payment-link": "결제 링크:", - "draft-orders-configure-payment-link-in-store-settings": "매장 설정에서 결제 링크 구성", - "draft-orders-shipping-method": "배송 방법", - "draft-orders-data": "데이터", - "draft-orders-1-item": "(1개 항목)", - "draft-orders-customer": "고객", - "draft-orders-edit-shipping-address": "배송 주소 수정", - "draft-orders-edit-billing-address": "청구서 수신 주소 편집", - "draft-orders-go-to-customer": "고객으로 이동", - "draft-orders-contact": "연락하다", - "draft-orders-billing": "청구", - "draft-orders-raw-draft-order": "원시 초안 주문", - "draft-orders-are-you-sure": "확실합니까?", - "draft-orders-remove-resource-heading": "{{resource}} 제거", - "draft-orders-remove-resource-success-text": "{{resource}}이(가) 제거되었습니다", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "이렇게 하면 주문이 생성됩니다. ", - "draft-orders-mark-paid": "결제 완료로 표시", - "draft-orders-cancel": "취소", - "draft-orders-create-draft-order": "발주 주문 생성", - "edit-amount-paid": "금액 지급", - "edit-new-total": "새로운 합계", - "edit-difference-due": "차액 지불", - "edit-back": "뒤쪽에", - "edit-save-and-go-back": "저장하고 돌아가기", - "edit-order-edit-set-as-requested": "요청한 대로 편집 세트 주문", - "edit-failed-to-request-confirmation": "확인을 요청하지 못했습니다.", - "edit-added-successfully": "성공적으로 추가되었습니다", - "edit-error-occurred": "오류가 발생했습니다", - "edit-add-product-variants": "제품 변형 추가", - "edit-edit-order": "주문 수정", - "edit-items": "품목", - "edit-add-items": "항목 추가", - "edit-filter-items": "항목 필터링...", - "edit-note": "메모", - "edit-add-a-note": "메모 추가...", - "variants-table-location": "{{위치}}에서", - "edit-product": "제품", - "edit-in-stock": "재고", - "edit-price": "가격", - "edit-products": "제품", - "edit-search-product-variants": "제품 변형 검색...", - "orders-success": "성공", - "orders-successfully-initiated-export": "내보내기가 성공적으로 시작되었습니다.", - "orders-error": "오류", - "orders-export-orders": "수출 주문", - "components-billing-address": "청구 지 주소", - "components-use-same-as-shipping": "배송과 동일하게 사용", - "components-e-g-gift-wrapping": "예: ", - "components-title": "제목", - "components-price": "가격", - "components-quantity": "수량", - "components-back": "뒤쪽에", - "components-add": "추가하다", - "components-items-for-the-order": "주문 품목", - "components-details": "세부", - "components-price-excl-taxes": "가격(세금 별도)", - "components-add-custom": "맞춤 추가", - "components-add-existing": "기존 추가", - "components-add-products": "제품 추가", - "components-add-custom-item": "맞춤 항목 추가", - "components-choose-region": "지역 선택", - "components-region": "지역", - "select-shipping-to-name": "({{이름}}에게)", - "components-attention": "주목!", - "components-no-options-for-orders-without-shipping": "배송 없이 주문하는 경우 옵션이 없습니다. ", - "components-choose-a-shipping-method": "배송 방법을 선택하세요", - "components-set-custom-price": "맞춤 가격 설정", - "components-custom-price": "맞춤 가격", - "components-customer-and-shipping-details": "고객 및 배송 세부정보", - "components-find-existing-customer": "기존 고객 찾기", - "components-email": "이메일", - "components-choose-existing-addresses": "기존 주소 선택", - "components-create-new": "새로 만들기", - "components-the-discount-is-not-applicable-to-the-selected-region": "선택한 지역에는 할인이 적용되지 않습니다.", - "components-the-discount-code-is-invalid": "할인 코드가 유효하지 않습니다", - "components-add-discount": "할인 추가", - "components-summer-10": "여름10", - "components-discount": "할인", - "select-shipping-code": "(코드: {{코드}})", - "components-type": "유형", - "components-value": "값", - "components-address": "주소", - "components-shipping-method": "배송 방법", - "components-billing-details": "결제 세부 정보", - "components-edit": "편집하다", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm은 NewOrderFormProvider 내에서 사용해야 합니다.", - "new-order-created": "주문이 생성되었습니다.", - "new-create-draft-order": "초안 주문 생성", - "price-list-product-filter-created-at": "생성 날짜", - "price-list-product-filter-updated-at": "업데이트 날짜", - "price-list-details-drawer-prompt-title": "확실합니까?", - "price-list-details-drawer-prompt-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?", - "price-list-details-notification-succes-title": "가격표가 업데이트되었습니다.", - "price-list-details-drawer-notification-success-message": "가격표가 업데이트되었습니다.", - "price-list-details-drawer-notification-error-title": "에러 발생됨", - "price-list-details-drawer-title": "가격표 세부정보 편집", - "price-list-details-drawer-cancel-button": "취소", - "price-list-details-drawer-save-button": "구하다", - "price-list-details-section-prompt-confirm-text": "삭제", - "price-list-details-section-prompt-cancel-text": "취소", - "price-list-details-section-prompt-title": "가격표 삭제", - "price-list-details-section-prompt-description": "{{name}}", - "price-list-details-section-delete-notification-success-title": "가격표를 삭제했습니다.", - "price-list-details-section-delete-notification-success-message": "{{name}}", - "price-list-details-section-delete-notification-error-title": "가격표를 삭제하지 못했습니다.", - "price-list-details-section-customer-groups": "고객 그룹", - "price-list-details-section-last-edited": "마지막으로 수정됨", - "price-list-details-section-number-of-prices": "물가", - "price-list-details-section-status-menu-expired": "만료됨", - "price-list-details-section-status-menu-draft": "초안", - "price-list-details-section-status-menu-scheduled": "예정됨", - "price-list-details-section-status-active": "활동적인", - "price-list-details-section-status-menu-notification-success-title": "가격표 상태가 업데이트되었습니다.", - "price-list-details-section-status-menu-notification-success-message": "가격표 상태가 {{status}}(으)로 업데이트되었습니다.", - "price-list-details-section-status-menu-notification-error-title": "가격표 상태를 업데이트하지 못했습니다.", - "price-list-details-section-status-menu-item-draft": "초안", - "price-list-details-section-status-menu-item-activate": "활성화", - "price-list-details-menu-item-edit": "세부정보 수정", - "price-list-details-menu-item-delete": "삭제", - "price-list-edit-error": "가격표를 로드하는 중에 오류가 발생했습니다. ", - "price-list-new-form-prompt-title": "확실합니까?", - "price-list-new-form-prompt-exit-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?", - "price-list-new-form-prompt-back-description": "저장되지 않은 변경사항이 있습니다. 돌아가시겠습니까?", - "price-list-add-products-modal-no-prices-error": "하나 이상의 제품에 가격을 지정하세요.", - "price-list-add-products-modal-missing-prices-title": "불완전한 가격표", - "price-list-add-products-modal-missing-prices-description": "선택한 모든 제품에 가격이 할당되지 않았습니다. ", - "price-list-add-products-modal-success-title": "새로운 가격이 추가되었습니다.", - "price-list-add-products-modal-success-message": "가격표에 새로운 가격이 추가되었습니다.", - "price-list-add-products-modal-error-title": "에러 발생됨", - "price-list-add-products-modal-back-button-cancel": "취소", - "price-list-add-products-modal-back-button": "뒤쪽에", - "price-list-add-products-modal-next-button-continue": "계속하다", - "price-list-add-products-modal-next-button-submit-and-close": "제출 및 종료", - "price-list-add-products-modal-next-button-continue-save-prices": "가격 저장", - "price-list-add-products-modal-products-tab": "제품 선택", - "price-list-add-products-modal-prices-tab": "가격 편집", - "price-list-add-products-modal-error": "양식을 준비하는 동안 오류가 발생했습니다. ", - "price-list-edit-prices-modal-prompt-title": "저장되지 않은 변경사항", - "price-list-edit-prices-modal-prompt-exit-description": "저장되지 않은 변경사항이 있습니다. 종료하시겠습니까?", - "price-list-edit-prices-modal-prompt-back-description": "저장되지 않은 변경사항이 있습니다. 돌아가시겠습니까?", - "price-list-edit-prices-modal-notification-update-error": "에러 발생됨", - "price-list-edit-prices-modal-notification-remove-error-title": "에러 발생됨", - "price-list-edit-prices-modal-notification-remove-error-description": "일부 가격이 올바르게 업데이트되지 않았습니다. ", - "price-list-edit-prices-modal-notification-update-success-title": "가격이 업데이트되었습니다.", - "price-list-edit-prices-modal-notification-update-success-description": "가격이 업데이트되었습니다.", - "price-list-edit-prices-modal-next-button-save-and-close": "저장하고 닫습니다", - "price-list-edit-prices-modal-next-button-save": "가격 저장", - "price-list-edit-prices-modal-back-button-cancel": "취소", - "price-list-edit-prices-modal-back-button-back": "뒤쪽에", - "price-list-edit-prices-modal-overview-tab": "가격 편집", - "price-list-edit-prices-modal-error-loading": "양식을 준비하는 동안 오류가 발생했습니다. ", - "price-list-prices-section-prompt-title": "확실합니까?", - "price-list-prices-section-prompt-description": "목록에서 제품 가격이 영구적으로 삭제됩니다.", - "price-list-prices-secton-delete-success-title": "가격이 삭제되었습니다.", - "price-list-prices-section-delete-success-description_one": "{{count}}개 제품의 가격을 성공적으로 삭제했습니다.", - "price-list-prices-section-delete-success-description_other": "{{count}}개 제품의 가격을 성공적으로 삭제했습니다.", - "price-list-prices-section-delete-error-title": "에러 발생됨", - "price-list-prices-section-heading": "물가", - "price-list-prices-section-search-placeholder": "제품 검색", - "price-list-prices-section-prices-menu-edit": "가격 수정", - "price-list-prices-section-prices-menu-add": "제품 추가", - "price-list-prices-section-table-load-error": "제품을 가져오는 중에 오류가 발생했습니다. ", - "price-list-prices-section-bar-count_one": "{{count}}개 선택됨", - "price-list-prices-section-bar-count_other": "{{count}}개 선택됨", - "price-list-prices-section-edit-command": "편집하다", - "price-list-prices-section-delete-command": "삭제", - "price-list-prices-section-select-all-checkbox-label": "현재 페이지의 모든 제품을 선택하세요.", - "price-list-prices-section-select-checkbox-label": "행 선택", - "price-list-prices-section-table-product": "제품", - "price-list-prices-section-table-thumbnail-alt": "{{제목}} 미리보기 이미지", - "price-list-prices-section-table-collection": "수집", - "price-list-prices-section-table-variants": "변형", - "price-list-details-form-type-heading": "유형", - "price-list-details-form-type-description": "생성하려는 가격표 유형을 선택합니다.", - "price-list-details-form-type-label-sale": "판매", - "price-list-details-form-type-hint-sale": "판매를 생성하는 경우 이 방법을 사용하세요.", - "price-list-details-form-type-label-override": "우세하다", - "price-list-details-form-type-hint-override": "가격을 재정의하는 경우 이 방법을 사용하세요.", - "price-list-details-form-general-heading": "일반적인", - "price-list-details-form-general-description": "가격표의 제목과 설명을 선택합니다.", - "price-list-details-form-general-name-label": "이름", - "price-list-details-form-general-name-placeholder": "블랙 프라이데이 세일", - "price-list-details-form-general-description-label": "설명", - "price-list-details-form-general-description-placeholder": "블랙프라이데이 세일 가격은..", - "price-list-details-form-tax-inclusive-label": "세금 포함 가격", - "price-list-details-form-tax-inclusive-hint": "이 목록의 모든 가격에 세금이 포함되도록 선택하세요.", - "price-list-details-form-dates-starts-at-heading": "가격표에는 시작일이 있나요?", - "price-list-details-form-dates-starts-at-description": "나중에 활성화되도록 가격 재정의를 예약하세요.", - "price-list-details-form-dates-starts-at-label": "시작일", - "price-list-details-form-ends-at-heading": "가격표에 유효기간이 있나요?", - "price-list-details-form-ends-at-description": "나중에 비활성화되도록 가격 재정의를 예약하세요.", - "price-list-details-form-ends-at-label": "만료일", - "price-list-details-form-customer-groups-name": "이름", - "price-list-details-form-customer-groups-members": "회원", - "price-list-details-form-customer-groups-error": "고객 그룹을 로드하는 중 오류가 발생했습니다. ", - "price-list-details-form-customer-groups-no-groups": "고객 그룹을 찾을 수 없습니다.", - "price-list-details-form-customer-groups-heading": "고객 가용성", - "price-list-details-form-customer-groups-description": "가격 재정의를 적용해야 하는 고객 그룹을 지정합니다.", - "price-list-details-form-customer-groups-content-heading": "고객 그룹", - "price-list-details-form-customer-groups-search-placeholder": "찾다", - "price-list-prices-form-products-error": "양식을 준비하는 동안 오류가 발생했습니다. ", - "price-list-prices-form-heading": "가격 수정", - "price-list-prices-form-variant": "변종", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "물가", - "price-list-prices-form-prices-variant-count_one": "{{count}}개 변형", - "price-list-prices-form-prices-variant-count_other": "{{count}}개 변형", - "price-list-prices-form-add-prices-button": "가격 추가", - "price-list-prices-form-prices-count_one": "{{count}} 가격", - "price-list-prices-form-prices-count_other": "{{count}} 가격", - "price-list-product-prices-form-invalid-data-title": "유효하지 않은 데이터", - "price-list-product-prices-form-invalid-data-body": "붙여넣은 데이터에 숫자가 아닌 값이 포함되어 있습니다.", - "price-list-product-prices-form-column-visibility-button": "보다", - "price-list-product-prices-form-column-visibility-currencies-label": "통화", - "price-list-product-prices-form-column-visibility-regions-label": "지역", - "price-list-product-prices-form-column-product-label": "제품", - "price-list-product-prices-form-column-currencies-price-label": "가격 {{코드}}", - "price-list-product-prices-form-column-regions-price-label": "가격 {{이름}}({{코드}})", - "price-list-products-form-select-all": "현재 페이지의 모든 제품을 선택하세요.", - "price-list-products-form-select-row": "행 선택", - "price-list-products-form-product-label": "제품", - "price-list-products-form-product-thumbnail": "{{제목}} 미리보기 이미지", - "price-list-products-form-collection-label": "수집", - "price-list-products-form-sales-channels-label": "유효성", - "price-list-products-form-sales-channels-value": "{{첫 번째}} + {{나머지}}개 더보기", - "price-list-products-form-status-label": "상태", - "price-list-products-form-inventory-label": "목록", - "price-list-products-form-inventory-value": "{{variants}}개 변형에 걸쳐 {{totalStock}}개의 재고가 있습니다.", - "price-list-products-form-loading": "제품 로딩", - "price-list-products-form-error": "제품을 로드하는 중 오류가 발생했습니다. ", - "price-list-products-form-no-products": "검색된 상품이 없습니다.", - "price-list-products-form-heading": "제품을 선택하세요", - "price-list-products-form-search-placeholder": "찾다", - "price-list-new-form-no-prices-error": "하나 이상의 제품에 대한 가격을 설정하세요.", - "price-list-new-form-missing-prices-title": "불완전한 가격표", - "price-list-new-products-modal-missing-prices-description": "선택한 모든 제품에 가격이 할당되지 않았습니다. ", - "price-list-new-form-notification-success-title": "가격표가 생성되었습니다.", - "price-list-new-form-notification-success-message": "가격표가 성공적으로 생성되었습니다.", - "price-list-new-form-notification-error-title": "에러 발생됨", - "price-list-new-form-next-button-save-and-publish": "저장 및 게시", - "price-list-new-form-next-button-save": "가격 저장", - "price-list-new-form-next-button-continue": "계속하다", - "price-list-new-form-back-button-cancel": "취소", - "price-list-new-form-back-button-back": "뒤쪽에", - "price-list-new-form-details-tab": "가격표 생성", - "price-list-new-form-products-tab": "제품 선택", - "price-list-new-form-prices-tab": "가격 편집", - "price-list-new-form-save-as-draft": "임시 보관함에 저장", - "price-list-new-form-error-loading-products": "양식을 준비하는 동안 오류가 발생했습니다. ", - "components-success": "성공", - "components-successfully-updated-category-tree": "카테고리 트리가 업데이트되었습니다.", - "components-error": "오류", - "components-failed-to-update-category-tree": "카테고리 트리를 업데이트하지 못했습니다.", - "components-delete": "삭제", - "components-category-deleted": "카테고리가 삭제되었습니다.", - "components-category-deletion-failed": "카테고리 삭제 실패", - "components-category-status-is-inactive": "카테고리 상태가 비활성 상태입니다.", - "components-category-visibility-is-private": "카테고리 공개는 비공개입니다", - "components-add-category-item-to": "카테고리 항목 추가", - "modals-public": "공공의", - "modals-private": "사적인", - "modals-active": "활동적인", - "modals-inactive": "비활성", - "modals-success": "성공", - "modals-successfully-created-a-category": "카테고리가 생성되었습니다.", - "modals-failed-to-create-a-new-category": "새 카테고리를 생성하지 못했습니다.", - "modals-error": "오류", - "modals-save-category": "카테고리 저장", - "modals-add-category-to": "{{name}}에 카테고리 추가", - "modals-add-category": "카테고리 추가", - "modals-details": "세부", - "modals-name": "이름", - "modals-give-this-category-a-name": "이 카테고리에 이름을 지정하세요", - "modals-handle": "핸들", - "modals-custom-handle": "맞춤형 핸들", - "modals-description": "설명", - "modals-give-this-category-a-description": "이 카테고리에 대한 설명을 입력하세요", - "modals-status": "상태", - "modals-visibility": "시계", - "modals-successfully-updated-the-category": "카테고리를 업데이트했습니다.", - "modals-failed-to-update-the-category": "카테고리를 업데이트하지 못했습니다.", - "modals-edit-product-category": "제품 카테고리 수정", - "modals-cancel": "취소", - "modals-save-and-close": "저장하고 닫습니다", - "pages-no-product-categories-yet": "아직 제품 카테고리가 없습니다. 위 버튼을 사용하여 첫 번째 카테고리를 만드세요.", - "pages-add-category": "카테고리 추가", - "pages-product-categories": "제품 카테고리", - "pages-helps-you-to-keep-your-products-organized": "제품을 체계적으로 정리하는 데 도움이 됩니다.", - "batch-job-success": "성공", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "처리를 위해 가져오기가 확인되었습니다. ", - "batch-job-error": "오류", - "batch-job-import-failed": "가져오기에 실패했습니다.", - "batch-job-failed-to-delete-the-csv-file": "CSV 파일을 삭제하지 못했습니다.", - "batch-job-failed-to-cancel-the-batch-job": "일괄 작업을 취소하지 못했습니다.", - "batch-job-products-list": "제품 목록", - "batch-job-unsure-about-how-to-arrange-your-list": "목록을 어떻게 정리해야 할지 모르시나요?", - "batch-job-download-template": "아래 템플릿을 다운로드하여 올바른 형식을 따르고 있는지 확인하세요.", - "batch-job-imports-description": "가져오기를 통해 제품을 추가하거나 업데이트할 수 있습니다. ", - "products-filters": "필터", - "products-status": "상태", - "products-tags": "태그", - "products-spring-summer": "봄 여름...", - "new-sales-channels": "판매채널", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "이 제품은 그대로 두면 기본 판매 채널에서만 구입할 수 있습니다.", - "new-change-availablity": "가용성 변경", - "add-variants-a-variant-with-these-options-already-exists": "이러한 옵션이 포함된 변형이 이미 존재합니다.", - "add-variants-product-options": "제품 옵션", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "옵션은 제품의 색상, 크기 등을 정의하는 데 사용됩니다.", - "add-variants-option-title": "옵션 제목", - "add-variants-variations-comma-separated": "변형(쉼표로 구분)", - "add-variants-color": "색상...", - "add-variants-already-exists": "이미 존재 함", - "add-variants-blue-red-black": "블루, 레드, 블랙...", - "add-variants-add-an-option": "옵션 추가", - "add-variants-product-variants": "제품 변형", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "제품 이형 상품 추가를 시작하려면 먼저 제품 옵션을 하나 이상 추가해야 합니다.", - "add-variants-variant": "변종", - "add-variants-inventory": "목록", - "add-variants-add-a-variant": "변형 추가", - "add-variants-create-variant": "변형 생성", - "add-variants-cancel": "취소", - "add-variants-save-and-close": "저장하고 닫습니다", - "new-variant-a-variant-with-these-options-already-exists": "이러한 옵션이 포함된 변형이 이미 존재합니다.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "이 변형을 삭제하시겠습니까?", - "new-variant-delete-variant": "변형 삭제", - "new-variant-edit": "편집하다", - "new-variant-delete": "삭제", - "new-variant-edit-variant": "변형 편집", - "new-variant-cancel": "취소", - "new-variant-save-and-close": "저장하고 닫습니다", - "new-something-went-wrong-while-trying-to-upload-images": "이미지를 업로드하는 중에 문제가 발생했습니다.", - "new-no-file-service-configured": "파일 서비스가 구성되어 있지 않을 수 있습니다. ", - "new-upload-thumbnail-error": "미리보기 이미지를 업로드하는 중에 문제가 발생했습니다.", - "new-save-as-draft": "임시 보관함에 저장", - "new-publish-product": "제품 게시", - "new-general-information-title": "일반 정보", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "판매를 시작하려면 이름과 가격만 있으면 됩니다.", - "new-organize-product": "제품 정리", - "new-add-variations-of-this-product": "이 제품의 변형을 추가하세요.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "고객에게 색상, 형식, 크기, 모양 등에 대한 다양한 옵션을 제공하십시오.", - "new-used-for-shipping-and-customs-purposes": "배송 및 통관 목적으로 사용됩니다.", - "new-dimensions": "치수", - "new-customs": "세관", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "결제, 소셜 공유 등의 과정에서 제품을 나타내는 데 사용됩니다.", - "new-media": "미디어", - "new-add-images-to-your-product": "제품에 이미지를 추가하세요.", - "overview-import-products": "수입제품", - "overview-export-products": "수출제품", - "overview-new-product": "새로운 제품", - "overview-new-collection": "새 컬렉션", - "overview-success": "성공", - "overview-successfully-created-collection": "컬렉션이 생성되었습니다.", - "overview-error": "오류", - "overview-successfully-initiated-export": "내보내기가 성공적으로 시작되었습니다.", - "modals-add-sales-channels": "판매 채널 추가", - "modals-find-channels": "채널 찾기", - "modals-updated-the-api-key": "API 키를 업데이트했습니다.", - "modals-failed-to-update-the-api-key": "API 키를 업데이트하지 못했습니다.", - "modals-edit-api-key-details": "API 키 세부정보 수정", - "modals-title": "제목", - "modals-name-your-key": "키 이름 지정", - "modals-sales-channels-added-to-the-scope": "범위에 추가된 판매 채널", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "키 범위에 판매 채널을 추가하는 중 오류가 발생했습니다.", - "modals-add-and-go-back": "추가하고 돌아가기", - "modals-add-and-close": "추가 및 닫기", - "modals-sales-channels-removed-from-the-scope": "범위에서 제거된 판매 채널", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "키 범위에서 판매 채널을 제거하는 중 오류가 발생했습니다.", - "modals-edit-sales-channels": "판매 채널 편집", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{세다}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{세다}}", - "modals-deselect": "선택 취소", - "modals-remove": "제거하다", - "modals-add-channels": "채널 추가", - "modals-close": "닫다", - "pages-sales-channels": "판매채널", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "필요한 만큼 많은 판매 채널을 API 키에 연결하세요.", - "pages-add-sales-channels": "판매 채널 추가", - "pages-edit-sales-channels": "판매 채널 편집", - "pages-success": "성공", - "pages-created-a-new-api-key": "새 API 키를 만들었습니다.", - "pages-error": "오류", - "pages-failed-to-create-a-new-api-key": "새 API 키를 생성하지 못했습니다.", - "pages-sales-channels-added-to-the-scope": "범위에 추가된 판매 채널", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "키 범위에 판매 채널을 추가하는 중 오류가 발생했습니다.", - "pages-publish-api-key": "API 키 게시", - "pages-create-api-key": "API 키 생성", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "API 키를 생성하고 관리합니다. ", - "pages-create-api-key-label": "API 키 생성", - "pages-back-to-settings": "설정으로 돌아가기", - "pages-publishable-api-keys": "게시 가능한 API 키", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "이러한 게시 가능한 키를 사용하면 API 요청을 인증할 수 있습니다.", - "tables-name": "이름", - "tables-token": "토큰", - "tables-done": "완료", - "tables-copy-to-clipboard": "클립 보드에 복사", - "tables-created": "만들어진", - "tables-status": "상태", - "tables-revoked": "취소됨", - "tables-live": "살다", - "tables-edit-api-key-details": "API 키 세부정보 수정", - "tables-edit-sales-channels": "판매 채널 편집", - "tables-copy-token": "토큰 복사", - "tables-revoke-token": "토큰 취소", - "tables-delete-api-key": "API 키 삭제", - "tables-yes-delete": "예, 삭제합니다", - "tables-api-key-deleted": "API 키가 삭제되었습니다.", - "tables-are-you-sure-you-want-to-delete-this-public-key": "이 공개 키를 삭제하시겠습니까?", - "tables-delete-key": "키 삭제", - "tables-yes-revoke": "응, 취소해", - "tables-api-key-revoked": "API 키가 취소되었습니다.", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "이 공개 키를 취소하시겠습니까?", - "tables-revoke-key": "키 취소", - "tables-api-keys": "API 키", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "아직 키가 없습니다. 위 버튼을 사용하여 첫 번째 게시 가능한 키를 만드세요.", - "tables-title": "제목", - "tables-description": "설명", - "tables-no-added-sales-channels": "추가된 판매 채널 없음", - "tables-sales-channels": "판매채널", - "form-title": "제목", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "웹사이트, 앱, Amazon, 오프라인 매장 POS, Facebook 제품 피드...", - "form-description": "설명", - "form-available-products-at-our-website-app": "홈페이지, 앱에서 구매 가능한 제품...", - "form-success": "성공", - "form-the-sales-channel-is-successfully-updated": "판매 채널이 성공적으로 업데이트되었습니다.", - "form-error": "오류", - "form-failed-to-update-the-sales-channel": "판매 채널을 업데이트하지 못했습니다.", - "form-sales-channel-details": "판매채널 세부정보", - "form-general-info": "일반 정보", - "form-name": "이름", - "form-close": "닫다", - "form-save": "구하다", - "pages-draft": "초안", - "pages-control-which-products-are-available-in-which-channels": "어떤 채널에서 어떤 제품을 사용할 수 있는지 제어", - "pages-search-by-title-or-description": "제목이나 설명으로 검색", - "pages-confirm-delete-sales-channel": "이 판매 채널을 삭제하시겠습니까? ", - "pages-delete-channel-heading": "채널 삭제", - "pages-edit-general-info": "일반 정보 수정", - "pages-add-products": "제품 추가", - "pages-delete-channel": "채널 삭제", - "pages-disabled": "장애가 있는", - "pages-enabled": "활성화됨", - "tables-collection": "수집", - "tables-start-building-your-channels-setup": "채널 설정 구축을 시작하세요...", - "tables-no-products-in-channels": "아직 이 채널에 제품을 추가하지 않았습니다. 추가하면 해당 제품이 여기에 게시됩니다.", - "tables-add-products": "제품 추가", - "tables-details": "세부", - "tables-remove-from-the-channel": "채널에서 삭제", - "tables-products": "제품", - "sales-channels-table-placeholder-selected-with-counts_one": "{{세다}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{세다}}", - "tables-remove": "제거하다", - "components-successfully-updated-currency": "통화가 업데이트되었습니다.", - "components-default": "기본", - "default-store-currency-success": "성공", - "default-store-currency-successfully-updated-default-currency": "기본 통화가 성공적으로 업데이트되었습니다.", - "default-store-currency-error": "오류", - "default-store-currency-default-store-currency": "기본 매장 통화", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "가격이 표시되는 통화입니다.", - "store-currencies-success": "성공", - "store-currencies-successfully-updated-currencies": "통화가 성공적으로 업데이트되었습니다.", - "store-currencies-error": "오류", - "store-currencies-cancel": "취소", - "store-currencies-save-and-go-back": "저장하고 돌아가기", - "store-currencies-save-and-close": "저장하고 닫습니다", - "store-currencies-add-store-currencies": "상점 통화 추가", - "store-currencies-current-store-currencies": "현재 상점 통화", - "store-currencies-close": "닫다", - "current-currencies-screen-selected-with-count_one": "{{세다}}", - "current-currencies-screen-selected-with-count_other": "{{세다}}", - "store-currencies-deselect": "선택 취소", - "store-currencies-remove": "제거하다", - "store-currencies-add-currencies": "통화 추가", - "store-currencies-store-currencies": "매장 통화", - "store-currencies-all-the-currencies-available-in-your-store": "귀하의 매장에서 사용 가능한 모든 통화.", - "store-currencies-edit-currencies": "통화 수정", - "currencies-an-unknown-error-occurred": "알 수없는 오류가 발생했습니다", - "currencies-error": "오류", - "currencies-back-to-settings": "설정으로 돌아가기", - "currencies-manage-the-markets-that-you-will-operate-within": "귀하가 운영할 시장을 관리하십시오.", - "currencies-include-or-exclude-taxes": "이 통화로 가격을 정의할 때마다 세금을 포함할지 제외할지 결정하세요.", - "currencies-tax-incl-prices": "세금 포함. ", - "settings-error": "오류", - "settings-malformed-swap-url": "잘못된 스왑 URL", - "settings-malformed-payment-url": "잘못된 결제 URL", - "settings-malformed-invite-url": "잘못된 초대 URL", - "settings-success": "성공", - "settings-successfully-updated-store": "매장이 업데이트되었습니다.", - "settings-back-to-settings": "설정으로 돌아가기", - "settings-save": "구하다", - "settings-cancel": "취소", - "settings-store-details": "매장 세부정보", - "settings-manage-your-business-details": "비즈니스 세부정보 관리", - "settings-general": "일반적인", - "settings-store-name": "가게 이름", - "settings-medusa-store": "메두사 스토어", - "settings-advanced-settings": "고급 설정", - "settings-swap-link-template": "링크 템플릿 교체", - "settings-draft-order-link-template": "초안 주문 링크 템플릿", - "settings-invite-link-template": "링크 템플릿 초대", - "settings-manage-the-general-settings-for-your-store": "매장의 일반 설정을 관리하세요.", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "추가 매장 정보 설정 관리", - "edit-user-information-success": "성공", - "edit-user-information-your-information-was-successfully-updated": "귀하의 정보가 성공적으로 업데이트되었습니다", - "edit-user-information-edit-information": "정보 편집", - "edit-user-information-cancel": "취소", - "edit-user-information-submit-and-close": "제출 및 종료", - "personal-information-back-to-settings": "설정으로 돌아가기", - "personal-information-personal-information": "개인 정보", - "personal-information-manage-your-medusa-profile": "메두사 프로필 관리", - "personal-information-language-settings-title": "언어", - "personal-information-language-settings-description": "Medusa Admin의 언어 조정", - "personal-information-language-settings-help-us-translate": "번역을 도와주세요", - "personal-information-usage-insights-title": "사용량 통계", - "usage-insights-disabled": "장애가 있는", - "usage-insights-active": "활동적인", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "사용 정보를 공유하고 Medusa 개선에 도움을 주세요.", - "usage-insights-edit-preferences": "환경설정 수정", - "usage-insights-success": "성공", - "usage-insights-your-information-was-successfully-updated": "귀하의 정보가 성공적으로 업데이트되었습니다", - "usage-insights-error": "오류", - "usage-insights-cancel": "취소", - "usage-insights-submit-and-close": "제출 및 종료", - "region-form-title": "제목", - "region-form-europe": "유럽", - "region-form-currency-code-is-required": "통화 코드가 필요합니다", - "region-form-currency": "통화", - "region-form-choose-currency": "통화 선택", - "region-form-default-tax-rate": "기본 세율", - "region-form-tax-rate-is-required": "세율은 필수 항목입니다.", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "세율은 100 이하여야 합니다.", - "region-form-default-tax-code": "기본 세금 코드", - "region-form-countries": "국가", - "region-form-choose-countries": "국가 선택", - "region-form-tax-inclusive-prices": "세금 포함 가격", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "활성화되면 지역 가격에 세금이 포함됩니다.", - "region-form-payment-providers-are-required": "결제 서비스 제공업체가 필요합니다.", - "region-form-payment-providers": "결제 제공업체", - "region-form-choose-payment-providers": "결제 제공업체를 선택하세요...", - "region-form-fulfillment-providers-are-required": "주문 처리 제공업체가 필요합니다.", - "region-form-fulfillment-providers": "이행 제공업체", - "region-form-choose-fulfillment-providers": "주문 처리 제공업체 선택...", - "shipping-option-card-success": "성공", - "shipping-option-card-shipping-option-updated": "배송 옵션이 업데이트되었습니다.", - "shipping-option-card-error": "오류", - "shipping-option-card-edit-shipping-option": "배송 옵션 수정", - "shipping-option-card-fulfillment-method": "이행 방법", - "shipping-option-card-cancel": "취소", - "shipping-option-card-save-and-close": "저장하고 닫습니다", - "shipping-option-card-shipping-option-has-been-deleted": "배송 옵션이 삭제되었습니다.", - "shipping-option-card-flat-rate": "고정 요금", - "shipping-option-card-calcualted": "계획된", - "shipping-option-card-min-subtotal": "최소 ", - "shipping-option-card-max-subtotal": "최대. ", - "shipping-option-card-admin": "관리자", - "shipping-option-card-store": "가게", - "shipping-option-card-edit": "편집하다", - "shipping-option-card-delete": "삭제", - "shipping-option-form-visible-in-store": "매장에서 볼 수 있음", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "매장에서 배송 옵션 표시 여부를 활성화하거나 비활성화합니다.", - "shipping-option-form-details": "세부", - "shipping-option-form-title": "제목", - "shipping-option-form-title-is-required": "제목은 필수 항목입니다.", - "shipping-option-form-price-type": "가격 유형", - "shipping-option-form-flat-rate": "고정 요금", - "shipping-option-form-calculated": "계획된", - "shipping-option-form-choose-a-price-type": "가격 유형을 선택하세요", - "shipping-option-form-price": "가격", - "shipping-option-form-shipping-profile": "배송 프로필", - "shipping-option-form-choose-a-shipping-profile": "배송 프로필을 선택하세요", - "shipping-option-form-fulfillment-method": "이행 방법", - "shipping-option-form-choose-a-fulfillment-method": "이행 방법을 선택하세요", - "shipping-option-form-requirements": "요구사항", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "최소 ", - "shipping-option-form-min-subtotal": "최소 ", - "shipping-option-form-max-subtotal": "최대. ", - "shipping-option-form-metadata": "메타데이터", - "general-section-success": "성공", - "general-section-region-was-successfully-updated": "지역이 업데이트되었습니다.", - "general-section-error": "오류", - "general-section-edit-region-details": "지역 세부정보 편집", - "general-section-details": "세부", - "general-section-providers": "공급자", - "general-section-metadata": "메타데이터", - "general-section-cancel": "취소", - "general-section-save-and-close": "저장하고 닫습니다", - "edit-something-went-wrong": "문제가 발생했습니다.", - "edit-no-region-found": "해당 ID를 가진 지역을 찾을 수 없습니다. 왼쪽 메뉴를 사용하여 지역을 선택하세요.", - "return-shipping-options-success": "성공", - "return-shipping-options-shipping-option-created": "배송 옵션이 생성되었습니다.", - "return-shipping-options-error": "오류", - "return-shipping-options-add-return-shipping-option": "반품 배송 옵션 추가", - "return-shipping-options-cancel": "취소", - "return-shipping-options-save-and-close": "저장하고 닫습니다", - "return-shipping-options-return-shipping-options": "반품 배송 옵션", - "return-shipping-options-add-option": "옵션 추가", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "사용 가능한 지역별 반품 배송 방법에 대한 세부 정보를 입력하세요.", - "shipping-options-success": "성공", - "shipping-options-shipping-option-created": "배송 옵션이 생성되었습니다.", - "shipping-options-error": "오류", - "shipping-options-add-shipping-option": "배송 옵션 추가", - "shipping-options-cancel": "취소", - "shipping-options-save-and-close": "저장하고 닫습니다", - "shipping-options-shipping-options": "배송 옵션", - "shipping-options-add-option": "옵션 추가", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "사용 가능한 지역 배송 방법에 대한 세부 정보를 입력하세요.", - "new-region-created": "지역이 생성되었습니다.", - "new-create-region": "지역 만들기", - "new-details": "세부", - "new-add-the-region-details": "지역 세부정보를 추가합니다.", - "new-providers": "공급자", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "이 지역에서 사용할 수 있는 주문 처리 및 결제 제공업체를 추가하세요.", - "region-overview-regions": "지역", - "region-overview-manage-the-markets-that-you-will-operate-within": "귀하가 운영할 시장을 관리하십시오.", - "region-overview-not-configured": "구성되지 않음", - "region-overview-fulfillment-providers": "주문 처리 제공업체:", - "return-reasons-notification-success": "성공", - "return-reasons-created-a-new-return-reason": "새 반품 사유를 만들었습니다.", - "return-reasons-success": "성공", - "return-reasons-error": "오류", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "기존 값으로 반품 사유를 생성할 수 없습니다.", - "return-reasons-add-reason": "이유 추가", - "return-reasons-value-is-required": "값은 필수 항목입니다.", - "return-reasons-value": "값", - "return-reasons-label-is-required": "라벨은 필수 항목입니다.", - "return-reasons-label": "상표", - "return-reasons-description": "설명", - "return-reasons-customer-received-the-wrong-size": "고객이 잘못된 사이즈를 받았습니다.", - "return-reasons-cancel": "취소", - "return-reasons-create": "만들다", - "return-reasons-success-title": "성공", - "return-reasons-successfully-updated-return-reason": "반품 이유가 업데이트되었습니다.", - "return-reasons-duplicate-reason": "중복된 사유", - "return-reasons-delete-reason": "삭제 이유", - "return-reasons-save": "구하다", - "return-reasons-details": "세부", - "return-reasons-delete-return-reason": "반품 사유 삭제", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "이 반품 이유를 삭제하시겠습니까?", - "return-reasons-back-to-settings": "설정으로 돌아가기", - "return-reasons-return-reasons": "반품 이유", - "return-reasons-add-reason-label": "이유 추가", - "return-reasons-manage-reasons-for-returned-items": "반품 사유 관리", - "taxes-details": "세부", - "taxes-new-tax-rate": "새로운 세율", - "taxes-tax-calculation-settings": "세금 계산 설정", - "taxes-success": "성공", - "taxes-successfully-updated-tax-rate": "세율을 성공적으로 업데이트했습니다.", - "taxes-error": "오류", - "taxes-overrides": "재정의", - "taxes-product-rules": "제품 규칙", - "taxes-product-rules-description_one": "{{count}}개의 productWithCount에 적용됩니다.", - "taxes-product-rules-description_other": "{{count}}개의 productWithCount에 적용됩니다.", - "taxes-product-type-rules": "상품 유형 규칙", - "taxes-product-type-rules-description_one": "{{count}}개의 제품 유형에 적용됩니다WithCount", - "taxes-product-type-rules-description_other": "{{count}}개의 제품 유형에 적용됩니다WithCount", - "taxes-shipping-option-rules": "배송 옵션 규칙", - "taxes-applies-to-shipping-option-with-count_one": "{{count}}개의 배송 옵션에 적용됩니다WithCount", - "taxes-applies-to-shipping-option-with-count_other": "{{count}}개의 배송 옵션에 적용됩니다WithCount", - "taxes-add-overrides": "재정의 추가", - "taxes-cancel": "취소", - "taxes-save": "구하다", - "taxes-name": "이름", - "taxes-default": "기본", - "taxes-rate-name": "요금명", - "taxes-tax-rate": "세율", - "taxes-tax-code": "세금 코드", - "taxes-edit-tax-rate": "세율 편집", - "taxes-back-to-settings": "설정으로 돌아가기", - "taxes-regions": "지역", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "세금을 관리하려는 지역을 선택하세요.", - "taxes-go-to-region-settings": "지역 설정으로 이동", - "taxes-successfully-created-tax-rate": "세율이 생성되었습니다.", - "taxes-add-tax-rate": "세율 추가", - "taxes-applies-to-product-type-with-count_one": "{{count}}개의 제품 유형에 적용됩니다WithCount", - "taxes-applies-to-product-type-with-count_other": "{{count}}개의 제품 유형에 적용됩니다WithCount", - "taxes-create": "만들다", - "taxes-select-products": "제품 선택", - "taxes-select-product-types-label": "제품 유형 선택", - "taxes-product-types": "제품 유형", - "taxes-system-tax-provider": "시스템 세금 제공자", - "taxes-region-tax-settings-were-successfully-updated": "지역세 설정이 업데이트되었습니다.", - "taxes-tax-provider": "세금 제공자", - "taxes-calculate-taxes-automatically": "세금을 자동으로 계산하시겠습니까?", - "taxes-automatically-apply-tax-calculations-to-carts": "선택하면 Medusa가 자동으로 이 지역의 카트에 세금 계산을 적용합니다. ", - "taxes-apply-tax-to-gift-cards": "기프트 카드에 세금을 적용하시겠습니까?", - "taxes-apply-taxes-to-gift-cards": "체크아웃 시 기프트 카드에 세금이 부과됩니다. ", - "taxes-search-products": "제품 검색..", - "taxes-select-shipping-option": "배송 옵션 선택", - "taxes-shipping-options": "배송 옵션", - "taxes-delete-tax-rate-heading": "세율 삭제", - "taxes-confirm-delete": "이 세율을 삭제하시겠습니까?", - "taxes-tax-rate-was-deleted": "세율이 삭제되었습니다.", - "taxes-edit": "편집하다", - "taxes-delete-tax-rate": "세율 삭제", - "taxes-delete-rule": "규칙 삭제", - "taxes-type": "유형", - "taxes-products": "제품", - "taxes-select-individual-products": "개별 제품 선택", - "taxes-select-product-types": "제품 유형 선택", - "taxes-select-shipping-options": "배송 옵션을 선택하세요", - "taxes-back": "뒤쪽에", - "taxes-add": "추가하다", - "taxes-code": "암호", - "users-invite-users": "사용자 초대", - "users-back-to-settings": "설정으로 돌아가기", - "users-the-team": "팀", - "users-manage-users-of-your-medusa-store": "Medusa Store 사용자 관리", - "users-count_one": "{{세다}}", - "users-count_other": "{{세다}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/pl/translation.json b/packages/admin-ui/ui/public/locales/pl/translation.json deleted file mode 100644 index 6062a92b10f98..0000000000000 --- a/packages/admin-ui/ui/public/locales/pl/translation.json +++ /dev/null @@ -1,1919 +0,0 @@ -{ - "back-button-go-back": "Wróć", - "sales-channels-display-available-count": "Dostępne w <2>{{availableChannelsCount}} z <6>{{totalChannelsCount}} Kanałów Sprzedaży", - "activity-drawer-activity": "Aktywność", - "activity-drawer-no-notifications-title": "Jest cicho tutaj...", - "activity-drawer-no-notifications-description": "Nie masz aktualnie żadnych powiadomień, ale gdy będziesz je miał, pojawią się tutaj.", - "activity-drawer-error-title": "O nie...", - "activity-drawer-error-description": "Coś poszło nie tak podczas pobierania powiadomień - będziemy próbować dalej!", - "activity-drawer-processing": "Przetwarzanie...", - "analytics-config-form-title": "Anonimizuj moje dane dotyczące użytkowania", - "analytics-config-form-description": "Możesz zdecydować się na anonimizację danych dotyczących użytkowania. Jeśli wybierzesz tę opcję, nie będziemy zbierać Twoich danych osobowych, takich jak imię i nazwisko oraz adres e-mail.", - "analytics-config-form-opt-out": "Zrezygnuj z udostępniania moich danych o użytkowaniu", - "analytics-config-form-opt-out-later": "W każdej chwili możesz zrezygnować z udostępniania danych dotyczących użytkowania.", - "analytics-preferences-success": "Sukces", - "analytics-preferences-your-preferences-were-successfully-updated": "Twoje preferencje zostały pomyślnie zaktualizowane", - "analytics-preferences-error": "Błąd", - "analytics-preferences-help-us-get-better": "Pomóż nam się ulepszyć", - "analytics-preferences-disclaimer": "Aby stworzyć najbardziej zniewalające oprogramowanie e-commerce, chcielibyśmy uzyskać wgląd w to, jak korzystasz z Medusy. Informacje od użytkowników pozwalają nam tworzyć lepsze, bardziej angażujące i użyteczne produkty. Gromadzimy dane wyłącznie w celu ulepszenia oprogramowania. Przeczytaj, jakie dane gromadzimy w naszej", - "analytics-preferences-documentation": "dokumentacji", - "analytics-preferences-please-enter-a-valid-email": "Podaj poprawny email", - "analytics-preferences-continue": "Kontynuuj", - "currency-input-currency": "Waluta", - "currency-input-amount-is-not-valid": "Kwota nie jest poprawna", - "organisms-success": "Sukces", - "organisms-delete-successful": "Usunięto pomyślnie", - "organisms-are-you-sure-you-want-to-delete": "Czy na pewno chcesz usunąć?", - "organisms-no-cancel": "Nie, anuluj", - "organisms-yes-remove": "Tak, usuń", - "details-collapsible-hide-additional-details": "Ukryj szczegóły", - "details-collapsible-show-additional-details": "Pokaż szczegóły", - "edit-user-modal-success": "Sukces", - "edit-user-modal-user-was-updated": "Użytkownik został zaktualizowany", - "edit-user-modal-error": "Błąd", - "edit-user-modal-edit-user": "Edytuj użytkownika", - "edit-user-modal-first-name-label": "Imię", - "edit-user-modal-first-name-placeholder": "Imię...", - "edit-user-modal-last-name-label": "Nazwisko", - "edit-user-modal-last-name-placeholder": "Nazwisko...", - "edit-user-modal-email": "Email", - "edit-user-modal-cancel": "Anuluj", - "edit-user-modal-save": "Zapisz", - "error-boundary-back-to-dashboard": "Wróć do panelu", - "error-boundary-an-unknown-error-occured": "Wystąpił nieznany błąd", - "error-boundary-bad-request": "Nieprawidłowe żądanie", - "error-boundary-you-are-not-logged-in": "Nie jesteś zalogowany", - "error-boundary-you-do-not-have-permission-perform-this-action": "Nie masz uprawnień do wykonania tej czynności", - "error-boundary-page-was-not-found": "Nie znaleziono strony", - "error-boundary-an-unknown-server-error-occured": "Wystąpił nieznany błąd serwera", - "error-boundary-503": "Serwer jest obecnie niedostępny", - "error-boundary-500": "Wystąpił błąd z nieokreślonych przyczyn. Najprawdopodobniej jest to spowodowane problemem technicznym po naszej stronie. Spróbuj odświeżyć stronę. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem.", - "error-boundary-400": "Żądanie zostało źle sformułowane. Popraw je i spróbuj ponownie.", - "error-boundary-401": "Nie jesteś zalogowany. Zaloguj się, aby kontynuować.", - "error-boundary-403": "Nie masz uprawnień do wykonania tej akcji. Jeśli uważasz, że to pomyłka, skontaktuj się z administratorem.", - "error-boundary-404": "Żądana strona nie została znaleziona. Sprawdź adres URL i spróbuj ponownie.", - "error-boundary-500-2": "Serwer nie był w stanie obsłużyć Twojego żądania, jest to najprawdopodobniej spowodowane problemem technicznym po naszej stronie. Proszę spróbuj ponownie. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem.", - "error-boundary-503-2": "Serwer jest chwilowo niedostępny i Twoje żądanie nie mogło zostać przetworzone. Spróbuj ponownie później. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem.", - "export-modal-title": "Zainicjuj eksport swoich danych", - "export-modal-cancel": "Anuluj", - "export-modal-export": "Eksportuj", - "file-upload-modal-upload-a-new-photo": "Prześlij nowe zdjęcie", - "gift-card-banner-edit": "Edytuj", - "gift-card-banner-unpublish": "Cofnij publikację", - "gift-card-banner-publish": "Publikuj", - "gift-card-banner-delete": "Usuń", - "gift-card-banner-published": "Opublikowana", - "gift-card-banner-unpublished": "Nieopublikowana", - "gift-card-denominations-section-denomination-added": "Nominał dodany", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Nowy nominał został pomyślnie dodany", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Nominał z tą wartością domyślną już istnieje", - "gift-card-denominations-section-error": "Błąd", - "gift-card-denominations-section-add-denomination": "Dodaj nominał", - "gift-card-denominations-section-cancel": "Anuluj", - "gift-card-denominations-section-save-and-close": "Zapisz i zamknij", - "gift-card-denominations-section-denomination-updated": "Nominał zaktualizowany", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Nowy nominał został pomyślnie zaktualizowany", - "gift-card-denominations-section-edit-denomination": "Edytuj nominał", - "gift-card-denominations-section-denominations": "Nominały", - "gift-card-denominations-section-denomination": "Nominał", - "gift-card-denominations-section-in-other-currencies": "W innych walutach", - "gift-card-denominations-section-and-more_one": ", i {{count}} więcej", - "gift-card-denominations-section-and-more_other": ", i {{count}} więcej", - "gift-card-denominations-section-delete-denomination": "Usuń nominał", - "gift-card-denominations-section-confirm-delete": "Czy na pewno chcesz usunąć ten nominał?", - "gift-card-denominations-section-denomination-deleted": "Nominał usunięty", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Nominał został pomyślnie usunięty", - "gift-card-denominations-section-edit": "Edytuj", - "gift-card-denominations-section-delete": "Usuń", - "help-dialog-how-can-we-help": "Jak możemy pomóc?", - "help-dialog-we-usually-respond-in-a-few-hours": "Zwykle odpowiadamy w ciągu kilku godzin", - "help-dialog-subject": "Temat", - "help-dialog-what-is-it-about": "O czym to jest?...", - "help-dialog-write-a-message": "Napisz wiadomość...", - "help-dialog-feel-free-to-join-our-community-of": "Dołącz do naszej społeczności", - "help-dialog-merchants-and-e-commerce-developers": "sprzedawców i deweloperów e-commerce", - "help-dialog-send-a-message": "Wyślij wiadomość", - "invite-modal-success": "Sukces", - "invite-modal-invitation-sent-to": "Zaproszenie wysłane do {{user}}", - "invite-modal-error": "Błąd", - "invite-modal-member": "Członek", - "invite-modal-admin": "Administrator", - "invite-modal-developer": "Deweloper", - "invite-modal-invite-users": "Zaproś użytkowników", - "invite-modal-email": "Email", - "invite-modal-role": "Funkcja", - "invite-modal-select-role": "Wybierz funkcję", - "invite-modal-cancel": "Anuluj", - "invite-modal-invite": "Zaproś", - "login-card-no-match": "Te dane uwierzytelniające nie są zgodne z naszymi danymi.", - "login-card-log-in-to-medusa": "Zaloguj się do Medusy", - "login-card-email": "Email", - "login-card-password": "Hasło", - "login-card-forgot-your-password": "Zapomniałeś hasła?", - "metadata-add-metadata": "Dodaj metadane", - "product-attributes-section-edit-attributes": "Edytuj atrybuty", - "product-attributes-section-dimensions": "Wymiary", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Skonfiguruj do obliczania najdokładniejszych stawek wysyłki", - "product-attributes-section-customs": "Cła", - "product-attributes-section-cancel": "Anuluj", - "product-attributes-section-save": "Zapisz", - "product-attributes-section-mid-code": "Kod MID", - "product-attributes-section-hs-code": "Kod HS", - "product-attributes-section-country-of-origin": "Kraj pochodzenia", - "product-general-section-success": "Sukces", - "product-general-section-successfully-updated-sales-channels": "Pomyślnie zaktualizowano kanały sprzedaży", - "product-general-section-error": "Błąd", - "product-general-section-failed-to-update-sales-channels": "Nie udało się zaktualizować kanałów sprzedaży", - "product-general-section-edit-general-information": "Edycja informacji ogólnych", - "product-general-section-gift-card": "Karta podarunkowa", - "product-general-section-product": "Produkt", - "product-general-section-metadata": "Metadane", - "product-general-section-cancel": "Anuluj", - "product-general-section-save": "Zapisz", - "product-general-section-delete": "Usuń", - "product-general-section-edit-sales-channels": "Edytuj kanały sprzedaży", - "product-general-section-published": "Opublikowany", - "product-general-section-draft": "Wersja robocza", - "product-general-section-details": "Szczegóły", - "product-general-section-subtitle": "Podtytuł", - "product-general-section-handle": "Slug", - "product-general-section-type": "Typ", - "product-general-section-collection": "Kolekcja", - "product-general-section-category": "Kategoria", - "product-general-section-discountable": "Możliwy do objęcia rabatem", - "product-general-section-true": "Tak", - "product-general-section-false": "Nie", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Kanały sprzedaży", - "product-media-section-edit-media": "Edytuj media", - "product-media-section-upload-images-error": "Coś poszło nie tak podczas próby przesłania obrazów.", - "product-media-section-file-service-not-configured": "Usługa plików może nie być skonfigurowana. Skontaktuj się z administratorem", - "product-media-section-error": "Błąd", - "product-media-section-media": "Media", - "product-media-section-add-images-to-your-product": "Dodaj obrazy do swojego produktu.", - "product-media-section-cancel": "Anuluj", - "product-media-section-save-and-close": "Zapisz i zamknij", - "product-raw-section-raw-gift-card": "Surowa Karta Podarunkowa", - "product-raw-section-raw-product": "Surowy produkt", - "product-thumbnail-section-success": "Sukces", - "product-thumbnail-section-successfully-deleted-thumbnail": "Pomyślnie usunięto miniaturkę", - "product-thumbnail-section-error": "Błąd", - "product-thumbnail-section-edit": "Edytuj", - "product-thumbnail-section-upload": "Prześlij", - "product-thumbnail-section-upload-thumbnail-error": "SCoś poszło nie tak podczas próby przesłania miniaturki.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Usługa plików może nie być skonfigurowana. Skontaktuj się z administratorem", - "product-thumbnail-section-upload-thumbnail": "Prześlij miniaturkę", - "product-thumbnail-section-thumbnail": "Miniaturka", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Służy do reprezentowania produktu podczas płatności, udostępniania w mediach społecznościowych i nie tylko.", - "product-thumbnail-section-cancel": "Anuluj", - "product-thumbnail-section-save-and-close": "Zapisz i zamknij", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Dodaj ceny", - "product-variants-section-add-variant": "Dodaj wariant", - "product-variants-section-cancel": "Anuluj", - "product-variants-section-save-and-close": "Zapisz i zamknij", - "product-variants-section-edit-stock-inventory": "Edycja stanu magazynowego", - "product-variants-section-edit-variant": "Edytuj wariant", - "edit-variants-modal-cancel": "Anuluj", - "edit-variants-modal-save-and-go-back": "Zapisz i wróć", - "edit-variants-modal-save-and-close": "Zapisz i zamknij", - "edit-variants-modal-edit-variant": "Edytuj wariant", - "edit-variants-modal-update-success": "Warianty zostały pomyślnie zaktualizowane", - "edit-variants-modal-edit-variants": "Edytuj warianty", - "edit-variants-modal-product-variants": "Warianty produktu", - "edit-variants-modal-variant": "Wariant", - "edit-variants-modal-inventory": "Stan magazynowy", - "product-variants-section-edit-prices": "Edytuj ceny", - "product-variants-section-edit-variants": "Edytuj warianty", - "product-variants-section-edit-options": "Edytuj opcje", - "product-variants-section-product-variants": "Warianty produktu", - "product-variants-section-error": "Błąd", - "product-variants-section-failed-to-update-product-options": "Nie udało się zaktualizować opcji produktu", - "product-variants-section-success": "Sukces", - "product-variants-section-successfully-updated-product-options": "Pomyślnie zaktualizowane opcje produktu", - "product-variants-section-product-options": "Opcje produktu", - "product-variants-section-option-title": "Tytuł opcji", - "product-variants-section-option-title-is-required": "Tytuł opcji jest wymagany", - "product-variants-section-add-an-option": "Dodaj opcję", - "product-variants-section-inventory": "Stan magazynowy", - "product-variants-section-title": "Tytuł", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Zarządzaj stanem magazynowym", - "product-variants-section-duplicate-variant": "Duplikuj wariant", - "product-variants-section-delete-variant-label": "Usuń wariant", - "product-variants-section-yes-delete": "Tak, usuń", - "product-variants-section-delete-variant-heading": "Usuń wariant", - "product-variants-section-confirm-delete": "Czy na pewno chcesz usunąć ten wariant?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "Uwaga: Usunięcie wariantu spowoduje również usunięcie stanów magazynowych.", - "reset-token-card-error": "Błąd", - "reset-token-card-reset-your-password": "Zresetuj swoje hasło", - "reset-token-card-password-reset-description": "Wprowadź poniżej swój adres e-mail, a my wyślemy Ci instrukcje, jak zresetować twoje hasło.", - "reset-token-card-email": "Email", - "reset-token-card-this-is-not-a-valid-email": "To nie jest poprawny email", - "reset-token-card-send-reset-instructions": "Wyślij instrukcje resetowania", - "reset-token-card-successfully-sent-you-an-email": "Pomyślnie wysłano wiadomość e-mail", - "reset-token-card-go-back-to-sign-in": "Wróć do logowania", - "rma-return-product-table-product-details": "Szczegóły produktu", - "rma-return-product-table-quantity": "Ilość", - "rma-select-product-table-product-details": "Szczegóły produktu", - "rma-select-product-table-quantity": "Ilość", - "rma-select-product-table-refundable": "Podlegające zwrotowi", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Wybierz powód", - "sidebar-store": "Sklep", - "sidebar-orders": "Zamówienia", - "sidebar-products": "Produkty", - "sidebar-categories": "Kategorie", - "sidebar-customers": "Klienci", - "sidebar-inventory": "Zapasy", - "sidebar-discounts": "Rabaty", - "sidebar-gift-cards": "Karty Podarunkowe", - "sidebar-pricing": "Cenniki", - "sidebar-settings": "Ustawienia", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} z {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} z {{soothedPageCount}}", - "timeline-request-return": "Wniosek o zwrot", - "timeline-register-exchange": "Zarejestruj wymianę", - "timeline-register-claim": "Zarejestruj reklamację", - "timeline-success": "Sukces", - "timeline-added-note": "Dodano notatkę", - "timeline-error": "Błąd", - "timeline-timeline": "Oś czasu", - "upload-modal-new": "nowe", - "upload-modal-updates": "aktualizacje", - "upload-modal-drop-your-file-here-or": "Upuść tutaj swój plik, lub ", - "upload-modal-click-to-browse": "kliknij aby wybrać z dysku.", - "upload-modal-only-csv-files-are-supported": "Obsługiwane są tylko pliki .csv.", - "upload-modal-import-file-title": "Importuj {{fileTitle}}", - "upload-modal-cancel": "Anuluj", - "upload-modal-import-list": "Lista importowania", - "add-products-modal-add-products": "Dodaj produkty", - "add-products-modal-search-by-name-or-description": "Wyszukiwanie według nazwy lub opisu...", - "add-products-modal-cancel": "Anuluj", - "add-products-modal-save": "Zapisz", - "add-products-modal-product-details": "Szczegóły produktu", - "add-products-modal-status": "Stan", - "add-products-modal-variants": "Warianty", - "templates-general": "Ogólne", - "templates-first-name": "Imię", - "templates-last-name": "Nazwisko", - "templates-company": "Firma", - "templates-phone": "Telefon", - "templates-billing-address": "Adres rozliczeniowy", - "templates-shipping-address": "Adres wysyłki", - "templates-address": "Adres", - "templates-address-1": "Adres 1", - "templates-address-2": "Adres 2", - "templates-postal-code": "Kod pocztowy", - "templates-city": "Miasto", - "templates-province": "Województwo", - "templates-country": "Kraj", - "templates-metadata": "Metadane", - "collection-modal-success": "Sukces", - "collection-modal-successfully-updated-collection": "Pomyślnie zaktualizowano kolekcję", - "collection-modal-error": "Błąd", - "collection-modal-successfully-created-collection": "Pomyślnie utworzono kolekcję", - "collection-modal-edit-collection": "Edytuj kolekcję", - "collection-modal-add-collection": "Dodaj kolekcję", - "collection-modal-description": "Do stworzenia kolekcji wystarczy tytuł i slug.", - "collection-modal-details": "Szczegóły", - "collection-modal-title-label": "Tytuł", - "collection-modal-title-placeholder": "Okulary", - "collection-modal-handle-label": "Slug", - "collection-modal-handle-placeholder": "okulary", - "collection-modal-slug-description": "Slug dla kolekcji. Zostanie wygenerowany automatycznie, jeśli pozostawisz puste.", - "collection-modal-metadata": "Metadane", - "collection-modal-cancel": "Anuluj", - "collection-modal-save-collection": "Zapisz kolekcję", - "collection-modal-publish-collection": "Publikuj kolekcję", - "collection-product-table-add-products": "Dodaj produkty", - "collection-product-table-products": "Produkty", - "collection-product-table-search-products": "Wyszukaj produkty", - "collection-product-table-cancel": "Anuluj", - "collection-product-table-save": "Zapisz", - "collection-product-table-sort-by": "Sortuj", - "collection-product-table-all": "Wszystkie", - "collection-product-table-newest": "Najnowsze", - "collection-product-table-oldest": "Najstarsze", - "collection-product-table-title": "Tytuł", - "collection-product-table-decide-status-published": "Opublikowano", - "collection-product-table-draft": "Wersja robocza", - "collection-product-table-proposed": "Zaproponowano", - "collection-product-table-rejected": "Odrzucono", - "collection-product-table-remove-product-from-collection": "Usuń produkt z kolekcji", - "collection-product-table-product-removed-from-collection": "Produkt usunięty z kolekcji", - "collections-table-delete-collection": "Usuń kolekcję", - "collections-table-confirm-delete": "Czy na pewno chcesz usunąć tę kolekcję?", - "collections-table-edit": "Edytuj", - "collections-table-delete": "Usuń", - "collections-table-title": "Tytuł", - "collections-table-handle": "Slug", - "collections-table-created-at": "Utworzono", - "collections-table-updated-at": "Zaktualizowano", - "collections-table-products": "Produkty", - "customer-group-table-details": "Szczegóły", - "customer-group-table-delete": "Usuń", - "customer-group-table-success": "Sukces", - "customer-group-table-group-deleted": "Usunięto grupę", - "customer-group-table-error": "Błąd", - "customer-group-table-failed-to-delete-the-group": "Nie udało się usunąć grupy", - "customer-group-table-customer-groups": "Grupy Klientów", - "customer-group-table-delete-from-the-group": "Usuń z grupy", - "customer-group-table-customer-groups-title": "Grupy Klientów", - "customer-group-table-groups": "Grupy", - "customer-group-table-all": "Wszystkie", - "customer-group-table-edit-customers": "Edytuj klientów", - "customer-group-table-customers": "Klienci", - "customer-group-table-cancel": "Anuluj", - "customer-group-table-save": "Zapisz", - "customer-orders-table-orders": "Zamówienia", - "customer-orders-table-transfer-order": "Przenieś zamówienie", - "customer-orders-table-paid": "Zapłacono", - "customer-orders-table-awaiting": "Oczekiwanie", - "customer-orders-table-requires-action": "Wymaga działania", - "customer-orders-table-n-a": "Nie dotyczy", - "customer-orders-table-fulfilled": "Zrealizowane", - "customer-orders-table-shipped": "Wysłane", - "customer-orders-table-not-fulfilled": "Niezrealizowane", - "customer-orders-table-partially-fulfilled": "Częściowo zrealizowane", - "customer-orders-table-partially-shipped": "Częściowo wysłane", - "customer-orders-table-order": "Zamówienie", - "customer-orders-table-remainder-more": "+ {{remainder}} więcej", - "customer-orders-table-date": "Data", - "customer-orders-table-fulfillment": "Realizacja", - "customer-orders-table-status": "Stan", - "customer-orders-table-total": "Suma", - "customer-table-customers": "Klienci", - "customer-table-edit": "Edytuj", - "customer-table-details": "Szczegóły", - "customer-table-date-added": "Dodano", - "customer-table-name": "Nazwa", - "customer-table-email": "Email", - "customer-table-orders": "Zamówienia", - "discount-filter-dropdown-filters": "Filtry", - "discount-table-discounts": "Rabaty", - "discount-table-search-by-code-or-description": "Wyszukiwanie według kodu lub opisu...", - "discount-table-success": "Sukces", - "discount-table-successfully-copied-discount": "Pomyślnie skopiowano rabat", - "discount-table-error": "Błąd", - "discount-table-scheduled": "Zaplanowano", - "discount-table-expired": "Wygasł", - "discount-table-active": "Aktywny", - "discount-table-disabled": "Wyłączony", - "discount-table-free-shipping": "Darmowa wysyłka", - "discount-table-code": "Kod", - "discount-table-description": "Opis", - "discount-table-amount": "Ilość", - "discount-table-status": "Stan", - "discount-table-redemptions": "Realizacje", - "discount-table-delete-discount": "Usuń rabat", - "discount-table-confirm-delete": "Czy na pewno chcesz usunąć ten Rabat?", - "discount-table-publish": "Publikuj", - "discount-table-unpublish": "Cofnij publikację", - "discount-table-successfully-published-discount": "Pomyślnie opublikowano rabat", - "discount-table-successfully-unpublished-discount": "Pomyślnie cofnięto publikację rabatu", - "discount-table-duplicate": "Duplikuj", - "discount-table-delete": "Usuń", - "draft-order-table-draft-orders": "Projekty zamówień", - "draft-order-table-completed": "Zakończone", - "draft-order-table-open": "Otwarte", - "draft-order-table-draft": "Wersja robocza", - "draft-order-table-order": "Zamówienie", - "draft-order-table-date-added": "Data dodania", - "draft-order-table-customer": "Klient", - "draft-order-table-status": "Stan", - "gift-card-filter-dropdown-is-in-the-last": "jest w ostatnich", - "gift-card-filter-dropdown-is-older-than": "jest starsza niż", - "gift-card-filter-dropdown-is-after": "jest po", - "gift-card-filter-dropdown-is-before": "jest przed", - "gift-card-filter-dropdown-is-equal-to": "jest równe", - "gift-card-filter-dropdown-filters": "Filtry", - "gift-card-filter-dropdown-status": "Stan", - "gift-card-filter-dropdown-payment-status": "Stan płatności", - "gift-card-filter-dropdown-fulfillment-status": "Stan realizacji", - "gift-card-filter-dropdown-date": "Data", - "gift-card-table-gift-cards": "Karty Podarunkowe", - "gift-card-table-code": "Kod", - "gift-card-table-order": "Zamówienie", - "gift-card-table-original-amount": "Kwota oryginalna", - "gift-card-table-balance": "Saldo", - "gift-card-table-region-has-been-deleted": "Region został usunięty", - "gift-card-table-none": "Żaden", - "gift-card-table-created": "Utworzono", - "image-table-file-name": "Nazwa pliku", - "image-table-thumbnail": "Miniaturka", - "image-table-select-thumbnail-image-for-product": "Wybierz obraz, którego chcesz użyć jako miniatury tego produktu.", - "inventory-table-inventory-items": " magazynowe", - "inventory-table-actions-adjust-availability": "Dostosuj dostępność", - "inventory-table-view-product": "Pokaż produkt", - "inventory-table-success": "Sukces", - "inventory-table-inventory-item-updated-successfully": "Pozycja magazynu została pomyślnie zaktualizowana", - "inventory-table-adjust-availability": "Dostosuj dostępność", - "inventory-table-cancel": "Anuluj", - "inventory-table-save-and-close": "Zapisz i zamknij", - "inventory-table-item": "Przedmiot", - "inventory-table-variant": "Wariant", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Zarezerwowany", - "inventory-table-in-stock": "Dostępny", - "order-filter-dropdown-filters": "Filtry", - "order-filter-dropdown-status": "Stan", - "order-filter-dropdown-payment-status": "Stan płatności", - "order-filter-dropdown-fulfillment-status": "Stan realizacji", - "order-filter-dropdown-regions": "Regiony", - "order-filter-dropdown-sales-channel": "Kanały sprzedaży", - "order-filter-dropdown-date": "Data", - "order-table-paid": "Zapłacono", - "order-table-awaiting": "Oczekiwanie", - "order-table-requires-action": "Wymaga działania", - "order-table-canceled": "Anulowano", - "order-table-n-a": "Nie dotyczy", - "order-table-order": "Zamówienie", - "order-table-date-added": "Data dodania", - "order-table-customer": "Klient", - "order-table-fulfillment": "Realizacja", - "order-table-payment-status": "Stan płatności", - "order-table-sales-channel": "Kanały sprzedaży", - "order-table-total": "Suma", - "order-table-filters-complete": "Zakończone", - "order-table-filters-incomplete": "Niezakończone", - "price-list-table-filters": "Filtry", - "price-list-table-status": "Stan", - "price-list-table-type": "Typ", - "price-list-table-price-lists": "Cenniki", - "price-list-table-success": "Sukces", - "price-list-table-successfully-copied-price-list": "Pomyślnie skopiowano cennik", - "price-list-table-error": "Błąd", - "price-list-table-delete-price-list": "Usuń cennik", - "price-list-table-confirm-delete": "Czy na pewno chcesz usunąć ten cennik?", - "price-list-table-successfully-deleted-the-price-list": "Pomyślnie usunięto cennik", - "price-list-table-successfully-unpublished-price-list": "Pomyślnie cofnięto publikację cennika", - "price-list-table-successfully-published-price-list": "Pomyślnie opublikowano cennik", - "price-list-table-unpublish": "Cofnij publikację", - "price-list-table-publish": "Publikuj", - "price-list-table-delete": "Usuń", - "price-list-table-name": "Nazwa", - "price-list-table-description": "Opis", - "price-list-table-groups": "Grupy", - "price-list-table-other-more": "+ {{other}} więcej", - "price-overrides-apply-overrides-on-selected-variants": "Zastosuj nadpisania dla wybranych wariantów", - "price-overrides-apply-on-all-variants": "Zastosuj dla wszystkich wariantów", - "price-overrides-prices": "Ceny", - "price-overrides-cancel": "Anuluj", - "price-overrides-save-and-close": "Zapisz i zamknij", - "price-overrides-show-regions": "Pokaż regiony", - "product-table-products": "Produkty", - "product-table-copy-success": "Sukces", - "product-table-copy-created-a-new-product": "Utworzono nowy produkt", - "product-table-copy-error": "Błąd", - "product-table-delete-product": "Usuń produkt", - "product-table-confirm-delete": "Czy na pewno chcesz usunąć ten produkt?", - "product-table-edit": "Edytuj", - "product-table-unpublish": "Cofnij publikację", - "product-table-publish": "Publikuj", - "product-table-draft": "wersja robocza", - "product-table-published": "opublikowano", - "product-table-success": "Sukces", - "product-table-successfully-unpublished-product": "Pomyślnie cofnięto publikację produktu", - "product-table-successfully-published-product": "Pomyślnie opublikowano produkt", - "product-table-error": "Błąd", - "product-table-duplicate": "Duplikuj", - "product-table-delete": "Usuń", - "product-table-proposed": "Zaproponowano", - "product-table-published-title": "Opublikowano", - "product-table-rejected": "Odrzucono", - "product-table-draft-title": "Wersja robocza", - "product-table-name": "Nazwa", - "product-table-collection": "Kolekcja", - "product-table-status": "Stan", - "product-table-availability": "Dostępność", - "product-table-inventory": "Zapasy", - "product-table-inventory-in-stock-count_one": " dostępny w {{count}} wariancie", - "product-table-inventory-in-stock-count_other": " dostępny w {{count}} wariantach", - "reservation-form-location": "Lokalizacja", - "reservation-form-choose-where-you-wish-to-reserve-from": "Wybierz miejsce, z którego chcesz dokonać rezerwacji.", - "reservation-form-item-to-reserve": "Przedmioty do zarezerwowania", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Wybierz przedmiot który chcesz zarezerwować", - "reservation-form-item": "Przedmiot", - "reservation-form-in-stock": "Na stanie", - "reservation-form-available": "Dostępne", - "reservation-form-reserve": "Rezerwuj", - "reservation-form-remove-item": "Usuń przedmiot", - "reservation-form-description": "Opis", - "reservation-form-what-type-of-reservation-is-this": "Jakiego typu jest to rezerwacja?", - "reservations-table-reservations": "Rezerwacje", - "reservations-table-edit": "Edytuj", - "reservations-table-delete": "Usuń", - "reservations-table-confirm-delete": "Czy na pewno chcesz usunąć tę rezerwację?", - "reservations-table-remove-reservation": "Usuń rezerwację", - "reservations-table-reservation-has-been-removed": "Rezerwacja została usunięta", - "new-success": "Sukces", - "new-successfully-created-reservation": "Pomyślnie utworzono rezerwację", - "new-error": "Błąd", - "new-cancel": "Anuluj", - "new-save-reservation": "Zapisz rezerwację", - "new-reserve-item": "Rezerwuj przedmiot", - "new-metadata": "Metadane", - "reservations-table-order-id": "ID zamówienia", - "reservations-table-description": "Opis", - "reservations-table-created": "Utworzono", - "reservations-table-quantity": "Ilość", - "search-modal-start-typing-to-search": "Zacznij pisać aby wyszukać...", - "search-modal-clear-search": "Wyczyść wyszukiwanie", - "search-modal-or": "lub", - "search-modal-to-navigate": "aby przejść", - "search-modal-to-select-and": "aby wybrać, oraz", - "search-modal-to-search-anytime": "aby wyszukać w dowolnym momencie", - "templates-settings": "Ustawienia", - "templates-manage-the-settings-for-your-medusa-store": "Zarządzaj ustawieniami swojego sklepu Medusa", - "transfer-orders-modal-info": "Informacje", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Klient jest już właścicielem zamówienia", - "transfer-orders-modal-success": "Sukces", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Pomyślnie przekazano zamówienie innemu klientowi", - "transfer-orders-modal-error": "Błąd", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Nie można przenieść zamówienia do innego klienta", - "transfer-orders-modal-transfer-order": "Przenieś zamówienie", - "transfer-orders-modal-order": "Zamówienie", - "transfer-orders-modal-current-owner": "Aktualny właściciel", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Klient aktualnie powiązany z tym zamówieniem", - "transfer-orders-modal-new-owner": "Nowy właściciel", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Klient, do którego zostanie przekazane zamówienie", - "transfer-orders-modal-cancel": "Anuluj", - "transfer-orders-modal-confirm": "Potwierdź", - "templates-edit-user": "Edytuj użytkownika", - "templates-remove-user": "Usuń użytkownika", - "templates-resend-invitation": "Wyślij ponownie zaproszenie", - "templates-success": "Sukces", - "templates-invitiation-link-has-been-resent": "Link do zaproszenia został ponownie wysłany", - "templates-copy-invite-link": "Kopiuj link do zaproszenia", - "templates-invite-link-copied-to-clipboard": "Link do zaproszenia skopiowany do schowka", - "templates-remove-invitation": "Usuń zaproszenie", - "templates-expired": "Wygasło", - "templates-pending": "W toku", - "templates-all": "Wszystkie", - "templates-member": "Członek", - "templates-admin": "Administrator", - "templates-no-team-permissions": "Brak uprawnień zespołu", - "templates-status": "Stan", - "templates-active": "Aktywny", - "templates-name": "Nazwa", - "templates-email": "Email", - "templates-team-permissions": "Uprawnienia zespołu", - "templates-confirm-remove": "Czy na pewno chcesz usunąć tego użytkownika?", - "templates-remove-user-heading": "Usuń użytkownika", - "templates-user-has-been-removed": "Usunięto użytkownika", - "templates-confirm-remove-invite": "Czy na pewno chcesz usunąć to zaproszenie?", - "templates-remove-invite": "Usuń zaproszenie", - "templates-invitiation-has-been-removed": "Usunięto zaproszenie", - "multiselect-choose-categories": "Wybierz kategorie", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Sukces", - "details-updated-products-in-collection": "Zaktualizowane produkty w kolekcji", - "details-error": "Błąd", - "details-back-to-collections": "Wróć do Kolekcji", - "details-edit-collection": "Edytuj kolekcję", - "details-delete": "Usuń", - "details-metadata": "Metadane", - "details-edit-products": "Edytuj produkty", - "details-products-in-this-collection": "Produkty w tej kolekcji", - "details-raw-collection": "Surowa kolekcja", - "details-delete-collection": "Usuń kolekcję", - "details-successfully-deleted-collection": "Pomyślnie usunięto kolekcję", - "details-yes-delete": "Tak, usuń", - "details-successfully-updated-customer": "Pomyślnie zaktualizowano klienta", - "details-customer-details": "Szczegóły klienta", - "details-general": "Ogólne", - "details-first-name": "Imię", - "details-lebron": "LeBron", - "details-last-name": "Nazwisko", - "details-james": "James", - "details-email": "Email", - "details-phone-number": "Telefon", - "details-cancel": "Anuluj", - "details-save-and-close": "Zapisz i zamknij", - "details-edit": "Edytuj", - "details-back-to-customers": "Wróć do Klientów", - "details-first-seen": "Widziany po raz pierwszy", - "details-phone": "Telefon", - "details-orders": "Zamówienia", - "details-user": "Użytkownik", - "details-orders_one": "Zamówienia {{count}}", - "details-orders_other": "Zamówienia {{count}}", - "details-an-overview-of-customer-orders": "Przegląd zamówień klienta", - "details-raw-customer": "Surowy klient", - "groups-group-updated": "Zaktualizowano grupę", - "groups-group-created": "Utworzono grupę", - "groups-the-customer-group-has-been-updated": "Grupa Klientów została zaktualizowana", - "groups-the-customer-group-has-been-created": "Grupa Klientów została utworzona", - "groups-edit-customer-group": "Edytuj Grupę Klientów", - "groups-create-a-new-customer-group": "Utwórz nową grupę klientów", - "groups-details": "Szczegóły", - "groups-metadata": "Metadane", - "groups-cancel": "Anuluj", - "groups-edit-group": "Edytuj grupę", - "groups-publish-group": "Publikuj grupę", - "groups-no-customers-in-this-group-yet": "Nie ma jeszcze klientów w tej grupie", - "groups-customers": "Klienci", - "groups-edit": "Edytuj", - "groups-delete": "Usuń", - "groups-yes-delete": "Tak, usuń", - "groups-delete-the-group": "Usuń grupę", - "groups-group-deleted": "Grupa usunięta", - "groups-confirm-delete-customer-group": "Czy na pewno chcesz usunąć tę grupę klientów?", - "groups-back-to-customer-groups": "Wróć do grup klientów", - "groups-new-group": "Nowa grupa", - "add-condition-conditions-were-successfully-added": "Warunki zostały pomyślnie dodane", - "add-condition-discount-conditions-updated": "Zaktualizowano warunki rabatu", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions musi być używana w ramach ConditionsProvider", - "collections-search": "Wyszukaj...", - "collections-cancel": "Anuluj", - "collections-save-and-go-back": "Zapisz i wróć", - "collections-save-and-close": "Zapisz i zamknij", - "customer-groups-search": "Wyszukaj...", - "customer-groups-cancel": "Anuluj", - "customer-groups-save-and-go-back": "Zapisz i wróć", - "customer-groups-save-and-close": "Zapisz i zamknij", - "product-types-search": "Wyszukaj...", - "product-types-cancel": "Anuluj", - "product-types-save-and-go-back": "Zapisz i wróć", - "product-types-save-and-close": "Zapisz i zamknij", - "products-search": "Wyszukaj...", - "products-cancel": "Anuluj", - "products-save-and-go-back": "Zapisz i wróć", - "products-save-and-close": "Zapisz i zamknij", - "tags-search": "Wyszukaj...", - "tags-cancel": "Anuluj", - "tags-save-and-go-back": "Zapisz i wróć", - "tags-save-and-close": "Zapisz i zamknij", - "edit-condition-add-conditions": "Dodaj warunki", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Odznacz", - "edit-condition-remove": "Usuń", - "edit-condition-add": "Dodaj", - "edit-condition-title": "Edytuj {{type}} w warunkach rabatu", - "edit-condition-close": "Zamknij", - "edit-condition-success": "Sukces", - "edit-condition-the-resources-were-successfully-added": "Zasoby zostały pomyślnie dodane", - "edit-condition-error": "Błąd", - "edit-condition-failed-to-add-resources": "Nie udało się dodać zasobów", - "edit-condition-the-resources-were-successfully-removed": "Zasoby zostały pomyślnie usunięte", - "edit-condition-failed-to-remove-resources": "Nie udało się usunąć zasobów", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext musi być używany w ramach EditConditionProvider", - "conditions-conditions": "Warunki", - "conditions-add-condition-label": "Dodaj warunek", - "conditions-this-discount-has-no-conditions": "Ten rabat nie ma żadnych warunków", - "conditions-success": "Sukces", - "conditions-condition-removed": "Usunięto warunek", - "conditions-error": "Błąd", - "conditions-edit-condition": "Edytuj warunek", - "conditions-delete-condition": "Usuń warunek", - "conditions-discount-is-applicable-to-specific-products": "Rabat dotyczy określonych produktów", - "conditions-discount-is-applicable-to-specific-collections": "Rabat dotyczy określonych kolekcji", - "conditions-discount-is-applicable-to-specific-product-tags": "Rabat dotyczy określonych tagów produktów", - "conditions-discount-is-applicable-to-specific-product-types": "Rabat dotyczy określonych typów produktów", - "conditions-discount-is-applicable-to-specific-customer-groups": "Rabat dotyczy określonych grup klientów", - "configurations-success": "Sukces", - "configurations-discount-updated-successfully": "Rabat został pomyślnie zaktualizowany", - "configurations-error": "Błąd", - "configurations-edit-configurations": "Edytuj konfiguracje", - "configurations-cancel": "Anuluj", - "configurations-save": "Zapisz", - "configurations-configurations": "Konfiguracje", - "configurations-start-date": "Data rozpoczęcia", - "configurations-end-date": "Data zakończenia", - "configurations-delete-configuration": "Usuń konfigurację", - "configurations-discount-end-date-removed": "Usunięto datę końcową rabatu", - "configurations-number-of-redemptions": "Liczba realizacji", - "configurations-redemption-limit-removed": "Limit realizacji usunięty", - "configurations-delete-setting": "Usuń ustawienie", - "configurations-discount-duration-removed": "Usunięto czas trwania rabatu", - "general-success": "Sukces", - "general-discount-updated-successfully": "Rabat został pomyślnie zaktualizowany", - "general-error": "Błąd", - "general-edit-general-information": "Edycja informacji ogólnych", - "general-details": "Szczegóły", - "general-metadata": "Metadane", - "general-cancel": "Anuluj", - "general-save-and-close": "Zapisz i zamknij", - "general-delete-promotion": "Usuń promocję", - "general-confirm-delete-promotion": "Czy na pewno chcesz usunąć tę promocję?", - "general-promotion-deleted-successfully": "Promocja została pomyślnie usunięta", - "general-discount-published-successfully": "Rabat opublikowany pomyślnie", - "general-discount-drafted-successfully": "Rabat przyznany pomyślnie", - "general-delete-discount": "Usuń rabat", - "general-template-discount": "Szablon rabatu", - "general-published": "Opublikowano", - "general-draft": "Wersja robocza", - "general-discount-amount": "Wysokość rabatu", - "general-valid-regions": "Obowiązujące regiony", - "general-total-redemptions": "Liczba realizacji", - "general-free-shipping": "DARMOWA WYSYŁKA", - "general-unknown-discount-type": "Nieznany typ rabatu", - "details-discount-deleted": "Rabat usunięty", - "details-confirm-delete-discount": "Czy na pewno chcesz usunąć ten rabat?", - "details-delete-discount": "Usuń rabat", - "details-back-to-discounts": "Wróć do rabatów", - "details-raw-discount": "Surowy rabat", - "discounts-add-discount": "Dodaj rabat", - "discount-form-add-conditions": "Dodaj warunki", - "discount-form-choose-a-condition-type": "Wybierz typ warunku", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Można dodać tylko jeden warunek każdego typu", - "discount-form-you-cannot-add-any-more-conditions": "Nie można dodać więcej warunków", - "discount-form-cancel": "Anuluj", - "discount-form-save": "Zapisz", - "add-condition-tables-cancel": "Anuluj", - "add-condition-tables-save-and-add-more": "Zapisz i dodaj więcej", - "add-condition-tables-save-and-close": "Zapisz i zamknij", - "add-condition-tables-search-by-title": "Wyszukaj po tytule...", - "add-condition-tables-search-groups": "Wyszukaj grupy...", - "add-condition-tables-search-products": "Wyszukaj produkty...", - "add-condition-tables-search-by-tag": "Wyszukaj według tagów...", - "add-condition-tables-search-by-type": "Wyszukaj według typu...", - "details-condition-tables-search-by-title": "Wyszukaj po tytule...", - "details-condition-tables-search-groups": "Wyszukaj grupy...", - "details-condition-tables-cancel": "Anuluj", - "details-condition-tables-save-and-add-more": "Zapisz i dodaj więcej", - "details-condition-tables-save-and-close": "Zapisz i zamknij", - "details-condition-tables-search-products": "Wyszukaj produkty...", - "details-condition-tables-search-by-tag": "Wyszukaj według tagów...", - "details-condition-tables-search-by-type": "Wyszukaj według typu...", - "edit-condition-tables-search-by-title": "Wyszukaj po tytule...", - "edit-condition-tables-title": "Tytuł", - "edit-condition-tables-search-groups": "Wyszukaj grupy...", - "edit-condition-tables-cancel": "Anuluj", - "edit-condition-tables-delete-condition": "Delete condition", - "edit-condition-tables-save": "Zapisz", - "edit-condition-tables-search-products": "Wyszukaj produkty...", - "edit-condition-tables-search-by-tag": "Wyszukaj według tagów...", - "edit-condition-tables-search-by-type": "Wyszukaj według typu...", - "shared-title": "Tytuł", - "shared-products": "Produkty", - "shared-applies-to-the-selected-items": "Dotyczy wybranych pozycji.", - "shared-applies-to-all-items-except-the-selected-items": "Dotyczy wszystkich elementów z wyjątkiem wybranych.", - "shared-members": "Członkowie", - "shared-status": "Stan", - "shared-variants": "Warianty", - "shared-tag": "Tag", - "shared-type": "Typ", - "edit-conditions-modal-title": "Edytuj {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm musi być elementem podrzędnym DiscountFormContext", - "discount-form-error": "Błąd", - "discount-form-save-as-draft": "Zapisz jako wersję roboczą", - "discount-form-publish-discount": "Publikuj rabat", - "discount-form-create-new-discount": "Utwórz nowy rabat", - "discount-form-discount-type": "Typ rabatu", - "discount-form-select-a-discount-type": "Wybierz typ rabatu", - "discount-form-allocation": "Przydział", - "discount-form-general": "Ogólne", - "discount-form-configuration": "Konfiguracja", - "discount-form-discount-code-application-disclaimer": "Kod rabatowy obowiązuje od momentu naciśnięcia przycisku publikacji i na zawsze, jeśli nie zostanie zmieniony.", - "discount-form-conditions": "Warunki", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Kod rabatowy ma zastosowanie do wszystkich produktów, jeśli pozostanie nietknięty.", - "discount-form-add-conditions-to-your-discount": "Dodaj warunki do swojego rabatu", - "discount-form-metadata": "Metadane", - "discount-form-metadata-usage-description": "Metadane umożliwiają dodanie dodatkowych informacji do rabatu.", - "condition-item-remainder-more": "+{{remainder}} więcej", - "conditions-edit": "Edytuj", - "conditions-product": "Produkt", - "conditions-collection": "Kolekcja", - "conditions-tag": "Tag", - "conditions-customer-group": "Grupa klientów", - "conditions-type": "Typ", - "conditions-add-condition": "Dodaj warunek", - "sections-start-date": "Data rozpoczęcia", - "sections-schedule-the-discount-to-activate-in-the-future": "Zaplanuj aktywację rabatu w przyszłości.", - "sections-select-discount-start-date": "Jeśli chcesz zaplanować aktywację rabatu w przyszłości, możesz ustawić tutaj datę rozpoczęcia, w przeciwnym razie rabat będzie aktywny natychmiast.", - "sections-start-time": "Data rozpoczęcia", - "sections-discount-has-an-expiry-date": "Rabat ma datę wygaśnięcia?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Zaplanuj dezaktywację rabatu w przyszłości.", - "sections-select-discount-end-date": "Jeśli chcesz zaplanować dezaktywację rabatu w przyszłości, możesz ustawić datę wygaśnięcia tutaj.", - "sections-expiry-date": "Data wygaśnięcia", - "sections-expiry-time": "Czas wygaśnięcia", - "sections-limit-the-number-of-redemptions": "Ograniczyć liczbę realizacji?", - "sections-limit-applies-across-all-customers-not-per-customer": "Limit dotyczy wszystkich klientów, a nie poszczególnych klientów.", - "sections-limit-discount-number-of-uses": "Jeśli chcesz ograniczyć liczbę realizacji rabatu, możesz ustawić limit w tym miejscu.", - "sections-number-of-redemptions": "Ilość realizacji", - "sections-availability-duration": "Czas trwania dostępności?", - "sections-set-the-duration-of-the-discount": "Ustaw czas trwania rabatu.", - "sections-select-a-discount-type": "Wybierz typ rabatu", - "sections-total-amount": "Całkowita kwota", - "sections-apply-to-the-total-amount": "Zastosuj do całkowitej kwoty", - "sections-item-specific": "Konkretny przedmiot", - "sections-apply-to-every-allowed-item": "Zastosuj do każdego dozwolonego przedmiotu", - "sections-percentage": "Wartość procentowa", - "sections-fixed-amount": "Stała kwota", - "sections-discount-in-whole-numbers": "Rabat w liczbach całkowitych", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Jeśli chcesz użyć typu stałej kwoty, możesz wybrać tylko jeden ważny region", - "sections-free-shipping": "Darmowa wysyłka", - "sections-override-delivery-amount": "Nadpisanie kwoty dostawy", - "sections-at-least-one-region-is-required": "Wymagany jest co najmniej jeden region", - "sections-choose-valid-regions": "Wybierz regiony", - "sections-code": "Kod", - "sections-summersale-10": "BLACKFRIDAY10", - "sections-code-is-required": "Kod jest wymagany", - "sections-amount-is-required": "Ilość jest wymagana", - "sections-amount": "Ilość", - "sections-customer-invoice-code": "Kod, który klienci wprowadzą podczas realizacji zakupu. Pojawi się on na fakturze klienta.", - "sections-uppercase-letters-and-numbers-only": "Wyłącznie wielkie litery i cyfry.", - "sections-description": "Opis", - "sections-summer-sale-2022": "Black Friday 2023", - "sections-this-is-a-template-discount": "To jest szablon rabatu", - "sections-template-discounts-description": "Rabaty szablonowe pozwalają zdefiniować zestaw reguł, które mogą być używane w grupie rabatów. Jest to przydatne w kampaniach, które powinny generować unikalne kody dla każdego użytkownika, ale gdzie zasady dla wszystkich unikalnych kodów powinny być takie same.", - "discount-form-product": "Produkt", - "discount-form-only-for-specific-products": "Tylko dla określonych produktów", - "discount-form-choose-products": "Wybierz produkty", - "discount-form-customer-group": "Grupa klientów", - "discount-form-only-for-specific-customer-groups": "Tylko dla określonych grup klientów", - "discount-form-choose-groups": "Wybierz grupy", - "discount-form-tag": "Tag", - "discount-form-only-for-specific-tags": "Tylko dla określonych tagów", - "discount-form-collection": "Kolekcja", - "discount-form-only-for-specific-product-collections": "Tylko dla określonych kolekcji produktów", - "discount-form-choose-collections": "Wybierz kolekcje", - "discount-form-type": "Typ", - "discount-form-only-for-specific-product-types": "Tylko dla określonych typów produktów", - "discount-form-choose-types": "Wybierz typy", - "utils-products": "produkty", - "utils-groups": "grupy", - "utils-tags": "tagi", - "utils-collections": "kolekcje", - "utils-types": "typy", - "gift-cards-created-gift-card": "Utworzono kartę podarunkową", - "gift-cards-custom-gift-card-was-created-successfully": "Niestandardowa karta podarunkowa została pomyślnie utworzona", - "gift-cards-error": "Błąd", - "gift-cards-custom-gift-card": "Niestandardowa karta podarunkowa", - "gift-cards-details": "Szczegóły", - "gift-cards-receiver": "Odbiorca", - "gift-cards-cancel": "Anuluj", - "gift-cards-create-and-send": "Utwórz i wyślij", - "details-updated-gift-card": "Zaktualizowano kartę podarunkową", - "details-gift-card-was-successfully-updated": "Karta podarunkowa została pomyślnie zaktualizowana", - "details-failed-to-update-gift-card": "Nie udało się zaktualizować karty podarunkowej", - "details-edit-gift-card": "Edytuj kartę podarunkową", - "details-details": "Szczegóły", - "details-edit-details": "Edytuj szczegóły", - "details-update-balance-label": "Aktualizacja salda", - "details-updated-status": "Zaktualizowany status", - "details-successfully-updated-the-status-of-the-gift-card": "Pomyślnie zaktualizowano status karty podarunkowej", - "details-back-to-gift-cards": "Wróć do kart podarunkowych", - "details-original-amount": "Oryginalna kwota", - "details-balance": "Saldo", - "details-region": "Region", - "details-expires-on": "Wygasa w dniu", - "details-created": "Utworzono", - "details-raw-gift-card": "Surowa karta podarunkowa", - "details-balance-updated": "Zaktualizowano saldo", - "details-gift-card-balance-was-updated": "Saldo karty podarunkowej zostało zaktualizowane", - "details-failed-to-update-balance": "Nie udało się zaktualizować salda", - "details-update-balance": "Aktualizuj saldo", - "manage-back-to-gift-cards": "Wróć do kart podarunkowych", - "gift-cards-please-enter-a-name-for-the-gift-card": "Wprowadź nazwę karty podarunkowej", - "gift-cards-please-add-at-least-one-denomination": "Dodaj co najmniej jeden nominał", - "gift-cards-denominations": "Nominały", - "gift-cards-success": "Sukces", - "gift-cards-successfully-created-gift-card": "Karta podarunkowa została pomyślnie utworzona", - "gift-cards-create-gift-card": "Utwórz kartę podarunkową", - "gift-cards-gift-card-details": "Szczegóły karty podarunkowej", - "gift-cards-name": "Nazwa", - "gift-cards-the-best-gift-card": "Najlepsza karta podarunkowa", - "gift-cards-description": "Opis", - "gift-cards-the-best-gift-card-of-all-time": "Najlepsza karta podarunkowa wszechczasów", - "gift-cards-thumbnail": "Miniaturka", - "gift-cards-delete": "Usuń", - "gift-cards-size-recommended": "Zalecane 1200 x 1600 (3:4), do 10 MB każdy", - "gift-cards-amount": "Wartość", - "gift-cards-add-denomination": "Dodaj nominał", - "gift-cards-create-publish": "Utwórz i publikuj", - "gift-cards-successfully-updated-gift-card": "Pomyślnie zaktualizowano kartę podarunkową", - "gift-cards-gift-cards": "Karty podarunkowe", - "gift-cards-manage": "Zarządzaj kartami podarunkowymi swojego sklepu Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Czy jesteś gotowy sprzedać swoją pierwszą kartę podarunkową?", - "gift-cards-no-gift-card-has-been-added-yet": "Nie dodano jeszcze żadnej karty podarunkowej.", - "gift-cards-history": "Historia", - "gift-cards-see-the-history-of-purchased-gift-cards": "Zobacz historię zakupionych kart podarunkowych", - "gift-cards-successfully-deleted-gift-card": "Karta podarunkowa została pomyślnie usunięta", - "gift-cards-yes-delete": "Tak, usuń", - "gift-cards-delete-gift-card": "Usuń kartę podarunkową", - "inventory-filters": "Filtry", - "address-form-address": "Adres", - "address-form-company": "Firma", - "address-form-address-1": "Adres 1", - "address-form-this-field-is-required": "To pole jest wymagane", - "address-form-address-2": "Adres 2", - "address-form-postal-code": "Kod pocztowy", - "address-form-city": "Miasto", - "address-form-country": "Kraj", - "edit-sales-channels-edit-channels": "Edytuj kanały", - "edit-sales-channels-add-channels": "Dodaj kanały", - "general-form-location-name": "Nazwa lokalizacji", - "general-form-flagship-store-warehouse": "Sklep firmowy, magazyn", - "general-form-name-is-required": "Nazwa jest wymagana", - "location-card-delete-location": "Usuń lokalizację", - "location-card-confirm-delete": "Czy na pewno chcesz usunąć tę lokalizację? Spowoduje to również usunięcie wszystkich poziomów zapasów i rezerwacji powiązanych z tą lokalizacją.", - "location-card-success": "Sukces", - "location-card-location-deleted-successfully": "Lokalizacja pomyślnie usunięta", - "location-card-error": "Błąd", - "location-card-edit-details": "Edytuj szczegóły", - "location-card-delete": "Usuń", - "location-card-connected-sales-channels": "Połączone kanały sprzedaży", - "sales-channels-form-add-sales-channels": "Dodaj kanały sprzedaży", - "sales-channels-form-edit-channels": "Edytuj kanały", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Nie jest jeszcze połączony z żadnym kanałem sprzedaży", - "edit-success": "Sukces", - "edit-location-edited-successfully": "Lokalizacja została pomyślnie zmodyfikowana", - "edit-error": "Błąd", - "edit-edit-location-details": "Edytuj szczegóły lokalizacji", - "edit-metadata": "Metadane", - "edit-cancel": "Anuluj", - "edit-save-and-close": "Zapisz i zamknij", - "new-location-added-successfully": "Lokalizacja została pomyślnie dodana", - "new-location-created": "Lokalizacja została utworzona pomyślnie, ale wystąpił błąd przy powiązaniu kanałów sprzedaży", - "new-cancel-location-changes": "Czy na pewno chcesz anulować niezapisane zmiany?", - "new-yes-cancel": "Tak, anuluj", - "new-no-continue-creating": "Nie, twórz dalej", - "new-add-location": "Dodaj lokalizację", - "new-add-new-location": "Dodaj nową lokalizację", - "new-general-information": "Informacje ogólne", - "new-location-details": "Określ szczegóły dotyczące tej lokalizacji", - "new-select-location-channel": "Określ kanały sprzedaży, za pośrednictwem których można kupować przedmioty w tej lokalizacji.", - "oauth-complete-installation": "Zakończ instalację", - "claim-type-form-refund": "Zwrot pieniędzy", - "claim-type-form-replace": "Wymiana", - "items-to-receive-form-items-to-receive": "Pozycje do otrzymania", - "items-to-receive-form-product": "Produkt", - "items-to-receive-form-quantity": "Ilość", - "items-to-receive-form-refundable": "Podlegające zwrotowi", - "add-return-reason-reason-for-return": "Powód zwrotu", - "add-return-reason-reason": "Powód", - "add-return-reason-choose-a-return-reason": "Wybierz powód zwrotu", - "add-return-reason-note": "Notatka", - "add-return-reason-product-was-damaged-during-shipping": "Produkt został uszkodzony podczas transportu", - "add-return-reason-cancel": "Anuluj", - "add-return-reason-save-and-go-back": "Zapisz i wróć", - "add-return-reason-select-reason-title": "Wybierz powód", - "add-return-reason-edit-reason": "Edytuj powód", - "add-return-reason-select-reason": "Wybierz powód", - "items-to-return-form-items-to-claim": "Pozycje do reklamacji", - "items-to-return-form-items-to-return": "Pozycje do zwrotu", - "items-to-return-form-product": "Produkt", - "items-to-return-form-quantity": "Ilość", - "items-to-return-form-refundable": "Podlegające zwrotowi", - "add-additional-items-screen-go-back": "Wróć", - "add-additional-items-screen-add-products": "Dodaj produkty", - "add-additional-items-screen-add-product-variants": "Dodaj warianty produktu", - "add-additional-items-screen-search-products": "Wyszukaj produkty", - "add-additional-items-screen-variant-price-missing": "Ten wariant nie ma ceny dla regionu/waluty tego zamówienia i nie można go wybrać.", - "add-additional-items-screen-stock": "Stan magazynowy", - "add-additional-items-screen-price": "Cena", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Cena została zastąpiona w cenniku, który ma zastosowanie do tego zamówienia.", - "items-to-send-form-items-to-send": "Przedmioty do wysłania", - "items-to-send-form-add-products": "Dodaj produkty", - "items-to-send-form-product": "Produkt", - "items-to-send-form-quantity": "Ilość", - "items-to-send-form-price": "Cena", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cena została zastąpiona w cenniku, który ma zastosowanie do tego zamówienia.", - "refund-amount-form-cancel-editing-refund-amount": "Anulowanie edycji kwoty zwrotu", - "refund-amount-form-edit-refund-amount": "Edycja kwoty zwrotu", - "refund-amount-form-refund-amount-cannot-be-negative": "Kwota zwrotu nie może być ujemna", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Kwota zwrotu musi wynosić co najmniej 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} pozycje niezarezerwowane", - "reservation-indicator-this-item-has-been-fulfilled": "Ten przedmiot został zrealizowany.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} przedmiot/y: ${{locationName}}", - "reservation-indicator-edit-reservation": "Edytuj rezerwację", - "rma-summaries-claimed-items": "Reklamowane przedmioty", - "rma-summaries-replacement-items": "Wymienione przedmioty", - "rma-summaries-customer-refund-description": "Klient otrzyma pełny zwrot pieniędzy za reklamowane produkty, ponieważ koszt wymiany produktów i wysyłki nie zostanie odliczony. Alternatywnie możesz ustawić niestandardową kwotę zwrotu po otrzymaniu zwróconych przedmiotów lub zamiast tego utworzyć wymianę.", - "rma-summaries-refund-amount": "Kwota zwrotu", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Klient otrzyma zwrot pieniędzy po otrzymaniu zwróconych produktów", - "rma-summaries-the-customer-will-be-refunded-immediately": "Klient otrzyma natychmiastowy zwrot pieniędzy", - "rma-summaries-receiving": "Odbieranie", - "rma-summaries-free": "Darmowe", - "send-notification-form-return": "zwrot", - "send-notification-form-exchange": "wymiana", - "send-notification-form-claim": "reklamacja", - "send-notification-form-send-notifications": "Wyślij powiadomienia", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Jeśli opcja nie jest zaznaczona, klient nie będzie otrzymywał informacji na temat {{subject}}.", - "shipping-address-form-shipping-address": "Adres wysyłki", - "shipping-address-form-ship-to-a-different-address": "Wyślij na inny adres", - "shipping-address-form-cancel": "Anuluj", - "shipping-address-form-save-and-go-back": "Zapisz i wróć", - "shipping-address-form-shipping-information": "Informacje o wysyłce", - "shipping-form-shipping-for-return-items": "Wysyłka zwracanych przedmiotów", - "shipping-form-shipping-for-replacement-items": "Wysyłka w przypadku wymiany produktów", - "shipping-form-shipping-method-is-required": "Wymagana jest metoda wysyłki", - "shipping-form-choose-shipping-method": "Wybierz metodę wysyłki", - "shipping-form-shipping-method": "Metoda wysyłki", - "shipping-form-add-custom-price": "Dodaj cenę niestandardową", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Przesyłka zwrotna produktów reklamowanych przez klienta jest bezpłatna.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Wysyłka produktów zamiennych jest bezpłatna.", - "components-decrease-quantity": "Zmniejszenie ilości", - "components-increase-quantity": "Zwiększenie ilości", - "details-successfully-updated-address": "Adres został pomyślnie zaktualizowany", - "details-billing-address": "Adres rozliczeniowy", - "details-shipping-address": "Adres wysyłki", - "details-contact": "Kontakt", - "details-location": "Lokalizacja", - "claim-are-you-sure-you-want-to-close": "Czy na pewno chcesz zamknąć?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Masz niezapisane zmiany, czy na pewno chcesz zamknąć?", - "claim-please-select-a-reason": "Proszę wybrać powód", - "claim-a-shipping-method-for-replacement-items-is-required": "Wymagana jest metoda wysyłki przedmiotów zamiennych", - "claim-successfully-created-claim": "Pomyślnie utworzono reklamację", - "claim-created": "Reklamacja dla zamówienia #{{display_id}} została pomyślnie utworzona", - "claim-error-creating-claim": "Błąd podczas tworzenia reklamacji", - "claim-create-claim": "Utwórz reklamację", - "claim-location": "Lokalizacja", - "claim-choose-which-location-you-want-to-return-the-items-to": "Wybierz lokalizację, do której chcesz zwrócić przedmioty.", - "claim-select-location-to-return-to": "Wybierz lokalizację, do której chcesz zwrócić", - "claim-cancel": "Anuluj", - "claim-submit-and-close": "Wyślij i zamknij", - "create-fulfillment-error": "Błąd", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Wybierz lokalizację do realizacji", - "create-fulfillment-cant-allow-this-action": "Nie można zezwolić na to działanie", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Próba realizacji więcej niż dostępne w magazynie", - "create-fulfillment-successfully-fulfilled-order": "Pomyślnie zrealizowano zamówienie", - "create-fulfillment-successfully-fulfilled-swap": "Pomyślnie zrealizowano wymianę", - "create-fulfillment-successfully-fulfilled-claim": "Pomyślnie zrealizowano reklamację", - "create-fulfillment-success": "Sukces", - "create-fulfillment-cancel": "Anuluj", - "create-fulfillment-create-fulfillment": "Utwórz realizację", - "create-fulfillment-create-fulfillment-title": "Utwórz realizację", - "create-fulfillment-locations": "Lokalizacje", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Wybierz miejsce, z którego chcesz zrealizować", - "create-fulfillment-items-to-fulfill": "Przedmioty do realizacji", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Wybierz liczbę przedmiotów, które chcesz zrealizować.", - "create-fulfillment-send-notifications": "Wyślij powiadomienia", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Po przełączeniu tej opcji wysyłane będą wiadomości e-mail z powiadomieniami.", - "create-fulfillment-quantity-is-not-valid": "Ilość jest nieprawidłowa", - "detail-cards-allocated": "Przydzielono", - "detail-cards-not-fully-allocated": "Nie w pełni przydzielone", - "detail-cards-subtotal": "Podsuma", - "detail-cards-shipping": "Wysyłka", - "detail-cards-tax": "Podatek", - "detail-cards-total": "Suma", - "detail-cards-edit-order": "Edytuj zamówienie", - "detail-cards-allocate": "Przydziel", - "detail-cards-discount": "Rabat:", - "detail-cards-original-total": "Suma przed rabatem", - "details-successfully-updated-the-email-address": "Pomyślnie zaktualizowano adres e-mail", - "details-email-address": "Adres e-mail", - "details-save": "Zapisz", - "details-order-id-copied": "Skopiowano ID zamówienia", - "details-email-copied": "E-mail skopiowany", - "details-cancel-order-heading": "Anuluj zamówienie", - "details-are-you-sure-you-want-to-cancel-the-order": "Czy na pewno chcesz anulować zamówienie?", - "order-details-display-id": "Zamówienie #{{display_id}}", - "details-successfully-canceled-order": "Pomyślnie anulowano zamówienie", - "details-go-to-customer": "Przejdź do Klienta", - "details-transfer-ownership": "Przenieś własność", - "details-edit-shipping-address": "Edytuj adres wysyłki", - "details-edit-billing-address": "Edytuj adres rozliczeniowy", - "details-edit-email-address": "Edytuj adres e-mail", - "details-back-to-orders": "Wróć do zamówień", - "details-cancel-order": "Anuluj zamówienie", - "details-payment": "Płatność", - "details-refunded": "Zwrócono pieniądze", - "details-total-paid": "Zapłacono łącznie", - "details-fulfillment": "Realizacja", - "details-create-fulfillment": "Utwórz realizację", - "details-shipping-method": "Metoda wysyłki", - "details-customer": "Klient", - "details-shipping": "Wysyłka", - "details-billing": "Rozliczenie", - "details-raw-order": "Surowe zamówienie", - "mark-shipped-successfully-marked-order-as-shipped": "Pomyślnie oznaczono zamówienie jako wysłane", - "mark-shipped-successfully-marked-swap-as-shipped": "Pomyślnie oznaczono wymianę jako wysłaną", - "mark-shipped-successfully-marked-claim-as-shipped": "Pomyślnie oznaczono reklamację jako wysłaną", - "mark-shipped-success": "Sukces", - "mark-shipped-error": "Błąd", - "mark-shipped-mark-fulfillment-shipped": "Oznacz realizację jako wysłaną", - "mark-shipped-tracking": "Śledzenie", - "mark-shipped-tracking-number-label": "Numer przesyłki", - "mark-shipped-tracking-number": "Numer przesyłki...", - "mark-shipped-add-additional-tracking-number": "+ Dodaj dodatkowy numer przesyłki", - "mark-shipped-send-notifications": "Wyślij powiadomienia", - "mark-shipped-cancel": "Anuluj", - "mark-shipped-complete": "Zakończ", - "order-line-warning": "Uwaga", - "order-line-cannot-duplicate-an-item-without-a-variant": "Nie można duplikować przedmiotu bez wariantu", - "order-line-error": "Błąd", - "order-line-failed-to-duplicate-item": "Nie udało się zduplikować przedmiotu", - "order-line-success": "Sukces", - "order-line-item-removed": "Przedmiot usunięty", - "order-line-failed-to-remove-item": "Nie udało się usunąć przedmiotu", - "order-line-item-added": "Przedmiot dodany", - "order-line-failed-to-replace-the-item": "Nie udało się wymienić przedmiotu", - "order-line-replace-product-variants": "Zastąp warianty produktów", - "order-line-replace-with-other-item": "Zastąpić innym przedmiotem", - "order-line-duplicate-item": "Duplikuj przedmiot", - "order-line-remove-item": "Usuń przedmiot", - "order-line-line-item-cannot-be-edited": "Ta pozycja jest częścią realizacji i nie może być edytowana. Aby edytować pozycję, należy anulować realizację.", - "order-line-new": "Nowy", - "order-line-modified": "Zmodyfikowany", - "receive-return-please-select-at-least-one-item-to-receive": "Wybierz co najmniej jedną pozycję, którą chcesz otrzymać", - "receive-return-successfully-received-return": "Pomyślnie otrzymany zwrot", - "receive-return-received-return-for-order": "Otrzymano zwrot zamówienia` #{{display_id}}.", - "receive-return-failed-to-receive-return": "Nie udało się otrzymać zwrotu", - "receive-return-receive-return": "Odbierz zwrot", - "receive-return-location": "Lokalizacja", - "receive-return-choose-location": "Wybierz lokalizację, do której chcesz zwrócić przedmioty.", - "receive-return-select-location-to-return-to": "Wybierz lokalizację, do której chcesz zwrócić", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "W wybranej lokalizacji nie istnieją żadne poziomy zapasów dla pozycji.", - "receive-return-cancel": "Anuluj", - "receive-return-save-and-close": "Zapisz i zamknij", - "refund-success": "Sukces", - "refund-successfully-refunded-order": "Pomyślnie zwrócono pieniądze za zamówienie", - "refund-error": "Błąd", - "refund-create-a-refund": "Utwórz zwrot pieniędzy", - "refund-attention": "Uwaga!", - "refund-system-payment-disclaimer": "Jedna lub więcej płatności jest płatnością systemową. Należy pamiętać, że przechwytywanie i zwroty nie są obsługiwane przez Medusę dla takich płatności.", - "refund-details": "Szczegóły", - "refund-cannot-refund-more-than-the-orders-net-total": "Nie można zwrócić więcej niż suma netto zamówienia.", - "refund-discount": "Rabat", - "refund-reason": "Powód", - "refund-note": "Notatka", - "refund-discount-for-loyal-customer": "Rabat dla stałego klienta", - "refund-send-notifications": "Wyślij powiadomienia", - "refund-cancel": "Anuluj", - "refund-complete": "Zakończ", - "reservation-reservation-was-deleted": "Rezerwacja została usunięta", - "reservation-the-allocated-items-have-been-released": "Przydzielone przedmioty zostały zwolnione.", - "reservation-error": "Błąd", - "reservation-failed-to-delete-the-reservation": "Usunięcie rezerwacji nie powiodło się", - "reservation-reservation-was-updated": "Rezerwacja została zaktualizowana", - "reservation-the-reservation-change-was-saved": "Zmiana rezerwacji została zapisana.", - "reservation-errors": "Błędy", - "reservation-failed-to-update-reservation": "Nie udało się zaktualizować rezerwacji", - "reservation-edit-reservation": "Edytuj rezerwację", - "reservation-location": "Lokalizacja", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Wybierz lokalizację, z której chcesz wysłać produkty.", - "reservation-items-to-allocate-title": "Przedmioty do przydzielenia", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Wybierz liczbę przedmiotów, które chcesz przydzielić.", - "reservation-max-reservation-requested": " / {{maxReservation}} zażądane", - "reservation-reserved": " zarezerwowane", - "reservation-description": "Opis", - "reservation-what-type-of-reservation-is-this": "Jakiego typu jest to rezerwacja?", - "reservation-metadata": "Metadane", - "reservation-remove-metadata": "Usuń metadane", - "reservation-add-metadata": "Dodaj metadane", - "reservation-delete-reservation": "Usuń rezerwację", - "reservation-cancel": "Anuluj", - "reservation-save-and-close": "Zapisz i zamknij", - "reservation-couldnt-allocate-items": "Nie można przydzielić przedmiotów", - "reservation-items-allocated": "Przedmioty przydzielone", - "reservation-items-have-been-allocated-successfully": "Przedmioty zostały pomyślnie przydzielone", - "reservation-save-reservation": "Zapisz rezerwację", - "reservation-loading": "Ładowanie...", - "reservation-allocate-order-items": "Przydziel przedmioty zamówienia", - "reservation-choose-where-you-wish-to-allocate-from": "Choose where you wish to allocate from", - "reservation-items-to-allocate": "Items to allocate", - "returns-success": "Success", - "returns-successfully-returned-order": "Successfully returned order", - "returns-error": "Error", - "returns-request-return": "Request Return", - "returns-items-to-return": "Items to return", - "returns-choose-which-location-you-want-to-return-the-items-to": "Wybierz lokalizację, z której chcesz przydzielić", - "returns-select-location-to-return-to": "Wybierz lokalizację, do której chcesz zwrócić", - "returns-selected-location-has-no-inventory-levels": "Wybrana lokalizacja nie ma poziomów zapasów dla wybranych pozycji. Można zażądać zwrotu, ale nie można go otrzymać, dopóki nie zostanie utworzony poziom zapasów dla wybranej lokalizacji.", - "returns-shipping": "Wysyłka", - "returns-choose-retur,-shipping-method": "Wybierz metodę wysyłki, której chcesz użyć do tego zwrotu.", - "returns-total-refund": "Suma zwrotu", - "returns-amount": "Ilość", - "returns-send-notifications": "Wyślij powiadomienia", - "returns-notify-customer-of-created-return": "Powiadom klienta o utworzonym zwrocie", - "returns-back": "Wróć", - "returns-submit": "Wyślij", - "rma-sub-modals-search-for-additional": "Szukaj dodatkowych", - "rma-sub-modals-general": "Ogólne", - "rma-sub-modals-first-name": "Imię", - "rma-sub-modals-last-name": "Nazwisko", - "rma-sub-modals-phone": "Telefon", - "rma-sub-modals-shipping-address": "Adres wysyłki", - "rma-sub-modals-address-1": "Adres 1", - "rma-sub-modals-address-2": "Adres 2", - "rma-sub-modals-province": "Województwo", - "rma-sub-modals-postal-code": "Kod pocztowy", - "rma-sub-modals-city": "Miasto", - "rma-sub-modals-country": "Kraj", - "rma-sub-modals-back": "Wróć", - "rma-sub-modals-add": "Dodaj", - "rma-sub-modals-name": "Nazwa", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "Dostępne", - "rma-sub-modals-products": "Produkty", - "rma-sub-modals-search-products": "Wyszukaj produkty..", - "rma-sub-modals-reason-for-return": "Powód zwrotu", - "rma-sub-modals-reason": "Powód", - "rma-sub-modals-note": "Notatka", - "swap-success": "Sukces", - "swap-successfully-created-exchange": "Pomyślnie utworzono wymianę", - "swap-error": "Błąd", - "swap-register-exchange": "Zarejestruj wymianę", - "swap-items-to-return": "Przedmioty do zwrotu", - "swap-shipping": "Wysyłka", - "swap-shipping-method": "Metoda wysyłki", - "swap-add-a-shipping-method": "Dodaj metodę wysyłki", - "swap-location": "Lokalizacja", - "swap-choose-which-location-you-want-to-return-the-items-to": "Wybierz lokalizację, do której chcesz zwrócić przedmioty.", - "swap-select-location-to-return-to": "Wybierz lokalizację, do której chcesz zwrócić", - "swap-items-to-send": "Przedmioty do wysłania", - "swap-add-product": "Dodaj produkt", - "swap-return-total": "Suma zwrotu", - "swap-additional-total": "Dodatkowa suma", - "swap-outbond-shipping": "Wysyłka wychodząca", - "swap-calculated-at-checkout": "Obliczane przy płatności", - "swap-estimated-difference": "Oszacowana różnica", - "swap-send-notifications": "Wyślij powiadomienia", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Jeśli opcja nie jest zaznaczona, klient nie będzie otrzymywać informacji o tej wymianie.", - "swap-complete": "Zakończona", - "templates-shipped": "Wysłane", - "templates-fulfilled": "Zrealizowane", - "templates-canceled": "Anulowane", - "templates-partially-fulfilled": "Częściowo zrealizowane", - "templates-fulfillment-status-requires-action": "Wymaga działania", - "templates-awaiting-fulfillment": "Oczekuje na realizację", - "templates-partially-shipped": "Częściowo wysłane", - "templates-cancel-fulfillment-heading": "Anuluj realizację?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Czy na pewno chcesz anulować realizację?", - "templates-successfully-canceled-swap": "Pomyślnie anulowana zamiana", - "templates-error": "Błąd", - "templates-successfully-canceled-claim": "Pomyślnie anulowano reklamację", - "templates-successfully-canceled-fulfillment": "Pomyślnie anulowano realizację", - "templates-fulfillment-has-been-canceled": "Realizacja została anulowana", - "templates-fulfilled-by-provider": "{{title}} zrealizowane przez {{provider}}", - "templates-not-shipped": "Nie wysłano", - "templates-tracking": "Śledzenie", - "templates-shipped-from": "Wysłano z", - "templates-shipping-from": "Wysyłka z", - "templates-mark-shipped": "Oznacz jako wysłane", - "templates-cancel-fulfillment": "Anuluj realizację", - "templates-completed": "Ukończono", - "templates-processing": "Przetwarzanie", - "templates-requires-action": "Wymaga działania", - "templates-capture-payment": "Przechwyć płatność", - "templates-successfully-captured-payment": "Pomyślnie przechwycono płatność", - "templates-refund": "Zwrot pieniędzy", - "templates-total-for-swaps": "Suma dla wymian", - "templates-refunded-for-swaps": "Zwrócono pieniądze za wymiany", - "templates-refunded-for-returns": "Zwrócono pieniądze za zwroty.", - "templates-manually-refunded": "Zwrócono pieniądze ręcznie", - "templates-net-total": "Suma netto", - "templates-paid": "Zapłacono", - "templates-awaiting-payment": "Oczekiwanie na płatność", - "templates-payment-status-requires-action": "Wymaga działania", - "draft-orders-completed": "Ukończono", - "draft-orders-open": "Otwarte", - "draft-orders-mark-as-paid": "Oznacz jako zapłacone", - "draft-orders-success": "Sukces", - "draft-orders-successfully-mark-as-paid": "Pomyślnie oznaczono jako opłacone", - "draft-orders-error": "Błąd", - "draft-orders-successfully-canceled-order": "Pomyślnie anulowano zamówienie", - "draft-orders-back-to-draft-orders": "Powrót do wersji roboczych zamówień", - "on-mark-as-paid-confirm-order-id": "Zamówienie #{{display_id}}", - "draft-orders-go-to-order": "Idź do zamówienia", - "draft-orders-cancel-draft-order": "Anuluj wersję roboczą zamówienia", - "draft-orders-draft-order": "Wersja robocza zamówienia", - "draft-orders-email": "E-mail", - "draft-orders-phone": "Telefon", - "draft-orders-amount": "Kwota {{currency_code}}", - "draft-orders-payment": "Płatność", - "draft-orders-subtotal": "Podsuma", - "draft-orders-shipping": "Wysyłka", - "draft-orders-tax": "Podatek", - "draft-orders-total-to-pay": "W sumie do zapłaty", - "draft-orders-payment-link": "Link do płatności:", - "draft-orders-configure-payment-link-in-store-settings": "Skonfiguruj link do płatności w ustawieniach sklepu", - "draft-orders-shipping-method": "Metoda wysyłki", - "draft-orders-data": "Dane", - "draft-orders-1-item": "(1 przedmiot)", - "draft-orders-customer": "Klient", - "draft-orders-edit-shipping-address": "Edytuj adres wysyłki", - "draft-orders-edit-billing-address": "Edytuj adres rozliczeniowy", - "draft-orders-go-to-customer": "Idź do klienta", - "draft-orders-contact": "Kontakt", - "draft-orders-billing": "Rozliczenia", - "draft-orders-raw-draft-order": "Surowa wersja robocza zamówienia", - "draft-orders-are-you-sure": "Jesteś pewien?", - "draft-orders-remove-resource-heading": "Usuń {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} zostało usunięte", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Spowoduje to utworzenie zamówienia. Oznacz je jako opłacone, jeśli otrzymałeś płatność.", - "draft-orders-mark-paid": "Oznacz jako opłacone", - "draft-orders-cancel": "Anuluj", - "draft-orders-create-draft-order": "Utwórz wersje roboczą zamówienia", - "edit-amount-paid": "Kwota zapłacona", - "edit-new-total": "Nowa suma", - "edit-difference-due": "Różnica należna", - "edit-back": "Wróć", - "edit-save-and-go-back": "Zapisz i wróć", - "edit-order-edit-set-as-requested": "Edycja zamówienia ustawiona jako zażądana", - "edit-failed-to-request-confirmation": "Prośba o potwierdzenie nie powiodła się", - "edit-added-successfully": "Dodano pomyślnie", - "edit-error-occurred": "Wystąpił błąd", - "edit-add-product-variants": "Dodaj warianty produktu", - "edit-edit-order": "Edytuj zamówienie", - "edit-items": "Przedmioty", - "edit-add-items": "Dodaj przedmioty", - "edit-filter-items": "Filtruj przedmioty...", - "edit-note": "Notatka", - "edit-add-a-note": "Dodaj notatkę...", - "variants-table-location": " w {{location}}", - "edit-product": "Produkt", - "edit-in-stock": "Dostępne", - "edit-price": "Cena", - "edit-products": "Produkty", - "edit-search-product-variants": "Wyszukaj warianty produktu...", - "orders-success": "Sukces", - "orders-successfully-initiated-export": "Pomyślnie zainicjowano eksport", - "orders-error": "Błąd", - "orders-export-orders": "Eksportuj zamówienia", - "components-billing-address": "Adres rozliczeniowy", - "components-use-same-as-shipping": "Użyj tego samego, co w przypadku wysyłki", - "components-e-g-gift-wrapping": "Np. pakowanie prezentów", - "components-title": "Tytuł", - "components-price": "Cena", - "components-quantity": "Ilość", - "components-back": "Wróć", - "components-add": "Dodaj", - "components-items-for-the-order": "Przedmioty dla zamówienia", - "components-details": "Szczegóły", - "components-price-excl-taxes": "Cena (bez podatku)", - "components-add-custom": "Dodaj niestandardowe", - "components-add-existing": "Dodaj istniejące", - "components-add-products": "Dodaj produkty", - "components-add-custom-item": "Dodaj przedmiot niestandardowy", - "components-choose-region": "Wybierz region", - "components-region": "Region", - "select-shipping-to-name": "(Do {{name}})", - "components-attention": "Uwaga!", - "components-no-options-for-orders-without-shipping": "Nie masz żadnych opcji dla zamówień bez wysyłki. Dodaj jedną (np. \"Realizacja w sklepie\") z odznaczoną opcją \"Pokaż na stronie\" w ustawieniach regionu i kontynuuj.", - "components-choose-a-shipping-method": "Wybierz metodę wysyłki", - "components-set-custom-price": "Ustaw cenę niestandardową", - "components-custom-price": "Cena niestandardowa", - "components-customer-and-shipping-details": "Szczegóły klienta i wysyłki", - "components-find-existing-customer": "Znajdź istniejącego klienta", - "components-email": "E-mail", - "components-choose-existing-addresses": "Wybierz istniejące adresy", - "components-create-new": "Utwórz nowe", - "components-the-discount-is-not-applicable-to-the-selected-region": "Rabat nie dotyczy wybranego regionu", - "components-the-discount-code-is-invalid": "Kod rabatowy jest nieprawidłowy", - "components-add-discount": "Dodaj rabat", - "components-summer-10": "SUMMER10", - "components-discount": "Rabat", - "select-shipping-code": "(Kod: {{code}})", - "components-type": "Typ", - "components-value": "Wartość", - "components-address": "Adres", - "components-shipping-method": "Metoda wysyłki", - "components-billing-details": "Adres rozliczeniowy", - "components-edit": "Edytuj", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm musi być używany w ramach NewOrderFormProvider", - "new-order-created": "Utworzono zamówienie", - "new-create-draft-order": "Utwórz wersję roboczą zamówienia", - "batch-job-price-list-prices": "Ceny cennika", - "batch-job-upload-a-csv-file-with-variants": "Prześlij plik CSV z wariantami i cenami, aby zaktualizować cennik. Należy pamiętać, że wszelkie istniejące ceny zostaną usunięte.", - "batch-job-unsure-about-how-to-arrange-your-list": "Nie masz pewności, jak ułożyć swoją listę?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Pobierz poniższy plik szablonu i zaktualizuj ceny", - "details-back-to-pricing": "Powrót do cenników", - "details-raw-price-list": "Surowy cennik", - "sections-customer-groups": "Grupy klientów", - "sections-last-edited": "Ostatnio edytowane", - "sections-price-overrides": "Nadpisywanie cen", - "sections-more": "więcej", - "sections-delete-price-list-heading": "Usuń cennik", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Czy na pewno chcesz usunąć ten cennik?", - "sections-success": "Sukces", - "sections-price-list-deleted-successfully": "Cennik został pomyślnie usunięty", - "sections-edit-price-list-details": "Edytuj szczegóły cennika", - "sections-delete-price-list": "Usuń cennik", - "edit-prices-overrides-edit-price-overrides": "Edytuj nadpisanie cen", - "edit-prices-overrides-success": "Sukces", - "edit-prices-overrides-price-overrides-updated": "Zaktualizowana nadpisanie cen", - "edit-prices-overrides-cancel": "Anuluj", - "edit-prices-overrides-save": "Zapisz", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Dodaj ceny", - "prices-details-edit-prices": "Edytuj ceny", - "prices-details-prices": "Ceny", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "W tym miejscu będzie można nadpisać ceny dodanych produktów", - "prices-details-remove-from-list": "Usuń z listy", - "prices-details-edit-manually": "Edytuj ręcznie", - "prices-details-import-price-list": "Importuj cennik", - "prices-table-search-by-name-or-sku": "Wyszukaj po nazwie lub SKU...", - "prices-table-edit-prices": "Edytuj ceny", - "prices-table-remove-product": "Usuń produkt", - "prices-table-success": "Sukces", - "prices-table-deleted-prices-of-product": "Usunięto ceny dla produktu: {{title}}", - "prices-table-error": "Błąd", - "prices-table-name": "Nazwa", - "prices-table-collection": "Kolekcja", - "prices-table-no-collection": "Brak kolekcji", - "prices-table-variants": "Warianty", - "pricing-add-price-list": "Dodaj cennik", - "pricing-price-lists": "Cenniki", - "form-header-error": "Błąd", - "form-header-success": "Sukces", - "form-header-successfully-updated-price-list": "Pomyślnie zaktualizowano cennik", - "form-header-publish-price-list": "Publikuj cennik", - "form-header-save-as-draft": "Zapisz jako wersję roboczą", - "form-header-save-changes": "Zapisz zmiany", - "form-header-cancel": "Anuluj", - "pricing-form-create-new-price-list": "Utwórz nowy cennik", - "pricing-form-edit-price-list": "Edytuj cennik", - "sections-configuration": "Konfiguracja", - "sections-optional-configuration-for-the-price-list": "Opcjonalna konfiguracja dla cennika", - "sections-price-overrides-time-application": "Nadpisania cen obowiązują od momentu naciśnięcia przycisku publikacji i na zawsze, jeśli nie zostaną zmienione.", - "sections-price-overrides-has-a-start-date": "Nadpisania cen mają datę rozpoczęcia?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Zaplanuj nadpisania cen do aktywacji w przyszłości.", - "sections-price-overrides-has-an-expiry-date": "Nadpisania cen mają datę wygaśnięcia?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Zaplanuj nadpisania cen do dezaktywacji w przyszłości.", - "sections-end-date": "Data zakończenia", - "sections-customer-availabilty": "Dostępność dla klientów", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Określ, dla których grup klientów mają obowiązywać nadpisania cen.", - "sections-customer-groups-label": "Grupy klientów", - "sections-general": "Ogólne", - "sections-general-information-for-the-price-list": "Ogólne informacje dotyczące cennika.", - "sections-name": "Nazwa", - "sections-b-2-b-black-friday": "B2B, Black Friday...", - "sections-for-our-business-partners": "Dla naszych partnerów biznesowych...", - "sections-tax-inclusive-prices": "Ceny uwzględniające podatek", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Wybierz, aby wszystkie ceny na tej liście zawierały podatek.", - "sections-prices": "Ceny", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "W tym miejscu będzie można nadpisać ceny dodanych produktów", - "sections-define-the-price-overrides-for-the-price-list": "Definiowanie nadpisań cen dla cennika", - "sections-edit-prices-label": "Edytuj ceny", - "sections-remove-from-list": "Usuń z listy", - "sections-search-by-name-or-sku": "Wyszukaj po nazwie i SKU...", - "sections-edit-prices": "Edytuj ceny", - "sections-price-list-type": "Typ cennika", - "sections-select-the-type-of-the-price-list": "Wybierz typ cennika", - "sections-sale-prices-compare-to-price-override": "W przeciwieństwie do cen wyprzedaży, nadpisania cen nie komunikują klientowi, że cena jest częścią wyprzedaży.", - "sections-sale": "Wyprzedaż", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Użyj tego, jeśli tworzysz ceny do wyprzedaży.", - "sections-override": "Nadpisanie", - "sections-use-this-to-override-prices": "Użyj tego, aby nadpisać ceny.", - "components-success": "Sukces", - "components-successfully-updated-category-tree": "Drzewo kategorii zostało pomyślnie zaktualizowane", - "components-error": "Błąd", - "components-failed-to-update-category-tree": "Nie udało się zaktualizować drzewa kategorii", - "components-delete": "Usuń", - "components-category-deleted": "Usunięto kategorię", - "components-category-deletion-failed": "Usunięcie kategorii nie powiodło się", - "components-category-status-is-inactive": "Kategoria jest nieaktywna", - "components-category-visibility-is-private": "Widoczność kategorii jest prywatna", - "components-add-category-item-to": "Dodaj pozycję kategorii do", - "modals-public": "Publiczna", - "modals-private": "Prywatna", - "modals-active": "Aktywna", - "modals-inactive": "Nieaktywna", - "modals-success": "Sukces", - "modals-successfully-created-a-category": "Pomyślnie utworzono kategorię", - "modals-failed-to-create-a-new-category": "Nie udało się utworzyć nowej kategorii", - "modals-error": "Błąd", - "modals-save-category": "Zapisz kategorię", - "modals-add-category-to": "Dodaj kategorię do {{name}}", - "modals-add-category": "Dodaj kategorię", - "modals-details": "Szczegóły", - "modals-name": "Nazwa", - "modals-give-this-category-a-name": "Nadaj tej kategorii nazwę", - "modals-handle": "Slug", - "modals-custom-handle": "Niestandardowy slug", - "modals-description": "Opis", - "modals-give-this-category-a-description": "Nadaj tej kategorii opis", - "modals-status": "Status", - "modals-visibility": "Widoczność", - "modals-successfully-updated-the-category": "Pomyślnie zaktualizowano kategorię", - "modals-failed-to-update-the-category": "Nie udało się zaktualizować kategorii", - "modals-edit-product-category": "Edytuj kategorię produktu", - "modals-cancel": "Anuluj", - "modals-save-and-close": "Zapisz i zamknij", - "pages-no-product-categories-yet": "Nie ma jeszcze kategorii produktów, użyj powyższego przycisku, aby utworzyć pierwszą kategorię.", - "pages-add-category": "Dodaj kategorię", - "pages-product-categories": "Kategorie produktów", - "pages-helps-you-to-keep-your-products-organized": "Pomaga uporządkować produkty.", - "batch-job-success": "Sukces", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Import potwierdzony do przetworzenia. Informacje o postępie są dostępne w aktywności.", - "batch-job-error": "Błąd", - "batch-job-import-failed": "Importowanie nie powiodło się.", - "batch-job-failed-to-delete-the-csv-file": "Nie udało się usunąć pliku CSV", - "batch-job-failed-to-cancel-the-batch-job": "Nie udało się anulować zadania zbiorczego", - "batch-job-products-list": "lista produktów", - "batch-job-download-template": "Pobierz poniższy szablon, aby upewnić się, że postępujesz zgodnie z prawidłowym formatem.", - "batch-job-imports-description": "Poprzez import można dodawać lub aktualizować produkty. Aby zaktualizować istniejące produkty/warianty, należy ustawić istniejący identyfikator w kolumnach Identyfikator produktu/wariantu. Jeśli wartość nie zostanie ustawiona, zostanie utworzony nowy rekord. Przed zaimportowaniem produktów zostaniesz poproszony o potwierdzenie.", - "products-filters": "Filtry", - "products-status": "Status", - "products-tags": "Tagi", - "products-spring-summer": "Wiosna, lato...", - "new-sales-channels": "Kanały sprzedaży", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Ten produkt będzie dostępny tylko w domyślnym kanale sprzedaży, jeśli nie zostanie ustawione.", - "new-change-availablity": "Zmiana dostępności", - "add-variants-a-variant-with-these-options-already-exists": "Wariant z tymi opcjami już istnieje.", - "add-variants-product-options": "Opcje produktu", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Opcje służą do definiowania koloru, rozmiaru itp. produktu.", - "add-variants-option-title": "Tytuł opcji", - "add-variants-variations-comma-separated": "Wariacje (oddzielone przecinkami)", - "add-variants-color": "Kolor...", - "add-variants-already-exists": "już istnieje", - "add-variants-blue-red-black": "Niebieski, czerwony, czarny...", - "add-variants-add-an-option": "Dodaj opcję", - "add-variants-product-variants": "Warianty produktu", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Przed rozpoczęciem dodawania wariantów produktów należy dodać co najmniej jedną opcję produktu.", - "add-variants-variant": "Wariant", - "add-variants-inventory": "Stan magazynowy", - "add-variants-add-a-variant": "Dodaj wariant", - "add-variants-create-variant": "Utwórz wariant", - "add-variants-cancel": "Anuluj", - "add-variants-save-and-close": "Zapisz i zamknij", - "new-variant-a-variant-with-these-options-already-exists": "Wariant z tymi opcjami już istnieje.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Czy na pewno chcesz usunąć ten wariant?", - "new-variant-delete-variant": "Usuń wariant", - "new-variant-edit": "Edytuj", - "new-variant-delete": "Usuń", - "new-variant-edit-variant": "Edytuj wariant", - "new-variant-cancel": "Anuluj", - "new-variant-save-and-close": "Zapisz i zamknij", - "new-something-went-wrong-while-trying-to-upload-images": "Coś poszło nie tak podczas próby przesłania obrazów.", - "new-no-file-service-configured": "Usługa plików może nie być skonfigurowana. Skontaktuj się z administratorem", - "new-upload-thumbnail-error": "Coś poszło nie tak podczas próby przesłania miniaturki", - "new-save-as-draft": "Zapisz jako wersję roboczą", - "new-publish-product": "Publikuj produkt", - "new-general-information-title": "Informacje ogólne", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Aby rozpocząć sprzedaż, wystarczy nazwa i cena.", - "new-organize-product": "Organizuj produkt", - "new-add-variations-of-this-product": "Dodaj warianty tego produktu.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Zaoferuj swoim klientom różne opcje koloru, formatu, rozmiaru, kształtu itp.", - "new-used-for-shipping-and-customs-purposes": "Używane do celów wysyłkowych i celnych.", - "new-dimensions": "Wymiary", - "new-customs": "Cła", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Służy do reprezentowania produktu podczas płatności, udostępniania w mediach społecznościowych i nie tylko.", - "new-media": "Media", - "new-add-images-to-your-product": "Dodaj obrazy do swojego produktu.", - "overview-import-products": "Importuj produkty", - "overview-export-products": "Eksportuj produkty", - "overview-new-product": "Nowy produkt", - "overview-new-collection": "Nowa kolekcja", - "overview-success": "Sukces", - "overview-successfully-created-collection": "Pomyślnie utworzono kolekcję", - "overview-error": "Błąd", - "overview-successfully-initiated-export": "Pomyślnie zainicjowano eksport", - "modals-add-sales-channels": "Dodaj kanały sprzedaży", - "modals-find-channels": "Wyszukaj kanały", - "modals-updated-the-api-key": "Zaktualizowano klucz API", - "modals-failed-to-update-the-api-key": "Aktualizacja klucza API nie powiodła się", - "modals-edit-api-key-details": "Edytuj szczegóły klucza API", - "modals-title": "Tytuł", - "modals-name-your-key": "Nazwa klucza", - "modals-sales-channels-added-to-the-scope": "Kanały sprzedaży dodane do zakresu", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Wystąpił błąd podczas dodawania kanałów sprzedaży do zakresu klucza", - "modals-add-and-go-back": "Dodaj i wróć", - "modals-add-and-close": "Dodaj i zamknij", - "modals-sales-channels-removed-from-the-scope": "Kanały sprzedaży usunięte z zakresu", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Wystąpił błąd podczas usuwania kanałów sprzedaży z zakresu klucza", - "modals-edit-sales-channels": "Edytuj kanały sprzedaży", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Odznacz", - "modals-remove": "Usuń", - "modals-add-channels": "Dodaj kanały", - "modals-close": "Zamknij", - "pages-sales-channels": "Kanały sprzedaży", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Podłącz dowolną liczbę kanałów sprzedaży do swojego klucza API.", - "pages-add-sales-channels": "Dodaj kanały sprzedaży", - "pages-edit-sales-channels": "Edytuj kanały sprzedaży", - "pages-success": "Sukces", - "pages-created-a-new-api-key": "Utworzono nowy klucz API", - "pages-error": "Błąd", - "pages-failed-to-create-a-new-api-key": "Nie udało się utworzyć nowego klucza API", - "pages-sales-channels-added-to-the-scope": "Kanały sprzedaży dodane do zakresu", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Wystąpił błąd podczas dodawania kanałów sprzedaży do zakresu klucza", - "pages-publish-api-key": "Publikuj klucz API", - "pages-create-api-key": "Utwórz klucz API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Tworzenie kluczy API i zarządzanie nimi. Obecnie dotyczy to tylko kanałów sprzedaży.", - "pages-create-api-key-label": "Utwórz klucz API", - "pages-back-to-settings": "Wróć do ustawień", - "pages-publishable-api-keys": "Klucze API", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Te publikowane klucze umożliwiają uwierzytelnianie żądań API.", - "tables-name": "Nazwa", - "tables-token": "Token", - "tables-done": "zrobione", - "tables-copy-to-clipboard": "Kopiuj do schowka", - "tables-created": "Utworzono", - "tables-status": "Status", - "tables-revoked": "Unieważniony", - "tables-live": "Aktywny", - "tables-edit-api-key-details": "Edycja szczegółów klucza API", - "tables-edit-sales-channels": "Edycja kanałów sprzedaży", - "tables-copy-token": "Kopiuj token", - "tables-revoke-token": "Unieważnij token", - "tables-delete-api-key": "Usuń klucz API", - "tables-yes-delete": "Tak, usuń", - "tables-api-key-deleted": "Usunięto klucz API", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Czy na pewno chcesz usunąć ten klucz publiczny?", - "tables-delete-key": "Usuń klucz", - "tables-yes-revoke": "Tak, unieważnij", - "tables-api-key-revoked": "Klucz API został unieważniony", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Czy na pewno chcesz unieważnić ten klucz publiczny?", - "tables-revoke-key": "Unieważnij klucz", - "tables-api-keys": "Klucze API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Nie ma jeszcze kluczy, użyj powyższego przycisku, aby utworzyć swój pierwszy klucz", - "tables-title": "Tytuł", - "tables-description": "Opis", - "tables-no-added-sales-channels": "Nie dodano kanałów sprzedaży", - "tables-sales-channels": "Kanały sprzedaży", - "form-title": "Tytuł", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Strona internetowa, aplikacja, Amazon, POS sklepu fizycznego, kanał produktowy na Facebooku...", - "form-description": "Opis", - "form-available-products-at-our-website-app": "Produkty dostępne na naszej stronie internetowej, w aplikacji...", - "form-success": "Sukces", - "form-the-sales-channel-is-successfully-updated": "Kanał sprzedaży został pomyślnie zaktualizowany", - "form-error": "Błąd", - "form-failed-to-update-the-sales-channel": "Nie udało się zaktualizować kanału sprzedaży", - "form-sales-channel-details": "Szczegóły kanału sprzedaży", - "form-general-info": "Informacje ogólne", - "form-name": "Nazwa", - "form-close": "Zamknij", - "form-save": "Zapisz", - "pages-draft": "Wersja robocza", - "pages-control-which-products-are-available-in-which-channels": "Kontroluj, które produkty są dostępne w których kanałach", - "pages-search-by-title-or-description": "Wyszukiwanie według tytułu lub opisu", - "pages-confirm-delete-sales-channel": "Czy na pewno chcesz usunąć ten kanał sprzedaży? Dokonana konfiguracja zniknie na zawsze.", - "pages-delete-channel-heading": "Usuń kanał", - "pages-edit-general-info": "Edytuj informacje ogólne", - "pages-add-products": "Dodaj produkty", - "pages-delete-channel": "Usuń kanał", - "pages-disabled": "Wyłączony", - "pages-enabled": "Włączony", - "tables-collection": "Kolekcja", - "tables-start-building-your-channels-setup": "Zacznij tworzyć konfigurację kanałów...", - "tables-no-products-in-channels": "Nie dodałeś jeszcze żadnych produktów do tego kanału, ale gdy to zrobisz, będą one dostępne tutaj.", - "tables-add-products": "Dodaj produkty", - "tables-details": "Szczegóły", - "tables-remove-from-the-channel": "Usuń z kanału", - "tables-products": "Produkty", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Usuń", - "components-successfully-updated-currency": "Pomyślnie zaktualizowano walutę", - "components-default": "Domyślne", - "default-store-currency-success": "Sukces", - "default-store-currency-successfully-updated-default-currency": "Pomyślnie zaktualizowano domyślną walutę", - "default-store-currency-error": "Błąd", - "default-store-currency-default-store-currency": "Domyślna waluta sklepu", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Jest to waluta, w jakiej wyświetlane są ceny.", - "store-currencies-success": "Sukces", - "store-currencies-successfully-updated-currencies": "Pomyślnie zaktualizowano waluty", - "store-currencies-error": "Błąd", - "store-currencies-cancel": "Anuluj", - "store-currencies-save-and-go-back": "Zapisz i wróć", - "store-currencies-save-and-close": "Zapisz i zamknij", - "store-currencies-add-store-currencies": "Dodaj waluty sklepu", - "store-currencies-current-store-currencies": "Aktualne waluty sklepu", - "store-currencies-close": "Zamknij", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Odznacz", - "store-currencies-remove": "Usuń", - "store-currencies-add-currencies": "Dodaj waluty", - "store-currencies-store-currencies": "Waluty sklepu", - "store-currencies-all-the-currencies-available-in-your-store": "Wszystkie waluty dostępne w sklepie.", - "store-currencies-edit-currencies": "Edytuj waluty", - "currencies-an-unknown-error-occurred": "Wystąpił nieznany błąd", - "currencies-error": "Błąd", - "currencies-back-to-settings": "Powrót do ustawień", - "currencies-manage-the-markets-that-you-will-operate-within": "Zarządzaj rynkami, na których będziesz działać.", - "currencies-include-or-exclude-taxes": "Zdecyduj, czy chcesz uwzględnić lub wykluczyć podatki za każdym razem, gdy definiujesz cenę w tej walucie.", - "currencies-tax-incl-prices": "Podatek wliczony w cenę", - "settings-error": "Błąd", - "settings-malformed-swap-url": "Nieprawidłowy adres url wymiany", - "settings-malformed-payment-url": "Nieprawidłowy adres url płatności", - "settings-malformed-invite-url": "Nieprawidłowy adres url zaproszenia", - "settings-success": "Sukces", - "settings-successfully-updated-store": "Pomyślnie zaktualizowano sklep", - "settings-back-to-settings": "Wróć do ustawień", - "settings-save": "Zapisz", - "settings-cancel": "Anuluj", - "settings-store-details": "Szczegóły sklepu", - "settings-manage-your-business-details": "Zarządzaj danymi swojej firmy", - "settings-general": "Ogólne", - "settings-store-name": "Nazwa sklepu", - "settings-medusa-store": "Sklep Medusa", - "settings-advanced-settings": "Ustawienia zaawansowane", - "settings-swap-link-template": "Szablon linku wymiany", - "settings-draft-order-link-template": "Szablon linku do wersji roboczej zamówienia", - "settings-invite-link-template": "Szablon linku do zaproszenia", - "settings-manage-the-general-settings-for-your-store": "Zarządzanie ustawieniami ogólnymi sklepu", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Zarządzanie ustawieniami rozszerzeń sklepu", - "edit-user-information-success": "Sukces", - "edit-user-information-your-information-was-successfully-updated": "Informacje zostały pomyślnie zaktualizowane", - "edit-user-information-edit-information": "Edytuj informacje", - "edit-user-information-cancel": "Anuluj", - "edit-user-information-submit-and-close": "Zapisz i zamknij", - "personal-information-back-to-settings": "Wróć do ustawień", - "personal-information-personal-information": "Informacje osobiste", - "personal-information-manage-your-medusa-profile": "Zarządzaj swoim profilem Medusa", - "personal-information-language-settings-title": "Język", - "personal-information-language-settings-description": "Dostosuj język panelu Medusa", - "personal-information-language-settings-help-us-translate": "Pomóż nam w tłumaczeniu", - "personal-information-usage-insights-title": "Informacje o użytkowaniu", - "usage-insights-disabled": "Nieaktywne", - "usage-insights-active": "Aktywne", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Podziel się spostrzeżeniami na temat użytkowania i pomóż nam ulepszyć Medusę", - "usage-insights-edit-preferences": "Edytuj preferencje", - "usage-insights-success": "Sukces", - "usage-insights-your-information-was-successfully-updated": "Informacje zostały pomyślnie zaktualizowane", - "usage-insights-error": "Błąd", - "usage-insights-cancel": "Anuluj", - "usage-insights-submit-and-close": "Wyślij i zamknij", - "region-form-title": "Tytuł", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "Kod waluty jest wymagany", - "region-form-currency": "Waluta", - "region-form-choose-currency": "Wybierz walutę", - "region-form-default-tax-rate": "Domyślna stawka podatku", - "region-form-tax-rate-is-required": "Stawka podatku jest wymagana", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Stawka podatku musi być równa lub mniejsza niż 100", - "region-form-default-tax-code": "Domyślny kod podatkowy", - "region-form-countries": "Kraje", - "region-form-choose-countries": "Wybierz kraje", - "region-form-tax-inclusive-prices": "Ceny uwzględniające podatek", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Po włączeniu tej opcji ceny w regionie będą zawierać podatek.", - "region-form-payment-providers-are-required": "Operatorzy płatności są wymagani", - "region-form-payment-providers": "Operatorzy płatności", - "region-form-choose-payment-providers": "Wybierz operatorów płatności...", - "region-form-fulfillment-providers-are-required": "Operatorzy realizacji są wymagani", - "region-form-fulfillment-providers": "Operatorzy realizacji", - "region-form-choose-fulfillment-providers": "Wybierz operatorów realizacji...", - "shipping-option-card-success": "Sukces", - "shipping-option-card-shipping-option-updated": "Zaktualizowano opcję wysyłki", - "shipping-option-card-error": "Błąd", - "shipping-option-card-edit-shipping-option": "Edytuj opcję wysyłki", - "shipping-option-card-fulfillment-method": "Metoda realizacji", - "shipping-option-card-cancel": "Anuluj", - "shipping-option-card-save-and-close": "Zapisz i zamknij", - "shipping-option-card-shipping-option-has-been-deleted": "Opcja wysyłki została usunięta", - "shipping-option-card-flat-rate": "Jednolita stawka", - "shipping-option-card-calcualted": "Obliczana stawka", - "shipping-option-card-min-subtotal": "Min. podsuma:", - "shipping-option-card-max-subtotal": "Maks. podsuma:", - "shipping-option-card-admin": "Panel", - "shipping-option-card-store": "Sklep", - "shipping-option-card-edit": "Edytuj", - "shipping-option-card-delete": "Usuń", - "shipping-option-form-visible-in-store": "Widoczne w sklepie", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Włącz lub wyłącz widoczność opcji wysyłki w sklepie.", - "shipping-option-form-details": "Szczegóły", - "shipping-option-form-title": "Tytuł", - "shipping-option-form-title-is-required": "Tytuł jest wymagany", - "shipping-option-form-price-type": "Typ ceny", - "shipping-option-form-flat-rate": "Jednolita stawka", - "shipping-option-form-calculated": "Obliczana stawka", - "shipping-option-form-choose-a-price-type": "Wybierz typ ceny", - "shipping-option-form-price": "Cena", - "shipping-option-form-shipping-profile": "Profil wysyłki", - "shipping-option-form-choose-a-shipping-profile": "Wybierz profil wysyłki", - "shipping-option-form-fulfillment-method": "Metoda realizacji", - "shipping-option-form-choose-a-fulfillment-method": "Wybierz metodę realizacji", - "shipping-option-form-requirements": "Wymagania", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. podsuma musi być mniejsza niż maks. podsuma", - "shipping-option-form-min-subtotal": "Min. podsuma", - "shipping-option-form-max-subtotal": "Maks. podsuma", - "shipping-option-form-metadata": "Metadane", - "general-section-success": "Sukces", - "general-section-region-was-successfully-updated": "Region został pomyślnie zaktualizowany", - "general-section-error": "Błąd", - "general-section-edit-region-details": "Edytuj szczegóły regionu", - "general-section-details": "Szczegóły", - "general-section-providers": "Operatorzy", - "general-section-metadata": "Metadane", - "general-section-cancel": "Anuluj", - "general-section-save-and-close": "Zapisz i zamknij", - "edit-something-went-wrong": "Coś poszło nie tak...", - "edit-no-region-found": "Nie możemy znaleźć regionu o tym ID, użyj menu po lewej stronie, aby wybrać region.", - "return-shipping-options-success": "Sukces", - "return-shipping-options-shipping-option-created": "Utworzono opcję wysyłki", - "return-shipping-options-error": "Błąd", - "return-shipping-options-add-return-shipping-option": "Dodaj opcję wysyłki zwrotów", - "return-shipping-options-cancel": "Anuluj", - "return-shipping-options-save-and-close": "Zapisz i zamknij", - "return-shipping-options-return-shipping-options": "Opcje wysyłki zwrotów", - "return-shipping-options-add-option": "Dodaj opcję", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Wprowadź szczegółowe informacje o dostępnych regionalnych metodach wysyłki zwrotów.", - "shipping-options-success": "Sukces", - "shipping-options-shipping-option-created": "Utworzono opcję wysyłki", - "shipping-options-error": "Błąd", - "shipping-options-add-shipping-option": "Dodaj opcję wysyłki", - "shipping-options-cancel": "Anuluj", - "shipping-options-save-and-close": "Zapisz i zamknij", - "shipping-options-shipping-options": "Opcje wysyłki", - "shipping-options-add-option": "Dodaj opcję", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Wprowadź szczegółowe informacje o dostępnych regionalnych metodach wysyłki.", - "new-region-created": "Utworzono region", - "new-create-region": "Utwórz region", - "new-details": "Szczegóły", - "new-add-the-region-details": "Dodaj szczegóły regionu.", - "new-providers": "Operatorzy", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Dodaj, którzy operatorzy usług realizacji i płatności powinni być dostępni w tym regionie.", - "region-overview-regions": "Regiony", - "region-overview-manage-the-markets-that-you-will-operate-within": "Zarządzaj rynkami, na których będziesz działać.", - "region-overview-not-configured": "Nie skonfigurowano", - "region-overview-fulfillment-providers": "Operatorzy realizacji:", - "return-reasons-notification-success": "Sukces", - "return-reasons-created-a-new-return-reason": "Utworzono nowy powód zwrotu", - "return-reasons-success": "sukces", - "return-reasons-error": "Błąd", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Nie można utworzyć powodu zwrotu z istniejącą wartością", - "return-reasons-add-reason": "Dodaj powód", - "return-reasons-value-is-required": "Wartość jest wymagana", - "return-reasons-value": "Wartość", - "return-reasons-label-is-required": "Etykieta jest wymagana", - "return-reasons-label": "Etykieta", - "return-reasons-description": "Opis", - "return-reasons-customer-received-the-wrong-size": "Klient otrzymał niewłaściwy rozmiar", - "return-reasons-cancel": "Anuluj", - "return-reasons-create": "Utwórz", - "return-reasons-success-title": "Sukces", - "return-reasons-successfully-updated-return-reason": "Pomyślnie zaktualizowano powód zwrotu", - "return-reasons-duplicate-reason": "Duplikuj powód", - "return-reasons-delete-reason": "Usuń powód", - "return-reasons-save": "Zapisz", - "return-reasons-details": "Szczegóły", - "return-reasons-delete-return-reason": "Usunąć powód zwrotu", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Czy na pewno chcesz usunąć ten powód zwrotu?", - "return-reasons-back-to-settings": "Wróć do ustawień", - "return-reasons-return-reasons": "Powody zwrotów", - "return-reasons-add-reason-label": "Dodaj powód", - "return-reasons-manage-reasons-for-returned-items": "Zarządzanie powodami zwracanych przedmiotów", - "taxes-details": "Szczegóły", - "taxes-new-tax-rate": "Nowa stawka podatku", - "taxes-tax-calculation-settings": "Ustawienia obliczania podatku", - "taxes-success": "Sukces", - "taxes-successfully-updated-tax-rate": "Pomyślnie zaktualizowano stawkę podatku.", - "taxes-error": "Błąd", - "taxes-overrides": "Nadpisania", - "taxes-product-rules": "Reguły dotyczące produktu", - "taxes-product-rules-description_one": "Dotyczy {{count}} produktu", - "taxes-product-rules-description_other": "Dotyczy {{count}} produktów", - "taxes-product-type-rules": "Reguły dotyczące typów produktu", - "taxes-product-type-rules-description_one": "Dotyczy {{count}} typu produktu", - "taxes-product-type-rules-description_other": "Dotyczy {{count}} typów produktów", - "taxes-shipping-option-rules": "Reguły opcji wysyłki", - "taxes-applies-to-shipping-option-with-count_one": "Dotyczy {{count}} opcji wysyłki", - "taxes-applies-to-shipping-option-with-count_other": "Dotyczy {{count}} opcji wysyłek", - "taxes-add-overrides": "Dodaj nadpisania", - "taxes-cancel": "Anuluj", - "taxes-save": "Zapisz", - "taxes-name": "Nazwa", - "taxes-default": "Domyślne", - "taxes-rate-name": "Nazwa stawki", - "taxes-tax-rate": "Stawka podatku", - "taxes-tax-code": "Kod stawki", - "taxes-edit-tax-rate": "Edytuj stawkę podatku", - "taxes-back-to-settings": "Wróć do ustawień", - "taxes-regions": "Regiony", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Wybierz region, dla którego chcesz zarządzać podatkami", - "taxes-go-to-region-settings": "Przejdź do ustawień regionu", - "taxes-successfully-created-tax-rate": "Udało się stworzyć stawkę podatkową.", - "taxes-add-tax-rate": "Dodaj stawkę podatku", - "taxes-applies-to-product-type-with-count_one": "Dotyczy {{count}} typu produktu", - "taxes-applies-to-product-type-with-count_other": "Dotyczy {{count}} typów produktu", - "taxes-create": "Utwórz", - "taxes-select-products": "Wybierz produkty", - "taxes-select-product-types-label": "Wybierz typy produktu", - "taxes-product-types": "Typy produktu", - "taxes-system-tax-provider": "Dostawca podatku od systemu", - "taxes-region-tax-settings-were-successfully-updated": "Ustawienia podatku dla regionu zostały pomyślnie zaktualizowane", - "taxes-tax-provider": "Operator podatkowy", - "taxes-calculate-taxes-automatically": "Automatycznie obliczać podatki?", - "taxes-automatically-apply-tax-calculations-to-carts": "Po zaznaczeniu Medusa automatycznie zastosuje obliczenia podatkowe do koszyków w tym regionie. Gdy opcja nie jest zaznaczona, będziesz musiał ręcznie obliczyć podatki przy kasie. Ręczne naliczanie podatków jest zalecane w przypadku korzystania z zewnętrznego dostawcy podatków, aby uniknąć wykonywania zbyt wielu zapytań.", - "taxes-apply-tax-to-gift-cards": "Nałożyć podatek na karty podarunkowe?", - "taxes-apply-taxes-to-gift-cards": "Po zaznaczeniu tej opcji podatki będą naliczane do kart podarunkowych przy realizacji zakupu. W niektórych krajach przepisy podatkowe wymagają, aby podatki były naliczane do kart podarunkowych przy zakupie.", - "taxes-search-products": "Wyszukaj produkty..", - "taxes-select-shipping-option": "Wybierz opcję wysyłki", - "taxes-shipping-options": "Opcje wysyłki", - "taxes-delete-tax-rate-heading": "Usuń stawkę podatku", - "taxes-confirm-delete": "Czy na pewno chcesz usunąć tę stawkę podatku?", - "taxes-tax-rate-was-deleted": "Stawka podatku została usunięta", - "taxes-edit": "Edytuj", - "taxes-delete-tax-rate": "Usuń stawkę podatku", - "taxes-delete-rule": "Usuń regułę", - "taxes-type": "Typ", - "taxes-products": "Produkty", - "taxes-select-individual-products": "Wybierz poszczególne produkty", - "taxes-select-product-types": "Wybierz typy produktów", - "taxes-select-shipping-options": "Wybierz opcje wysyłki", - "taxes-back": "Wróć", - "taxes-add": "Dodaj", - "taxes-code": "Kod", - "users-invite-users": "Zaproś użytkowników", - "users-back-to-settings": "Wróć do ustawień", - "users-the-team": "Zespół", - "users-manage-users-of-your-medusa-store": "Zarządzanie użytkownikami sklepu Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/pt/translation.json b/packages/admin-ui/ui/public/locales/pt/translation.json deleted file mode 100644 index 8469785a34da2..0000000000000 --- a/packages/admin-ui/ui/public/locales/pt/translation.json +++ /dev/null @@ -1,1925 +0,0 @@ -{ - "back-button-go-back": "Voltar", - "sales-channels-display-available-count": "Disponível em <2>{{availableChannelsCount}} de um total de <6>{{totalChannelsCount}} Canais de Vendas", - "activity-drawer-activity": "Atividade", - "activity-drawer-no-notifications-title": "Está tranquilo aqui...", - "activity-drawer-no-notifications-description": "Você não possui notificações no momento, mas assim que tiver, elas aparecerão aqui.", - "activity-drawer-error-title": "Oh não...", - "activity-drawer-error-description": "Algo deu errado ao tentar buscar suas notificações - Vamos continuar tentando!", - "activity-drawer-processing": "Processando...", - "analytics-config-form-title": "Tornar meus dados de uso anônimos", - "analytics-config-form-description": "Você pode escolher por tornar seus dados de uso anônimos. Se esta opção estiver selecionada, não coletaremos suas informações pessoais, como seu nome e endereço de e-mail.", - "analytics-config-form-opt-out": "Optar por não compartilhar meus dados de uso", - "analytics-config-form-opt-out-later": "Você sempre pode optar por não compartilhar seus dados de uso a qualquer momento.", - "analytics-preferences-success": "Sucesso", - "analytics-preferences-your-preferences-were-successfully-updated": "Suas preferências foram atualizadas com sucesso", - "analytics-preferences-error": "Erro", - "analytics-preferences-help-us-get-better": "Nos ajude a melhorar", - "analytics-preferences-disclaimer": "Para criar a experiência de e-commerce mais cativante, gostaríamos de obter insights sobre como você usa o Medusa. Insights do usuário nos permitem construir produtos melhores, mais envolventes e mais usáveis. Coletamos dados apenas para melhorias no produto. Leia quais dados coletamos em nossa", - "analytics-preferences-documentation": "documentação", - "analytics-preferences-please-enter-a-valid-email": "Por favor, insira um e-mail válido", - "analytics-preferences-continue": "Continuar", - "currency-input-currency": "Moeda", - "currency-input-amount-is-not-valid": "Valor não é válido", - "organisms-success": "Sucesso", - "organisms-delete-successful": "Exclusão bem-sucedida", - "organisms-are-you-sure-you-want-to-delete": "Você tem certeza de que deseja excluir?", - "organisms-no-cancel": "Não, cancelar", - "organisms-yes-remove": "Sim, remover", - "details-collapsible-hide-additional-details": "Ocultar detalhes adicionais", - "details-collapsible-show-additional-details": "Mostrar detalhes adicionais", - "edit-user-modal-success": "Sucesso", - "edit-user-modal-user-was-updated": "Usuário atualizado", - "edit-user-modal-error": "Erro", - "edit-user-modal-edit-user": "Editar Usuário", - "edit-user-modal-first-name-label": "Primeiro Nome", - "edit-user-modal-first-name-placeholder": "Primeiro nome...", - "edit-user-modal-last-name-label": "Sobrenome", - "edit-user-modal-last-name-placeholder": "Sobrenome...", - "edit-user-modal-email": "E-mail", - "edit-user-modal-cancel": "Cancelar", - "edit-user-modal-save": "Salvar", - "error-boundary-back-to-dashboard": "Voltar ao dashboard", - "error-boundary-an-unknown-error-occurred": "Ocorreu um erro desconhecido", - "error-boundary-bad-request": "Requisição inválida", - "error-boundary-you-are-not-logged-in": "Você não está logado", - "error-boundary-you-do-not-have-permission-perform-this-action": "Você não tem permissão para realizar esta ação", - "error-boundary-page-was-not-found": "Página não encontrada", - "error-boundary-an-unknown-server-error-occurred": "Ocorreu um erro desconhecido no servidor", - "error-boundary-503": "O servidor está indisponível no nomento", - "error-boundary-500": "Ocorreu um erro com causas não especificadas, provavelmente devido a um problema técnico em nosso sistema. Por favor, tente atualizar a página. Se o problema persistir, entre em contato com o administrador.", - "error-boundary-400": "A requisição estava malformada, corrija sua requisição e tente novamente.", - "error-boundary-401": "Você não está logado, faça login para continuar.", - "error-boundary-403": "Você não tem permissão para realizar esta ação. Se acredita que isso seja um erro, entre em contato com o administrador.", - "error-boundary-404": "A página que você solicitou não foi encontrada. Verifique a URL e tente novamente.", - "error-boundary-500-2": "O servidor não conseguiu lidar com sua solicitação, provavelmente devido a um problema técnico em nosso sistema. Por favor, tente novamente. Se o problema persistir, entre em contato com o administrador.", - "error-boundary-503-2": "O servidor está temporariamente indisponível e sua solicitação não pôde ser processada. Por favor, tente novamente mais tarde. Se o problema persistir, entre em contato com o administrador.", - "export-modal-title": "Iniciar uma exportação de seus dados", - "export-modal-cancel": "Cancelar", - "export-modal-export": "Exportar", - "file-upload-modal-upload-a-new-photo": "Carregar uma nova foto", - "gift-card-banner-edit": "Editar", - "gift-card-banner-unpublish": "Despublicar", - "gift-card-banner-publish": "Publicar", - "gift-card-banner-delete": "Excluir", - "gift-card-banner-published": "Publicado", - "gift-card-banner-unpublished": "Não publicado", - "gift-card-denominations-section-denomination-added": "Denominação adicionada", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Uma nova denominação foi adicionada com sucesso", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Já existe uma denominação com esse valor padrão", - "gift-card-denominations-section-error": "Erro", - "gift-card-denominations-section-add-denomination": "Adicionar Denominação", - "gift-card-denominations-section-cancel": "Cancelar", - "gift-card-denominations-section-save-and-close": "Salvar e fechar", - "gift-card-denominations-section-denomination-updated": "Denominação atualizada", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Uma nova denominação foi atualizada com sucesso", - "gift-card-denominations-section-edit-denomination": "Editar Denominação", - "gift-card-denominations-section-denominations": "Denominações", - "gift-card-denominations-section-denomination": "Denominação", - "gift-card-denominations-section-in-other-currencies": "Em outras moedas", - "gift-card-denominations-section-and-more_one": ", e mais {{count}}", - "gift-card-denominations-section-and-more_other": ", e mais {{count}}", - "gift-card-denominations-section-delete-denomination": "Excluir denominação", - "gift-card-denominations-section-confirm-delete": "Tem certeza de que deseja excluir esta denominação?", - "gift-card-denominations-section-denomination-deleted": "Denominação excluída", - "gift-card-denominations-section-denomination-was-successfully-deleted": "A denominação foi excluída com sucesso", - "gift-card-denominations-section-edit": "Editar", - "gift-card-denominations-section-delete": "Excluir", - "help-dialog-how-can-we-help": "Como podemos ajudar?", - "help-dialog-we-usually-respond-in-a-few-hours": "Normalmente respondemos em poucas horas", - "help-dialog-subject": "Assunto", - "help-dialog-what-is-it-about": "Sobre o que é isso?...", - "help-dialog-write-a-message": "Escreva uma mensagem...", - "help-dialog-feel-free-to-join-our-community-of": "Sinta-se à vontade para se juntar à nossa comunidade de", - "help-dialog-merchants-and-e-commerce-developers": "comerciantes e desenvolvedores de e-commerce", - "help-dialog-send-a-message": "Enviar uma mensagem", - "invite-modal-success": "Sucesso", - "invite-modal-invitation-sent-to": "Convite enviado para {{user}}", - "invite-modal-error": "Erro", - "invite-modal-member": "Membro", - "invite-modal-admin": "Administrador", - "invite-modal-developer": "Desenvolvedor", - "invite-modal-invite-users": "Convidar Usuários", - "invite-modal-email": "E-mail", - "invite-modal-role": "Função", - "invite-modal-select-role": "Selecione a função", - "invite-modal-cancel": "Cancelar", - "invite-modal-invite": "Convidar", - "login-card-no-match": "Essas credenciais não correspondem aos nossos registros.", - "login-card-log-in-to-medusa": "Entrar no Medusa", - "login-card-email": "E-mail", - "login-card-password": "Senha", - "login-card-forgot-your-password": "Esqueceu sua senha?", - "metadata-add-metadata": "Adicionar Metadados", - "product-attributes-section-title": "Atributos", - "product-attributes-section-edit-attributes": "Editar Atributos", - "product-attributes-section-dimensions": "Dimensões", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Configure para calcular as taxas de envio mais precisas", - "product-attributes-section-customs": "Alfândegas", - "product-attributes-section-cancel": "Cancelar", - "product-attributes-section-save": "Salvar", - "product-attributes-section-height": "Altura", - "product-attributes-section-width": "Largura", - "product-attributes-section-length": "Comprimento", - "product-attributes-section-weight": "Peso", - "product-attributes-section-mid-code": "Código MID", - "product-attributes-section-hs-code": "Código HS", - "product-attributes-section-country-of-origin": "País de origem", - "product-general-section-success": "Sucesso", - "product-general-section-successfully-updated-sales-channels": "Atualização dos canais de vendas realizada com sucesso", - "product-general-section-error": "Erro", - "product-general-section-failed-to-update-sales-channels": "Falha ao atualizar os canais de vendas", - "product-general-section-edit-general-information": "Editar Informações Gerais", - "product-general-section-gift-card": "Cartão de Presente", - "product-general-section-product": "Produto", - "product-general-section-metadata": "Metadados", - "product-general-section-cancel": "Cancelar", - "product-general-section-save": "Salvar", - "product-general-section-delete": "Excluir", - "product-general-section-edit-sales-channels": "Editar Canais de Vendas", - "product-general-section-published": "Publicado", - "product-general-section-draft": "Rascunho", - "product-general-section-details": "Detalhes", - "product-general-section-subtitle": "Subtítulo", - "product-general-section-handle": "Identificador", - "product-general-section-type": "Tipo", - "product-general-section-collection": "Coleção", - "product-general-section-category": "Categoria", - "product-general-section-discountable": "Descontável", - "product-general-section-true": "Verdadeiro", - "product-general-section-false": "Falso", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Canais de Vendas", - "product-media-section-edit-media": "Editar Mídia", - "product-media-section-upload-images-error": "Ocorreu um erro ao tentar carregar as imagens.", - "product-media-section-file-service-not-configured": "Você pode não ter um serviço de arquivo configurado. Por favor, entre em contato com o administrador.", - "product-media-section-error": "Erro", - "product-media-section-media": "Mídia", - "product-media-section-add-images-to-your-product": "Adicione imagens ao seu produto.", - "product-media-section-cancel": "Cancelar", - "product-media-section-save-and-close": "Salvar e fechar", - "product-raw-section-raw-gift-card": "Cartão de Presente Bruto", - "product-raw-section-raw-product": "Produto Bruto", - "product-thumbnail-section-success": "Sucesso", - "product-thumbnail-section-successfully-deleted-thumbnail": "Miniatura excluída com sucesso", - "product-thumbnail-section-error": "Erro", - "product-thumbnail-section-edit": "Editar", - "product-thumbnail-section-upload": "Carregar", - "product-thumbnail-section-upload-thumbnail-error": "Ocorreu um erro ao tentar carregar a miniatura.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Você pode não ter um serviço de arquivo configurado. Por favor, entre em contato com o administrador.", - "product-thumbnail-section-upload-thumbnail": "Carregar Miniatura", - "product-thumbnail-section-thumbnail": "Miniatura", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Usada para representar seu produto durante o checkout, compartilhamento nas redes sociais e mais.", - "product-thumbnail-section-cancel": "Cancelar", - "product-thumbnail-section-save-and-close": "Salvar e fechar", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Adicionar preços", - "product-variants-section-add-variant": "Adicionar Variante", - "product-variants-section-cancel": "Cancelar", - "product-variants-section-save-and-close": "Salvar e fechar", - "product-variants-section-edit-stock-inventory": "Editar estoque e inventário", - "product-variants-section-edit-variant": "Editar Variante", - "edit-variants-modal-cancel": "Cancelar", - "edit-variants-modal-save-and-go-back": "Salvar e voltar", - "edit-variants-modal-save-and-close": "Salvar e fechar", - "edit-variants-modal-edit-variant": "Editar Variante", - "edit-variants-modal-update-success": "Variantes foram atualizadas com sucesso", - "edit-variants-modal-edit-variants": "Editar Variantes", - "edit-variants-modal-product-variants": "Variantes de Produto", - "edit-variants-modal-variant": "Variante", - "edit-variants-modal-inventory": "Inventário", - "product-variants-section-edit-prices": "Editar Preços", - "product-variants-section-edit-variants": "Editar Variantes", - "product-variants-section-edit-options": "Editar Opções", - "product-variants-section-product-variants": "Variantes de Produto", - "product-variants-section-error": "Erro", - "product-variants-section-failed-to-update-product-options": "Falha ao atualizar as opções do produto", - "product-variants-section-success": "Sucesso", - "product-variants-section-successfully-updated-product-options": "Opções do produto atualizadas com sucesso", - "product-variants-section-product-options": "Opções do Produto", - "product-variants-section-option-title": "Título da Opção", - "product-variants-section-option-title-is-required": "O título da opção é obrigatório", - "product-variants-section-add-an-option": "Adicionar uma opção", - "product-variants-section-inventory": "Inventário", - "product-variants-section-title": "Título", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Gerenciar Inventário", - "product-variants-section-duplicate-variant": "Duplicar Variante", - "product-variants-section-delete-variant-label": "Excluir Variante", - "product-variants-section-yes-delete": "Sim, excluir", - "product-variants-section-delete-variant-heading": "Excluir variante", - "product-variants-section-confirm-delete": "Você tem certeza de que deseja excluir esta variante? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Observação: A exclusão da variante também removerá os itens e níveis do inventário", - "reset-token-card-error": "Erro", - "reset-token-card-reset-your-password": "Redefina sua senha", - "reset-token-card-password-reset-description": "Insira seu endereço de e-mail abaixo e nós<1>enviaremos instruções sobre como redefinir<3>sua senha.", - "reset-token-card-email": "E-mail", - "reset-token-card-this-is-not-a-valid-email": "Este não é um e-mail válido", - "reset-token-card-send-reset-instructions": "Enviar instruções de redefinição", - "reset-token-card-successfully-sent-you-an-email": "Enviamos com sucesso um e-mail para você", - "reset-token-card-go-back-to-sign-in": "Voltar para a tela de login", - "rma-return-product-table-product-details": "Detalhes do Produto", - "rma-return-product-table-quantity": "Quantidade", - "rma-select-product-table-product-details": "Detalhes do Produto", - "rma-select-product-table-quantity": "Quantidade", - "rma-select-product-table-refundable": "Reembolsável", - "rma-select-product-table-images-witch-count_one": "{{count}} imagem", - "rma-select-product-table-images-witch-count_other": "{{count}} imagens", - "rma-select-product-table-select-reason": "Selecione o Motivo", - "sidebar-store": "Loja", - "sidebar-orders": "Pedidos", - "sidebar-products": "Produtos", - "sidebar-categories": "Categorias", - "sidebar-customers": "Clientes", - "sidebar-inventory": "Inventário", - "sidebar-discounts": "Descontos", - "sidebar-gift-cards": "Cartões de Presente", - "sidebar-pricing": "Preços", - "sidebar-settings": "Configurações", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} de {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} de {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} de {{soothedPageCount}}", - "timeline-request-return": "Solicitar Devolução", - "timeline-register-exchange": "Registrar Troca", - "timeline-register-claim": "Registrar Reclamação", - "timeline-success": "Sucesso", - "timeline-added-note": "Nota adicionada", - "timeline-error": "Erro", - "timeline-timeline": "Linha do Tempo", - "upload-modal-new": "novo", - "upload-modal-updates": "atualizações", - "upload-modal-drop-your-file-here-or": "Solte seu arquivo aqui ou", - "upload-modal-click-to-browse": "clique para navegar.", - "upload-modal-only-csv-files-are-supported": "Apenas arquivos .csv são suportados.", - "upload-modal-import-file-title": "Importar {{fileTitle}}", - "upload-modal-cancel": "Cancelar", - "upload-modal-import-list": "Importar Lista", - "add-products-modal-add-products": "Adicionar Produtos", - "add-products-modal-search-by-name-or-description": "Pesquisar por nome ou descrição...", - "add-products-modal-cancel": "Cancelar", - "add-products-modal-save": "Salvar", - "add-products-modal-product-details": "Detalhes do Produto", - "add-products-modal-status": "Status", - "add-products-modal-variants": "Variantes", - "templates-general": "Geral", - "templates-first-name": "Nome", - "templates-last-name": "Sobrenome", - "templates-company": "Empresa", - "templates-phone": "Telefone", - "templates-billing-address": "Endereço de Cobrança", - "templates-shipping-address": "Endereço de Envio", - "templates-address": "Endereço", - "templates-address-1": "Endereço 1", - "templates-address-2": "Endereço 2", - "templates-postal-code": "Código Postal", - "templates-city": "Cidade", - "templates-province": "Estado", - "templates-country": "País", - "templates-metadata": "Metadados", - "collection-modal-success": "Sucesso", - "collection-modal-successfully-updated-collection": "Coleção atualizada com sucesso", - "collection-modal-error": "Erro", - "collection-modal-successfully-created-collection": "Coleção criada com sucesso", - "collection-modal-edit-collection": "Editar Coleção", - "collection-modal-add-collection": "Adicionar Coleção", - "collection-modal-description": "Para criar uma coleção, tudo o que você precisa é de um título e um identificador.", - "collection-modal-details": "Detalhes", - "collection-modal-title-label": "Título", - "collection-modal-title-placeholder": "Óculos de Sol", - "collection-modal-handle-label": "Identificador", - "collection-modal-handle-placeholder": "oculos-de-sol", - "collection-modal-slug-description": "URL Slug para a coleção. Será gerado automaticamente se deixado em branco.", - "collection-modal-metadata": "Metadados", - "collection-modal-cancel": "Cancelar", - "collection-modal-save-collection": "Salvar coleção", - "collection-modal-publish-collection": "Publicar coleção", - "collection-product-table-add-products": "Adicionar Produtos", - "collection-product-table-products": "Produtos", - "collection-product-table-search-products": "Pesquisar Produtos", - "collection-product-table-cancel": "Cancelar", - "collection-product-table-save": "Salvar", - "collection-product-table-sort-by": "Ordenar por", - "collection-product-table-all": "Todos", - "collection-product-table-newest": "Mais Recentes", - "collection-product-table-oldest": "Mais Antigos", - "collection-product-table-title": "Título", - "collection-product-table-decide-status-published": "Publicado", - "collection-product-table-draft": "Rascunho", - "collection-product-table-proposed": "Proposto", - "collection-product-table-rejected": "Rejeitado", - "collection-product-table-remove-product-from-collection": "Remover produto da coleção", - "collection-product-table-product-removed-from-collection": "Produto removido da coleção", - "collections-table-delete-collection": "Excluir Coleção", - "collections-table-confirm-delete": "Tem certeza de que deseja excluir esta coleção?", - "collections-table-edit": "Editar", - "collections-table-delete": "Excluir", - "collections-table-title": "Título", - "collections-table-handle": "Identificador", - "collections-table-created-at": "Criado em", - "collections-table-updated-at": "Atualizado em", - "collections-table-products": "Produtos", - "customer-group-table-details": "Detalhes", - "customer-group-table-delete": "Excluir", - "customer-group-table-success": "Sucesso", - "customer-group-table-group-deleted": "Grupo excluído", - "customer-group-table-error": "Erro", - "customer-group-table-failed-to-delete-the-group": "Falha ao excluir o grupo", - "customer-group-table-customer-groups": "Grupos de Clientes", - "customer-group-table-delete-from-the-group": "Excluir do grupo", - "customer-group-table-customer-groups-title": "Grupos de Clientes", - "customer-group-table-groups": "Grupos", - "customer-group-table-all": "Todos", - "customer-group-table-edit-customers": "Editar Clientes", - "customer-group-table-customers": "Clientes", - "customer-group-table-cancel": "Cancelar", - "customer-group-table-save": "Salvar", - "customer-orders-table-orders": "Pedidos", - "customer-orders-table-transfer-order": "Transferir pedido", - "customer-orders-table-paid": "Pago", - "customer-orders-table-awaiting": "Aguardando", - "customer-orders-table-requires-action": "Requer Ação", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Atendido", - "customer-orders-table-shipped": "Enviado", - "customer-orders-table-not-fulfilled": "Não Atendido", - "customer-orders-table-partially-fulfilled": "Parcialmente Atendido", - "customer-orders-table-partially-shipped": "Parcialmente Enviado", - "customer-orders-table-order": "Pedido", - "customer-orders-table-remainder-more": "+ {{remainder}} mais", - "customer-orders-table-date": "Data", - "customer-orders-table-fulfillment": "Atendimento", - "customer-orders-table-status": "Status", - "customer-orders-table-total": "Total", - "customer-table-customers": "Clientes", - "customer-table-edit": "Editar", - "customer-table-details": "Detalhes", - "customer-table-date-added": "Data de Adição", - "customer-table-name": "Nome", - "customer-table-email": "Email", - "customer-table-orders": "Pedidos", - "discount-filter-dropdown-filters": "Filtros", - "discount-table-discounts": "Descontos", - "discount-table-search-by-code-or-description": "Pesquisar por código ou descrição...", - "discount-table-success": "Sucesso", - "discount-table-successfully-copied-discount": "Desconto copiado com sucesso", - "discount-table-error": "Erro", - "discount-table-scheduled": "Agendado", - "discount-table-expired": "Expirado", - "discount-table-active": "Ativo", - "discount-table-disabled": "Desativado", - "discount-table-free-shipping": "Frete Grátis", - "discount-table-code": "Código", - "discount-table-description": "Descrição", - "discount-table-amount": "Valor", - "discount-table-status": "Status", - "discount-table-redemptions": "Resgates", - "discount-table-delete-discount": "Excluir Desconto", - "discount-table-confirm-delete": "Tem certeza de que deseja excluir este desconto?", - "discount-table-publish": "Publicar", - "discount-table-unpublish": "Despublicar", - "discount-table-successfully-published-discount": "Desconto publicado com sucesso", - "discount-table-successfully-unpublished-discount": "Desconto despublicado com sucesso", - "discount-table-duplicate": "Duplicar", - "discount-table-delete": "Excluir", - "draft-order-table-draft-orders": "Pedidos em Rascunho", - "draft-order-table-completed": "Concluído", - "draft-order-table-open": "Aberto", - "draft-order-table-draft": "Rascunho", - "draft-order-table-order": "Pedido", - "draft-order-table-date-added": "Data de Adição", - "draft-order-table-customer": "Cliente", - "draft-order-table-status": "Status", - "gift-card-filter-dropdown-is-in-the-last": "está no último", - "gift-card-filter-dropdown-is-older-than": "é mais antigo que", - "gift-card-filter-dropdown-is-after": "é depois de", - "gift-card-filter-dropdown-is-before": "é antes de", - "gift-card-filter-dropdown-is-equal-to": "é igual a", - "gift-card-filter-dropdown-filters": "Filtros", - "gift-card-filter-dropdown-status": "Status", - "gift-card-filter-dropdown-payment-status": "Status de Pagamento", - "gift-card-filter-dropdown-fulfillment-status": "Status de Atendimento", - "gift-card-filter-dropdown-date": "Data", - "gift-card-table-gift-cards": "Cartões de Presente", - "gift-card-table-code": "Código", - "gift-card-table-order": "Pedido", - "gift-card-table-original-amount": "Valor Original", - "gift-card-table-balance": "Saldo", - "gift-card-table-region-has-been-deleted": "Região foi excluída", - "gift-card-table-none": "Nenhum", - "gift-card-table-created": "Criado", - "image-table-file-name": "Nome do Arquivo", - "image-table-thumbnail": "Miniatura", - "image-table-select-thumbnail-image-for-product": "Selecione qual imagem deseja usar como miniatura para este produto", - "inventory-table-inventory-items": "Itens de Estoque", - "inventory-table-actions-adjust-availability": "Ajustar Disponibilidade", - "inventory-table-view-product": "Ver Produto", - "inventory-table-success": "Sucesso", - "inventory-table-inventory-item-updated-successfully": "Item de estoque atualizado com sucesso", - "inventory-table-adjust-availability": "Ajustar disponibilidade", - "inventory-table-cancel": "Cancelar", - "inventory-table-save-and-close": "Salvar e Fechar", - "inventory-table-item": "Item", - "inventory-table-variant": "Variante", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Reservado", - "inventory-table-in-stock": "Em estoque", - "order-filter-dropdown-filters": "Filtros", - "order-filter-dropdown-status": "Status", - "order-filter-dropdown-payment-status": "Status de pagamento", - "order-filter-dropdown-fulfillment-status": "Status de atendimento", - "order-filter-dropdown-regions": "Regiões", - "order-filter-dropdown-sales-channel": "Canal de vendas", - "order-filter-dropdown-date": "Data", - "order-table-paid": "Pago", - "order-table-awaiting": "Aguardando", - "order-table-requires-action": "Requer ação", - "order-table-canceled": "Cancelado", - "order-table-n-a": "N/A", - "order-table-order": "Pedido", - "order-table-date-added": "Data de adição", - "order-table-customer": "Cliente", - "order-table-fulfillment": "Atendimento", - "order-table-payment-status": "Status de pagamento", - "order-table-sales-channel": "Canal de vendas", - "order-table-total": "Total", - "order-table-filters-complete": "Completo", - "order-table-filters-incomplete": "Incompleto", - "price-list-table-filters": "Filtros", - "price-list-table-status": "Status", - "price-list-table-type": "Tipo", - "price-list-table-price-lists": "Listas de preços", - "price-list-table-success": "Sucesso", - "price-list-table-successfully-copied-price-list": "Lista de preços copiada com sucesso", - "price-list-table-error": "Erro", - "price-list-table-delete-price-list": "Excluir Lista de Preços", - "price-list-table-confirm-delete": "Tem certeza de que deseja excluir esta lista de preços?", - "price-list-table-successfully-deleted-the-price-list": "Lista de preços excluída com sucesso", - "price-list-table-successfully-unpublished-price-list": "Lista de preços despublicada com sucesso", - "price-list-table-successfully-published-price-list": "Lista de preços publicada com sucesso", - "price-list-table-unpublish": "Despublicar", - "price-list-table-publish": "Publicar", - "price-list-table-delete": "Excluir", - "price-list-table-name": "Nome", - "price-list-table-description": "Descrição", - "price-list-table-groups": "Grupos", - "price-list-table-other-more": "+ {{other}} mais", - "price-overrides-apply-overrides-on-selected-variants": "Aplicar substituições nas variantes selecionadas", - "price-overrides-apply-on-all-variants": "Aplicar em todas as variantes", - "price-overrides-prices": "Preços", - "price-overrides-cancel": "Cancelar", - "price-overrides-save-and-close": "Salvar e fechar", - "price-overrides-show-regions": "Mostrar regiões", - "product-table-products": "Produtos", - "product-table-copy-success": "Sucesso", - "product-table-copy-created-a-new-product": "Criou um novo produto", - "product-table-copy-error": "Erro", - "product-table-delete-product": "Excluir Produto", - "product-table-confirm-delete": "Tem certeza de que deseja excluir este produto?", - "product-table-edit": "Editar", - "product-table-unpublish": "Despublicar", - "product-table-publish": "Publicar", - "product-table-draft": "rascunho", - "product-table-published": "publicado", - "product-table-success": "Sucesso", - "product-table-successfully-unpublished-product": "Produto despublicado com sucesso", - "product-table-successfully-published-product": "Produto publicado com sucesso", - "product-table-error": "Erro", - "product-table-duplicate": "Duplicar", - "product-table-delete": "Excluir", - "product-table-proposed": "Proposto", - "product-table-published-title": "Publicado", - "product-table-rejected": "Rejeitado", - "product-table-draft-title": "Rascunho", - "product-table-name": "Nome", - "product-table-collection": "Coleção", - "product-table-status": "Status", - "product-table-availability": "Disponibilidade", - "product-table-inventory": "Inventário", - "product-table-inventory-in-stock-count_one": " em estoque para {{count}} variante", - "product-table-inventory-in-stock-count_other": " em estoque para {{count}} variantes", - "reservation-form-location": "Localização", - "reservation-form-choose-where-you-wish-to-reserve-from": "Escolha de onde deseja fazer a reserva.", - "reservation-form-item-to-reserve": "Item para reservar", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Selecione o item que deseja reservar.", - "reservation-form-item": "Item", - "reservation-form-in-stock": "Em estoque", - "reservation-form-available": "Disponível", - "reservation-form-reserve": "Reservar", - "reservation-form-remove-item": "Remover item", - "reservation-form-description": "Descrição", - "reservation-form-what-type-of-reservation-is-this": "Que tipo de reserva é esta?", - "reservations-table-reservations": "Reservas", - "reservations-table-edit": "Editar", - "reservations-table-delete": "Excluir", - "reservations-table-confirm-delete": "Tem certeza de que deseja remover esta reserva?", - "reservations-table-remove-reservation": "Remover reserva", - "reservations-table-reservation-has-been-removed": "Reserva removida", - "new-success": "Sucesso", - "new-successfully-created-reservation": "Reserva criada com sucesso", - "new-error": "Erro", - "new-cancel": "Cancelar", - "new-save-reservation": "Salvar reserva", - "new-reserve-item": "Reservar Item", - "new-metadata": "Metadados", - "reservations-table-order-id": "ID do Pedido", - "reservations-table-description": "Descrição", - "reservations-table-created": "Criado", - "reservations-table-quantity": "Quantidade", - "search-modal-start-typing-to-search": "Comece a digitar para pesquisar...", - "search-modal-clear-search": "Limpar pesquisa", - "search-modal-or": "ou", - "search-modal-to-navigate": "para navegar", - "search-modal-to-select-and": "para selecionar e", - "search-modal-to-search-anytime": "para pesquisar a qualquer momento", - "templates-settings": "Configurações", - "templates-manage-the-settings-for-your-medusa-store": "Gerencie as configurações da sua loja Medusa", - "transfer-orders-modal-info": "Informação", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "O cliente já é o proprietário do pedido", - "transfer-orders-modal-success": "Sucesso", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Pedido transferido com sucesso para um cliente diferente", - "transfer-orders-modal-error": "Erro", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Não foi possível transferir o pedido para um cliente diferente", - "transfer-orders-modal-transfer-order": "Transferir pedido", - "transfer-orders-modal-order": "Pedido", - "transfer-orders-modal-current-owner": "Proprietário Atual", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "O cliente atualmente associado a este pedido", - "transfer-orders-modal-new-owner": "Novo Proprietário", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "O cliente para o qual deseja transferir este pedido", - "transfer-orders-modal-cancel": "Cancelar", - "transfer-orders-modal-confirm": "Confirmar", - "templates-edit-user": "Editar Usuário", - "templates-remove-user": "Remover Usuário", - "templates-resend-invitation": "Reenviar Convite", - "templates-success": "Sucesso", - "templates-invitiation-link-has-been-resent": "O link do convite foi reenviado", - "templates-copy-invite-link": "Copiar link do convite", - "templates-invite-link-copied-to-clipboard": "Link do convite copiado para a área de transferência", - "templates-remove-invitation": "Remover Convite", - "templates-expired": "Expirado", - "templates-pending": "Pendente", - "templates-all": "Todos", - "templates-member": "Membro", - "templates-admin": "Administrador", - "templates-no-team-permissions": "Sem permissões de equipe", - "templates-status": "Status", - "templates-active": "Ativo", - "templates-name": "Nome", - "templates-email": "Email", - "templates-team-permissions": "Permissões de Equipe", - "templates-confirm-remove": "Tem certeza de que deseja remover este usuário?", - "templates-remove-user-heading": "Remover usuário", - "templates-user-has-been-removed": "O usuário foi removido", - "templates-confirm-remove-invite": "Tem certeza de que deseja remover este convite?", - "templates-remove-invite": "Remover convite", - "templates-invitiation-has-been-removed": "O convite foi removido", - "multiselect-choose-categories": "Escolher categorias", - "domain-categories-multiselect-selected-with-counts_one": "{{count}} selecionado", - "domain-categories-multiselect-selected-with-counts_other": "{{count}} selecionados", - "details-success": "Sucesso", - "details-updated-products-in-collection": "Produtos atualizados na coleção", - "details-error": "Erro", - "details-back-to-collections": "Voltar para Coleções", - "details-edit-collection": "Editar Coleção", - "details-delete": "Excluir", - "details-metadata": "Metadados", - "details-edit-products": "Editar Produtos", - "details-products-in-this-collection": "Produtos nesta coleção", - "details-raw-collection": "Coleção bruta", - "details-delete-collection": "Excluir coleção", - "details-successfully-deleted-collection": "Coleção excluída com sucesso", - "details-yes-delete": "Sim, excluir", - "details-successfully-updated-customer": "Cliente atualizado com sucesso", - "details-customer-details": "Detalhes do Cliente", - "details-general": "Geral", - "details-first-name": "Primeiro Nome", - "details-lebron": "LeBron", - "details-last-name": "Sobrenome", - "details-james": "James", - "details-email": "Email", - "details-phone-number": "Número de Telefone", - "details-cancel": "Cancelar", - "details-save-and-close": "Salvar e Fechar", - "details-edit": "Editar", - "details-back-to-customers": "Voltar para Clientes", - "details-first-seen": "Primeira visita", - "details-phone": "Telefone", - "details-orders": "Pedidos", - "details-user": "Usuário", - "details-orders_one": "{{count}} Pedido", - "details-orders_other": "{{count}} Pedidos", - "details-an-overview-of-customer-orders": "Visão geral dos Pedidos do Cliente", - "details-raw-customer": "Cliente original", - "groups-group-updated": "Grupo Atualizado", - "groups-group-created": "Grupo Criado", - "groups-the-customer-group-has-been-updated": "O grupo de clientes foi atualizado", - "groups-the-customer-group-has-been-created": "O grupo de clientes foi criado", - "groups-edit-customer-group": "Editar Grupo de Clientes", - "groups-create-a-new-customer-group": "Criar um Novo Grupo de Clientes", - "groups-details": "Detalhes", - "groups-metadata": "Metadados", - "groups-cancel": "Cancelar", - "groups-edit-group": "Editar Grupo", - "groups-publish-group": "Publicar Grupo", - "groups-no-customers-in-this-group-yet": "Ainda não há clientes neste grupo", - "groups-customers": "Clientes", - "groups-edit": "Editar", - "groups-delete": "Excluir", - "groups-yes-delete": "Sim, excluir", - "groups-delete-the-group": "Excluir o grupo", - "groups-group-deleted": "Grupo excluído", - "groups-confirm-delete-customer-group": "Tem certeza de que deseja excluir este grupo de clientes?", - "groups-back-to-customer-groups": "Voltar para grupos de clientes", - "groups-new-group": "Novo grupo", - "add-condition-conditions-were-successfully-added": "Condições foram adicionadas com sucesso", - "add-condition-discount-conditions-updated": "Condições de desconto atualizadas", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions deve ser usado dentro de um ConditionsProvider", - "collections-search": "Pesquisar...", - "collections-cancel": "Cancelar", - "collections-save-and-go-back": "Salvar e voltar", - "collections-save-and-close": "Salvar e fechar", - "customer-groups-search": "Pesquisar...", - "customer-groups-cancel": "Cancelar", - "customer-groups-save-and-go-back": "Salvar e voltar", - "customer-groups-save-and-close": "Salvar e fechar", - "product-types-search": "Pesquisar...", - "product-types-cancel": "Cancelar", - "product-types-save-and-go-back": "Salvar e voltar", - "product-types-save-and-close": "Salvar e fechar", - "products-search": "Pesquisar...", - "products-cancel": "Cancelar", - "products-save-and-go-back": "Salvar e voltar", - "products-save-and-close": "Salvar e fechar", - "tags-search": "Pesquisar...", - "tags-cancel": "Cancelar", - "tags-save-and-go-back": "Salvar e voltar", - "tags-save-and-close": "Salvar e fechar", - "edit-condition-add-conditions": "Adicionar condições", - "edit-condition-selected-with-count_one": "{{count}} selecionado", - "edit-condition-selected-with-count_other": "{{count}} selecionados", - "edit-condition-deselect": "Desmarcar", - "edit-condition-remove": "Remover", - "edit-condition-add": "Adicionar", - "edit-condition-title": "Editar {{type}} na Condição de Desconto", - "edit-condition-close": "Fechar", - "edit-condition-success": "Sucesso", - "edit-condition-the-resources-were-successfully-added": "Os recursos foram adicionados com sucesso", - "edit-condition-error": "Erro", - "edit-condition-failed-to-add-resources": "Falha ao adicionar recursos", - "edit-condition-the-resources-were-successfully-removed": "Os recursos foram removidos com sucesso", - "edit-condition-failed-to-remove-resources": "Falha ao remover recursos", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext deve ser usado dentro de um EditConditionProvider", - "conditions-conditions": "Condições", - "conditions-add-condition-label": "Adicionar condição", - "conditions-this-discount-has-no-conditions": "Este desconto não possui condições", - "conditions-success": "Sucesso", - "conditions-condition-removed": "Condição removida", - "conditions-error": "Erro", - "conditions-edit-condition": "Editar condição", - "conditions-delete-condition": "Excluir condição", - "conditions-discount-is-applicable-to-specific-products": "O desconto é aplicável a produtos específicos", - "conditions-discount-is-applicable-to-specific-collections": "O desconto é aplicável a coleções específicas", - "conditions-discount-is-applicable-to-specific-product-tags": "O desconto é aplicável a tags de produtos específicas", - "conditions-discount-is-applicable-to-specific-product-types": "O desconto é aplicável a tipos de produtos específicos", - "conditions-discount-is-applicable-to-specific-customer-groups": "O desconto é aplicável a grupos de clientes específicos", - "configurations-success": "Sucesso", - "configurations-discount-updated-successfully": "Desconto atualizado com sucesso", - "configurations-error": "Erro", - "configurations-edit-configurations": "Editar configurações", - "configurations-cancel": "Cancelar", - "configurations-save": "Salvar", - "configurations-configurations": "Configurações", - "configurations-start-date": "Data de início", - "configurations-end-date": "Data de término", - "configurations-delete-configuration": "Excluir configuração", - "configurations-discount-end-date-removed": "Data de término do desconto removida", - "configurations-number-of-redemptions": "Número de resgates", - "configurations-redemption-limit-removed": "Limite de resgates removido", - "configurations-delete-setting": "Excluir configuração", - "configurations-discount-duration-removed": "Duração do desconto removida", - "general-success": "Sucesso", - "general-discount-updated-successfully": "Desconto atualizado com sucesso", - "general-error": "Erro", - "general-edit-general-information": "Editar informações gerais", - "general-details": "Detalhes", - "general-metadata": "Metadados", - "general-cancel": "Cancelar", - "general-save-and-close": "Salvar e fechar", - "general-delete-promotion": "Excluir Promoção", - "general-confirm-delete-promotion": "Tem certeza de que deseja excluir esta promoção?", - "general-promotion-deleted-successfully": "Promoção excluída com sucesso", - "general-discount-published-successfully": "Desconto publicado com sucesso", - "general-discount-drafted-successfully": "Desconto salvo como rascunho com sucesso", - "general-delete-discount": "Excluir desconto", - "general-template-discount": "Modelo de desconto", - "general-published": "Publicado", - "general-draft": "Rascunho", - "general-discount-amount": "Valor do desconto", - "general-valid-regions": "Regiões válidas", - "general-total-redemptions": "Total de resgates", - "general-free-shipping": "FRETE GRÁTIS", - "general-unknown-discount-type": "Tipo de desconto desconhecido", - "details-discount-deleted": "Desconto excluído", - "details-confirm-delete-discount": "Tem certeza de que deseja excluir este desconto?", - "details-delete-discount": "Excluir desconto", - "details-back-to-discounts": "Voltar para Descontos", - "details-raw-discount": "Desconto bruto", - "discounts-add-discount": "Adicionar Desconto", - "discount-form-add-conditions": "Adicionar Condições", - "discount-form-choose-a-condition-type": "Escolher um tipo de condição", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Você só pode adicionar um de cada tipo de condição", - "discount-form-you-cannot-add-any-more-conditions": "Você não pode adicionar mais condições", - "discount-form-cancel": "Cancelar", - "discount-form-save": "Salvar", - "add-condition-tables-cancel": "Cancelar", - "add-condition-tables-save-and-add-more": "Salvar e adicionar mais", - "add-condition-tables-save-and-close": "Salvar e fechar", - "add-condition-tables-search-by-title": "Pesquisar por título...", - "add-condition-tables-search-groups": "Pesquisar grupos...", - "add-condition-tables-search-products": "Pesquisar produtos...", - "add-condition-tables-search-by-tag": "Pesquisar por tag...", - "add-condition-tables-search-by-type": "Pesquisar por tipo...", - "details-condition-tables-search-by-title": "Pesquisar por título...", - "details-condition-tables-search-groups": "Pesquisar grupos...", - "details-condition-tables-cancel": "Cancelar", - "details-condition-tables-save-and-add-more": "Salvar e adicionar mais", - "details-condition-tables-save-and-close": "Salvar e fechar", - "details-condition-tables-search-products": "Pesquisar produtos...", - "details-condition-tables-search-by-tag": "Pesquisar por tag...", - "details-condition-tables-search-by-type": "Pesquisar por tipo...", - "edit-condition-tables-search-by-title": "Pesquisar por título...", - "edit-condition-tables-title": "Título", - "edit-condition-tables-search-groups": "Pesquisar grupos...", - "edit-condition-tables-cancel": "Cancelar", - "edit-condition-tables-delete-condition": "Excluir condição", - "edit-condition-tables-save": "Salvar", - "edit-condition-tables-search-products": "Pesquisar produtos...", - "edit-condition-tables-search-by-tag": "Pesquisar por tag...", - "edit-condition-tables-search-by-type": "Pesquisar por tipo...", - "shared-title": "Título", - "shared-products": "Produtos", - "shared-applies-to-the-selected-items": "Aplica-se aos itens selecionados.", - "shared-applies-to-all-items-except-the-selected-items": "Aplica-se a todos os itens, exceto aos itens selecionados.", - "shared-members": "Membros", - "shared-status": "Status", - "shared-variants": "Variantes", - "shared-tag": "Tag", - "shared-type": "Tipo", - "edit-conditions-modal-title": "Editar {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm deve ser um filho de DiscountFormContext", - "discount-form-error": "Erro", - "discount-form-save-as-draft": "Salvar como rascunho", - "discount-form-publish-discount": "Publicar desconto", - "discount-form-create-new-discount": "Criar novo desconto", - "discount-form-discount-type": "Tipo de desconto", - "discount-form-select-a-discount-type": "Selecione um tipo de desconto", - "discount-form-allocation": "Alocação", - "discount-form-general": "Geral", - "discount-form-configuration": "Configuração", - "discount-form-discount-code-application-disclaimer": "O código de desconto se aplica a partir do momento em que você pressiona o botão de publicar e permanecerá assim até que seja alterado.", - "discount-form-conditions": "Condições", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Código de desconto se aplica a todos os produtos até que seja alterado.", - "discount-form-add-conditions-to-your-discount": "Adicione condições ao seu Desconto", - "discount-form-metadata": "Metadados", - "discount-form-metadata-usage-description": "Metadados permitem que você adicione informações adicionais ao seu desconto.", - "condition-item-remainder-more": "+{{remainder}} mais", - "conditions-edit": "Editar", - "conditions-product": "Produto", - "conditions-collection": "Coleção", - "conditions-tag": "Tag", - "conditions-customer-group": "Grupo de clientes", - "conditions-type": "Tipo", - "conditions-add-condition": "Adicionar Condição", - "sections-start-date": "Data de início", - "sections-schedule-the-discount-to-activate-in-the-future": "Agende o desconto para ativar no futuro.", - "sections-select-discount-start-date": "Se você deseja agendar o desconto para ativar no futuro, você pode definir uma data de início aqui; caso contrário, o desconto estará ativo imediatamente.", - "sections-start-time": "Hora de início", - "sections-discount-has-an-expiry-date": "O desconto tem uma data de expiração?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Agende o desconto para desativar no futuro.", - "sections-select-discount-end-date": "Se você deseja agendar o desconto para desativar no futuro, você pode definir uma data de expiração aqui.", - "sections-expiry-date": "Data de expiração", - "sections-expiry-time": "Hora de expiração", - "sections-limit-the-number-of-redemptions": "Limitar o número de resgates?", - "sections-limit-applies-across-all-customers-not-per-customer": "O limite se aplica a todos os clientes, não por cliente.", - "sections-limit-discount-number-of-uses": "Se você deseja limitar a quantidade de vezes que um cliente pode resgatar este desconto, você pode definir um limite aqui.", - "sections-number-of-redemptions": "Número de resgates", - "sections-availability-duration": "Duração da disponibilidade?", - "sections-set-the-duration-of-the-discount": "Defina a duração do desconto.", - "sections-select-a-discount-type": "Selecione um tipo de desconto", - "sections-total-amount": "Valor total", - "sections-apply-to-the-total-amount": "Aplicar ao valor total", - "sections-item-specific": "Específico do item", - "sections-apply-to-every-allowed-item": "Aplicar a todos os itens permitidos", - "sections-percentage": "Porcentagem", - "sections-fixed-amount": "Valor fixo", - "sections-discount-in-whole-numbers": "Desconto em números inteiros", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Você só pode selecionar uma região válida se desejar usar o tipo de valor fixo", - "sections-free-shipping": "Frete grátis", - "sections-override-delivery-amount": "Substituir valor de entrega", - "sections-at-least-one-region-is-required": "Pelo menos uma região é necessária", - "sections-choose-valid-regions": "Escolha regiões válidas", - "sections-code": "Código", - "sections-summersale-10": "VERAO10", - "sections-code-is-required": "Código é obrigatório", - "sections-amount-is-required": "Valor é obrigatório", - "sections-amount": "Valor", - "sections-customer-invoice-code": "O código que seus clientes irão inserir durante o checkout. Isso aparecerá na fatura do seu cliente.", - "sections-uppercase-letters-and-numbers-only": "Apenas letras maiúsculas e números.", - "sections-description": "Descrição", - "sections-summer-sale-2022": "Promoção de Verão 2022", - "sections-this-is-a-template-discount": "Este é um desconto modelo", - "sections-template-discounts-description": "Descontos modelo permitem que você defina um conjunto de regras que podem ser usadas em um grupo de descontos. Isso é útil em campanhas que devem gerar códigos exclusivos para cada usuário, mas onde as regras para todos os códigos exclusivos devem ser as mesmas.", - "discount-form-product": "Produto", - "discount-form-only-for-specific-products": "Apenas para produtos específicos", - "discount-form-choose-products": "Escolher produtos", - "discount-form-customer-group": "Grupo de clientes", - "discount-form-only-for-specific-customer-groups": "Apenas para grupos de clientes específicos", - "discount-form-choose-groups": "Escolher grupos", - "discount-form-tag": "Tag", - "discount-form-only-for-specific-tags": "Apenas para tags específicas", - "discount-form-collection": "Coleção", - "discount-form-only-for-specific-product-collections": "Apenas para coleções de produtos específicas", - "discount-form-choose-collections": "Escolher coleções", - "discount-form-type": "Tipo", - "discount-form-only-for-specific-product-types": "Apenas para tipos de produtos específicos", - "discount-form-choose-types": "Escolher tipos", - "utils-products": "produtos", - "utils-groups": "grupos", - "utils-tags": "tags", - "utils-collections": "coleções", - "utils-types": "tipos", - "gift-cards-created-gift-card": "Cartão de presente criado", - "gift-cards-custom-gift-card-was-created-successfully": "O cartão de presente personalizado foi criado com sucesso", - "gift-cards-error": "Erro", - "gift-cards-custom-gift-card": "Cartão de Presente Personalizado", - "gift-cards-details": "Detalhes", - "gift-cards-receiver": "Destinatário", - "gift-cards-cancel": "Cancelar", - "gift-cards-create-and-send": "Criar e enviar", - "details-updated-gift-card": "Cartão de presente atualizado", - "details-gift-card-was-successfully-updated": "O cartão de presente foi atualizado com sucesso", - "details-failed-to-update-gift-card": "Falha ao atualizar o cartão de presente", - "details-edit-gift-card": "Editar Cartão de Presente", - "details-details": "Detalhes", - "details-edit-details": "Editar detalhes", - "details-update-balance-label": "Atualizar saldo", - "details-updated-status": "Status atualizado", - "details-successfully-updated-the-status-of-the-gift-card": "Status do Cartão de Presente atualizado com sucesso", - "details-back-to-gift-cards": "Voltar para Cartões de Presente", - "details-original-amount": "Valor original", - "details-balance": "Saldo", - "details-region": "Região", - "details-expires-on": "Expira em", - "details-created": "Criado", - "details-raw-gift-card": "Cartão de presente bruto", - "details-balance-updated": "Saldo atualizado", - "details-gift-card-balance-was-updated": "O saldo do cartão de presente foi atualizado", - "details-failed-to-update-balance": "Falha ao atualizar o saldo", - "details-update-balance": "Atualizar Saldo", - "manage-back-to-gift-cards": "Voltar para Cartões de Presente", - "gift-cards-please-enter-a-name-for-the-gift-card": "Por favor, insira um nome para o Cartão de Presente", - "gift-cards-please-add-at-least-one-denomination": "Por favor, adicione pelo menos uma denominação", - "gift-cards-denominations": "Denominações", - "gift-cards-success": "Sucesso", - "gift-cards-successfully-created-gift-card": "Cartão de Presente criado com sucesso", - "gift-cards-create-gift-card": "Criar Cartão de Presente", - "gift-cards-gift-card-details": "Detalhes do Cartão de Presente", - "gift-cards-name": "Nome", - "gift-cards-the-best-gift-card": "O melhor Cartão de Presente", - "gift-cards-description": "Descrição", - "gift-cards-the-best-gift-card-of-all-time": "O melhor Cartão de Presente de todos os tempos", - "gift-cards-thumbnail": "Miniatura", - "gift-cards-delete": "Excluir", - "gift-cards-size-recommended": "Recomendado 1200 x 1600 (3:4), até 10MB cada", - "gift-cards-amount": "Valor", - "gift-cards-add-denomination": "Adicionar Denominação", - "gift-cards-create-publish": "Criar e Publicar", - "gift-cards-successfully-updated-gift-card": "Cartão de Presente atualizado com sucesso", - "gift-cards-gift-cards": "Cartões de Presente", - "gift-cards-manage": "Gerencie os Cartões de Presente de sua loja Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Você está pronto para vender seu primeiro Cartão de Presente?", - "gift-cards-no-gift-card-has-been-added-yet": "Nenhum Cartão de Presente foi adicionado ainda.", - "gift-cards-history": "Histórico", - "gift-cards-see-the-history-of-purchased-gift-cards": "Veja o histórico de Cartões de Presente comprados", - "gift-cards-successfully-deleted-gift-card": "Cartão de Presente excluído com sucesso", - "gift-cards-yes-delete": "Sim, excluir", - "gift-cards-delete-gift-card": "Excluir Cartão de Presente", - "inventory-filters": "Filtros", - "address-form-address": "Endereço", - "address-form-company": "Empresa", - "address-form-address-1": "Endereço 1", - "address-form-this-field-is-required": "Este campo é obrigatório", - "address-form-address-2": "Endereço 2", - "address-form-postal-code": "Código postal", - "address-form-city": "Cidade", - "address-form-country": "País", - "edit-sales-channels-edit-channels": "Editar canais", - "edit-sales-channels-add-channels": "Adicionar canais", - "general-form-location-name": "Nome da Localização", - "general-form-flagship-store-warehouse": "Loja principal, depósito", - "general-form-name-is-required": "Nome é obrigatório", - "location-card-delete-location": "Excluir Localização", - "location-card-confirm-delete": "Você tem certeza de que deseja excluir esta localização? Isso também excluirá todos os níveis de inventário e reservas associados a esta localização.", - "location-card-success": "Sucesso", - "location-card-location-deleted-successfully": "Localização excluída com sucesso", - "location-card-error": "Erro", - "location-card-edit-details": "Editar detalhes", - "location-card-delete": "Excluir", - "location-card-connected-sales-channels": "Canais de Vendas Conectados", - "sales-channels-form-add-sales-channels": "Adicionar canais de vendas", - "sales-channels-form-edit-channels": "Editar canais", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Ainda não está conectado a nenhum canal de vendas", - "edit-success": "Sucesso", - "edit-location-edited-successfully": "Localização editada com sucesso", - "edit-error": "Erro", - "edit-edit-location-details": "Editar Detalhes da Localização", - "edit-metadata": "Metadados", - "edit-cancel": "Cancelar", - "edit-save-and-close": "Salvar e fechar", - "new-location-added-successfully": "Localização adicionada com sucesso", - "new-location-created": "Localização foi criada com sucesso, mas houve um erro associando canais de vendas", - "new-cancel-location-changes": "Tem certeza de que deseja cancelar com alterações não salvas", - "new-yes-cancel": "Sim, cancelar", - "new-no-continue-creating": "Não, continuar criando", - "new-add-location": "Adicionar localização", - "new-add-new-location": "Adicionar nova localização", - "new-general-information": "Informações Gerais", - "new-location-details": "Especifique os detalhes sobre esta localização", - "new-select-location-channel": "Especifique através de quais Canais de Vendas os itens desta localização podem ser adquiridos.", - "oauth-complete-installation": "Instalação Completa", - "claim-type-form-refund": "Reembolso", - "claim-type-form-replace": "Substituir", - "items-to-receive-form-items-to-receive": "Itens a Receber", - "items-to-receive-form-product": "Produto", - "items-to-receive-form-quantity": "Quantidade", - "items-to-receive-form-refundable": "Reembolsável", - "add-return-reason-reason-for-return": "Motivo da Devolução", - "add-return-reason-reason": "Motivo", - "add-return-reason-choose-a-return-reason": "Escolha um motivo de devolução", - "add-return-reason-note": "Observação", - "add-return-reason-product-was-damaged-during-shipping": "Produto foi danificado durante o transporte", - "add-return-reason-cancel": "Cancelar", - "add-return-reason-save-and-go-back": "Salvar e voltar", - "add-return-reason-select-reason-title": "Selecionar Motivo", - "add-return-reason-edit-reason": "Editar motivo", - "add-return-reason-select-reason": "Selecionar motivo", - "items-to-return-form-items-to-claim": "Itens a reivindicar", - "items-to-return-form-items-to-return": "Itens a devolver", - "items-to-return-form-product": "Produto", - "items-to-return-form-quantity": "Quantidade", - "items-to-return-form-refundable": "Reembolsável", - "add-additional-items-screen-go-back": "Voltar", - "add-additional-items-screen-add-products": "Adicionar produtos", - "add-additional-items-screen-add-product-variants": "Adicionar Variantes de Produto", - "add-additional-items-screen-search-products": "Buscar produtos", - "add-additional-items-screen-variant-price-missing": "Esta variante não possui um preço para a região/moeda deste pedido e não pode ser selecionada.", - "add-additional-items-screen-stock": "Estoque", - "add-additional-items-screen-price": "Preço", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "O preço foi substituído em uma lista de preços que se aplica a este pedido.", - "items-to-send-form-items-to-send": "Itens a enviar", - "items-to-send-form-add-products": "Adicionar produtos", - "items-to-send-form-product": "Produto", - "items-to-send-form-quantity": "Quantidade", - "items-to-send-form-price": "Preço", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "O preço foi substituído em uma lista de preços que se aplica a este pedido.", - "refund-amount-form-cancel-editing-refund-amount": "Cancelar edição do valor de reembolso", - "refund-amount-form-edit-refund-amount": "Editar valor de reembolso", - "refund-amount-form-refund-amount-cannot-be-negative": "O valor de reembolso não pode ser negativo", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "O valor de reembolso deve ser pelo menos 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} itens não reservados", - "reservation-indicator-this-item-has-been-fulfilled": "Este item foi atendido.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} item: ${{locationName}}", - "reservation-indicator-edit-reservation": "Editar reserva", - "rma-summaries-claimed-items": "Itens reivindicados", - "rma-summaries-replacement-items": "Itens de substituição", - "rma-summaries-customer-refund-description": "O cliente receberá um reembolso total pelos itens reivindicados, pois o custo dos itens de substituição e o envio não serão deduzidos. Alternativamente, você pode definir um valor de reembolso personalizado quando receber os itens devolvidos ou criar uma troca em vez disso.", - "rma-summaries-refund-amount": "Valor de reembolso", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "O cliente receberá o reembolso assim que os itens devolvidos forem recebidos", - "rma-summaries-the-customer-will-be-refunded-immediately": "O cliente será reembolsado imediatamente", - "rma-summaries-receiving": "Recebimento", - "rma-summaries-free": "Grátis", - "send-notification-form-return": "devolução", - "send-notification-form-exchange": "troca", - "send-notification-form-claim": "reivindicação", - "send-notification-form-send-notifications": "Enviar notificações", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Se não estiver marcado, o cliente não receberá comunicações sobre esta {{subject}}.", - "shipping-address-form-shipping-address": "Endereço de entrega", - "shipping-address-form-ship-to-a-different-address": "Enviar para um endereço diferente", - "shipping-address-form-cancel": "Cancelar", - "shipping-address-form-save-and-go-back": "Salvar e voltar", - "shipping-address-form-shipping-information": "Informações de Envio", - "shipping-form-shipping-for-return-items": "Envio para itens devolvidos", - "shipping-form-shipping-for-replacement-items": "Envio para itens de substituição", - "shipping-form-shipping-method-is-required": "O método de envio é obrigatório", - "shipping-form-choose-shipping-method": "Escolha o método de envio", - "shipping-form-shipping-method": "Método de envio", - "shipping-form-add-custom-price": "Adicionar preço personalizado", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "O envio de devolução para itens reivindicados pelo cliente é gratuito.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "O envio de itens de substituição é gratuito.", - "components-decrease-quantity": "Diminuir quantidade", - "components-increase-quantity": "Aumentar quantidade", - "details-successfully-updated-address": "Endereço atualizado com sucesso", - "details-billing-address": "Endereço de Cobrança", - "details-shipping-address": "Endereço de Entrega", - "details-contact": "Contato", - "details-location": "Localização", - "claim-are-you-sure-you-want-to-close": "Você tem certeza de que deseja fechar?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Você tem alterações não salvas, tem certeza de que deseja fechar?", - "claim-please-select-a-reason": "Por favor, selecione um motivo", - "claim-a-shipping-method-for-replacement-items-is-required": "Um método de envio para os itens de substituição é necessário", - "claim-successfully-created-claim": "Reivindicação criada com sucesso", - "claim-created": "Uma reivindicação para o pedido #{{display_id}} foi criada com sucesso", - "claim-error-creating-claim": "Erro ao criar reivindicação", - "claim-create-claim": "Criar Reivindicação", - "claim-location": "Localização", - "claim-choose-which-location-you-want-to-return-the-items-to": "Escolha para qual local deseja devolver os itens.", - "claim-select-location-to-return-to": "Selecione o Local de Devolução", - "claim-cancel": "Cancelar", - "claim-submit-and-close": "Enviar e fechar", - "create-fulfillment-error": "Erro", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Por favor, selecione uma localização para atender", - "create-fulfillment-cant-allow-this-action": "Não é possível permitir esta ação", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Tentando atender mais do que há em estoque", - "create-fulfillment-successfully-fulfilled-order": "Pedido cumprido com sucesso", - "create-fulfillment-successfully-fulfilled-swap": "Troca cumprida com sucesso", - "create-fulfillment-successfully-fulfilled-claim": "Reivindicação cumprida com sucesso", - "create-fulfillment-success": "Sucesso", - "create-fulfillment-cancel": "Cancelar", - "create-fulfillment-create-fulfillment": "Criar Cumprimento", - "create-fulfillment-create-fulfillment-title": "Criar Cumprimento", - "create-fulfillment-locations": "Locais", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Escolha de onde deseja atender.", - "create-fulfillment-items-to-fulfill": "Itens a cumprir", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Selecione o número de itens que deseja cumprir.", - "create-fulfillment-send-notifications": "Enviar notificações", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Quando ativado, e-mails de notificação serão enviados.", - "create-fulfillment-quantity-is-not-valid": "A quantidade não é válida", - "detail-cards-allocated": "Alocado", - "detail-cards-not-fully-allocated": "Não totalmente alocado", - "detail-cards-subtotal": "Subtotal", - "detail-cards-shipping": "Envio", - "detail-cards-tax": "Imposto", - "detail-cards-total": "Total", - "detail-cards-edit-order": "Editar Pedido", - "detail-cards-allocate": "Alocar", - "detail-cards-discount": "Desconto:", - "detail-cards-original-total": "Total Original", - "details-successfully-updated-the-email-address": "Endereço de e-mail atualizado com sucesso", - "details-email-address": "Endereço de E-mail", - "details-save": "Salvar", - "details-order-id-copied": "ID do Pedido copiado", - "details-email-copied": "E-mail copiado", - "details-cancel-order-heading": "Cancelar pedido", - "details-are-you-sure-you-want-to-cancel-the-order": "Você tem certeza de que deseja cancelar o pedido?", - "order-details-display-id": "pedido #{{display_id}}", - "details-successfully-canceled-order": "Pedido cancelado com sucesso", - "details-go-to-customer": "Ir para o Cliente", - "details-transfer-ownership": "Transferir Propriedade", - "details-edit-shipping-address": "Editar Endereço de Entrega", - "details-edit-billing-address": "Editar Endereço de Cobrança", - "details-edit-email-address": "Editar Endereço de E-mail", - "details-back-to-orders": "Voltar para Pedidos", - "details-cancel-order": "Cancelar Pedido", - "details-payment": "Pagamento", - "details-refunded": "Reembolsado", - "details-total-paid": "Total Pago", - "details-fulfillment": "Atendimento", - "details-create-fulfillment": "Criar Atendimento", - "details-shipping-method": "Método de Envio", - "details-customer": "Cliente", - "details-shipping": "Envio", - "details-billing": "Cobrança", - "details-raw-order": "Pedido Bruto", - "mark-shipped-successfully-marked-order-as-shipped": "Pedido marcado como enviado com sucesso", - "mark-shipped-successfully-marked-swap-as-shipped": "Troca marcada como enviada com sucesso", - "mark-shipped-successfully-marked-claim-as-shipped": "Reivindicação marcada como enviada com sucesso", - "mark-shipped-success": "Sucesso", - "mark-shipped-error": "Erro", - "mark-shipped-mark-fulfillment-shipped": "Marcar Atendimento como Enviado", - "mark-shipped-tracking": "Rastreamento", - "mark-shipped-tracking-number-label": "Número de Rastreamento", - "mark-shipped-tracking-number": "Número de Rastreamento...", - "mark-shipped-add-additional-tracking-number": "+ Adicionar Número de Rastreamento Adicional", - "mark-shipped-send-notifications": "Enviar notificações", - "mark-shipped-cancel": "Cancelar", - "mark-shipped-complete": "Concluir", - "order-line-warning": "Aviso", - "order-line-cannot-duplicate-an-item-without-a-variant": "Não é possível duplicar um item sem uma variante", - "order-line-error": "Erro", - "order-line-failed-to-duplicate-item": "Falha ao duplicar o item", - "order-line-success": "Sucesso", - "order-line-item-removed": "Item removido", - "order-line-failed-to-remove-item": "Falha ao remover o item", - "order-line-item-added": "Item adicionado", - "order-line-failed-to-replace-the-item": "Falha ao substituir o item", - "order-line-replace-product-variants": "Substituir Variantes de Produto", - "order-line-replace-with-other-item": "Substituir por outro item", - "order-line-duplicate-item": "Duplicar item", - "order-line-remove-item": "Remover item", - "order-line-line-item-cannot-be-edited": "Este item de linha faz parte de um atendimento e não pode ser editado. Cancele o atendimento para editar o item de linha.", - "order-line-new": "Novo", - "order-line-modified": "Modificado", - "receive-return-please-select-at-least-one-item-to-receive": "Por favor, selecione pelo menos um item para receber", - "receive-return-successfully-received-return": "Devolução recebida com sucesso", - "receive-return-received-return-for-order": "Devolução recebida para o pedido #{{display_id}}", - "receive-return-failed-to-receive-return": "Falha ao receber devolução", - "receive-return-receive-return": "Receber Devolução", - "receive-return-location": "Localização", - "receive-return-choose-location": "Escolha para qual local deseja devolver os itens.", - "receive-return-select-location-to-return-to": "Selecione o Local de Devolução", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Não existem níveis de inventário para os itens no local selecionado", - "receive-return-cancel": "Cancelar", - "receive-return-save-and-close": "Salvar e fechar", - "refund-success": "Sucesso", - "refund-successfully-refunded-order": "Pedido reembolsado com sucesso", - "refund-error": "Erro", - "refund-create-a-refund": "Criar um reembolso", - "refund-attention": "Atenção!", - "refund-system-payment-disclaimer": "Um ou mais dos seus pagamentos são pagamentos do sistema. Esteja ciente de que capturas e reembolsos não são tratados pela Medusa para tais pagamentos.", - "refund-details": "Detalhes", - "refund-cannot-refund-more-than-the-orders-net-total": "Não é possível reembolsar mais do que o total líquido do pedido.", - "refund-discount": "Desconto", - "refund-reason": "Motivo", - "refund-note": "Nota", - "refund-discount-for-loyal-customer": "Desconto para cliente fiel", - "refund-send-notifications": "Enviar notificações", - "refund-cancel": "Cancelar", - "refund-complete": "Concluir", - "reservation-reservation-was-deleted": "Reserva foi excluída", - "reservation-the-allocated-items-have-been-released": "Os itens alocados foram liberados.", - "reservation-error": "Erro", - "reservation-failed-to-delete-the-reservation": "Falha ao excluir a reserva", - "reservation-reservation-was-updated": "Reserva foi atualizada", - "reservation-the-reservation-change-was-saved": "A alteração na reserva foi salva.", - "reservation-errors": "Erros", - "reservation-failed-to-update-reservation": "Falha ao atualizar a reserva", - "reservation-edit-reservation": "Editar Reserva", - "reservation-location": "Localização", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Escolha de qual local você deseja enviar os itens.", - "reservation-items-to-allocate-title": "Itens para Alocar", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Selecione o número de itens que você deseja alocar.", - "reservation-max-reservation-requested": " / {{maxReservation}} solicitados", - "reservation-reserved": " reservados", - "reservation-description": "Descrição", - "reservation-what-type-of-reservation-is-this": "Que tipo de reserva é esta?", - "reservation-metadata": "Metadados", - "reservation-remove-metadata": "Remover metadados", - "reservation-add-metadata": "Adicionar metadados", - "reservation-delete-reservation": "Excluir reserva", - "reservation-cancel": "Cancelar", - "reservation-save-and-close": "Salvar e fechar", - "reservation-couldnt-allocate-items": "Não foi possível alocar itens", - "reservation-items-allocated": "Itens alocados", - "reservation-items-have-been-allocated-successfully": "Os itens foram alocados com sucesso", - "reservation-save-reservation": "Salvar reserva", - "reservation-loading": "Carregando...", - "reservation-allocate-order-items": "Alocar itens do pedido", - "reservation-choose-where-you-wish-to-allocate-from": "Escolha de onde deseja alocar", - "reservation-items-to-allocate": "Itens para alocar", - "returns-success": "Sucesso", - "returns-successfully-returned-order": "Pedido devolvido com sucesso", - "returns-error": "Erro", - "returns-request-return": "Solicitar Devolução", - "returns-items-to-return": "Itens para devolver", - "returns-choose-which-location-you-want-to-return-the-items-to": "Escolha para qual local deseja devolver os itens.", - "returns-select-location-to-return-to": "Selecione o Local de Devolução", - "returns-selected-location-has-no-inventory-levels": "A localização selecionada não possui níveis de inventário para os itens selecionados. A devolução pode ser solicitada, mas não pode ser recebida até que um nível de inventário seja criado para a localização selecionada.", - "returns-shipping": "Envio", - "returns-choose-retur,-shipping-method": "Escolha o método de envio que deseja usar para esta devolução.", - "returns-total-refund": "Reembolso Total", - "returns-amount": "Valor", - "returns-send-notifications": "Enviar notificações", - "returns-notify-customer-of-created-return": "Notificar o cliente da devolução criada", - "returns-back": "Voltar", - "returns-submit": "Enviar", - "rma-sub-modals-search-for-additional": "Procurar por adicionais", - "rma-sub-modals-general": "Geral", - "rma-sub-modals-first-name": "Nome", - "rma-sub-modals-last-name": "Sobrenome", - "rma-sub-modals-phone": "Telefone", - "rma-sub-modals-shipping-address": "Endereço de Envio", - "rma-sub-modals-address-1": "Endereço 1", - "rma-sub-modals-address-2": "Endereço 2", - "rma-sub-modals-province": "Província", - "rma-sub-modals-postal-code": "Código postal", - "rma-sub-modals-city": "Cidade", - "rma-sub-modals-country": "País", - "rma-sub-modals-back": "Voltar", - "rma-sub-modals-add": "Adicionar", - "rma-sub-modals-name": "Nome", - "rma-sub-modals-status": "Status", - "rma-sub-modals-in-stock": "Em Estoque", - "rma-sub-modals-products": "Produtos", - "rma-sub-modals-search-products": "Buscar Produtos...", - "rma-sub-modals-reason-for-return": "Motivo da Devolução", - "rma-sub-modals-reason": "Motivo", - "rma-sub-modals-note": "Observação", - "swap-success": "Sucesso", - "swap-successfully-created-exchange": "Troca criada com sucesso", - "swap-error": "Erro", - "swap-register-exchange": "Registrar Troca", - "swap-items-to-return": "Itens a devolver", - "swap-shipping": "Envio", - "swap-shipping-method": "Método de Envio", - "swap-add-a-shipping-method": "Adicionar um método de envio", - "swap-location": "Localização", - "swap-choose-which-location-you-want-to-return-the-items-to": "Escolha para qual local deseja devolver os itens.", - "swap-select-location-to-return-to": "Selecionar Local de Devolução", - "swap-items-to-send": "Itens a enviar", - "swap-add-product": "Adicionar Produto", - "swap-return-total": "Total da Devolução", - "swap-additional-total": "Total Adicional", - "swap-outbond-shipping": "Envio de Saída", - "swap-calculated-at-checkout": "Calculado no checkout", - "swap-estimated-difference": "Diferença estimada", - "swap-send-notifications": "Enviar notificações", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Se não estiver marcado, o cliente não receberá comunicações sobre esta troca", - "swap-complete": "Concluir", - "templates-shipped": "Enviado", - "templates-fulfilled": "Atendido", - "templates-canceled": "Cancelado", - "templates-partially-fulfilled": "Atendido parcialmente", - "templates-fulfillment-status-requires-action": "Requer Ação", - "templates-awaiting-fulfillment": "Aguardando atendimento", - "templates-partially-shipped": "Parcialmente Enviado", - "templates-cancel-fulfillment-heading": "Cancelar atendimento?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Tem certeza de que deseja cancelar o atendimento?", - "templates-successfully-canceled-swap": "Troca cancelada com sucesso", - "templates-error": "Erro", - "templates-successfully-canceled-claim": "Reivindicação cancelada com sucesso", - "templates-successfully-canceled-fulfillment": "Atendimento cancelado com sucesso", - "templates-fulfillment-has-been-canceled": "O atendimento foi cancelado", - "templates-fulfilled-by-provider": "{{title}} Atendido por {{provider}}", - "templates-not-shipped": "Não Enviado", - "templates-tracking": "Rastreamento", - "templates-shipped-from": "Enviado de", - "templates-shipping-from": "Enviado de", - "templates-mark-shipped": "Marcar como Enviado", - "templates-cancel-fulfillment": "Cancelar Atendimento", - "templates-completed": "Concluído", - "templates-processing": "Processando", - "templates-requires-action": "Requer ação", - "templates-capture-payment": "Capturar pagamento", - "templates-successfully-captured-payment": "Pagamento capturado com sucesso", - "templates-refund": "Reembolso", - "templates-total-for-swaps": "Total para Trocas", - "templates-refunded-for-swaps": "Reembolsado para Trocas", - "templates-refunded-for-returns": "Reembolsado para Devoluções", - "templates-manually-refunded": "Reembolsado manualmente", - "templates-net-total": "Total Líquido", - "templates-paid": "Pago", - "templates-awaiting-payment": "Aguardando pagamento", - "templates-payment-status-requires-action": "Requer Ação", - "draft-orders-completed": "Concluído", - "draft-orders-open": "Aberto", - "draft-orders-mark-as-paid": "Marcar como Pago", - "draft-orders-success": "Sucesso", - "draft-orders-successfully-mark-as-paid": "Marcado como pago com sucesso", - "draft-orders-error": "Erro", - "draft-orders-successfully-canceled-order": "Pedido cancelado com sucesso", - "draft-orders-back-to-draft-orders": "Voltar para Pedidos em Rascunho", - "on-mark-as-paid-confirm-order-id": "Pedido #{{display_id}}", - "draft-orders-go-to-order": "Ir para Pedido", - "draft-orders-cancel-draft-order": "Cancelar Pedido em Rascunho", - "draft-orders-draft-order": "Pedido em Rascunho", - "draft-orders-email": "E-mail", - "draft-orders-phone": "Telefone", - "draft-orders-amount": "Valor {{currency_code}}", - "draft-orders-payment": "Pagamento", - "draft-orders-subtotal": "Subtotal", - "draft-orders-shipping": "Envio", - "draft-orders-tax": "Imposto", - "draft-orders-total-to-pay": "Total a Pagar", - "draft-orders-payment-link": "Link de Pagamento:", - "draft-orders-configure-payment-link-in-store-settings": "Configure o link de pagamento nas configurações da loja", - "draft-orders-shipping-method": "Método de Envio", - "draft-orders-data": "Dados", - "draft-orders-1-item": "(1 item)", - "draft-orders-customer": "Cliente", - "draft-orders-edit-shipping-address": "Editar Endereço de Envio", - "draft-orders-edit-billing-address": "Editar Endereço de Cobrança", - "draft-orders-go-to-customer": "Ir para Cliente", - "draft-orders-contact": "Contato", - "draft-orders-billing": "Cobrança", - "draft-orders-raw-draft-order": "Pedido em Rascunho Original", - "draft-orders-are-you-sure": "Você tem certeza?", - "draft-orders-remove-resource-heading": "Remover {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} foi removido", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Isso criará um pedido. Marque como pago se você recebeu o pagamento.", - "draft-orders-mark-paid": "Marcar como Pago", - "draft-orders-cancel": "Cancelar", - "draft-orders-create-draft-order": "Criar Pedido em Rascunho", - "edit-amount-paid": "Valor Pago", - "edit-new-total": "Novo Total", - "edit-difference-due": "Diferença Devida", - "edit-back": "Voltar", - "edit-save-and-go-back": "Salvar e Voltar", - "edit-order-edit-set-as-requested": "Edição do Pedido marcada como solicitada", - "edit-failed-to-request-confirmation": "Falha ao solicitar confirmação", - "edit-added-successfully": "Adicionado com sucesso", - "edit-error-occurred": "Ocorreu um erro", - "edit-add-product-variants": "Adicionar Variantes do Produto", - "edit-edit-order": "Editar Pedido", - "edit-items": "Itens", - "edit-add-items": "Adicionar itens", - "edit-filter-items": "Filtrar itens...", - "edit-note": "Observação", - "edit-add-a-note": "Adicionar uma observação...", - "variants-table-location": " em {{location}}", - "edit-product": "Produto", - "edit-in-stock": "Em Estoque", - "edit-price": "Preço", - "edit-products": "Produtos", - "edit-search-product-variants": "Pesquisar Variantes do Produto...", - "orders-success": "Sucesso", - "orders-successfully-initiated-export": "Exportação iniciada com sucesso", - "orders-error": "Erro", - "orders-export-orders": "Exportar Pedidos", - "components-billing-address": "Endereço de Cobrança", - "components-use-same-as-shipping": "Usar o mesmo que o de envio", - "components-e-g-gift-wrapping": "Por exemplo, embrulho para presente", - "components-title": "Título", - "components-price": "Preço", - "components-quantity": "Quantidade", - "components-back": "Voltar", - "components-add": "Adicionar", - "components-items-for-the-order": "Itens para o pedido", - "components-details": "Detalhes", - "components-price-excl-taxes": "Preço (excl. Impostos)", - "components-add-custom": "Adicionar Personalizado", - "components-add-existing": "Adicionar Existente", - "components-add-products": "Adicionar Produtos", - "components-add-custom-item": "Adicionar Item Personalizado", - "components-choose-region": "Escolher região", - "components-region": "Região", - "select-shipping-to-name": "(Para {{name}})", - "components-attention": "Atenção!", - "components-no-options-for-orders-without-shipping": "Você não tem opções para pedidos sem envio. Por favor, adicione uma (por exemplo, \"Retirada na Loja\") com \"Mostrar no site\" desmarcado nas configurações da região e continue.", - "components-choose-a-shipping-method": "Escolher um método de envio", - "components-set-custom-price": "Definir preço personalizado", - "components-custom-price": "Preço Personalizado", - "components-customer-and-shipping-details": "Detalhes do Cliente e de Envio", - "components-find-existing-customer": "Encontrar cliente existente", - "components-email": "E-mail", - "components-choose-existing-addresses": "Escolher endereços existentes", - "components-create-new": "Criar novo", - "components-the-discount-is-not-applicable-to-the-selected-region": "O desconto não é aplicável à região selecionada", - "components-the-discount-code-is-invalid": "O código de desconto é inválido", - "components-add-discount": "Adicionar Desconto", - "components-summer-10": "VERAO10", - "components-discount": "Desconto", - "select-shipping-code": "(Código: {{code}})", - "components-type": "Tipo", - "components-value": "Valor", - "components-address": "Endereço", - "components-shipping-method": "Método de Envio", - "components-billing-details": "Detalhes de Cobrança", - "components-edit": "Editar", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm deve ser usado dentro de NewOrderFormProvider", - "new-order-created": "Pedido criado", - "new-create-draft-order": "Criar Pedido em Rascunho", - "batch-job-price-list-prices": "Preços da Lista de Preços", - "batch-job-upload-a-csv-file-with-variants": "Faça upload de um arquivo CSV com variantes e preços para atualizar sua lista de preços. Observe que quaisquer preços existentes serão excluídos.", - "batch-job-unsure-about-how-to-arrange-your-list": "Incerto sobre como organizar sua lista?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Baixe o arquivo de modelo abaixo e atualize seus preços", - "details-back-to-pricing": "Voltar para Preços", - "details-raw-price-list": "Lista de preços brutos", - "sections-customer-groups": "Grupos de clientes", - "sections-last-edited": "Última edição", - "sections-price-overrides": "Substituições de preços", - "sections-more": "mais", - "sections-delete-price-list-heading": "Excluir Lista de Preços", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Tem certeza de que deseja excluir esta lista de preços?", - "sections-success": "Sucesso", - "sections-price-list-deleted-successfully": "Lista de preços excluída com sucesso", - "sections-edit-price-list-details": "Editar detalhes da lista de preços", - "sections-delete-price-list": "Excluir lista de preços", - "edit-prices-overrides-edit-price-overrides": "Editar substituições de preços", - "edit-prices-overrides-success": "Sucesso", - "edit-prices-overrides-price-overrides-updated": "Substituições de preços atualizadas", - "edit-prices-overrides-cancel": "Cancelar", - "edit-prices-overrides-save": "Salvar", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Adicionar preços", - "prices-details-edit-prices": "Editar preços", - "prices-details-prices": "Preços", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Você poderá substituir os preços dos produtos que adicionar aqui", - "prices-details-remove-from-list": "Remover da lista", - "prices-details-edit-manually": "Editar manualmente", - "prices-details-import-price-list": "Importar lista de preços", - "prices-table-search-by-name-or-sku": "Pesquisar por nome ou SKU...", - "prices-table-edit-prices": "Editar preços", - "prices-table-remove-product": "Remover produto", - "prices-table-success": "Sucesso", - "prices-table-deleted-prices-of-product": "Preços excluídos do produto: {{title}}", - "prices-table-error": "Erro", - "prices-table-name": "Nome", - "prices-table-collection": "Coleção", - "prices-table-no-collection": "Sem coleção", - "prices-table-variants": "Variantes", - "pricing-add-price-list": "Adicionar lista de preços", - "pricing-price-lists": "Listas de preços", - "form-header-error": "Erro", - "form-header-success": "Sucesso", - "form-header-successfully-updated-price-list": "Lista de preços atualizada com sucesso", - "form-header-publish-price-list": "Publicar lista de preços", - "form-header-save-as-draft": "Salvar como rascunho", - "form-header-save-changes": "Salvar alterações", - "form-header-cancel": "Cancelar", - "pricing-form-create-new-price-list": "Criar nova lista de preços", - "pricing-form-edit-price-list": "Editar lista de preços", - "sections-configuration": "Configuração", - "sections-optional-configuration-for-the-price-list": "Configuração opcional para a lista de preços", - "sections-price-overrides-time-application": "As substituições de preços se aplicam a partir do momento em que você clica no botão de publicação e permanecerá assim até que sejam alterados.", - "sections-price-overrides-has-a-start-date": "As substituições de preços têm uma data de início?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Agende as substituições de preços para ativar no futuro.", - "sections-price-overrides-has-an-expiry-date": "As substituições de preços têm uma data de expiração?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Agende as substituições de preços para desativar no futuro.", - "sections-end-date": "Data de término", - "sections-customer-availabilty": "Disponibilidade do cliente", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Especifique para quais grupos de clientes as substituições de preços devem ser aplicadas.", - "sections-customer-groups-label": "Grupos de Clientes", - "sections-general": "Geral", - "sections-general-information-for-the-price-list": "Informações gerais para a lista de preços.", - "sections-name": "Nome", - "sections-b-2-b-black-friday": "B2B, Black Friday...", - "sections-for-our-business-partners": "Para nossos parceiros de negócios...", - "sections-tax-inclusive-prices": "Preços incluem impostos", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Escolha tornar todos os preços nesta lista incluídos de impostos.", - "sections-prices": "Preços", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Você poderá substituir os preços dos produtos que adicionar aqui", - "sections-define-the-price-overrides-for-the-price-list": "Defina as substituições de preços para a lista de preços", - "sections-edit-prices-label": "Editar preços", - "sections-remove-from-list": "Remover da lista", - "sections-search-by-name-or-sku": "Pesquisar por nome ou SKU...", - "sections-edit-prices": "Editar Preços", - "sections-price-list-type": "Tipo de lista de preços", - "sections-select-the-type-of-the-price-list": "Selecione o tipo de lista de preços", - "sections-sale-prices-compare-to-price-override": "Ao contrário dos preços de venda, uma substituição de preço não comunica ao cliente que o preço faz parte de uma venda.", - "sections-sale": "Venda", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Use isso se você estiver criando preços para uma venda.", - "sections-override": "Substituir", - "sections-use-this-to-override-prices": "Use isso para substituir preços.", - "components-success": "Sucesso", - "components-successfully-updated-category-tree": "Árvore de categorias atualizada com sucesso", - "components-error": "Erro", - "components-failed-to-update-category-tree": "Falha ao atualizar a árvore de categorias", - "components-delete": "Excluir", - "components-category-deleted": "Categoria excluída", - "components-category-deletion-failed": "Falha na exclusão da categoria", - "components-category-status-is-inactive": "Status da categoria está inativo", - "components-category-visibility-is-private": "Visibilidade da categoria é privada", - "components-add-category-item-to": "Adicionar item de categoria a", - "modals-public": "Público", - "modals-private": "Privado", - "modals-active": "Ativo", - "modals-inactive": "Inativo", - "modals-success": "Sucesso", - "modals-successfully-created-a-category": "Categoria criada com sucesso", - "modals-failed-to-create-a-new-category": "Falha ao criar uma nova categoria", - "modals-error": "Erro", - "modals-save-category": "Salvar categoria", - "modals-add-category-to": "Adicionar categoria a {{name}}", - "modals-add-category": "Adicionar categoria", - "modals-details": "Detalhes", - "modals-name": "Nome", - "modals-give-this-category-a-name": "Dê um nome a esta categoria", - "modals-handle": "Identificador", - "modals-custom-handle": "Identificador personalizado", - "modals-description": "Descrição", - "modals-give-this-category-a-description": "Dê uma descrição a esta categoria", - "modals-status": "Status", - "modals-visibility": "Visibilidade", - "modals-successfully-updated-the-category": "Categoria atualizada com sucesso", - "modals-failed-to-update-the-category": "Falha ao atualizar a categoria", - "modals-edit-product-category": "Editar categoria de produto", - "modals-cancel": "Cancelar", - "modals-save-and-close": "Salvar e fechar", - "pages-no-product-categories-yet": "Ainda não existem categorias de produtos, use o botão acima para criar sua primeira categoria.", - "pages-add-category": "Adicionar categoria", - "pages-product-categories": "Categorias de Produtos", - "pages-helps-you-to-keep-your-products-organized": "Ajuda a manter seus produtos organizados.", - "batch-job-success": "Sucesso", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Importação confirmada para processamento. Informações de progresso estão disponíveis na quadro de atividades.", - "batch-job-error": "Erro", - "batch-job-import-failed": "Falha na importação.", - "batch-job-failed-to-delete-the-csv-file": "Falha ao excluir o arquivo CSV", - "batch-job-failed-to-cancel-the-batch-job": "Falha ao cancelar o trabalho em lote", - "batch-job-products-list": "lista de produtos", - "batch-job-download-template": "Baixe o modelo abaixo para garantir que você esteja seguindo o formato correto.", - "batch-job-imports-description": "Através das importações, você pode adicionar ou atualizar produtos. Para atualizar produtos/variantes existentes, você deve definir um ID existente nas colunas de Produto/Variante ID. Se o valor não estiver definido, um novo registro será criado. Você será solicitado a confirmar antes de importar os produtos.", - "products-filters": "Filtros", - "products-status": "Status", - "products-tags": "Tags", - "products-spring-summer": "Primavera, verão...", - "new-sales-channels": "Canais de venda", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Este produto estará disponível apenas no canal de vendas padrão se não for alterado.", - "new-change-availablity": "Alterar disponibilidade", - "add-variants-a-variant-with-these-options-already-exists": "Já existe uma variante com essas opções.", - "add-variants-product-options": "Opções de produto", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "As opções são usadas para definir a cor, tamanho, etc. do produto.", - "add-variants-option-title": "Título da opção", - "add-variants-variations-comma-separated": "Variações (separadas por vírgula)", - "add-variants-color": "Cor...", - "add-variants-already-exists": "já existe", - "add-variants-blue-red-black": "Azul, Vermelho, Preto...", - "add-variants-add-an-option": "Adicionar uma opção", - "add-variants-product-variants": "Variantes de produto", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Você deve adicionar pelo menos uma opção de produto antes de começar a adicionar variantes de produto.", - "add-variants-variant": "Variante", - "add-variants-inventory": "Inventário", - "add-variants-add-a-variant": "Adicionar uma variante", - "add-variants-create-variant": "Criar Variante", - "add-variants-cancel": "Cancelar", - "add-variants-save-and-close": "Salvar e fechar", - "new-variant-a-variant-with-these-options-already-exists": "Já existe uma variante com essas opções.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Tem certeza de que deseja excluir esta variante?", - "new-variant-delete-variant": "Excluir Variante", - "new-variant-edit": "Editar", - "new-variant-delete": "Excluir", - "new-variant-edit-variant": "Editar Variante", - "new-variant-cancel": "Cancelar", - "new-variant-save-and-close": "Salvar e fechar", - "new-something-went-wrong-while-trying-to-upload-images": "Algo deu errado ao tentar fazer upload de imagens.", - "new-no-file-service-configured": "Você pode não ter um serviço de arquivo configurado. Por favor, entre em contato com o seu administrador.", - "new-upload-thumbnail-error": "Algo deu errado ao tentar fazer upload da miniatura.", - "new-save-as-draft": "Salvar como rascunho", - "new-publish-product": "Publicar produto", - "new-general-information-title": "Informações gerais", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Para começar a vender, você só precisa de um nome e um preço.", - "new-organize-product": "Organizar Produto", - "new-add-variations-of-this-product": "Adicionar variações deste produto.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Ofereça aos seus clientes diferentes opções de cor, formato, tamanho, forma, etc.", - "new-used-for-shipping-and-customs-purposes": "Usado para fins de envio e alfândega.", - "new-dimensions": "Dimensões", - "new-customs": "Alfândega", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Usado para representar seu produto durante o checkout, compartilhamento social e mais.", - "new-media": "Mídia", - "new-add-images-to-your-product": "Adicionar imagens ao seu produto.", - "overview-import-products": "Importar Produtos", - "overview-export-products": "Exportar Produtos", - "overview-new-product": "Novo Produto", - "overview-new-collection": "Nova Coleção", - "overview-success": "Sucesso", - "overview-successfully-created-collection": "Coleção criada com sucesso", - "overview-error": "Erro", - "overview-successfully-initiated-export": "Exportação iniciada com sucesso", - "modals-add-sales-channels": "Adicionar canais de vendas", - "modals-find-channels": "Encontrar canais", - "modals-updated-the-api-key": "Chave API atualizada", - "modals-failed-to-update-the-api-key": "Falha ao atualizar a chave API", - "modals-edit-api-key-details": "Editar detalhes da chave API", - "modals-title": "Título", - "modals-name-your-key": "Nomeie sua chave", - "modals-sales-channels-added-to-the-scope": "Canais de vendas adicionados ao escopo", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Ocorreu um erro ao adicionar canais de vendas ao escopo da chave", - "modals-add-and-go-back": "Adicionar e voltar", - "modals-add-and-close": "Adicionar e fechar", - "modals-sales-channels-removed-from-the-scope": "Canais de vendas removidos do escopo", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Ocorreu um erro ao remover canais de vendas do escopo da chave", - "modals-edit-sales-channels": "Editar canais de vendas", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Desmarcar", - "modals-remove": "Remover", - "modals-add-channels": "Adicionar canais", - "modals-close": "Fechar", - "pages-sales-channels": "Canais de vendas", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Conecte quantos canais de vendas você precisar à sua chave de API.", - "pages-add-sales-channels": "Adicionar canais de vendas", - "pages-edit-sales-channels": "Editar canais de vendas", - "pages-success": "Sucesso", - "pages-created-a-new-api-key": "Criou uma nova chave de API", - "pages-error": "Erro", - "pages-failed-to-create-a-new-api-key": "Falha ao criar uma nova chave de API", - "pages-sales-channels-added-to-the-scope": "Canais de vendas adicionados ao escopo", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Ocorreu um erro ao adicionar canais de vendas ao escopo da chave", - "pages-publish-api-key": "Publicar chave de API", - "pages-create-api-key": "Criar Chave de API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Criar e gerenciar chaves de API. Atualmente, isso está relacionado apenas aos canais de vendas.", - "pages-create-api-key-label": "Criar chave de API", - "pages-back-to-settings": "Voltar para configurações", - "pages-publishable-api-keys": "Chaves de API publicáveis", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Essas chaves publicáveis permitirão que você autentique solicitações de API.", - "tables-name": "Nome", - "tables-token": "Token", - "tables-done": "Concluído", - "tables-copy-to-clipboard": "Copiar para a área de transferência", - "tables-created": "Criado", - "tables-status": "Status", - "tables-revoked": "Revogado", - "tables-live": "Ativo", - "tables-edit-api-key-details": "Editar detalhes da chave de API", - "tables-edit-sales-channels": "Editar canais de vendas", - "tables-copy-token": "Copiar token", - "tables-revoke-token": "Revogar token", - "tables-delete-api-key": "Excluir chave de API", - "tables-yes-delete": "Sim, excluir", - "tables-api-key-deleted": "Chave de API excluída", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Tem certeza de que deseja excluir esta chave pública?", - "tables-delete-key": "Excluir chave", - "tables-yes-revoke": "Sim, revogar", - "tables-api-key-revoked": "Chave de API revogada", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Tem certeza de que deseja revogar esta chave pública?", - "tables-revoke-key": "Revogar chave", - "tables-api-keys": "Chaves de API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Nenhuma chave ainda, use o botão acima para criar sua primeira chave publicável", - "tables-title": "Título", - "tables-description": "Descrição", - "tables-no-added-sales-channels": "Nenhum canal de vendas adicionado", - "tables-sales-channels": "Canais de Vendas", - "form-title": "Título", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Site, aplicativo, Amazon, loja física POS, feed de produtos do Facebook...", - "form-description": "Descrição", - "form-available-products-at-our-website-app": "Produtos disponíveis em nosso site e aplicativo...", - "form-success": "Sucesso", - "form-the-sales-channel-is-successfully-updated": "O canal de vendas foi atualizado com sucesso", - "form-error": "Erro", - "form-failed-to-update-the-sales-channel": "Falha ao atualizar o canal de vendas", - "form-sales-channel-details": "Detalhes do canal de vendas", - "form-general-info": "Informações gerais", - "form-name": "Nome", - "form-close": "Fechar", - "form-save": "Salvar", - "pages-draft": "Rascunho", - "pages-control-which-products-are-available-in-which-channels": "Controle quais produtos estão disponíveis em quais canais", - "pages-search-by-title-or-description": "Pesquisar por título ou descrição", - "pages-confirm-delete-sales-channel": "Tem certeza de que deseja excluir este canal de vendas? A configuração que você fez será perdida permanentemente.", - "pages-delete-channel-heading": "Excluir Canal", - "pages-edit-general-info": "Editar informações gerais", - "pages-add-products": "Adicionar produtos", - "pages-delete-channel": "Excluir canal", - "pages-disabled": "Desativado", - "pages-enabled": "Ativado", - "tables-collection": "Coleção", - "tables-start-building-your-channels-setup": "Comece a construir sua configuração de canais...", - "tables-no-products-in-channels": "Você ainda não adicionou produtos a este canal, mas assim que fizer isso, eles ficarão aqui.", - "tables-add-products": "Adicionar produtos", - "tables-details": "Detalhes", - "tables-remove-from-the-channel": "Remover do canal", - "tables-products": "Produtos", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Remover", - "components-successfully-updated-currency": "Moeda atualizada com sucesso", - "components-default": "Padrão", - "default-store-currency-success": "Sucesso", - "default-store-currency-successfully-updated-default-currency": "Moeda padrão atualizada com sucesso", - "default-store-currency-error": "Erro", - "default-store-currency-default-store-currency": "Moeda padrão da loja", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Esta é a moeda em que seus preços são exibidos.", - "store-currencies-success": "Sucesso", - "store-currencies-successfully-updated-currencies": "Moedas atualizadas com sucesso", - "store-currencies-error": "Erro", - "store-currencies-cancel": "Cancelar", - "store-currencies-save-and-go-back": "Salvar e voltar", - "store-currencies-save-and-close": "Salvar e fechar", - "store-currencies-add-store-currencies": "Adicionar Moedas da Loja", - "store-currencies-current-store-currencies": "Moedas Atuais da Loja", - "store-currencies-close": "Fechar", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Desmarcar", - "store-currencies-remove": "Remover", - "store-currencies-add-currencies": "Adicionar Moedas", - "store-currencies-store-currencies": "Moedas da Loja", - "store-currencies-all-the-currencies-available-in-your-store": "Todas as moedas disponíveis em sua loja.", - "store-currencies-edit-currencies": "Editar moedas", - "currencies-an-unknown-error-occurred": "Ocorreu um erro desconhecido", - "currencies-error": "Erro", - "currencies-back-to-settings": "Voltar para Configurações", - "currencies-manage-the-markets-that-you-will-operate-within": "Gerencie os mercados nos quais você irá operar.", - "currencies-include-or-exclude-taxes": "Decida se deseja incluir ou excluir impostos sempre que definir um preço nesta moeda", - "currencies-tax-incl-prices": "Preços com impostos incluídos", - "settings-error": "Erro", - "settings-malformed-swap-url": "URL de troca malformada", - "settings-malformed-payment-url": "URL de pagamento malformada", - "settings-malformed-invite-url": "URL de convite malformada", - "settings-success": "Sucesso", - "settings-successfully-updated-store": "Loja atualizada com sucesso", - "settings-back-to-settings": "Voltar para Configurações", - "settings-save": "Salvar", - "settings-cancel": "Cancelar", - "settings-store-details": "Detalhes da Loja", - "settings-manage-your-business-details": "Gerencie os detalhes do seu negócio", - "settings-general": "Geral", - "settings-store-name": "Nome da loja", - "settings-medusa-store": "Loja Medusa", - "settings-advanced-settings": "Configurações avançadas", - "settings-swap-link-template": "Modelo de link de troca", - "settings-draft-order-link-template": "Modelo de link de pedido em rascunho", - "settings-invite-link-template": "Modelo de link de convite", - "settings-manage-the-general-settings-for-your-store": "Gerencie as configurações gerais da sua loja", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Gerencie as configurações das extensões da sua loja", - "edit-user-information-success": "Sucesso", - "edit-user-information-your-information-was-successfully-updated": "Suas informações foram atualizadas com sucesso", - "edit-user-information-edit-information": "Editar informações", - "edit-user-information-cancel": "Cancelar", - "edit-user-information-submit-and-close": "Enviar e fechar", - "personal-information-back-to-settings": "Voltar para Configurações", - "personal-information-personal-information": "Informações pessoais", - "personal-information-manage-your-medusa-profile": "Gerencie seu perfil Medusa", - "personal-information-language-settings-title": "Idioma", - "personal-information-language-settings-description": "Ajuste o idioma do Medusa Admin", - "personal-information-language-settings-help-us-translate": "Ajude-nos a traduzir", - "personal-information-usage-insights-title": "Análises de uso", - "usage-insights-disabled": "Desativado", - "usage-insights-active": "Ativo", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Compartilhe análises de uso e nos ajude a melhorar o Medusa", - "usage-insights-edit-preferences": "Editar preferências", - "usage-insights-success": "Sucesso", - "usage-insights-your-information-was-successfully-updated": "Suas informações foram atualizadas com sucesso", - "usage-insights-error": "Erro", - "usage-insights-cancel": "Cancelar", - "usage-insights-submit-and-close": "Enviar e fechar", - "region-form-title": "Título", - "region-form-europe": "Europa", - "region-form-currency-code-is-required": "O código da moeda é obrigatório", - "region-form-currency": "Moeda", - "region-form-choose-currency": "Escolha a moeda", - "region-form-default-tax-rate": "Taxa de imposto padrão", - "region-form-tax-rate-is-required": "A taxa de imposto é obrigatória", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "A taxa de imposto deve ser igual ou inferior a 100", - "region-form-default-tax-code": "Código de Imposto Padrão", - "region-form-countries": "Países", - "region-form-choose-countries": "Escolha os países", - "region-form-tax-inclusive-prices": "Preços com impostos incluídos", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Quando habilitado, os preços na região incluirão impostos.", - "region-form-payment-providers-are-required": "Provedores de pagamento são obrigatórios", - "region-form-payment-providers": "Provedores de Pagamento", - "region-form-choose-payment-providers": "Escolha os provedores de pagamento...", - "region-form-fulfillment-providers-are-required": "Provedores de atendimento são obrigatórios", - "region-form-fulfillment-providers": "Provedores de Atendimento", - "region-form-choose-fulfillment-providers": "Escolha os provedores de atendimento...", - "shipping-option-card-success": "Sucesso", - "shipping-option-card-shipping-option-updated": "Opção de envio atualizada", - "shipping-option-card-error": "Erro", - "shipping-option-card-edit-shipping-option": "Editar Opção de Envio", - "shipping-option-card-fulfillment-method": "Método de Atendimento", - "shipping-option-card-cancel": "Cancelar", - "shipping-option-card-save-and-close": "Salvar e fechar", - "shipping-option-card-shipping-option-has-been-deleted": "Opção de envio foi excluída", - "shipping-option-card-flat-rate": "Taxa Fixa", - "shipping-option-card-calculated": "Calculado", - "shipping-option-card-min-subtotal": "Subtotal Mín.:", - "shipping-option-card-max-subtotal": "Subtotal Máx.:", - "shipping-option-card-admin": "Admin", - "shipping-option-card-store": "Loja", - "shipping-option-card-edit": "Editar", - "shipping-option-card-delete": "Excluir", - "shipping-option-form-visible-in-store": "Visível na loja", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Habilite ou desabilite a visibilidade da opção de envio na loja.", - "shipping-option-form-details": "Detalhes", - "shipping-option-form-title": "Título", - "shipping-option-form-title-is-required": "Título é obrigatório", - "shipping-option-form-price-type": "Tipo de Preço", - "shipping-option-form-flat-rate": "Taxa Fixa", - "shipping-option-form-calculated": "Calculado", - "shipping-option-form-choose-a-price-type": "Escolha um tipo de preço", - "shipping-option-form-price": "Preço", - "shipping-option-form-shipping-profile": "Perfil de Envio", - "shipping-option-form-choose-a-shipping-profile": "Escolha um perfil de envio", - "shipping-option-form-fulfillment-method": "Método de Atendimento", - "shipping-option-form-choose-a-fulfillment-method": "Escolha um método de atendimento", - "shipping-option-form-requirements": "Requisitos", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "O Subtotal Mín. deve ser menor que o Subtotal Máx.", - "shipping-option-form-min-subtotal": "Subtotal Mín.", - "shipping-option-form-max-subtotal": "Subtotal Máx.", - "shipping-option-form-metadata": "Metadados", - "general-section-success": "Sucesso", - "general-section-region-was-successfully-updated": "Região foi atualizada com sucesso", - "general-section-error": "Erro", - "general-section-edit-region-details": "Editar Detalhes da Região", - "general-section-details": "Detalhes", - "general-section-providers": "Provedores", - "general-section-metadata": "Metadados", - "general-section-cancel": "Cancelar", - "general-section-save-and-close": "Salvar e fechar", - "edit-something-went-wrong": "Algo deu errado...", - "edit-no-region-found": "Não conseguimos encontrar uma região com esse ID. Use o menu à esquerda para selecionar uma região.", - "return-shipping-options-success": "Sucesso", - "return-shipping-options-shipping-option-created": "Opção de envio criada", - "return-shipping-options-error": "Erro", - "return-shipping-options-add-return-shipping-option": "Adicionar Opção de Devolução", - "return-shipping-options-cancel": "Cancelar", - "return-shipping-options-save-and-close": "Salvar e Fechar", - "return-shipping-options-return-shipping-options": "Opções de Envio de Devolução", - "return-shipping-options-add-option": "Adicionar Opção", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Informe detalhes sobre os métodos de envio de devolução regionais disponíveis.", - "shipping-options-success": "Sucesso", - "shipping-options-shipping-option-created": "Opção de envio criada", - "shipping-options-error": "Erro", - "shipping-options-add-shipping-option": "Adicionar Opção de Envio", - "shipping-options-cancel": "Cancelar", - "shipping-options-save-and-close": "Salvar e Fechar", - "shipping-options-shipping-options": "Opções de Envio", - "shipping-options-add-option": "Adicionar Opção", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Informe detalhes sobre os métodos de envio regionais disponíveis.", - "new-region-created": "Região criada", - "new-create-region": "Criar Região", - "new-details": "Detalhes", - "new-add-the-region-details": "Adicione os detalhes da região.", - "new-providers": "Provedores", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Adicione quais provedores de atendimento e pagamento devem estar disponíveis nesta região.", - "region-overview-regions": "Regiões", - "region-overview-manage-the-markets-that-you-will-operate-within": "Gerencie os mercados nos quais você vai operar.", - "region-overview-not-configured": "Não configurado", - "region-overview-fulfillment-providers": "Provedores de Atendimento:", - "return-reasons-notification-success": "Sucesso", - "return-reasons-created-a-new-return-reason": "Criou um novo motivo de devolução", - "return-reasons-success": "Sucesso", - "return-reasons-error": "Erro", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Não é possível criar um motivo de devolução com um valor existente", - "return-reasons-add-reason": "Adicionar Motivo", - "return-reasons-value-is-required": "O Valor é obrigatório", - "return-reasons-value": "Valor", - "return-reasons-label-is-required": "O Rótulo é obrigatório", - "return-reasons-label": "Rótulo", - "return-reasons-description": "Descrição", - "return-reasons-customer-received-the-wrong-size": "Cliente recebeu o tamanho errado", - "return-reasons-cancel": "Cancelar", - "return-reasons-create": "Criar", - "return-reasons-success-title": "Sucesso", - "return-reasons-successfully-updated-return-reason": "Motivo de devolução atualizado com sucesso", - "return-reasons-duplicate-reason": "Motivo duplicado", - "return-reasons-delete-reason": "Excluir motivo", - "return-reasons-save": "Salvar", - "return-reasons-details": "Detalhes", - "return-reasons-delete-return-reason": "Excluir Motivo de Devolução", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Tem certeza de que deseja excluir este motivo de devolução?", - "return-reasons-back-to-settings": "Voltar para Configurações", - "return-reasons-return-reasons": "Motivos de Devolução", - "return-reasons-add-reason-label": "Adicionar Motivo", - "return-reasons-manage-reasons-for-returned-items": "Gerenciar motivos para itens devolvidos", - "taxes-details": "Detalhes", - "taxes-new-tax-rate": "Nova Taxa de Imposto", - "taxes-tax-calculation-settings": "Configurações de Cálculo de Imposto", - "taxes-success": "Sucesso", - "taxes-successfully-updated-tax-rate": "Taxa de imposto atualizada com sucesso", - "taxes-error": "Erro", - "taxes-overrides": "Substituições", - "taxes-product-rules": "Regras de Produto", - "taxes-product-rules-description_one": "Aplica-se a {{count}} productWithCount", - "taxes-product-rules-description_other": "Aplicado a {{count}} productWithCount", - "taxes-product-type-rules": "Regras de Tipo de Produto", - "taxes-product-type-rules-description_one": "Aplicado a {{count}} tipo de typeWithCount", - "taxes-product-type-rules-description_other": "Aplicado a {{count}} tipos de typeWithCount", - "taxes-shipping-option-rules": "Regras de Opção de Envio", - "taxes-applies-to-shipping-option-with-count_one": "Aplicado a {{count}} opção de optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Aplicado a {{count}} opções de optionWithCount", - "taxes-add-overrides": "Adicionar Substituições", - "taxes-cancel": "Cancelar", - "taxes-save": "Salvar", - "taxes-name": "Nome", - "taxes-default": "Padrão", - "taxes-rate-name": "Nome da Taxa", - "taxes-tax-rate": "Taxa de Imposto", - "taxes-tax-code": "Código de Imposto", - "taxes-edit-tax-rate": "Editar Taxa de Imposto", - "taxes-back-to-settings": "Voltar para Configurações", - "taxes-regions": "Regiões", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Selecione a região que deseja gerenciar impostos", - "taxes-go-to-region-settings": "Ir para Configurações da Região", - "taxes-successfully-created-tax-rate": "Taxa de imposto criada com sucesso.", - "taxes-add-tax-rate": "Adicionar Taxa de Imposto", - "taxes-applies-to-product-type-with-count_one": "Aplicado a {{count}} tipo de typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Aplicado a {{count}} tipos de typeWithCount", - "taxes-create": "Criar", - "taxes-select-products": "Selecionar Produtos", - "taxes-select-product-types-label": "Selecionar Tipos de Produto", - "taxes-product-types": "Tipos de Produto", - "taxes-system-tax-provider": "Provedor de Imposto do Sistema", - "taxes-region-tax-settings-were-successfully-updated": "As configurações fiscais da região foram atualizadas com sucesso.", - "taxes-tax-provider": "Provedor de Imposto", - "taxes-calculate-taxes-automatically": "Calcular impostos automaticamente?", - "taxes-automatically-apply-tax-calculations-to-carts": "Quando marcado, o Medusa calculará automaticamente os impostos nos Carrinhos desta Região. Quando desmarcado, você terá que calcular manualmente os impostos no checkout. Impostos manuais são recomendados se você estiver usando um provedor de impostos de terceiros para evitar realizar muitas solicitações.", - "taxes-apply-tax-to-gift-cards": "Aplicar impostos a cartões-presente?", - "taxes-apply-taxes-to-gift-cards": "Quando marcado, os impostos serão aplicados aos cartões-presente no checkout. Em alguns países, as regulamentações fiscais exigem que os impostos sejam aplicados aos cartões-presente na compra.", - "taxes-search-products": "Buscar Produtos...", - "taxes-select-shipping-option": "Selecionar Opção de Envio", - "taxes-shipping-options": "Opções de Envio", - "taxes-delete-tax-rate-heading": "Excluir taxa de imposto", - "taxes-confirm-delete": "Tem certeza de que deseja excluir esta taxa de imposto?", - "taxes-tax-rate-was-deleted": "A taxa de imposto foi excluída.", - "taxes-edit": "Editar", - "taxes-delete-tax-rate": "Excluir Taxa de Imposto", - "taxes-delete-rule": "Excluir Regra", - "taxes-type": "Tipo", - "taxes-products": "Produtos", - "taxes-select-individual-products": "Selecionar produtos individuais", - "taxes-select-product-types": "Selecionar tipos de produto", - "taxes-select-shipping-options": "Selecionar opções de envio", - "taxes-back": "Voltar", - "taxes-add": "Adicionar", - "taxes-code": "Código", - "users-invite-users": "Convidar Usuários", - "users-back-to-settings": "Voltar para Configurações", - "users-the-team": "A Equipe", - "users-manage-users-of-your-medusa-store": "Gerencie os usuários de sua loja Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} - diff --git a/packages/admin-ui/ui/public/locales/ru/translation.json b/packages/admin-ui/ui/public/locales/ru/translation.json deleted file mode 100644 index 6c695041c55fe..0000000000000 --- a/packages/admin-ui/ui/public/locales/ru/translation.json +++ /dev/null @@ -1,1919 +0,0 @@ -{ - "back-button-go-back": "Назад", - "sales-channels-display-available-count": "Доступен в <2>{{availableChannelsCount}} из <6>{{totalChannelsCount}} Каналов Продаж", - "activity-drawer-activity": "Действия", - "activity-drawer-no-notifications-title": "Здесь так тихо...", - "activity-drawer-no-notifications-description": "На данный момент у вас нет никаких уведомлений, но как только вы их получите, они будут здесь.", - "activity-drawer-error-title": "О нет...", - "activity-drawer-error-description": "Что-то пошло не так при попытке получить ваши уведомления - Мы продолжим попытки!", - "activity-drawer-processing": "Обработка...", - "analytics-config-form-title": "Обезличьте мои данные об использовании", - "analytics-config-form-description": "Вы можете выбрать анонимизацию ваших данных об использовании. Если выбрана эта опция, мы не будем собирать вашу личную информацию, такую как ваше имя и адрес электронной почты.", - "analytics-config-form-opt-out": "Отказаться от предоставления моих данных об использовании", - "analytics-config-form-opt-out-later": "Вы всегда можете отказаться от предоставления своих данных об использовании в любое время.", - "analytics-preferences-success": "Успешно", - "analytics-preferences-your-preferences-were-successfully-updated": "Ваши настройки были успешно обновлены", - "analytics-preferences-error": "Ошибка", - "analytics-preferences-help-us-get-better": "Помогите нам стать лучше", - "analytics-preferences-disclaimer": "Чтобы создать наиболее привлекательный опыт электронной коммерции, мы хотели бы получить представление о том, как вы используете Medusa. Информация о пользователях позволяет нам создавать более качественные, привлекательные и полезные продукты. Мы собираем данные только для улучшения продукта. Прочтите, какие данные мы собираем в нашем", - "analytics-preferences-documentation": "документация", - "analytics-preferences-please-enter-a-valid-email": "Пожалуйста, введите действительный адрес электронной почты", - "analytics-preferences-continue": "Продолжить", - "currency-input-currency": "Валюта", - "currency-input-amount-is-not-valid": "Сумма недействительна", - "organisms-success": "Успешно", - "organisms-delete-successful": "Удаление прошло успешно", - "organisms-are-you-sure-you-want-to-delete": "Вы уверены, что хотите удалить?", - "organisms-no-cancel": "Нет, отменить", - "organisms-yes-remove": "Да, удалить", - "details-collapsible-hide-additional-details": "Скрыть дополнительные сведения", - "details-collapsible-show-additional-details": "Показать дополнительные сведения", - "edit-user-modal-success": "Успешно", - "edit-user-modal-user-was-updated": "Пользователь был обновлен", - "edit-user-modal-error": "Ошибка", - "edit-user-modal-edit-user": "Редактировать пользователя", - "edit-user-modal-first-name-label": "Имя", - "edit-user-modal-first-name-placeholder": "Имя...", - "edit-user-modal-last-name-label": "Фамилия", - "edit-user-modal-last-name-placeholder": "Фамилия...", - "edit-user-modal-email": "Электронная почта", - "edit-user-modal-cancel": "Отменить", - "edit-user-modal-save": "Сохранить", - "error-boundary-back-to-dashboard": "Вернуться к приборной панели", - "error-boundary-an-unknown-error-occured": "Произошла неизвестная ошибка", - "error-boundary-bad-request": "Неудачный запрос", - "error-boundary-you-are-not-logged-in": "Вы не вошли в систему", - "error-boundary-you-do-not-have-permission-perform-this-action": "У вас нет разрешения на выполнение этого действия", - "error-boundary-page-was-not-found": "Страница не была найдена", - "error-boundary-an-unknown-server-error-occured": "Произошла неизвестная ошибка сервера", - "error-boundary-503": "Сервер в данный момент недоступен", - "error-boundary-500": "Произошла ошибка с неустановленными причинами, скорее всего, это связано с технической неполадкой с нашей стороны. Пожалуйста, попробуйте обновить страницу. Если проблема не устраняется, обратитесь к своему администратору.", - "error-boundary-400": "Запрос был неправильно сформирован, исправьте ваш запрос и, пожалуйста, повторите попытку.", - "error-boundary-401": "Вы не вошли в систему, пожалуйста, войдите, чтобы продолжить.", - "error-boundary-403": "У вас нет разрешения на выполнение этого действия, если вы считаете, что это ошибка, обратитесь к своему администратору.", - "error-boundary-404": "Запрошенная вами страница не была найдена, пожалуйста, проверьте URL-адрес и повторите попытку.", - "error-boundary-500-2": "Сервер не смог обработать ваш запрос, скорее всего, это связано с технической проблемой с нашей стороны. Пожалуйста, попробуйте снова. Если проблема не устраняется, обратитесь к своему администратору.", - "error-boundary-503-2": "Сервер временно недоступен, и ваш запрос не смог быть обработан. Пожалуйста, повторите попытку позже. Если проблема не устраняется, обратитесь к своему администратору.", - "export-modal-title": "Инициализируйте экспорт ваших данных", - "export-modal-cancel": "Отменить", - "export-modal-export": "Экспорт", - "file-upload-modal-upload-a-new-photo": "Загрузите новое фото", - "gift-card-banner-edit": "Редактировать", - "gift-card-banner-unpublish": "Отменить публикацию", - "gift-card-banner-publish": "Опубликовать", - "gift-card-banner-delete": "Удалить", - "gift-card-banner-published": "Опубликованные", - "gift-card-banner-unpublished": "Неопубликованные", - "gift-card-denominations-section-denomination-added": "Добавленный номинал", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Успешно добавлен новый номинал", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Номинал с таким значением по умолчанию уже существует", - "gift-card-denominations-section-error": "Ошибка", - "gift-card-denominations-section-add-denomination": "Добавить номинал", - "gift-card-denominations-section-cancel": "Отменить", - "gift-card-denominations-section-save-and-close": "Сохранить и закрыть", - "gift-card-denominations-section-denomination-updated": "Обновленный номинал", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Новый номинал был успешно обновлен", - "gift-card-denominations-section-edit-denomination": "Редактировать номинал", - "gift-card-denominations-section-denominations": "Номиналы", - "gift-card-denominations-section-denomination": "Номинал", - "gift-card-denominations-section-in-other-currencies": "В других валютах", - "gift-card-denominations-section-and-more_one": ", и {{count}} больше", - "gift-card-denominations-section-and-more_other": ", и {{count}} больше", - "gift-card-denominations-section-delete-denomination": "Удалить номинал", - "gift-card-denominations-section-confirm-delete": "Вы уверены, что хотите удалить этот номинал?", - "gift-card-denominations-section-denomination-deleted": "Номинал удален", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Номинал был успешно удален", - "gift-card-denominations-section-edit": "Редактировать", - "gift-card-denominations-section-delete": "Удалить", - "help-dialog-how-can-we-help": "Как мы можем помочь?", - "help-dialog-we-usually-respond-in-a-few-hours": "Обычно мы отвечаем в течение нескольких часов", - "help-dialog-subject": "Тема", - "help-dialog-what-is-it-about": "О чем идет речь?...", - "help-dialog-write-a-message": "Напишите сообщение...", - "help-dialog-feel-free-to-join-our-community-of": "Не стесняйтесь присоединяться к нашему сообществу", - "help-dialog-merchants-and-e-commerce-developers": "продавцы и разработчики электронной коммерции", - "help-dialog-send-a-message": "Отправить сообщение", - "invite-modal-success": "Успешно", - "invite-modal-invitation-sent-to": "Приглашение отправлено к {{user}}", - "invite-modal-error": "Ошибка", - "invite-modal-member": "Участник", - "invite-modal-admin": "Администратор", - "invite-modal-developer": "Разработчик", - "invite-modal-invite-users": "Пригласить пользователей", - "invite-modal-email": "Электронная почта", - "invite-modal-role": "Роль", - "invite-modal-select-role": "Выберите роль", - "invite-modal-cancel": "Отменить", - "invite-modal-invite": "Пригласить", - "login-card-no-match": "Эти учетные данные не соответствуют нашим записям.", - "login-card-log-in-to-medusa": "Войдите в Medusa", - "login-card-email": "Электронная почта", - "login-card-password": "Пароль", - "login-card-forgot-your-password": "Забыли свой пароль?", - "metadata-add-metadata": "Добавить метаданные", - "product-attributes-section-edit-attributes": "Редактировать атрибуты", - "product-attributes-section-dimensions": "Размеры", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Настройте для расчета наиболее точных тарифов на доставку", - "product-attributes-section-customs": "Таможные данные", - "product-attributes-section-cancel": "Отменить", - "product-attributes-section-save": "Сохранить", - "product-attributes-section-mid-code": "MID-код", - "product-attributes-section-hs-code": "Код ТН ВЭД", - "product-attributes-section-country-of-origin": "Страна происхождения", - "product-general-section-success": "Успешно", - "product-general-section-successfully-updated-sales-channels": "Каналы продаж успешно обновлены", - "product-general-section-error": "Ошибка", - "product-general-section-failed-to-update-sales-channels": "Не удалось обновить каналы продаж", - "product-general-section-edit-general-information": "Редактировать общую информацию", - "product-general-section-gift-card": "Подарочная карта", - "product-general-section-product": "Товар", - "product-general-section-metadata": "Метаданные", - "product-general-section-cancel": "Отменить", - "product-general-section-save": "Сохранить", - "product-general-section-delete": "Удалить", - "product-general-section-edit-sales-channels": "Редактирование каналов продаж", - "product-general-section-published": "Опубликованные", - "product-general-section-draft": "Черновик", - "product-general-section-details": "Подробности", - "product-general-section-subtitle": "Подзаголовок", - "product-general-section-handle": "Путь", - "product-general-section-type": "Тип", - "product-general-section-collection": "Коллекция", - "product-general-section-category": "Категория", - "product-general-section-discountable": "Со скидкой", - "product-general-section-true": "Верно", - "product-general-section-false": "Ложно", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Каналы продаж", - "product-media-section-edit-media": "Редактирование медиа", - "product-media-section-upload-images-error": "Что-то пошло не так при попытке загрузить изображения.", - "product-media-section-file-service-not-configured": "Возможно, у вас не настроена файловая служба. Пожалуйста, свяжитесь со своим администратором", - "product-media-section-error": "Ошибка", - "product-media-section-media": "Медиа", - "product-media-section-add-images-to-your-product": "Добавьте изображения к своему товару.", - "product-media-section-cancel": "Отменить", - "product-media-section-save-and-close": "Сохранить и закрыть", - "product-raw-section-raw-gift-card": "Необработанная подарочная карта", - "product-raw-section-raw-product": "Необработанный товар", - "product-thumbnail-section-success": "Успешно", - "product-thumbnail-section-successfully-deleted-thumbnail": "Миниатюра успешно удалена.", - "product-thumbnail-section-error": "Ошибка", - "product-thumbnail-section-edit": "Редактировать", - "product-thumbnail-section-upload": "Загрузить", - "product-thumbnail-section-upload-thumbnail-error": "Что-то пошло не так при попытке загрузить миниатюру.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Возможно, у вас не настроена файловая служба. Пожалуйста, свяжитесь со своим администратором", - "product-thumbnail-section-upload-thumbnail": "Загрузить миниатюру", - "product-thumbnail-section-thumbnail": "Миниатюра", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Используется для представления вашего товара при оформлении заказа, публикации в социальных сетях и многого другого.", - "product-thumbnail-section-cancel": "Отменить", - "product-thumbnail-section-save-and-close": "Сохранить и закрыть", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Добавить цены", - "product-variants-section-add-variant": "Добавить вариант", - "product-variants-section-cancel": "Отменить", - "product-variants-section-save-and-close": "Сохранить и закрыть", - "product-variants-section-edit-stock-inventory": "Редактировать запасы и инвентаризацию", - "product-variants-section-edit-variant": "Редактировать вариант", - "edit-variants-modal-cancel": "Отменить", - "edit-variants-modal-save-and-go-back": "Сохраните и вернуться назад", - "edit-variants-modal-save-and-close": "Сохранить и закрыть", - "edit-variants-modal-edit-variant": "Редактировать вариант", - "edit-variants-modal-update-success": "Варианты были успешно обновлены", - "edit-variants-modal-edit-variants": "Редактировать варианты", - "edit-variants-modal-product-variants": "Варианты товар", - "edit-variants-modal-variant": "Вариант", - "edit-variants-modal-inventory": "Инвентарь", - "product-variants-section-edit-prices": "Редактировать цены", - "product-variants-section-edit-variants": "Редактировать варианты", - "product-variants-section-edit-options": "Редактировать опции", - "product-variants-section-product-variants": "Варианты товара", - "product-variants-section-error": "Ошибка", - "product-variants-section-failed-to-update-product-options": "Не удалось обновить опции товара", - "product-variants-section-success": "Успешно", - "product-variants-section-successfully-updated-product-options": "Успешно обновленные опции товара", - "product-variants-section-product-options": "Опции товара", - "product-variants-section-option-title": "Заголовок опции", - "product-variants-section-option-title-is-required": "Требуется заголовок опции", - "product-variants-section-add-an-option": "Добавьте опцию", - "product-variants-section-inventory": "Инвентарь", - "product-variants-section-title": "Заголовок", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "МНА", - "product-variants-section-manage-inventory": "Управление запасами", - "product-variants-section-duplicate-variant": "Продублировать вариант", - "product-variants-section-delete-variant-label": "Удалить вариант", - "product-variants-section-yes-delete": "Да, удалить", - "product-variants-section-delete-variant-heading": "Удалить вариант", - "product-variants-section-confirm-delete": "Вы уверены, что хотите удалить этот вариант? ", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Примечание: Удаление варианта также приведет к удалению предметов инвентаря и уровней", - "reset-token-card-error": "Ошибка", - "reset-token-card-reset-your-password": "Сбросьте свой пароль", - "reset-token-card-password-reset-description": "Введите свой адрес электронной почты ниже, и мы<1>вышлем вам инструкции о том, как сбросить<3>ваш пароль.", - "reset-token-card-email": "Электронная почта", - "reset-token-card-this-is-not-a-valid-email": "Это недействительная электронная почта", - "reset-token-card-send-reset-instructions": "Отправить инструкции по сбросу", - "reset-token-card-successfully-sent-you-an-email": "Успешно отправили вам электронное письмо", - "reset-token-card-go-back-to-sign-in": "Вернуться на страницу входа в систему", - "rma-return-product-table-product-details": "Подробная информация о товаре", - "rma-return-product-table-quantity": "Количество", - "rma-select-product-table-product-details": "Подробная информация о товаре", - "rma-select-product-table-quantity": "Количество", - "rma-select-product-table-refundable": "Возвратный", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Выберите причину", - "sidebar-store": "Магазин", - "sidebar-orders": "Заказы", - "sidebar-products": "Товары", - "sidebar-categories": "Категории", - "sidebar-customers": "Клиенты", - "sidebar-inventory": "Инвентарь", - "sidebar-discounts": "Скидки", - "sidebar-gift-cards": "Подарочные карты", - "sidebar-pricing": "Цены", - "sidebar-settings": "Настройки", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} из {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} из {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} из {{soothedPageCount}}", - "timeline-request-return": "Запрос на возврат", - "timeline-register-exchange": "Регистрация обмена", - "timeline-register-claim": "Зарегистрировать претензию", - "timeline-success": "Успешно", - "timeline-added-note": "Добавленное примечание", - "timeline-error": "Ошибка", - "timeline-timeline": "Временная шкала", - "upload-modal-new": "новое", - "upload-modal-updates": "обновления", - "upload-modal-drop-your-file-here-or": "Скиньте свой файл сюда, или", - "upload-modal-click-to-browse": "нажмите, чтобы просмотреть.", - "upload-modal-only-csv-files-are-supported": "Поддерживаются только файлы .csv.", - "upload-modal-import-file-title": "Импортировать {{fileTitle}}", - "upload-modal-cancel": "Отменить", - "upload-modal-import-list": "Список импорта", - "add-products-modal-add-products": "Добавить товары", - "add-products-modal-search-by-name-or-description": "Поиск по названию или описанию...", - "add-products-modal-cancel": "Отменить", - "add-products-modal-save": "Сохранить", - "add-products-modal-product-details": "Подробная информация о товаре", - "add-products-modal-status": "Статус", - "add-products-modal-variants": "Варианты", - "templates-general": "Общие", - "templates-first-name": "Имя", - "templates-last-name": "Фамилия", - "templates-company": "Компания", - "templates-phone": "Телефон", - "templates-billing-address": "Платежный адрес", - "templates-shipping-address": "Адрес доставки", - "templates-address": "Адрес", - "templates-address-1": "Адрес 1", - "templates-address-2": "Адрес 2", - "templates-postal-code": "Почтовый индекс", - "templates-city": "Город", - "templates-province": "Область", - "templates-country": "Страна", - "templates-metadata": "Метаданные", - "collection-modal-success": "Успешно", - "collection-modal-successfully-updated-collection": "Коллекция успешно обновлена.", - "collection-modal-error": "Ошибка", - "collection-modal-successfully-created-collection": "Коллекция успешно создана.", - "collection-modal-edit-collection": "Редактировать коллекцию", - "collection-modal-add-collection": "Добавить коллекцию", - "collection-modal-description": "Чтобы создать коллекцию, все, что вам нужно, - это заголовок и дескриптор.", - "collection-modal-details": "Подробности", - "collection-modal-title-label": "Заголовок", - "collection-modal-title-placeholder": "Солнцезащитные очки", - "collection-modal-handle-label": "Путь", - "collection-modal-handle-placeholder": "солнцезащитные очки", - "collection-modal-slug-description": "URL-адрес Slug для коллекции. Будет сгенерировано автоматически, если оставить поле пустым.", - "collection-modal-metadata": "Метаданные", - "collection-modal-cancel": "Отменить", - "collection-modal-save-collection": "Сохранить коллекцию", - "collection-modal-publish-collection": "Опубликовать коллекцию", - "collection-product-table-add-products": "Добавить товары", - "collection-product-table-products": "Товары", - "collection-product-table-search-products": "Поиск товаров", - "collection-product-table-cancel": "Отменить", - "collection-product-table-save": "Сохранить", - "collection-product-table-sort-by": "Сортировать по", - "collection-product-table-all": "Все", - "collection-product-table-newest": "Новейшие", - "collection-product-table-oldest": "Старейшие", - "collection-product-table-title": "Заголовок", - "collection-product-table-decide-status-published": "Опубликован", - "collection-product-table-draft": "Черновик", - "collection-product-table-proposed": "Предложен", - "collection-product-table-rejected": "Отклонен", - "collection-product-table-remove-product-from-collection": "Удалить товар из коллекции", - "collection-product-table-product-removed-from-collection": "Товар изъят из коллекции", - "collections-table-delete-collection": "Удалить коллекцию", - "collections-table-confirm-delete": "Вы уверены, что хотите удалить эту коллекцию?", - "collections-table-edit": "Редактировать", - "collections-table-delete": "Удалить", - "collections-table-title": "Заголовок", - "collections-table-handle": "Путь", - "collections-table-created-at": "Создано в", - "collections-table-updated-at": "Обновлено в", - "collections-table-products": "Товары", - "customer-group-table-details": "Подробности", - "customer-group-table-delete": "Удалить", - "customer-group-table-success": "Успешно", - "customer-group-table-group-deleted": "Группа удалена", - "customer-group-table-error": "Ошибка", - "customer-group-table-failed-to-delete-the-group": "Не удалось удалить группу", - "customer-group-table-customer-groups": "Группы клиентов", - "customer-group-table-delete-from-the-group": "Удалить из группы", - "customer-group-table-customer-groups-title": "Группы клиентов", - "customer-group-table-groups": "Группы", - "customer-group-table-all": "Все", - "customer-group-table-edit-customers": "Редактирование клиентов", - "customer-group-table-customers": "Клиенты", - "customer-group-table-cancel": "Отменить", - "customer-group-table-save": "Сохранить", - "customer-orders-table-orders": "Заказы", - "customer-orders-table-transfer-order": "Заказ трансфера", - "customer-orders-table-paid": "Оплачено", - "customer-orders-table-awaiting": "В ожидании", - "customer-orders-table-requires-action": "Требуются действие", - "customer-orders-table-n-a": "Н/Д", - "customer-orders-table-fulfilled": "Выполнено", - "customer-orders-table-shipped": "Отправлено", - "customer-orders-table-not-fulfilled": "Не выполнено", - "customer-orders-table-partially-fulfilled": "Частично выполнено", - "customer-orders-table-partially-shipped": "Частично отгружен", - "customer-orders-table-order": "Заказ", - "customer-orders-table-remainder-more": "+ {{remainder}} больше", - "customer-orders-table-date": "Дата", - "customer-orders-table-fulfillment": "Выполнение", - "customer-orders-table-status": "Статус", - "customer-orders-table-total": "Общий", - "customer-table-customers": "Клиенты", - "customer-table-edit": "Редактировать", - "customer-table-details": "Подробности", - "customer-table-date-added": "Дата добавления", - "customer-table-name": "Имя", - "customer-table-email": "Электронная почта", - "customer-table-orders": "Заказы", - "discount-filter-dropdown-filters": "Фильтры", - "discount-table-discounts": "Скидки", - "discount-table-search-by-code-or-description": "Поиск по коду или описанию...", - "discount-table-success": "Успешно", - "discount-table-successfully-copied-discount": "Скидка успешно скопирована.", - "discount-table-error": "Ошибка", - "discount-table-scheduled": "Запланирован", - "discount-table-expired": "Истек", - "discount-table-active": "Активен", - "discount-table-disabled": "Отключен", - "discount-table-free-shipping": "Бесплатная доставка", - "discount-table-code": "Код", - "discount-table-description": "Описание", - "discount-table-amount": "Сумма", - "discount-table-status": "Статус", - "discount-table-redemptions": "Выкупы", - "discount-table-delete-discount": "Удалить скидку", - "discount-table-confirm-delete": "Вы уверены, что хотите удалить эту скидку?", - "discount-table-publish": "Опубликовать", - "discount-table-unpublish": "Отменить публикацию", - "discount-table-successfully-published-discount": "Скидка успешно опубликована.", - "discount-table-successfully-unpublished-discount": "Скидка успешно отменена.", - "discount-table-duplicate": "Дублировать", - "discount-table-delete": "Удалить", - "draft-order-table-draft-orders": "Черновик заказов", - "draft-order-table-completed": "Завершено", - "draft-order-table-open": "Открыть", - "draft-order-table-draft": "Черновик", - "draft-order-table-order": "Заказ", - "draft-order-table-date-added": "Дата добавления", - "draft-order-table-customer": "Клиент", - "draft-order-table-status": "Статус", - "gift-card-filter-dropdown-is-in-the-last": "в последнем", - "gift-card-filter-dropdown-is-older-than": "старше, чем", - "gift-card-filter-dropdown-is-after": "после", - "gift-card-filter-dropdown-is-before": "до", - "gift-card-filter-dropdown-is-equal-to": "равен", - "gift-card-filter-dropdown-filters": "Фильтры", - "gift-card-filter-dropdown-status": "Статус", - "gift-card-filter-dropdown-payment-status": "Статус платежа", - "gift-card-filter-dropdown-fulfillment-status": "Статус выполнения", - "gift-card-filter-dropdown-date": "Дата", - "gift-card-table-gift-cards": "Подарочные карты", - "gift-card-table-code": "Код", - "gift-card-table-order": "Заказ", - "gift-card-table-original-amount": "Первоначальная сумма", - "gift-card-table-balance": "Баланс", - "gift-card-table-region-has-been-deleted": "Регион был удален", - "gift-card-table-none": "Нет", - "gift-card-table-created": "Создано", - "image-table-file-name": "Имя файла", - "image-table-thumbnail": "Миниатюра", - "image-table-select-thumbnail-image-for-product": "Выберите изображение, которое вы хотите использовать в качестве миниатюры для этого продукта.", - "inventory-table-inventory-items": "Предметы инвентаря", - "inventory-table-actions-adjust-availability": "Отрегулировать доступность", - "inventory-table-view-product": "Просмотр товара", - "inventory-table-success": "Успешно", - "inventory-table-inventory-item-updated-successfully": "Предмет в инвентаре успешно обновлен.", - "inventory-table-adjust-availability": "Отрегулировать доступность", - "inventory-table-cancel": "Отменить", - "inventory-table-save-and-close": "Сохранить и закрыть", - "inventory-table-item": "Предмет", - "inventory-table-variant": "Вариант", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "Зарезервирован", - "inventory-table-in-stock": "В наличии", - "order-filter-dropdown-filters": "Фильтры", - "order-filter-dropdown-status": "Статус", - "order-filter-dropdown-payment-status": "Статус платежа", - "order-filter-dropdown-fulfillment-status": "Статус выполнения", - "order-filter-dropdown-regions": "Регионы", - "order-filter-dropdown-sales-channel": "Канал продаж", - "order-filter-dropdown-date": "Дата", - "order-table-paid": "Оплачено", - "order-table-awaiting": "В ожидании", - "order-table-requires-action": "Требуется действие", - "order-table-canceled": "Отменен", - "order-table-n-a": "Н/Д", - "order-table-order": "Заказ", - "order-table-date-added": "Дата добавления", - "order-table-customer": "Клиент", - "order-table-fulfillment": "Выполнен", - "order-table-payment-status": "Статус платежа", - "order-table-sales-channel": "Канал продаж", - "order-table-total": "Общий", - "order-table-filters-complete": "Завершен", - "order-table-filters-incomplete": "Незавершен", - "price-list-table-filters": "Фильтры", - "price-list-table-status": "Статус", - "price-list-table-type": "Тип", - "price-list-table-price-lists": "Прайс-листы", - "price-list-table-success": "Успешно", - "price-list-table-successfully-copied-price-list": "Прайс-лист успешно скопирован.", - "price-list-table-error": "Ошибка", - "price-list-table-delete-price-list": "Удалить прайс-лист", - "price-list-table-confirm-delete": "Вы уверены, что хотите удалить этот прайс-лист?", - "price-list-table-successfully-deleted-the-price-list": "Прайс-лист успешно удален", - "price-list-table-successfully-unpublished-price-list": "Публикация прайс-листа успешно отменена", - "price-list-table-successfully-published-price-list": "Прайс-лист успешно опубликован", - "price-list-table-unpublish": "Отменить публикацию", - "price-list-table-publish": "Опубликовать", - "price-list-table-delete": "Удалить", - "price-list-table-name": "Имя", - "price-list-table-description": "Описание", - "price-list-table-groups": "Группы", - "price-list-table-other-more": "+ {{other}} больше", - "price-overrides-apply-overrides-on-selected-variants": "Применить изменения к выбранным вариантам", - "price-overrides-apply-on-all-variants": "Применить ко всем вариантам", - "price-overrides-prices": "Цены", - "price-overrides-cancel": "Отменить", - "price-overrides-save-and-close": "Сохранить и закрыть", - "price-overrides-show-regions": "Показать регионы", - "product-table-products": "Товары", - "product-table-copy-success": "Успешно", - "product-table-copy-created-a-new-product": "Создан новый товар", - "product-table-copy-error": "Ошибка", - "product-table-delete-product": "Удалить товар", - "product-table-confirm-delete": "Вы уверены, что хотите удалить этот товар?", - "product-table-edit": "Редактировать", - "product-table-unpublish": "Отменить публикацию", - "product-table-publish": "Опубликовать", - "product-table-draft": "черновик", - "product-table-published": "опубликовано", - "product-table-success": "Успешно", - "product-table-successfully-unpublished-product": "Товар успешно удален из публикации", - "product-table-successfully-published-product": "Товар успешно опубликован", - "product-table-error": "Ошибка", - "product-table-duplicate": "Дублировать", - "product-table-delete": "Удалить", - "product-table-proposed": "Предложено", - "product-table-published-title": "Опубликовано", - "product-table-rejected": "Отклонено", - "product-table-draft-title": "Черновик", - "product-table-name": "Имя", - "product-table-collection": "Коллекция", - "product-table-status": "Статус", - "product-table-availability": "Доступность", - "product-table-inventory": "Инвентарь", - "product-table-inventory-in-stock-count_one": " в наличии {{count}} вариант(ов)", - "product-table-inventory-in-stock-count_other": " в наличии {{count}} вариант(ов)", - "reservation-form-location": "Местоположение", - "reservation-form-choose-where-you-wish-to-reserve-from": "Выберите, откуда вы хотите забронировать.", - "reservation-form-item-to-reserve": "Предмет для резервирования", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Выберите предмет, который вы хотите зарезервировать.", - "reservation-form-item": "Предмет", - "reservation-form-in-stock": "В наличии", - "reservation-form-available": "Доступно", - "reservation-form-reserve": "Резерв", - "reservation-form-remove-item": "Удалить предмет", - "reservation-form-description": "Описание", - "reservation-form-what-type-of-reservation-is-this": "Что это за тип резервирования?", - "reservations-table-reservations": "Резервирование", - "reservations-table-edit": "Редактировать", - "reservations-table-delete": "Удалить", - "reservations-table-confirm-delete": "Вы уверены, что хотите отменить это резервирование?", - "reservations-table-remove-reservation": "Удалить резервирование", - "reservations-table-reservation-has-been-removed": "Резервирование было удалено", - "new-success": "Успешно", - "new-successfully-created-reservation": "Резервирование успешно создано", - "new-error": "Ошибка", - "new-cancel": "Отмена", - "new-save-reservation": "Сохранить резервирование", - "new-reserve-item": "Резервный предмет", - "new-metadata": "Метаданные", - "reservations-table-order-id": "ID заказа", - "reservations-table-description": "Описание", - "reservations-table-created": "Создано", - "reservations-table-quantity": "Количество", - "search-modal-start-typing-to-search": "Начните вводить текст для поиска...", - "search-modal-clear-search": "Очистить поиск", - "search-modal-or": "или", - "search-modal-to-navigate": "перейти", - "search-modal-to-select-and": "выбрать и", - "search-modal-to-search-anytime": "искать в любое время", - "templates-settings": "Настройки", - "templates-manage-the-settings-for-your-medusa-store": "Управляйте настройками вашего магазина Medusa", - "transfer-orders-modal-info": "Информация", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Клиент уже является владельцем заказа", - "transfer-orders-modal-success": "Успешно", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Заказ успешно передан другому клиенту", - "transfer-orders-modal-error": "Ошибка", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Не удалось передать заказ другому клиенту", - "transfer-orders-modal-transfer-order": "Передать заказ", - "transfer-orders-modal-order": "Заказ", - "transfer-orders-modal-current-owner": "Текущий владелец", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Клиент в настоящее время связан с этим заказом", - "transfer-orders-modal-new-owner": "Новый владелец", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Клиент, которому необходимо передать этот заказ", - "transfer-orders-modal-cancel": "Отмена", - "transfer-orders-modal-confirm": "Подтвердить", - "templates-edit-user": "Редактировать пользователя", - "templates-remove-user": "Удалить пользователя", - "templates-resend-invitation": "Отправить приглашение повторно", - "templates-success": "Успешно", - "templates-invitiation-link-has-been-resent": "Ссылка на приглашение была повторно отправлена", - "templates-copy-invite-link": "Скопировать ссылку для приглашения", - "templates-invite-link-copied-to-clipboard": "Ссылка на приглашение скопирована в буфер обмена", - "templates-remove-invitation": "Удалить приглашение", - "templates-expired": "Истекло", - "templates-pending": "В ожидании", - "templates-all": "Все", - "templates-member": "Участник", - "templates-admin": "Администратор", - "templates-no-team-permissions": "Нет разрешений для команды", - "templates-status": "Статус", - "templates-active": "Активен", - "templates-name": "Имя", - "templates-email": "Электронная почта", - "templates-team-permissions": "Разрешения команды", - "templates-confirm-remove": "Вы уверены, что хотите удалить этого пользователя?", - "templates-remove-user-heading": "Удалить пользователя", - "templates-user-has-been-removed": "Пользователь был удален", - "templates-confirm-remove-invite": "Вы уверены, что хотите удалить это приглашение?", - "templates-remove-invite": "Удалить приглашение", - "templates-invitiation-has-been-removed": "Приглашение было удалено", - "multiselect-choose-categories": "Выберите категории", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Успешно", - "details-updated-products-in-collection": "Обновлены товары в коллекции", - "details-error": "Ошибка", - "details-back-to-collections": "Вернуться к коллекциям", - "details-edit-collection": "Редактировать коллекцию", - "details-delete": "Удалить", - "details-metadata": "Метаданные", - "details-edit-products": "Редактировать товары", - "details-products-in-this-collection": "Товары из этой коллекции", - "details-raw-collection": "Необработанная коллекция", - "details-delete-collection": "Удалить коллекцию", - "details-successfully-deleted-collection": "Коллекция успешно удалена.", - "details-yes-delete": "Да, удалить", - "details-successfully-updated-customer": "Клиент обновлен успешно.", - "details-customer-details": "Подробная информация о клиенте", - "details-general": "Общие данные", - "details-first-name": "Имя", - "details-lebron": "Леброн", - "details-last-name": "Фамилия", - "details-james": "Джеймс", - "details-email": "Электронная почта", - "details-phone-number": "Номер телефона", - "details-cancel": "Отменить", - "details-save-and-close": "Сохранить и закрыть", - "details-edit": "Редактировать", - "details-back-to-customers": "Вернуться к клиентам", - "details-first-seen": "Впервые увидел", - "details-phone": "Телефон", - "details-orders": "Заказы", - "details-user": "Пользователь", - "details-orders_one": "Заказов {{count}}", - "details-orders_other": "Заказов {{count}}", - "details-an-overview-of-customer-orders": "Обзор заказов клиентов", - "details-raw-customer": "Необработанный клиент", - "groups-group-updated": "Группа обновлена", - "groups-group-created": "Группа создана", - "groups-the-customer-group-has-been-updated": "Группа клиентов обновлена.", - "groups-the-customer-group-has-been-created": "Группа клиентов создана.", - "groups-edit-customer-group": "Редактировать группу клиентов", - "groups-create-a-new-customer-group": "Создать новую группу клиентов", - "groups-details": "Подробности", - "groups-metadata": "Метаданные", - "groups-cancel": "Отменить", - "groups-edit-group": "Редактировать группу", - "groups-publish-group": "Опубликовать группу", - "groups-no-customers-in-this-group-yet": "В этой группе пока нет клиентов", - "groups-customers": "Клиенты", - "groups-edit": "Редактировать", - "groups-delete": "Удалить", - "groups-yes-delete": "Да, удалить", - "groups-delete-the-group": "Удалить группу", - "groups-group-deleted": "Группа удалена", - "groups-confirm-delete-customer-group": "Вы уверены, что хотите удалить эту группу клиентов?", - "groups-back-to-customer-groups": "Вернуться к группам клиентов", - "groups-new-group": "Новая группа", - "add-condition-conditions-were-successfully-added": "Условия были успешно добавлены", - "add-condition-discount-conditions-updated": "Обновлены условия предоставления скидок", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions должен использоваться внутри ConditionsProvider.", - "collections-search": "Поиск...", - "collections-cancel": "Отменить", - "collections-save-and-go-back": "Сохранить и вернуться", - "collections-save-and-close": "Сохранить и закрыть", - "customer-groups-search": "Поиск...", - "customer-groups-cancel": "Отменить", - "customer-groups-save-and-go-back": "Сохранить и вернуться", - "customer-groups-save-and-close": "Сохранить и закрыть", - "product-types-search": "Поиск...", - "product-types-cancel": "Отменить", - "product-types-save-and-go-back": "Сохранить и вернуться", - "product-types-save-and-close": "Сохранить и закрыть", - "products-search": "Поиск...", - "products-cancel": "Отменить", - "products-save-and-go-back": "Сохранить и вернуться", - "products-save-and-close": "Сохранить и закрыть", - "tags-search": "Поиск...", - "tags-cancel": "Отменить", - "tags-save-and-go-back": "Сохранить и вернуться", - "tags-save-and-close": "Сохранить и закрыть", - "edit-condition-add-conditions": "Добавить условия", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Отменить выбор", - "edit-condition-remove": "Удалить", - "edit-condition-add": "Добавить", - "edit-condition-title": "Редактировать {{type}} в условии скидки", - "edit-condition-close": "Закрыть", - "edit-condition-success": "Успешно", - "edit-condition-the-resources-were-successfully-added": "Ресурсы успешно добавлены", - "edit-condition-error": "Ошибка", - "edit-condition-failed-to-add-resources": "Не удалось добавить ресурсы", - "edit-condition-the-resources-were-successfully-removed": "Ресурсы успешно удалены", - "edit-condition-failed-to-remove-resources": "Не удалось удалить ресурсы.", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext должен использоваться внутри EditConditionProvider", - "conditions-conditions": "Условия", - "conditions-add-condition-label": "Добавить условие", - "conditions-this-discount-has-no-conditions": "Эта скидка не имеет условий", - "conditions-success": "Успешно", - "conditions-condition-removed": "Условие удалено", - "conditions-error": "Ошибка", - "conditions-edit-condition": "Редактировать условие", - "conditions-delete-condition": "Удалить условие", - "conditions-discount-is-applicable-to-specific-products": "Скидка распространяется на отдельные товары", - "conditions-discount-is-applicable-to-specific-collections": "Скидка распространяется на отдельные коллекции", - "conditions-discount-is-applicable-to-specific-product-tags": "Скидка распространяется на определенные теги продукта", - "conditions-discount-is-applicable-to-specific-product-types": "Скидка распространяется на отдельные виды товаров", - "conditions-discount-is-applicable-to-specific-customer-groups": "Скидка распространяется на определенные группы клиентов", - "configurations-success": "Успешно", - "configurations-discount-updated-successfully": "Скидка успешно обновлена", - "configurations-error": "Ошибка", - "configurations-edit-configurations": "Редактировать конфигурации", - "configurations-cancel": "Отменить", - "configurations-save": "Сохранить", - "configurations-configurations": "Конфигурации", - "configurations-start-date": "Дата начала", - "configurations-end-date": "Дата окончания", - "configurations-delete-configuration": "Удалить конфигурацию", - "configurations-discount-end-date-removed": "Дата окончания действия скидки удалена", - "configurations-number-of-redemptions": "Количество погашений", - "configurations-redemption-limit-removed": "Лимит погашения удален.", - "configurations-delete-setting": "Удалить настройку", - "configurations-discount-duration-removed": "Срок действия скидки отменен", - "general-success": "Успешно", - "general-discount-updated-successfully": "Скидка успешно обновлена", - "general-error": "Ошибка", - "general-edit-general-information": "Редактировать общую информацию", - "general-details": "Подробности", - "general-metadata": "Метаданные", - "general-cancel": "Отменить", - "general-save-and-close": "Сохранить и закрыть", - "general-delete-promotion": "Удалить рекламную акцию", - "general-confirm-delete-promotion": "Вы уверены, что хотите удалить эту рекламную акцию?", - "general-promotion-deleted-successfully": "Рекламная акция успешно удалена", - "general-discount-published-successfully": "Скидка успешно опубликована", - "general-discount-drafted-successfully": "Скидка оформлена успешно", - "general-delete-discount": "Удалить скидку", - "general-template-discount": "Скидка по шаблону", - "general-published": "Опубликовано", - "general-draft": "Черновик", - "general-discount-amount": "Сумма скидки", - "general-valid-regions": "Допустимые регионы", - "general-total-redemptions": "Всего погашений", - "general-free-shipping": "БЕСПЛАТНАЯ ДОСТАВКА", - "general-unknown-discount-type": "Неизвестный тип скидки", - "details-discount-deleted": "Скидка удалена", - "details-confirm-delete-discount": "Вы уверены, что хотите удалить эту скидку?", - "details-delete-discount": "Удалить скидку", - "details-back-to-discounts": "Вернуться к скидкам", - "details-raw-discount": "Необработанная скидка", - "discounts-add-discount": "Добавить скидку", - "discount-form-add-conditions": "Добавить условия", - "discount-form-choose-a-condition-type": "Выберите тип условия", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Вы можете добавить только одно условие каждого типа.", - "discount-form-you-cannot-add-any-more-conditions": "Вы не можете добавить больше условий", - "discount-form-cancel": "Отменить", - "discount-form-save": "Сохранить", - "add-condition-tables-cancel": "Отменить", - "add-condition-tables-save-and-add-more": "Сохранить и добавить еще", - "add-condition-tables-save-and-close": "Сохранить и закрыть", - "add-condition-tables-search-by-title": "Поиск по названию...", - "add-condition-tables-search-groups": "Поиск по группам...", - "add-condition-tables-search-products": "Поиск товаров...", - "add-condition-tables-search-by-tag": "Поиск по тегу...", - "add-condition-tables-search-by-type": "Поиск по типу...", - "details-condition-tables-search-by-title": "Поиск по названию...", - "details-condition-tables-search-groups": "Поиск по группам...", - "details-condition-tables-cancel": "Отменить", - "details-condition-tables-save-and-add-more": "Сохранить и добавить еще", - "details-condition-tables-save-and-close": "Сохранить и закрыть", - "details-condition-tables-search-products": "Поиск товаров...", - "details-condition-tables-search-by-tag": "Поиск по тегу...", - "details-condition-tables-search-by-type": "Поиск по типу...", - "edit-condition-tables-search-by-title": "Поиск по названию...", - "edit-condition-tables-title": "Название", - "edit-condition-tables-search-groups": "Поиск по группам...", - "edit-condition-tables-cancel": "Отменить", - "edit-condition-tables-delete-condition": "Удалить условие", - "edit-condition-tables-save": "Сохранить", - "edit-condition-tables-search-products": "Поиск товаров...", - "edit-condition-tables-search-by-tag": "Поиск по тегу...", - "edit-condition-tables-search-by-type": "Поиск по типу...", - "shared-title": "Название", - "shared-products": "Товары", - "shared-applies-to-the-selected-items": "Применяется к выбранным предметам.", - "shared-applies-to-all-items-except-the-selected-items": "Применяется ко всем предметам, за исключением выбранных предметов.", - "shared-members": "Участники", - "shared-status": "Статус", - "shared-variants": "Варианты", - "shared-tag": "Тег", - "shared-type": "Тип", - "edit-conditions-modal-title": "Редактировать {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm должен быть дочерним элементом DiscountFormContext", - "discount-form-error": "Ошибка", - "discount-form-save-as-draft": "Сохранить как черновик", - "discount-form-publish-discount": "Опубликовать скидку", - "discount-form-create-new-discount": "Создать новую скидку", - "discount-form-discount-type": "Тип скидки", - "discount-form-select-a-discount-type": "Выбрать тип скидки", - "discount-form-allocation": "Распределение", - "discount-form-general": "Общие", - "discount-form-configuration": "Конфигурация", - "discount-form-discount-code-application-disclaimer": "Код скидки применяется с момента нажатия кнопки публикации и навсегда, если его не трогать.", - "discount-form-conditions": "Условия", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Код скидки распространяется на все товары, если их не трогать.", - "discount-form-add-conditions-to-your-discount": "Добавьте условия к вашей скидке", - "discount-form-metadata": "Метаданные", - "discount-form-metadata-usage-description": "Метаданные позволяют вам добавлять дополнительную информацию к вашей скидке.", - "condition-item-remainder-more": "+{{remainder}} больше", - "conditions-edit": "Редактировать", - "conditions-product": "Товар", - "conditions-collection": "Коллекция", - "conditions-tag": "Тег", - "conditions-customer-group": "Группа клиентов", - "conditions-type": "Тип", - "conditions-add-condition": "Добавить условие", - "sections-start-date": "Дата начала", - "sections-schedule-the-discount-to-activate-in-the-future": "Запланируйте скидку для активации в будущем.", - "sections-select-discount-start-date": "Если вы хотите запланировать активацию скидки в будущем, вы можете установить здесь дату начала, в противном случае скидка вступит в силу немедленно.", - "sections-start-time": "Время начала", - "sections-discount-has-an-expiry-date": "У скидки есть срок действия?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Запланируйте отключение скидки в будущем.", - "sections-select-discount-end-date": "Если вы хотите запланировать деактивацию скидки в будущем, вы можете установить дату истечения срока действия здесь.", - "sections-expiry-date": "Дата истечения", - "sections-expiry-time": "Время истечения", - "sections-limit-the-number-of-redemptions": "Ограничить количество погашений?", - "sections-limit-applies-across-all-customers-not-per-customer": "Ограничение распространяется на всех клиентов, а не на одного клиента.", - "sections-limit-discount-number-of-uses": "Если вы хотите ограничить количество раз, когда клиент может воспользоваться этой скидкой, вы можете установить ограничение здесь.", - "sections-number-of-redemptions": "Количество погашений", - "sections-availability-duration": "Срок доступности?", - "sections-set-the-duration-of-the-discount": "Установите длительность скидки.", - "sections-select-a-discount-type": "Выбрать тип скидки", - "sections-total-amount": "Общая сумма", - "sections-apply-to-the-total-amount": "Применить к общей сумме", - "sections-item-specific": "Конкретный предмет", - "sections-apply-to-every-allowed-item": "Применяется ко всем разрешенным предметам", - "sections-percentage": "Процент", - "sections-fixed-amount": "Фиксированная сумма", - "sections-discount-in-whole-numbers": "Скидка в целых числах", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Если вы хотите использовать тип фиксированной суммы, вы можете выбрать только один действительный регион.", - "sections-free-shipping": "Бесплатная доставка", - "sections-override-delivery-amount": "Изменить сумму доставки", - "sections-at-least-one-region-is-required": "Укажите хотя бы один регион", - "sections-choose-valid-regions": "Выберите допустимые регионы", - "sections-code": "Код", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Требуется код", - "sections-amount-is-required": "Требуемая сумма", - "sections-amount": "Сумма", - "sections-customer-invoice-code": "Код, который ваши клиенты будут вводить при оформлении заказа. Это будет указано в счете вашего клиента.", - "sections-uppercase-letters-and-numbers-only": "Только заглавные буквы и цифры.", - "sections-description": "Описание", - "sections-summer-sale-2022": "Летняя распродажа 2022", - "sections-this-is-a-template-discount": "Это шаблонная скидка", - "sections-template-discounts-description": "Шаблонные скидки позволяют определить набор правил, которые можно использовать для группы скидок. Это полезно в кампаниях, которые должны генерировать уникальные коды для каждого пользователя, но правила для всех уникальных кодов должны быть одинаковыми.", - "discount-form-product": "Товар", - "discount-form-only-for-specific-products": "Только для определенных товаров", - "discount-form-choose-products": "Выбрать товары", - "discount-form-customer-group": "Группа клиентов", - "discount-form-only-for-specific-customer-groups": "Только для определенных групп клиентов", - "discount-form-choose-groups": "Выбрать группы", - "discount-form-tag": "Тег", - "discount-form-only-for-specific-tags": "Только для определенных тегов", - "discount-form-collection": "Коллекция", - "discount-form-only-for-specific-product-collections": "Только для определенных коллекций товаров", - "discount-form-choose-collections": "Выбрать коллекции", - "discount-form-type": "Тип", - "discount-form-only-for-specific-product-types": "Только для определенных типов товаров", - "discount-form-choose-types": "Выбрать типы", - "utils-products": "товары", - "utils-groups": "группы", - "utils-tags": "теги", - "utils-collections": "коллекции", - "utils-types": "типы", - "gift-cards-created-gift-card": "Подарочная карта создана.", - "gift-cards-custom-gift-card-was-created-successfully": "Специальная подарочная карта успешно создана.", - "gift-cards-error": "Ошибка", - "gift-cards-custom-gift-card": "Индивидуальная подарочная карта", - "gift-cards-details": "Подробности", - "gift-cards-receiver": "Получатель", - "gift-cards-cancel": "Отменить", - "gift-cards-create-and-send": "Создать и отправить", - "details-updated-gift-card": "Обновленная подарочная карта", - "details-gift-card-was-successfully-updated": "Подарочная карта успешно обновлена", - "details-failed-to-update-gift-card": "Не удалось обновить подарочную карту.", - "details-edit-gift-card": "Редактировать подарочную карту", - "details-details": "Подробности", - "details-edit-details": "Редактировать подробности", - "details-update-balance-label": "Обновить баланс", - "details-updated-status": "Статус обновлен", - "details-successfully-updated-the-status-of-the-gift-card": "Статус подарочной карты успешно обновлен.", - "details-back-to-gift-cards": "Вернуться к подарочным картам", - "details-original-amount": "Первоначальная сумма", - "details-balance": "Баланс", - "details-region": "Регион", - "details-expires-on": "Истекает в", - "details-created": "Создано", - "details-raw-gift-card": "Необработанная подарочная карта", - "details-balance-updated": "Баланс обновлен", - "details-gift-card-balance-was-updated": "Баланс подарочной карты был обновлен", - "details-failed-to-update-balance": "Не удалось обновить баланс", - "details-update-balance": "Обновить баланс", - "manage-back-to-gift-cards": "Вернуться к подарочным картам", - "gift-cards-please-enter-a-name-for-the-gift-card": "Пожалуйста, введите название подарочной карты", - "gift-cards-please-add-at-least-one-denomination": "Добавьте хотя бы один номинал", - "gift-cards-denominations": "Номиналы", - "gift-cards-success": "Успешно", - "gift-cards-successfully-created-gift-card": "Подарочная карта успешно создана", - "gift-cards-create-gift-card": "Создать подарочную карту", - "gift-cards-gift-card-details": "Подробности о подарочной карте", - "gift-cards-name": "Имя", - "gift-cards-the-best-gift-card": "Лучшая подарочная карта", - "gift-cards-description": "Описание", - "gift-cards-the-best-gift-card-of-all-time": "Лучшая подарочная карта всех времен", - "gift-cards-thumbnail": "Миниатюра", - "gift-cards-delete": "Удалить", - "gift-cards-size-recommended": "рекомендуется разрешение 1200 x 1600 (3:4), до 10 МБ каждое", - "gift-cards-amount": "Сумма", - "gift-cards-add-denomination": "Добавить номинал", - "gift-cards-create-publish": "Создать и опубликовать", - "gift-cards-successfully-updated-gift-card": "Подарочная карта успешно обновлена.", - "gift-cards-gift-cards": "Подарочные карты", - "gift-cards-manage": "Управляйте подарочными картами вашего магазина Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Готовы ли вы продать свою первую подарочную карту?", - "gift-cards-no-gift-card-has-been-added-yet": "Подарочная карта еще не добавлена.", - "gift-cards-history": "История", - "gift-cards-see-the-history-of-purchased-gift-cards": "Посмотреть историю купленных подарочных карт", - "gift-cards-successfully-deleted-gift-card": "Подарочная карта успешно удалена.", - "gift-cards-yes-delete": "Да, удалить", - "gift-cards-delete-gift-card": "Удалить подарочную карту", - "inventory-filters": "Фильтры", - "address-form-address": "Адрес", - "address-form-company": "Компания", - "address-form-address-1": "Адрес 1", - "address-form-this-field-is-required": "Это поле обязательно к заполнению", - "address-form-address-2": "Адрес 2", - "address-form-postal-code": "Почтовый индекс", - "address-form-city": "Город", - "address-form-country": "Страна", - "edit-sales-channels-edit-channels": "Редактировать каналы", - "edit-sales-channels-add-channels": "Добавить каналы", - "general-form-location-name": "Название местоположения", - "general-form-flagship-store-warehouse": "Флагманский магазин, склад", - "general-form-name-is-required": "Имя обязательно", - "location-card-delete-location": "Удалить местоположение", - "location-card-confirm-delete": "Вы уверены, что хотите удалить это местоположение. При этом также будут удалены все уровни запасов и резервирования, связанные с этим местоположением.", - "location-card-success": "Успешно", - "location-card-location-deleted-successfully": "Местоположение успешно удалено", - "location-card-error": "Ошибка", - "location-card-edit-details": "Edit details", - "location-card-delete": "Delete", - "location-card-connected-sales-channels": "Connected sales channels", - "sales-channels-form-add-sales-channels": "Add sales channels", - "sales-channels-form-edit-channels": "Edit channels", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Not connected to any sales channels yet", - "edit-success": "Успешно", - "edit-location-edited-successfully": "Location edited successfully", - "edit-error": "Ошибка", - "edit-edit-location-details": "Edit Location Details", - "edit-metadata": "Метаданные", - "edit-cancel": "Отменить", - "edit-save-and-close": "Сохранить и закрыть", - "new-location-added-successfully": "Местоположение успешно добавлено", - "new-location-created": "Местоположение создано успешно, но при связывании каналов продаж произошла ошибка.", - "new-cancel-location-changes": "Вы уверены, что хотите отменить с несохраненными изменениями?", - "new-yes-cancel": "Да, отменить", - "new-no-continue-creating": "Нет, продолжить создавать", - "new-add-location": "Добавить местоположение", - "new-add-new-location": "Добавить новое местоположение", - "new-general-information": "Общая информация", - "new-location-details": "Укажите подробную информацию об этом местоположении", - "new-select-location-channel": "Укажите, через какие каналы продаж можно приобрести товары в этом местоположении.", - "oauth-complete-installation": "Полная установка", - "claim-type-form-refund": "Возврат денег", - "claim-type-form-replace": "Замена", - "items-to-receive-form-items-to-receive": "Предметы для получения", - "items-to-receive-form-product": "Товар", - "items-to-receive-form-quantity": "Количество", - "items-to-receive-form-refundable": "Подлежит возврату", - "add-return-reason-reason-for-return": "Причина возврата", - "add-return-reason-reason": "Причина", - "add-return-reason-choose-a-return-reason": "Выбрать причину возврата", - "add-return-reason-note": "Примечание", - "add-return-reason-product-was-damaged-during-shipping": "Товар был поврежден во время транспортировки", - "add-return-reason-cancel": "Отменить", - "add-return-reason-save-and-go-back": "Сохранить и вернуться", - "add-return-reason-select-reason-title": "Выбрать причину", - "add-return-reason-edit-reason": "Редактировать причину", - "add-return-reason-select-reason": "Выбрать причину", - "items-to-return-form-items-to-claim": "Предметы, на которые можно претендовать", - "items-to-return-form-items-to-return": "Предметы возврата", - "items-to-return-form-product": "Товар", - "items-to-return-form-quantity": "Количество", - "items-to-return-form-refundable": "Подлежит возврату", - "add-additional-items-screen-go-back": "Вернуться назад", - "add-additional-items-screen-add-products": "Добавить продукты", - "add-additional-items-screen-add-product-variants": "Добавить варианты товара", - "add-additional-items-screen-search-products": "Поиск товаров", - "add-additional-items-screen-variant-price-missing": "В этом варианте нет цены для региона/валюты этого заказа, и его нельзя выбрать.", - "add-additional-items-screen-stock": "Запас", - "add-additional-items-screen-price": "Цена", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Цена была изменена в прайс-листе, применимом к этому заказу.", - "items-to-send-form-items-to-send": "Предметы для отправки", - "items-to-send-form-add-products": "Добавить товары", - "items-to-send-form-product": "Товар", - "items-to-send-form-quantity": "Количество", - "items-to-send-form-price": "Цена", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Цена была изменена в прайс-листе, применимом к этому заказу.", - "refund-amount-form-cancel-editing-refund-amount": "Отменить редактирование суммы возврата", - "refund-amount-form-edit-refund-amount": "Редактировать сумму возврата", - "refund-amount-form-refund-amount-cannot-be-negative": "Сумма возврата не может быть отрицательной", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Сумма возврата должна быть не менее 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} предметы не зарезервированы", - "reservation-indicator-this-item-has-been-fulfilled": "Этот предмет был выполнен.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} предмет: ${{locationName}}", - "reservation-indicator-edit-reservation": "Редактировать резервирование", - "rma-summaries-claimed-items": "Заявленные предметы", - "rma-summaries-replacement-items": "Сменные предметы", - "rma-summaries-customer-refund-description": "Клиент получит полный возврат средств за заявленные предметы, так как стоимость замены предметов и доставки вычтена не будет. В качестве альтернативы вы можете установить индивидуальную сумму возврата при получении возвращенных предметов или вместо этого произвести обмен.", - "rma-summaries-refund-amount": "Сумма возврата", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Клиенту будет возвращена сумма, как только возвращенные предметы будут получены", - "rma-summaries-the-customer-will-be-refunded-immediately": "Клиенту будут возвращены деньги немедленно", - "rma-summaries-receiving": "Получение", - "rma-summaries-free": "Бесплатно", - "send-notification-form-return": "возврат", - "send-notification-form-exchange": "обмен", - "send-notification-form-claim": "претензия", - "send-notification-form-send-notifications": "Отправить уведомления", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Если флажок снят, клиент не получит сообщения об этом {{subject}}.", - "shipping-address-form-shipping-address": "Адрес доставки", - "shipping-address-form-ship-to-a-different-address": "Отправить на другой адрес", - "shipping-address-form-cancel": "Отменить", - "shipping-address-form-save-and-go-back": "Сохранить и вернуться", - "shipping-address-form-shipping-information": "Информация о доставке", - "shipping-form-shipping-for-return-items": "Доставка для возвратных предметов", - "shipping-form-shipping-for-replacement-items": "Доставка предметов для замены", - "shipping-form-shipping-method-is-required": "Необходимо указать способ доставки", - "shipping-form-choose-shipping-method": "Выбрать способ доставки", - "shipping-form-shipping-method": "Способ доставки", - "shipping-form-add-custom-price": "Добавить индивидуальную цену", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Обратная доставка предметов, заявленных клиентом, осуществляется бесплатно.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Доставка предметов для замены осуществляется бесплатно.", - "components-decrease-quantity": "Уменьшить количество", - "components-increase-quantity": "Увеличьте количество", - "details-successfully-updated-address": "Адрес успешно обновлен", - "details-billing-address": "Платежный адрес", - "details-shipping-address": "Адрес доставки", - "details-contact": "Контакт", - "details-location": "Местоположение", - "claim-are-you-sure-you-want-to-close": "Вы уверены, что хотите закрыть?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "У вас есть несохраненные изменения. Вы уверены, что хотите закрыть?", - "claim-please-select-a-reason": "Пожалуйста, выберите причину", - "claim-a-shipping-method-for-replacement-items-is-required": "Требуется указать способ доставки заменяемых предметов", - "claim-successfully-created-claim": "Заявка успешно создана.", - "claim-created": "Заявка на заказ #{{display_id}} была успешно создана", - "claim-error-creating-claim": "Ошибка при создании заявки.", - "claim-create-claim": "Создать заявку", - "claim-location": "Местоположение", - "claim-choose-which-location-you-want-to-return-the-items-to": "Выберите, куда вы хотите вернуть предметы.", - "claim-select-location-to-return-to": "Выберите местоположение, в которое нужно вернуть", - "claim-cancel": "Отменить", - "claim-submit-and-close": "Отправить и закрыть", - "create-fulfillment-error": "Ошибка", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Пожалуйста, выберите место для выполнения из", - "create-fulfillment-cant-allow-this-action": "Невозможно разрешить это действие", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Попытка выполнить больше, чем есть в наличии", - "create-fulfillment-successfully-fulfilled-order": "Успешно выполненный заказ", - "create-fulfillment-successfully-fulfilled-swap": "Успешно выполнен обмен", - "create-fulfillment-successfully-fulfilled-claim": "Заявка успешно удовлетворена", - "create-fulfillment-success": "Успешно", - "create-fulfillment-cancel": "Отменить", - "create-fulfillment-create-fulfillment": "Создать выполнение", - "create-fulfillment-create-fulfillment-title": "Создать выполнение", - "create-fulfillment-locations": "Местоположения", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Выберите, откуда вы хотите выполнить заказ.", - "create-fulfillment-items-to-fulfill": "Предметы для выполнения", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Выберите количество предметов, которые хотите выполнить.", - "create-fulfillment-send-notifications": "Отправлять уведомления", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "При включении будут отправляться уведомления по электронной почте.", - "create-fulfillment-quantity-is-not-valid": "Недопустимое количество", - "detail-cards-allocated": "Выделено", - "detail-cards-not-fully-allocated": "Не полностью выделено", - "detail-cards-subtotal": "Промежуточный итог", - "detail-cards-shipping": "Доставка", - "detail-cards-tax": "Налог", - "detail-cards-total": "Общий", - "detail-cards-edit-order": "Редактировать заказ", - "detail-cards-allocate": "Выделить", - "detail-cards-discount": "Скидка:", - "detail-cards-original-total": "Исходная сумма", - "details-successfully-updated-the-email-address": "Адрес электронной почты успешно обновлен.", - "details-email-address": "Адрес электронной почты", - "details-save": "Сохранить", - "details-order-id-copied": "ID заказа скопирован.", - "details-email-copied": "Электронная почта скопирована.", - "details-cancel-order-heading": "Отменить заказ", - "details-are-you-sure-you-want-to-cancel-the-order": "Вы уверены, что хотите отменить заказ?", - "order-details-display-id": "заказ #{{display_id}}", - "details-successfully-canceled-order": "Заказ успешно отменен", - "details-go-to-customer": "Перейти к клиенту", - "details-transfer-ownership": "Передача владения", - "details-edit-shipping-address": "Редактировать адрес доставки", - "details-edit-billing-address": "Редактировать платежный адрес", - "details-edit-email-address": "Редактировать адрес электронной почты", - "details-back-to-orders": "Вернуться к заказам", - "details-cancel-order": "Отменить заказ", - "details-payment": "Платеж", - "details-refunded": "Возвращен", - "details-total-paid": "Итого", - "details-fulfillment": "Выполнено", - "details-create-fulfillment": "Создать выполнение", - "details-shipping-method": "Способ доставки", - "details-customer": "Клиент", - "details-shipping": "Доставка", - "details-billing": "Биллинг", - "details-raw-order": "Необработанный заказ", - "mark-shipped-successfully-marked-order-as-shipped": "Заказ успешно помечен как доставлен", - "mark-shipped-successfully-marked-swap-as-shipped": "Замена успешно помечена как доставлена", - "mark-shipped-successfully-marked-claim-as-shipped": "Заявка успешно помечана как доставленая.", - "mark-shipped-success": "Успешно", - "mark-shipped-error": "Ошибка", - "mark-shipped-mark-fulfillment-shipped": "Доставка помечана выполненой", - "mark-shipped-tracking": "Отслеживание", - "mark-shipped-tracking-number-label": "Номер отслеживания", - "mark-shipped-tracking-number": "Номер отслеживания...", - "mark-shipped-add-additional-tracking-number": "+ Добавить дополнительный номер отслеживания", - "mark-shipped-send-notifications": "Отправлять уведомления", - "mark-shipped-cancel": "Отменить", - "mark-shipped-complete": "Завершить", - "order-line-warning": "Предупреждение", - "order-line-cannot-duplicate-an-item-without-a-variant": "Невозможно дублировать предмет без варианта.", - "order-line-error": "Ошибка", - "order-line-failed-to-duplicate-item": "Не удалось продублировать предмет", - "order-line-success": "Успешно", - "order-line-item-removed": "Предмет удален", - "order-line-failed-to-remove-item": "Не удалось удалить предмет", - "order-line-item-added": "Предмет добавлен", - "order-line-failed-to-replace-the-item": "Не удалось заменить предмет", - "order-line-replace-product-variants": "Заменить варианты товара", - "order-line-replace-with-other-item": "Заменить другим предметом", - "order-line-duplicate-item": "Продублировать предмет", - "order-line-remove-item": "Удалить предмет", - "order-line-line-item-cannot-be-edited": "Эта позиция является частью выполнения и не может быть отредактирована. Отмените выполнение, чтобы отредактировать позицию.", - "order-line-new": "Новое", - "order-line-modified": "Модифицированный", - "receive-return-please-select-at-least-one-item-to-receive": "Пожалуйста, выберите хотя бы один предмет для получения", - "receive-return-successfully-received-return": "Возврат успешно получен", - "receive-return-received-return-for-order": "Получен возврат заказа #{{display_id}}", - "receive-return-failed-to-receive-return": "Не удалось получить возврат", - "receive-return-receive-return": "Получить возврат", - "receive-return-location": "Местоположение", - "receive-return-choose-location": "Выберите, в какое место вы хотите вернуть предметы.", - "receive-return-select-location-to-return-to": "Выберите местоположение, в которое нужно вернуть", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Для товаров в выбранном местоположении не существует уровней запасов", - "receive-return-cancel": "Отменить", - "receive-return-save-and-close": "Сохранить и закрыть", - "refund-success": "Успешно", - "refund-successfully-refunded-order": "Заказ успешно возвращен", - "refund-error": "Ошибка", - "refund-create-a-refund": "Создать возврат", - "refund-attention": "Внимание!", - "refund-system-payment-disclaimer": "Один или несколько ваших платежей являются системными. Имейте в виду, что Medusa не занимается фиксацией и возвратом средств по таким платежам.", - "refund-details": "Подробности", - "refund-cannot-refund-more-than-the-orders-net-total": "Мы не можем вернуть сумму, превышающую чистую сумму заказа.", - "refund-discount": "Скидка", - "refund-reason": "Причина", - "refund-note": "Примечание", - "refund-discount-for-loyal-customer": "Скидка для постоянных клиентов", - "refund-send-notifications": "Отправлять уведомления", - "refund-cancel": "Отменить", - "refund-complete": "Завершить", - "reservation-reservation-was-deleted": "Резервация удалена", - "reservation-the-allocated-items-have-been-released": "Выделенные предметы были освобождены.", - "reservation-error": "Ошибка", - "reservation-failed-to-delete-the-reservation": "Не удалось удалить резервацию. ", - "reservation-reservation-was-updated": "Резервирование обновлено", - "reservation-the-reservation-change-was-saved": "Изменение резервации сохранено.", - "reservation-errors": "Ошибки", - "reservation-failed-to-update-reservation": "Не удалось обновить резервирование", - "reservation-edit-reservation": "Редактировать резервирование", - "reservation-location": "Местоположение", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Выберите, из какого места вы хотите отправить предметы.", - "reservation-items-to-allocate-title": "Предметы для распределения", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Выберите количество предметов, которые вы хотите распределить.", - "reservation-max-reservation-requested": " / {{maxReservation}} запрошено", - "reservation-reserved": " зарезервировано", - "reservation-description": "Описание", - "reservation-what-type-of-reservation-is-this": "Что это за тип резервирования?", - "reservation-metadata": "Метаданные", - "reservation-remove-metadata": "Удалить метаданные", - "reservation-add-metadata": "Добавить метаданные", - "reservation-delete-reservation": "Удалить резервирование", - "reservation-cancel": "Отменить", - "reservation-save-and-close": "Сохранить и закрыть", - "reservation-couldnt-allocate-items": "Не удалось выделить предметы", - "reservation-items-allocated": "Выделенные предметы", - "reservation-items-have-been-allocated-successfully": "Предметы были успешно распределены", - "reservation-save-reservation": "Сохранить резервирование", - "reservation-loading": "Загрузка...", - "reservation-allocate-order-items": "Распределить предметы заказа", - "reservation-choose-where-you-wish-to-allocate-from": "Выберите, откуда вы хотите выделить", - "reservation-items-to-allocate": "Предметы для распределения", - "returns-success": "Успешно", - "returns-successfully-returned-order": "Заказ успешно возвращен", - "returns-error": "Ошибка", - "returns-request-return": "Запросить возврат", - "returns-items-to-return": "Предметы возврата", - "returns-choose-which-location-you-want-to-return-the-items-to": "Выберите, куда вы хотите вернуть предметы.", - "returns-select-location-to-return-to": "Выберите местоположение, в которое нужно вернуть", - "returns-selected-location-has-no-inventory-levels": "В выбранном местоположении нет уровней запасов для выбранных товаров. Возврат можно запросить, но он не может быть получен до тех пор, пока не будет создан уровень запасов для выбранного местоположения.", - "returns-shipping": "Доставка", - "returns-choose-retur,-shipping-method": "Выберите, какой способ доставки вы хотите использовать для этого возврата.", - "returns-total-refund": "Общий возврат", - "returns-amount": "Сумма", - "returns-send-notifications": "Отправлять уведомления", - "returns-notify-customer-of-created-return": "Уведомить клиента о созданном возврате", - "returns-back": "Назад", - "returns-submit": "Отправить", - "rma-sub-modals-search-for-additional": "Поиск дополнительных", - "rma-sub-modals-general": "Общие", - "rma-sub-modals-first-name": "Имя", - "rma-sub-modals-last-name": "Фамилия", - "rma-sub-modals-phone": "Телефон", - "rma-sub-modals-shipping-address": "Адрес доставки", - "rma-sub-modals-address-1": "Адрес 1", - "rma-sub-modals-address-2": "Адрес 2", - "rma-sub-modals-province": "Область", - "rma-sub-modals-postal-code": "Почтовый индекс", - "rma-sub-modals-city": "Город", - "rma-sub-modals-country": "Страна", - "rma-sub-modals-back": "Назад", - "rma-sub-modals-add": "Добавить", - "rma-sub-modals-name": "Имя", - "rma-sub-modals-status": "Статус", - "rma-sub-modals-in-stock": "В наличии", - "rma-sub-modals-products": "Товары", - "rma-sub-modals-search-products": "Поиск товаров..", - "rma-sub-modals-reason-for-return": "Причина возврата", - "rma-sub-modals-reason": "Причина", - "rma-sub-modals-note": "Примечание", - "swap-success": "Успешно", - "swap-successfully-created-exchange": "Обмен успешно создан", - "swap-error": "Ошибка", - "swap-register-exchange": "Регистрация обмена", - "swap-items-to-return": "Предметы возврата", - "swap-shipping": "Доставка", - "swap-shipping-method": "Способ доставки", - "swap-add-a-shipping-method": "Добавить способ доставки", - "swap-location": "Местоположение", - "swap-choose-which-location-you-want-to-return-the-items-to": "Выберите, куда вы хотите вернуть предметы.", - "swap-select-location-to-return-to": "Выберите местоположение, в которое нужно вернуть", - "swap-items-to-send": "Предметы для отправки", - "swap-add-product": "Добавить товар", - "swap-return-total": "Общий возврат", - "swap-additional-total": "Дополнительный итог", - "swap-outbond-shipping": "Исходящая доставка", - "swap-calculated-at-checkout": "Рассчитывается при оформлении заказа", - "swap-estimated-difference": "Предполагаемая разница", - "swap-send-notifications": "Отправлять уведомления", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Если флажок снят, клиент не получит сообщения об этом обмене.", - "swap-complete": "Завершить", - "templates-shipped": "Доставлен", - "templates-fulfilled": "Выполнен", - "templates-canceled": "Отменен", - "templates-partially-fulfilled": "Частично выполнен", - "templates-fulfillment-status-requires-action": "Требуется действие", - "templates-awaiting-fulfillment": "Ожидается выполнение", - "templates-partially-shipped": "Частично доставлен", - "templates-cancel-fulfillment-heading": "Отменить выполнение?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Вы уверены, что хотите отменить выполнение?", - "templates-successfully-canceled-swap": "Обмен успешно отменен.", - "templates-error": "Ошибка", - "templates-successfully-canceled-claim": "Заявка успешно отменена", - "templates-successfully-canceled-fulfillment": "Выполнение успешно отменено", - "templates-fulfillment-has-been-canceled": "Выполнение отменено", - "templates-fulfilled-by-provider": "{{title}} Выполнен {{provider}}", - "templates-not-shipped": "Не доставлен", - "templates-tracking": "Отслеживание", - "templates-shipped-from": "Доставлено из", - "templates-shipping-from": "Доставка из", - "templates-mark-shipped": "Отметить доставленным", - "templates-cancel-fulfillment": "Отменить выполнение", - "templates-completed": "Завершено", - "templates-processing": "Обработка", - "templates-requires-action": "Требуется действие", - "templates-capture-payment": "Получение платежа", - "templates-successfully-captured-payment": "Платеж успешно зачислен", - "templates-refund": "Возврат денег", - "templates-total-for-swaps": "Итого по обменам", - "templates-refunded-for-swaps": "Возврат средств за обмен", - "templates-refunded-for-returns": "Возврат средств за возврат", - "templates-manually-refunded": "Возврат средств вручную", - "templates-net-total": "Чистая сумма", - "templates-paid": "Оплачено", - "templates-awaiting-payment": "Ожидание оплаты", - "templates-payment-status-requires-action": "Требуется действие", - "draft-orders-completed": "Завершено", - "draft-orders-open": "Открыть", - "draft-orders-mark-as-paid": "Отметить как оплачено", - "draft-orders-success": "Успешно", - "draft-orders-successfully-mark-as-paid": "Успешно отмечено как оплачено", - "draft-orders-error": "Ошибка", - "draft-orders-successfully-canceled-order": "Заказ успешно отменен", - "draft-orders-back-to-draft-orders": "Вернуться к черновым заказам", - "on-mark-as-paid-confirm-order-id": "Заказ #{{display_id}}", - "draft-orders-go-to-order": "Перейти к заказу", - "draft-orders-cancel-draft-order": "Отменить черновой заказ", - "draft-orders-draft-order": "Черновой заказа", - "draft-orders-email": "Электронная почта", - "draft-orders-phone": "Телефон", - "draft-orders-amount": "Сумма {{currency_code}}", - "draft-orders-payment": "Оплата", - "draft-orders-subtotal": "Промежуточный итог", - "draft-orders-shipping": "Доставка", - "draft-orders-tax": "Налог", - "draft-orders-total-to-pay": "Общая сумма к оплате", - "draft-orders-payment-link": "Ссылка для оплаты:", - "draft-orders-configure-payment-link-in-store-settings": "Настройте ссылку для оплаты в настройках магазина", - "draft-orders-shipping-method": "Способ доставки", - "draft-orders-data": "Данные", - "draft-orders-1-item": "(1 предмет)", - "draft-orders-customer": "Клиент", - "draft-orders-edit-shipping-address": "Редактировать адрес доставки", - "draft-orders-edit-billing-address": "Редактировать платежный адрес", - "draft-orders-go-to-customer": "Перейти к Клиенту", - "draft-orders-contact": "Контакт", - "draft-orders-billing": "Выставление счетов", - "draft-orders-raw-draft-order": "Необработанный черновой заказ", - "draft-orders-are-you-sure": "Вы уверены?", - "draft-orders-remove-resource-heading": "Удалить {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} был удален", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Это создаст заказ. Отметьте это как оплаченное, если вы получили платеж.", - "draft-orders-mark-paid": "Отметить оплаченым", - "draft-orders-cancel": "Отменить", - "draft-orders-create-draft-order": "Создать черновой заказ", - "edit-amount-paid": "Выплаченная сумма", - "edit-new-total": "Новый итог", - "edit-difference-due": "Разница из-за", - "edit-back": "Назад", - "edit-save-and-go-back": "Сохранить и вернуться", - "edit-order-edit-set-as-requested": "Набор для редактирования заказа в соответствии с запросом", - "edit-failed-to-request-confirmation": "Не удалось запросить подтверждение", - "edit-added-successfully": "Успешно добавлено", - "edit-error-occurred": "Возникла ошибка", - "edit-add-product-variants": "Добавить варианты товара", - "edit-edit-order": "Редактировать заказ", - "edit-items": "Предметы", - "edit-add-items": "Добавить предметы", - "edit-filter-items": "Фильтровать предметы...", - "edit-note": "Примечание", - "edit-add-a-note": "Добавить примечание...", - "variants-table-location": " в {{location}}", - "edit-product": "Товар", - "edit-in-stock": "В наличии", - "edit-price": "Цена", - "edit-products": "Товары", - "edit-search-product-variants": "Поиск вариантов товара...", - "orders-success": "Успешно", - "orders-successfully-initiated-export": "Экспорт успешно начат", - "orders-error": "Ошибка", - "orders-export-orders": "Экспортные заказы", - "components-billing-address": "Платежный адрес", - "components-use-same-as-shipping": "Используйте то же, что и доставку", - "components-e-g-gift-wrapping": "Например, подарочная упаковка", - "components-title": "Заголовок", - "components-price": "Цена", - "components-quantity": "Количество", - "components-back": "Назад", - "components-add": "Добавить", - "components-items-for-the-order": "Предметы для заказа", - "components-details": "Подробности", - "components-price-excl-taxes": "Цена (без налогов)", - "components-add-custom": "Добавить индивидуальный", - "components-add-existing": "Добавить существующий", - "components-add-products": "Добавить товары", - "components-add-custom-item": "Добавить индивидуальный предмет", - "components-choose-region": "Выберите регион", - "components-region": "Регион", - "select-shipping-to-name": "(К {{name}})", - "components-attention": "Внимание!", - "components-no-options-for-orders-without-shipping": "У вас нет никаких вариантов для заказов без доставки. Пожалуйста, добавьте один (например, \"Выполнение заказа в магазине\"), сняв флажок \"Показывать на веб-сайте\" в настройках региона, и продолжайте.", - "components-choose-a-shipping-method": "Выбрать способ доставки", - "components-set-custom-price": "Установить индивидуальную цену", - "components-custom-price": "Индивидуальная цена", - "components-customer-and-shipping-details": "Подробности о клиенте и доставке", - "components-find-existing-customer": "Найти существующего клиента", - "components-email": "Электронная почта", - "components-choose-existing-addresses": "Выбрать существующие адреса", - "components-create-new": "Создавать новое", - "components-the-discount-is-not-applicable-to-the-selected-region": "Скидка не распространяется на выбранный регион.", - "components-the-discount-code-is-invalid": "Код скидки недействителен.", - "components-add-discount": "Добавить скидку", - "components-summer-10": "SUMMER10", - "components-discount": "Скидка", - "select-shipping-code": "(Код: {{code}})", - "components-type": "Тип", - "components-value": "Ценность", - "components-address": "Адрес", - "components-shipping-method": "Способ доставки", - "components-billing-details": "Платежные реквизиты", - "components-edit": "Редактировать", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm должен использоваться внутри NewOrderFormProvider.", - "new-order-created": "Заказ создан", - "new-create-draft-order": "Создать черновой заказ", - "batch-job-price-list-prices": "Цены прайс-листа", - "batch-job-upload-a-csv-file-with-variants": "Загрузите CSV-файл с вариантами и ценами, чтобы обновить прайс-лист. Обратите внимание, что все существующие цены будут удалены.", - "batch-job-unsure-about-how-to-arrange-your-list": "Не знаете, как составить список?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Загрузите файл шаблона ниже и обновите цены.", - "details-back-to-pricing": "Вернуться к Ценам", - "details-raw-price-list": "Необработанный прайс-лист", - "sections-customer-groups": "Группы клиентов", - "sections-last-edited": "Последнее редактирование", - "sections-price-overrides": "Изменение цены", - "sections-more": "более", - "sections-delete-price-list-heading": "Удалить прайс-лист", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Вы уверены, что хотите удалить этот прайс-лист?", - "sections-success": "Успешно", - "sections-price-list-deleted-successfully": "Прайс-лист успешно удален", - "sections-edit-price-list-details": "Редактировать сведения о прайс-листе", - "sections-delete-price-list": "Удалить прайс-лист", - "edit-prices-overrides-edit-price-overrides": "Редактировать переопределения цен", - "edit-prices-overrides-success": "Успешно", - "edit-prices-overrides-price-overrides-updated": "Переопределения цен обновлены", - "edit-prices-overrides-cancel": "Отменить", - "edit-prices-overrides-save": "Сохранить", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Добавить цены", - "prices-details-edit-prices": "Редактировать цены", - "prices-details-prices": "Цены", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Вы сможете редактировать цены на товары, которые вы добавляете здесь", - "prices-details-remove-from-list": "Удалить из списка", - "prices-details-edit-manually": "Редактировать вручную", - "prices-details-import-price-list": "Прайс-лист на импорт", - "prices-table-search-by-name-or-sku": "Поиск по названию или артикулу...", - "prices-table-edit-prices": "Редактировать цены", - "prices-table-remove-product": "Удалить товар", - "prices-table-success": "Успешно", - "prices-table-deleted-prices-of-product": "Удаленные цены на товар: {{title}}", - "prices-table-error": "Ошибка", - "prices-table-name": "Имя", - "prices-table-collection": "Коллекция", - "prices-table-no-collection": "Нет коллекции", - "prices-table-variants": "Варианты", - "pricing-add-price-list": "Добавить прайс-лист", - "pricing-price-lists": "Прайс-листы", - "form-header-error": "Ошибка", - "form-header-success": "Успешно", - "form-header-successfully-updated-price-list": "Прайс-лист успешно обновлен.", - "form-header-publish-price-list": "Опубликовать прайс-лист", - "form-header-save-as-draft": "Сохранить как черновик", - "form-header-save-changes": "Сохранить изменения", - "form-header-cancel": "Отменить", - "pricing-form-create-new-price-list": "Create new price list", - "pricing-form-edit-price-list": "Редактировать прайс-лист", - "sections-configuration": "Конфигурация", - "sections-optional-configuration-for-the-price-list": "Дополнительная конфигурация для прайс-листа", - "sections-price-overrides-time-application": "Изменения цен применяются с момента нажатия кнопки публикации и навсегда, если их не менять.", - "sections-price-overrides-has-a-start-date": "У изменения цен есть дата начала?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Запланируйте переопределение цен для активации в будущем.", - "sections-price-overrides-has-an-expiry-date": "У переопределения цены есть срок действия?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Запланируйте переопределение цен для деактивации в будущем.", - "sections-end-date": "Дата окончания", - "sections-customer-availabilty": "Доступность клиентов", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Укажите, для каких групп клиентов следует применять переопределение цен.", - "sections-customer-groups-label": "Группы клиентов", - "sections-general": "Общий", - "sections-general-information-for-the-price-list": "Общая информация по прайс-листу.", - "sections-name": "Имя", - "sections-b-2-b-black-friday": "B2B, Черная пятница...", - "sections-for-our-business-partners": "Для наших деловых партнеров...", - "sections-tax-inclusive-prices": "Цены с учетом налогов", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Выберите, чтобы все цены в этом списке включали налог.", - "sections-prices": "Цены", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Вы сможете изменить цены на товары, которые вы добавляете здесь", - "sections-define-the-price-overrides-for-the-price-list": "Определите переопределения цен для прайс-листа", - "sections-edit-prices-label": "Редактировать цены", - "sections-remove-from-list": "Удалить из списка", - "sections-search-by-name-or-sku": "Поиск по названию или артикулу...", - "sections-edit-prices": "Редактировать цены", - "sections-price-list-type": "Тип прайс-листа", - "sections-select-the-type-of-the-price-list": "Выберите тип прайс-листа", - "sections-sale-prices-compare-to-price-override": "В отличие от цен на распродажу, переопределение цены не оповестит клиента о том, что цена является частью распродажи.", - "sections-sale": "Распродажа", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Используйте это, если вы создаете цены для распродажи.", - "sections-override": "Переопределение", - "sections-use-this-to-override-prices": "Используйте это для переопределения цен.", - "components-success": "Успешно", - "components-successfully-updated-category-tree": "Дерево категорий успешно обновлено.", - "components-error": "Ошибка", - "components-failed-to-update-category-tree": "Не удалось обновить дерево категорий", - "components-delete": "Удалить", - "components-category-deleted": "Категория удалена", - "components-category-deletion-failed": "Удаление категории не удалось", - "components-category-status-is-inactive": "Статус категории неактивен", - "components-category-visibility-is-private": "Доступность категории конфиденциальна", - "components-add-category-item-to": "Добавить предмет категории в", - "modals-public": "Общественный", - "modals-private": "Частный", - "modals-active": "Активный", - "modals-inactive": "Неактивный", - "modals-success": "Успешно", - "modals-successfully-created-a-category": "Категория успешно создана", - "modals-failed-to-create-a-new-category": "Не удалось создать новую категорию", - "modals-error": "Ошибка", - "modals-save-category": "Сохранить категорию", - "modals-add-category-to": "Добавить категорию в {{name}}", - "modals-add-category": "Добавить категорию", - "modals-details": "Подробности", - "modals-name": "Имя", - "modals-give-this-category-a-name": "Дайте этой категории название", - "modals-handle": "Путь", - "modals-custom-handle": "Пользовательский путь", - "modals-description": "Описание", - "modals-give-this-category-a-description": "Дайте этой категории описание", - "modals-status": "Статус", - "modals-visibility": "Видимость", - "modals-successfully-updated-the-category": "Категория успешно обновлена", - "modals-failed-to-update-the-category": "Не удалось обновить категорию", - "modals-edit-product-category": "Редактировать категорию продукта", - "modals-cancel": "Отменить", - "modals-save-and-close": "Сохранить и закрыть", - "pages-no-product-categories-yet": "Категории продуктов пока нет. Используйте кнопку выше, чтобы создать свою первую категорию.", - "pages-add-category": "Добавить категорию", - "pages-product-categories": "Категории товаров", - "pages-helps-you-to-keep-your-products-organized": "Помогает вам поддерживать порядок в ваших товарах.", - "batch-job-success": "Успешно", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Импорт подтвержден для обработки. Информация о прогрессе доступна в ящике активности.", - "batch-job-error": "Ошибка", - "batch-job-import-failed": "Импорт не удался", - "batch-job-failed-to-delete-the-csv-file": "Не удалось удалить CSV-файл", - "batch-job-failed-to-cancel-the-batch-job": "Не удалось отменить пакетное задание", - "batch-job-products-list": "список товаров", - "batch-job-download-template": "Загрузите шаблон ниже, чтобы убедиться, что вы используете правильный формат.", - "batch-job-imports-description": "С помощью импорта вы можете добавлять или обновлять товары. Чтобы обновить существующие товары/варианты, вы должны задать существующий идентификатор в столбцах Товар/Вариант id. Если значение не задано, будет создана новая запись. Перед импортом товара у вас будет запрошено подтверждение.", - "products-filters": "Фильтры", - "products-status": "Статус", - "products-tags": "Теги", - "products-spring-summer": "Весна, лето...", - "new-sales-channels": "Каналы продаж", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Этот товар будет доступен только в канале продаж по умолчанию, если его оставить нетронутым.", - "new-change-availablity": "Изменить доступность", - "add-variants-a-variant-with-these-options-already-exists": "Вариант с такими опциями уже существует.", - "add-variants-product-options": "Варианты товара", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Опции используются для определения цвета, размера и т.д. товара.", - "add-variants-option-title": "Название опции", - "add-variants-variations-comma-separated": "Варианты (через запятую)", - "add-variants-color": "Цвет...", - "add-variants-already-exists": "уже существует", - "add-variants-blue-red-black": "Синий, красный, черный...", - "add-variants-add-an-option": "Добавить опцию", - "add-variants-product-variants": "Варианты товара", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Вы должны добавить по крайней мере один вариант товара, прежде чем сможете начать добавлять варианты товара.", - "add-variants-variant": "Вариант", - "add-variants-inventory": "Инвентарь", - "add-variants-add-a-variant": "Добавьте вариант", - "add-variants-create-variant": "Создать вариант", - "add-variants-cancel": "Отменить", - "add-variants-save-and-close": "Сохранить и закрыть", - "new-variant-a-variant-with-these-options-already-exists": "Вариант с этими опциями уже существует.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Вы уверены, что хотите удалить этот вариант?", - "new-variant-delete-variant": "Удалить вариант", - "new-variant-edit": "Редактировать", - "new-variant-delete": "Удалить", - "new-variant-edit-variant": "Редактировать вариант", - "new-variant-cancel": "Отменить", - "new-variant-save-and-close": "Сохранить и закрыть", - "new-something-went-wrong-while-trying-to-upload-images": "Что-то пошло не так при попытке загрузить изображения.", - "new-no-file-service-configured": "Возможно, у вас не настроена файловая служба. Пожалуйста, свяжитесь со своим администратором", - "new-upload-thumbnail-error": "Что-то пошло не так при попытке загрузить миниатюру.", - "new-save-as-draft": "Сохранить как черновик", - "new-publish-product": "Опубликовать товар", - "new-general-information-title": "Основная информация", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Чтобы начать продавать, все, что вам нужно, - это название и цена.", - "new-organize-product": "Организовать товар", - "new-add-variations-of-this-product": "Добавьте варианты этого товара.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Предложите своим клиентам различные варианты цвета, формата, размера, формы и т.д.", - "new-used-for-shipping-and-customs-purposes": "Используется для транспортных и таможенных целей.", - "new-dimensions": "Размеры", - "new-customs": "Таможня", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Используется для представления вашего товара при оформлении заказа, публикации в социальных сетях и многого другого.", - "new-media": "Медиа", - "new-add-images-to-your-product": "Добавьте изображения к своему продукту.", - "overview-import-products": "Импортировать товары", - "overview-export-products": "Экспортировать товары", - "overview-new-product": "Новый товар", - "overview-new-collection": "Новая коллекция", - "overview-success": "Успешно", - "overview-successfully-created-collection": "Коллекция успешно создана", - "overview-error": "Ошибка", - "overview-successfully-initiated-export": "Экспорт успешно начат", - "modals-add-sales-channels": "Добавьте каналы продаж", - "modals-find-channels": "Найти каналы", - "modals-updated-the-api-key": "Обновлен ключ API", - "modals-failed-to-update-the-api-key": "Не удалось обновить ключ API.", - "modals-edit-api-key-details": "Редактировать сведения о ключе API", - "modals-title": "Заголовок", - "modals-name-your-key": "Назовите свой ключ", - "modals-sales-channels-added-to-the-scope": "Каналы продаж добавлены в объем", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Произошла ошибка при добавлении каналов продаж в область действия ключа.", - "modals-add-and-go-back": "Добавить и вернуться назад", - "modals-add-and-close": "Добавить и закрыть", - "modals-sales-channels-removed-from-the-scope": "Каналы продаж исключены из области действия", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Произошла ошибка при удалении каналов продаж из области действия ключа.", - "modals-edit-sales-channels": "Редактировать каналы продаж", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Отменить выбор", - "modals-remove": "Удалить", - "modals-add-channels": "Добавить каналы", - "modals-close": "Закрыть", - "pages-sales-channels": "Каналы продаж", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Подключите к вашему API-ключу столько каналов продаж, сколько вам нужно.", - "pages-add-sales-channels": "Добавьте каналы продаж", - "pages-edit-sales-channels": "Редактировать каналы продаж", - "pages-success": "Успешно", - "pages-created-a-new-api-key": "Создан новый ключ API", - "pages-error": "Ошибка", - "pages-failed-to-create-a-new-api-key": "Не удалось создать новый ключ API.", - "pages-sales-channels-added-to-the-scope": "Каналы продаж добавлены в объем", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Произошла ошибка при добавлении каналов продаж в область действия ключа", - "pages-publish-api-key": "Опубликовать ключ API", - "pages-create-api-key": "Создать ключ API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Создавайте ключи API и управляйте ими. Сейчас это касается только каналов продаж.", - "pages-create-api-key-label": "Создать ключ API", - "pages-back-to-settings": "Вернуться к настройкам", - "pages-publishable-api-keys": "Публикуемые ключи API", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Эти публикуемые ключи позволят вам аутентифицировать запросы API.", - "tables-name": "Имя", - "tables-token": "Токен", - "tables-done": "сделано", - "tables-copy-to-clipboard": "Скопировать в буфер обмена", - "tables-created": "Создано", - "tables-status": "Статус", - "tables-revoked": "Аннулировано", - "tables-live": "Активен", - "tables-edit-api-key-details": "Редактировать сведения о ключе API", - "tables-edit-sales-channels": "Редактирование каналов продаж", - "tables-copy-token": "Скопировать токен", - "tables-revoke-token": "Отозвать токен", - "tables-delete-api-key": "Удалить ключ API", - "tables-yes-delete": "Да, удалить", - "tables-api-key-deleted": "Ключ API удален", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Вы действительно хотите удалить этот открытый ключ?", - "tables-delete-key": "Удалить ключ", - "tables-yes-revoke": "Да, отозвать", - "tables-api-key-revoked": "Ключ API отозван", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Вы уверены, что хотите отозвать этот открытый ключ?", - "tables-revoke-key": "Отозвать ключ", - "tables-api-keys": "API-ключи", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Ключей пока нет, используйте кнопку выше, чтобы создать свой первый доступный для публикации ключ", - "tables-title": "Заголовок", - "tables-description": "Описание", - "tables-no-added-sales-channels": "Нет добавленных каналов продаж", - "tables-sales-channels": "Каналы продаж", - "form-title": "Заголовок", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Веб-сайт, приложение, Amazon, POS-терминал в физическом магазине, фид товаров на Facebook...", - "form-description": "Описание", - "form-available-products-at-our-website-app": "Доступные товары на нашем сайте, в приложении...", - "form-success": "Успешно", - "form-the-sales-channel-is-successfully-updated": "Канал продаж успешно обновлен", - "form-error": "Ошибка", - "form-failed-to-update-the-sales-channel": "Не удалось обновить канал продаж.", - "form-sales-channel-details": "Подробности о канале продаж", - "form-general-info": "Главная информация", - "form-name": "Имя", - "form-close": "Закрывать", - "form-save": "Сохранить", - "pages-draft": "Черновик", - "pages-control-which-products-are-available-in-which-channels": "Контролируйте, какие продукты доступны по каким каналам", - "pages-search-by-title-or-description": "Поиск по названию или описанию", - "pages-confirm-delete-sales-channel": "Вы уверены, что хотите удалить этот канал продаж? Настройки, которые вы сделали, исчезнут навсегда.", - "pages-delete-channel-heading": "Удалить канал", - "pages-edit-general-info": "Редактировать общую информацию", - "pages-add-products": "Добавить продукты", - "pages-delete-channel": "Удалить канал", - "pages-disabled": "Отключен", - "pages-enabled": "Включено", - "tables-collection": "Коллекция", - "tables-start-building-your-channels-setup": "Начните создавать настройки своих каналов...", - "tables-no-products-in-channels": "Вы еще не добавили товары в эти каналы, но как только вы это сделаете, они появятся здесь.", - "tables-add-products": "Добавить товары", - "tables-details": "Подробности", - "tables-remove-from-the-channel": "Удалить с канала", - "tables-products": "Товары", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Удалить", - "components-successfully-updated-currency": "Валюта успешно обновлена", - "components-default": "По умолчанию", - "default-store-currency-success": "Успешно", - "default-store-currency-successfully-updated-default-currency": "Валюта по умолчанию успешно обновлена.", - "default-store-currency-error": "Ошибка", - "default-store-currency-default-store-currency": "Валюта магазина по умолчанию", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Это валюта, в которой отображаются ваши цены.", - "store-currencies-success": "Успешно", - "store-currencies-successfully-updated-currencies": "Валюты успешно обновлены.", - "store-currencies-error": "Ошибка", - "store-currencies-cancel": "Отменить", - "store-currencies-save-and-go-back": "Сохранить и вернуться", - "store-currencies-save-and-close": "Сохранить и закрыть", - "store-currencies-add-store-currencies": "Добавить валюты магазина", - "store-currencies-current-store-currencies": "Текущие валюты магазина", - "store-currencies-close": "Закрыть", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Отменить выбор", - "store-currencies-remove": "Удалить", - "store-currencies-add-currencies": "Добавить валюты", - "store-currencies-store-currencies": "Валюты магазина", - "store-currencies-all-the-currencies-available-in-your-store": "Все валюты, доступные в вашем магазине.", - "store-currencies-edit-currencies": "Редактировать валюты", - "currencies-an-unknown-error-occurred": "Произошла неизвестная ошибка", - "currencies-error": "Ошибка", - "currencies-back-to-settings": "Вернуться к настройкам", - "currencies-manage-the-markets-that-you-will-operate-within": "Управляйте рынками, на которых вы будете работать.", - "currencies-include-or-exclude-taxes": "Решите, хотите ли вы включать или исключать налоги всякий раз, когда определяете цену в этой валюте", - "currencies-tax-incl-prices": "Цены включая налоги", - "settings-error": "Ошибка", - "settings-malformed-swap-url": "Неправильно сформированный URL-адрес обмена", - "settings-malformed-payment-url": "Неправильно сформированный URL-адрес платежа", - "settings-malformed-invite-url": "Неправильно сформированный URL-адрес приглашения", - "settings-success": "Успешно", - "settings-successfully-updated-store": "Магазин успешно обновлен", - "settings-back-to-settings": "Вернуться к настройкам", - "settings-save": "Сохранить", - "settings-cancel": "Отменить", - "settings-store-details": "Подробная информация о магазине", - "settings-manage-your-business-details": "Управляйте деталями своей компании", - "settings-general": "Общие", - "settings-store-name": "Название магазина", - "settings-medusa-store": "Магазин Medusa", - "settings-advanced-settings": "Расширенные настройки", - "settings-swap-link-template": "Шаблон ссылки обмена", - "settings-draft-order-link-template": "Шаблон ссылки на черновой вариант заказа", - "settings-invite-link-template": "Шаблон пригласительной ссылки", - "settings-manage-the-general-settings-for-your-store": "Управляйте общими настройками вашего магазина", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Управляйте настройками расширений вашего магазина", - "edit-user-information-success": "Успешно", - "edit-user-information-your-information-was-successfully-updated": "Ваша информация была успешно обновлена", - "edit-user-information-edit-information": "Редактировать информацию", - "edit-user-information-cancel": "Отменить", - "edit-user-information-submit-and-close": "Отправить и закрыть", - "personal-information-back-to-settings": "Вернуться к настройкам", - "personal-information-personal-information": "Персональная информация", - "personal-information-manage-your-medusa-profile": "Управляйте своим профилем Medusa", - "personal-information-language-settings-title": "Язык", - "personal-information-language-settings-description": "Измените язык администратора Medusa", - "personal-information-language-settings-help-us-translate": "Помогите нам перевести", - "personal-information-usage-insights-title": "Информация об использовании", - "usage-insights-disabled": "Отключено", - "usage-insights-active": "Активен", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Поделитесь информацией об использовании и помогите нам улучшить Medusa", - "usage-insights-edit-preferences": "Редактировать настройки", - "usage-insights-success": "Успешно", - "usage-insights-your-information-was-successfully-updated": "Ваша информация была успешно обновлена", - "usage-insights-error": "Ошибка", - "usage-insights-cancel": "Отменить", - "usage-insights-submit-and-close": "Отправить и закрыть", - "region-form-title": "Заголовок", - "region-form-europe": "Европа", - "region-form-currency-code-is-required": "Требуется код валюты", - "region-form-currency": "Валюта", - "region-form-choose-currency": "Выбрать валюту", - "region-form-default-tax-rate": "Налоговая ставка по умолчанию", - "region-form-tax-rate-is-required": "Необходимо указать налоговую ставку", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Налоговая ставка должна быть равна или меньше 100", - "region-form-default-tax-code": "Налоговый кодекс по умолчанию", - "region-form-countries": "Страны", - "region-form-choose-countries": "Выберите страны", - "region-form-tax-inclusive-prices": "Цены с учетом налогов", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Если эта опция включена, региональные цены будут включать налоги.", - "region-form-payment-providers-are-required": "Требуются платежные провайдеры", - "region-form-payment-providers": "Платежные провайдеры", - "region-form-choose-payment-providers": "Выберите поставщиков платежных услуг...", - "region-form-fulfillment-providers-are-required": "Требуются поставщики услуг по выполнению работ", - "region-form-fulfillment-providers": "Поставщики услуг по выполнению заказов", - "region-form-choose-fulfillment-providers": "Выберите поставщиков услуг по выполнению заказов...", - "shipping-option-card-success": "Успешно", - "shipping-option-card-shipping-option-updated": "Способ доставки обновлен", - "shipping-option-card-error": "Ошибка", - "shipping-option-card-edit-shipping-option": "Редактировать способ доставки", - "shipping-option-card-fulfillment-method": "Способ выполнения", - "shipping-option-card-cancel": "Отменить", - "shipping-option-card-save-and-close": "Сохранить и закрыть", - "shipping-option-card-shipping-option-has-been-deleted": "Опция доставки была удалена", - "shipping-option-card-flat-rate": "Фиксированная ставка", - "shipping-option-card-calcualted": "Рассчитано", - "shipping-option-card-min-subtotal": "Мин. промежуточный итог:", - "shipping-option-card-max-subtotal": "Макс. промежуточный итог:", - "shipping-option-card-admin": "Администратор", - "shipping-option-card-store": "Магазин", - "shipping-option-card-edit": "Редактировать", - "shipping-option-card-delete": "Удалить", - "shipping-option-form-visible-in-store": "Отображается в магазине", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Включите или отключите отображение опции доставки в магазине.", - "shipping-option-form-details": "Подробности", - "shipping-option-form-title": "Заголовок", - "shipping-option-form-title-is-required": "Необходимо указать заголовок", - "shipping-option-form-price-type": "Price Type", - "shipping-option-form-flat-rate": "Фиксированная ставка", - "shipping-option-form-calculated": "Рассчитано", - "shipping-option-form-choose-a-price-type": "Выбрать тип цены", - "shipping-option-form-price": "Цена", - "shipping-option-form-shipping-profile": "Профиль доставки", - "shipping-option-form-choose-a-shipping-profile": "Выбрать профиль доставки", - "shipping-option-form-fulfillment-method": "Способ выполнения", - "shipping-option-form-choose-a-fulfillment-method": "Выбрать способ выполнения", - "shipping-option-form-requirements": "Требования", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Минимальный промежуточный итог должен быть меньше максимального. промежуточный итог", - "shipping-option-form-min-subtotal": "Мин. промежуточный итог", - "shipping-option-form-max-subtotal": "Макс. промежуточный итог", - "shipping-option-form-metadata": "Метаданные", - "general-section-success": "Успешно", - "general-section-region-was-successfully-updated": "Регион успешно обновлен", - "general-section-error": "Ошибка", - "general-section-edit-region-details": "Редактировать данные региона", - "general-section-details": "Подробности", - "general-section-providers": "Провайдеры", - "general-section-metadata": "Метаданные", - "general-section-cancel": "Отменить", - "general-section-save-and-close": "Сохранить и закрыть", - "edit-something-went-wrong": "Что-то пошло не так...", - "edit-no-region-found": "Мы не можем найти регион с таким ID, используйте меню слева, чтобы выбрать регион.", - "return-shipping-options-success": "Успешно", - "return-shipping-options-shipping-option-created": "Способ доставки создан", - "return-shipping-options-error": "Ошибка", - "return-shipping-options-add-return-shipping-option": "Добавить вариант обратной доставки", - "return-shipping-options-cancel": "Отменить", - "return-shipping-options-save-and-close": "Сохранить и закрыть", - "return-shipping-options-return-shipping-options": "Способы обратной доставки", - "return-shipping-options-add-option": "Добавить способ", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Введите сведения о доступных региональных методах обратной доставки.", - "shipping-options-success": "Успешно", - "shipping-options-shipping-option-created": "Способ доставки создан", - "shipping-options-error": "Ошибка", - "shipping-options-add-shipping-option": "Добавить способ доставки", - "shipping-options-cancel": "Отменить", - "shipping-options-save-and-close": "Сохранить и закрыть", - "shipping-options-shipping-options": "Способы доставки", - "shipping-options-add-option": "Добавить способ", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Введите информацию о доступных региональных методах доставки.", - "new-region-created": "Регион создан", - "new-create-region": "Создать регион", - "new-details": "Подробности", - "new-add-the-region-details": "Добавить сведения о регионе.", - "new-providers": "Провайдеры", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Добавьте, какие поставщики услуг исполнения и оплаты должны быть доступны в этом регионе.", - "region-overview-regions": "Регионы", - "region-overview-manage-the-markets-that-you-will-operate-within": "Управляйте рынками, на которых вы будете работать.", - "region-overview-not-configured": "Не настроено", - "region-overview-fulfillment-providers": "Поставщики услуг по выполнению заказов:", - "return-reasons-notification-success": "Успешно", - "return-reasons-created-a-new-return-reason": "Создана новая причина возврата", - "return-reasons-success": "успешно", - "return-reasons-error": "Ошибка", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Невозможно создать причину возврата с существующим значением", - "return-reasons-add-reason": "Добавить причину", - "return-reasons-value-is-required": "Требуется значение", - "return-reasons-value": "Значение", - "return-reasons-label-is-required": "Требуется надпись", - "return-reasons-label": "Надпись", - "return-reasons-description": "Описание", - "return-reasons-customer-received-the-wrong-size": "Клиент получил не тот размер", - "return-reasons-cancel": "Отменить", - "return-reasons-create": "Создать", - "return-reasons-success-title": "Успешно", - "return-reasons-successfully-updated-return-reason": "Причина возврата успешно обновлена", - "return-reasons-duplicate-reason": "Дублировать причину", - "return-reasons-delete-reason": "Удалить причину", - "return-reasons-save": "Сохранить", - "return-reasons-details": "Подробности", - "return-reasons-delete-return-reason": "Удалить причину возврата", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Вы уверены, что хотите удалить причину возврата?", - "return-reasons-back-to-settings": "Вернуться к настройкам", - "return-reasons-return-reasons": "Причины возврата", - "return-reasons-add-reason-label": "Добавить причину", - "return-reasons-manage-reasons-for-returned-items": "Управляйте причинами возврата предметов", - "taxes-details": "Подробности", - "taxes-new-tax-rate": "Новая налоговая ставка", - "taxes-tax-calculation-settings": "Настройки расчета налогов", - "taxes-success": "Успешно", - "taxes-successfully-updated-tax-rate": "Налоговая ставка успешно обновлена.", - "taxes-error": "Ошибка", - "taxes-overrides": "Переопределения", - "taxes-product-rules": "Правила использования товара", - "taxes-product-rules-description_one": "Применяется к {{count}} productWithCount", - "taxes-product-rules-description_other": "Применяется к {{count}} productWithCount", - "taxes-product-type-rules": "Правила для типов товаров", - "taxes-product-type-rules-description_one": "Применяется к {{count}} товару typeWithCount", - "taxes-product-type-rules-description_other": "Применяется к {{count}} товарам typeWithCount", - "taxes-shipping-option-rules": "Правила выбора способа доставки", - "taxes-applies-to-shipping-option-with-count_one": "Применяется к {{count}} доставке optionWithCount", - "taxes-applies-to-shipping-option-with-count_other": "Применяется к {{count}} доставкам optionWithCount", - "taxes-add-overrides": "Добавить переопределения", - "taxes-cancel": "Отменить", - "taxes-save": "Сохранить", - "taxes-name": "Имя", - "taxes-default": "По умолчанию", - "taxes-rate-name": "Название тарифа", - "taxes-tax-rate": "Налоговая ставка", - "taxes-tax-code": "Налоговый кодекс", - "taxes-edit-tax-rate": "Редактировать налоговую ставку", - "taxes-back-to-settings": "Вернуться к настройкам", - "taxes-regions": "Регионы", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Выберите регион, для которого вы хотите управлять налогами", - "taxes-go-to-region-settings": "Перейти в настройки региона", - "taxes-successfully-created-tax-rate": "Налоговая ставка успешно создана.", - "taxes-add-tax-rate": "Добавить налоговую ставку", - "taxes-applies-to-product-type-with-count_one": "Применяется к {{count}} товару typeWithCount", - "taxes-applies-to-product-type-with-count_other": "Применяется к {{count}} товарам typeWithCount", - "taxes-create": "Создать", - "taxes-select-products": "Выбрать товары", - "taxes-select-product-types-label": "Выбрать типы товаров", - "taxes-product-types": "Типы товаров", - "taxes-system-tax-provider": "Провайдер системных налогов", - "taxes-region-tax-settings-were-successfully-updated": "Настройки регионального налога успешно обновлены.", - "taxes-tax-provider": "Налоговый провайдер", - "taxes-calculate-taxes-automatically": "Автоматически рассчитывать налоги?", - "taxes-automatically-apply-tax-calculations-to-carts": "Если этот флажок установлен, Medusa автоматически применит налоговые расчеты к корзинам в этом регионе. Если флажок снят, вам придется вручную рассчитать налоги при оформлении заказа. При использовании стороннего налогового провайдера рекомендуется взимать налоги вручную, чтобы избежать выполнения слишком большого количества запросов", - "taxes-apply-tax-to-gift-cards": "Облагать налогом подарочные карты?", - "taxes-apply-taxes-to-gift-cards": "Если флажок установлен, к подарочным картам при оформлении заказа будут применяться налоги. В некоторых странах налоговое законодательство требует, чтобы подарочные карты при покупке облагались налогом.", - "taxes-search-products": "Поиск товаров..", - "taxes-select-shipping-option": "Выбрать способ доставки", - "taxes-shipping-options": "Способы доставки", - "taxes-delete-tax-rate-heading": "Удалить налоговую ставку", - "taxes-confirm-delete": "Вы уверены, что хотите удалить эту налоговую ставку?", - "taxes-tax-rate-was-deleted": "Налоговая ставка была удалена.", - "taxes-edit": "Редактировать", - "taxes-delete-tax-rate": "Удалить налоговую ставку", - "taxes-delete-rule": "Удалить правило", - "taxes-type": "Тип", - "taxes-products": "Товары", - "taxes-select-individual-products": "Выбрать отдельные товары", - "taxes-select-product-types": "Выбрать типы товаров", - "taxes-select-shipping-options": "Выбрать способы доставки", - "taxes-back": "Назад", - "taxes-add": "Добавить", - "taxes-code": "Код", - "users-invite-users": "Пригласить пользователей", - "users-back-to-settings": "Back to settings", - "users-the-team": "Команда", - "users-manage-users-of-your-medusa-store": "Управляйте пользователями вашего магазина Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/sl/translation.json b/packages/admin-ui/ui/public/locales/sl/translation.json deleted file mode 100644 index 15dc5c3d5a38a..0000000000000 --- a/packages/admin-ui/ui/public/locales/sl/translation.json +++ /dev/null @@ -1,2010 +0,0 @@ -{ - "back-button-go-back": "Pojdi nazaj", - "filter-menu-trigger": "Pogled", - "filter-menu-clear-button": "Počisti", - "filter-menu-select-item-default-placeholder": "Izberite filter", - "filter-menu-select-item-clear-button": "Počisti izbrane možnosti", - "filter-menu-select-item-selected": "Izbrano", - "filter-menu-date-item-before": "Pred", - "filter-menu-date-item-after": "Po", - "filter-menu-date-item-between": "Med", - "sales-channels-display-available-count":"Razpoložljivo v <2>{{{availableChannelsCount}} od <6>{{{totalChannelsCount}} prodajnih kanalov", - "activity-drawer-activity": "Dejavnost", - "activity-drawer-no-notifications-title": "Tu je tiho...", - "activity-drawer-no-notifications-description": "Trenutno nimate nobenih obvestil, a ko jih boste imeli, bodo živela tukaj.", - "activity-drawer-error-title": "Oh no...", - "activity-drawer-error-description": "Nekaj je šlo narobe med poskusom pridobivanja vaših obvestil - Poskušali bomo še naprej!", - "activity-drawer-processing": "Obdelava...", - "analytics-config-form-title": "Anonimizirajte moje podatke o uporabi", - "analytics-config-form-description": "Lahko se odločite za anonimizacijo podatkov o uporabi. Če izberete to možnost, ne bomo zbirali vaših osebnih podatkov, kot sta vaše ime in e-poštni naslov.", - "analytics-config-form-opt-out": "Odjavite se od souporabe mojih podatkov o uporabi", - "analytics-config-form-opt-out-later": "Vedno se lahko kadar koli odjavite od deljenja svojih podatkov o uporabi.", - "analytics-preferences-success": "Uspeh", - "analytics-preferences-your-preferences-were-successfully-updated": "Vaše nastavitve so bile uspešno posodobljene", - "analytics-preferences-error": "Napaka", - "analytics-preferences-help-us-get-better": "Pomagajte nam, da se izboljšamo", - "analytics-preferences-disclaimer": "Da bi ustvarili najbolj privlačno izkušnjo e-trgovine, želimo pridobiti vpogled v to, kako uporabljate Meduzo. Vpogledi v uporabnike nam omogočajo gradnjo boljših, bolj privlačnih in bolj uporabnih izdelkov. Podatke zbiramo samo za namene izboljšav izdelkov. Preberite, katere podatke zbiramo v našem", - "analytics-preferences-documentation": "dokumentacija", - "analytics-preferences-please-enter-a-valid-email": "Prosimo, vnesite veljavno e-pošto", - "analytics-preferences-continue": "Nadaljuj", - "currency-input-currency": "Valuta", - "currency-input-amount-is-not-valid": "Znesek ni veljaven", - "organisms-success": "Uspeh", - "organizmi-izbrisati-uspešno": "Uspešno izbrisano", - "organisms-are-you-sure-you-wantou-want-to-delete": "Ali ste prepričani, da želite izbrisati?", - "organisms-no-cancel": "Ne, prekliči", - "organisms-yes-remove": "Da, odstrani", - "details-collapsible-hide-additional-details": "Skrij dodatne podrobnosti", - "details-collapsible-show-additional-details": "Prikaži dodatne podrobnosti", - "edit-user-modal-success": "Uspeh", - "edit-user-modal-user-was-updated": "Uporabnik je bil posodobljen", - "edit-user-modal-error": "Napaka", - "edit-user-modal-edit-user": "Uredi uporabnika", - "edit-user-modal-first-name-label": "Prvo ime", - "edit-user-modal-first-name-placeholder": "Prvo ime...", - "edit-user-modal-last-name-label": "Priimek", - "edit-user-modal-last-name-placeholder": "Priimek...", - "edit-user-modal-email": "E-naslov", - "edit-user-modal-cancel": "Prekliči", - "edit-user-modal-save": "Shrani", - "error-boundary-back-to-dashboard": "Nazaj na nadzorno ploščo", - "error-boundary-an-unknown-error-occured": "Nastala je neznana napaka", - "error-boundary-bad-request": "Slaba zahteva", - "error-boundary-you-are-not-logged-in": "Niste prijavljeni", - "error-boundary-you-do-not-have-permission-perform-this-action":"Nimate dovoljenja za izvedbo tega dejanja", - "error-boundary-page-was-not-found": "Stran ni bila najdena", - "error-boundary-an-unknown-server-error-occured": "Nastala je neznana napaka strežnika", - "error-boundary-503": "Strežnik trenutno ni na voljo", - "error-boundary-500": "To je najverjetneje posledica tehnične težave na naši strani. Prosimo, poskusite osvežiti stran. Če se težava nadaljuje, se obrnite na skrbnika.", - "error-boundary-400": "Zahteva je bila napačno oblikovana, popravite zahtevo in poskusite znova", - "error-boundary-401": "Niste prijavljeni, za nadaljevanje se prijavite.", - "error-boundary-403": "Nimate dovoljenja za izvedbo tega dejanja, če menite, da gre za napako, se obrnite na skrbnika.", - "error-boundary-404": "Stran, ki ste jo zahtevali, ni bila najdena, preverite URL in poskusite znova.", - "error-boundary-500-2": "Strežnik ni mogel obdelati vaše zahteve, to je najverjetneje posledica tehnične težave na naši strani. Prosimo, poskusite znova. Če se težava nadaljuje, se obrnite na svojega skrbnika.", - "error-boundary-503-2": "Strežnik je začasno nedostopen in vaše zahteve ni bilo mogoče obdelati. Prosimo, poskusite znova pozneje. Če se težava nadaljuje, se obrnite na skrbnika.", - "export-modal-title": "Inicializirajte izvoz svojih podatkov", - "export-modal-cancel": "Prekliči", - "export-modal-export": "Izvozi", - "file-upload-modal-upload-a-new-photo": "Upload a new photo", - "gift-card-banner-edit": "Uredi", - "gift-card-banner-unpublish": "Prekliči objavo", - "gift-card-banner-publish": "Objavi", - "gift-card-banner-delete": "Zbriši", - "gift-card-banner-published": "Objavljeno", - "gift-card-banner-unpublished": "Neobjavljeno", - "gift-card-denominations-section-denomination-added": "Denominacija dodana", -"gift-card-denominations-section-a-new-denomination-was-successfully-added": "Nova denominacija je bila uspešno dodana", -"gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Denominacija s to privzeto vrednostjo že obstaja", -"gift-card-denominations-section-error": "Napaka", -"gift-card-denominations-section-add-denomination": "Dodaj denominacijo", -"gift-card-denominations-section-cancel": "Prekliči" -"gift-card-denominations-section-save-and-close": "Shrani in zapri", -"gift-card-denominations-section-denomination-updated": "Denominacija posodobljena", -"gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Nova denominacija je bila uspešno posodobljena", -"gift-card-denominations-section-edit-denomination": "Uredi denominacijo", -"gift-card-denominations-section-denominations": "Denominacije", -"gift-card-denominations-section-denomination": "Denominacija", -"gift-card-denominations-section-in-other-currencies": "V drugih valutah", -"gift-card-denominations-section-and-more_one": "in še {{count}}", -"gift-card-denominations-section-and-more_other": "in še {{count}}", -"gift-card-denominations-section-delete-denomination": "Izbriši denominacijo", -"gift-card-denominations-section-confirm-delete": "Ste prepričani, da želite izbrisati to denominacijo?", -"gift-card-denominations-section-denomination-deleted": "Denominacija izbrisana", -"gift-card-denominations-section-denomination-was-successfully-deleted": "Denominacija je bila uspešno izbrisana", -"gift-card-denominations-section-edit": "Uredi", -"gift-card-denominations-section-delete": "Izbriši", -"help-dialog-how-can-we-help": "Kako vam lahko pomagamo?", -"help-dialog-we-usually-respond-in-a-few-hours": "Ponavadi odgovorimo v nekaj urah", -"help-dialog-subject": "Zadeva", -"help-dialog-what-is-it-about": "Za kaj se gre?...", -"help-dialog-write-a-message": "Napišite sporočilo..." -"help-dialog-feel-free-to-join-our-community-of": "Pridružite se naši skupnosti", -"help-dialog-merchants-and-e-commerce-developers": "trgovcev in razvijalcev elektronskega poslovanja", -"help-dialog-send-a-message": "Pošlji sporočilo", -"invite-modal-success": "Uspeh", -"invite-modal-invitation-sent-to": "Vabilo poslano uporabniku: {{user}}", -"invite-modal-error": "Napaka", -"invite-modal-member": "Član", -"invite-modal-admin": "Skrbnik", -"invite-modal-developer": "Razvijalec", -"invite-modal-invite-users": "Povabi uporabnike", -"invite-modal-email": "E-pošta", -"invite-modal-role": "Vloga", -"invite-modal-select-role": "Izberi vlogo", -"invite-modal-cancel": "Prekliči", -"invite-modal-invite": "Povabi", -"login-card-no-match": "Te poverilnice se ne ujemajo z našimi zapisi.", -"login-card-log-in-to-medusa": "Prijava v Meduso", -"login-card-email": "E-pošta", -"login-card-password": "Geslo", -"login-card-forgot-your-password": "Ste pozabili geslo?", -"metadata-add-metadata": "Dodaj metapodatke", -"product-attributes-section-edit-attributes": "Uredi atribute", -"product-attributes-section-dimensions": "Dimenzije", -"product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Konfiguriraj za izračun najbolj natančnih cen dostave", -"product-attributes-section-customs": "Carina", -"product-attributes-section-cancel": "Prekliči", -"product-attributes-section-save": "Shrani", -"product-attributes-section-title": "Atributi", -"product-attributes-section-height": "Višina", -"product-attributes-section-width": "Širina", -"product-attributes-section-length": "Dolžina", -"product-attributes-section-weight": "Teža", -"product-attributes-section-mid-code": "MID koda", -"product-attributes-section-hs-code": "HS koda", -"product-attributes-section-country-of-origin": "Država izvora", -"product-general-section-success": "Uspeh" -"product-general-section-successfully-updated-sales-channels": "Uspešno posodobljeni prodajni kanali", -"product-general-section-error": "Napaka", -"product-general-section-failed-to-update-sales-channels": "Posodabljanje prodajnih kanalov ni uspelo", -"product-general-section-edit-general-information": "Uredi splošne informacije", -"product-general-section-gift-card": "Darilna kartica", -"product-general-section-product": "Izdelek", -"product-general-section-metadata": "Metapodatki", -"product-general-section-cancel": "Prekliči", -"product-general-section-save": "Shrani", -"product-general-section-delete": "Izbriši" -"product-general-section-edit-sales-channels": "Uredi prodajne kanale", -"product-general-section-published": "Objavljeno", -"product-general-section-draft": "Osnutek", -"product-general-section-details": "Podrobnosti", -"product-general-section-subtitle": "Podnaslov", -"product-general-section-handle": "Oznaka", -"product-general-section-type": "Vrsta", -"product-general-section-collection": "Zbirka", -"product-general-section-category": "Kategorija", -"product-general-section-discountable": "Z možnostjo popusta", -"product-general-section-true": "Da", -"product-general-section-false": "Ne" -"product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Prodajni kanali", - "product-media-section-edit-media": "Uredi medije", -"product-media-section-upload-images-error": "Pri poskusu nalaganja slik je prišlo do težave.", -"product-media-section-file-service-not-configured": "Morda nimate konfiguriranega storitve za datoteke. Prosimo, obrnite se na svojega administratorja.", -"product-media-section-error": "Napaka", -"product-media-section-media": "Mediji", -"product-media-section-add-images-to-your-product": "Dodajte slike svojemu izdelku.", -"product-media-section-cancel": "Prekliči", -"product-media-section-save-and-close": "Shrani in zapri", -"product-raw-section-raw-gift-card": "Darilna kartica v RAW formatu", -"product-raw-section-raw-product": "Izdelek v RAW formatu", -"product-thumbnail-section-success": "Uspeh", -"product-thumbnail-section-successfully-deleted-thumbnail": "Uspešno izbrisana sličica", -"product-thumbnail-section-error": "Napaka", -"product-thumbnail-section-edit": "Uredi", -"product-thumbnail-section-upload": "Naloži", -"product-thumbnail-section-upload-thumbnail-error": "Pri poskusu nalaganja sličice je prišlo do težave.", -"product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Morda nimate konfiguriranega storitve za datoteke. Prosimo, obrnite se na svojega administratorja.", -"product-thumbnail-section-upload-thumbnail": "Naloži sličico", -"product-thumbnail-section-thumbnail": "Sličica", -"product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Uporabljeno za predstavitev vašega izdelka med zaključkom nakupa, deljenjem na družbenih omrežjih in še več.", -"product-thumbnail-section-cancel": "Prekliči", -"product-thumbnail-section-save-and-close": "Shrani in zapri", -"product-variant-tree-count_one": "{{count}}", -"product-variant-tree-count_other": "{{count}}", -"product-variant-tree-add-prices": "Dodaj cene", -"product-variants-section-add-variant": "Dodaj varianto", -"product-variants-section-cancel": "Prekliči", -"product-variants-section-save-and-close": "Shrani in zapri", -"product-variants-section-edit-stock-inventory": "Uredi zaloge in inventar", -"product-variants-section-edit-variant": "Uredi varianto", -"edit-variants-modal-cancel": "Prekliči", -"edit-variants-modal-save-and-go-back": "Shrani in se vrni", -"edit-variants-modal-save-and-close": "Shrani in zapri", -"edit-variants-modal-edit-variant": "Uredi varianto", -"edit-variants-modal-update-success": "Variante so bile uspešno posodobljene", -"edit-variants-modal-edit-variants": "Uredi variante", -"edit-variants-modal-product-variants": "Produktni variante", -"edit-variants-modal-variant": "Varianta", -"edit-variants-modal-inventory": "Zaloga", -"product-variants-section-edit-prices": "Uredi cene", -"product-variants-section-edit-variants": "Uredi variante", -"product-variants-section-edit-options": "Uredi možnosti", -"product-variants-section-product-variants": "Produktni variante", -"product-variants-section-error": "Napaka", -"product-variants-section-failed-to-update-product-options": "Posodobitev produktnih možnosti ni uspela", -"product-variants-section-success": "Uspeh", -"product-variants-section-successfully-updated-product-options": "Produktne možnosti so bile uspešno posodobljene", -"product-variants-section-product-options": "Produktne možnosti", -"product-variants-section-option-title": "Naslov možnosti", -"product-variants-section-option-title-is-required": "Naslov možnosti je obvezen", -"product-variants-section-add-an-option": "Dodaj možnost", -"product-variants-section-inventory": "Zaloga", -"product-variants-section-title": "Naslov", -"product-variants-section-sku": "SKU", -"product-variants-section-ean": "EAN", -"product-variants-section-manage-inventory": "Upravljaj z zalogo", -"product-variants-section-duplicate-variant": "Podvoji varianto", -"product-variants-section-delete-variant-label": "Izbriši varianto", -"product-variants-section-yes-delete": "Da, izbriši", -"product-variants-section-delete-variant-heading": "Izbriši varianto", -"product-variants-section-confirm-delete": "Ste prepričani, da želite izbrisati to varianto?", -"product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "Opomba: Z brisanjem variante bodo izbrisani tudi inventar in nivoji zaloge", -"reset-token-card-error": "Napaka", -"reset-token-card-reset-your-password": "Ponastavi geslo", - "reset-token-card-password-reset-description": "Vnesite spodaj svoj e-poštni naslov in poslali vam bomo<1>navodila, kako ponastaviti<3>vaše geslo.", - "reset-token-card-email": "E-pošta", -"reset-token-card-this-is-not-a-valid-email": "To ni veljaven e-poštni naslov", -"reset-token-card-send-reset-instructions": "Pošlji navodila za ponastavitev", -"reset-token-card-successfully-sent-you-an-email": "Uspešno smo vam poslali e-pošto", -"reset-token-card-go-back-to-sign-in": "Nazaj na prijavo", -"rma-return-product-table-product-details": "Podrobnosti izdelka", -"rma-return-product-table-quantity": "Količina", -"rma-select-product-table-product-details": "Podrobnosti izdelka", -"rma-select-product-table-quantity": "Količina", -"rma-select-product-table-refundable": "Možnost vračila denarja", -"rma-select-product-table-images-witch-count_one": "{{count}}", -"rma-select-product-table-images-witch-count_other": "{{count}}", -"rma-select-product-table-select-reason": "Izberi razlog", -"sidebar-store": "Trgovina", -"sidebar-orders": "Naročila", -"sidebar-products": "Izdelki", -"sidebar-categories": "Kategorije", -"sidebar-customers": "Stranke", -"sidebar-inventory": "Zaloge", -"sidebar-discounts": "Popusti", -"sidebar-gift-cards": "Darilne kartice", -"sidebar-pricing": "Cenik", -"sidebar-settings": "Nastavitve", -"table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", -"table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} od {{count}} {{title}}", -"table-container-current-page": "{{currentPage}} od {{soothedPageCount}}", -"timeline-request-return": "Zahtevaj vračilo", -"timeline-register-exchange": "Registriraj zamenjavo", -"timeline-register-claim": "Registriraj zahtevo", -"timeline-success": "Uspeh", -"timeline-added-note": "Dodana opomba", -"timeline-error": "Napaka", -"timeline-timeline": "Časovnica", -"upload-modal-new": "novo", -"upload-modal-updates": "posodobitve", -"upload-modal-drop-your-file-here-or": "Spustite datoteko sem ali", -"upload-modal-click-to-browse": "kliknite za brskanje.", -"upload-modal-only-csv-files-are-supported": "Podprte so samo datoteke .csv.", -"upload-modal-import-file-title": "Uvozi {{fileTitle}}", -"upload-modal-cancel": "Prekliči", -"upload-modal-import-list": "Uvozi seznam", -"add-products-modal-add-products": "Dodaj izdelke", -"add-products-modal-search-by-name-or-description": "Išči po imenu ali opisu...", -"add-products-modal-cancel": "Prekliči", -"add-products-modal-save": "Shrani", -"add-products-modal-product-details": "Podrobnosti izdelka", -"add-products-modal-status": "Status", -"add-products-modal-variants": "Variante", -"templates-general": "Splošno", -"templates-first-name": "Ime", -"templates-last-name": "Priimek", -"templates-company": "Podjetje", -"templates-phone": "Telefon", -"templates-billing-address": "Naslov za račun", -"templates-shipping-address": "Naslov za dostavo", -"templates-address": "Naslov", -"templates-address-1": "Naslov 1", -"templates-address-2": "Naslov 2", -"templates-postal-code": "Poštna številka", -"templates-city": "Mesto", -"templates-province": "Pokrajina", -"templates-country": "Država", -"templates-metadata": "Metapodatki", -"collection-modal-success": "Uspeh", -"collection-modal-successfully-updated-collection": "Uspešno posodobljena zbirka", -"collection-modal-error": "Napaka", -"collection-modal-successfully-created-collection": "Uspešno ustvarjena zbirka", -"collection-modal-edit-collection": "Uredi zbirko", -"collection-modal-add-collection": "Dodaj zbirko", -"collection-modal-description": "Za ustvarjanje zbirke potrebujete samo naslov in oznako.", -"collection-modal-details": "Podrobnosti", -"collection-modal-title-label": "Naslov", -"collection-modal-title-placeholder": "Sončna očala", -"collection-modal-handle-label": "Oznaka", -"collection-modal-handle-placeholder": "soncna-ocala", -"collection-modal-slug-description": "URL Slug za zbirko. Če je prazno, bo avtomatično ustvarjen.", -"collection-modal-metadata": "Metapodatki", -"collection-modal-cancel": "Prekliči", -"collection-modal-save-collection": "Shrani zbirko", -"collection-modal-publish-collection": "Objavi zbirko", -"collection-product-table-add-products": "Dodaj izdelke", -"collection-product-table-products": "Izdelki", -"collection-product-table-search-products": "Išči izdelke", -"collection-product-table-cancel": "Prekliči", -"collection-product-table-save": "Shrani", -"collection-product-table-sort-by": "Razvrsti po", -"collection-product-table-all": "Vsi", -"collection-product-table-newest": "Najnovejši", -"collection-product-table-oldest": "Najstarejši", -"collection-product-table-title": "Naslov", -"collection-product-table-decide-status-published": "Objavljeno", -"collection-product-table-draft": "Osnutek", -"collection-product-table-proposed": "Predlagano", -"collection-product-table-rejected": "Zavrnjeno", -"collection-product-table-remove-product-from-collection": "Odstrani izdelek iz zbirke", -"collection-product-table-product-removed-from-collection": "Izdelek odstranjen iz zbirke", -"collections-table-delete-collection": "Izbriši zbirko", -"collections-table-confirm-delete": "Ste prepričani, da želite izbrisati to zbirko?", -"collections-table-edit": "Uredi", -"collections-table-delete": "Izbriši", -"collections-table-title": "Naslov", -"collections-table-handle": "Oznaka", -"collections-table-created-at": "Ustvarjeno", -"collections-table-updated-at": "Posodobljeno", -"collections-table-products": "Izdelki", -"customer-group-table-details": "Podrobnosti", -"customer-group-table-delete": "Izbriši", -"customer-group-table-success": "Uspeh", -"customer-group-table-group-deleted": "Skupina izbrisana", -"customer-group-table-error": "Napaka", -"customer-group-table-failed-to-delete-the-group": "Neuspešno brisanje skupine", -"customer-group-table-customer-groups": "Skupine strank", -"customer-group-table-delete-from-the-group": "Izbriši iz skupine", -"customer-group-table-customer-groups-title": "Skupine strank", -"customer-group-table-groups": "Skupine", -"customer-group-table-all": "Vse", -"customer-group-table-edit-customers": "Uredi stranke", -"customer-group-table-customers": "Stranke", -"customer-group-table-cancel": "Prekliči", -"customer-group-table-save": "Shrani", -"customer-orders-table-orders": "Naročila", -"customer-orders-table-transfer-order": "Prenesi naročilo", -"customer-orders-table-paid": "Plačano", -"customer-orders-table-awaiting": "Čakanje", -"customer-orders-table-requires-action": "Zahteva dejanje", -"customer-orders-table-n-a": "Ni na voljo", -"customer-orders-table-fulfilled": "Izpolnjeno", -"customer-orders-table-shipped": "Poslano", -"customer-orders-table-not-fulfilled": "Ni izpolnjeno", -"customer-orders-table-partially-fulfilled": "Delno izpolnjeno", -"customer-orders-table-partially-shipped": "Delno poslano", -"customer-orders-table-order": "Naročilo", -"customer-orders-table-remainder-more": "+ {{remainder}} več", -"customer-orders-table-date": "Datum", -"customer-orders-table-fulfillment": "Izpolnitev", -"customer-orders-table-status": "Stanje", -"customer-orders-table-total": "Skupaj", -"customer-table-customers": "Stranke", -"customer-table-edit": "Uredi", -"customer-table-details": "Podrobnosti", -"customer-table-date-added": "Datum dodanja", -"customer-table-name": "Ime", -"customer-table-email": "E-pošta", -"customer-table-orders": "Naročila", -"discount-filter-dropdown-filters": "Filtri", -"discount-table-discounts": "Popusti", -"discount-table-search-by-code-or-description": "Iskanje po kodi ali opisu...", -"discount-table-success": "Uspeh", -"discount-table-successfully-copied-discount": "Uspešno kopiran popust", -"discount-table-error": "Napaka", -"discount-table-scheduled": "Načrtovano", -"discount-table-expired": "Poteklo", -"discount-table-active": "Aktivno", -"discount-table-disabled": "Onemogočeno", -"discount-table-free-shipping": "Brezplačna dostava", -"discount-table-code": "Koda", -"discount-table-description": "Opis", -"discount-table-amount": "Znesek", -"discount-table-status": "Stanje", -"discount-table-redemptions": "Unovčenja", -"discount-table-delete-discount": "Izbriši popust", -"discount-table-confirm-delete": "Ste prepričani, da želite izbrisati ta popust?", -"discount-table-publish": "Objavi", -"discount-table-unpublish": "Prekliči objavo", -"discount-table-successfully-published-discount": "Popust uspešno objavljen", -"discount-table-successfully-unpublished-discount": "Popust uspešno preklican", -"discount-table-duplicate": "Podvoji", -"discount-table-delete": "Izbriši", -"draft-order-table-draft-orders": "Osnutki naročil", -"draft-order-table-completed": "Dokončano", -"draft-order-table-open": "Odpri", -"draft-order-table-draft": "Osnutek", -"draft-order-table-order": "Naročilo", -"draft-order-table-date-added": "Datum dodanja", -"draft-order-table-customer": "Stranka", -"draft-order-table-status": "Stanje", -"gift-card-filter-dropdown-is-in-the-last": "je v zadnjem", -"gift-card-filter-dropdown-is-older-than": "je starejši od", -"gift-card-filter-dropdown-is-after": "je po", -"gift-card-filter-dropdown-is-before": "je pred", -"gift-card-filter-dropdown-is-equal-to": "je enako", -"gift-card-filter-dropdown-filters": "Filtri", -"gift-card-filter-dropdown-status": "Stanje", -"gift-card-filter-dropdown-payment-status": "Stanje plačila", -"gift-card-filter-dropdown-fulfillment-status": "Stanje izpolnitve", -"gift-card-filter-dropdown-date": "Datum", -"gift-card-table-gift-cards": "Darilne kartice", -"gift-card-table-code": "Koda", -"gift-card-table-order": "Naročilo", -"gift-card-table-original-amount": "Izvorna vsota", -"gift-card-table-balance": "Stanje", -"gift-card-table-region-has-been-deleted": "Območje je bilo izbrisano", -"gift-card-table-none": "Brez", -"gift-card-table-created": "Ustvarjeno", -"image-table-file-name": "Ime datoteke", -"image-table-thumbnail": "Sličica","image-table-select-thumbnail-image-for-product": "Izberite sliko, ki jo želite uporabiti kot sličico za ta izdelek", -"inventory-table-inventory-items": "Artikli na zalogi", -"inventory-table-actions-adjust-availability": "Prilagodi razpoložljivost", -"inventory-table-view-product": "Poglej izdelek", -"inventory-table-success": "Uspeh", -"inventory-table-inventory-item-updated-successfully": "Artikel na zalogi uspešno posodobljen", -"inventory-table-adjust-availability": "Prilagodi razpoložljivost", -"inventory-table-cancel": "Prekliči", -"inventory-table-save-and-close": "Shrani in zapri", -"inventory-table-item": "Artikel", -"inventory-table-variant": "Varianta", -"inventory-table-sku": "SKU", -"inventory-table-reserved": "Rezervirano", -"inventory-table-in-stock": "Na zalogi", -"order-filter-dropdown-filters": "Filtri", -"order-filter-dropdown-status": "Stanje", -"order-filter-dropdown-payment-status": "Stanje plačila", -"order-filter-dropdown-fulfillment-status": "Stanje izpolnitve", -"order-filter-dropdown-regions": "Območja", -"order-filter-dropdown-sales-channel": "Prodajni kanal", -"order-filter-dropdown-date": "Datum", -"order-table-paid": "Plačano", -"order-table-awaiting": "Čakanje", -"order-table-requires-action": "Zahteva dejanje", -"order-table-canceled": "Preklicano", -"order-table-n-a": "Ni na voljo", -"order-table-order": "Naročilo", -"order-table-date-added": "Datum dodanja", -"order-table-customer": "Stranka", -"order-table-fulfillment": "Izpolnitev", -"order-table-payment-status": "Stanje plačila", -"order-table-sales-channel": "Prodajni kanal", -"order-table-total": "Skupaj", -"order-table-filters-complete": "Dokončano", -"order-table-filters-incomplete": "Nedokončano", -"price-list-table-filters": "Filtri", -"price-list-table-status": "Stanje", -"price-list-table-type": "Tip", -"price-list-table-price-lists": "Ceniki", -"price-list-table-success": "Uspeh", -"price-list-table-successfully-copied-price-list": "Cenik uspešno kopiran", -"price-list-table-error": "Napaka", -"price-list-table-delete-price-list": "Izbriši cenik", -"price-list-table-confirm-delete": "Ste prepričani, da želite izbrisati ta cenik?", -"price-list-table-successfully-deleted-the-price-list": "Uspešno izbrisan cenik", -"price-list-table-successfully-unpublished-price-list": "Uspešno preklican cenik", -"price-list-table-successfully-published-price-list": "Uspešno objavljen cenik", -"price-list-table-unpublish": "Prekliči objavo", -"price-list-table-publish": "Objavi", -"price-list-table-delete": "Izbriši", -"price-list-table-name": "Ime", -"price-list-table-description": "Opis", -"price-list-table-groups": "Skupine", -"price-list-table-other-more": "+ {{other}} več", -"price-overrides-apply-overrides-on-selected-variants": "Uporabi nadomestila na izbranih variantah", -"price-overrides-apply-on-all-variants": "Uporabi na vseh variantah", -"price-overrides-prices": "Cene", -"price-overrides-cancel": "Prekliči", -"price-overrides-save-and-close": "Shrani in zapri", -"price-overrides-show-regions": "Prikaži območja", -"product-table-products": "Izdelki", -"product-table-copy-success": "Uspeh", -"product-table-copy-created-a-new-product": "Ustvarjen nov izdelek", -"product-table-copy-error": "Napaka", -"product-table-delete-product": "Izbriši izdelek", -"product-table-confirm-delete": "Ste prepričani, da želite izbrisati ta izdelek?", -"product-table-edit": "Uredi", -"product-table-unpublish": "Prekliči objavo", -"product-table-publish": "Objavi", -"product-table-draft": "osnutek", -"product-table-published": "objavljeno", -"product-table-success": "Uspeh", -"product-table-successfully-unpublished-product": "Izdelek uspešno preklican", -"product-table-successfully-published-product": "Izdelek uspešno objavljen", -"product-table-error": "Napaka", -"product-table-duplicate": "Podvoji", -"product-table-delete": "Izbriši", -"product-table-proposed": "Predlagano", -"product-table-published-title": "Objavljeno", -"product-table-rejected": "Zavrnjeno", -"product-table-draft-title": "Osnutek", -"product-table-name": "Ime", -"product-table-collection": "Zbirka", -"product-table-status": "Stanje", -"product-table-availability": "Razpoložljivost", -"product-table-inventory": "Zaloga", -"product-table-inventory-in-stock-count_one": " na zalogi za {{count}} varianto", -"product-table-inventory-in-stock-count_other": " na zalogi za {{count}} variant", -"reservation-form-location": "Lokacija", -"reservation-form-choose-where-you-wish-to-reserve-from": "Izberite, kje želite rezervirati.", -"reservation-form-item-to-reserve": "Predmet za rezervacijo", -"reservation-form-select-the-item-that-you-wish-to-reserve": "Izberite predmet, ki ga želite rezervirati.", -"reservation-form-item": "Predmet", -"reservation-form-in-stock": "Na zalogi", -"reservation-form-available": "Na voljo", -"reservation-form-reserve": "Rezerviraj", -"reservation-form-remove-item": "Odstrani predmet", -"reservation-form-description": "Opis", -"reservation-form-what-type-of-reservation-is-this": "Kakšna vrsta rezervacije je to?", -"reservations-table-reservations": "Rezervacije", -"reservations-table-edit": "Uredi", -"reservations-table-delete": "Izbriši", -"reservations-table-confirm-delete": "Ste prepričani, da želite odstraniti to rezervacijo?", -"reservations-table-remove-reservation": "Odstrani rezervacijo", -"reservations-table-reservation-has-been-removed": "Rezervacija je bila odstranjena", -"new-success": "Uspeh", -"new-successfully-created-reservation": "Uspešno ustvarjena rezervacija", -"new-error": "Napaka", -"new-cancel": "Prekliči", -"new-save-reservation": "Shrani rezervacijo", -"new-reserve-item": "Rezerviraj predmet", -"new-metadata": "Metapodatki", -"reservations-table-order-id": "ID naročila", -"reservations-table-description": "Opis", -"reservations-table-created": "Ustvarjeno", -"reservations-table-quantity": "Količina", -"search-modal-start-typing-to-search": "Začnite tipkati za iskanje...", -"search-modal-clear-search": "Počisti iskanje", -"search-modal-or": "ali", -"search-modal-to-navigate": "za navigacijo", -"search-modal-to-select-and": "za izbiro, in", -"search-modal-to-search-anytime": "za iskanje kadar koli", -"templates-settings": "Nastavitve", -"templates-manage-the-settings-for-your-medusa-store": "Upravljajte nastavitve za svojo trgovino Medusa", -"transfer-orders-modal-info": "Informacije", -"transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Stranka je že lastnik naročila", -"transfer-orders-modal-success": "Uspeh", -"transfer-orders-modal-successfully-transferred-order-to-different-customer": "Uspešno preneseno naročilo na drugo stranko", -"transfer-orders-modal-error": "Napaka", -"transfer-orders-modal-could-not-transfer-order-to-different-customer": "Naročila ni mogoče prenesti na drugo stranko", -"transfer-orders-modal-transfer-order": "Prenos naročila", -"transfer-orders-modal-order": "Naročilo", -"transfer-orders-modal-current-owner": "Trenutni lastnik", -"transfer-orders-modal-the-customer-currently-related-to-this-order": "Stranka, ki je trenutno povezana s tem naročilom", -"transfer-orders-modal-new-owner": "Nova lastnik", -"transfer-orders-modal-the-customer-to-transfer-this-order-to": "Stranka, na katero naj se prenese to naročilo", -"transfer-orders-modal-cancel": "Prekliči", -"transfer-orders-modal-confirm": "Potrdi", -"templates-edit-user": "Uredi uporabnika", -"templates-remove-user": "Odstrani uporabnika", -"templates-resend-invitation": "Ponovno pošlji vabilo", -"templates-success": "Uspeh", -"templates-invitiation-link-has-been-resent": "Povezava za vabilo je bila ponovno poslana", -"templates-copy-invite-link": "Kopiraj povezavo za vabilo", -"templates-invite-link-copied-to-clipboard": "Povezava za vabilo je bila kopirana v odložišče", -"templates-remove-invitation": "Odstrani vabilo", -"templates-expired": "Poteklo", -"templates-pending": "V teku", -"templates-all": "Vse", -"templates-member": "Član", -"templates-admin": "Skrbnik", -"templates-no-team-permissions": "Ni dovoljenj za skupino", -"templates-status": "Stanje", -"templates-active": "Aktivno", -"templates-name": "Ime", -"templates-email": "E-pošta", -"templates-team-permissions": "Dovoljenja za skupino", -"templates-confirm-remove": "Ste prepričani, da želite odstraniti tega uporabnika?", -"templates-remove-user-heading": "Odstrani uporabnika", -"templates-user-has-been-removed": "Uporabnik je bil odstranjen", -"templates-confirm-remove-invite": "Ste prepričani, da želite odstraniti to vabilo?", -"templates-remove-invite": "Odstrani vabilo", -"templates-invitiation-has-been-removed": "Vabilo je bilo odstranjeno", -"multiselect-choose-categories": "Izberite kategorije", -"domain-categories-multiselect-selected-with-counts_one": "{{count}}", -"domain-categories-multiselect-selected-with-counts_other": "{{count}}", -"details-success": "Uspeh", -"details-updated-products-in-collection": "Posodobljeni izdelki v zbirki", -"details-error": "Napaka", -"details-back-to-collections": "Nazaj na Zbirke", -"details-edit-collection": "Uredi zbirko", -"details-delete": "Izbriši", -"details-metadata": "Metapodatki", -"details-edit-products": "Uredi izdelke", -"details-products-in-this-collection": "Izdelki v tej zbirki", -"details-raw-collection": "Surova zbirka", -"details-delete-collection": "Izbriši zbirko", -"details-successfully-deleted-collection": "Zbirka uspešno izbrisana", -"details-yes-delete": "Da, izbriši", -"details-successfully-updated-customer": "Stranka uspešno posodobljena", -"details-customer-details": "Podrobnosti stranke", -"details-general": "Splošno", -"details-first-name": "Ime", -"details-lebron": "Lebron", -"details-last-name": "Priimek", -"details-james": "James", -"details-email": "E-pošta", -"details-phone-number": "Telefonska številka", -"details-cancel": "Prekliči", -"details-save-and-close": "Shrani in zapri", -"details-edit": "Uredi", -"details-back-to-customers": "Nazaj na Stranke", -"details-first-seen": "Prvič videno", -"details-phone": "Telefon", -"details-orders": "Naročila", -"details-user": "Uporabnik", -"details-orders_one": "Naročila {{count}}", -"details-orders_other": "Naročila {{count}}", -"details-an-overview-of-customer-orders": "Pregled naročil stranke", -"details-raw-customer": "Surova stranka", -"groups-group-updated": "Skupina posodobljena", -"groups-group-created": "Skupina ustvarjena", -"groups-the-customer-group-has-been-updated": "Skupina strank je bila posodobljena", -"groups-the-customer-group-has-been-created": "Skupina strank je bila ustvarjena", -"groups-edit-customer-group": "Uredi skupino strank", -"groups-create-a-new-customer-group": "Ustvari novo skupino strank", -"groups-details": "Podrobnosti", -"groups-metadata": "Metapodatki", -"groups-cancel": "Prekliči", -"groups-edit-group": "Uredi skupino", -"groups-publish-group": "Objavi skupino", -"groups-no-customers-in-this-group-yet": "V tej skupini še ni strank", -"groups-customers": "Stranke", -"groups-edit": "Uredi", -"groups-delete": "Izbriši", -"groups-yes-delete": "Da, izbriši", -"groups-delete-the-group": "Izbriši skupino", -"groups-group-deleted": "Skupina izbrisana", -"groups-confirm-delete-customer-group": "Ste prepričani, da želite izbrisati to skupino strank?", -"groups-back-to-customer-groups": "Nazaj na skupine strank", -"groups-new-group": "Nova skupina", -"add-condition-conditions-were-successfully-added": "Pogoji so bili uspešno dodani", -"add-condition-discount-conditions-updated": "Pogoji za popust so posodobljeni", -"add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions mora biti uporabljen znotraj ponudnika pogojev", -"collections-search": "Iskanje...", -"collections-cancel": "Prekliči", -"collections-save-and-go-back": "Shrani in pojdi nazaj", -"collections-save-and-close": "Shrani in zapri", -"customer-groups-search": "Iskanje...", -"customer-groups-cancel": "Prekliči", -"customer-groups-save-and-go-back": "Shrani in pojdi nazaj", -"customer-groups-save-and-close": "Shrani in zapri", -"product-types-search": "Iskanje...", -"product-types-cancel": "Prekliči", -"product-types-save-and-go-back": "Shrani in pojdi nazaj", -"product-types-save-and-close": "Shrani in zapri", -"products-search": "Iskanje...", -"products-cancel": "Prekliči", -"products-save-and-go-back": "Shrani in pojdi nazaj", -"products-save-and-close": "Shrani in zapri", -"tags-search": "Iskanje...", -"tags-cancel": "Prekliči", -"tags-save-and-go-back": "Shrani in pojdi nazaj", -"tags-save-and-close": "Shrani in zapri", -"edit-condition-add-conditions": "Dodaj pogoje", -"edit-condition-selected-with-count_one": "{{count}}", -"edit-condition-selected-with-count_other": "{{count}}", -"edit-condition-deselect": "Prekliči izbiro", -"edit-condition-remove": "Odstrani", -"edit-condition-add": "Dodaj", -"edit-condition-title": "Uredi {{type}} v pogojih za popust", -"edit-condition-close": "Zapri", -"edit-condition-success": "Uspeh", -"edit-condition-the-resources-were-successfully-added": "Vir je bil uspešno dodan", -"edit-condition-error": "Napaka", -"edit-condition-failed-to-add-resources": "Neuspelo dodajanje virov", -"edit-condition-the-resources-were-successfully-removed": "Vir je bil uspešno odstranjen", -"edit-condition-failed-to-remove-resources": "Neuspelo odstranjevanje virov", -"edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext mora biti uporabljen znotraj ponudnika za urejanje pogojev", -"conditions-conditions": "Pogoji", -"conditions-add-condition-label": "Dodaj pogoj", -"conditions-this-discount-has-no-conditions": "Ta popust nima pogojev", -"conditions-success": "Uspeh", -"conditions-condition-removed": "Pogoj odstranjen", -"conditions-error": "Napaka", -"conditions-edit-condition": "Uredi pogoj", -"conditions-delete-condition": "Izbriši pogoj", -"conditions-discount-is-applicable-to-specific-products": "Popust velja za določene izdelke", -"conditions-discount-is-applicable-to-specific-collections": "Popust velja za določene zbirke", -"conditions-discount-is-applicable-to-specific-product-tags": "Popust velja za določene oznake izdelkov", -"conditions-discount-is-applicable-to-specific-product-types": "Popust velja za določene vrste izdelkov", -"conditions-discount-is-applicable-to-specific-customer-groups": "Popust velja za določene skupine strank", -"configurations-success": "Uspeh", -"configurations-discount-updated-successfully": "Popust uspešno posodobljen", -"configurations-error": "Napaka", -"configurations-edit-configurations": "Uredi konfiguracije", -"configurations-cancel": "Prekliči", -"configurations-save": "Shrani", -"configurations-configurations": "Konfiguracije", -"configurations-start-date": "Datum začetka", -"configurations-end-date": "Datum konca", -"configurations-delete-configuration": "Izbriši konfiguracijo", -"configurations-discount-end-date-removed": "Datum konca popusta odstranjen", -"configurations-number-of-redemptions": "Število unovčenj", -"configurations-redemption-limit-removed": "Omejitev unovčenj odstranjena", -"configurations-delete-setting": "Izbriši nastavitev", -"configurations-discount-duration-removed": "Trajanje popusta odstranjeno", -"general-success": "Uspeh", -"general-discount-updated-successfully": "Popust uspešno posodobljen", -"general-error": "Napaka", -"general-edit-general-information": "Uredi splošne informacije", -"general-details": "Podrobnosti", -"general-metadata": "Metapodatki", -"general-cancel": "Prekliči", -"general-save-and-close": "Shrani in zapri", -"general-delete-promotion": "Izbriši promocijo", -"general-confirm-delete-promotion": "Ste prepričani, da želite izbrisati to promocijo?", -"general-promotion-deleted-successfully": "Promocija uspešno izbrisana", -"general-discount-published-successfully": "Popust uspešno objavljen", -"general-discount-drafted-successfully": "Popust uspešno napisan", -"general-delete-discount": "Izbriši popust", -"general-template-discount": "Predloga popusta", -"general-published": "Objavljeno", -"general-draft": "Osnutek", -"general-discount-amount": "Višina popusta", -"general-valid-regions": "Veljavne regije", -"general-total-redemptions": "Skupno število unovčenj", -"general-free-shipping": "BREZPLAČNA DOSTAVA", -"general-unknown-discount-type": "Neznan tip popusta", -"details-discount-deleted": "Popust izbrisan", -"details-confirm-delete-discount": "Ste prepričani, da želite izbrisati ta popust?", -"details-delete-discount": "Izbriši popust", -"details-back-to-discounts": "Nazaj na Popuste", -"details-raw-discount": "Neobdelan popust", -"discounts-add-discount": "Dodaj popust", -"discount-form-add-conditions": "Dodaj pogoje", -"discount-form-choose-a-condition-type": "Izberite vrsto pogoja", -"discount-form-you-can-only-add-one-of-each-type-of-condition": "Lahko dodate samo enega vsakega tipa pogoja", -"discount-form-you-cannot-add-any-more-conditions": "Ne morete dodati več pogojev", -"discount-form-cancel": "Prekliči", -"discount-form-save": "Shrani", -"add-condition-tables-cancel": "Prekliči", -"add-condition-tables-save-and-add-more": "Shrani in dodaj več", -"add-condition-tables-save-and-close": "Shrani in zapri", -"add-condition-tables-search-by-title": "Išči po naslovu...", -"add-condition-tables-search-groups": "Išči skupine...", -"add-condition-tables-search-products": "Išči izdelke...", -"add-condition-tables-search-by-tag": "Išči po oznaki...", -"add-condition-tables-search-by-type": "Išči po vrsti...", -"details-condition-tables-search-by-title": "Išči po naslovu...", -"details-condition-tables-search-groups": "Išči skupine...", -"details-condition-tables-cancel": "Prekliči", -"details-condition-tables-save-and-add-more": "Shrani in dodaj več", -"details-condition-tables-save-and-close": "Shrani in zapri", -"details-condition-tables-search-products": "Išči izdelke...", -"details-condition-tables-search-by-tag": "Išči po oznaki...", -"details-condition-tables-search-by-type": "Išči po vrsti...", -"edit-condition-tables-search-by-title": "Išči po naslovu...", -"edit-condition-tables-title": "Naslov", -"edit-condition-tables-search-groups": "Išči skupine...", -"edit-condition-tables-cancel": "Prekliči", -"edit-condition-tables-delete-condition": "Izbriši pogoj", -"edit-condition-tables-save": "Shrani", -"edit-condition-tables-search-products": "Išči izdelke...", -"edit-condition-tables-search-by-tag": "Išči po oznaki...", -"edit-condition-tables-search-by-type": "Išči po vrsti...", -"shared-title": "Naslov", -"shared-products": "Izdelki", -"shared-applies-to-the-selected-items": "Se nanaša na izbrane elemente.", -"shared-applies-to-all-items-except-the-selected-items": "Se nanaša na vse elemente, razen na izbrane.", -"shared-members": "Člani", -"shared-status": "Status", -"shared-variants": "Variante", -"shared-tag": "Oznaka", -"shared-type": "Vrsta", -"edit-conditions-modal-title": "Uredi {{title}}", -"form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm mora biti otrok DiscountFormContext", -"discount-form-error": "Napaka", -"discount-form-save-as-draft": "Shrani kot osnutek", -"discount-form-publish-discount": "Objavi popust", -"discount-form-create-new-discount": "Ustvari nov popust", -"discount-form-discount-type": "Vrsta popusta", -"discount-form-select-a-discount-type": "Izberite vrsto popusta", -"discount-form-allocation": "Razporeditev", -"discount-form-general": "Splošno", -"discount-form-configuration": "Konfiguracija", -"discount-form-discount-code-application-disclaimer": "Koda popusta se uporablja, ko pritisnete gumb za objavo in ostane, če je nepopravljena.", -"discount-form-conditions": "Pogoji", -"discount-form-discount-code-apply-to-all-products-if-left-untouched": "Koda popusta se uporablja za vse izdelke, če je nepopravljena.", -"discount-form-add-conditions-to-your-discount": "Dodajte pogoje za vaš popust", -"discount-form-metadata": "Metapodatki", -"discount-form-metadata-usage-description": "Metapodatki vam omogočajo dodajanje dodatnih informacij k vašemu popustu.", -"condition-item-remainder-more": "+{{remainder}} več", -"conditions-edit": "Uredi", -"conditions-product": "Izdelek", -"conditions-collection": "Zbirka", -"conditions-tag": "Oznaka", -"conditions-customer-group": "Skupina strank", -"conditions-type": "Vrsta", -"conditions-add-condition": "Dodaj pogoj", -"sections-start-date": "Datum začetka", -"sections-schedule-the-discount-to-activate-in-the-future": "Načrtujte aktivacijo popusta v prihodnosti.", -"sections-select-discount-start-date": "Če želite načrtovati aktivacijo popusta v prihodnosti, lahko tukaj nastavite datum začetka, sicer bo popust takoj aktiven.", -"sections-start-time": "Čas začetka", -"sections-discount-has-an-expiry-date": "Ali ima popust potek?", -"sections-schedule-the-discount-to-deactivate-in-the-future": "Načrtujte deaktivacijo popusta v prihodnosti.", -"sections-select-discount-end-date": "Če želite načrtovati deaktivacijo popusta v prihodnosti, lahko tu nastavite datum poteka.", -"sections-expiry-date": "Datum poteka", -"sections-expiry-time": "Čas poteka", -"sections-limit-the-number-of-redemptions": "Omeji število uveljavitev?", -"sections-limit-applies-across-all-customers-not-per-customer": "Omejitev velja za vse stranke, ne posamično za vsako stranko.", -"sections-limit-discount-number-of-uses": "Če želite omejiti število, ko lahko stranka unovči ta popust, lahko tukaj določite omejitev.", -"sections-number-of-redemptions": "Število uveljavitev", -"sections-availability-duration": "Trajanje razpoložljivosti?", -"sections-set-the-duration-of-the-discount": "Nastavite trajanje popusta.", -"sections-select-a-discount-type": "Izberite vrsto popusta", -"sections-total-amount": "Skupni znesek", -"sections-apply-to-the-total-amount": "Uporabi na skupni znesek", -"sections-item-specific": "Določen predmet", -"sections-apply-to-every-allowed-item": "Uporabi za vsak dovoljen predmet", -"sections-percentage": "Odstotek", -"sections-fixed-amount": "Fiksni znesek", -"sections-discount-in-whole-numbers": "Popust v celih številkah", -"sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Če želite uporabiti vrsto fiksnega zneska, lahko izberete samo eno veljavno regijo", -"sections-free-shipping": "Brezplačna dostava", -"sections-override-delivery-amount": "Prezri znesek dostave", -"sections-at-least-one-region-is-required": "Potrebna je vsaj ena regija", -"sections-choose-valid-regions": "Izberite veljavne regije", -"sections-code": "Koda", -"sections-summersale-10": "POLETNA10", -"sections-code-is-required": "Koda je obvezna", -"sections-amount-is-required": "Znesek je obvezen", -"sections-amount": "Znesek", -"sections-customer-invoice-code": "Koda, ki jo bodo vaši kupci vnesli med plačilom. Pojavit se bo na računu vaših strank.", -"sections-uppercase-letters-and-numbers-only": "Samo velike črke in številke.", -"sections-description": "Opis", -"sections-summer-sale-2022": "Poletna razprodaja 2022", -"sections-this-is-a-template-discount": "To je predloga popusta", -"sections-template-discounts-description": "Predloge popustov omogočajo določitev nabora pravil, ki jih je mogoče uporabiti v skupini popustov. To je uporabno pri akcijah, ki bi morale za vsakega uporabnika generirati edinstvene kode, vendar bi morala biti pravila za vse enake.", -"discount-form-product": "Izdelek", -"discount-form-only-for-specific-products": "Samo za določene izdelke", -"discount-form-choose-products": "Izberi izdelke", -"discount-form-customer-group": "Skupina strank", -"discount-form-only-for-specific-customer-groups": "Samo za določene skupine strank", -"discount-form-choose-groups": "Izberi skupine", -"discount-form-tag": "Oznaka", -"discount-form-only-for-specific-tags": "Samo za določene oznake", -"discount-form-collection": "Zbirka", -"discount-form-only-for-specific-product-collections": "Samo za določene zbirke izdelkov", -"discount-form-choose-collections": "Izberi zbirke", -"discount-form-type": "Vrsta", -"discount-form-only-for-specific-product-types": "Samo za določene vrste izdelkov", -"discount-form-choose-types": "Izberi vrste", -"utils-products": "izdelki", -"utils-groups": "skupine", -"utils-tags": "oznake", -"utils-collections": "zbirke", -"utils-types": "vrste", -"gift-cards-created-gift-card": "Ustvarjena darilna kartica", -"gift-cards-custom-gift-card-was-created-successfully": "Prilagojena darilna kartica je bila uspešno ustvarjena", -"gift-cards-error": "Napaka", -"gift-cards-custom-gift-card": "Prilagojena darilna kartica", -"gift-cards-details": "Podrobnosti", -"gift-cards-receiver": "Prejemnik", -"gift-cards-cancel": "Prekliči", -"gift-cards-create-and-send": "Ustvari in pošlji", -"details-updated-gift-card": "Posodobljena darilna kartica", -"details-gift-card-was-successfully-updated": "Darilna kartica je bila uspešno posodobljena", -"details-failed-to-update-gift-card": "Posodobitev darilne kartice ni uspela", -"details-edit-gift-card": "Uredi darilno kartico", -"details-details": "Podrobnosti", -"details-edit-details": "Uredi podrobnosti", -"details-update-balance-label": "Posodobi stanje", -"details-updated-status": "Posodobljen status", -"details-successfully-updated-the-status-of-the-gift-card": "Uspešno posodobljen status darilne kartice", -"details-back-to-gift-cards": "Nazaj na darilne kartice", -"details-original-amount": "Izvirni znesek", -"details-balance": "Stanje", -"details-region": "Regija", -"details-expires-on": "Poteče", -"details-created": "Ustvarjeno", -"details-raw-gift-card": "Darilna kartica v RAW formatu", -"details-balance-updated": "Stanje posodobljeno", -"details-gift-card-balance-was-updated": "Stanje darilne kartice je bilo posodobljeno", -"details-failed-to-update-balance": "Posodobitev stanja ni uspela", -"details-update-balance": "Posodobi stanje", -"manage-back-to-gift-cards": "Nazaj na darilne kartice", -"gift-cards-please-enter-a-name-for-the-gift-card": "Vnesite ime za darilno kartico", -"gift-cards-please-add-at-least-one-denomination": "Dodajte vsaj eno nominalo", -"gift-cards-denominations": "Nominale", -"gift-cards-success": "Uspeh", -"gift-cards-successfully-created-gift-card": "Darilna kartica uspešno ustvarjena", -"gift-cards-create-gift-card": "Ustvari darilno kartico", -"gift-cards-gift-card-details": "Podrobnosti darilne kartice", -"gift-cards-name": "Ime", -"gift-cards-the-best-gift-card": "Najboljša darilna kartica", -"gift-cards-description": "Opis", -"gift-cards-the-best-gift-card-of-all-time": "Najboljša darilna kartica vseh časov", -"gift-cards-thumbnail": "Sličica", -"gift-cards-delete": "Izbriši", -"gift-cards-size-recommended": "Priporočljivo 1200 x 1600 (3:4), do 10 MB vsak", -"gift-cards-amount": "Znesek", -"gift-cards-add-denomination": "Dodaj nominalo", -"gift-cards-create-publish": "Ustvari in objavi", -"gift-cards-successfully-updated-gift-card": "Darilna kartica uspešno posodobljena", -"gift-cards-gift-cards": "Darilne kartice", -"gift-cards-manage": "Upravljajte darilne kartice v vaši trgovini Medusa", -"gift-cards-are-you-ready-to-sell-your-first-gift-card": "Ste pripravljeni prodati svojo prvo darilno kartico?", -"gift-cards-no-gift-card-has-been-added-yet": "Še nobena darilna kartica ni bila dodana.", -"gift-cards-history": "Zgodovina", -"gift-cards-see-the-history-of-purchased-gift-cards": "Oglejte si zgodovino kupljenih darilnih kartic", -"gift-cards-successfully-deleted-gift-card": "Darilna kartica uspešno izbrisana", -"gift-cards-yes-delete": "Da, izbriši", -"gift-cards-delete-gift-card": "Izbriši darilno kartico", -"inventory-filters": "Filtri", -"address-form-address": "Naslov", -"address-form-company": "Podjetje", -"address-form-address-1": "Naslov 1", -"address-form-this-field-is-required": "To polje je obvezno", -"address-form-address-2": "Naslov 2", -"address-form-postal-code": "Poštna številka", -"address-form-city": "Mesto", -"address-form-country": "Država", -"edit-sales-channels-edit-channels": "Uredi kanale", -"edit-sales-channels-add-channels": "Dodaj kanale", -"general-form-location-name": "Ime lokacije", -"general-form-flagship-store-warehouse": "Flagship trgovina, skladišče", -"general-form-name-is-required": "Ime je obvezno", -"location-card-delete-location": "Izbriši lokacijo", -"location-card-confirm-delete": "Ste prepričani, da želite izbrisati to lokacijo? S tem bodo izbrisani tudi vsi nivoji zaloge in rezervacije, povezane s to lokacijo.", -"location-card-success": "Uspeh", -"location-card-location-deleted-successfully": "Lokacija uspešno izbrisana", -"location-card-error": "Napaka", -"location-card-edit-details": "Uredi podrobnosti", -"location-card-delete": "Izbriši", -"location-card-connected-sales-channels": "Povezani prodajni kanali", -"sales-channels-form-add-sales-channels": "Dodaj prodajne kanale", -"sales-channels-form-edit-channels": "Uredi kanale", -"sales-channels-section-not-connected-to-any-sales-channels-yet": "Še ni povezan s prodajnimi kanali", -"edit-success": "Uspeh", -"edit-location-edited-successfully": "Lokacija uspešno urejena", -"edit-error": "Napaka", -"edit-edit-location-details": "Uredi podrobnosti lokacije", -"edit-metadata": "Metadata", -"edit-cancel": "Prekliči", -"edit-save-and-close": "Shrani in zapri", -"new-location-added-successfully": "Lokacija uspešno dodana", -"new-location-created": "Lokacija je bila uspešno ustvarjena, vendar je prišlo do napake pri povezavi prodajnih kanalov", -"new-cancel-location-changes": "Ste prepričani, da želite preklicati neposredne spremembe?", -"new-yes-cancel": "Da, prekliči", -"new-no-continue-creating": "Ne, nadaljuj ustvarjanje", -"new-add-location": "Dodaj lokacijo", -"new-add-new-location": "Dodaj novo lokacijo", -"new-general-information": "Splošne informacije", -"new-location-details": "Navedite podrobnosti o tej lokaciji", -"new-select-location-channel": "Določite, preko katerih prodajnih kanalov se lahko izdelki te lokacije kupujejo.", -"oauth-complete-installation": "Dokončaj namestitev", -"claim-type-form-refund": "Vračilo denarja", -"claim-type-form-replace": "Zamenjava", -"items-to-receive-form-items-to-receive": "Prejete postavke", -"items-to-receive-form-product": "Izdelek", -"items-to-receive-form-quantity": "Količina", -"items-to-receive-form-refundable": "Vračljivo", -"add-return-reason-reason-for-return": "Razlog za vračilo", -"add-return-reason-reason": "Razlog", -"add-return-reason-choose-a-return-reason": "Izberite razlog za vračilo", -"add-return-reason-note": "Opomba", -"add-return-reason-product-was-damaged-during-shipping": "Izdelek je bil poškodovan med pošiljanjem", -"add-return-reason-cancel": "Prekliči", -"add-return-reason-save-and-go-back": "Shrani in se vrni", -"add-return-reason-select-reason-title": "Izberite razlog", -"add-return-reason-edit-reason": "Uredi razlog", -"add-return-reason-select-reason": "Izberite razlog", -"items-to-return-form-items-to-claim": "Postavke za zahtevo", -"items-to-return-form-items-to-return": "Postavke za vračilo", -"items-to-return-form-product": "Izdelek", -"items-to-return-form-quantity": "Količina", -"items-to-return-form-refundable": "Vračljivo", -"add-additional-items-screen-go-back": "Nazaj", -"add-additional-items-screen-add-products": "Dodaj izdelke", -"add-additional-items-screen-add-product-variants": "Dodaj različice izdelkov", -"add-additional-items-screen-search-products": "Išči izdelke", -"add-additional-items-screen-variant-price-missing": "Ta različica nima cene za to regijo/valuto tega naročila in je ni mogoče izbrati.", -"add-additional-items-screen-stock": "Zaloga", -"add-additional-items-screen-price": "Cena", -"add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Cena je bila preklicana na ceniku, ki velja za to naročilo.", -"items-to-send-form-items-to-send": "Postavke za pošiljanje", -"items-to-send-form-add-products": "Dodaj izdelke", -"items-to-send-form-product": "Izdelek", -"items-to-send-form-quantity": "Količina", -"items-to-send-form-price": "Cena", -"items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Cena je bila preklicana v ceniku, ki velja za to naročilo.", -"refund-amount-form-cancel-editing-refund-amount": "Prekliči urejanje zneska vračila", -"refund-amount-form-edit-refund-amount": "Uredi znesek vračila", -"refund-amount-form-refund-amount-cannot-be-negative": "Znesek vračila ne sme biti negativen", -"refund-amount-form-the-refund-amount-must-be-at-least-0": "Znesek vračila mora biti vsaj 0", -"reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} predmetov ni rezerviranih", -"reservation-indicator-this-item-has-been-fulfilled": "Ta predmet je bil izpolnjen.", -"edit-reservation-button-quantity-item-location-name": "{{quantity}} predmet: ${{locationName}}", -"reservation-indicator-edit-reservation": "Uredi rezervacijo", -"rma-summaries-claimed-items": "Zahtevani predmeti", -"rma-summaries-replacement-items": "Predmeti za zamenjavo", -"rma-summaries-customer-refund-description": "Kupec bo za zahtevane predmete prejel polno vračilo, saj stroški zamenjave predmetov in pošiljanja ne bodo odšteti. Lahko pa izberete tudi, da nastavite prilagojen znesek vračila ob prejemu vrnjenih predmetov ali ustvarite menjavo.", -"rma-summaries-refund-amount": "Znesek vračila", -"rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Kupec bo povrnjen, ko bodo vrnjeni predmeti prejeti", -"rma-summaries-the-customer-will-be-refunded-immediately": "Kupec bo takoj povrnjen", -"rma-summaries-receiving": "Prejemanje", -"rma-summaries-free": "Brezplačno", -"send-notification-form-return": "vračilo", -"send-notification-form-exchange": "zamenjava", -"send-notification-form-claim": "zahteva", -"send-notification-form-send-notifications": "Pošlji obvestila", -"send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Če ni označeno, kupec ne bo prejel obvestila o tej {{subject}}.", -"shipping-address-form-shipping-address": "Naslov za pošiljanje", -"shipping-address-form-ship-to-a-different-address": "Pošlji na drug naslov", -"shipping-address-form-cancel": "Prekliči", -"shipping-address-form-save-and-go-back": "Shrani in se vrni", -"shipping-address-form-shipping-information": "Informacije o pošiljanju", -"shipping-form-shipping-for-return-items": "Pošiljanje za vrnjene predmete", -"shipping-form-shipping-for-replacement-items": "Pošiljanje za nadomestne predmete", -"shipping-form-shipping-method-is-required": "Način pošiljanja je obvezen", -"shipping-form-choose-shipping-method": "Izberite način pošiljanja", -"shipping-form-shipping-method": "Način pošiljanja", -"shipping-form-add-custom-price": "Dodaj prilagojeno ceno", -"shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Pošiljanje vračilnih predmetov, za katere kupec zahteva, je brezplačno.", -"shipping-form-shipping-for-replacement-items-is-complimentary": "Pošiljanje nadomestnih predmetov je brezplačno.", -"components-decrease-quantity": "Zmanjšaj količino", -"components-increase-quantity": "Povečaj količino", -"details-successfully-updated-address": "Naslov uspešno posodobljen", -"details-billing-address": "Naslov za obračunavanje", -"details-shipping-address": "Naslov za pošiljanje", -"details-contact": "Kontakt", -"details-location": "Lokacija", -"claim-are-you-sure-you-want-to-close": "Ste prepričani, da želite zapreti?", -"claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Imate neshranjene spremembe, ste prepričani, da želite zapreti?", -"claim-please-select-a-reason": "Prosimo, izberite razlog", -"claim-a-shipping-method-for-replacement-items-is-required": "Za nadomestne predmete je potreben način pošiljanja", -"claim-successfully-created-claim": "Uspešno ustvarjen zahtevek", -"claim-created": "Za naročilo #{{display_id}} je bil uspešno ustvarjen zahtevek", -"claim-error-creating-claim": "Napaka pri ustvarjanju zahtevka", -"claim-create-claim": "Ustvari zahtevek", -"claim-location": "Lokacija", -"claim-choose-which-location-you-want-to-return-the-items-to": "Izberite, kam želite vrniti predmete.", -"claim-select-location-to-return-to": "Izberite lokacijo za vračilo", -"claim-cancel": "Prekliči", -"claim-submit-and-close": "Pošlji in zapri", -"create-fulfillment-error": "Napaka", -"create-fulfillment-please-select-a-location-to-fulfill-from": "Prosimo, izberite lokacijo, od koder želite izpolniti", -"create-fulfillment-cant-allow-this-action": "Tega dejanja ni mogoče dovoliti", -"create-fulfillment-trying-to-fulfill-more-than-in-stock": "Poskus izpolnitve večjega števila kot je na zalogi", -"create-fulfillment-successfully-fulfilled-order": "Naročilo uspešno izpolnjeno", -"create-fulfillment-successfully-fulfilled-swap": "Uspešno izpolnjena zamenjava", -"create-fulfillment-successfully-fulfilled-claim": "Uspešno izpolnjen zahtevek", -"create-fulfillment-success": "Uspeh", -"create-fulfillment-cancel": "Prekliči", -"create-fulfillment-create-fulfillment": "Ustvari izpolnitev", -"create-fulfillment-create-fulfillment-title": "Ustvari izpolnitev", -"create-fulfillment-locations": "Lokacije", -"create-fulfillment-choose-where-you-wish-to-fulfill-from": "Izberite, od koder želite izpolniti.", -"create-fulfillment-items-to-fulfill": "Predmeti za izpolnitev", -"create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Izberite število predmetov, ki jih želite izpolniti.", -"create-fulfillment-send-notifications": "Pošlji obvestila", -"create-fulfillment-when-toggled-notification-emails-will-be-sent": "Ko je preklop vklopljen, se bodo poslala obvestilna sporočila.", -"create-fulfillment-quantity-is-not-valid": "Količina ni veljavna", -"detail-cards-allocated": "Dodeljeno", -"detail-cards-not-fully-allocated": "Ni popolnoma dodeljeno", -"detail-cards-subtotal": "Skupna vsota", -"detail-cards-shipping": "Pošiljanje", -"detail-cards-tax": "Davek", -"detail-cards-total": "Skupaj", -"detail-cards-edit-order": "Uredi naročilo", -"detail-cards-allocate": "Dodeli", -"detail-cards-discount": "Popust:", -"detail-cards-original-total": "Izvirna vsota", -"details-successfully-updated-the-email-address": "Uspešno posodobljen elektronski naslov", -"details-email-address": "Elektronski naslov", -"details-save": "Shrani", -"details-order-id-copied": "ID naročila je bil kopiran", -"details-email-copied": "Elektronski naslov je bil kopiran", -"details-cancel-order-heading": "Prekliči naročilo", -"details-are-you-sure-you-want-to-cancel-the-order": "Ste prepričani, da želite preklicati naročilo?", -"order-details-display-id": "naročilo #{{display_id}}", -"details-successfully-canceled-order": "Naročilo uspešno preklicano", -"details-go-to-customer": "Pojdi na stranko", -"details-transfer-ownership": "Prenos lastništva", -"details-edit-shipping-address": "Uredi naslov za pošiljanje", -"details-edit-billing-address": "Uredi naslov za plačilo", -"details-edit-email-address": "Uredi elektronski naslov", -"details-back-to-orders": "Nazaj na naročila", -"details-cancel-order": "Prekliči naročilo", -"details-payment": "Plačilo", -"details-refunded": "Vračilo", -"details-total-paid": "Skupno plačano", -"details-fulfillment": "Izpolnitev", -"details-create-fulfillment": "Ustvari izpolnitev", -"details-shipping-method": "Način pošiljanja", -"details-customer": "Stranka", -"details-shipping": "Pošiljanje", -"details-billing": "Plačilo", -"details-raw-order": "Naročilo(RAW)", -"mark-shipped-successfully-marked-order-as-shipped": "Naročilo uspešno označeno kot poslano", -"mark-shipped-successfully-marked-swap-as-shipped": "Zamenjava uspešno označena kot poslano", -"mark-shipped-successfully-marked-claim-as-shipped": "Zahtevek uspešno označen kot poslan", -"mark-shipped-success": "Uspeh", -"mark-shipped-error": "Napaka", -"mark-shipped-mark-fulfillment-shipped": "Označi izpolnitev kot poslano", -"mark-shipped-tracking": "Sledenje", -"mark-shipped-tracking-number-label": "Številka za sledenje", -"mark-shipped-tracking-number": "Številka za sledenje...", -"mark-shipped-add-additional-tracking-number": "+ Dodaj dodatno številko za sledenje", -"mark-shipped-send-notifications": "Pošlji obvestila", -"mark-shipped-cancel": "Prekliči", -"mark-shipped-complete": "Končaj", -"order-line-warning": "Opozorilo", -"order-line-cannot-duplicate-an-item-without-a-variant": "Brez variante ni mogoče podvojiti predmeta", -"order-line-error": "Napaka", -"order-line-failed-to-duplicate-item": "Neuspešno podvojitev predmeta", -"order-line-success": "Uspeh", -"order-line-item-removed": "Predmet odstranjen", -"order-line-failed-to-remove-item": "Neuspešno odstranjevanje predmeta", -"order-line-item-added": "Predmet dodan", -"order-line-failed-to-replace-the-item": "Neuspešna zamenjava predmeta", -"order-line-replace-product-variants": "Zamenjaj variante izdelkov", -"order-line-replace-with-other-item": "Zamenjaj s drugim predmetom", -"order-line-duplicate-item": "Podvoji predmet", -"order-line-remove-item": "Odstrani predmet", -"order-line-line-item-cannot-be-edited": "Ta postavka vrstice je del izpolnitve in je ni mogoče urediti. Prekličite izpolnitev, da uredite postavko vrstice.", -"order-line-new": "Novo", -"order-line-modified": "Spremenjeno", -"receive-return-please-select-at-least-one-item-to-receive": "Izberite vsaj en izdelek za sprejem", -"receive-return-successfully-received-return": "Vračilo uspešno sprejeto", -"receive-return-received-return-for-order": "Prejeto vračilo za naročilo #{{display_id}}", -"receive-return-failed-to-receive-return": "Sprejem vračila ni uspel", -"receive-return-receive-return": "Sprejmi vračilo", -"receive-return-location": "Lokacija", -"receive-return-choose-location": "Izberite, kam želite vrniti izdelke.", -"receive-return-select-location-to-return-to": "Izberite lokacijo za vrnitev", -"receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Na izbrani lokaciji za izdelke ni ravni inventarja", -"receive-return-cancel": "Prekliči", -"receive-return-save-and-close": "Shrani in zapri", -"refund-success": "Uspeh", -"refund-successfully-refunded-order": "Naročilo uspešno vrnjeno", -"refund-error": "Napaka", -"refund-create-a-refund": "Ustvari vračilo", -"refund-attention": "Pozor!", -"refund-system-payment-disclaimer": "Eno ali več vaših plačil je sistemsko plačilo. Zavedajte se, da Medusa za takšna plačila ne izvaja zajetij ali vračil.", -"refund-details": "Podrobnosti", -"refund-cannot-refund-more-than-the-orders-net-total": "Ne morete vrniti več kot čista skupna vrednost naročila.", -"refund-discount": "Popust", -"refund-reason": "Razlog", -"refund-note": "Opomba", -"refund-discount-for-loyal-customer": "Popust za zvestega kupca", -"refund-send-notifications": "Pošlji obvestila", -"refund-cancel": "Prekliči", -"refund-complete": "Dokončaj", -"reservation-reservation-was-deleted": "Rezervacija je bila izbrisana", -"reservation-the-allocated-items-have-been-released": "Dodeljeni predmeti so bili sproščeni.", -"reservation-error": "Napaka", -"reservation-failed-to-delete-the-reservation": "Izbris rezervacije ni uspel", -"reservation-reservation-was-updated": "Rezervacija je bila posodobljena", -"reservation-the-reservation-change-was-saved": "Sprememba rezervacije je bila shranjena.", -"reservation-errors": "Napake", -"reservation-failed-to-update-reservation": "Posodobitev rezervacije ni uspela", -"reservation-edit-reservation": "Uredi rezervacijo", -"reservation-location": "Lokacija", -"reservation-choose-which-location-you-want-to-ship-the-items-from": "Izberite, od kod želite odpremiti predmete.", -"reservation-items-to-allocate-title": "Predmeti za dodelitev", -"reservation-select-the-number-of-items-that-you-wish-to-allocate": "Izberite število predmetov, ki jih želite dodeliti.", -"reservation-max-reservation-requested": " / {{maxReservation}} zahtevano", -"reservation-reserved": " rezervirano", -"reservation-description": "Opis", -"reservation-what-type-of-reservation-is-this": "Kakšna vrsta rezervacije je to?", -"reservation-metadata": "Metapodatki", -"reservation-remove-metadata": "Odstrani metapodatke", -"reservation-add-metadata": "Dodaj metapodatke", -"reservation-delete-reservation": "Izbriši rezervacijo", -"reservation-cancel": "Prekliči", -"reservation-save-and-close": "Shrani in zapri", -"reservation-couldnt-allocate-items": "Predmetov ni bilo mogoče dodeliti", -"reservation-items-allocated": "Dodeljeni predmeti", -"reservation-items-have-been-allocated-successfully": "Predmeti so bili uspešno dodeljeni", -"reservation-save-reservation": "Shrani rezervacijo", -"reservation-loading": "Nalaganje...", -"reservation-allocate-order-items": "Dodeli predmete naročila", -"reservation-choose-where-you-wish-to-allocate-from": "Izberite, od kod želite dodeliti", -"reservation-items-to-allocate": "Predmeti za dodelitev", -"returns-success": "Uspeh", -"returns-successfully-returned-order": "Naročilo uspešno vrnjeno", -"returns-error": "Napaka", -"returns-request-return": "Zahtevaj vračilo", -"returns-items-to-return": "Predmeti za vračilo", -"returns-choose-which-location-you-want-to-return-the-items-to": "Izberite, kam želite vrniti predmete.", -"returns-select-location-to-return-to": "Izberite lokacijo za vračilo", -"returns-selected-location-has-no-inventory-levels": "Izbrana lokacija nima ravni inventarja za izbrane predmete. Vračilo lahko zahtevate, vendar ga ne morete prejeti, dokler ni ustvarjena raven inventarja za izbrano lokacijo.", -"returns-shipping": "Pošiljanje", -"returns-choose-retur,-shipping-method": "Izberite način pošiljanja za to vračilo.", -"returns-total-refund": "Skupno vračilo", -"returns-amount": "Znesek", -"returns-send-notifications": "Pošlji obvestila", -"returns-notify-customer-of-created-return": "Obvestite stranko o ustvarjenem vračilu", -"returns-back": "Nazaj", -"returns-submit": "Pošlji", -"rma-sub-modals-search-for-additional": "Išči dodatno", -"rma-sub-modals-general": "Splošno", -"rma-sub-modals-first-name": "Ime", -"rma-sub-modals-last-name": "Priimek", -"rma-sub-modals-phone": "Telefon", -"rma-sub-modals-shipping-address": "Naslov za dostavo", -"rma-sub-modals-address-1": "Naslov 1", -"rma-sub-modals-address-2": "Naslov 2", -"rma-sub-modals-province": "Pokrajina", -"rma-sub-modals-postal-code": "Poštna številka", -"rma-sub-modals-city": "Mesto", -"rma-sub-modals-country": "Država", -"rma-sub-modals-back": "Nazaj", -"rma-sub-modals-add": "Dodaj", -"rma-sub-modals-name": "Ime", -"rma-sub-modals-status": "Stanje", -"rma-sub-modals-in-stock": "Na zalogi", -"rma-sub-modals-products": "Izdelki", -"rma-sub-modals-search-products": "Iskanje izdelkov...", -"rma-sub-modals-reason-for-return": "Razlog za vrnitev", -"rma-sub-modals-reason": "Razlog", -"rma-sub-modals-note": "Opomba", -"swap-success": "Uspeh", -"swap-successfully-created-exchange": "Uspešno ustvarjena menjava", -"swap-error": "Napaka", -"swap-register-exchange": "Registrirajte menjavo", -"swap-items-to-return": "Predmeti za vračilo", -"swap-shipping": "Pošiljanje", -"swap-shipping-method": "Način pošiljanja", -"swap-add-a-shipping-method": "Dodaj način pošiljanja", -"swap-location": "Lokacija", -"swap-choose-which-location-you-want-to-return-the-items-to": "Izberite, kam želite vrniti predmete.", -"swap-select-location-to-return-to": "Izberite lokacijo za vračilo", -"swap-items-to-send": "Predmeti za pošiljanje", -"swap-add-product": "Dodaj izdelek", -"swap-return-total": "Skupno vračilo", -"swap-additional-total": "Dodatno skupno", -"swap-outbond-shipping": "Odprava pošiljanja", -"swap-calculated-at-checkout": "Izračunano ob odjavi", -"swap-estimated-difference": "Predvidena razlika", -"swap-send-notifications": "Pošlji obvestila", -"swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Če ni označeno, stranka ne bo prejela obvestil o tej menjavi", -"swap-complete": "Dokončano", -"templates-shipped": "Dostavljeno", -"templates-fulfilled": "Izpolnjeno", -"templates-canceled": "Preklicano", -"templates-partially-fulfilled": "Delno izpolnjeno", -"templates-fulfillment-status-requires-action": "Zahteva ukrepanje", -"templates-awaiting-fulfillment": "Čakanje na izpolnitev", -"templates-partially-shipped": "Delno odposlano", -"templates-cancel-fulfillment-heading": "Prekliči izpolnitev?", -"templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Ste prepričani, da želite preklicati izpolnitev?", -"templates-successfully-canceled-swap": "Menjava uspešno preklicana", -"templates-error": "Napaka", -"templates-successfully-canceled-claim": "Uspešno preklican zahtevek", -"templates-successfully-canceled-fulfillment": "Izpolnitev uspešno preklicana", -"templates-fulfillment-has-been-canceled": "Izpolnitev je bila preklicana", -"templates-fulfilled-by-provider": "{{title}} Izpolnjeno s strani {{provider}}", -"templates-not-shipped": "Ni poslano", -"templates-tracking": "Sledenje", -"templates-shipped-from": "Poslano iz", -"templates-shipping-from": "Pošiljanje iz", -"templates-mark-shipped": "Označi kot poslano", -"templates-cancel-fulfillment": "Prekliči izpolnitev", -"templates-completed": "Dokončano", -"templates-processing": "Obdelava", -"templates-requires-action": "Zahteva ukrepanje", -"templates-capture-payment": "Zajem plačila", -"templates-successfully-captured-payment": "Plačilo uspešno zajeto", -"templates-refund": "Vračilo", -"templates-total-for-swaps": "Skupno za menjave", -"templates-refunded-for-swaps": "Vračilo za menjave", -"templates-refunded-for-returns": "Vračilo za vrnitve", -"templates-manually-refunded": "Ročno vrnjeno", -"templates-net-total": "Neto skupno", -"templates-paid": "Plačano", -"templates-awaiting-payment": "Čakajoče plačilo", -"templates-payment-status-requires-action": "Zahteva ukrepanje", -"draft-orders-completed": "Dokončano", -"draft-orders-open": "Odpri", -"draft-orders-mark-as-paid": "Označi kot plačano", -"draft-orders-success": "Uspeh", -"draft-orders-successfully-mark-as-paid": "Uspešno označeno kot plačano", -"draft-orders-error": "Napaka", -"draft-orders-successfully-canceled-order": "Uspešno preklicano naročilo", -"draft-orders-back-to-draft-orders": "Nazaj na osnutke naročil", -"on-mark-as-paid-confirm-order-id": "Naročilo #{{display_id}}", -"draft-orders-go-to-order": "Pojdi na naročilo", -"draft-orders-cancel-draft-order": "Prekliči osnutek naročila", -"draft-orders-draft-order": "Osnutek naročila", -"draft-orders-email": "E-pošta", -"draft-orders-phone": "Telefon", -"draft-orders-amount": "Znesek {{currency_code}}", -"draft-orders-payment": "Plačilo", -"draft-orders-subtotal": "Delna vsota", -"draft-orders-shipping": "Dostava", -"draft-orders-tax": "Davek", -"draft-orders-total-to-pay": "Skupaj za plačilo", -"draft-orders-payment-link": "Povezava za plačilo:", -"draft-orders-configure-payment-link-in-store-settings": "Nastavi povezavo za plačilo v nastavitvah trgovine", -"draft-orders-shipping-method": "Način dostave", -"draft-orders-data": "Podatki", -"draft-orders-1-item": "(1 izdelek)", -"draft-orders-customer": "Stranka", -"draft-orders-edit-shipping-address": "Uredi naslov za dostavo", -"draft-orders-edit-billing-address": "Uredi naslov za zaračunavanje", -"draft-orders-go-to-customer": "Pojdi na stranko", -"draft-orders-contact": "Kontakt", -"draft-orders-billing": "Zaračunavanje", -"draft-orders-raw-draft-order": "Surov osnutek naročila", -"draft-orders-are-you-sure": "Ste prepričani?", -"draft-orders-remove-resource-heading": "Odstrani {{resource}}", -"draft-orders-remove-resource-success-text": "{{resource}} je bil odstranjen", -"draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "To bo ustvarilo naročilo. Označite kot plačano, če ste prejeli plačilo.", -"draft-orders-mark-paid": "Označi kot plačano", -"draft-orders-cancel": "Prekliči", -"draft-orders-create-draft-order": "Ustvari osnutek naročila", -"edit-amount-paid": "Plačani znesek", -"edit-new-total": "Nov skupni znesek", -"edit-difference-due": "Razlika za plačilo", -"edit-back": "Nazaj", -"edit-save-and-go-back": "Shrani in se vrni nazaj", -"edit-order-edit-set-as-requested": "Ureditev naročila nastavljena kot zahtevana", -"edit-failed-to-request-confirmation": "Zahteva za potrditev ni uspela", -"edit-added-successfully": "Uspešno dodano", -"edit-error-occurred": "Prišlo je do napake", -"edit-add-product-variants": "Dodaj izdelke", -"edit-edit-order": "Uredi naročilo", -"edit-items": "Izdelki", -"edit-add-items": "Dodaj izdelke", -"edit-filter-items": "Filtriraj izdelke...", -"edit-note": "Opomba", -"edit-add-a-note": "Dodaj opombo...", -"variants-table-location": " v {{location}}", -"edit-product": "Izdelek", -"edit-in-stock": "Na zalogi", -"edit-price": "Cena", -"edit-products": "Izdelki", -"edit-search-product-variants": "Iskanje variant izdelka...", -"orders-success": "Uspeh", -"orders-successfully-initiated-export": "Izvoz uspešno zagnan", -"orders-error": "Napaka", -"orders-export-orders": "Izvozi naročila", -"components-billing-address": "Naslov za zaračunavanje", -"components-use-same-as-shipping": "Uporabi enako kot za dostavo", -"components-e-g-gift-wrapping": "Npr. Darilno pakiranje", -"components-title": "Naslov", -"components-price": "Cena", -"components-quantity": "Količina", -"components-back": "Nazaj", -"components-add": "Dodaj", -"components-items-for-the-order": "Izdelki za naročilo", -"components-details": "Podrobnosti", -"components-price-excl-taxes": "Cena (brez davkov)", -"components-add-custom": "Dodaj po meri", -"components-add-existing": "Dodaj obstoječe", -"components-add-products": "Dodaj izdelke", -"components-add-custom-item": "Dodaj po meri", -"components-choose-region": "Izberite regijo", -"components-region": "Regija", -"select-shipping-to-name": "(Za {{name}})", -"components-attention": "Pozor!", -"components-no-options-for-orders-without-shipping": "Za naročila brez dostave nimate nobene možnosti. Prosim, dodajte eno (npr. »Fulfilment v trgovini«) in nadaljujte, pri čemer izberite možnost »Prikaži na spletni strani« v nastavitvah regije.", -"components-choose-a-shipping-method": "Izberite način dostave", -"components-set-custom-price": "Nastavi po meri", -"components-custom-price": "Cena po meri", -"components-customer-and-shipping-details": "Podrobnosti stranke in dostave", -"components-find-existing-customer": "Najdi obstoječo stranko", -"components-email": "E-pošta", -"components-choose-existing-addresses": "Izberi obstoječe naslove", -"components-create-new": "Ustvari novo", -"components-the-discount-is-not-applicable-to-the-selected-region": "Popust ni veljaven za izbrano regijo", -"components-the-discount-code-is-invalid": "Koda popusta ni veljavna", -"components-add-discount": "Dodaj popust", -"components-summer-10": "POLETJE10", -"components-discount": "Popust", -"select-shipping-code": "(Koda: {{code}})", -"components-type": "Vrsta", -"components-value": "Vrednost", -"components-address": "Naslov", -"components-shipping-method": "Način dostave", -"components-billing-details": "Podrobnosti obračuna", -"components-edit": "Uredi", -"form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm mora biti uporabljen znotraj NewOrderFormProvider", -"new-order-created": "Naročilo ustvarjeno", -"new-create-draft-order": "Ustvari osnutek naročila", -"price-list-product-filter-created-at": "Ustvarjeno ob", -"price-list-product-filter-updated-at": "Posodobljeno ob", -"price-list-details-drawer-prompt-title": "Ste prepričani?", -"price-list-details-drawer-prompt-description": "Imate neshranjene spremembe. Ste prepričani, da želite zapustiti stran?", -"price-list-details-notification-succes-title": "Cenik posodobljen", -"price-list-details-drawer-notification-success-message": "Cenik uspešno posodobljen", -"price-list-details-drawer-notification-error-title": "Prišlo je do napake", -"price-list-details-drawer-title": "Uredi podrobnosti cenika", -"price-list-details-drawer-cancel-button": "Prekliči", -"price-list-details-drawer-save-button": "Shrani", -"price-list-details-section-prompt-confirm-text": "Izbriši", -"price-list-details-section-prompt-cancel-text": "Prekliči", -"price-list-details-section-prompt-title": "Izbriši cenik", -"price-list-details-section-prompt-description": "Ste prepričani, da želite izbrisati cenik \"{{name}}\"?", -"price-list-details-section-delete-notification-success-title": "Cenik uspešno izbrisan", -"price-list-details-section-delete-notification-success-message": "Cenik \"{{name}}\" je bil uspešno izbrisan", -"price-list-details-section-delete-notification-error-title": "Napaka pri brisanju cenika", -"price-list-details-section-customer-groups": "Skupine strank", -"price-list-details-section-last-edited": "Zadnjič urejeno", -"price-list-details-section-number-of-prices": "Cene", -"price-list-details-section-status-menu-expired": "Poteklo", -"price-list-details-section-status-menu-draft": "Osnutek", -"price-list-details-section-status-menu-scheduled": "Načrtovano", -"price-list-details-section-status-active": "Aktivno", -"price-list-details-section-status-menu-notification-success-title": "Status cenika uspešno posodobljen", -"price-list-details-section-status-menu-notification-success-message": "Status cenika je bil uspešno posodobljen na {{status}}", -"price-list-details-section-status-menu-notification-error-title": "Napaka pri posodabljanju statusa cenika", -"price-list-details-section-status-menu-item-draft": "Osnutek", -"price-list-details-section-status-menu-item-activate": "Aktiviraj", -"price-list-details-menu-item-edit": "Uredi podrobnosti", -"price-list-details-menu-item-delete": "Izbriši", -"price-list-edit-error": "Prišlo je do napake med nalaganjem cenika. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-new-form-prompt-title": "Ste prepričani?", -"price-list-new-form-prompt-exit-description": "Imate neshranjene spremembe, ali ste prepričani, da želite izstopiti?", -"price-list-new-form-prompt-back-description": "Imate neshranjene spremembe, ali ste prepričani, da želite nazaj?", -"price-list-add-products-modal-no-prices-error": "Prosimo, določite cene vsaj enega izdelka.", -"price-list-add-products-modal-missing-prices-title": "Nepopoln cenik", -"price-list-add-products-modal-missing-prices-description": "Cene niso bile dodeljene vsem vašim izbranim izdelkom. Ali želite nadaljevati?", -"price-list-add-products-modal-success-title": "Nove cene dodane", -"price-list-add-products-modal-success-message": "Nove cene so bile dodane v cenik.", -"price-list-add-products-modal-error-title": "Prišlo je do napake", -"price-list-add-products-modal-back-button-cancel": "Prekliči", -"price-list-add-products-modal-back-button": "Nazaj", -"price-list-add-products-modal-next-button-continue": "Nadaljuj", -"price-list-add-products-modal-next-button-submit-and-close": "Potrdi in zapri", -"price-list-add-products-modal-next-button-continue-save-prices": "Shrani cene", -"price-list-add-products-modal-products-tab": "Izberi izdelke", -"price-list-add-products-modal-prices-tab": "Uredi cene", -"price-list-add-products-modal-error": "Prišlo je do napake med pripravo obrazca. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-edit-prices-modal-prompt-title": "Neshranjene spremembe", -"price-list-edit-prices-modal-prompt-exit-description": "Imate neshranjene spremembe, ali ste prepričani, da želite izstopiti?", -"price-list-edit-prices-modal-prompt-back-description": "Imate neshranjene spremembe, ali ste prepričani, da želite nazaj?", -"price-list-edit-prices-modal-notification-update-error": "Prišlo je do napake", -"price-list-edit-prices-modal-notification-remove-error-title": "Prišlo je do napake", -"price-list-edit-prices-modal-notification-remove-error-description": "Nekatere cene niso bile pravilno posodobljene. Poskusite znova.", -"price-list-edit-prices-modal-notification-update-success-title": "Cene posodobljene", -"price-list-edit-prices-modal-notification-update-success-description": "Cene uspešno posodobljene", -"price-list-edit-prices-modal-next-button-save-and-close": "Shrani in zapri", -"price-list-edit-prices-modal-next-button-save": "Shrani cene", -"price-list-edit-prices-modal-back-button-cancel": "Prekliči", -"price-list-edit-prices-modal-back-button-back": "Nazaj", -"price-list-edit-prices-modal-overview-tab": "Uredi cene", -"price-list-edit-prices-modal-error-loading": "Prišlo je do napake med pripravo obrazca. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-prices-section-prompt-title": "Ste prepričani?", -"price-list-prices-section-prompt-description": "To bo trajno izbrisalo cenike izdelkov iz seznama", -"price-list-prices-secton-delete-success-title": "Cene izbrisane", -"price-list-prices-section-delete-success-description_one": "Uspešno izbrisane cene za {{count}} izdelek", -"price-list-prices-section-delete-success-description_other": "Uspešno izbrisane cene za {{count}} izdelke", -"price-list-prices-section-delete-error-title": "Prišlo je do napake", -"price-list-prices-section-heading": "Cene", -"price-list-prices-section-search-placeholder": "Išči izdelke", -"price-list-prices-section-prices-menu-edit": "Uredi cene", -"price-list-prices-section-prices-menu-add": "Dodaj izdelke", -"price-list-prices-section-table-load-error": "Med pridobivanjem izdelkov je prišlo do napake. Poskusite znova naložiti stran ali če težava vztraja, poskusite znova pozneje.", -"price-list-prices-section-bar-count_one": "{{count}} izbran", -"price-list-prices-section-bar-count_other": "{{count}} izbranih", -"price-list-prices-section-edit-command": "Uredi", -"price-list-prices-section-delete-command": "Izbriši", -"price-list-prices-section-select-all-checkbox-label": "Izberi vse izdelke na trenutni strani", -"price-list-prices-section-select-checkbox-label": "Izberi vrstico", -"price-list-prices-section-table-product": "Izdelek", -"price-list-prices-section-table-thumbnail-alt": "{{title}} sličica", -"price-list-prices-section-table-collection": "Zbirka", -"price-list-prices-section-table-variants": "Variante", -"price-list-details-form-type-heading": "Vrsta", -"price-list-details-form-type-description": "Izberite vrsto cenika, ki ga želite ustvariti.", -"price-list-details-form-type-label-sale": "Prodaja", -"price-list-details-form-type-hint-sale": "Uporabite to, če ustvarjate prodajo.", -"price-list-details-form-type-label-override": "Prezri", -"price-list-details-form-type-hint-override": "Uporabite to, če preizpisujete cene.", -"price-list-details-form-general-heading": "Splošno", -"price-list-details-form-general-description": "Izberite naslov in opis cenika.", -"price-list-details-form-general-name-label": "Ime", -"price-list-details-form-general-name-placeholder": "Črna petkova prodaja", -"price-list-details-form-general-description-label": "Opis", -"price-list-details-form-general-description-placeholder": "Cene za črno petkovo prodajo ...", -"price-list-details-form-tax-inclusive-label": "Cene z vključenim davkom", -"price-list-details-form-tax-inclusive-hint": "Izberite, da so vse cene na tem seznamu vključno z davkom.", -"price-list-details-form-dates-starts-at-heading": "Cenik ima datum začetka?", -"price-list-details-form-dates-starts-at-description": "Načrtujte, da se prekrijejo cene začnejo veljati v prihodnosti.", -"price-list-details-form-dates-starts-at-label": "Datum začetka", -"price-list-details-form-ends-at-heading": "Cenik ima datum poteka?", -"price-list-details-form-ends-at-description": "Načrtujte, da se prekrijejo cene končajo veljati v prihodnosti.", -"price-list-details-form-ends-at-label": "Datum poteka", -"price-list-details-form-customer-groups-name": "Ime", -"price-list-details-form-customer-groups-members": "Člani", -"price-list-details-form-customer-groups-error": "Pri nalaganju skupin strank je prišlo do napake. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-details-form-customer-groups-no-groups": "Ni najdenih skupin strank.", -"price-list-details-form-customer-groups-heading": "Razpoložljivost za stranke", -"price-list-details-form-customer-groups-description": "Določite, za katere skupine strank naj veljajo preklici cen.", -"price-list-details-form-customer-groups-content-heading": "Skupine strank", -"price-list-details-form-customer-groups-search-placeholder": "Iskanje", -"price-list-prices-form-products-error": "Pri pripravi obrazca je prišlo do napake. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-prices-form-heading": "Uredi cene", -"price-list-prices-form-variant": "Varianta", -"price-list-prices-form-sku": "SKU", -"price-list-prices-form-prices": "Cene", -"price-list-prices-form-prices-variant-count_one": "{{count}} varianta", -"price-list-prices-form-prices-variant-count_other": "{{count}} variant", -"price-list-prices-form-add-prices-button": "Dodaj cene", -"price-list-prices-form-prices-count_one": "{{count}} cena", -"price-list-prices-form-prices-count_other": "{{count}} cen", -"price-list-product-prices-form-invalid-data-title": "Neveljavni podatki", -"price-list-product-prices-form-invalid-data-body": "Podatki, ki ste jih prilepili, vsebujejo vrednosti, ki niso številke.", -"price-list-product-prices-form-column-visibility-button": "Pogled", -"price-list-product-prices-form-column-visibility-currencies-label": "Valute", -"price-list-product-prices-form-column-visibility-regions-label": "Regije", -"price-list-product-prices-form-column-product-label": "Izdelek", -"price-list-product-prices-form-column-currencies-price-label": "Cena {{code}}", -"price-list-product-prices-form-column-regions-price-label": "Cena {{name}} ({{code}})", -"price-list-products-form-select-all": "Izberi vse izdelke na trenutni strani", -"price-list-products-form-select-row": "Izberi vrstico", -"price-list-products-form-product-label": "Izdelek", -"price-list-products-form-product-thumbnail": "{{title}} sličica", -"price-list-products-form-collection-label": "Zbirka", -"price-list-products-form-sales-channels-label": "Razpoložljivost", -"price-list-products-form-sales-channels-value": "{{first}} + še {{remaining}}", -"price-list-products-form-status-label": "Stanje", -"price-list-products-form-inventory-label": "Zaloga", -"price-list-products-form-inventory-value": "{{totalStock}} na zalogi v {{variants}} variantah", -"price-list-products-form-loading": "Nalaganje izdelkov", -"price-list-products-form-error": "Pri nalaganju izdelkov je prišlo do napake. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"price-list-products-form-no-products": "Ni najdenih izdelkov.", -"price-list-products-form-heading": "Izberite izdelke", -"price-list-products-form-search-placeholder": "Iskanje", -"price-list-new-form-no-prices-error": "Nastavite cene vsaj za en izdelek.", -"price-list-new-form-missing-prices-title": "Nepopoln cenik", -"price-list-new-products-modal-missing-prices-description": "Cene niso bile dodeljene vsem izbranim izdelkom. Želite nadaljevati?", -"price-list-new-form-notification-success-title": "Ustvarjen seznam cen", -"price-list-new-form-notification-success-message": "Uspešno ustvarjen cenik", -"price-list-new-form-notification-error-title": "Prišlo je do napake", -"price-list-new-form-next-button-save-and-publish": "Shrani in objavi", -"price-list-new-form-next-button-save": "Shrani cene", -"price-list-new-form-next-button-continue": "Nadaljuj", -"price-list-new-form-back-button-cancel": "Prekliči", -"price-list-new-form-back-button-back": "Nazaj", -"price-list-new-form-details-tab": "Ustvari seznam cen", -"price-list-new-form-products-tab": "Izberi izdelke", -"price-list-new-form-prices-tab": "Uredi cene", -"price-list-new-form-save-as-draft": "Shrani kot osnutek", -"price-list-new-form-error-loading-products": "Pri pripravi obrazca je prišlo do napake. Ponovno naložite stran in poskusite znova. Če težava vztraja, poskusite znova pozneje.", -"components-success": "Uspeh", -"components-successfully-updated-category-tree": "Uspešno posodobljeno drevo kategorij", -"components-error": "Napaka", -"components-failed-to-update-category-tree": "Napaka pri posodabljanju drevesa kategorij", -"components-delete": "Izbriši", -"components-category-deleted": "Kategorija izbrisana", -"components-category-deletion-failed": "Brisanje kategorije ni uspelo", -"components-category-status-is-inactive": "Stanje kategorije je neaktivno", -"components-category-visibility-is-private": "Vidnost kategorije je zasebna", -"components-add-category-item-to": "Dodaj element kategorije v", -"modals-public": "Javno", -"modals-private": "Zasebno", -"modals-active": "Aktivno", -"modals-inactive": "Neaktivno", -"modals-success": "Uspeh", -"modals-successfully-created-a-category": "Uspešno ustvarjena kategorija", -"modals-failed-to-create-a-new-category": "Napaka pri ustvarjanju nove kategorije", -"modals-error": "Napaka", -"modals-save-category": "Shrani kategorijo", -"modals-add-category-to": "Dodaj kategorijo v {{name}}", -"modals-add-category": "Dodaj kategorijo", -"modals-details": "Podrobnosti", -"modals-name": "Ime", -"modals-give-this-category-a-name": "Dajte tej kategoriji ime", -"modals-handle": "Ročaj", -"modals-custom-handle": "Prilagojen ročaj", -"modals-description": "Opis", -"modals-give-this-category-a-description": "Dajte tej kategoriji opis", -"modals-status": "Stanje", -"modals-visibility": "Vidnost", -"modals-successfully-updated-the-category": "Uspešno posodobljena kategorija", -"modals-failed-to-update-the-category": "Napaka pri posodabljanju kategorije", -"modals-edit-product-category": "Uredi kategorijo izdelka", -"modals-cancel": "Prekliči", -"modals-save-and-close": "Shrani in zapri", -"pages-no-product-categories-yet": "Še ni kategorij izdelkov, uporabite zgornji gumb, da ustvarite prvo kategorijo.", -"pages-add-category": "Dodaj kategorijo", -"pages-product-categories": "Kategorije izdelkov", -"pages-helps-you-to-keep-your-products-organized": "Pomaga vam pri organizaciji izdelkov.", -"batch-job-success": "Uspeh", -"batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Uvoz potrjen za obdelavo. Informacije o napredku so na voljo v predalu dejavnosti.", -"batch-job-error": "Napaka", -"batch-job-import-failed": "Uvoz ni uspel.", -"batch-job-failed-to-delete-the-csv-file": "Ni uspelo izbrisati datoteke CSV", -"batch-job-failed-to-cancel-the-batch-job": "Ni uspelo preklicati serije nalog", -"batch-job-products-list": "seznam izdelkov", -"batch-job-unsure-about-how-to-arrange-your-list": "Niste prepričani, kako urediti svoj seznam?", -"batch-job-download-template": "Spodaj prenesite predlogo, da zagotovite, da sledite pravilnemu formatu.", -"batch-job-imports-description": "Z uvozi lahko dodate ali posodobite izdelke. Za posodabljanje obstoječih izdelkov/variant morate določiti obstoječ ID v stolpcih ID izdelka/variante. Če je vrednost nedoločena, bo ustvarjen nov zapis. Pred uvozom izdelkov boste pozvani za potrditev.", -"products-filters": "Filtri", -"products-status": "Stanje", -"products-tags": "Oznake", -"products-spring-summer": "Pomlad, poletje...", -"new-sales-channels": "Prodajni kanali", -"new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Ta izdelek bo na voljo samo v privzetem prodajnem kanalu, če ostane nedotaknjen.", -"new-change-availablity": "Spremeni razpoložljivost", -"add-variants-a-variant-with-these-options-already-exists": "Variant s temi možnostmi že obstaja.", -"add-variants-product-options": "Možnosti izdelka", -"add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Možnosti se uporabljajo za določanje barve, velikosti itd. izdelka.", -"add-variants-option-title": "Naslov možnosti", -"add-variants-variations-comma-separated": "Variacije (ločene z vejicami)", -"add-variants-color": "Barva...", -"add-variants-already-exists": "že obstaja", -"add-variants-blue-red-black": "Modra, Rdeča, Črna...", -"add-variants-add-an-option": "Dodaj možnost", -"add-variants-product-variants": "Variante izdelka", -"add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Preden začnete dodajati izdelkov variante, morate dodati vsaj eno možnost izdelka.", -"add-variants-variant": "Varianta", -"add-variants-inventory": "Zaloga", -"add-variants-add-a-variant": "Dodaj varianto", -"add-variants-create-variant": "Ustvari varianto", -"add-variants-cancel": "Prekliči", -"add-variants-save-and-close": "Shrani in zapri", -"new-variant-a-variant-with-these-options-already-exists": "Varianta s temi možnostmi že obstaja.", -"new-variant-are-you-sure-you-want-to-delete-this-variant": "Ste prepričani, da želite izbrisati to varianto?", -"new-variant-delete-variant": "Izbriši varianto", -"new-variant-edit": "Uredi", -"new-variant-delete": "Izbriši", -"new-variant-edit-variant": "Uredi varianto", -"new-variant-cancel": "Prekliči", -"new-variant-save-and-close": "Shrani in zapri", -"new-something-went-wrong-while-trying-to-upload-images": "Pri poskusu nalaganja slik je prišlo do težave.", -"new-no-file-service-configured": "Morda nimate konfiguriranega storitvenega datotečnega sistema. Prosim, obrnite se na svojega administratorja.", -"new-upload-thumbnail-error": "Pri poskusu nalaganja slike se je pojavila napaka.", -"new-save-as-draft": "Shrani kot osnutek", -"new-publish-product": "Objavi izdelek", -"new-general-information-title": "Splošne informacije", -"new-to-start-selling-all-you-need-is-a-name-and-a-price": "Za začetek prodaje potrebujete le ime in ceno.", -"new-organize-product": "Organiziraj izdelek", -"new-add-variations-of-this-product": "Dodaj različice tega izdelka.", -"new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Ponudite svojim strankam različne možnosti za barvo, format, velikost, obliko itd.", -"new-used-for-shipping-and-customs-purposes": "Uporablja se za namene pošiljanja in carinskih postopkov.", -"new-dimensions": "Dimenzije", -"new-customs": "Carina", -"new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Uporablja se za predstavitev vašega izdelka med postopkom nakupa, deljenjem na družbenih omrežjih in še več.", -"new-media": "Mediji", -"new-add-images-to-your-product": "Dodajanje slik k vašemu izdelku.", -"overview-import-products": "Uvoz izdelkov", -"overview-export-products": "Izvoz izdelkov", -"overview-new-product": "Nov izdelek", -"overview-new-collection": "Nova zbirka", -"overview-success": "Uspeh", -"overview-successfully-created-collection": "Uspešno ustvarjena zbirka", -"overview-error": "Napaka", -"overview-successfully-initiated-export": "Uspešno sprožen izvoz", -"modals-add-sales-channels": "Dodajanje prodajnih kanalov", -"modals-find-channels": "Najdi kanale", -"modals-updated-the-api-key": "Posodobljen API ključ", -"modals-failed-to-update-the-api-key": "Posodobitev API ključa ni uspela", -"modals-edit-api-key-details": "Uredi podrobnosti API ključa", -"modals-title": "Naslov", -"modals-name-your-key": "Poimenujte vaš ključ", -"modals-sales-channels-added-to-the-scope": "Prodajni kanali dodani v obseg", -"modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Prišlo je do napake pri dodajanju prodajnih kanalov v obseg ključa", -"modals-add-and-go-back": "Dodaj in se vrni", -"modals-add-and-close": "Dodaj in zapri", -"modals-sales-channels-removed-from-the-scope": "Prodajni kanali odstranjeni iz obsega", -"modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Prišlo je do napake pri odstranjevanju prodajnih kanalov iz obsega ključa", -"modals-edit-sales-channels": "Uredi prodajne kanale", -"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}} izbran", -"publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}} izbranih", -"modals-deselect": "Odznači", -"modals-remove": "Odstrani", -"modals-add-channels": "Dodaj kanale", -"modals-close": "Zapri", -"pages-sales-channels": "Prodajni kanali", -"pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Povežite toliko prodajnih kanalov s svojim API ključem, kot jih potrebujete.", -"pages-add-sales-channels": "Dodaj prodajne kanale", -"pages-edit-sales-channels": "Uredi prodajne kanale", -"pages-success": "Uspeh", -"pages-created-a-new-api-key": "Ustvarjen nov API ključ", -"pages-error": "Napaka", -"pages-failed-to-create-a-new-api-key": "Ustvarjanje novega API ključa ni uspelo", -"pages-sales-channels-added-to-the-scope": "Prodajni kanali dodani v obseg", -"pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Prišlo je do napake pri dodajanju prodajnih kanalov v obseg ključa", -"pages-publish-api-key": "Objavi API ključ", -"pages-create-api-key": "Ustvari API ključ", -"pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Ustvarite in upravljajte API ključe. Trenutno je to povezano le s prodajnimi kanali.", -"pages-create-api-key-label": "Ustvari API ključ", -"pages-back-to-settings": "Nazaj na nastavitve", -"pages-publishable-api-keys": "Objavljivi API ključi", -"pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Ti objavljivi ključi vam bodo omogočili avtentikacijo zahteve API-ja.", -"tables-name": "Ime", -"tables-token": "Žeton", -"tables-done": "Končano", -"tables-copy-to-clipboard": "Kopiraj v odložišče", -"tables-created": "Ustvarjeno", -"tables-status": "Status", -"tables-revoked": "Preklicano", -"tables-live": "Aktivno", -"tables-edit-api-key-details": "Uredi podrobnosti API ključa", -"tables-edit-sales-channels": "Uredi prodajne kanale", -"tables-copy-token": "Kopiraj žeton", -"tables-revoke-token": "Prekliči žeton", -"tables-delete-api-key": "Izbriši API ključ", -"tables-yes-delete": "Da, izbriši", -"tables-api-key-deleted": "API ključ izbrisan", -"tables-are-you-sure-you-want-to-delete-this-public-key": "Ste prepričani, da želite izbrisati ta javni ključ?", -"tables-delete-key": "Izbriši ključ", -"tables-yes-revoke": "Da, prekliči", -"tables-api-key-revoked": "API ključ preklican", -"tables-are-you-sure-you-want-to-revoke-this-public-key": "Ste prepričani, da želite preklicati ta javni ključ?", -"tables-revoke-key": "Prekliči ključ", -"tables-api-keys": "API ključi", -"tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Še ni ključev, uporabite zgornji gumb za ustvarjanje vašega prvega objavljivega ključa", -"tables-title": "Naslov", -"tables-description": "Opis", -"tables-no-added-sales-channels": "Ni dodanih prodajnih kanalov", -"tables-sales-channels": "Prodajni kanali", -"form-title": "Naslov", -"form-website-app-amazon-physical-store-pos-facebook-product-feed": "Spletna stran, aplikacija, Amazon, fizična trgovina POS, Facebook podatkovni vir...", -"form-description": "Opis", -"form-available-products-at-our-website-app": "Na voljo so izdelki na naši spletni strani, aplikaciji...", -"form-success": "Uspeh", -"form-the-sales-channel-is-successfully-updated": "Prodajni kanal je uspešno posodobljen", -"form-error": "Napaka", -"form-failed-to-update-the-sales-channel": "Posodobitev prodajnega kanala ni uspela", -"form-sales-channel-details": "Podrobnosti prodajnega kanala", -"form-general-info": "Splošne informacije", -"form-name": "Ime", -"form-close": "Zapri", -"form-save": "Shrani", -"pages-draft": "Osnutek", -"pages-control-which-products-are-available-in-which-channels": "Nadzorujte, kateri izdelki so na voljo v katerih kanalih", -"pages-search-by-title-or-description": "Iskanje po naslovu ali opisu", -"pages-confirm-delete-sales-channel": "Ste prepričani, da želite izbrisati ta prodajni kanal? Nastavitve, ki ste jih izvedli, bodo izbrisane za vedno.", -"pages-delete-channel-heading": "Izbriši kanal", -"pages-edit-general-info": "Uredi splošne informacije", -"pages-add-products": "Dodaj izdelke", -"pages-delete-channel": "Izbriši kanal", -"pages-disabled": "Onemogočeno", -"pages-enabled": "Omogočeno", -"tables-collection": "Zbirka", -"tables-start-building-your-channels-setup": "Začnite graditi svojo nastavitev kanalov...", -"tables-no-products-in-channels": "Do sedaj še niste dodali nobenih izdelkov v ta kanal, ampak ko jih boste, bodo tukaj prikazani.", -"tables-add-products": "Dodaj izdelke", -"tables-details": "Podrobnosti", -"tables-remove-from-the-channel": "Odstrani iz kanala", -"tables-products": "Izdelki", -"sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", -"sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", -"tables-remove": "Odstrani", -"components-successfully-updated-currency": "Valuta uspešno posodobljena", -"components-default": "Privzeto", -"default-store-currency-success": "Uspeh", -"default-store-currency-successfully-updated-default-currency": "Uspešno posodobljena privzeta valuta", -"default-store-currency-error": "Napaka", -"default-store-currency-default-store-currency": "Privzeta trgovska valuta", -"default-store-currency-this-is-the-currency-your-prices-are-shown-in": "To je valuta, v kateri so prikazane cene.", -"store-currencies-success": "Uspeh", -"store-currencies-successfully-updated-currencies": "Valute uspešno posodobljene", -"store-currencies-error": "Napaka", -"store-currencies-cancel": "Prekliči", -"store-currencies-save-and-go-back": "Shrani in se vrni", -"store-currencies-save-and-close": "Shrani in zapri", -"store-currencies-add-store-currencies": "Dodaj valute trgovine", -"store-currencies-current-store-currencies": "Trenutne valute trgovine", -"store-currencies-close": "Zapri", -"current-currencies-screen-selected-with-count_one": "{{count}}", -"current-currencies-screen-selected-with-count_other": "{{count}}", -"store-currencies-deselect": "Dekselktiraj", -"store-currencies-remove": "Odstrani", -"store-currencies-add-currencies": "Dodaj valute", -"store-currencies-store-currencies": "Trgovske valute", -"store-currencies-all-the-currencies-available-in-your-store": "Vse valute, ki so na voljo v vaši trgovini.", -"store-currencies-edit-currencies": "Uredi valute", -"currencies-an-unknown-error-occurred": "Prišlo je do neznane napake", -"currencies-error": "Napaka", -"currencies-back-to-settings": "Nazaj na nastavitve", -"currencies-manage-the-markets-that-you-will-operate-within": "Upravljajte trge, na katerih boste delovali.", -"currencies-include-or-exclude-taxes": "Odločite se, ali želite vključiti ali izključiti davke, kadar določate ceno v tej valuti", -"currencies-tax-incl-prices": "Cene vklj. davka", -"settings-error": "Napaka", -"settings-malformed-swap-url": "Nepravilen URL menjave", -"settings-malformed-payment-url": "Nepravilen URL plačila", -"settings-malformed-invite-url": "Nepravilen URL povabila", -"settings-success": "Uspeh", -"settings-successfully-updated-store": "Trgovina uspešno posodobljena", -"settings-back-to-settings": "Nazaj na nastavitve", -"settings-save": "Shrani", -"settings-cancel": "Prekliči", -"settings-store-details": "Podrobnosti trgovine", -"settings-manage-your-business-details": "Upravljanje podrobnosti vašega poslovanja", -"settings-general": "Splošno", -"settings-store-name": "Ime trgovine", -"settings-medusa-store": "Trgovina Medusa", -"settings-advanced-settings": "Napredne nastavitve", -"settings-swap-link-template": "Predloga povezave za menjavo", -"settings-draft-order-link-template": "Predloga povezave za osnutek naročila", -"settings-invite-link-template": "Predloga povezave za vabilo", -"settings-manage-the-general-settings-for-your-store": "Upravljanje splošnih nastavitev za vašo trgovino", -"settings-manage-the-settings-for-your-store-apos-s-extensions": "Upravljanje nastavitev razširitev vaše trgovine", -"edit-user-information-success": "Uspeh", -"edit-user-information-your-information-was-successfully-updated": "Vaše informacije so bile uspešno posodobljene", -"edit-user-information-edit-information": "Uredi informacije", -"edit-user-information-cancel": "Prekliči", -"edit-user-information-submit-and-close": "Pošlji in zapri", -"personal-information-back-to-settings": "Nazaj na Nastavitve", -"personal-information-personal-information": "Osebne informacije", -"personal-information-manage-your-medusa-profile": "Upravljanje vašega profila Medusa", -"personal-information-language-settings-title": "Jezik", -"personal-information-language-settings-description": "Prilagodite jezik Medusa Admin", -"personal-information-language-settings-help-us-translate": "Pomagajte nam pri prevajanju", -"personal-information-usage-insights-title": "Pregled uporabe", -"usage-insights-disabled": "Onemogočeno", -"usage-insights-active": "Aktivno", -"usage-insights-share-usage-insights-and-help-us-improve-medusa": "Delite informacije o uporabi in nam pomagajte izboljšati Meduso", -"usage-insights-edit-preferences": "Uredi nastavitve", -"usage-insights-success": "Uspeh", -"usage-insights-your-information-was-successfully-updated": "Vaše informacije so bile uspešno posodobljene", -"usage-insights-error": "Napaka", -"usage-insights-cancel": "Prekliči", -"usage-insights-submit-and-close": "Pošlji in zapri", -"region-form-title": "Naslov", -"region-form-europe": "Evropa", -"region-form-currency-code-is-required": "Koda valute je obvezna", -"region-form-currency": "Valuta", -"region-form-choose-currency": "Izberite valuto", -"region-form-default-tax-rate": "Privzeta davčna stopnja", -"region-form-tax-rate-is-required": "Davčna stopnja je obvezna", -"region-form-tax-rate-must-be-equal-to-or-less-than-100": "Davčna stopnja mora biti enaka ali manjša od 100", -"region-form-default-tax-code": "Privzeta davčna koda", -"region-form-countries": "Države", -"region-form-choose-countries": "Izberi države", -"region-form-tax-inclusive-prices": "Cene vključujejo davek", -"region-form-when-enabled-region-prices-will-be-tax-inclusive": "Ko je omogočeno, bodo cene v regiji vključevale davek.", -"region-form-payment-providers-are-required": "Zahtevani so ponudniki plačil", -"region-form-payment-providers": "Ponudniki plačil", -"region-form-choose-payment-providers": "Izberite ponudnike plačil...", -"region-form-fulfillment-providers-are-required": "Zahtevani so ponudniki izpolnitve", -"region-form-fulfillment-providers": "Ponudniki izpolnitve", -"region-form-choose-fulfillment-providers": "Izberite ponudnike izpolnitve...", -"shipping-option-card-success": "Uspeh", -"shipping-option-card-shipping-option-updated": "Možnost pošiljanja posodobljena", -"shipping-option-card-error": "Napaka", -"shipping-option-card-edit-shipping-option": "Uredi možnost pošiljanja", -"shipping-option-card-fulfillment-method": "Način izpolnitve", -"shipping-option-card-cancel": "Prekliči", -"shipping-option-card-save-and-close": "Shrani in zapri", -"shipping-option-card-shipping-option-has-been-deleted": "Možnost pošiljanja je bila izbrisana", -"shipping-option-card-flat-rate": "Fiksna cena", -"shipping-option-card-calcualted": "Izračunano", -"shipping-option-card-min-subtotal": "Min. znesek:", -"shipping-option-card-max-subtotal": "Maks. znesek:", -"shipping-option-card-admin": "Admin", -"shipping-option-card-store": "Trgovina", -"shipping-option-card-edit": "Uredi", -"shipping-option-card-delete": "Izbriši", -"shipping-option-form-visible-in-store": "Vidno v trgovini", -"shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Omogočite ali onemogočite vidnost možnosti pošiljanja v trgovini.", -"shipping-option-form-details": "Podrobnosti", -"shipping-option-form-title": "Naslov", -"shipping-option-form-title-is-required": "Naslov je obvezen", -"shipping-option-form-price-type": "Vrsta cene", -"shipping-option-form-flat-rate": "Fiksna cena", -"shipping-option-form-calculated": "Izračunano", -"shipping-option-form-choose-a-price-type": "Izberite vrsto cene", -"shipping-option-form-price": "Cena", -"shipping-option-form-shipping-profile": "Profil pošiljanja", -"shipping-option-form-choose-a-shipping-profile": "Izberite profil pošiljanja", -"shipping-option-form-fulfillment-method": "Način izpolnitve", -"shipping-option-form-choose-a-fulfillment-method": "Izberite način izpolnitve", -"shipping-option-form-requirements": "Zahteve", -"shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Min. znesek mora biti manjši od maks. zneska", -"shipping-option-form-min-subtotal": "Min. znesek", -"shipping-option-form-max-subtotal": "Maks. znesek", -"shipping-option-form-metadata": "Metapodatki", -"general-section-success": "Uspeh", -"general-section-region-was-successfully-updated": "Regija je bila uspešno posodobljena", -"general-section-error": "Napaka", -"general-section-edit-region-details": "Uredi podrobnosti regije", -"general-section-details": "Podrobnosti", -"general-section-providers": "Ponudniki", -"general-section-metadata": "Metapodatki", -"general-section-cancel": "Prekliči", -"general-section-save-and-close": "Shrani in zapri", -"edit-something-went-wrong": "Nekaj je šlo narobe...", -"edit-no-region-found": "Regije s tem ID-jem ne najdemo, uporabite meni na levi strani za izbiro regije.", -"return-shipping-options-success": "Uspeh", -"return-shipping-options-shipping-option-created": "Možnost vračila pošiljanja ustvarjena", -"return-shipping-options-error": "Napaka", -"return-shipping-options-add-return-shipping-option": "Dodaj možnost vračila pošiljanja", -"return-shipping-options-cancel": "Prekliči", -"return-shipping-options-save-and-close": "Shrani in zapri", -"return-shipping-options-return-shipping-options": "Možnosti vračila pošiljanja", -"return-shipping-options-add-option": "Dodaj možnost", -"return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Vnesite podrobnosti o razpoložljivih regionalnih načinih vračila pošiljanja.", -"shipping-options-success": "Uspeh", -"shipping-options-shipping-option-created": "Možnost pošiljanja ustvarjena", -"shipping-options-error": "Napaka", -"shipping-options-add-shipping-option": "Dodaj možnost pošiljanja", -"shipping-options-cancel": "Prekliči", -"shipping-options-save-and-close": "Shrani in zapri", -"shipping-options-shipping-options": "Možnosti pošiljanja", -"shipping-options-add-option": "Dodaj možnost", -"shipping-options-enter-specifics-about-available-regional-shipment-methods": "Vnesite podrobnosti o razpoložljivih regionalnih načinih pošiljanja.", -"new-region-created": "Regija ustvarjena", -"new-create-region": "Ustvari regijo", -"new-details": "Podrobnosti", -"new-add-the-region-details": "Dodaj podrobnosti regije.", -"new-providers": "Ponudniki", -"new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Dodajte, kateri ponudniki izpolnitve in plačila naj bodo na voljo v tej regiji.", -"region-overview-regions": "Regije", -"region-overview-manage-the-markets-that-you-will-operate-within": "Upravljajte trge, na katerih boste delovali.", -"region-overview-not-configured": "Ni konfigurirano", -"region-overview-fulfillment-providers": "Ponudniki izpolnitve:", -"return-reasons-notification-success": "Uspeh", -"return-reasons-created-a-new-return-reason": "Ustvarjena nova razloga za vračilo", -"return-reasons-success": "Uspeh", -"return-reasons-error": "Napaka", -"return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Ni mogoče ustvariti razloga za vračilo z že obstoječo vrednostjo", -"return-reasons-add-reason": "Dodaj razlog", -"return-reasons-value-is-required": "Vrednost je obvezna", -"return-reasons-value": "Vrednost", -"return-reasons-label-is-required": "Oznaka je obvezna", -"return-reasons-label": "Oznaka", -"return-reasons-description": "Opis", -"return-reasons-customer-received-the-wrong-size": "Stranka je prejela napačno velikost", -"return-reasons-cancel": "Prekliči", -"return-reasons-create": "Ustvari", -"return-reasons-success-title": "Uspeh", -"return-reasons-successfully-updated-return-reason": "Razlog za vračilo uspešno posodobljen", -"return-reasons-duplicate-reason": "Podvojen razlog", -"return-reasons-delete-reason": "Izbriši razlog", -"return-reasons-save": "Shrani", -"return-reasons-details": "Podrobnosti", -"return-reasons-delete-return-reason": "Izbriši razlog za vračilo", -"return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Ste prepričani, da želite izbrisati ta razlog za vračilo?", -"return-reasons-back-to-settings": "Nazaj na nastavitve", -"return-reasons-return-reasons": "Razlogi za vračilo", -"return-reasons-add-reason-label": "Dodaj razlog", -"return-reasons-manage-reasons-for-returned-items": "Upravljanje razlogov za vrnjene izdelke", -"taxes-details": "Podrobnosti", -"taxes-new-tax-rate": "Nova davčna stopnja", -"taxes-tax-calculation-settings": "Nastavitve izračuna davka", -"taxes-success": "Uspeh", -"taxes-successfully-updated-tax-rate": "Uspešno posodobljena davčna stopnja.", -"taxes-error": "Napaka", -"taxes-overrides": "Prepisi", -"taxes-product-rules": "Pravila izdelka", -"taxes-product-rules-description_one": "Velja za {{count}} izdelka z štetjem", -"taxes-product-rules-description_other": "Velja za {{count}} izdelka z štetjem", -"taxes-product-type-rules": "Pravila za vrsto izdelka", -"taxes-product-type-rules-description_one": "Velja za {{count}} vrsto izdelka z štetjem", -"taxes-product-type-rules-description_other": "Velja za {{count}} vrsto izdelka z štetjem", -"taxes-shipping-option-rules": "Pravila za dostavo", -"taxes-applies-to-shipping-option-with-count_one": "Velja za {{count}} možnost dostave z štetjem", -"taxes-applies-to-shipping-option-with-count_other": "Velja za {{count}} možnost dostave z štetjem", -"taxes-add-overrides": "Dodaj prepise", -"taxes-cancel": "Prekliči", -"taxes-save": "Shrani", -"taxes-name": "Ime", -"taxes-default": "Privzeto", -"taxes-rate-name": "Ime stopnje", -"taxes-tax-rate": "Davčna stopnja", -"taxes-tax-code": "Davčna koda", -"taxes-edit-tax-rate": "Uredi davčno stopnjo", -"taxes-back-to-settings": "Nazaj na nastavitve", -"taxes-regions": "Regije", -"taxes-select-the-region-you-wish-to-manage-taxes-for": "Izberite regijo, za katero želite upravljati davke", -"taxes-go-to-region-settings": "Pojdite na nastavitve regije", -"taxes-successfully-created-tax-rate": "Uspešno ustvarjena davčna stopnja.", -"taxes-add-tax-rate": "Dodaj davčno stopnjo", -"taxes-applies-to-product-type-with-count_one": "Velja za {{count}} vrsto izdelka z štetjem", -"taxes-applies-to-product-type-with-count_other": "Velja za {{count}} vrsto izdelka z štetjem", -"taxes-create": "Ustvari", -"taxes-select-products": "Izberite izdelke", -"taxes-select-product-types-label": "Izberite vrste izdelkov", -"taxes-product-types": "Vrste izdelkov", -"taxes-system-tax-provider": "Sistemski davčni ponudnik", -"taxes-region-tax-settings-were-successfully-updated": "Nastavitve davkov za regijo so bile uspešno posodobljene.", -"taxes-tax-provider": "Davčni ponudnik", -"taxes-calculate-taxes-automatically": "Samodejno izračunajte davke?", -"taxes-automatically-apply-tax-calculations-to-carts": "Ko je označeno, bo Medusa samodejno uporabljal izračune davkov za vozičke v tej regiji. Če ni označeno, boste morali davke ročno izračunati ob blagajni. Ročni davki se priporočajo, če uporabljate davčnega ponudnika tretje osebe, da se izognete prevelikemu številu zahtevkov.", -"taxes-apply-tax-to-gift-cards": "Uporabi davek na darilne kartice?", -"taxes-apply-taxes-to-gift-cards": "Ko je označeno, se bodo davki uporabljali za darilne kartice ob blagajni. V nekaterih državah davčni predpisi zahtevajo, da se davki obračunajo ob nakupu darilnih kartic.", -"taxes-search-products": "Iskanje izdelkov...", -"taxes-select-shipping-option": "Izberite možnost pošiljanja", -"taxes-shipping-options": "Možnosti pošiljanja", -"taxes-delete-tax-rate-heading": "Izbriši davčno stopnjo", -"taxes-confirm-delete": "Ste prepričani, da želite izbrisati to davčno stopnjo?", -"taxes-tax-rate-was-deleted": "Davčna stopnja je bila izbrisana.", -"taxes-edit": "Uredi", -"taxes-delete-tax-rate": "Izbriši davčno stopnjo", -"taxes-delete-rule": "Izbriši pravilo", -"taxes-type": "Vrsta", -"taxes-products": "Izdelki", -"taxes-select-individual-products": "Izberite posamezne izdelke", -"taxes-select-product-types": "Izberite vrste izdelkov", -"taxes-select-shipping-options": "Izberite možnosti pošiljanja", -"taxes-back": "Nazaj", -"taxes-add": "Dodaj", -"taxes-code": "Koda", -"users-invite-users": "Povabi uporabnike", -"users-back-to-settings": "Nazaj na nastavitve", -"users-the-team": "Ekipa", -"users-manage-users-of-your-medusa-store": "Upravljajte uporabnike vaše trgovine Medusa", -"users-count_one": "{{count}}", -"users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/tm/translation.json b/packages/admin-ui/ui/public/locales/tm/translation.json deleted file mode 100644 index 1f2802cd27bce..0000000000000 --- a/packages/admin-ui/ui/public/locales/tm/translation.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "activity-drawer-activity": "செயல்பாடு", - "activity-drawer-error-description": "உங்கள் அறிவிப்புகளைப் பெறுவதில் பிழை ஏற்பட்டது - நாங்கள் தெரிவிக்குதலை தொடருவோம்!", - "activity-drawer-error-title": "ஓ அய்யோ...", - "activity-drawer-no-notifications-description": "உங்கள் அறிவிப்புகள் இதுவரை இல்லை, ஆனால் அந்தவரைப் பெற்றான், அவை இங்கு காட்டப்படும்.", - "activity-drawer-no-notifications-title": "இதெல்லாம் சோம்பே...", - "activity-drawer-processing": "செயலாக்குதல்...", - "add-additional-items-screen-add-product-variants": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-additional-items-screen-add-products": "பொருத்தும் பொருத்தும் பொருத்தும்", - "add-additional-items-screen-go-back": "பின்னால் செல்", - "add-additional-items-screen-price": "விலை", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "இந்த ஆர்டருக்கு பிரிக்கும் பட்டியத்தில் விலை மாற்றப்பட்டுவிட்டது.", - "add-additional-items-screen-search-products": "பொருத்தும் பொருத்தும் பொருத்தும்", - "add-additional-items-screen-stock": "பங்கு", - "add-additional-items-screen-variant-price-missing": "இந்த ஆர்டருக்கு பிரிக்கும் பட்டியத்தில் இந்த வாரியானற்ற விலை கிடையாது மற்றும் தேர்ந்தெடுக்க முடியாது.", - "add-condition-conditions-were-successfully-added": "செயல்பாடு வெற்றிகரமாக சேர்க்கப்பட்டது", - "add-condition-discount-conditions-updated": "தளம் நம்பகங்கள் புதுப்பிக்கப்பட்டன", - "add-condition-tables-cancel": "ரத்து செய்", - "add-condition-tables-save-and-add-more": "சேமி செய்ய மற்றும் கூட்ட சேர்க்க", - "add-condition-tables-save-and-close": "சேமி செய்ய மற்றும் மூடு", - "add-condition-tables-search-by-tag": "குறிப்பு அனுதேகத்தின்மூலம் தேடு", - "add-condition-tables-search-by-title": "தலைப்பு அனுதேகத்தின்மூலம் தேடு", - "add-condition-tables-search-by-type": "வகை அனுதேகத்தின்மூலம் தேடு", - "add-condition-tables-search-groups": "குழுக்கள் அனுதேகத்தின்மூலம் தேடு", - "add-condition-tables-search-products": "பொருத்தும் பொருத்தும் பொருத்தும் தேடு", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions ஒரு செயல்பாடுவழிப்படுத்தி வேண்டும்", - "add-products-modal-add-products": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-products-modal-cancel": "ரத்து செய்", - "add-products-modal-product-details": "பொருத்தும் பொருத்தும் பொருத்தும் விபரங்கள்", - "add-products-modal-save": "சேமி செய்", - "add-products-modal-search-by-name-or-description": "பெயர் அல்லாத விளக்கத்தின்மூலம் தேடு", - "add-products-modal-status": "நிலை", - "add-products-modal-variants": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-return-reason-cancel": "ரத்து செய்", - "add-return-reason-choose-a-return-reason": "ஒரு வருமான காரணம் தேர்க்க", - "add-return-reason-edit-reason": "காரணம் திருத்து", - "add-return-reason-note": "குறிப்பு", - "add-return-reason-product-was-damaged-during-shipping": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-return-reason-reason": "காரணம்", - "add-return-reason-reason-for-return": "வருமானத்தின் காரணம்", - "add-return-reason-save-and-go-back": "சேமி செய்ய மற்றும் பின்னால் செல்", - "add-return-reason-select-reason": "காரணம் தேர்ந்தெடு", - "add-return-reason-select-reason-title": "காரணம் தேர்ந்தெடு", - "add-variants-a-variant-with-these-options-already-exists": "இந்த விருப்பங்களுடன் ஒரு பொருத்தும் பொருத்தும் பொருத்தும் உள்ளது.", - "add-variants-add-a-variant": "ஒரு பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-add-an-option": "ஒரு விருப்பத்தை சேர்க்க", - "add-variants-already-exists": "ஏற்கனவே உள்ளது", - "add-variants-blue-red-black": "நீலம், சிவப்பு, கருப்பு...", - "add-variants-cancel": "ரத்து செய்", - "add-variants-color": "நிறம்...", - "add-variants-create-variant": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-inventory": "சேமிப்பு", - "add-variants-option-title": "விருப்ப தலைப்பு", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "விருப்பங்கள் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-product-options": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-product-variants": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-save-and-close": "சேமி செய்ய மற்றும் மூடு", - "add-variants-variant": "பொருத்தும் பொருத்தும் பொருத்தும்", - "add-variants-variations-comma-separated": "பொருத்தும் பொருத்தும் பொருத்தும் (கமா விருப்பங்கள்)", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும் பொருத்தும்", - "address-form-address": "முகவரி", - "address-form-address-1": "முகவரி 1", - "address-form-address-2": "முகவரி 2", - "address-form-city": "நகரம்", - "address-form-company": "நிறுவனம்", - "address-form-country": "நாடு", - "address-form-postal-code": "அஞ்சல் குறியீடு", - "address-form-this-field-is-required": "இந்த புலம் தேவைப்படுகின்றது", - "analytics-config-form-description": "உங்கள் பயன்பாட்டு விவரங்களை அகான்கொள்க. இந்த விருப்பத்தை தேர்ந்தெடுத்தால், உங்கள் பெயர் மற்றும் மின்னஞ்சயில் பயன்பாட்டு விவரங்களை நாங்கள் சேகரிக்கவில்லை.", - "analytics-config-form-opt-out": "எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு", - "analytics-config-form-opt-out-later": "நீங்கள் விரும்பாமல் உங்கள் பயன்பாட்டு விவரங்களை விரும்பாமல் செயல்பாடுசெய்யலாம்.", - "analytics-config-form-title": "எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு எனக்கு", - "analytics-preferences-continue": "தொடரு", - "analytics-preferences-disclaimer": "ஆன்லைன் வாணிக அனுபாடத்தை சிறந்ததாக உருவாக்க, உங்கள் மெடுசா பயனாளர் பயன்பாட்டு முறைகள் எப்படி பயன்பாடு செய்து வருகின்றதைக் குறித்து எங்கள் விவரங்களைப் பெற விரும்புகிறோம். பயனாளர் விவரங்கள் நமக்கு சிறந்த தயாரிக்கப்பட்ட சிறந்த உறுதி மற்றும் பயனாளர் பயன்பாடு வரையறுக்கும். எங்கள் தரவுகள் பயனாளர் உபயோகத்தை மேம்படுத்த மட்டும் சேகரிக்கின்றன. எங்கள் எதிர்காலத்தில் எங்கள்", - "analytics-preferences-documentation": "ஆய்வு", - "analytics-preferences-error": "பிழை", - "analytics-preferences-help-us-get-better": "நமக்கு சிறந்ததாக வெற்றியை கிடைக்க உதவுங்கள்", - "analytics-preferences-please-enter-a-valid-email": "செருகு மின்னஞ்சல் உள்ளிடவும்", - "analytics-preferences-success": "வெற்றி", - "analytics-preferences-your-preferences-were-successfully-updated": "உங்கள் விருப்பங்கள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன", - "back-button-go-back": "பின்னியுங்கு", - "batch-job-download-template": "சரியான வடிவமைத்து பிரிப்டாக அந்த டெம்ப்ளேடை பதிவிறக்கவும்.", - "batch-job-download-the-template-file-below-and-update-your-prices": "கீழே உள்ள டெம்ப்ளேட் கோப்பை பதிவிறக்கவும் மற்றும் உங்கள் விலைகளை புதுப்பிக்கவும்.", - "batch-job-error": "பிழை", - "batch-job-failed-to-cancel-the-batch-job": "பட்ச் வேலையை ரத்து செய்ய தோசைத்தடும்", - "batch-job-failed-to-delete-the-csv-file": "CSV கோப்பை நீக்க தோசைத்தடும்", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "செயல்படுத்துவதற்கு உறுப்பு விவரங்கள் கிடைக்கின்றன. செயல்பாத்தியில் உள்ள தகவம் பூட்டில் கிடைக்கும்.", - "batch-job-import-failed": "இறக்குமதி தோசைத்தடும்.", - "batch-job-imports-description": "இறக்குமங்கள் மூலம் நீங்கள் பொருட்களை அல்லாத அல்லலாத பொருட்களை சேர்த்திடலாம். ஏற்கனவே உள்ள பொருட்கள்/வேரியண்டங்களை புதுப்பிக்க விரும்பும்ற்கு, உள்ள விலைக்கள் பொருட/வேரியண்டங்கள் பதிவில் உள்ள ஏற்கனவே உள்ள ID-ஐ அமைப்பதே வேண்டும். மத்தியம் அமைப்பப்படாத பொருட் உள்ளதால், புது பதிவு செய்யப்படும். பொருட்களை இறக்குவதுபோன்ற முன்நோக்கம் உங்களை விழிக்கும்.", - "batch-job-price-list-prices": "விலைப் பட்டியம் விலைகள்", - "batch-job-products-list": "பொருட்கள் பட்டியம்", - "batch-job-success": "வெற்றி", - "batch-job-unsure-about-how-to-arrange-your-list": "உங்கள் பட்டியம் எப்படி வழிவகுக்க வேண்டும் என்று உங்களுக்கு உறுதி இல்லையா?", - "batch-job-upload-a-csv-file-with-variants": "உங்கள் விலைகளை புதுப்பித்துக் கொள்ள உள்ள வேரியண்டங்களுடன் ஒரு CSV கோப்பை பதிவிறக்கவும். ஏற்கனவே உள்ள விலைகள் அநீக்கப்படும் என்று குறிக்கப்படுகின்றது.", - "claim-a-shipping-method-for-replacement-items-is-required": "மாற்று உபகரணங்களுக்கு ஒரு கொடுப்பு முறை தேவை", - "claim-are-you-sure-you-want-to-close": "நீங்கள் உறுதிபாகப் பூட்ட விரும்புகின்றீர்களா?", - "claim-cancel": "ரத்து செய்", - "claim-choose-which-location-you-want-to-return-the-items-to": "உங்கள் பொருட்களை பின்வாங்க விரும்பும்ற்கு எந்த இடத்தை தேர்ந்தெடுக்க விரும்புகின்றீர்கள்?", - "claim-create-claim": "பொருட் கொள்ள", - "claim-created": "ஆவண எண் {{display_id}} க்கு வெற்றிகரமாக ஒரு ஆபத்து உண்டு", - "claim-error-creating-claim": "ஆபத்தை உருவாக்கும்போது பிழை", - "claim-location": "இடம்", - "claim-please-select-a-reason": "தயவு செய்து ஒரு காரணத்தை தேர்ந்தெடுக்கவும்", - "claim-select-location-to-return-to": "முன் சென்ன இடம் தேர்ந்தெடு", - "claim-submit-and-close": "சமர்பிக்கவும் மற்றும் மூடு", - "claim-successfully-created-claim": "ஆவணம் வெற்றிகரமாக உருவானது", - "claim-type-form-refund": "திரும்பி வரலாம்", - "claim-type-form-replace": "மாற்று", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "உங்கள் மாற்றங்கள் சேமிக்கப்படவில்லை, நீங்கள் உறுதிபாகப் பூட்ட விரும்புகின்றீர்கண் அல்லவா?", - "collection-modal-add-collection": "ஒரு சேகரிப்பு சேர்க்க", - "collection-modal-cancel": "ரத்து செய்", - "collection-modal-description": "ஒரு சேகரிப்பை உருவாக்க, உங்களுக்கு ஒரு தலைப்பு மற்று இயல்ப் படக்கு மட்டம் தேவை.", - "collection-modal-details": "விவரங்கள்", - "collection-modal-edit-collection": "சேகரிப்பை திருத்து", - "collection-modal-error": "பிழை", - "collection-modal-handle-label": "இடம்", - "collection-modal-handle-placeholder": "கண்கள்-விருட்டு", - "collection-modal-metadata": "மெட்டாடேட்டா", - "collection-modal-publish-collection": "சேகரிப்பை வெளியிடு", - "collection-modal-save-collection": "சேகரிப்பை சேமிக்க", - "collection-modal-slug-description": "சேகரிப்புக்கு URL ச்லக். விலங்கமாக விடப்பட்டுவிட்டால் தானமாக உருவாக்கப்படும்.", - "collection-modal-success": "வெற்றி", - "collection-modal-successfully-created-collection": "சேகரிப்பு வெற்றிகரமாக உருவானது", - "collection-modal-successfully-updated-collection": "சேகரிப்பு வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "collection-modal-title-label": "தலைப்பு", - "collection-modal-title-placeholder": "கண்கள் விருட்டு", - "collection-product-table-add-products": "பொருட்களை சேர்க்க", - "collection-product-table-all": "அனைத்து", - "collection-product-table-cancel": "ரத்து செய்", - "collection-product-table-decide-status-published": "வெளியிடப்பட்டது", - "collection-product-table-draft": "வரைவு", - "collection-product-table-newest": "புதியது", - "collection-product-table-oldest": "பழையது", - "collection-product-table-product-removed-from-collection": "சேகரிப்பிலிருந்து பொருட்களை நீக்கப்பட்டன", - "collection-product-table-products": "பொருட்கள்", - "collection-product-table-proposed": "பரிந்துரை", - "collection-product-table-rejected": "நிராகரிக்கப்பட்டது", - "collection-product-table-remove-product-from-collection": "சேகரிப்பிலிருந்து பொருட்களை நீக்கவும்", - "collection-product-table-save": "சேமி", - "collection-product-table-search-products": "பொருட்களை தேடு", - "collection-product-table-sort-by": "அமைத்துக்க", - "collection-product-table-title": "தலைப்பு", - "collections-cancel": "ரத்து செய்", - "collections-save-and-close": "சேமிக்க மற்றும் மூடு", - "collections-save-and-go-back": "சேமிக்க மற்றும் பின்கொட", - "collections-search": "தேடு...", - "collections-table-confirm-delete": "இந்த சேகரிப்பை நீக்க விரும்புகின்றீர்களா?", - "collections-table-created-at": "உருவாக்கப்பட்ட நேரம்", - "collections-table-delete": "நீக்கு", - "collections-table-delete-collection": "சேகரிப்பை நீக்கு", - "collections-table-edit": "திருத்து", - "collections-table-handle": "இடம்", - "collections-table-products": "பொருட்கள்", - "collections-table-title": "தலைப்பு", - "collections-table-updated-at": "புதுப்பிக்கப்பட்ட நேரம்", - "components-add": "சேர்க்க", - "components-add-category-item-to": "ஒரு வகை உருப்புக்கு சேர்க்க", - "components-add-custom": "தனிப்பயன் சேர்க்க", - "components-add-custom-item": "தனிப்பயன் உருப்பை சேர்க்க", - "components-add-discount": "தள்ளுபடி சேர்க்க", - "components-add-existing": "உள்ளதை சேர்க்க", - "components-add-products": "பொருட்களை சேர்க்க", - "components-address": "முகவரி", - "components-attention": "கவனம்!", - "components-back": "பின்னுக்கு", - "components-billing-address": "பில்லிங் முகவரி", - "components-billing-details": "கட்டண விவரங்கள்", - "components-category-deleted": "வகை அழிக்கப்பட்டது", - "components-category-deletion-failed": "வகை அழிப்பு தோசைத்தடும்", - "components-category-status-is-inactive": "வகை நிலை செயலிலில் இல்லை", - "components-category-visibility-is-private": "வகை பார்க்கும் பக்கம் தனிப்பட்டது", - "components-choose-a-shipping-method": "ஒரு ஷிப்பிங் மெட்டாட் தேர்ந்தெடு", - "components-choose-existing-addresses": "உள்ளடக்க முகவரிகளை தேர்ந்தெடு", - "components-choose-region": "பகுதியை தேர்ந்தெடு", - "components-create-new": "புதியதை உருவாக்கு", - "components-custom-price": "தனிப்பயன் விலை", - "components-customer-and-shipping-details": "வாணிகம் மற்றும் ஷிப்பிங் விவரங்கள்", - "components-decrease-quantity": "அளவை குறிக்க", - "components-default": "பொது", - "components-delete": "நீக்கு", - "components-details": "விவரங்கள்", - "components-discount": "தள்ளுபடி", - "components-e.g.-gift-wrapping": "உதாநமம், பருப்பு அடைப்பு", - "components-edit": "திருத்து", - "components-email": "மின்னஞ்சல்", - "components-error": "பிழை", - "components-failed-to-update-category-tree": "வகை மர அமைக்க தோல்வி அடைந்தது", - "components-find-existing-customer": "ஏற்கனவே உள்ள வாடிக்கையாளரை கண்டுபிடி", - "components-increase-quantity": "அளவை அதிகரிக்க", - "components-items-for-the-order": "ஆர்டருக்கு உருப்படிகள்", - "components-no-options-for-orders-without-shipping": "அனுப்புவிதம் இல்லாமல் ஆர்டர்களுக்கு விசாகியது இல்லை. ஒரு விசாக சேர்த்து (உதாநமம், 'அந்த வலைதள காண்பிப்பு' முன்புற அமைப்பில் செயல்படுத்தாத்தில்) கொடுக்க முடிகின்றது, அப்போது தெரிவிக்கவும்.", - "components-price": "விலை", - "components-price-excl-taxes": "விலை (வரி இல்லாமல்)", - "components-quantity": "அளவு", - "components-region": "பகுதி", - "components-set-custom-price": "விருப்ப விலை அமை", - "components-shipping-method": "கப்பட்டது முறை", - "components-success": "வெற்றி", - "components-successfully-updated-category-tree": "வகை மர முறையை வெற்றிகரமாக புதுப்பித்துள்ளோம்", - "components-successfully-updated-currency": "கரணி வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "components-summer-10": "கோடை10", - "components-the-discount-code-is-invalid": "களம் குறியீடு செல்லாது", - "components-the-discount-is-not-applicable-to-the-selected-region": "கரணி தெரிவிக்கப்பட்ட பகுதிக்கு பொருந்துகின்றது அல்ல", - "components-title": "தலை", - "components-type": "வகை", - "components-use-same-as-shipping": "வழங்குவதை வன்ன பிரைமிஸ்சிற்பிங் முகவரி பயன்படுத்து", - "components-value": "மதிப்பு", - "condition-item-remainder-more": "+{{remainder}} கூடிப்படும்", - "conditions-add-condition": "நிப conditionsநிக", - "conditions-add-condition-label": "நிப conditionsநிக", - "conditions-collection": "கலெக்ஷன்", - "conditions-condition-removed": "நிப conditionsநிக நீக்கப்பட்டது", - "conditions-conditions": "நிப conditionsநிக", - "conditions-customer-group": "வாடிக்கையாளர் குழு", - "conditions-delete-condition": "நிப conditionsநிக நீக்கு", - "conditions-discount-is-applicable-to-specific-collections": "களம் குழு குழுக்களுக்கு பொருந்துகின்றது", - "conditions-discount-is-applicable-to-specific-customer-groups": "களம் குழு வாடிக்கையாளர் குழுக்களுக்கு பொருந்துகின்றது", - "conditions-discount-is-applicable-to-specific-product-tags": "களம் வகுப்ப குறி குறியீடுகளுக்கு பொருந்துகின்றது", - "conditions-discount-is-applicable-to-specific-product-types": "களம் வகுப்ப வகைகளுக்கு பொருந்துகின்றது", - "conditions-discount-is-applicable-to-specific-products": "களம் குழு பொருந்துகின்றது", - "conditions-edit": "திருத்து", - "conditions-edit-condition": "நிப conditionsநிக திருத்து", - "conditions-error": "பிழை", - "conditions-product": "பொருத்து", - "conditions-success": "வெற்றி", - "conditions-tag": "குறி குறியீடு", - "conditions-this-discount-has-no-conditions": "இந்த களம் நிப conditionsநிக இல்லை", - "conditions-type": "வகை", - "configurations-cancel": "ரத்து செய்", - "configurations-configurations": "கட்டமைப்புகள்", - "configurations-delete-configuration": "கட்டமைப்பை நீக்கு", - "configurations-delete-setting": "அமைப்பை நீக்கு", - "configurations-discount-duration-removed": "களம் வரைப்பு நீக்கப்பட்டது", - "configurations-discount-end-date-removed": "களம் முடி தேதி நீக்கப்பட்டது", - "configurations-discount-updated-successfully": "களம் வெற்றிகரமாக புதுப்பித்துள்ளோம்", - "configurations-edit-configurations": "கட்டமைப்புகள் திருத்து", - "configurations-end-date": "முடி தேதி", - "configurations-error": "பிழை", - "configurations-number-of-redemptions": "மீதம் செய்வதில் எதிர்கால அதிகம்", - "configurations-redemption-limit-removed": "மீதம் செய்வதில் வரம்பு நீக்கப்பட்டது", - "configurations-save": "சேமி", - "configurations-start-date": "தொடக்க தேதி", - "configurations-success": "வெற்றி", - "create-fulfillment-cancel": "ரத்து செய்", - "create-fulfillment-cant-allow-this-action": "இந்த செய்தியை அனுமதிப்படுத்த முடியாது", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "நீங்கள் ஆர்டர் செய்ய விரும்பும் இடம் தேர்ந்திருக்கவும்.", - "create-fulfillment-create-fulfillment": "தோல்வி செய்வதை உருவாக்கு", - "create-fulfillment-create-fulfillment-title": "தோல்வி செய்வதை உருவாக்கு", - "create-fulfillment-error": "பிழை", - "create-fulfillment-items-to-fulfill": "தோல்வி செய்வதை விரும்பும் பொருட்கள்", - "create-fulfillment-locations": "இடங்கள்", - "create-fulfillment-please-select-a-location-to-fulfill-from": "தோல்வி செய்வதுக்கு ஒரு இடம் தேர்வு செய்யவும்", - "create-fulfillment-quantity-is-not-valid": "அளவு செல்லாது", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "நீங்கள் தோல்வி செய்ய விரும்பும் பொருட்களின் எண்ணிக்கையை தேர்வு செய்க.", - "create-fulfillment-send-notifications": "அறிவுக்கள் அனுப்பு", - "create-fulfillment-success": "வெற்றி", - "create-fulfillment-successfully-fulfilled-claim": "விசாகியது விளம்பி பெற்றது", - "create-fulfillment-successfully-fulfilled-order": "ஆர்டர் விரும்பப்பட்டது", - "create-fulfillment-successfully-fulfilled-swap": "ஸ்வாப் விரும்பப்பட்டது", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "அந்த வரும்புவிக்கு அதிகமாக தோல்வி செய்தது", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "செயலாக்கப்படும்போது, அறிவுகள் மின்னஞ்சல்கள் அனுப்பப்படும்.", - "currencies-an-unknown-error-occurred": "அறியப்படாத பிழை ஏற்பட்டது", - "currencies-back-to-settings": "அமைப்புக்கு மீளும்", - "currencies-error": "பிழை", - "currencies-include-or-exclude-taxes": "நீங்கள் இந்த கரணி அல்லாமல் வரிகளை சேர்க்க விரும்பும்கொள்க. இந்த கரணியில் விலை நிர்ணயிக்கும்போது வரிகளை அனுப்ப விரும்பும் அல்லாமல் அனுப்ப விரும்பும் அறிந்துகொள்க.", - "currencies-manage-the-markets-that-you-will-operate-within": "நீங்கள் செயல்படுவீர் மற்றும் மேலும் அறிந்து கொள்க.", - "currencies-tax-incl-prices": "வரி சேர்க்க விரும்பும்கொள்", - "currency-input-amount-is-not-valid": "அளவு செல்லாது", - "currency-input-currency": "கரணி", - "current-currencies-screen-selected-with-count_one": "{{count}}-ஆவது மற்றும் இறுதியாக தெரிவு செய்யப்பட்டும்", - "current-currencies-screen-selected-with-count_other": "{{count}}-ஆவது மற்றும் இறுதியாக தெரிவு செய்யப்பட்டும்", - "customer-group-table-all": "அனைத்து", - "customer-group-table-cancel": "ரத்து செய்", - "customer-group-table-customer-groups": "வாடிக்கையாளர் குழுகள்", - "customer-group-table-customer-groups-title": "வாடிக்கையாளர் குழுகள்", - "customer-group-table-customers": "வாடிக்கையாளர்கள்", - "customer-group-table-delete": "நீக்கு", - "customer-group-table-delete-from-the-group": "குழுக்கு நீக்கு", - "customer-group-table-details": "விவரங்கள்", - "customer-group-table-edit-customers": "வாடிக்கையாளர்களை திருத்து", - "customer-group-table-error": "பிழை", - "customer-group-table-failed-to-delete-the-group": "குழு நீக்க தோல்வியுடன் செய்யப்பட்டது", - "customer-group-table-group-deleted": "குழு நீக்கப்பட்டது", - "customer-group-table-groups": "குழுக்கள்", - "customer-group-table-save": "சேமி", - "customer-group-table-success": "வெற்றி", - "customer-groups-cancel": "ரத்து செய்", - "customer-groups-save-and-close": "சேமி மற்றும் மூடு", - "customer-groups-save-and-go-back": "சேமி மற்றும் பின்கொள்", - "customer-groups-search": "தேடு...", - "customer-orders-table-awaiting": "காத்திருக்கும்", - "customer-orders-table-date": "தேதி", - "customer-orders-table-fulfilled": "மனம் கொடுப்பது", - "customer-orders-table-fulfillment": "மனம் கொடுப்பது", - "customer-orders-table-n-a": "கொடுப்பதில்லை", - "customer-orders-table-not-fulfilled": "மனம் கொடுப்பவில்லை", - "customer-orders-table-order": "கட்டளை", - "customer-orders-table-orders": "கட்டளைகள்", - "customer-orders-table-paid": "செலுத்தியது", - "customer-orders-table-partially-fulfilled": "பகுதியாக மனம் கொடுப்பது", - "customer-orders-table-partially-shipped": "பகுதியாக அனுப்பப்பட்டது", - "customer-orders-table-remainder-more": "+ {{remainder}} மேலும்", - "customer-orders-table-requires-action": "செயல்பாடு தேவை", - "customer-orders-table-shipped": "அனுப்பப்பட்டது", - "customer-orders-table-status": "நிலை", - "customer-orders-table-total": "மொத்தம்", - "customer-orders-table-transfer-order": "ஆதரிப்பதை மாற்று", - "customer-table-customers": "வாடிக்கோள்கள்", - "customer-table-date-added": "சேர்க்கப்பட்ட தேதி", - "customer-table-details": "விவரங்கள்", - "customer-table-edit": "திருத்து", - "customer-table-email": "மின்னஞ்சல்", - "customer-table-name": "பெயர்", - "customer-table-orders": "கட்டளைகள்", - "default-store-currency-default-store-currency": "பொது அங்காடி நாணயம்", - "default-store-currency-error": "பிழை", - "default-store-currency-success": "வெற்றி", - "default-store-currency-successfully-updated-default-currency": "பொது நாணயம் வெற்றிக்கு வந்தது", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "இது உங்கள் விலைகள் காண்பிக்கப்படும் நாணயம்.", - "detail-cards-allocate": "ஒதுக்கு", - "detail-cards-allocated": "ஒதுக்கப்பட்டது", - "detail-cards-discount": "தள்ளுபடி :", - "detail-cards-edit-order": "கட்டளையை திருத்து", - "detail-cards-not-fully-allocated": "முழுமையாக ஒதுக்கப்படவில்லை", - "detail-cards-original-total": "அசல் மொத்தம்", - "detail-cards-shipping": "பொருள்பருவம்", - "detail-cards-subtotal": "துணைமொத்தம்", - "detail-cards-tax": "வரி", - "detail-cards-total": "மொத்தம்", - "details-an-overview-of-customer-orders": "வாடிக்கோள் கட்டளைகளின் அவலோனம்", - "details-are-you-sure-you-want-to-cancel-the-order": "நீங்கள் கட்டளையை ரத்து செய்தது சரியானதுஆக இருக்கின்றீர்களா?", - "details-back-to-collections": "அணிகளுக்கு திரும்பு", - "details-back-to-customers": "வாடிக்கோள்களுக்கு திரும்பு", - "details-back-to-discounts": "தள்ளுபடிக்கு திரும்பு", - "details-back-to-gift-cards": "பரிசு அட்டைக்கு திரும்பு", - "details-back-to-orders": "கட்டளைகளுக்கு திரும்பு", - "details-back-to-pricing": "விலை அட்டைக்கு திரும்பு", - "details-balance": "இருப்பு", - "details-balance-updated": "இருப்பு புதுப்பிக்கப்பட்டது", - "details-billing": "விலை பெறுதல்", - "details-billing-address": "விலை பெறுதல் முகவரி", - "details-cancel": "ரத்து செய்", - "details-cancel-order": "கட்டளையை ரத்து செய்", - "details-cancel-order-heading": "கட்டளையை ரத்து செய்", - "details-collapsible-hide-additional-details": "கூடுதல் விவரங்களை மறை", - "details-collapsible-show-additional-details": "கூடுதல் விவரங்களை காண்க", - "details-condition-tables-cancel": "ரத்து செய்", - "details-condition-tables-save-and-add-more": "சேமிக்க மற்றும் மேலும் சேர்க்க", - "details-condition-tables-save-and-close": "சேமிக்க மற்றும் மூடு", - "details-condition-tables-search-by-tag": "குறிப்புப் படிக்கா", - "details-condition-tables-search-by-title": "தலைப்பு அனுடரு...", - "details-condition-tables-search-by-type": "வகை அனுடரு...", - "details-condition-tables-search-groups": "குழுக்கள் அனுடரு...", - "details-condition-tables-search-products": "பொருட்கள் அனுடரு...", - "details-confirm-delete-discount": "இந்த தள்ளுபடியை நீங்கள் அகற்ற விரும்புகின்றீர்கா?", - "details-contact": "தொடர்பு", - "details-create-fulfillment": "நிறைவு உருவம் உருவாக்க", - "details-created": "உருவானது", - "details-customer": "வாடிக்கோளர்", - "details-customer-details": "வாடிக்கோளர் விவரங்கள்", - "details-delete": "நீக்கு", - "details-delete-collection": "அணியை அகற்று", - "details-delete-discount": "தள்ளுபடியை அகற்று", - "details-details": "விவரங்கள்", - "details-discount-deleted": "தள்ளுபடி அகற்றப்பட்டது", - "details-edit": "திருத்து", - "details-edit-billing-address": "விலை பெறுதல் முகவரியை திருத்து", - "details-edit-collection": "அணியை திருத்து", - "details-edit-details": "விவரங்களை திருத்து", - "details-edit-email-address": "மின்னஞ்சல் முகவரியை திருத்து", - "details-edit-gift-card": "பரிசு அட்டையை திருத்து", - "details-edit-products": "பொருட்களை திருத்து", - "details-edit-shipping-address": "பொருள்பருவ முகவரியை திருத்து", - "details-email": "மின்னஞ்சல்", - "details-email-address": "மின்னஞ்சல் முகவரி", - "details-email-copied": "மின்னஞ்சல் நகல்", - "details-error": "பிழை", - "details-expires-on": "முடிக்குள்ளது", - "details-failed-to-update-balance": "இருப்பை புதுப்பிக்க முடியவில்லை", - "details-failed-to-update-gift-card": "பரிசு அட்டையை புதுப்பிக்க முடியவில்லை", - "details-first-name": "முதல் பெயர்", - "details-first-seen": "முதல் காணப்பட்டது", - "details-fulfillment": "நிறைவு", - "details-general": "பொது", - "details-gift-card-balance-was-updated": "பரிசு அட்டை இருப்பு புதுப்பிக்கப்பட்டது", - "details-gift-card-was-successfully-updated": "பரிசு அட்டை வெற்றிக்கு வந்தது", - "details-go-to-customer": "வாடிக்கோளருக்கு செல்", - "details-james": "ஜேம்ஸ்", - "details-last-name": "கடை பெயர்", - "details-lebron": "லெப்ரான்", - "details-location": "இடம்", - "details-metadata": "மாடாடேட்டா", - "details-order-id-copied": "ஆர்டர் ஐடி நகல்", - "details-orders": "கட்டளைகள்", - "details-orders_one": "{{count}} கட்டளை", - "details-orders_other": "{{count}} கட்டளைகள்", - "details-original-amount": "தொடக்க தொகை", - "details-payment": "கட்டணம்", - "details-phone": "தொடர்பு", - "details-phone-number": "தொடர்பு எண்", - "details-products-in-this-collection": "இந்த சேரலில் உள்ள பொருட்கள்", - "details-raw-collection": "சேரல் தரவு", - "details-raw-customer": "வாடிக்கையாளர் தரவு", - "details-raw-discount": "தளம் தரவு", - "details-raw-gift-card": "பரிசு அட்டை தரவு", - "details-raw-order": "ஆணை தரவு", - "details-raw-price-list": "விலை பட்டிய தரவு", - "details-refunded": "மீட்பு", - "details-region": "பகுதி", - "details-save": "சேமி", - "details-save-and-close": "சேமி மற்றும் மூடு", - "details-shipping": "பொருள்கள்", - "details-shipping-address": "விநியோக முகவரி", - "details-shipping-method": "விநியோக முறை", - "details-success": "வெற்றி", - "details-successfully-canceled-order": "வெற்றிகரமாக ரத்து செய்யப்பட்ட ஆணை", - "details-successfully-deleted-collection": "வெற்றிகரமாக நீக்கப்பட்ட சேரல்", - "details-successfully-updated-address": "வெற்றிகரமாக முகவரி புதுப்பித்தது", - "details-successfully-updated-customer": "வெற்றிகரமாக வாடிக்கையாளர் புதுப்பித்தது", - "details-successfully-updated-the-email-address": "வெற்றிகரமாக மின்னஞ்சல் முகவரி புதுப்பித்தது", - "details-successfully-updated-the-status-of-the-gift-card": "பரிசு அட்டை நிலை வெற்றிகரமாக புதுப்பித்தது", - "details-total-paid": "மொத்த செலுத்தியது", - "details-transfer-ownership": "சொந்தம் மாற்றல்", - "details-update-balance": "இருப்பு புதுப்பித்தல்", - "details-update-balance-label": "இருப்பு புதுப்பித்தல்", - "details-updated-gift-card": "பரிசு அட்டை புதுப்பித்தது", - "details-updated-products-in-collection": "சேரலில் புதுப்பித்தது பொருட்கள்", - "details-updated-status": "நிலை புதுப்பித்தது", - "details-user": "பயனர்", - "details-yes-delete": "ஆம், நீக்கு", - "discount-filter-dropdown-filters": "வடிகட்டல்கள்", - "discount-form-add-conditions": "செய்திகளை சேர்க்கவும்", - "discount-form-add-conditions-to-your-discount": "உங்கள் தளத்திற்கு செய்திகளை சேர்க்கவும்", - "discount-form-allocation": "ஒழியல்", - "discount-form-cancel": "ரத்து செய்", - "discount-form-choose-a-condition-type": "ஒழிய வகை ஒன்றையும் தேர்க்கவும்", - "discount-form-choose-collections": "சேரல்களை தேர்ந்தெடுக்கவும்", - "discount-form-choose-groups": "குழுக்களை தேர்ந்தெடுக்கவும்", - "discount-form-choose-products": "பொருட்களை தேர்ந்தெடுக்கவும்", - "discount-form-choose-types": "வகைகளை தேர்ந்தெடுக்கவும்", - "discount-form-collection": "சேரல்", - "discount-form-conditions": "செய்திகள்", - "discount-form-configuration": "அமைப்பு", - "discount-form-create-new-discount": "புதிய தளத்தை உருவாக்கவும்", - "discount-form-customer-group": "வாடிக்கையாளர் குழு", - "discount-form-discount-code-application-disclaimer": "தள குறியீடு பதிவிறக்க பொதுப்படுத்தும் போது அந்த குறியீடு பயன்பாட்டிற்கு ஆரம்பிக்கின்றது மற்றும் அது மாற்றப்படாதிலும் செயல்படிக்கின்றது.", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "குறியீடு ஒன்றையும் தெரிவுசெய்தால் அந்த குறியீடு அனைத்து பொருட்களுக்கும் பொதுப்படுத்தப்படும்.", - "discount-form-discount-type": "தள வகை", - "discount-form-error": "பிழை", - "discount-form-general": "பொது", - "discount-form-metadata": "மேடாடேட்டா", - "discount-form-metadata-usage-description": "மேடாடேட்டாக்கள் உங்கள் தளத்தில் கூலக் தகவல்களை சேர்க்க உங்களுக்கு அதிக தகவல்களை சேர்க்க அனுமதிக்கும்.", - "discount-form-only-for-specific-customer-groups": "குழுக்களுக்கு உட்செய்ய ஒழியப்பட்டது", - "discount-form-only-for-specific-product-collections": "உக்கிரம்களுக்கு உட்செய்ய ஒழியப்பட்டது", - "discount-form-only-for-specific-product-types": "உட்கிரம வகைகளுக்கு மட்டும் அனுமதிக்கப்படும்", - "discount-form-only-for-specific-products": "குறிப்பிடப்பட்ட உக்கிரமகளுக்கு மட்டும் அனுமதிக்கப்படும்", - "discount-form-only-for-specific-tags": "குறிப்பிடப்பட்ட குறியீடுகளுக்கு மட்டும் அனுமதிக்கப்படும்", - "discount-form-product": "பொருட்கள்", - "discount-form-publish-discount": "தளத்தை வெளியிடு", - "discount-form-save": "சேமி", - "discount-form-save-as-draft": "வரைப்பதிவாக சேமி", - "discount-form-select-a-discount-type": "ஒழிய வகை ஒன்றைதருக", - "discount-form-tag": "குறியீடு", - "discount-form-type": "வகை", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "நீங்கள் ஒழிய வகை ஒன்றையும் மட்டும் சேர்க்க முடியும்", - "discount-form-you-cannot-add-any-more-conditions": "நீங்கள் மேலும் எந்த நிபந்தனைகளையும் சேர்க்க முடியாது", - "discount-table-active": "செயல்", - "discount-table-amount": "தொகை", - "discount-table-code": "குறியீடு", - "discount-table-confirm-delete": "இந்த தளத்தை நீக்க நீங்கள் உறுதிப்படுத்துவீரா?", - "discount-table-delete": "நீக்கு", - "discount-table-delete-discount": "தளத்தை நீக்கு", - "discount-table-description": "விளக்கம்", - "discount-table-disabled": "முடக்கப்பட்ட", - "discount-table-discounts": "தளங்கள்", - "discount-table-duplicate": "நகர்வு", - "discount-table-error": "பிழை", - "discount-table-expired": "காலாவதிகமான", - "discount-table-free-shipping": "இலவச வழிபாடு", - "discount-table-publish": "வெளியிடு", - "discount-table-redemptions": "பயன்படுத்தல்", - "discount-table-scheduled": "திட்டம்", - "discount-table-search-by-code-or-description": "குறியீடு அல்லாத விளக்கம் மூலம் தேடு", - "discount-table-status": "நிலை", - "discount-table-success": "வெற்றி", - "discount-table-successfully-copied-discount": "தளம் வெற்றிகரமாக நகர்க்கப்பட்டது", - "discount-table-successfully-published-discount": "தளம் வெற்றிகரமாக வெளியிடப்பட்டது", - "discount-table-successfully-unpublished-discount": "தளம் வெற்றிகரமாக அநீக்குகின்றது", - "discount-table-unpublish": "அநீக்கு", - "discounts-add-discount": "தளம் சேர்க்க", - "domain-categories-multiselect-selected-with-counts_one": "{{count}} தேர்ந்தெடுத்தது", - "domain-categories-multiselect-selected-with-counts_other": "{{count}} தேர்ந்தெடுத்தது", - "draft-order-table-completed": "முடிக்கப்பட்டது", - "draft-order-table-customer": "வாடிக்கையாளர்", - "draft-order-table-date-added": "சேர்க்கப்பட்ட தேதி", - "draft-order-table-draft": "வரைபடம்", - "draft-order-table-draft-orders": "கையாளா ஆணைகள்", - "draft-order-table-open": "திற", - "draft-order-table-order": "ஆணை", - "draft-order-table-status": "நிலை", - "draft-orders-1-item": "(1 பொருள்)", - "draft-orders-amount": "தொகை {{currency_code}}", - "draft-orders-are-you-sure": "உங்கள் இசைவிற்கதிருக்கல்?", - "draft-orders-back-to-draft-orders": "கையாளா ஆணைகளுக்கு பின்கொட", - "draft-orders-billing": "பில்லிங்", - "draft-orders-cancel": "ரத்து", - "draft-orders-cancel-draft-order": "கையாளா ஆணையை ரத்து செய்", - "draft-orders-completed": "முடிந்தது", - "draft-orders-configure-payment-link-in-store-settings": "அந்தோபத்தில் கட்டண இணையதேர்வை கோருதல்", - "draft-orders-contact": "தொடர்பு", - "draft-orders-create-draft-order": "கையாளா ஆணை உருவாக்கு", - "draft-orders-customer": "வாடிக்கையாளர்", - "draft-orders-data": "தரவு", - "draft-orders-draft-order": "கையாளா ஆணை", - "draft-orders-edit-billing-address": "பில்லிங் முகவரி திருத்து", - "draft-orders-edit-shipping-address": "கையாளா ஆணை முகவரி திருத்து", - "draft-orders-email": "மின்னஞ்சல்", - "draft-orders-error": "பிழை", - "draft-orders-go-to-customer": "வாடிக்கையாளருக்கு செல்", - "draft-orders-go-to-order": "ஆணைக்கு செல்", - "draft-orders-mark-as-paid": "செல்லு", - "draft-orders-mark-paid": "செல்லு", - "draft-orders-open": "திற", - "draft-orders-payment": "கட்டணம்", - "draft-orders-payment-link": "கட்டண இணையதேர்வு:", - "draft-orders-phone": "தொடர்பு", - "draft-orders-raw-draft-order": "கையாளா ஆணை உள்ளிட்ட விபரம்", - "draft-orders-remove-resource-heading": "{{resource}} அகற்று", - "draft-orders-remove-resource-success-text": "{{resource}} அகற்றப்பட்டுவிட்டது", - "draft-orders-shipping": "கடையின் அதிகரிப்பு", - "draft-orders-shipping-method": "கடையின் அதிகரிப்பு முறை", - "draft-orders-subtotal": "மொத்த தொகை", - "draft-orders-success": "வெற்றி", - "draft-orders-successfully-canceled-order": "வெற்றிகரமாக ரத்து செய்யப்பட்ட ஆணை", - "draft-orders-successfully-mark-as-paid": "வெற்றிகரமாக செல்லப்பட்டுவிட்டது", - "draft-orders-tax": "வரி", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "இது ஒரு ஆணை உருவாக்கும். கட்டணத்தைப் பெற்றதானால் இதை செல்லுக.", - "draft-orders-total-to-pay": "செல்ல வேண்டிய மொத்தம்", - "edit-add-a-note": "குறிப்பு சேர்...", - "edit-add-items": "பொருட்களை சேர்", - "edit-add-product-variants": "பொருட வகைகளை சேர்", - "edit-added-successfully": "வெற்றிகரமாக சேர்க்கப்பட்டது", - "edit-amount-paid": "செல்லப்பட்ட தொகை", - "edit-back": "பின்", - "edit-cancel": "ரத்து", - "edit-condition-add": "சேர்", - "edit-condition-add-conditions": "நிபந்தனைகளை சேர்", - "edit-condition-close": "மூடு", - "edit-condition-deselect": "தேர்ந்தெடு", - "edit-condition-error": "பிழை", - "edit-condition-failed-to-add-resources": "வளர்ப்பைச் சேர்க்க தோல்வி", - "edit-condition-failed-to-remove-resources": "வளர்ப்பையிலிருந்து நீக்க தோல்வி", - "edit-condition-remove": "நீக்கு", - "edit-condition-selected-with-count_one": "{{count}} தேர்ந்தெடுப்பது", - "edit-condition-selected-with-count_other": "{{count}} தேர்ந்தெடுப்பதுகள்", - "edit-condition-success": "வெற்றி", - "edit-condition-tables-cancel": "ரத்து செய்", - "edit-condition-tables-delete-condition": "நிபந்தனையை நீக்கு", - "edit-condition-tables-save": "சேமி", - "edit-condition-tables-search-by-tag": "சேர்க்க மூலம் தேடு...", - "edit-condition-tables-search-by-title": "தலைப்பு மூலம் தேடு...", - "edit-condition-tables-search-by-type": "வகை மூலம் தேடு...", - "edit-condition-tables-search-groups": "குழுக்களை தேடு...", - "edit-condition-tables-search-products": "பொருட்களை தேடு...", - "edit-condition-tables-title": "தலைப்பு", - "edit-condition-the-resources-were-successfully-added": "வளர்ப்புகள் வெற்றிகரமாக சேர்க்கப்பட்டன", - "edit-condition-the-resources-were-successfully-removed": "வளர்ப்புகள் வெற்றிகரமாக நீக்கப்பட்டன", - "edit-condition-title": "{{type}} நிபந்தனையில் மாற்று", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext-ஐ ஒரு EditConditionProvider உள்ளடரிய இடத்தில் பயன்படுத்த வேண்டும்", - "edit-conditions-modal-title": "{{title}} மாற்று", - "edit-difference-due": "பக்கம் கடந்தது", - "edit-edit-location-details": "இடத்தில் விபரங்களை மாற்று", - "edit-edit-order": "ஆணையை மாற்று", - "edit-error": "பிழை", - "edit-error-occurred": "பிழை ஏற்பட்டது", - "edit-failed-to-request-confirmation": "உறுதிசெய்கையைக் கோரவில்லை", - "edit-filter-items": "பொருடங்களை வடிகட", - "edit-in-stock": "வங்கிக்கோல் கிடைக்கின்றது", - "edit-items": "பொருடங்கள்", - "edit-location-edited-successfully": "இடத்தை வெற்றிகரமாக மாற்றப்பட்டது", - "edit-metadata": "மேடடேடா", - "edit-new-total": "புதிய மொத்தம்", - "edit-no-region-found": "இந்த ஐடி-யுடன் ஒரு பகுதியைக் கண்டுபிடிக்க முடியவில்ல. இடப்பிரிவில் ஒரு பகுதியைத் தேர்வு செய்வதற்கு வலைப்பக்கத்தை பயன்படுத்துக.", - "edit-note": "குறிப்பு", - "edit-order-edit-set-as-requested": "கேட்டது போல் அமை", - "edit-price": "விலை", - "edit-prices-overrides-add-prices": "விலைகளை சேர்", - "edit-prices-overrides-cancel": "ரத்து செய்", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-edit-price-overrides": "விலை மாற்றியம்களை மாற்று", - "edit-prices-overrides-price-overrides-updated": "விலை மாற்றியம்கள் மேம்படுத்தப்பட்டன", - "edit-prices-overrides-save": "சேமி", - "edit-prices-overrides-success": "வெற்றி", - "edit-product": "பொருடம்", - "edit-products": "பொருட்கள்", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} பொருட் : {{locationName}}", - "edit-sales-channels-add-channels": "கேள்விகளைச் சேர்க்கவும்", - "edit-sales-channels-edit-channels": "கேள்விகளை திருத்து", - "edit-save-and-close": "சேமி மற்றும் மூடு", - "edit-save-and-go-back": "சேமி மற்றும் பின்னியுங்கப்போ", - "edit-search-product-variants": "பொருட் மாறிகளைத் தேடு...", - "edit-something-went-wrong": "ஏதாவது தவறு ஆனது...", - "edit-success": "வெற்றி", - "edit-user-information-cancel": "ரத்து செய்ய", - "edit-user-information-edit-information": "விபரங்களைத் திருத்து", - "edit-user-information-submit-and-close": "சமர்ப்பிக்கவும் மற்றும் மூடு", - "edit-user-information-success": "வெற்றி", - "edit-user-information-your-information-was-successfully-updated": "உங்கள் விபரங்கள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன", - "edit-user-modal-cancel": "ரத்து செய்ய", - "edit-user-modal-edit-user": "பயனரை திருத்து", - "edit-user-modal-email": "மின்னஞ்சல்", - "edit-user-modal-error": "பிழை", - "edit-user-modal-first-name-label": "முதல் பெயர்", - "edit-user-modal-first-name-placeholder": "முதல் பெயர்...", - "edit-user-modal-last-name-label": "கடைசி பெயர்", - "edit-user-modal-last-name-placeholder": "கடைசி பெயர்...", - "edit-user-modal-save": "சேமி", - "edit-user-modal-success": "வெற்றி", - "edit-user-modal-user-was-updated": "பயனர் புதுப்பிக்கப்பட்டார்", - "edit-variants-modal-cancel": "ரத்து செய்ய", - "edit-variants-modal-edit-variant": "மாறிகளை திருத்து", - "edit-variants-modal-edit-variants": "மாறிகளை திருத்து", - "edit-variants-modal-inventory": "சரக்கு", - "edit-variants-modal-product-variants": "பொருட் மாறிகள்", - "edit-variants-modal-save-and-close": "சேமி மற்றும் மூடு", - "edit-variants-modal-save-and-go-back": "சேமி மற்றும் பின்னியுங்கப்போ", - "edit-variants-modal-update-success": "மாறிகள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன", - "edit-variants-modal-variant": "மாறி", - "error-boundary-400": "கேட்கலாம், வழக்கம் பெயர் தான், அதை சரிசெய்து முயற்சிக்கவும்.", - "error-boundary-401": "உங்கள் புகுபதிச் செயலில் உள்ளதல்ல, தொடர உங்கள் புகுபதியில் செயக்கூட்டிச்செய்யவும்.", - "error-boundary-403": "இந்த செயல்வழியில் உங்கள் அனுமதியாது, இது ஒரு பிழை என்று நீங்கள் கருத்தடக்கப்பட்டிருப்பதில்லை, உங்கள் நிர்வாகியை தொடரவும்.", - "error-boundary-404": "நீங்கள் கேட்கும் பக்கை கண்டம் அல்ல, உங்கள் URL ஐ சரிசெய்து முயற்சிக்கவும்.", - "error-boundary-500": "ஒரு சுட்டிக்கணித பிழை எதுக்கும் காரணம் கொடுப்பதில்லை, இது எங்கள் தொழில்நுட்பத்தில் ஒரு தொழில்நுட்ப பிழை ஆகுகின்றது. அந்தப் பக்கத்தை மீண்டும் ரீஃப்ரெஷ் செய்து குழு விடவும். பிழை தொழில்நுட்ப விளம்பரம் வழங்கும், பிழை மீண்டும் வரும் விளம்பரம் வழங்கும்.", - "error-boundary-500-2": "சேவையகம் உங்கள் வருகையை செயக்கூட்ட முடியவில்லை, இது எங்கள் தொழில்நுட்பத்தில் ஒரு தொழில்நுட்ப பிழை ஆகுகின்றது. மீண்டும் முயற்சிக்கவும். பிழை தொழில்நுட்ப விளம்பரம் வழங்கும், பிழை மீண்டும் வரும் விளம்பரம் வழங்கும்.", - "error-boundary-503": "சேவையகம் பெயர் தான் முயற்சிக்க அல்ல", - "error-boundary-503-2": "சேவையகம் குழுவியில் தான் குழுவியில் முயற்சிக்க அல்ல, பிழையும் மீண்டும் பிழை விளம்பரம் வழங்கும்.", - "error-boundary-an-unknown-error-occured": "ஒரு அறியப்பதில்லை பிழை உண்டு", - "error-boundary-an-unknown-server-error-occured": "ஒரு அறியப்பதில்லை பிழை உண்டு", - "error-boundary-back-to-dashboard": "டாஷ்போர்டு மீண்டும்", - "error-boundary-bad-request": "தவறான கேட்கை", - "error-boundary-page-was-not-found": "பக்கம் கண்டம் அல்ல", - "error-boundary-you-are-not-logged-in": "நீங்கள் புகுக்கவில்லை", - "error-boundary-you-do-not-have-permission-perform-this-action": "இந்த செயலை செய்ய உங்கள் அனுமதியில்லை", - "export-modal-cancel": "ரத்து செய்", - "export-modal-export": "ஏற்றுமதி", - "export-modal-title": "உங்கள் தரவுகளை ஏற்றுக் கொள்ள தொடங்கவும்", - "file-upload-modal-upload-a-new-photo": "புதிய படத்தை ஏற்றுக்கொள்ளுங்கள்", - "form-available-products-at-our-website-app": "எங்கள் வலைத்தளத்தில் உள்ள பொருட்கள், எங்கள் பயன்பாட்டில்...", - "form-close": "மூடு", - "form-description": "விளக்கம்", - "form-error": "பிழை", - "form-failed-to-update-the-sales-channel": "விற்பலப் புகுபதி புதுப்பிக்க முடியவில்லை", - "form-general-info": "பொது விபரங்கள்", - "form-header-cancel": "ரத்து செய்", - "form-header-error": "பிழை", - "form-header-publish-price-list": "விலைப்பட்டியம் பதிவையுங்கப்போ", - "form-header-save-as-draft": "வரைப்பத்தில் சேமி", - "form-header-save-changes": "மாற்றங்களை சேமி", - "form-header-success": "வெற்றி", - "form-header-successfully-updated-price-list": "விலைப்பட்டியம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "form-name": "பெயர்", - "form-sales-channel-details": "விற்பல வழி விபரங்கள்", - "form-save": "சேமி", - "form-success": "வெற்றி", - "form-the-sales-channel-is-successfully-updated": "விற்பல வழி வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "form-title": "தலை", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm விற்பல படிப்பில் ஒரு குழு படிப்பு இருக்க வேண்டும்", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm புதுவரப் பதிவில் அனுமதி கொடுப்பதாக இருக்க வேண்டும்", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "வலைத்தளம், பயன்பாடு, அமேசான், உண்மை அங்காடி, பத்திய வரிகை, முகநெடுவு பொருட்கள்...", - "general-cancel": "ரத்து செய்", - "general-confirm-delete-promotion": "இந்த பிரச்சனையை நீக்க விரும்புகிறீர்களா?", - "general-delete-discount": "தள்ளு", - "general-delete-promotion": "நீக்கு", - "general-details": "விபரங்கள்", - "general-discount-amount": "தள்ளு தொகை", - "general-discount-drafted-successfully": "தள்ளு வரைப்பது வெற்றிகரமாக பதிவிடப்பட்டது", - "general-discount-published-successfully": "தள்ளு வெற்றிகரமாக பதிவிடப்பட்டது", - "general-discount-updated-successfully": "தள்ளு வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "general-draft": "வரைப்பது", - "general-edit-general-information": "பொது விபரங்களை திருத்து", - "general-error": "பிழை", - "general-form-flagship-store-warehouse": "அதிகவிருப்பு அங்காடி, கிடைக்குந்த அங்காடி", - "general-form-location-name": "இடம் பெயர்", - "general-form-name-is-required": "பெயர் தேவை", - "general-free-shipping": "இலவச அனுப்புதல்", - "general-metadata": "மெடாடேட்டா", - "general-promotion-deleted-successfully": "பிரச்சனை வெற்றிகரமாக நீக்கப்பட்டது", - "general-published": "வெற்றிகரமாக பதிவையுங்கப்போ", - "general-save-and-close": "சேமி மற்றும் மூடு", - "general-section-cancel": "ரத்து செய்", - "general-section-details": "விபரங்கள்", - "general-section-edit-region-details": "பகுதி விபரங்களை திருத்து", - "general-section-error": "பிழை", - "general-section-metadata": "மெடாடேட்டா", - "general-section-providers": "வழியாக்கால்", - "general-section-region-was-successfully-updated": "பகுதி வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "general-section-save-and-close": "சேமி மற்றும் மூடு", - "general-section-success": "வெற்றி", - "general-success": "வெற்றி", - "general-template-discount": "தள வார்ப்பு", - "general-total-redemptions": "மொத்த மீட்புகள்", - "general-unknown-discount-type": "அறியப்படாத தள வகை", - "general-valid-regions": "செயலில் உள்ள பகுதிகள்", - "gift-card-banner-delete": "நீக்கு", - "gift-card-banner-edit": "திருத்து", - "gift-card-banner-publish": "வெளியிடு", - "gift-card-banner-published": "வெளியிடப்பட்டது", - "gift-card-banner-unpublish": "வெளியிடாத", - "gift-card-banner-unpublished": "வெளியிடப்படாத", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "அந்த இயல்பு மதிப்புடன் ஒரு தளம் ஏற்கனவே உள்ளது", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "புதிய தளம் வெற்றிகரமாக சேர்க்கப்பட்டது", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "புதிய தளம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "gift-card-denominations-section-add-denomination": "தளம் சேர்க்கவும்", - "gift-card-denominations-section-and-more_one": ", மற்றும் {{count}} மேலும்", - "gift-card-denominations-section-and-more_other": ", மற்றும் {{count}} மேலும்", - "gift-card-denominations-section-cancel": "ரத்து", - "gift-card-denominations-section-confirm-delete": "இந்த தளம் நீக்க விரும்புகிறீர்களா?", - "gift-card-denominations-section-delete": "நீக்கு", - "gift-card-denominations-section-delete-denomination": "தளம் நீக்கு", - "gift-card-denominations-section-denomination": "தளம்", - "gift-card-denominations-section-denomination-added": "தளம் சேர்க்கப்பட்டது", - "gift-card-denominations-section-denomination-deleted": "தளம் நீக்கப்பட்டது", - "gift-card-denominations-section-denomination-updated": "தளம் புதுப்பிக்கப்பட்டது", - "gift-card-denominations-section-denomination-was-successfully-deleted": "தளம் வெற்றிகரமாக நீக்கப்பட்டது", - "gift-card-denominations-section-denominations": "தளங்கள்", - "gift-card-denominations-section-edit": "திருத்து", - "gift-card-denominations-section-edit-denomination": "தளம் திருத்து", - "gift-card-denominations-section-error": "பிழை", - "gift-card-denominations-section-in-other-currencies": "மற்ற நாணயங்களில்", - "gift-card-denominations-section-save-and-close": "சேமி மற்றும் மூடு", - "gift-card-filter-dropdown-date": "தேதி", - "gift-card-filter-dropdown-filters": "வடிகட்டல்கள்", - "gift-card-filter-dropdown-fulfillment-status": "நிறைவு நிலை", - "gift-card-filter-dropdown-is-after": "பின்னுக்கு உள்ளது", - "gift-card-filter-dropdown-is-before": "முந்தியது", - "gift-card-filter-dropdown-is-equal-to": "சமம்", - "gift-card-filter-dropdown-is-in-the-last": "கடந்தவியில் உள்ளது", - "gift-card-filter-dropdown-is-older-than": "பழையது", - "gift-card-filter-dropdown-payment-status": "கட்டண நிலை", - "gift-card-filter-dropdown-status": "நிலை", - "gift-card-table-balance": "இருப்பு", - "gift-card-table-code": "குறியீடு", - "gift-card-table-created": "உருவாக்கப்பட்டது", - "gift-card-table-gift-cards": "பரிசு அட்டைகள்", - "gift-card-table-none": "எதுவும் இல்லை", - "gift-card-table-order": "ஆணை", - "gift-card-table-original-amount": "தொடக்க தொகை", - "gift-card-table-region-has-been-deleted": "பகுதி நீக்கப்பட்டது", - "gift-cards-add-denomination": "தளம் சேர்க்கவும்", - "gift-cards-amount": "தொகை", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "உங்கள் முதல் பரிசு அட்டையை விற்பது உங்களுக்கு தயாரா?", - "gift-cards-cancel": "ரத்து", - "gift-cards-create-and-send": "உருவாக்கி அனுப்பு", - "gift-cards-create-gift-card": "பரிசு அட்டை உருவாக்கு", - "gift-cards-create-publish": "உருவாக்கி வெளியிடு", - "gift-cards-created-gift-card": "உருவாக்கப்பட்ட பரிசு அட்டை", - "gift-cards-custom-gift-card": "கஸ்டம் பரிசு அட்டை", - "gift-cards-custom-gift-card-was-created-successfully": "கஸ்டம் பரிசு அட்டை வெற்றிகரமாக உருவாக்கப்பட்டது", - "gift-cards-delete": "நீக்கு", - "gift-cards-delete-gift-card": "பரிசு அட்டை நீக்கு", - "gift-cards-denominations": "தளங்கள்", - "gift-cards-description": "விளக்கம்", - "gift-cards-details": "விவரங்கள்", - "gift-cards-error": "பிழை", - "gift-cards-gift-card-details": "பரிசு அட்டை விவரங்கள்", - "gift-cards-gift-cards": "பரிசு அட்டைகள்", - "gift-cards-history": "வரலாறு", - "gift-cards-manage": "உங்கள் அங்காடியில் பரிசு அட்டைகளை நிர்வகிக்கவும்", - "gift-cards-name": "பெயர்", - "gift-cards-no-gift-card-has-been-added-yet": "இன்னும் ஒரு பரிசு அட்டையையும் சேர்த்தவில்லை.", - "gift-cards-please-add-at-least-one-denomination": "தண்ணீர்க்கு குறைந்தது ஒரு தளம் சேர்க்கவும்", - "gift-cards-please-enter-a-name-for-the-gift-card": "பரிசு அட்டைக்கு ஒரு பெயரை உள்ளிடவும்", - "gift-cards-receiver": "பெறுந்தவர்", - "gift-cards-see-the-history-of-purchased-gift-cards": "வாங்கப்பட்ட பரிசு அட்டைகளின் வரலாறைக் காண்க", - "gift-cards-size-recommended": "1200 x 1600 (3:4) பரிசுப்படத்திற்கு பரிந்துரைக்கப்படுகின்றது, உள்ளிடப்படும் ஒவ்வொன் 10 மெகாபைட்டு", - "gift-cards-success": "வெற்றி", - "gift-cards-successfully-created-gift-card": "பரிசு அட்டை வெற்றிகரமாக உருவாக்கப்பட்டது", - "gift-cards-successfully-deleted-gift-card": "பரிசு அட்டை வெற்றிகரமாக நீக்கப்பட்டது", - "gift-cards-successfully-updated-gift-card": "பரிசு அட்டை வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "gift-cards-the-best-gift-card": "அதிசயமான பரிசு அட்டை", - "gift-cards-the-best-gift-card-of-all-time": "அதிசயமான பரிசு அட்டை வரை", - "gift-cards-thumbnail": "சிறு படத்திருக்கை", - "gift-cards-yes-delete": "ஆம், நீக்கு", - "groups-back-to-customer-groups": "வாணிக குழுக்களுக்கு பின்கொற", - "groups-cancel": "ரத்து", - "groups-confirm-delete-customer-group": "இந்த வாணிக குழுவை நீக்க விரும்புகிறீர்களா?", - "groups-create-a-new-customer-group": "புதிய வாணிக குழுவை உருவாக்க", - "groups-customers": "வாணிகர்கள்", - "groups-delete": "நீக்கு", - "groups-delete-the-group": "குழுவை நீக்கு", - "groups-details": "விவரங்கள்", - "groups-edit": "திருத்து", - "groups-edit-customer-group": "வாணிக குழுவை திருத்து", - "groups-edit-group": "குழுவை திருத்து", - "groups-group-created": "குழு உருவாக்கப்பட்டது", - "groups-group-deleted": "குழு நீக்கப்பட்டது", - "groups-group-updated": "குழு புதுப்பித்தது", - "groups-metadata": "மெட்டாடேட்டா", - "groups-new-group": "புதிய குழு", - "groups-no-customers-in-this-group-yet": "இந்த குழுவில் இன்னும் ஒரு வாடிக்கையாளரும் இல்லை", - "groups-publish-group": "குழு வெளியிடு", - "groups-the-customer-group-has-been-created": "வாடிக்கையாளர் குழு உருவாக்கப்பட்டுள்ளது", - "groups-the-customer-group-has-been-updated": "வாடிக்கையாளர் குழு புதுப்பித்தது", - "groups-yes-delete": "ஆம், நீக்கு", - "help-dialog-feel-free-to-join-our-community-of": "எங்கள்", - "help-dialog-how-can-we-help": "எங்கள் எப்படி உதவ முடியும்?", - "help-dialog-merchants-and-e-commerce-developers": "வணிக விபரணை செய்திகள் மற்றும் இண்டர்னெட் வளர்ப்பாளர்கள் தரவு", - "help-dialog-send-a-message": "ஒரு செய்தியை அனுப்பவும்", - "help-dialog-subject": "உடை", - "help-dialog-we-usually-respond-in-a-few-hours": "நாம் பொருட்படுத்துகின்றோம்", - "help-dialog-what-is-it-about": "அது எப்படி இருக்கின்றது?...", - "help-dialog-write-a-message": "ஒரு செய்தியை எழுது...", - "image-table-file-name": "கோப்பு பெயர்", - "image-table-select-thumbnail-image-for-product": "இந்த பொருட்க்கு பயன்படுத்த விரும்புவதற்கு சிறுகடவு படத்தைத் தேர்ந்தெடுக்கவும்", - "image-table-thumbnail": "சிறுகடவு", - "inventory-filters": "பத்திகள்", - "inventory-table-actions-adjust-availability": "கிடைப்பை சீர்தர செய்ய", - "inventory-table-adjust-availability": "கிடைப்பை சீர்தர செய்ய", - "inventory-table-cancel": "ரத்து", - "inventory-table-in-stock": "அந்தரங்கில்", - "inventory-table-inventory-item-updated-successfully": "சரக்கு உபகரணம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "inventory-table-inventory-items": "சரக்கு உபகரணங்கள்", - "inventory-table-item": "பொருடம்", - "inventory-table-reserved": "ஒதுக்கப்பட்டது", - "inventory-table-save-and-close": "சேமி மற்றும் மூடு", - "inventory-table-sku": "SKU", - "inventory-table-success": "வெற்றி", - "inventory-table-variant": "மாற்றம்", - "inventory-table-view-product": "பொருடம் பார்க்க", - "invite-modal-admin": "நிர்வாகி", - "invite-modal-cancel": "ரத்து", - "invite-modal-developer": "உள்ளாளர்", - "invite-modal-email": "மின்னஞ்சில்", - "invite-modal-error": "பிழை", - "invite-modal-invitation-sent-to": "அனுமதிப்படுத்தல் அனுப்பப்பட்டது {{user}}", - "invite-modal-invite": "அனுமதிப்படுத்து", - "invite-modal-invite-users": "பயனர்களை அனுமதிப்படுத்து", - "invite-modal-member": "உறுப்பினர்", - "invite-modal-role": "பதவி", - "invite-modal-select-role": "பதவி தேர்ந்தெடு", - "invite-modal-success": "வெற்றி", - "items-to-receive-form-items-to-receive": "பெறுவதற்கான உபகரணங்கள்", - "items-to-receive-form-product": "பொருடம்", - "items-to-receive-form-quantity": "அளவு", - "items-to-receive-form-refundable": "திரும்பக்கூடும்", - "items-to-return-form-items-to-claim": "கோருவதற்கான உபகரணங்கள்", - "items-to-return-form-items-to-return": "மீட்க வேண்டிய பொருட்கள்", - "items-to-return-form-product": "பொருடம்", - "items-to-return-form-quantity": "அளவு", - "items-to-return-form-refundable": "திரும்பக்கூடும்", - "items-to-send-form-add-products": "பொருடங்களை சேர்", - "items-to-send-form-items-to-send": "அனுப்ப வேண்டிய உபகரணங்கள்", - "items-to-send-form-price": "விலை", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "இந்த ஆணைக்கு பிரிவு விலைப் பட்டியலில் கிழப்பிக்கப்பட்டது.", - "items-to-send-form-product": "பொருடம்", - "items-to-send-form-quantity": "அளவு", - "location-card-confirm-delete": "இந்த இருப்பிடத்தை நீக்க விரும்புக? இந்த இருப்பிடத்துடன் இணைந்த பொருடங்கள் மற்றும் இந்த இருப்பிடத்துடன் இணைந்த ஆதரங்கள் அனைத்துலகக்கும் நீக்கப்படும்.", - "location-card-connected-sales-channels": "இணைந்த விற்பனை சேனல்கள்", - "location-card-delete": "நீக்கு", - "location-card-delete-location": "இருப்பிடத்தை அழிக்க", - "location-card-edit-details": "விவரங்களை திருத்து", - "location-card-error": "பிழை", - "location-card-location-deleted-successfully": "இருப்பிடம் வெற்றிகரமாக நீக்கப்பட்டது", - "location-card-success": "வெற்றி", - "login-card-email": "மின்னஞ்சில்", - "login-card-forgot-your-password": "உங்கள் கடவுச்சொல் மறந்துவிட்டீர்களா?", - "login-card-log-in-to-medusa": "மெடஸாக்கு உள்நுழை", - "login-card-no-match": "இந்த அங்கீகாரங்கள் எங்கள் பதிவில் பொருந்தவில்லை.", - "login-card-password": "கடவுச்சொல்", - "manage-back-to-gift-cards": "பரிசு அட்டைகளுக்கு பின்னால்", - "mark-shipped-add-additional-tracking-number": "+ மேலும் தொடருகின்ற எண் சேர்", - "mark-shipped-cancel": "ரத்து", - "mark-shipped-complete": "முழு", - "mark-shipped-error": "பிழை", - "mark-shipped-mark-fulfillment-shipped": "பூர்த்தியிடத்தை அனுப்ப விட்டது", - "mark-shipped-send-notifications": "அறிவித்தல் அனுப்பு", - "mark-shipped-success": "வெற்றி", - "mark-shipped-successfully-marked-claim-as-shipped": "கோரியாலானது விற்பனை செய்யப்பட்டது", - "mark-shipped-successfully-marked-order-as-shipped": "ஆணை விற்பனை செய்யப்பட்டது", - "mark-shipped-successfully-marked-swap-as-shipped": "மாற்றம் விற்பனை செய்யப்பட்டது", - "mark-shipped-tracking": "தொடருகின்ற", - "mark-shipped-tracking-number": "தொடருகின்ற எண்...", - "mark-shipped-tracking-number-label": "தொடருகின்ற எண்", - "metadata-add-metadata": "மெட்டாடேட்டா சேர்", - "modals-active": "செயல்படுத்த", - "modals-add-and-close": "சேரும் மற்றும் மூடு", - "modals-add-and-go-back": "சேரும் மற்றும் பின்னால் செல்", - "modals-add-category": "வகை சேர்", - "modals-add-category-to": "{{name}} க்கு வகை சேர்க்க", - "modals-add-channels": "செய்திகள் சேர்க்க", - "modals-add-sales-channels": "விற்பனை சேனல்கள் சேர்க்க", - "modals-cancel": "ரத்து", - "modals-close": "மூடு", - "modals-custom-handle": "கருணாஂதிய கை", - "modals-description": "விளக்கம்", - "modals-deselect": "அங்கீகரிக்க மாற்று", - "modals-details": "விவரங்கள்", - "modals-edit-api-key-details": "ஏபிஐ கீ விவரங்களை திருத்து", - "modals-edit-product-category": "தயாரிப்பு வகையை திருத்து", - "modals-edit-sales-channels": "விற்பனை சேர்க்கைகளை திருத்து", - "modals-error": "பிழை", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "முக்கிய குகீ வரையில் விற்பனை சேர்க்கைகள் சேர்த்துவிட்டு பிழை ஏற்பட்டுது", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "முக்கிய குகீ வரையில் விற்பனை சேர்க்கைகள் அகற்றவிட்டு பிழை ஏற்பட்டுது", - "modals-failed-to-create-a-new-category": "புதிய வகை உருவாக்க தோல்வி", - "modals-failed-to-update-the-api-key": "ஏபிஐ கீ ஐ புதுப்பித்ததில் தோல்வி", - "modals-failed-to-update-the-category": "வகை ஐ புதுப்பித்ததில் தோல்வி", - "modals-find-channels": "சேர்க்கைகளைக் கண்டறி", - "modals-give-this-category-a-description": "இந்த வகைக்கு விளக்கம் வழங்குக", - "modals-give-this-category-a-name": "இந்த வகைக்கு பெயர் வழங்குக", - "modals-handle": "கையில்டப்", - "modals-inactive": "செயலாக்கப்படாதது", - "modals-name": "பெயர்", - "modals-name-your-key": "உங்கள் கீக்கு பெயர் வழங்குக", - "modals-private": "தனிப்படுத்தப்பட்டது", - "modals-public": "பொது", - "modals-remove": "அகற்று", - "modals-sales-channels-added-to-the-scope": "விற்பனை சேர்க்கைகள் அகற்றப்பட்டன", - "modals-sales-channels-removed-from-the-scope": "விற்பனை சேர்க்கைகள் அகற்றப்பட்டன", - "modals-save-and-close": "சேமி மற்றும் மூடு", - "modals-save-category": "வகை சேமி", - "modals-status": "நிலை", - "modals-success": "வெற்றி", - "modals-successfully-created-a-category": "வகை வெற்றிகரமாக உருவாக்கப்பட்டது", - "modals-successfully-updated-the-category": "வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "modals-title": "தலை", - "modals-updated-the-api-key": "ஏபிஐ கீ ஐ புதுப்பித்தது", - "modals-visibility": "பார்க்கலாம்", - "multiselect-choose-categories": "வகைகளை தெரிவு செய்க", - "new-add-images-to-your-product": "உங்கள் உற்பத்திற்கு படங்கள் சேர்க்கவும்.", - "new-add-location": "இடம் சேர்க்க", - "new-add-new-location": "புதிய இடம் சேர்க்க", - "new-add-the-region-details": "பகுதி விவரங்களை சேர்க்கவும்.", - "new-add-variations-of-this-product": "இந்த உற்பத்தின் மாற்றங்களை சேர்க்கவும்.", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "இந்த பகுதியில் வழங்குக வேண்டிய விசாகனத்திற்கு மற்று கட்டண வழங்க்குவரத்தார்கள் யார் இருக்கக்கூடியது அந்தக்கூடியது", - "new-cancel": "ரத்து செய்ய", - "new-cancel-location-changes": "சேமிக்கப்படாத மாற்றங்களை அச்சிக்கு வர்த்ததக்கூடக் கூட உறுதிப்படுத்த விரும்புதக்குடையரா ?", - "new-change-availablity": "கிடைப்பு மாற்று", - "new-create-draft-order": "முன்புத்திய ஆணை உருவாக்க", - "new-create-region": "பகுதி உருவாக்க", - "new-customs": "அங்கராகத் தீவுகள்", - "new-details": "விவரங்கள்", - "new-dimensions": "அளவுகள்", - "new-error": "பிழை", - "new-general-information": "பொது விவரங்கள்", - "new-general-information-title": "பொது விவரங்கள்", - "new-location-added-successfully": "இடம் வெற்றிகரமாக சேர்க்கப்பட்டது", - "new-location-created": "இடம் வெற்றிகரமாக உருவாக்கப்பட்டது, ஆனால் விற்பனை சேர்க்கைகளை சேர்த்தலில் பிழை ஏற்பட்டுது", - "new-location-details": "இந்த இடத்திற்கு உருவாக்க விவரங்களை குறிப்பிடுக", - "new-media": "மீடியா", - "new-metadata": "மெடாடேட்டா", - "new-no-continue-creating": "இல்லை, உருவாக்க தெரிவிக்க", - "new-no-file-service-configured": "உங்கள் நிர்வாகி உங்கள் விசாகனத்தில் கோர்ப்பனியில் உள்ளதில் இல்லை. உங்கள் நிர்வாகி உங்கள் விசாகனத்தை தொடர்புக்கொள்ளவும்.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "உங்கள் வாடிக்கையாளர்களுக்கு வண்ண வடிவ அளவு வடிவ ஆகிப் பலம் விதம் மற்று மற்றவைக்கு விதிகளை வழங்குக.", - "new-order-created": "ஆணை உருவாக்கப்பட்டது", - "new-organize-product": "உற்பத்தியை வகைப்படுத்த", - "new-providers": "வழிவகுதிகள்", - "new-publish-product": "உற்பத்தியை வெளியிடு", - "new-region-created": "பகுதி உருவாக்கப்பட்டது", - "new-reserve-item": "உருப்பில் வை", - "new-sales-channels": "விற்பனை சேர்க்கைகள்", - "new-save-as-draft": "வரிசையாக்கக்கூடி சேமி", - "new-save-reservation": "மென்பெண்க்கள் சேமி", - "new-select-location-channel": "இந்த இடத்தின் உருப்புகள் எப்போது வாங்கக்கூடியது என்பதை குறிப்பிட எப்போது விற்பனை சேர்க்கைகள் வழங்க வேண்டும்.", - "new-something-went-wrong-while-trying-to-upload-images": "படங்கள் பதிவேற்ற முழு போய் உள்ளது என்பது சோதிக்கின்றது.", - "new-success": "வெற்றி", - "new-successfully-created-reservation": "மென்பெண்கள் வெற்றிகரமாக உருவாக்கப்பட்டது", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "இந்த உற்பத்தியும் அந்தக்கூடியதாக்கப்பட்டு அதந்தகூடியதாக்கப்படும் உள்ளது, அந்தக்கூடியதாக்கப்படாதவார்கள்.", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "விற்பனை செய்ய ஆரம்பிக்க உங்கள் உற்பத்திக்கு பெயர் மற்று விலை இதே மூலமே அனைத்துவேண்டும்.", - "new-upload-thumbnail-error": "சுட்டெரு பதிவேற்ற முழு போய் உள்ளது என்பது சோதிக்கின்றது.", - "new-used-for-shipping-and-customs-purposes": "சேர்படுகிறது, படுக்கை மற்று அங்கராகத் தீவுகளுக்காக.", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "உங்கள் உற்பத்தியை பரிசோதனை, சமூக பகிர்வு மற்று மேலும் சோதிக்கும்போது குறிப்பிட பயன்படுத்தப்படுகின்றது.", - "new-variant-a-variant-with-these-options-already-exists": "இந்த விருப்பத்திற்கு இருக்கும் விருப்பம் ஏறalreadyாக உள்ளது.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "இந்த விருப்பத்தை நீங்கள் நீக்க விரும்புகின்றீர்களா ?", - "new-variant-cancel": "ரத்து செய்ய", - "new-variant-delete": "நீக்க", - "new-variant-delete-variant": "வரியாக்க விருப்பம் நீக்கவா", - "new-variant-edit": "திருத்து", - "new-variant-edit-variant": "வரியாக்க விருப்பம் திருத்து", - "new-variant-save-and-close": "சேமி மற்றும் மூடு", - "new-yes-cancel": "ஆம், ரத்து செய்", - "oauth-complete-installation": "நிறைவு முழுமை நிறைவு செய்", - "on-mark-as-paid-confirm-order-id": "ஆணை எண் {{display_id}}", - "order-details-display-id": "ஆணை எண் {{display_id}}", - "order-filter-dropdown-date": "தேதி", - "order-filter-dropdown-filters": "வடிகருப்புகள்", - "order-filter-dropdown-fulfillment-status": "பூர்த்தி நிலை", - "order-filter-dropdown-payment-status": "கட்டண நிலை", - "order-filter-dropdown-regions": "பகுதிகள்", - "order-filter-dropdown-sales-channel": "விற்பனை சேர்க்கை", - "order-filter-dropdown-status": "நிலை", - "order-line-cannot-duplicate-an-item-without-a-variant": "மாற்றம் இல்லாத உருப்பை நகர்த்த முடியாது", - "order-line-duplicate-item": "உருப்பை நகர்த்து", - "order-line-error": "பிழை", - "order-line-failed-to-duplicate-item": "உருப்பை நகர்த்த தோல்வி", - "order-line-failed-to-remove-item": "உருப்பை அகற்ற தோல்வி", - "order-line-failed-to-replace-the-item": "உருப்பை மாற்ற தோல்வி", - "order-line-item-added": "பொருள் சேர்க்கப்பட்டது", - "order-line-item-removed": "பொருள் நீக்கப்பட்டது", - "order-line-line-item-cannot-be-edited": "இந்த பொருடம் தயாரிப்பில் உள்ளும் மற்றும் தொகைகளை திருத்த முடியாது. பொருடம் திருத்த வேண்டும்.", - "order-line-modified": "திருத்தப்பட்டது", - "order-line-new": "புதிய", - "order-line-remove-item": "பொருடம் அகற்று", - "order-line-replace-product-variants": "பொருட வைரியன்ட்களை மாற்று", - "order-line-replace-with-other-item": "மற்ற பொருடத்துள் மாற்று", - "order-line-success": "வெற்றி", - "order-line-warning": "எச்சரிக்கை", - "order-table-awaiting": "காத்திருக்கின்றது", - "order-table-canceled": "ரத்துசெய்யப்பட்டது", - "order-table-customer": "வாடிக்கையாளர்", - "order-table-date-added": "சேர்க்கை தேதி", - "order-table-filters-complete": "முழு", - "order-table-filters-incomplete": "முழுமையற்ற", - "order-table-fulfillment": "பொருள்கள்", - "order-table-n-a": "N/A", - "order-table-order": "ஆணை", - "order-table-paid": "செலுத்தப்பட்டது", - "order-table-payment-status": "கட்டண நிலை", - "order-table-requires-action": "செயல்படுத்த வேண்டும்", - "order-table-sales-channel": "விற்பனை துறை", - "order-table-total": "மொத்தம்", - "orders-error": "பிழை", - "orders-export-orders": "ஆணைகளை ஏற்று", - "orders-success": "வெற்றி", - "orders-successfully-initiated-export": "வெற்றிகரமாக ஏற்றப்பட்ட ஏற்று", - "organisms-are-you-sure-you-want-to-delete": "நீங்கள் நீக்க விரும்புகின்றீர்களா?", - "organisms-delete-successful": "நீக்குதல் வெற்றிகரமாக நடந்தது", - "organisms-no-cancel": "இல்லை, ரத்து செய்ய", - "organisms-success": "வெற்றி", - "organisms-yes-remove": "ஆம், அகற்று", - "overview-error": "பிழை", - "overview-export-products": "பொருட்களை ஏற்று", - "overview-import-products": "பொருடங்களை உள்ளடக்க", - "overview-new-collection": "புதிய சேரல்", - "overview-new-product": "புதிய பொருடம்", - "overview-success": "வெற்றி", - "overview-successfully-created-collection": "வெற்றிகரமாக சேரல் உருவாக்கப்பட்டுள்ளது", - "overview-successfully-initiated-export": "வெற்றிகரமாக ஏற்றப்பட்ட ஏற்று", - "pages-add-category": "வகை சேர்க்க", - "pages-add-products": "பொருடங்கள் சேர்க்க", - "pages-add-sales-channels": "விற்பனை துறைகளை சேர்க்க", - "pages-back-to-settings": "அமைப்புக்கு மீண்டும் செல்ல", - "pages-confirm-delete-sales-channel": "நீங்கள் இந்த விற்பனை துறையை நீக்க விரும்புகின்றீர்களா? நீங்கள் செய்த கட்டமை இல்லாதிருக்கும்.", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "உங்கள் API விசைக்கு நீங்கள் எதிர்கால விற்பனை துறைகளை எதிர்கால இடுப்பில் இணைக்கலாம்.", - "pages-control-which-products-are-available-in-which-channels": "எந்த விற்பனை துறைகளில் எந்த பொருடங்கள் கிடைக்கும் என்று கட்டுவதை கண்டிப்பாக்கவும்", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "உங்கள் API விசைகளை உருவாக்கி மேலும் மேம்படுத்தவும் - இப்போது இது எந்த விற்பனை துறைகளுடன் சம்பந்திப்பது மட்டும்.", - "pages-create-api-key": "API விசை உருவாக்கு", - "pages-create-api-key-label": "API விசை உருவாக்கு", - "pages-created-a-new-api-key": "புதிய API விசை வெற்றிகரமாக உருவாக்கப்பட்டுள்ளது", - "pages-delete-channel": "விற்பனை துறையை நீக்கு", - "pages-delete-channel-heading": "விற்பனை துறையை நீக்கு", - "pages-disabled": "முடக்கப்பட்டுள்ளது", - "pages-draft": "வரைமுக", - "pages-edit-general-info": "பொது தகவல் திருத்து", - "pages-edit-sales-channels": "விற்பனை துறைகளை திருத்து", - "pages-enabled": "செயல்படுத்தப்பட்டது", - "pages-error": "பிழை", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "விற்பனை துறைகளை விசையின் எல்லைக்கு சேர்த்ததாக பிழை ஏற்பட்டது", - "pages-failed-to-create-a-new-api-key": "புதிய API விசை உருவாக்க தோல்வி அடைந்தது", - "pages-helps-you-to-keep-your-products-organized": "உங்கள் பொருடங்களை ஒழிய உதவுகின்றது.", - "pages-no-product-categories-yet": "இதே பொருட வகைகள் இல்லை. உங்கள் முதல் பொருட வகையை உருவாக்க, மேலே உள்ள பொது வகையைப் பயன்படுத்தவும்.", - "pages-product-categories": "பொருட வகைகள்", - "pages-publish-api-key": "API விசை வெளியிடு", - "pages-publishable-api-keys": "வெளியிடக்கூடும் API விசைகள்", - "pages-sales-channels": "விற்பனை துறைகள்", - "pages-sales-channels-added-to-the-scope": "விற்பனை துறைகள் எல்லைக்கு சேர்க்கப்பட்டன", - "pages-search-by-title-or-description": "தலைப்பு அல்லது விளக்கத்துடன் தேடு", - "pages-success": "வெற்றி", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "இவ்வெளிடக்கூடும் கிக்கு API விசையை உபயோகிப்பதன் மூலம் நீங்கள் API கோரிக்கைகளை அங்கீகரிக்க அனுமதிக்கும்.", - "personal-information-back-to-settings": "அமைப்புக்கு மீண்டும் செல்ல", - "personal-information-language-settings-description": "மெடுசா நிர்வாகத்தை உங்கள் மொழியாக்குத்திட்டது", - "personal-information-language-settings-help-us-translate": "எங்கள் மொழியாக்கலுக்கு உதவுங்கள்", - "personal-information-language-settings-title": "மொழி", - "personal-information-manage-your-medusa-profile": "உங்கள் மெடுசா சுயாதீனத்தை நிர்வகிக்கவும்", - "personal-information-personal-information": "தனிப்பட்ட தகவல்", - "personal-information-usage-insights-title": "பயன்பாடு மேலும் அறிக", - "price-list-table-confirm-delete": "இதை நீக்க விரும்புகின்றீர்களா?", - "price-list-table-delete": "அழி", - "price-list-table-delete-price-list": "விலை பட்டியனை அழி", - "price-list-table-description": "விளக்கம்", - "price-list-table-error": "பிழை", - "price-list-table-filters": "வடிகட்டி", - "price-list-table-groups": "குழுக்கள்", - "price-list-table-name": "பெயர்", - "price-list-table-other-more": "+ {{மற்றவற்றை}} மேலும்", - "price-list-table-price-lists": "விலை பட்டியல்கள்", - "price-list-table-publish": "வெளியிடு", - "price-list-table-status": "நிலை", - "price-list-table-success": "வெற்றி", - "price-list-table-successfully-copied-price-list": "விலை பட்டியல் வெற்றிகரமாக நகர்க்கப்பட்டது", - "price-list-table-successfully-deleted-the-price-list": "விலை பட்டியலை வெற்றிகரமாக அழித்தது", - "price-list-table-successfully-published-price-list": "விலை பட்டியல் வெற்றிகரமாக வெளியிடப்பட்டது", - "price-list-table-successfully-unpublished-price-list": "விலை பட்டியல் வெளியிடக்கூடாது", - "price-list-table-type": "வகை", - "price-list-table-unpublish": "வெளியிடாதிருக்க", - "price-overrides-apply-on-all-variants": "அனைத்து மாறிகளுக்கும் பிரிவு செய்", - "price-overrides-apply-overrides-on-selected-variants": "தேர்வுசெய்த மாறிகளில் மாற்றுகளை பிரிவு செய்", - "price-overrides-cancel": "ரத்து செய்", - "price-overrides-prices": "விலைகள்", - "price-overrides-save-and-close": "சேமிக்க மற்றும் மூடு", - "price-overrides-show-regions": "பகுதிகளைக் காட்டு", - "prices-details-edit-manually": "கைமுகாம் திருத்த", - "prices-details-edit-prices": "விலைகளை திருத்து", - "prices-details-import-price-list": "விலை பட்டியம் இறக்கு", - "prices-details-prices": "விலைகள்", - "prices-details-remove-from-list": "பட்டியம் இருந்து அகற்று", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "இங்கே சேர்த்த பொருட்களுக்கு விலைகளை மேம்படுத்த முடியும்", - "prices-table-collection": "சேரல்", - "prices-table-deleted-prices-of-product": "பொருடத்தின் விலை நீக்கப்பட்டது: {{title}}", - "prices-table-edit-prices": "விலைகளை திருத்து", - "prices-table-error": "பிழை", - "prices-table-name": "பெயர்", - "prices-table-no-collection": "சேரல் இல்லை", - "prices-table-remove-product": "பொருடத்தை நீக்கு", - "prices-table-search-by-name-or-sku": "பெயர் அல்லாத பொருட குறிக்கோ...", - "prices-table-success": "வெற்றி", - "prices-table-variants": "பரிமாணங்கள்", - "pricing-add-price-list": "விலை பட்டியம் சேர்", - "pricing-form-create-new-price-list": "புதிய விலை பட்டியம் உருவாக்கு", - "pricing-form-edit-price-list": "விலை பட்டியத்தைத் திருத்து", - "pricing-price-lists": "விலை பட்டிகள்", - "product-attributes-section-cancel": "ரத்து", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "அதிசய துல்ய அலுவலக் கடங்குகளை கணக்கிக் கொள்ள உங்களை கடிதப்பிரிக்க", - "product-attributes-section-country-of-origin": "உத்திகாதாரம் நாடு", - "product-attributes-section-customs": "அங்குமாச", - "product-attributes-section-dimensions": "அளவுகள்", - "product-attributes-section-edit-attributes": "பணிக்கு அமைக்க", - "product-attributes-section-height": "உயரம்", - "product-attributes-section-hs-code": "HS குறிப்பு", - "product-attributes-section-length": "நீளம்", - "product-attributes-section-mid-code": "MID குறிப்பு", - "product-attributes-section-save": "சேமி", - "product-attributes-section-title": "பணிக்கார்", - "product-attributes-section-weight": "எடை", - "product-attributes-section-width": "அகத்து", - "product-general-section-cancel": "ரத்து", - "product-general-section-category": "வகை", - "product-general-section-collection": "சேரல்", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-delete": "நீக்கு", - "product-general-section-details": "விவரங்கள்", - "product-general-section-discountable": "கட்டணத்தாளாக்கப்படக்கூடிய", - "product-general-section-draft": "வரை", - "product-general-section-edit-general-information": "பொது விவரங்கள் திருத்து", - "product-general-section-edit-sales-channels": "விற்பனை வழிகாட்டிகள் திருத்து", - "product-general-section-error": "பிழை", - "product-general-section-failed-to-update-sales-channels": "விற்பனை வழிகாட்டிகள் புதுப்பிக்க முடியவில்லை", - "product-general-section-false": "பொய்", - "product-general-section-gift-card": "பருவப்பூட்டு", - "product-general-section-handle": "கரை", - "product-general-section-metadata": "உயர்வு விவரம்", - "product-general-section-product": "பொருடம்", - "product-general-section-published": "வெற்றி செய்யப்பட்டது", - "product-general-section-sales-channels": "விற்பனை வழிகாட்டிகள்", - "product-general-section-save": "சேமி", - "product-general-section-subtitle": "உச்சரிப்பு", - "product-general-section-success": "வெற்றி", - "product-general-section-successfully-updated-sales-channels": "விற்பனை வழிகாட்டிகள் மேம்படுத்த வெற்றிகொண்டது", - "product-general-section-true": "உண்மை", - "product-general-section-type": "வகை", - "product-media-section-add-images-to-your-product": "உங்கள் பொருடத்திற்கு படங்களை சேர்.", - "product-media-section-cancel": "ரத்து", - "product-media-section-edit-media": "மீடியா திருத்து", - "product-media-section-error": "பிழை", - "product-media-section-file-service-not-configured": "நீங்கள் கோப்பு சேவை கட்டமைக்கப்படவில்லை என்றால், உங்கள் நிர்வாகிக்கு தெரிவு செய்யவும்", - "product-media-section-media": "மீடியா", - "product-media-section-save-and-close": "சேமி மற்றும் மூடு", - "product-media-section-upload-images-error": "படங்களை பதிவை முடிந்தபடியுடன் பதிவிக்க முடிந்தது.", - "product-raw-section-raw-gift-card": "பருவப்பூட்டு தரப்படுத்தல்", - "product-raw-section-raw-product": "பொருடம் தரப்படுத்தல்", - "product-table-availability": "கிடைக்கும்", - "product-table-collection": "சேரல்", - "product-table-confirm-delete": "இந்த பொருடம் நீக்க விரும்புக? ", - "product-table-copy-created-a-new-product": "புதிய பொருடம் உருவாக்கப்பட்டது", - "product-table-copy-error": "பிழை", - "product-table-copy-success": "வெற்றி", - "product-table-delete": "நீக்கு", - "product-table-delete-product": "பொருடம் நீக்கு", - "product-table-draft": "வரை", - "product-table-draft-title": "வரை", - "product-table-duplicate": "மறைபெய", - "product-table-edit": "திருத்து", - "product-table-error": "பிழை", - "product-table-inventory": "பொருட சரக்கு", - "product-table-inventory-in-stock-count_one": "சேமிக்கப்பட்டது: {{count}} வைரியன்டு", - "product-table-inventory-in-stock-count_other": "சேமிக்கப்பட்டது: {{count}} வைரியன்டுகள்", - "product-table-name": "பெயர்", - "product-table-products": "பொருடங்கள்", - "product-table-proposed": "பருவப்பூட்டப்பட்டது", - "product-table-publish": "வெற்றி செய்க", - "product-table-published": "வெற்றி செய்யப்பட்டது", - "product-table-published-title": "வெற்றி செய்யப்பட்டது", - "product-table-rejected": "மறை", - "product-table-status": "நிலை", - "product-table-success": "வெற்றி", - "product-table-successfully-published-product": "பொருடம் வெற்றி செய்யப்பட்டது", - "product-table-successfully-unpublished-product": "பொருடம் வெற்றி செய்யப்பட்டது", - "product-table-unpublish": "மறை", - "product-thumbnail-section-cancel": "ரத்து", - "product-thumbnail-section-edit": "திருத்து", - "product-thumbnail-section-error": "பிழை", - "product-thumbnail-section-save-and-close": "சேமி மற்றும் மூடு", - "product-thumbnail-section-success": "வெற்றி", - "product-thumbnail-section-successfully-deleted-thumbnail": "மையப்பு வெற்றிகரமாக நீக்கப்பட்டது", - "product-thumbnail-section-thumbnail": "மையப்பு", - "product-thumbnail-section-upload": "பதிவேற்று", - "product-thumbnail-section-upload-thumbnail": "மையப்பு பதிவேற்று", - "product-thumbnail-section-upload-thumbnail-error": "மையப்பு பதிவேற்று முயற்சியில் பிழை ஏற்பட்டது.", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "கைபேசி, சோசியல் பகிர்ந்தல் மற்றும் மேலெழுகின்றதை உங்கள் பொருடம் குறியீடு செய்திகளில் பரிமாணிப்பதில் பயன்படுகின்றது", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "உங்கள் விசேஷ மையப்பு உள்ளிட வேண்டிய ஒரு கோப்பு சேவை உள்ளிடப்படவில்லை என்று நீங்கள் கேட்டு அதிகாரிக்கு தொடர வேண்டும்", - "product-types-cancel": "ரத்து செய்", - "product-types-save-and-close": "சேமி மற்றும் மூடு", - "product-types-save-and-go-back": "சேமி மற்றும் பின்கொடு", - "product-types-search": "தேடு...", - "product-variant-tree-add-prices": "விலைகளை சேர்க்க", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variants-section-add-an-option": "ஒழியும் ஒழியை சேர்க்க", - "product-variants-section-add-variant": "ஒழியை சேர்க்க", - "product-variants-section-cancel": "ரத்து செய்", - "product-variants-section-confirm-delete": "இந்த ஒழியை நீக்க விரும்புகிறீர்களா?", - "product-variants-section-delete-variant-heading": "ஒழியை நீக்கு", - "product-variants-section-delete-variant-label": "ஒழியை நீக்கு", - "product-variants-section-duplicate-variant": "ஒழியை நகல் செய்", - "product-variants-section-ean": "EAN", - "product-variants-section-edit-options": "தெரிவு மாற்று", - "product-variants-section-edit-prices": "விலைகளை மாற்று", - "product-variants-section-edit-stock-inventory": "கையாள்க்கத்தை மாற்று", - "product-variants-section-edit-variant": "ஒழியை மாற்று", - "product-variants-section-edit-variants": "ஒழிகளை மாற்று", - "product-variants-section-error": "பிழை", - "product-variants-section-failed-to-update-product-options": "பொருட விருப்பங்களை புதுப்பிக்க தோசன ஏற்பட்டது", - "product-variants-section-inventory": "கையாள்க்க", - "product-variants-section-manage-inventory": "கையாள்க்க மேலாணக் கட்டளைகள்", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "கையாள்க்க கையாள்க்க ஒழியை நீக்கும்படி அதிகாரப்பெடும்கள் மற்று நிலகளையும் நீக்கும்படி வரும்", - "product-variants-section-option-title": "தெரிவு தலை", - "product-variants-section-option-title-is-required": "தெரிவு தலை தேவை", - "product-variants-section-product-options": "பொருட விருப்பங்கள்", - "product-variants-section-product-variants": "பொருட ஒழிகள்", - "product-variants-section-save-and-close": "சேமி மற்றும் மூடு", - "product-variants-section-sku": "SKU", - "product-variants-section-success": "வெற்றி", - "product-variants-section-successfully-updated-product-options": "பொருட விருப்பங்கள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன", - "product-variants-section-title": "தலை", - "product-variants-section-yes-delete": "ஆம், நீக்கு", - "products-cancel": "ரத்து செய்", - "products-filters": "வடிகடந்துவர்க்க", - "products-save-and-close": "சேமி மற்றும் மூடு", - "products-save-and-go-back": "சேமி மற்றும் பின்கொடு", - "products-search": "தேடு...", - "products-spring-summer": "கோடை, கோடை...", - "products-status": "நிலை", - "products-tags": "குறிச்செய்திகள்", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "receive-return-cancel": "ரத்து செய்", - "receive-return-choose-location": "உங்கள் பொருட்களை ரத்து செய்ய விரும்பும்படி ஒரு இடத்தை தேர்விக்கவும்.", - "receive-return-failed-to-receive-return": "ரத்து ஏற்படுத்த தோசன ஏற்பட்டது", - "receive-return-location": "இடம்", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "தேர்விக்கப்பட்ட இடத்தில் உள்ள பொருடங்களுக்கு கையாள்க்க நிலைகள் இல்லை", - "receive-return-please-select-at-least-one-item-to-receive": "ரத்து செய்ய ஒரு பொருடம் குறித்து குறைந்த ஒன்றை தேர்வு செய்க", - "receive-return-receive-return": "ரத்து செய்", - "receive-return-received-return-for-order": "ஆர்டர் குறிப்பு சிகை {{display_id}} கு ரத்து செய்யப்பட்டது", - "receive-return-save-and-close": "சேமி மற்றும் மூடு", - "receive-return-select-location-to-return-to": "பின்கொடுவ இடம் தேர்வு செய்யவும்", - "receive-return-successfully-received-return": "ரத்து வெற்றிகரமாக பெறப்பட்டது", - "refund-amount-form-cancel-editing-refund-amount": "ரத்து தொகை தெரிவு மாற்றலை ரத்து செய்யவும்", - "refund-amount-form-edit-refund-amount": "ரத்து தெரிவு மாற்றவும்", - "refund-amount-form-refund-amount-cannot-be-negative": "ரத்து தெரிவு எதிர்கால இருக்க முடியாது", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "ரத்து தெரிவு குறைந்தபடி 0 இருக்க வேண்டும்", - "refund-attention": "கவரம்!", - "refund-cancel": "ரத்து செய்", - "refund-cannot-refund-more-than-the-orders-net-total": "ஆர்டரின் நிகர மொத்தத்தின் மேல் ரத்து செய்ய முடியாது.", - "refund-complete": "முடிந்தது", - "refund-create-a-refund": "ஒரு ரத்து உருவாக்க", - "refund-details": "விவரங்கள்", - "refund-discount": "தள்ளுபடி", - "refund-discount-for-loyal-customer": "விச்வாசம் அடைந்த வாணிகத்துக்காக தள்ளுபடி", - "refund-error": "பிழை", - "refund-note": "குறிச்செய்தி", - "refund-reason": "காரணம்", - "refund-send-notifications": "அறிதளங்கள் அனுப்பு", - "refund-success": "வெற்றி", - "refund-successfully-refunded-order": "ஆர்டர் வெற்றிகரமாக ரத்து செய்யப்பட்டது", - "refund-system-payment-disclaimer": "உங்கள் ஒன்று அல்லது அதற்கு மேல் உங்கள் கொடுப்பனம் கணக்கில் உள்ள ஒரு அமைப்பு கட்டளைகள் அல்லது அமைப்பு கட்டளைகள் உள்ளது. அவற்றின் படிப்புகள் மற்றும் ரத்துகள் அமைப்படவில்லை.", - "region-form-choose-countries": "நாடுகளை தேர்வு செய்க", - "region-form-choose-currency": "நாணயம் தேர்வு செய்க", - "region-form-choose-fulfillment-providers": "நிறுவலி வழங்குந்தகர்களை தேர்வு செய்க...", - "region-form-choose-payment-providers": "கொடுப்பனம் வழங்குந்தகர்களை தேர்வு செய்க...", - "region-form-countries": "நாடுகள்", - "region-form-currency": "நாணயம்", - "region-form-currency-code-is-required": "நாணய குறிக்கு தேவை", - "region-form-default-tax-code": "இயல்பான வரி குறிக்கு", - "region-form-default-tax-rate": "இயல்பான வரி வீக்ஷிப்பு", - "region-form-europe": "ஐரோப்பா", - "region-form-fulfillment-providers": "நிறுவலி வழங்குந்தகர்கள்", - "region-form-fulfillment-providers-are-required": "நிறுவலி வழங்குந்தகர்கள் தேவை", - "region-form-payment-providers": "கொடுப்பனம் வழங்குந்தகர்கள்", - "region-form-payment-providers-are-required": "கொடுப்பனம் வழங்குந்தகர்கள் தேவை", - "region-form-tax-inclusive-prices": "வரி உள்ள விலைகள்", - "region-form-tax-rate-is-required": "வரி வீக்ஷிப்பு தேவை"", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "வர்த்தக வரி விகிதம் 100 அல்லாத அல்ல.", - "region-form-title": "தலைப்பு", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "செயல்படுத்தப்பட்டால், பிராந்திய விலைகள் வரி உள்ளத்தில் இரும்.", - "region-overview-fulfillment-providers": "நிறுவும் வழக்காடி :", - "region-overview-manage-the-markets-that-you-will-operate-within": "நீங்கள் செயலந்துக்குவிகிற வணிக சந்தானங்களை மேல் பாடம் செய்ய.", - "region-overview-not-configured": "அமைக்கப்படவில்லை", - "region-overview-regions": "பகுதிகள்", - "reservation-add-metadata": "மேடடேட்டா சேர்க்க", - "reservation-allocate-order-items": "ஆர்டர் பொருட்களை ஒதுக்க", - "reservation-cancel": "ரத்து செய்", - "reservation-choose-where-you-wish-to-allocate-from": "நீங்கள் எங்கிருந்து ஒதுக்க விரும்புகிறீர்கள் என்பதை தேர்க்கவும்", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "நீங்கள் பொருளகளை எங்கிருந்து அனுப்ப விரும்புகிறீர்கள் என்பதை தேர்க்கவும்.", - "reservation-couldnt-allocate-items": "பொருட்களை ஒதுக்க முடியவில்ல", - "reservation-delete-reservation": "ஆததாரம் நீக்கு", - "reservation-description": "விளக்கம்", - "reservation-edit-reservation": "ஆததாரம் திருத்து", - "reservation-error": "பிழை", - "reservation-errors": "பிழைகள்", - "reservation-failed-to-delete-the-reservation": "ஆததாரம் நீக்க தோல்வியுள்ளது", - "reservation-failed-to-update-reservation": "ஆததாரம் புதுத்தது தோல்வியுள்ளது", - "reservation-form-available": "கிடைக்குது", - "reservation-form-choose-where-you-wish-to-reserve-from": "நீங்கள் எங்கிருந்து ஆதரிக்க விரும்புகிறீர்கள் என்பதை தேர்க்கவும்", - "reservation-form-description": "விளக்கம்", - "reservation-form-in-stock": "சுத்திகரம்", - "reservation-form-item": "பொருடம்", - "reservation-form-item-to-reserve": "ஆதரிக்க விரும்பும் பொருடம்", - "reservation-form-location": "இருப்பில்", - "reservation-form-remove-item": "பொருடம் நீக்கு", - "reservation-form-reserve": "ஆதரிக்க", - "reservation-form-select-the-item-that-you-wish-to-reserve": "ஆதரிக்க விரும்பும் பொருடம் தேர்க்கவும்", - "reservation-form-what-type-of-reservation-is-this": "இது எந்த வகையில் ஆதரணம் என்பது என்று தேர்க்கவும்", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} ஆதரணம் இல்லாமல்", - "reservation-indicator-edit-reservation": "ஆததாரம் திருத்து", - "reservation-indicator-this-item-has-been-fulfilled": "இந்த பொருடம் நிரப்பப்பட்டுள்ளது.", - "reservation-items-allocated": "ஒதுக்கப்பட்ட பொருடங்கள்", - "reservation-items-have-been-allocated-successfully": "பொருடங்கள் வெற்றிகரமாக ஒதுக்கப்பட்டுவிட்டன", - "reservation-items-to-allocate": "ஒதுக்க வேண்டிய பொருடங்கள்", - "reservation-items-to-allocate-title": "ஒதுக்க வேண்டிய பொருடங்கள்", - "reservation-loading": "ஏற்றுகிறது...", - "reservation-location": "இருப்பில்", - "reservation-max-reservation-requested": " / {{maxReservation}} கோரின்றது", - "reservation-metadata": "மேடடேட்டா", - "reservation-remove-metadata": "மேடடேட்டா நீக்கு", - "reservation-reservation-was-deleted": "ஆததாரம் நீக்கப்பட்டது", - "reservation-reservation-was-updated": "ஆததாரம் புதுத்தது", - "reservation-reserved": " ஆதரிக்கப்பட்டது", - "reservation-save-and-close": "சேமி மற்றும் மூடு", - "reservation-save-reservation": "ஆததாரம் சேமி", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "நீங்கள் ஒதுக்க விரும்பும் பொருடங்களின் எண்ணிக்கையை தேர்க்கவும்", - "reservation-the-allocated-items-have-been-released": "ஒதுக்கப்பட்ட பொருடங்கள் விட்டுவிடப்பட்டுள்ளன.", - "reservation-the-reservation-change-was-saved": "ஆததார மாற்றம் வெற்றிகரமாக சேமிக்கப்பட்டுள்ளது.", - "reservation-what-type-of-reservation-is-this": "இது எந்த வகையில் ஆதரணம் என்பது என்று தேர்க்கவும்", - "reservations-table-confirm-delete": "இந்த ஆததாரம் நீக்க விரும்புகிறீர்களா?", - "reservations-table-created": "உருவாக்கப்பட்டது", - "reservations-table-delete": "நீக்கு", - "reservations-table-description": "விளக்கம்", - "reservations-table-edit": "திருத்து", - "reservations-table-order-id": "ஆர்டர் ஐடி", - "reservations-table-quantity": "அளவு", - "reservations-table-remove-reservation": "ஆததாரம் நீக்கு", - "reservations-table-reservation-has-been-removed": "ஆததாரம் நீக்கப்பட்டது", - "reservations-table-reservations": "ஆததாரங்கள்", - "reset-token-card-email": "மின்னஞ்சு", - "reset-token-card-error": "பிழை", - "reset-token-card-go-back-to-sign-in": "உடைந்து உள்நுழை", - "reset-token-card-password-reset-description": "உங்கள் மின்னஞ்சு மீது பாதியை மீள்பதற்கு வழி செய்ய உங்கள் மின்னஞ்சு முகவரியை கீழே உள்ளும், மற்றும் நாங்கள் உங்களுக்கு வழி அனுப்பும் வழிகளை அனுப்புகிறோம்.", - "reset-token-card-reset-your-password": "உங்கள் மின்னஞ்சு மீள் அமைக்க", - "reset-token-card-send-reset-instructions": "மீள் அமைத்துக்கொள்ள கூடிய வழிகளை அனுப்பு", - "reset-token-card-successfully-sent-you-an-email": "மின்னஞ்சு வரை வழி செய்யப்பட்டுள்ளது", - "reset-token-card-this-is-not-a-valid-email": "இது ஒரு செல்வமற்ற மின்னஞ்சு அல்ல", - "return-reasons-add-reason": "காரணம் சேர்க்க", - "return-reasons-add-reason-label": "காரணம் சேர்க்க", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "இந்த முடிவு காரணத்தை நீக்க விரும்புகிறீர்களா?", - "return-reasons-back-to-settings": "அமைப்புக்கு பின் செல்", - "return-reasons-cancel": "ரத்து செய்", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "ஏற்கனவே உள்ள மதியை உடைய ஒரு முடிவை உருவாக்க முடியாது", - "return-reasons-create": "உருவாக்கு", - "return-reasons-created-a-new-return-reason": "புதிய முடிவை உருவாக்கப்பட்டது", - "return-reasons-customer-received-the-wrong-size": "வாணிகர் தவிர்த்த அளவு அளவுக்கு அல்ல", - "return-reasons-delete-reason": "காரணம் நீக்கு", - "return-reasons-delete-return-reason": "முடிவை நீக்கு", - "return-reasons-description": "விளக்கம்", - "return-reasons-details": "விவரங்கள்", - "return-reasons-duplicate-reason": "மற்றும் மீட்பிரம", - "return-reasons-error": "பிழை", - "return-reasons-label": "லேபிள்", - "return-reasons-label-is-required": "லேபிள் தேவை", - "return-reasons-manage-reasons-for-returned-items": "மீட்பிரம பொருள்களுக்கான காரணங்களை நிர்வகிக்க", - "return-reasons-notification-success": "வெற்றிகரமாக", - "return-reasons-return-reasons": "மீட்பிரத் காரணங்கள்", - "return-reasons-save": "சேமி", - "return-reasons-success": "வெற்றிகரமாக", - "return-reasons-success-title": "வெற்றிகரமாக", - "return-reasons-successfully-updated-return-reason": "முடிவ் பெற்ற காரணத்தை வெற்றிகரமாக புதுத்தது", - "return-reasons-value": "மதிமெ", - "return-reasons-value-is-required": "மதிமெ தேவை", - "return-shipping-options-add-option": "விலகம் சேர்க்க", - "return-shipping-options-add-return-shipping-option": "மீட்பிரத் விலகம் சேர்க்க", - "return-shipping-options-cancel": "ரத்து செய்", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "கிடைக்கும் பிராந்திய மீட்பிரத் அனுப்பல் முறைகள் பற்றிக் குறிப்புகளை உள்ளிடு", - "return-shipping-options-error": "பிழை"", - "return-shipping-options-return-shipping-options": "வரும் மீள்வு விருப்பங்கள்", - "return-shipping-options-save-and-close": "சேமி செய்க மற்றும் மூடு", - "return-shipping-options-shipping-option-created": "மீள்வு விருப்பம் உருவாக்கப்பட்டுது", - "return-shipping-options-success": "வெற்றி", - "returns-amount": "தொகை", - "returns-back": "பின்", - "returns-choose-retur,-shipping-method": "இந்த மீள்வு செய்வது எப்படி என்பதை தேர்க்கவும்.", - "returns-choose-which-location-you-want-to-return-the-items-to": "நீங்கள் பொருநர்களை மீள்விக்க விரும்பும் இடத்தை தேர்ந்தெடுக்கவும்.", - "returns-error": "பிழை", - "returns-items-to-return": "மீள்விக்க வேண்டிய பொருட்கள்", - "returns-notify-customer-of-created-return": "உருவாக்கப்பட்ட மீள்விக்கையை வர்த்திக்கவும்", - "returns-request-return": "மீள்விக்கை கோர்க்க", - "returns-select-location-to-return-to": "மீள்விக்க எந்த இடத்தில் திரும்ப வேண்டும் என்பதை தேர்க்கவும்", - "returns-selected-location-has-no-inventory-levels": "தேர்ந்தெடுத்த இடமில்லாமல் பொருட்கள் அளவுகள் இல்லை. மீள்விக்க கோரிக்கை செய்யப்படலாம், ஆனால் தேர்ந்தெடுத்த இடத்திற்கு அளவு உருவாக்கப்படுவதொன்று உருவாக்கப்படும்.", - "returns-send-notifications": "அறித்தல்களை அனுப்பு", - "returns-shipping": "அனுப்பல்", - "returns-submit": "சமர்ப்பிக்க", - "returns-success": "வெற்றி", - "returns-successfully-returned-order": "வெற்றிக்கு அமைக்கப்பட்ட ஆர்டர்", - "returns-total-refund": "மொத்த மீள்வு", - "rma-return-product-table-product-details": "பொருட்களின் விபரங்கள்", - "rma-return-product-table-quantity": "அளவு", - "rma-select-product-table-images-witch-count_one": "{{count}} படங்கள்", - "rma-select-product-table-images-witch-count_other": "{{count}} படங்கள்", - "rma-select-product-table-product-details": "பொருட்களின் விபரங்கள்", - "rma-select-product-table-quantity": "அளவு", - "rma-select-product-table-refundable": "மீள்வு செய்யக்கூடுமா?", - "rma-select-product-table-select-reason": "காரணத்தை தேர்க்க", - "rma-sub-modals-add": "சேர்க்க", - "rma-sub-modals-address-1": "முகவரி 1", - "rma-sub-modals-address-2": "முகவரி 2", - "rma-sub-modals-back": "பின்", - "rma-sub-modals-city": "நகரம்", - "rma-sub-modals-country": "நாடு", - "rma-sub-modals-first-name": "முதல் பெயர்", - "rma-sub-modals-general": "பொது", - "rma-sub-modals-in-stock": "கிடையாது", - "rma-sub-modals-last-name": "கடைசி பெயர்", - "rma-sub-modals-name": "பெயர்", - "rma-sub-modals-note": "குறிப்பு", - "rma-sub-modals-phone": "தொலைபேசி", - "rma-sub-modals-postal-code": "அஞ்சல் குறியீடு", - "rma-sub-modals-products": "பொருட்கள்", - "rma-sub-modals-province": "மாகாணம்", - "rma-sub-modals-reason": "காரணம்", - "rma-sub-modals-reason-for-return": "மீள்விக்கும் காரணம்", - "rma-sub-modals-search-for-additional": "கூடுதல் தகவல்களை தேர்ந்தெடு", - "rma-sub-modals-search-products": "பொருட்களை தேர்ந்தெடு...", - "rma-sub-modals-shipping-address": "அனுப்புவதற்கு முகவரி", - "rma-sub-modals-status": "நிலை", - "rma-summaries-claimed-items": "கொடுக்கப்பட்ட பொருட்கள்", - "rma-summaries-customer-refund-description": "வருமாநர் கொடுப்பதில், பிழை முதல் விரைவு வருமாநம் பெறும். பொருட்களின் மீள்வு மற்றும் அனுப்பல் செலவு கடந்திரும்புவதை கத்திரும்புவதற்கு உண்டாக்க வேண்டும். அல்டர்னாடிவ்லி, நீங்கள் பொருட்களை மீள்விக்கவில்லை என்றால், விரைவு வருமாநம் உருவாக்க அல்டர்னடிவ்லி, விரைவு வருமாநத்தை அமைத்து அந்த பொருட்களை விரைவிக்க வேண்டும்.", - "rma-summaries-free": "இலவச", - "rma-summaries-receiving": "அளவு", - "rma-summaries-refund-amount": "வருமாந அளவு", - "rma-summaries-replacement-items": "மாற்றுத் தொகை", - "rma-summaries-the-customer-will-be-refunded-immediately": "வருமாநர் உடனடிக் கடைசியாக பெறுவார்", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "வருமாநர் பொருட்கள் அளவிற்க்கப்படும் போது அவருக்கு வருமாநம் செலுத்தப்படும்", - "sales-channels-display-available-count": "<2>{{availableChannelsCount}} இல் கிடைக்கும் <6>{{totalChannelsCount}} விற்பனை சேவைகளில்", - "sales-channels-form-add-sales-channels": "விற்பனை சேவைகள் சேர்க்க", - "sales-channels-form-edit-channels": "விற்பனை சேவைகளைத் திருத்து", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "எந்த விற்பனை சேவைகளுடனும் இணைக்கப்பட்டில்ல", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}-க்கு வேண்டும்", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}-க்கு வேண்டும்", - "search-modal-clear-search": "தெளிவாக்கு", - "search-modal-or": "அல்லாதவை", - "search-modal-start-typing-to-search": "தேடவும் அரைப்பிக்க ஆரம்பிக்கவும்...", - "search-modal-to-navigate": "வழி செலுக", - "search-modal-to-search-anytime": "எந்த நேரமும் தேடு", - "search-modal-to-select-and": "தேர்வு செய்க மற்றும்", - "sections-amount": "தொகை", - "sections-amount-is-required": "தொகை அவash ஆவஶ்யம்", - "sections-apply-to-every-allowed-item": "அனைத்து அனுமதிக்கப்பட்ட பொருட்களுக்கு விளக்கவும்", - "sections-apply-to-the-total-amount": "மொத்த தொகைக்கு விளக்கவும்", - "sections-are-you-sure-you-want-to-delete-this-price-list": "இந்த விலைப்பட்டியத்தை நீக்க விரும்புகிறீர்களா?", - "sections-at-least-one-region-is-required": "குறைந்தது ஒன்று பகுதி அவash ஆவash", - "sections-availability-duration": "கிடைப்போடும் காலம்", - "sections-b-2-b-black-friday": "B2B, பிளாக் வெள்ளிக்கிழம", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "இந்த விலைப்பட்டியத்தில் உடனடிக் அளவு அனுப்ப தெரியும் வேண்டும்", - "sections-choose-valid-regions": "செரிக்க செய்யும் பகுதிகளை தேர்க்க", - "sections-code": "குறியீடு", - "sections-code-is-required": "குறியீடு அவash ஆவஶ்யம்", - "sections-configuration": "உள்ளகப்பாடு", - "sections-customer-availabilty": "வருமாந கிடைப்பு", - "sections-customer-groups": "வருமாந குழுக்கள்", - "sections-customer-groups-label": "வருமாந குழுக்கள்", - "sections-customer-invoice-code": "உங்கள் வருமாநர் கைப்பணியில் உள்ள குறியீடு. உங்கள் வருமாநரின் விருப்பத்தில் இது காணப்படும்.", - "sections-define-the-price-overrides-for-the-price-list": "விலைப்பட்டியத்திற்கு விலை மீள்வுகளை வ்யாபிக்கவும்", - "sections-delete-price-list": "விலை பட்டியத்தை நீக்கு", - "sections-delete-price-list-heading": "விலை பட்டியம் நீக்கு", - "sections-description": "விளக்கம்", - "sections-discount-has-an-expiry-date": "கழுவும் காலம் உள்ளதா?", - "sections-discount-in-whole-numbers": "முழு எண்களில் கழுவும்", - "sections-edit-price-list-details": "விலை பட்டிய விவரங்களை திருத்து", - "sections-edit-prices": "விலைகளை திருத்து", - "sections-edit-prices-label": "விலைகளை திருத்து", - "sections-end-date": "முடி தேதி", - "sections-expiry-date": "காலம் முடிக்கின்றது", - "sections-expiry-time": "கால நேரம் முடிக்கின்றது", - "sections-fixed-amount": "நிலை தள்ளுக", - "sections-for-our-business-partners": "எங்கள் வணிக சக்கர கூட்டிகளுக்கு...", - "sections-free-shipping": "இலவச குடும்ப", - "sections-general": "பொது", - "sections-general-information-for-the-price-list": "விலை பட்டிக்கு பொது அறிவுகள்.", - "sections-item-specific": "உருப்பிடிக்கும்", - "sections-last-edited": "கடைசி தொகை", - "sections-limit-applies-across-all-customers-not-per-customer": "எல்லா வாடிக்கையாளர்களுக்கும் குடிமை விதிகளுக்கு பயன்படுத்தப்படுகின்றது, ஒரு வாடிக்கையாளருக்கு அல்ல.", - "sections-limit-discount-number-of-uses": "வாடிக்கை எண்ணின் குறிப்பை வரம்பறையாக்குக ?", - "sections-limit-the-number-of-redemptions": "மீதம் வாடிக்கை எண்ணை குறிப்பிக்க ?", - "sections-more": "அதிக", - "sections-name": "பெயர்", - "sections-number-of-redemptions": "வாடிக்கை எண்ணின் எண்ணிக்கை", - "sections-optional-configuration-for-the-price-list": "விலை பட்டிக்கு விருப்ப உள்ளமை", - "sections-override": "மீறு", - "sections-override-delivery-amount": "விதிவிலான தொடர்பு தொகையை மீறு", - "sections-percentage": "சதவீதம்", - "sections-price-list-deleted-successfully": "விலை பட்டியம் வெற்றிகரமாக நீக்கப்பட்டது", - "sections-price-list-type": "விலை பட்டி வகை", - "sections-price-overrides": "விலை மீறல்", - "sections-price-overrides-has-a-start-date": "விலை மீறல் தொகை ஆரம்ப தேதி உள்ளதா?", - "sections-price-overrides-has-an-expiry-date": "விலை மீறல் காலம் உள்ளதா?", - "sections-price-overrides-time-application": "விலை மீறல் பயன்படுத்தப்படும் விளைவில் நீங்கள் மீறும் சமயம் முதல் பட்டவரை அனுமதித்து விளைவில் உள்ளது.", - "sections-prices": "விலைகள்", - "sections-remove-from-list": "பட்டியமிலிருந்து அகற்று", - "sections-sale": "விற்பனை", - "sections-sale-prices-compare-to-price-override": "விற்பனை விலைகள், விலை மீறலுடன் ஒப்பிடுவதில்லை.", - "sections-schedule-the-discount-to-activate-in-the-future": "விருப்பம் எதிர்ப்பு செய்வதற்கு எதிர்ப்புவில் அமைக்க", - "sections-schedule-the-discount-to-deactivate-in-the-future": "விருப்பம் முடிப்பில் நிறுத்த", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "விலை மீறல் எதிர்ப்பு செய்வதற்கு அமைக்க", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "விலை மீறல் முடிப்பில் நிறுத்த", - "sections-search-by-name-or-sku": "பெயர் அல்லாத அலகு மூலம் தேடு", - "sections-select-a-discount-type": "விருப்ப வகையை தேர்க்க", - "sections-select-discount-end-date": "விருப்பம் முடிக்க விருப்பம் எதிர்ப்பு செய்வதில் அமைக்க விருப்ப முடிக்க", - "sections-select-discount-start-date": "விருப்பம் ஆரம்ப விருப்பம் எதிர்ப்பு செய்வதில் ஆரம்ப தேதி அமைக்க, இல்லையே விருப்பம் உடன் செயல்படும்.", - "sections-select-the-type-of-the-price-list": "விலை பட்டிய வகை தேர்க்க", - "sections-set-the-duration-of-the-discount": "விருப்பம் கால அளவை அமைத்து", - "sections-specify-which-customer-groups-the-price-overrides-should-apply-for": "விலை மீறல்கள் பொதுவாக பிரயோகிக்க வேண்டிய வாடிக்கை குழுக்களை குறிப்பிக்க", - "sections-start-date": "ஆரம்ப தேதி", - "sections-start-time": "ஆரம்ப நேரம்", - "sections-success": "வெற்றி", - "sections-summer-sale-2022": "2022 கோடை விற்பனை", - "sections-summersale-10": "SUMMERSALE10", - "sections-tax-inclusive-prices": "வரி சேர்க்கப்பட்ட விலைகள்", - "sections-template-discounts-description": "வாரிகள் வரை விழித்து அனைத்து பயனாளர்க்கு அனைத்து அனைத்து குறிப்புகளையும் உருவாக்க விருப்ப உள்ளதாக விழித்து அனைத்து வாரிகளையும் உருவாக்கவும் அனுமதிக்கும்.", - "sections-this-is-a-template-discount": "இது ஒரு வாரிகள் வரை விருப்பம் ஆகுகிறது", - "sections-total-amount": "மொத்த தொகை", - "sections-uppercase-letters-and-numbers-only": "மரியாதைக்குக் கீழ் உயர்மொழிகள் மற்று எண்கள் மட்டும்.", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "விற்பனைக்கு விலைகள் உருவாக்குதற்கு இதை பயன்படுத்துக", - "sections-use-this-to-override-prices": "விலைகளை மீறுவதற்கு இதை பயன்படுத்துக", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "நிலை தொகை வகையை பயன்படுத்த விருப்பு ஒரு செருவாக உள்ள பிராந்தியத்தைக் கொண்டு பெருக்கலாம்", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "இங்கே சேர்த்துவைத்த உற்பத்திகளுக்கு விலைகளை மீறுவதற்கு நீங்கள் அனுமதிக்கப்படும்", - "select-shipping-code": "(குறியீடு: {{code}})", - "select-shipping-to-name": "(பெயருக்கு {{name}})", - "send-notification-form-claim": "கோர்த்திரு", - "send-notification-form-exchange": "மாற்று", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "சரிசாரி அல்லாதவன் அதன் {{subject}} குறியீட்டில் தொடர்பு அள்ளுதடியாக்கப்படாது.", - "send-notification-form-return": "திரும்ப", - "send-notification-form-send-notifications": "அறிதல்களை அனுப்பு", - "settings-advanced-settings": "மேம்படுத்தல் அமைப்புகள்", - "settings-back-to-settings": "அமைப்புக்கு மீண்டும் வருக", - "settings-cancel": "ரத்து செய்", - "settings-draft-order-link-template": "உருவாக்க ஆர்டர் இணைப்பு வாரிகள்", - "settings-error": "பிழை", - "settings-general": "பொது", - "settings-invite-link-template": "அழை இணைப்பு வாரிகள்", - "settings-malformed-invite-url": "தொகை அழை இணைப்பு URL", - "settings-malformed-payment-url": "தொகை கொடுப்பன URL", - "settings-malformed-swap-url": "தொகை மாற்ற URL", - "settings-manage-the-general-settings-for-your-store": "உங்கள் அநுபயோக்பொருள் அனைத்து பொது அமைப்புகளை நிர்வகிக்கவும்", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "உங்கள் அநுபயோகபொருள் நீங்கள் நிர்வகிப்பதற்கு அனைத்து பொது அமைப்புகளை நிர்வகிக்கும்", - "settings-manage-your-business-details": "உங்கள் வணிக விபரங்களை நிர்வகிக்கவும்", - "settings-medusa-store": "மெடியூச அநுபயோகபொருள்", - "settings-save": "சேமி", - "settings-store-details": "அநுபயோகபொருள் விபரங்கள்", - "settings-store-name": "அநுபயோகபொருள் பெயர்", - "settings-success": "வெற்றி", - "settings-successfully-updated-store": "அநுபயோகபொருள் வெற்றிகரமாக புதுப்பிக்கப்பட்டத", - "settings-swap-link-template": "அமர்வு இணைப்பு வாரிகள்", - "shared-applies-to-all-items-except-the-selected-items": "தேர்ந்த உருப்பிடிகளை விட, அனைத்து உருப்பிடிகளுக்கு பொதுவாக பிரயோக", - "shared-applies-to-the-selected-items": "தேர்ந்த பொருட்களுக்கு பயன்படுகின்றது.", - "shared-members": "உறுதிப்படுத்துநர்கள்", - "shared-products": "தயாரிகள்", - "shared-status": "நிலை", - "shared-tag": "குறிச்சொற்", - "shared-title": "தலைப்பு", - "shared-type": "வகை", - "shared-variants": "வைரியங்கள்", - "shipping-address-form-cancel": "ரத்து செய்", - "shipping-address-form-save-and-go-back": "சேமி மற்றும் பின்னால் செல்ல", - "shipping-address-form-ship-to-a-different-address": "வேறு முகவரி குறிச்சொற்", - "shipping-address-form-shipping-address": "வழிபாக முகவரி", - "shipping-address-form-shipping-information": "வழிபாக தகவல்", - "shipping-form-add-custom-price": "தனிமையான விலை சேர்", - "shipping-form-choose-shipping-method": "வழிபாக மெதட் குறிச்சொற்", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "வாங்குநர் கோரிய பொருட்களுக்கான மீட்க வழிபாக உண்டு.", - "shipping-form-shipping-for-replacement-items": "மாற்றப்படும் பொருட்களுக்கான வழிபாக", - "shipping-form-shipping-for-replacement-items-is-complimentary": "மாற்றப்படும் பொருட்களுக்கான வழிபாக உண்டு.", - "shipping-form-shipping-for-return-items": "பின்னால் உள்ள பொருட்களுக்கான வழிபாக", - "shipping-form-shipping-method": "வழிபாக மெதட்", - "shipping-form-shipping-method-is-required": "வழிபாக மெதட் தேவை", - "shipping-option-card-admin": "நிர்வாகி", - "shipping-option-card-calculated": "கணக்கு செய்யப்படுகின்றது", - "shipping-option-card-cancel": "ரத்து செய்", - "shipping-option-card-delete": "நீக்கு", - "shipping-option-card-edit": "திருத்து", - "shipping-option-card-edit-shipping-option": "வழிபாக விருப்பத்தை திருத்து", - "shipping-option-card-error": "பிழை", - "shipping-option-card-flat-rate": "பரிமாற விகிதம்", - "shipping-option-card-fulfillment-method": "நிவாரண மெதட்", - "shipping-option-card-max-subtotal": "அதிசம மெதிர்த்த மெதட்:", - "shipping-option-card-min-subtotal": "குறியீட்ட மெதிர்த்த மெதட்:", - "shipping-option-card-save-and-close": "சேமி மற்றும் மூடு", - "shipping-option-card-shipping-option-has-been-deleted": "வழிபாக விருப்பம் நீக்கப்பட்டுள்ளது", - "shipping-option-card-shipping-option-updated": "வழிபாக விருப்பம் மேம்படுத்தப்பட்டது", - "shipping-option-card-store": "அங்கடி", - "shipping-option-card-success": "வெற்றி", - "shipping-option-form-calculated": "கணக்கு செய்யப்பட்டது", - "shipping-option-form-choose-a-fulfillment-method": "ஒரு நிவாரண மெதட் தேர்ந்தெடு", - "shipping-option-form-choose-a-price-type": "ஒரு விலை வகை தேர்ந்தெடு", - "shipping-option-form-choose-a-shipping-profile": "ஒரு வழிபாக சுட்டுச்சீட்டியை தேர்ந்தெடு", - "shipping-option-form-details": "விவரங்கள்", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "அங்கடியில் வழிபாக விருப்பம் செய்ய அல்லது முடக்கப்படுத்த", - "shipping-option-form-flat-rate": "பரிமாற விகிதம்", - "shipping-option-form-fulfillment-method": "நிவாரண மெதட்", - "shipping-option-form-max-subtotal": "அதிசம மெதிர்த்த மெதட்", - "shipping-option-form-metadata": "மாதாட்டம்", - "shipping-option-form-min-subtotal": "குறியீட்ட மெதிர்த்த மெதட்", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "குறியீட்ட மெதிர்த்த மெதட் அதிசம மெதிர்த்த மெதட் குறைவு இருக்க வேண்டும்", - "shipping-option-form-price": "விலை", - "shipping-option-form-price-type": "விலை வகை", - "shipping-option-form-requirements": "ஆவணங்கள்", - "shipping-option-form-shipping-profile": "வழிபாக சுட்டுச்சீட்டி", - "shipping-option-form-title": "தலைப்பு", - "shipping-option-form-title-is-required": "தலைப்பு தேவை", - "shipping-option-form-visible-in-store": "அங்கடியில் காணப்படுத்தப்படுகின்றது", - "shipping-options-add-option": "வழிபாக விருப்பம் சேர்", - "shipping-options-add-shipping-option": "வழிபாக விருப்பம் சேர்", - "shipping-options-cancel": "ரத்து செய்", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "உள்ளமைக்குள் உண்டாக்கப்பட்ட பிராந்திய வழிபாக மெதட் பற்றி விவரங்களை உள்ளிடுக.", - "shipping-options-error": "பிழை", - "shipping-options-save-and-close": "சேமி மற்றும் மூடு", - "shipping-options-shipping-option-created": "வழிபாக விருப்பம் உருவாக்கப்பட்டது", - "shipping-options-shipping-options": "வழிபாக விருப்பங்கள்", - "shipping-options-success": "வெற்றி", - "sidebar-categories": "வகைகள்", - "sidebar-customers": "வாணிகர்கள்", - "sidebar-discounts": "தள்ளுபடிகள்", - "sidebar-gift-cards": "பருப்பு அட்டைகள்", - "sidebar-inventory": "சேமிப்பு", - "sidebar-orders": "ஆர்டர்கள்", - "sidebar-pricing": "விலை", - "sidebar-products": "தயாரிகள்", - "sidebar-settings": "அமைப்புகள்", - "sidebar-store": "அங்கடி", - "store-currencies-add-currencies": "நாணயங்கள் சேர்", - "store-currencies-add-store-currencies": "அங்கடி நாணயங்கள் சேர்", - "store-currencies-all-the-currencies-available-in-your-store": "உங்கள் அங்கடியில் உள்ள அனைத்து நாணயங்கள்.", - "store-currencies-cancel": "ரத்து செய்", - "store-currencies-close": "மூடு", - "store-currencies-current-store-currencies": "தற்போதைய அங்கடி நாணயங்கள்", - "store-currencies-deselect": "தெரிவு செய்ய வில்லை", - "store-currencies-edit-currencies": "நாணயங்களை திருத்து", - "store-currencies-error": "பிழை", - "store-currencies-remove": "நீக்கு", - "store-currencies-save-and-close": "சேமி மற்றும் மூடு", - "store-currencies-save-and-go-back": "சேமி மற்றும் பின்னால் செல்ல", - "store-currencies-store-currencies": "அங்கடி நாணயங்கள்", - "store-currencies-success": "வெற்றி", - "store-currencies-successfully-updated-currencies": "வருவாய் அப்டேட் செய்யப்பட்ட நாணயங்கள்", - "swap-add-a-shipping-method": "வழிபாக மெதட் சேர்", - "swap-add-product": "தயாரிகள் சேர்", - "swap-additional-total": "கூட்டிய மொத்தம்", - "swap-calculated-at-checkout": "சேதநி மெதட் கணக்கியது", - "swap-choose-which-location-you-want-to-return-the-items-to": "நீங்கள் பொருட்களை பின்னால் எத்தளத்தில் பின்னால் செல்ல விரும்புகின்றீர்கள் என்பதை தேர்ந்தெடுக.", - "swap-complete": "முடிந்தது", - "swap-error": "பிழை", - "swap-estimated-difference": "மதிக்கப்பட்ட வேறுபாடு", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "சரிசுப்பில் இத்துறையர் இந்த பரிமாறம் பற்றிய தகவல் பெறாது", - "swap-items-to-return": "பின்னால் திருப்பும் பொருட்கள்", - "swap-items-to-send": "அனுப்ப வேண்டிய பொருட்கள்", - "swap-location": "இடம்", - "swap-outbond-shipping": "வெளியிட்ட சேமிப்பு", - "swap-register-exchange": "அநுமதி மாதிரி பதிவு", - "swap-return-total": "மீதி மொத்தம்", - "swap-select-location-to-return-to": "மீதிக்கு முதல் இடம் தேர்க்கவும்", - "swap-send-notifications": "அறிவிப்புக்களை அனுப்பு", - "swap-shipping": "அனுப்புதல்", - "swap-shipping-method": "அனுப்புதல் முறை", - "swap-success": "வெற்றி", - "swap-successfully-created-exchange": "வெற்றியடைந்த அநுமதி மாதிரி உருவாக்கப்பட்டுது", - "table-container-current-page": "{{currentPage}} இல் {{soothedPageCount}}", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} இல் {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} இல் {{count}} {{title}}", - "tables-add-products": "பொருட்களை சேர்க்கவும்", - "tables-api-key-deleted": "API சாவி செய்யப்பட்டது", - "tables-api-key-revoked": "API சாவித்தது", - "tables-api-keys": "API கீச்சுகள்", - "tables-are-you-sure-you-want-to-delete-this-public-key": "இந்த பொருட்களை அழியவேண்டுமா?", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "இந்த பொருட்களை முடுக்கவேண்டுமா?", - "tables-collection": "சேகரிப்பு", - "tables-copy-to-clipboard": "கிளிப்போர்ட்டுக்கு நகலெடு", - "tables-copy-token": "டோக்கனை நகலெடு", - "tables-created": "உருவாக்கப்பட்டது", - "tables-delete-api-key": "API கீ அழிக்க", - "tables-delete-key": "முடுக்கு", - "tables-description": "விளக்கம்", - "tables-details": "விவரங்கள்", - "tables-done": "முடி", - "tables-edit-api-key-details": "API கீ விவரங்களை திருத்து", - "tables-edit-sales-channels": "விற்பனை வழிகளை திருத்து", - "tables-live": "நேரம்", - "tables-name": "பெயர்", - "tables-no-added-sales-channels": "சேர்க்கப்பட்ட விற்பனை வழிகள் இல்லை", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "இந்தம்இப்போது கீ இல்லை. உங்கள் முதல் பதிவுசெய்யக்கூடும்.", - "tables-no-products-in-channels": "இந்த வழியில் இன்னும் உதானக்கு பொருட்கள் சேர்க்கப்படவில்லை, ஆனந்திரம் சேர்க்கப்படும்.", - "tables-products": "பொருட்கள்", - "tables-remove": "அகற்க", - "tables-remove-from-the-channel": "வழியிலிருந்து அகற்க", - "tables-revoke-key": "கீசே விடு", - "tables-revoke-token": "டோக்கனை விடு", - "tables-revoked": "நீக்கப்பட்டது", - "tables-sales-channels": "விற்பனை வழிகள்", - "tables-start-building-your-channels-setup": "உங்கள் வழிகள் அமைப்பை தொடங்கவும்...", - "tables-status": "நிலை", - "tables-title": "தலைப்பு", - "tables-token": "டோக்கன்", - "tables-yes-delete": "ஆம், அழிக்க", - "tables-yes-revoke": "ஆம், விடு", - "tags-cancel": "ரத்து செய்க", - "tags-save-and-close": "சேமிக்க மற்றும் மூட", - "tags-save-and-go-back": "சேமிக்க மற்றும் பின்கொடு", - "tags-search": "தேடு...", - "taxes-add": "சேர்க்க", - "taxes-add-overrides": "மேலெழுத்துக்கள் சேர்க்க", - "taxes-add-tax-rate": "வரி விகிதத்தை சேர்க்க", - "taxes-applies-to-product-type-with-count_one": "{{count}} பொருட்களுக்கு பொருட்கள் வரியை விளக்கம் செய்தார்", - "taxes-applies-to-product-type-with-count_other": "{{count}} பொருட்களுக்கு பொருட்கள் வரியை விளக்கம் செய்தார்", - "taxes-applies-to-shipping-option-with-count_one": "{{count}} வழிகளுக்கு பொருட்கள் வரியை விளக்கம் செய்தார்", - "taxes-applies-to-shipping-option-with-count_other": "{{count}} வழிகளுக்கு பொருட்கள் வரியை விளக்கம் செய்தார்", - "taxes-apply-tax-to-gift-cards": "பரிசு அட்டைகளுக்கு வரி விளக்கம் செய்யவும்?", - "taxes-apply-taxes-to-gift-cards": "சேர்க்கப்பட்ட பல்ஜுருக்கு வரி விளக்கம் செய்யப்படும். கெல்லு நாடுகளில், பல்ஜுர் அட்டைகளுக்கு வரி விளக்கம் செய்தார். பல்ஜுர் அட்டைகளுக்கு வரி விளக்கம் செய்வது அடையாள வரி விகிதத்தை பயன்படுத்தும்படி நீங்கள் அனுமதிப்படுவது சான்றிதழ்களுக்கு வரி விளக்கம் செய்வது அடையாள வரி விகிதத்தை பயன்படுத்தும்படி நீங்கள் அனுமதிப்படுவது அடையாள வரி விகிதத்த", - "taxes-automatically-apply-tax-calculations-to-carts": "இதை செயன்படுத்தினால், மெட்யூசா இந்த பக்கத்தில் வணிகங்களுக்கு தானம் கணக்குகளை ஆனப்படுத்தும். இந்த அசைப்பு இறுதிச் செலுத்தல் போடும் போது, நீங்கள் பரிதாபனையைப் பெறுவதற்கு கடக்கு வழியை அசையவேண்டும். அசைப்புகளை கைமுடிக்க நீங்கள் மூலக வரி வழங்குவதை உறுத", - "taxes-back": "பின்னாக்கு", - "taxes-back-to-settings": "அமைப்புக்கு பின்னாக்கு", - "taxes-calculate-taxes-automatically": "வரி தானாக கணக்கிக்கவா?", - "taxes-cancel": "ரத்து செய்", - "taxes-code": "குறியீச்சு", - "taxes-confirm-delete": "இந்த வரி விகிதம் நீக்க விரும்புகிறீர்களா?", - "taxes-create": "உருவாக்கு", - "taxes-default": "பொது", - "taxes-delete-rule": "விதியை நீக்கு", - "taxes-delete-tax-rate": "வரி விகிதம் நீக்கு", - "taxes-delete-tax-rate-heading": "வரி விகிதம் நீக்கு", - "taxes-details": "விவரங்கள்", - "taxes-edit": "திருத்து", - "taxes-edit-tax-rate": "வரி விகிதத்தை திருத்து", - "taxes-error": "பிழை", - "taxes-go-to-region-settings": "பகுதி அமைப்புக்கு போக", - "taxes-name": "பெயர்", - "taxes-new-tax-rate": "புதிய வரி விகிதம்", - "taxes-overrides": "மீறுதல்கள்", - "taxes-product-rules": "பொருட்களுக்கு விதிகள்", - "taxes-product-rules-description_one": "{{count}} பொருடத்துக்கு பொருடம் போன்று", - "taxes-product-rules-description_other": "{{count}} பொருடங்களுக்கு பொருடம் போன்று", - "taxes-product-type-rules": "பொருட வகை விதிகள்", - "taxes-product-type-rules-description_one": "{{count}} பொருட வகைக்கு பொருடம் போன்று", - "taxes-product-type-rules-description_other": "{{count}} பொருட வகைக்கு பொருடம் போன்று", - "taxes-product-types": "பொருட வகைகள்", - "taxes-products": "பொருடங்கள்", - "taxes-rate-name": "வரி விகித பெயர்", - "taxes-region-tax-settings-were-successfully-updated": "பகுதி வரி அமைப்புகள் வெற்றிகரமாக புதுப்பிக்கப்பட்டுது.", - "taxes-regions": "பகுதிகள்", - "taxes-save": "சேமி", - "taxes-search-products": "பொருடங்களை தேடு...", - "taxes-select-individual-products": "தனிப்படியாக பொருடங்களை தேர்க்க", - "taxes-select-product-types": "பொருட வகைகளை தேர்க்க", - "taxes-select-product-types-label": "பொருட வகைகளை தேர்க்க", - "taxes-select-products": "பொருடங்களை தேர்க்க", - "taxes-select-shipping-option": "ஷிப்பிங் விகிதம் தேர்க்க", - "taxes-select-shipping-options": "ஷிப்பிங் விகிதங்களை தேர்க்க", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "நீங்கள் வரி நிர்வஹிப்பதற்கு விதி வகை தேர்ந்தெடுக்க விரும்பும் பகுதியை தேர்க்க", - "taxes-shipping-option-rules": "ஷிப்பிங் விகிதங்கள்", - "taxes-shipping-options": "ஷிப்பிங் விகிதங்கள்", - "taxes-success": "வெற்றி", - "taxes-successfully-created-tax-rate": "வரி விகிதம் வெற்றிகரமாக உருவாக்கப்பட்டுது.", - "taxes-successfully-updated-tax-rate": "வரி விகிதம் வெற்றிகரமாக புதுப்பிக்கப்பட்டுது.", - "taxes-system-tax-provider": "அமைப்பு வரி வழாத்தி", - "taxes-tax-calculation-settings": "வரி கணக்கிப்பதின் அமைப்புகள்", - "taxes-tax-code": "வரி குறியீச்சு", - "taxes-tax-provider": "வரி வழாத்தி", - "taxes-tax-rate": "வரி விகிதம்", - "taxes-tax-rate-was-deleted": "வரி விகிதம் நீக்கப்பட்டது.", - "taxes-type": "வகை", - "templates-active": "செயல்", - "templates-address": "முகவரி", - "templates-address-1": "முகவரி 1", - "templates-address-2": "முகவரி 2", - "templates-admin": "நிர்வாகி", - "templates-all": "அனைத்தும்", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "நீங்கள் வெற்றிபெற்றதை ரத்து செய்ய விரும்புகிறீர்களா?", - "templates-awaiting-fulfillment": "வெற்றிபெறுவது காத்திருக்கின்றது", - "templates-awaiting-payment": "கொடுப்பதை காத்திருக்கின்றது", - "templates-billing-address": "பில்லிங் முகவரி", - "templates-cancel-fulfillment": "வெற்றிபெற்றதை ரத்து செய்", - "templates-cancel-fulfillment-heading": "வெற்றிபெற்றதை ரத்து செய்ய?", - "templates-canceled": "ரத்து செய்யப்பட்டது", - "templates-capture-payment": "கொடுப்பதை பிடித்து கொள்", - "templates-city": "நகரம்", - "templates-company": "நிறுவனம்", - "templates-completed": "முடிவு", - "templates-confirm-remove": "இந்த பயனரை நீக்க விரும்புகிறீர்களா?", - "templates-confirm-remove-invite": "இந்த அழைவை நீக்க விரும்புகிறீர்களா?", - "templates-copy-invite-link": "அழைவை பிரதிகொடு", - "templates-country": "நாடு", - "templates-edit-user": "பயனரை திருத்து", - "templates-email": "மின்னஞ்சு", - "templates-error": "பிழை", - "templates-expired": "காலாவதியான", - "templates-first-name": "முதல் பெயர்", - "templates-fulfilled": "வெற்றிபெறப்பட்டது", - "templates-fulfilled-by-provider": "{{title}} மூலம் வெற்றிபெறப்பட்டது {{provider}}", - "templates-fulfillment-has-been-canceled": "வெற்றிபெற்றம் ரத்து செய்யப்பட்டது", - "templates-fulfillment-status-requires-action": "நடவடிக்கை தேவை", - "templates-general": "பொது", - "templates-invite-link-copied-to-clipboard": "அழைவு இண்டுக்கு நகல் எடுக்கப்பட்டது", - "templates-invitiation-has-been-removed": "அழைவு நீக்கப்பட்டது", - "templates-invitiation-link-has-been-resent": "அழைவு இண்டு மீண்டும் அனுப்பப்பட்டுது", - "templates-last-name": "கடை பெயர்", - "templates-manage-the-settings-for-your-medusa-store": "உங்கள் மெடுசா அங்கடி அமைப்புகளை நிர்வகிக்கவும்", - "templates-manually-refunded": "கைமுறை வரிவாக்கப்பட்டது", - "templates-mark-shipped": "அனுப்பப்பட்டது", - "templates-member": "உறுப்பினர்", - "templates-metadata": "மெடாடேட்டா", - "templates-name": "பெயர்", - "templates-net-total": "மொத்த விற்பனை", - "templates-no-team-permissions": "குழு அனுமதிகள் இல்லை", - "templates-not-shipped": "அனுப்பப்படவில்லை", - "templates-paid": "கட்ட", - "templates-partially-fulfilled": "பகுதியாக வெற்றிபெறப்பட்டது", - "templates-partially-shipped": "பகுதியாக அனுப்பப்பட்டது", - "templates-payment-status-requires-action": "நடவடிக்கை தேவை", - "templates-pending": "காத்திருக்குது", - "templates-phone": "தொலைபேசி", - "templates-postal-code": "அஞ்சல் குறியீடு", - "templates-processing": "செயல்பாடு செய்கிறது", - "templates-province": "மாகம்", - "templates-refund": "மீட்டமை", - "templates-refunded-for-returns": "மீட்டமை பணிகள் குறித்து", - "templates-refunded-for-swaps": "மீட்டமை மாற்றுதல்கள் குறித்து", - "templates-remove-invitation": "அழிக்கல் அழைவை", - "templates-remove-invite": "அழிக்கல் அழைவை", - "templates-remove-user": "பயனரை அகற்று", - "templates-remove-user-heading": "பயனரை அகற்று", - "templates-requires-action": "செயல் தேவை", - "templates-resend-invitation": "மீண்டும் அழைவை அனுப்பு", - "templates-settings": "அமைப்புகள்", - "templates-shipped": "அனுப்பப்பட்டது", - "templates-shipped-from": "இருந்து அனுப்பப்பட்டது", - "templates-shipping-address": "அனுப்பும் முகவரி", - "templates-shipping-from": "இருந்து அனுப்பும்", - "templates-status": "நிலை", - "templates-success": "வெற்றி", - "templates-successfully-canceled-claim": "வெற்றிகரமாக கையாளல் ரத்து செய்யப்பட்டது", - "templates-successfully-canceled-fulfillment": "வெற்றிகரமாக கையாளல் மொழி செய்யப்பட்டது", - "templates-successfully-canceled-swap": "வெற்றிகரமாக மாற்று ரத்து செய்யப்பட்டது", - "templates-successfully-captured-payment": "வெற்றிகரமாக கையாளல் பொறுப்பு", - "templates-team-permissions": "குழு அனுமதிகள்", - "templates-total-for-swaps": "மாற்று மொத்தம்", - "templates-tracking": "கண்காணிக்கும்", - "templates-user-has-been-removed": "பயனர் அகற்றப்பட்டுள்ளார்", - "timeline-added-note": "குறிப்பு சேர்க்கப்பட்டது", - "timeline-error": "பிழை", - "timeline-register-claim": "கையாளல் பதிவு", - "timeline-register-exchange": "விநியோகம் பதிவு", - "timeline-request-return": "மீட்டமை கோரு", - "timeline-success": "வெற்றி", - "timeline-timeline": "காலடிக் பட", - "transfer-orders-modal-cancel": "ரத்து செய்", - "transfer-orders-modal-confirm": "உறுதிசெய்", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "வேறு வாடிக்கோரருக்கு ஆர்டர் பரிமாற்ற முடியவில்ல", - "transfer-orders-modal-current-owner": "தற்போது உள்நாட்டு", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "வாடிக்கோரம் ஏறAlready் ஆர்டரின் உரம்", - "transfer-orders-modal-error": "பிழை", - "transfer-orders-modal-info": "தகவல்", - "transfer-orders-modal-new-owner": "புதிய உரம்", - "transfer-orders-modal-order": "ஆர்டர்", - "transfer-orders-modal-success": "வெற்றி", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "வேறு வாடிக்கோரம்க்கு ஆர்டர் வெற்றிகரமாக பரிமாற்றப்பட்டது", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "போது இந்த ஆர்டருக்கு சம்பந்திக்கும் வாடிக்கோரம்", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "இந்த ஆர்டரை பரிமாற்ற வாடிக்கோரம்", - "transfer-orders-modal-transfer-order": "ஆர்டர் பரிமாற்று", - "upload-modal-cancel": "ரத்து செய்", - "upload-modal-click-to-browse": "உலாவிக்க கிளிக் செய்க.", - "upload-modal-drop-your-file-here-or": "உங்கள் கோபம் இங்கே விழுக்கவும் அல்லது", - "upload-modal-import-file-title": "{{fileTitle}} இற்கு இறக்குமதி செய்", - "upload-modal-import-list": "பட்டியம் இறக்கு", - "upload-modal-new": "புதிய", - "upload-modal-only-csv-files-are-supported": "ஒந்துள்ளித் தகவறி கோபங்கள் மட்டும் ஆதரிக்கப்படுகின்றன.", - "upload-modal-updates": "புதுப்பிக்குகள்", - "usage-insights-active": "செயல்", - "usage-insights-cancel": "ரத்து செய்", - "usage-insights-disabled": "முடக்கப்பட்டது", - "usage-insights-edit-preferences": "விருப்பங்களை திருத்து", - "usage-insights-error": "பிழை", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "பயன்பாட்டு அறிக்கைகளை பகிர்ந்து எங்களை மேடுசாவை மேம்படுத்த உதவவும்", - "usage-insights-submit-and-close": "சமர்ப்பிக்க மற்றும் மூடு", - "usage-insights-success": "வெற்றி", - "usage-insights-your-information-was-successfully-updated": "உங்கள் தகவல்கள் வெற்றிகரமாக புதுப்பிக்கப்பட்டது", - "users-back-to-settings": "அமைப்புக்கு பின்பார்க்க", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}", - "users-invite-users": "பயனர்களை அழை", - "users-manage-users-of-your-medusa-store": "உங்கள் மேடுசா அங்கடி பயனர்களை நிர்வஹிக்கவும்", - "users-the-team": "குழு", - "utils-collections": "கடைகள்", - "utils-groups": "குழுக்கள்", - "utils-products": "பொருட்கள்", - "utils-tags": "குறி", - "utils-types": "வகைகள்", - "variants-table-location": "{{location}} இல்" -} diff --git a/packages/admin-ui/ui/public/locales/uk/translation.json b/packages/admin-ui/ui/public/locales/uk/translation.json deleted file mode 100644 index b8b0c55a4c7bb..0000000000000 --- a/packages/admin-ui/ui/public/locales/uk/translation.json +++ /dev/null @@ -1,1919 +0,0 @@ -{ - "back-button-go-back": "Повернутися", - "sales-channels-display-available-count": "Доступно в <2>{{availableChannelsCount}} з <6>{{totalChannelsCount}} каналів продажу", - "activity-drawer-activity": "Активність", - "activity-drawer-no-notifications-title": "Тут тихо...", - "activity-drawer-no-notifications-description": "Наразі у вас немає сповіщень, але як тільки вони з'являться, вони будуть зберігатися тут.", - "activity-drawer-error-title": "Ой...", - "activity-drawer-error-description": "Щось пішло не так під час спроби отримати ваші сповіщення - Ми продовжимо спробувати!", - "activity-drawer-processing": "Обробка...", - "analytics-config-form-title": "Анонімізувати мої дані використання", - "analytics-config-form-description": "Ви можете вибрати анонімізувати ваші дані використання. Якщо ця опція вибрана, ми не будемо збирати вашу особисту інформацію, таку як ваше ім'я та електронна адреса.", - "analytics-config-form-opt-out": "Відмовитися від спільного використання моїх даних використання", - "analytics-config-form-opt-out-later": "Ви завжди можете відмовитися від спільного використання ваших даних використання в будь-який час.", - "analytics-preferences-success": "Успішно", - "analytics-preferences-your-preferences-were-successfully-updated": "Ваші налаштування були успішно оновлені", - "analytics-preferences-error": "Помилка", - "analytics-preferences-help-us-get-better": "Допоможіть нам стати кращими", - "analytics-preferences-disclaimer": "Щоб створити найцікавіший електронний комерційний досвід, ми хотіли б отримати уявлення про те, як ви використовуєте Medusa. Відомості про користувачів дозволяють нам створювати кращі, більш залучаючі та зручні продукти. Ми збираємо дані лише для вдосконалення продукту. Дізнайтеся, які дані ми збираємо в нашій", - "analytics-preferences-documentation": "документації", - "analytics-preferences-please-enter-a-valid-email": "Будь ласка, введіть дійсну електронну адресу", - "analytics-preferences-continue": "Продовжити", - "currency-input-currency": "Валюта", - "currency-input-amount-is-not-valid": "Сума недійсна", - "organisms-success": "Успішно", - "organisms-delete-successful": "Видалення успішне", - "organisms-are-you-sure-you-want-to-delete": "Ви впевнені, що хочете видалити?", - "organisms-no-cancel": "Ні, скасувати", - "organisms-yes-remove": "Так, видалити", - "details-collapsible-hide-additional-details": "Приховати додаткові деталі", - "details-collapsible-show-additional-details": "Показати додаткові деталі", - "edit-user-modal-success": "Успішно", - "edit-user-modal-user-was-updated": "Користувача оновлено", - "edit-user-modal-error": "Помилка", - "edit-user-modal-edit-user": "Редагувати користувача", - "edit-user-modal-first-name-label": "Ім'я", - "edit-user-modal-first-name-placeholder": "Ім'я...", - "edit-user-modal-last-name-label": "Прізвище", - "edit-user-modal-last-name-placeholder": "Прізвище...", - "edit-user-modal-email": "Електронна пошта", - "edit-user-modal-cancel": "Скасувати", - "edit-user-modal-save": "Зберегти", - "error-boundary-back-to-dashboard": "Повернутися до панелі керування", - "error-boundary-an-unknown-error-occured": "Сталася невідома помилка", - "error-boundary-bad-request": "Некоректний запит", - "error-boundary-you-are-not-logged-in": "Ви не увійшли в систему", - "error-boundary-you-do-not-have-permission-perform-this-action": "У вас немає дозволу на виконання цієї дії", - "error-boundary-page-was-not-found": "Сторінку не знайдено", - "error-boundary-an-unknown-server-error-occured": "Сталася невідома помилка сервера", - "error-boundary-503": "Сервер тимчасово недоступний", - "error-boundary-500": "Сталася помилка з невизначеними причинами, це, ймовірно, через технічну проблему з нашого боку. Будь ласка, спробуйте оновити сторінку. Якщо проблема продовжується, зверніться до адміністратора.", - "error-boundary-400": "Запит був сформований неправильно, виправте свій запит і спробуйте ще раз.", - "error-boundary-401": "Ви не увійшли в систему, будь ласка, увійдіть, щоб продовжити.", - "error-boundary-403": "У вас немає дозволу на виконання цієї дії, якщо ви вважаєте, що це помилка, зверніться до адміністратора.", - "error-boundary-404": "Сторінку, яку ви запросили, не знайдено, перевірте URL та спробуйте ще раз.", - "error-boundary-500-2": "Сервер не зміг обробити ваш запит, це, ймовірно, через технічну проблему з нашого боку. Будь ласка, спробуйте ще раз. Якщо проблема продовжується, зверніться до адміністратора.", - "error-boundary-503-2": "Сервер тимчасово недоступний, і ваш запит не може бути оброблений. Будь ласка, спробуйте ще раз пізніше. Якщо проблема продовжується, зверніться до адміністратора.", - "export-modal-title": "Ініціалізувати експорт ваших даних", - "export-modal-cancel": "Скасувати", - "export-modal-export": "Експорт", - "file-upload-modal-upload-a-new-photo": "Завантажити нове фото", - "gift-card-banner-edit": "Редагувати", - "gift-card-banner-unpublish": "Припинити публікацію", - "gift-card-banner-publish": "Опублікувати", - "gift-card-banner-delete": "Видалити", - "gift-card-banner-published": "Опубліковано", - "gift-card-banner-unpublished": "Неопубліковано", - "gift-card-denominations-section-denomination-added": "Додано номінал", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Новий номінал успішно додано", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Номінал з таким значенням за замовчуванням вже існує", - "gift-card-denominations-section-error": "Помилка", - "gift-card-denominations-section-add-denomination": "Додати номінал", - "gift-card-denominations-section-cancel": "Скасувати", - "gift-card-denominations-section-save-and-close": "Зберегти та закрити", - "gift-card-denominations-section-denomination-updated": "Номінал оновлено", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Новий номінал успішно оновлено", - "gift-card-denominations-section-edit-denomination": "Редагувати номінал", - "gift-card-denominations-section-denominations": "Номінали", - "gift-card-denominations-section-denomination": "Номінал", - "gift-card-denominations-section-in-other-currencies": "У інших валютах", - "gift-card-denominations-section-and-more_one": "і ще {{count}}", - "gift-card-denominations-section-and-more_other": "і ще {{count}}", - "gift-card-denominations-section-delete-denomination": "Видалити номінал", - "gift-card-denominations-section-confirm-delete": "Ви впевнені, що хочете видалити цей номінал?", - "gift-card-denominations-section-denomination-deleted": "Номінал видалено", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Номінал успішно видалено", - "gift-card-denominations-section-edit": "Редагувати", - "gift-card-denominations-section-delete": "Видалити", - "help-dialog-how-can-we-help": "Як ми можемо допомогти?", - "help-dialog-we-usually-respond-in-a-few-hours": "Ми зазвичай відповідаємо протягом кількох годин", - "help-dialog-subject": "Тема", - "help-dialog-what-is-it-about": "Про що це?", - "help-dialog-write-a-message": "Напишіть повідомлення...", - "help-dialog-feel-free-to-join-our-community-of": "Приєднуйтесь до нашої спільноти", - "help-dialog-merchants-and-e-commerce-developers": "торговців та розробників електронної комерції", - "help-dialog-send-a-message": "Надіслати повідомлення", - "invite-modal-success": "Успішно", - "invite-modal-invitation-sent-to": "Запрошення надіслано {{user}}", - "invite-modal-error": "Помилка", - "invite-modal-member": "Учасник", - "invite-modal-admin": "Адміністратор", - "invite-modal-developer": "Розробник", - "invite-modal-invite-users": "Запросити користувачів", - "invite-modal-email": "Електронна пошта", - "invite-modal-role": "Роль", - "invite-modal-select-role": "Виберіть роль", - "invite-modal-cancel": "Скасувати", - "invite-modal-invite": "Запросити", - "login-card-no-match": "Ці облікові дані не відповідають нашим записам.", - "login-card-log-in-to-medusa": "Увійдіть в Medusa", - "login-card-email": "Електронна пошта", - "login-card-password": "Пароль", - "login-card-forgot-your-password": "Забули пароль?", - "metadata-add-metadata": "Додати метадані", - "product-attributes-section-edit-attributes": "Редагувати атрибути", - "product-attributes-section-dimensions": "Розміри", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Налаштуйте для розрахунку найточніших тарифів доставки", - "product-attributes-section-customs": "Митниця", - "product-attributes-section-cancel": "Скасувати", - "product-attributes-section-save": "Зберегти", - "product-attributes-section-mid-code": "MID-код", - "product-attributes-section-hs-code": "HS-код", - "product-attributes-section-country-of-origin": "Країна походження", - "product-general-section-success": "Успішно", - "product-general-section-successfully-updated-sales-channels": "Успішно оновлено канали продажу", - "product-general-section-error": "Помилка", - "product-general-section-failed-to-update-sales-channels": "Не вдалося оновити канали продажу", - "product-general-section-edit-general-information": "Редагувати загальну інформацію", - "product-general-section-gift-card": "Подарункова картка", - "product-general-section-product": "Товар", - "product-general-section-metadata": "Метадані", - "product-general-section-cancel": "Скасувати", - "product-general-section-save": "Зберегти", - "product-general-section-delete": "Видалити", - "product-general-section-edit-sales-channels": "Редагувати канали продажу", - "product-general-section-published": "Опубліковано", - "product-general-section-draft": "Чернетка", - "product-general-section-details": "Деталі", - "product-general-section-subtitle": "Підзаголовок", - "product-general-section-handle": "Ідентифікатор", - "product-general-section-type": "Тип", - "product-general-section-collection": "Колекція", - "product-general-section-category": "Категорія", - "product-general-section-discountable": "Знижка", - "product-general-section-true": "Так", - "product-general-section-false": "Ні", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Канали продажу", - "product-media-section-edit-media": "Редагувати медіа", - "product-media-section-upload-images-error": "Щось пішло не так під час спроби завантажити зображення.", - "product-media-section-file-service-not-configured": "Можливо, у вас не налаштовано файловий сервіс. Зверніться до адміністратора", - "product-media-section-error": "Помилка", - "product-media-section-media": "Медіа", - "product-media-section-add-images-to-your-product": "Додайте зображення до свого товару.", - "product-media-section-cancel": "Скасувати", - "product-media-section-save-and-close": "Зберегти і закрити", - "product-raw-section-raw-gift-card": "Сира подарункова картка", - "product-raw-section-raw-product": "Сирий товар", - "product-thumbnail-section-success": "Успішно", - "product-thumbnail-section-successfully-deleted-thumbnail": "Успішно видалено мініатюру", - "product-thumbnail-section-error": "Помилка", - "product-thumbnail-section-edit": "Редагувати", - "product-thumbnail-section-upload": "Завантажити", - "product-thumbnail-section-upload-thumbnail-error": "Щось пішло не так під час спроби завантажити мініатюру.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Можливо, у вас не налаштовано файловий сервіс. Зверніться до адміністратора", - "product-thumbnail-section-upload-thumbnail": "Завантажити мініатюру", - "product-thumbnail-section-thumbnail": "Мініатюра", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Використовується для представлення вашого товару під час оформлення замовлення, соціального спілкування та іншого.", - "product-thumbnail-section-cancel": "Скасувати", - "product-thumbnail-section-save-and-close": "Зберегти і закрити", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Додати ціни", - "product-variants-section-add-variant": "Додати варіант", - "product-variants-section-cancel": "Скасувати", - "product-variants-section-save-and-close": "Зберегти і закрити", - "product-variants-section-edit-stock-inventory": "Редагувати запаси та інвентар", - "product-variants-section-edit-variant": "Редагувати варіант", - "edit-variants-modal-cancel": "Скасувати", - "edit-variants-modal-save-and-go-back": "Зберегти і повернутися", - "edit-variants-modal-save-and-close": "Зберегти і закрити", - "edit-variants-modal-edit-variant": "Редагувати варіант", - "edit-variants-modal-update-success": "Варіанти успішно оновлено", - "edit-variants-modal-edit-variants": "Редагувати варіанти", - "edit-variants-modal-product-variants": "Варіанти товару", - "edit-variants-modal-variant": "Варіант", - "edit-variants-modal-inventory": "Наявність", - "product-variants-section-edit-prices": "Редагувати ціни", - "product-variants-section-edit-variants": "Редагувати варіанти", - "product-variants-section-edit-options": "Редагувати опції", - "product-variants-section-product-variants": "Варіанти товару", - "product-variants-section-error": "Помилка", - "product-variants-section-failed-to-update-product-options": "Не вдалося оновити опції товару", - "product-variants-section-success": "Успішно", - "product-variants-section-successfully-updated-product-options": "Опції товару успішно оновлені", - "product-variants-section-product-options": "Опції товару", - "product-variants-section-option-title": "Назва опції", - "product-variants-section-option-title-is-required": "Назва опції обов'язкова", - "product-variants-section-add-an-option": "Додати опцію", - "product-variants-section-inventory": "Наявність", - "product-variants-section-title": "Назва", - "product-variants-section-sku": "Артикул", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Керувати наявністю", - "product-variants-section-duplicate-variant": "Дублювати варіант", - "product-variants-section-delete-variant-label": "Видалити варіант", - "product-variants-section-yes-delete": "Так, видалити", - "product-variants-section-delete-variant-heading": "Видалити варіант", - "product-variants-section-confirm-delete": "Ви впевнені, що хочете видалити цей варіант?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Примітка: Видалення варіанту також призведе до видалення елементів та рівнів наявності", - "reset-token-card-error": "Помилка", - "reset-token-card-reset-your-password": "Скинути пароль", - "reset-token-card-password-reset-description": "Введіть свою адресу електронної пошти нижче, і ми надішлемо вам інструкції зі скидання пароля.", - "reset-token-card-email": "Електронна пошта", - "reset-token-card-this-is-not-a-valid-email": "Це недійсна адреса електронної пошти", - "reset-token-card-send-reset-instructions": "Надіслати інструкції зі скидання", - "reset-token-card-successfully-sent-you-an-email": "Успішно надіслано вам електронного листа", - "reset-token-card-go-back-to-sign-in": "Повернутися до входу", - "rma-return-product-table-product-details": "Деталі товару", - "rma-return-product-table-quantity": "Кількість", - "rma-select-product-table-product-details": "Деталі товару", - "rma-select-product-table-quantity": "Кількість", - "rma-select-product-table-refundable": "Повернення", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Виберіть причину", - "sidebar-store": "Магазин", - "sidebar-orders": "Замовлення", - "sidebar-products": "Товари", - "sidebar-categories": "Категорії", - "sidebar-customers": "Клієнти", - "sidebar-inventory": "Наявність", - "sidebar-discounts": "Знижки", - "sidebar-gift-cards": "Подарункові картки", - "sidebar-pricing": "Ціноутворення", - "sidebar-settings": "Налаштування", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} з {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} з {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} з {{soothedPageCount}}", - "timeline-request-return": "Запит повернення", - "timeline-register-exchange": "Зареєструвати обмін", - "timeline-register-claim": "Зареєструвати претензію", - "timeline-success": "Успішно", - "timeline-added-note": "Додано примітку", - "timeline-error": "Помилка", - "timeline-timeline": "Хронологія", - "upload-modal-new": "новий", - "upload-modal-updates": "оновлення", - "upload-modal-drop-your-file-here-or": "Перетягніть файл сюди або", - "upload-modal-click-to-browse": "натисніть, щоб переглянути.", - "upload-modal-only-csv-files-are-supported": "Підтримуються лише файли .csv.", - "upload-modal-import-file-title": "Імпорт {{fileTitle}}", - "upload-modal-cancel": "Скасувати", - "upload-modal-import-list": "Імпортувати список", - "add-products-modal-add-products": "Додати товари", - "add-products-modal-search-by-name-or-description": "Пошук за назвою або описом...", - "add-products-modal-cancel": "Скасувати", - "add-products-modal-save": "Зберегти", - "add-products-modal-product-details": "Деталі товару", - "add-products-modal-status": "Статус", - "add-products-modal-variants": "Варіанти", - "templates-general": "Загальне", - "templates-first-name": "Ім'я", - "templates-last-name": "Прізвище", - "templates-company": "Компанія", - "templates-phone": "Телефон", - "templates-billing-address": "Платіжна адреса", - "templates-shipping-address": "Адреса доставки", - "templates-address": "Адреса", - "templates-address-1": "Адреса 1", - "templates-address-2": "Адреса 2", - "templates-postal-code": "Поштовий індекс", - "templates-city": "Місто", - "templates-province": "Область", - "templates-country": "Країна", - "templates-metadata": "Метадані", - "collection-modal-success": "Успішно", - "collection-modal-successfully-updated-collection": "Колекцію успішно оновлено", - "collection-modal-error": "Помилка", - "collection-modal-successfully-created-collection": "Колекцію успішно створено", - "collection-modal-edit-collection": "Редагувати колекцію", - "collection-modal-add-collection": "Додати колекцію", - "collection-modal-description": "Для створення колекції вам потрібні лише назва та ідентифікатор.", - "collection-modal-details": "Деталі", - "collection-modal-title-label": "Назва", - "collection-modal-title-placeholder": "Сонцезахисні окуляри", - "collection-modal-handle-label": "Ідентифікатор", - "collection-modal-handle-placeholder": "sunglasses", - "collection-modal-slug-description": "URL-ідентифікатор колекції. Буде автоматично згенеровано, якщо залишити порожнім.", - "collection-modal-metadata": "Метадані", - "collection-modal-cancel": "Скасувати", - "collection-modal-save-collection": "Зберегти колекцію", - "collection-modal-publish-collection": "Опублікувати колекцію", - "collection-product-table-add-products": "Додати товари", - "collection-product-table-products": "Товари", - "collection-product-table-search-products": "Пошук продуктів", - "collection-product-table-cancel": "Скасувати", - "collection-product-table-save": "Зберегти", - "collection-product-table-sort-by": "Сортувати за", - "collection-product-table-all": "Всі", - "collection-product-table-newest": "Найновіші", - "collection-product-table-oldest": "Найстаріші", - "collection-product-table-title": "Назва", - "collection-product-table-decide-status-published": "Опубліковано", - "collection-product-table-draft": "Чернетка", - "collection-product-table-proposed": "Запропоновано", - "collection-product-table-rejected": "Відхилено", - "collection-product-table-remove-product-from-collection": "Видалити продукт з колекції", - "collection-product-table-product-removed-from-collection": "Продукт видалено з колекції", - "collections-table-delete-collection": "Видалити колекцію", - "collections-table-confirm-delete": "Ви впевнені, що хочете видалити цю колекцію?", - "collections-table-edit": "Редагувати", - "collections-table-delete": "Видалити", - "collections-table-title": "Назва", - "collections-table-handle": "Ідентифікатор", - "collections-table-created-at": "Створено", - "collections-table-updated-at": "Оновлено", - "collections-table-products": "Продукти", - "customer-group-table-details": "Деталі", - "customer-group-table-delete": "Видалити", - "customer-group-table-success": "Успішно", - "customer-group-table-group-deleted": "Група видалена", - "customer-group-table-error": "Помилка", - "customer-group-table-failed-to-delete-the-group": "Не вдалося видалити групу", - "customer-group-table-customer-groups": "Групи клієнтів", - "customer-group-table-delete-from-the-group": "Видалити з групи", - "customer-group-table-customer-groups-title": "Групи клієнтів", - "customer-group-table-groups": "Групи", - "customer-group-table-all": "Всі", - "customer-group-table-edit-customers": "Редагувати клієнтів", - "customer-group-table-customers": "Клієнти", - "customer-group-table-cancel": "Скасувати", - "customer-group-table-save": "Зберегти", - "customer-orders-table-orders": "Замовлення", - "customer-orders-table-transfer-order": "Перенести замовлення", - "customer-orders-table-paid": "Оплачено", - "customer-orders-table-awaiting": "Очікує", - "customer-orders-table-requires-action": "Вимагає дії", - "customer-orders-table-n-a": "Н/Д", - "customer-orders-table-fulfilled": "Виконано", - "customer-orders-table-shipped": "Відправлено", - "customer-orders-table-not-fulfilled": "Не виконано", - "customer-orders-table-partially-fulfilled": "Частково виконано", - "customer-orders-table-partially-shipped": "Частково відправлено", - "customer-orders-table-order": "Замовлення", - "customer-orders-table-remainder-more": "+ {{remainder}} більше", - "customer-orders-table-date": "Дата", - "customer-orders-table-fulfillment": "Виконання", - "customer-orders-table-status": "Статус", - "customer-orders-table-total": "Всього", - "customer-table-customers": "Клієнти", - "customer-table-edit": "Редагувати", - "customer-table-details": "Деталі", - "customer-table-date-added": "Дата додавання", - "customer-table-name": "Ім'я", - "customer-table-email": "Електронна пошта", - "customer-table-orders": "Замовлення", - "discount-filter-dropdown-filters": "Фільтри", - "discount-table-discounts": "Знижки", - "discount-table-search-by-code-or-description": "Пошук за кодом або описом...", - "discount-table-success": "Успішно", - "discount-table-successfully-copied-discount": "Знижку успішно скопійовано", - "discount-table-error": "Помилка", - "discount-table-scheduled": "Заплановано", - "discount-table-expired": "Закінчився термін дії", - "discount-table-active": "Активний", - "discount-table-disabled": "Вимкнено", - "discount-table-free-shipping": "Безкоштовна доставка", - "discount-table-code": "Код", - "discount-table-description": "Опис", - "discount-table-amount": "Сума", - "discount-table-status": "Статус", - "discount-table-redemptions": "Використання", - "discount-table-delete-discount": "Видалити знижку", - "discount-table-confirm-delete": "Ви впевнені, що хочете видалити цю знижку?", - "discount-table-publish": "Опублікувати", - "discount-table-unpublish": "Скасувати публікацію", - "discount-table-successfully-published-discount": "Знижку успішно опубліковано", - "discount-table-successfully-unpublished-discount": "Знижку успішно скасовано публікацію", - "discount-table-duplicate": "Дублювати", - "discount-table-delete": "Видалити", - "draft-order-table-draft-orders": "Чернетки замовлень", - "draft-order-table-completed": "Завершено", - "draft-order-table-open": "Відкрито", - "draft-order-table-draft": "Чернетка", - "draft-order-table-order": "Замовлення", - "draft-order-table-date-added": "Дата додавання", - "draft-order-table-customer": "Клієнт", - "draft-order-table-status": "Статус", - "gift-card-filter-dropdown-is-in-the-last": "за останні", - "gift-card-filter-dropdown-is-older-than": "старше ніж", - "gift-card-filter-dropdown-is-after": "після", - "gift-card-filter-dropdown-is-before": "до", - "gift-card-filter-dropdown-is-equal-to": "дорівнює", - "gift-card-filter-dropdown-filters": "Фільтри", - "gift-card-filter-dropdown-status": "Статус", - "gift-card-filter-dropdown-payment-status": "Статус оплати", - "gift-card-filter-dropdown-fulfillment-status": "Статус виконання", - "gift-card-filter-dropdown-date": "Дата", - "gift-card-table-gift-cards": "Подарункові картки", - "gift-card-table-code": "Код", - "gift-card-table-order": "Замовлення", - "gift-card-table-original-amount": "Початкова сума", - "gift-card-table-balance": "Баланс", - "gift-card-table-region-has-been-deleted": "Регіон було видалено", - "gift-card-table-none": "Немає", - "gift-card-table-created": "Створено", - "image-table-file-name": "Назва файлу", - "image-table-thumbnail": "Мініатюра", - "image-table-select-thumbnail-image-for-product": "Виберіть зображення, яке ви хочете використовувати як мініатюру для цього продукту", - "inventory-table-inventory-items": "Елементи інвентаризації", - "inventory-table-actions-adjust-availability": "Налаштувати доступність", - "inventory-table-view-product": "Переглянути товар", - "inventory-table-success": "Успішно", - "inventory-table-inventory-item-updated-successfully": "Елемент інвентаризації успішно оновлено", - "inventory-table-adjust-availability": "Налаштувати доступність", - "inventory-table-cancel": "Скасувати", - "inventory-table-save-and-close": "Зберегти та закрити", - "inventory-table-item": "Елемент", - "inventory-table-variant": "Варіант", - "inventory-table-sku": "Артикул", - "inventory-table-reserved": "Зарезервовано", - "inventory-table-in-stock": "В наявності", - "order-filter-dropdown-filters": "Фільтри", - "order-filter-dropdown-status": "Статус", - "order-filter-dropdown-payment-status": "Статус оплати", - "order-filter-dropdown-fulfillment-status": "Статус виконання", - "order-filter-dropdown-regions": "Регіони", - "order-filter-dropdown-sales-channel": "Канал продажу", - "order-filter-dropdown-date": "Дата", - "order-table-paid": "Оплачено", - "order-table-awaiting": "Очікує", - "order-table-requires-action": "Вимагає дії", - "order-table-canceled": "Скасовано", - "order-table-n-a": "Н/Д", - "order-table-order": "Замовлення", - "order-table-date-added": "Дата додавання", - "order-table-customer": "Клієнт", - "order-table-fulfillment": "Виконання", - "order-table-payment-status": "Статус оплати", - "order-table-sales-channel": "Канал продажу", - "order-table-total": "Всього", - "order-table-filters-complete": "Завершено", - "order-table-filters-incomplete": "Незавершено", - "price-list-table-filters": "Фільтри", - "price-list-table-status": "Статус", - "price-list-table-type": "Тип", - "price-list-table-price-lists": "Прайс-листи", - "price-list-table-success": "Успішно", - "price-list-table-successfully-copied-price-list": "Прайс-лист успішно скопійовано", - "price-list-table-error": "Помилка", - "price-list-table-delete-price-list": "Видалити прайс-лист", - "price-list-table-confirm-delete": "Ви впевнені, що хочете видалити цей прайс-лист?", - "price-list-table-successfully-deleted-the-price-list": "Прайс-лист успішно видалено", - "price-list-table-successfully-unpublished-price-list": "Прайс-лист успішно знято з публікації", - "price-list-table-successfully-published-price-list": "Прайс-лист успішно опубліковано", - "price-list-table-unpublish": "Зняти з публікації", - "price-list-table-publish": "Опублікувати", - "price-list-table-delete": "Видалити", - "price-list-table-name": "Назва", - "price-list-table-description": "Опис", - "price-list-table-groups": "Групи", - "price-list-table-other-more": "+ {{other}} ще", - "price-overrides-apply-overrides-on-selected-variants": "Застосувати зміни на вибрані варіанти", - "price-overrides-apply-on-all-variants": "Застосувати на всі варіанти", - "price-overrides-prices": "Ціни", - "price-overrides-cancel": "Скасувати", - "price-overrides-save-and-close": "Зберегти та закрити", - "price-overrides-show-regions": "Показати регіони", - "product-table-products": "Товари", - "product-table-copy-success": "Успішно", - "product-table-copy-created-a-new-product": "Створено новий товар", - "product-table-copy-error": "Помилка", - "product-table-delete-product": "Видалити товар", - "product-table-confirm-delete": "Ви впевнені, що хочете видалити цей товар?", - "product-table-edit": "Редагувати", - "product-table-unpublish": "Зняти з публікації", - "product-table-publish": "Опублікувати", - "product-table-draft": "чернетка", - "product-table-published": "опубліковано", - "product-table-success": "Успішно", - "product-table-successfully-unpublished-product": "Товар успішно знято з публікації", - "product-table-successfully-published-product": "Товар успішно опубліковано", - "product-table-error": "Помилка", - "product-table-duplicate": "Дублювати", - "product-table-delete": "Видалити", - "product-table-proposed": "Запропоновано", - "product-table-published-title": "Опубліковано", - "product-table-rejected": "Відхилено", - "product-table-draft-title": "Чернетка", - "product-table-name": "Назва", - "product-table-collection": "Колекція", - "product-table-status": "Статус", - "product-table-availability": "Доступність", - "product-table-inventory": "Інвентаризація", - "product-table-inventory-in-stock-count_one": " в наявності для {{count}} варіанту", - "product-table-inventory-in-stock-count_other": " в наявності для {{count}} варіантів", - "reservation-form-location": "Місце", - "reservation-form-choose-where-you-wish-to-reserve-from": "Виберіть місце, з якого ви хочете зарезервувати.", - "reservation-form-item-to-reserve": "Елемент для резервування", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Виберіть елемент, який ви хочете зарезервувати.", - "reservation-form-item": "Елемент", - "reservation-form-in-stock": "В наявності", - "reservation-form-available": "Доступно", - "reservation-form-reserve": "Зарезервувати", - "reservation-form-remove-item": "Видалити елемент", - "reservation-form-description": "Опис", - "reservation-form-what-type-of-reservation-is-this": "Який це тип резервування?", - "reservations-table-reservations": "Резервування", - "reservations-table-edit": "Редагувати", - "reservations-table-delete": "Видалити", - "reservations-table-confirm-delete": "Ви впевнені, що хочете видалити це резервування?", - "reservations-table-remove-reservation": "Видалити резервування", - "reservations-table-reservation-has-been-removed": "Резервування було видалено", - "new-success": "Успішно", - "new-successfully-created-reservation": "Резервування успішно створено", - "new-error": "Помилка", - "new-cancel": "Скасувати", - "new-save-reservation": "Зберегти резервування", - "new-reserve-item": "Зарезервувати елемент", - "new-metadata": "Метадані", - "reservations-table-order-id": "ID замовлення", - "reservations-table-description": "Опис", - "reservations-table-created": "Створено", - "reservations-table-quantity": "Кількість", - "search-modal-start-typing-to-search": "Почніть вводити для пошуку...", - "search-modal-clear-search": "Очистити пошук", - "search-modal-or": "або", - "search-modal-to-navigate": "для навігації", - "search-modal-to-select-and": "вибрати, і", - "search-modal-to-search-anytime": "шукати в будь-який час", - "templates-settings": "Налаштування", - "templates-manage-the-settings-for-your-medusa-store": "Керуйте налаштуваннями свого магазину Medusa", - "transfer-orders-modal-info": "Інформація", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Клієнт вже є власником замовлення", - "transfer-orders-modal-success": "Успішно", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Замовлення успішно перенесено на іншого клієнта", - "transfer-orders-modal-error": "Помилка", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Не вдалося перенести замовлення на іншого клієнта", - "transfer-orders-modal-transfer-order": "Перенести замовлення", - "transfer-orders-modal-order": "Замовлення", - "transfer-orders-modal-current-owner": "Поточний власник", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Клієнт, який наразі пов'язаний з цим замовленням", - "transfer-orders-modal-new-owner": "Новий власник", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Клієнт, на якого перенести це замовлення", - "transfer-orders-modal-cancel": "Скасувати", - "transfer-orders-modal-confirm": "Підтвердити", - "templates-edit-user": "Редагувати користувача", - "templates-remove-user": "Видалити користувача", - "templates-resend-invitation": "Відправити запрошення повторно", - "templates-success": "Успішно", - "templates-invitiation-link-has-been-resent": "Посилання на запрошення було відправлено повторно", - "templates-copy-invite-link": "Скопіювати посилання на запрошення", - "templates-invite-link-copied-to-clipboard": "Посилання на запрошення скопійовано в буфер обміну", - "templates-remove-invitation": "Видалити запрошення", - "templates-expired": "Закінчився термін дії", - "templates-pending": "Очікує", - "templates-all": "Всі", - "templates-member": "Учасник", - "templates-admin": "Адміністратор", - "templates-no-team-permissions": "Немає дозволів команди", - "templates-status": "Статус", - "templates-active": "Активний", - "templates-name": "Ім'я", - "templates-email": "Електронна пошта", - "templates-team-permissions": "Дозволи команди", - "templates-confirm-remove": "Ви впевнені, що хочете видалити цього користувача?", - "templates-remove-user-heading": "Видалити користувача", - "templates-user-has-been-removed": "Користувача було видалено", - "templates-confirm-remove-invite": "Ви впевнені, що хочете видалити це запрошення?", - "templates-remove-invite": "Видалити запрошення", - "templates-invitiation-has-been-removed": "Запрошення було видалено", - "multiselect-choose-categories": "Виберіть категорії", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Успішно", - "details-updated-products-in-collection": "Оновлені товари в колекції", - "details-error": "Помилка", - "details-back-to-collections": "Повернутися до колекцій", - "details-edit-collection": "Редагувати колекцію", - "details-delete": "Видалити", - "details-metadata": "Метадані", - "details-edit-products": "Редагувати товари", - "details-products-in-this-collection": "Товари в цій колекції", - "details-raw-collection": "Необроблена колекція", - "details-delete-collection": "Видалити колекцію", - "details-successfully-deleted-collection": "Колекцію успішно видалено", - "details-yes-delete": "Так, видалити", - "details-successfully-updated-customer": "Клієнта успішно оновлено", - "details-customer-details": "Деталі клієнта", - "details-general": "Загальне", - "details-first-name": "Ім'я", - "details-lebron": "Леброн", - "details-last-name": "Прізвище", - "details-james": "Джеймс", - "details-email": "Електронна пошта", - "details-phone-number": "Номер телефону", - "details-cancel": "Скасувати", - "details-save-and-close": "Зберегти і закрити", - "details-edit": "Редагувати", - "details-back-to-customers": "Повернутися до клієнтів", - "details-first-seen": "Перший раз побачено", - "details-phone": "Телефон", - "details-orders": "Замовлення", - "details-user": "Користувач", - "details-orders_one": "Замовлення {{count}}", - "details-orders_other": "Замовлення {{count}}", - "details-an-overview-of-customer-orders": "Огляд замовлень клієнта", - "details-raw-customer": "Необроблений клієнт", - "groups-group-updated": "Група оновлена", - "groups-group-created": "Група створена", - "groups-the-customer-group-has-been-updated": "Група клієнтів була оновлена", - "groups-the-customer-group-has-been-created": "Група клієнтів була створена", - "groups-edit-customer-group": "Редагувати групу клієнтів", - "groups-create-a-new-customer-group": "Створити нову групу клієнтів", - "groups-details": "Деталі", - "groups-metadata": "Метадані", - "groups-cancel": "Скасувати", - "groups-edit-group": "Редагувати групу", - "groups-publish-group": "Опублікувати групу", - "groups-no-customers-in-this-group-yet": "Поки що немає клієнтів у цій групі", - "groups-customers": "Клієнти", - "groups-edit": "Редагувати", - "groups-delete": "Видалити", - "groups-yes-delete": "Так, видалити", - "groups-delete-the-group": "Видалити групу", - "groups-group-deleted": "Групу видалено", - "groups-confirm-delete-customer-group": "Ви впевнені, що хочете видалити цю групу клієнтів?", - "groups-back-to-customer-groups": "Повернутися до груп клієнтів", - "groups-new-group": "Нова група", - "add-condition-conditions-were-successfully-added": "Умови успішно додані", - "add-condition-discount-conditions-updated": "Умови знижки оновлені", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions повинен використовуватися в межах ConditionsProvider", - "collections-search": "Пошук...", - "collections-cancel": "Скасувати", - "collections-save-and-go-back": "Зберегти і повернутися", - "collections-save-and-close": "Зберегти і закрити", - "customer-groups-search": "Пошук...", - "customer-groups-cancel": "Скасувати", - "customer-groups-save-and-go-back": "Зберегти і повернутися", - "customer-groups-save-and-close": "Зберегти і закрити", - "product-types-search": "Пошук...", - "product-types-cancel": "Скасувати", - "product-types-save-and-go-back": "Зберегти і повернутися", - "product-types-save-and-close": "Зберегти і закрити", - "products-search": "Пошук...", - "products-cancel": "Скасувати", - "products-save-and-go-back": "Зберегти і повернутися", - "products-save-and-close": "Зберегти і закрити", - "tags-search": "Пошук...", - "tags-cancel": "Скасувати", - "tags-save-and-go-back": "Зберегти і повернутися", - "tags-save-and-close": "Зберегти і закрити", - "edit-condition-add-conditions": "Додати умови", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Скасувати вибір", - "edit-condition-remove": "Видалити", - "edit-condition-add": "Додати", - "edit-condition-title": "Редагувати {{type}} в умові знижки", - "edit-condition-close": "Закрити", - "edit-condition-success": "Успішно", - "edit-condition-the-resources-were-successfully-added": "Ресурси успішно додані", - "edit-condition-error": "Помилка", - "edit-condition-failed-to-add-resources": "Не вдалося додати ресурси", - "edit-condition-the-resources-were-successfully-removed": "Ресурси успішно видалені", - "edit-condition-failed-to-remove-resources": "Не вдалося видалити ресурси", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext повинен використовуватися в межах EditConditionProvider", - "conditions-conditions": "Умови", - "conditions-add-condition-label": "Додати умову", - "conditions-this-discount-has-no-conditions": "Ця знижка не має умов", - "conditions-success": "Успішно", - "conditions-condition-removed": "Умова видалена", - "conditions-error": "Помилка", - "conditions-edit-condition": "Редагувати умову", - "conditions-delete-condition": "Видалити умову", - "conditions-discount-is-applicable-to-specific-products": "Знижка застосовується до конкретних товарів", - "conditions-discount-is-applicable-to-specific-collections": "Знижка застосовується до конкретних колекцій", - "conditions-discount-is-applicable-to-specific-product-tags": "Знижка застосовується до конкретних тегів товарів", - "conditions-discount-is-applicable-to-specific-product-types": "Знижка застосовується до конкретних типів товарів", - "conditions-discount-is-applicable-to-specific-customer-groups": "Знижка застосовується до конкретних груп покупців", - "configurations-success": "Успішно", - "configurations-discount-updated-successfully": "Знижка успішно оновлена", - "configurations-error": "Помилка", - "configurations-edit-configurations": "Редагувати конфігурації", - "configurations-cancel": "Скасувати", - "configurations-save": "Зберегти", - "configurations-configurations": "Конфігурації", - "configurations-start-date": "Дата початку", - "configurations-end-date": "Дата закінчення", - "configurations-delete-configuration": "Видалити конфігурацію", - "configurations-discount-end-date-removed": "Дата закінчення знижки видалена", - "configurations-number-of-redemptions": "Кількість використань", - "configurations-redemption-limit-removed": "Обмеження на використання видалено", - "configurations-delete-setting": "Видалити налаштування", - "configurations-discount-duration-removed": "Тривалість знижки видалена", - "general-success": "Успішно", - "general-discount-updated-successfully": "Знижка успішно оновлена", - "general-error": "Помилка", - "general-edit-general-information": "Редагувати загальну інформацію", - "general-details": "Деталі", - "general-metadata": "Метадані", - "general-cancel": "Скасувати", - "general-save-and-close": "Зберегти і закрити", - "general-delete-promotion": "Видалити промоцію", - "general-confirm-delete-promotion": "Ви впевнені, що хочете видалити цю промоцію?", - "general-promotion-deleted-successfully": "Промоцію успішно видалено", - "general-discount-published-successfully": "Знижку успішно опубліковано", - "general-discount-drafted-successfully": "Знижку успішно створено", - "general-delete-discount": "Видалити знижку", - "general-template-discount": "Шаблон знижки", - "general-published": "Опубліковано", - "general-draft": "Чернетка", - "general-discount-amount": "Сума знижки", - "general-valid-regions": "Дійсні регіони", - "general-total-redemptions": "Загальна кількість використань", - "general-free-shipping": "БЕЗКОШТОВНА ДОСТАВКА", - "general-unknown-discount-type": "Невідомий тип знижки", - "details-discount-deleted": "Знижку видалено", - "details-confirm-delete-discount": "Ви впевнені, що хочете видалити цю знижку?", - "details-delete-discount": "Видалити знижку", - "details-back-to-discounts": "Повернутися до знижок", - "details-raw-discount": "Сирова знижка", - "discounts-add-discount": "Додати знижку", - "discount-form-add-conditions": "Додати умови", - "discount-form-choose-a-condition-type": "Виберіть тип умови", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Ви можете додати лише одну умову кожного типу", - "discount-form-you-cannot-add-any-more-conditions": "Ви не можете додати більше умов", - "discount-form-cancel": "Скасувати", - "discount-form-save": "Зберегти", - "add-condition-tables-cancel": "Скасувати", - "add-condition-tables-save-and-add-more": "Зберегти і додати ще", - "add-condition-tables-save-and-close": "Зберегти і закрити", - "add-condition-tables-search-by-title": "Пошук за назвою...", - "add-condition-tables-search-groups": "Пошук груп...", - "add-condition-tables-search-products": "Пошук товарів...", - "add-condition-tables-search-by-tag": "Пошук за тегом...", - "add-condition-tables-search-by-type": "Пошук за типом...", - "details-condition-tables-search-by-title": "Пошук за назвою...", - "details-condition-tables-search-groups": "Пошук груп...", - "details-condition-tables-cancel": "Скасувати", - "details-condition-tables-save-and-add-more": "Зберегти та додати ще", - "details-condition-tables-save-and-close": "Зберегти та закрити", - "details-condition-tables-search-products": "Пошук продуктів...", - "details-condition-tables-search-by-tag": "Пошук за тегом...", - "details-condition-tables-search-by-type": "Пошук за типом...", - "edit-condition-tables-search-by-title": "Пошук за назвою...", - "edit-condition-tables-title": "Назва", - "edit-condition-tables-search-groups": "Пошук груп...", - "edit-condition-tables-cancel": "Скасувати", - "edit-condition-tables-delete-condition": "Видалити умову", - "edit-condition-tables-save": "Зберегти", - "edit-condition-tables-search-products": "Пошук продуктів...", - "edit-condition-tables-search-by-tag": "Пошук за тегом...", - "edit-condition-tables-search-by-type": "Пошук за типом...", - "shared-title": "Назва", - "shared-products": "Продукти", - "shared-applies-to-the-selected-items": "Застосовується до вибраних елементів.", - "shared-applies-to-all-items-except-the-selected-items": "Застосовується до всіх елементів, крім вибраних.", - "shared-members": "Учасники", - "shared-status": "Статус", - "shared-variants": "Варіанти", - "shared-tag": "Тег", - "shared-type": "Тип", - "edit-conditions-modal-title": "Редагувати {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm повинен бути дочірнім елементом DiscountFormContext", - "discount-form-error": "Помилка", - "discount-form-save-as-draft": "Зберегти як чернетку", - "discount-form-publish-discount": "Опублікувати знижку", - "discount-form-create-new-discount": "Створити нову знижку", - "discount-form-discount-type": "Тип знижки", - "discount-form-select-a-discount-type": "Виберіть тип знижки", - "discount-form-allocation": "Розподіл", - "discount-form-general": "Загальне", - "discount-form-configuration": "Конфігурація", - "discount-form-discount-code-application-disclaimer": "Код знижки застосовується з моменту натискання кнопки «Опублікувати» і назавжди, якщо його не змінювати.", - "discount-form-conditions": "Умови", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Код знижки застосовується до всіх продуктів, якщо його не змінювати.", - "discount-form-add-conditions-to-your-discount": "Додайте умови до вашої знижки", - "discount-form-metadata": "Метадані", - "discount-form-metadata-usage-description": "Метадані дозволяють додати додаткову інформацію до вашої знижки.", - "condition-item-remainder-more": "+{{remainder}} ще", - "conditions-edit": "Редагувати", - "conditions-product": "Продукт", - "conditions-collection": "Колекція", - "conditions-tag": "Тег", - "conditions-customer-group": "Група клієнтів", - "conditions-type": "Тип", - "conditions-add-condition": "Додати умову", - "sections-start-date": "Дата початку", - "sections-schedule-the-discount-to-activate-in-the-future": "Заплануйте активацію знижки в майбутньому.", - "sections-select-discount-start-date": "Якщо ви хочете запланувати активацію знижки в майбутньому, ви можете встановити тут дату початку, в іншому випадку знижка буде активна негайно.", - "sections-start-time": "Час початку", - "sections-discount-has-an-expiry-date": "Знижка має дату закінчення?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Заплануйте деактивацію знижки в майбутньому.", - "sections-select-discount-end-date": "Якщо ви хочете запланувати деактивацію знижки в майбутньому, ви можете встановити тут дату закінчення.", - "sections-expiry-date": "Дата закінчення", - "sections-expiry-time": "Час закінчення", - "sections-limit-the-number-of-redemptions": "Обмежити кількість використань?", - "sections-limit-applies-across-all-customers-not-per-customer": "Обмеження поширюється на всіх клієнтів, а не на кожного окремого клієнта.", - "sections-limit-discount-number-of-uses": "Якщо ви хочете обмежити кількість разів, коли клієнт може скористатися цією знижкою, ви можете встановити обмеження тут.", - "sections-number-of-redemptions": "Кількість використань", - "sections-availability-duration": "Тривалість доступності?", - "sections-set-the-duration-of-the-discount": "Встановіть тривалість знижки.", - "sections-select-a-discount-type": "Виберіть тип знижки", - "sections-total-amount": "Загальна сума", - "sections-apply-to-the-total-amount": "Застосувати до загальної суми", - "sections-item-specific": "Конкретний елемент", - "sections-apply-to-every-allowed-item": "Застосувати до кожного дозволеного елемента", - "sections-percentage": "Відсоток", - "sections-fixed-amount": "Фіксована сума", - "sections-discount-in-whole-numbers": "Знижка цілими числами", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Ви можете вибрати лише один дійсний регіон, якщо хочете використовувати тип фіксованої суми", - "sections-free-shipping": "Безкоштовна доставка", - "sections-override-delivery-amount": "Перевизначити суму доставки", - "sections-at-least-one-region-is-required": "Потрібен принаймні один регіон", - "sections-choose-valid-regions": "Виберіть дійсні регіони", - "sections-code": "Код", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Потрібен код", - "sections-amount-is-required": "Потрібна сума", - "sections-amount": "Сума", - "sections-customer-invoice-code": "Код, який ваші клієнти введуть під час оформлення замовлення. Він з'явиться на рахунку вашого клієнта.", - "sections-uppercase-letters-and-numbers-only": "Тільки прописні літери та цифри.", - "sections-description": "Опис", - "sections-summer-sale-2022": "Літня розпродаж 2022", - "sections-this-is-a-template-discount": "Це знижка-шаблон", - "sections-template-discounts-description": "Знижки-шаблони дозволяють визначити набір правил, які можна використовувати для групи знижок. Це корисно в кампаніях, які повинні генерувати унікальні коди для кожного користувача, але правила для всіх унікальних кодів повинні бути однаковими.", - "discount-form-product": "Продукт", - "discount-form-only-for-specific-products": "Тільки для певних продуктів", - "discount-form-choose-products": "Виберіть продукти", - "discount-form-customer-group": "Група клієнтів", - "discount-form-only-for-specific-customer-groups": "Тільки для певних груп клієнтів", - "discount-form-choose-groups": "Виберіть групи", - "discount-form-tag": "Тег", - "discount-form-only-for-specific-tags": "Тільки для певних тегів", - "discount-form-collection": "Колекція", - "discount-form-only-for-specific-product-collections": "Тільки для певних колекцій товарів", - "discount-form-choose-collections": "Виберіть колекції", - "discount-form-type": "Тип", - "discount-form-only-for-specific-product-types": "Тільки для певних типів товарів", - "discount-form-choose-types": "Виберіть типи", - "utils-products": "товари", - "utils-groups": "групи", - "utils-tags": "теги", - "utils-collections": "колекції", - "utils-types": "типи", - "gift-cards-created-gift-card": "Створена подарункова картка", - "gift-cards-custom-gift-card-was-created-successfully": "Призначена картка була успішно створена", - "gift-cards-error": "Помилка", - "gift-cards-custom-gift-card": "Призначена картка", - "gift-cards-details": "Деталі", - "gift-cards-receiver": "Отримувач", - "gift-cards-cancel": "Скасувати", - "gift-cards-create-and-send": "Створити та надіслати", - "details-updated-gift-card": "Оновлена подарункова картка", - "details-gift-card-was-successfully-updated": "Подарункова картка була успішно оновлена", - "details-failed-to-update-gift-card": "Не вдалося оновити подарункову картку", - "details-edit-gift-card": "Редагувати призначену картку", - "details-details": "Деталі", - "details-edit-details": "Редагувати деталі", - "details-update-balance-label": "Оновити баланс", - "details-updated-status": "Оновлений статус", - "details-successfully-updated-the-status-of-the-gift-card": "Успішно оновлено статус подарункової картки", - "details-back-to-gift-cards": "Повернутися до подарункових карток", - "details-original-amount": "Початкова сума", - "details-balance": "Баланс", - "details-region": "Регіон", - "details-expires-on": "Термін дії закінчується", - "details-created": "Створено", - "details-raw-gift-card": "Необроблена подарункова картка", - "details-balance-updated": "Баланс оновлено", - "details-gift-card-balance-was-updated": "Баланс подарункової картки було оновлено", - "details-failed-to-update-balance": "Не вдалося оновити баланс", - "details-update-balance": "Оновити баланс", - "manage-back-to-gift-cards": "Повернутися до подарункових карток", - "gift-cards-please-enter-a-name-for-the-gift-card": "Будь ласка, введіть назву для подарункової картки", - "gift-cards-please-add-at-least-one-denomination": "Будь ласка, додайте принаймні одну номінал", - "gift-cards-denominations": "Номінали", - "gift-cards-success": "Успіх", - "gift-cards-successfully-created-gift-card": "Подарункова картка успішно створена", - "gift-cards-create-gift-card": "Створити подарункову картку", - "gift-cards-gift-card-details": "Деталі подарункової картки", - "gift-cards-name": "Назва", - "gift-cards-the-best-gift-card": "Найкраща подарункова картка", - "gift-cards-description": "Опис", - "gift-cards-the-best-gift-card-of-all-time": "Найкраща подарункова картка усіх часів", - "gift-cards-thumbnail": "Мініатюра", - "gift-cards-delete": "Видалити", - "gift-cards-size-recommended": "Рекомендований розмір 1200 x 1600 (3:4), до 10 МБ кожен", - "gift-cards-amount": "Сума", - "gift-cards-add-denomination": "Додати номінал", - "gift-cards-create-publish": "Створити та опублікувати", - "gift-cards-successfully-updated-gift-card": "Подарункова картка успішно оновлена", - "gift-cards-gift-cards": "Подарункові картки", - "gift-cards-manage": "Керуйте подарунковими картками вашого магазину Medusa", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Ви готові продавати свою першу подарункову картку?", - "gift-cards-no-gift-card-has-been-added-yet": "Жодна подарункова картка ще не була додана.", - "gift-cards-history": "Історія", - "gift-cards-see-the-history-of-purchased-gift-cards": "Перегляньте історію придбаних подарункових карток", - "gift-cards-successfully-deleted-gift-card": "Подарункова картка успішно видалена", - "gift-cards-yes-delete": "Так, видалити", - "gift-cards-delete-gift-card": "Видалити подарункову картку", - "inventory-filters": "Фільтри", - "address-form-address": "Адреса", - "address-form-company": "Компанія", - "address-form-address-1": "Адреса 1", - "address-form-this-field-is-required": "Це поле обов'язкове", - "address-form-address-2": "Адреса 2", - "address-form-postal-code": "Поштовий індекс", - "address-form-city": "Місто", - "address-form-country": "Країна", - "edit-sales-channels-edit-channels": "Редагувати канали", - "edit-sales-channels-add-channels": "Додати канали", - "general-form-location-name": "Назва розташування", - "general-form-flagship-store-warehouse": "Флагманський магазин, склад", - "general-form-name-is-required": "Необхідно ввести назву", - "location-card-delete-location": "Видалити розташування", - "location-card-confirm-delete": "Ви впевнені, що хочете видалити це розташування? Це також призведе до видалення всіх рівнів запасів та бронювань, пов'язаних з цим розташуванням.", - "location-card-success": "Успіх", - "location-card-location-deleted-successfully": "Розташування успішно видалено", - "location-card-error": "Помилка", - "location-card-edit-details": "Редагувати деталі", - "location-card-delete": "Видалити", - "location-card-connected-sales-channels": "Підключені канали продажу", - "sales-channels-form-add-sales-channels": "Додати канали продажу", - "sales-channels-form-edit-channels": "Редагувати канали", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Ще не підключено до жодного каналу продажу", - "edit-success": "Успіх", - "edit-location-edited-successfully": "Розташування успішно відредаговано", - "edit-error": "Помилка", - "edit-edit-location-details": "Редагувати деталі розташування", - "edit-metadata": "Метадані", - "edit-cancel": "Скасувати", - "edit-save-and-close": "Зберегти та закрити", - "new-location-added-successfully": "Розташування успішно додано", - "new-location-created": "Розташування було успішно створено, але сталася помилка при пов'язанні каналів продажу", - "new-cancel-location-changes": "Ви впевнені, що хочете скасувати з не збереженими змінами?", - "new-yes-cancel": "Так, скасувати", - "new-no-continue-creating": "Ні, продовжити створення", - "new-add-location": "Додати розташування", - "new-add-new-location": "Додати нове розташування", - "new-general-information": "Загальна інформація", - "new-location-details": "Вкажіть деталі про це розташування", - "new-select-location-channel": "Вкажіть, через які канали продажу можна придбати товари цього розташування.", - "oauth-complete-installation": "Завершити установку", - "claim-type-form-refund": "Повернення", - "claim-type-form-replace": "Замінити", - "items-to-receive-form-items-to-receive": "Товари для отримання", - "items-to-receive-form-product": "Товар", - "items-to-receive-form-quantity": "Кількість", - "items-to-receive-form-refundable": "Повернення", - "add-return-reason-reason-for-return": "Причина повернення", - "add-return-reason-reason": "Причина", - "add-return-reason-choose-a-return-reason": "Виберіть причину повернення", - "add-return-reason-note": "Примітка", - "add-return-reason-product-was-damaged-during-shipping": "Товар був пошкоджений під час доставки", - "add-return-reason-cancel": "Скасувати", - "add-return-reason-save-and-go-back": "Зберегти і повернутися", - "add-return-reason-select-reason-title": "Виберіть причину", - "add-return-reason-edit-reason": "Редагувати причину", - "add-return-reason-select-reason": "Виберіть причину", - "items-to-return-form-items-to-claim": "Товари для вимоги", - "items-to-return-form-items-to-return": "Товари для повернення", - "items-to-return-form-product": "Товар", - "items-to-return-form-quantity": "Кількість", - "items-to-return-form-refundable": "Повернення", - "add-additional-items-screen-go-back": "Повернутися", - "add-additional-items-screen-add-products": "Додати товари", - "add-additional-items-screen-add-product-variants": "Додати варіанти товару", - "add-additional-items-screen-search-products": "Пошук товарів", - "add-additional-items-screen-variant-price-missing": "Цей варіант не має ціни для регіону/валюти цього замовлення і не може бути вибраний.", - "add-additional-items-screen-stock": "Запас", - "add-additional-items-screen-price": "Ціна", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Ціна була перевизначена в прайс-листі, який застосовується до цього замовлення.", - "items-to-send-form-items-to-send": "Товари для відправки", - "items-to-send-form-add-products": "Додати товари", - "items-to-send-form-product": "Товар", - "items-to-send-form-quantity": "Кількість", - "items-to-send-form-price": "Ціна", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Ціна була перевизначена в прайс-листі, який застосовується до цього замовлення.", - "refund-amount-form-cancel-editing-refund-amount": "Скасувати редагування суми повернення", - "refund-amount-form-edit-refund-amount": "Редагувати суму повернення", - "refund-amount-form-refund-amount-cannot-be-negative": "Сума повернення не може бути від'ємною", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Сума повернення повинна бути не менше 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} товарів не зарезервовано", - "reservation-indicator-this-item-has-been-fulfilled": "Цей товар був виконаний.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} товар: ${{locationName}}", - "reservation-indicator-edit-reservation": "Редагувати резервування", - "rma-summaries-claimed-items": "Вимоги на товари", - "rma-summaries-replacement-items": "Товари для заміни", - "rma-summaries-customer-refund-description": "Клієнт отримає повний повернення за вимоги на товари, оскільки вартість товарів для заміни та доставки не буде вираховуватись. Альтернативно, ви можете встановити власну суму повернення при отриманні повернутих товарів або створити обмін.", - "rma-summaries-refund-amount": "Сума повернення", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Клієнт отримає повернення після отримання повернутих товарів", - "rma-summaries-the-customer-will-be-refunded-immediately": "Клієнт отримає повернення негайно", - "rma-summaries-receiving": "Отримання", - "rma-summaries-free": "Безкоштовно", - "send-notification-form-return": "повернення", - "send-notification-form-exchange": "обмін", - "send-notification-form-claim": "вимога", - "send-notification-form-send-notifications": "Надіслати повідомлення", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Якщо не відмічено, клієнт не отримає повідомлення про це {{subject}}.", - "shipping-address-form-shipping-address": "Адреса доставки", - "shipping-address-form-ship-to-a-different-address": "Доставити за іншою адресою", - "shipping-address-form-cancel": "Скасувати", - "shipping-address-form-save-and-go-back": "Зберегти і повернутися", - "shipping-address-form-shipping-information": "Інформація про доставку", - "shipping-form-shipping-for-return-items": "Доставка для повернених товарів", - "shipping-form-shipping-for-replacement-items": "Доставка для товарів для заміни", - "shipping-form-shipping-method-is-required": "Необхідний метод доставки", - "shipping-form-choose-shipping-method": "Виберіть метод доставки", - "shipping-form-shipping-method": "Метод доставки", - "shipping-form-add-custom-price": "Додати власну ціну", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Повернення товарів, вимаганих клієнтом, є безкоштовним.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Доставка товарів для заміни є безкоштовною.", - "components-decrease-quantity": "Зменшити кількість", - "components-increase-quantity": "Збільшити кількість", - "details-successfully-updated-address": "Адресу успішно оновлено", - "details-billing-address": "Адреса оплати", - "details-shipping-address": "Адреса доставки", - "details-contact": "Контакт", - "details-location": "Місцезнаходження", - "claim-are-you-sure-you-want-to-close": "Ви впевнені, що хочете закрити?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "У вас є незбережені зміни, ви впевнені, що хочете закрити?", - "claim-please-select-a-reason": "Виберіть причину", - "claim-a-shipping-method-for-replacement-items-is-required": "Необхідний метод доставки для товарів для заміни", - "claim-successfully-created-claim": "Вимогу успішно створено", - "claim-created": "Вимога для замовлення №{{display_id}} була успішно створена", - "claim-error-creating-claim": "Помилка при створенні вимоги", - "claim-create-claim": "Створити вимогу", - "claim-location": "Місцезнаходження", - "claim-choose-which-location-you-want-to-return-the-items-to": "Виберіть місцезнаходження, до якого ви хочете повернути товари.", - "claim-select-location-to-return-to": "Виберіть місцезнаходження для повернення", - "claim-cancel": "Скасувати", - "claim-submit-and-close": "Надіслати та закрити", - "create-fulfillment-error": "Помилка", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Виберіть місце для виконання", - "create-fulfillment-cant-allow-this-action": "Не можна дозволити цю дію", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Спроба виконати більше, ніж є в наявності", - "create-fulfillment-successfully-fulfilled-order": "Замовлення успішно виконано", - "create-fulfillment-successfully-fulfilled-swap": "Успішно виконано обмін", - "create-fulfillment-successfully-fulfilled-claim": "Успішно виконано претензію", - "create-fulfillment-success": "Успішно", - "create-fulfillment-cancel": "Скасувати", - "create-fulfillment-create-fulfillment": "Створити виконання", - "create-fulfillment-create-fulfillment-title": "Створити виконання", - "create-fulfillment-locations": "Місця", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Виберіть, звідки ви хочете виконати", - "create-fulfillment-items-to-fulfill": "Елементи для виконання", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Виберіть кількість елементів, яку ви хочете виконати", - "create-fulfillment-send-notifications": "Надіслати повідомлення", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "При перемиканні будуть надіслані повідомлення електронної пошти", - "create-fulfillment-quantity-is-not-valid": "Кількість недійсна", - "detail-cards-allocated": "Виділено", - "detail-cards-not-fully-allocated": "Не повністю виділено", - "detail-cards-subtotal": "Підсумок", - "detail-cards-shipping": "Доставка", - "detail-cards-tax": "Податок", - "detail-cards-total": "Всього", - "detail-cards-edit-order": "Редагувати замовлення", - "detail-cards-allocate": "Виділити", - "detail-cards-discount": "Знижка:", - "detail-cards-original-total": "Початкова сума", - "details-successfully-updated-the-email-address": "Адресу електронної пошти успішно оновлено", - "details-email-address": "Адреса електронної пошти", - "details-save": "Зберегти", - "details-order-id-copied": "ID замовлення скопійовано", - "details-email-copied": "Електронну пошту скопійовано", - "details-cancel-order-heading": "Скасувати замовлення", - "details-are-you-sure-you-want-to-cancel-the-order": "Ви впевнені, що хочете скасувати замовлення?", - "order-details-display-id": "замовлення №{{display_id}}", - "details-successfully-canceled-order": "Замовлення успішно скасовано", - "details-go-to-customer": "Перейти до клієнта", - "details-transfer-ownership": "Передати власність", - "details-edit-shipping-address": "Редагувати адресу доставки", - "details-edit-billing-address": "Редагувати адресу оплати", - "details-edit-email-address": "Редагувати адресу електронної пошти", - "details-back-to-orders": "Повернутися до замовлень", - "details-cancel-order": "Скасувати замовлення", - "details-payment": "Оплата", - "details-refunded": "Повернуто", - "details-total-paid": "Всього оплачено", - "details-fulfillment": "Виконання", - "details-create-fulfillment": "Створити виконання", - "details-shipping-method": "Метод доставки", - "details-customer": "Клієнт", - "details-shipping": "Доставка", - "details-billing": "Оплата", - "details-raw-order": "Необроблене замовлення", - "mark-shipped-successfully-marked-order-as-shipped": "Замовлення успішно позначено як відправлене", - "mark-shipped-successfully-marked-swap-as-shipped": "Успішно позначено обмін як відправлений", - "mark-shipped-successfully-marked-claim-as-shipped": "Успішно позначено претензію як відправлену", - "mark-shipped-success": "Успішно", - "mark-shipped-error": "Помилка", - "mark-shipped-mark-fulfillment-shipped": "Позначити виконання як відправлене", - "mark-shipped-tracking": "Відстеження", - "mark-shipped-tracking-number-label": "Номер відстеження", - "mark-shipped-tracking-number": "Номер відстеження...", - "mark-shipped-add-additional-tracking-number": "+ Додати додатковий номер відстеження", - "mark-shipped-send-notifications": "Надіслати повідомлення", - "mark-shipped-cancel": "Скасувати", - "mark-shipped-complete": "Завершити", - "order-line-warning": "Попередження", - "order-line-cannot-duplicate-an-item-without-a-variant": "Не можна дублювати елемент без варіанту", - "order-line-error": "Помилка", - "order-line-failed-to-duplicate-item": "Не вдалося скопіювати елемент", - "order-line-success": "Успішно", - "order-line-item-removed": "Елемент видалено", - "order-line-failed-to-remove-item": "Не вдалося видалити елемент", - "order-line-item-added": "Елемент додано", - "order-line-failed-to-replace-the-item": "Не вдалося замінити елемент", - "order-line-replace-product-variants": "Замінити варіанти продукту", - "order-line-replace-with-other-item": "Замінити іншим елементом", - "order-line-duplicate-item": "Дублювати елемент", - "order-line-remove-item": "Видалити елемент", - "order-line-line-item-cannot-be-edited": "Цей елемент рядка є частиною виконання і не може бути відредагований. Скасуйте виконання, щоб відредагувати елемент рядка.", - "order-line-new": "Новий", - "order-line-modified": "Змінено", - "receive-return-please-select-at-least-one-item-to-receive": "Виберіть принаймні один елемент для отримання", - "receive-return-successfully-received-return": "Повернення успішно отримано", - "receive-return-received-return-for-order": "Отримано повернення для замовлення №{{display_id}}", - "receive-return-failed-to-receive-return": "Не вдалося отримати повернення", - "receive-return-receive-return": "Отримати повернення", - "receive-return-location": "Місце", - "receive-return-choose-location": "Виберіть місце, куди ви хочете повернути товари", - "receive-return-select-location-to-return-to": "Виберіть місце для повернення", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Для товарів у вибраному місці не існує рівнів запасів", - "receive-return-cancel": "Скасувати", - "receive-return-save-and-close": "Зберегти та закрити", - "refund-success": "Успішно", - "refund-successfully-refunded-order": "Замовлення успішно повернуто", - "refund-error": "Помилка", - "refund-create-a-refund": "Створити повернення", - "refund-attention": "Увага!", - "refund-system-payment-disclaimer": "Одна або кілька з ваших оплат є системними. Зверніть увагу, що захоплення та повернення не обробляються Medusa для таких платежів.", - "refund-details": "Деталі", - "refund-cannot-refund-more-than-the-orders-net-total": "Не можна повернути більше, ніж чистий загальний замовлення.", - "refund-discount": "Знижка", - "refund-reason": "Причина", - "refund-note": "Примітка", - "refund-discount-for-loyal-customer": "Знижка для постійного клієнта", - "refund-send-notifications": "Надіслати повідомлення", - "refund-cancel": "Скасувати", - "refund-complete": "Завершити", - "reservation-reservation-was-deleted": "Бронювання було видалено", - "reservation-the-allocated-items-have-been-released": "Виділені товари були звільнені.", - "reservation-error": "Помилка", - "reservation-failed-to-delete-the-reservation": "Не вдалося видалити бронювання", - "reservation-reservation-was-updated": "Бронювання було оновлено", - "reservation-the-reservation-change-was-saved": "Зміна бронювання була збережена.", - "reservation-errors": "Помилки", - "reservation-failed-to-update-reservation": "Не вдалося оновити бронювання", - "reservation-edit-reservation": "Редагувати бронювання", - "reservation-location": "Місцезнаходження", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Виберіть місцезнаходження, з якого ви хочете відправити товари.", - "reservation-items-to-allocate-title": "Товари для виділення", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Виберіть кількість товарів, яку ви хочете виділити.", - "reservation-max-reservation-requested": " / {{maxReservation}} запитано", - "reservation-reserved": " зарезервовано", - "reservation-description": "Опис", - "reservation-what-type-of-reservation-is-this": "Який це тип бронювання?", - "reservation-metadata": "Метадані", - "reservation-remove-metadata": "Видалити метадані", - "reservation-add-metadata": "Додати метадані", - "reservation-delete-reservation": "Видалити бронювання", - "reservation-cancel": "Скасувати", - "reservation-save-and-close": "Зберегти і закрити", - "reservation-couldnt-allocate-items": "Не вдалося виділити товари", - "reservation-items-allocated": "Товари виділено", - "reservation-items-have-been-allocated-successfully": "Товари успішно виділені", - "reservation-save-reservation": "Зберегти бронювання", - "reservation-loading": "Завантаження...", - "reservation-allocate-order-items": "Виділити товари замовлення", - "reservation-choose-where-you-wish-to-allocate-from": "Виберіть, звідки ви хочете виділити товари", - "reservation-items-to-allocate": "Товари для виділення", - "returns-success": "Успішно", - "returns-successfully-returned-order": "Замовлення успішно повернуто", - "returns-error": "Помилка", - "returns-request-return": "Запит повернення", - "returns-items-to-return": "Товари для повернення", - "returns-choose-which-location-you-want-to-return-the-items-to": "Виберіть місцезнаходження, куди ви хочете повернути товари.", - "returns-select-location-to-return-to": "Виберіть місцезнаходження для повернення", - "returns-selected-location-has-no-inventory-levels": "Вибране місцезнаходження не має рівнів запасів для вибраних товарів. Повернення можна запитати, але його не можна отримати, поки не буде створено рівень запасу для вибраного місцезнаходження.", - "returns-shipping": "Доставка", - "returns-choose-retur,-shipping-method": "Виберіть метод доставки для цього повернення.", - "returns-total-refund": "Загальний повернення", - "returns-amount": "Сума", - "returns-send-notifications": "Надіслати повідомлення", - "returns-notify-customer-of-created-return": "Повідомити клієнта про створене повернення", - "returns-back": "Назад", - "returns-submit": "Надіслати", - "rma-sub-modals-search-for-additional": "Пошук додаткових", - "rma-sub-modals-general": "Загальне", - "rma-sub-modals-first-name": "Ім'я", - "rma-sub-modals-last-name": "Прізвище", - "rma-sub-modals-phone": "Телефон", - "rma-sub-modals-shipping-address": "Адреса доставки", - "rma-sub-modals-address-1": "Адреса 1", - "rma-sub-modals-address-2": "Адреса 2", - "rma-sub-modals-province": "Область", - "rma-sub-modals-postal-code": "Поштовий індекс", - "rma-sub-modals-city": "Місто", - "rma-sub-modals-country": "Країна", - "rma-sub-modals-back": "Назад", - "rma-sub-modals-add": "Додати", - "rma-sub-modals-name": "Назва", - "rma-sub-modals-status": "Статус", - "rma-sub-modals-in-stock": "В наявності", - "rma-sub-modals-products": "Товари", - "rma-sub-modals-search-products": "Пошук товарів..", - "rma-sub-modals-reason-for-return": "Причина повернення", - "rma-sub-modals-reason": "Причина", - "rma-sub-modals-note": "Примітка", - "swap-success": "Успішно", - "swap-successfully-created-exchange": "Успішно створено обмін", - "swap-error": "Помилка", - "swap-register-exchange": "Зареєструвати обмін", - "swap-items-to-return": "Товари для повернення", - "swap-shipping": "Доставка", - "swap-shipping-method": "Метод доставки", - "swap-add-a-shipping-method": "Додати метод доставки", - "swap-location": "Місцезнаходження", - "swap-choose-which-location-you-want-to-return-the-items-to": "Виберіть місцезнаходження, куди ви хочете повернути товари.", - "swap-select-location-to-return-to": "Виберіть місцезнаходження для повернення", - "swap-items-to-send": "Товари для відправки", - "swap-add-product": "Додати товар", - "swap-return-total": "Загальне повернення", - "swap-additional-total": "Додаткове загальне", - "swap-outbond-shipping": "Вихідна доставка", - "swap-calculated-at-checkout": "Розраховано при оформленні замовлення", - "swap-estimated-difference": "Орієнтовна різниця", - "swap-send-notifications": "Надіслати повідомлення", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Якщо не відмічено, клієнт не отримає повідомлення про цей обмін", - "swap-complete": "Завершити", - "templates-shipped": "Відправлено", - "templates-fulfilled": "Виконано", - "templates-canceled": "Скасовано", - "templates-partially-fulfilled": "Частково виконано", - "templates-fulfillment-status-requires-action": "Вимагає дії", - "templates-awaiting-fulfillment": "Очікує виконання", - "templates-partially-shipped": "Частково відправлено", - "templates-cancel-fulfillment-heading": "Скасувати виконання?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Ви впевнені, що хочете скасувати виконання?", - "templates-successfully-canceled-swap": "Успішно скасовано обмін", - "templates-error": "Помилка", - "templates-successfully-canceled-claim": "Успішно скасовано претензію", - "templates-successfully-canceled-fulfillment": "Успішно скасовано виконання", - "templates-fulfillment-has-been-canceled": "Виконання було скасовано", - "templates-fulfilled-by-provider": "{{title}} Виконується {{provider}}", - "templates-not-shipped": "Не відправлено", - "templates-tracking": "Відстеження", - "templates-shipped-from": "Відправлено з", - "templates-shipping-from": "Відправлення з", - "templates-mark-shipped": "Позначити відправлено", - "templates-cancel-fulfillment": "Скасувати виконання", - "templates-completed": "Завершено", - "templates-processing": "Обробка", - "templates-requires-action": "Вимагає дії", - "templates-capture-payment": "Захоплення платежу", - "templates-successfully-captured-payment": "Успішно захоплено платіж", - "templates-refund": "Повернення коштів", - "templates-total-for-swaps": "Загальна сума для обміну", - "templates-refunded-for-swaps": "Повернуто для обміну", - "templates-refunded-for-returns": "Повернуто для повернень", - "templates-manually-refunded": "Повернуто вручну", - "templates-net-total": "Чиста сума", - "templates-paid": "Оплачено", - "templates-awaiting-payment": "Очікується оплата", - "templates-payment-status-requires-action": "Вимагає дії статусу оплати", - "draft-orders-completed": "Завершено", - "draft-orders-open": "Відкрито", - "draft-orders-mark-as-paid": "Позначити як оплачено", - "draft-orders-success": "Успішно", - "draft-orders-successfully-mark-as-paid": "Успішно позначено як оплачено", - "draft-orders-error": "Помилка", - "draft-orders-successfully-canceled-order": "Замовлення успішно скасовано", - "draft-orders-back-to-draft-orders": "Повернутися до чернеток замовлень", - "on-mark-as-paid-confirm-order-id": "Замовлення №{{display_id}}", - "draft-orders-go-to-order": "Перейти до замовлення", - "draft-orders-cancel-draft-order": "Скасувати чернетку замовлення", - "draft-orders-draft-order": "Чернетка замовлення", - "draft-orders-email": "Електронна пошта", - "draft-orders-phone": "Телефон", - "draft-orders-amount": "Сума {{currency_code}}", - "draft-orders-payment": "Оплата", - "draft-orders-subtotal": "Підсумок", - "draft-orders-shipping": "Доставка", - "draft-orders-tax": "Податок", - "draft-orders-total-to-pay": "Всього до сплати", - "draft-orders-payment-link": "Посилання на оплату:", - "draft-orders-configure-payment-link-in-store-settings": "Налаштувати посилання на оплату в налаштуваннях магазину", - "draft-orders-shipping-method": "Метод доставки", - "draft-orders-data": "Дані", - "draft-orders-1-item": "(1 позиція)", - "draft-orders-customer": "Клієнт", - "draft-orders-edit-shipping-address": "Редагувати адресу доставки", - "draft-orders-edit-billing-address": "Редагувати адресу оплати", - "draft-orders-go-to-customer": "Перейти до клієнта", - "draft-orders-contact": "Контакт", - "draft-orders-billing": "Оплата", - "draft-orders-raw-draft-order": "Необроблена чернетка замовлення", - "draft-orders-are-you-sure": "Ви впевнені?", - "draft-orders-remove-resource-heading": "Видалити {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} було видалено", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Це створить замовлення. Позначте це як оплачено, якщо ви отримали оплату.", - "draft-orders-mark-paid": "Позначити як оплачено", - "draft-orders-cancel": "Скасувати", - "draft-orders-create-draft-order": "Створити чернетку замовлення", - "edit-amount-paid": "Сплачена сума", - "edit-new-total": "Нова загальна сума", - "edit-difference-due": "Різниця до сплати", - "edit-back": "Назад", - "edit-save-and-go-back": "Зберегти і повернутися", - "edit-order-edit-set-as-requested": "Редагування замовлення встановлено як запитання", - "edit-failed-to-request-confirmation": "Не вдалося запросити підтвердження", - "edit-added-successfully": "Успішно додано", - "edit-error-occurred": "Виникла помилка", - "edit-add-product-variants": "Додати варіанти товарів", - "edit-edit-order": "Редагувати замовлення", - "edit-items": "Позиції", - "edit-add-items": "Додати позиції", - "edit-filter-items": "Фільтрувати позиції...", - "edit-note": "Примітка", - "edit-add-a-note": "Додати примітку...", - "variants-table-location": " в {{location}}", - "edit-product": "Товар", - "edit-in-stock": "В наявності", - "edit-price": "Ціна", - "edit-products": "Товари", - "edit-search-product-variants": "Пошук варіантів товарів...", - "orders-success": "Успішно", - "orders-successfully-initiated-export": "Експорт успішно ініційовано", - "orders-error": "Помилка", - "orders-export-orders": "Експортувати замовлення", - "components-billing-address": "Адреса оплати", - "components-use-same-as-shipping": "Використовувати таку саму, як і для доставки", - "components-e-g-gift-wrapping": "Наприклад, упаковка в подарунковий папір", - "components-title": "Назва", - "components-price": "Ціна", - "components-quantity": "Кількість", - "components-back": "Назад", - "components-add": "Додати", - "components-items-for-the-order": "Позиції для замовлення", - "components-details": "Деталі", - "components-price-excl-taxes": "Ціна (без податків)", - "components-add-custom": "Додати власний", - "components-add-existing": "Додати існуючий", - "components-add-products": "Додати товари", - "components-add-custom-item": "Додати власну позицію", - "components-choose-region": "Виберіть регіон", - "components-region": "Регіон", - "select-shipping-to-name": "(До {{name}})", - "components-attention": "Увага!", - "components-no-options-for-orders-without-shipping": "У вас немає варіантів для замовлень без доставки. Будь ласка, додайте один (наприклад, \"Самовивіз\") з вимкненою опцією \"Показувати на веб-сайті\" в налаштуваннях регіону та продовжуйте.", - "components-choose-a-shipping-method": "Виберіть метод доставки", - "components-set-custom-price": "Встановити власну ціну", - "components-custom-price": "Власна ціна", - "components-customer-and-shipping-details": "Деталі клієнта та доставки", - "components-find-existing-customer": "Знайти існуючого клієнта", - "components-email": "Електронна пошта", - "components-choose-existing-addresses": "Виберіть існуючі адреси", - "components-create-new": "Створити новий", - "components-the-discount-is-not-applicable-to-the-selected-region": "Знижка не застосовується до вибраного регіону", - "components-the-discount-code-is-invalid": "Недійсний код знижки", - "components-add-discount": "Додати знижку", - "components-summer-10": "ЛІТО10", - "components-discount": "Знижка", - "select-shipping-code": "(Код: {{code}})", - "components-type": "Тип", - "components-value": "Значення", - "components-address": "Адреса", - "components-shipping-method": "Метод доставки", - "components-billing-details": "Деталі оплати", - "components-edit": "Редагувати", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm повинен використовуватися в межах NewOrderFormProvider", - "new-order-created": "Створено замовлення", - "new-create-draft-order": "Створити чернетку замовлення", - "batch-job-price-list-prices": "Ціни в прайс-листі", - "batch-job-upload-a-csv-file-with-variants": "Завантажте файл CSV з варіантами та цінами, щоб оновити ваш прайс-лист. Зверніть увагу, що будь-які існуючі ціни будуть видалені.", - "batch-job-unsure-about-how-to-arrange-your-list": "Не впевнені, як впорядкувати ваш список?", - "batch-job-download-the-template-file-below-and-update-your-prices": "Завантажте шаблонний файл нижче та оновіть ваші ціни", - "details-back-to-pricing": "Повернутися до ціноутворення", - "details-raw-price-list": "Необроблений прайс-лист", - "sections-customer-groups": "Групи клієнтів", - "sections-last-edited": "Останнє редагування", - "sections-price-overrides": "Перевизначення цін", - "sections-more": "більше", - "sections-delete-price-list-heading": "Видалити прайс-лист", - "sections-are-you-sure-you-want-to-delete-this-price-list": "Ви впевнені, що хочете видалити цей прайс-лист?", - "sections-success": "Успішно", - "sections-price-list-deleted-successfully": "Прайс-лист успішно видалено", - "sections-edit-price-list-details": "Редагувати деталі прайс-листа", - "sections-delete-price-list": "Видалити прайс-лист", - "edit-prices-overrides-edit-price-overrides": "Редагувати перевизначення цін", - "edit-prices-overrides-success": "Успішно", - "edit-prices-overrides-price-overrides-updated": "Перевизначення цін оновлено", - "edit-prices-overrides-cancel": "Скасувати", - "edit-prices-overrides-save": "Зберегти", - "edit-prices-overrides-count_one": "{{count}}", - "edit-prices-overrides-count_other": "{{count}}", - "edit-prices-overrides-add-prices": "Додати ціни", - "prices-details-edit-prices": "Редагувати ціни", - "prices-details-prices": "Ціни", - "prices-details-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Ви зможете перевизначити ціни для продуктів, які додаєте тут", - "prices-details-remove-from-list": "Видалити зі списку", - "prices-details-edit-manually": "Редагувати вручну", - "prices-details-import-price-list": "Імпортувати прайс-лист", - "prices-table-search-by-name-or-sku": "Пошук за назвою або артикулом...", - "prices-table-edit-prices": "Редагувати ціни", - "prices-table-remove-product": "Видалити продукт", - "prices-table-success": "Успішно", - "prices-table-deleted-prices-of-product": "Видалено ціни продукту: {{title}}", - "prices-table-error": "Помилка", - "prices-table-name": "Назва", - "prices-table-collection": "Колекція", - "prices-table-no-collection": "Без колекції", - "prices-table-variants": "Варіанти", - "pricing-add-price-list": "Додати прайс-лист", - "pricing-price-lists": "Прайс-листи", - "form-header-error": "Помилка", - "form-header-success": "Успішно", - "form-header-successfully-updated-price-list": "Прайс-лист успішно оновлено", - "form-header-publish-price-list": "Опублікувати прайс-лист", - "form-header-save-as-draft": "Зберегти як чернетку", - "form-header-save-changes": "Зберегти зміни", - "form-header-cancel": "Скасувати", - "pricing-form-create-new-price-list": "Створити новий прайс-лист", - "pricing-form-edit-price-list": "Редагувати прайс-лист", - "sections-configuration": "Конфігурація", - "sections-optional-configuration-for-the-price-list": "Додаткова конфігурація для прайс-листа", - "sections-price-overrides-time-application": "Перевизначення цін застосовуються з моменту натискання кнопки «Опублікувати» і назавжди, якщо не змінюються.", - "sections-price-overrides-has-a-start-date": "Перевизначення цін має дату початку?", - "sections-schedule-the-price-overrides-to-activate-in-the-future": "Заплануйте активацію перевизначення цін у майбутньому.", - "sections-price-overrides-has-an-expiry-date": "Перевизначення цін має дату закінчення?", - "sections-schedule-the-price-overrides-to-deactivate-in-the-future": "Заплануйте деактивацію перевизначення цін у майбутньому.", - "sections-end-date": "Дата закінчення", - "sections-customer-availabilty": "Доступність для клієнтів", - "sections-specifiy-which-customer-groups-the-price-overrides-should-apply-for": "Вкажіть, для яких груп клієнтів застосовувати перевизначення цін.", - "sections-customer-groups-label": "Групи клієнтів", - "sections-general": "Загальне", - "sections-general-information-for-the-price-list": "Загальна інформація для прайс-листа.", - "sections-name": "Назва", - "sections-b-2-b-black-friday": "B2B, Чорна п'ятниця...", - "sections-for-our-business-partners": "Для наших бізнес-партнерів...", - "sections-tax-inclusive-prices": "Ціни з урахуванням податку", - "sections-choose-to-make-all-prices-in-this-list-inclusive-of-tax": "Виберіть, щоб зробити всі ціни в цьому списку з урахуванням податку.", - "sections-prices": "Ціни", - "sections-you-will-be-able-to-override-the-prices-for-the-products-you-add-here": "Ви зможете перевизначити ціни для продуктів, які додаєте тут", - "sections-define-the-price-overrides-for-the-price-list": "Визначте перевизначення цін для прайс-листа", - "sections-edit-prices-label": "Редагувати ціни", - "sections-remove-from-list": "Видалити зі списку", - "sections-search-by-name-or-sku": "Пошук за назвою або артикулом...", - "sections-edit-prices": "Редагувати ціни", - "sections-price-list-type": "Тип прайс-листа", - "sections-select-the-type-of-the-price-list": "Виберіть тип прайс-листа", - "sections-sale-prices-compare-to-price-override": "На відміну від цін розпродажу, перевизначення цін не повідомлятимуть клієнту, що ціна є частиною розпродажу.", - "sections-sale": "Розпродаж", - "sections-use-this-if-you-are-creating-prices-for-a-sale": "Використовуйте це, якщо створюєте ціни для розпродажу.", - "sections-override": "Перевизначити", - "sections-use-this-to-override-prices": "Використовуйте це, щоб перевизначити ціни.", - "components-success": "Успішно", - "components-successfully-updated-category-tree": "Категорійне дерево успішно оновлено", - "components-error": "Помилка", - "components-failed-to-update-category-tree": "Не вдалося оновити категорійне дерево", - "components-delete": "Видалити", - "components-category-deleted": "Категорію видалено", - "components-category-deletion-failed": "Не вдалося видалити категорію", - "components-category-status-is-inactive": "Статус категорії неактивний", - "components-category-visibility-is-private": "Видимість категорії приватна", - "components-add-category-item-to": "Додати елемент категорії до", - "modals-public": "Публічний", - "modals-private": "Приватний", - "modals-active": "Активний", - "modals-inactive": "Неактивний", - "modals-success": "Успішно", - "modals-successfully-created-a-category": "Категорію успішно створено", - "modals-failed-to-create-a-new-category": "Не вдалося створити нову категорію", - "modals-error": "Помилка", - "modals-save-category": "Зберегти категорію", - "modals-add-category-to": "Додати категорію до {{name}}", - "modals-add-category": "Додати категорію", - "modals-details": "Деталі", - "modals-name": "Ім'я", - "modals-give-this-category-a-name": "Дайте цій категорії назву", - "modals-handle": "Обробник", - "modals-custom-handle": "Власний обробник", - "modals-description": "Опис", - "modals-give-this-category-a-description": "Дайте цій категорії опис", - "modals-status": "Статус", - "modals-visibility": "Видимість", - "modals-successfully-updated-the-category": "Категорію успішно оновлено", - "modals-failed-to-update-the-category": "Не вдалося оновити категорію", - "modals-edit-product-category": "Редагувати категорію товару", - "modals-cancel": "Скасувати", - "modals-save-and-close": "Зберегти та закрити", - "pages-no-product-categories-yet": "Ще немає категорій товарів, використовуйте кнопку вище, щоб створити першу категорію.", - "pages-add-category": "Додати категорію", - "pages-product-categories": "Категорії товарів", - "pages-helps-you-to-keep-your-products-organized": "Допомагає вам організувати ваші товари.", - "batch-job-success": "Успішно", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Імпорт підтверджено для обробки. Інформацію про прогрес можна переглянути в панелі активності.", - "batch-job-error": "Помилка", - "batch-job-import-failed": "Не вдалося імпортувати.", - "batch-job-failed-to-delete-the-csv-file": "Не вдалося видалити файл CSV", - "batch-job-failed-to-cancel-the-batch-job": "Не вдалося скасувати пакетну роботу", - "batch-job-products-list": "список товарів", - "batch-job-download-template": "Завантажте шаблон нижче, щоб переконатися, що ви дотримуєтесь правильного формату.", - "batch-job-imports-description": "За допомогою імпорту ви можете додавати або оновлювати товари. Щоб оновити існуючі товари/варіанти, ви повинні встановити існуючий ідентифікатор у стовпцях Ідентифікатор товару/варіанту. Якщо значення не встановлено, буде створено новий запис. Вам буде запропоновано підтвердження перед імпортом товарів.", - "products-filters": "Фільтри", - "products-status": "Статус", - "products-tags": "Теги", - "products-spring-summer": "Весна, літо...", - "new-sales-channels": "Канали продажу", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Цей товар буде доступний лише в каналі продажу за замовчуванням, якщо його не змінювати.", - "new-change-availablity": "Змінити доступність", - "add-variants-a-variant-with-these-options-already-exists": "Варіант з цими параметрами вже існує.", - "add-variants-product-options": "Параметри товару", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Параметри використовуються для визначення кольору, розміру тощо товару.", - "add-variants-option-title": "Назва параметра", - "add-variants-variations-comma-separated": "Варіації (через кому)", - "add-variants-color": "Колір...", - "add-variants-already-exists": "вже існує", - "add-variants-blue-red-black": "Синій, червоний, чорний...", - "add-variants-add-an-option": "Додати параметр", - "add-variants-product-variants": "Варіанти товару", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Ви повинні додати принаймні один параметр товару, перш ніж почати додавати варіанти товару.", - "add-variants-variant": "Варіант", - "add-variants-inventory": "Запаси", - "add-variants-add-a-variant": "Додати варіант", - "add-variants-create-variant": "Створити варіант", - "add-variants-cancel": "Скасувати", - "add-variants-save-and-close": "Зберегти та закрити", - "new-variant-a-variant-with-these-options-already-exists": "Варіант з цими параметрами вже існує.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Ви впевнені, що хочете видалити цей варіант?", - "new-variant-delete-variant": "Видалити варіант", - "new-variant-edit": "Редагувати", - "new-variant-delete": "Видалити", - "new-variant-edit-variant": "Редагувати варіант", - "new-variant-cancel": "Скасувати", - "new-variant-save-and-close": "Зберегти та закрити", - "new-something-went-wrong-while-trying-to-upload-images": "Під час спроби завантажити зображення сталася помилка.", - "new-no-file-service-configured": "Можливо, у вас не налаштовано файловий сервіс. Зверніться до адміністратора", - "new-upload-thumbnail-error": "Під час спроби завантажити мініатюру сталася помилка.", - "new-save-as-draft": "Зберегти як чернетку", - "new-publish-product": "Опублікувати товар", - "new-general-information-title": "Загальна інформація", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Для початку продажу вам потрібні лише назва і ціна.", - "new-organize-product": "Організувати товар", - "new-add-variations-of-this-product": "Додайте варіації цього товару.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Пропонуйте своїм клієнтам різні варіанти кольору, формату, розміру, форми тощо.", - "new-used-for-shipping-and-customs-purposes": "Використовується для доставки та митних цілей.", - "new-dimensions": "Розміри", - "new-customs": "Митниця", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Використовується для представлення вашого товару під час оформлення замовлення, соціального спілкування та іншого.", - "new-media": "Медіа", - "new-add-images-to-your-product": "Додайте зображення до вашого товару.", - "overview-import-products": "Імпортувати товари", - "overview-export-products": "Експортувати товари", - "overview-new-product": "Новий товар", - "overview-new-collection": "Нова колекція", - "overview-success": "Успішно", - "overview-successfully-created-collection": "Колекцію успішно створено", - "overview-error": "Помилка", - "overview-successfully-initiated-export": "Експорт успішно ініційовано", - "modals-add-sales-channels": "Додати канали продажу", - "modals-find-channels": "Знайти канали", - "modals-updated-the-api-key": "Оновлено ключ API", - "modals-failed-to-update-the-api-key": "Не вдалося оновити ключ API", - "modals-edit-api-key-details": "Редагувати деталі ключа API", - "modals-title": "Заголовок", - "modals-name-your-key": "Назвіть ваш ключ", - "modals-sales-channels-added-to-the-scope": "Канали продажу додані до області видимості", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Під час додавання каналів продажу до області видимості ключа сталася помилка", - "modals-add-and-go-back": "Додати і повернутися", - "modals-add-and-close": "Додати і закрити", - "modals-sales-channels-removed-from-the-scope": "Канали продажу видалено з області", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Під час видалення каналів продажу з області ключа сталася помилка", - "modals-edit-sales-channels": "Редагувати канали продажу", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Скасувати вибір", - "modals-remove": "Видалити", - "modals-add-channels": "Додати канали", - "modals-close": "Закрити", - "pages-sales-channels": "Канали продажу", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Підключіть до свого API-ключа стільки каналів продажу, скільки вам потрібно.", - "pages-add-sales-channels": "Додати канали продажу", - "pages-edit-sales-channels": "Редагувати канали продажу", - "pages-success": "Успішно", - "pages-created-a-new-api-key": "Створено новий API-ключ", - "pages-error": "Помилка", - "pages-failed-to-create-a-new-api-key": "Не вдалося створити новий API-ключ", - "pages-sales-channels-added-to-the-scope": "Канали продажу додано до області", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Під час додавання каналів продажу до області ключа сталася помилка", - "pages-publish-api-key": "Опублікувати API-ключ", - "pages-create-api-key": "Створити API-ключ", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Створюйте та керуйте API-ключами. Зараз це стосується лише каналів продажу.", - "pages-create-api-key-label": "Створити API-ключ", - "pages-back-to-settings": "Повернутися до налаштувань", - "pages-publishable-api-keys": "API-ключі для публікації", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Ці ключі для публікації дозволять вам аутентифікувати запити API.", - "tables-name": "Назва", - "tables-token": "Токен", - "tables-done": "Готово", - "tables-copy-to-clipboard": "Скопіювати в буфер обміну", - "tables-created": "Створено", - "tables-status": "Статус", - "tables-revoked": "Відкликано", - "tables-live": "Активний", - "tables-edit-api-key-details": "Редагувати деталі API-ключа", - "tables-edit-sales-channels": "Редагувати канали продажу", - "tables-copy-token": "Скопіювати токен", - "tables-revoke-token": "Відкликати токен", - "tables-delete-api-key": "Видалити API-ключ", - "tables-yes-delete": "Так, видалити", - "tables-api-key-deleted": "API-ключ видалено", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Ви впевнені, що хочете видалити цей публічний ключ?", - "tables-delete-key": "Видалити ключ", - "tables-yes-revoke": "Так, відкликати", - "tables-api-key-revoked": "API-ключ відкликано", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Ви впевнені, що хочете відкликати цей публічний ключ?", - "tables-revoke-key": "Відкликати ключ", - "tables-api-keys": "API-ключі", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Ще немає ключів, використовуйте кнопку вище, щоб створити свій перший ключ для публікації", - "tables-title": "Заголовок", - "tables-description": "Опис", - "tables-no-added-sales-channels": "Не додано жодного каналу продажу", - "tables-sales-channels": "Канали продажу", - "form-title": "Заголовок", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Веб-сайт, додаток, Amazon, фізичний магазин POS, канал продажу на Facebook...", - "form-description": "Опис", - "form-available-products-at-our-website-app": "Доступні товари на нашому веб-сайті, додатку...", - "form-success": "Успішно", - "form-the-sales-channel-is-successfully-updated": "Канал продажу успішно оновлено", - "form-error": "Помилка", - "form-failed-to-update-the-sales-channel": "Не вдалося оновити канал продажу", - "form-sales-channel-details": "Деталі каналу продажу", - "form-general-info": "Загальна інформація", - "form-name": "Назва", - "form-close": "Закрити", - "form-save": "Зберегти", - "pages-draft": "Чернетка", - "pages-control-which-products-are-available-in-which-channels": "Контролюйте, які товари доступні в яких каналах продажу", - "pages-search-by-title-or-description": "Пошук за назвою або описом", - "pages-confirm-delete-sales-channel": "Ви впевнені, що хочете видалити цей канал продажу? Ваша налаштування будуть втрачені назавжди.", - "pages-delete-channel-heading": "Видалити канал", - "pages-edit-general-info": "Редагувати загальну інформацію", - "pages-add-products": "Додати товари", - "pages-delete-channel": "Видалити канал", - "pages-disabled": "Вимкнено", - "pages-enabled": "Увімкнено", - "tables-collection": "Колекція", - "tables-start-building-your-channels-setup": "Почніть створювати налаштування каналів...", - "tables-no-products-in-channels": "Ви ще не додали жодного товару до цих каналів, але як тільки ви це зробите, вони з'являться тут.", - "tables-add-products": "Додати товари", - "tables-details": "Деталі", - "tables-remove-from-the-channel": "Видалити з каналу", - "tables-products": "Товари", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Видалити", - "components-successfully-updated-currency": "Валюту успішно оновлено", - "components-default": "За замовчуванням", - "default-store-currency-success": "Успішно", - "default-store-currency-successfully-updated-default-currency": "Валюту за замовчуванням успішно оновлено", - "default-store-currency-error": "Помилка", - "default-store-currency-default-store-currency": "Валюта за замовчуванням магазину", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Це валюта, в якій відображаються ваші ціни.", - "store-currencies-success": "Успішно", - "store-currencies-successfully-updated-currencies": "Валюти успішно оновлено", - "store-currencies-error": "Помилка", - "store-currencies-cancel": "Скасувати", - "store-currencies-save-and-go-back": "Зберегти та повернутися", - "store-currencies-save-and-close": "Зберегти та закрити", - "store-currencies-add-store-currencies": "Додати валюти магазину", - "store-currencies-current-store-currencies": "Поточні валюти магазину", - "store-currencies-close": "Закрити", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Скасувати вибір", - "store-currencies-remove": "Видалити", - "store-currencies-add-currencies": "Додати валюти", - "store-currencies-store-currencies": "Валюти магазину", - "store-currencies-all-the-currencies-available-in-your-store": "Всі доступні валюти у вашому магазині.", - "store-currencies-edit-currencies": "Редагувати валюти", - "currencies-an-unknown-error-occurred": "Сталася невідома помилка", - "currencies-error": "Помилка", - "currencies-back-to-settings": "Повернутися до налаштувань", - "currencies-manage-the-markets-that-you-will-operate-within": "Керуйте ринками, в яких ви будете працювати.", - "currencies-include-or-exclude-taxes": "Вирішіть, чи хочете ви включати або виключати податки, коли ви визначаєте ціну в цій валюті", - "currencies-tax-incl-prices": "Ціни з податком", - "settings-error": "Помилка", - "settings-malformed-swap-url": "Неправильний URL-адреса обміну", - "settings-malformed-payment-url": "Неправильний URL-адреса платежу", - "settings-malformed-invite-url": "Неправильний URL-адреса запрошення", - "settings-success": "Успішно", - "settings-successfully-updated-store": "Магазин успішно оновлено", - "settings-back-to-settings": "Повернутися до налаштувань", - "settings-save": "Зберегти", - "settings-cancel": "Скасувати", - "settings-store-details": "Деталі магазину", - "settings-manage-your-business-details": "Керуйте деталями вашого бізнесу", - "settings-general": "Загальні", - "settings-store-name": "Назва магазину", - "settings-medusa-store": "Магазин Medusa", - "settings-advanced-settings": "Розширені налаштування", - "settings-swap-link-template": "Шаблон посилання на обмін", - "settings-draft-order-link-template": "Шаблон посилання на чернетку замовлення", - "settings-invite-link-template": "Шаблон посилання на запрошення", - "settings-manage-the-general-settings-for-your-store": "Керуйте загальними налаштуваннями вашого магазину", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Керуйте налаштуваннями розширень вашого магазину", - "edit-user-information-success": "Успішно", - "edit-user-information-your-information-was-successfully-updated": "Вашу інформацію успішно оновлено", - "edit-user-information-edit-information": "Редагувати інформацію", - "edit-user-information-cancel": "Скасувати", - "edit-user-information-submit-and-close": "Надіслати та закрити", - "personal-information-back-to-settings": "Повернутися до налаштувань", - "personal-information-personal-information": "Особиста інформація", - "personal-information-manage-your-medusa-profile": "Керуйте своїм профілем Medusa", - "personal-information-language-settings-title": "Мова", - "personal-information-language-settings-description": "Налаштуйте мову Medusa Admin", - "personal-information-language-settings-help-us-translate": "Допоможіть нам перекласти", - "personal-information-usage-insights-title": "Використання", - "usage-insights-disabled": "Вимкнено", - "usage-insights-active": "Активно", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Поділіться використанням та допоможіть нам покращити Medusa", - "usage-insights-edit-preferences": "Редагувати налаштування", - "usage-insights-success": "Успішно", - "usage-insights-your-information-was-successfully-updated": "Вашу інформацію успішно оновлено", - "usage-insights-error": "Помилка", - "usage-insights-cancel": "Скасувати", - "usage-insights-submit-and-close": "Надіслати та закрити", - "region-form-title": "Заголовок", - "region-form-europe": "Європа", - "region-form-currency-code-is-required": "Код валюти обов'язковий", - "region-form-currency": "Валюта", - "region-form-choose-currency": "Виберіть валюту", - "region-form-default-tax-rate": "Стандартна ставка податку", - "region-form-tax-rate-is-required": "Ставка податку обов'язкова", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Ставка податку повинна бути рівною або меншою за 100", - "region-form-default-tax-code": "Стандартний код податку", - "region-form-countries": "Країни", - "region-form-choose-countries": "Виберіть країни", - "region-form-tax-inclusive-prices": "Ціни з податком", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Якщо включено, ціни в регіоні будуть з податком.", - "region-form-payment-providers-are-required": "Потрібні постачальники платежів", - "region-form-payment-providers": "Постачальники платежів", - "region-form-choose-payment-providers": "Виберіть постачальників платежів...", - "region-form-fulfillment-providers-are-required": "Потрібні постачальники доставки", - "region-form-fulfillment-providers": "Постачальники доставки", - "region-form-choose-fulfillment-providers": "Виберіть постачальників доставки...", - "shipping-option-card-success": "Успішно", - "shipping-option-card-shipping-option-updated": "Опцію доставки оновлено", - "shipping-option-card-error": "Помилка", - "shipping-option-card-edit-shipping-option": "Редагувати опцію доставки", - "shipping-option-card-fulfillment-method": "Метод доставки", - "shipping-option-card-cancel": "Скасувати", - "shipping-option-card-save-and-close": "Зберегти та закрити", - "shipping-option-card-shipping-option-has-been-deleted": "Опцію доставки видалено", - "shipping-option-card-flat-rate": "Фіксована ставка", - "shipping-option-card-calcualted": "Розрахована", - "shipping-option-card-min-subtotal": "Мін. сума замовлення:", - "shipping-option-card-max-subtotal": "Макс. сума замовлення:", - "shipping-option-card-admin": "Адміністратор", - "shipping-option-card-store": "Магазин", - "shipping-option-card-edit": "Редагувати", - "shipping-option-card-delete": "Видалити", - "shipping-option-form-visible-in-store": "Видимий у магазині", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Увімкніть або вимкніть видимість опції доставки у магазині.", - "shipping-option-form-details": "Деталі", - "shipping-option-form-title": "Заголовок", - "shipping-option-form-title-is-required": "Заголовок обов'язковий", - "shipping-option-form-price-type": "Тип ціни", - "shipping-option-form-flat-rate": "Фіксована ставка", - "shipping-option-form-calculated": "Розрахована", - "shipping-option-form-choose-a-price-type": "Виберіть тип ціни", - "shipping-option-form-price": "Ціна", - "shipping-option-form-shipping-profile": "Профіль доставки", - "shipping-option-form-choose-a-shipping-profile": "Виберіть профіль доставки", - "shipping-option-form-fulfillment-method": "Метод виконання", - "shipping-option-form-choose-a-fulfillment-method": "Виберіть метод виконання", - "shipping-option-form-requirements": "Вимоги", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Мінімальна сума повинна бути меншою за максимальну суму", - "shipping-option-form-min-subtotal": "Мінімальна сума", - "shipping-option-form-max-subtotal": "Максимальна сума", - "shipping-option-form-metadata": "Метадані", - "general-section-success": "Успіх", - "general-section-region-was-successfully-updated": "Регіон успішно оновлено", - "general-section-error": "Помилка", - "general-section-edit-region-details": "Редагувати деталі регіону", - "general-section-details": "Деталі", - "general-section-providers": "Постачальники", - "general-section-metadata": "Метадані", - "general-section-cancel": "Скасувати", - "general-section-save-and-close": "Зберегти та закрити", - "edit-something-went-wrong": "Щось пішло не так...", - "edit-no-region-found": "Ми не можемо знайти регіон з таким ідентифікатором, використовуйте меню зліва, щоб вибрати регіон.", - "return-shipping-options-success": "Успіх", - "return-shipping-options-shipping-option-created": "Створено варіант доставки", - "return-shipping-options-error": "Помилка", - "return-shipping-options-add-return-shipping-option": "Додати варіант повернення доставки", - "return-shipping-options-cancel": "Скасувати", - "return-shipping-options-save-and-close": "Зберегти та закрити", - "return-shipping-options-return-shipping-options": "Варіанти повернення доставки", - "return-shipping-options-add-option": "Додати варіант", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Введіть деталі про доступні регіональні методи повернення відвантаження.", - "shipping-options-success": "Успіх", - "shipping-options-shipping-option-created": "Створено варіант доставки", - "shipping-options-error": "Помилка", - "shipping-options-add-shipping-option": "Додати варіант доставки", - "shipping-options-cancel": "Скасувати", - "shipping-options-save-and-close": "Зберегти та закрити", - "shipping-options-shipping-options": "Варіанти доставки", - "shipping-options-add-option": "Додати варіант", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Введіть деталі про доступні регіональні методи доставки.", - "new-region-created": "Створено регіон", - "new-create-region": "Створити регіон", - "new-details": "Деталі", - "new-add-the-region-details": "Додайте деталі регіону.", - "new-providers": "Постачальники", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Додайте постачальників виконання та оплати, які повинні бути доступні в цьому регіоні.", - "region-overview-regions": "Регіони", - "region-overview-manage-the-markets-that-you-will-operate-within": "Керуйте ринками, на яких ви будете працювати.", - "region-overview-not-configured": "Не налаштовано", - "region-overview-fulfillment-providers": "Постачальники виконання:", - "return-reasons-notification-success": "Успіх", - "return-reasons-created-a-new-return-reason": "Створено нову причину повернення", - "return-reasons-success": "Успіх", - "return-reasons-error": "Помилка", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Не можна створити причину повернення з існуючим значенням", - "return-reasons-add-reason": "Додати причину", - "return-reasons-value-is-required": "Значення обов'язкове", - "return-reasons-value": "Значення", - "return-reasons-label-is-required": "Мітка обов'язкова", - "return-reasons-label": "Мітка", - "return-reasons-description": "Опис", - "return-reasons-customer-received-the-wrong-size": "Клієнт отримав неправильний розмір", - "return-reasons-cancel": "Скасувати", - "return-reasons-create": "Створити", - "return-reasons-success-title": "Успіх", - "return-reasons-successfully-updated-return-reason": "Успішно оновлено причину повернення", - "return-reasons-duplicate-reason": "Повторна причина", - "return-reasons-delete-reason": "Видалити причину", - "return-reasons-save": "Зберегти", - "return-reasons-details": "Деталі", - "return-reasons-delete-return-reason": "Видалити причину повернення", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Ви впевнені, що хочете видалити цю причину повернення?", - "return-reasons-back-to-settings": "Повернутися до налаштувань", - "return-reasons-return-reasons": "Причини повернення", - "return-reasons-add-reason-label": "Додати причину", - "return-reasons-manage-reasons-for-returned-items": "Керуйте причинами повернення товарів", - "taxes-details": "Деталі", - "taxes-new-tax-rate": "Нова ставка податку", - "taxes-tax-calculation-settings": "Налаштування розрахунку податків", - "taxes-success": "Успіх", - "taxes-successfully-updated-tax-rate": "Ставку податку успішно оновлено.", - "taxes-error": "Помилка", - "taxes-overrides": "Перевизначення", - "taxes-product-rules": "Правила для товарів", - "taxes-product-rules-description_one": "Застосовується до {{count}} товару", - "taxes-product-rules-description_other": "Застосовується до {{count}} товарів", - "taxes-product-type-rules": "Правила для типів товарів", - "taxes-product-type-rules-description_one": "Застосовується до {{count}} типу товару", - "taxes-product-type-rules-description_other": "Застосовується до {{count}} типів товарів", - "taxes-shipping-option-rules": "Правила для варіантів доставки", - "taxes-applies-to-shipping-option-with-count_one": "Застосовується до {{count}} варіанту доставки", - "taxes-applies-to-shipping-option-with-count_other": "Застосовується до {{count}} варіантів доставки", - "taxes-add-overrides": "Додати перевизначення", - "taxes-cancel": "Скасувати", - "taxes-save": "Зберегти", - "taxes-name": "Назва", - "taxes-default": "За замовчуванням", - "taxes-rate-name": "Назва ставки", - "taxes-tax-rate": "Ставка податку", - "taxes-tax-code": "Код податку", - "taxes-edit-tax-rate": "Редагувати ставку податку", - "taxes-back-to-settings": "Повернутися до налаштувань", - "taxes-regions": "Регіони", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Виберіть регіон, для якого ви хочете керувати податками", - "taxes-go-to-region-settings": "Перейти до налаштувань регіону", - "taxes-successfully-created-tax-rate": "Ставку податку успішно створено.", - "taxes-add-tax-rate": "Додати ставку податку", - "taxes-applies-to-product-type-with-count_one": "Застосовується до {{count}} типу продукту", - "taxes-applies-to-product-type-with-count_other": "Застосовується до {{count}} типів продуктів", - "taxes-create": "Створити", - "taxes-select-products": "Вибрати продукти", - "taxes-select-product-types-label": "Вибрати типи продуктів", - "taxes-product-types": "Типи продуктів", - "taxes-system-tax-provider": "Системний постачальник податків", - "taxes-region-tax-settings-were-successfully-updated": "Налаштування податків регіону успішно оновлені.", - "taxes-tax-provider": "Постачальник податків", - "taxes-calculate-taxes-automatically": "Автоматично розраховувати податки?", - "taxes-automatically-apply-tax-calculations-to-carts": "Якщо вибрано, Medusa автоматично застосовуватиме розрахунки податків до кошиків у цьому регіоні. Якщо не вибрано, вам доведеться вручну розраховувати податки при оформленні замовлення. Рекомендується використовувати ручні розрахунки податків, якщо використовуєте стороннього постачальника податків, щоб уникнути занадто багатьох запитів.", - "taxes-apply-tax-to-gift-cards": "Застосувати податок до подарункових карток?", - "taxes-apply-taxes-to-gift-cards": "Якщо вибрано, податки будуть застосовуватися до подарункових карток при оформленні замовлення. В деяких країнах податкові правила вимагають, щоб податки були застосовані до подарункових карток при їх придбанні.", - "taxes-search-products": "Пошук продуктів..", - "taxes-select-shipping-option": "Вибрати варіант доставки", - "taxes-shipping-options": "Варіанти доставки", - "taxes-delete-tax-rate-heading": "Видалити ставку податку", - "taxes-confirm-delete": "Ви впевнені, що хочете видалити цю ставку податку?", - "taxes-tax-rate-was-deleted": "Ставку податку видалено.", - "taxes-edit": "Редагувати", - "taxes-delete-tax-rate": "Видалити ставку податку", - "taxes-delete-rule": "Видалити правило", - "taxes-type": "Тип", - "taxes-products": "Продукти", - "taxes-select-individual-products": "Вибрати окремі продукти", - "taxes-select-product-types": "Вибрати типи продуктів", - "taxes-select-shipping-options": "Вибрати варіанти доставки", - "taxes-back": "Назад", - "taxes-add": "Додати", - "taxes-code": "Код", - "users-invite-users": "Запросити користувачів", - "users-back-to-settings": "Повернутися до налаштувань", - "users-the-team": "Команда", - "users-manage-users-of-your-medusa-store": "Керуйте користувачами вашого магазину Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} \ No newline at end of file diff --git a/packages/admin-ui/ui/public/locales/vi/translation.json b/packages/admin-ui/ui/public/locales/vi/translation.json deleted file mode 100644 index f2b2a92074bd9..0000000000000 --- a/packages/admin-ui/ui/public/locales/vi/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "Quay lại", - "filter-menu-trigger": "Xem", - "filter-menu-clear-button": "Xóa", - "filter-menu-select-item-default-placeholder": "Chọn bộ lọc", - "filter-menu-select-item-clear-button": "Xóa các tùy chọn đã chọn", - "filter-menu-select-item-selected": "Đã chọn", - "filter-menu-date-item-before": "Trước", - "filter-menu-date-item-after": "Sau", - "filter-menu-date-item-between": "Giữa", - "sales-channels-display-available-count": "Có sẵn trong <2>{{availableChannelsCount}} trong tổng số <6>{{totalChannelsCount}} Kênh bán hàng", - "activity-drawer-activity": "Hoạt động", - "activity-drawer-no-notifications-title": "Yên tĩnh ở đây...", - "activity-drawer-no-notifications-description": "Hiện tại bạn không có thông báo nào, nhưng khi bạn có, chúng sẽ được hiển thị ở đây.", - "activity-drawer-error-title": "Ôi không...", - "activity-drawer-error-description": "Có lỗi xảy ra khi thử lấy thông báo của bạn - Chúng tôi sẽ tiếp tục thử!", - "activity-drawer-processing": "Đang xử lý...", - "analytics-config-form-title": "Ẩn dữ liệu sử dụng của tôi", - "analytics-config-form-description": "Bạn có thể chọn ẩn dữ liệu sử dụng của mình. Nếu tùy chọn này được chọn, chúng tôi sẽ không thu thập thông tin cá nhân của bạn, như tên và địa chỉ email.", - "analytics-config-form-opt-out": "Tắt chia sẻ dữ liệu sử dụng của tôi", - "analytics-config-form-opt-out-later": "Bạn luôn có thể tắt chia sẻ dữ liệu sử dụng của bạn bất kỳ lúc nào.", - "analytics-preferences-success": "Thành công", - "analytics-preferences-your-preferences-were-successfully-updated": "Tùy chọn của bạn đã được cập nhật thành công", - "analytics-preferences-error": "Lỗi", - "analytics-preferences-help-us-get-better": "Giúp chúng tôi trở nên tốt hơn", - "analytics-preferences-disclaimer": "Để tạo trải nghiệm thương mại điện tử thú vị nhất, chúng tôi muốn có cái nhìn về cách bạn sử dụng Medusa. Thông tin của người dùng giúp chúng tôi xây dựng sản phẩm tốt hơn, hấp dẫn hơn và dễ sử dụng hơn. Chúng tôi chỉ thu thập dữ liệu cho mục tiêu cải thiện sản phẩm. Đọc thông tin về dữ liệu mà chúng tôi thu thập trong tài liệu hướng dẫn của chúng tôi", - "analytics-preferences-documentation": "tài liệu hướng dẫn", - "analytics-preferences-please-enter-a-valid-email": "Vui lòng nhập một địa chỉ email hợp lệ", - "analytics-preferences-continue": "Tiếp tục", - "currency-input-currency": "Tiền tệ", - "currency-input-amount-is-not-valid": "Số tiền không hợp lệ", - "organisms-success": "Thành công", - "organisms-delete-successful": "Xóa thành công", - "organisms-are-you-sure-you-want-to-delete": "Bạn có chắc chắn muốn xóa không?", - "organisms-no-cancel": "Không, hủy bỏ", - "organisms-yes-remove": "Có, xóa", - "details-collapsible-hide-additional-details": "Ẩn chi tiết bổ sung", - "details-collapsible-show-additional-details": "Hiển thị chi tiết bổ sung", - "edit-user-modal-success": "Thành công", - "edit-user-modal-user-was-updated": "Người dùng đã được cập nhật", - "edit-user-modal-error": "Lỗi", - "edit-user-modal-edit-user": "Chỉnh sửa Người dùng", - "edit-user-modal-first-name-label": "Tên", - "edit-user-modal-first-name-placeholder": "Tên...", - "edit-user-modal-last-name-label": "Họ", - "edit-user-modal-last-name-placeholder": "Họ...", - "edit-user-modal-email": "Email", - "edit-user-modal-cancel": "Hủy bỏ", - "edit-user-modal-save": "Lưu", - "error-boundary-back-to-dashboard": "Trở lại bảng điều khiển", - "error-boundary-an-unknown-error-occured": "Một lỗi không rõ nguyên nhân đã xảy ra", - "error-boundary-bad-request": "Yêu cầu không hợp lệ", - "error-boundary-you-are-not-logged-in": "Bạn chưa đăng nhập", - "error-boundary-you-do-not-have-permission-perform-this-action": "Bạn không có quyền thực hiện hành động này", - "error-boundary-page-was-not-found": "Không tìm thấy trang", - "error-boundary-an-unknown-server-error-occured": "Một lỗi máy chủ không rõ nguyên nhân đã xảy ra", - "error-boundary-503": "Máy chủ hiện không khả dụng", - "error-boundary-500": "Có lỗi xảy ra với nguyên nhân không xác định, có lẽ do sự cố kỹ thuật tại phía chúng tôi. Vui lòng thử làm mới trang. Nếu vấn đề tiếp tục xảy ra, hãy liên hệ với quản trị viên của bạn.", - "error-boundary-400": "Yêu cầu bị sai, hãy sửa yêu cầu của bạn và thử lại.", - "error-boundary-401": "Bạn chưa đăng nhập, vui lòng đăng nhập để tiếp tục.", - "error-boundary-403": "Bạn không có quyền thực hiện hành động này, nếu bạn nghĩ rằng đây là một sự cố, hãy liên hệ với quản trị viên của bạn.", - "error-boundary-404": "Trang bạn đã yêu cầu không tồn tại, vui lòng kiểm tra URL và thử lại.", - "error-boundary-500-2": "Máy chủ không thể xử lý yêu cầu của bạn, điều này có lẽ do sự cố kỹ thuật tại phía chúng tôi. Hãy thử lại. Nếu vấn đề tiếp tục xảy ra, hãy liên hệ với quản trị viên của bạn.", - "error-boundary-503-2": "Máy chủ tạm thời không khả dụng và yêu cầu của bạn không thể được xử lý. Hãy thử lại sau. Nếu vấn đề tiếp tục xảy ra, hãy liên hệ với quản trị viên của bạn.", - "export-modal-title": "Khởi tạo việc xuất dữ liệu của bạn", - "export-modal-cancel": "Hủy bỏ", - "export-modal-export": "Xuất", - "file-upload-modal-upload-a-new-photo": "Tải lên ảnh mới", - "gift-card-banner-edit": "Chỉnh sửa", - "gift-card-banner-unpublish": "Bỏ xuất bản", - "gift-card-banner-publish": "Xuất bản", - "gift-card-banner-delete": "Xóa", - "gift-card-banner-published": "Đã xuất bản", - "gift-card-banner-unpublished": "Chưa xuất bản", - "gift-card-denominations-section-denomination-added": "Đã thêm mệnh giá", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "Một mệnh giá mới đã được thêm thành công", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "Một mệnh giá với giá trị mặc định đó đã tồn tại", - "gift-card-denominations-section-error": "Lỗi", - "gift-card-denominations-section-add-denomination": "Thêm mệnh giá", - "gift-card-denominations-section-cancel": "Hủy bỏ", - "gift-card-denominations-section-save-and-close": "Lưu và đóng", - "gift-card-denominations-section-denomination-updated": "Mệnh giá đã được cập nhật", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "Một mệnh giá mới đã được cập nhật thành công", - "gift-card-denominations-section-edit-denomination": "Chỉnh sửa mệnh giá", - "gift-card-denominations-section-denominations": "Mệnh giá", - "gift-card-denominations-section-denomination": "Mệnh giá", - "gift-card-denominations-section-in-other-currencies": "Trong tiền tệ khác", - "gift-card-denominations-section-and-more_one": ", và {{count}} mục khác", - "gift-card-denominations-section-and-more_other": ", và {{count}} mục khác", - "gift-card-denominations-section-delete-denomination": "Xóa mệnh giá", - "gift-card-denominations-section-confirm-delete": "Bạn có chắc chắn muốn xóa mệnh giá này không?", - "gift-card-denominations-section-denomination-deleted": "Mệnh giá đã bị xóa", - "gift-card-denominations-section-denomination-was-successfully-deleted": "Mệnh giá đã được xóa thành công", - "gift-card-denominations-section-edit": "Chỉnh sửa", - "gift-card-denominations-section-delete": "Xóa", - "help-dialog-how-can-we-help": "Chúng tôi có thể giúp gì?", - "help-dialog-we-usually-respond-in-a-few-hours": "Thường chúng tôi sẽ trả lời trong vài giờ", - "help-dialog-subject": "Chủ đề", - "help-dialog-what-is-it-about": "Nó là về cái gì?...", - "help-dialog-write-a-message": "Viết một tin nhắn...", - "help-dialog-feel-free-to-join-our-community-of": "Hãy tự do tham gia cộng đồng của chúng tôi với", - "help-dialog-merchants-and-e-commerce-developers": "những nhà buôn và nhà phát triển thương mại điện tử", - "help-dialog-send-a-message": "Gửi một tin nhắn", - "invite-modal-success": "Thành công", - "invite-modal-invitation-sent-to": "Lời mời đã được gửi đến {{user}}", - "invite-modal-error": "Lỗi", - "invite-modal-member": "Thành viên", - "invite-modal-admin": "Quản trị viên", - "invite-modal-developer": "Nhà phát triển", - "invite-modal-invite-users": "Mời người dùng", - "invite-modal-email": "Email", - "invite-modal-role": "Vai trò", - "invite-modal-select-role": "Chọn vai trò", - "invite-modal-cancel": "Hủy bỏ", - "invite-modal-invite": "Mời", - "login-card-no-match": "Những thông tin xác thực này không khớp với dữ liệu của chúng tôi.", - "login-card-log-in-to-medusa": "Đăng nhập vào Medusa", - "login-card-email": "Email", - "login-card-password": "Mật khẩu", - "login-card-forgot-your-password": "Quên mật khẩu của bạn?", - "metadata-add-metadata": "Thêm dữ liệu kỹ thuật", - "product-attributes-section-edit-attributes": "Chỉnh sửa thuộc tính", - "product-attributes-section-dimensions": "Kích thước", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "Cấu hình để tính toán giá vận chuyển chính xác nhất", - "product-attributes-section-customs": "Hải quan", - "product-attributes-section-cancel": "Hủy bỏ", - "product-attributes-section-save": "Lưu", - "product-attributes-section-title": "Thuộc tính", - "product-attributes-section-height": "Chiều cao", - "product-attributes-section-width": "Chiều rộng", - "product-attributes-section-length": "Chiều dài", - "product-attributes-section-weight": "Trọng lượng", - "product-attributes-section-mid-code": "Mã MID", - "product-attributes-section-hs-code": "Mã HS", - "product-attributes-section-country-of-origin": "Nước xuất xứ", - "product-general-section-success": "Thành công", - "product-general-section-successfully-updated-sales-channels": "Cập nhật thành công các kênh bán hàng", - "product-general-section-error": "Lỗi", - "product-general-section-failed-to-update-sales-channels": "Không thể cập nhật các kênh bán hàng", - "product-general-section-edit-general-information": "Chỉnh sửa thông tin chung", - "product-general-section-gift-card": "Thẻ quà tặng", - "product-general-section-product": "Sản phẩm", - "product-general-section-metadata": "Dữ liệu kỹ thuật", - "product-general-section-cancel": "Hủy bỏ", - "product-general-section-save": "Lưu", - "product-general-section-delete": "Xóa", - "product-general-section-edit-sales-channels": "Chỉnh sửa các kênh bán hàng", - "product-general-section-published": "Đã xuất bản", - "product-general-section-draft": "Bản nháp", - "product-general-section-details": "Chi tiết", - "product-general-section-subtitle": "Tiêu đề phụ", - "product-general-section-handle": "Định danh", - "product-general-section-type": "Loại", - "product-general-section-collection": "Bộ sưu tập", - "product-general-section-category": "Danh mục", - "product-general-section-discountable": "Có thể giảm giá", - "product-general-section-true": "Đúng", - "product-general-section-false": "Sai", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "Các kênh bán hàng", - "product-media-section-edit-media": "Chỉnh sửa phương tiện", - "product-media-section-upload-images-error": "Có lỗi xảy ra khi cố gắng tải hình ảnh.", - "product-media-section-file-service-not-configured": "Có thể bạn chưa cấu hình dịch vụ tệp. Vui lòng liên hệ với quản trị viên của bạn", - "product-media-section-error": "Lỗi", - "product-media-section-media": "Phương tiện", - "product-media-section-add-images-to-your-product": "Thêm hình ảnh vào sản phẩm của bạn.", - "product-media-section-cancel": "Hủy bỏ", - "product-media-section-save-and-close": "Lưu và đóng", - "product-raw-section-raw-gift-card": "Thẻ quà tặng thô", - "product-raw-section-raw-product": "Sản phẩm thô", - "product-thumbnail-section-success": "Thành công", - "product-thumbnail-section-successfully-deleted-thumbnail": "Đã xóa thành công hình thu nhỏ", - "product-thumbnail-section-error": "Lỗi", - "product-thumbnail-section-edit": "Chỉnh sửa", - "product-thumbnail-section-upload": "Tải lên", - "product-thumbnail-section-upload-thumbnail-error": "Có lỗi xảy ra khi cố gắng tải hình thu nhỏ.", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "Có thể bạn chưa cấu hình dịch vụ tệp. Vui lòng liên hệ với quản trị viên của bạn", - "product-thumbnail-section-upload-thumbnail": "Tải lên hình thu nhỏ", - "product-thumbnail-section-thumbnail": "Hình thu nhỏ", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Được sử dụng để đại diện cho sản phẩm của bạn trong quá trình thanh toán, chia sẻ xã hội và nhiều thứ khác.", - "product-thumbnail-section-cancel": "Hủy bỏ", - "product-thumbnail-section-save-and-close": "Lưu và đóng", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "Thêm giá", - "product-variants-section-add-variant": "Thêm biến thể", - "product-variants-section-cancel": "Hủy bỏ", - "product-variants-section-save-and-close": "Lưu và đóng", - "product-variants-section-edit-stock-inventory": "Chỉnh sửa tồn kho và kho hàng", - "product-variants-section-edit-variant": "Chỉnh sửa biến thể", - "edit-variants-modal-cancel": "Hủy bỏ", - "edit-variants-modal-save-and-go-back": "Lưu và quay lại", - "edit-variants-modal-save-and-close": "Lưu và đóng", - "edit-variants-modal-edit-variant": "Chỉnh sửa biến thể", - "edit-variants-modal-update-success": "Biến thể đã được cập nhật thành công", - "edit-variants-modal-edit-variants": "Chỉnh sửa biến thể", - "edit-variants-modal-product-variants": "Biến thể sản phẩm", - "edit-variants-modal-variant": "Biến thể", - "edit-variants-modal-inventory": "Tồn kho", - "product-variants-section-edit-prices": "Chỉnh sửa giá", - "product-variants-section-edit-variants": "Chỉnh sửa biến thể", - "product-variants-section-edit-options": "Chỉnh sửa tùy chọn", - "product-variants-section-product-variants": "Biến thể sản phẩm", - "product-variants-section-error": "Lỗi", - "product-variants-section-failed-to-update-product-options": "Không thể cập nhật tùy chọn sản phẩm", - "product-variants-section-success": "Thành công", - "product-variants-section-successfully-updated-product-options": "Cập nhật tùy chọn sản phẩm thành công", - "product-variants-section-product-options": "Tùy chọn sản phẩm", - "product-variants-section-option-title": "Tiêu đề tùy chọn", - "product-variants-section-option-title-is-required": "Tiêu đề tùy chọn là bắt buộc", - "product-variants-section-add-an-option": "Thêm một tùy chọn", - "product-variants-section-inventory": "Tồn kho", - "product-variants-section-title": "Tiêu đề", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "Quản lý tồn kho", - "product-variants-section-duplicate-variant": "Nhân bản biến thể", - "product-variants-section-delete-variant-label": "Xóa biến thể", - "product-variants-section-yes-delete": "Có, xóa", - "product-variants-section-delete-variant-heading": "Xóa biến thể", - "product-variants-section-confirm-delete": "Bạn có chắc muốn xóa biến thể này?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": " Ghi chú: Xóa biến thể cũng sẽ loại bỏ các mục tồn kho và cấp độ", - "reset-token-card-error": "Lỗi", - "reset-token-card-reset-your-password": "Đặt lại mật khẩu của bạn", - "reset-token-card-password-reset-description": "Nhập địa chỉ email của bạn bên dưới, và chúng tôi sẽ<1>gửi cho bạn hướng dẫn cách đặt lại<3>mật khẩu của bạn.", - "reset-token-card-email": "Email", - "reset-token-card-this-is-not-a-valid-email": "Đây không phải là một địa chỉ email hợp lệ", - "reset-token-card-send-reset-instructions": "Gửi hướng dẫn đặt lại", - "reset-token-card-successfully-sent-you-an-email": "Chúng tôi đã gửi email cho bạn thành công", - "reset-token-card-go-back-to-sign-in": "Trở lại đăng nhập", - "rma-return-product-table-product-details": "Chi tiết sản phẩm", - "rma-return-product-table-quantity": "Số lượng", - "rma-select-product-table-product-details": "Chi tiết sản phẩm", - "rma-select-product-table-quantity": "Số lượng", - "rma-select-product-table-refundable": "Có thể hoàn tiền", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "Chọn lý do", - "sidebar-store": "Cửa hàng", - "sidebar-orders": "Đơn hàng", - "sidebar-products": "Sản phẩm", - "sidebar-categories": "Danh mục", - "sidebar-customers": "Khách hàng", - "sidebar-inventory": "Tồn kho", - "sidebar-discounts": "Giảm giá", - "sidebar-gift-cards": "Thẻ quà tặng", - "sidebar-pricing": "Định giá", - "sidebar-settings": "Cài đặt", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} trên {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} trên {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} trên {{soothedPageCount}}", - "timeline-request-return": "Yêu cầu trả hàng", - "timeline-register-exchange": "Đăng ký trao đổi", - "timeline-register-claim": "Đăng ký đòi hỏi", - "timeline-success": "Thành công", - "timeline-added-note": "Thêm ghi chú", - "timeline-error": "Lỗi", - "timeline-timeline": "Dòng thời gian", - "upload-modal-new": "mới", - "upload-modal-updates": "cập nhật", - "upload-modal-drop-your-file-here-or": "Kéo tệp của bạn vào đây hoặc", - "upload-modal-click-to-browse": "nhấn để duyệt.", - "upload-modal-only-csv-files-are-supported": "Chỉ hỗ trợ tệp .csv.", - "upload-modal-import-file-title": "Nhập {{fileTitle}}", - "upload-modal-cancel": "Hủy bỏ", - "upload-modal-import-list": "Nhập danh sách", - "add-products-modal-add-products": "Thêm sản phẩm", - "add-products-modal-search-by-name-or-description": "Tìm kiếm theo tên hoặc mô tả...", - "add-products-modal-cancel": "Hủy bỏ", - "add-products-modal-save": "Lưu", - "add-products-modal-product-details": "Chi tiết sản phẩm", - "add-products-modal-status": "Trạng thái", - "add-products-modal-variants": "Biến thể", - "templates-general": "Chung", - "templates-first-name": "Tên", - "templates-last-name": "Họ", - "templates-company": "Công ty", - "templates-phone": "Số điện thoại", - "templates-billing-address": "Địa chỉ thanh toán", - "templates-shipping-address": "Địa chỉ giao hàng", - "templates-address": "Địa chỉ", - "templates-address-1": "Địa chỉ 1", - "templates-address-2": "Địa chỉ 2", - "templates-postal-code": "Mã bưu điện", - "templates-city": "Thành phố", - "templates-province": "Tỉnh", - "templates-country": "Quốc gia", - "templates-metadata": "Dữ liệu siêu dữ liệu", - "collection-modal-success": "Thành công", - "collection-modal-successfully-updated-collection": "Cập nhật bộ sưu tập thành công", - "collection-modal-error": "Lỗi", - "collection-modal-successfully-created-collection": "Tạo bộ sưu tập thành công", - "collection-modal-edit-collection": "Chỉnh sửa bộ sưu tập", - "collection-modal-add-collection": "Thêm bộ sưu tập", - "collection-modal-description": "Để tạo bộ sưu tập, bạn chỉ cần tiêu đề và một xử lý.", - "collection-modal-details": "Chi tiết", - "collection-modal-title-label": "Tiêu đề", - "collection-modal-title-placeholder": "Kính râm", - "collection-modal-handle-label": "Xử lý", - "collection-modal-handle-placeholder": "kinh-ram", - "collection-modal-slug-description": "URL Slug cho bộ sưu tập. Sẽ được tự động tạo nếu để trống.", - "collection-modal-metadata": "Dữ liệu siêu dữ liệu", - "collection-modal-cancel": "Hủy bỏ", - "collection-modal-save-collection": "Lưu bộ sưu tập", - "collection-modal-publish-collection": "Xuất bộ sưu tập", - "collection-product-table-add-products": "Thêm sản phẩm", - "collection-product-table-products": "Sản phẩm", - "collection-product-table-search-products": "Tìm kiếm sản phẩm", - "collection-product-table-cancel": "Hủy bỏ", - "collection-product-table-save": "Lưu", - "collection-product-table-sort-by": "Sắp xếp theo", - "collection-product-table-all": "Tất cả", - "collection-product-table-newest": "Mới nhất", - "collection-product-table-oldest": "Cũ nhất", - "collection-product-table-title": "Tiêu đề", - "collection-product-table-decide-status-published": "Xuất bản", - "collection-product-table-draft": "Bản nháp", - "collection-product-table-proposed": "Đề xuất", - "collection-product-table-rejected": "Từ chối", - "collection-product-table-remove-product-from-collection": "Loại bỏ sản phẩm khỏi bộ sưu tập", - "collection-product-table-product-removed-from-collection": "Sản phẩm đã được loại bỏ khỏi bộ sưu tập", - "collections-table-delete-collection": "Xóa bộ sưu tập", - "collections-table-confirm-delete": "Bạn có chắc muốn xóa bộ sưu tập này?", - "collections-table-edit": "Chỉnh sửa", - "collections-table-delete": "Xóa", - "collections-table-title": "Tiêu đề", - "collections-table-handle": "Xử lý", - "collections-table-created-at": "Đã tạo lúc", - "collections-table-updated-at": "Đã cập nhật lúc", - "collections-table-products": "Sản phẩm", - "customer-group-table-details": "Chi tiết", - "customer-group-table-delete": "Xóa", - "customer-group-table-success": "Thành công", - "customer-group-table-group-deleted": "Nhóm đã bị xóa", - "customer-group-table-error": "Lỗi", - "customer-group-table-failed-to-delete-the-group": "Không thể xóa nhóm", - "customer-group-table-customer-groups": "Nhóm khách hàng", - "customer-group-table-delete-from-the-group": "Xóa khỏi nhóm", - "customer-group-table-customer-groups-title": "Nhóm khách hàng", - "customer-group-table-groups": "Nhóm", - "customer-group-table-all": "Tất cả", - "customer-group-table-edit-customers": "Chỉnh sửa khách hàng", - "customer-group-table-customers": "Khách hàng", - "customer-group-table-cancel": "Hủy bỏ", - "customer-group-table-save": "Lưu", - "customer-orders-table-orders": "Đơn hàng", - "customer-orders-table-transfer-order": "Chuyển đơn hàng", - "customer-orders-table-paid": "Đã thanh toán", - "customer-orders-table-awaiting": "Chờ xử lý", - "customer-orders-table-requires-action": "Yêu cầu xử lý", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "Đã giao hàng", - "customer-orders-table-shipped": "Đã gửi", - "customer-orders-table-not-fulfilled": "Chưa giao hàng", - "customer-orders-table-partially-fulfilled": "Giao hàng một phần", - "customer-orders-table-partially-shipped": "Gửi hàng một phần", - "customer-orders-table-order": "Đơn hàng", - "customer-orders-table-remainder-more": "+ {{remainder}} nữa", - "customer-orders-table-date": "Ngày", - "customer-orders-table-fulfillment": "Giao hàng", - "customer-orders-table-status": "Trạng thái", - "customer-orders-table-total": "Tổng cộng", - "customer-table-customers": "Khách hàng", - "customer-table-edit": "Chỉnh sửa", - "customer-table-details": "Chi tiết", - "customer-table-date-added": "Ngày thêm", - "customer-table-name": "Tên", - "customer-table-email": "Email", - "customer-table-orders": "Đơn hàng", - "discount-filter-dropdown-filters": "Bộ lọc", - "discount-table-discounts": "Ưu đãi", - "discount-table-search-by-code-or-description": "Tìm kiếm theo mã hoặc mô tả...", - "discount-table-success": "Thành công", - "discount-table-successfully-copied-discount": "Sao chép ưu đãi thành công", - "discount-table-error": "Lỗi", - "discount-table-scheduled": "Đã lên lịch", - "discount-table-expired": "Hết hạn", - "discount-table-active": "Hoạt động", - "discount-table-disabled": "Đã tắt", - "discount-table-free-shipping": "Miễn phí vận chuyển", - "discount-table-code": "Mã", - "discount-table-description": "Mô tả", - "discount-table-amount": "Số tiền", - "discount-table-status": "Trạng thái", - "discount-table-redemptions": "Số lượt đổi ưu đãi", - "discount-table-delete-discount": "Xóa ưu đãi", - "discount-table-confirm-delete": "Bạn có chắc muốn xóa ưu đãi này?", - "discount-table-publish": "Xuất bản", - "discount-table-unpublish": "Ngưng xuất bản", - "discount-table-successfully-published-discount": "Xuất bản ưu đãi thành công", - "discount-table-successfully-unpublished-discount": "Ngưng xuất bản ưu đãi thành công", - "discount-table-duplicate": "Sao chép", - "discount-table-delete": "Xóa", - "draft-order-table-draft-orders": "Đơn hàng nháp", - "draft-order-table-completed": "Đã hoàn thành", - "draft-order-table-open": "Mở", - "draft-order-table-draft": "Nháp", - "draft-order-table-order": "Đơn hàng", - "draft-order-table-date-added": "Ngày thêm", - "draft-order-table-customer": "Khách hàng", - "draft-order-table-status": "Trạng thái", - "gift-card-filter-dropdown-is-in-the-last": "trong vòng", - "gift-card-filter-dropdown-is-older-than": "cũ hơn", - "gift-card-filter-dropdown-is-after": "sau ngày", - "gift-card-filter-dropdown-is-before": "trước ngày", - "gift-card-filter-dropdown-is-equal-to": "bằng", - "gift-card-filter-dropdown-filters": "Bộ lọc", - "gift-card-filter-dropdown-status": "Trạng thái", - "gift-card-filter-dropdown-payment-status": "Trạng thái thanh toán", - "gift-card-filter-dropdown-fulfillment-status": "Trạng thái giao hàng", - "gift-card-filter-dropdown-date": "Ngày", - "gift-card-table-gift-cards": "Thẻ quà tặng", - "gift-card-table-code": "Mã", - "gift-card-table-order": "Đơn hàng", - "gift-card-table-original-amount": "Số tiền ban đầu", - "gift-card-table-balance": "Số dư", - "gift-card-table-region-has-been-deleted": "Khu vực đã bị xóa", - "gift-card-table-none": "Không", - "gift-card-table-created": "Đã tạo", - "image-table-file-name": "Tên tệp", - "image-table-thumbnail": "Ảnh thu nhỏ", - "image-table-select-thumbnail-image-for-product": "Chọn ảnh bạn muốn sử dụng làm hình thu nhỏ cho sản phẩm này", - "inventory-table-inventory-items": "Mục tồn kho", - "inventory-table-actions-adjust-availability": "Điều chỉnh sẵn sàng", - "inventory-table-view-product": "Xem sản phẩm", - "inventory-table-success": "Thành công", - "inventory-table-inventory-item-updated-successfully": "Cập nhật mục tồn kho thành công", - "inventory-table-adjust-availability": "Điều chỉnh sẵn sàng", - "inventory-table-cancel": "Hủy bỏ", - "inventory-table-save-and-close": "Lưu và đóng", - "inventory-table-item": "Mục", - "inventory-table-variant": "Biến thể", - "inventory-table-sku": "Mã SKU", - "inventory-table-reserved": "Đã đặt chỗ", - "inventory-table-in-stock": "Còn hàng", - "order-filter-dropdown-filters": "Bộ lọc", - "order-filter-dropdown-status": "Trạng thái", - "order-filter-dropdown-payment-status": "Trạng thái thanh toán", - "order-filter-dropdown-fulfillment-status": "Trạng thái giao hàng", - "order-filter-dropdown-regions": "Khu vực", - "order-filter-dropdown-sales-channel": "Kênh bán hàng", - "order-filter-dropdown-date": "Ngày", - "order-table-paid": "Đã thanh toán", - "order-table-awaiting": "Chờ xử lý", - "order-table-requires-action": "Yêu cầu xử lý", - "order-table-canceled": "Đã hủy", - "order-table-n-a": "N/A", - "order-table-order": "Đơn hàng", - "order-table-date-added": "Ngày thêm", - "order-table-customer": "Khách hàng", - "order-table-fulfillment": "Giao hàng", - "order-table-payment-status": "Trạng thái thanh toán", - "order-table-sales-channel": "Kênh bán hàng", - "order-table-total": "Tổng cộng", - "order-table-filters-complete": "Hoàn thành", - "order-table-filters-incomplete": "Chưa hoàn thành", - "price-list-table-filters": "Bộ lọc", - "price-list-table-status": "Trạng thái", - "price-list-table-type": "Loại", - "price-list-table-price-lists": "Danh sách giá", - "price-list-table-success": "Thành công", - "price-list-table-successfully-copied-price-list": "Sao chép danh sách giá thành công", - "price-list-table-error": "Lỗi", - "price-list-table-delete-price-list": "Xóa danh sách giá", - "price-list-table-confirm-delete": "Bạn có chắc muốn xóa danh sách giá này?", - "price-list-table-successfully-deleted-the-price-list": "Xóa danh sách giá thành công", - "price-list-table-successfully-unpublished-price-list": "Ngừng xuất bản danh sách giá thành công", - "price-list-table-successfully-published-price-list": "Xuất bản danh sách giá thành công", - "price-list-table-unpublish": "Ngừng xuất bản", - "price-list-table-publish": "Xuất bản", - "price-list-table-delete": "Xóa", - "price-list-table-name": "Tên", - "price-list-table-description": "Mô tả", - "price-list-table-groups": "Nhóm", - "price-list-table-other-more": "+ {{other}} nữa", - "price-overrides-apply-overrides-on-selected-variants": "Áp dụng ghi đè cho các biến thể đã chọn", - "price-overrides-apply-on-all-variants": "Áp dụng cho tất cả các biến thể", - "price-overrides-prices": "Giá cả", - "price-overrides-cancel": "Hủy bỏ", - "price-overrides-save-and-close": "Lưu và đóng", - "price-overrides-show-regions": "Hiển thị khu vực", - "product-table-products": "Sản phẩm", - "product-table-copy-success": "Thành công", - "product-table-copy-created-a-new-product": "Tạo một sản phẩm mới", - "product-table-copy-error": "Lỗi", - "product-table-delete-product": "Xóa sản phẩm", - "product-table-confirm-delete": "Bạn có chắc muốn xóa sản phẩm này?", - "product-table-edit": "Chỉnh sửa", - "product-table-unpublish": "Ngừng xuất bản", - "product-table-publish": "Xuất bản", - "product-table-draft": "nháp", - "product-table-published": "đã xuất bản", - "product-table-success": "Thành công", - "product-table-successfully-unpublished-product": "Ngừng xuất bản sản phẩm thành công", - "product-table-successfully-published-product": "Xuất bản sản phẩm thành công", - "product-table-error": "Lỗi", - "product-table-duplicate": "Sao chép", - "product-table-delete": "Xóa", - "product-table-proposed": "Đề xuất", - "product-table-published-title": "Đã xuất bản", - "product-table-rejected": "Từ chối", - "product-table-draft-title": "Nháp", - "product-table-name": "Tên", - "product-table-collection": "Bộ sưu tập", - "product-table-status": "Trạng thái", - "product-table-availability": "Sẵn có", - "product-table-inventory": "Tồn kho", - "product-table-inventory-in-stock-count_one": " còn hàng cho {{count}} biến thể", - "product-table-inventory-in-stock-count_other": " còn hàng cho {{count}} biến thể", - "reservation-form-location": "Vị trí", - "reservation-form-choose-where-you-wish-to-reserve-from": "Chọn nơi bạn muốn đặt chỗ từ.", - "reservation-form-item-to-reserve": "Mục để đặt chỗ", - "reservation-form-select-the-item-that-you-wish-to-reserve": "Chọn mục mà bạn muốn đặt chỗ.", - "reservation-form-item": "Mục", - "reservation-form-in-stock": "Còn hàng", - "reservation-form-available": "Có sẵn", - "reservation-form-reserve": "Đặt chỗ", - "reservation-form-remove-item": "Xóa mục", - "reservation-form-description": "Mô tả", - "reservation-form-what-type-of-reservation-is-this": "Loại đặt chỗ này là gì?", - "reservations-table-reservations": "Đặt chỗ", - "reservations-table-edit": "Chỉnh sửa", - "reservations-table-delete": "Xóa", - "reservations-table-confirm-delete": "Bạn có chắc muốn xóa đặt chỗ này?", - "reservations-table-remove-reservation": "Xóa đặt chỗ", - "reservations-table-reservation-has-been-removed": "Đặt chỗ đã bị xóa", - "new-success": "Thành công", - "new-successfully-created-reservation": "Tạo đặt chỗ thành công", - "new-error": "Lỗi", - "new-cancel": "Hủy bỏ", - "new-save-reservation": "Lưu đặt chỗ", - "new-reserve-item": "Đặt chỗ Mục", - "new-metadata": "Dữ liệu", - "reservations-table-order-id": "ID Đơn hàng", - "reservations-table-description": "Mô tả", - "reservations-table-created": "Đã tạo", - "reservations-table-quantity": "Số lượng", - "search-modal-start-typing-to-search": "Bắt đầu gõ để tìm...", - "search-modal-clear-search": "Xóa tìm kiếm", - "search-modal-or": "hoặc", - "search-modal-to-navigate": "để điều hướng", - "search-modal-to-select-and": "để chọn, và", - "search-modal-to-search-anytime": "để tìm kiếm bất cứ lúc nào", - "templates-settings": "Cài đặt", - "templates-manage-the-settings-for-your-medusa-store": "Quản lý cài đặt cho cửa hàng Medusa của bạn", - "transfer-orders-modal-info": "Thông tin", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "Khách hàng đã là chủ sở hữu của đơn hàng", - "transfer-orders-modal-success": "Thành công", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "Chuyển đơn hàng thành công cho khách hàng khác", - "transfer-orders-modal-error": "Lỗi", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "Không thể chuyển đơn hàng cho khách hàng khác", - "transfer-orders-modal-transfer-order": "Chuyển đơn hàng", - "transfer-orders-modal-order": "Đơn hàng", - "transfer-orders-modal-current-owner": "Chủ sở hữu hiện tại", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "Khách hàng hiện đang liên quan đến đơn hàng này", - "transfer-orders-modal-new-owner": "Chủ sở hữu mới", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "Khách hàng để chuyển đơn hàng này", - "transfer-orders-modal-cancel": "Hủy bỏ", - "transfer-orders-modal-confirm": "Xác nhận", - "templates-edit-user": "Chỉnh sửa người dùng", - "templates-remove-user": "Xóa người dùng", - "templates-resend-invitation": "Gửi lại lời mời", - "templates-success": "Thành công", - "templates-invitiation-link-has-been-resent": "Liên kết mời đã được gửi lại", - "templates-copy-invite-link": "Sao chép liên kết mời", - "templates-invite-link-copied-to-clipboard": "Liên kết mời đã được sao chép vào clipboard", - "templates-remove-invitation": "Xóa lời mời", - "templates-expired": "Hết hạn", - "templates-pending": "Đang chờ", - "templates-all": "Tất cả", - "templates-member": "Thành viên", - "templates-admin": "Quản trị", - "templates-no-team-permissions": "Không có quyền trong nhóm", - "templates-status": "Trạng thái", - "templates-active": "Hoạt động", - "templates-name": "Tên", - "templates-email": "Email", - "templates-team-permissions": "Quyền trong nhóm", - "templates-confirm-remove": "Bạn có chắc muốn xóa người dùng này?", - "templates-remove-user-heading": "Xóa người dùng", - "templates-user-has-been-removed": "Người dùng đã bị xóa", - "templates-confirm-remove-invite": "Bạn có chắc muốn xóa lời mời này?", - "templates-remove-invite": "Xóa lời mời", - "templates-invitiation-has-been-removed": "Lời mời đã bị xóa", - "multiselect-choose-categories": "Chọn danh mục", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "Thành công", - "details-updated-products-in-collection": "Cập nhật sản phẩm trong bộ sưu tập", - "details-error": "Lỗi", - "details-back-to-collections": "Trở lại Bộ sưu tập", - "details-edit-collection": "Chỉnh sửa Bộ sưu tập", - "details-delete": "Xóa", - "details-metadata": "Dữ liệu", - "details-edit-products": "Chỉnh sửa Sản phẩm", - "details-products-in-this-collection": "Sản phẩm trong bộ sưu tập này", - "details-raw-collection": "Bộ sưu tập gốc", - "details-delete-collection": "Xóa bộ sưu tập", - "details-successfully-deleted-collection": "Xóa bộ sưu tập thành công", - "details-yes-delete": "Có, xóa", - "details-successfully-updated-customer": "Cập nhật khách hàng thành công", - "details-customer-details": "Chi tiết khách hàng", - "details-general": "Chung", - "details-first-name": "Tên đầu tiên", - "details-lebron": "Lebron", - "details-last-name": "Họ", - "details-james": "James", - "details-email": "Email", - "details-phone-number": "Số điện thoại", - "details-cancel": "Hủy bỏ", - "details-save-and-close": "Lưu và đóng", - "details-edit": "Chỉnh sửa", - "details-back-to-customers": "Quay lại danh sách khách hàng", - "details-first-seen": "Lần đầu thấy", - "details-phone": "Điện thoại", - "details-orders": "Đơn hàng", - "details-user": "Người dùng", - "details-orders_one": "Đơn hàng {{count}}", - "details-orders_other": "Đơn hàng {{count}}", - "details-an-overview-of-customer-orders": "Tổng quan về đơn hàng của khách hàng", - "details-raw-customer": "Khách hàng nguyên bản", - "groups-group-updated": "Nhóm đã được cập nhật", - "groups-group-created": "Nhóm đã được tạo", - "groups-the-customer-group-has-been-updated": "Nhóm khách hàng đã được cập nhật", - "groups-the-customer-group-has-been-created": "Nhóm khách hàng đã được tạo", - "groups-edit-customer-group": "Chỉnh sửa nhóm khách hàng", - "groups-create-a-new-customer-group": "Tạo một nhóm khách hàng mới", - "groups-details": "Chi tiết", - "groups-metadata": "Dữ liệu", - "groups-cancel": "Hủy bỏ", - "groups-edit-group": "Chỉnh sửa nhóm", - "groups-publish-group": "Xuất bản nhóm", - "groups-no-customers-in-this-group-yet": "Chưa có khách hàng trong nhóm này", - "groups-customers": "Khách hàng", - "groups-edit": "Chỉnh sửa", - "groups-delete": "Xóa", - "groups-yes-delete": "Có, xóa", - "groups-delete-the-group": "Xóa nhóm", - "groups-group-deleted": "Nhóm đã bị xóa", - "groups-confirm-delete-customer-group": "Bạn có chắc muốn xóa nhóm khách hàng này?", - "groups-back-to-customer-groups": "Quay lại danh sách nhóm khách hàng", - "groups-new-group": "Nhóm mới", - "add-condition-conditions-were-successfully-added": "Điều kiện đã được thêm thành công", - "add-condition-discount-conditions-updated": "Các điều kiện giảm giá đã được cập nhật", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions phải được sử dụng bên trong một ConditionsProvider", - "collections-search": "Tìm kiếm...", - "collections-cancel": "Hủy bỏ", - "collections-save-and-go-back": "Lưu và quay lại", - "collections-save-and-close": "Lưu và đóng", - "customer-groups-search": "Tìm kiếm...", - "customer-groups-cancel": "Hủy bỏ", - "customer-groups-save-and-go-back": "Lưu và quay lại", - "customer-groups-save-and-close": "Lưu và đóng", - "product-types-search": "Tìm kiếm...", - "product-types-cancel": "Hủy bỏ", - "product-types-save-and-go-back": "Lưu và quay lại", - "product-types-save-and-close": "Lưu và đóng", - "products-search": "Tìm kiếm...", - "products-cancel": "Hủy bỏ", - "products-save-and-go-back": "Lưu và quay lại", - "products-save-and-close": "Lưu và đóng", - "tags-search": "Tìm kiếm...", - "tags-cancel": "Hủy bỏ", - "tags-save-and-go-back": "Lưu và quay lại", - "tags-save-and-close": "Lưu và đóng", - "edit-condition-add-conditions": "Thêm điều kiện", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "Bỏ chọn", - "edit-condition-remove": "Xóa", - "edit-condition-add": "Thêm", - "edit-condition-title": "Chỉnh sửa {{type}} trong Điều kiện Giảm giá", - "edit-condition-close": "Đóng", - "edit-condition-success": "Thành công", - "edit-condition-the-resources-were-successfully-added": "Tài nguyên đã được thêm thành công", - "edit-condition-error": "Lỗi", - "edit-condition-failed-to-add-resources": "Không thể thêm tài nguyên", - "edit-condition-the-resources-were-successfully-removed": "Tài nguyên đã được xóa thành công", - "edit-condition-failed-to-remove-resources": "Không thể xóa tài nguyên", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext phải được sử dụng bên trong EditConditionProvider", - "conditions-conditions": "Điều kiện", - "conditions-add-condition-label": "Thêm điều kiện", - "conditions-this-discount-has-no-conditions": "Không có điều kiện nào cho giảm giá này", - "conditions-success": "Thành công", - "conditions-condition-removed": "Điều kiện đã bị xóa", - "conditions-error": "Lỗi", - "conditions-edit-condition": "Chỉnh sửa điều kiện", - "conditions-delete-condition": "Xóa điều kiện", - "conditions-discount-is-applicable-to-specific-products": "Giảm giá được áp dụng cho các sản phẩm cụ thể", - "conditions-discount-is-applicable-to-specific-collections": "Giảm giá được áp dụng cho các bộ sưu tập cụ thể", - "conditions-discount-is-applicable-to-specific-product-tags": "Giảm giá được áp dụng cho các thẻ sản phẩm cụ thể", - "conditions-discount-is-applicable-to-specific-product-types": "Giảm giá được áp dụng cho các loại sản phẩm cụ thể", - "conditions-discount-is-applicable-to-specific-customer-groups": "Giảm giá được áp dụng cho các nhóm khách hàng cụ thể", - "configurations-success": "Thành công", - "configurations-discount-updated-successfully": "Cập nhật giảm giá thành công", - "configurations-error": "Lỗi", - "configurations-edit-configurations": "Chỉnh sửa cấu hình", - "configurations-cancel": "Hủy bỏ", - "configurations-save": "Lưu", - "configurations-configurations": "Cấu hình", - "configurations-start-date": "Ngày bắt đầu", - "configurations-end-date": "Ngày kết thúc", - "configurations-delete-configuration": "Xóa cấu hình", - "configurations-discount-end-date-removed": "Ngày kết thúc giảm giá đã được xóa", - "configurations-number-of-redemptions": "Số lần đổi", - "configurations-redemption-limit-removed": "Giới hạn lần đổi đã được xóa", - "configurations-delete-setting": "Xóa cài đặt", - "configurations-discount-duration-removed": "Thời gian giảm giá đã được xóa", - "general-success": "Thành công", - "general-discount-updated-successfully": "Cập nhật giảm giá thành công", - "general-error": "Lỗi", - "general-edit-general-information": "Chỉnh sửa thông tin chung", - "general-details": "Chi tiết", - "general-metadata": "Dữ liệu", - "general-cancel": "Hủy bỏ", - "general-save-and-close": "Lưu và đóng", - "general-delete-promotion": "Xóa Khuyến mãi", - "general-confirm-delete-promotion": "Bạn có chắc muốn xóa khuyến mãi này?", - "general-promotion-deleted-successfully": "Khuyến mãi đã bị xóa thành công", - "general-discount-published-successfully": "Giảm giá được xuất bản thành công", - "general-discount-drafted-successfully": "Giảm giá đã được lập thành công", - "general-delete-discount": "Xóa giảm giá", - "general-template-discount": "Mẫu giảm giá", - "general-published": "Đã xuất bản", - "general-draft": "Bản nháp", - "general-discount-amount": "Số tiền giảm giá", - "general-valid-regions": "Các khu vực hợp lệ", - "general-total-redemptions": "Tổng số lần đổi", - "general-free-shipping": "MIỄN PHÍ VẬN CHUYỂN", - "general-unknown-discount-type": "Loại giảm giá không xác định", - "details-discount-deleted": "Giảm giá đã bị xóa", - "details-confirm-delete-discount": "Bạn có chắc muốn xóa giảm giá này?", - "details-delete-discount": "Xóa giảm giá", - "details-back-to-discounts": "Quay lại danh sách giảm giá", - "details-raw-discount": "Giảm giá nguyên bản", - "discounts-add-discount": "Thêm giảm giá", - "discount-form-add-conditions": "Thêm điều kiện", - "discount-form-choose-a-condition-type": "Chọn một loại điều kiện", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "Bạn chỉ có thể thêm một loại điều kiện của mỗi loại", - "discount-form-you-cannot-add-any-more-conditions": "Bạn không thể thêm thêm điều kiện nào nữa", - "discount-form-cancel": "Hủy bỏ", - "discount-form-save": "Lưu", - "add-condition-tables-cancel": "Hủy bỏ", - "add-condition-tables-save-and-add-more": "Lưu và thêm", - "add-condition-tables-save-and-close": "Lưu và đóng", - "add-condition-tables-search-by-title": "Tìm kiếm theo tiêu đề...", - "add-condition-tables-search-groups": "Tìm kiếm nhóm...", - "add-condition-tables-search-products": "Tìm kiếm sản phẩm...", - "add-condition-tables-search-by-tag": "Tìm kiếm theo thẻ...", - "add-condition-tables-search-by-type": "Tìm kiếm theo loại...", - "details-condition-tables-search-by-title": "Tìm kiếm theo tiêu đề...", - "details-condition-tables-search-groups": "Tìm kiếm nhóm...", - "details-condition-tables-cancel": "Hủy bỏ", - "details-condition-tables-save-and-add-more": "Lưu và thêm", - "details-condition-tables-save-and-close": "Lưu và đóng", - "details-condition-tables-search-products": "Tìm kiếm sản phẩm...", - "details-condition-tables-search-by-tag": "Tìm kiếm theo thẻ...", - "details-condition-tables-search-by-type": "Tìm kiếm theo loại...", - "edit-condition-tables-search-by-title": "Tìm kiếm theo tiêu đề...", - "edit-condition-tables-title": "Tiêu đề", - "edit-condition-tables-search-groups": "Tìm kiếm nhóm...", - "edit-condition-tables-cancel": "Hủy bỏ", - "edit-condition-tables-delete-condition": "Xóa điều kiện", - "edit-condition-tables-save": "Lưu", - "edit-condition-tables-search-products": "Tìm kiếm sản phẩm...", - "edit-condition-tables-search-by-tag": "Tìm kiếm theo thẻ...", - "edit-condition-tables-search-by-type": "Tìm kiếm theo loại...", - "shared-title": "Tiêu đề", - "shared-products": "Sản phẩm", - "shared-applies-to-the-selected-items": "Áp dụng cho các mặt hàng được chọn.", - "shared-applies-to-all-items-except-the-selected-items": "Áp dụng cho tất cả các mặt hàng ngoại trừ các mặt hàng được chọn.", - "shared-members": "Thành viên", - "shared-status": "Trạng thái", - "shared-variants": "Biến thể", - "shared-tag": "Thẻ", - "shared-type": "Loại", - "edit-conditions-modal-title": "Chỉnh sửa {{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm phải là con của DiscountFormContext", - "discount-form-error": "Lỗi", - "discount-form-save-as-draft": "Lưu nháp", - "discount-form-publish-discount": "Xuất bản giảm giá", - "discount-form-create-new-discount": "Tạo giảm giá mới", - "discount-form-discount-type": "Loại giảm giá", - "discount-form-select-a-discount-type": "Chọn một loại giảm giá", - "discount-form-allocation": "Phân bổ", - "discount-form-general": "Chung", - "discount-form-configuration": "Cấu hình", - "discount-form-discount-code-application-disclaimer": "Mã giảm giá áp dụng từ khi bạn nhấn nút xuất bản và mãi mãi nếu không được sửa đổi.", - "discount-form-conditions": "Điều kiện", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "Mã giảm giá áp dụng cho tất cả các sản phẩm nếu không được sửa đổi.", - "discount-form-add-conditions-to-your-discount": "Thêm điều kiện cho giảm giá của bạn", - "discount-form-metadata": "Dữ liệu", - "discount-form-metadata-usage-description": "Dữ liệu cho phép bạn thêm thông tin bổ sung cho giảm giá của bạn.", - "condition-item-remainder-more": "+{{remainder}} nữa", - "conditions-edit": "Chỉnh sửa", - "conditions-product": "Sản phẩm", - "conditions-collection": "Bộ sưu tập", - "conditions-tag": "Thẻ", - "conditions-customer-group": "Nhóm khách hàng", - "conditions-type": "Loại", - "conditions-add-condition": "Thêm Điều kiện", - "sections-start-date": "Ngày bắt đầu", - "sections-schedule-the-discount-to-activate-in-the-future": "Lên lịch giảm giá để kích hoạt trong tương lai.", - "sections-select-discount-start-date": "Nếu bạn muốn lên lịch giảm giá để kích hoạt trong tương lai, bạn có thể đặt ngày bắt đầu ở đây, nếu không, giảm giá sẽ có hiệu lực ngay lập tức.", - "sections-start-time": "Giờ bắt đầu", - "sections-discount-has-an-expiry-date": "Giảm giá có ngày hết hạn?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "Lên lịch giảm giá để ngừng hoạt động trong tương lai.", - "sections-select-discount-end-date": "Nếu bạn muốn lên lịch giảm giá để ngừng hoạt động trong tương lai, bạn có thể đặt ngày hết hạn ở đây.", - "sections-expiry-date": "Ngày hết hạn", - "sections-expiry-time": "Giờ hết hạn", - "sections-limit-the-number-of-redemptions": "Giới hạn số lần đổi?", - "sections-limit-applies-across-all-customers-not-per-customer": "Giới hạn áp dụng cho tất cả khách hàng, không phải mỗi khách hàng.", - "sections-limit-discount-number-of-uses": "Nếu bạn muốn giới hạn số lần khách hàng có thể đổi giảm giá này, bạn có thể đặt một giới hạn ở đây.", - "sections-number-of-redemptions": "Số lần đổi", - "sections-availability-duration": "Thời gian sẵn có?", - "sections-set-the-duration-of-the-discount": "Đặt thời gian giảm giá.", - "sections-select-a-discount-type": "Chọn loại giảm giá", - "sections-total-amount": "Tổng số tiền", - "sections-apply-to-the-total-amount": "Áp dụng cho tổng số tiền", - "sections-item-specific": "Cụ thể cho từng mặt hàng", - "sections-apply-to-every-allowed-item": "Áp dụng cho mọi mặt hàng được cho phép", - "sections-percentage": "Phần trăm", - "sections-fixed-amount": "Số tiền cố định", - "sections-discount-in-whole-numbers": "Giảm giá bằng số nguyên", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "Bạn chỉ có thể chọn một khu vực hợp lệ nếu bạn muốn sử dụng loại số tiền cố định", - "sections-free-shipping": "Vận chuyển miễn phí", - "sections-override-delivery-amount": "Ghi đè số tiền vận chuyển", - "sections-at-least-one-region-is-required": "Ít nhất một khu vực cần được chọn", - "sections-choose-valid-regions": "Chọn khu vực hợp lệ", - "sections-code": "Mã", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "Yêu cầu mã", - "sections-amount-is-required": "Yêu cầu số tiền", - "sections-amount": "Số tiền", - "sections-customer-invoice-code": "Mã mà khách hàng của bạn sẽ nhập trong quy trình thanh toán. Mã này sẽ xuất hiện trên hóa đơn của khách hàng.", - "sections-uppercase-letters-and-numbers-only": "Chỉ chữ in hoa và số.", - "sections-description": "Mô tả", - "sections-summer-sale-2022": "Khuyến mãi Mùa Hè 2022", - "sections-this-is-a-template-discount": "Đây là một mẫu giảm giá", - "sections-template-discounts-description": "Giảm giá mẫu cho phép bạn xác định một bộ quy tắc có thể được sử dụng trong một nhóm các giảm giá. Điều này hữu ích trong các chiến dịch cần tạo mã duy nhất cho từng người dùng, nhưng quy tắc cho tất cả mã duy nhất nên giống nhau.", - "discount-form-product": "Sản phẩm", - "discount-form-only-for-specific-products": "Chỉ cho các sản phẩm cụ thể", - "discount-form-choose-products": "Chọn sản phẩm", - "discount-form-customer-group": "Nhóm khách hàng", - "discount-form-only-for-specific-customer-groups": "Chỉ cho các nhóm khách hàng cụ thể", - "discount-form-choose-groups": "Chọn nhóm", - "discount-form-tag": "Thẻ", - "discount-form-only-for-specific-tags": "Chỉ cho các thẻ cụ thể", - "discount-form-collection": "Bộ sưu tập", - "discount-form-only-for-specific-product-collections": "Chỉ cho các bộ sưu tập sản phẩm cụ thể", - "discount-form-choose-collections": "Chọn bộ sưu tập", - "discount-form-type": "Loại", - "discount-form-only-for-specific-product-types": "Chỉ cho các loại sản phẩm cụ thể", - "discount-form-choose-types": "Chọn loại", - "utils-products": "sản phẩm", - "utils-groups": "nhóm", - "utils-tags": "thẻ", - "utils-collections": "bộ sưu tập", - "utils-types": "loại", - "gift-cards-created-gift-card": "Tạo thẻ quà tặng", - "gift-cards-custom-gift-card-was-created-successfully": "Thẻ quà tặng tùy chỉnh đã được tạo thành công", - "gift-cards-error": "Lỗi", - "gift-cards-custom-gift-card": "Thẻ quà tặng tùy chỉnh", - "gift-cards-details": "Chi tiết", - "gift-cards-receiver": "Người nhận", - "gift-cards-cancel": "Hủy", - "gift-cards-create-and-send": "Tạo và gửi", - "details-updated-gift-card": "Cập nhật thẻ quà tặng", - "details-gift-card-was-successfully-updated": "Thẻ quà tặng đã được cập nhật thành công", - "details-failed-to-update-gift-card": "Không thể cập nhật thẻ quà tặng", - "details-edit-gift-card": "Chỉnh sửa thẻ quà tặng", - "details-details": "Chi tiết", - "details-edit-details": "Chỉnh sửa chi tiết", - "details-update-balance-label": "Cập nhật số dư", - "details-updated-status": "Cập nhật trạng thái", - "details-successfully-updated-the-status-of-the-gift-card": "Cập nhật trạng thái của thẻ quà tặng thành công", - "details-back-to-gift-cards": "Quay lại Thẻ quà tặng", - "details-original-amount": "Số tiền ban đầu", - "details-balance": "Số dư", - "details-region": "Khu vực", - "details-expires-on": "Hết hạn vào", - "details-created": "Đã tạo", - "details-raw-gift-card": "Thẻ quà tặng gốc", - "details-balance-updated": "Cập nhật số dư", - "details-gift-card-balance-was-updated": "Số dư thẻ quà tặng đã được cập nhật", - "details-failed-to-update-balance": "Không thể cập nhật số dư", - "details-update-balance": "Cập nhật số dư", - "manage-back-to-gift-cards": "Quay lại Thẻ quà tặng", - "gift-cards-please-enter-a-name-for-the-gift-card": "Vui lòng nhập tên cho thẻ quà tặng", - "gift-cards-please-add-at-least-one-denomination": "Vui lòng thêm ít nhất một mệnh giá", - "gift-cards-denominations": "Mệnh giá", - "gift-cards-success": "Thành công", - "gift-cards-successfully-created-gift-card": "Tạo thẻ quà tặng thành công", - "gift-cards-create-gift-card": "Tạo thẻ quà tặng", - "gift-cards-gift-card-details": "Chi tiết thẻ quà tặng", - "gift-cards-name": "Tên", - "gift-cards-the-best-gift-card": "Thẻ quà tặng tốt nhất", - "gift-cards-description": "Mô tả", - "gift-cards-the-best-gift-card-of-all-time": "Thẻ quà tặng tốt nhất mọi thời đại", - "gift-cards-thumbnail": "Ảnh đại diện", - "gift-cards-delete": "Xóa", - "gift-cards-size-recommended": "1200 x 1600 (tỷ lệ 3:4) được đề nghị, dung lượng tối đa 10MB mỗi tấm", - "gift-cards-amount": "Số tiền", - "gift-cards-add-denomination": "Thêm mệnh giá", - "gift-cards-create-publish": "Tạo & Xuất bản", - "gift-cards-successfully-updated-gift-card": "Cập nhật thẻ quà tặng thành công", - "gift-cards-gift-cards": "Thẻ quà tặng", - "gift-cards-manage": "Quản lý thẻ quà tặng của cửa hàng Medusa của bạn", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "Bạn đã sẵn sàng bán thẻ quà tặng đầu tiên của mình chưa?", - "gift-cards-no-gift-card-has-been-added-yet": "Chưa có thẻ quà tặng nào được thêm vào.", - "gift-cards-history": "Lịch sử", - "gift-cards-see-the-history-of-purchased-gift-cards": "Xem lịch sử các thẻ quà tặng đã mua", - "gift-cards-successfully-deleted-gift-card": "Xóa thẻ quà tặng thành công", - "gift-cards-yes-delete": "Có, xóa", - "gift-cards-delete-gift-card": "Xóa thẻ quà tặng", - "inventory-filters": "Bộ lọc", - "address-form-address": "Địa chỉ", - "address-form-company": "Công ty", - "address-form-address-1": "Địa chỉ 1", - "address-form-this-field-is-required": "Trường này là bắt buộc", - "address-form-address-2": "Địa chỉ 2", - "address-form-postal-code": "Mã bưu điện", - "address-form-city": "Thành phố", - "address-form-country": "Quốc gia", - "edit-sales-channels-edit-channels": "Chỉnh sửa các kênh", - "edit-sales-channels-add-channels": "Thêm các kênh", - "general-form-location-name": "Tên địa điểm", - "general-form-flagship-store-warehouse": "Cửa hàng cơ sở, kho hàng", - "general-form-name-is-required": "Tên là bắt buộc", - "location-card-delete-location": "Xóa địa điểm", - "location-card-confirm-delete": "Bạn có chắc chắn muốn xóa địa điểm này. Điều này cũng sẽ xóa tất cả các mức tồn kho và đặt hàng liên quan đến địa điểm này.", - "location-card-success": "Thành công", - "location-card-location-deleted-successfully": "Xóa địa điểm thành công", - "location-card-error": "Lỗi", - "location-card-edit-details": "Chỉnh sửa chi tiết", - "location-card-delete": "Xóa", - "location-card-connected-sales-channels": "Các kênh bán hàng đã kết nối", - "sales-channels-form-add-sales-channels": "Thêm các kênh bán hàng", - "sales-channels-form-edit-channels": "Chỉnh sửa các kênh", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "Chưa kết nối với bất kỳ kênh bán hàng nào", - "edit-success": "Thành công", - "edit-location-edited-successfully": "Chỉnh sửa địa điểm thành công", - "edit-error": "Lỗi", - "edit-edit-location-details": "Chỉnh sửa chi tiết địa điểm", - "edit-metadata": "Dữ liệu kỹ thuật", - "edit-cancel": "Hủy", - "edit-save-and-close": "Lưu và đóng", - "new-location-added-successfully": "Đã thêm địa điểm thành công", - "new-location-created": "Đã tạo địa điểm thành công, nhưng đã xảy ra lỗi khi liên kết các kênh bán hàng", - "new-cancel-location-changes": "Bạn có chắc chắn muốn hủy bỏ các thay đổi chưa lưu?", - "new-yes-cancel": "Có, hủy bỏ", - "new-no-continue-creating": "Không, tiếp tục tạo", - "new-add-location": "Thêm địa điểm", - "new-add-new-location": "Thêm địa điểm mới", - "new-general-information": "Thông tin chung", - "new-location-details": "Chỉ định chi tiết về địa điểm này", - "new-select-location-channel": "Chỉ định thông qua các kênh bán hàng nào mà sản phẩm tại địa điểm này có thể được mua qua.", - "oauth-complete-installation": "Hoàn tất cài đặt", - "claim-type-form-refund": "Hoàn tiền", - "claim-type-form-replace": "Thay thế", - "items-to-receive-form-items-to-receive": "Sản phẩm cần nhận", - "items-to-receive-form-product": "Sản phẩm", - "items-to-receive-form-quantity": "Số lượng", - "items-to-receive-form-refundable": "Có thể hoàn tiền", - "add-return-reason-reason-for-return": "Lý do trả hàng", - "add-return-reason-reason": "Lý do", - "add-return-reason-choose-a-return-reason": "Chọn lý do trả hàng", - "add-return-reason-note": "Ghi chú", - "add-return-reason-product-was-damaged-during-shipping": "Sản phẩm bị hỏng trong quá trình vận chuyển", - "add-return-reason-cancel": "Hủy", - "add-return-reason-save-and-go-back": "Lưu và quay lại", - "add-return-reason-select-reason-title": "Chọn lý do", - "add-return-reason-edit-reason": "Chỉnh sửa lý do", - "add-return-reason-select-reason": "Chọn lý do", - "items-to-return-form-items-to-claim": "Sản phẩm cần đòi hỏi", - "items-to-return-form-items-to-return": "Sản phẩm cần trả lại", - "items-to-return-form-product": "Sản phẩm", - "items-to-return-form-quantity": "Số lượng", - "items-to-return-form-refundable": "Có thể hoàn tiền", - "add-additional-items-screen-go-back": "Quay lại", - "add-additional-items-screen-add-products": "Thêm sản phẩm", - "add-additional-items-screen-add-product-variants": "Thêm biến thể sản phẩm", - "add-additional-items-screen-search-products": "Tìm kiếm sản phẩm", - "add-additional-items-screen-variant-price-missing": "Biến thể này không có giá cho khu vực/tiền tệ của đơn hàng này và không thể được chọn.", - "add-additional-items-screen-stock": "Hàng tồn kho", - "add-additional-items-screen-price": "Giá", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "Giá đã được ghi đè trong danh sách giá, áp dụng cho đơn hàng này.", - "items-to-send-form-items-to-send": "Sản phẩm cần gửi", - "items-to-send-form-add-products": "Thêm sản phẩm", - "items-to-send-form-product": "Sản phẩm", - "items-to-send-form-quantity": "Số lượng", - "items-to-send-form-price": "Giá", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "Giá đã được ghi đè trong danh sách giá, áp dụng cho đơn hàng này.", - "refund-amount-form-cancel-editing-refund-amount": "Hủy chỉnh sửa số tiền hoàn trả", - "refund-amount-form-edit-refund-amount": "Chỉnh sửa số tiền hoàn trả", - "refund-amount-form-refund-amount-cannot-be-negative": "Số tiền hoàn trả không thể là số âm", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "Số tiền hoàn trả phải ít nhất là 0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} sản phẩm chưa được đặt hàng", - "reservation-indicator-this-item-has-been-fulfilled": "Sản phẩm này đã được đáp ứng.", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} mục: ${{locationName}}", - "reservation-indicator-edit-reservation": "Sửa đặt hàng", - "rma-summaries-claimed-items": "Các mục đã được đòi lại", - "rma-summaries-replacement-items": "Các mục thay thế", - "rma-summaries-customer-refund-description": "Khách hàng sẽ nhận được hoàn tiền đầy đủ cho các mục đã được đòi lại, vì chi phí các mục thay thế và vận chuyển sẽ không bị trừ. Tùy chọn, bạn có thể chọn một số tiền hoàn tiền tùy chỉnh khi bạn nhận được các mục đã trả lại hoặc tạo sự trao đổi thay thế.", - "rma-summaries-refund-amount": "Số tiền hoàn tiền", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "Khách hàng sẽ được hoàn tiền khi các mục đã trả lại được nhận", - "rma-summaries-the-customer-will-be-refunded-immediately": "Khách hàng sẽ được hoàn tiền ngay lập tức", - "rma-summaries-receiving": "Đang nhận hàng", - "rma-summaries-free": "Miễn phí", - "send-notification-form-return": "trả lại", - "send-notification-form-exchange": "trao đổi", - "send-notification-form-claim": "đòi lại", - "send-notification-form-send-notifications": "Gửi thông báo", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "Nếu không được chọn, khách hàng sẽ không nhận thông tin về {{subject}} này.", - "shipping-address-form-shipping-address": "Địa chỉ giao hàng", - "shipping-address-form-ship-to-a-different-address": "Gửi đến địa chỉ khác", - "shipping-address-form-cancel": "Hủy", - "shipping-address-form-save-and-go-back": "Lưu và quay lại", - "shipping-address-form-shipping-information": "Thông tin giao hàng", - "shipping-form-shipping-for-return-items": "Giao hàng cho các mục đã trả lại", - "shipping-form-shipping-for-replacement-items": "Giao hàng cho các mục thay thế", - "shipping-form-shipping-method-is-required": "Phương thức vận chuyển là bắt buộc", - "shipping-form-choose-shipping-method": "Chọn phương thức vận chuyển", - "shipping-form-shipping-method": "Phương thức vận chuyển", - "shipping-form-add-custom-price": "Thêm giá tùy chỉnh", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "Vận chuyển trả lại cho các mục đã được đòi lại bởi khách hàng là miễn phí.", - "shipping-form-shipping-for-replacement-items-is-complimentary": "Vận chuyển cho các mục thay thế là miễn phí.", - "components-decrease-quantity": "Giảm số lượng", - "components-increase-quantity": "Tăng số lượng", - "details-successfully-updated-address": "Cập nhật địa chỉ thành công", - "details-billing-address": "Địa chỉ thanh toán", - "details-shipping-address": "Địa chỉ giao hàng", - "details-contact": "Liên hệ", - "details-location": "Vị trí", - "claim-are-you-sure-you-want-to-close": "Bạn có chắc chắn muốn đóng không?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "Bạn có các thay đổi chưa được lưu, bạn có chắc chắn muốn đóng không?", - "claim-please-select-a-reason": "Vui lòng chọn lý do", - "claim-a-shipping-method-for-replacement-items-is-required": "Cần một phương thức vận chuyển cho các mục thay thế", - "claim-successfully-created-claim": "Tạo đòi lại thành công", - "claim-created": "Một đòi lại cho đơn hàng #{{display_id}} đã được tạo thành công", - "claim-error-creating-claim": "Lỗi khi tạo đòi lại", - "claim-create-claim": "Tạo đòi lại", - "claim-location": "Vị trí", - "claim-choose-which-location-you-want-to-return-the-items-to": "Chọn vị trí bạn muốn trả lại các mục đến.", - "claim-select-location-to-return-to": "Chọn Vị trí để Trả lại", - "claim-cancel": "Hủy", - "claim-submit-and-close": "Gửi và Đóng", - "create-fulfillment-error": "Lỗi", - "create-fulfillment-please-select-a-location-to-fulfill-from": "Vui lòng chọn một vị trí để thực hiện từ", - "create-fulfillment-cant-allow-this-action": "Không thể thực hiện hành động này", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "Đang cố gắng thực hiện nhiều hơn số lượng còn lại trong kho", - "create-fulfillment-successfully-fulfilled-order": "Thực hiện đơn hàng thành công", - "create-fulfillment-successfully-fulfilled-swap": "Thực hiện trao đổi thành công", - "create-fulfillment-successfully-fulfilled-claim": "Thực hiện đòi lại thành công", - "create-fulfillment-success": "Thành công", - "create-fulfillment-cancel": "Hủy", - "create-fulfillment-create-fulfillment": "Tạo thực hiện", - "create-fulfillment-create-fulfillment-title": "Tạo Thực hiện", - "create-fulfillment-locations": "Vị trí", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "Chọn nơi bạn muốn thực hiện từ.", - "create-fulfillment-items-to-fulfill": "Các mục cần thực hiện", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "Chọn số lượng mục mà bạn muốn thực hiện.", - "create-fulfillment-send-notifications": "Gửi thông báo", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "Khi bật, email thông báo sẽ được gửi.", - "create-fulfillment-quantity-is-not-valid": "Số lượng không hợp lệ", - "detail-cards-allocated": "Đã cấp phát", - "detail-cards-not-fully-allocated": "Chưa được cấp phát hoàn toàn", - "detail-cards-subtotal": "Tổng phụ", - "detail-cards-shipping": "Vận chuyển", - "detail-cards-tax": "Thuế", - "detail-cards-total": "Tổng cộng", - "detail-cards-edit-order": "Chỉnh sửa đơn hàng", - "detail-cards-allocate": "Cấp phát", - "detail-cards-discount": "Giảm giá:", - "detail-cards-original-total": "Tổng ban đầu", - "details-successfully-updated-the-email-address": "Cập nhật địa chỉ email thành công", - "details-email-address": "Địa chỉ email", - "details-save": "Lưu", - "details-order-id-copied": "Sao chép mã đơn hàng", - "details-email-copied": "Sao chép email", - "details-cancel-order-heading": "Hủy đơn hàng", - "details-are-you-sure-you-want-to-cancel-the-order": "Bạn có chắc chắn muốn hủy đơn hàng không?", - "order-details-display-id": "đơn hàng #{{display_id}}", - "details-successfully-canceled-order": "Hủy đơn hàng thành công", - "details-go-to-customer": "Chuyển đến Khách hàng", - "details-transfer-ownership": "Chuyển quyền sở hữu", - "details-edit-shipping-address": "Chỉnh sửa địa chỉ giao hàng", - "details-edit-billing-address": "Chỉnh sửa địa chỉ thanh toán", - "details-edit-email-address": "Chỉnh sửa địa chỉ email", - "details-back-to-orders": "Trở lại Đơn hàng", - "details-cancel-order": "Hủy Đơn hàng", - "details-payment": "Thanh toán", - "details-refunded": "Đã hoàn tiền", - "details-total-paid": "Tổng số tiền đã thanh toán", - "details-fulfillment": "Thực hiện", - "details-create-fulfillment": "Tạo Thực hiện", - "details-shipping-method": "Phương thức vận chuyển", - "details-customer": "Khách hàng", - "details-shipping": "Vận chuyển", - "details-billing": "Thanh toán", - "details-raw-order": "Đơn hàng nguyên thủy", - "mark-shipped-successfully-marked-order-as-shipped": "Đánh dấu đơn hàng đã được giao thành công", - "mark-shipped-successfully-marked-swap-as-shipped": "Đánh dấu trao đổi đã được giao thành công", - "mark-shipped-successfully-marked-claim-as-shipped": "Đánh dấu đòi lại đã được giao thành công", - "mark-shipped-success": "Thành công", - "mark-shipped-error": "Lỗi", - "mark-shipped-mark-fulfillment-shipped": "Đánh dấu Thực hiện đã giao", - "mark-shipped-tracking": "Theo dõi", - "mark-shipped-tracking-number-label": "Số theo dõi", - "mark-shipped-tracking-number": "Số theo dõi...", - "mark-shipped-add-additional-tracking-number": "+ Thêm Số theo dõi bổ sung", - "mark-shipped-send-notifications": "Gửi thông báo", - "mark-shipped-cancel": "Hủy", - "mark-shipped-complete": "Hoàn thành", - "order-line-warning": "Cảnh báo", - "order-line-cannot-duplicate-an-item-without-a-variant": "Không thể sao chép một mục mà không có biến thể", - "order-line-error": "Lỗi", - "order-line-failed-to-duplicate-item": "Không thể sao chép mục", - "order-line-success": "Thành công", - "order-line-item-removed": "Mục đã bị xóa", - "order-line-failed-to-remove-item": "Không thể xóa mục", - "order-line-item-added": "Mục đã được thêm", - "order-line-failed-to-replace-the-item": "Không thể thay thế mục", - "order-line-replace-product-variants": "Thay thế biến thể sản phẩm", - "order-line-replace-with-other-item": "Thay thế bằng mục khác", - "order-line-duplicate-item": "Sao chép mục", - "order-line-remove-item": "Xóa mục", - "order-line-line-item-cannot-be-edited": "Mục dòng này là một phần của thực hiện và không thể chỉnh sửa. Hủy thực hiện để chỉnh sửa mục dòng.", - "order-line-new": "Mới", - "order-line-modified": "Đã sửa đổi", - "receive-return-please-select-at-least-one-item-to-receive": "Vui lòng chọn ít nhất một mục để nhận", - "receive-return-successfully-received-return": "Nhận trả hàng thành công", - "receive-return-received-return-for-order": "Nhận trả hàng cho đơn hàng #{{display_id}}", - "receive-return-failed-to-receive-return": "Không thể nhận trả hàng", - "receive-return-receive-return": "Nhận trả hàng", - "receive-return-location": "Vị trí", - "receive-return-choose-location": "Chọn vị trí bạn muốn trả lại các mục đến.", - "receive-return-select-location-to-return-to": "Chọn Vị trí để Trả lại", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "Không có cấp bậc tồn kho tồn tại cho các mục tại vị trí đã chọn", - "receive-return-cancel": "Hủy", - "receive-return-save-and-close": "Lưu và Đóng", - "refund-success": "Thành công", - "refund-successfully-refunded-order": "Hoàn tiền đơn hàng thành công", - "refund-error": "Lỗi", - "refund-create-a-refund": "Tạo hoàn tiền", - "refund-attention": "Lưu ý!", - "refund-system-payment-disclaimer": "Một hoặc nhiều khoản thanh toán của bạn là khoản thanh toán hệ thống. Hãy lưu ý rằng việc thu tiền và hoàn tiền không được Medusa xử lý đối với các khoản thanh toán như vậy.", - "refund-details": "Chi tiết", - "refund-cannot-refund-more-than-the-orders-net-total": "Không thể hoàn tiền nhiều hơn tổng ròng của đơn hàng.", - "refund-discount": "Giảm giá", - "refund-reason": "Lý do", - "refund-note": "Ghi chú", - "refund-discount-for-loyal-customer": "Giảm giá cho khách hàng thân thiết", - "refund-send-notifications": "Gửi thông báo", - "refund-cancel": "Hủy", - "refund-complete": "Hoàn thành", - "reservation-reservation-was-deleted": "Đặt hàng đã bị xóa", - "reservation-the-allocated-items-have-been-released": "Các mục đã được cấp phát đã được giải phóng.", - "reservation-error": "Lỗi", - "reservation-failed-to-delete-the-reservation": "Không thể xóa đặt hàng", - "reservation-reservation-was-updated": "Đặt hàng đã được cập nhật", - "reservation-the-reservation-change-was-saved": "Thay đổi đặt hàng đã được lưu.", - "reservation-errors": "Lỗi", - "reservation-failed-to-update-reservation": "Không thể cập nhật đặt hàng", - "reservation-edit-reservation": "Chỉnh sửa đặt hàng", - "reservation-location": "Vị trí", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "Chọn vị trí bạn muốn gửi các mục từ", - "reservation-items-to-allocate-title": "Các mục cần cấp phát", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "Chọn số lượng mục mà bạn muốn cấp phát.", - "reservation-max-reservation-requested": " / {{maxReservation}} được yêu cầu", - "reservation-reserved": "được đặt hàng", - "reservation-description": "Mô tả", - "reservation-what-type-of-reservation-is-this": "Đây là đặt hàng loại nào?", - "reservation-metadata": "Dữ liệu kỹ thuật", - "reservation-remove-metadata": "Xóa dữ liệu kỹ thuật", - "reservation-add-metadata": "Thêm dữ liệu kỹ thuật", - "reservation-delete-reservation": "Xóa đặt hàng", - "reservation-cancel": "Hủy", - "reservation-save-and-close": "Lưu và Đóng", - "reservation-couldnt-allocate-items": "Không thể cấp phát các mục", - "reservation-items-allocated": "Các mục đã được cấp phát", - "reservation-items-have-been-allocated-successfully": "Các mục đã được cấp phát thành công", - "reservation-save-reservation": "Lưu đặt hàng", - "reservation-loading": "Đang tải...", - "reservation-allocate-order-items": "Cấp phát các mục đơn hàng", - "reservation-choose-where-you-wish-to-allocate-from": "Chọn nơi bạn muốn cấp phát từ", - "reservation-items-to-allocate": "Các mục cần cấp phát", - "returns-success": "Thành công", - "returns-successfully-returned-order": "Trả lại đơn hàng thành công", - "returns-error": "Lỗi", - "returns-request-return": "Yêu cầu trả lại", - "returns-items-to-return": "Các mục cần trả lại", - "returns-choose-which-location-you-want-to-return-the-items-to": "Chọn vị trí bạn muốn trả lại các mục đến", - "returns-select-location-to-return-to": "Chọn Vị trí để Trả lại", - "returns-selected-location-has-no-inventory-levels": "Vị trí đã chọn không có cấp bậc tồn kho cho các mục đã chọn. Yêu cầu trả lại có thể được yêu cầu nhưng không thể được nhận cho đến khi tạo cấp bậc tồn kho cho vị trí đã chọn.", - "returns-shipping": "Vận chuyển", - "returns-choose-retur,-shipping-method": "Chọn phương thức vận chuyển bạn muốn sử dụng cho trả lại này.", - "returns-total-refund": "Hoàn tiền tổng cộng", - "returns-amount": "Số tiền", - "returns-send-notifications": "Gửi thông báo", - "returns-notify-customer-of-created-return": "Thông báo cho khách hàng về việc tạo đơn trả hàng", - "returns-back": "Quay lại", - "returns-submit": "Gửi", - "rma-sub-modals-search-for-additional": "Tìm kiếm thêm", - "rma-sub-modals-general": "Chung", - "rma-sub-modals-first-name": "Tên đầu tiên", - "rma-sub-modals-last-name": "Họ", - "rma-sub-modals-phone": "Số điện thoại", - "rma-sub-modals-shipping-address": "Địa chỉ giao hàng", - "rma-sub-modals-address-1": "Địa chỉ 1", - "rma-sub-modals-address-2": "Địa chỉ 2", - "rma-sub-modals-province": "Tỉnh", - "rma-sub-modals-postal-code": "Mã bưu điện", - "rma-sub-modals-city": "Thành phố", - "rma-sub-modals-country": "Quốc gia", - "rma-sub-modals-back": "Quay lại", - "rma-sub-modals-add": "Thêm", - "rma-sub-modals-name": "Tên", - "rma-sub-modals-status": "Trạng thái", - "rma-sub-modals-in-stock": "Còn hàng", - "rma-sub-modals-products": "Sản phẩm", - "rma-sub-modals-search-products": "Tìm sản phẩm...", - "rma-sub-modals-reason-for-return": "Lý do trả hàng", - "rma-sub-modals-reason": "Lý do", - "rma-sub-modals-note": "Ghi chú", - "swap-success": "Thành công", - "swap-successfully-created-exchange": "Tạo trao đổi thành công", - "swap-error": "Lỗi", - "swap-register-exchange": "Đăng ký trao đổi", - "swap-items-to-return": "Sản phẩm để trả lại", - "swap-shipping": "Vận chuyển", - "swap-shipping-method": "Phương thức vận chuyển", - "swap-add-a-shipping-method": "Thêm phương thức vận chuyển", - "swap-location": "Địa điểm", - "swap-choose-which-location-you-want-to-return-the-items-to": "Chọn địa điểm bạn muốn trả sản phẩm về.", - "swap-select-location-to-return-to": "Chọn địa điểm để trả hàng về", - "swap-items-to-send": "Sản phẩm để gửi", - "swap-add-product": "Thêm sản phẩm", - "swap-return-total": "Tổng trả hàng", - "swap-additional-total": "Tổng thêm", - "swap-outbond-shipping": "Vận chuyển đi", - "swap-calculated-at-checkout": "Tính tại trang thanh toán", - "swap-estimated-difference": "Ước tính khác biệt", - "swap-send-notifications": "Gửi thông báo", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "Nếu không kiểm tra, khách hàng sẽ không nhận thông tin về trao đổi này", - "swap-complete": "Hoàn thành", - "templates-shipped": "Đã gửi", - "templates-fulfilled": "Đã thực hiện", - "templates-canceled": "Đã hủy", - "templates-partially-fulfilled": "Thực hiện một phần", - "templates-fulfillment-status-requires-action": "Yêu cầu thực hiện", - "templates-awaiting-fulfillment": "Chờ thực hiện", - "templates-partially-shipped": "Gửi một phần", - "templates-cancel-fulfillment-heading": "Hủy thực hiện?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "Bạn có chắc chắn muốn hủy thực hiện không?", - "templates-successfully-canceled-swap": "Hủy trao đổi thành công", - "templates-error": "Lỗi", - "templates-successfully-canceled-claim": "Hủy đơn thành công", - "templates-successfully-canceled-fulfillment": "Hủy thực hiện thành công", - "templates-fulfillment-has-been-canceled": "Thực hiện đã bị hủy", - "templates-fulfilled-by-provider": "{{title}} Được thực hiện bởi {{provider}}", - "templates-not-shipped": "Chưa gửi", - "templates-tracking": "Theo dõi", - "templates-shipped-from": "Gửi từ", - "templates-shipping-from": "Vận chuyển từ", - "templates-mark-shipped": "Đánh dấu đã gửi", - "templates-cancel-fulfillment": "Hủy thực hiện", - "templates-completed": "Hoàn thành", - "templates-processing": "Đang xử lý", - "templates-requires-action": "Yêu cầu thực hiện", - "templates-capture-payment": "Thu tiền", - "templates-successfully-captured-payment": "Thu tiền thành công", - "templates-refund": "Hoàn tiền", - "templates-total-for-swaps": "Tổng cho trao đổi", - "templates-refunded-for-swaps": "Đã hoàn tiền cho trao đổi", - "templates-refunded-for-returns": "Đã hoàn tiền cho đơn trả hàng", - "templates-manually-refunded": "Đã hoàn tiền bằng tay", - "templates-net-total": "Tổng ròng", - "templates-paid": "Đã thanh toán", - "templates-awaiting-payment": "Chờ thanh toán", - "templates-payment-status-requires-action": "Yêu cầu thực hiện", - "draft-orders-completed": "Đã hoàn thành", - "draft-orders-open": "Mở", - "draft-orders-mark-as-paid": "Đánh dấu đã thanh toán", - "draft-orders-success": "Thành công", - "draft-orders-successfully-mark-as-paid": "Đã đánh dấu đã thanh toán thành công", - "draft-orders-error": "Lỗi", - "draft-orders-successfully-canceled-order": "Đã hủy đơn thành công", - "draft-orders-back-to-draft-orders": "Quay lại Đơn nháp", - "on-mark-as-paid-confirm-order-id": "Đơn hàng #{{display_id}}", - "draft-orders-go-to-order": "Đi tới Đơn hàng", - "draft-orders-cancel-draft-order": "Hủy Đơn nháp", - "draft-orders-draft-order": "Đơn nháp", - "draft-orders-email": "Email", - "draft-orders-phone": "Số điện thoại", - "draft-orders-amount": "Số tiền {{currency_code}}", - "draft-orders-payment": "Thanh toán", - "draft-orders-subtotal": "Tổng phụ", - "draft-orders-shipping": "Vận chuyển", - "draft-orders-tax": "Thuế", - "draft-orders-total-to-pay": "Tổng cần thanh toán", - "draft-orders-payment-link": "Liên kết thanh toán:", - "draft-orders-configure-payment-link-in-store-settings": "Cấu hình liên kết thanh toán trong cài đặt cửa hàng", - "draft-orders-shipping-method": "Phương thức vận chuyển", - "draft-orders-data": "Dữ liệu", - "draft-orders-1-item": "(1 sản phẩm)", - "draft-orders-customer": "Khách hàng", - "draft-orders-edit-shipping-address": "Chỉnh sửa địa chỉ giao hàng", - "draft-orders-edit-billing-address": "Chỉnh sửa địa chỉ thanh toán", - "draft-orders-go-to-customer": "Đi tới Khách hàng", - "draft-orders-contact": "Liên hệ", - "draft-orders-billing": "Thanh toán", - "draft-orders-raw-draft-order": "Đơn nháp gốc", - "draft-orders-are-you-sure": "Bạn có chắc chắn?", - "draft-orders-remove-resource-heading": "Xóa {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} đã bị xóa", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "Điều này sẽ tạo một đơn hàng. Đánh dấu đã thanh toán nếu bạn đã nhận được thanh toán.", - "draft-orders-mark-paid": "Đánh dấu đã thanh toán", - "draft-orders-cancel": "Hủy", - "draft-orders-create-draft-order": "Tạo đơn nháp", - "edit-amount-paid": "Số tiền đã thanh toán", - "edit-new-total": "Tổng mới", - "edit-difference-due": "Sự khác biệt cần thanh toán", - "edit-back": "Quay lại", - "edit-save-and-go-back": "Lưu và quay lại", - "edit-order-edit-set-as-requested": "Đặt chỉnh sửa đơn hàng như đã yêu cầu", - "edit-failed-to-request-confirmation": "Yêu cầu xác nhận thất bại", - "edit-added-successfully": "Thêm thành công", - "edit-error-occurred": "Có lỗi xảy ra", - "edit-add-product-variants": "Thêm biến thể sản phẩm", - "edit-edit-order": "Chỉnh sửa đơn hàng", - "edit-items": "Sản phẩm", - "edit-add-items": "Thêm sản phẩm", - "edit-filter-items": "Lọc sản phẩm...", - "edit-note": "Ghi chú", - "edit-add-a-note": "Thêm ghi chú...", - "variants-table-location": "tại {{location}}", - "edit-product": "Sản phẩm", - "edit-in-stock": "Còn hàng", - "edit-price": "Giá", - "edit-products": "Sản phẩm", - "edit-search-product-variants": "Tìm biến thể sản phẩm...", - "orders-success": "Thành công", - "orders-successfully-initiated-export": "Khởi tạo xuất hàng thành công", - "orders-error": "Lỗi", - "orders-export-orders": "Xuất đơn hàng", - "components-billing-address": "Địa chỉ thanh toán", - "components-use-same-as-shipping": "Sử dụng địa chỉ giao hàng", - "components-e-g-gift-wrapping": "Ví dụ: Gói quà", - "components-title": "Tiêu đề", - "components-price": "Giá", - "components-quantity": "Số lượng", - "components-back": "Quay lại", - "components-add": "Thêm", - "components-items-for-the-order": "Sản phẩm cho đơn hàng", - "components-details": "Chi tiết", - "components-price-excl-taxes": "Giá (không bao gồm thuế)", - "components-add-custom": "Thêm tùy chỉnh", - "components-add-existing": "Thêm hiện có", - "components-add-products": "Thêm sản phẩm", - "components-add-custom-item": "Thêm mục tùy chỉnh", - "components-choose-region": "Chọn khu vực", - "components-region": "Khu vực", - "select-shipping-to-name": "(Tới {{name}})", - "components-attention": "Chú ý!", - "components-no-options-for-orders-without-shipping": "Bạn không có tùy chọn nào cho các đơn hàng không có vận chuyển. Vui lòng thêm một tùy chọn (ví dụ: 'Thực hiện tại cửa hàng') với tùy chọn 'Hiển thị trên trang web' không được chọn trong cài đặt khu vực và tiếp tục.", - "components-choose-a-shipping-method": "Chọn phương thức vận chuyển", - "components-set-custom-price": "Đặt giá tùy chỉnh", - "components-custom-price": "Giá tùy chỉnh", - "components-customer-and-shipping-details": "Thông tin khách hàng và vận chuyển", - "components-find-existing-customer": "Tìm khách hàng hiện có", - "components-email": "Email", - "components-choose-existing-addresses": "Chọn địa chỉ hiện có", - "components-create-new": "Tạo mới", - "components-the-discount-is-not-applicable-to-the-selected-region": "Ưu đãi không áp dụng cho khu vực đã chọn", - "components-the-discount-code-is-invalid": "Mã giảm giá không hợp lệ", - "components-add-discount": "Thêm giảm giá", - "components-summer-10": "SUMMER10", - "components-discount": "Giảm giá", - "select-shipping-code": "(Mã: {{code}})", - "components-type": "Loại", - "components-value": "Giá trị", - "components-address": "Địa chỉ", - "components-shipping-method": "Phương thức vận chuyển", - "components-billing-details": "Chi tiết thanh toán", - "components-edit": "Chỉnh sửa", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm phải được sử dụng trong NewOrderFormProvider", - "new-order-created": "Đơn hàng đã được tạo", - "new-create-draft-order": "Tạo đơn nháp", - "price-list-product-filter-created-at": "Được tạo lúc", - "price-list-product-filter-updated-at": "Đã cập nhật lúc", - "price-list-details-drawer-prompt-title": "Bạn chắc chắn chứ?", - "price-list-details-drawer-prompt-description": "Bạn có những thay đổi chưa lưu, bạn có chắc chắn muốn thoát không?", - "price-list-details-notification-succes-title": "Cập nhật danh sách giá thành công", - "price-list-details-drawer-notification-success-message": "Cập nhật danh sách giá thành công", - "price-list-details-drawer-notification-error-title": "Có lỗi xảy ra", - "price-list-details-drawer-title": "Chỉnh sửa chi tiết danh sách giá", - "price-list-details-drawer-cancel-button": "Hủy bỏ", - "price-list-details-drawer-save-button": "Lưu", - "price-list-details-section-prompt-confirm-text": "Xóa", - "price-list-details-section-prompt-cancel-text": "Hủy bỏ", - "price-list-details-section-prompt-title": "Xóa danh sách giá", - "price-list-details-section-prompt-description": "Bạn có chắc chắn muốn xóa danh sách giá \"{{name}}\" không?", - "price-list-details-section-delete-notification-success-title": "Xóa danh sách giá thành công", - "price-list-details-section-delete-notification-success-message": "Danh sách giá \"{{name}}\" đã được xóa thành công", - "price-list-details-section-delete-notification-error-title": "Lỗi khi xóa danh sách giá", - "price-list-details-section-customer-groups": "Nhóm khách hàng", - "price-list-details-section-last-edited": "Chỉnh sửa lần cuối", - "price-list-details-section-number-of-prices": "Giá", - "price-list-details-section-status-menu-expired": "Hết hạn", - "price-list-details-section-status-menu-draft": "Bản nháp", - "price-list-details-section-status-menu-scheduled": "Lên lịch", - "price-list-details-section-status-active": "Hoạt động", - "price-list-details-section-status-menu-notification-success-title": "Cập nhật trạng thái danh sách giá thành công", - "price-list-details-section-status-menu-notification-success-message": "Trạng thái danh sách giá đã được cập nhật thành công thành {{status}}", - "price-list-details-section-status-menu-notification-error-title": "Lỗi khi cập nhật trạng thái danh sách giá", - "price-list-details-section-status-menu-item-draft": "Bản nháp", - "price-list-details-section-status-menu-item-activate": "Kích hoạt", - "price-list-details-menu-item-edit": "Chỉnh sửa chi tiết", - "price-list-details-menu-item-delete": "Xóa", - "price-list-edit-error": "Có lỗi xảy ra khi tải danh sách giá. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-new-form-prompt-title": "Bạn chắc chắn chứ?", - "price-list-new-form-prompt-exit-description": "Bạn có những thay đổi chưa lưu, bạn có chắc chắn muốn thoát không?", - "price-list-new-form-prompt-back-description": "Bạn có những thay đổi chưa lưu, bạn có chắc chắn muốn quay lại không?", - "price-list-add-products-modal-no-prices-error": "Vui lòng gán giá cho ít nhất một sản phẩm.", - "price-list-add-products-modal-missing-prices-title": "Danh sách giá chưa hoàn chỉnh", - "price-list-add-products-modal-missing-prices-description": "Chưa có giá được gán cho tất cả sản phẩm bạn đã chọn. Bạn có muốn tiếp tục không?", - "price-list-add-products-modal-success-title": "Thêm giá mới", - "price-list-add-products-modal-success-message": "Giá mới đã được thêm vào danh sách giá.", - "price-list-add-products-modal-error-title": "Có lỗi xảy ra", - "price-list-add-products-modal-back-button-cancel": "Hủy bỏ", - "price-list-add-products-modal-back-button": "Quay lại", - "price-list-add-products-modal-next-button-continue": "Tiếp tục", - "price-list-add-products-modal-next-button-submit-and-close": "Gửi và Đóng", - "price-list-add-products-modal-next-button-continue-save-prices": "Lưu giá", - "price-list-add-products-modal-products-tab": "Chọn Sản phẩm", - "price-list-add-products-modal-prices-tab": "Chỉnh sửa Giá", - "price-list-add-products-modal-error": "Có lỗi xảy ra khi chuẩn bị biểu mẫu. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-edit-prices-modal-prompt-title": "Có những thay đổi chưa lưu", - "price-list-edit-prices-modal-prompt-exit-description": "Bạn có những thay đổi chưa lưu, bạn có chắc chắn muốn thoát không?", - "price-list-edit-prices-modal-prompt-back-description": "Bạn có những thay đổi chưa lưu, bạn có chắc chắn muốn quay lại không?", - "price-list-edit-prices-modal-notification-update-error": "Có lỗi xảy ra", - "price-list-edit-prices-modal-notification-remove-error-title": "Có lỗi xảy ra", - "price-list-edit-prices-modal-notification-remove-error-description": "Một số giá đã không được cập nhật đúng cách. Thử lại.", - "price-list-edit-prices-modal-notification-update-success-title": "Cập nhật giá", - "price-list-edit-prices-modal-notification-update-success-description": "Cập nhật giá thành công", - "price-list-edit-prices-modal-next-button-save-and-close": "Lưu và Đóng", - "price-list-edit-prices-modal-next-button-save": "Lưu giá", - "price-list-edit-prices-modal-back-button-cancel": "Hủy bỏ", - "price-list-edit-prices-modal-back-button-back": "Quay lại", - "price-list-edit-prices-modal-overview-tab": "Chỉnh sửa Giá", - "price-list-edit-prices-modal-error-loading": "Có lỗi xảy ra khi chuẩn bị biểu mẫu. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-prices-section-prompt-title": "Bạn chắc chắn chứ?", - "price-list-prices-section-prompt-description": "Điều này sẽ xóa vĩnh viễn giá sản phẩm khỏi danh sách", - "price-list-prices-secton-delete-success-title": "Xóa giá", - "price-list-prices-section-delete-success-description_one": "Xóa giá thành công cho {{count}} sản phẩm", - "price-list-prices-section-delete-success-description_other": "Xóa giá thành công cho {{count}} sản phẩm", - "price-list-prices-section-delete-error-title": "Có lỗi xảy ra", - "price-list-prices-section-heading": "Giá", - "price-list-prices-section-search-placeholder": "Tìm kiếm sản phẩm", - "price-list-prices-section-prices-menu-edit": "Chỉnh sửa giá", - "price-list-prices-section-prices-menu-add": "Thêm sản phẩm", - "price-list-prices-section-table-load-error": "Có lỗi xảy ra khi tải danh sách sản phẩm. Thử tải lại trang, hoặc nếu vấn đề vẫn còn, thử lại sau.", - "price-list-prices-section-bar-count_one": "{{count}} đã chọn", - "price-list-prices-section-bar-count_other": "{{count}} đã chọn", - "price-list-prices-section-edit-command": "Chỉnh sửa", - "price-list-prices-section-delete-command": "Xóa", - "price-list-prices-section-select-all-checkbox-label": "Chọn tất cả sản phẩm trên trang hiện tại", - "price-list-prices-section-select-checkbox-label": "Chọn dòng", - "price-list-prices-section-table-product": "Sản phẩm", - "price-list-prices-section-table-thumbnail-alt": "Hình ảnh {{title}}", - "price-list-prices-section-table-collection": "Bộ sưu tập", - "price-list-prices-section-table-variants": "Biến thể", - "price-list-details-form-type-heading": "Loại", - "price-list-details-form-type-description": "Chọn loại danh sách giá bạn muốn tạo.", - "price-list-details-form-type-label-sale": "Khuyến mãi", - "price-list-details-form-type-hint-sale": "Sử dụng điều này nếu bạn đang tạo một chương trình khuyến mãi.", - "price-list-details-form-type-label-override": "Ghi đè", - "price-list-details-form-type-hint-override": "Sử dụng điều này nếu bạn muốn ghi đè giá.", - "price-list-details-form-general-heading": "Chung", - "price-list-details-form-general-description": "Chọn tiêu đề và mô tả cho danh sách giá.", - "price-list-details-form-general-name-label": "Tên", - "price-list-details-form-general-name-placeholder": "Khuyến mãi Black Friday", - "price-list-details-form-general-description-label": "Mô tả", - "price-list-details-form-general-description-placeholder": "Giá cho chương trình khuyến mãi Black Friday...", - "price-list-details-form-tax-inclusive-label": "Giá bao gồm thuế", - "price-list-details-form-tax-inclusive-hint": "Chọn để làm cho tất cả giá trong danh sách này bao gồm thuế.", - "price-list-details-form-dates-starts-at-heading": "Danh sách giá có ngày bắt đầu?", - "price-list-details-form-dates-starts-at-description": "Lên lịch các giá ghi đè để kích hoạt trong tương lai.", - "price-list-details-form-dates-starts-at-label": "Ngày bắt đầu", - "price-list-details-form-ends-at-heading": "Danh sách giá có ngày kết thúc?", - "price-list-details-form-ends-at-description": "Lên lịch các giá ghi đè để ngừng hoạt động trong tương lai.", - "price-list-details-form-ends-at-label": "Ngày kết thúc", - "price-list-details-form-customer-groups-name": "Tên", - "price-list-details-form-customer-groups-members": "Thành viên", - "price-list-details-form-customer-groups-error": "Có lỗi xảy ra khi tải danh sách nhóm khách hàng. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-details-form-customer-groups-no-groups": "Không tìm thấy nhóm khách hàng nào.", - "price-list-details-form-customer-groups-heading": "Khả năng sử dụng cho khách hàng", - "price-list-details-form-customer-groups-description": "Xác định nhóm khách hàng nào mà giá ghi đè nên áp dụng.", - "price-list-details-form-customer-groups-content-heading": "Nhóm khách hàng", - "price-list-details-form-customer-groups-search-placeholder": "Tìm kiếm", - "price-list-prices-form-products-error": "Có lỗi xảy ra khi chuẩn bị biểu mẫu. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-prices-form-heading": "Chỉnh sửa Giá", - "price-list-prices-form-variant": "Biến thể", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "Giá", - "price-list-prices-form-prices-variant-count_one": "{{count}} biến thể", - "price-list-prices-form-prices-variant-count_other": "{{count}} biến thể", - "price-list-prices-form-add-prices-button": "Thêm giá", - "price-list-prices-form-prices-count_one": "{{count}} giá", - "price-list-prices-form-prices-count_other": "{{count}} giá", - "price-list-product-prices-form-invalid-data-title": "Dữ liệu không hợp lệ", - "price-list-product-prices-form-invalid-data-body": "Dữ liệu bạn dán chứa các giá trị không phải là số.", - "price-list-product-prices-form-column-visibility-button": "Xem", - "price-list-product-prices-form-column-visibility-currencies-label": "Tiền tệ", - "price-list-product-prices-form-column-visibility-regions-label": "Khu vực", - "price-list-product-prices-form-column-product-label": "Sản phẩm", - "price-list-product-prices-form-column-currencies-price-label": "Giá {{code}}", - "price-list-product-prices-form-column-regions-price-label": "Giá {{name}} ({{code}})", - "price-list-products-form-select-all": "Chọn tất cả sản phẩm trên trang hiện tại", - "price-list-products-form-select-row": "Chọn dòng", - "price-list-products-form-product-label": "Sản phẩm", - "price-list-products-form-product-thumbnail": "Hình ảnh {{title}}", - "price-list-products-form-collection-label": "Bộ sưu tập", - "price-list-products-form-sales-channels-label": "Khả dụng", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} khác", - "price-list-products-form-status-label": "Trạng thái", - "price-list-products-form-inventory-label": "Tồn kho", - "price-list-products-form-inventory-value": "{{totalStock}} tồn kho trên {{variants}} biến thể", - "price-list-products-form-loading": "Đang tải sản phẩm", - "price-list-products-form-error": "Có lỗi xảy ra khi tải sản phẩm. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "price-list-products-form-no-products": "Không tìm thấy sản phẩm nào.", - "price-list-products-form-heading": "Chọn Sản phẩm", - "price-list-products-form-search-placeholder": "Tìm kiếm", - "price-list-new-form-no-prices-error": "Vui lòng đặt giá cho ít nhất một sản phẩm.", - "price-list-new-form-missing-prices-title": "Danh sách giá chưa hoàn chỉnh", - "price-list-new-products-modal-missing-prices-description": "Chưa có giá được gán cho tất cả sản phẩm bạn đã chọn. Bạn có muốn tiếp tục không?", - "price-list-new-form-notification-success-title": "Danh sách giá đã được tạo", - "price-list-new-form-notification-success-message": "Đã tạo danh sách giá thành công", - "price-list-new-form-notification-error-title": "Có lỗi xảy ra", - "price-list-new-form-next-button-save-and-publish": "Lưu và Xuất bản", - "price-list-new-form-next-button-save": "Lưu Giá", - "price-list-new-form-next-button-continue": "Tiếp tục", - "price-list-new-form-back-button-cancel": "Hủy bỏ", - "price-list-new-form-back-button-back": "Quay lại", - "price-list-new-form-details-tab": "Tạo Danh sách Giá", - "price-list-new-form-products-tab": "Chọn Sản phẩm", - "price-list-new-form-prices-tab": "Chỉnh sửa Giá", - "price-list-new-form-save-as-draft": "Lưu nháp", - "price-list-new-form-error-loading-products": "Có lỗi xảy ra khi chuẩn bị biểu mẫu. Tải lại trang và thử lại. Nếu vấn đề vẫn còn, thử lại sau.", - "components-success": "Thành công", - "components-successfully-updated-category-tree": "Cập nhật cây danh mục thành công", - "components-error": "Lỗi", - "components-failed-to-update-category-tree": "Không thể cập nhật cây danh mục", - "components-delete": "Xóa", - "components-category-deleted": "Danh mục đã bị xóa", - "components-category-deletion-failed": "Lỗi xảy ra khi xóa danh mục", - "components-category-status-is-inactive": "Trạng thái danh mục không hoạt động", - "components-category-visibility-is-private": "Danh mục không công khai", - "components-add-category-item-to": "Thêm mục danh mục vào", - "modals-public": "Công khai", - "modals-private": "Không công khai", - "modals-active": "Hoạt động", - "modals-inactive": "Không hoạt động", - "modals-success": "Thành công", - "modals-successfully-created-a-category": "Tạo danh mục thành công", - "modals-failed-to-create-a-new-category": "Không thể tạo danh mục mới", - "modals-error": "Lỗi", - "modals-save-category": "Lưu danh mục", - "modals-add-category-to": "Thêm danh mục vào {{name}}", - "modals-add-category": "Thêm danh mục", - "modals-details": "Chi tiết", - "modals-name": "Tên", - "modals-give-this-category-a-name": "Đặt tên cho danh mục này", - "modals-handle": "Xử lý", - "modals-custom-handle": "Xử lý tùy chỉnh", - "modals-description": "Mô tả", - "modals-give-this-category-a-description": "Đặt mô tả cho danh mục này", - "modals-status": "Trạng thái", - "modals-visibility": "Sự nhìn thấy", - "modals-successfully-updated-the-category": "Cập nhật danh mục thành công", - "modals-failed-to-update-the-category": "Không thể cập nhật danh mục", - "modals-edit-product-category": "Chỉnh sửa danh mục sản phẩm", - "modals-cancel": "Hủy bỏ", - "modals-save-and-close": "Lưu và đóng", - "pages-no-product-categories-yet": "Chưa có danh mục sản phẩm nào, hãy sử dụng nút ở trên để tạo danh mục đầu tiên của bạn.", - "pages-add-category": "Thêm danh mục", - "pages-product-categories": "Danh mục Sản phẩm", - "pages-helps-you-to-keep-your-products-organized": "Giúp bạn duy trì sự tổ chức cho sản phẩm của bạn.", - "batch-job-success": "Thành công", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "Xác nhận nhập để xử lý. Thông tin tiến trình có sẵn trong ngăn kéo hoạt động.", - "batch-job-error": "Lỗi", - "batch-job-import-failed": "Nhập thất bại.", - "batch-job-failed-to-delete-the-csv-file": "Không thể xóa tệp CSV", - "batch-job-failed-to-cancel-the-batch-job": "Không thể hủy công việc hàng loạt", - "batch-job-products-list": "danh sách sản phẩm", - "batch-job-unsure-about-how-to-arrange-your-list": "Chưa chắc chắn về cách sắp xếp danh sách của bạn?", - "batch-job-download-template": "Tải mẫu dưới đây", - "batch-job-imports-description": "Thứ qua các bản nhập, bạn có thể thêm hoặc cập nhật sản phẩm. Để cập nhật sản phẩm/phiên bản hiện có, bạn phải thiết lập một ID hiện có trong các cột ID Sản phẩm/Phiên bản. Nếu giá trị không được đặt, một bản ghi mới sẽ được tạo. Bạn sẽ được hỏi xác nhận trước khi chúng tôi nhập sản phẩm.", - "products-filters": "Bộ lọc", - "products-status": "Trạng thái", - "products-tags": "Thẻ", - "products-spring-summer": "Mùa xuân, mùa hè...", - "new-sales-channels": "Kênh bán hàng mới", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "Sản phẩm này chỉ sẽ có sẵn trên kênh bán hàng mặc định nếu để không được sờ đến.", - "new-change-availablity": "Thay đổi tính sẵn có", - "add-variants-a-variant-with-these-options-already-exists": "Một phiên bản với những tùy chọn này đã tồn tại.", - "add-variants-product-options": "Tùy chọn sản phẩm", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "Tùy chọn được sử dụng để xác định màu sắc, kích thước, v.v. của sản phẩm.", - "add-variants-option-title": "Tiêu đề tùy chọn", - "add-variants-variations-comma-separated": "Biến thể (phân tách bằng dấu phẩy)", - "add-variants-color": "Màu sắc...", - "add-variants-already-exists": "đã tồn tại", - "add-variants-blue-red-black": "Xanh, Đỏ, Đen...", - "add-variants-add-an-option": "Thêm một tùy chọn", - "add-variants-product-variants": "Các phiên bản sản phẩm", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "Bạn phải thêm ít nhất một tùy chọn sản phẩm trước khi bạn có thể bắt đầu thêm các phiên bản sản phẩm.", - "add-variants-variant": "Phiên bản", - "add-variants-inventory": "Hàng tồn kho", - "add-variants-add-a-variant": "Thêm một phiên bản", - "add-variants-create-variant": "Tạo phiên bản", - "add-variants-cancel": "Hủy bỏ", - "add-variants-save-and-close": "Lưu và đóng", - "new-variant-a-variant-with-these-options-already-exists": "Một phiên bản với những tùy chọn này đã tồn tại.", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "Bạn có chắc chắn muốn xóa phiên bản này không?", - "new-variant-delete-variant": "Xóa phiên bản", - "new-variant-edit": "Sửa", - "new-variant-delete": "Xóa", - "new-variant-edit-variant": "Sửa phiên bản", - "new-variant-cancel": "Hủy bỏ", - "new-variant-save-and-close": "Lưu và đóng", - "new-something-went-wrong-while-trying-to-upload-images": "Có sự cố xảy ra khi cố gắng tải lên hình ảnh.", - "new-no-file-service-configured": "Có thể bạn chưa có dịch vụ tệp cấu hình. Vui lòng liên hệ với người quản trị của bạn", - "new-upload-thumbnail-error": "Có sự cố xảy ra khi cố gắng tải lên hình thu nhỏ.", - "new-save-as-draft": "Lưu nháp", - "new-publish-product": "Xuất bản sản phẩm", - "new-general-information-title": "Thông tin chung", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "Để bắt đầu bán hàng, bạn chỉ cần một tên và một giá.", - "new-organize-product": "Tổ chức sản phẩm", - "new-add-variations-of-this-product": "Thêm các biến thể của sản phẩm này.", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "Cung cấp cho khách hàng của bạn các tùy chọn khác nhau cho màu sắc, định dạng, kích thước, hình dạng, v.v.", - "new-used-for-shipping-and-customs-purposes": "Sử dụng cho mục đích giao hàng và hải quan.", - "new-dimensions": "Kích thước", - "new-customs": "Hải quan", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "Sử dụng để đại diện cho sản phẩm của bạn trong quá trình thanh toán, chia sẻ xã hội và nhiều hơn nữa.", - "new-media": "Hình ảnh", - "new-add-images-to-your-product": "Thêm hình ảnh vào sản phẩm của bạn.", - "overview-import-products": "Nhập sản phẩm", - "overview-export-products": "Xuất sản phẩm", - "overview-new-product": "Sản phẩm mới", - "overview-new-collection": "Bộ sưu tập mới", - "overview-success": "Thành công", - "overview-successfully-created-collection": "Tạo bộ sưu tập thành công", - "overview-error": "Lỗi", - "overview-successfully-initiated-export": "Khởi đầu quá trình xuất thành công", - "modals-add-sales-channels": "Thêm kênh bán hàng", - "modals-find-channels": "Tìm kênh", - "modals-updated-the-api-key": "Cập nhật khóa API", - "modals-failed-to-update-the-api-key": "Cập nhật khóa API thất bại", - "modals-edit-api-key-details": "Sửa chi tiết khóa API", - "modals-title": "Tiêu đề", - "modals-name-your-key": "Đặt tên cho khóa của bạn", - "modals-sales-channels-added-to-the-scope": "Kênh bán hàng được thêm vào phạm vi", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Có lỗi xảy ra khi thêm kênh bán hàng vào phạm vi của khóa", - "modals-add-and-go-back": "Thêm và trở lại", - "modals-add-and-close": "Thêm và đóng", - "modals-sales-channels-removed-from-the-scope": "Kênh bán hàng đã bị loại khỏi phạm vi", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "Có lỗi xảy ra khi loại bỏ kênh bán hàng khỏi phạm vi của khóa", - "modals-edit-sales-channels": "Sửa kênh bán hàng", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "Bỏ chọn", - "modals-remove": "Xóa bỏ", - "modals-add-channels": "Thêm kênh", - "modals-close": "Đóng", - "pages-sales-channels": "Kênh bán hàng", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "Kết nối nhiều kênh bán hàng với khóa API của bạn theo nhu cầu của bạn.", - "pages-add-sales-channels": "Thêm kênh bán hàng", - "pages-edit-sales-channels": "Sửa kênh bán hàng", - "pages-success": "Thành công", - "pages-created-a-new-api-key": "Tạo khóa API mới thành công", - "pages-error": "Lỗi", - "pages-failed-to-create-a-new-api-key": "Tạo khóa API mới thất bại", - "pages-sales-channels-added-to-the-scope": "Kênh bán hàng đã được thêm vào phạm vi", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "Có lỗi xảy ra khi thêm kênh bán hàng vào phạm vi của khóa", - "pages-publish-api-key": "Xuất bản khóa API", - "pages-create-api-key": "Tạo khóa API", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "Tạo và quản lý khóa API. Hiện tại, điều này chỉ liên quan đến các kênh bán hàng.", - "pages-create-api-key-label": "Tạo khóa API", - "pages-back-to-settings": "Trở lại cài đặt", - "pages-publishable-api-keys": "Các khóa API có thể xuất bản", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "Những khóa có thể xuất bản này sẽ cho phép bạn xác thực các yêu cầu API.", - "tables-name": "Tên", - "tables-token": "Mã thông báo", - "tables-done": "Xong", - "tables-copy-to-clipboard": "Sao chép vào khay đựng", - "tables-created": "Đã tạo", - "tables-status": "Trạng thái", - "tables-revoked": "Đã thu hồi", - "tables-live": "Đang hoạt động", - "tables-edit-api-key-details": "Sửa chi tiết khóa API", - "tables-edit-sales-channels": "Sửa kênh bán hàng", - "tables-copy-token": "Sao chép mã thông báo", - "tables-revoke-token": "Thu hồi mã thông báo", - "tables-delete-api-key": "Xóa khóa API", - "tables-yes-delete": "Có, xóa", - "tables-api-key-deleted": "Khóa API đã bị xóa", - "tables-are-you-sure-you-want-to-delete-this-public-key": "Bạn có chắc chắn muốn xóa khóa công khai này không?", - "tables-delete-key": "Xóa khóa", - "tables-yes-revoke": "Có, thu hồi", - "tables-api-key-revoked": "Khóa API đã bị thu hồi", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "Bạn có chắc chắn muốn thu hồi khóa công khai này không?", - "tables-revoke-key": "Thu hồi khóa", - "tables-api-keys": "Các khóa API", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "Chưa có khóa nào, sử dụng nút ở trên để tạo khóa có thể xuất bản đầu tiên của bạn", - "tables-title": "Tiêu đề", - "tables-description": "Mô tả", - "tables-no-added-sales-channels": "Không có kênh bán hàng nào được thêm", - "tables-sales-channels": "Các kênh bán hàng", - "form-title": "Tiêu đề", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "Trang web, ứng dụng, Amazon, cửa hàng vật lý, điểm bán hàng trên Facebook, dữ liệu sản phẩm...", - "form-description": "Mô tả", - "form-available-products-at-our-website-app": "Các sản phẩm có sẵn trên trang web và ứng dụng của chúng tôi...", - "form-success": "Thành công", - "form-the-sales-channel-is-successfully-updated": "Kênh bán hàng đã được cập nhật thành công", - "form-error": "Lỗi", - "form-failed-to-update-the-sales-channel": "Cập nhật kênh bán hàng thất bại", - "form-sales-channel-details": "Chi tiết kênh bán hàng", - "form-general-info": "Thông tin chung", - "form-name": "Tên", - "form-close": "Đóng", - "form-save": "Lưu", - "pages-draft": "Bản nháp", - "pages-control-which-products-are-available-in-which-channels": "Kiểm soát sản phẩm nào có sẵn trên kênh nào", - "pages-search-by-title-or-description": "Tìm kiếm theo tiêu đề hoặc mô tả", - "pages-confirm-delete-sales-channel": "Bạn có chắc chắn muốn xóa kênh bán hàng này không? Cài đặt của bạn sẽ mất mãi mãi.", - "pages-delete-channel-heading": "Xóa kênh", - "pages-edit-general-info": "Sửa thông tin chung", - "pages-add-products": "Thêm sản phẩm", - "pages-delete-channel": "Xóa kênh", - "pages-disabled": "Đã vô hiệu hóa", - "pages-enabled": "Đã kích hoạt", - "tables-collection": "Bộ sưu tập", - "tables-start-building-your-channels-setup": "Bắt đầu thiết lập kênh của bạn...", - "tables-no-products-in-channels": "Bạn chưa thêm bất kỳ sản phẩm nào vào các kênh này, nhưng sau khi bạn thực hiện điều đó, chúng sẽ nằm ở đây.", - "tables-add-products": "Thêm sản phẩm", - "tables-details": "Chi tiết", - "tables-remove-from-the-channel": "Loại bỏ khỏi kênh", - "tables-products": "Sản phẩm", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "Loại bỏ", - "components-successfully-updated-currency": "Cập nhật tiền tệ thành công", - "components-default": "Mặc định", - "default-store-currency-success": "Thành công", - "default-store-currency-successfully-updated-default-currency": "Cập nhật tiền tệ mặc định thành công", - "default-store-currency-error": "Lỗi", - "default-store-currency-default-store-currency": "Tiền tệ cửa hàng mặc định", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "Đây là tiền tệ mà giá của bạn được hiển thị trong đó.", - "store-currencies-success": "Thành công", - "store-currencies-successfully-updated-currencies": "Cập nhật tiền tệ thành công", - "store-currencies-error": "Lỗi", - "store-currencies-cancel": "Hủy bỏ", - "store-currencies-save-and-go-back": "Lưu và trở lại", - "store-currencies-save-and-close": "Lưu và đóng", - "store-currencies-add-store-currencies": "Thêm tiền tệ cửa hàng", - "store-currencies-current-store-currencies": "Tiền tệ cửa hàng hiện tại", - "store-currencies-close": "Đóng", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "Bỏ chọn", - "store-currencies-remove": "Xóa bỏ", - "store-currencies-add-currencies": "Thêm tiền tệ", - "store-currencies-store-currencies": "Tiền tệ cửa hàng", - "store-currencies-all-the-currencies-available-in-your-store": "Tất cả các tiền tệ có sẵn trong cửa hàng của bạn.", - "store-currencies-edit-currencies": "Sửa tiền tệ", - "currencies-an-unknown-error-occurred": "Đã xảy ra lỗi không xác định", - "currencies-error": "Lỗi", - "currencies-back-to-settings": "Trở lại cài đặt", - "currencies-manage-the-markets-that-you-will-operate-within": "Quản lý thị trường mà bạn sẽ hoạt động trong đó.", - "currencies-include-or-exclude-taxes": "Quyết định liệu bạn có muốn bao gồm hoặc loại trừ thuế khi xác định giá trong tiền tệ này", - "currencies-tax-incl-prices": "Giá bao gồm thuế", - "settings-error": "Lỗi", - "settings-malformed-swap-url": "URL đổi đáng sửa đổi", - "settings-malformed-payment-url": "URL thanh toán bị sửa đổi", - "settings-malformed-invite-url": "URL mời không hợp lệ", - "settings-success": "Thành công", - "settings-successfully-updated-store": "Cập nhật cửa hàng thành công", - "settings-back-to-settings": "Quay lại cài đặt", - "settings-save": "Lưu", - "settings-cancel": "Hủy", - "settings-store-details": "Chi tiết cửa hàng", - "settings-manage-your-business-details": "Quản lý thông tin doanh nghiệp của bạn", - "settings-general": "Chung", - "settings-store-name": "Tên cửa hàng", - "settings-medusa-store": "Cửa hàng Medusa", - "settings-advanced-settings": "Cài đặt nâng cao", - "settings-swap-link-template": "Mẫu liên kết trao đổi", - "settings-draft-order-link-template": "Mẫu liên kết đơn nháp", - "settings-invite-link-template": "Mẫu liên kết mời", - "settings-manage-the-general-settings-for-your-store": "Quản lý cài đặt chung cho cửa hàng của bạn", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "Quản lý cài đặt cho các tiện ích mở rộng của cửa hàng của bạn", - "edit-user-information-success": "Thành công", - "edit-user-information-your-information-was-successfully-updated": "Thông tin của bạn đã được cập nhật thành công", - "edit-user-information-edit-information": "Chỉnh sửa thông tin", - "edit-user-information-cancel": "Hủy", - "edit-user-information-submit-and-close": "Gửi và đóng", - "personal-information-back-to-settings": "Quay lại Cài đặt", - "personal-information-personal-information": "Thông tin cá nhân", - "personal-information-manage-your-medusa-profile": "Quản lý hồ sơ Medusa của bạn", - "personal-information-language-settings-title": "Ngôn ngữ", - "personal-information-language-settings-description": "Điều chỉnh ngôn ngữ của Medusa Admin", - "personal-information-language-settings-help-us-translate": "Hãy giúp chúng tôi dịch", - "personal-information-usage-insights-title": "Thông tin sử dụng", - "usage-insights-disabled": "Tắt", - "usage-insights-active": "Hoạt động", - "usage-insights-share-usage-insights-and-help-us-improve-medusa": "Chia sẻ thông tin sử dụng và giúp chúng tôi cải thiện Medusa", - "usage-insights-edit-preferences": "Chỉnh sửa ưa thích", - "usage-insights-success": "Thành công", - "usage-insights-your-information-was-successfully-updated": "Thông tin của bạn đã được cập nhật thành công", - "usage-insights-error": "Lỗi", - "usage-insights-cancel": "Hủy", - "usage-insights-submit-and-close": "Gửi và đóng", - "region-form-title": "Tiêu đề", - "region-form-europe": "Châu Âu", - "region-form-currency-code-is-required": "Mã tiền tệ là bắt buộc", - "region-form-currency": "Tiền tệ", - "region-form-choose-currency": "Chọn tiền tệ", - "region-form-default-tax-rate": "Tỷ lệ thuế mặc định", - "region-form-tax-rate-is-required": "Tỷ lệ thuế là bắt buộc", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "Tỷ lệ thuế phải bằng hoặc ít hơn 100", - "region-form-default-tax-code": "Mã thuế mặc định", - "region-form-countries": "Quốc gia", - "region-form-choose-countries": "Chọn quốc gia", - "region-form-tax-inclusive-prices": "Giá bao gồm thuế", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "Khi kích hoạt, giá khu vực sẽ bao gồm thuế.", - "region-form-payment-providers-are-required": "Nhà cung cấp thanh toán là bắt buộc", - "region-form-payment-providers": "Nhà cung cấp thanh toán", - "region-form-choose-payment-providers": "Chọn nhà cung cấp thanh toán...", - "region-form-fulfillment-providers-are-required": "Nhà cung cấp đáp ứng là bắt buộc", - "region-form-fulfillment-providers": "Nhà cung cấp đáp ứng", - "region-form-choose-fulfillment-providers": "Chọn nhà cung cấp đáp ứng...", - "shipping-option-card-success": "Thành công", - "shipping-option-card-shipping-option-updated": "Cập nhật tùy chọn giao hàng", - "shipping-option-card-error": "Lỗi", - "shipping-option-card-edit-shipping-option": "Chỉnh sửa Tùy chọn giao hàng", - "shipping-option-card-fulfillment-method": "Phương thức đáp ứng", - "shipping-option-card-cancel": "Hủy", - "shipping-option-card-save-and-close": "Lưu và đóng", - "shipping-option-card-shipping-option-has-been-deleted": "Tùy chọn giao hàng đã bị xóa", - "shipping-option-card-flat-rate": "Tỷ lệ cố định", - "shipping-option-card-calcualted": "Tính toán", - "shipping-option-card-min-subtotal": "Tổng số tối thiểu:", - "shipping-option-card-max-subtotal": "Tổng số tối đa:", - "shipping-option-card-admin": "Quản trị", - "shipping-option-card-store": "Cửa hàng", - "shipping-option-card-edit": "Chỉnh sửa", - "shipping-option-card-delete": "Xóa", - "shipping-option-form-visible-in-store": "Hiển thị trong cửa hàng", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "Bật hoặc tắt tính năng hiển thị tùy chọn giao hàng trong cửa hàng.", - "shipping-option-form-details": "Chi tiết", - "shipping-option-form-title": "Tiêu đề", - "shipping-option-form-title-is-required": "Tiêu đề là bắt buộc", - "shipping-option-form-price-type": "Loại giá", - "shipping-option-form-flat-rate": "Tỷ lệ cố định", - "shipping-option-form-calculated": "Tính toán", - "shipping-option-form-choose-a-price-type": "Chọn loại giá", - "shipping-option-form-price": "Giá", - "shipping-option-form-shipping-profile": "Hồ sơ giao hàng", - "shipping-option-form-choose-a-shipping-profile": "Chọn hồ sơ giao hàng", - "shipping-option-form-fulfillment-method": "Phương thức đáp ứng", - "shipping-option-form-choose-a-fulfillment-method": "Chọn phương thức đáp ứng", - "shipping-option-form-requirements": "Yêu cầu", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "Tổng số tối thiểu phải ít hơn tổng số tối đa", - "shipping-option-form-min-subtotal": "Tổng số tối thiểu", - "shipping-option-form-max-subtotal": "Tổng số tối đa", - "shipping-option-form-metadata": "Dữ liệu liên quan", - "general-section-success": "Thành công", - "general-section-region-was-successfully-updated": "Cập nhật khu vực thành công", - "general-section-error": "Lỗi", - "general-section-edit-region-details": "Chỉnh sửa chi tiết khu vực", - "general-section-details": "Chi tiết", - "general-section-providers": "Nhà cung cấp", - "general-section-metadata": "Dữ liệu liên quan", - "general-section-cancel": "Hủy", - "general-section-save-and-close": "Lưu và đóng", - "edit-something-went-wrong": "Có lỗi xảy ra...", - "edit-no-region-found": "Chúng tôi không thể tìm thấy khu vực với ID đó, sử dụng menu bên trái để chọn khu vực.", - "return-shipping-options-success": "Thành công", - "return-shipping-options-shipping-option-created": "Tạo tùy chọn giao hàng thành công", - "return-shipping-options-error": "Lỗi", - "return-shipping-options-add-return-shipping-option": "Thêm Tùy chọn Giao Hàng Trả Lại", - "return-shipping-options-cancel": "Hủy", - "return-shipping-options-save-and-close": "Lưu và đóng", - "return-shipping-options-return-shipping-options": "Tùy chọn Giao Hàng Trả Lại", - "return-shipping-options-add-option": "Thêm tùy chọn", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "Nhập thông tin cụ thể về các phương pháp giao hàng trả hàng khu vực có sẵn.", - "shipping-options-success": "Thành công", - "shipping-options-shipping-option-created": "Tạo tùy chọn giao hàng thành công", - "shipping-options-error": "Lỗi", - "shipping-options-add-shipping-option": "Thêm Tùy chọn Vận chuyển", - "shipping-options-cancel": "Hủy", - "shipping-options-save-and-close": "Lưu và Đóng", - "shipping-options-shipping-options": "Tùy chọn Vận chuyển", - "shipping-options-add-option": "Thêm Tùy chọn", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "Nhập thông tin chi tiết về các phương thức vận chuyển khu vực có sẵn.", - "new-region-created": "Khu vực đã được tạo", - "new-create-region": "Tạo Khu vực", - "new-details": "Chi tiết", - "new-add-the-region-details": "Thêm các chi tiết về khu vực.", - "new-providers": "Nhà cung cấp", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "Thêm những nhà cung cấp hoàn tất và thanh toán nào nên có sẵn trong khu vực này.", - "region-overview-regions": "Khu vực", - "region-overview-manage-the-markets-that-you-will-operate-within": "Quản lý các thị trường mà bạn sẽ hoạt động trong đó.", - "region-overview-not-configured": "Chưa được cấu hình", - "region-overview-fulfillment-providers": "Nhà cung cấp hoàn tất:", - "return-reasons-notification-success": "Thành công", - "return-reasons-created-a-new-return-reason": "Đã tạo một lý do trả hàng mới", - "return-reasons-success": "thành công", - "return-reasons-error": "Lỗi", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "Không thể tạo lý do trả hàng với một giá trị hiện tại", - "return-reasons-add-reason": "Thêm Lý do", - "return-reasons-value-is-required": "Giá trị bắt buộc", - "return-reasons-value": "Giá trị", - "return-reasons-label-is-required": "Nhãn bắt buộc", - "return-reasons-label": "Nhãn", - "return-reasons-description": "Mô tả", - "return-reasons-customer-received-the-wrong-size": "Khách hàng đã nhận kích thước sai", - "return-reasons-cancel": "Hủy", - "return-reasons-create": "Tạo", - "return-reasons-success-title": "Thành công", - "return-reasons-successfully-updated-return-reason": "Đã cập nhật lý do trả hàng thành công", - "return-reasons-duplicate-reason": "Lý do trùng lặp", - "return-reasons-delete-reason": "Xóa lý do", - "return-reasons-save": "Lưu", - "return-reasons-details": "Chi tiết", - "return-reasons-delete-return-reason": "Xóa Lý do Trả hàng", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "Bạn có chắc chắn muốn xóa lý do trả hàng này?", - "return-reasons-back-to-settings": "Quay lại cài đặt", - "return-reasons-return-reasons": "Lý do Trả hàng", - "return-reasons-add-reason-label": "Thêm lý do", - "return-reasons-manage-reasons-for-returned-items": "Quản lý lý do cho sản phẩm đã trả lại", - "taxes-details": "Chi tiết", - "taxes-new-tax-rate": "Tỷ lệ Thuế Mới", - "taxes-tax-calculation-settings": "Cài đặt Tính thuế", - "taxes-success": "Thành công", - "taxes-successfully-updated-tax-rate": "Đã cập nhật Tỷ lệ Thuế thành công.", - "taxes-error": "Lỗi", - "taxes-overrides": "Ghi đè", - "taxes-product-rules": "Quy tắc Sản phẩm", - "taxes-product-rules-description_one": "Áp dụng cho {{count}} sản phẩm", - "taxes-product-rules-description_other": "Áp dụng cho {{count}} sản phẩm", - "taxes-product-type-rules": "Quy tắc Loại sản phẩm", - "taxes-product-type-rules-description_one": "Áp dụng cho {{count}} loại sản phẩm", - "taxes-product-type-rules-description_other": "Áp dụng cho {{count}} loại sản phẩm", - "taxes-shipping-option-rules": "Quy tắc Tùy chọn Vận chuyển", - "taxes-applies-to-shipping-option-with-count_one": "Áp dụng cho {{count}} tùy chọn vận chuyển", - "taxes-applies-to-shipping-option-with-count_other": "Áp dụng cho {{count}} tùy chọn vận chuyển", - "taxes-add-overrides": "Thêm Ghi đè", - "taxes-cancel": "Hủy", - "taxes-save": "Lưu", - "taxes-name": "Tên", - "taxes-default": "Mặc định", - "taxes-rate-name": "Tên Tỷ lệ", - "taxes-tax-rate": "Tỷ lệ Thuế", - "taxes-tax-code": "Mã Thuế", - "taxes-edit-tax-rate": "Chỉnh sửa Tỷ lệ Thuế", - "taxes-back-to-settings": "Quay lại cài đặt", - "taxes-regions": "Khu vực", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "Chọn khu vực bạn muốn quản lý thuế cho", - "taxes-go-to-region-settings": "Đi tới Cài đặt Khu vực", - "taxes-successfully-created-tax-rate": "Đã tạo Tỷ lệ Thuế thành công.", - "taxes-add-tax-rate": "Thêm Tỷ lệ Thuế", - "taxes-applies-to-product-type-with-count_one": "Áp dụng cho {{count}} loại sản phẩm", - "taxes-applies-to-product-type-with-count_other": "Áp dụng cho {{count}} loại sản phẩm", - "taxes-create": "Tạo", - "taxes-select-products": "Chọn Sản phẩm", - "taxes-select-product-types-label": "Chọn Loại sản phẩm", - "taxes-product-types": "Loại sản phẩm", - "taxes-system-tax-provider": "Nhà Cung Cấp Thuế Hệ thống", - "taxes-region-tax-settings-were-successfully-updated": "Cài đặt thuế khu vực đã được cập nhật thành công.", - "taxes-tax-provider": "Nhà Cung Cấp Thuế", - "taxes-calculate-taxes-automatically": "Tính thuế tự động?", - "taxes-automatically-apply-tax-calculations-to-carts": "Khi đã chọn, Medusa sẽ tự động áp dụng tính toán thuế cho Giỏ hàng trong khu vực này. Khi không chọn, bạn sẽ phải tính thuế thủ công khi thanh toán. Thuế thủ công được khuyến nghị nếu sử dụng nhà cung cấp thuế bên ngoài để tránh thực hiện quá nhiều yêu cầu.", - "taxes-apply-tax-to-gift-cards": "Áp dụng thuế cho thẻ quà tặng?", - "taxes-apply-taxes-to-gift-cards": "Khi đã chọn, thuế sẽ được áp dụng cho thẻ quà tặng khi thanh toán. Tại một số quốc gia, quy định thuế yêu cầu áp dụng thuế cho thẻ quà tặng khi mua sắm.", - "taxes-search-products": "Tìm kiếm Sản phẩm...", - "taxes-select-shipping-option": "Chọn Tùy chọn Vận chuyển", - "taxes-shipping-options": "Tùy chọn Vận chuyển", - "taxes-delete-tax-rate-heading": "Xóa Tỷ lệ Thuế", - "taxes-confirm-delete": "Bạn có chắc chắn muốn xóa Tỷ lệ Thuế này?", - "taxes-tax-rate-was-deleted": "Tỷ lệ Thuế đã bị xóa.", - "taxes-edit": "Chỉnh sửa", - "taxes-delete-tax-rate": "Xóa Tỷ lệ Thuế", - "taxes-delete-rule": "Xóa Quy tắc", - "taxes-type": "Loại", - "taxes-products": "Sản phẩm", - "taxes-select-individual-products": "Chọn từng sản phẩm", - "taxes-select-product-types": "Chọn Loại sản phẩm", - "taxes-select-shipping-options": "Chọn Tùy chọn Vận chuyển", - "taxes-back": "Quay lại", - "taxes-add": "Thêm", - "taxes-code": "Mã", - "users-invite-users": "Mời Người dùng", - "users-back-to-settings": "Quay lại cài đặt", - "users-the-team": "Nhóm của Bạn", - "users-manage-users-of-your-medusa-store": "Quản lý người dùng của cửa hàng Medusa", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/locales/zh/translation.json b/packages/admin-ui/ui/public/locales/zh/translation.json deleted file mode 100644 index f0e54b91cf7d3..0000000000000 --- a/packages/admin-ui/ui/public/locales/zh/translation.json +++ /dev/null @@ -1,2011 +0,0 @@ -{ - "back-button-go-back": "返回", - "filter-menu-trigger": "查看", - "filter-menu-clear-button": "清除", - "filter-menu-select-item-default-placeholder": "选择过滤器", - "filter-menu-select-item-clear-button": "清除所选选项", - "filter-menu-select-item-selected": "已选择", - "filter-menu-date-item-before": "之前", - "filter-menu-date-item-after": "之后", - "filter-menu-date-item-between": "之间", - "sales-channels-display-available-count": "在销售渠道中,有<2>{{availableChannelsCount}}个可用,共<6>{{totalChannelsCount}}个销售渠道", - "activity-drawer-activity": "活动", - "activity-drawer-no-notifications-title": "这里很安静...", - "activity-drawer-no-notifications-description": "您目前没有任何通知,但一旦有通知,它们将显示在这里。", - "activity-drawer-error-title": "哦,不好...", - "activity-drawer-error-description": "在尝试获取您的通知时出了一些问题 - 我们会继续尝试!", - "activity-drawer-processing": "处理中...", - "analytics-config-form-title": "匿名化我的使用数据", - "analytics-config-form-description": "您可以选择匿名化您的使用数据。如果选择此选项,我们将不会收集您的个人信息,如姓名和电子邮件地址。", - "analytics-config-form-opt-out": "选择不分享我的使用数据", - "analytics-config-form-opt-out-later": "您随时可以选择不分享您的使用数据。", - "analytics-preferences-success": "成功", - "analytics-preferences-your-preferences-were-successfully-updated": "您的偏好已成功更新", - "analytics-preferences-error": "错误", - "analytics-preferences-help-us-get-better": "帮助我们变得更好", - "analytics-preferences-disclaimer": "为了创建最引人入胜的电子商务体验,我们希望了解您如何使用 Medusa 的见解。用户见解让我们能够构建更好、更引人入胜、更易用的产品。我们仅收集用于产品改进的数据。阅读我们在", - "analytics-preferences-documentation": "文档", - "analytics-preferences-please-enter-a-valid-email": "请输入有效的电子邮件", - "analytics-preferences-continue": "继续", - "currency-input-currency": "货币", - "currency-input-amount-is-not-valid": "金额无效", - "organisms-success": "成功", - "organisms-delete-successful": "删除成功", - "organisms-are-you-sure-you-want-to-delete": "您确定要删除吗?", - "organisms-no-cancel": "不,取消", - "organisms-yes-remove": "是的,删除", - "details-collapsible-hide-additional-details": "隐藏附加详情", - "details-collapsible-show-additional-details": "显示附加详情", - "edit-user-modal-success": "成功", - "edit-user-modal-user-was-updated": "用户已更新", - "edit-user-modal-error": "错误", - "edit-user-modal-edit-user": "编辑用户", - "edit-user-modal-first-name-label": "名字", - "edit-user-modal-first-name-placeholder": "名字...", - "edit-user-modal-last-name-label": "姓氏", - "edit-user-modal-last-name-placeholder": "姓氏...", - "edit-user-modal-email": "电子邮件", - "edit-user-modal-cancel": "取消", - "edit-user-modal-save": "保存", - "error-boundary-back-to-dashboard": "返回仪表板", - "error-boundary-an-unknown-error-occured": "发生了未知错误", - "error-boundary-bad-request": "错误的请求", - "error-boundary-you-are-not-logged-in": "您未登录", - "error-boundary-you-do-not-have-permission-perform-this-action": "您没有执行此操作的权限", - "error-boundary-page-was-not-found": "未找到页面", - "error-boundary-an-unknown-server-error-occured": "发生未知服务器错误", - "error-boundary-503": "服务器当前不可用", - "error-boundary-500": "发生错误,原因未指定,这很可能是由于我们端的技术问题。请尝试刷新页面。如果问题仍然存在,请联系您的管理员。", - "error-boundary-400": "请求格式不正确,请修复您的请求并重试。", - "error-boundary-401": "您未登录,请登录以继续。", - "error-boundary-403": "您没有执行此操作的权限,如果您认为这是一个错误,请联系您的管理员。", - "error-boundary-404": "您请求的页面未找到,请检查URL并重试。", - "error-boundary-500-2": "服务器无法处理您的请求,这很可能是由于我们端的技术问题。请重试。如果问题仍然存在,请联系您的管理员。", - "error-boundary-503-2": "服务器暂时不可用,无法处理您的请求。请稍后重试。如果问题仍然存在,请联系您的管理员。", - "export-modal-title": "初始化数据导出", - "export-modal-cancel": "取消", - "export-modal-export": "导出", - "file-upload-modal-upload-a-new-photo": "上传新照片", - "gift-card-banner-edit": "编辑", - "gift-card-banner-unpublish": "取消发布", - "gift-card-banner-publish": "发布", - "gift-card-banner-delete": "删除", - "gift-card-banner-published": "已发布", - "gift-card-banner-unpublished": "未发布", - "gift-card-denominations-section-denomination-added": "添加面额", - "gift-card-denominations-section-a-new-denomination-was-successfully-added": "新面额已成功添加", - "gift-card-denominations-section-a-denomination-with-that-default-value-already-exists": "具有该默认值的面额已存在", - "gift-card-denominations-section-error": "错误", - "gift-card-denominations-section-add-denomination": "添加面额", - "gift-card-denominations-section-cancel": "取消", - "gift-card-denominations-section-save-and-close": "保存并关闭", - "gift-card-denominations-section-denomination-updated": "更新面额", - "gift-card-denominations-section-a-new-denomination-was-successfully-updated": "新面额已成功更新", - "gift-card-denominations-section-edit-denomination": "编辑面额", - "gift-card-denominations-section-denominations": "面额", - "gift-card-denominations-section-denomination": "面额", - "gift-card-denominations-section-in-other-currencies": "在其他货币中", - "gift-card-denominations-section-and-more_one": ",还有{{count}}个", - "gift-card-denominations-section-and-more_other": ",还有{{count}}个", - "gift-card-denominations-section-delete-denomination": "删除面额", - "gift-card-denominations-section-confirm-delete": "您确定要删除此面额吗?", - "gift-card-denominations-section-denomination-deleted": "已删除面额", - "gift-card-denominations-section-denomination-was-successfully-deleted": "已成功删除面额", - "gift-card-denominations-section-edit": "编辑", - "gift-card-denominations-section-delete": "删除", - "help-dialog-how-can-we-help": "我们可以如何帮助您?", - "help-dialog-we-usually-respond-in-a-few-hours": "我们通常在几小时内回复", - "help-dialog-subject": "主题", - "help-dialog-what-is-it-about": "关于什么?...", - "help-dialog-write-a-message": "撰写消息...", - "help-dialog-feel-free-to-join-our-community-of": "欢迎加入我们的社区,其中包括", - "help-dialog-merchants-and-e-commerce-developers": "商家和电子商务开发者", - "help-dialog-send-a-message": "发送消息", - "invite-modal-success": "成功", - "invite-modal-invitation-sent-to": "已发送邀请至 {{user}}", - "invite-modal-error": "错误", - "invite-modal-member": "成员", - "invite-modal-admin": "管理员", - "invite-modal-developer": "开发者", - "invite-modal-invite-users": "邀请用户", - "invite-modal-email": "电子邮件", - "invite-modal-role": "角色", - "invite-modal-select-role": "选择角色", - "invite-modal-cancel": "取消", - "invite-modal-invite": "邀请", - "login-card-no-match": "这些凭据与我们的记录不匹配。", - "login-card-log-in-to": "登录 Uponco", - "login-card-email": "电子邮件", - "login-card-password": "密码", - "login-card-forgot-your-password": "忘记密码?", - "metadata-add-metadata": "添加元数据", - "product-attributes-section-edit-attributes": "编辑属性", - "product-attributes-section-dimensions": "尺寸", - "product-attributes-section-configure-to-calculate-the-most-accurate-shipping-rates": "配置以计算最准确的运费", - "product-attributes-section-customs": "海关", - "product-attributes-section-cancel": "取消", - "product-attributes-section-save": "保存", - "product-attributes-section-title": "属性", - "product-attributes-section-height": "高度", - "product-attributes-section-width": "宽度", - "product-attributes-section-length": "长度", - "product-attributes-section-weight": "重量", - "product-attributes-section-mid-code": "MID 码", - "product-attributes-section-hs-code": "HS 码", - "product-attributes-section-country-of-origin": "原产国", - "product-general-section-success": "成功", - "product-general-section-successfully-updated-sales-channels": "成功更新销售渠道", - "product-general-section-error": "错误", - "product-general-section-failed-to-update-sales-channels": "无法更新销售渠道", - "product-general-section-edit-general-information": "编辑一般信息", - "product-general-section-gift-card": "礼品卡", - "product-general-section-product": "产品", - "product-general-section-metadata": "元数据", - "product-general-section-cancel": "取消", - "product-general-section-save": "保存", - "product-general-section-delete": "删除", - "product-general-section-edit-sales-channels": "编辑销售渠道", - "product-general-section-published": "已发布", - "product-general-section-draft": "草稿", - "product-general-section-details": "详情", - "product-general-section-subtitle": "副标题", - "product-general-section-handle": "标识", - "product-general-section-type": "类型", - "product-general-section-collection": "收藏", - "product-general-section-category": "类别", - "product-general-section-discountable": "可打折", - "product-general-section-true": "是", - "product-general-section-false": "否", - "product-general-section-count_one": "{{count}}", - "product-general-section-count_other": "{{count}}", - "product-general-section-sales-channels": "销售渠道", - "product-media-section-edit-media": "编辑媒体", - "product-media-section-upload-images-error": "尝试上传图像时出了问题。", - "product-media-section-file-service-not-configured": "您可能没有配置文件服务。请联系您的管理员", - "product-media-section-error": "错误", - "product-media-section-media": "媒体", - "product-media-section-add-images-to-your-product": "为您的产品添加图像。", - "product-media-section-cancel": "取消", - "product-media-section-save-and-close": "保存并关闭", - "product-raw-section-raw-gift-card": "原始礼品卡", - "product-raw-section-raw-product": "原始产品", - "product-thumbnail-section-success": "成功", - "product-thumbnail-section-successfully-deleted-thumbnail": "成功删除缩略图", - "product-thumbnail-section-error": "错误", - "product-thumbnail-section-edit": "编辑", - "product-thumbnail-section-upload": "上传", - "product-thumbnail-section-upload-thumbnail-error": "尝试上传缩略图时出了问题。", - "product-thumbnail-section-you-might-not-have-a-file-service-configured-please-contact-your-administrator": "您可能没有配置文件服务。请联系您的管理员", - "product-thumbnail-section-upload-thumbnail": "上传缩略图", - "product-thumbnail-section-thumbnail": "缩略图", - "product-thumbnail-section-used-to-represent-your-product-during-checkout-social-sharing-and-more": "用于在结账、社交分享等过程中代表您的产品。", - "product-thumbnail-section-cancel": "取消", - "product-thumbnail-section-save-and-close": "保存并关闭", - "product-variant-tree-count_one": "{{count}}", - "product-variant-tree-count_other": "{{count}}", - "product-variant-tree-add-prices": "添加价格", - "product-variants-section-add-variant": "添加变体", - "product-variants-section-cancel": "取消", - "product-variants-section-save-and-close": "保存并关闭", - "product-variants-section-edit-stock-inventory": "编辑库存", - "product-variants-section-edit-variant": "编辑变体", - "edit-variants-modal-cancel": "取消", - "edit-variants-modal-save-and-go-back": "保存并返回", - "edit-variants-modal-save-and-close": "保存并关闭", - "edit-variants-modal-edit-variant": "编辑变体", - "edit-variants-modal-update-success": "变体已成功更新", - "edit-variants-modal-edit-variants": "编辑变体", - "edit-variants-modal-product-variants": "产品变体", - "edit-variants-modal-variant": "变体", - "edit-variants-modal-inventory": "库存", - "product-variants-section-edit-prices": "编辑价格", - "product-variants-section-edit-variants": "编辑变体", - "product-variants-section-edit-options": "编辑选项", - "product-variants-section-product-variants": "产品变体", - "product-variants-section-error": "错误", - "product-variants-section-failed-to-update-product-options": "无法更新产品选项", - "product-variants-section-success": "成功", - "product-variants-section-successfully-updated-product-options": "成功更新产品选项", - "product-variants-section-product-options": "产品选项", - "product-variants-section-option-title": "选项标题", - "product-variants-section-option-title-is-required": "选项标题是必需的", - "product-variants-section-add-an-option": "添加一个选项", - "product-variants-section-inventory": "库存", - "product-variants-section-title": "标题", - "product-variants-section-sku": "SKU", - "product-variants-section-ean": "EAN", - "product-variants-section-manage-inventory": "管理库存", - "product-variants-section-duplicate-variant": "复制变体", - "product-variants-section-delete-variant-label": "删除变体", - "product-variants-section-yes-delete": "是的,删除", - "product-variants-section-delete-variant-heading": "删除变体", - "product-variants-section-confirm-delete": "您确定要删除此变体吗?", - "product-variants-section-note-deleting-the-variant-will-also-remove-inventory-items-and-levels": "注意:删除变体还将删除库存项目和级别", - "reset-token-card-error": "错误", - "reset-token-card-reset-your-password": "重置您的密码", - "reset-token-card-password-reset-description": "在下面输入您的电子邮件地址,我们将<1>向您发送有关如何重置<3>密码的说明。", - "reset-token-card-email": "电子邮件", - "reset-token-card-this-is-not-a-valid-email": "这不是有效的电子邮件", - "reset-token-card-send-reset-instructions": "发送重置说明", - "reset-token-card-successfully-sent-you-an-email": "成功向您发送了一封电子邮件", - "reset-token-card-go-back-to-sign-in": "返回登录", - "rma-return-product-table-product-details": "产品详情", - "rma-return-product-table-quantity": "数量", - "rma-select-product-table-product-details": "产品详情", - "rma-select-product-table-quantity": "数量", - "rma-select-product-table-refundable": "可退款", - "rma-select-product-table-images-witch-count_one": "{{count}}", - "rma-select-product-table-images-witch-count_other": "{{count}}", - "rma-select-product-table-select-reason": "选择原因", - "sidebar-store": "商店", - "sidebar-orders": "订单", - "sidebar-products": "产品", - "sidebar-categories": "类别", - "sidebar-customers": "顾客", - "sidebar-inventory": "库存", - "sidebar-discounts": "折扣", - "sidebar-gift-cards": "礼品卡", - "sidebar-pricing": "定价", - "sidebar-settings": "设置", - "table-container-soothed-offset_one": "{{soothedOffset}} - {{pageSize}} 共 {{count}} {{title}}", - "table-container-soothed-offset_other": "{{soothedOffset}} - {{pageSize}} 共 {{count}} {{title}}", - "table-container-current-page": "{{currentPage}} 共 {{soothedPageCount}}", - "timeline-request-return": "请求退货", - "timeline-register-exchange": "注册换货", - "timeline-register-claim": "注册索赔", - "timeline-success": "成功", - "timeline-added-note": "添加注释", - "timeline-error": "错误", - "timeline-timeline": "时间线", - "upload-modal-new": "新", - "upload-modal-updates": "更新", - "upload-modal-drop-your-file-here-or": "将您的文件拖到这里,或", - "upload-modal-click-to-browse": "点击浏览。", - "upload-modal-only-csv-files-are-supported": "仅支持 .csv 文件。", - "upload-modal-import-file-title": "导入 {{fileTitle}}", - "upload-modal-cancel": "取消", - "upload-modal-import-list": "导入列表", - "add-products-modal-add-products": "添加产品", - "add-products-modal-search-by-name-or-description": "按名称或描述搜索...", - "add-products-modal-cancel": "取消", - "add-products-modal-save": "保存", - "add-products-modal-product-details": "产品详情", - "add-products-modal-status": "状态", - "add-products-modal-variants": "变体", - "templates-general": "通用", - "templates-first-name": "名字", - "templates-last-name": "姓氏", - "templates-company": "公司", - "templates-phone": "电话", - "templates-billing-address": "账单地址", - "templates-shipping-address": "送货地址", - "templates-address": "地址", - "templates-address-1": "地址1", - "templates-address-2": "地址2", - "templates-postal-code": "邮政编码", - "templates-city": "城市", - "templates-province": "省份", - "templates-country": "国家", - "templates-metadata": "元数据", - "collection-modal-success": "成功", - "collection-modal-successfully-updated-collection": "成功更新收藏", - "collection-modal-error": "错误", - "collection-modal-successfully-created-collection": "成功创建收藏", - "collection-modal-edit-collection": "编辑收藏", - "collection-modal-add-collection": "添加收藏", - "collection-modal-description": "要创建收藏,您只需要标题和标识。", - "collection-modal-details": "详情", - "collection-modal-title-label": "标题", - "collection-modal-title-placeholder": "太阳镜", - "collection-modal-handle-label": "标识", - "collection-modal-handle-placeholder": "太阳镜", - "collection-modal-slug-description": "用于集合的URL Slug。如果留空,将自动生成。", - "collection-modal-metadata": "元数据", - "collection-modal-cancel": "取消", - "collection-modal-save-collection": "保存集合", - "collection-modal-publish-collection": "发布集合", - "collection-product-table-add-products": "添加产品", - "collection-product-table-products": "产品", - "collection-product-table-search-products": "搜索产品", - "collection-product-table-cancel": "取消", - "collection-product-table-save": "保存", - "collection-product-table-sort-by": "排序方式", - "collection-product-table-all": "全部", - "collection-product-table-newest": "最新", - "collection-product-table-oldest": "最旧", - "collection-product-table-title": "标题", - "collection-product-table-decide-status-published": "已发布", - "collection-product-table-draft": "草稿", - "collection-product-table-proposed": "建议", - "collection-product-table-rejected": "已拒绝", - "collection-product-table-remove-product-from-collection": "从集合中移除产品", - "collection-product-table-product-removed-from-collection": "产品已从集合中移除", - "collections-table-delete-collection": "删除集合", - "collections-table-confirm-delete": "您确定要删除此集合吗?", - "collections-table-edit": "编辑", - "collections-table-delete": "删除", - "collections-table-title": "标题", - "collections-table-handle": "标识", - "collections-table-created-at": "创建于", - "collections-table-updated-at": "更新于", - "collections-table-products": "产品", - "customer-group-table-details": "详情", - "customer-group-table-delete": "删除", - "customer-group-table-success": "成功", - "customer-group-table-group-deleted": "组已删除", - "customer-group-table-error": "错误", - "customer-group-table-failed-to-delete-the-group": "无法删除组", - "customer-group-table-customer-groups": "客户组", - "customer-group-table-delete-from-the-group": "从组中删除", - "customer-group-table-customer-groups-title": "客户组", - "customer-group-table-groups": "组", - "customer-group-table-all": "全部", - "customer-group-table-edit-customers": "编辑客户", - "customer-group-table-customers": "客户", - "customer-group-table-cancel": "取消", - "customer-group-table-save": "保存", - "customer-orders-table-orders": "订单", - "customer-orders-table-transfer-order": "转移订单", - "customer-orders-table-paid": "已支付", - "customer-orders-table-awaiting": "等待中", - "customer-orders-table-requires-action": "需要操作", - "customer-orders-table-n-a": "N/A", - "customer-orders-table-fulfilled": "已完成", - "customer-orders-table-shipped": "已发货", - "customer-orders-table-not-fulfilled": "未完成", - "customer-orders-table-partially-fulfilled": "部分完成", - "customer-orders-table-partially-shipped": "部分发货", - "customer-orders-table-order": "订单", - "customer-orders-table-remainder-more": "+ {{remainder}} 更多", - "customer-orders-table-date": "日期", - "customer-orders-table-fulfillment": "履行", - "customer-orders-table-status": "状态", - "customer-orders-table-total": "总计", - "customer-table-customers": "客户", - "customer-table-edit": "编辑", - "customer-table-details": "详情", - "customer-table-date-added": "添加日期", - "customer-table-name": "姓名", - "customer-table-email": "电子邮件", - "customer-table-orders": "订单", - "discount-filter-dropdown-filters": "过滤器", - "discount-table-discounts": "折扣", - "discount-table-search-by-code-or-description": "按代码或描述搜索...", - "discount-table-success": "成功", - "discount-table-successfully-copied-discount": "成功复制折扣", - "discount-table-error": "错误", - "discount-table-scheduled": "计划中", - "discount-table-expired": "已过期", - "discount-table-active": "活动", - "discount-table-disabled": "已禁用", - "discount-table-free-shipping": "免费运费", - "discount-table-code": "代码", - "discount-table-description": "描述", - "discount-table-amount": "金额", - "discount-table-status": "状态", - "discount-table-redemptions": "兑换", - "discount-table-delete-discount": "删除折扣", - "discount-table-confirm-delete": "您确定要删除此折扣吗?", - "discount-table-publish": "发布", - "discount-table-unpublish": "取消发布", - "discount-table-successfully-published-discount": "成功发布折扣", - "discount-table-successfully-unpublished-discount": "成功取消发布折扣", - "discount-table-duplicate": "复制", - "discount-table-delete": "删除", - "draft-order-table-draft-orders": "草稿订单", - "draft-order-table-completed": "已完成", - "draft-order-table-open": "打开", - "draft-order-table-draft": "草稿", - "draft-order-table-order": "订单", - "draft-order-table-date-added": "添加日期", - "draft-order-table-customer": "客户", - "draft-order-table-status": "状态", - "gift-card-filter-dropdown-is-in-the-last": "在最后", - "gift-card-filter-dropdown-is-older-than": "早于", - "gift-card-filter-dropdown-is-after": "晚于", - "gift-card-filter-dropdown-is-before": "早于", - "gift-card-filter-dropdown-is-equal-to": "等于", - "gift-card-filter-dropdown-filters": "过滤器", - "gift-card-filter-dropdown-status": "状态", - "gift-card-filter-dropdown-payment-status": "支付状态", - "gift-card-filter-dropdown-fulfillment-status": "履行状态", - "gift-card-filter-dropdown-date": "日期", - "gift-card-table-gift-cards": "礼品卡", - "gift-card-table-code": "代码", - "gift-card-table-order": "订单", - "gift-card-table-original-amount": "原始金额", - "gift-card-table-balance": "余额", - "gift-card-table-region-has-been-deleted": "地区已被删除", - "gift-card-table-none": "无", - "gift-card-table-created": "创建于", - "image-table-file-name": "文件名", - "image-table-thumbnail": "缩略图", - "image-table-select-thumbnail-image-for-product": "选择要用作此产品缩略图的图像", - "inventory-table-inventory-items": "库存项目", - "inventory-table-actions-adjust-availability": "调整可用性", - "inventory-table-view-product": "查看产品", - "inventory-table-success": "成功", - "inventory-table-inventory-item-updated-successfully": "库存项目已成功更新", - "inventory-table-adjust-availability": "调整可用性", - "inventory-table-cancel": "取消", - "inventory-table-save-and-close": "保存并关闭", - "inventory-table-item": "项目", - "inventory-table-variant": "变体", - "inventory-table-sku": "SKU", - "inventory-table-reserved": "已预留", - "inventory-table-in-stock": "有库存", - "order-filter-dropdown-filters": "过滤器", - "order-filter-dropdown-status": "状态", - "order-filter-dropdown-payment-status": "支付状态", - "order-filter-dropdown-fulfillment-status": "履行状态", - "order-filter-dropdown-regions": "地区", - "order-filter-dropdown-sales-channel": "销售渠道", - "order-filter-dropdown-date": "日期", - "order-table-paid": "已支付", - "order-table-awaiting": "等待中", - "order-table-requires-action": "需要操作", - "order-table-canceled": "已取消", - "order-table-n-a": "N/A", - "order-table-order": "订单", - "order-table-date-added": "添加日期", - "order-table-customer": "客户", - "order-table-fulfillment": "履行", - "order-table-payment-status": "支付状态", - "order-table-sales-channel": "销售渠道", - "order-table-total": "总计", - "order-table-filters-complete": "已完成", - "order-table-filters-incomplete": "未完成", - "price-list-table-filters": "过滤器", - "price-list-table-status": "状态", - "price-list-table-type": "类型", - "price-list-table-price-lists": "价格表", - "price-list-table-success": "成功", - "price-list-table-successfully-copied-price-list": "成功复制价格表", - "price-list-table-error": "错误", - "price-list-table-delete-price-list": "删除价格表", - "price-list-table-confirm-delete": "您确定要删除此价格表吗?", - "price-list-table-successfully-deleted-the-price-list": "成功删除了价格表", - "price-list-table-successfully-unpublished-price-list": "成功取消发布价格表", - "price-list-table-successfully-published-price-list": "成功发布价格表", - "price-list-table-unpublish": "取消发布", - "price-list-table-publish": "发布", - "price-list-table-delete": "删除", - "price-list-table-name": "名称", - "price-list-table-description": "描述", - "price-list-table-groups": "组", - "price-list-table-other-more": "+ {{other}} 更多", - "price-overrides-apply-overrides-on-selected-variants": "对选定变体应用覆盖", - "price-overrides-apply-on-all-variants": "应用于所有变体", - "price-overrides-prices": "价格", - "price-overrides-cancel": "取消", - "price-overrides-save-and-close": "保存并关闭", - "price-overrides-show-regions": "显示地区", - "product-table-products": "产品", - "product-table-copy-success": "成功", - "product-table-copy-created-a-new-product": "创建了新产品", - "product-table-copy-error": "错误", - "product-table-delete-product": "删除产品", - "product-table-confirm-delete": "您确定要删除此产品吗?", - "product-table-edit": "编辑", - "product-table-unpublish": "取消发布", - "product-table-publish": "发布", - "product-table-draft": "草稿", - "product-table-published": "已发布", - "product-table-success": "成功", - "product-table-successfully-unpublished-product": "成功取消发布产品", - "product-table-successfully-published-product": "成功发布产品", - "product-table-error": "错误", - "product-table-duplicate": "复制", - "product-table-delete": "删除", - "product-table-proposed": "建议", - "product-table-published-title": "已发布", - "product-table-rejected": "已拒绝", - "product-table-draft-title": "草稿", - "product-table-name": "名称", - "product-table-collection": "集合", - "product-table-status": "状态", - "product-table-availability": "可用性", - "product-table-inventory": "库存", - "product-table-inventory-in-stock-count_one": "{{count}} 个变体有库存", - "product-table-inventory-in-stock-count_other": "{{count}} 个变体有库存", - "reservation-form-location": "位置", - "reservation-form-choose-where-you-wish-to-reserve-from": "选择您希望从哪里预订。", - "reservation-form-item-to-reserve": "要预订的项目", - "reservation-form-select-the-item-that-you-wish-to-reserve": "选择您要预订的项目。", - "reservation-form-item": "项目", - "reservation-form-in-stock": "有库存", - "reservation-form-available": "可用", - "reservation-form-reserve": "预订", - "reservation-form-remove-item": "移除项目", - "reservation-form-description": "描述", - "reservation-form-what-type-of-reservation-is-this": "这是什么类型的预订?", - "reservations-table-reservations": "预订", - "reservations-table-edit": "编辑", - "reservations-table-delete": "删除", - "reservations-table-confirm-delete": "您确定要移除此预订吗?", - "reservations-table-remove-reservation": "移除预订", - "reservations-table-reservation-has-been-removed": "预订已被移除", - "new-success": "成功", - "new-successfully-created-reservation": "预订成功创建", - "new-error": "错误", - "new-cancel": "取消", - "new-save-reservation": "保存预订", - "new-reserve-item": "预订项目", - "new-metadata": "元数据", - "reservations-table-order-id": "订单ID", - "reservations-table-description": "描述", - "reservations-table-created": "创建日期", - "reservations-table-quantity": "数量", - "search-modal-start-typing-to-search": "开始输入以搜索...", - "search-modal-clear-search": "清除搜索", - "search-modal-or": "或", - "search-modal-to-navigate": "导航", - "search-modal-to-select-and": "选择,并", - "search-modal-to-search-anytime": "随时搜索", - "templates-settings": "设置", - "templates-manage-the-settings-for-your-store": "管理您商店的设置", - "transfer-orders-modal-info": "信息", - "transfer-orders-modal-customer-is-already-the-owner-of-the-order": "客户已经是订单的所有者", - "transfer-orders-modal-success": "成功", - "transfer-orders-modal-successfully-transferred-order-to-different-customer": "成功将订单转移给不同的客户", - "transfer-orders-modal-error": "错误", - "transfer-orders-modal-could-not-transfer-order-to-different-customer": "无法将订单转移给不同的客户", - "transfer-orders-modal-transfer-order": "转移订单", - "transfer-orders-modal-order": "订单", - "transfer-orders-modal-current-owner": "当前所有者", - "transfer-orders-modal-the-customer-currently-related-to-this-order": "当前与此订单相关的客户", - "transfer-orders-modal-new-owner": "新所有者", - "transfer-orders-modal-the-customer-to-transfer-this-order-to": "要将此订单转移给的客户", - "transfer-orders-modal-cancel": "取消", - "transfer-orders-modal-confirm": "确认", - "templates-edit-user": "编辑用户", - "templates-remove-user": "删除用户", - "templates-resend-invitation": "重新发送邀请", - "templates-success": "成功", - "templates-invitiation-link-has-been-resent": "邀请链接已重新发送", - "templates-copy-invite-link": "复制邀请链接", - "templates-invite-link-copied-to-clipboard": "邀请链接已复制到剪贴板", - "templates-remove-invitation": "删除邀请", - "templates-expired": "已过期", - "templates-pending": "待处理", - "templates-all": "全部", - "templates-member": "成员", - "templates-admin": "管理员", - "templates-no-team-permissions": "无团队权限", - "templates-status": "状态", - "templates-active": "活动", - "templates-name": "名称", - "templates-email": "电子邮件", - "templates-team-permissions": "团队权限", - "templates-confirm-remove": "您确定要删除此用户吗?", - "templates-remove-user-heading": "删除用户", - "templates-user-has-been-removed": "用户已被移除", - "templates-confirm-remove-invite": "您确定要删除此邀请吗?", - "templates-remove-invite": "删除邀请", - "templates-invitiation-has-been-removed": "邀请已被删除", - "multiselect-choose-categories": "选择类别", - "domain-categories-multiselect-selected-with-counts_one": "{{count}}", - "domain-categories-multiselect-selected-with-counts_other": "{{count}}", - "details-success": "成功", - "details-updated-products-in-collection": "更新集合中的产品", - "details-error": "错误", - "details-back-to-collections": "返回到集合", - "details-edit-collection": "编辑集合", - "details-delete": "删除", - "details-metadata": "元数据", - "details-edit-products": "编辑产品", - "details-products-in-this-collection": "此集合中的产品", - "details-raw-collection": "原始集合", - "details-delete-collection": "删除集合", - "details-successfully-deleted-collection": "成功删除集合", - "details-yes-delete": "是,删除", - "details-successfully-updated-customer": "成功更新客户", - "details-customer-details": "客户详情", - "details-general": "常规", - "details-first-name": "名字", - "details-lebron": "勒布朗", - "details-last-name": "姓氏", - "details-james": "詹姆斯", - "details-email": "电子邮件", - "details-phone-number": "电话号码", - "details-cancel": "取消", - "details-save-and-close": "保存并关闭", - "details-edit": "编辑", - "details-back-to-customers": "返回到客户", - "details-first-seen": "首次见面", - "details-phone": "电话", - "details-orders": "订单", - "details-user": "用户", - "details-orders_one": "订单 {{count}}", - "details-orders_other": "订单 {{count}}", - "details-an-overview-of-customer-orders": "客户订单概览", - "details-raw-customer": "原始客户", - "groups-group-updated": "组已更新", - "groups-group-created": "组已创建", - "groups-the-customer-group-has-been-updated": "客户组已更新", - "groups-the-customer-group-has-been-created": "客户组已创建", - "groups-edit-customer-group": "编辑客户组", - "groups-create-a-new-customer-group": "创建新的客户组", - "groups-details": "详情", - "groups-metadata": "元数据", - "groups-cancel": "取消", - "groups-edit-group": "编辑组", - "groups-publish-group": "发布组", - "groups-no-customers-in-this-group-yet": "此组中尚无客户", - "groups-customers": "客户", - "groups-edit": "编辑", - "groups-delete": "删除", - "groups-yes-delete": "是,删除", - "groups-delete-the-group": "删除组", - "groups-group-deleted": "组已删除", - "groups-confirm-delete-customer-group": "您确定要删除此客户组吗?", - "groups-back-to-customer-groups": "返回到客户组", - "groups-new-group": "新组", - "add-condition-conditions-were-successfully-added": "条件已成功添加", - "add-condition-discount-conditions-updated": "折扣条件已更新", - "add-condition-use-conditions-must-be-used-within-a-conditions-provider": "useConditions必须在ConditionsProvider内使用", - "collections-search": "搜索...", - "collections-cancel": "取消", - "collections-save-and-go-back": "保存并返回", - "collections-save-and-close": "保存并关闭", - "customer-groups-search": "搜索...", - "customer-groups-cancel": "取消", - "customer-groups-save-and-go-back": "保存并返回", - "customer-groups-save-and-close": "保存并关闭", - "product-types-search": "搜索...", - "product-types-cancel": "取消", - "product-types-save-and-go-back": "保存并返回", - "product-types-save-and-close": "保存并关闭", - "products-search": "搜索...", - "products-cancel": "取消", - "products-save-and-go-back": "保存并返回", - "products-save-and-close": "保存并关闭", - "tags-search": "搜索...", - "tags-cancel": "取消", - "tags-save-and-go-back": "保存并返回", - "tags-save-and-close": "保存并关闭", - "edit-condition-add-conditions": "添加条件", - "edit-condition-selected-with-count_one": "{{count}}", - "edit-condition-selected-with-count_other": "{{count}}", - "edit-condition-deselect": "取消选择", - "edit-condition-remove": "移除", - "edit-condition-add": "添加", - "edit-condition-title": "编辑折扣条件中的{{type}}", - "edit-condition-close": "关闭", - "edit-condition-success": "成功", - "edit-condition-the-resources-were-successfully-added": "资源已成功添加", - "edit-condition-error": "错误", - "edit-condition-failed-to-add-resources": "添加资源失败", - "edit-condition-the-resources-were-successfully-removed": "资源已成功移除", - "edit-condition-failed-to-remove-resources": "移除资源失败", - "edit-condition-use-edit-condition-context-must-be-used-within-an-edit-condition-provider": "useEditConditionContext必须在EditConditionProvider内使用", - "conditions-conditions": "条件", - "conditions-add-condition-label": "添加条件", - "conditions-this-discount-has-no-conditions": "此折扣没有条件", - "conditions-success": "成功", - "conditions-condition-removed": "条件已移除", - "conditions-error": "错误", - "conditions-edit-condition": "编辑条件", - "conditions-delete-condition": "删除条件", - "conditions-discount-is-applicable-to-specific-products": "折扣适用于特定产品", - "conditions-discount-is-applicable-to-specific-collections": "折扣适用于特定集合", - "conditions-discount-is-applicable-to-specific-product-tags": "折扣适用于特定产品标签", - "conditions-discount-is-applicable-to-specific-product-types": "折扣适用于特定产品类型", - "conditions-discount-is-applicable-to-specific-customer-groups": "折扣适用于特定客户组", - "configurations-success": "成功", - "configurations-discount-updated-successfully": "折扣已成功更新", - "configurations-error": "错误", - "configurations-edit-configurations": "编辑配置", - "configurations-cancel": "取消", - "configurations-save": "保存", - "configurations-configurations": "配置", - "configurations-start-date": "开始日期", - "configurations-end-date": "结束日期", - "configurations-delete-configuration": "删除配置", - "configurations-discount-end-date-removed": "折扣结束日期已移除", - "configurations-number-of-redemptions": "兑换次数", - "configurations-redemption-limit-removed": "兑换限制已移除", - "configurations-delete-setting": "删除设置", - "configurations-discount-duration-removed": "折扣持续时间已移除", - "general-success": "成功", - "general-discount-updated-successfully": "折扣更新成功", - "general-error": "错误", - "general-edit-general-information": "编辑常规信息", - "general-details": "详细信息", - "general-metadata": "元数据", - "general-cancel": "取消", - "general-save-and-close": "保存并关闭", - "general-delete-promotion": "删除促销", - "general-confirm-delete-promotion": "您确定要删除此促销吗?", - "general-promotion-deleted-successfully": "促销删除成功", - "general-discount-published-successfully": "折扣成功发布", - "general-discount-drafted-successfully": "折扣成功起草", - "general-delete-discount": "删除折扣", - "general-template-discount": "模板折扣", - "general-published": "已发布", - "general-draft": "起草", - "general-discount-amount": "折扣金额", - "general-valid-regions": "有效地区", - "general-total-redemptions": "总兑换次数", - "general-free-shipping": "免费送货", - "general-unknown-discount-type": "未知折扣类型", - "details-discount-deleted": "折扣已删除", - "details-confirm-delete-discount": "您确定要删除此折扣吗?", - "details-delete-discount": "删除折扣", - "details-back-to-discounts": "返回到折扣", - "details-raw-discount": "原始折扣", - "discounts-add-discount": "添加折扣", - "discount-form-add-conditions": "添加条件", - "discount-form-choose-a-condition-type": "选择条件类型", - "discount-form-you-can-only-add-one-of-each-type-of-condition": "您只能添加每种类型的条件一次", - "discount-form-you-cannot-add-any-more-conditions": "您不能再添加条件", - "discount-form-cancel": "取消", - "discount-form-save": "保存", - "add-condition-tables-cancel": "取消", - "add-condition-tables-save-and-add-more": "保存并添加更多", - "add-condition-tables-save-and-close": "保存并关闭", - "add-condition-tables-search-by-title": "按标题搜索...", - "add-condition-tables-search-groups": "搜索组...", - "add-condition-tables-search-products": "搜索产品...", - "add-condition-tables-search-by-tag": "按标签搜索...", - "add-condition-tables-search-by-type": "按类型搜索...", - "details-condition-tables-search-by-title": "按标题搜索...", - "details-condition-tables-search-groups": "搜索组...", - "details-condition-tables-cancel": "取消", - "details-condition-tables-save-and-add-more": "保存并添加更多", - "details-condition-tables-save-and-close": "保存并关闭", - "details-condition-tables-search-products": "搜索产品...", - "details-condition-tables-search-by-tag": "按标签搜索...", - "details-condition-tables-search-by-type": "按类型搜索...", - "edit-condition-tables-search-by-title": "按标题搜索...", - "edit-condition-tables-title": "标题", - "edit-condition-tables-search-groups": "搜索组...", - "edit-condition-tables-cancel": "取消", - "edit-condition-tables-delete-condition": "删除条件", - "edit-condition-tables-save": "保存", - "edit-condition-tables-search-products": "搜索产品...", - "edit-condition-tables-search-by-tag": "按标签搜索...", - "edit-condition-tables-search-by-type": "按类型搜索...", - "shared-title": "标题", - "shared-products": "产品", - "shared-applies-to-the-selected-items": "适用于所选项目。", - "shared-applies-to-all-items-except-the-selected-items": "适用于除所选项目之外的所有项目。", - "shared-members": "会员", - "shared-status": "状态", - "shared-variants": "变体", - "shared-tag": "标签", - "shared-type": "类型", - "edit-conditions-modal-title": "编辑{{title}}", - "form-use-discount-form-must-be-a-child-of-discount-form-context": "useDiscountForm必须是DiscountFormContext的子级", - "discount-form-error": "错误", - "discount-form-save-as-draft": "保存为草稿", - "discount-form-publish-discount": "发布折扣", - "discount-form-create-new-discount": "创建新折扣", - "discount-form-discount-type": "折扣类型", - "discount-form-select-a-discount-type": "选择折扣类型", - "discount-form-allocation": "分配", - "discount-form-general": "常规", - "discount-form-configuration": "配置", - "discount-form-discount-code-application-disclaimer": "折扣代码从您点击发布按钮开始,如果不作更改将一直有效。", - "discount-form-conditions": "条件", - "discount-form-discount-code-apply-to-all-products-if-left-untouched": "如果不作更改,折扣代码将适用于所有产品。", - "discount-form-add-conditions-to-your-discount": "为您的折扣添加条件", - "discount-form-metadata": "元数据", - "discount-form-metadata-usage-description": "元数据允许您向折扣添加附加信息。", - "condition-item-remainder-more": "+{{remainder}} 更多", - "conditions-edit": "编辑", - "conditions-product": "产品", - "conditions-collection": "集合", - "conditions-tag": "标签", - "conditions-customer-group": "客户组", - "conditions-type": "类型", - "conditions-add-condition": "添加条件", - "sections-start-date": "开始日期", - "sections-schedule-the-discount-to-activate-in-the-future": "安排折扣在将来生效。", - "sections-select-discount-start-date": "如果您希望安排折扣在将来生效,您可以在此设置开始日期,否则折扣将立即生效。", - "sections-start-time": "开始时间", - "sections-discount-has-an-expiry-date": "折扣有到期日期吗?", - "sections-schedule-the-discount-to-deactivate-in-the-future": "安排折扣在将来停用。", - "sections-select-discount-end-date": "如果您希望安排折扣在将来停用,您可以在此设置到期日期。", - "sections-expiry-date": "到期日期", - "sections-expiry-time": "到期时间", - "sections-limit-the-number-of-redemptions": "限制兑换次数?", - "sections-limit-applies-across-all-customers-not-per-customer": "限制适用于所有客户,而不是每个客户。", - "sections-limit-discount-number-of-uses": "如果您希望限制客户可以兑换此折扣的次数,您可以在此设置限制。", - "sections-number-of-redemptions": "兑换次数", - "sections-availability-duration": "有效期?", - "sections-set-the-duration-of-the-discount": "设置折扣的持续时间。", - "sections-select-a-discount-type": "选择折扣类型", - "sections-total-amount": "总金额", - "sections-apply-to-the-total-amount": "适用于总金额", - "sections-item-specific": "特定项目", - "sections-apply-to-every-allowed-item": "适用于每个允许的项目", - "sections-percentage": "百分比", - "sections-fixed-amount": "固定金额", - "sections-discount-in-whole-numbers": "整数折扣", - "sections-you-can-only-select-one-valid-region-if-you-want-to-use-the-fixed-amount-type": "如果要使用固定金额类型,您只能选择一个有效地区", - "sections-free-shipping": "免费送货", - "sections-override-delivery-amount": "覆盖交付金额", - "sections-at-least-one-region-is-required": "至少需要一个地区", - "sections-choose-valid-regions": "选择有效地区", - "sections-code": "代码", - "sections-summersale-10": "SUMMERSALE10", - "sections-code-is-required": "代码是必需的", - "sections-amount-is-required": "金额是必需的", - "sections-amount": "金额", - "sections-customer-invoice-code": "客户在结账时输入的代码。这将显示在客户的发票上。", - "sections-uppercase-letters-and-numbers-only": "仅允许大写字母和数字。", - "sections-description": "描述", - "sections-summer-sale-2022": "2022年夏季特卖", - "sections-this-is-a-template-discount": "这是一个模板折扣", - "sections-template-discounts-description": "模板折扣允许您定义一组规则,可以在一组折扣中使用。这在需要为每个用户生成唯一代码的活动中非常有用,但所有唯一代码的规则应相同。", - "discount-form-product": "产品", - "discount-form-only-for-specific-products": "仅适用于特定产品", - "discount-form-choose-products": "选择产品", - "discount-form-customer-group": "客户组", - "discount-form-only-for-specific-customer-groups": "仅适用于特定客户组", - "discount-form-choose-groups": "选择组", - "discount-form-tag": "标签", - "discount-form-only-for-specific-tags": "仅适用于特定标签", - "discount-form-collection": "集合", - "discount-form-only-for-specific-product-collections": "仅适用于特定产品集合", - "discount-form-choose-collections": "选择集合", - "discount-form-type": "类型", - "discount-form-only-for-specific-product-types": "仅适用于特定产品类型", - "discount-form-choose-types": "选择类型", - "utils-products": "产品", - "utils-groups": "组", - "utils-tags": "标签", - "utils-collections": "集合", - "utils-types": "类型", - "gift-cards-created-gift-card": "创建礼品卡", - "gift-cards-custom-gift-card-was-created-successfully": "自定义礼品卡创建成功", - "gift-cards-error": "错误", - "gift-cards-custom-gift-card": "自定义礼品卡", - "gift-cards-details": "详细信息", - "gift-cards-receiver": "接收者", - "gift-cards-cancel": "取消", - "gift-cards-create-and-send": "创建并发送", - "details-updated-gift-card": "更新礼品卡", - "details-gift-card-was-successfully-updated": "礼品卡更新成功", - "details-failed-to-update-gift-card": "更新礼品卡失败", - "details-edit-gift-card": "编辑礼品卡", - "details-details": "详细信息", - "details-edit-details": "编辑详细信息", - "details-update-balance-label": "更新余额", - "details-updated-status": "更新状态", - "details-successfully-updated-the-status-of-the-gift-card": "成功更新礼品卡状态", - "details-back-to-gift-cards": "返回到礼品卡", - "details-original-amount": "原始金额", - "details-balance": "余额", - "details-region": "地区", - "details-expires-on": "到期日", - "details-created": "创建日期", - "details-raw-gift-card": "原始礼品卡", - "details-balance-updated": "余额已更新", - "details-gift-card-balance-was-updated": "礼品卡余额已更新", - "details-failed-to-update-balance": "更新余额失败", - "details-update-balance": "更新余额", - "manage-back-to-gift-cards": "返回到礼品卡", - "gift-cards-please-enter-a-name-for-the-gift-card": "请输入礼品卡的名称", - "gift-cards-please-add-at-least-one-denomination": "请至少添加一个面额", - "gift-cards-denominations": "面额", - "gift-cards-success": "成功", - "gift-cards-successfully-created-gift-card": "成功创建礼品卡", - "gift-cards-create-gift-card": "创建礼品卡", - "gift-cards-gift-card-details": "礼品卡详情", - "gift-cards-name": "名称", - "gift-cards-the-best-gift-card": "最佳礼品卡", - "gift-cards-description": "描述", - "gift-cards-the-best-gift-card-of-all-time": "有史以来最好的礼品卡", - "gift-cards-thumbnail": "缩略图", - "gift-cards-delete": "删除", - "gift-cards-size-recommended": "推荐尺寸为1200 x 1600(3:4),每个最大10MB", - "gift-cards-amount": "金额", - "gift-cards-add-denomination": "添加面额", - "gift-cards-create-publish": "创建并发布", - "gift-cards-successfully-updated-gift-card": "成功更新礼品卡", - "gift-cards-gift-cards": "礼品卡", - "gift-cards-manage": "管理您商店的礼品卡", - "gift-cards-are-you-ready-to-sell-your-first-gift-card": "您准备好销售第一张礼品卡了吗?", - "gift-cards-no-gift-card-has-been-added-yet": "尚未添加礼品卡。", - "gift-cards-history": "历史记录", - "gift-cards-see-the-history-of-purchased-gift-cards": "查看已购买礼品卡的历史记录", - "gift-cards-successfully-deleted-gift-card": "成功删除礼品卡", - "gift-cards-yes-delete": "是,删除", - "gift-cards-delete-gift-card": "删除礼品卡", - "inventory-filters": "过滤器", - "address-form-address": "地址", - "address-form-company": "公司", - "address-form-address-1": "地址1", - "address-form-this-field-is-required": "此字段为必填项", - "address-form-address-2": "地址2", - "address-form-postal-code": "邮政编码", - "address-form-city": "城市", - "address-form-country": "国家", - "edit-sales-channels-edit-channels": "编辑通道", - "edit-sales-channels-add-channels": "添加通道", - "general-form-location-name": "位置名称", - "general-form-flagship-store-warehouse": "旗舰店,仓库", - "general-form-name-is-required": "名称是必需的", - "location-card-delete-location": "删除位置", - "location-card-confirm-delete": "您确定要删除此位置吗?这也将删除与此位置关联的所有库存级别和预订。", - "location-card-success": "成功", - "location-card-location-deleted-successfully": "位置删除成功", - "location-card-error": "错误", - "location-card-edit-details": "编辑详细信息", - "location-card-delete": "删除", - "location-card-connected-sales-channels": "已连接销售通道", - "sales-channels-form-add-sales-channels": "添加销售通道", - "sales-channels-form-edit-channels": "编辑通道", - "sales-channels-section-not-connected-to-any-sales-channels-yet": "尚未连接到任何销售通道", - "edit-success": "成功", - "edit-location-edited-successfully": "位置编辑成功", - "edit-error": "错误", - "edit-edit-location-details": "编辑位置详情", - "edit-metadata": "元数据", - "edit-cancel": "取消", - "edit-save-and-close": "保存并关闭", - "new-location-added-successfully": "位置添加成功", - "new-location-created": "位置创建成功,但关联销售通道时出现错误", - "new-cancel-location-changes": "您确定要取消未保存的更改吗?", - "new-yes-cancel": "是,取消", - "new-no-continue-creating": "不,继续创建", - "new-add-location": "添加位置", - "new-add-new-location": "添加新位置", - "new-general-information": "常规信息", - "new-location-details": "指定此位置的详细信息", - "new-select-location-channel": "指定此位置的项目可通过哪些销售通道购买。", - "oauth-complete-installation": "完成安装", - "claim-type-form-refund": "退款", - "claim-type-form-replace": "替换", - "items-to-receive-form-items-to-receive": "待收货物品", - "items-to-receive-form-product": "产品", - "items-to-receive-form-quantity": "数量", - "items-to-receive-form-refundable": "可退款", - "add-return-reason-reason-for-return": "退货原因", - "add-return-reason-reason": "原因", - "add-return-reason-choose-a-return-reason": "选择退货原因", - "add-return-reason-note": "备注", - "add-return-reason-product-was-damaged-during-shipping": "产品在运输过程中受损", - "add-return-reason-cancel": "取消", - "add-return-reason-save-and-go-back": "保存并返回", - "add-return-reason-select-reason-title": "选择原因", - "add-return-reason-edit-reason": "编辑原因", - "add-return-reason-select-reason": "选择原因", - "items-to-return-form-items-to-claim": "要索赔的物品", - "items-to-return-form-items-to-return": "要退还的物品", - "items-to-return-form-product": "产品", - "items-to-return-form-quantity": "数量", - "items-to-return-form-refundable": "可退款", - "add-additional-items-screen-go-back": "返回", - "add-additional-items-screen-add-products": "添加产品", - "add-additional-items-screen-add-product-variants": "添加产品变体", - "add-additional-items-screen-search-products": "搜索产品", - "add-additional-items-screen-variant-price-missing": "此变体在订单的区域/货币中没有价格,无法选择。", - "add-additional-items-screen-stock": "库存", - "add-additional-items-screen-price": "价格", - "add-additional-items-screen-price-overridden-in-price-list-applicable-to-this-order": "该价格在适用于此订单的价格表中被覆盖。", - "items-to-send-form-items-to-send": "待发送商品", - "items-to-send-form-add-products": "添加产品", - "items-to-send-form-product": "产品", - "items-to-send-form-quantity": "数量", - "items-to-send-form-price": "价格", - "items-to-send-form-price-overridden-in-price-list-applicable-to-this-order": "该价格在适用于此订单的价格表中被覆盖。", - "refund-amount-form-cancel-editing-refund-amount": "取消编辑退款金额", - "refund-amount-form-edit-refund-amount": "编辑退款金额", - "refund-amount-form-refund-amount-cannot-be-negative": "退款金额不能为负数", - "refund-amount-form-the-refund-amount-must-be-at-least-0": "退款金额必须至少为0", - "reservation-indicator-awaiting-reservation-count": "{{awaitingReservation}} 个商品未预留", - "reservation-indicator-this-item-has-been-fulfilled": "此商品已完成。", - "edit-reservation-button-quantity-item-location-name": "{{quantity}} 个商品:$ {{locationName}}", - "reservation-indicator-edit-reservation": "编辑预留", - "rma-summaries-claimed-items": "索赔商品", - "rma-summaries-replacement-items": "替换商品", - "rma-summaries-customer-refund-description": "客户将对索赔商品获得全额退款,因为替换商品和运费不会被扣除。或者,您可以选择在收到退回商品或创建替换商品时设置自定义退款金额。", - "rma-summaries-refund-amount": "退款金额", - "rma-summaries-the-customer-will-be-refunded-once-the-returned-items-are-received": "一旦收到退回商品,客户将获得退款", - "rma-summaries-the-customer-will-be-refunded-immediately": "客户将立即获得退款", - "rma-summaries-receiving": "收货中", - "rma-summaries-free": "免费", - "send-notification-form-return": "退货", - "send-notification-form-exchange": "交换", - "send-notification-form-claim": "索赔", - "send-notification-form-send-notifications": "发送通知", - "send-notification-form-if-unchecked-the-customer-will-not-receive-communication": "如果取消选中,客户将不会收到关于此{{subject}}的通信。", - "shipping-address-form-shipping-address": "收货地址", - "shipping-address-form-ship-to-a-different-address": "寄到其他地址", - "shipping-address-form-cancel": "取消", - "shipping-address-form-save-and-go-back": "保存并返回", - "shipping-address-form-shipping-information": "运输信息", - "shipping-form-shipping-for-return-items": "退货物品的运输", - "shipping-form-shipping-for-replacement-items": "替换商品的运输", - "shipping-form-shipping-method-is-required": "需要运输方式", - "shipping-form-choose-shipping-method": "选择运输方式", - "shipping-form-shipping-method": "运输方式", - "shipping-form-add-custom-price": "添加自定义价格", - "shipping-form-return-shipping-for-items-claimed-by-the-customer-is-complimentary": "客户索赔的商品的退货运费是免费的。", - "shipping-form-shipping-for-replacement-items-is-complimentary": "替换商品的运费是免费的。", - "components-decrease-quantity": "减少数量", - "components-increase-quantity": "增加数量", - "details-successfully-updated-address": "地址更新成功", - "details-billing-address": "账单地址", - "details-shipping-address": "送货地址", - "details-contact": "联系方式", - "details-location": "地点", - "claim-are-you-sure-you-want-to-close": "您确定要关闭吗?", - "claim-you-have-unsaved-changes-are-you-sure-you-want-to-close": "您有未保存的更改,您确定要关闭吗?", - "claim-please-select-a-reason": "请选择一个原因", - "claim-a-shipping-method-for-replacement-items-is-required": "需要替换商品的运输方式", - "claim-successfully-created-claim": "索赔创建成功", - "claim-created": "订单 #{{display_id}} 的索赔成功创建", - "claim-error-creating-claim": "创建索赔时出错", - "claim-create-claim": "创建索赔", - "claim-location": "地点", - "claim-choose-which-location-you-want-to-return-the-items-to": "选择要退回商品的地点。", - "claim-select-location-to-return-to": "选择要退还的位置", - "claim-cancel": "取消", - "claim-submit-and-close": "提交并关闭", - "create-fulfillment-error": "错误", - "create-fulfillment-please-select-a-location-to-fulfill-from": "请选择要履行的位置", - "create-fulfillment-cant-allow-this-action": "无法执行此操作", - "create-fulfillment-trying-to-fulfill-more-than-in-stock": "试图履行超过库存的数量", - "create-fulfillment-successfully-fulfilled-order": "成功履行订单", - "create-fulfillment-successfully-fulfilled-swap": "成功履行置换", - "create-fulfillment-successfully-fulfilled-claim": "成功履行索赔", - "create-fulfillment-success": "成功", - "create-fulfillment-cancel": "取消", - "create-fulfillment-create-fulfillment": "创建履行", - "create-fulfillment-create-fulfillment-title": "创建履行", - "create-fulfillment-locations": "位置", - "create-fulfillment-choose-where-you-wish-to-fulfill-from": "选择希望从哪里履行。", - "create-fulfillment-items-to-fulfill": "要履行的物品", - "create-fulfillment-select-the-number-of-items-that-you-wish-to-fulfill": "选择您希望履行的物品数量。", - "create-fulfillment-send-notifications": "发送通知", - "create-fulfillment-when-toggled-notification-emails-will-be-sent": "切换时,将发送通知电子邮件。", - "create-fulfillment-quantity-is-not-valid": "数量无效", - "detail-cards-allocated": "已分配", - "detail-cards-not-fully-allocated": "未完全分配", - "detail-cards-subtotal": "小计", - "detail-cards-shipping": "运费", - "detail-cards-tax": "税费", - "detail-cards-total": "总计", - "detail-cards-edit-order": "编辑订单", - "detail-cards-allocate": "分配", - "detail-cards-discount": "折扣:", - "detail-cards-original-total": "原始总计", - "details-successfully-updated-the-email-address": "成功更新电子邮件地址", - "details-email-address": "电子邮件地址", - "details-save": "保存", - "details-order-id-copied": "订单ID已复制", - "details-email-copied": "电子邮件已复制", - "details-cancel-order-heading": "取消订单", - "details-are-you-sure-you-want-to-cancel-the-order": "您确定要取消订单吗?", - "order-details-display-id": "订单 #{{display_id}}", - "details-successfully-canceled-order": "成功取消订单", - "details-go-to-customer": "转至客户", - "details-transfer-ownership": "转让所有权", - "details-edit-shipping-address": "编辑送货地址", - "details-edit-billing-address": "编辑账单地址", - "details-edit-email-address": "编辑电子邮件地址", - "details-back-to-orders": "返回订单", - "details-cancel-order": "取消订单", - "details-payment": "支付", - "details-refunded": "已退款", - "details-total-paid": "总支付额", - "details-fulfillment": "履行", - "details-create-fulfillment": "创建履行", - "details-shipping-method": "运输方式", - "details-customer": "客户", - "details-shipping": "运输", - "details-billing": "结算", - "details-raw-order": "原始订单", - "mark-shipped-successfully-marked-order-as-shipped": "成功标记订单为已发货", - "mark-shipped-successfully-marked-swap-as-shipped": "成功标记置换为已发货", - "mark-shipped-successfully-marked-claim-as-shipped": "成功标记索赔为已发货", - "mark-shipped-success": "成功", - "mark-shipped-error": "错误", - "mark-shipped-mark-fulfillment-shipped": "标记履行为已发货", - "mark-shipped-tracking": "追踪", - "mark-shipped-tracking-number-label": "追踪号", - "mark-shipped-tracking-number": "追踪号...", - "mark-shipped-add-additional-tracking-number": "+ 添加额外的追踪号", - "mark-shipped-send-notifications": "发送通知", - "mark-shipped-cancel": "取消", - "mark-shipped-complete": "完成", - "order-line-warning": "警告", - "order-line-cannot-duplicate-an-item-without-a-variant": "无法复制没有变体的物品", - "order-line-error": "错误", - "order-line-failed-to-duplicate-item": "复制物品失败", - "order-line-success": "成功", - "order-line-item-removed": "物品已移除", - "order-line-failed-to-remove-item": "移除物品失败", - "order-line-item-added": "物品已添加", - "order-line-failed-to-replace-the-item": "替换物品失败", - "order-line-replace-product-variants": "替换产品变体", - "order-line-replace-with-other-item": "用其他物品替换", - "order-line-duplicate-item": "复制物品", - "order-line-remove-item": "移除物品", - "order-line-line-item-cannot-be-edited": "此行项目是履行的一部分,无法编辑。取消履行以编辑行项目。", - "order-line-new": "新建", - "order-line-modified": "已修改", - "receive-return-please-select-at-least-one-item-to-receive": "请至少选择一件物品进行接收", - "receive-return-successfully-received-return": "成功接收退货", - "receive-return-received-return-for-order": "已收到订单 #{{display_id}} 的退货", - "receive-return-failed-to-receive-return": "无法接收退货", - "receive-return-receive-return": "接收退货", - "receive-return-location": "位置", - "receive-return-choose-location": "选择您希望将物品退回的位置。", - "receive-return-select-location-to-return-to": "选择要退回的位置", - "receive-return-no-inventory-levels-exist-for-the-items-at-the-selected-location": "在所选位置不存在物品的库存水平", - "receive-return-cancel": "取消", - "receive-return-save-and-close": "保存并关闭", - "refund-success": "成功", - "refund-successfully-refunded-order": "成功退款订单", - "refund-error": "错误", - "refund-create-a-refund": "创建退款", - "refund-attention": "注意!", - "refund-system-payment-disclaimer": "您的一个或多个支付是系统支付。请注意,默认情况下不处理此类支付的捕获和退款。", - "refund-details": "详情", - "refund-cannot-refund-more-than-the-orders-net-total": "不能退还超过订单净总额的金额。", - "refund-discount": "折扣", - "refund-reason": "原因", - "refund-note": "备注", - "refund-discount-for-loyal-customer": "忠实客户折扣", - "refund-send-notifications": "发送通知", - "refund-cancel": "取消", - "refund-complete": "完成", - "reservation-reservation-was-deleted": "预订已删除", - "reservation-the-allocated-items-have-been-released": "已释放分配的物品。", - "reservation-error": "错误", - "reservation-failed-to-delete-the-reservation": "删除预订失败", - "reservation-reservation-was-updated": "预订已更新", - "reservation-the-reservation-change-was-saved": "预订更改已保存。", - "reservation-errors": "错误", - "reservation-failed-to-update-reservation": "更新预订失败", - "reservation-edit-reservation": "编辑预订", - "reservation-location": "位置", - "reservation-choose-which-location-you-want-to-ship-the-items-from": "选择要发货物品的位置。", - "reservation-items-to-allocate-title": "要分配的物品", - "reservation-select-the-number-of-items-that-you-wish-to-allocate": "选择要分配的物品数量。", - "reservation-max-reservation-requested": " / 已请求 {{maxReservation}}", - "reservation-reserved": "已预订", - "reservation-description": "描述", - "reservation-what-type-of-reservation-is-this": "这是什么类型的预订?", - "reservation-metadata": "元数据", - "reservation-remove-metadata": "删除元数据", - "reservation-add-metadata": "添加元数据", - "reservation-delete-reservation": "删除预订", - "reservation-cancel": "取消", - "reservation-save-and-close": "保存并关闭", - "reservation-couldnt-allocate-items": "无法分配物品", - "reservation-items-allocated": "已分配的物品", - "reservation-items-have-been-allocated-successfully": "物品已成功分配", - "reservation-save-reservation": "保存预订", - "reservation-loading": "加载中...", - "reservation-allocate-order-items": "分配订单物品", - "reservation-choose-where-you-wish-to-allocate-from": "选择要分配的位置", - "reservation-items-to-allocate": "要分配的物品", - "returns-success": "成功", - "returns-successfully-returned-order": "成功退还订单", - "returns-error": "错误", - "returns-request-return": "请求退货", - "returns-items-to-return": "要退回的物品", - "returns-choose-which-location-you-want-to-return-the-items-to": "选择要将物品退回的位置。", - "returns-select-location-to-return-to": "选择要退回的位置", - "returns-selected-location-has-no-inventory-levels": "所选位置没有所选物品的库存水平。可以请求退货,但在为所选位置创建库存水平之前无法接收退货。", - "returns-shipping": "运费", - "returns-choose-retur,-shipping-method": "选择用于此退货的运费方式。", - "returns-total-refund": "总退款", - "returns-amount": "金额", - "returns-send-notifications": "发送通知", - "returns-notify-customer-of-created-return": "通知客户已创建退货", - "returns-back": "返回", - "returns-submit": "提交", - "rma-sub-modals-search-for-additional": "搜索额外的", - "rma-sub-modals-general": "通用", - "rma-sub-modals-first-name": "名字", - "rma-sub-modals-last-name": "姓氏", - "rma-sub-modals-phone": "电话", - "rma-sub-modals-shipping-address": "送货地址", - "rma-sub-modals-address-1": "地址1", - "rma-sub-modals-address-2": "地址2", - "rma-sub-modals-province": "省份", - "rma-sub-modals-postal-code": "邮政编码", - "rma-sub-modals-city": "城市", - "rma-sub-modals-country": "国家", - "rma-sub-modals-back": "返回", - "rma-sub-modals-add": "添加", - "rma-sub-modals-name": "名称", - "rma-sub-modals-status": "状态", - "rma-sub-modals-in-stock": "有库存", - "rma-sub-modals-products": "产品", - "rma-sub-modals-search-products": "搜索产品...", - "rma-sub-modals-reason-for-return": "退货原因", - "rma-sub-modals-reason": "原因", - "rma-sub-modals-note": "备注", - "swap-success": "成功", - "swap-successfully-created-exchange": "成功创建置换", - "swap-error": "错误", - "swap-register-exchange": "注册置换", - "swap-items-to-return": "要退回的物品", - "swap-shipping": "运费", - "swap-shipping-method": "运费方式", - "swap-add-a-shipping-method": "添加运费方式", - "swap-location": "位置", - "swap-choose-which-location-you-want-to-return-the-items-to": "选择要将物品退回的位置。", - "swap-select-location-to-return-to": "选择要退回的位置", - "swap-items-to-send": "要发送的物品", - "swap-add-product": "添加产品", - "swap-return-total": "退货总额", - "swap-additional-total": "附加总额", - "swap-outbond-shipping": "出库运费", - "swap-calculated-at-checkout": "在结账时计算", - "swap-estimated-difference": "估计的差额", - "swap-send-notifications": "发送通知", - "swap-if-unchecked-the-customer-will-not-receive-communication-about-this-exchange": "如果未选中,客户将不会收到有关此置换的通信", - "swap-complete": "完成", - "templates-shipped": "已发货", - "templates-fulfilled": "已履行", - "templates-canceled": "已取消", - "templates-partially-fulfilled": "部分履行", - "templates-fulfillment-status-requires-action": "需要操作的履行状态", - "templates-awaiting-fulfillment": "等待履行", - "templates-partially-shipped": "部分已发货", - "templates-cancel-fulfillment-heading": "取消履行?", - "templates-are-you-sure-you-want-to-cancel-the-fulfillment": "您确定要取消履行吗?", - "templates-successfully-canceled-swap": "成功取消置换", - "templates-error": "错误", - "templates-successfully-canceled-claim": "成功取消索赔", - "templates-successfully-canceled-fulfillment": "成功取消履行", - "templates-fulfillment-has-been-canceled": "履行已取消", - "templates-fulfilled-by-provider": "{{title}} 由{{provider}}履行", - "templates-not-shipped": "未发货", - "templates-tracking": "追踪", - "templates-shipped-from": "发货自", - "templates-shipping-from": "从何处发货", - "templates-mark-shipped": "标记已发货", - "templates-cancel-fulfillment": "取消履行", - "templates-completed": "已完成", - "templates-processing": "处理中", - "templates-requires-action": "需要操作", - "templates-capture-payment": "捕获支付", - "templates-successfully-captured-payment": "成功捕获支付", - "templates-refund": "退款", - "templates-total-for-swaps": "置换总计", - "templates-refunded-for-swaps": "置换退款", - "templates-refunded-for-returns": "退货退款", - "templates-manually-refunded": "手动退款", - "templates-net-total": "净总额", - "templates-paid": "已支付", - "templates-awaiting-payment": "等待支付", - "templates-payment-status-requires-action": "需要操作的支付状态", - "draft-orders-completed": "已完成", - "draft-orders-open": "打开", - "draft-orders-mark-as-paid": "标记为已支付", - "draft-orders-success": "成功", - "draft-orders-successfully-mark-as-paid": "成功标记为已支付", - "draft-orders-error": "错误", - "draft-orders-successfully-canceled-order": "成功取消订单", - "draft-orders-back-to-draft-orders": "返回到草稿订单", - "on-mark-as-paid-confirm-order-id": "订单 #{{display_id}}", - "draft-orders-go-to-order": "前往订单", - "draft-orders-cancel-draft-order": "取消草稿订单", - "draft-orders-draft-order": "草稿订单", - "draft-orders-email": "电子邮件", - "draft-orders-phone": "电话", - "draft-orders-amount": "金额 {{currency_code}}", - "draft-orders-payment": "支付", - "draft-orders-subtotal": "小计", - "draft-orders-shipping": "运费", - "draft-orders-tax": "税费", - "draft-orders-total-to-pay": "总支付金额", - "draft-orders-payment-link": "支付链接:", - "draft-orders-configure-payment-link-in-store-settings": "在商店设置中配置支付链接", - "draft-orders-shipping-method": "运费方式", - "draft-orders-data": "数据", - "draft-orders-1-item": "(1 件商品)", - "draft-orders-customer": "客户", - "draft-orders-edit-shipping-address": "编辑送货地址", - "draft-orders-edit-billing-address": "编辑账单地址", - "draft-orders-go-to-customer": "前往客户", - "draft-orders-contact": "联系", - "draft-orders-billing": "账单", - "draft-orders-raw-draft-order": "原始草稿订单", - "draft-orders-are-you-sure": "您确定吗?", - "draft-orders-remove-resource-heading": "移除 {{resource}}", - "draft-orders-remove-resource-success-text": "{{resource}} 已被移除", - "draft-orders-this-will-create-an-order-mark-this-as-paid-if-you-received-the-payment": "这将创建一个订单。如果您已收到付款,请标记为已支付。", - "draft-orders-mark-paid": "标记为已支付", - "draft-orders-cancel": "取消", - "draft-orders-create-draft-order": "创建草稿订单", - "edit-amount-paid": "支付金额", - "edit-new-total": "新总额", - "edit-difference-due": "差额", - "edit-back": "返回", - "edit-save-and-go-back": "保存并返回", - "edit-order-edit-set-as-requested": "订单编辑已设为已请求", - "edit-failed-to-request-confirmation": "请求确认失败", - "edit-added-successfully": "成功添加", - "edit-error-occurred": "发生错误", - "edit-add-product-variants": "添加产品变体", - "edit-edit-order": "编辑订单", - "edit-items": "商品", - "edit-add-items": "添加商品", - "edit-filter-items": "筛选商品...", - "edit-note": "备注", - "edit-add-a-note": "添加备注...", - "variants-table-location": " 在 {{location}}", - "edit-product": "产品", - "edit-in-stock": "有库存", - "edit-price": "价格", - "edit-products": "产品", - "edit-search-product-variants": "搜索产品变体...", - "orders-success": "成功", - "orders-successfully-initiated-export": "成功启动导出", - "orders-error": "错误", - "orders-export-orders": "导出订单", - "components-billing-address": "账单地址", - "components-use-same-as-shipping": "使用与送货相同的地址", - "components-e-g-gift-wrapping": "例如礼品包装", - "components-title": "标题", - "components-price": "价格", - "components-quantity": "数量", - "components-back": "返回", - "components-add": "添加", - "components-items-for-the-order": "订单商品", - "components-details": "详情", - "components-price-excl-taxes": "价格(不含税)", - "components-add-custom": "添加自定义", - "components-add-existing": "添加已有的", - "components-add-products": "添加产品", - "components-add-custom-item": "添加自定义商品", - "components-choose-region": "选择地区", - "components-region": "地区", - "select-shipping-to-name": "(寄往 {{name}})", - "components-attention": "注意!", - "components-no-options-for-orders-without-shipping": "对于没有配送的订单,您没有任何选项。请添加一个(例如“门店履行”),在地区设置中取消选中“在网站上显示”并继续。", - "components-choose-a-shipping-method": "选择一种运费方式", - "components-set-custom-price": "设置自定义价格", - "components-custom-price": "自定义价格", - "components-customer-and-shipping-details": "客户和送货详情", - "components-find-existing-customer": "查找现有客户", - "components-email": "电子邮件", - "components-choose-existing-addresses": "选择现有地址", - "components-create-new": "创建新的", - "components-the-discount-is-not-applicable-to-the-selected-region": "折扣不适用于所选地区", - "components-the-discount-code-is-invalid": "折扣码无效", - "components-add-discount": "添加折扣", - "components-summer-10": "SUMMER10", - "components-discount": "折扣", - "select-shipping-code": "(代码:{{code}})", - "components-type": "类型", - "components-value": "值", - "components-address": "地址", - "components-shipping-method": "运费方式", - "components-billing-details": "账单详情", - "components-edit": "编辑", - "form-use-new-order-form-must-be-used-within-new-order-form-provider": "useNewOrderForm 必须在 NewOrderFormProvider 内使用", - "new-order-created": "订单已创建", - "new-create-draft-order": "创建草稿订单", - "price-list-product-filter-created-at": "创建于", - "price-list-product-filter-updated-at": "更新于", - "price-list-details-drawer-prompt-title": "您确定吗?", - "price-list-details-drawer-prompt-description": "您有未保存的更改,确定要退出吗?", - "price-list-details-notification-succes-title": "价格表已更新", - "price-list-details-drawer-notification-success-message": "成功更新价格表", - "price-list-details-drawer-notification-error-title": "发生错误", - "price-list-details-drawer-title": "编辑价格表详情", - "price-list-details-drawer-cancel-button": "取消", - "price-list-details-drawer-save-button": "保存", - "price-list-details-section-prompt-confirm-text": "删除", - "price-list-details-section-prompt-cancel-text": "取消", - "price-list-details-section-prompt-title": "删除价格表", - "price-list-details-section-prompt-description": "您确定要删除价格表 \"{{name}}\" 吗?", - "price-list-details-section-delete-notification-success-title": "成功删除价格表", - "price-list-details-section-delete-notification-success-message": "价格表 \"{{name}}\" 已成功删除", - "price-list-details-section-delete-notification-error-title": "删除价格表失败", - "price-list-details-section-customer-groups": "客户组", - "price-list-details-section-last-edited": "最后编辑", - "price-list-details-section-number-of-prices": "价格", - "price-list-details-section-status-menu-expired": "已过期", - "price-list-details-section-status-menu-draft": "草稿", - "price-list-details-section-status-menu-scheduled": "已计划", - "price-list-details-section-status-active": "激活", - "price-list-details-section-status-menu-notification-success-title": "成功更新价格表状态", - "price-list-details-section-status-menu-notification-success-message": "价格表状态已成功更新为 {{status}}", - "price-list-details-section-status-menu-notification-error-title": "更新价格表状态失败", - "price-list-details-section-status-menu-item-draft": "草稿", - "price-list-details-section-status-menu-item-activate": "激活", - "price-list-details-menu-item-edit": "编辑详情", - "price-list-details-menu-item-delete": "删除", - "price-list-edit-error": "加载价格表时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-new-form-prompt-title": "您确定吗?", - "price-list-new-form-prompt-exit-description": "您有未保存的更改,您确定要退出吗?", - "price-list-new-form-prompt-back-description": "您有未保存的更改,您确定要返回吗?", - "price-list-add-products-modal-no-prices-error": "请至少为一种产品分配价格。", - "price-list-add-products-modal-missing-prices-title": "价格表不完整", - "price-list-add-products-modal-missing-prices-description": "未为您选择的所有产品分配价格。您要继续吗?", - "price-list-add-products-modal-success-title": "添加新价格", - "price-list-add-products-modal-success-message": "新价格已添加到价格表。", - "price-list-add-products-modal-error-title": "发生错误", - "price-list-add-products-modal-back-button-cancel": "取消", - "price-list-add-products-modal-back-button": "返回", - "price-list-add-products-modal-next-button-continue": "继续", - "price-list-add-products-modal-next-button-submit-and-close": "提交并关闭", - "price-list-add-products-modal-next-button-continue-save-prices": "保存价格", - "price-list-add-products-modal-products-tab": "选择产品", - "price-list-add-products-modal-prices-tab": "编辑价格", - "price-list-add-products-modal-error": "准备表单时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-edit-prices-modal-prompt-title": "未保存的更改", - "price-list-edit-prices-modal-prompt-exit-description": "您有未保存的更改,您确定要退出吗?", - "price-list-edit-prices-modal-prompt-back-description": "您有未保存的更改,您确定要返回吗?", - "price-list-edit-prices-modal-notification-update-error": "发生错误", - "price-list-edit-prices-modal-notification-remove-error-title": "发生错误", - "price-list-edit-prices-modal-notification-remove-error-description": "某些价格未正确更新。请重试。", - "price-list-edit-prices-modal-notification-update-success-title": "价格已更新", - "price-list-edit-prices-modal-notification-update-success-description": "价格已成功更新", - "price-list-edit-prices-modal-next-button-save-and-close": "保存并关闭", - "price-list-edit-prices-modal-next-button-save": "保存价格", - "price-list-edit-prices-modal-back-button-cancel": "取消", - "price-list-edit-prices-modal-back-button-back": "返回", - "price-list-edit-prices-modal-overview-tab": "编辑价格", - "price-list-edit-prices-modal-error-loading": "准备表单时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-prices-section-prompt-title": "您确定吗?", - "price-list-prices-section-prompt-description": "这将永久删除列表中的产品价格", - "price-list-prices-secton-delete-success-title": "删除价格", - "price-list-prices-section-delete-success-description_one": "已成功删除 {{count}} 种产品的价格", - "price-list-prices-section-delete-success-description_other": "已成功删除 {{count}} 种产品的价格", - "price-list-prices-section-delete-error-title": "发生错误", - "price-list-prices-section-heading": "价格", - "price-list-prices-section-search-placeholder": "搜索产品", - "price-list-prices-section-prices-menu-edit": "编辑价格", - "price-list-prices-section-prices-menu-add": "添加产品", - "price-list-prices-section-table-load-error": "获取产品时发生错误。尝试重新加载页面,或者如果问题仍然存在,请稍后再试。", - "price-list-prices-section-bar-count_one": "已选择 {{count}} 项", - "price-list-prices-section-bar-count_other": "已选择 {{count}} 项", - "price-list-prices-section-edit-command": "编辑", - "price-list-prices-section-delete-command": "删除", - "price-list-prices-section-select-all-checkbox-label": "选择当前页面上的所有产品", - "price-list-prices-section-select-checkbox-label": "选择行", - "price-list-prices-section-table-product": "产品", - "price-list-prices-section-table-thumbnail-alt": "{{title}} 缩略图", - "price-list-prices-section-table-collection": "系列", - "price-list-prices-section-table-variants": "变体", - "price-list-details-form-type-heading": "类型", - "price-list-details-form-type-description": "选择要创建的价格表类型。", - "price-list-details-form-type-label-sale": "特价", - "price-list-details-form-type-hint-sale": "如果您正在创建特价,请使用此选项。", - "price-list-details-form-type-label-override": "覆盖", - "price-list-details-form-type-hint-override": "如果您要覆盖价格,请使用此选项。", - "price-list-details-form-general-heading": "常规", - "price-list-details-form-general-description": "为价格表选择标题和描述。", - "price-list-details-form-general-name-label": "名称", - "price-list-details-form-general-name-placeholder": "黑色星期五特卖", - "price-list-details-form-general-description-label": "描述", - "price-list-details-form-general-description-placeholder": "黑色星期五特卖的价格...", - "price-list-details-form-tax-inclusive-label": "含税价格", - "price-list-details-form-tax-inclusive-hint": "选择使此价格表中的所有价格都包含税。", - "price-list-details-form-dates-starts-at-heading": "价格表是否有开始日期?", - "price-list-details-form-dates-starts-at-description": "安排将来激活价格覆盖。", - "price-list-details-form-dates-starts-at-label": "开始日期", - "price-list-details-form-ends-at-heading": "价格表是否有到期日期?", - "price-list-details-form-ends-at-description": "安排将来停用价格覆盖。", - "price-list-details-form-ends-at-label": "到期日期", - "price-list-details-form-customer-groups-name": "名称", - "price-list-details-form-customer-groups-members": "成员", - "price-list-details-form-customer-groups-error": "加载客户组时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-details-form-customer-groups-no-groups": "找不到客户组。", - "price-list-details-form-customer-groups-heading": "客户可用性", - "price-list-details-form-customer-groups-description": "指定价格覆盖应适用于哪些客户组。", - "price-list-details-form-customer-groups-content-heading": "客户组", - "price-list-details-form-customer-groups-search-placeholder": "搜索", - "price-list-prices-form-products-error": "准备表单时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-prices-form-heading": "编辑价格", - "price-list-prices-form-variant": "变体", - "price-list-prices-form-sku": "SKU", - "price-list-prices-form-prices": "价格", - "price-list-prices-form-prices-variant-count_one": "{{count}} 个变体", - "price-list-prices-form-prices-variant-count_other": "{{count}} 个变体", - "price-list-prices-form-add-prices-button": "添加价格", - "price-list-prices-form-prices-count_one": "{{count}} 个价格", - "price-list-prices-form-prices-count_other": "{{count}} 个价格", - "price-list-product-prices-form-invalid-data-title": "无效的数据", - "price-list-product-prices-form-invalid-data-body": "您粘贴的数据包含非数字的值。", - "price-list-product-prices-form-column-visibility-button": "查看", - "price-list-product-prices-form-column-visibility-currencies-label": "货币", - "price-list-product-prices-form-column-visibility-regions-label": "地区", - "price-list-product-prices-form-column-product-label": "产品", - "price-list-product-prices-form-column-currencies-price-label": "{{code}} 价格", - "price-list-product-prices-form-column-regions-price-label": "{{name}} ({{code}}) 价格", - "price-list-products-form-select-all": "选择当前页面上的所有产品", - "price-list-products-form-select-row": "选择行", - "price-list-products-form-product-label": "产品", - "price-list-products-form-product-thumbnail": "{{title}} 缩略图", - "price-list-products-form-collection-label": "系列", - "price-list-products-form-sales-channels-label": "可用性", - "price-list-products-form-sales-channels-value": "{{first}} + {{remaining}} 更多", - "price-list-products-form-status-label": "状态", - "price-list-products-form-inventory-label": "库存", - "price-list-products-form-inventory-value": "库存 {{variants}} 个变体中有 {{totalStock}} 个", - "price-list-products-form-loading": "正在加载产品", - "price-list-products-form-error": "加载产品时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "price-list-products-form-no-products": "找不到产品。", - "price-list-products-form-heading": "选择产品", - "price-list-products-form-search-placeholder": "搜索", - "price-list-new-form-no-prices-error": "请至少为一种产品设置价格。", - "price-list-new-form-missing-prices-title": "不完整的价格表", - "price-list-new-products-modal-missing-prices-description": "未为您选择的所有产品分配价格。您要继续吗?", - "price-list-new-form-notification-success-title": "已创建价格表", - "price-list-new-form-notification-success-message": "成功创建价格表", - "price-list-new-form-notification-error-title": "发生错误", - "price-list-new-form-next-button-save-and-publish": "保存并发布", - "price-list-new-form-next-button-save": "保存价格", - "price-list-new-form-next-button-continue": "继续", - "price-list-new-form-back-button-cancel": "取消", - "price-list-new-form-back-button-back": "返回", - "price-list-new-form-details-tab": "创建价格表", - "price-list-new-form-products-tab": "选择产品", - "price-list-new-form-prices-tab": "编辑价格", - "price-list-new-form-save-as-draft": "保存为草稿", - "price-list-new-form-error-loading-products": "准备表单时发生错误。重新加载页面并重试。如果问题仍然存在,请稍后再试。", - "components-success": "成功", - "components-successfully-updated-category-tree": "成功更新类别树", - "components-error": "错误", - "components-failed-to-update-category-tree": "无法更新类别树", - "components-delete": "删除", - "components-category-deleted": "类别已删除", - "components-category-deletion-failed": "类别删除失败", - "components-category-status-is-inactive": "类别状态为非活动", - "components-category-visibility-is-private": "类别可见性为私有", - "components-add-category-item-to": "将类别项添加到", - "modals-public": "公开", - "modals-private": "私有", - "modals-active": "活动", - "modals-inactive": "非活动", - "modals-success": "成功", - "modals-successfully-created-a-category": "成功创建类别", - "modals-failed-to-create-a-new-category": "无法创建新类别", - "modals-error": "错误", - "modals-save-category": "保存类别", - "modals-add-category-to": "将类别添加到 {{name}}", - "modals-add-category": "添加类别", - "modals-details": "详情", - "modals-name": "名称", - "modals-give-this-category-a-name": "为此类别命名", - "modals-handle": "句柄", - "modals-custom-handle": "自定义句柄", - "modals-description": "描述", - "modals-give-this-category-a-description": "为此类别添加描述", - "modals-status": "状态", - "modals-visibility": "可见性", - "modals-successfully-updated-the-category": "成功更新类别", - "modals-failed-to-update-the-category": "无法更新类别", - "modals-edit-product-category": "编辑产品类别", - "modals-cancel": "取消", - "modals-save-and-close": "保存并关闭", - "pages-no-product-categories-yet": "尚无产品类别,使用上面的按钮创建您的第一个类别。", - "pages-add-category": "添加类别", - "pages-product-categories": "产品类别", - "pages-helps-you-to-keep-your-products-organized": "帮助您组织产品。", - "batch-job-success": "成功", - "batch-job-import-confirmed-for-processing-progress-info-is-available-in-the-activity-drawer": "确认导入进行中。进度信息可在活动抽屉中查看。", - "batch-job-error": "错误", - "batch-job-import-failed": "导入失败。", - "batch-job-failed-to-delete-the-csv-file": "无法删除 CSV 文件", - "batch-job-failed-to-cancel-the-batch-job": "无法取消批处理作业", - "batch-job-products-list": "产品列表", - "batch-job-unsure-about-how-to-arrange-your-list": "不确定如何排列列表?", - "batch-job-download-template": "下载下面的模板以确保您遵循正确的格式。", - "batch-job-imports-description": "通过导入,您可以添加或更新产品。要更新现有产品/变体,必须在“产品/变体 ID”列中设置现有 ID。如果值未设置,将创建新记录。在导入产品之前,系统将向您确认。", - "products-filters": "过滤器", - "products-status": "状态", - "products-tags": "标签", - "products-spring-summer": "春季,夏季...", - "new-sales-channels": "销售渠道", - "new-this-product-will-only-be-available-in-the-default-sales-channel-if-left-untouched": "如果不做更改,此产品将仅在默认销售渠道中提供。", - "new-change-availablity": "更改可用性", - "add-variants-a-variant-with-these-options-already-exists": "具有这些选项的变体已存在。", - "add-variants-product-options": "产品选项", - "add-variants-options-are-used-to-define-the-color-size-etc-of-the-product": "选项用于定义产品的颜色、尺寸等。", - "add-variants-option-title": "选项标题", - "add-variants-variations-comma-separated": "变化(逗号分隔)", - "add-variants-color": "颜色...", - "add-variants-already-exists": "已存在", - "add-variants-blue-red-black": "蓝色,红色,黑色...", - "add-variants-add-an-option": "添加选项", - "add-variants-product-variants": "产品变体", - "add-variants-you-must-add-at-least-one-product-option-before-you-can-begin-adding-product-variants": "在开始添加产品变体之前,您必须添加至少一个产品选项。", - "add-variants-variant": "变体", - "add-variants-inventory": "库存", - "add-variants-add-a-variant": "添加变体", - "add-variants-create-variant": "创建变体", - "add-variants-cancel": "取消", - "add-variants-save-and-close": "保存并关闭", - "new-variant-a-variant-with-these-options-already-exists": "具有这些选项的变体已存在。", - "new-variant-are-you-sure-you-want-to-delete-this-variant": "您确定要删除此变体吗?", - "new-variant-delete-variant": "删除变体", - "new-variant-edit": "编辑", - "new-variant-delete": "删除", - "new-variant-edit-variant": "编辑变体", - "new-variant-cancel": "取消", - "new-variant-save-and-close": "保存并关闭", - "new-something-went-wrong-while-trying-to-upload-images": "尝试上传图像时出现问题。", - "new-no-file-service-configured": "您可能没有配置文件服务。请联系您的管理员。", - "new-upload-thumbnail-error": "尝试上传缩略图时出现问题。", - "new-save-as-draft": "保存为草稿", - "new-publish-product": "发布产品", - "new-general-information-title": "常规信息", - "new-to-start-selling-all-you-need-is-a-name-and-a-price": "要开始销售,您只需要名称和价格。", - "new-organize-product": "组织产品", - "new-add-variations-of-this-product": "添加此产品的变体。", - "new-offer-your-customers-different-options-for-color-format-size-shape-etc": "为您的客户提供颜色、格式、尺寸、形状等不同的选择。", - "new-used-for-shipping-and-customs-purposes": "用于运输和海关目的。", - "new-dimensions": "尺寸", - "new-customs": "海关", - "new-used-to-represent-your-product-during-checkout-social-sharing-and-more": "用于在结账、社交共享等过程中代表您的产品。", - "new-media": "媒体", - "new-add-images-to-your-product": "为您的产品添加图像。", - "overview-import-products": "导入产品", - "overview-export-products": "导出产品", - "overview-new-product": "新产品", - "overview-new-collection": "新系列", - "overview-success": "成功", - "overview-successfully-created-collection": "成功创建系列", - "overview-error": "错误", - "overview-successfully-initiated-export": "成功启动导出", - "modals-add-sales-channels": "添加销售渠道", - "modals-find-channels": "查找渠道", - "modals-updated-the-api-key": "更新了 API 密钥", - "modals-failed-to-update-the-api-key": "无法更新 API 密钥", - "modals-edit-api-key-details": "编辑 API 密钥详情", - "modals-title": "标题", - "modals-name-your-key": "为您的密钥命名", - "modals-sales-channels-added-to-the-scope": "销售渠道已添加到范围内", - "modals-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "在将销售渠道添加到密钥范围时发生错误", - "modals-add-and-go-back": "添加并返回", - "modals-add-and-close": "添加并关闭", - "modals-sales-channels-removed-from-the-scope": "销售渠道已从范围中移除", - "modals-error-occurred-while-removing-sales-channels-from-the-scope-of-the-key": "在从密钥范围中移除销售渠道时发生错误", - "modals-edit-sales-channels": "编辑销售渠道", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_one": "{{count}}", - "publishable-api-keys-modals-manage-sales-channels-selected-with-counts_other": "{{count}}", - "modals-deselect": "取消选择", - "modals-remove": "移除", - "modals-add-channels": "添加渠道", - "modals-close": "关闭", - "pages-sales-channels": "销售渠道", - "pages-connect-as-many-sales-channels-to-your-api-key-as-you-need": "将尽可能多的销售渠道连接到您的 API 密钥。", - "pages-add-sales-channels": "添加销售渠道", - "pages-edit-sales-channels": "编辑销售渠道", - "pages-success": "成功", - "pages-created-a-new-api-key": "创建了新的 API 密钥", - "pages-error": "错误", - "pages-failed-to-create-a-new-api-key": "无法创建新的 API 密钥", - "pages-sales-channels-added-to-the-scope": "销售渠道已添加到范围内", - "pages-error-occurred-while-adding-sales-channels-to-the-scope-of-the-key": "在将销售渠道添加到密钥范围时发生错误", - "pages-publish-api-key": "发布 API 密钥", - "pages-create-api-key": "创建 API 密钥", - "pages-create-and-manage-api-keys-right-now-this-is-only-related-to-sales-channels": "创建和管理 API 密钥。目前仅与销售渠道相关。", - "pages-create-api-key-label": "创建 API 密钥", - "pages-back-to-settings": "返回到设置", - "pages-publishable-api-keys": "可发布的 API 密钥", - "pages-these-publishable-keys-will-allow-you-to-authenticate-api-requests": "这些可发布的密钥将允许您验证 API 请求。", - "tables-name": "名称", - "tables-token": "令牌", - "tables-done": "完成", - "tables-copy-to-clipboard": "复制到剪贴板", - "tables-created": "创建", - "tables-status": "状态", - "tables-revoked": "已撤销", - "tables-live": "已上线", - "tables-edit-api-key-details": "编辑 API 密钥详细信息", - "tables-edit-sales-channels": "编辑销售渠道", - "tables-copy-token": "复制令牌", - "tables-revoke-token": "撤销令牌", - "tables-delete-api-key": "删除 API 密钥", - "tables-yes-delete": "是的,删除", - "tables-api-key-deleted": "API 密钥已删除", - "tables-are-you-sure-you-want-to-delete-this-public-key": "您确定要删除此公钥吗?", - "tables-delete-key": "删除密钥", - "tables-yes-revoke": "是的,撤销", - "tables-api-key-revoked": "API 密钥已撤销", - "tables-are-you-sure-you-want-to-revoke-this-public-key": "您确定要撤销此公钥吗?", - "tables-revoke-key": "撤销密钥", - "tables-api-keys": "API 密钥", - "tables-no-keys-yet-use-the-above-button-to-create-your-first-publishable-key": "尚无密钥,请使用上面的按钮创建您的第一个可发布密钥", - "tables-title": "标题", - "tables-description": "描述", - "tables-no-added-sales-channels": "尚未添加销售渠道", - "tables-sales-channels": "销售渠道", - "form-title": "标题", - "form-website-app-amazon-physical-store-pos-facebook-product-feed": "网站、应用、亚马逊、实体店 POS、Facebook 产品提要...", - "form-description": "描述", - "form-available-products-at-our-website-app": "我们网站、应用上的可用产品...", - "form-success": "成功", - "form-the-sales-channel-is-successfully-updated": "销售渠道已成功更新", - "form-error": "错误", - "form-failed-to-update-the-sales-channel": "无法更新销售渠道", - "form-sales-channel-details": "销售渠道详情", - "form-general-info": "常规信息", - "form-name": "名称", - "form-close": "关闭", - "form-save": "保存", - "pages-draft": "草稿", - "pages-control-which-products-are-available-in-which-channels": "控制产品在哪些渠道中可用", - "pages-search-by-title-or-description": "按标题或描述搜索", - "pages-confirm-delete-sales-channel": "您确定要删除此销售渠道吗?您所做的设置将永久消失。", - "pages-delete-channel-heading": "删除渠道", - "pages-edit-general-info": "编辑常规信息", - "pages-add-products": "添加产品", - "pages-delete-channel": "删除渠道", - "pages-disabled": "已禁用", - "pages-enabled": "已启用", - "tables-collection": "系列", - "tables-start-building-your-channels-setup": "开始构建您的渠道设置...", - "tables-no-products-in-channels": "您尚未向此渠道添加任何产品,但一旦添加,它们将显示在此处。", - "tables-add-products": "添加产品", - "tables-details": "详情", - "tables-remove-from-the-channel": "从渠道中移除", - "tables-products": "产品", - "sales-channels-table-placeholder-selected-with-counts_one": "{{count}}", - "sales-channels-table-placeholder-selected-with-counts_other": "{{count}}", - "tables-remove": "移除", - "components-successfully-updated-currency": "货币已成功更新", - "components-default": "默认", - "default-store-currency-success": "成功", - "default-store-currency-successfully-updated-default-currency": "默认货币已成功更新", - "default-store-currency-error": "错误", - "default-store-currency-default-store-currency": "默认商店货币", - "default-store-currency-this-is-the-currency-your-prices-are-shown-in": "这是显示价格的货币。", - "store-currencies-success": "成功", - "store-currencies-successfully-updated-currencies": "成功更新货币", - "store-currencies-error": "错误", - "store-currencies-cancel": "取消", - "store-currencies-save-and-go-back": "保存并返回", - "store-currencies-save-and-close": "保存并关闭", - "store-currencies-add-store-currencies": "添加商店货币", - "store-currencies-current-store-currencies": "当前商店货币", - "store-currencies-close": "关闭", - "current-currencies-screen-selected-with-count_one": "{{count}}", - "current-currencies-screen-selected-with-count_other": "{{count}}", - "store-currencies-deselect": "取消选择", - "store-currencies-remove": "移除", - "store-currencies-add-currencies": "添加货币", - "store-currencies-store-currencies": "商店货币", - "store-currencies-all-the-currencies-available-in-your-store": "您商店中所有可用的货币。", - "store-currencies-edit-currencies": "编辑货币", - "currencies-an-unknown-error-occurred": "发生未知错误", - "currencies-error": "错误", - "currencies-back-to-settings": "返回设置", - "currencies-manage-the-markets-that-you-will-operate-within": "管理您将在其中运营的市场。", - "currencies-include-or-exclude-taxes": "决定在定义此货币的价格时是否包括或排除税费", - "currencies-tax-incl-prices": "含税价格", - "settings-error": "错误", - "settings-malformed-swap-url": "格式错误的交换 URL", - "settings-malformed-payment-url": "格式错误的付款 URL", - "settings-malformed-invite-url": "格式错误的邀请 URL", - "settings-success": "成功", - "settings-successfully-updated-store": "成功更新商店", - "settings-back-to-settings": "返回设置", - "settings-save": "保存", - "settings-cancel": "取消", - "settings-store-details": "商店详情", - "settings-manage-your-business-details": "管理您的业务详情", - "settings-general": "常规", - "settings-store-name": "商店名称", - "settings-store": "Acme 商店", - "settings-advanced-settings": "高级设置", - "settings-swap-link-template": "交换链接模板", - "settings-draft-order-link-template": "草稿订单链接模板", - "settings-invite-link-template": "邀请链接模板", - "settings-manage-the-general-settings-for-your-store": "管理您商店的常规设置", - "settings-manage-the-settings-for-your-store-apos-s-extensions": "管理您商店扩展的设置", - "edit-user-information-success": "成功", - "edit-user-information-your-information-was-successfully-updated": "您的信息已成功更新", - "edit-user-information-edit-information": "编辑信息", - "edit-user-information-cancel": "取消", - "edit-user-information-submit-and-close": "提交并关闭", - "personal-information-back-to-settings": "返回设置", - "personal-information-personal-information": "个人信息", - "personal-information-manage-your-profile": "管理您的个人资料", - "personal-information-language-settings-title": "语言", - "personal-information-language-settings-description": "调整管理员的语言", - "personal-information-language-settings-help-us-translate": "帮助我们翻译", - "personal-information-usage-insights-title": "使用见解", - "usage-insights-disabled": "已禁用", - "usage-insights-active": "已启用", - "usage-insights-share-usage-insights-and-help-us-improve": "分享使用见解,帮助我们改进", - "usage-insights-edit-preferences": "编辑首选项", - "usage-insights-success": "成功", - "usage-insights-your-information-was-successfully-updated": "您的信息已成功更新", - "usage-insights-error": "错误", - "usage-insights-cancel": "取消", - "usage-insights-submit-and-close": "提交并关闭", - "region-form-title": "标题", - "region-form-europe": "欧洲", - "region-form-currency-code-is-required": "货币代码是必需的", - "region-form-currency": "货币", - "region-form-choose-currency": "选择货币", - "region-form-default-tax-rate": "默认税率", - "region-form-tax-rate-is-required": "税率是必需的", - "region-form-tax-rate-must-be-equal-to-or-less-than-100": "税率必须等于或小于 100", - "region-form-default-tax-code": "默认税收代码", - "region-form-countries": "国家", - "region-form-choose-countries": "选择国家", - "region-form-tax-inclusive-prices": "含税价格", - "region-form-when-enabled-region-prices-will-be-tax-inclusive": "启用区域价格时将包含税费。", - "region-form-payment-providers-are-required": "需要付款提供商", - "region-form-payment-providers": "付款提供商", - "region-form-choose-payment-providers": "选择付款提供商...", - "region-form-fulfillment-providers-are-required": "需要履行提供商", - "region-form-fulfillment-providers": "履行提供商", - "region-form-choose-fulfillment-providers": "选择履行提供商...", - "shipping-option-card-success": "成功", - "shipping-option-card-shipping-option-updated": "已更新运输选项", - "shipping-option-card-error": "错误", - "shipping-option-card-edit-shipping-option": "编辑运输选项", - "shipping-option-card-fulfillment-method": "履行方法", - "shipping-option-card-cancel": "取消", - "shipping-option-card-save-and-close": "保存并关闭", - "shipping-option-card-shipping-option-has-been-deleted": "运输选项已被删除", - "shipping-option-card-flat-rate": "固定费率", - "shipping-option-card-calcualted": "计算", - "shipping-option-card-min-subtotal": "最低小计:", - "shipping-option-card-max-subtotal": "最高小计:", - "shipping-option-card-admin": "管理员", - "shipping-option-card-store": "商店", - "shipping-option-card-edit": "编辑", - "shipping-option-card-delete": "删除", - "shipping-option-form-visible-in-store": "在商店中可见", - "shipping-option-form-enable-or-disable-the-shipping-option-visiblity-in-store": "在商店中启用或禁用运输选项的可见性。", - "shipping-option-form-details": "详情", - "shipping-option-form-title": "标题", - "shipping-option-form-title-is-required": "标题是必需的", - "shipping-option-form-price-type": "价格类型", - "shipping-option-form-flat-rate": "固定费率", - "shipping-option-form-calculated": "计算", - "shipping-option-form-choose-a-price-type": "选择价格类型", - "shipping-option-form-price": "价格", - "shipping-option-form-shipping-profile": "运输配置文件", - "shipping-option-form-choose-a-shipping-profile": "选择运输配置文件", - "shipping-option-form-fulfillment-method": "履行方法", - "shipping-option-form-choose-a-fulfillment-method": "选择履行方法", - "shipping-option-form-requirements": "要求", - "shipping-option-form-min-subtotal-must-be-less-than-max-subtotal": "最低小计必须小于最高小计", - "shipping-option-form-min-subtotal": "最低小计", - "shipping-option-form-max-subtotal": "最高小计", - "shipping-option-form-metadata": "元数据", - "general-section-success": "成功", - "general-section-region-was-successfully-updated": "区域已成功更新", - "general-section-error": "错误", - "general-section-edit-region-details": "编辑区域详情", - "general-section-details": "详情", - "general-section-providers": "提供商", - "general-section-metadata": "元数据", - "general-section-cancel": "取消", - "general-section-save-and-close": "保存并关闭", - "edit-something-went-wrong": "出了些问题...", - "edit-no-region-found": "我们找不到具有该ID的区域,请使用左侧的菜单选择区域。", - "return-shipping-options-success": "成功", - "return-shipping-options-shipping-option-created": "已创建运输选项", - "return-shipping-options-error": "错误", - "return-shipping-options-add-return-shipping-option": "添加退货运输选项", - "return-shipping-options-cancel": "取消", - "return-shipping-options-save-and-close": "保存并关闭", - "return-shipping-options-return-shipping-options": "退货运输选项", - "return-shipping-options-add-option": "添加选项", - "return-shipping-options-enter-specifics-about-available-regional-return-shipment-methods": "输入有关可用区域退货运输方法的详细信息。", - "shipping-options-success": "成功", - "shipping-options-shipping-option-created": "已创建运输选项", - "shipping-options-error": "错误", - "shipping-options-add-shipping-option": "添加运输选项", - "shipping-options-cancel": "取消", - "shipping-options-save-and-close": "保存并关闭", - "shipping-options-shipping-options": "运输选项", - "shipping-options-add-option": "添加选项", - "shipping-options-enter-specifics-about-available-regional-shipment-methods": "输入有关可用区域运输方法的详细信息。", - "new-region-created": "已创建区域", - "new-create-region": "创建区域", - "new-details": "详情", - "new-add-the-region-details": "添加区域详情。", - "new-providers": "提供商", - "new-add-which-fulfillment-and-payment-providers-should-be-available-in-this-region": "添加在该区域中应可用的履行和付款提供商。", - "region-overview-regions": "区域", - "region-overview-manage-the-markets-that-you-will-operate-within": "管理您将在其中运营的市场", - "region-overview-not-configured": "未配置", - "region-overview-fulfillment-providers": "履行提供商:", - "return-reasons-notification-success": "成功", - "return-reasons-created-a-new-return-reason": "创建了一个新的退货原因", - "return-reasons-success": "成功", - "return-reasons-error": "错误", - "return-reasons-cannot-create-a-return-reason-with-an-existing-value": "无法使用现有值创建退货原因", - "return-reasons-add-reason": "添加原因", - "return-reasons-value-is-required": "需要值", - "return-reasons-value": "值", - "return-reasons-label-is-required": "需要标签", - "return-reasons-label": "标签", - "return-reasons-description": "描述", - "return-reasons-customer-received-the-wrong-size": "顾客收到了错误的尺寸", - "return-reasons-cancel": "取消", - "return-reasons-create": "创建", - "return-reasons-success-title": "成功", - "return-reasons-successfully-updated-return-reason": "成功更新退货原因", - "return-reasons-duplicate-reason": "重复的原因", - "return-reasons-delete-reason": "删除原因", - "return-reasons-save": "保存", - "return-reasons-details": "详情", - "return-reasons-delete-return-reason": "删除退货原因", - "return-reasons-are-you-sure-you-want-to-delete-this-return-reason": "您确定要删除此退货原因吗?", - "return-reasons-back-to-settings": "返回设置", - "return-reasons-return-reasons": "退货原因", - "return-reasons-add-reason-label": "添加原因", - "return-reasons-manage-reasons-for-returned-items": "管理退货商品的原因", - "taxes-details": "详情", - "taxes-new-tax-rate": "新税率", - "taxes-tax-calculation-settings": "税收计算设置", - "taxes-success": "成功", - "taxes-successfully-updated-tax-rate": "成功更新税率。", - "taxes-error": "错误", - "taxes-overrides": "覆盖", - "taxes-product-rules": "产品规则", - "taxes-product-rules-description_one": "适用于{{count}}个产品", - "taxes-product-rules-description_other": "适用于{{count}}个产品", - "taxes-product-type-rules": "产品类型规则", - "taxes-product-type-rules-description_one": "适用于{{count}}个产品类型", - "taxes-product-type-rules-description_other": "适用于{{count}}个产品类型", - "taxes-shipping-option-rules": "运输选项规则", - "taxes-applies-to-shipping-option-with-count_one": "适用于{{count}}个运输选项", - "taxes-applies-to-shipping-option-with-count_other": "适用于{{count}}个运输选项", - "taxes-add-overrides": "添加覆盖", - "taxes-cancel": "取消", - "taxes-save": "保存", - "taxes-name": "名称", - "taxes-default": "默认", - "taxes-rate-name": "费率名称", - "taxes-tax-rate": "税率", - "taxes-tax-code": "税收代码", - "taxes-edit-tax-rate": "编辑税率", - "taxes-back-to-settings": "返回设置", - "taxes-regions": "区域", - "taxes-select-the-region-you-wish-to-manage-taxes-for": "选择要管理税收的区域", - "taxes-go-to-region-settings": "转到区域设置", - "taxes-successfully-created-tax-rate": "成功创建税率。", - "taxes-add-tax-rate": "添加税率", - "taxes-applies-to-product-type-with-count_one": "适用于{{count}}个产品类型", - "taxes-applies-to-product-type-with-count_other": "适用于{{count}}个产品类型", - "taxes-create": "创建", - "taxes-select-products": "选择产品", - "taxes-select-product-types-label": "选择产品类型", - "taxes-product-types": "产品类型", - "taxes-system-tax-provider": "系统税务提供商", - "taxes-region-tax-settings-were-successfully-updated": "成功更新了区域税收设置。", - "taxes-tax-provider": "税务提供商", - "taxes-calculate-taxes-automatically": "是否自动计算税金?", - "taxes-automatically-apply-tax-calculations-to-carts": "勾选后,系统将自动将税金计算应用于此区域的购物车。如果未勾选,您将需要在结账时手动计算税金。如果使用第三方税务提供商,建议手动计算税金以避免执行过多请求", - "taxes-apply-tax-to-gift-cards": "将税金应用于礼品卡?", - "taxes-apply-taxes-to-gift-cards": "勾选后,在结账时将向礼品卡应用税金。在某些国家/地区,税收法规要求在购买时向礼品卡应用税金。", - "taxes-search-products": "搜索产品", - "taxes-select-shipping-option": "选择运输选项", - "taxes-shipping-options": "运输选项", - "taxes-delete-tax-rate-heading": "删除税率", - "taxes-confirm-delete": "您确定要删除此税率吗?", - "taxes-tax-rate-was-deleted": "税率已删除", - "taxes-edit": "编辑", - "taxes-delete-tax-rate": "删除税率", - "taxes-delete-rule": "删除规则", - "taxes-type": "类型", - "taxes-products": "产品", - "taxes-select-individual-products": "选择个别产品", - "taxes-select-product-types": "选择产品类型", - "taxes-select-shipping-options": "选择运输选项", - "taxes-back": "返回", - "taxes-add": "添加", - "taxes-code": "代码", - "users-invite-users": "邀请用户", - "users-back-to-settings": "返回设置", - "users-the-team": "团队", - "users-manage-users-of-your-store": "管理您商店的用户", - "users-count_one": "{{count}}", - "users-count_other": "{{count}}" -} diff --git a/packages/admin-ui/ui/public/logo.svg b/packages/admin-ui/ui/public/logo.svg deleted file mode 100644 index b79d3c8a44f45..0000000000000 --- a/packages/admin-ui/ui/public/logo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - diff --git a/packages/admin-ui/ui/src/App.tsx b/packages/admin-ui/ui/src/App.tsx deleted file mode 100644 index a73d0f021d0da..0000000000000 --- a/packages/admin-ui/ui/src/App.tsx +++ /dev/null @@ -1,61 +0,0 @@ -import { lazy, Suspense } from "react" -import { - createBrowserRouter, - createRoutesFromElements, - Route, - RouterProvider, -} from "react-router-dom" -import Spinner from "./components/atoms/spinner" -import { AnalyticsProvider } from "./providers/analytics-provider" -import { WRITE_KEY } from "./constants/analytics" - -const NotFound = lazy(() => import("./pages/404")) -const Dashboard = lazy(() => import("./pages/a")) -const IndexPage = lazy(() => import("./pages/index")) -const InvitePage = lazy(() => import("./pages/invite")) -const LoginPage = lazy(() => import("./pages/login")) -const ResetPasswordPage = lazy(() => import("./pages/reset-password")) - -const router = createBrowserRouter( - createRoutesFromElements( - <> - } /> - - - - } - /> - - - - } - /> - } /> - } /> - } /> - - ), - { - basename: process.env.ADMIN_PATH, - } -) - -const Loading = () => ( -
- -
-) - -const App = () => ( - }> - - -) - -export default App diff --git a/packages/admin-ui/ui/src/assets/styles/emoji-picker.css b/packages/admin-ui/ui/src/assets/styles/emoji-picker.css deleted file mode 100644 index 5398343c032c2..0000000000000 --- a/packages/admin-ui/ui/src/assets/styles/emoji-picker.css +++ /dev/null @@ -1,109 +0,0 @@ -.emoji-picker-react { - padding: 16px !important; - border: none !important; -} - -.emoji-picker-react .emoji-group { - padding: 0 !important; - font-size: 12px !important; - font-weight: 400 !important; -} - -.emoji-picker-react .emoji-group:before { - font-family: "Inter" !important; - text-transform: none !important; - font-size: 12px !important; - font-weight: 600 !important; -} - -.emoji-picker-react .native { - font-size: 24px !important; -} - -.emoji-picker-react .emoji { - color: #f3f4f6 !important; -} - -.emoji-picker-react input.emoji-search { - background-color: #f9fafb !important; - border-radius: 4px !important; - border-color: #e5e7eb !important; - margin: 0 !important; - width: 100% !important; - font-size: 12px !important; - font-family: "Inter" !important; - color: #111827 !important; - caret-color: #7c3aed !important; -} - -.emoji-picker-react input.emoji-search::placeholder { - font-size: 12px !important; - font-family: "Inter" !important; - color: #9ca3af !important; -} - -.emoji-picker-react .emoji-categories button.icn-smileys_people { - background-image: url("../svg/happy.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-animals_nature { - background-image: url("../svg/sprout.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-food_drink { - background-image: url("../svg/carrot.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-travel_places { - background-image: url("../svg/plane.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-activities { - background-image: url("../svg/controller.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-objects { - background-image: url("../svg/lightbulb.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-symbols { - background-image: url("../svg/heart.svg") !important; -} - -.emoji-picker-react .emoji-categories button.icn-flags { - background-image: url("../svg/flag.svg") !important; -} - -.emoji-picker-react .emoji-categories button { - width: 32px !important; - height: 32px !important; - border-radius: 4px !important; -} - -.emoji-picker-react .emoji-categories button.active { - background-color: white !important; -} - -.emoji-picker-react .emoji-categories { - background-color: #f3f4f6 !important; - padding: 4px !important; - border-radius: 4px !important; - margin-bottom: 8px !important; -} - -.emoji-picker-react - .active-category-indicator-wrapper - .active-category-indicator { - display: none !important; -} - -.emoji-scroll-wrapper { - overflow-x: hidden !important; - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ -} - -.emoji-scroll-wrapper::-webkit-scrollbar { - /* chrome */ - display: none; -} diff --git a/packages/admin-ui/ui/src/assets/styles/global.css b/packages/admin-ui/ui/src/assets/styles/global.css deleted file mode 100644 index d084ae9e496dd..0000000000000 --- a/packages/admin-ui/ui/src/assets/styles/global.css +++ /dev/null @@ -1,465 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - -@font-face { - font-family: "Inter"; - src: url("../../fonts/Inter-Regular.ttf") format("truetype"); - font-weight: normal; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Inter"; - src: url("../../fonts/Inter-Medium.ttf") format("truetype"); - font-weight: 500; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Inter"; - src: url("../../fonts/Inter-SemiBold.ttf") format("truetype"); - font-weight: 600; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Roboto Mono"; - src: url("../../fonts/RobotoMono-Bold.ttf") format("truetype"); - font-weight: bold; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Roboto Mono"; - src: url("../../fonts/RobotoMono-Regular.ttf") format("truetype"); - font-weight: normal; - font-style: normal; - font-display: swap; -} - -@layer base { - html { - @apply overflow-hidden; - } -} - -@layer components { - .inter-5xlarge-regular { - @apply text-5xlarge leading-4xlarge font-sans font-normal; - } - .inter-5xlarge-semibold { - @apply text-5xlarge leading-4xlarge font-sans font-semibold; - } - - .inter-4xlarge-regular { - @apply text-4xlarge leading-3xlarge font-sans font-normal; - } - .inter-4xlarge-semibold { - @apply text-4xlarge leading-3xlarge font-sans font-semibold; - } - - .inter-3xlarge-regular { - @apply text-3xlarge leading-2xlarge font-sans font-normal; - } - .inter-3xlarge-semibold { - @apply text-3xlarge leading-2xlarge font-sans font-semibold; - } - - .inter-2xlarge-regular { - @apply text-2xlarge leading-xlarge font-sans font-normal; - } - .inter-2xlarge-semibold { - @apply text-2xlarge leading-xlarge font-sans font-semibold; - } - - .inter-xlarge-regular { - @apply text-xlarge leading-large font-sans font-normal; - } - .inter-xlarge-semibold { - @apply text-xlarge leading-large font-sans font-semibold; - } - - .inter-large-regular { - @apply text-large leading-base font-sans font-normal; - } - .inter-large-semibold { - @apply text-large leading-base font-sans font-semibold; - } - - .inter-base-regular { - @apply leading-base font-sans text-base font-normal; - } - .inter-base-semibold { - @apply leading-base font-sans text-base font-semibold; - } - - .inter-small-regular { - @apply text-small leading-small font-sans font-normal; - } - .inter-small-semibold { - @apply text-small leading-small font-sans font-semibold; - } - - .inter-xsmall-regular { - @apply text-xsmall leading-xsmall font-sans font-normal; - } - .inter-xsmall-semibold { - @apply text-xsmall leading-xsmall font-sans font-semibold; - } - - .mono-5xlarge-regular { - @apply text-5xlarge leading-4xlarge font-mono font-normal; - } - .mono-5xlarge-semibold { - @apply text-5xlarge leading-4xlarge font-mono font-bold; - } - - .mono-4xlarge-regular { - @apply text-4xlarge leading-3xlarge font-mono font-normal; - } - .mono-4xlarge-semibold { - @apply text-4xlarge leading-3xlarge font-mono font-bold; - } - - .mono-3xlarge-regular { - @apply text-3xlarge leading-2xlarge font-mono font-normal; - } - .mono-3xlarge-semibold { - @apply text-3xlarge leading-2xlarge font-mono font-bold; - } - - .mono-2xlarge-regular { - @apply text-2xlarge leading-xlarge font-mono font-normal; - } - .mono-2xlarge-semibold { - @apply text-2xlarge leading-xlarge font-mono font-bold; - } - - .mono-xlarge-regular { - @apply text-xlarge leading-large font-mono font-normal; - } - .mono-xlarge-semibold { - @apply text-xlarge leading-large font-mono font-bold; - } - - .mono-large-regular { - @apply text-large leading-base font-mono font-normal; - } - .mono-large-semibold { - @apply text-large leading-base font-mono font-bold; - } - - .mono-base-regular { - @apply leading-base font-mono text-base font-normal; - } - .mono-base-semibold { - @apply leading-base font-mono text-base font-bold; - } - - .mono-small-regular { - @apply text-small leading-small font-mono font-normal; - } - .mono-small-semibold { - @apply text-small leading-small font-mono font-bold; - } - - .mono-xsmall-regular { - @apply text-xsmall leading-xsmall font-mono font-normal; - } - .mono-xsmall-semibold { - @apply text-xsmall leading-xsmall font-mono font-bold; - } - - .radio-outer-ring > span.indicator[data-state="checked"] { - @apply rounded-circle shadow-violet-60 shadow-[0_0_0_2px]; - } - - .bold-active-item + span { - @apply inter-base-semibold; - } -} - -@layer components { - .react-select-container { - @apply -mx-3 mb-1 h-6 cursor-text border-0 p-0; - - .react-select__control { - @apply border-0 bg-inherit shadow-none; - } - - .react-select__control, - .react-select__control--is-focused, - .react-select__control--menu-is-open { - @apply m-0 h-6 p-0 !important; - } - - .react-select__value-container--is-multi, - .react-select__value-container--has-value { - @apply m-0 h-6 p-0 pl-3 !important; - } - - .react-select__menu, - .react-select__menu-list { - @apply z-[110] mt-0 rounded-t-none !important; - } - - .react-select__value-container { - @apply pl-3 pr-0; - } - - .react-select__indicators { - @apply flex h-full items-center p-0 pr-3; - - .react-select__indicator { - @apply p-0; - } - } - - .react-select__input { - @apply mt-0 w-full min-w-[120px] pt-0 !important; - } - - .react-select__option, - .react-select__option--is-focused, - .react-select__option--is-selected { - @apply bg-grey-0 hover:bg-grey-5 !important; - } - - .react-select__multi-value, - .react-select__input-container { - @apply my-0 py-0; - } - } -} - -@layer components { - .badge { - @apply rounded-rounded inter-small-semibold w-min py-0.5 px-2; - } - - .badge-disabled { - @apply bg-grey-50 text-grey-50 bg-opacity-10; - } - - .badge-primary { - @apply bg-violet-60 text-violet-60 bg-opacity-10; - } - - .badge-danger { - @apply bg-rose-50 bg-opacity-10 text-rose-50; - } - - .badge-success { - @apply bg-teal-50 bg-opacity-10 text-teal-50; - } - - .badge-warning { - @apply bg-yellow-40 text-yellow-60 bg-opacity-20; - } - - .badge-ghost { - @apply text-grey-90 border-grey-20 whitespace-nowrap border; - } - - .badge-default { - @apply inter-small-regular bg-grey-10 text-grey-90 whitespace-nowrap; - } - - .btn { - @apply rounded-rounded focus:shadow-cta flex items-center justify-center focus:outline-none; - } - - .btn-large { - @apply inter-base-semibold px-large py-small; - } - - .btn-medium { - @apply inter-base-semibold px-base py-xsmall; - } - - .btn-small { - @apply inter-small-semibold px-small py-[6px]; - } - - .btn-primary { - @apply bg-violet-60 text-grey-0 active:bg-violet-70 disabled:bg-grey-20 disabled:text-grey-40 hover:bg-violet-50; - } - - .btn-secondary { - @apply bg-grey-0 text-grey-90 border-grey-20 hover:bg-grey-5 active:bg-grey-5 active:text-violet-60 focus:border-violet-60 disabled:bg-grey-0 disabled:text-grey-30 border; - } - - .btn-danger { - @apply bg-grey-0 border-grey-20 hover:bg-grey-10 active:bg-grey-20 disabled:bg-grey-0 disabled:text-grey-30 border text-rose-50; - } - - .btn-nuclear { - @apply text-grey-0 hover:bg-rose-40 active:bg-rose-60 disabled:bg-grey-20 disabled:text-grey-40 bg-rose-50; - } - - .btn-ghost { - @apply text-grey-90 hover:bg-grey-5 active:bg-grey-5 active:text-violet-60 focus:border-violet-60 disabled:text-grey-30 bg-transparent disabled:bg-transparent; - } - - .btn-primary-large { - @apply btn btn-large btn-primary; - } - .btn-primary-medium { - @apply btn btn-medium; - } - .btn-primary-small { - @apply btn btn-small; - } - .btn-secondary-large { - @apply btn btn-large btn-seconday; - } - .btn-secondary-medium { - @apply btn btn-medium btn-seconday; - } - .btn-secondary-small { - @apply btn btn-small btn-seconday; - } - .btn-ghost-large { - @apply btn btn-large btn-ghost; - } - .btn-ghost-medium { - @apply btn btn-medium btn-ghost; - } - .btn-ghost-small { - @apply btn btn-small btn-ghost; - } -} - -@layer components { - .date-picker { - @apply border-0 pt-6 outline-none !important; - - .react-datepicker__month-container { - .react-datepicker__header { - @apply border-0 bg-inherit; - } - } - - .react-datepicker__day-names { - @apply inter-base-semibold pt-4; - - .react-datepicker__day-name { - @apply m-0 w-[40px]; - } - } - - .react-datepicker__month { - @apply m-0; - } - .react-datepicker__day { - @apply inter-base-regular; - } - .react-datepicker__day--today { - @apply text-grey-90 inter-base-semibold bg-grey-10 rounded !important; - } - - .react-datepicker__day--outside-month, - .past { - @apply text-grey-40 !important; - } - - .date { - @apply text-grey-90 relative m-[0px] h-[38px] w-[38px] pt-3 align-middle leading-none; - :hover { - @apply cursor-pointer; - } - } - .chosen, - .react-datepicker__day--keyboard-selected { - @apply bg-violet-60 text-grey-0 inter-base-semibold leading-none !important; - } - } - - .time-list::-webkit-scrollbar { - /* chrome */ - display: none; - } - - .time-list { - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ - } -} - -@layer utilities { - /* Hide scrollbar for Chrome, Safari and Opera */ - .no-scrollbar::-webkit-scrollbar { - display: none; - } - - /* Hide scrollbar for IE, Edge and Firefox */ - .no-scrollbar { - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ - } - - .vice-city { - @apply from-vice-start to-vice-stop bg-gradient-to-tr; - } - - .hidden-actions[data-state="open"] { - opacity: 1; - } - - input[type="number"]::-webkit-inner-spin-button, - input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; - } - - ::-webkit-scrollbar { - width: 4px; - height: 4px; - } - - ::-webkit-scrollbar-track { - @apply bg-transparent; - } - - ::-webkit-scrollbar-thumb { - @apply rounded-rounded bg-grey-30; - } - - ::-webkit-scrollbar-thumb:hover { - @apply bg-grey-40; - } - - /* TODO: Fix this as it breaks builds when using preset */ - /* .accordion-margin-transition { - @apply transition-[margin] duration-300 ease-[cubic-bezier(0.87,0,0.13,1)]; - } */ - - .col-tree:last-child .bottom-half-dash { - @apply border-none; - } -} - -.scrolling-touch { - -webkit-overflow-scrolling: touch; -} -.scrolling-auto { - -webkit-overflow-scrolling: auto; -} - -/* Classes to remove number spinners from inputs of type number */ -/* Chrome, Safari, Edge, Opera */ -.remove-number-spinner::-webkit-outer-spin-button, -.remove-number-spinner::-webkit-inner-spin-button { - -webkit-appearance: none; - margin: 0; -} - -/* Firefox */ -.remove-number-spinner { - -moz-appearance: textfield; -} diff --git a/packages/admin-ui/ui/src/assets/svg/carrot.svg b/packages/admin-ui/ui/src/assets/svg/carrot.svg deleted file mode 100644 index 1209385b7dbc5..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/carrot.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/controller.svg b/packages/admin-ui/ui/src/assets/svg/controller.svg deleted file mode 100644 index ec4d9190be43c..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/controller.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/flag.svg b/packages/admin-ui/ui/src/assets/svg/flag.svg deleted file mode 100644 index 9b204a3c5dd94..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/flag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/happy.svg b/packages/admin-ui/ui/src/assets/svg/happy.svg deleted file mode 100644 index 760ed1bbd4bf7..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/happy.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/heart.svg b/packages/admin-ui/ui/src/assets/svg/heart.svg deleted file mode 100644 index fd2ffbe89e1c9..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/admin-ui/ui/src/assets/svg/lightbulb.svg b/packages/admin-ui/ui/src/assets/svg/lightbulb.svg deleted file mode 100644 index 2ee0d862823af..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/lightbulb.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/plane.svg b/packages/admin-ui/ui/src/assets/svg/plane.svg deleted file mode 100644 index 3e321b9e09a43..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/plane.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/admin-ui/ui/src/assets/svg/search.svg b/packages/admin-ui/ui/src/assets/svg/search.svg deleted file mode 100644 index 69cc6547ce031..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/admin-ui/ui/src/assets/svg/sprout.svg b/packages/admin-ui/ui/src/assets/svg/sprout.svg deleted file mode 100644 index 0742a10337a67..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/sprout.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/admin-ui/ui/src/assets/svg/star.svg b/packages/admin-ui/ui/src/assets/svg/star.svg deleted file mode 100644 index 2d3ff1bd3e1d8..0000000000000 --- a/packages/admin-ui/ui/src/assets/svg/star.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/admin-ui/ui/src/components/atoms/avatar/index.tsx b/packages/admin-ui/ui/src/components/atoms/avatar/index.tsx deleted file mode 100644 index d965c75c01f52..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/avatar/index.tsx +++ /dev/null @@ -1,62 +0,0 @@ -import * as RadixAvatar from "@radix-ui/react-avatar" -import clsx from "clsx" -import React from "react" -import Spinner from "../spinner" - -type AvatarProps = { - user?: { - img?: string - first_name?: string - last_name?: string - email?: string - } - font?: string - color?: string - isLoading?: boolean -} - -const Avatar: React.FC = ({ - user, - font = "inter-small-semibold", - color = "bg-grey-80", - isLoading = false, -}) => { - let username: string - - if (user?.first_name && user?.last_name) { - username = user.first_name + " " + user.last_name - } else if (user?.email) { - username = user.email - } else { - username = "Medusa user" - } - - return ( - - - - {isLoading ? ( - - ) : ( - username.slice(0, 1).toUpperCase() - )} - - - ) -} - -export default Avatar diff --git a/packages/admin-ui/ui/src/components/atoms/back-button/index.tsx b/packages/admin-ui/ui/src/components/atoms/back-button/index.tsx deleted file mode 100644 index fd6c0a941e1db..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/back-button/index.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import clsx from "clsx" -import { useNavigate } from "react-router-dom" -import { useTranslation } from "react-i18next" -import ArrowLeftIcon from "../../fundamentals/icons/arrow-left-icon" - -type Props = { - path?: string - label?: string - className?: string -} - -const BackButton = ({ path, label, className }: Props) => { - const { t } = useTranslation() - const navigate = useNavigate() - return ( - - ) -} - -export default BackButton diff --git a/packages/admin-ui/ui/src/components/atoms/checkbox/index.tsx b/packages/admin-ui/ui/src/components/atoms/checkbox/index.tsx deleted file mode 100644 index 6d37c2627c181..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/checkbox/index.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import clsx from "clsx" -import React, { ReactNode, useImperativeHandle } from "react" - -export type CheckboxProps = React.InputHTMLAttributes & { - label: ReactNode -} - -const Checkbox = React.forwardRef( - ({ label, value, className, id, ...rest }: CheckboxProps, ref) => { - const checkboxRef = React.useRef(null) - - useImperativeHandle(ref, () => checkboxRef.current) - return ( - - ) - } -) - -export default Checkbox diff --git a/packages/admin-ui/ui/src/components/atoms/copy-to-clipboard/index.tsx b/packages/admin-ui/ui/src/components/atoms/copy-to-clipboard/index.tsx deleted file mode 100644 index bad819bfcf5eb..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/copy-to-clipboard/index.tsx +++ /dev/null @@ -1,59 +0,0 @@ -import clsx from "clsx" -import React, { useEffect } from "react" -import useClipboard from "../../../hooks/use-clipboard" -import useNotification from "../../../hooks/use-notification" -import Button from "../../fundamentals/button" -import ClipboardCopyIcon from "../../fundamentals/icons/clipboard-copy-icon" - -type CopyToClipboardProps = { - value: string - displayValue?: string - successDuration?: number - showValue?: boolean - iconSize?: number - onCopy?: () => void -} - -const CopyToClipboard: React.FC = ({ - value, - displayValue, - successDuration = 3000, - showValue = true, - iconSize = 20, - onCopy = () => {}, -}) => { - const [isCopied, handleCopy] = useClipboard(value, { - onCopied: onCopy, - successDuration: successDuration, - }) - const notification = useNotification() - - useEffect(() => { - if (isCopied) { - notification("Success", "Copied!", "success") - } - }, [isCopied, notification]) - - return ( -
- - {showValue && ( - - {displayValue ? displayValue : value} - - )} -
- ) -} - -export default CopyToClipboard diff --git a/packages/admin-ui/ui/src/components/atoms/date-picker/custom-header.tsx b/packages/admin-ui/ui/src/components/atoms/date-picker/custom-header.tsx deleted file mode 100644 index fd7ffcd97d84c..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/date-picker/custom-header.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import { ReactDatePickerCustomHeaderProps } from "react-datepicker" -import NativeSelect from "../../molecules/native-select" -import { getYearRange, monthNames } from "./utils" - -const CustomHeader = ({ - date, - changeYear, - changeMonth, -}: ReactDatePickerCustomHeaderProps) => { - const month = date.getMonth() - const monthName = monthNames[month] - - const year = date.getFullYear() - return ( -
-
- changeMonth(monthNames.indexOf(v))} - > - {monthNames.map((month) => ( - - {month} - - ))} - -
-
- changeYear(parseInt(v, 10))} - > - {getYearRange().map((year) => ( - - {year.toString()} - - ))} - -
-
- ) -} - -export default CustomHeader diff --git a/packages/admin-ui/ui/src/components/atoms/date-picker/date-picker.tsx b/packages/admin-ui/ui/src/components/atoms/date-picker/date-picker.tsx deleted file mode 100644 index 63db735ba58e1..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/date-picker/date-picker.tsx +++ /dev/null @@ -1,155 +0,0 @@ -import "react-datepicker/dist/react-datepicker.css" - -import * as PopoverPrimitive from "@radix-ui/react-popover" - -import React, { useEffect, useState } from "react" - -import ArrowDownIcon from "../../fundamentals/icons/arrow-down-icon" -import Button from "../../fundamentals/button" -import CustomHeader from "./custom-header" -import { DateTimePickerProps } from "./types" -import InputContainer from "../../fundamentals/input-container" -import InputHeader from "../../fundamentals/input-header" -import ReactDatePicker from "react-datepicker" -import clsx from "clsx" -import moment from "moment" - -const getDateClassname = ( - d: Date, - tempDate: Date | null, - greyPastDates: boolean = true -): string => { - const classes: string[] = ["date"] - if ( - tempDate && - moment(d).format("YY,MM,DD") === moment(tempDate).format("YY,MM,DD") - ) { - classes.push("chosen") - } else if ( - greyPastDates && - moment(d).format("YY,MM,DD") < moment(new Date()).format("YY,MM,DD") - ) { - classes.push("past") - } - return classes.join(" ") -} - -const DatePicker: React.FC = ({ - date, - onSubmitDate, - label = "start date", - required = false, - tooltipContent, - tooltip, -}) => { - const [tempDate, setTempDate] = useState(date || null) - const [isOpen, setIsOpen] = useState(false) - - useEffect(() => setTempDate(date), [isOpen]) - - const submitDate = () => { - if (!tempDate || !date) { - onSubmitDate(null) - setIsOpen(false) - return - } - - // update only date, month and year - const newDate = new Date(date.getTime()) - newDate.setUTCDate(tempDate.getUTCDate()) - newDate.setUTCMonth(tempDate.getUTCMonth()) - newDate.setUTCFullYear(tempDate.getUTCFullYear()) - - onSubmitDate(newDate) - setIsOpen(false) - } - - return ( -
- - - - - - setTempDate(date)} - /> -
- - -
-
-
-
- ) -} - -type CalendarComponentProps = { - date: Date | null - onChange: ( - date: Date | null, - event: React.SyntheticEvent | undefined - ) => void - greyPastDates?: boolean -} - -export const CalendarComponent = ({ - date, - onChange, - greyPastDates = true, -}: CalendarComponentProps) => ( - getDateClassname(d, date, greyPastDates)} - renderCustomHeader={({ ...props }) => } - /> -) - -export default DatePicker diff --git a/packages/admin-ui/ui/src/components/atoms/date-picker/time-picker.tsx b/packages/admin-ui/ui/src/components/atoms/date-picker/time-picker.tsx deleted file mode 100644 index b4cb2de328216..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/date-picker/time-picker.tsx +++ /dev/null @@ -1,103 +0,0 @@ -import * as PopoverPrimitive from "@radix-ui/react-popover" -import clsx from "clsx" -import { isNil } from "lodash" -import moment from "moment" -import React, { useEffect, useState } from "react" -import ArrowDownIcon from "../../fundamentals/icons/arrow-down-icon" -import ClockIcon from "../../fundamentals/icons/clock-icon" -import InputContainer from "../../fundamentals/input-container" -import InputHeader from "../../fundamentals/input-header" -import NumberScroller from "../number-scroller" -import { DateTimePickerProps } from "./types" - -const TimePicker: React.FC = ({ - date, - onSubmitDate, - label = "start date", - required = false, - tooltipContent, - tooltip, -}) => { - const [selectedMinute, setSelectedMinute] = useState( - new Date(date)?.getUTCMinutes() - ) - const [selectedHour, setSelectedHour] = useState( - new Date(date)?.getUTCHours() - ) - - useEffect(() => { - setSelectedMinute(new Date(date)?.getUTCMinutes()) - setSelectedHour(new Date(date)?.getUTCHours()) - }, [date]) - - useEffect(() => { - if (date && !isNil(selectedHour) && !isNil(selectedMinute)) { - const newDate = new Date(new Date(date).getTime()) - newDate.setUTCHours(selectedHour) - newDate.setUTCMinutes(selectedMinute) - onSubmitDate(newDate) - } - }, [selectedMinute, selectedHour]) - - const [isOpen, setIsOpen] = useState(false) - - const minuteNumbers = [...Array(60).keys()] - const hourNumbers = [...Array(24).keys()] - - return ( -
- - - - - - setSelectedHour(n as number)} - className="pr-4" - /> - setSelectedMinute(n as number)} - /> -
- - -
- ) -} - -export default TimePicker diff --git a/packages/admin-ui/ui/src/components/atoms/date-picker/types.tsx b/packages/admin-ui/ui/src/components/atoms/date-picker/types.tsx deleted file mode 100644 index f9c4b90752e50..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/date-picker/types.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import { InputHeaderProps } from "../../fundamentals/input-header" - -export type DateTimePickerProps = { - date: Date | null - onSubmitDate: (newDate: Date | null) => void -} & InputHeaderProps diff --git a/packages/admin-ui/ui/src/components/atoms/date-picker/utils.ts b/packages/admin-ui/ui/src/components/atoms/date-picker/utils.ts deleted file mode 100644 index d46746616b741..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/date-picker/utils.ts +++ /dev/null @@ -1,25 +0,0 @@ -export const range = (start, end) => { - const range: number[] = [] - for (let i = start; i <= end; i++) { - range.push(i) - } - return range -} - -export const getYearRange = (step = 20) => - range(new Date().getFullYear() - step, new Date().getFullYear() + step) - -export const monthNames = [ - "January", - "February", - "March", - "April", - "May", - "June", - "July", - "August", - "September", - "October", - "November", - "December", -] diff --git a/packages/admin-ui/ui/src/components/atoms/fade-wrapper/index.tsx b/packages/admin-ui/ui/src/components/atoms/fade-wrapper/index.tsx deleted file mode 100644 index 94b7e46f19796..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/fade-wrapper/index.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import clsx from "clsx" -import React, { useEffect, useState } from "react" - -type FadeProps = { - isVisible: boolean - isFullScreen?: boolean - start?: string - transitionClass?: string - end?: string - classname?: string - children?: React.ReactNode -} - -const Fade: React.FC = ({ - isVisible, - start, - end, - classname, - children, - isFullScreen = false, -}) => { - const [show, setShow] = useState(false) - - useEffect(() => { - if (show && !isVisible) { - setTimeout(() => setShow(false), 100) - } else { - setShow(isVisible) - } - }) - - const classes = { - [start || "scale-[0.98] opacity-0"]: !isVisible, - [end || "scale-100 opacity-100"]: isVisible, - "absolute inset-0": show && isFullScreen, - } - - return ( -
- {show ? children : null} -
- ) -} - -export default Fade diff --git a/packages/admin-ui/ui/src/components/atoms/file-upload-field/index.tsx b/packages/admin-ui/ui/src/components/atoms/file-upload-field/index.tsx deleted file mode 100644 index 1442bb7161be4..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/file-upload-field/index.tsx +++ /dev/null @@ -1,105 +0,0 @@ -import clsx from "clsx" -import React, { useRef, useState } from "react" - -type FileUploadFieldProps = { - onFileChosen: (files: File[]) => void - filetypes: string[] - errorMessage?: string - placeholder?: React.ReactElement | string - className?: string - multiple?: boolean - text?: React.ReactElement | string -} - -const defaultText = ( - - Drop your images here, or{" "} - click to browse - -) - -const FileUploadField: React.FC = ({ - onFileChosen, - filetypes, - errorMessage, - className, - text = defaultText, - placeholder = "", - multiple = false, -}) => { - const inputRef = useRef(null) - const [fileUploadError, setFileUploadError] = useState(false) - - const handleFileUpload = (e: React.ChangeEvent) => { - const fileList = e.target.files - - if (fileList) { - onFileChosen(Array.from(fileList)) - } - } - - const handleFileDrop = (e: React.DragEvent) => { - setFileUploadError(false) - - e.preventDefault() - - const files: File[] = [] - - if (e.dataTransfer.items) { - // Use DataTransferItemList interface to access the file(s) - for (let i = 0; i < e.dataTransfer.items.length; i++) { - // If dropped items aren't files, reject them - if (e.dataTransfer.items[i].kind === "file") { - const file = e.dataTransfer.items[i].getAsFile() - if (file && filetypes.indexOf(file.type) > -1) { - files.push(file) - } - } - } - } else { - // Use DataTransfer interface to access the file(s) - for (let i = 0; i < e.dataTransfer.files.length; i++) { - if (filetypes.indexOf(e.dataTransfer.files[i].type) > -1) { - files.push(e.dataTransfer.files[i]) - } - } - } - if (files.length === 1) { - onFileChosen(files) - } else { - setFileUploadError(true) - } - } - - return ( -
inputRef?.current?.click()} - onDrop={handleFileDrop} - onDragOver={(e) => e.preventDefault()} - className={clsx( - "inter-base-regular text-grey-50 rounded-rounded border-grey-20 hover:border-violet-60 hover:text-grey-40 flex h-full w-full cursor-pointer select-none flex-col items-center justify-center border-2 border-dashed transition-colors", - className - )} - > -
-

{text}

- {placeholder} -
- {fileUploadError && ( - - {errorMessage || "Please upload an image file"} - - )} - -
- ) -} - -export default FileUploadField diff --git a/packages/admin-ui/ui/src/components/atoms/includes-tax-tooltip/index.tsx b/packages/admin-ui/ui/src/components/atoms/includes-tax-tooltip/index.tsx deleted file mode 100644 index 760e1eba84168..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/includes-tax-tooltip/index.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import clsx from "clsx" -import TaxesIcon from "../../fundamentals/icons/taxes-icon" -import Tooltip from "../tooltip" - -type Props = { - includesTax?: boolean -} - -const IncludesTaxTooltip = ({ includesTax }: Props) => { - return ( - -
- -
-
- ) -} - -export default IncludesTaxTooltip diff --git a/packages/admin-ui/ui/src/components/atoms/input-error/index.tsx b/packages/admin-ui/ui/src/components/atoms/input-error/index.tsx deleted file mode 100644 index 7750a386fdba0..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/input-error/index.tsx +++ /dev/null @@ -1,72 +0,0 @@ -import { ErrorMessage } from "@hookform/error-message" -import clsx from "clsx" -import { MultipleFieldErrors } from "react-hook-form" -import Tooltip from "../tooltip" - -type InputErrorProps = { - errors?: { [x: string]: unknown } - name?: string - className?: string -} - -const InputError = ({ errors, name, className }: InputErrorProps) => { - if (!errors || !name) { - return null - } - - return ( - { - return ( -
- {messages ? ( - - ) : ( -

{message}

- )} -
- ) - }} - /> - ) -} - -const MultipleMessages = ({ messages }: { messages: MultipleFieldErrors }) => { - const errors = Object.entries(messages).map(([_, message]) => message) - - const displayedError = errors[0] - const remainderErrors = errors.slice(1) - - return ( -
-

{displayedError}

- {remainderErrors?.length > 0 && ( - - {remainderErrors.map((e, i) => { - return ( -

- {Array.from(Array(i + 1)).map((_) => "*")} - {e} -

- ) - })} -
- } - > -

- +{remainderErrors.length}{" "} - {remainderErrors.length > 1 ? "errors" : "error"} -

- - )} -
- ) -} - -export default InputError diff --git a/packages/admin-ui/ui/src/components/atoms/loading-container/index.tsx b/packages/admin-ui/ui/src/components/atoms/loading-container/index.tsx deleted file mode 100644 index 6b5778f6eeade..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/loading-container/index.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import * as React from "react" -import Spinner from "../spinner" - -type LoadingContainerProps = { - isLoading: boolean - placeholder?: React.ReactElement - children: React.ReactElement | React.ReactElement[] -} - -const LoadingContainer = ({ - isLoading, - children, - placeholder, - ...props -}: LoadingContainerProps) => { - placeholder = placeholder || - - if (isLoading) { - return ( -
- {placeholder} -
- ) - } - - return children as React.ReactElement -} - -export default LoadingContainer diff --git a/packages/admin-ui/ui/src/components/atoms/notification/index.tsx b/packages/admin-ui/ui/src/components/atoms/notification/index.tsx deleted file mode 100644 index e56174e882f67..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/notification/index.tsx +++ /dev/null @@ -1,62 +0,0 @@ -import React from "react" -import type { Toast } from "react-hot-toast" -import { toast as globalToast } from "react-hot-toast" -import AlertIcon from "../../fundamentals/icons/alert-icon" -import CheckCircleIcon from "../../fundamentals/icons/check-circle-icon" -import CrossIcon from "../../fundamentals/icons/cross-icon" -import InfoIcon from "../../fundamentals/icons/info-icon" -import XCircleIcon from "../../fundamentals/icons/x-circle-icon" -import ToasterContainer from "../toaster-container" - -export type NotificationTypes = "success" | "warning" | "error" | "info" - -type NotificationProps = { - toast: Toast - type: NotificationTypes - title: string - message: string -} - -const Notification: React.FC = ({ - toast, - type, - title, - message, -}) => { - const onDismiss = () => { - globalToast.dismiss(toast.id) - } - - return ( - -
{getIcon(type)}
-
- {title} - {message} -
-
- - Close -
-
- ) -} - -const ICON_SIZE = 20 - -function getIcon(type: NotificationTypes) { - switch (type) { - case "success": - return - case "warning": - return - case "error": - return - default: - return - } -} - -export default Notification diff --git a/packages/admin-ui/ui/src/components/atoms/number-scroller/index.tsx b/packages/admin-ui/ui/src/components/atoms/number-scroller/index.tsx deleted file mode 100644 index a07c9a62421fa..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/number-scroller/index.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import clsx from "clsx" -import React from "react" - -type NumberScrollerProps = { - numbers: number[] - selected: number - onSelect: (value: number) => void -} & React.HTMLAttributes - -const NumberScroller: React.FC = ({ - numbers, - selected, - onSelect, - className, - ...props -}) => { - return ( -
- {numbers.map((n, i) => { - return ( -
- -
- ) - })} -
- ) -} - -export default NumberScroller diff --git a/packages/admin-ui/ui/src/components/atoms/os-shortcut/index.tsx b/packages/admin-ui/ui/src/components/atoms/os-shortcut/index.tsx deleted file mode 100644 index 952dd9980120d..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/os-shortcut/index.tsx +++ /dev/null @@ -1,48 +0,0 @@ -type OSShortcutProps = { - winModifiers: string | string[] - macModifiers: string | string[] - keys: string[] | string -} - -const OSShortcut = ({ winModifiers, macModifiers, keys }: OSShortcutProps) => { - const isMac = - typeof window !== "undefined" && - navigator?.platform?.toUpperCase().indexOf("MAC") >= 0 - ? true - : false - - let modifiers: string - - if (isMac) { - if (Array.isArray(macModifiers)) { - modifiers = macModifiers.join("") - } else { - modifiers = macModifiers - } - } else { - if (Array.isArray(winModifiers)) { - modifiers = winModifiers.join(" + ") - } else { - modifiers = winModifiers - } - } - - let input: string - - if (Array.isArray(keys)) { - input = keys.join(" + ") - } else { - input = keys - } - - return ( -
-

- {modifiers} - {input} -

-
- ) -} - -export default OSShortcut diff --git a/packages/admin-ui/ui/src/components/atoms/page-description/index.tsx b/packages/admin-ui/ui/src/components/atoms/page-description/index.tsx deleted file mode 100644 index 899bc836dea2a..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/page-description/index.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from "react" - -type PageDescriptionProps = { - title?: string - subtitle?: string -} - -const PageDescription: React.FC = ({ - title, - subtitle, -}) => { - return ( -
-

{title}

-

{subtitle}

-
- ) -} - -export default PageDescription diff --git a/packages/admin-ui/ui/src/components/atoms/save-notification/error-state.tsx b/packages/admin-ui/ui/src/components/atoms/save-notification/error-state.tsx deleted file mode 100644 index c4fe1baf8edb0..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/save-notification/error-state.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React, { useEffect } from "react" -import type { Toast } from "react-hot-toast" -import CrossIcon from "../../fundamentals/icons/cross-icon" -import XCircleIcon from "../../fundamentals/icons/x-circle-icon" -import ToasterContainer from "../toaster-container" - -type SavingStateProps = { - toast: Toast - title?: string - message?: string - onDismiss: () => void -} - -const ErrorState: React.FC = ({ - toast, - title = "Error", - message = "An error occured while trying to save your changes. Please try again.", - onDismiss, -}) => { - useEffect(() => { - const life = setTimeout(() => { - onDismiss() - }, 2000) - - return () => { - clearTimeout(life) - } - }, [toast]) - - return ( - -
- -
-
- {title} - {message} -
-
- - Close -
-
- ) -} - -export default ErrorState diff --git a/packages/admin-ui/ui/src/components/atoms/save-notification/index.tsx b/packages/admin-ui/ui/src/components/atoms/save-notification/index.tsx deleted file mode 100644 index 49781f838f7c6..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/save-notification/index.tsx +++ /dev/null @@ -1,94 +0,0 @@ -import React, { ReactNode } from "react" -import type { Toast } from "react-hot-toast" -import { toast as globalToast } from "react-hot-toast" -import RefreshIcon from "../../fundamentals/icons/refresh-icon" -import ToasterContainer from "../toaster-container" -import ErrorState from "./error-state" -import SavingState from "./saving-state" -import SuccessState from "./success-state" - -type SaveNotificationProps = { - toast: Toast - icon?: ReactNode - title?: string - message?: string - onSave: () => Promise - reset: () => void -} - -const SaveNotification: React.FC = ({ - toast, - icon, - title = "Unsaved changes", - message = "You have unsaved changes. Do you want to save and publish or discard them?", - onSave, - reset, -}) => { - const onDismiss = () => { - reset() - globalToast.dismiss(toast.id) - } - - const handleSave = () => { - globalToast.custom((t) => , { - id: toast.id, - }) - - onSave() - .then(() => { - globalToast.custom( - (t) => , - { - id: toast.id, - } - ) - }) - .catch((_err) => { - globalToast.custom( - (t) => , - { - id: toast.id, - } - ) - }) - } - - return ( - -
{getIcon(icon)}
-
- {title} - {message} -
-
- - -
-
- ) -} - -const ICON_SIZE = 20 - -function getIcon(icon?: any) { - if (icon) { - return React.cloneElement(icon, { - size: ICON_SIZE, - className: "text-grey-90", - }) - } else { - return - } -} - -export default SaveNotification diff --git a/packages/admin-ui/ui/src/components/atoms/save-notification/saving-state.tsx b/packages/admin-ui/ui/src/components/atoms/save-notification/saving-state.tsx deleted file mode 100644 index 5bf40b186a72c..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/save-notification/saving-state.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import React from "react" -import type { Toast } from "react-hot-toast" -import Spinner from "../spinner" -import ToasterContainer from "../toaster-container" - -type SavingStateProps = { - toast: Toast - title?: string - message?: string -} - -const SavingState: React.FC = ({ - toast, - title = "Saving changes", - message = "Hang on, this may take a few moments.", -}) => { - return ( - -
- -
-
- {title} - {message} -
-
- ) -} - -export default SavingState diff --git a/packages/admin-ui/ui/src/components/atoms/save-notification/success-state.tsx b/packages/admin-ui/ui/src/components/atoms/save-notification/success-state.tsx deleted file mode 100644 index 86e457dd4eeac..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/save-notification/success-state.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React, { useEffect } from "react" -import type { Toast } from "react-hot-toast" -import CheckCircleIcon from "../../fundamentals/icons/check-circle-icon" -import CrossIcon from "../../fundamentals/icons/cross-icon" -import ToasterContainer from "../toaster-container" - -type SavingStateProps = { - toast: Toast - title?: string - message?: string - onDismiss: () => void -} - -const SuccessState: React.FC = ({ - toast, - title = "Success", - message = "Your changes have been saved.", - onDismiss, -}) => { - useEffect(() => { - const life = setTimeout(() => { - onDismiss() - }, 2000) - - return () => { - clearTimeout(life) - } - }, [toast]) - - return ( - -
- -
-
- {title} - {message} -
-
- - Close -
-
- ) -} - -export default SuccessState diff --git a/packages/admin-ui/ui/src/components/atoms/settings-card/index.tsx b/packages/admin-ui/ui/src/components/atoms/settings-card/index.tsx deleted file mode 100644 index 0514358b8d72b..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/settings-card/index.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from "react" -import { Link } from "react-router-dom" -import ChevronRightIcon from "../../fundamentals/icons/chevron-right-icon" - -type SettingsCardProps = { - icon: React.ReactNode - heading: string - description: string - to?: string - externalLink?: string - disabled?: boolean -} - -const SettingsCard: React.FC = ({ - icon, - heading, - description, - to = null, - externalLink = null, - disabled = false, -}) => { - if (disabled) { - to = null - } - - return ( - - - - ) -} - -export default SettingsCard diff --git a/packages/admin-ui/ui/src/components/atoms/skeleton/index.tsx b/packages/admin-ui/ui/src/components/atoms/skeleton/index.tsx deleted file mode 100644 index 993939e378eb7..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/skeleton/index.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import clsx from "clsx" -import { PropsWithChildren } from "react" -import { useSkeleton } from "../../../providers/skeleton-provider" - -type Props = PropsWithChildren<{ - isLoading?: boolean -}> - -const Skeleton = ({ children, isLoading }: Props) => { - const { isLoading: providerState = false } = useSkeleton() - - const state = isLoading || providerState - - return ( -
*]:opacity-0": state, - })} - > - {children} -
- ) -} - -export default Skeleton diff --git a/packages/admin-ui/ui/src/components/atoms/spacer/index.tsx b/packages/admin-ui/ui/src/components/atoms/spacer/index.tsx deleted file mode 100644 index ee5e958edb1b5..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/spacer/index.tsx +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Spacer that ensures a consistent bottom margin on all pages - * Temporary fix to BodyCard and main layout not having a consistent bottom margin - */ -const Spacer = () => { - return
-} - -export default Spacer diff --git a/packages/admin-ui/ui/src/components/atoms/spinner.tsx b/packages/admin-ui/ui/src/components/atoms/spinner.tsx deleted file mode 100644 index 567aa3ba35505..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/spinner.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import clsx from "clsx" -import React from "react" - -export type SpinnerProps = { - size?: "large" | "medium" | "small" - variant?: "primary" | "secondary" -} - -const Spinner: React.FC = ({ - size = "large", - variant = "primary", -}) => { - return ( -
-
-
-
-
- ) -} - -export default Spinner diff --git a/packages/admin-ui/ui/src/components/atoms/switch/index.tsx b/packages/admin-ui/ui/src/components/atoms/switch/index.tsx deleted file mode 100644 index 11c419a484a5e..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/switch/index.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import * as RadixSwitch from "@radix-ui/react-switch" -import clsx from "clsx" -import React from "react" - -/** - * A controlled switch component atom. - */ -const Switch = React.forwardRef( - (props, ref) => { - return ( - - - - ) - } -) - -Switch.displayName = "Switch" - -export default Switch diff --git a/packages/admin-ui/ui/src/components/atoms/text-input/index.tsx b/packages/admin-ui/ui/src/components/atoms/text-input/index.tsx deleted file mode 100644 index 15a6a585f4c20..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/text-input/index.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import React from "react" -import clsx from "clsx" - -type TextInputProps = React.InputHTMLAttributes - -const TextInput = React.forwardRef( - ({ className, ...props }, ref) => ( - - ) -) - -export default TextInput diff --git a/packages/admin-ui/ui/src/components/atoms/thumbnail/index.ts b/packages/admin-ui/ui/src/components/atoms/thumbnail/index.ts deleted file mode 100644 index e42d9e98f6c59..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/thumbnail/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { Thumbnail as default } from "./thumbnail" diff --git a/packages/admin-ui/ui/src/components/atoms/thumbnail/thumbnail.tsx b/packages/admin-ui/ui/src/components/atoms/thumbnail/thumbnail.tsx deleted file mode 100644 index 9ef9bc554b41f..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/thumbnail/thumbnail.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import ImagePlaceholderIcon from "../../fundamentals/icons/image-placeholder-icon" -import clsx from "clsx" - -type Props = { - src?: string | null - className?: string - size?: "xsmall" | "small" | "medium" | "large" -} - -export const Thumbnail = ({ src, className, size = "small" }: Props) => { - return ( -
- {src ? ( - - ) : ( - - )} -
- ) -} diff --git a/packages/admin-ui/ui/src/components/atoms/toaster-container/index.tsx b/packages/admin-ui/ui/src/components/atoms/toaster-container/index.tsx deleted file mode 100644 index 910d6934774f9..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/toaster-container/index.tsx +++ /dev/null @@ -1,33 +0,0 @@ -import clsx from "clsx" -import React from "react" - -type ToasterContainerProps = { - visible: boolean -} & React.HTMLAttributes - -const ToasterContainer: React.FC = ({ - children, - visible, - className, - ...rest -}) => { - return ( -
- {children} -
- ) -} - -export default ToasterContainer diff --git a/packages/admin-ui/ui/src/components/atoms/tooltip/index.tsx b/packages/admin-ui/ui/src/components/atoms/tooltip/index.tsx deleted file mode 100644 index 8ba9bad895fc7..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/tooltip/index.tsx +++ /dev/null @@ -1,61 +0,0 @@ -import * as RadixTooltip from "@radix-ui/react-tooltip" - -import React from "react" -import clsx from "clsx" - -export type TooltipProps = RadixTooltip.TooltipContentProps & - Pick< - RadixTooltip.TooltipProps, - "open" | "defaultOpen" | "onOpenChange" | "delayDuration" - > & { - content: React.ReactNode - side?: "bottom" | "left" | "top" | "right" - onClick?: React.ButtonHTMLAttributes["onClick"] - maxWidth?: number - } - -const Tooltip = ({ - children, - content, - open, - defaultOpen, - onOpenChange, - delayDuration, - maxWidth = 220, - className, - side, - onClick, - ...props -}: TooltipProps) => { - return ( - - - - {children} - - - {content} - - - - ) -} - -export default Tooltip diff --git a/packages/admin-ui/ui/src/components/atoms/two-step-delete/index.tsx b/packages/admin-ui/ui/src/components/atoms/two-step-delete/index.tsx deleted file mode 100644 index b38294e041491..0000000000000 --- a/packages/admin-ui/ui/src/components/atoms/two-step-delete/index.tsx +++ /dev/null @@ -1,110 +0,0 @@ -import clsx from "clsx" -import React, { - forwardRef, - useCallback, - useEffect, - useImperativeHandle, - useRef, - useState, -} from "react" -import TrashIcon from "../../fundamentals/icons/trash-icon" -import Spinner from "../spinner" -import Tooltip from "../tooltip" - -type Props = { - onDelete: () => void - deleting?: boolean - className?: string - children?: React.ReactNode -} - -const TwoStepDelete = forwardRef( - ({ onDelete, deleting = false, children, className }: Props, ref) => { - const [armed, setArmed] = useState(false) - const innerRef = useRef(null) - - useImperativeHandle( - ref, - () => innerRef.current - ) - - const handleTwoStepDelete = () => { - if (!armed) { - setArmed(true) - return - } - - onDelete() - setArmed(false) - } - - const disarmOnClickOutside = useCallback( - (e: MouseEvent) => { - if (innerRef.current && !innerRef.current.contains(e.target as Node)) { - if (armed) { - setArmed(false) - } - } - }, - [armed] - ) - - useEffect(() => { - document.addEventListener("mousedown", disarmOnClickOutside) - - return () => { - document.removeEventListener("mousedown", disarmOnClickOutside) - } - }, [disarmOnClickOutside]) - - return ( - - ) - } -) - -export default TwoStepDelete diff --git a/packages/admin-ui/ui/src/components/declarative-toaster/index.tsx b/packages/admin-ui/ui/src/components/declarative-toaster/index.tsx deleted file mode 100644 index 34ddfaf17e2e1..0000000000000 --- a/packages/admin-ui/ui/src/components/declarative-toaster/index.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import * as React from "react" -import { toast, ToastOptions } from "react-hot-toast" - -export type ToasterProps = { - visible: boolean - children: React.ReactElement -} & ToastOptions - -const Toaster = ({ visible, children, ...options }: ToasterProps) => { - React.useEffect(() => { - if (visible) { - toast.custom((t) => React.cloneElement(children, { toast: t }), { - ...options, - }) - } else { - toast.dismiss(options.id) - } - }, [visible, children]) - - return null -} - -export default Toaster diff --git a/packages/admin-ui/ui/src/components/extensions/route-container/index.tsx b/packages/admin-ui/ui/src/components/extensions/route-container/index.tsx deleted file mode 100644 index e6464dee8249a..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/route-container/index.tsx +++ /dev/null @@ -1,80 +0,0 @@ -import React from "react" -import { Route, Routes } from "react-router-dom" -import { useRoutes } from "../../../providers/route-provider" -import { Route as AdminRoute, RouteSegment } from "../../../types/extensions" -import { isRoute } from "../../../utils/extensions" -import RouteErrorElement from "./route-error-element" -import { useRouteContainerProps } from "./use-route-container-props" - -type RouteContainerProps = { - route: AdminRoute | RouteSegment - previousPath?: string -} - -const RouteContainer = ({ route, previousPath = "" }: RouteContainerProps) => { - const routeContainerProps = useRouteContainerProps() - - const isFullRoute = isRoute(route) - - const { path } = route - - const { getNestedRoutes } = useRoutes() - - const fullPath = `${previousPath}${path}` - - const nestedRoutes = getNestedRoutes(fullPath) - - const hasNestedRoutes = nestedRoutes.length > 0 - - /** - * If the route is only a segment, we need to render the nested routes that - * are children of the segment. If the segment has no nested routes, we - * return null. - */ - if (!isFullRoute) { - if (hasNestedRoutes) { - return ( - - {nestedRoutes.map((r, i) => ( - } - /> - ))} - - ) - } - - return null - } - - const { Page, origin } = route - - const PageWithProps = React.createElement(Page, routeContainerProps) - - if (!hasNestedRoutes) { - return PageWithProps - } - - return ( - <> - - } - /> - {nestedRoutes.map((r, i) => ( - } - /> - ))} - - - ) -} - -export default RouteContainer diff --git a/packages/admin-ui/ui/src/components/extensions/route-container/route-error-element.tsx b/packages/admin-ui/ui/src/components/extensions/route-container/route-error-element.tsx deleted file mode 100644 index 6a087213acfca..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/route-container/route-error-element.tsx +++ /dev/null @@ -1,75 +0,0 @@ -import { useEffect } from "react" -import { useRouteError } from "react-router-dom" -import Button from "../../fundamentals/button" -import RefreshIcon from "../../fundamentals/icons/refresh-icon" -import WarningCircleIcon from "../../fundamentals/icons/warning-circle" - -type PageErrorElementProps = { - origin: string -} - -const isProd = process.env.NODE_ENV === "production" - -const RouteErrorElement = ({ origin }: PageErrorElementProps) => { - const error = useRouteError() - - useEffect(() => { - if (!isProd && error) { - console.group( - `%cAn error occurred in a page from ${origin}:`, - "color: red; font-weight: bold;" - ) - console.error(error) - console.groupEnd() - } - }, [error, origin]) - - const reload = () => { - window.location.reload() - } - - return ( -
-
-
- -
-
-

Uncaught error

-

- {isProd - ? "An error unknown error occurred, and the page could not be loaded." - : `A Page from ${origin} crashed. See the console for more info.`} -

-

- What should I do? -
- If you are the developer of this page, you should fix the error and - reload the page. If you are not the developer, you should contact - the maintainer and report the error. -

-
- -
-
-
-
- ) -} - -export default RouteErrorElement diff --git a/packages/admin-ui/ui/src/components/extensions/route-container/use-route-container-props.tsx b/packages/admin-ui/ui/src/components/extensions/route-container/use-route-container-props.tsx deleted file mode 100644 index 3ea35a2b4344f..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/route-container/use-route-container-props.tsx +++ /dev/null @@ -1,8 +0,0 @@ -import { useExtensionBaseProps } from "../../../hooks/use-extension-base-props" -import { RouteProps } from "../../../types/extensions" - -export const useRouteContainerProps = (): RouteProps => { - const baseProps = useExtensionBaseProps() - - return baseProps -} diff --git a/packages/admin-ui/ui/src/components/extensions/setting-container/index.tsx b/packages/admin-ui/ui/src/components/extensions/setting-container/index.tsx deleted file mode 100644 index bbde662587e92..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/setting-container/index.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import React, { ComponentType } from "react" -import { useSettingContainerProps } from "./use-setting-container-props" - -type SettingContainerProps = { - Page: ComponentType -} - -const SettingContainer = ({ Page }: SettingContainerProps) => { - const props = useSettingContainerProps() - - return React.createElement(Page, props) -} - -export default SettingContainer diff --git a/packages/admin-ui/ui/src/components/extensions/setting-container/setting-error-element.tsx b/packages/admin-ui/ui/src/components/extensions/setting-container/setting-error-element.tsx deleted file mode 100644 index 920e74cce8346..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/setting-container/setting-error-element.tsx +++ /dev/null @@ -1,77 +0,0 @@ -import { useEffect } from "react" -import { useRouteError } from "react-router-dom" -import Button from "../../fundamentals/button" -import RefreshIcon from "../../fundamentals/icons/refresh-icon" -import WarningCircleIcon from "../../fundamentals/icons/warning-circle" - -type SettingsPageErrorElementProps = { - origin: string -} - -const isProd = process.env.NODE_ENV === "production" - -const SettingsPageErrorElement = ({ - origin, -}: SettingsPageErrorElementProps) => { - const error = useRouteError() - - useEffect(() => { - if (!isProd && error) { - console.group( - `%cAn error occurred in a settings page from ${origin}:`, - "color: red; font-weight: bold;" - ) - console.error(error) - console.groupEnd() - } - }, [error, origin]) - - const reload = () => { - window.location.reload() - } - - return ( -
-
-
- -
-
-

Uncaught error

-

- {isProd - ? "An error unknown error occurred, and the page could not be loaded." - : `A Page from ${origin} crashed. See the console for more info.`} -

-

- What should I do? -
- If you are the developer of this setting page, you should fix the - error and reload the page. If you are not the developer, you should - contact the maintainer and report the error. -

-
- -
-
-
-
- ) -} - -export default SettingsPageErrorElement diff --git a/packages/admin-ui/ui/src/components/extensions/setting-container/use-setting-container-props.tsx b/packages/admin-ui/ui/src/components/extensions/setting-container/use-setting-container-props.tsx deleted file mode 100644 index 323803ed051a3..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/setting-container/use-setting-container-props.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import { useExtensionBaseProps } from "../../../hooks/use-extension-base-props" - -export const useSettingContainerProps = () => { - const baseProps = useExtensionBaseProps() - - return baseProps -} diff --git a/packages/admin-ui/ui/src/components/extensions/widget-container/index.tsx b/packages/admin-ui/ui/src/components/extensions/widget-container/index.tsx deleted file mode 100644 index 2e145aee9d6e5..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/widget-container/index.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import React from "react" -import { InjectionZone, Widget } from "../../../types/extensions" -import { EntityMap } from "./types" -import { useWidgetContainerProps } from "./use-widget-container-props" -import WidgetErrorBoundary from "./widget-error-boundary" - -type WidgetContainerProps = { - injectionZone: T - widget: Widget - entity: EntityMap[T] -} - -const WidgetContainer = ({ - injectionZone, - widget, - entity, -}: WidgetContainerProps) => { - const { Widget, origin } = widget - - const props = useWidgetContainerProps({ - injectionZone, - entity, - }) - - return ( - - {React.createElement(Widget, props)} - - ) -} - -export default WidgetContainer diff --git a/packages/admin-ui/ui/src/components/extensions/widget-container/types.ts b/packages/admin-ui/ui/src/components/extensions/widget-container/types.ts deleted file mode 100644 index 344595b71021a..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/widget-container/types.ts +++ /dev/null @@ -1,77 +0,0 @@ -import { - Customer, - CustomerGroup, - Discount, - DraftOrder, - GiftCard, - Order, - PriceList, - Product, - ProductCollection, -} from "@medusajs/medusa" - -export type EntityMap = { - // Details - "product.details.after": Product - "product.details.before": Product - "product_collection.details.after": ProductCollection - "product_collection.details.before": ProductCollection - "order.details.after": Order - "order.details.before": Order - "draft_order.details.after": DraftOrder - "draft_order.details.before": DraftOrder - "customer.details.after": Customer - "customer.details.before": Customer - "customer_group.details.after": CustomerGroup - "customer_group.details.before": CustomerGroup - "discount.details.after": Discount - "discount.details.before": Discount - "price_list.details.after": PriceList - "price_list.details.before": PriceList - "gift_card.details.after": Product - "gift_card.details.before": Product - "custom_gift_card.after": GiftCard - "custom_gift_card.before": GiftCard - // List - "product.list.after"?: never | null | undefined - "product.list.before"?: never | null | undefined - "product_collection.list.after"?: never | null | undefined - "product_collection.list.before"?: never | null | undefined - "order.list.after"?: never | null | undefined - "order.list.before"?: never | null | undefined - "draft_order.list.after"?: never | null | undefined - "draft_order.list.before"?: never | null | undefined - "customer.list.after"?: never | null | undefined - "customer.list.before"?: never | null | undefined - "customer_group.list.after"?: never | null | undefined - "customer_group.list.before"?: never | null | undefined - "discount.list.after"?: never | null | undefined - "discount.list.before"?: never | null | undefined - "price_list.list.after"?: never | null | undefined - "price_list.list.before"?: never | null | undefined - "gift_card.list.after"?: never | null | undefined - "gift_card.list.before"?: never | null | undefined - // Login - "login.before"?: never | null | undefined - "login.after"?: never | null | undefined -} - -export const PropKeyMap = { - "product.details.after": "product", - "product.details.before": "product", - "product_collection.details.after": "productCollection", - "product_collection.details.before": "productCollection", - "order.details.after": "order", - "order.details.before": "order", - "draft_order.details.after": "draftOrder", - "draft_order.details.before": "draftOrder", - "customer.details.after": "customer", - "customer.details.before": "customer", - "customer_group.details.after": "customerGroup", - "customer_group.details.before": "customerGroup", - "discount.details.after": "discount", - "discount.details.before": "discount", - "price_list.details.after": "priceList", - "price_list.details.before": "priceList", - custom_gift_card: "giftCard", -} diff --git a/packages/admin-ui/ui/src/components/extensions/widget-container/use-widget-container-props.tsx b/packages/admin-ui/ui/src/components/extensions/widget-container/use-widget-container-props.tsx deleted file mode 100644 index dfb8b01d74f77..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/widget-container/use-widget-container-props.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import { useExtensionBaseProps } from "../../../hooks/use-extension-base-props" -import { WidgetProps } from "../../../types/extensions" -import { EntityMap, PropKeyMap } from "./types" - -type UseWidgetContainerProps = { - injectionZone: T - entity?: EntityMap[T] -} - -export const useWidgetContainerProps = ({ - injectionZone, - entity, -}: UseWidgetContainerProps) => { - const baseProps = useExtensionBaseProps() satisfies WidgetProps - - /** - * Not all InjectionZones have an entity, so we need to check for it first, and then - * add it to the props if it exists. - */ - if (entity) { - const propKey = injectionZone as keyof typeof PropKeyMap - const entityKey = PropKeyMap[propKey] - - return { - ...baseProps, - [entityKey]: entity, - } - } - - return baseProps -} diff --git a/packages/admin-ui/ui/src/components/extensions/widget-container/widget-error-boundary.tsx b/packages/admin-ui/ui/src/components/extensions/widget-container/widget-error-boundary.tsx deleted file mode 100644 index 7d374fc941064..0000000000000 --- a/packages/admin-ui/ui/src/components/extensions/widget-container/widget-error-boundary.tsx +++ /dev/null @@ -1,136 +0,0 @@ -import React, { ErrorInfo } from "react" -import Button from "../../fundamentals/button" -import RefreshIcon from "../../fundamentals/icons/refresh-icon" -import WarningCircleIcon from "../../fundamentals/icons/warning-circle" -import XCircleIcon from "../../fundamentals/icons/x-circle-icon" - -type Props = { - children: React.ReactNode - origin: string -} - -type State = { - hasError: boolean - hidden?: boolean -} - -class WidgetErrorBoundary extends React.Component { - public state: State = { - hasError: false, - } - - public static getDerivedStateFromError(_: Error): State { - return { hasError: true, hidden: false } - } - - public componentDidCatch(error: Error, errorInfo: ErrorInfo) { - if (process.env.NODE_ENV !== "production") { - console.group( - `%cAn error occurred in a widget from ${this.props.origin}:`, - "color: red; font-weight: bold, background-color: #fff;" - ) - console.error(error) - console.error( - "%cComponent Stack:", - "color: red", - errorInfo.componentStack - ) - console.groupEnd() - } - } - - public handleResetError() { - this.setState({ hasError: false }) - } - - public hideError() { - this.setState({ hidden: true }) - } - - public renderFallback() { - if (process.env.NODE_ENV !== "production" && !this.state.hidden) { - return ( - - ) - } - - // Don't render anything in production - return null - } - - render() { - if (this.state.hasError) { - return this.renderFallback() - } - - return this.props.children - } -} - -const FallbackWidget = ({ - origin, - reset, - hide, -}: { - origin: string - reset: () => void - hide: () => void -}) => { - return ( -
-
- -
-
-

Uncaught error

-

- A widget from {origin} crashed. See the console for - more info. -

-

- What should I do? -
- If you are the developer of this widget, you should fix the error and - reload the page. If you are not the developer, you should contact the - maintainer and report the error. -

-
- - -
-
-
- ) -} - -export default WidgetErrorBoundary diff --git a/packages/admin-ui/ui/src/components/forms/customer-group/customer-group-general-form/index.tsx b/packages/admin-ui/ui/src/components/forms/customer-group/customer-group-general-form/index.tsx deleted file mode 100644 index 51780f244b743..0000000000000 --- a/packages/admin-ui/ui/src/components/forms/customer-group/customer-group-general-form/index.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import FormValidator from "../../../../utils/form-validator" -import { NestedForm } from "../../../../utils/nested-form" -import InputField from "../../../molecules/input" - -export type CustomerGroupGeneralFormType = { - name: string -} - -type CustomerGroupGeneralFormProps = { - form: NestedForm -} - -export const CustomerGroupGeneralForm = ({ - form, -}: CustomerGroupGeneralFormProps) => { - const { - register, - path, - formState: { errors }, - } = form - - return ( -
- -
- ) -} diff --git a/packages/admin-ui/ui/src/components/forms/discount/discount-conditions-form/index.tsx b/packages/admin-ui/ui/src/components/forms/discount/discount-conditions-form/index.tsx deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/admin-ui/ui/src/components/forms/discount/discount-configuration-form/index.tsx b/packages/admin-ui/ui/src/components/forms/discount/discount-configuration-form/index.tsx deleted file mode 100644 index e7231d3b5dc2d..0000000000000 --- a/packages/admin-ui/ui/src/components/forms/discount/discount-configuration-form/index.tsx +++ /dev/null @@ -1,159 +0,0 @@ -import { Controller } from "react-hook-form" -import { NestedForm } from "../../../../utils/nested-form" -import DatePicker from "../../../atoms/date-picker/date-picker" -import TimePicker from "../../../atoms/date-picker/time-picker" -import AvailabilityDuration from "../../../molecules/availability-duration" -import InputField from "../../../molecules/input" -import SwitchableItem from "../../../molecules/switchable-item" - -export type DiscountConfigurationFormType = { - starts_at: Date - ends_at: Date | null - usage_limit: number | null - valid_duration: string | null -} - -type DiscountConfigurationFormProps = { - form: NestedForm - isDynamic?: boolean -} - -const DiscountConfigurationForm = ({ - form, - isDynamic, -}: DiscountConfigurationFormProps) => { - const { control, path } = form - - return ( -
-
- { - return ( - { - if (value) { - onChange(null) - } else { - onChange(new Date()) - } - }} - title="Discount has a start date?" - description="Schedule the discount to activate in the future." - > -
- - -
-
- ) - }} - /> - { - return ( - { - if (value) { - onChange(null) - } else { - onChange( - new Date(new Date().getTime() + 7 * 24 * 60 * 60 * 1000) - ) - } - }} - title="Discount has an expiry date?" - description="Schedule the discount to deactivate in the future." - > -
- - -
-
- ) - }} - /> - { - return ( - { - if (value) { - onChange(null) - } else { - onChange(10) - } - }} - title="Limit the number of redemtions?" - description="Limit applies across all customers, not per customer." - > - onChange(value.target.valueAsNumber)} - /> - - ) - }} - /> - {isDynamic && ( - { - return ( - { - if (value) { - onChange(null) - } else { - onChange("P0Y0M0DT00H00M") - } - }} - title="Availability duration?" - description="Set the duration of the discount." - > - - - ) - }} - /> - )} -
-
- ) -} - -export default DiscountConfigurationForm diff --git a/packages/admin-ui/ui/src/components/forms/discount/discount-general-form/index.tsx b/packages/admin-ui/ui/src/components/forms/discount/discount-general-form/index.tsx deleted file mode 100644 index e0fa85c201563..0000000000000 --- a/packages/admin-ui/ui/src/components/forms/discount/discount-general-form/index.tsx +++ /dev/null @@ -1,192 +0,0 @@ -import clsx from "clsx" -import { useAdminRegions } from "medusa-react" -import { useMemo } from "react" -import { Controller, useWatch } from "react-hook-form" -import { Option } from "../../../../types/shared" -import FormValidator from "../../../../utils/form-validator" -import { NestedForm } from "../../../../utils/nested-form" -import InputError from "../../../atoms/input-error" -import IconTooltip from "../../../molecules/icon-tooltip" -import IndeterminateCheckbox from "../../../molecules/indeterminate-checkbox" -import InputField from "../../../molecules/input" -import { NextSelect } from "../../../molecules/select/next-select" -import TextArea from "../../../molecules/textarea" -import PriceFormInput from "../../general/prices-form/price-form-input" - -type DiscountRegionOption = Option & { - currency_code: string -} - -enum DiscountRuleType { - FIXED = "fixed", - PERCENTAGE = "percentage", - FREE_SHIPPING = "free_shipping", -} - -export type DiscountGeneralFormType = { - region_ids: DiscountRegionOption[] - code: string - value?: number - description: string - is_dynamic?: boolean -} - -type DiscountGeneralFormProps = { - form: NestedForm - type: DiscountRuleType - isEdit?: boolean -} - -const DiscountGeneralForm = ({ - form, - type, - isEdit, -}: DiscountGeneralFormProps) => { - const { - register, - path, - control, - formState: { errors }, - } = form - - const { regions } = useAdminRegions() - - const regionOptions = useMemo(() => { - return ( - regions?.map((r) => ({ - value: r.id, - label: r.name, - currency_code: r.currency_code, - })) || [] - ) - }, [regions]) - - const selectedRegionCurrency = useWatch({ - control, - name: path("region_ids.0.currency_code"), - defaultValue: "usd", - }) - - return ( -
- { - return ( - { - onChange(type === DiscountRuleType.FIXED ? [value] : value) - }} - label="Choose valid regions" - isMulti={type !== DiscountRuleType.FIXED} - selectAll={type !== DiscountRuleType.FIXED} - isSearchable - required - options={regionOptions} - errors={errors} - /> - ) - }} - /> -
-
- - {type === DiscountRuleType.FIXED ? ( - { - return ( - - ) - }} - /> - ) : type === DiscountRuleType.PERCENTAGE ? ( - - ) : null} -
-

- The code your customers will enter during checkout. This will appear - on your customer's invoice. Uppercase letters and numbers only. -

-
-
-