接入V4房型信息展示模型

This commit is contained in:
andy
2026-07-21 09:04:13 +07:00
parent 1d593f05fd
commit 8d181ee8ad
21 changed files with 1390 additions and 77 deletions

View File

@@ -585,6 +585,29 @@ export default {
cardConfirmed: 'Card confirmed and detail refreshed.',
reviewResolved: 'Review submitted and detail refreshed.',
validationFailed: 'Fix current-card field errors first.',
roomInformation: {
noDisplayModel: 'Room Information display model is not returned yet.',
emptyValues: 'No fields to display.',
changeSummary: 'Change summary',
currentValues: 'Current values',
proposedValues: 'Proposed values',
finalValues: 'Final values',
groupBlockName: 'Group block name',
fitName: 'FIT name',
arrivalDate: 'Arrival date',
departureDate: 'Departure date',
nights: 'Nights',
rateCode: 'Rate Code',
breakfastIncluded: 'Breakfast included',
groupBookingStatus: 'Group booking status',
blockId: 'Block ID',
confirmationNumber: 'Confirmation no.',
roomItems: 'Room items',
roomTypeCode: 'Room type code',
roomCount: 'Room count',
yes: 'Yes',
no: 'No',
},
lookup: {
loading: 'Loading catalog',
empty: 'No options in the current catalog. A no-match search does not mean the catalog is uninitialized.',

View File

@@ -585,6 +585,29 @@ export default {
cardConfirmed: 'ยืนยันการ์ดแล้วและรีเฟรชรายละเอียดแล้ว',
reviewResolved: 'ส่งผลตรวจสอบแล้วและรีเฟรชรายละเอียดแล้ว',
validationFailed: 'โปรดแก้ไขข้อมูลในการ์ดปัจจุบันก่อน',
roomInformation: {
noDisplayModel: 'ยังไม่ได้รับโมเดลแสดงผล Room Information',
emptyValues: 'ไม่มีฟิลด์ให้แสดง',
changeSummary: 'สรุปการเปลี่ยนแปลง',
currentValues: 'ค่าปัจจุบัน',
proposedValues: 'ค่าที่เสนอ',
finalValues: 'ค่าสุดท้าย',
groupBlockName: 'ชื่อกรุ๊ป',
fitName: 'ชื่อ FIT',
arrivalDate: 'วันเข้าพัก',
departureDate: 'วันออก',
nights: 'จำนวนคืน',
rateCode: 'Rate Code',
breakfastIncluded: 'รวมอาหารเช้า',
groupBookingStatus: 'สถานะกรุ๊ป',
blockId: 'Block ID',
confirmationNumber: 'เลขยืนยัน',
roomItems: 'รายละเอียดห้อง',
roomTypeCode: 'รหัสประเภทห้อง',
roomCount: 'จำนวนห้อง',
yes: 'ใช่',
no: 'ไม่ใช่',
},
lookup: {
loading: 'กำลังโหลดแค็ตตาล็อก',
empty: 'ไม่มีตัวเลือกในแค็ตตาล็อกปัจจุบัน หากค้นหาไม่พบไม่ได้หมายความว่าแค็ตตาล็อกยังไม่เริ่มต้น',

View File

@@ -585,6 +585,29 @@ export default {
cardConfirmed: '卡片已确认,详情已刷新。',
reviewResolved: '复核已提交,详情已刷新。',
validationFailed: '请先修正当前卡片字段。',
roomInformation: {
noDisplayModel: 'Room Information 展示模型暂未返回。',
emptyValues: '暂无可展示字段。',
changeSummary: '本次变更摘要',
currentValues: '当前值',
proposedValues: '建议值',
finalValues: '最终值',
groupBlockName: '团队名称',
fitName: '散客姓名',
arrivalDate: '入住日期',
departureDate: '离店日期',
nights: '晚数',
rateCode: 'Rate Code',
breakfastIncluded: '含早',
groupBookingStatus: '团队预订状态',
blockId: 'Block ID',
confirmationNumber: '确认号',
roomItems: '房型明细',
roomTypeCode: '房型代码',
roomCount: '房间数',
yes: '是',
no: '否',
},
lookup: {
loading: '目录加载中',
empty: '当前目录没有可选项;如果是搜索无结果,不代表目录未初始化。',