Commit f5b2fe1b authored by Ponkrit Eiamprasertkul's avatar Ponkrit Eiamprasertkul Committed by iamkun

I18n: Update translation of Thai language (#16689)

* I18n: Update translation of Thai language

* refactor(I18n): Update translation of Thai language & remove comment
parent 569c507e
......@@ -16,10 +16,10 @@ export default {
startTime: 'เวลาเริ่มต้น',
endDate: 'วันที่สิ้นสุด',
endTime: 'เวลาสิ้นสุด',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
prevYear: 'ปีก่อนหน้า',
nextYear: 'ปีถัดไป',
prevMonth: 'เดือนก่อนหน้า',
nextMonth: 'เดือนถัดไป',
year: 'ปี',
month1: 'มกราคม',
month2: 'กุมภาพันธ์',
......@@ -83,7 +83,7 @@ export default {
error: 'คุณป้อนข้อมูลไม่ถูกต้อง'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'กดปุ่ม "ลบ" เพื่อลบออก',
delete: 'ลบ',
preview: 'ตัวอย่าง',
continue: 'ทำต่อ'
......@@ -93,7 +93,7 @@ export default {
confirmFilter: 'ยืนยัน',
resetFilter: 'รีเซ็ต',
clearFilter: 'ทั้งหมด',
sumText: 'Sum' // to be translated
sumText: 'รวม'
},
tree: {
emptyText: 'ไม่พบข้อมูล'
......@@ -102,7 +102,7 @@ export default {
noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
noData: 'ไม่พบข้อมูล',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
filterPlaceholder: 'กรอกคีย์เวิร์ด',
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
},
......@@ -110,7 +110,7 @@ export default {
error: 'FAILED' // to be translated
},
pageHeader: {
title: 'Back' // to be translated
title: 'ย้อนกลับ'
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment