@xiag-stc/react-basket
Version:
Order basket view: period of stay blocks containing the hotel blocks containing the room blocks; guest data forms with variations for Airline- and Airport-TO-s
115 lines (107 loc) • 4.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function () {
return {
en: {
'react-basket': {
mainTitle: 'Basket',
durationOfStay: 'Duration of stay',
nightsCount: '{count, plural, =0 {Single day} =1 {1 night} other {# nights}}',
asteriskTotal: '* Total',
totalColumnMeaning: 'Total price for all the guests and entire stay',
xRooms: '{count, plural, =1 {1 room} other {# rooms}}',
totalPrice: 'Total price',
deleteBasket: 'Delete basket',
book: 'Book',
bookingFailed: 'Reservation failed. Please replace the room.',
roomColumn: {
roomType: 'Room type',
meals: 'Meals',
occupancy: 'Occupancy',
total: 'Total *',
cancellationPolicy: 'Cancellation policy'
},
room: {
bedType: 'Bed type',
nonRefundableRate: 'Non-refundable rate',
clientDetails: 'Client details',
includeTaxes: 'Include city taxes for all travellers'
},
occupancy: {
adults: 'Adults',
children: 'Children (3-12 years)',
infants: 'Babies (0-2 years)',
impossible: 'The maximum capacity exceeded. Reverting to the original values...'
}
}
},
de: {
'react-basket': {
mainTitle: 'Warenkorb',
durationOfStay: 'Aufenthaltsdauer',
nightsCount: '{count, plural, =0 {Ein Tag} =1 {1 Nacht} other {# Nächte}}',
asteriskTotal: '* Summe',
totalColumnMeaning: 'Gesamtpreis für alle Gäste und den ganzen Aufenthalt',
xRooms: '{count} Zimmer',
totalPrice: 'Gesamtpreis',
deleteBasket: 'Warenkorb löschen',
book: 'Buchen',
bookingFailed: 'Die Reservierung ist fehlgeschlagen. Bitte ersetzen Sie das Zimmer',
roomColumn: {
roomType: 'Zimmertyp',
meals: 'Verpflegung',
occupancy: 'Belegung',
total: 'Summe *',
cancellationPolicy: 'Stornierungsbedingungen'
},
room: {
bedType: 'Bettentyp',
nonRefundableRate: 'Nicht zurückerstattbare Rate',
clientDetails: 'Kundendata',
includeTaxes: 'Kurtaxen für alle Reisenden hinzufügen'
},
occupancy: {
adults: 'Erwachsene',
children: 'Kinder (3-12 Jahre)',
infants: 'Babys (0-2 Jahre)',
impossible: 'Die maximale Kapazität überschritten. Zurückkehren zu den ursprünglichen Werten...'
}
}
},
zh: {
'react-basket': {
mainTitle: '购物篮',
durationOfStay: '入住期间',
nightsCount: '{count, plural, =0 {Single day} =1 {1 晚} other {# 晚}}',
asteriskTotal: '* 总计',
totalColumnMeaning: '所有客人入住总价格',
xRooms: '{count, plural, =1 {1 客房} other {# 客房}}',
totalPrice: 'Total price',
deleteBasket: '删除购物车',
book: '预订',
bookingFailed: '预订失败请重新选择',
roomColumn: {
roomType: '房型',
meals: '餐食',
occupancy: '入住人数',
total: '总计 *',
cancellationPolicy: '取消政策'
},
room: {
bedType: '床型',
nonRefundableRate: 'Non-refundable rate',
clientDetails: '客户基本信息',
includeTaxes: 'Include city taxes for all travellers'
},
occupancy: {
adults: 'Adults',
children: 'Children (3-12 years)',
infants: 'Babies (0-2 years)',
impossible: '超出可选最多房间数,重置为默认值。'
}
}
}
};
};