feat: i18n

This commit is contained in:
Methapon2001 2024-08-06 08:56:29 +07:00
parent 2d215539ba
commit f3e1168ee0
2 changed files with 5 additions and 0 deletions

View file

@ -104,6 +104,7 @@ export default {
form: {
group: {
basicInfo: 'Basic Information',
branch: 'Branch',
},
registeredBranch: 'Registered Branch',
customerName: 'Company Name',

View file

@ -105,12 +105,16 @@ export default {
form: {
group: {
basicInfo: 'ข้อมูลพื้นฐาน',
branch: 'ข้อมูลสาขา',
},
registeredBranch: 'สาขาที่ลงทะเบียน',
customerName: 'ชื่อบริษัท',
customerNameEN: 'ชื่อบริษัท (EN)',
personName: 'ชื่อลูกค้า',
taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี',
branch: {
title: 'สาขาที่ {name}',
},
},
},
};