react-period-of-stay-input
Version:
React.js component for entering a period of stay in a hotel: check-in + check-out date
25 lines (24 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Locale_1 = require("./Locale");
function default_1() {
var _a;
return _a = {},
_a[Locale_1.default.EN] = {
'react-period-of-stay-input.period': '{count, plural, =0 {Single day} =1 {1 night} other {# nights}}',
'react-period-of-stay-input.checkInDay': 'Check-in day',
'react-period-of-stay-input.checkOutDay': 'Check-out day'
},
_a[Locale_1.default.DE] = {
'react-period-of-stay-input.period': '{count, plural, =0 {Ein Tag} =1 {1 Nacht} other {# Nächte}}',
'react-period-of-stay-input.checkInDay': 'Anreise',
'react-period-of-stay-input.checkOutDay': 'Abreise'
},
_a[Locale_1.default.ZH] = {
'react-period-of-stay-input.period': '{count, plural, =0 {一晚} =1 {1 晚} other {# 晚}}',
'react-period-of-stay-input.checkInDay': '入住日期',
'react-period-of-stay-input.checkOutDay': '退房日期'
},
_a;
}
exports.default = default_1;