@xiag-stc/react-org-unit-form
Version:
React components for editing Tour Operator- and Travel Agency properties
94 lines (89 loc) • 4.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _stcB2bTourOperatorType = require('stc-b2b-tour-operator-type');
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
exports.default = function () {
var _type, _type2, _type3;
return {
en: {
'react-org-unit-form': {
label: {
bankDetails: 'Bank details',
cityName: 'City',
contactPerson: 'Contact person',
countryName: 'Country',
dayUseRatesAllowed: 'Day use rates are allowed',
emailAddress: 'E-mail address',
faxNumber: 'Fax number',
financialDetails: 'Financial details',
name: 'Company name',
otaPassword: 'Hoteldata password',
otaUsername: 'Hoteldata username',
phoneNumber: 'Phone number',
remarks: 'Remarks',
save: 'Save',
streetAddress: 'Street address',
taxesPrepaidByDefault: 'Tax included',
type: 'Type',
webAddress: 'Web address',
zipCode: 'ZIP code'
},
type: (_type = {}, _defineProperty(_type, _stcB2bTourOperatorType.AIRLINE, 'Airline'), _defineProperty(_type, _stcB2bTourOperatorType.AIRPORT, 'Airport services company'), _defineProperty(_type, _stcB2bTourOperatorType.REGULAR, 'Regular'), _type)
}
},
de: {
'react-org-unit-form': {
label: {
bankDetails: 'Bankdaten',
cityName: 'Ort',
contactPerson: 'Gesprächspartner',
countryName: 'Land',
dayUseRatesAllowed: 'Tagesaufenthalt-Raten sind erlaubt',
emailAddress: 'E-Mail-Addresse',
faxNumber: 'Faxnummer',
financialDetails: 'Finanz-Details',
name: 'Firmenname',
otaPassword: 'Hoteldata-Passwort',
otaUsername: 'Hoteldata-Benutzername',
phoneNumber: 'Telefonnummer',
remarks: 'Bemerkungen',
save: 'Speichern',
streetAddress: 'Adresse (Strasse)',
taxesPrepaidByDefault: 'Taxen inklusive',
type: 'Typ',
webAddress: 'Web-Adresse',
zipCode: 'Postleitzahl'
},
type: (_type2 = {}, _defineProperty(_type2, _stcB2bTourOperatorType.AIRLINE, 'Fluggesellschaft'), _defineProperty(_type2, _stcB2bTourOperatorType.AIRPORT, 'Flughafen-Servicegesellschaft'), _defineProperty(_type2, _stcB2bTourOperatorType.REGULAR, 'Normal'), _type2)
}
},
zh: {
'react-org-unit-form': {
label: {
bankDetails: 'Bank details',
cityName: 'City',
contactPerson: 'Contact person',
countryName: 'Country',
dayUseRatesAllowed: 'Day use rates are allowed',
emailAddress: 'E-mail address',
faxNumber: 'Fax number',
financialDetails: 'Financial details',
name: 'Company name',
otaPassword: 'Hoteldata password',
otaUsername: 'Hoteldata username',
phoneNumber: 'Phone number',
remarks: 'Remarks',
save: '保存',
streetAddress: 'Street address',
taxesPrepaidByDefault: 'Tax included',
type: 'Type',
webAddress: 'Web address',
zipCode: 'ZIP code'
},
type: (_type3 = {}, _defineProperty(_type3, _stcB2bTourOperatorType.AIRLINE, 'Airline'), _defineProperty(_type3, _stcB2bTourOperatorType.AIRPORT, 'Airport services company'), _defineProperty(_type3, _stcB2bTourOperatorType.REGULAR, 'Regular'), _type3)
}
}
};
};