feat: เพิ่ม i18n

This commit is contained in:
Net 2024-07-03 17:49:24 +07:00
parent 3792c19ce4
commit f6e15a19a3
2 changed files with 4 additions and 0 deletions

View file

@ -18,4 +18,6 @@ export default {
branchLabelAddress: 'Branch Address',
branchLabelType: 'Branch Type',
branchLabelStatus: 'Branch Status',
registeredBranch: 'Registered Branch',
};

View file

@ -18,4 +18,6 @@ export default {
branchLabelAddress: 'ที่อยู่สาขา',
branchLabelType: 'ประเภทสาขา',
branchLabelStatus: 'สถานะสาขา',
registeredBranch: 'สาขาที่ลงทะเบียน',
};