mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
fix(locale): update translation/spelling of Khmer (#4930)
Co-authored-by: Kevin <sxzz@sxzz.moe>
This commit is contained in:
parent
2481d35d66
commit
0a7be517e2
@ -32,17 +32,17 @@ export default {
|
||||
month8: 'សីហា',
|
||||
month9: 'កញ្ញា',
|
||||
month10: 'តុលា',
|
||||
month11: 'វិច្ឆកា',
|
||||
month11: 'វិច្ឆិកា',
|
||||
month12: 'ធ្នូ',
|
||||
// week: 'week',
|
||||
// week: 'សប្តាហ៍',
|
||||
weeks: {
|
||||
sun: 'អាទិត្យ',
|
||||
mon: 'Mon',
|
||||
mon: 'ចន្ទ',
|
||||
tue: 'អង្គារ',
|
||||
wed: 'ពុធ',
|
||||
thu: 'ព្រ.ហ',
|
||||
thu: 'ព្រហ',
|
||||
fri: 'សុក្រ',
|
||||
sat: 'សៅរ៏',
|
||||
sat: 'សៅរ៍',
|
||||
},
|
||||
months: {
|
||||
jan: 'មករា',
|
||||
@ -55,21 +55,21 @@ export default {
|
||||
aug: 'សីហា',
|
||||
sep: 'កញ្ញា',
|
||||
oct: 'តុលា',
|
||||
nov: 'វិច្ឆកា',
|
||||
nov: 'វិច្ឆិកា',
|
||||
dec: 'ធ្នូ',
|
||||
},
|
||||
},
|
||||
select: {
|
||||
loading: 'កំពុងផ្ទុក',
|
||||
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||
noData: 'គ្មានទិន្ន័យ',
|
||||
noMatch: 'គ្មានទិន្នន័យដូច',
|
||||
noData: 'គ្មានទិន្នន័យ',
|
||||
placeholder: 'ជ្រើសរើស',
|
||||
},
|
||||
cascader: {
|
||||
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||
noMatch: 'គ្មានទិន្នន័យដូច',
|
||||
loading: 'កំពុងផ្ទុក',
|
||||
placeholder: 'ជ្រើសរើស',
|
||||
noData: 'គ្មានទិន្ន័យ',
|
||||
noData: 'គ្មានទិន្នន័យ',
|
||||
},
|
||||
pagination: {
|
||||
goto: 'ទៅកាន់',
|
||||
@ -81,7 +81,7 @@ export default {
|
||||
title: 'សារ',
|
||||
confirm: 'យល់ព្រម',
|
||||
cancel: 'បោះបង់',
|
||||
error: 'ការបញ្ចូលមិនអនុញ្ញាត',
|
||||
error: 'ការបញ្ចូលមិនត្រូវបានអនុញ្ញាត',
|
||||
},
|
||||
upload: {
|
||||
deleteTip: 'ចុចលុបដើម្បីដកចេញ',
|
||||
@ -90,32 +90,32 @@ export default {
|
||||
continue: 'បន្ត',
|
||||
},
|
||||
table: {
|
||||
emptyText: 'គ្មានទិន្ន័យ',
|
||||
emptyText: 'គ្មានទិន្នន័យ',
|
||||
confirmFilter: 'យល់ព្រម',
|
||||
resetFilter: 'កំណត់ឡើងវិញ',
|
||||
clearFilter: 'ទាំងអស់',
|
||||
sumText: 'បូក',
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'គ្មានទិន្ន័យ',
|
||||
emptyText: 'គ្មានទិន្នន័យ',
|
||||
},
|
||||
transfer: {
|
||||
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||
noData: 'គ្មានទិន្ន័យ',
|
||||
noMatch: 'គ្មានទិន្នន័យដូច',
|
||||
noData: 'គ្មានទិន្នន័យ',
|
||||
titles: ['បញ្ជី ១', 'បញ្ជី ២'],
|
||||
filterPlaceholder: 'បញ្ចូលពាក្យ',
|
||||
noCheckedFormat: '{total} ធាតុ',
|
||||
hasCheckedFormat: '{checked}/{total} បានគូសធីក',
|
||||
hasCheckedFormat: '{checked}/{total} បានជ្រើសយក',
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED', // to be translated
|
||||
error: 'មិនបានជោគជ័យ',
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back', // to be translated
|
||||
title: 'ត្រលប់ក្រោយ',
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No', // to be translated
|
||||
confirmButtonText: 'យល់ព្រម',
|
||||
cancelButtonText: 'មិនព្រម',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user