tu-view-plus
Version:
137 lines (136 loc) • 4.38 kB
JavaScript
const e = {
name: "km",
tu: {
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: "វិច្ឆិកា",
month12: "ធ្នូ",
// week: 'សប្តាហ៍',
weeks: {
sun: "អាទិត្យ",
mon: "ចន្ទ",
tue: "អង្គារ",
wed: "ពុធ",
thu: "ព្រហ",
fri: "សុក្រ",
sat: "សៅរ៍"
},
months: {
jan: "មករា",
feb: "កុម្ភៈ",
mar: "មីនា",
apr: "មេសា",
may: "ឧសភា",
jun: "មិថុនា",
jul: "កក្កដា",
aug: "សីហា",
sep: "កញ្ញា",
oct: "តុលា",
nov: "វិច្ឆិកា",
dec: "ធ្នូ"
}
},
select: {
loading: "កំពុងផ្ទុក",
noMatch: "គ្មានទិន្នន័យដូច",
noData: "គ្មានទិន្នន័យ",
placeholder: "ជ្រើសរើស"
},
cascader: {
noMatch: "គ្មានទិន្នន័យដូច",
loading: "កំពុងផ្ទុក",
placeholder: "ជ្រើសរើស",
noData: "គ្មានទិន្នន័យ"
},
pagination: {
goto: "ទៅកាន់",
pagesize: "/ទំព័រ",
total: "សរុប {total}",
pageClassifier: "",
page: "Page",
// to be translated
prev: "Go to previous page",
// to be translated
next: "Go to next page",
// to be translated
currentPage: "page {pager}",
// to be translated
prevPages: "Previous {pager} pages",
// to be translated
nextPages: "Next {pager} pages"
// to be translated
},
messagebox: {
title: "សារ",
confirm: "យល់ព្រម",
cancel: "បោះបង់",
error: "ការបញ្ចូលមិនត្រូវបានអនុញ្ញាត"
},
upload: {
deleteTip: "ចុចលុបដើម្បីដកចេញ",
delete: "លុប",
preview: "មើល",
continue: "បន្ត"
},
table: {
emptyText: "គ្មានទិន្នន័យ",
confirmFilter: "យល់ព្រម",
resetFilter: "កំណត់ឡើងវិញ",
clearFilter: "ទាំងអស់",
sumText: "បូក"
},
tree: {
emptyText: "គ្មានទិន្នន័យ"
},
transfer: {
noMatch: "គ្មានទិន្នន័យដូច",
noData: "គ្មានទិន្នន័យ",
titles: ["បញ្ជី ១", "បញ្ជី ២"],
filterPlaceholder: "បញ្ចូលពាក្យ",
noCheckedFormat: "{total} ធាតុ",
hasCheckedFormat: "{checked}/{total} បានជ្រើសយក"
},
image: {
error: "មិនបានជោគជ័យ"
},
pageHeader: {
title: "ត្រលប់ក្រោយ"
},
popconfirm: {
confirmButtonText: "យល់ព្រម",
cancelButtonText: "មិនព្រម"
}
}
};
export {
e as default
};