feat: i18n
This commit is contained in:
parent
2d215539ba
commit
f3e1168ee0
2 changed files with 5 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ export default {
|
||||||
form: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
basicInfo: 'Basic Information',
|
basicInfo: 'Basic Information',
|
||||||
|
branch: 'Branch',
|
||||||
},
|
},
|
||||||
registeredBranch: 'Registered Branch',
|
registeredBranch: 'Registered Branch',
|
||||||
customerName: 'Company Name',
|
customerName: 'Company Name',
|
||||||
|
|
|
||||||
|
|
@ -105,12 +105,16 @@ export default {
|
||||||
form: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
basicInfo: 'ข้อมูลพื้นฐาน',
|
basicInfo: 'ข้อมูลพื้นฐาน',
|
||||||
|
branch: 'ข้อมูลสาขา',
|
||||||
},
|
},
|
||||||
registeredBranch: 'สาขาที่ลงทะเบียน',
|
registeredBranch: 'สาขาที่ลงทะเบียน',
|
||||||
customerName: 'ชื่อบริษัท',
|
customerName: 'ชื่อบริษัท',
|
||||||
customerNameEN: 'ชื่อบริษัท (EN)',
|
customerNameEN: 'ชื่อบริษัท (EN)',
|
||||||
personName: 'ชื่อลูกค้า',
|
personName: 'ชื่อลูกค้า',
|
||||||
taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี',
|
taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี',
|
||||||
|
branch: {
|
||||||
|
title: 'สาขาที่ {name}',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue