feat: update i18n
This commit is contained in:
parent
8b151896d1
commit
0af5d049c3
2 changed files with 5 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ export default {
|
||||||
basicInfo: 'Basic Information',
|
basicInfo: 'Basic Information',
|
||||||
branch: 'Branch',
|
branch: 'Branch',
|
||||||
},
|
},
|
||||||
|
codeAbbrev: 'Company Abbreviation',
|
||||||
|
codeNumber: 'Company Number',
|
||||||
registeredBranch: 'Registered Branch',
|
registeredBranch: 'Registered Branch',
|
||||||
customerName: 'Company Name',
|
customerName: 'Company Name',
|
||||||
customerNameEN: 'Company Name (EN)',
|
customerNameEN: 'Company Name (EN)',
|
||||||
|
|
|
||||||
|
|
@ -119,11 +119,14 @@ export default {
|
||||||
customer: {
|
customer: {
|
||||||
employer: 'นายจ้าง',
|
employer: 'นายจ้าง',
|
||||||
employee: 'ลูกจ้าง',
|
employee: 'ลูกจ้าง',
|
||||||
|
|
||||||
form: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
basicInfo: 'ข้อมูลพื้นฐาน',
|
basicInfo: 'ข้อมูลพื้นฐาน',
|
||||||
branch: 'ข้อมูลสาขา',
|
branch: 'ข้อมูลสาขา',
|
||||||
},
|
},
|
||||||
|
codeAbbrev: 'ชื่อย่อบริษัท',
|
||||||
|
codeNumber: 'เลขประจำตัวบริษัท',
|
||||||
registeredBranch: 'สาขาที่ลงทะเบียน',
|
registeredBranch: 'สาขาที่ลงทะเบียน',
|
||||||
customerName: 'ชื่อบริษัท',
|
customerName: 'ชื่อบริษัท',
|
||||||
customerNameEN: 'ชื่อบริษัท (EN)',
|
customerNameEN: 'ชื่อบริษัท (EN)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue