接入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.',