This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/es5/locale/th.js

47 lines
1.3 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
close: 'Close',
dataIterator: {
pageText: '{0}-{1} จาก {2}',
noResultsText: 'ไม่พบข้อมูลที่ค้นหา',
loadingText: 'Loading item...'
},
dataTable: {
itemsPerPageText: 'แถวต่อหน้า:',
ariaLabel: {
sortDescending: ': Sorted descending. Activate to remove sorting.',
sortAscending: ': Sorted ascending. Activate to sort descending.',
sortNone: ': Not sorted. Activate to sort ascending.'
}
},
dataFooter: {
itemsPerPageText: 'รายการต่อหน้า:',
itemsPerPageAll: 'ทั้งหมด',
nextPage: 'หน้าต่อไป',
prevPage: 'หน้าที่แล้ว',
firstPage: 'หน้าแรก',
lastPage: 'หน้าสุดท้าย'
},
datePicker: {
itemsSelected: 'เลือก {0} วัน'
},
noDataText: 'ไม่มีข้อมูล',
carousel: {
prev: 'ภาพก่อนหน้า',
next: 'ภาพต่อไป'
},
calendar: {
moreEvents: 'อีก {0}'
},
fileInput: {
counter: '{0} files',
counterSize: '{0} files ({1} in total)'
}
};
exports.default = _default;
//# sourceMappingURL=th.js.map