feat: update i18n

This commit is contained in:
Methapon2001 2024-08-08 14:59:39 +07:00
parent 08b929d0d9
commit 637c503303
2 changed files with 4 additions and 0 deletions

View file

@ -133,6 +133,7 @@ export default {
address: 'Address',
business: 'Business',
contact: 'Contact',
attachment: 'Attachment',
},
no: 'Branch No.',
code: 'Branch Code',
@ -143,6 +144,7 @@ export default {
registerName: 'Registered Name',
registerDate: 'Registered Date',
telephone: 'Telephone No.',
attachment: 'Attachment',
},
},
};

View file

@ -136,6 +136,7 @@ export default {
address: 'ที่อยู่',
business: 'ธุรกิจ',
contact: 'ติดต่อ',
attachment: 'เอกสารเพิ่มเติม',
},
form: {
no: 'เลขที่สาขา',
@ -146,6 +147,7 @@ export default {
authorizedCapital: 'ทุนจดทะเบียน',
registerName: 'ชื่อที่จดทะเบียน',
registerDate: 'วันที่จดทะเบียน',
attachment: 'เอกสารเพิ่มเติม',
},
},
};