element-plus/packages/locale/lang/km.ts

122 lines
3.9 KiB
TypeScript
Raw Normal View History

2020-07-28 20:18:11 +08:00
export default {
name: 'km',
2020-07-28 20:18:11 +08:00
el: {
colorpicker: {
confirm: 'យល់ព្រម',
clear: 'លុប',
},
datepicker: {
now: 'ឥឡូវ​នេះ',
today: 'ថ្ងៃនេះ',
cancel: 'បោះបង់',
clear: 'លុប',
confirm: 'យល់ព្រម',
selectDate: 'ជ្រើសរើសថ្ងៃ',
selectTime: 'ជ្រើសរើសម៉ោង',
startDate: 'ថ្ងៃចាប់ផ្តើម',
startTime: 'ម៉ោងចាប់ផ្តើម',
endDate: 'ថ្ងៃបញ្ចប់',
endTime: 'ម៉ោងបញ្ចប់',
prevYear: 'ឆ្នាំមុន',
nextYear: 'ឆ្នាំក្រោយ',
prevMonth: 'ខែមុន',
nextMonth: 'ខែក្រោយ',
year: 'ឆ្នាំ',
month1: 'មករា',
month2: 'កុម្ភៈ',
month3: 'មីនា',
month4: 'មេសា',
month5: 'ឧសភា',
month6: 'មិថុនា',
month7: 'កក្កដា',
month8: 'សីហា',
month9: 'កញ្ញា',
month10: 'តុលា',
month11: 'វិច្ឆិកា',
2020-07-28 20:18:11 +08:00
month12: 'ធ្នូ',
// week: 'សប្តាហ៍',
2020-07-28 20:18:11 +08:00
weeks: {
sun: 'អាទិត្យ',
mon: 'ចន្ទ',
2020-07-28 20:18:11 +08:00
tue: 'អង្គារ',
wed: 'ពុធ',
thu: 'ព្រហ',
2020-07-28 20:18:11 +08:00
fri: 'សុក្រ',
sat: 'សៅរ៍',
2020-07-28 20:18:11 +08:00
},
months: {
jan: 'មករា',
feb: 'កុម្ភៈ',
mar: 'មីនា',
apr: 'មេសា',
may: 'ឧសភា',
jun: 'មិថុនា',
jul: 'កក្កដា',
aug: 'សីហា',
sep: 'កញ្ញា',
oct: 'តុលា',
nov: 'វិច្ឆិកា',
2020-07-28 20:18:11 +08:00
dec: 'ធ្នូ',
},
},
select: {
loading: 'កំពុងផ្ទុក',
noMatch: 'គ្មានទិន្នន័យដូច',
noData: 'គ្មានទិន្នន័យ',
2020-07-28 20:18:11 +08:00
placeholder: 'ជ្រើសរើស',
},
cascader: {
noMatch: 'គ្មានទិន្នន័យដូច',
2020-07-28 20:18:11 +08:00
loading: 'កំពុងផ្ទុក',
placeholder: 'ជ្រើសរើស',
noData: 'គ្មានទិន្នន័យ',
2020-07-28 20:18:11 +08:00
},
pagination: {
goto: 'ទៅកាន់',
pagesize: '/ទំព័រ',
total: 'សរុប {total}',
pageClassifier: '',
},
messagebox: {
title: 'សារ',
confirm: 'យល់ព្រម',
cancel: 'បោះបង់',
error: 'ការបញ្ចូលមិនត្រូវបានអនុញ្ញាត',
2020-07-28 20:18:11 +08:00
},
upload: {
deleteTip: 'ចុចលុបដើម្បីដកចេញ',
delete: 'លុប',
preview: 'មើល',
continue: 'បន្ត',
},
table: {
emptyText: 'គ្មានទិន្នន័យ',
2020-07-28 20:18:11 +08:00
confirmFilter: 'យល់ព្រម',
resetFilter: 'កំណត់ឡើងវិញ',
clearFilter: 'ទាំងអស់',
sumText: 'បូក',
},
tree: {
emptyText: 'គ្មានទិន្នន័យ',
2020-07-28 20:18:11 +08:00
},
transfer: {
noMatch: 'គ្មានទិន្នន័យដូច',
noData: 'គ្មានទិន្នន័យ',
2020-07-28 20:18:11 +08:00
titles: ['បញ្ជី ១', 'បញ្ជី ២'],
filterPlaceholder: 'បញ្ចូលពាក្យ',
noCheckedFormat: '{total} ធាតុ',
hasCheckedFormat: '{checked}/{total} បានជ្រើសយក',
2020-07-28 20:18:11 +08:00
},
image: {
error: 'មិនបានជោគជ័យ',
2020-07-28 20:18:11 +08:00
},
pageHeader: {
title: 'ត្រលប់ក្រោយ',
2020-07-28 20:18:11 +08:00
},
popconfirm: {
confirmButtonText: 'យល់ព្រម',
cancelButtonText: 'មិនព្រម',
2020-07-28 20:18:11 +08:00
},
},
}