You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
468 B
16 lines
468 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ หน้า',
|
|
jump_to: 'ไปยัง',
|
|
jump_to_confirm: 'ยืนยัน',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'หน้าก่อนหน้า',
|
|
next_page: 'หน้าถัดไป',
|
|
prev_5: 'ย้อนกลับ 5 หน้า',
|
|
next_5: 'ถัดไป 5 หน้า',
|
|
prev_3: 'ย้อนกลับ 3 หน้า',
|
|
next_3: 'ถัดไป 3 หน้า',
|
|
};
|