feat: add i18n

This commit is contained in:
Methapon2001 2024-08-06 15:03:30 +07:00
parent 39dfba95b1
commit cf0cee11cc
2 changed files with 16 additions and 0 deletions

View file

@ -128,6 +128,9 @@ export default {
taxNo: 'Tax Identification Number',
name: 'Branch Name',
nameEN: 'Branch Name (EN)',
authorizedCapital: 'Authorized Capital',
registerName: 'Registered Name',
registerDate: 'Registered Date',
},
},
};

View file

@ -95,6 +95,7 @@ export default {
create: 'สร้าง {name}',
edit: 'แก้ไข {name}',
},
address: 'ที่อยู่ {suffix}',
error: {
required: 'จำเป็นต้องกรอกข้อมูลนี้',
invalid: 'ค่าที่ไม่ถูกต้อง',
@ -124,4 +125,16 @@ export default {
},
},
},
customerBranch: {
form: {
no: 'เลขที่สาขา',
code: 'รหัสสาขา',
taxNo: 'เลขประจำตัวผู้เสียภาษี',
name: 'ชื่อสาขา',
nameEN: 'ชื่อสาขา (ภาษาอังกฤษ)',
authorizedCapital: 'ทุนจดทะเบียน',
registerName: 'ชื่อที่จดทะเบียน',
registerDate: 'วันที่จดทะเบียน',
},
},
};