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/th.js

142 lines
4.7 KiB

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('element/locale/th', ['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.th = 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: '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: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'กรอกคเวด',
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
},
image: {
error: 'FAILED' // to be translated
},
pageHeader: {
title: 'ยอนกลบ'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
},
empty: {
description: 'ไมพบขอมล'
}
}
};
module.exports = exports['default'];
});