Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed km translations for esm-core. #372

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions base/configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
{
"core": {
"Translation overrides": {
"km": {
"address1": "អាសយដ្ឋានជួរទី១",
"address2": "អសយដ្ឋានជួរទី ពីរ",
"city": "ទីក្រុង",
"cityVillage": "ទីក្រុង",
"country": "ប្រទេស",
"countyDistrict": "ស្រុក/ខ័ណ្ឌ",
"postalCode": "លេខកូដតំបន់",
"state": "រដ្ឋ",
"stateProvince": "រដ្ឋ",
"closeAllOpenedWorkspaces": "បោះបង់ការផ្លាស់ប្តូរនៅក្នុងកន្លែងធ្វើការ {{count}}",
"closingAllWorkspacesPromptBody": "មានការផ្លាស់ប្តូរដែលមិនបានរក្សាទុកនៅក្នុងកន្លែងធ្វើការខាងក្រោម។ តើ​អ្នក​ចង់​បោះបង់​ការ​ផ្លាស់​ប្តូ​រ​នៅ​ក្នុង​កន្លែង​ធ្វើការ​ដូច​ខាង​ក្រោម​? {{workspaceNames}}",
"closingAllWorkspacesPromptTitle": "អ្នកមានការផ្លាស់ប្តូរដែលមិនបានរក្សាទុក",
"discard": "បោះបង់",
"hide": "លាក់មិនឱ្យមើលឃើញ",
"maximize": "អតិបរមា",
"minimize": "បង្រួមអប្បបរមា",
"openAnyway": "បើកតាមមធ្យោបាយណាក៏ដោយ",
"unsavedChangesInOpenedWorkspace": "អ្នកមានការផ្លាស់ប្ដូរដែលមិនបានរក្សាទុកនៅក្នុងកន្លែងធ្វើការដែលបានបើក។ តើអ្នកចង់បោះបង់ការផ្លាស់ប្ដូរទាំងនេះទេ?",
"unsavedChangesInWorkspace": "មានការផ្លាស់ប្តូរដែលមិនបានរក្សាទុកនៅក្នុង {{workspaceName}}។ សូមរក្សាទុកពួកវាមុនពេលបើកកន្លែងធ្វើការផ្សេងទៀត។",
"unsavedChangesTitleText": "ការផ្លាស់ប្តូរដែលមិនបានរក្សាទុក",
"workspaceHeader": "បឋមកថាកន្លែងធ្វើការ",
"actions": "ជ្រើសរើសមុខងារ",
"address": "អាស័យដ្ឋាន",
"cancel": "បោះបង់",
"change": "ផ្លាស់ប្តូរ",
"close": "បិទ",
"confirm": "បញ្ជាក់",
"contactDetails": "ព័ត៌មានលម្អិតទំនាក់ទំនង",
"error": "មានកំហុស",
"errorCopy": "សូមអធ្យាស្រ័យ មានបញ្ហាក្នុងការបង្ហាញព័ត៌មាននេះ។ អ្នកអាចព្យាយាមទាញទំព័រនេះម្តងទៀត ឬទាក់ទងអ្នកគ្រប់គ្រងប្រព័ន្ធទិន្នន័យ ហើយស្រង់លេខកូដដែលមិនដំណើរការមុខងារខាងលើ។",
"female": "ស្រី",
"hideDetails": "លាក់ព័ត៌មានលម្អិត",
"loading": "កំពុងផ្ទុក...",
"male": "ប្រុស",
"other": "ផ្សេងៗ",
"patientLists": "បញ្ជីអ្នកជំងឺ",
"relationships": "ទំនាក់ទំនង",
"seeMoreLists": "មើលបញ្ជី {{count}} ទៀត",
"showDetails": "បង្ហាញលម្អិត",
"unknown": "មិនដឹង"
}
}
},
"@openmrs/esm-patient-registration-app": {
"sections": ["demographics", "contact", "additionalInformation"],
"fieldConfigurations": {
Expand Down
Loading