Merge pull request #190 from Frappet/feat/4-property-managment
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
feat: property managment
This commit is contained in:
commit
169af44eda
15 changed files with 1548 additions and 7 deletions
|
|
@ -1450,4 +1450,20 @@ export default {
|
|||
11: 'November',
|
||||
12: 'December',
|
||||
},
|
||||
|
||||
property: {
|
||||
title: 'Property',
|
||||
caption: 'Manage Properties',
|
||||
table: {
|
||||
name: 'Name',
|
||||
nameEn: 'English Name',
|
||||
type: 'Type',
|
||||
},
|
||||
dialog: {
|
||||
title: '',
|
||||
name: 'Name',
|
||||
nameEn: 'English Name',
|
||||
type: 'Type',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@ export default {
|
|||
personnel: 'บุคลากร',
|
||||
productService: 'สินค้าและบริการ',
|
||||
workflow: 'ขั้นตอนการทำงาน',
|
||||
property: 'คุณสมบัติ',
|
||||
customer: 'ลูกค้า',
|
||||
mainData: 'ข้อมูลหลัก',
|
||||
agencies: 'หน่วยงาน',
|
||||
|
|
@ -1431,4 +1432,20 @@ export default {
|
|||
11: 'พฤศจิกายน',
|
||||
12: 'ธันวาคม',
|
||||
},
|
||||
|
||||
property: {
|
||||
title: 'คุณสมบัติ',
|
||||
caption: 'จัดการคุณสมบัติ',
|
||||
table: {
|
||||
name: 'ชื่อ',
|
||||
nameEn: 'ชื่อภาษาอังกฤษ',
|
||||
type: 'ประเภท',
|
||||
},
|
||||
dialog: {
|
||||
title: '',
|
||||
name: 'ชื่อ',
|
||||
nameEn: 'ชื่อภาษาอังกฤษ',
|
||||
type: 'ประเภท',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue