refactor: add i18n

This commit is contained in:
Net 2024-09-09 11:59:10 +07:00
parent ec5d17dc2f
commit 8082136a66

View file

@ -58,6 +58,8 @@ export default {
typeBranch: 'ประเภทสาขา', typeBranch: 'ประเภทสาขา',
branchStatus: 'สถานะสาขา', branchStatus: 'สถานะสาขา',
success: 'สำเร็จ', success: 'สำเร็จ',
taxNo: 'ทะเบียนนิติบุคคล',
contactName: 'ติดต่อ',
}, },
menu: { menu: {
@ -168,14 +170,16 @@ export default {
branch: { branch: {
office: 'สำนักงาน', office: 'สำนักงาน',
card: { card: {
orderNumber: 'เลขที่', orderNumber: 'ลำดับที่',
branchLabelName: 'ชื่อ', branchLabelName: 'ชื่อ',
branchLabelAddress: 'ที่อยู่', branchLabelAddress: 'ที่อยู่',
branchLabelTel: 'เบอร์โทรศัพท์', branchLabelTel: 'เบอร์โทรสำนักงาน',
branchLabelType: 'ประเภท', branchLabelType: 'ประเภท',
branchLabel: 'สาขา', branchLabel: 'สาขา',
branchVirtual: 'สาขาเสมือน', branchVirtual: 'สาขาเสมือน',
branchHQLabel: 'สำนักงานใหญ่', branchHQLabel: 'สำนักงานใหญ่',
taxNo: 'ทะเบียนนิติบุคคล',
contactName: 'ติดต่อ',
}, },
page: { page: {
captionManage: 'จัดการ', captionManage: 'จัดการ',