refactor: add i18n
This commit is contained in:
parent
ec5d17dc2f
commit
8082136a66
1 changed files with 6 additions and 2 deletions
|
|
@ -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: 'จัดการ',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue