fix: type to package

This commit is contained in:
puriphatt 2024-10-10 17:20:42 +07:00
parent ee45da0e8c
commit c6c1971429
2 changed files with 12 additions and 12 deletions

View file

@ -566,19 +566,19 @@ export default {
name: 'Products and Services Types Name', name: 'Products and Services Types Name',
}, },
service: { service: {
title: 'Type', title: 'Package',
title2: 'Service', title2: 'Service',
totalWork: 'Total Work', totalWork: 'Total Work',
code: 'Type Code', code: 'Package Code',
name: 'Type Name', name: 'Package Name',
work: 'Work', work: 'Work',
workName: 'Work Name', workName: 'Work Name',
showTotalPrice: 'Show Total Price', showTotalPrice: 'Show Total Price',
addTitle: 'Add Type', addTitle: 'Add Package',
registeredBranch: 'Registered Branch', registeredBranch: 'Registered Branch',
information: 'Type Information', information: 'Package Information',
workInformation: 'Work Information', workInformation: 'Work Information',
serviceProperties: 'Type Properties', serviceProperties: 'Package Properties',
propertiesName: 'Properties Name', propertiesName: 'Properties Name',
properties: 'Properties', properties: 'Properties',
noProperties: 'No Properties', noProperties: 'No Properties',

View file

@ -561,19 +561,19 @@ export default {
name: 'ชื่อกลุ่มสินค้าและบริการ', name: 'ชื่อกลุ่มสินค้าและบริการ',
}, },
service: { service: {
title: 'ประเภท', title: 'แพ็คเกจ',
title2: 'บริการ', title2: 'บริการ',
totalWork: 'งานทั้งหมด', totalWork: 'งานทั้งหมด',
code: 'รหัสประเภท', code: 'รหัสแพ็คเกจ',
name: 'ชื่อประเภท', name: 'ชื่อแพ็คเกจ',
work: 'งาน', work: 'งาน',
workName: 'ชื่องาน', workName: 'ชื่องาน',
showTotalPrice: 'แสดงราคารวม', showTotalPrice: 'แสดงราคารวม',
addTitle: 'เพิ่มประเภท', addTitle: 'เพิ่มแพ็คเกจ',
registeredBranch: 'สาขาที่ลงทะเบียน', registeredBranch: 'สาขาที่ลงทะเบียน',
information: 'ข้อมูลประเภท', information: 'ข้อมูลแพ็คเกจ',
workInformation: 'ข้อมูลงาน', workInformation: 'ข้อมูลงาน',
serviceProperties: 'คุณสมบัติของประเภท', serviceProperties: 'คุณสมบัติของแพ็คเกจ',
propertiesName: 'ชื่อคุณสมบัติ', propertiesName: 'ชื่อคุณสมบัติ',
properties: 'คุณสมบัติ', properties: 'คุณสมบัติ',
noProperties: 'ยังไม่มีคุณสมบัติ', noProperties: 'ยังไม่มีคุณสมบัติ',