I18n: Update translation of Thai language (#16689)

* I18n: Update translation of Thai language

* refactor(I18n): Update translation of Thai language & remove comment
pull/16568/head
Ponkrit Eiamprasertkul 2019-07-24 13:27:54 +07:00 committed by iamkun
parent 569c507e0a
commit f5b2fe1be6
1 changed files with 8 additions and 8 deletions

View File

@ -16,10 +16,10 @@ export default {
startTime: 'เวลาเริ่มต้น', startTime: 'เวลาเริ่มต้น',
endDate: 'วันที่สิ้นสุด', endDate: 'วันที่สิ้นสุด',
endTime: 'เวลาสิ้นสุด', endTime: 'เวลาสิ้นสุด',
prevYear: 'Previous Year', // to be translated prevYear: 'ปีก่อนหน้า',
nextYear: 'Next Year', // to be translated nextYear: 'ปีถัดไป',
prevMonth: 'Previous Month', // to be translated prevMonth: 'เดือนก่อนหน้า',
nextMonth: 'Next Month', // to be translated nextMonth: 'เดือนถัดไป',
year: 'ปี', year: 'ปี',
month1: 'มกราคม', month1: 'มกราคม',
month2: 'กุมภาพันธ์', month2: 'กุมภาพันธ์',
@ -83,7 +83,7 @@ export default {
error: 'คุณป้อนข้อมูลไม่ถูกต้อง' error: 'คุณป้อนข้อมูลไม่ถูกต้อง'
}, },
upload: { upload: {
deleteTip: 'press delete to remove', // to be translated deleteTip: 'กดปุ่ม "ลบ" เพื่อลบออก',
delete: 'ลบ', delete: 'ลบ',
preview: 'ตัวอย่าง', preview: 'ตัวอย่าง',
continue: 'ทำต่อ' continue: 'ทำต่อ'
@ -93,7 +93,7 @@ export default {
confirmFilter: 'ยืนยัน', confirmFilter: 'ยืนยัน',
resetFilter: 'รีเซ็ต', resetFilter: 'รีเซ็ต',
clearFilter: 'ทั้งหมด', clearFilter: 'ทั้งหมด',
sumText: 'Sum' // to be translated sumText: 'รวม'
}, },
tree: { tree: {
emptyText: 'ไม่พบข้อมูล' emptyText: 'ไม่พบข้อมูล'
@ -102,7 +102,7 @@ export default {
noMatch: 'ไม่พบข้อมูลที่ตรงกัน', noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
noData: 'ไม่พบข้อมูล', noData: 'ไม่พบข้อมูล',
titles: ['List 1', 'List 2'], // to be translated titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'กรอกคีย์เวิร์ด',
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} checked' // to be translated
}, },
@ -110,7 +110,7 @@ export default {
error: 'FAILED' // to be translated error: 'FAILED' // to be translated
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'ย้อนกลับ'
} }
} }
}; };