diff --git a/i18n/translations/km-KH.json b/i18n/translations/km-KH.json index b63bebf..8e4fbf4 100644 --- a/i18n/translations/km-KH.json +++ b/i18n/translations/km-KH.json @@ -1,140 +1,140 @@ { - "copy-to-clipboard": "Copy to clipboard", - "author-anonymous": "Anonymous", + "copy-to-clipboard": "ចម្លងទៅក្ដារតម្បៀតខ្ទាស់", + "author-anonymous": "គ្មានអត្តសញ្ញាណ", "action-bar-action": { - "visit-home-page": "Visit homepage", - "open-an-issue": "Open an issue", - "download-tarball": "Download tarball" + "visit-home-page": "ទស្សនាគេហទំព័រ", + "open-an-issue": "បើកកិច្ចការ", + "download-tarball": "ទាញយកកញ្ចប់ឯកសារ" }, "dialog": { "registry-info": { - "title": "Registry Info" + "title": "ព័ត៌មានការចុះឈ្មោះ" } }, "header": { - "documentation": "Documentation", - "registry-info": "Registry Information", - "greetings": "Hi " + "documentation": "ឯកសារ", + "registry-info": "ព័ត៌មានការចុះឈ្មោះ", + "greetings": "សួស្តី" }, "search": { - "packages": "Search Packages" + "packages": "ស្វែងរកកញ្ចប់" }, "auto-complete": { - "loading": "Loading...", - "no-results-found": "No results found" + "loading": "កំពុងផ្ទុក...", + "no-results-found": "រកមិនឃើញលទ្ធផល" }, "tab": { - "uplinks": "Uplinks", - "versions": "Versions", - "dependencies": "Dependencies", - "readme": "Readme" + "uplinks": "ភ្ជាប់តំណទៅ", + "versions": "កំណែ", + "dependencies": "អាស្រ័យលើ", + "readme": "អានខ្ញុំជាមុនសិន" }, "uplinks": { - "title": "Uplinks", - "no-items": "{{name}} has no uplinks." + "title": "ភ្ជាប់តំណទៅ", + "no-items": "{{name}} គ្មានភ្ជាប់តំណទៅ។" }, "versions": { - "current-tags": "Current Tags", - "version-history": "Version history", + "current-tags": "ស្លាកបច្ចុប្បន្ន", + "version-history": "ប្រវត្តិសាស្រ្តជំនាន់", "not-available": "Not available" }, "package": { - "published-on": "Published on {{time}} •", + "published-on": "បោះពុម្ភផ្សាយ {{time}}។", "version": "v{{version}}", - "visit-home-page": "Visit homepage", - "homepage": "Homepage", - "open-an-issue": "Open an issue", - "bugs": "Bugs", - "download": "Download {{what}}", - "the-tar-file": "the tar file", - "tarball": "Tarball" + "visit-home-page": "ទស្សនាគេហទំព័រ", + "homepage": "គេហទំព័រ", + "open-an-issue": "បើកកិច្ចការ", + "bugs": "កំហុស", + "download": "ទាញយក {{what}}", + "the-tar-file": "ឯកសាជា tar", + "tarball": "ឯកសារ Tarball" }, "dependencies": { - "has-no-dependencies": "{{package}} has no dependencies.", + "has-no-dependencies": "{{package}} មិនមានភាពអាស្រ័យ។", "dependency-block": "{{package}}@{{version}}" }, "form": { - "username": "Username", - "password": "Password" + "username": "ឈ្មោះអ្នកប្រើប្រាស់", + "password": "ពាក្យសម្ងាត់" }, "form-placeholder": { - "username": "Your username", - "password": "Your strong password" + "username": "ឈ្មោះអ្នកប្រើរបស់អ្នក", + "password": "ពាក្យសម្ងាត់ខ្លាំងរបស់អ្នក" }, "form-validation": { - "required-field": "This field is required", - "required-min-length": "This field required the min length of {{length}}", - "unable-to-sign-in": "Unable to sign in", - "username-or-password-cant-be-empty": "Username or password can't be empty!" + "required-field": "ចន្លោះនេះត្រូវតែំពេញ", + "required-min-length": "ប្រអប់នេះទាមទារប្រវែងអប្បបរមា {{length}}", + "unable-to-sign-in": "មិនអាចចូលបានទេ", + "username-or-password-cant-be-empty": "ឈ្មោះអ្នកប្រើឬពាក្យសម្ងាត់មិនអាចទទេ!" }, "help": { - "title": "No Package Published Yet.", - "sub-title": "To publish your first package just:", - "first-step": "1. Login", + "title": "មិនទាន់មានការបោះពុម្ពផ្សាយកញ្ចប់នៅឡើយទេ។", + "sub-title": "ដើម្បីផ្សព្វផ្សាយកញ្ចប់ដំបូងរបស់អ្នកគ្រាន់តែ៖", + "first-step": "1. ចូល", "first-step-command-line": "npm adduser --registry {{registryUrl}}", - "second-step": "2. Publish", + "second-step": "2. ផ្សព្វផ្សាយ", "second-step-command-line": "npm publish --registry {{registryUrl}}", - "third-step": "3. Refresh this page." + "third-step": "ផ្ទុកទំព័រនេះឡើងវិញ។" }, "sidebar": { "detail": { - "latest-version": "Latest v{{version}}", + "latest-version": "ចុងក្រោយ v{{version}}", "version": "v{{version}}" }, "installation": { - "title": "Installation", - "install-using-yarn": "Install using yarn", + "title": "ការដំឡើង", + "install-using-yarn": "ដំឡើងដោយប្រើ yarn", "install-using-yarn-command": "yarn add {{packageName}}", - "install-using-npm": "Install using npm", + "install-using-npm": "ដំឡើងដោយប្រើ npm", "install-using-npm-command": "npm install {{packageName}}", - "install-using-pnpm": "Install using pnpm", + "install-using-pnpm": "ដំឡើងដោយប្រើ pnpm", "install-using-pnpm-command": "pnpm install {{packageName}}" }, "repository": { - "title": "Repository" + "title": "ឃ្លាំង" }, "author": { - "title": "Author" + "title": "អ្នកនិពន្ធ" }, "distribution": { - "title": "Latest Distribution", - "license": "License", - "size": "Size", - "file-count": "file count" + "title": "ការចែកចាយចុងក្រោយ", + "license": "អាជ្ញាប័ណ្ណ", + "size": "ទំហំ", + "file-count": "រាប់ឯកសារ" }, "maintainers": { - "title": "Maintainers" + "title": "អ្នកថែរក្សា" }, "contributors": { - "title": "Contributors" + "title": "អ្នកចូលរួមអភិវឌ្ឍ" }, "engines": { - "npm-version": "NPM Version", + "npm-version": "NPM កំណែ", "node-js": "NODE JS" } }, "footer": { - "powered-by": "Powered by", - "made-with-love-on": "Made with <0>♥ on" + "powered-by": "ឧបត្ថម្ភដោយ", + "made-with-love-on": "ផលិតជាមួយ <0>♥ លើ" }, "button": { - "close": "Close", - "cancel": "Cancel", - "login": "Login", - "logout": "Logout", - "go-to-the-home-page": "Go to the home page", - "learn-more": "Learn More", - "fund-this-package": "<0>Fund this package" + "close": "បិទ", + "cancel": "បោះបង់", + "login": "ចូល", + "logout": "ចាកចេញ", + "go-to-the-home-page": "ទៅទំព័រដើម", + "learn-more": "ស្វែងយល់បន្ថែម", + "fund-this-package": "<0>Fund កញ្ចប់នេះ" }, "error": { - "unspecific": "Something went wrong.", + "unspecific": "មានអ្វីមួយមិនប្រក្រតី។", "404": { - "page-not-found": "404 - Page not found", - "sorry-we-could-not-find-it": "Sorry, we couldn't find it..." + "page-not-found": "៤០៤ - រកមិនឃើញទំព័រ", + "sorry-we-could-not-find-it": "សូមទោសយើងមិនអាចរកវាឃើញទេ..." }, - "app-context-not-correct-used": "The app context was not used correctly", - "theme-context-not-correct-used": "The theme context was not used correctly", - "package-meta-is-required-at-detail-context": "packageMeta is required at DetailContext" + "app-context-not-correct-used": "បរិបទកម្មវិធីមិនត្រូវបានប្រើត្រឹមត្រូវទេ", + "theme-context-not-correct-used": "បរិបទទម្រង់មិនត្រូវបានប្រើត្រឹមត្រូវទេ", + "package-meta-is-required-at-detail-context": "packageMeta ត្រូវបានទាមទារនៅ DetailContext" }, "lng": { "english": "English", @@ -144,8 +144,9 @@ "german": "German", "chinese": "Chinese", "french": "French", - "ukraine": "Ukraine" + "ukraine": "Ukraine", + "khmer": "ខ្មែរ" }, - "help-to-translate": "Help to translate", - "change-language": "Change language" + "help-to-translate": "ជួយបកប្រែ", + "change-language": "ប្ដូរភាសា" }