Merge pull request #190 from Frappet/feat/4-property-managment
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s

feat: property managment
This commit is contained in:
Methapon Metanipat 2025-03-13 09:09:25 +07:00 committed by GitHub
commit 169af44eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1548 additions and 7 deletions

View file

@ -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',
},
},
};

View file

@ -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: 'ประเภท',
},
},
};