refacot: add i18n thai
This commit is contained in:
parent
5d30fd3f11
commit
22e40dd95f
1 changed files with 23 additions and 0 deletions
|
|
@ -90,4 +90,27 @@ export default {
|
|||
...productService,
|
||||
...alertDialog,
|
||||
...bank,
|
||||
form: {
|
||||
title: {
|
||||
create: 'สร้าง {name}',
|
||||
edit: 'แก้ไข {name}',
|
||||
},
|
||||
error: {
|
||||
required: 'จำเป็นต้องกรอกข้อมูลนี้',
|
||||
invalid: 'ค่าที่ไม่ถูกต้อง',
|
||||
invalidCustomeMessage: 'ค่าที่ไม่ถูกต้อง {msg}',
|
||||
},
|
||||
},
|
||||
customer: {
|
||||
form: {
|
||||
group: {
|
||||
basicInfo: 'ข้อมูลพื้นฐาน',
|
||||
},
|
||||
registeredBranch: 'สาขาที่ลงทะเบียน',
|
||||
customerName: 'ชื่อบริษัท',
|
||||
customerNameEN: 'ชื่อบริษัท (EN)',
|
||||
personName: 'ชื่อลูกค้า',
|
||||
taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue