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

View file

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