feat: update i18n

This commit is contained in:
Methapon2001 2024-04-11 09:42:46 +07:00
parent 009b367cc1
commit 80b4129057
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ export default {
edit: 'Edit', edit: 'Edit',
delete: 'Delete', delete: 'Delete',
telephone: 'Telephone', telephone: 'Telephone',
noData: 'No Data',
...main, ...main,
...address, ...address,
...branch, ...branch,

View file

@ -17,6 +17,8 @@ export default {
edit: 'แก้ไขข้อมูล', edit: 'แก้ไขข้อมูล',
delete: 'ลบข้อมูล', delete: 'ลบข้อมูล',
telephone: 'เบอร์โทรศัพท์', telephone: 'เบอร์โทรศัพท์',
viewDetail: 'ดูรายละเอียด',
noData: 'ยังไม่มีข้อมูล',
...main, ...main,
...address, ...address,
...branch, ...branch,