refactor: add i18n

This commit is contained in:
Net 2024-09-09 15:46:50 +07:00
parent 0ca91644a6
commit 2abee40af9
2 changed files with 6 additions and 0 deletions

View file

@ -58,6 +58,8 @@ export default {
typeBranch: 'Branch Type',
branchStatus: 'Branch Status',
success: 'Success',
taxNo: 'Legal Person',
contactName: 'Contact Name',
},
menu: {
@ -168,6 +170,7 @@ export default {
branch: {
office: 'Office',
card: {
office: 'Office',
orderNumber: 'No.',
branchLabelName: 'Name',
branchLabelAddress: 'Address',
@ -176,6 +179,8 @@ export default {
branchVirtual: 'Virtual Branch',
branchLabel: 'Branch',
branchHQLabel: 'Headoffice',
taxNo: 'Legal Person',
contactName: 'Contact Name',
},
page: {
captionManage: 'Manage',

View file

@ -172,6 +172,7 @@ export default {
card: {
orderNumber: 'ลำดับที่',
branchLabelName: 'ชื่อ',
office: 'สำนักงาน',
branchLabelAddress: 'ที่อยู่',
branchLabelTel: 'เบอร์โทรสำนักงาน',
branchLabelType: 'ประเภท',