You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/pc/element-ui/lib/umd/locale/km.js

142 lines
4.6 KiB

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('element/locale/km', ['module', 'exports'], factory);
} else if (typeof exports !== "undefined") {
factory(module, exports);
} else {
var mod = {
exports: {}
};
factory(mod, mod.exports);
global.ELEMENT.lang = global.ELEMENT.lang || {};
global.ELEMENT.lang.km = mod.exports;
}
})(this, function (module, exports) {
'use strict';
exports.__esModule = true;
exports.default = {
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: 'វឆក',
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: ''
},
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: 'Back'
},
popconfirm: {
confirmButtonText: 'ពរម',
cancelButtonText: 'មនពរម'
},
empty: {
description: 'គនទយ'
}
}
};
module.exports = exports['default'];
});