Skip to content

Commit

Permalink
Merge pull request #1326 from bdsach/master
Browse files Browse the repository at this point in the history
add: i18n th_TH
  • Loading branch information
afshinm committed Mar 3, 2024
2 parents e054fdb + be3bfe8 commit a0dd2d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/i18n/th_TH.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export default {
search: {
placeholder: 'พิมพ์คีย์เวิร์ด...',
},
sort: {
sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก',
sortDesc: 'เรียงคอลัมน์จากมากไปน้อย',
},
pagination: {
previous: 'ก่อนหน้า',
next: 'ถัดไป',
navigate: (page, pages) => `หน้า ${page} ของ ${pages}`,
page: (page) => `หน้า ${page}`,
showing: 'แสดง',
of: 'ของ',
to: 'ถึง',
results: 'ผลลัพธ์',
},
loading: 'กำลังโหลด...',
noRecordsFound: 'ไม่พบข้อมูล',
error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล',
};

0 comments on commit a0dd2d1

Please sign in to comment.