ant-design-vue/components/locale-provider/th_TH.js

45 lines
1.4 KiB
JavaScript
Raw Normal View History

2018-04-21 04:51:56 +00:00
import Pagination from '../vc-pagination/locale/th_TH'
import DatePicker from '../date-picker/locale/th_TH'
import TimePicker from '../time-picker/locale/th_TH'
import Calendar from '../calendar/locale/th_TH'
2018-03-15 13:57:42 +00:00
export default {
2018-04-21 04:51:56 +00:00
locale: 'th',
2018-03-15 13:57:42 +00:00
Pagination,
DatePicker,
TimePicker,
Calendar,
2018-04-21 04:51:56 +00:00
Table: {
2018-03-15 13:57:42 +00:00
filterTitle: 'ตัวกรอง',
filterConfirm: 'ยืนยัน',
filterReset: 'รีเซ็ต',
emptyText: 'ไม่มีข้อมูล',
selectAll: 'เลือกทั้งหมดในหน้านี้',
2018-04-21 04:51:56 +00:00
selectInvert: 'เลือกสถานะตรงกันข้าม',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Modal: {
2018-03-15 13:57:42 +00:00
okText: 'ตกลง',
cancelText: 'ยกเลิก',
2018-04-21 04:51:56 +00:00
justOkText: 'ตกลง',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Popconfirm: {
2018-03-15 13:57:42 +00:00
okText: 'ตกลง',
2018-04-21 04:51:56 +00:00
cancelText: 'ยกเลิก',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Transfer: {
2018-03-15 13:57:42 +00:00
notFoundContent: 'ไม่พบข้อมูล',
searchPlaceholder: 'ค้นหา',
itemUnit: 'ชิ้น',
2018-04-21 04:51:56 +00:00
itemsUnit: 'ชิ้น',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Select: {
notFoundContent: 'ไม่พบข้อมูล',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Upload: {
2018-03-15 13:57:42 +00:00
uploading: 'กำลังอัปโหลด...',
removeFile: 'ลบไฟล์',
uploadError: 'เกิดข้อผิดพลาดในการอัปโหลด',
2018-04-21 04:51:56 +00:00
previewFile: 'ดูตัวอย่างไฟล์',
},
}