feat: i18n add

This commit is contained in:
Methapon2001 2024-08-07 17:32:54 +07:00
parent 82ddeaca68
commit 84957f99e4
2 changed files with 9 additions and 2 deletions

View file

@ -18,8 +18,11 @@ export default {
agree: 'Ok',
cancel: 'Cancel',
failed: 'Failed',
close: 'close',
success: 'Success',
search: 'Search',
back: 'Back',
undo: 'Undo',
loading: 'Loading',
download: 'Download',
save: 'Save',
@ -132,6 +135,7 @@ export default {
authorizedCapital: 'Authorized Capital',
registerName: 'Registered Name',
registerDate: 'Registered Date',
telephone: 'Telephone No.',
},
},
};

View file

@ -18,12 +18,15 @@ export default {
cancel: 'ยกเลิก',
failed: 'เกิดข้อผิดพลาด',
success: 'สำเร็จ',
close: 'ปิด',
search: 'ค้นหา',
loading: 'กำลังโหลด',
download: 'ดาวน์โหลด',
back: 'กลับ',
undo: 'เลิกทำ',
save: 'บันทึก',
edit: 'แก้ไขข้อมูล',
delete: 'ลบข้อมูล',
edit: 'แก้ไข',
delete: 'ลบ',
telephone: 'เบอร์โทรศัพท์',
viewDetail: 'ดูรายละเอียด',
noData: 'ยังไม่มีข้อมูล',