forked from daren.hsu/line_push
72 lines
2.6 KiB
JavaScript
72 lines
2.6 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
badge: 'สัญลักษณ์',
|
|
close: 'ปิด',
|
|
dataIterator: {
|
|
noResultsText: 'ไม่พบข้อมูลที่ค้นหา',
|
|
loadingText: 'กำลังโหลดข้อมูล... กรุณารอสักครู่'
|
|
},
|
|
dataTable: {
|
|
itemsPerPageText: 'แถวต่อหน้า:',
|
|
ariaLabel: {
|
|
sortDescending: 'เรียงลำดับจากมากไปน้อย กดเพื่อปิดการเรียงลำดับ',
|
|
sortAscending: 'เรียงจากน้อยไปมาก กดเพื่อเรียงลำดับจากมากไปน้อย',
|
|
sortNone: 'ไม่ได้จัดเรียง กดเพื่อเรียงลำดับจากน้อยไปมาก',
|
|
activateNone: 'Activate to remove sorting.',
|
|
activateDescending: 'Activate to sort descending.',
|
|
activateAscending: 'Activate to sort ascending.'
|
|
},
|
|
sortBy: 'จัดเรียงตาม'
|
|
},
|
|
dataFooter: {
|
|
itemsPerPageText: 'รายการต่อหน้า:',
|
|
itemsPerPageAll: 'ทั้งหมด',
|
|
nextPage: 'หน้าต่อไป',
|
|
prevPage: 'หน้าที่แล้ว',
|
|
firstPage: 'หน้าแรก',
|
|
lastPage: 'หน้าสุดท้าย',
|
|
pageText: '{0}-{1} จาก {2}'
|
|
},
|
|
datePicker: {
|
|
itemsSelected: 'เลือก {0} วัน',
|
|
nextMonthAriaLabel: 'เดือนหน้า',
|
|
nextYearAriaLabel: 'ปีหน้า',
|
|
prevMonthAriaLabel: 'เดือนที่แล้ว',
|
|
prevYearAriaLabel: 'ปีก่อน'
|
|
},
|
|
noDataText: 'ไม่มีข้อมูล',
|
|
carousel: {
|
|
prev: 'ภาพก่อนหน้า',
|
|
next: 'ภาพต่อไป',
|
|
ariaLabel: {
|
|
delimiter: 'Carousel slide {0} of {1}'
|
|
}
|
|
},
|
|
calendar: {
|
|
moreEvents: 'อีก {0}'
|
|
},
|
|
fileInput: {
|
|
counter: '{0} ไฟล์',
|
|
counterSize: '{0} ไฟล์ (รวม {1})'
|
|
},
|
|
timePicker: {
|
|
am: 'AM',
|
|
pm: 'PM'
|
|
},
|
|
pagination: {
|
|
ariaLabel: {
|
|
wrapper: 'การแบ่งหน้าการนำทาง',
|
|
next: 'หน้าต่อไป',
|
|
previous: 'หน้าที่แล้ว',
|
|
page: 'ไปที่หน้า {0}',
|
|
currentPage: 'หน้าปัจจุบันหน้า {0}'
|
|
}
|
|
}
|
|
};
|
|
exports.default = _default;
|
|
//# sourceMappingURL=th.js.map
|