feat: add i18n
This commit is contained in:
parent
39dfba95b1
commit
cf0cee11cc
2 changed files with 16 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ export default {
|
||||||
taxNo: 'Tax Identification Number',
|
taxNo: 'Tax Identification Number',
|
||||||
name: 'Branch Name',
|
name: 'Branch Name',
|
||||||
nameEN: 'Branch Name (EN)',
|
nameEN: 'Branch Name (EN)',
|
||||||
|
authorizedCapital: 'Authorized Capital',
|
||||||
|
registerName: 'Registered Name',
|
||||||
|
registerDate: 'Registered Date',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ export default {
|
||||||
create: 'สร้าง {name}',
|
create: 'สร้าง {name}',
|
||||||
edit: 'แก้ไข {name}',
|
edit: 'แก้ไข {name}',
|
||||||
},
|
},
|
||||||
|
address: 'ที่อยู่ {suffix}',
|
||||||
error: {
|
error: {
|
||||||
required: 'จำเป็นต้องกรอกข้อมูลนี้',
|
required: 'จำเป็นต้องกรอกข้อมูลนี้',
|
||||||
invalid: 'ค่าที่ไม่ถูกต้อง',
|
invalid: 'ค่าที่ไม่ถูกต้อง',
|
||||||
|
|
@ -124,4 +125,16 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
customerBranch: {
|
||||||
|
form: {
|
||||||
|
no: 'เลขที่สาขา',
|
||||||
|
code: 'รหัสสาขา',
|
||||||
|
taxNo: 'เลขประจำตัวผู้เสียภาษี',
|
||||||
|
name: 'ชื่อสาขา',
|
||||||
|
nameEN: 'ชื่อสาขา (ภาษาอังกฤษ)',
|
||||||
|
authorizedCapital: 'ทุนจดทะเบียน',
|
||||||
|
registerName: 'ชื่อที่จดทะเบียน',
|
||||||
|
registerDate: 'วันที่จดทะเบียน',
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue