Skip to content

Commit

Permalink
I18n: Update translation of Thai language (#16689)
Browse files Browse the repository at this point in the history
* I18n: Update translation of Thai language

* refactor(I18n): Update translation of Thai language & remove comment
  • Loading branch information
ponkrit authored and iamkun committed Jul 24, 2019
1 parent 569c507 commit f5b2fe1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locale/lang/th.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'กุมภาพันธ์',
Expand Down Expand Up @@ -83,7 +83,7 @@ export default {
error: 'คุณป้อนข้อมูลไม่ถูกต้อง'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'กดปุ่ม "ลบ" เพื่อลบออก',
delete: 'ลบ',
preview: 'ตัวอย่าง',
continue: 'ทำต่อ'
Expand All @@ -93,7 +93,7 @@ export default {
confirmFilter: 'ยืนยัน',
resetFilter: 'รีเซ็ต',
clearFilter: 'ทั้งหมด',
sumText: 'Sum' // to be translated
sumText: 'รวม'
},
tree: {
emptyText: 'ไม่พบข้อมูล'
Expand All @@ -102,15 +102,15 @@ 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
},
image: {
error: 'FAILED' // to be translated
},
pageHeader: {
title: 'Back' // to be translated
title: 'ย้อนกลับ'
}
}
};

0 comments on commit f5b2fe1

Please sign in to comment.