feat: add i18n service

This commit is contained in:
puriphatt 2024-06-19 07:26:37 +00:00
parent 918ca22c10
commit aadc0c3759
4 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,7 @@ export default {
name: 'Name',
editPersonalInfo: 'Edit personal infomation',
logout: 'Logout',
list: 'Item',
...status,
...main,
...address,

View file

@ -41,4 +41,7 @@ export default {
day: 'Days',
noField: 'No Field',
totalProductWork: 'Total product of work',
workNo: 'Work',
};

View file

@ -47,6 +47,7 @@ export default {
name: 'ชื่อ',
editPersonalInfo: 'แก้ไขข้อมูลส่วนตัว',
logout: 'ออกจากระบบ',
list: 'รายการ',
...status,
...main,
...address,

View file

@ -41,4 +41,7 @@ export default {
day: 'วัน',
noField: 'ยังไมมีฟิลด์',
totalProductWork: 'รวมสินค้างาน',
workNo: 'งานที่',
};