Skip to content

Commit a0dd2d1

Browse files
authored
Merge pull request #1326 from bdsach/master
add: i18n th_TH
2 parents e054fdb + be3bfe8 commit a0dd2d1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/i18n/th_TH.ts

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export default {
2+
search: {
3+
placeholder: 'พิมพ์คีย์เวิร์ด...',
4+
},
5+
sort: {
6+
sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก',
7+
sortDesc: 'เรียงคอลัมน์จากมากไปน้อย',
8+
},
9+
pagination: {
10+
previous: 'ก่อนหน้า',
11+
next: 'ถัดไป',
12+
navigate: (page, pages) => `หน้า ${page} ของ ${pages}`,
13+
page: (page) => `หน้า ${page}`,
14+
showing: 'แสดง',
15+
of: 'ของ',
16+
to: 'ถึง',
17+
results: 'ผลลัพธ์',
18+
},
19+
loading: 'กำลังโหลด...',
20+
noRecordsFound: 'ไม่พบข้อมูล',
21+
error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล',
22+
};

0 commit comments

Comments
 (0)