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: {
|
||||
group: {
|
||||
basicInfo: 'Basic Information',
|
||||
branch: 'Branch',
|
||||
},
|
||||
registeredBranch: 'Registered Branch',
|
||||
customerName: 'Company Name',
|
||||
|
|
|
|||
|
|
@ -105,12 +105,16 @@ export default {
|
|||
form: {
|
||||
group: {
|
||||
basicInfo: 'ข้อมูลพื้นฐาน',
|
||||
branch: 'ข้อมูลสาขา',
|
||||
},
|
||||
registeredBranch: 'สาขาที่ลงทะเบียน',
|
||||
customerName: 'ชื่อบริษัท',
|
||||
customerNameEN: 'ชื่อบริษัท (EN)',
|
||||
personName: 'ชื่อลูกค้า',
|
||||
taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี',
|
||||
branch: {
|
||||
title: 'สาขาที่ {name}',
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue