mirror of https://github.com/ElemeFE/element
parent
8bac0dad5b
commit
d300b8c10e
|
@ -5,7 +5,7 @@ export default {
|
||||||
clear: 'លុប'
|
clear: 'លុប'
|
||||||
},
|
},
|
||||||
datepicker: {
|
datepicker: {
|
||||||
now: 'ឥឡូវនេះ',
|
now: 'ឥឡូវនេះ',
|
||||||
today: 'ថ្ងៃនេះ',
|
today: 'ថ្ងៃនេះ',
|
||||||
cancel: 'បោះបង់',
|
cancel: 'បោះបង់',
|
||||||
clear: 'លុប',
|
clear: 'លុប',
|
||||||
|
@ -33,10 +33,10 @@ export default {
|
||||||
month10: 'តុលា',
|
month10: 'តុលា',
|
||||||
month11: 'វិច្ឆកា',
|
month11: 'វិច្ឆកា',
|
||||||
month12: 'ធ្នូ',
|
month12: 'ធ្នូ',
|
||||||
// week: 'week',
|
week: 'សប្តាហ៍',
|
||||||
weeks: {
|
weeks: {
|
||||||
sun: 'អាទិត្យ',
|
sun: 'អាទិត្យ',
|
||||||
mon: 'Mon',
|
mon: 'ច័ន្ទ',
|
||||||
tue: 'អង្គារ',
|
tue: 'អង្គារ',
|
||||||
wed: 'ពុធ',
|
wed: 'ពុធ',
|
||||||
thu: 'ព្រ.ហ',
|
thu: 'ព្រ.ហ',
|
||||||
|
@ -107,14 +107,14 @@ export default {
|
||||||
hasCheckedFormat: '{checked}/{total} បានគូសធីក'
|
hasCheckedFormat: '{checked}/{total} បានគូសធីក'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'បរាជ័យ'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Back'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'ព្រម',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'មិនព្រម'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue