From aafad9781f858a9e64bb82cb663b99405819407e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20J=C3=A4derberg?= Date: Wed, 22 Oct 2025 11:00:03 +0000 Subject: [PATCH] Merged in feat/lokalise-rebuild (pull request #2993) Feat/lokalise rebuild * chore(lokalise): update translation ids * chore(lokalise): easier to switch between projects * chore(lokalise): update translation ids * . * . * . * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * chore(lokalise): new translations * merge * switch to errors for missing id's * merge * sync translations Approved-by: Linus Flood --- apps/partner-sas/app/[lang]/debug/page.tsx | 54 - .../alternative-hotels/map/page.tsx | 1 + .../(standard)/alternative-hotels/page.tsx | 1 + .../components/ClientComponent.tsx | 27 - apps/partner-sas/components/Footer/Footer.tsx | 1 + .../components/LanguageSwitcher/index.tsx | 1 + .../components/Menu/FooterMenu/index.tsx | 25 +- .../components/Menu/MobileMenu/index.tsx | 3 + .../components/Menu/NavigationMenu/index.tsx | 5 +- .../components/Menu/UserMenu/index.tsx | 26 +- apps/partner-sas/eslint.config.mjs | 2 +- apps/partner-sas/i18n/dictionaries/da.json | 15659 +++++++-------- apps/partner-sas/i18n/dictionaries/de.json | 15633 +++++++-------- apps/partner-sas/i18n/dictionaries/en.json | 15329 +++++++-------- apps/partner-sas/i18n/dictionaries/fi.json | 15755 ++++++++------- apps/partner-sas/i18n/dictionaries/no.json | 15853 ++++++++------- apps/partner-sas/i18n/dictionaries/pl.json | 2 +- apps/partner-sas/i18n/dictionaries/sv.json | 16081 ++++++++-------- apps/scandic-web/actions/editProfile.ts | 6 + .../my-pages/@breadcrumbs/[...path]/error.tsx | 1 + .../(protected)/my-pages/[...path]/error.tsx | 1 + .../(protected)/my-pages/[...path]/page.tsx | 1 + .../destination_overview_page/[uid]/error.tsx | 1 + .../alternative-hotels/map/page.tsx | 1 + .../(standard)/alternative-hotels/page.tsx | 1 + .../hotelreservation/get-booking/page.tsx | 5 +- apps/scandic-web/app/[lang]/(live)/error.tsx | 1 + .../link-employment-error/page.tsx | 8 + .../components/AlreadyLinkedError.tsx | 3 + .../components/DateOfBirthError.tsx | 3 + .../sas-x-scandic/components/SASModal.tsx | 3 + .../components/TooManyCodesError.tsx | 3 + .../components/TooManyFailedAttemptsError.tsx | 3 + .../sas-x-scandic/components/UnlinkError.tsx | 2 + .../(sas)/(protected)/sas-x-scandic/error.tsx | 2 + .../(protected)/sas-x-scandic/error/page.tsx | 7 +- .../(protected)/sas-x-scandic/layout.tsx | 3 + .../sas-x-scandic/link/LinkAccountForm.tsx | 9 + .../sas-x-scandic/link/success/page.tsx | 3 + .../(protected)/sas-x-scandic/login/page.tsx | 5 + .../sas-x-scandic/otp/OneTimePasswordForm.tsx | 6 + .../(protected)/sas-x-scandic/otp/loading.tsx | 1 + .../(protected)/sas-x-scandic/otp/page.tsx | 5 + .../sas-x-scandic/transfer/success/page.tsx | 9 + .../sas-x-scandic/unlink/success/page.tsx | 2 + .../app/[lang]/webview/(views)/layout.tsx | 3 + .../Blocks/CampaignHotelListing/Client.tsx | 3 + .../HotelListingItem/index.tsx | 3 + .../Blocks/CampaignHotelListing/index.tsx | 4 +- .../DynamicContent/HowItWorks/index.tsx | 1 + .../JobylonFeed/JobList/Filter/index.tsx | 8 + .../JobylonFeed/JobList/index.tsx | 5 + .../JobylonFeed/JobylonCard/index.tsx | 3 + .../DynamicContent/LoyaltyLevels/index.tsx | 3 + .../CookieConsentButton/index.tsx | 1 + .../MyPagesOverviewShortcuts/index.tsx | 30 +- .../Overview/Buttons/CopyButton.tsx | 2 + .../Friend/MembershipNumber/index.tsx | 2 + .../DynamicContent/Overview/Friend/index.tsx | 5 +- .../MembershipOverviewCard/SasBoostStatus.tsx | 1 + .../Overview/MembershipOverviewCard/index.tsx | 4 +- .../Overview/Stats/ExpiringPoints/index.tsx | 1 + .../Overview/Stats/Points/index.tsx | 4 + .../Overview/UserBaseInfo/index.tsx | 2 + .../Blocks/DynamicContent/Overview/index.tsx | 1 + .../DynamicContent/OverviewTable/Client.tsx | 4 + .../OverviewTable/LevelSummary/index.tsx | 2 + .../OverviewTable/YourLevelScript/index.tsx | 1 + .../Points/ClaimPoints/index.tsx | 6 +- .../Points/EarnAndBurn/AwardPoints/index.tsx | 1 + .../JourneyTable/ClientTable/Row/index.tsx | 13 +- .../JourneyTable/ClientTable/index.tsx | 5 + .../ExpiringPointsTable/index.tsx | 5 +- .../ExpiringPointsSeeAllButton.tsx | 8 +- .../PointsToSpendCard.module.css | 1 + .../Points/PointsToSpendCard/index.tsx | 5 + .../Points/PointsToSpendCard/utils.ts | 2 + .../Rewards/NextLevel/index.tsx | 2 + .../Rewards/Redeem/ActiveRedeemedBadge.tsx | 1 + .../Rewards/Redeem/ConfirmClose.tsx | 5 + .../Rewards/Redeem/Flows/Campaign.tsx | 4 + .../Rewards/Redeem/Flows/Tier.tsx | 3 + .../Rewards/Redeem/MembershipNumberBadge.tsx | 1 + .../Rewards/Redeem/TimedRedeemedBadge.tsx | 1 + .../DynamicContent/Rewards/Redeem/index.tsx | 2 + .../Rewards/ScriptedRewardText/index.tsx | 3 + .../SAS/LinkAccountBanner/index.tsx | 5 + .../SAS/LinkedAccounts/UnlinkSAS.tsx | 5 + .../SAS/LinkedAccounts/index.tsx | 15 + .../SAS/TransferPoints/TransferPointsForm.tsx | 10 + .../TransferPointsFormClient.tsx | 11 + .../Stays/EmptyUpcomingStays/index.tsx | 3 + .../Stays/ShowMoreButton/index.tsx | 1 + .../HotelListing/HotelListingItem/index.tsx | 3 + .../Carousel/CarouselNavigation.tsx | 2 + .../TopCampaign/index.tsx | 6 +- .../CityMap/HotelList/Content.tsx | 2 + .../CityMap/HotelList/index.tsx | 1 + .../CityMap/HotelListItem/index.tsx | 3 + .../DestinationCityPage/CityMap/index.tsx | 5 +- .../DestinationCityPage/index.tsx | 5 +- .../CityMapCard/index.tsx | 3 + .../CountryMap/CityList/Content.tsx | 2 + .../CountryMap/CityList/index.tsx | 1 + .../CountryMap/CityListItem/index.tsx | 2 + .../DestinationCountryPage/index.tsx | 2 + .../CityListing/CityListingItem/index.tsx | 2 + .../DestinationListing/CityListing/index.tsx | 4 + .../HotelListing/HotelListingItem/index.tsx | 5 + .../DestinationListing/HotelListing/index.tsx | 4 + .../DestinationSearch/Form.tsx | 5 +- .../DestinationSearch/index.tsx | 2 + .../DestinationsList/Destination/index.tsx | 2 + .../HotelsSection/index.tsx | 1 + .../DestinationPage/ExperienceList/utils.tsx | 7 + .../DestinationPage/HotelMapCard/index.tsx | 2 + .../DestinationPage/Map/DynamicMap/index.tsx | 4 + .../ContentType/DestinationPage/Map/index.tsx | 3 + .../SeeOnMapFilterWrapper/index.tsx | 1 + .../DestinationPage/SeoFilters/index.tsx | 10 +- .../DestinationPage/Sidepeek/index.tsx | 2 + .../DestinationPage/StaticMap/index.tsx | 2 + .../DestinationPage/TopImages/index.tsx | 2 + .../ContentType/DestinationPage/utils.ts | 2 + .../ContentType/HotelMapPage/Client.tsx | 1 + .../HotelMapPage/Sidebar/index.tsx | 6 +- .../ContentType/HotelMapPage/Sidebar/util.ts | 7 + .../HotelPage/AmenitiesList/index.tsx | 2 + .../ContentType/HotelPage/Campaigns/index.tsx | 11 +- .../HotelPage/Facilities/index.tsx | 2 + .../IntroSection/TripAdvisorSection/index.tsx | 1 + .../HotelPage/IntroSection/index.tsx | 3 + .../HotelPage/Map/MapCard/index.tsx | 3 + .../HotelPage/Map/MobileMapToggle/index.tsx | 3 + .../HotelPage/Map/StaticMap/index.tsx | 1 + .../HotelPage/PreviewImages/index.tsx | 3 + .../HotelPage/Rooms/RoomCard/index.tsx | 3 + .../ContactInformation/index.tsx | 9 + .../SidePeeks/AboutTheHotel/index.tsx | 2 + .../HotelPage/SidePeeks/Activities/index.tsx | 2 + .../HotelPage/SidePeeks/Amenities/index.tsx | 2 + .../MeetingsAndConferences/index.tsx | 3 + .../SidePeeks/MeetingsAndConferences/util.ts | 4 + .../RestaurantBarItemLinks.tsx | 3 + .../RestaurantBar/RestaurantBarItem/index.tsx | 2 + .../SidePeeks/RestaurantBar/index.tsx | 1 + .../SidePeeks/Room/RoomFacilities/index.tsx | 2 + .../SidePeeks/Room/RoomTypes/index.tsx | 2 + .../HotelPage/SidePeeks/Room/index.tsx | 5 + .../HotelPage/SidePeeks/Room/utils.ts | 7 +- .../HotelPage/SidePeeks/Tripadvisor/index.tsx | 4 + .../Facility/OpeningHours/index.tsx | 5 + .../WellnessAndExercise/Facility/utils.ts | 21 +- .../SidePeeks/WellnessAndExercise/index.tsx | 2 + .../components/ContentType/HotelPage/utils.ts | 18 +- .../AccessibilitySubpage/index.tsx | 2 + .../HotelSubpage/MeetingsSubpage/index.tsx | 1 + .../HotelSubpage/ParkingSubpage/index.tsx | 1 + .../HotelSubpage/RestaurantSubpage/index.tsx | 1 + .../HotelSubpage/Sidebar/MeetingsSidebar.tsx | 1 + .../HotelSubpage/Sidebar/ParkingSidebar.tsx | 2 + .../Sidebar/RestaurantSidebar.tsx | 5 + .../HotelSubpage/Sidebar/WellnessSidebar.tsx | 3 + .../HotelSubpage/WellnessSubpage/index.tsx | 1 + .../ExpiredPromoCampaign/index.tsx | 3 + .../ActivateOffer/CampaignActivated/index.tsx | 1 + .../Hero/ActivateOffer/ErrorModal/index.tsx | 5 + .../Hero/ActivateOffer/index.tsx | 1 + .../Hero/IneligibleMessage/index.tsx | 2 + .../Hero/PromoLoginButton.tsx | 1 + .../Hero/PromoSignUpButton.tsx | 1 + .../PromoCampaignPage/Hero/index.tsx | 2 + .../components/DatePicker/Single/Desktop.tsx | 3 +- .../components/DatePicker/Single/Mobile.tsx | 1 + .../DestinationFilterAndSort/Filter/index.tsx | 3 + .../FilterAndSortButton/index.tsx | 1 + .../DestinationFilterAndSort/Sort/index.tsx | 2 + .../DestinationFilterAndSort/index.tsx | 8 + .../EmployeeBenefits/AuthCard/index.tsx | 12 +- .../EmployeeBenefits/CallToActions/index.tsx | 8 +- .../components/Footer/Details/index.tsx | 2 + .../Forms/Edit/Profile/FormContent/index.tsx | 27 +- .../components/Forms/Edit/Profile/index.tsx | 7 + .../components/Forms/Signup/index.tsx | 33 +- .../Header/MainMenu/LogoLink/index.tsx | 1 + .../Header/MainMenu/MobileMenu/index.tsx | 6 + .../Header/MainMenu/MyPagesMenu/index.tsx | 1 + .../MainMenu/MyPagesMenuContent/index.tsx | 14 +- .../MainMenu/MyPagesMenuWrapper/index.tsx | 2 + .../MainMenu/MyPagesMobileMenu/index.tsx | 2 + .../components/Header/TopMenu/index.tsx | 1 + .../HotelFilterAndSort/Filter/index.tsx | 4 + .../HotelFilterAndSort/Sort/index.tsx | 2 + .../components/HotelFilterAndSort/index.tsx | 7 + .../FindMyBooking/AdditionalInfoForm.tsx | 5 + .../HotelReservation/FindMyBooking/index.tsx | 10 + .../ActionButtons/index.tsx | 4 + .../PriceDetails/PriceSummary/index.tsx | 28 +- .../PriceDetails/index.tsx | 25 +- .../Steps/ConfirmationStep/index.tsx | 25 +- .../Steps/DeliveryDetailsStep/index.tsx | 4 + .../Steps/SelectAncillaryStep/index.tsx | 1 + .../Steps/SelectQuantityStep/index.tsx | 16 +- .../AddAncillaryFlowModal/index.tsx | 14 +- .../AddedAncillaries/RemoveButton.tsx | 6 + .../Ancillaries/AddedAncillaries/index.tsx | 35 +- .../Ancillaries/ViewAllAncillaries/index.tsx | 1 + .../MyStay/Ancillaries/index.tsx | 4 + .../MyStay/Ancillaries/utils.ts | 10 +- .../MyStay/BookingSummary/index.tsx | 5 + .../MyStay/GuestDetails/index.tsx | 14 + .../HotelReservation/MyStay/Header/index.tsx | 1 + .../MyStay/ModifyContact/index.tsx | 7 + .../MyStay/Receipt/Footer/index.tsx | 15 + .../MyStay/Receipt/Specification/index.tsx | 23 +- .../MyStay/Receipt/Total/index.tsx | 15 +- .../HotelReservation/MyStay/Receipt/index.tsx | 3 + .../Actions/Cancelled/CustomerSupport.tsx | 5 +- .../ReferenceCard/Actions/Cancelled/index.tsx | 5 +- .../Actions/CustomerSupportModal/index.tsx | 18 +- .../AddToCalendar/AddToCalendarButton.tsx | 1 + .../ManageStay/Actions/CancelStay/Alerts.tsx | 12 +- .../Steps/CancelStayPriceContainer.tsx | 17 +- .../Steps/Confirmation/Multiroom/index.tsx | 14 +- .../CancelStay/Steps/Confirmation/index.tsx | 14 +- .../Steps/FinalConfirmation/index.tsx | 15 +- .../ManageStay/Actions/CancelStay/index.tsx | 5 +- .../ChangeDates/Alerts/CannotChangeDate.tsx | 5 +- .../ChangeDates/Alerts/MultiRoomBooking.tsx | 5 +- .../ChangeDates/Alerts/NotMainRoom.tsx | 5 +- .../Steps/Confirmation/PriceAndDate/index.tsx | 2 + .../ChangeDates/Steps/Confirmation/index.tsx | 26 +- .../Steps/Form/Alerts/NoAvailability.tsx | 2 + .../ChangeDates/Steps/Form/NewDates/index.tsx | 10 +- .../Actions/ChangeDates/Steps/Form/index.tsx | 8 +- .../ManageStay/Actions/ChangeDates/index.tsx | 5 +- .../Actions/CustomerSupport/index.tsx | 5 +- .../GuaranteeLateArrival/Form/index.tsx | 14 +- .../Actions/GuaranteeLateArrival/index.tsx | 12 +- .../Actions/ViewAndPrintReceipt/index.tsx | 1 + .../NotCancelled/ManageStay/Info/index.tsx | 5 +- .../Actions/NotCancelled/ManageStay/index.tsx | 1 + .../Actions/NotCancelled/index.tsx | 1 + .../ReferenceCard/BookingCode/index.tsx | 1 + .../ReferenceCard/Cancellations/index.tsx | 6 +- .../MyStay/ReferenceCard/Dates/index.tsx | 1 + .../ReferenceCard/GuaranteeInfo/index.tsx | 2 + .../MyStay/ReferenceCard/Guests/index.tsx | 7 +- .../MyStay/ReferenceCard/Reference/index.tsx | 2 + .../MyStay/ReferenceCard/Room/index.tsx | 2 + .../MyStay/ReferenceCard/index.tsx | 1 + .../MyStay/Rooms/MultiRoom/Room.tsx | 13 + .../MyStay/Rooms/MultiRoom/index.tsx | 2 + .../BookingInformation/BookingCode.tsx | 1 + .../BookingInformation/PriceDetails/index.tsx | 1 + .../SingleRoom/Details/BedPreference.tsx | 5 +- .../Rooms/SingleRoom/Details/Breakfast.tsx | 7 +- .../Rooms/SingleRoom/Details/Guests.tsx | 3 + .../Rooms/SingleRoom/Details/ModifyBy.tsx | 2 + .../Rooms/SingleRoom/Details/Packages.tsx | 1 + .../Rooms/SingleRoom/Details/Terms/Terms.tsx | 1 + .../MyStay/Rooms/SingleRoom/Header/index.tsx | 2 + .../Rooms/SingleRoom/RoomDetailsSidePeek.tsx | 5 +- .../HotelReservation/MyStay/index.tsx | 5 + .../LanguageSwitcherContainer/index.tsx | 2 + .../LanguageSwitcherContent/index.tsx | 1 + .../components/LanguageSwitcher/index.tsx | 2 + .../components/LocalCallCharges/index.tsx | 1 + .../Maps/MapWithButtonWrapper/index.tsx | 1 + .../components/MeetingPackageWidget/index.tsx | 5 + .../MyPages/CopyMembershipIdButton/index.tsx | 2 + .../DigitalTeamMemberCard/Alert/index.tsx | 2 + .../MyPages/DigitalTeamMemberCard/Client.tsx | 2 + .../MyPages/DigitalTeamMemberCard/Content.tsx | 20 +- .../InnerCard/ProgressSection/index.tsx | 2 + .../InnerCard/StatsSection/index.tsx | 2 + .../InnerCard/SuccessCard/index.tsx | 2 + .../LevelProgressModal/index.tsx | 9 +- .../MyPages/LevelProgressCard/index.tsx | 6 +- .../Profile/ChangeNameDisclaimer/index.tsx | 1 + .../MyPages/Profile/Communication/index.tsx | 2 + .../MyPages/Profile/CreditCards/index.tsx | 2 + .../MyPages/Profile/MembershipCards/index.tsx | 7 + .../components/MyPages/Profile/index.tsx | 9 + .../MyPages/SASLevelUpgradeCheck.tsx | 1 + .../components/MyPages/Surprises/Card.tsx | 1 + .../components/MyPages/Surprises/Client.tsx | 5 + .../components/MyPages/Surprises/Initial.tsx | 6 + .../MyPages/Surprises/Navigation.tsx | 2 + .../Profile/AddCreditCardButton/index.tsx | 8 +- .../Profile/DeleteCreditCardConfirmation.tsx | 6 + .../Profile/ManagePreferencesButton/index.tsx | 3 + .../components/ProtectedLayout.tsx | 1 + .../Rewards/ExpirationDate/index.tsx | 1 + .../Accordions/Accessibility.tsx | 6 +- .../BookedRoomSidePeekContent/RoomDetails.tsx | 4 + .../BookedRoomSidePeekContent/index.tsx | 18 + .../Sidebar/JoinLoyalty/Contact/index.tsx | 1 + .../JoinLoyalty/LoyaltyLoginButton.tsx | 1 + .../Sidebar/JoinLoyalty/ReadMore/index.tsx | 3 + .../components/Sidebar/JoinLoyalty/index.tsx | 1 + .../TempDesignSystem/AncillaryCard/index.tsx | 7 +- .../TempDesignSystem/Breadcrumbs/index.tsx | 1 + .../Form/PasswordInput/index.tsx | 10 + .../MeetingRoomCard/index.tsx | 7 + .../TempDesignSystem/MeetingRoomCard/utils.ts | 19 +- .../TempDesignSystem/ShowMoreButton/index.tsx | 2 + .../TeaserCard/Sidepeek/index.tsx | 1 + .../components/UserNotFound/UserNotFound.tsx | 2 + .../Webviews/LinkToOverview/index.tsx | 1 + apps/scandic-web/eslint.config.mjs | 2 +- .../hooks/booking/useGuaranteeBooking.ts | 1 + .../booking/useGuaranteePaymentFailedToast.ts | 2 + .../hooks/booking/useRateTitles.ts | 6 + apps/scandic-web/i18n/dictionaries/da.json | 15659 +++++++-------- apps/scandic-web/i18n/dictionaries/de.json | 15633 +++++++-------- apps/scandic-web/i18n/dictionaries/en.json | 15329 +++++++-------- apps/scandic-web/i18n/dictionaries/fi.json | 15755 ++++++++------- apps/scandic-web/i18n/dictionaries/no.json | 15853 ++++++++------- apps/scandic-web/i18n/dictionaries/pl.json | 4 +- apps/scandic-web/i18n/dictionaries/sv.json | 16081 ++++++++-------- apps/scandic-web/stores/my-stay/helpers.ts | 1 + apps/scandic-web/stores/my-stay/index.ts | 3 + apps/scandic-web/utils/getErrorMessage.ts | 25 + .../metadata/description/destinationPage.ts | 5 + .../utils/metadata/description/hotelPage.ts | 7 +- .../utils/metadata/title/destinationPage.ts | 2 + .../utils/metadata/title/hotelPage.ts | 34 +- packages/booking-flow/eslint.config.mjs | 2 +- .../lib/components/AddToCalendar/index.tsx | 2 + .../components/AlternativeHotelsPageTitle.tsx | 1 + .../components/BookingCodeFilter/index.tsx | 5 + .../Header/Actions/AddToCalendarButton.tsx | 1 + .../Header/Actions/DownloadInvoice.tsx | 1 + .../Header/Actions/ManageBooking.tsx | 1 + .../BookingConfirmation/Header/index.tsx | 2 + .../HotelDetails/index.tsx | 2 + .../PaymentDetails/index.tsx | 2 + .../BookingConfirmation/Promos/index.tsx | 8 +- .../Receipt/Room/Breakfast/index.tsx | 11 +- .../Receipt/Room/index.tsx | 9 + .../Receipt/TotalPrice/index.tsx | 1 + .../BookingConfirmation/Receipt/index.tsx | 2 + .../Rooms/LinkedReservation/Retry.tsx | 2 + .../BookingConfirmation/Rooms/Room/index.tsx | 13 + .../BookingConfirmation/Rooms/index.tsx | 2 + .../components/BookingConfirmation/index.tsx | 2 + .../lib/components/BookingFlowInput/errors.ts | 27 + .../FormContent/BookingCode/index.tsx | 10 + .../RemoveExtraRooms/RemoveExtraRooms.tsx | 1 + .../FormContent/RewardNight/index.tsx | 4 + .../SearchList/ClearSearchButton/index.tsx | 1 + .../FormContent/Search/SearchList/index.tsx | 13 + .../FormContent/Search/index.tsx | 23 +- .../FormContent/ValidationError/index.tsx | 2 + .../FormContent/Voucher/index.tsx | 4 +- .../BookingWidgetForm/FormContent/index.tsx | 16 +- .../DatePicker/Range/Desktop.tsx | 1 + .../BookingWidget/DatePicker/Range/Mobile.tsx | 1 + .../BookingWidget/DatePicker/index.tsx | 1 + .../GuestsRoomsPicker/AdultSelector/index.tsx | 1 + .../ChildSelector/ChildInfoSelector.tsx | 6 + .../GuestsRoomsPicker/ChildSelector/index.tsx | 1 + .../BookingWidget/GuestsRoomsPicker/Form.tsx | 5 + .../GuestsRoomsPicker/GuestsRoom/index.tsx | 2 + .../BookingWidget/GuestsRoomsPicker/index.tsx | 11 +- .../MobileToggleButton/index.tsx | 19 +- .../lib/components/Contact/index.tsx | 8 + .../EnterDetails/Breakfast/index.tsx | 9 + .../EnterDetails/Confirm/Guarantee/index.tsx | 20 +- .../components/EnterDetails/Confirm/index.tsx | 3 + .../Details/MemberPriceModal/index.tsx | 3 + .../JoinScandicFriendsCard/index.tsx | 4 + .../index.tsx | 5 + .../EnterDetails/Details/Multiroom/index.tsx | 8 + .../RoomOne/JoinScandicFriendsCard/index.tsx | 4 + .../index.tsx | 4 + .../RoomOne/Signup/MembershipNumberInput.tsx | 1 + .../Details/RoomOne/Signup/index.tsx | 17 +- .../EnterDetails/Details/RoomOne/index.tsx | 7 + .../Details/SpecialRequests/index.tsx | 2 + .../components/EnterDetails/Header/index.tsx | 1 + .../Payment/BookingAlert/index.tsx | 4 + .../Payment/GuaranteeDetails/index.tsx | 6 + .../MixedRatePaymentBreakdown/index.tsx | 3 + .../PaymentCallback/TimeoutSpinner/index.tsx | 2 + .../EnterDetails/Payment/PaymentClient.tsx | 14 +- .../Payment/TermsAndConditions/index.tsx | 4 + .../PriceChangeSummary/index.tsx | 10 + .../EnterDetails/PriceChangeDialog/index.tsx | 7 + .../EnterDetails/Room/Multiroom.tsx | 15 +- .../lib/components/EnterDetails/Room/One.tsx | 15 +- .../lib/components/EnterDetails/Room/utils.ts | 2 + .../components/EnterDetails/Section/index.tsx | 2 + .../EnterDetails/SelectedRoom/index.tsx | 4 + .../Summary/Mobile/BottomSheet/index.tsx | 3 + .../Summary/UI/Room/Breakfast/index.tsx | 11 +- .../EnterDetails/Summary/UI/Room/index.tsx | 9 + .../EnterDetails/Summary/UI/index.tsx | 4 + .../components/FnFNotAllowedAlert/index.tsx | 1 + .../HotelCardDialogListing/index.tsx | 1 + .../lib/components/HotelCardListing/index.tsx | 2 + .../HotelSidePeekContent/index.tsx | 7 +- .../ListingHotelCardDialog/index.tsx | 11 + .../PriceDetailsTable/Breakfast.tsx | 13 +- .../Row/Price/CorporateCheque.tsx | 6 +- .../Row/Price/Redemption.tsx | 6 +- .../PriceDetailsTable/Row/Price/Regular.tsx | 6 +- .../PriceDetailsTable/Row/Price/Voucher.tsx | 6 +- .../PriceDetailsTable/Row/Vat.tsx | 10 +- .../PriceDetailsTable/index.tsx | 22 +- .../components/PriceDetailsModal/index.tsx | 5 +- .../RoomSidePeekContent/index.tsx | 8 + .../Filters/FilterAndSortModal/index.tsx | 12 +- .../Filters/FilterContent/index.tsx | 16 +- .../SelectHotel/HotelCount/index.tsx | 1 + .../SelectHotel/HotelSorter/index.tsx | 8 +- .../MapWithButtonWrapper/index.tsx | 1 + .../MobileMapButtonContainer/index.tsx | 1 + .../SelectHotel/NoAvailabilityAlert.tsx | 11 +- .../SelectHotelMapContent/index.tsx | 9 +- .../SelectRate/AmenititesSidePeekLabel.tsx | 1 + .../SelectRate/AvailabilityError.tsx | 1 + .../RateSummary/DesktopSummary.tsx | 28 +- .../MobileSummary/Content/index.tsx | 4 + .../RateSummary/MobileSummary/Room/index.tsx | 17 +- .../RateSummary/MobileSummary/index.tsx | 3 + .../SelectedRoomPanel/index.tsx | 11 +- .../Rooms/MultiRoomWrapper/index.tsx | 7 +- .../Rooms/NoAvailabilityAlert/index.tsx | 5 + .../Form/Checkboxes/PetRoomMessage/index.tsx | 1 + .../RoomPackageFilter/Form/index.tsx | 6 +- .../RoomsHeader/RoomPackageFilter/Modal.tsx | 10 +- .../RoomsHeader/RoomPackageFilter/Popover.tsx | 5 +- .../RoomPackageFilter/usePackageLabels.ts | 3 + .../Rooms/RoomsHeader/index.tsx | 2 + .../RoomListItem/Details/RoomSize.tsx | 2 + .../RoomsList/RoomListItem/Details/index.tsx | 2 + .../Rates/BreakfastMessage/index.tsx | 4 + .../RoomsList/RoomListItem/Rates/Campaign.tsx | 8 + .../RoomsList/RoomListItem/Rates/Code.tsx | 10 +- .../RoomListItem/Rates/Redemptions.tsx | 4 + .../RoomsList/RoomListItem/Rates/Regular.tsx | 4 + .../RoomListItem/Rates/useRateTitles.ts | 6 + .../RoomListItem/RoomImage/index.tsx | 2 + .../RoomListItem/RoomNotAvailable/index.tsx | 1 + .../SelectRate/RoomsContainer/index.tsx | 4 +- .../BreakfastAccordionItem.tsx | 17 +- .../CheckInCheckOutAccordionItem.tsx | 20 +- .../ParkingAccordionItem.tsx | 2 + .../lib/components/SignupPromo/Desktop.tsx | 2 + .../lib/components/SignupPromo/Mobile.tsx | 1 + .../SelectRate/SelectRateContext/index.tsx | 3 + .../lib/utils/getRoomFeatureDescription.ts | 3 + packages/common/utils/numberFormatting.ts | 1 + packages/design-system/eslint.config.mjs | 2 +- .../lib/components/Alert/Sidepeek/index.tsx | 1 + .../lib/components/BookingCodeChip/index.tsx | 6 +- .../Form/SelectPaymentMethod/index.tsx | 1 + .../HotelCard/HotelChequeCard/index.tsx | 2 + .../StandaloneHotelCardDialog/index.tsx | 19 +- .../HotelCard/HotelPointsRow/index.tsx | 6 +- .../HotelCard/HotelPriceCard/index.tsx | 6 + .../HotelCard/HotelVoucherCard/index.tsx | 2 + .../HotelCard/NoPriceAvailableCard/index.tsx | 1 + .../components/HotelCard/RoomPrice/index.tsx | 8 +- .../lib/components/HotelCard/index.tsx | 5 + .../HotelInfoCard/HotelDescription/index.tsx | 2 + .../lib/components/HotelInfoCard/index.tsx | 1 + .../lib/components/ImageGallery/index.tsx | 1 + .../components/Lightbox/FullView/index.tsx | 1 + .../lib/components/Lightbox/Gallery/index.tsx | 8 +- .../HotelListingMapContent/index.tsx | 5 +- .../InteractiveMap/PoiMapMarkers/index.tsx | 1 + .../components/Map/InteractiveMap/index.tsx | 2 + .../lib/components/Modal/index.tsx | 1 + .../AlternateOpeningHours/index.tsx | 1 + .../lib/components/OpeningHours/utils.ts | 22 + .../ParkingInformation/ParkingList/index.tsx | 6 + .../ParkingPrices/index.tsx | 13 +- .../ParkingInformation/ParkingPrices/utils.ts | 4 + .../components/ParkingInformation/index.tsx | 20 +- .../SidePeek/SelfControlled/index.tsx | 1 + .../lib/components/Toasts/Toast.tsx | 3 +- scripts/i18n/lokalise.ts | 443 +- scripts/i18n/syncDefaultMessage/index.ts | 79 + .../i18n/syncDefaultMessage/syncFile.test.ts | 92 + scripts/i18n/syncDefaultMessage/syncFile.ts | 25 + .../syncFormattedMessage.test.ts | 69 + .../syncFormattedMessage.ts | 28 + .../syncIntlFormatMessage.test.ts | 102 + .../syncIntlFormatMessage.ts | 47 + scripts/i18n/syncDefaultMessage/test.tsx | 3 + scripts/i18n/syncDefaultMessage/test2.tsx | 6 + .../i18n/syncDefaultMessage/vitest-setup.ts | 0 .../i18n/syncDefaultMessage/vitest.config.ts | 9 + scripts/i18n/updateIds/.gitignore | 1 + scripts/i18n/updateIds/index.ts | 335 + vitest.config.ts | 10 +- 499 files changed, 93363 insertions(+), 99164 deletions(-) delete mode 100644 apps/partner-sas/app/[lang]/debug/page.tsx delete mode 100644 apps/partner-sas/components/ClientComponent.tsx create mode 100644 scripts/i18n/syncDefaultMessage/index.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncFile.test.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncFile.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncFormattedMessage.test.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncFormattedMessage.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncIntlFormatMessage.test.ts create mode 100644 scripts/i18n/syncDefaultMessage/syncIntlFormatMessage.ts create mode 100644 scripts/i18n/syncDefaultMessage/test.tsx create mode 100644 scripts/i18n/syncDefaultMessage/test2.tsx create mode 100644 scripts/i18n/syncDefaultMessage/vitest-setup.ts create mode 100644 scripts/i18n/syncDefaultMessage/vitest.config.ts create mode 100644 scripts/i18n/updateIds/.gitignore create mode 100644 scripts/i18n/updateIds/index.ts diff --git a/apps/partner-sas/app/[lang]/debug/page.tsx b/apps/partner-sas/app/[lang]/debug/page.tsx deleted file mode 100644 index b1165be24..000000000 --- a/apps/partner-sas/app/[lang]/debug/page.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import { BookingWidget } from "@scandic-hotels/booking-flow/BookingWidget" -import { parseBookingWidgetSearchParams } from "@scandic-hotels/booking-flow/utils/url" -import { Typography } from "@scandic-hotels/design-system/Typography" - -import { bookingFlowConfig } from "@/constants/bookingFlowConfig" -import { serverClient } from "@/lib/trpc" - -import { getIntl } from "@/i18n" -import { getLang } from "@/i18n/serverContext" - -import { ClientComponent } from "../../../components/ClientComponent" - -type SearchParams = { - searchParams: Promise -} - -export default async function Debug(props: SearchParams) { - const searchParams = await props.searchParams - const intl = await getIntl() - const lang = await getLang() - const caller = await serverClient() - const destinations = await caller.autocomplete.destinations({ - lang, - includeTypes: ["hotels"], - query: "Göteborg", - }) - const hotel = destinations.hits.hotels[0].name - - const booking = parseBookingWidgetSearchParams(searchParams) - - return ( -
- - {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} -

from booking-flow package:

-
- -
- - {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} -

hello world with data: {hotel}

-
- - {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} -

- translated: - {intl.formatMessage({ defaultMessage: "Map of the city" })} -

-
-
- -
- ) -} diff --git a/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/map/page.tsx b/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/map/page.tsx index 9ab05e1df..5950fe644 100644 --- a/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/map/page.tsx +++ b/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/map/page.tsx @@ -36,6 +36,7 @@ export async function generateMetadata({ const title = intl.formatMessage( { + id: "alternativeHotels.title", defaultMessage: "Alternatives for {value}", }, { diff --git a/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/page.tsx b/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/page.tsx index 341d7d9f5..19ef41b43 100644 --- a/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/page.tsx +++ b/apps/partner-sas/app/[lang]/hotelreservation/(standard)/alternative-hotels/page.tsx @@ -36,6 +36,7 @@ export async function generateMetadata({ const title = intl.formatMessage( { + id: "alternativeHotels.title", defaultMessage: "Alternatives for {value}", }, { diff --git a/apps/partner-sas/components/ClientComponent.tsx b/apps/partner-sas/components/ClientComponent.tsx deleted file mode 100644 index fd6f90ff2..000000000 --- a/apps/partner-sas/components/ClientComponent.tsx +++ /dev/null @@ -1,27 +0,0 @@ -/* eslint-disable formatjs/no-literal-string-in-jsx */ -"use client" -import { useIntl } from "react-intl" - -import { Lang } from "@scandic-hotels/common/constants/language" -import { trpc } from "@scandic-hotels/trpc/client" - -export function ClientComponent() { - const intl = useIntl() - const { data, isLoading } = trpc.autocomplete.destinations.useQuery({ - lang: Lang.en, - includeTypes: ["hotels"], - query: "Malmö", - }) - - return ( -
-

client component

-

Data: {JSON.stringify(data?.hits?.hotels[0]?.name)}

-

Is loading: {isLoading ? "Yes" : "No"}

-

Translated text:

- {intl.formatMessage({ - defaultMessage: "All-day breakfast", - })} -
- ) -} diff --git a/apps/partner-sas/components/Footer/Footer.tsx b/apps/partner-sas/components/Footer/Footer.tsx index 2717311ec..ecf55d32d 100644 --- a/apps/partner-sas/components/Footer/Footer.tsx +++ b/apps/partner-sas/components/Footer/Footer.tsx @@ -33,6 +33,7 @@ export async function Footer() {

{intl.formatMessage( { + id: "footer.copyright", defaultMessage: "© {currentYear} Scandic Hotels all rights reserved", }, diff --git a/apps/partner-sas/components/LanguageSwitcher/index.tsx b/apps/partner-sas/components/LanguageSwitcher/index.tsx index e01ba7527..547343375 100644 --- a/apps/partner-sas/components/LanguageSwitcher/index.tsx +++ b/apps/partner-sas/components/LanguageSwitcher/index.tsx @@ -180,6 +180,7 @@ function LanguageSwitcherContent({

{intl.formatMessage({ + id: "common.selectYourLanguage", defaultMessage: "Select your language", })}

diff --git a/apps/partner-sas/components/Menu/FooterMenu/index.tsx b/apps/partner-sas/components/Menu/FooterMenu/index.tsx index 0a92677ff..fc3091c1f 100644 --- a/apps/partner-sas/components/Menu/FooterMenu/index.tsx +++ b/apps/partner-sas/components/Menu/FooterMenu/index.tsx @@ -38,17 +38,26 @@ export function FooterMenu() { href={routeToScandicWeb(customerService)[lang]} className={styles.link} > - {intl.formatMessage({ defaultMessage: "Contact us" })} + {intl.formatMessage({ + id: "common.contactUs", + defaultMessage: "Contact us", + })} - {intl.formatMessage({ defaultMessage: "FAQ" })} + {intl.formatMessage({ + id: "common.faq", + defaultMessage: "FAQ", + })} - {intl.formatMessage({ defaultMessage: "Rates" })} + {intl.formatMessage({ + id: "partnerSas.footer.rates", + defaultMessage: "Rates", + })} @@ -56,7 +65,10 @@ export function FooterMenu() { href={routeToScandicWeb(policies)[lang]} className={styles.link} > - {intl.formatMessage({ defaultMessage: "Policies" })} + {intl.formatMessage({ + id: "partnerSas.footer.policies", + defaultMessage: "Policies", + })} @@ -64,7 +76,10 @@ export function FooterMenu() { href={routeToScandicWeb(sasEuroBonus)[lang]} className={styles.link} > - {intl.formatMessage({ defaultMessage: "SAS EuroBonus" })} + {intl.formatMessage({ + id: "partnerSas.sasEuroBonus", + defaultMessage: "SAS EuroBonus", + })} diff --git a/apps/partner-sas/components/Menu/MobileMenu/index.tsx b/apps/partner-sas/components/Menu/MobileMenu/index.tsx index 28a132ecf..aa804f0bf 100644 --- a/apps/partner-sas/components/Menu/MobileMenu/index.tsx +++ b/apps/partner-sas/components/Menu/MobileMenu/index.tsx @@ -14,9 +14,11 @@ export function MobileMenu({ children }: React.PropsWithChildren) { const intl = useIntl() const closeMsg = intl.formatMessage({ + id: "header.closeMenu", defaultMessage: "Close menu", }) const openMsg = intl.formatMessage({ + id: "header.openMenu", defaultMessage: "Open menu", }) @@ -41,6 +43,7 @@ export function MobileMenu({ children }: React.PropsWithChildren) { diff --git a/apps/partner-sas/components/Menu/NavigationMenu/index.tsx b/apps/partner-sas/components/Menu/NavigationMenu/index.tsx index cea19e33f..99f26af13 100644 --- a/apps/partner-sas/components/Menu/NavigationMenu/index.tsx +++ b/apps/partner-sas/components/Menu/NavigationMenu/index.tsx @@ -38,7 +38,10 @@ export function NavigationMenu({ isMobile = false }: { isMobile?: boolean }) { {isMobile ? null : ( )} - {intl.formatMessage({ defaultMessage: "Contact us" })} + {intl.formatMessage({ + id: "common.contactUs", + defaultMessage: "Contact us", + })} diff --git a/apps/partner-sas/components/Menu/UserMenu/index.tsx b/apps/partner-sas/components/Menu/UserMenu/index.tsx index 8d458ee98..f6a5fe4d8 100644 --- a/apps/partner-sas/components/Menu/UserMenu/index.tsx +++ b/apps/partner-sas/components/Menu/UserMenu/index.tsx @@ -65,7 +65,12 @@ export function UserMenu({ isMobile = false }: { isMobile?: boolean }) { : "Body/Supporting text (caption)/smRegular" } > - {intl.formatMessage({ defaultMessage: "Log in" })} + + {intl.formatMessage({ + id: "partnerSas.menu.login", + defaultMessage: "Log in", + })} + )} @@ -102,6 +107,7 @@ export function UserMenu({ isMobile = false }: { isMobile?: boolean }) { type="button" className={styles.closeModalBtn} aria-label={intl.formatMessage({ + id: "header.closeMenu", defaultMessage: "Close menu", })} onPress={close} @@ -158,7 +164,10 @@ function UserMenuContent({

{intl.formatMessage( - { defaultMessage: `Hi {fName} {lName}!` }, + { + id: "partnerSas.mobileMenu.greeting", + defaultMessage: `Hi {fName} {lName}!`, + }, { fName: firstName, lName: lastName } )}

@@ -166,7 +175,12 @@ function UserMenuContent({ )}

- {intl.formatMessage({ defaultMessage: "EB Points" })} + + {intl.formatMessage({ + id: "partnerSas.menu.ebPointsTitle", + defaultMessage: "EB Points", + })} + {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -176,6 +190,7 @@ function UserMenuContent({ {intl.formatMessage( { + id: "partnerSas.menu.ebPoints", defaultMessage: "{points} points", }, { @@ -190,7 +205,10 @@ function UserMenuContent({ {/* Link triggers rsc which doesn't reload complete page and shows logged in even after logout */} - {intl.formatMessage({ defaultMessage: "Log out" })} + {intl.formatMessage({ + id: "common.logOut", + defaultMessage: "Log out", + })} diff --git a/apps/partner-sas/eslint.config.mjs b/apps/partner-sas/eslint.config.mjs index e93ea2a0c..fb419121a 100644 --- a/apps/partner-sas/eslint.config.mjs +++ b/apps/partner-sas/eslint.config.mjs @@ -100,7 +100,7 @@ export default defineConfig([ "formatjs/no-multiple-whitespaces": ["error"], "formatjs/no-multiple-plurals": ["error"], "formatjs/no-invalid-icu": ["error"], - "formatjs/no-id": ["error"], + "formatjs/enforce-id": ["error"], "formatjs/no-complex-selectors": ["error"], "formatjs/no-useless-message": ["error"], "formatjs/prefer-pound-in-plural": ["error"], diff --git a/apps/partner-sas/i18n/dictionaries/da.json b/apps/partner-sas/i18n/dictionaries/da.json index 80bf4e1db..de8fe6d28 100644 --- a/apps/partner-sas/i18n/dictionaries/da.json +++ b/apps/partner-sas/i18n/dictionaries/da.json @@ -1,71 +1,4901 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ugyldigt medlemsnummer" + "value": "Om tilgængelighed" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Kun tilladte tegn" + "value": "Ved at tilføje et kort garanterer du også din værelsesreservation ved sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamle datoer" + "value": "Betaling sker ved check-in. Kortet vil kun blive brugt til at garantere omkostningerne i tilfælde af udeblivelse." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr for voksne og børn på 4 år og derover." + "value": " tilgængelige point" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Der opstod en fejl under forsøget på at opdatere profilen." + "value": "Point skal trækkes fra nu" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alle tillægsydelser refunderes fuldt ud indtil " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Tidsvalg og særlige ønsker kan også ændres." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reserver med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jeg accepterer de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Booking- og annulleringsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du skal henvende dig, hvis du har spørgsmål." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Andre forespørgsler" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Morgenmad kan kun tilføjes for hele opholdets varighed og for alle gæster." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Utilstrækkelige point" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betal med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betal med point" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Vælg antal" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " tilføjet til din booking!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Noget gik galt. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunne ikke tilføjes til din booking!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Gratis for børn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/nat pr. voksen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/nat for børn (alder 4-12 år)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativer til " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Leveret på:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Kan ikke vise morgenmadspriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Opgrader dit ophold" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jeg accepterer booking- og annulleringsbetingelserne" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Sengepræference" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Bliv inspireret og begynd at drømme om din næste rejse. Udforsk flere Scandic-destinationer." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Book dit næste ophold" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Booking oversigt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Morgenmad ikke inkluderet" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Morgenmad inkluderet" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampagne" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Morgenmad hele dagen" + "value": "Annuller ophold" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mine samlede point" + "value": "Afbestillingsnr." } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ændre eller annullere" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kode / kupon" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Ekstra seng (barn) x " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Find booking" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri afbestilling" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Gratis ombooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gæster" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hoteller & Destinationer" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Laveste pris (seneste 30 dage)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tilgængelighed" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Ingen priser tilgængelige" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Der er ingen ledige værelser, der matcher din anmodning." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ikke-refunderbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Ikke nok point" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Tremmeseng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nætter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betal senere" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Betal nu" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris ekskl. moms" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Samlet pris inkl. moms" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Bookingsbetingelser" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Fjern ekstra værelser" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnat" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Faciliteter på værelset" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Rumklassificering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Værelse " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Værelse i alt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternative hoteller" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Vælg værelse" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jeg vil gerne modtage min bekræftelse på sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Særlige behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Med forbehold for tilgængelighed" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Vilkår" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Samlet beløb til betaling" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Samlet pris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. moms)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter til bookingkoder" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Priser med bookingkode" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Værelsespriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(e) reservation(er) er bekræftet, men vi kunne ikke bekræfte dit medlemskab. Hvis du har booket med medlemsrabat, skal du enten fremvise dit eksisterende medlemsnummer ved check-in, blive medlem eller betale prisforskellen på hotellet. Tilmelding sker helst online før opholdet." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Download faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotelinformation" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Prøv igen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Ændre din booking" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Medlemskabet kunne ikke bekræftes" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalingsoplysninger" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Book endnu et ophold" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Se og køb tilvalg" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Oplev de små ekstra detaljer, der kan gøre dit kommende ophold endnu mere uforglemmeligt." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Prøv noget nyt" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservationspolitik" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Anvendte medlemsfordele" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Reservationsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Afbestillingspolitik" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " fra " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlems-id: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Værelset vil være tilgængeligt for indtjekning efter kl. 18.00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Booking garanteret." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gæst" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Tak for din booking! Vi ser frem til at byde dig velkommen og håber, at du får et behageligt ophold." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bekræftelse af booking" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Samlede omkostninger: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Tilføj kode" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Husk koden" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Hvis du booker et kampagnetilbud eller en virksomhedsforhandlet pris, skal du bruge en særlig bookingkode. Brug ikke specialtegn som (.) (,) (-) (:). Hvis du gerne vil booke med koden VOF, skal du ringe til os på +45 33 48 04 02. Gem din bookingkode til næste gang, du besøger siden, ved at sætte kryds i boksen \"Husk\". Sæt ikke kryds i boksen, hvis du bruger en offentlig computer for at undgå uautoriseret adgang til din bookingkode." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Søg" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Opdater" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barnets alder er obligatorisk" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I voksnes seng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I tremmeseng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "I ekstra seng" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check ind" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Værelser & gæster" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Hvorhen?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusovernatning" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "For at booke en bonusnat, skal du sikre dig, at du er logget ind på din Scandic Friends-konto." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Tilføj værelse" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Færdig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Fjern rummet" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Ryd søgninger" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Byer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Lande" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hoteller" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jeg accepterer" + "value": "Seneste søgninger" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ingen resultater" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunne ikke finde et sted, der passede til din søgning." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Kan ikke søge" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Der opstod en fejl under søgningen. Prøv igen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Indtast destination eller hotel" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Der skal bruges en destination eller et hotelnavn for at kunne søge efter et hotelværelse." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brødkrummer" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Morgenmad hele dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Udforsk tilbuddet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hoteller inkluderet i dette tilbud" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Næste slide" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Forrige slide" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tilgængelighed" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Tilføj til kalender" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Voksen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Voksne" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "aldre" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Anvend" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tilbage" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tilbage til toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sengemuligheder" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Bookingnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Morgenmad" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Morgenmadsbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Annuller" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Annuller booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Aflysninger" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Er afbestilt" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ændre" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Ændringer" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check ind" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check ud" + } + ], + "common.children": [ + { + "type": 0, + "value": "Børn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Børn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "By" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Nulstil" + } + ], + "common.close": [ + { + "type": 0, + "value": "Luk" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Luk sprogmenuen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekræft" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakt os" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsæt" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landekode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Aftensmad" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Rutevejledning" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Kørselsvejledning" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-mail-adresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Find" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Fornavn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Følg os" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mad" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Fra" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Gå tilbage" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Sådan fungerer det" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Billedgalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. moms" + } + ], + "common.included": [ + { + "type": 0, + "value": "Inkluderet" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km til byens centrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Sprog" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Efternavn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live Events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Log ud" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Frokost" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hovedmenu" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Mandag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Måned" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Venligst accepter vores vilkår og betingelser" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mine fordele" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mine point" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mine ophold" + } + ], + "common.name": [ + { + "type": 0, + "value": "Navn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Næste" + } + ], + "common.night": [ + { + "type": 0, + "value": "nat" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen morgenmad" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanemærket" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ikke inkluderet" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Åben" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Åbn sprogmenuen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Åbningstider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valgfri" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Andre" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andre anmodninger" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Oversigt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Adgangskode" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Pr. voksen/nat" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Kæledyrsvenlig" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Point" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " point" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Point at bruge" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktiske oplysninger" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidligere" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformation" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Læs mere" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Fjerne" + } + ], + "common.room": [ + { + "type": 0, + "value": "Værelse" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Værelser" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lørdag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Gem" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alle" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alle billeder" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se værelser" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Vælg dit sprog" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Vis alle" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Vis mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Vis mere" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Tilmeld dig" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Oversigt" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Søndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Takeaway" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Total" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Samlede point" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Samlet pris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor-vurdering" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tirsdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Indtil " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "Moms" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Velkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Administrer cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Vælg datoer" + } + ], + "dates": [ + { + "type": 0, + "value": "Datoer" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tilbage til byer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinationer" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Udforsk byen" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinationer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Udforsk " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Anbefalet" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinationer i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Cykelvenlig" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Byens puls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familievenlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vandring" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajaksejlads" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Natteliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Udforsk byen" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hoteller i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tilbage til liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Kan ikke vise kortet" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Se som liste" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kort over byen" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Kort over landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Ingen matchende steder fundet" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det ser ud til, at ingen steder matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Udforsk alle vores hoteller" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Se alle hoteller i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Kan ikke åbne siden for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hoteldetaljer" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kort" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Der opstod en fejl ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hoteller" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Se hoteller på kort" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Er du allerede Scandic Friends-medlem?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Tilmeld dig vores loyalitetsprogram i dag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Tilknyt min ansættelse" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Log ind" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Log ind og tilknyt ansættelse" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du ikke en Scandic Friends-konto endnu?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Vis Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Tilmeld dig og tilknyt ansættelse" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Point bliver beregnet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bookingnummer / Reference" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Dato" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivelse" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tilvalg til din booking" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidligere Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Ingen tilgængelige transaktioner" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Point optjent før 1. maj 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Velkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nuværende password" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Annuller ændringer" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle ændringer, du har foretaget, vil gå tabt." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Kassér ændringer, der ikke er gemt?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tilbage for at ændre" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Indtast ny adgangskode igen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profilen er opdateret!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Brugeroplysninger" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Der opstod en fejl under forsøget på at opdatere profilen." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, kassér ændringer" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Ønsket sengetype" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Skift værelse" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi havde et problem med at behandle din booking. Prøv venligst igen. Der er ikke foretaget nogen opkrævninger." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nu annulleret din betaling." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr for voksne og børn på 4 år og derover." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Børnenes morgenmad er altid gratis som en del af de voksnes morgenmad." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Vælg morgenmadsmuligheder" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderer veganske, glutenfri og andre allergivenlige muligheder." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis for børn på 12 år og derunder." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Bekræft booking" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Når du garanterer din booking med et betalingskort, holder vi din booking indtil kl. 07.00 dagen efter check-ind." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Ved udeblivelse vil dit betalingskort blive opkrævet for den første nat." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garanti for sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Jeg ankommer muligvis senere end kl. 18:00 og ønsker at sikre min reservation." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Når du bekræfter bookingen, er værelset garanteret ved sen ankomst. Hvis du ikke ankommer uden at afbestille på forhånd, eller hvis du afbestiller efter kl. 18:00 lokal tid, vil du blive opkrævet betaling for én bonusnat." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktoplysninger" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Bliv medlem af Scandic Friends inden check-in" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bliv medlem af Scandic Friends nu" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Log ind" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for værelse " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Ved at tilmelde dig accepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Dit Scandic Friends-medlemskab er gyldigt indtil videre og kan til enhver tid opsiges ved at kontakte Scandics kundeservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på værelser" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Den nye pris er" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris på værelse aktiveret" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jeg accepterer vilkårene for denne booking og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for booking og afbestilling" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "For at sikre din reservation beder vi dig venligst om at oplyse dine betalingskortoplysninger. Du kan være sikker på, at der ikke vil blive trukket penge på dette tidspunkt." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Gennemfør bookingen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Når du garanterer din reservation, holder vi reservationen indtil kl. 07.00 dagen efter check-in. Det giver dig som gæst ekstra fleksibilitet i forhold til check-in-tider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Bemærk, at dette er obligatorisk, og at dit kort kun vil blive trukket i tilfælde af udeblivelse." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Angiv et betalingskort i næste trin" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Hvad du skal gøre for at garantere booking:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi er stadig ved at bekræfte din booking. Det tager normalt kun få minutter, og vi undskylder ventetiden. Tjek venligst din indbakke for en bookingbekræftelse, og hvis du stadig ikke har modtaget den sidst på dagen, bedes du kontakte vores kundesupport på " + }, + { + "children": [], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": " ." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tager længere tid end normalt" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Da din reservation omfatter værelser med forskellige betingelser, opkræver vi en del af reservationen nu, og resten vil blive opkrævet af receptionen ved check-in." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Sidste trin" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andre betalingsmetoder" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betal ved check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalingsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "bookings- og afbestillingsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit ophold, hvis noget efterlades ubetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Vælg betalingsmetode" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsæt med ny pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Morgenmadsgebyr" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tilbage til valg af værelse" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Priserne er steget, siden du valgte din " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " For at fortsætte din reservation skal du acceptere den opdaterede pris," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tilbage for at vælge " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "et nyt værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nye værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny total" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisoplysninger" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisændring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Ekstra seng vil blive stillet til rådighed som tillæg" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gæsteinformation" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Er der andet, vi skal vide, før din ankomst?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Særlige ønsker (valgfrit)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alder er obligatorisk" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du skal være mindst 18 år for at fortsætte" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Desværre er et af de værelser, du har valgt, udsolgt. Vælg venligst et andet værelse for at fortsætte." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Valg af seng er påkrævet" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Fødselsdato er obligatorisk" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Bookingkoden er ugyldig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Der må ikke være flere børn i de voksnes seng end voksne på værelset" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnætter kan ikke kombineres med koder eller vouchers." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land er obligatorisk" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination påkrævet" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-mailadressen er ugyldig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-mail-adresse er obligatorisk" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "For- og efternavn må ikke være ens i to forskellige værelser" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Fornavn er obligatorisk" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Fornavn må ikke indeholde specialtegn" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ugyldigt bookingnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Efternavn er obligatorisk" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Efternavnet må ikke indeholde specialtegn" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ugyldigt medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Kun cifre er tilladt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnummeret kan ikke være det samme for to forskellige værelser" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Booking af flere værelser er ikke muligt med denne bookingkode." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Booking af flere værelser er ikke muligt med bonusnat." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Nuværende adgangskode er påkrævet" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Den nye adgangskode matcher ikke" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Ny adgangskode er påkrævet" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Adgangskode er påkrævet" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Bekræft det nye kodeord" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Det indtastede nummer er for kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Indtast et gyldigt telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer er obligatorisk" + } + ], + "error.required": [ + { + "type": 0, + "value": "Påkrævet" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnummeret må kun indeholde tal og bogstaver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer er obligatorisk" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kunne ikke kopiere" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kunne ikke tilføje til kalenderen" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Noget gik galt!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Ryd alle filtre" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Afstand til byens centrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellets faciliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrer og sorter" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrer efter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellets omgivelser" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Ingen matchende hoteller fundet" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det ser ud til, at ingen hoteller matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultater (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sorter efter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Kan du ikke finde dit ophold?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Kontakt venligst " + }, + { + "children": [ + { + "type": 0, + "value": "kundeservice" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Det lykkedes ikke at indsende formularen, prøv igen senere." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Find dit ophold" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se og administrer din booking foretaget via vores hjemmeside eller app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-prisen kan kun bookes via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle rettigheder forbeholdes" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produktet kunne ikke tilføjes. Din reservation er garanteret. Prøv venligst igen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi havde et problem med at garantere din booking. Prøv venligst igen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tilbage til scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Luk menuen" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log ind/Tilmeld dig" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menu" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Menu - Mine sider" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Åbn menu" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Åbn menuen Mine sider" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " anmeldelser" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Velkommen til" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I nærheden" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kort" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alle faciliteter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se kort" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se værelsesdetaljer" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gæster" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative rum til møder" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kort over " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tilgængelige priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km til byens centrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Seværdigheder" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Beliggenhed" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Offentlig transport" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping og spisesteder" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Oplevelser i nærheden af " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Vis som liste" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Vis som kort" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tilgængelighed på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Møder, konferencer og events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tilbud" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Møder & konferencer" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant og bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Fitness" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Indendørs pool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Udendørs pool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Find din booking" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Læs mere om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Åbn billedgalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle lande" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle hoteller og kontorer" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle steder" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Åben for ansøgning" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Vis og ansøg" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Placering (vises på det lokale sprog)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultater" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Åbn billede" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Medarbejdernummer er allerede knyttet til et andet Scandic Friends medlemskab." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakt vores medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Din konto kunne ikke forbindes" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du er ikke berettiget til medarbejdergoder" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dette kan skyldes, at din ansættelse endnu ikke er begyndt, er afsluttet, eller at du er konsulent. Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Gode nyheder! Du kan gå direkte til Mine sider for at udforske alle dine fordele og belønninger!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Fødselsdag: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi har brug for din fødselsdato for at kunne koble din Scandic Friends-konto sammen med din SAS EuroBonus-konto. Venligst tjek, at den er korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Fødselsdato mangler" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Fødselsdatoen stemmer ikke overens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Har du ikke modtaget en kode? " + }, + { + "children": [ + { + "type": 0, + "value": "Send koden igen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Redigér dine personlige oplysninger" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denne kode er udløbet. " + }, + { + "children": [ + { + "type": 0, + "value": "Send ny kode." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Noget gik galt" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Prøv venligst igen senere" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunne ikke koble dine konti sammen." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden, du har indtastet, er forkert." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Sammenkoble dine konti" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Sammenkoble dine konti" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Vent lidt..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log ind på din SAS EuroBonus-konto for at bekræfte kontos ammenkoblingen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Hvis du ikke bliver omdirigeret automatisk, bedes du " + }, + { + "children": [ + { + "type": 0, + "value": "klikke her" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denne verificering er nødvendig for ekstra sikkerhed." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fejl ved anmodning om engangsadgangskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Bekræftelseskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst koden sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " for at bekræfte din kontoopkobling." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Omdirigerer dig til Mine Sider." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi omdirigerer dig til SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Der opstod en fejl under anmodningen om en ny engangsadgangskode" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send ny kode" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har succesfuldt koblet dine konti sammen!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dine konti er koblet sammen." + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved at koble dine konti sammen accepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene og betingelserne for Scandic Friends og SAS EuroBonus-kontoopkobling" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har anmodet om for mange koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "For mange mislykkede forsøg" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vent venligst 1 time, før du prøver igen." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "For mange anmodninger. Prøv venligst igen senere." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Din sammenkoblede konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se dine oplysninger" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Pr. nat fra" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Er du allerede en ven?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Log ind her" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemskabsvilkår og -betingelser" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " point " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " overnatninger" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom ind" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom ud" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Book et møde" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hoteller & destinationer" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Mødested" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Adgangsstørrelse" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Bestyrelseslokale" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabaret siddepladser" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klasseværelse" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mål" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etage " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Fuld cirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halv cirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Indendørs vinduer ud mod hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indendørs vinduer og fremragende belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Placering på hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ingen vinduer" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ingen vinduer, men fremragende belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-opstilling" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys og mørklægningsfaciliteter" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys og fremragende udsigt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Forstærket af SAS indtil " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tilgængelighed på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Oplysninger om tilgængelighed for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Oplev alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en lækker morgenmad, inden du går på opdagelse på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold på et Scandic-hotel nu!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Oplev vores Scandic-hotel i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en lækker morgenmad, før du går på opdagelse på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold på et Scandic-hotel nu!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Se alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyd dit ophold på et Scandic-hotel. Book nu!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Se alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Udforsk " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " og meget mere! Alt sammen mens du nyder dit ophold på et Scandic-hotel. Book dit ophold nu!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Oplev " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyd dit ophold på et Scandic-hotel. Book dit ophold nu!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Udforsk " @@ -83,101 +4913,1248 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Byt point" + "value": "Udforsk " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Læs mere og tilknyt konti" + "value": "Fitness- og sundhedsfaciliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Fjern ekstra værelser" + "value": "Fitness- og sundhedsfaciliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampagnereference: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold nu!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gæsterne kan også nyde " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Book dit ophold på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i dag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gæsterne kan også nyde " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Møder & konferencer på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Møder & konferencer på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformation for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsoplysninger for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotel i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " ud af " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Overraskelser" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få adgang til dit teammedlemskort her på Min Side Oversigt." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Tilføj nyt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Book nedsatte ophold til dig selv, familie og venner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Brødkrummer mislykkedes for denne side (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alle dine fordele" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Tjek de kreditkort, der er gemt i din profil. Betal med et gemt kort, når du er logget ind, og få en mere smidig weboplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Sammenlign alle levels" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+45 33 48 04 01" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " tilføjet til dine ydelser" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nuværende medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Nuværende point: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Rediger profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Medarbejder" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Fejl ved indlæsning af denne side (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Udløbsdato: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå til Mine fordele" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hej Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Tilbage for at gå op i level" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Levelfremskridt: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " ud af " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " point optjent" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem siden: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlemskabs-ID kopieret til udklipsholder" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Intet indhold publiceret" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mine kommunikationspræferencer" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mine medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mine betalingskort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Navn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Optjente point" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POINT" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "tilbage for at beholde niveau" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "De point, du optjener i år, bestemmer dit level for både dette og det næste medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensioneret" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Ups! Noget gik galt, mens vi viste din overraskelse. Opdater venligst siden, eller prøv igen senere. Hvis problemet fortsætter, skal du kontakte supporten på " + }, + { + "children": [ + { + "type": 0, + "value": "." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du finder alle dine gaver under 'Mine fordele'." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en særlig gave til dig!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" + }, + { + "type": 0, + "value": " " } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Udløbende point" + "value": " gaver, der venter på dig!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "TripAdvisor-vurdering" + "value": "Åbn " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mad" + "value": "Skynd dig at bruge dem, før de udløber!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dette kan skyldes, at din ansættelse endnu ikke er begyndt, er afsluttet, eller at du er konsulent. Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + "value": "Teammedlemskort tilføjet" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Fortæl os, hvilke oplysninger og opdateringer du gerne vil modtage, og hvordan, ved at klikke på linket nedenfor." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Værelsespriser" + "value": "Gyldig indtil " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Booking af flere værelser er ikke muligt med bonusnat." - } - ], - "/5HHL3": [ + "value": "Du har optjent " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Vinduer med naturligt dagslys og fremragende udsigt" + "value": " point i dette medlemsår." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Bekræftelseskode" + "value": "Dit level" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Dit medlemsår og level-fremskridt" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Dit SAS EuroBonus-level har opgraderet dig til " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerfordele" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-links" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Dit medlemskab" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du skal være logget ind for at se din booking" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Og du skal være logget ind med den samme medlemskonto, der foretog bookingen." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Søg" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vælg venligst datoer" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakt den person, der har booket opholdet" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, skal afbestillingen foretages af den person, der foretog bookingen. Ring venligst +45 33 48 04 02 for at tale med vores kundeservice, hvis du har brug for yderligere hjælp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Kontakt venligst kundeservice for at opdatere datoerne." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Bed venligst den person, der har booket opholdet, om at kontakte kundeservice." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mine tilføjelser" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populær" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Lang " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Hjemmeside" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Booking i alt" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Noget gik galt. Prøv venligst igen senere." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan ikke annulleres" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekræft aflysning" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Annullér ikke" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Er du sikker på, at du vil fortsætte med afbestillingen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dette ophold har flere vilkår." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mine værelser" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Nogle værelser blev annulleret, men vi stødte på problemer med andre. Kontakt venligst kundeservice for at få hjælp." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 0, + "value": "Værelset " + }, + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " blev annulleret" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi er kede af, at det ikke gik." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Dit ophold blev annulleret" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Dit ophold er stadig aktivt på det andet værelse" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Afbestillingsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekræft datoændring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamle datoer" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betal på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Kunne ikke opdatere dit ophold" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Dit ophold blev opdateret" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in efter 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planlægger du at ankomme efter kl. 18.00? Sørg for at sikre dit værelse ved at garantere det med et kreditkort. Uden garantien og i tilfælde af udeblivelse, kan værelset blive genfordelt efter kl. 18.00" + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Dit kort vil kun blive opkrævet i tilfælde af udeblivelse" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Bekræft" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garanti for sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jeg accepterer vilkårene for dette ophold og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Booking- og annulleringsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og jeg forstår, at Scandic vil behandle mine personoplysninger for dette ophold i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Ændre gæsteoplysninger" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Kunne ikke opdatere gæsteoplysninger" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Opdatering af gæsteoplysninger" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mit ophold på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Administrer ophold" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Se og udskriv kvittering" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Ændre ved" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Er du sikker på, at du vil ændre dine gæsteoplysninger?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Gem opdateringer" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mine samlede point" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Udforsk Scandics hoteller" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Overnatning" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sengetype" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Den endelige moms-specifikation vil fremgå ved check-out." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Antal gæster" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antal nætter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Gebyr for kæledyr inklusive moms" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FORUDBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Værelset er forudbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Bookingtype" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Ukendt genstand" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Er du sikker på, at du vil annullere dit ophold på " @@ -249,4975 +6226,7 @@ "value": " Dette kan ikke fortrydes." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Nulstil" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampagnekode" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Placering på hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Byt til" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinationer i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Mandag-Fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Kassér ændringer, der ikke er gemt?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom ud" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Andre" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Noget gik galt!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Din sammenkoblede konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Kæledyrsvenlige værelser koster ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/pr. ophold" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter til bookingkoder" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "I ekstra seng" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Overnatning" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-point" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi havde et problem med at garantere din booking. Prøv venligst igen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alle" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kort over byen" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Ændre ved" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Ved at acceptere " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " forstår jeg, at mine personoplysninger vil blive behandlet i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Kæledyrsvenligt værelse" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Er der andet, vi skal vide, før din ankomst?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "For at aktivere tilbud" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " lille bogstav" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mine point" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Der opstod en fejl, da du tilføjede et kreditkort, prøv venligst igen senere." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Værelse i alt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Åbn menuen Mine sider" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se og administrer din booking foretaget via vores hjemmeside eller app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Bassinlængde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MOMS " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-opstilling" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Bliv medlem af Scandic Friends inden check-in" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Navn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Vis Fitness & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANDRE" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Book nu" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tilbud" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Oplev vores Scandic-hotel i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en lækker morgenmad, før du går på opdagelse på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold på et Scandic-hotel nu!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny total" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "næste niveau: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Udløbsdato: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Book bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du finder alle dine gaver under 'Mine fordele'." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderer veganske, glutenfri og andre allergivenlige muligheder." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Annuller booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "For at booke med EuroBonus-point skal du sikre dig, at du er logget ind på din SAS EuroBonus-konto." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. moms" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Se hvordan" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Højeste niveau" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Se som liste" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Værelse" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Hverdagspriser" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Log ind her" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Der opstod en fejl under anmodningen om en ny engangsadgangskode" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Indtast venligst den kode, der er sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": ", for at overføre dine point." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Natteliv" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Byens puls" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Antal ladestandere til elbiler: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Dine point at bruge" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jeg vil gerne modtage min bekræftelse på sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Husk koden" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Teammedlemskort tilføjet" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sengetype" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Ingen matchende steder fundet" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativer til " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Spring til hovedindhold" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Foreløbig kvittering" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Ukendt fejl opstod ved indlæsning af bruger" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nye total" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Noget gik galt. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunne ikke tilføjes til din booking!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensioneret" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Ukendt genstand" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bookingnummer / Reference" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Faciliteter på værelset" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Kan ikke åbne siden for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Booking af flere værelser er ikke muligt med denne bookingkode." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Overraskelser" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Link dine " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " konti for at optjene, bruge og udveksle point mellem medlemskaber" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gyldig til og med " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Tjek senest ud: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinationer" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Er afbestilt" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Annuller" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Møder & konferencer" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunne ikke koble dine konti sammen." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Samlet pris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garanti for sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Dit kort vil kun blive opkrævet i tilfælde af udeblivelse" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Afbestillingsnr." - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Administrer cookies" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jeg accepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du kan henvende dig, hvis du har spørgsmål." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Log ind/Tilmeld dig" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Bookingkoden er ugyldig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "For at booke en bonusnat, skal du sikre dig, at du er logget ind på din Scandic Friends-konto." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mine sider" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Ikke nok point" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Adgangskode" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Vælg antal" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Pris pr. nat" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Åbn " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Tilknyt min ansættelse" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Prisændring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, luk og fjern fordelen" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ikke-refunderbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Den endelige moms-specifikation vil fremgå ved check-out." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsæt med ny pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Efternavnet må ikke indeholde specialtegn" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tilgængelig på nogle værelser)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Mandag-Fredag: Altid åbent" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Seværdigheder" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Søg" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ugyldigt bookingnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Ingen tilgængelige transaktioner" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Tilføj kode" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Afbestillingsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "For mange mislykkede forsøg" - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Kunne ikke tilføje til kalenderen" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Afstand til byens centrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Bookingnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Er du sikker på, at du vil annullere sammenkoblingen af din konto?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Den nye adgangskode matcher ikke" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Medlem" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Indtast destination eller hotel" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Book nedsatte ophold til dig selv, familie og venner!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Betal ved check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Levelfremskridt: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " ud af " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " point optjent" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Dag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Betal nu" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Mit ophold på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-prisen kan kun bookes via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Tilbage for at gå op i level" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Omdirigerer dig til Mine Sider." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nu annulleret din betaling." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Indendørs pool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotelfaciliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Tilmeld dig" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kunne ikke kopiere" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi er kede af, at det ikke gik." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fortsætte med afbestillingen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Voksen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, kassér ændringer" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Næste" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Du har ingen point at overføre." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Kopieret til udklipsholder" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Fortæl os, hvilke oplysninger og opdateringer du gerne vil modtage, og hvordan, ved at klikke på linket nedenfor." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Kørselsvejledning" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Point tilføjet" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Der findes allerede en konto med denne e-mail. Prøv at logge ind i stedet." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Indendørs vinduer ud mod hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Bookingsbetingelser" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalingsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Værelset er forudbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Særlige ønsker (valgfrit)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Oversigt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Anvendte medlemsfordele" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på værelser" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check ud" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km til byens centrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Lørdag-søndag: Altid åbent" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Udforsk Scandics hoteller" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hoteldetaljer" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Ønsket sengetype" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " tilføjet til dine ydelser" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotel nær " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisoplysninger" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Vælg dit sprog" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ugyldige datoer" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "For at få medlemsprisen " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": " skal du logge ind eller blive medlem, når du gennemfører bookingen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Point at bruge" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Med forbehold for tilgængelighed" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fejl ved anmodning om engangsadgangskode" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lørdag-søndag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Log ind" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Optjente point" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Kontakt venligst kundeservice for at opdatere datoerne." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Min profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Eksternt fitnesscenter: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Nogle værelser blev annulleret, men vi stødte på problemer med andre. Kontakt venligst kundeservice for at få hjælp." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Kort over landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Opdater" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har nok point til en bonusnat!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ændre" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " point udløber" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Find os" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Ombyttede point vil ikke være niveaukvalificerende." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Det tager længere tid end normalt" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Kunne ikke aktivere dette tilbud" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Booking oversigt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se værelsesdetaljer" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sengemuligheder" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dine konti er koblet sammen." - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brødkrummer" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsæt med pointudveksling?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Log ud" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Oplev alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en lækker morgenmad, inden du går på opdagelse på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold på et Scandic-hotel nu!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Se værelser" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klasseværelse" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Opdatering af gæsteoplysninger" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Se hoteller på kort" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Læs mere om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Indtast venligst koden sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for at bekræfte din kontoopkobling." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se vilkår og betingelser for alle kvalifikationskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denne verificering er nødvendig for ekstra sikkerhed." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " point" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datoer" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Fitness- og sundhedsfaciliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gaver, der venter på dig!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Gennemfør bookingen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fjerne det kort, der slutter med " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": ", fra din medlemsprofil?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Bliv inspireret og begynd at drømme om din næste rejse. Udforsk flere Scandic-destinationer." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " point" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gæsterne kan også nyde " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Book dit ophold på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i dag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tilbage til scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Dit level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Det lykkedes ikke at indsende formularen, prøv igen senere." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserver med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Hvis ikke, skal du gå tilbage og gøre det, før du lukker dette. Når du lukker dette, vil din ydelse blive annulleret og fjernet fra My Benefits." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Ved udeblivelse vil dit betalingskort blive opkrævet for den første nat." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Tilmeld dig vores loyalitetsprogram i dag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I voksnes seng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Afstand til hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Vis som kort" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Pris pr. dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Anvend" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Indtjekning/udtjekning" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Optjente point" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hoteller inkluderet i dette tilbud" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Morgenmad kan kun tilføjes for hele opholdets varighed og for alle gæster." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Medarbejdernummer er allerede knyttet til et andet Scandic Friends medlemskab." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Find" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Indtast et gyldigt telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Din konto kunne ikke forbindes" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Fornavn er obligatorisk" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tilgængelige priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Prøv igen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "For at sikre din reservation beder vi dig venligst om at oplyse dine betalingskortoplysninger. Du kan være sikker på, at der ikke vil blive trukket penge på dette tidspunkt." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " point " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " overnatninger" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halv cirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Bed venligst den person, der har booket opholdet, om at kontakte kundeservice." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Lukket" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Når du garanterer din reservation, holder vi reservationen indtil kl. 07.00 dagen efter check-in. Det giver dig som gæst ekstra fleksibilitet i forhold til check-in-tider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Fjerne" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få adgang til dit teammedlemskort her på Min Side Oversigt." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alle faciliteter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jeg accepterer booking- og annulleringsbetingelserne" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Fri parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnætter kan ikke kombineres med koder eller vouchers." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Oplev de små ekstra detaljer, der kan gøre dit kommende ophold endnu mere uforglemmeligt." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Bekræft" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kode / kupon" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produktet kunne ikke tilføjes. Din reservation er garanteret. Prøv venligst igen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+45 33 48 04 01" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Billedgalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Udforsk " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tilbage til toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Dit level" - } - ], - "H091a8": [ - { - "type": 0, - "value": "I alt inklusive moms" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landekode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Mødested" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Dit medlemskab" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Navn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Sådan fungerer det" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tilgængelighed" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Valg af seng er påkrævet" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Book parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrer og sorter" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Medarbejder" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Fødselsdato mangler" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Kan du ikke finde dit ophold?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-point til ombytning" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Bekræft det nye kodeord" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi fandt ingen ledige værelser med denne bookingkode (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Se tilgængelige priser nedenfor." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Kæledyrsvenlig" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Byer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi er stadig ved at bekræfte din booking. Det tager normalt kun få minutter, og vi undskylder ventetiden. Tjek venligst din indbakke for en bookingbekræftelse, og hvis du stadig ikke har modtaget den sidst på dagen, bedes du kontakte vores kundesupport på " - }, - { - "children": [], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": " ." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Point nødvendig for at stige i niveau" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Cykelvenlig" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Bruger ikke fundet" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Seneste søgninger" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Morgenmad (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktoplysninger" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, fjern mit kort" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ingen vinduer" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mine gemte kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antal nætter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valgfri" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Medlemskabet kunne ikke bekræftes" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Skift værelse" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Morgenmadsaftale kan købes på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "fra i dag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Fjern rummet" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Vis adgangskode" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidligere" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Ved at koble dine konti sammen accepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene og betingelserne for Scandic Friends og SAS EuroBonus-kontoopkobling" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " tilbage" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Vis alle" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakt den person, der har booket opholdet" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Færdig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Administrer præferencer" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Placering (vises på det lokale sprog)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Åben" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Reservationsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Download faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopier kampagnekode" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Noget gik galt" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Antal gæster" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Skjul adgangskode" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Altid åben" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Udforsk " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Vis som liste" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Er du allerede en ven?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nuværende medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris ekskl. moms" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "point" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Der må ikke være flere børn i de voksnes seng end voksne på værelset" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Byt point" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Fjern sammenkobling af konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellets faciliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mine ophold" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "Moms" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Fødselsdatoen stemmer ikke overens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Point udløber tre år efter, de er optjent, på den sidste dag i den måned. Udløbende point påvirker ikke dit niveau." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Åben for ansøgning" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemskabs-ID: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Kunne ikke opdatere gæsteoplysninger" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dette værelse er udstyret med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Opgrader dit ophold" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Gå op i niveau for at låse op" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINE GEMTE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlemskabs-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fjerne dette produkt?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Hvis du lukker denne, vil din fordel blive fjernet" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Forrige slide" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Total" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellets omgivelser" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mine betalingskort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Ønsker du at gennemføre pointudvekslingen?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Vælg morgenmadsmuligheder" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Brødkrummer mislykkedes for denne side (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Dit Scandic Friends-level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har opgraderet dig til " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Frokost" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Har du ikke modtaget en kode? " - }, - { - "children": [ - { - "type": 0, - "value": "Send koden igen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "De point, du optjener i år, bestemmer dit level for både dette og det næste medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekræft" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " tilgængelige point" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Velkommen til" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gæster" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nuværende password" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for værelse " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Leveret på:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jeg accepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Booking- og annulleringsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du skal henvende dig, hvis du har spørgsmål." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og jeg forstår, at Scandic behandler mine personoplysninger i forbindelse med denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit besøg i tilfælde af, at der er noget, der ikke er betalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betaling" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Se alle hoteller i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POINT" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "tilbage for at beholde niveau" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " tilføjet til din booking!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in efter 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for booking og afbestilling" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnummeret kan ikke være det samme for to forskellige værelser" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Ændre datoer" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte kontos ammenkoblingen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Til en pris" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Takeaway" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "bookings- og afbestillingsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit ophold, hvis noget efterlades ubetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Point" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Bekræft booking" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Dato" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mine tilføjelser" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Book dit næste ophold" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Samlede omkostninger: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Point bliver beregnet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Pooldybde: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Tilknyt din ansættelse for at få adgang til fordele" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live Events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Se alle tilbud" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-point at modtage" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Log ud" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Se alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Udforsk " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " og meget mere! Alt sammen mens du nyder dit ophold på et Scandic-hotel. Book dit ophold nu!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Velkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle tillægsydelser refunderes fuldt ud indtil " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Tidsvalg og særlige ønsker kan også ændres." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Se alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyd dit ophold på et Scandic-hotel. Book nu!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Ekstra seng (barn) x " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinationer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hovedmenu" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betaling sker ved check-in. Kortet vil kun blive brugt til at garantere omkostningerne i tilfælde af udeblivelse." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Noget gik galt, og vi kunne ikke fjerne dit kort. Prøv venligst igen senere." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dine konti er allerede koblet sammen" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Tilknyt min ansættelse" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Angiv et betalingskort i næste trin" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Dit kort blev fjernet!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Tilføj nyt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fejl: bruger ikke fundet" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Pr. nat fra" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabaret siddepladser" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vælg venligst datoer" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "nat" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mine fordele" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Prøv at ændre din søgning for denne destination eller se alternative hoteller." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Ny adgangskode er påkrævet" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring til " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller send os en e-mail på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for at få hjælp til din bestilling." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Booking i alt" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, annuller sammenkoblingen af mine konti." - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nej, behold kortet" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Ændre din booking" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Oversigt" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Hvis du ikke bliver omdirigeret automatisk, bedes du " - }, - { - "children": [ - { - "type": 0, - "value": "klikke her" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det ser ud til, at ingen steder matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nej, gå tilbage" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Sammenkoble dine konti" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Særlige behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Læs mere" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrer efter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familievenlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Åbningstider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Afbestillingspolitik" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tilbage til Mine sider" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Påkrævet" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Find din booking" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Ups! Noget gik galt, mens vi viste din overraskelse. Opdater venligst siden, eller prøv igen senere. Hvis problemet fortsætter, skal du kontakte supporten på " - }, - { - "children": [ - { - "type": 0, - "value": "." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Se og køb tilvalg" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check ind fra: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Udforsk alle vores hoteller" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunne ikke afkoble dine konti. Kontakt os, så hjælper vi dig med at løse problemet." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Måned" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "By" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Indløst og gyldig til og med:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mine kommunikationspræferencer" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Åbn billede" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Skynd dig at bruge dem, før de udløber!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Booking garanteret." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Oplevelser i nærheden af " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mål" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Er du allerede Scandic Friends-medlem?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservationspolitik" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Vis og ansøg" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har nok point til en bonusnat!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Samlet pris inkl. moms" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellets omgivelser" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send ny kode" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Dit ophold blev opdateret" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Menu - Mine sider" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " brugbare point, der udløber inden " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inkluderet" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Vinduer med naturligt dagslys" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du er ikke berettiget til medarbejdergoder" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Ingen matchende hoteller fundet" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " point" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dette vil fjerne eventuelle level-opgraderinger opnået via koblingen. Du kan linke dine konti igen om 30 dage." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Udendørs pool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Åbn sprogmenuen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+45 33 48 04 01" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Anbefalet" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Dit SAS EuroBonus-level har opgraderet dig til " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDRE BETALINGSMETODER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Redigér dine personlige oplysninger" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant og bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tilbage til liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km til byens centrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Dit medlemsniveau" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gæster" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gæsteinformation" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du skal være mindst 18 år for at fortsætte" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Møder & konferencer på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en særlig gave til dig!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(e) reservation(er) er bekræftet, men vi kunne ikke bekræfte dit medlemskab. Hvis du har booket med medlemsrabat, skal du enten fremvise dit eksisterende medlemsnummer ved check-in, blive medlem eller betale prisforskellen på hotellet. Tilmelding sker helst online før opholdet." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold nu!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformation" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Der er ingen ledige værelser, der matcher din anmodning." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Mangler du et tidligere ophold?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lørdag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Hvis du booker et kampagnetilbud eller en virksomhedsforhandlet pris, skal du bruge en særlig bookingkode. Brug ikke specialtegn som (.) (,) (-) (:). Hvis du gerne vil booke med koden VOF, skal du ringe til os på +45 33 48 04 02. Gem din bookingkode til næste gang, du besøger siden, ved at sætte kryds i boksen \"Husk\". Sæt ikke kryds i boksen, hvis du bruger en offentlig computer for at undgå uautoriseret adgang til din bookingkode." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jeg vil gerne veksle mine point" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Ændre gæsteoplysninger" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se kort" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " til " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tegn" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Der opstod en fejl under søgningen. Prøv igen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Morgenmadsbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jeg vil gerne veksle mine point" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Luk sprogmenuen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakt os" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Hvor skal du rejse hen næste gang?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Værelsesdetaljer" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check ind" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Dit ophold blev annulleret" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå til Mine fordele" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check ind" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekræft aflysning" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekendpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etage " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivenligt værelse" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Indløs fordel" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Dit ophold er booket med " @@ -5241,688 +6250,173 @@ "value": " vilkår, som desværre ikke giver mulighed for afbestilling." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Medlemspris på værelse aktiveret" + "value": "Ændre datoer" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Sammenkoble dine konti" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alle billeder" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Nej" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kontakt kundeservice" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Næste slide" + "value": "Kontakt venligst kundeservice for at opdatere datoerne." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Tirsdag" + "value": "Der er ingen ledige enkeltværelser på disse datoer" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Vi omdirigerer dig til SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bliv medlem eller log ind, mens du booker, for at få medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Indtast venligst den kode, der er sendt til " + "value": "Ring til " }, { - "children": [], - "type": 8, - "value": "maskedContactInfo" + "type": 1, + "value": "phone" }, { "type": 0, - "value": " for at ophæve forbindelsen mellem dine konti." - } - ], - "YLaPK4": [ + "value": " eller send os en e-mail på " + }, + { + "type": 1, + "value": "email" + }, { "type": 0, - "value": "Da dette er et ophold med flere værelser, skal afbestillingen foretages af den person, der foretog bookingen. Ring venligst +45 33 48 04 02 for at tale med vores kundeservice, hvis du har brug for yderligere hjælp." + "value": " for at få hjælp til din bestilling." } ], - "YNOT+4": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, - "value": "SAS EuroBonus" + "value": "Foretag et opkald" } ], - "YQSAjc": [ + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": "Prøv venligst igen eller kontakt kundeservice!" + "value": "Send en e-mail" } ], - "YRf15g": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Du har ingen kommende ophold." + "value": "Find os" } ], - "YcJPLq": [ - { - "type": 0, - "value": "Tilbage til valg af værelse" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mine tilføjelser" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Kontakt venligst kundeservice for at opdatere datoerne." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Vælg pris" - } - ], - "Yqh1DM": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, "value": "Book igen" } ], - "YqklRf": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Destination påkrævet" + "value": "Er du sikker på, at du vil fjerne dette produkt?" } ], - "Z+d8/1": [ + "myStay.yourMemberLevel": [ { "type": 0, - "value": "Udløbsdato" + "value": "Dit medlemsniveau" } ], - "Z1zOlM": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Og du skal være logget ind med den samme medlemskonto, der foretog bookingen." + "value": "Dine værelser" } ], - "ZDo52U": [ + "openingHours.alternateOpeningHours": [ { "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Morgenmad (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Alternative åbningstider (" }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "Ved at acceptere " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": ", accepterer jeg at forbinde min ansættelse for at få adgang til fordele. Forbindelsen vil forblive aktiv under min ansættelse eller indtil jeg fravælger det ved at sende en e-mail til Scandics kundeservice." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Medlemspris" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Kunne ikke opdatere dit ophold" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " matcher hinanden. Opgrader dit level i et af dine medlemskaber for at kvalificere dig til en opgradering!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tilbage til oversigten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Log ind og tilknyt ansættelse" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Ombyttede point vil ikke være niveaukvalificerende." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Brugeroplysninger" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Oplev " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyd dit ophold på et Scandic-hotel. Book dit ophold nu!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative rum til møder" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Aftensmad" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Børnenes morgenmad er altid gratis som en del af de voksnes morgenmad." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Lande" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Point optjent før 1. maj 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Vis mere" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Fejl ved indlæsning af denne side (" - }, - { - "type": 1, - "value": "errorId" + "value": "name" }, { "type": 0, "value": ")" } ], - "acrOoz": [ + "openingHours.alwaysOpen": [ { "type": 0, - "value": "Fortsæt" + "value": "Altid åben" } ], - "agfF5E": [ + "openingHours.closed": [ { "type": 0, - "value": "Tilføj værelse" + "value": "Lukket" } ], - "al7kXG": [ + "overview.friend.highestLevel": [ { "type": 0, - "value": "Vi har succesfuldt koblet dine konti sammen!" + "value": "Højeste niveau" } ], - "aoWE20": [ + "overview.membershipNumber.label": [ { "type": 0, - "value": "Prøv venligst igen senere" + "value": "Medlemskabs-ID:" } ], - "awMt55": [ + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Bekræft datoændring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andre anmodninger" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Gratis for børn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Mandag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlems-id: " + "value": " brugbare point, der udløber inden " }, { "type": 1, - "value": "value" + "value": "date" } ], - "b6HTvK": [ + "overviewTable.levelSummary.pointsOrNights": [ { - "type": 0, - "value": "Du er ved at bytte:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Kontakt venligst " - }, - { - "children": [ - { - "type": 0, - "value": "kundeservice" - } - ], - "type": 8, - "value": "link" + "style": null, + "type": 2, + "value": "pointsAmount" }, { "type": 0, - "value": "." - } - ], - "b95yI6": [ + "value": " point eller " + }, { - "type": 0, - "value": "Foretag et opkald" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" + "style": null, + "type": 2, + "value": "nightsAmount" }, { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": " nætter" } ], - "bGHK6l": [ + "overviewTable.yourLevel": [ { "type": 0, - "value": "Hoteller i " - }, - { - "type": 1, - "value": "location" + "value": "Dit level" } ], - "bH2sNZ": [ - { - "type": 0, - "value": "Tilbage til valg af værelse" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Bemærk, at dette er obligatorisk, og at dit kort kun vil blive trukket i tilfælde af udeblivelse." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden, du har indtastet, er forkert." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fejl: Ingen bruger kunne indlæses" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "I alt ekskl. moms" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Åbn menu" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Hvorhen?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Point at bruge" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Book" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Annullér ikke" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Værelsestotal" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Bookingtype" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Vælg datoer" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gæsterne kan også nyde " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Dit medlemsniveau" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Fitness" - } - ], - "cTHS86": [ + "parkingInformation.address": [ { "type": 0, "value": "Adresse: " @@ -5932,775 +6426,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategori" + "value": "Til en pris" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-point til ombytning" + "value": "Book parkering" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Den nye pris er" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktiske oplysninger" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Er du sikker på, at du vil ændre dine gæsteoplysninger?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "For mange anmodninger. Prøv venligst igen senere." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mine værelser" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tilbage" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I tremmeseng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Bliv medlem nu" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Værdikupon" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garanti for booking ved sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status for level match" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tilbage til byer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Fra" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Optjen point ved at bo på Scandic. Brug dine point på gratis overnatninger og mindeværdige oplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Ved at tilmelde dig accepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Dit Scandic Friends-medlemskab er gyldigt indtil videre og kan til enhver tid opsiges ved at kontakte Scandics kundeservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Anmeldelser" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vent venligst 1 time, før du prøver igen." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hoteller" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Når du garanterer din booking med et betalingskort, holder vi din booking indtil kl. 07.00 dagen efter check-ind." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Vent lidt..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Luk menuen" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Ændringer" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Denne kampagne er udløbet" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Laveste pris (seneste 30 dage)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Priser med bookingkode" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Afstand til fitnesscenter: " + "value": "Afstand til hotellet: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Fitness- og sundhedsfaciliteter på " + "value": "Fri parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Antal ladestandere til elbiler: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " i " + "value": "Antal parkeringspladser: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Få Scandic Friends værelsesprisen" + "value": "Pris pr. 24 timer" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Faciliteter" + "value": "Pris pr. dag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Morgenmad er ikke inkluderet – tilføj i næste trin." + "value": "Pris pr. time" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + "value": "Pris pr. nat" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adresse" + "value": "Priser" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Tidligere Scandic Hotel" + "value": "Parkering kan reserveres på forhånd: Nej" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Fødselsdato" + "value": "Parkering kan reserveres på forhånd: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " ud af " - }, - { - "type": 1, - "value": "total" + "value": "Hverdagspriser" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Gebyr for kæledyr inklusive moms" + "value": "Weekendpriser" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alle ændringer, du har foretaget, vil gå tabt." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Aktivér tilbud" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dage" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dine ombyttede point beholder deres oprindelige udløbsdato med en maksimal gyldighed på 12 måneder." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Jeg ankommer muligvis senere end kl. 18:00 og ønsker at sikre min reservation." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-point = 2 Scandic Friends-point" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusovernatning" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Opgraderingen er gyldig indtil" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nætter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ikke inkluderet" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "et nyt værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nye værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Ny adgangskode" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kort" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemskabs-ID: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus-point" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Tilgængelighed" + "value": "For at booke med EuroBonus-point skal du sikre dig, at du er logget ind på din SAS EuroBonus-konto." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Vælg betalingsmetode" + "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Gå tilbage for at ændre" + "value": "1 EuroBonus-point = 2 Scandic Friends-point" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Rutevejledning" + "value": "EB-point til ombytning" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Vinduer med naturligt dagslys og mørklægningsfaciliteter" + "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Tremmeseng (barn) × " - }, - { - "type": 1, - "value": "count" + "value": "Veksle fra" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gyldig indtil " - }, - { - "type": 1, - "value": "date" + "value": "Byt point" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Dette værelse er ikke tilgængeligt" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jeg ankommer mulighvis senere end kl. 18.00 og ønsker at garantere min booking med et betalingskort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tilgængelighed på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Rumklassificering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Vælg dato" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Samlet pris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. moms)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "For- og efternavn må ikke være ens i to forskellige værelser" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Kun cifre er tilladt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlemskabs-ID kopieret til udklipsholder" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Denne kampagne er ikke tilgængelig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FORUDBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Dine konti er nu afkoblet" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sorter efter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Værelset vil være tilgængeligt for indtjekning efter kl. 18.00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-mail-adresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdato" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakt vores medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Lang " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Sidste trin" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Indløs point" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hoteller & Destinationer" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Desværre er et af de værelser, du har valgt, udsolgt. Vælg venligst et andet værelse for at fortsætte." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "aldre" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Pooldybde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Annuller ophold" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Når du bekræfter bookingen, er værelset garanteret ved sen ankomst. Hvis du ikke ankommer uden at afbestille på forhånd, eller hvis du afbestiller efter kl. 18:00 lokal tid, vil du blive opkrævet betaling for én bonusnat." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Din transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Tilgængeligt værelse" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alder er obligatorisk" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Bare rolig, vi vil trylle nye spændende tilbud og kampagner frem i fremtiden. Hold øje!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6732,104 +6618,171 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Vi har brug for din fødselsdato for at kunne koble din Scandic Friends-konto sammen med din SAS EuroBonus-konto. Venligst tjek, at den er korrekt." + "value": "Dine ombyttede point beholder deres oprindelige udløbsdato med en maksimal gyldighed på 12 måneder." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Ændringer i dit level match kan tage op til 24 timer, før de vises." + "value": "Byt til" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Udforsk tilbuddet" + "value": "Ombyttede point vil ikke være niveaukvalificerende." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping og spisesteder" + "value": "Politikker" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Du har anmodet om for mange koder" + "value": "Priser" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Tider" + "value": " point" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Vi kunne ikke finde et sted, der passede til din søgning." + "value": "EB Points" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Ingen resultater" + "value": "Log ind" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, - "value": "Det er ikke muligt at administrere dine kommunikationspræferencer lige nu. Prøv igen senere, eller kontakt support, hvis problemet fortsætter." - } - ], - "jKKg2o": [ + "value": "Hej " + }, + { + "type": 1, + "value": "fName" + }, { "type": 0, - "value": "Ryd alle filtre" - } - ], - "jNJj4c": [ + "value": " " + }, + { + "type": 1, + "value": "lName" + }, { "type": 0, - "value": "Pr. voksen/nat" + "value": "!" } ], - "jTdXOS": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, - "value": "Betal med kort på hotellet" + "value": "Du har ingen point at overføre." } ], - "jVJPS0": [ + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, { "type": 0, - "value": "Mine medlemskort" + "value": " p" } ], - "jbf7bd": [ + "partnerSas.proceedWithPointExchange": [ { "type": 0, - "value": "Point skal trækkes fra nu" + "value": "Ønsker du at gennemføre pointudvekslingen?" } ], - "jdJhOL": [ + "partnerSas.sasEuroBonus": [ { "type": 0, - "value": "Telefonnummer" + "value": "SAS EuroBonus" } ], - "jl6vV5": [ + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-point at modtage" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Er du sikker på, at du vil annullere sammenkoblingen af din konto?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dette vil fjerne eventuelle level-opgraderinger opnået via koblingen. Du kan linke dine konti igen om 30 dage." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Fjern sammenkobling af konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jeg vil gerne veksle mine point" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, annuller sammenkoblingen af mine konti." + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du er ved at bytte:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Kun tilladte tegn" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Skjul adgangskode" + } + ], + "passwordInput.lengthRequirement": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": " til " }, { "type": 1, @@ -6837,807 +6790,194 @@ }, { "type": 0, - "value": " cm" + "value": " tegn" } ], - "jlqOPq": [ - { - "type": 0, - "value": "Land er obligatorisk" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Gem" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle steder" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsoplysninger for " - }, + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanemærket" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktoplysninger" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis for børn på 12 år og derunder." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle hoteller og kontorer" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Tjek de kreditkort, der er gemt i din profil. Betal med et gemt kort, når du er logget ind, og få en mere smidig weboplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Fjern kort fra medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Nuværende adgangskode er påkrævet" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bliv medlem af Scandic Friends nu" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Se og udskriv kvittering" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Børn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Følg os" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Baseret på tilgængelighed" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultater" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Priser og certificeringer" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Andre forespørgsler" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Samlet pris inklusive moms" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" }, { "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i forbindelse med denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " lille bogstav" } ], - "lQupxa": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Værelset " - }, + "value": "Ny adgangskode" + } + ], + "passwordInput.numberRequirement": [ { "type": 1, - "value": "roomName" + "value": "count" }, { "type": 0, - "value": " blev annulleret" + "value": " nummer" } ], - "lRFxwz": [ + "passwordInput.showPassword": [ { "type": 0, - "value": "Har du ikke en Scandic Friends-konto endnu?" + "value": "Vis adgangskode" } ], - "leypoy": [ - { - "type": 0, - "value": "Ingen vinduer, men fremragende belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris pr. time" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Gratis ombooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Ekstra seng vil blive stillet til rådighed som tillæg" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bekræftelse af booking" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Søndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Tilmeld dig og tilknyt ansættelse" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Ingen priser tilgængelige" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Aflysninger" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Sengepræference" - } - ], - "mvtRip": [ + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "roomSize" + "value": "count" }, { "type": 0, - "value": " m²" + "value": " specialtegn" } ], - "mycQV4": [ - { - "type": 0, - "value": "Pris pr. 24 timer" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Morgenmad" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Indtil " + "value": "count" }, + { + "type": 0, + "value": " stort bogstav" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Mine gemte kort" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Indløs point" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Mangler du et tidligere ophold?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Udløbsdato" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Optjen point ved at bo på Scandic. Brug dine point på gratis overnatninger og mindeværdige oplevelser." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Point udløber tre år efter, de er optjent, på den sidste dag i den måned. Udløbende point påvirker ikke dit niveau." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, - "value": "time" + "value": "expiringPoints" }, { "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" + "value": " point udløber" } ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle lande" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Gode nyheder! Du kan gå direkte til Mine sider for at udforske alle dine fordele og belønninger!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerfordele" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Fødselsdag: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indendørs vinduer og fremragende belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Denne kampagne er aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du annullerede tilføjelsen af et nyt kreditkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Find booking" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Hvad du skal gøre for at garantere booking:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Rediger profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunne ikke tilføje et kort lige nu, prøv venligst igen senere." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vores " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Oplysninger om tilgængelighed for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, "value": "Udløbende point" } ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " har opgraderet dit Scandic Friends-level til " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Indtast ny adgangskode igen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gæster" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Skift til" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nuværende point: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Se værelsesdetaljer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du skal være logget ind for at se din booking" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnat" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Log ind" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Sammenkoblede konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postnummeret må kun indeholde tal og bogstaver" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Værelser & gæster" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Tilføj til kalender" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Gå tilbage" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri afbestilling" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " point" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Tak for din booking! Vi ser frem til at byde dig velkommen og håber, at du får et behageligt ophold." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkeringsinformation for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Værelse " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Fornavn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlemskabs-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Forstærket af SAS indtil " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, "value": "Sådan bruger du point" } ], - "paywpC": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Oplevelser i nærheden af " + "value": "Om " }, { "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ + "value": "days" + }, { "type": 0, - "value": "Om hotellet" + "value": " dage" } ], - "pe7UAe": [ + "points.pointsToSpendCard.onDate": [ { "type": 0, - "value": "Afvis notifikation" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultater (" + "value": "på " }, { "type": 1, - "value": "count" + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Værdikupon" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MOMS " + }, + { + "type": 1, + "value": "vat" }, { "type": 0, - "value": ")" + "value": "%" } ], - "pkBQ0q": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Der er ingen ledige enkeltværelser på disse datoer" + "value": "Gennemsnitspris pr. nat" } ], - "pmewv7": [ + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Morgenmad (" + }, { "offset": 0, "options": { @@ -7648,7 +6988,7 @@ }, { "type": 0, - "value": " værelsestype" + "value": " voksen" } ] }, @@ -7659,269 +6999,333 @@ }, { "type": 0, - "value": " værelsestyper" + "value": " voksne" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "numberOfRooms" + "value": "totalAdults" }, { "type": 0, - "value": " tilgængelig" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Betal senere" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populær" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, indløs" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi havde et problem med at behandle din booking. Prøv venligst igen. Der er ikke foretaget nogen opkrævninger." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betal med point" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Det indtastede nummer er for kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alle dine fordele" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Book et møde" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det ser ud til, at ingen hoteller matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Vis Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garanti for sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " fra " + "value": ") x " }, { "type": 1, - "value": "checkOutTime" + "value": "totalBreakfasts" } ], - "qnQYqN": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, - "value": "Venligst accepter vores vilkår og betingelser" - } - ], - "qozDRN": [ + "value": "Morgenmad (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, { "type": 0, - "value": "Nummer: " + "value": ") x " }, { "type": 1, - "value": "membershipNumber" + "value": "totalBreakfasts" } ], - "qsSX7b": [ + "priceDetails.roomCharge": [ { - "style": null, - "type": 2, - "value": "pointsAmount" + "type": 0, + "value": "Værelsestotal" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Samlet pris inklusive moms" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du annullerede tilføjelsen af et nyt kreditkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Der opstod en fejl, da du tilføjede et kreditkort, prøv venligst igen senere." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Dit kort blev gemt!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Noget gik galt, og vi kunne ikke fjerne dit kort. Prøv venligst igen senere." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Dit kort blev fjernet!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Er du sikker på, at du vil fjerne det kort, der slutter med " + }, + { + "type": 1, + "value": "lastFourDigits" }, { "type": 0, - "value": " point eller " + "value": ", fra din medlemsprofil?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nej, behold kortet" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Fjern kort fra medlemsprofil" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunne ikke tilføje et kort lige nu, prøv venligst igen senere." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, fjern mit kort" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Det er ikke muligt at administrere dine kommunikationspræferencer lige nu. Prøv igen senere, eller kontakt support, hvis problemet fortsætter." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Der opstod en fejl under forsøget på at administrere dine præferencer, prøv venligst igen senere." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Administrer præferencer" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Aktivér tilbud" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampagnereference: " }, { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nætter" + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "qyJtWy": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Vis mindre" + "value": "Kunne ikke aktivere dette tilbud" } ], - "qyg1/Z": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Dit medlemskab" + "value": "Bare rolig, vi vil trylle nye spændende tilbud og kampagner frem i fremtiden. Hold øje!" } ], - "qzoK2Y": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Luk kortet" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Utilstrækkelige point" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Åbn billedgalleri" - } - ], - "rDDShN": [ + "promoCampaign.ifThisProblemPersists": [ { "type": 0, "value": "Hvis dette problem fortsætter" } ], - "rFiwdX": [ + "promoCampaign.logIn": [ { "type": 0, - "value": "Der skal bruges en destination eller et hotelnavn for at kunne søge efter et hotelværelse." + "value": "Log ind" } ], - "rIBC37": [ + "promoCampaign.seeAllOffers": [ { "type": 0, - "value": "Profilen er opdateret!" + "value": "Se alle tilbud" } ], - "rNwB7N": [ + "promoCampaign.termsAndConditionsText": [ { "type": 0, - "value": "Møder & konferencer på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" + "value": "Se vilkår og betingelser for alle kvalifikationskrav." } ], - "rYxTxc": [ + "promoCampaign.thisCampaignIsActive": [ { "type": 0, - "value": "Prøv noget nyt" + "value": "Denne kampagne er aktiv" } ], - "rb5xpI": [ + "promoCampaign.thisCampaignIsNotAvailable": [ { "type": 0, - "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." + "value": "Denne kampagne er ikke tilgængelig" } ], - "rbrahO": [ + "promoCampaign.thisPromotionHasExpired": [ { "type": 0, - "value": "Luk" + "value": "Denne kampagne er udløbet" } ], - "rdKdQl": [ + "promoCampaign.toActivateOffer": [ { "type": 0, - "value": "Administrer ophold" + "value": "For at aktivere tilbud" } ], - "rePX4c": [ + "receipt.preliminaryReceipt": [ { "type": 0, - "value": "Voksne" + "value": "Foreløbig kvittering" } ], - "rjK/aG": [ + "receipt.totalExcludingVat": [ { "type": 0, - "value": "Ingen morgenmad" + "value": "I alt ekskl. moms" } ], - "rmpW6K": [ + "receipt.totalIncludingVat": [ { "type": 0, - "value": "Pointudveksling gennemført!" + "value": "I alt inklusive moms" } ], - "rn5vjj": [ + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, luk og fjern fordelen" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nej, gå tilbage" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Hvis ikke, skal du gå tilbage og gøre det, før du lukker dette. Når du lukker dette, vil din ydelse blive annulleret og fjernet fra My Benefits." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du vist denne fordel til hotelpersonalet?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Hvis du lukker denne, vil din fordel blive fjernet" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopieret til udklipsholder" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopier kampagnekode" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampagnekode" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Indløs fordel" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, indløs" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Book bord" + } + ], + "restaurantBar.discoverRestaurant": [ { "type": 0, "value": "Opdag " @@ -7931,65 +7335,135 @@ "value": "name" } ], - "rolakz": [ + "restaurantBar.menus": [ { "type": 0, - "value": "Der opstod en fejl ( " + "value": "Menuer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gyldig til og med " }, { "type": 1, - "value": "errorId" + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Se hvordan" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vores " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Gå op i niveau for at låse op" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Indløst og gyldig til og med:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" }, { "type": 0, - "value": " )" + "value": " cm" } ], - "rvirM2": [ + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, { "type": 0, - "value": "Beliggenhed" - } - ], - "rxNddi": [ + "value": "–" + }, + { + "type": 1, + "value": "max" + }, { "type": 0, - "value": "Hjemmeside" + "value": " cm" } ], - "s+BolK": [ + "roomPackage.accessibleRoom": [ { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" + "type": 0, + "value": "Tilgængeligt værelse" } ], - "sDQeLi": [ + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergivenligt værelse" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Kæledyrsvenligt værelse" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (tilgængelig på nogle værelser)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Maks. " @@ -8027,53 +7501,243 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB Points" + "value": "Priser og tilgængelighed" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Adgangsstørrelse" + "value": "Dette værelse er udstyret med" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Gem opdateringer" + "value": "Link dine " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " og " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " konti for at optjene, bruge og udveksle point mellem medlemskaber" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajaksejlads" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-mailadressen er ugyldig" + "value": "Læs mere og tilknyt konti" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hoteller & destinationer" + "value": "Ændringer i dit level match kan tage op til 24 timer, før de vises." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Tilgængelighed på " + "value": " og " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " matcher hinanden. Opgrader dit level i et af dine medlemskaber for at kvalificere dig til en opgradering!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " har opgraderet dit Scandic Friends-level til " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status for level match" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Sammenkoblede konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Dit Scandic Friends-level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " har opgraderet dig til " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Opgraderingen er gyldig indtil" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Luk kortet" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Prøv at ændre din søgning for denne destination eller se alternative hoteller." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi fandt ingen ledige værelser med denne bookingkode (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Se tilgængelige priser nedenfor." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelsestype" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelsestyper" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " tilgængelig" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8117,555 +7781,32 @@ "value": " tilgængelig" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Morgenmadsaftale kan købes på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/nat for børn (alder 4-12 år)" + "value": "Morgenmad er ikke inkluderet – tilføj i næste trin." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternative hoteller" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundesupport" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Book endnu et ophold" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Morgenmad ikke inkluderet" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Morgenmad er inkluderet." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Bliv inspireret" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for dette ophold og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Booking- og annulleringsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og jeg forstår, at Scandic vil behandle mine personoplysninger for dette ophold i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Medlemskabsvilkår og -betingelser" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle rettigheder forbeholdes" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Kan ikke søge" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menu" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Noget gik galt. Prøv venligst igen senere." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Børn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hej Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser og tilgængelighed" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barnets alder er obligatorisk" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Kan ikke vise morgenmadspriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Efternavn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Fællessauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send en e-mail" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Fornavn må ikke indeholde specialtegn" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ændre eller annullere" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " stort bogstav" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Vælg værelse" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Morgenmad inkluderet" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Ved at tilføje et kort garanterer du også din værelsesreservation ved sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Adgangskode er påkrævet" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Offentlig transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menuer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunne ikke afkoble dine konti" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Ryd søgninger" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Find dit ophold" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Møder, konferencer og events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du vist denne fordel til hotelpersonalet?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ingen hoteller matcher dine filtre" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Der opstod en fejl under forsøget på at administrere dine præferencer, prøv venligst igen senere." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Priserne er steget, siden du valgte din " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " For at fortsætte din reservation skal du acceptere den opdaterede pris," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tilbage for at vælge " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Dit kort blev gemt!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekræft booking" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se dine oplysninger" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer er obligatorisk" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " specialtegn" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Fuld cirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan ikke annulleres" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " point" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Intet indhold publiceret" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Velkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Samlede point" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har optjent " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " point i dette medlemsår." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternative åbningstider (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor-vurdering" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8676,8 +7817,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8688,14 +7828,409 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ugyldige datoer" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " gæster" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Kæledyrsvenlige værelser koster ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/pr. ophold" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " tilbage" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Vælg pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dette værelse er ikke tilgængeligt" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Faciliteter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Indtjekning/udtjekning" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check ind fra: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Tjek senest ud: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Tider" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Værelsesdetaljer" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Bedømmelser & anmeldelser" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Bedømmelser & anmeldelser for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Afstand til fitnesscenter: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Eksternt fitnesscenter: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Bassinlængde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolbredde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Fællessauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Kønsopdelt sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Vis Fitness & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Mandag-Fredag: Altid åbent" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Mandag-Fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lørdag-søndag: Altid åbent" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lørdag-søndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Pooldybde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Pooldybde: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Der findes allerede en konto med denne e-mail. Prøv at logge ind i stedet." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktoplysninger" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jeg accepterer" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Bliv medlem nu" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved at acceptere " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " forstår jeg, at mine personoplysninger vil blive behandlet i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Bliv medlem eller log ind, mens du booker, for at få medlemspriser." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "For at få medlemsprisen " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " skal du logge ind eller blive medlem, når du gennemfører bookingen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "For at få medlemsprisen for værelser " @@ -8723,63 +8258,116 @@ "value": ", log ind eller tilmeld dig, når du gennemfører bookingen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denne kode er udløbet. " - }, - { - "children": [ - { - "type": 0, - "value": "Send ny kode." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "fra i dag" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Sammenlign alle levels" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotelinformation" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antal parkeringspladser: " + "value": "næste niveau: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ingen tilgængelighed" + "value": "Point nødvendig for at stige i niveau" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "I nærheden" + "value": "Dine point at bruge" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Da din reservation omfatter værelser med forskellige betingelser, opkræver vi en del af reservationen nu, og resten vil blive opkrævet af receptionen ved check-in." + "value": "Bliv inspireret" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har ingen kommende ophold." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Hvor skal du rejse hen næste gang?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Afvis notifikation" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tilbage til Mine sider" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har nok point til en bonusnat!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Book nu" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nye total" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst den kode, der er sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": ", for at overføre dine point." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Point tilføjet" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8787,397 +8375,94 @@ }, { "type": 0, - "value": " p" + "value": " point" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Værelser" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalingsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom ind" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tilvalg til din booking" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Udforsk byen" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jeg accepterer vilkår og betingelser" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Vilkår" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Søg" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Der opstod en fejl under forsøget på at opdatere profilen." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalingsoplysninger" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Oplysninger om tilgængelighed for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Sprog" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tilgængelighed på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planlægger du at ankomme efter kl. 18.00? Sørg for at sikre dit værelse ved at garantere det med et kreditkort. Uden garantien og i tilfælde af udeblivelse, kan værelset blive genfordelt efter kl. 18.00" - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Dit ophold er stadig aktivt på det andet værelse" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem siden: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vandring" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betal på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Politikker" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Kan ikke vise kortet" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Samlet beløb til betaling" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Dit medlemsår og level-fremskridt" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Dine værelser" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andre betalingsmetoder" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Pointudveksling gennemført!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hoteller med " + "value": "Din transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Vi kunne ikke afkoble dine konti" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke afkoble dine konti. Kontakt os, så hjælper vi dig med at løse problemet." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst den kode, der er sendt til " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Efternavn er obligatorisk" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Fødselsdato er obligatorisk" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Annuller ændringer" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Dette ophold har flere vilkår." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer er obligatorisk" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Bestyrelseslokale" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-mail-adresse er obligatorisk" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gæst" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Se og køb tilvalg" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Noget gik galt, og vi kunne ikke tilføje dit kort. Prøv igen senere." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolbredde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/nat pr. voksen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for dette ophold og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i forbindelse med dette ophold i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " for at ophæve forbindelsen mellem dine konti." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Point" + "value": "Dine konti er nu afkoblet" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Gennemsnitspris pr. nat" + "value": "Prøv venligst igen eller kontakt kundeservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kort over " - }, - { - "type": 1, - "value": "hotelName" + "value": "Bruger ikke fundet" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Morgenmadsgebyr" + "value": "Ukendt fejl opstod ved indlæsning af bruger" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Kønsopdelt sauna" + "value": "Fejl: Ingen bruger kunne indlæses" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kort" + "value": "Fejl: bruger ikke fundet" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tilbage til oversigten" } ] } diff --git a/apps/partner-sas/i18n/dictionaries/de.json b/apps/partner-sas/i18n/dictionaries/de.json index 51be7dad7..702e5c9df 100644 --- a/apps/partner-sas/i18n/dictionaries/de.json +++ b/apps/partner-sas/i18n/dictionaries/de.json @@ -1,71 +1,4890 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ungültiges Format der Mitgliedsnummer" + "value": "Barrierefreiheit" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Nur erlaubte Zeichen" + "value": "Wenn Sie eine Karte hinzufügen, garantieren Sie Ihre Zimmerreservierung auch bei verspäteter Ankunft." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Alte Daten" + "value": "Die Zahlung erfolgt beim Check-in. Die Karte wird nur verwendet, um Kosten im Falle eines Nichterscheinens zu garantieren." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Für Erwachsene und Kinder ab 4 Jahren kann nach der Buchung gegen Aufpreis ein Frühstück dazugebucht werden." + "value": " verfügbare Punkte" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." + "value": "Punkteabzug jetzt" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parken" + "value": "Alle Nebenkosten sind bis " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " voll erstattungsfähig. Zeitauswahl und Sonderwünsche sind ebenfalls änderbar." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Mit Karte reservieren" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, ich akzeptiere die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet. Dort erfahren Sie mehr darüber, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich bei Fragen wenden können." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Weitere Wünsche" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Das Frühstück kann nur für die gesamte Aufenthaltsdauer und für alle Gäste hinzugebucht werden." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Nicht genügend Punkte" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Kartenzahlung im Hotel" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Mit Punkten bezahlen" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Anzahl auswählen" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " zu Ihrer Buchung hinzugefügt!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Etwas ist schief gelaufen. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " konnte nicht zu Ihrer Buchung hinzugefügt werden!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Kostenlos für Kinder (unter 4 Jahren)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/Nacht pro Erwachsener" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/Nacht für Kinder (4–12 Jahre)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativen für " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Geliefert am:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Frühstückspreise können nicht angezeigt werden." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Upgrade für Ihren Aufenthalt" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Ich akzeptiere die Buchungs- und Stornierungsbedingungen" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Bettpräferenz" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Lassen Sie sich inspirieren und planen Sie schon jetzt Ihren nächsten Aufenthalt. Entdecken Sie weitere Reiseziele von Scandic." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Buchen Sie Ihren nächsten Aufenthalt" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Buchungscode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Buchungscode" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Buchungsübersicht" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frühstück nicht inbegriffen" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Inklusive Frühstück" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampagne" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Ganztägiges Frühstück" + "value": "Aufenthalt stornieren" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Meine Gesamtpunktzahl" + "value": "Stornierungsnummer" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ändern oder stornieren" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Code/Gutschein" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Zusatzbett (Kind) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Buchung finden" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Kostenlose Stornierung" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Kostenlose Umbuchung" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gäste" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotels & Reiseziele" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Niedrigster Preis (letzte 30 Tage)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Mitgliedspreis" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Keine Verfügbarkeit" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Keine Preise verfügbar" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Es sind keine Zimmer verfügbar, die Ihrer Anfrage entsprechen." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Nicht erstattbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Nicht genügend Punkte" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Krippe (Kind) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Nacht" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Nächte" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Später zahlen" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Jetzt bezahlen" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Preis ohne Mehrwertsteuer" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Preis inkl. MwSt." + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Reservierungsbedingungen" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Zusätzliche Zimmer entfernen" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnacht" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Zimmerausstattung" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Zimmerkategorie" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Zimmer " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Zimmer gesamt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Alternative Hotels anzeigen" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Siehe Details" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Zimmer auswählen" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Ich möchte meine Buchungsbestätigung per SMS erhalten" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Besondere Bedürfnisse" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpreis" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Nach Verfügbarkeit" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Bedingungen" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Fälliger Gesamtbetrag" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Gesamtpreis" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. MwSt.)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle Preise" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Buchungscode-Filter" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Buchungscode-Preise" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Zimmerpreise" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Ihre Buchung(en) wurde(n) bestätigt, aber wir konnten Ihre Mitgliedschaft nicht verifizieren. Wenn Sie mit einem Mitgliederrabatt gebucht haben, müssen Sie entweder Ihre bestehende Mitgliedsnummer beim Check-in vorlegen, Mitglied werden oder die Preisdifferenz im Hotel bezahlen. Die Anmeldung erfolgt vorzugsweise online vor Ihrem Aufenthalt." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Rechnung herunterladen" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hoteldetails" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Nochmal" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Buchung verwalten" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Mitgliedschaft konnte nicht verifiziert werden" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Zahlungsdetails" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Einen weiteren Aufenthalt buchen" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Hotelextras ansehen und hinzufügen" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Entdecken Sie die kleinen Extras, die Ihren nächsten Aufenthalt noch schöner machen." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Das gewisse Extra" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservierungsbedingungen" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Angewandte Vorteile der Mitgliedschaft" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Reservierungsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Stornierungsbedingungen" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " ab " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Mitgliedschafts-Nr. " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Ihr Aufenthalt bleibt für den Check-in nach 18:00 Uhr verfügbar." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Buchung garantiert." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gast" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Vielen Dank für Ihre Buchung! Wir freuen uns auf Sie und wünschen Ihnen einen angenehmen Aufenthalt." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Buchungsbestätigung" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Gesamtkosten: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Code hinzufügen" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Code merken" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Wenn Sie ein Sonderangebot oder einen von Unternehmen ausgehandelten Tarif buchen, benötigen Sie einen speziellen Buchungscode. Bitte verwenden Sie keine Sonderzeichen wie (.) (,) (-) (:). Wenn Sie mit dem Code VOF buchen möchten, rufen Sie uns bitte an unter +46 8 517 517 20. Speichern Sie Ihren Buchungscode für den nächsten Besuch der Seite, indem Sie das Kästchen \"Merken\" anklicken. Kreuzen Sie das Kästchen nicht an, wenn Sie einen öffentlichen Computer benutzen, um einen unbefugten Zugriff auf Ihren Buchungscode zu vermeiden." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Suche" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Aktualisierung" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alter" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Alter des Kindes ist erforderlich" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "Im Bett der Eltern" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "Im Kinderbett" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Zusätzliches Bett" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Reiseziel" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Zimmer & Gäste" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Wohin?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Mit Punkten buchen" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Um eine kostenfreie Übernachtung mit Punkten zu buchen, vergewissern Sie sich, dass Sie in Ihrem Scandic Friends-Konto eingeloggt sind." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Zimmer hinzufügen" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Fertig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Zimmer entfernen" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Suchen löschen" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Städte" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Länder" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotels" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Ich akzeptiere" + "value": "Letzte Suchen" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Keine Ergebnisse" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Wir konnten keinen passenden Standort für Ihre Suche finden." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Suche nicht möglich" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Bei der Suche ist ein Fehler aufgetreten, bitte versuchen Sie es erneut." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Reiseziel oder Hotel eingeben" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Für die Suche nach einem Hotelzimmer wird ein Reiseziel oder ein Hotelname benötigt." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Breadcrumbs" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Ganztägiges Frühstück" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Angebot entdecken" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotels, die in diesem Angebot enthalten sind" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Nächste Seite" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Vorherige Seite" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Über Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Barrierefreiheit" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Zum Kalender hinzufügen" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Erwachsener" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Erwachsene" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "Alter" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Anwenden" + } + ], + "common.back": [ + { + "type": 0, + "value": "Zurück" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Zurück zum Anfang" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Betten-Optionen" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Geburtsdatum" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Reservierungsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frühstück" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frühstücksbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Abbrechen" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Buchung stornieren" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Stornierungen" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Stornieren" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ändern" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Änderungen" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Kinder" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Kinder unter " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "Stadt" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Entfernen" + } + ], + "common.close": [ + { + "type": 0, + "value": "Schließen" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Sprachmenü schließen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bestätigen" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontaktieren Sie uns:" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Weiter" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Ländercode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkarte" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundenbetreuung" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundenbetreuung" + } + ], + "common.day": [ + { + "type": 0, + "value": "Tag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Abendessen" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Wegbeschreibung" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Wegbeschreibung" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-Mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-Mail Adresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Finden" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Vorname" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Folgen Sie uns" + } + ], + "common.food": [ + { + "type": 0, + "value": "Essen" + } + ], + "common.free": [ + { + "type": 0, + "value": "Kostenlos" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Freitag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Ab" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Zurück" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Wie es funktioniert" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildergalerie" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. MwSt." + } + ], + "common.included": [ + { + "type": 0, + "value": "Inklusive" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km zum Stadtzentrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Sprache" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Nachname" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live-Events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Abmelden" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Mittagessen" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hauptmenü" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Mitgliedschafts-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Montag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Monat" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Sie müssen unsere Allgemeinen Geschäftsbedingungen akzeptieren" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Meine Vorteile" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Meine Punkte" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Mein Profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Meine Aufenthalte" + } + ], + "common.name": [ + { + "type": 0, + "value": "Name" + } + ], + "common.next": [ + { + "type": 0, + "value": "Weiter" + } + ], + "common.night": [ + { + "type": 0, + "value": "Nacht" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Kein Frühstück" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Nordic Swan Ecolabel" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Nicht inbegriffen" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Öffnen" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Sprachmenü öffnen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Öffnungszeiten" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Optional" + } + ], + "common.or": [ + { + "type": 0, + "value": "oder" + } + ], + "common.other": [ + { + "type": 0, + "value": "Andere" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andere Anfragen" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Übersicht" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parken" + } + ], + "common.password": [ + { + "type": 0, + "value": "Passwort" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Pro Erwachsener/Nacht" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Haustierfreundlich" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Punkte" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " Punkte" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Punkte zum Ausgeben" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktische Informationen" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Zurückliegend" + } + ], + "common.price": [ + { + "type": 0, + "value": "Preis" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Preisinformationen" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Mehr lesen" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Entfernen" + } + ], + "common.room": [ + { + "type": 0, + "value": "Zimmer" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Zimmer" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Samstag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Speichern" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Alle sehen" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Alle Fotos anzeigen" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Zimmer ansehen" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Wählen Sie Ihre Sprache" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Alle anzeigen" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Weniger anzeigen" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Mehr anzeigen" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Anmelden" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Getränke" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Zusammenfassung" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sonntag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Donnerstag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Gesamt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Gesamtpunkte" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Gesamtpreis" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor-Bewertung" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Dienstag" + } + ], + "common.under": [ + { + "type": 0, + "value": "unter" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Bis " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "MwSt." + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Mittwoch" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Willkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "Jahr" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postleitzahl" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Cookies verwalten" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Daten auswählen" + } + ], + "dates": [ + { + "type": 0, + "value": "Daten" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Zurück zu den Städten" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Reiseziele" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Stadt erkunden" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ziel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Reiseziele" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Erkunden Sie " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Empfohlen" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Reiseziele in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Fahrradfreundlich" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Puls der Stadt" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familienfreundlich" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Wandern" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakfahren" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museen" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nachtleben" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Stadt erkunden" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotels in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Zurück zur Liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Karte kann nicht angezeigt werden" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Als Liste anzeigen" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Stadtplan" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Karte des Landes" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Keine passenden Orte gefunden" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Es sieht so aus, als ob kein Standort mit Ihren Filtern übereinstimmt. Versuchen Sie, Ihre Suche anzupassen, um den perfekten Aufenthalt zu finden." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere Hotels" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Alle Hotels in " + }, + { + "type": 1, + "value": "country" + }, + { + "type": 0, + "value": " anzeigen" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Seite kann nicht geöffnet werden für " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Details zum Hotel anzeigen" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Auf der Karte ansehen" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Ein Fehler ist aufgetreten ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Hotels" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Hotels auf Karte anzeigen" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Bereits Scandic Friends Mitglied?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Werden Sie noch heute Teil unseres Scandic Friends Programms. " + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Lassen Sie uns Freunde sein!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Team Mitgliedschaft verknüpfen" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Einloggen" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Anmelden und verknüpfen" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Hast du noch kein Scandic Friends-Konto?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Teammitgliedskarte anzeigen" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrieren und verknüpfen" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Punkte werden berechnet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Reservierungsnummer / Referenz" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beschreibung" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Extras zu Ihrer Buchung" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Ehemaliges Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Keine Transaktionen verfügbar" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Vor dem 1. Mai 2021 gesammelte Punkte" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Willkommensbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Punkte" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Aktuelles Passwort" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Änderungen verwerfen" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle Änderungen, die Sie vorgenommen haben, gehen verloren." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Nicht gespeicherte Änderungen verwerfen?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Zurück zum Bearbeiten" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Neues Passwort erneut eingeben" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Erfolgreich aktualisiertes Profil!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Benutzerinformationen" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, Änderungen verwerfen" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Gewünschter Bettentyp" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Zimmer ändern" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Wir hatten ein Problem bei der Bearbeitung Ihrer Buchung. Bitte versuchen Sie es erneut. Es wurden keine Gebühren erhoben." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Sie haben jetzt Ihre Zahlung storniert." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Für Erwachsene und Kinder ab 4 Jahren kann nach der Buchung gegen Aufpreis ein Frühstück dazugebucht werden." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frühstück kann nach der Buchung gegen eine zusätzliche Gebühr hinzugefügt werden." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Kinder bis 12 Jahre frühstücken kostenlos, wenn die erwachsenen Begleitpersonen das Frühstück im Voraus mitgebucht haben." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Frühstücksoptionen auswählen" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Beinhaltet zahlreiche Bioprodukte sowie vegane, glutenfreie und andere allergikerfreundliche Optionen." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Kostenlos für Kinder bis einschl. 12 Jahre." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Buchung abschließen" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Wenn Sie Ihre Buchung mit einer Kreditkarte garantieren, halten wir die Buchung bis 07:00 Uhr am Tag nach dem Check-in aufrecht." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Bei Nichterscheinen wird Ihre Kreditkarte mit dem Preis für die erste Nacht belastet." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garantie für eine Spätanreise" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Ich könnte später als 18:00 Uhr ankommen und möchte meine Buchung garantieren." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Mit der Buchungsbestätigung wird das Zimmer bei später Anreise garantiert. Bei Nichtanreise ohne vorherige Stornierung oder bei Stornierung nach 18:00 Uhr Ortszeit wird Ihnen eine Bonusnacht in Rechnung gestellt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktdetails" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Details" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Vor dem Check-in Scandic Friend werden" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Scandic Friend werden" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Einloggen" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " für Zimmer " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Mit Ihrer Anmeldung akzeptieren Sie die " + }, + { + "children": [ + { + "type": 0, + "value": "Allgemeinen Geschäftsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ihre Scandic Friends-Mitgliedschaft ist bis auf Weiteres gültig und kann jederzeit durch Kontaktaufnahme mit dem Scandic-Mitgliederservice beendet werden." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Erhalten Sie den Mitgliedspreis" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Der neue Preis ist" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Zimmerpreis für Mitglieder aktiviert" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "Um Ihre Reservierung zu sichern, bitten wir Sie um die Angabe Ihrer Kreditkartendaten. Seien Sie versichert, dass zu diesem Zeitpunkt keine Kosten anfallen." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Vervollständigen Sie die Buchung" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Wenn Sie Ihre Buchung garantieren, halten wir die Buchung bis 07:00 Uhr bis zum Tag nach dem Check-in. Dies bietet Ihnen als Gast zusätzliche Flexibilität bei der Anreise." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Bitte beachten Sie, dass dies obligatorisch ist und Ihre Karte nur im Falle eines Nichterscheinens belastet wird." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Geben Sie im nächsten Schritt eine Zahlungskarte an." + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Was Sie tun müssen, um eine Buchung zu garantieren:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Wir sind noch dabei, Ihre Buchung zu bestätigen. Dies ist normalerweise eine Sache von Minuten und wir entschuldigen uns für die Wartezeit. Bitte überprüfen Sie Ihren Posteingang auf eine Buchungsbestätigung per E-Mail. Sollten Sie diese bis zum Ende des Tages noch nicht erhalten haben, wenden Sie sich bitte an unseren " + }, + { + "children": [ + { + "type": 0, + "value": "Kundensupport" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Dauert länger als üblich" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Da Ihre Buchung Zimmer mit unterschiedlichen Konditionen umfasst, berechnen wir jetzt einen Teil der Buchung und den Restbetrag erheben wir beim Check-in an der Rezeption." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Letzter Schritt" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andere Zahlungsarten" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Bezahlen Sie beim Check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Zahlungsmethoden" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Wenn ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung sowie die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- & Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet. Ich akzeptiere außerdem, dass Scandic während meines Aufenthalts eine gültige Zahlungskarte verlangt, falls etwas unbezahlt bleibt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Zahlungsmethode auswählen" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Weiter mit neuem Preis" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Frühstückspreis" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Zurück zur Zimmerauswahl" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Die Preise haben sich erhöht, seit Sie Ihre " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": " ausgewählt haben." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " Um Ihre Buchung fortzusetzen, akzeptieren Sie den aktualisierten Preis," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " oder gehen Sie zurück, um " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": " auszuwählen." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "neues Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "neue Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Neue Summe" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Siehe Preisdetails" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Preisänderung" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Zusatzbett wird zusätzlich zur Verfügung gestellt" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gästeinformationen" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Gibt es noch etwas, das Sie uns vor Ihrer Ankunft mitteilen möchten?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Sonderwünsche (optional)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alter ist erforderlich" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Sie müssen mindestens 18 Jahre alt sein, um fortzufahren" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Leider ist eines der von Ihnen ausgewählten Zimmer ausverkauft. Bitte wählen Sie ein anderes Zimmer, um fortzufahren." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Eine Bettenwahl ist erforderlich" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Geburtsdatum wird benötigt" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Buchungscode ist ungültig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Es dürfen nicht mehr Kinder im Bett der Erwachsenen schlafen als Erwachsene im Zimmer sind" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnächte mit Punktezahlung sind nicht mit Codes oder Gutscheinen kombinierbar." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land wird benötigt" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Ziel erforderlich" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-Mail Adresse ist ungültig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-Mail Adresse ist erforderlich" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Vor- und Nachname können für zwei verschiedene Zimmern nicht identisch sein" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Vorname ist erforderlich" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Der Vorname darf keine Sonderzeichen enthalten" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ungültige Buchungsnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Nachname wird benötigt" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Der Nachname darf keine Sonderzeichen enthalten" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ungültiges Format der Mitgliedsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Nur Ziffern sind erlaubt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Die Mitgliedsnummer kann für zwei verschiedene Zimmer nicht dieselbe sein" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Die Buchung mehrerer Zimmer ist mit diesem Buchungscode nicht möglich." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Die Buchung mehrerer Zimmer ist mit einer Bonusnacht nicht möglich." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Aktuelles Passwort ist erforderlich" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Neues Passwort stimmt nicht überein" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Neues Passwort ist erforderlich" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Passwort ist erforderlich" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Das neue Passwort muss erneut eingegeben werden." + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Die eingegebene Nummer ist zu kurz" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Geben Sie eine gültige Telefonnummer ein." + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer ist erforderlich" + } + ], + "error.required": [ + { + "type": 0, + "value": "Erforderlich" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Die Postleitzahl darf nur Zahlen und Buchstaben enthalten" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postleitzahl ist erforderlich" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kopieren fehlgeschlagen" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kann nicht zum Kalender hinzugefügt werden" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Etwas ist schief gelaufen!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Alle Filter löschen" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Entfernung zum Stadtzentrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotelausstattung" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtern und sortieren" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtern nach" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Umgebung des Hotels" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Keine passenden Hotels gefunden" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Es sieht so aus, als ob keine Hotels mit Ihren Filtern übereinstimmen. Versuchen Sie, Ihre Suche anzupassen, um das perfekte Hotel zu finden." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Ergebnisse anzeigen ( " + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " )" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sortieren nach" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Sie können Ihren Aufenthalt nicht finden?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Bitte wenden Sie sich an den " + }, + { + "children": [ + { + "type": 0, + "value": "Kundendienst" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Das Formular konnte nicht übermittelt werden, bitte versuchen Sie es später noch einmal." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Aufenthalt finden" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Sie können Ihre über unsere Website oder App getätigten Buchungen einsehen und verwalten." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Der Friends & Family Tarif kann nur über FUSE gebucht werden." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle Rechte vorbehalten" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Das Produkt konnte nicht hinzugefügt werden. Ihre Buchung ist garantiert. Bitte versuchen Sie es erneut." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Wir hatten ein Problem mit der Garantie Ihrer Buchung. Bitte versuchen Sie es erneut." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Zurück zu scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Menü schließen" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log-in/Anmelden" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menü" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Menü - Meine Seiten" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Menü öffnen" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Menü \"Mein Bereich\" öffnen" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Über das Hotel" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "Im Hotel" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Bewertungen" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Willkommen im" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "In der Nähe" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Karte" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Ausstattungsmerkmale" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Karte ansehen" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Zimmerdetails anzeigen" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " Gäste" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative Räume für Meetings" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Karte von " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Verfügbare Preise" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km zum Stadtzentrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Attraktionen" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Standort" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Öffentliche Verkehrsmittel" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Einkaufen & Essen gehen" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Erlebnisse in der Nähe vom " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Als Liste anzeigen" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Als Karte anzeigen" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Barrierefreiheit im " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktivitäten" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Tagungen, Konferenzen & Events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Angebote" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Meetings & Events" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant und Bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Innenpool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Außenpool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Entspannen" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Finden Sie Ihre Buchung" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Mehr über das Hotel" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Bildergalerie öffnen" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle Kategorien" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle Länder" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle Hotels und Büros" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle Standorte" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Frist: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Offen für Bewerbungen" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Anzeigen und hinzufügen" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategorie" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Ort (in der Landessprache angezeigt)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel oder Büro" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ergebnis" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ergebnisse" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Bild öffnen" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Die Mitarbeiternummer ist bereits mit einer anderen Scandic Friends-Mitgliedschaft verknüpft." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Wenn Du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontaktieren Sie unseren Mitgliederservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Dein Konto konnte nicht verbunden werden" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du bist leider nicht berechtigt, Mitarbeiter-Benefits zu erhalten." + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dies könnte daran liegen, dass dein Arbeitsverhältnis noch nicht begonnen hat, bereits beendet ist oder du als Berater tätig bist. Wenn du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Tolle Neuigkeiten! Sie können sich direkt in Ihrem Member-Profil einloggen, um alle Ihre Benefits zu entdecken!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Geburtsdatum: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Wir benötigen Ihr Geburtsdatum, um Ihr Scandic Friends-Konto mit Ihrem SAS EuroBonus-Konto zu verknüpfen. Bitte überprüfen Sie, ob es korrekt ist." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Das Geburtsdatum fehlt" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Geburtsdatum stimmt nicht überein" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Sie haben keinen Code erhalten? " + }, + { + "children": [ + { + "type": 0, + "value": "Code erneut senden" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Bearbeiten Sie Ihre persönlichen Angaben." + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Der Code ist abgelaufen. " + }, + { + "children": [ + { + "type": 0, + "value": "Neuen Code senden." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Es ist etwas schiefgelaufen" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Bitte versuchen Sie es später noch einmal" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verknüpfen." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Der eingegebene Code ist nicht korrekt." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Konten verknüpfen" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Meine Konten verknüpfen" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Einen Moment Geduld..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Melden Sie sich in Ihrem SAS EuroBonus-Konto an, um die Kontoverknüpfung zu bestätigen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Wenn Sie nicht automatisch weitergeleitet werden, klicken Sie bitte " + }, + { + "children": [ + { + "type": 0, + "value": "hier" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Diese Überprüfung ist für zusätzliche Sicherheit erforderlich." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fehler bei der Abfrage des Einmal-Passworts" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifizierungscode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den Code ein, der an " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " gesendet wurde, um Ihre Kontoverknüpfung zu bestätigen." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Sie werden nun zu „Mein Bereich“ weitergeleitet." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Sie werden zu SAS weitergeleitet" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Beim Anfordern eines neuen Einmalpassworts ist ein Fehler aufgetreten" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Neuen Code senden" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Ihre Konten wurden erfolgreich verknüpft!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Ihre Konten sind verknüpft." + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Durch das Verknüpfen Ihrer Konten akzeptieren Sie die " + }, + { + "children": [ + { + "type": 0, + "value": "Geschäftsbedingungen für das Verknüpfen von Scandic Friends- und SAS EuroBonus-Konten" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Sie haben zu vieles Codes angefordert." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Zu viele Fehlversuche." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Bitte warten Sie eine Stunde, bevor Sie es erneut versuchen." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Ihr verknüpftes Konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Details anzeigen" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Pro Nacht ab" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Sind Sie bereits Mitglied?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Hier anmelden" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Mitgliedschaftsbedingungen" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " Punkte " + }, + { + "children": [ + { + "type": 0, + "value": "oder " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " Nächte" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Vergrößern" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Verkleinern" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Meetingraum buchen" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotels & Reiseziele" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Tagungshotel" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Zugang zum Raum" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabarett-Bestuhlung" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Classroom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Maße" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etage " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Full Circle" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halbkreis" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Innenfenster mit Blick auf das Hotel" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indoor Fenster und hervorragende Beleuchtung" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Beleuchtung" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Standort im Hotel" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max. " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " Pers." + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Keine Fenster" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Keine Fenster, aber hervorragende Beleuchtung" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " Personen" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Stehtisch" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Theater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-Shape" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht und Verdunkelungsmöglichkeiten" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht und hervorragender Aussicht" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Gesteigert durch SAS bis " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Barrierefreiheit im " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Informationen zur Barrierefreiheit für " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic Hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Entdecken Sie unser Scandic Hotel in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Entdecken Sie Scandic in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Buchen Sie jetzt!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere Scandic Hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Entdecken Sie " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", und mehr! Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" + } + ], + "metadata.discoverLocation": [ + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " entdecken. Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Entdecken Sie das " @@ -83,101 +4902,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Punkte einlösen" + "value": "Erkunden Sie " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Mehr erfahren und Konten verknüpfen" + "value": "Fitnesseinrichtungen im " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Zusätzliche Zimmer entfernen" + "value": "Fitnesseinrichtungen im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampagne: " + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Buchen Sie jetzt Ihren Aufenthalt!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " bietet " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Die Gäste können auch " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": " genießen. Buchen Sie noch heute Ihren Aufenthalt auf " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": "!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " bietet " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Die Gäste können auch " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": " genießen." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Meetings & Events im " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Meetings & Events im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkinformationen für " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkinformationen für das " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Aufenthalt im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotel in " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " aus " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Überraschung" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Greife hier in der Übersicht von Meine Seiten auf deine Teammitgliedskarte zu." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Neue Karte hinzufügen" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Buche vergünstigte Aufenthalte für dich, deine Familie und Freunde!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Breadcrumbs für diese Seite sind fehlgeschlagen ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Entdecke alle deine Vorteile" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Sehen Sie sich die in Ihrem Profil gespeicherten Kreditkarten an. Bezahlen Sie mit einer gespeicherten Karte, wenn Sie angemeldet sind, für ein reibungsloses Buchungserlebnis." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Alle Level vergleichen" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " + }, + { + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " oder " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Geschenk" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Geschenke" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " zu Ihren Vorteilen hinzugefügt" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Aktuelles Mitgliedsjahr" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Aktuelle Punkte: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Geburtsdatum" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Profil bearbeiten" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Teammitglied" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Fehler beim Laden dieser Seite (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Verfallsdatum: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Meine Vorteile" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hallo, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hey " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Verbleibend bis zum Levelaufstieg" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Level-Fortschritt: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " von " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " Punkten erreicht" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Mitglied seit: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Mitglieds-ID in die Zwischenablage kopiert" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Kein Inhalt veröffentlicht" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Meine Kommunikationspräferenzen" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Meine Mitgliedskarten" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Meine Zahlungskarten" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Name: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Erzielte Punkte" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "PUNKTE" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "bis zum Beibehalten des Levels" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Die Punkte, die Sie in diesem Jahr sammeln, bestimmen Ihr Level sowohl für dieses als auch für das nächste Mitgliedsjahr." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Im Ruhestand" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Ups! Beim Anzeigen Ihrer Überraschung ist etwas schiefgegangen. Bitte aktualisieren Sie die Seite oder versuchen Sie es später noch einmal. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support unter " + }, + { + "children": [ + { + "type": 0, + "value": "." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Sie finden alle Ihre Geschenke unter \"Meine Vorteile\"." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Wir haben ein besonderes Geschenk für Sie!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Sie haben " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Verfallende Punkte" + "value": " Geschenke, die auf Sie warten!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "TripAdvisor-Bewertung" + "value": "Offen " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Geschenk" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Geschenke" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Essen" + "value": "Schnell sein und Punkte nutzen, bevor sie ablaufen!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dies könnte daran liegen, dass dein Arbeitsverhältnis noch nicht begonnen hat, bereits beendet ist oder du als Berater tätig bist. Wenn du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + "value": "Teammitgliedskarte hinzugefügt" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Mitgliedsnummer" + "value": "Teilen Sie uns mit, welche Informationen und Updates Sie wie erhalten möchten, indem Sie auf den unten stehenden Link klicken." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Zimmerpreise" + "value": "Gültig bis " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Die Buchung mehrerer Zimmer ist mit einer Bonusnacht nicht möglich." - } - ], - "/5HHL3": [ + "value": "Du hast in diesem Mitgliedsjahr " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Fenster mit natürlichem Tageslicht und hervorragender Aussicht" + "value": " Punkte verdient." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifizierungscode" + "value": "Ihr Level-Status" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Ihr Mitgliedsjahr und Ihr Level-Fortschritt" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Dein SAS EuroBonus-Level hat dich auf " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": " hochgestuft!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerleistungen" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends Links" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ihre Mitgliedschaft" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Sie müssen eingeloggt sein, um Ihre Buchung zu sehen" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Sie müssen mit demselben Mitgliedskonto angemeldet sein, mit dem die Buchung vorgenommen wurde." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Neue Daten für den Aufenthalt" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Suche" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Bitte Daten auswählen" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontaktieren Sie die Person, die den Aufenthalt gebucht hat" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, muss die Stornierung von der Person vorgenommen werden, die die Buchung vorgenommen hat. Bitte rufen Sie 08-517 517 00 an, um mit unserem Kundenservice zu sprechen, wenn Sie weitere Hilfe benötigen." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Datenänderungen für alle Zimmer. Bitte kontaktieren Sie den Kundenservice, um die Daten zu aktualisieren." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Terminänderungen für alle Zimmer. Bitten Sie die Person, die den Aufenthalt gebucht hat, den Kundenservice zu kontaktieren." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Meine Extras" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Beliebt" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Lang " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Homepage" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Buchung insgesamt" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kann nicht storniert werden" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Stornierung bestätigen" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Nicht stornieren" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Sind Sie sicher, dass Sie mit der Stornierung fortfahren möchten?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dieser Aufenthalt hat mehrere Bedingungen." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Meine Zimmer" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Einige Zimmer wurden erfolgreich storniert, aber bei anderen sind Probleme aufgetreten. Bitte wenden Sie sich an den Kundenservice für Unterstützung." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " Zimmer wurde storniert" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Es tut uns leid, dass es nicht geklappt hat." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt wurde storniert" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt ist immer noch aktiv mit dem anderen Zimmer" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Stornierungsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Datumsänderung bestätigen" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Neue Daten" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Alte Daten" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Im Hotel bezahlen" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Sie konnten Ihren Aufenthalt nicht aktualisieren" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt wurde aktualisiert" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in nach 18:00 Uhr" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planen Sie, nach 18.00 Uhr anzureisen? Sichern Sie sich Ihr Zimmer, indem Sie es mit einer Kreditkarte garantieren. Ohne die Garantie und bei Nichterscheinen kann das Zimmer nach 18.00 Uhr neu vergeben werden." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Ihre Karte wird nur im Falle eines Nichterscheinens belastet" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garantieren" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garantierte Spätanreise" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt sowie die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeiten wird." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Gästedaten ändern" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Aktualisierung der Gästedaten fehlgeschlagen" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gästedaten aktualisiert" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mein Aufenthalt im" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Verspätete Ankunft" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Aufenthalt verwalten" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Beleg anzeigen und drucken" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Mitgliedsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Daten ändern" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Möchten Sie Ihre Gastdaten wirklich ändern?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Aktualisierungen speichern" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Meine Gesamtpunktzahl" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Scandic Hotels entdecken" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Übernachtung" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Bett-Typ" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Die endgültige Mehrwertsteueraufschlüsselung wird beim Check-out bereitgestellt." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Mitglied" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Anzahl der Gäste" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Anzahl der Übernachtungen" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Preis pro Haustier inklusive Mehrwertsteuer" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "VORAUSZAHLUNG" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Zimmer ist vorausbezahlt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Übernachtungsrate" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Unbekannter Artikel" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Sind Sie sicher, dass Sie Ihren Aufenthalt im " @@ -237,4968 +6195,7 @@ "value": " Dies kann nicht rückgängig gemacht werden." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Entfernen" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Promo-Code" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Standort im Hotel" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Tauschen gegen" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Reiseziele in " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Montag-Freitag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Nicht gespeicherte Änderungen verwerfen?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Verkleinern" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Andere" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Etwas ist schief gelaufen!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Ihr verknüpftes Konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Haustierfreundliche Zimmer beinhalten eine Gebühr von ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " pro Aufenthalt" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beschreibung" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Buchungscode-Filter" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Zusätzliches Bett" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Übernachtung" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus Punkte" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Wir hatten ein Problem mit der Garantie Ihrer Buchung. Bitte versuchen Sie es erneut." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Alle sehen" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Stadtplan" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Daten ändern" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Indem ich die " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen für Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " akzeptiere, verstehe ich, dass meine persönlichen Daten in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": " verarbeitet werden." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Haustiergeeignetes Zimmer" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Gibt es noch etwas, das Sie uns vor Ihrer Ankunft mitteilen möchten?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "Angebot aktivieren" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Kleinbuchstabe" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Meine Punkte" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Beim Hinzufügen einer Kreditkarte ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Zimmer gesamt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Menü \"Mein Bereich\" öffnen" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Sie können Ihre über unsere Website oder App getätigten Buchungen einsehen und verwalten." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Beckenlänge: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MwSt. " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-Shape" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Vor dem Check-in Scandic Friend werden" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Name: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gast" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gäste" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANDERE" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Jetzt buchen" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Angebote" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Entdecken Sie unser Scandic Hotel in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Neue Summe" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "Nächstes Level: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Verfallsdatum: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Einen Tisch reservieren" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Sie finden alle Ihre Geschenke unter \"Meine Vorteile\"." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Beinhaltet zahlreiche Bioprodukte sowie vegane, glutenfreie und andere allergikerfreundliche Optionen." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel oder Büro" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Buchung stornieren" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "Um mit EuroBonus-Punkten zu buchen, stellen Sie sicher, dass Sie in Ihrem SAS EuroBonus-Konto angemeldet sind." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. MwSt." - } - ], - "2I23F2": [ - { - "type": 0, - "value": "So funktioniert´s" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Höchstes Level" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Als Liste anzeigen" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Zimmer" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Preise an Wochentagen" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Hier anmelden" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Beim Anfordern eines neuen Einmalpassworts ist ein Fehler aufgetreten" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Bitte geben Sie den an " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " gesendeten Code ein, um Ihre Punkte zu übertragen." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nachtleben" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Puls der Stadt" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Anzahl der Ladestationen für Elektroautos: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Ihre einlösbaren Punkte" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Ich möchte meine Buchungsbestätigung per SMS erhalten" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postleitzahl" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Code merken" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Teammitgliedskarte hinzugefügt" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Bett-Typ" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Keine passenden Orte gefunden" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativen für " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Direkt zum Hauptinhalt" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Vorläufiger Beleg" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Unbekannter Fehler beim Laden des Benutzers" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Ihr neuer Gesamtbetrag" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Etwas ist schief gelaufen. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " konnte nicht zu Ihrer Buchung hinzugefügt werden!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Im Ruhestand" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Geburtsdatum" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Unbekannter Artikel" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Überraschung!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Reservierungsnummer / Referenz" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Buchungscode" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Buchungscode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Zimmerausstattung" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Seite kann nicht geöffnet werden für " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Die Buchung mehrerer Zimmer ist mit diesem Buchungscode nicht möglich." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Überraschung" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Verknüpfen Sie Ihre " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": "- und " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": "-Konten, um Punkte zwischen den Mitgliedschaften zu sammeln, einzulösen und auszutauschen." - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gültig bis " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Check-out bis spätestens: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Reiseziele" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Stornieren" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Abbrechen" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Meetings & Events" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verknüpfen." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Gesamtpreis" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garantie für eine Spätanreise" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Ihre Karte wird nur im Falle eines Nichterscheinens belastet" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Stornierungsnummer" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Cookies verwalten" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, ich akzeptiere die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und nehme zur Kenntnis, dass Scandic meine persönlichen Daten gemäß " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Dort können Sie mehr darüber erfahren, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich wenden können, wenn Sie Fragen haben." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Log-in/Anmelden" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Buchungscode ist ungültig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Um eine kostenfreie Übernachtung mit Punkten zu buchen, vergewissern Sie sich, dass Sie in Ihrem Scandic Friends-Konto eingeloggt sind." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mein Bereich" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Nicht genügend Punkte" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Passwort" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Anzahl auswählen" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Preis pro Nacht" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Offen " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "Geschenk" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Geschenke" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Team Mitgliedschaft verknüpfen" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Preisänderung" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, Vorteil schließen und entfernen" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Nicht erstattbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Die endgültige Mehrwertsteueraufschlüsselung wird beim Check-out bereitgestellt." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Weiter mit neuem Preis" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Der Nachname darf keine Sonderzeichen enthalten" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (in einigen Zimmern verfügbar)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Montag-Freitag: Immer geöffnet" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Attraktionen" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Suche" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ungültige Buchungsnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Punkte" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Keine Transaktionen verfügbar" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Code hinzufügen" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Stornierungsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkplätze können im Voraus reserviert werden: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "Zu viele Fehlversuche." - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Kann nicht zum Kalender hinzugefügt werden" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Entfernung zum Stadtzentrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Reservierungsnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Möchten Sie Ihr Konto wirklich trennen?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Neues Passwort stimmt nicht überein" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Mitglied" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Reiseziel oder Hotel eingeben" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Buche vergünstigte Aufenthalte für dich, deine Familie und Freunde!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Bezahlen Sie beim Check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Level-Fortschritt: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " von " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " Punkten erreicht" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Tag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Jetzt bezahlen" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Mein Aufenthalt im" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Der Friends & Family Tarif kann nur über FUSE gebucht werden." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Verbleibend bis zum Levelaufstieg" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Sie werden nun zu „Mein Bereich“ weitergeleitet." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Sie haben jetzt Ihre Zahlung storniert." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Innenpool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hoteleinrichtungen" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kopieren fehlgeschlagen" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Es tut uns leid, dass es nicht geklappt hat." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "auf " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie mit der Stornierung fortfahren möchten?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Erwachsener" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, Änderungen verwerfen" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Weiter" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Sie haben keine Punkte zum Übertragen." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "In die Zwischenablage kopiert" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Teilen Sie uns mit, welche Informationen und Updates Sie wie erhalten möchten, indem Sie auf den unten stehenden Link klicken." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Wegbeschreibung" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Gutschein" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Punkte hinzugefügt" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte versuchen Sie, sich stattdessen anzumelden." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Innenfenster mit Blick auf das Hotel" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle Kategorien" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Reservierungsbedingungen" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Zahlungsmethoden" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Zimmer ist vorausbezahlt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Sonderwünsche (optional)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alter" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Neue Daten" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Wechsel von" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Übersicht" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Angewandte Vorteile der Mitgliedschaft" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Erhalten Sie den Mitgliedspreis" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check-out" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km zum Stadtzentrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Samstag-Sonntag: Immer geöffnet" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Scandic Hotels entdecken" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Details zum Hotel anzeigen" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Gewünschter Bettentyp" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "Geschenk" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Geschenke" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " zu Ihren Vorteilen hinzugefügt" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotels in der Nähe von " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Siehe Preisdetails" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Wählen Sie Ihre Sprache" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Entspannen" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ungültige Daten" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "Um den Mitgliederpreis " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Punkte zum Ausgeben" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Nach Verfügbarkeit" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fehler bei der Abfrage des Einmal-Passworts" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Samstag-Sonntag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Erzielte Punkte" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Bitte wenden Sie sich an den Kundendienst, um die Daten zu aktualisieren." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Mein Profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Externes Fitnessstudio: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Einige Zimmer wurden erfolgreich storniert, aber bei anderen sind Probleme aufgetreten. Bitte wenden Sie sich an den Kundenservice für Unterstützung." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Karte des Landes" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Aktualisierung" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Sie haben genug Punkte für eine Bonusnacht!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ändern" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " Punkte verfallen" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Finden Sie uns" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Eingetauschte Punkte sind nicht levelqualifizierend." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Dauert länger als üblich" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Dieses Angebot konnte nicht aktiviert werden" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Buchungsübersicht" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Zimmerdetails anzeigen" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Betten-Optionen" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Ihre Konten sind verknüpft." - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Breadcrumbs" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Reiseziel" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Mit der Punkteeinlösung fortfahren?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Abmelden" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Raten" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic Hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Zimmer ansehen" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Classroom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gästedaten aktualisiert" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Hotels auf Karte anzeigen" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Mehr über das Hotel" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Bitte geben Sie den Code ein, der an " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " gesendet wurde, um Ihre Kontoverknüpfung zu bestätigen." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Siehe die Allgemeinen Geschäftsbedingungen für alle Teilnahmevoraussetzungen." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Diese Überprüfung ist für zusätzliche Sicherheit erforderlich." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Daten" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Fitnesseinrichtungen im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Neue Daten für den Aufenthalt" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Sie haben " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " Geschenke, die auf Sie warten!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Vervollständigen Sie die Buchung" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie die Karte mit der Endung " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " aus Ihrem Mitgliederprofil entfernen möchten?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Lassen Sie sich inspirieren und planen Sie schon jetzt Ihren nächsten Aufenthalt. Entdecken Sie weitere Reiseziele von Scandic." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " bietet " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Die Gäste können auch " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": " genießen. Buchen Sie noch heute Ihren Aufenthalt auf " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": "!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Zurück zu scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Ihr Level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Das Formular konnte nicht übermittelt werden, bitte versuchen Sie es später noch einmal." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Mit Karte reservieren" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Wenn nicht, gehen Sie bitte zurück und tun Sie dies, bevor Sie dies schließen. Sobald Sie diese Option schließen, wird Ihr Vorteil ungültig und aus \"Meine Vorteile\" entfernt." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Bei Nichterscheinen wird Ihre Kreditkarte mit dem Preis für die erste Nacht belastet." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Werden Sie noch heute Teil unseres Scandic Friends Programms. " - } - ], - "ECx6So": [ - { - "type": 0, - "value": "Im Bett der Eltern" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Entfernung zum Hotel: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Als Karte anzeigen" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Preis pro Tag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Anwenden" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Erzielte Punkte" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Preise" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotels, die in diesem Angebot enthalten sind" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Das Frühstück kann nur für die gesamte Aufenthaltsdauer und für alle Gäste hinzugebucht werden." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Die Mitarbeiternummer ist bereits mit einer anderen Scandic Friends-Mitgliedschaft verknüpft." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Finden" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Geben Sie eine gültige Telefonnummer ein." - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Dein Konto konnte nicht verbunden werden" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Vorname ist erforderlich" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Verfügbare Preise" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Nochmal" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "Um Ihre Reservierung zu sichern, bitten wir Sie um die Angabe Ihrer Kreditkartendaten. Seien Sie versichert, dass zu diesem Zeitpunkt keine Kosten anfallen." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "Im Hotel" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " Punkte " - }, - { - "children": [ - { - "type": 0, - "value": "oder " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " Nächte" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halbkreis" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Terminänderungen für alle Zimmer. Bitten Sie die Person, die den Aufenthalt gebucht hat, den Kundenservice zu kontaktieren." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Geschlossen" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Wenn Sie Ihre Buchung garantieren, halten wir die Buchung bis 07:00 Uhr bis zum Tag nach dem Check-in. Dies bietet Ihnen als Gast zusätzliche Flexibilität bei der Anreise." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Entfernen" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Greife hier in der Übersicht von Meine Seiten auf deine Teammitgliedskarte zu." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Ausstattungsmerkmale" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Ich akzeptiere die Buchungs- und Stornierungsbedingungen" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Kostenlose Parkplätze" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Geburtsdatum" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnächte mit Punktezahlung sind nicht mit Codes oder Gutscheinen kombinierbar." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Entdecken Sie die kleinen Extras, die Ihren nächsten Aufenthalt noch schöner machen." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garantieren" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Code/Gutschein" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Das Produkt konnte nicht hinzugefügt werden. Ihre Buchung ist garantiert. Bitte versuchen Sie es erneut." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " oder " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildergalerie" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Erkunden Sie " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Zurück zum Anfang" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Ihr Level-Status" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Gesamtbetrag inkl. MwSt." - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Ländercode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Tagungshotel" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ihre Mitgliedschaft" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Name" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Wie es funktioniert" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Barrierefreiheit" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Eine Bettenwahl ist erforderlich" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Parkplatz reservieren" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtern und sortieren" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Teammitglied" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Das Geburtsdatum fehlt" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Sie können Ihren Aufenthalt nicht finden?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-Punkte zum Umtauschen" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Das neue Passwort muss erneut eingegeben werden." - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Wir haben keine freien Zimmer mit diesem Buchungscode gefunden (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Verfügbare Übernachtungspreise sind unten zu sehen." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Haustierfreundlich" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Städte" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Jahr" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Wir sind noch dabei, Ihre Buchung zu bestätigen. Dies ist normalerweise eine Sache von Minuten und wir entschuldigen uns für die Wartezeit. Bitte überprüfen Sie Ihren Posteingang auf eine Buchungsbestätigung per E-Mail. Sollten Sie diese bis zum Ende des Tages noch nicht erhalten haben, wenden Sie sich bitte an unseren " - }, - { - "children": [ - { - "type": 0, - "value": "Kundensupport" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Zum Levelaufstieg benötigte Punkte" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Fahrradfreundlich" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Benutzer nicht gefunden" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Letzte Suchen" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Frühstück (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformationen" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, meine Karte entfernen" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Keine Fenster" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Meine gespeicherten Karten" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Anzahl der Übernachtungen" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Optional" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Mitgliedschaft konnte nicht verifiziert werden" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Zimmer ändern" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsener" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Das Frühstücksangebot kann im Hotel erworben werden." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "Stand heute" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Zimmer entfernen" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Passwort anzeigen" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Zurückliegend" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Durch das Verknüpfen Ihrer Konten akzeptieren Sie die " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen für das Verknüpfen von Scandic Friends- und SAS EuroBonus-Konten" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " übrig" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Alle anzeigen" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontaktieren Sie die Person, die den Aufenthalt gebucht hat" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Fertig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Einstellungen verwalten" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Ort (in der Landessprache angezeigt)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Öffnen" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Reservierungsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Rechnung herunterladen" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Aktionscode kopieren" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Es ist etwas schiefgelaufen" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Anzahl der Gäste" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Passwort verstecken" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Immer geöffnet" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Erkunden Sie " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Als Liste anzeigen" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Sind Sie bereits Mitglied?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Aktuelles Mitgliedsjahr" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Preis ohne Mehrwertsteuer" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "Punkte" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Es dürfen nicht mehr Kinder im Bett der Erwachsenen schlafen als Erwachsene im Zimmer sind" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Punkte einlösen" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Kontoverknüpfung aufheben" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotelausstattung" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Meine Aufenthalte" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "MwSt." - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Geburtsdatum stimmt nicht überein" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Punkte verfallen drei Jahre nach ihrer Gutschrift am letzten Tag des jeweiligen Monats. Verfallende Punkte haben keinen Einfluss auf Ihr Level." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Offen für Bewerbungen" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Mitgliedsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Aktualisierung der Gästedaten fehlgeschlagen" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dieses Zimmer ist ausgestattet mit" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Upgrade für Ihren Aufenthalt" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Levelaufstieg zum Freischalten" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MEINE GESPEICHERTEN KARTEN" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Mitgliedschafts-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie dieses Produkt entfernen möchten?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Details" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Wenn Sie dies schließen, wird Ihr Vorteil entfernt" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Vorherige Seite" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Gesamt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Umgebung des Hotels" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Meine Zahlungskarten" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Mit Punkteumtausch fortfahren?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Frühstücksoptionen auswählen" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Breadcrumbs für diese Seite sind fehlgeschlagen ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Ihr Scandic Friends Level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " hat Sie auf " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " hochgestuft" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frühstück kann nach der Buchung gegen eine zusätzliche Gebühr hinzugefügt werden." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Mittagessen" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Sie haben keinen Code erhalten? " - }, - { - "children": [ - { - "type": 0, - "value": "Code erneut senden" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Die Punkte, die Sie in diesem Jahr sammeln, bestimmen Ihr Level sowohl für dieses als auch für das nächste Mitgliedsjahr." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bestätigen" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " verfügbare Punkte" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Willkommen im" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gäste" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Aktuelles Passwort" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " für Zimmer " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Geliefert am:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Lassen Sie uns Freunde sein!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, ich akzeptiere die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Dort erfahren Sie mehr darüber, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich bei Fragen wenden können." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Indem ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine persönlichen Daten für diese Buchung in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Ich akzeptiere auch, dass Scandic während meines Besuchs eine gültige Zahlungskarte benötigt, falls etwas unbezahlt bleibt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Zahlung" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "oder" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Alle Hotels in " - }, - { - "type": 1, - "value": "country" - }, - { - "type": 0, - "value": " anzeigen" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "PUNKTE" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "bis zum Beibehalten des Levels" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Getränke" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " zu Ihrer Buchung hinzugefügt!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in nach 18:00 Uhr" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Die Mitgliedsnummer kann für zwei verschiedene Zimmer nicht dieselbe sein" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Daten ändern" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Melden Sie sich in Ihrem SAS EuroBonus-Konto an, um die Kontoverknüpfung zu bestätigen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Zum Preis von" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Wenn ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung sowie die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- & Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Ich akzeptiere außerdem, dass Scandic während meines Aufenthalts eine gültige Zahlungskarte verlangt, falls etwas unbezahlt bleibt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Punkte" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Buchung abschließen" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Datum" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Meine Extras" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Bewertungen auf Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Buchen Sie Ihren nächsten Aufenthalt" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Gesamtkosten: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Punkte werden berechnet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Beckentiefe: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Verknüpfen Sie Ihre Beschäftigung, um auf Benefits zuzugreifen" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live-Events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Alle Angebote anzeigen" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "Zu erhaltende SF-Punkte" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Abmelden" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere Scandic Hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Entdecken Sie " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", und mehr! Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Willkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle Nebenkosten sind bis " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " voll erstattungsfähig. Zeitauswahl und Sonderwünsche sind ebenfalls änderbar." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Entdecken Sie Scandic in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Buchen Sie jetzt!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Zusatzbett (Kind) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beschreibung" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ziel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Reiseziele" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hauptmenü" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Die Zahlung erfolgt beim Check-in. Die Karte wird nur verwendet, um Kosten im Falle eines Nichterscheinens zu garantieren." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Es ist ein Fehler aufgetreten und wir konnten Ihre Karte nicht entfernen. Bitte versuchen Sie es später noch einmal." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Ihre Konten sind bereits verknüpft." - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Meine Beschäftigung verknüpfen" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Geben Sie im nächsten Schritt eine Zahlungskarte an." - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Ihre Karte wurde erfolgreich entfernt!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Neue Karte hinzufügen" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Freitag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fehler: Benutzer nicht gefunden" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Pro Nacht ab" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabarett-Bestuhlung" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Bitte Daten auswählen" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "Nacht" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Meine Vorteile" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Bitte versuchen Sie, Ihre Suche für dieses Reiseziel zu ändern oder sehen Sie sich alternative Hotels an." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Siehe Details" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Neues Passwort ist erforderlich" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Bitte rufen Sie " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " an oder schicken Sie uns eine E-Mail an " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": ", wenn Sie Hilfe bei Ihrer Bestellung benötigen." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends Links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Buchung insgesamt" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, Konten trennen" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nein, Karte behalten" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Buchung verwalten" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Zusammenfassung" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Wenn Sie nicht automatisch weitergeleitet werden, klicken Sie bitte " - }, - { - "children": [ - { - "type": 0, - "value": "hier" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Es sieht so aus, als ob kein Standort mit Ihren Filtern übereinstimmt. Versuchen Sie, Ihre Suche anzupassen, um den perfekten Aufenthalt zu finden." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nein, zurück" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Meine Konten verknüpfen" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Besondere Bedürfnisse" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Mehr lesen" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtern nach" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familienfreundlich" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Frist: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Öffnungszeiten" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Stornierungsbedingungen" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Zurück zu Meine Seiten" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Erforderlich" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Finden Sie Ihre Buchung" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Ups! Beim Anzeigen Ihrer Überraschung ist etwas schiefgegangen. Bitte aktualisieren Sie die Seite oder versuchen Sie es später noch einmal. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support unter " - }, - { - "children": [ - { - "type": 0, - "value": "." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Hotelextras ansehen und hinzufügen" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check-in ab: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere Hotels" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben. Bitte kontaktieren Sie uns und wir werden Ihnen helfen, das Problem zu lösen." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hey " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Monat" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Stadt" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Eingelöst & gültig bis:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Meine Kommunikationspräferenzen" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Bild öffnen" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Schnell sein und Punkte nutzen, bevor sie ablaufen!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Buchung garantiert." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Erlebnisse in der Nähe vom " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Maße" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Bereits Scandic Friends Mitglied?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservierungsbedingungen" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Anzeigen und hinzufügen" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Sie haben genug Punkte für eine Bonusnacht!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Theater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max. " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " Pers." - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Preis inkl. MwSt." - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Umgebung des Hotels" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Neuen Code senden" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Ihr Aufenthalt wurde aktualisiert" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Menü - Meine Seiten" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " einlösbare Punkte, die verfallen bis zum " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inklusive" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Fenster mit natürlichem Tageslicht" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du bist leider nicht berechtigt, Mitarbeiter-Benefits zu erhalten." - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Keine passenden Hotels gefunden" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktivitäten" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dadurch werden alle durch die Verknüpfung gewonnenen Mitgliedschaftslevel entfernt. Sie können Ihre Konten innerhalb von 30 Tagen erneut verknüpfen." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Außenpool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Sprachmenü öffnen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " oder " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Empfohlen" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Dein SAS EuroBonus-Level hat dich auf " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " hochgestuft!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDERE ZAHLUNGSARTEN" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Bearbeiten Sie Ihre persönlichen Angaben." - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant und Bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Zurück zur Liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km zum Stadtzentrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Ihr Mitgliedslevel" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Parkplätze" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " Gäste" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gästeinformationen" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Sie müssen mindestens 18 Jahre alt sein, um fortzufahren" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Meetings & Events im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Wir haben ein besonderes Geschenk für Sie!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Ihre Buchung(en) wurde(n) bestätigt, aber wir konnten Ihre Mitgliedschaft nicht verifizieren. Wenn Sie mit einem Mitgliederrabatt gebucht haben, müssen Sie entweder Ihre bestehende Mitgliedsnummer beim Check-in vorlegen, Mitglied werden oder die Preisdifferenz im Hotel bezahlen. Die Anmeldung erfolgt vorzugsweise online vor Ihrem Aufenthalt." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Buchen Sie jetzt Ihren Aufenthalt!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Preisinformationen" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Es sind keine Zimmer verfügbar, die Ihrer Anfrage entsprechen." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Fehlt ein vorheriger Aufenthalt?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Samstag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Wenn Sie ein Sonderangebot oder einen von Unternehmen ausgehandelten Tarif buchen, benötigen Sie einen speziellen Buchungscode. Bitte verwenden Sie keine Sonderzeichen wie (.) (,) (-) (:). Wenn Sie mit dem Code VOF buchen möchten, rufen Sie uns bitte an unter +46 8 517 517 20. Speichern Sie Ihren Buchungscode für den nächsten Besuch der Seite, indem Sie das Kästchen \"Merken\" anklicken. Kreuzen Sie das Kästchen nicht an, wenn Sie einen öffentlichen Computer benutzen, um einen unbefugten Zugriff auf Ihren Buchungscode zu vermeiden." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, ich möchte meine Punkte einlösen." - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Gästedaten ändern" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Karte ansehen" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " bis " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " Zeichen" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Bei der Suche ist ein Fehler aufgetreten, bitte versuchen Sie es erneut." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frühstücksbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, ich möchte meine Punkte einlösen" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Sprachmenü schließen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontaktieren Sie uns:" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Wohin als nächstes?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Zimmerdetails" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Verspätete Ankunft" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Beleuchtung" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Ihr Aufenthalt wurde storniert" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Meine Vorteile" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check-in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Stornierung bestätigen" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Wochenendpreise" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etage " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergikerfreundliches Zimmer" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Vorteil einlösen" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Ihr Aufenthalt wurde zu den Bedingungen von " @@ -5222,680 +6219,173 @@ "value": " gebucht, die eine Stornierung leider nicht zulassen." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Zimmerpreis für Mitglieder aktiviert" + "value": "Daten ändern" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Konten verknüpfen" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Alle Fotos anzeigen" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkplätze können im Voraus reserviert werden: Nein" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kundenservice kontaktieren" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Nächste Seite" + "value": "Bitte wenden Sie sich an den Kundendienst, um die Daten zu aktualisieren." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Dienstag" + "value": "An diesen Tagen sind leider keine Einzelzimmer verfügbar" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Sie werden zu SAS weitergeleitet" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Melden Sie sich an oder loggen Sie sich während der Buchung ein, um die Preise für Mitglieder zu erhalten." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Bitte geben Sie den Code ein, der an " + "value": "Bitte rufen Sie " }, { - "children": [], - "type": 8, - "value": "maskedContactInfo" + "type": 1, + "value": "phone" }, { "type": 0, - "value": " gesendet wurde, um Ihre Konten zu entkoppeln." - } - ], - "YLaPK4": [ + "value": " an oder schicken Sie uns eine E-Mail an " + }, + { + "type": 1, + "value": "email" + }, { "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, muss die Stornierung von der Person vorgenommen werden, die die Buchung vorgenommen hat. Bitte rufen Sie 08-517 517 00 an, um mit unserem Kundenservice zu sprechen, wenn Sie weitere Hilfe benötigen." + "value": ", wenn Sie Hilfe bei Ihrer Bestellung benötigen." } ], - "YNOT+4": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, - "value": "SAS EuroBonus" + "value": "Anrufen" } ], - "YQSAjc": [ + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": "Bitte versuchen Sie es erneut oder wenden Sie sich an den Kundenservice!" + "value": "Senden Sie eine E-Mail" } ], - "YRf15g": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Sie haben keine bevorstehenden Aufenthalte." + "value": "Finden Sie uns" } ], - "YcJPLq": [ - { - "type": 0, - "value": "Zurück zur Zimmerauswahl" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Meine Extras" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Datenänderungen für alle Zimmer. Bitte kontaktieren Sie den Kundenservice, um die Daten zu aktualisieren." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Preis auswählen" - } - ], - "Yqh1DM": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, "value": "Umbuchen" } ], - "YqklRf": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Ziel erforderlich" + "value": "Sind Sie sicher, dass Sie dieses Produkt entfernen möchten?" } ], - "Z+d8/1": [ + "myStay.yourMemberLevel": [ { "type": 0, - "value": "Verfallsdatum" + "value": "Ihr Mitgliedslevel" } ], - "Z1zOlM": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Sie müssen mit demselben Mitgliedskonto angemeldet sein, mit dem die Buchung vorgenommen wurde." + "value": "Ihre Zimmer" } ], - "ZDo52U": [ + "openingHours.alternateOpeningHours": [ { "type": 0, - "value": "Stehtisch" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Frühstück (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Abwechselnde Öffnungszeiten (" }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "Durch die Annahme der " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": " stimme ich zu, meine Beschäftigung zu verknüpfen, um Vorteile zu erhalten. Die Verbindung bleibt während meiner Beschäftigung aktiv oder bis ich mich abmelde, indem ich eine E-Mail an den Kundendienst von Scandic sende." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Mitgliedspreis" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Sie konnten Ihren Aufenthalt nicht aktualisieren" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " und " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " sind aufeinander abgestimmt. Steigen Sie in einer Ihrer Mitgliedschaften auf, um sich für ein Upgrade zu qualifizieren!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Bewertungen" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Zurück zur Übersicht" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Bedingungen und Konditionen" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Anmelden und verknüpfen" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Umgetauschte Punkte sind nicht qualifizierend für die Statusebene." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Benutzerinformationen" - } - ], - "a29bG7": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " entdecken. Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative Räume für Meetings" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Abendessen" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Kinder bis 12 Jahre frühstücken kostenlos, wenn die erwachsenen Begleitpersonen das Frühstück im Voraus mitgebucht haben." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Länder" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Vor dem 1. Mai 2021 gesammelte Punkte" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Mehr anzeigen" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Fehler beim Laden dieser Seite (" - }, - { - "type": 1, - "value": "errorId" + "value": "name" }, { "type": 0, "value": ")" } ], - "acrOoz": [ + "openingHours.alwaysOpen": [ { "type": 0, - "value": "Weiter" + "value": "Immer geöffnet" } ], - "agfF5E": [ + "openingHours.closed": [ { "type": 0, - "value": "Zimmer hinzufügen" + "value": "Geschlossen" } ], - "al7kXG": [ + "overview.friend.highestLevel": [ { "type": 0, - "value": "Ihre Konten wurden erfolgreich verknüpft!" + "value": "Höchstes Level" } ], - "aoWE20": [ + "overview.membershipNumber.label": [ { "type": 0, - "value": "Bitte versuchen Sie es später noch einmal" + "value": "Mitgliedschafts-ID:" } ], - "awMt55": [ + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Datumsänderung bestätigen" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andere Anfragen" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Kostenlos für Kinder (unter 4 Jahren)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Montag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Preis" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Mitgliedschafts-Nr. " + "value": " einlösbare Punkte, die verfallen bis zum " }, { "type": 1, - "value": "value" + "value": "date" } ], - "b6HTvK": [ + "overviewTable.levelSummary.pointsOrNights": [ { - "type": 0, - "value": "Sie sind dabei, folgendes zu tauschen:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Bitte wenden Sie sich an den " - }, - { - "children": [ - { - "type": 0, - "value": "Kundendienst" - } - ], - "type": 8, - "value": "link" + "style": null, + "type": 2, + "value": "pointsAmount" }, { "type": 0, - "value": "." - } - ], - "b95yI6": [ + "value": " Punkte oder " + }, { - "type": 0, - "value": "Anrufen" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" + "style": null, + "type": 2, + "value": "nightsAmount" }, { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": " Nächte" } ], - "bGHK6l": [ + "overviewTable.yourLevel": [ { "type": 0, - "value": "Hotels in " - }, - { - "type": 1, - "value": "location" + "value": "Ihr Level" } ], - "bH2sNZ": [ - { - "type": 0, - "value": "Zurück zur Zimmerauswahl" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Bitte beachten Sie, dass dies obligatorisch ist und Ihre Karte nur im Falle eines Nichterscheinens belastet wird." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Der eingegebene Code ist nicht korrekt." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fehler: Es konnte kein Benutzer geladen werden" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Gesamtbetrag ohne MwSt." - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Menü öffnen" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Wohin?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Punkte zum Ausgeben" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Buchen" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Nicht stornieren" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Wechsel von" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Zimmerpreis" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Übernachtungsrate" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle Preise" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Daten auswählen" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " bietet " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Die Gäste können auch " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": " genießen." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Ihr Mitgliedslevel" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ + "parkingInformation.address": [ { "type": 0, "value": "Adresse: " @@ -5905,775 +6395,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategorie" + "value": "Zum Preis von" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-Punkte zum Umtauschen" + "value": "Parkplatz reservieren" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Der neue Preis ist" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktische Informationen" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Möchten Sie Ihre Gastdaten wirklich ändern?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Meine Zimmer" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Zurück" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "Im Kinderbett" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Theater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Jetzt anmelden" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Gutschein" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Gutscheine" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Buchungsgarantie bei verspäteter Ankunft" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status des Levelabgleichs" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Zurück zu den Städten" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Ab" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Sammeln Sie Punkte bei Aufenthalten im Scandic. Verwandeln Sie Ihre Punkte in kostenlose Übernachtungen und unvergessliche Erlebnisse." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Mit Ihrer Anmeldung akzeptieren Sie die " - }, - { - "children": [ - { - "type": 0, - "value": "Allgemeinen Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ihre Scandic Friends-Mitgliedschaft ist bis auf Weiteres gültig und kann jederzeit durch Kontaktaufnahme mit dem Scandic-Mitgliederservice beendet werden." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Bewertungen" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Bitte warten Sie eine Stunde, bevor Sie es erneut versuchen." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Hotels" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Wenn Sie Ihre Buchung mit einer Kreditkarte garantieren, halten wir die Buchung bis 07:00 Uhr am Tag nach dem Check-in aufrecht." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Einen Moment Geduld..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Menü schließen" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Änderungen" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Diese Aktion ist abgelaufen" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Niedrigster Preis (letzte 30 Tage)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Buchungscode-Preise" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpreis" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Entfernung zum Fitnessstudio: " + "value": "Entfernung zum Hotel: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Fitnesseinrichtungen im " + "value": "Kostenlose Parkplätze" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Anzahl der Ladestationen für Elektroautos: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " in " + "value": "Anzahl der Parkplätze: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Erhalten Sie den Scandic Friends Zimmerpreis" + "value": "Preis für 24 Stunden" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Ausstattung" + "value": "Preis pro Tag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Ohne Frühstück, im nächsten Schritt können Sie das Frühstück hinzufügen." + "value": "Preis pro Stunde" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + "value": "Preis pro Nacht" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adresse" + "value": "Preise" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Ehemaliges Scandic Hotel" + "value": "Parkplätze können im Voraus reserviert werden: Nein" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Geburtsdatum" + "value": "Parkplätze können im Voraus reserviert werden: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " aus " - }, - { - "type": 1, - "value": "total" + "value": "Preise an Wochentagen" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Preis pro Haustier inklusive Mehrwertsteuer" + "value": "Wochenendpreise" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alle Änderungen, die Sie vorgenommen haben, gehen verloren." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Angebot aktivieren" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "In " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " Tagen" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Ihre eingetauschten Punkte behalten ihr ursprüngliches Ablaufdatum mit einer maximalen Gültigkeit von 12 Monaten." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Ich könnte später als 18:00 Uhr ankommen und möchte meine Buchung garantieren." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-Punkt = 2 Scandic Friends-Punkte" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Mit Punkten buchen" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Upgrade gültig bis" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Nacht" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Nächte" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Nicht inbegriffen" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "neues Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "neue Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Neues Passwort" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Auf der Karte ansehen" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Mitgliedschafts-ID: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus Punkte" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Barrierefreiheit" + "value": "Um mit EuroBonus-Punkten zu buchen, stellen Sie sicher, dass Sie in Ihrem SAS EuroBonus-Konto angemeldet sind." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Zahlungsmethode auswählen" + "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Zurück zum Bearbeiten" + "value": "1 EuroBonus-Punkt = 2 Scandic Friends-Punkte" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Wegbeschreibung" + "value": "EB-Punkte zum Umtauschen" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Fenster mit natürlichem Tageslicht und Verdunkelungsmöglichkeiten" + "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Krippe (Kind) × " - }, - { - "type": 1, - "value": "count" + "value": "Wechsel von" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gültig bis " - }, - { - "type": 1, - "value": "date" + "value": "Punkte einlösen" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Dieses Zimmer ist nicht verfügbar" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Ich komme möglicherweise später als 18:00 Uhr an und möchte meine Buchung mit einer Kreditkarte garantieren." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Zimmerkategorie" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Datum wählen" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Gesamtpreis" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. MwSt.)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Vor- und Nachname können für zwei verschiedene Zimmern nicht identisch sein" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Nur Ziffern sind erlaubt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Mitglieds-ID in die Zwischenablage kopiert" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Diese Kampagne ist nicht verfügbar" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "VORAUSZAHLUNG" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Ihre Konten sind jetzt nicht mehr verknüpft" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sortieren nach" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Ihr Aufenthalt bleibt für den Check-in nach 18:00 Uhr verfügbar." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-Mail Adresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Anreisedatum" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontaktieren Sie unseren Mitgliederservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Lang " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Letzter Schritt" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Fehlende Punkte einfordern" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotels & Reiseziele" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Leider ist eines der von Ihnen ausgewählten Zimmer ausverkauft. Bitte wählen Sie ein anderes Zimmer, um fortzufahren." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "Alter" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Beckentiefe: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Aufenthalt stornieren" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Mit der Buchungsbestätigung wird das Zimmer bei später Anreise garantiert. Bei Nichtanreise ohne vorherige Stornierung oder bei Stornierung nach 18:00 Uhr Ortszeit wird Ihnen eine Bonusnacht in Rechnung gestellt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Ihre Transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Barrierefreies Zimmer" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alter ist erforderlich" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Keine Sorge, wir werden in Zukunft neue spannende Angebote und Aktionen zaubern. Bleiben Sie dran!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6717,104 +6599,171 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Wir benötigen Ihr Geburtsdatum, um Ihr Scandic Friends-Konto mit Ihrem SAS EuroBonus-Konto zu verknüpfen. Bitte überprüfen Sie, ob es korrekt ist." + "value": "Ihre eingetauschten Punkte behalten ihr ursprüngliches Ablaufdatum mit einer maximalen Gültigkeit von 12 Monaten." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Änderungen Ihres Levelabgleichs können bis zu 24 Stunden dauern, bis sie angezeigt werden." + "value": "Tauschen gegen" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Angebot entdecken" + "value": "Eingetauschte Punkte sind nicht levelqualifizierend." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Einkaufen & Essen gehen" + "value": "Richtlinien" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Sie haben zu vieles Codes angefordert." + "value": "Raten" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Uhrzeit" + "value": " Punkte" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Wir konnten keinen passenden Standort für Ihre Suche finden." + "value": "EB-Punkte" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Keine Ergebnisse" + "value": "Einloggen" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, - "value": "Bitte versuchen Sie es später noch einmal oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht." - } - ], - "jKKg2o": [ + "value": "Hi " + }, + { + "type": 1, + "value": "fName" + }, { "type": 0, - "value": "Alle Filter löschen" - } - ], - "jNJj4c": [ + "value": " " + }, + { + "type": 1, + "value": "lName" + }, { "type": 0, - "value": "Pro Erwachsener/Nacht" + "value": "!" } ], - "jTdXOS": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, - "value": "Kartenzahlung im Hotel" + "value": "Sie haben keine Punkte zum Übertragen." } ], - "jVJPS0": [ + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, { "type": 0, - "value": "Meine Mitgliedskarten" + "value": " p" } ], - "jbf7bd": [ + "partnerSas.proceedWithPointExchange": [ { "type": 0, - "value": "Punkteabzug jetzt" + "value": "Mit Punkteumtausch fortfahren?" } ], - "jdJhOL": [ + "partnerSas.sasEuroBonus": [ { "type": 0, - "value": "Telefonnummer" + "value": "SAS EuroBonus" } ], - "jl6vV5": [ + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "Zu erhaltende SF-Punkte" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Möchten Sie Ihr Konto wirklich trennen?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dadurch werden alle durch die Verknüpfung gewonnenen Mitgliedschaftslevel entfernt. Sie können Ihre Konten innerhalb von 30 Tagen erneut verknüpfen." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Kontoverknüpfung aufheben" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, ich möchte meine Punkte einlösen." + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, Konten trennen" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Sie sind dabei, folgendes zu tauschen:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Nur erlaubte Zeichen" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Passwort verstecken" + } + ], + "passwordInput.lengthRequirement": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": " bis " }, { "type": 1, @@ -6822,807 +6771,194 @@ }, { "type": 0, - "value": " cm" + "value": " Zeichen" } ], - "jlqOPq": [ - { - "type": 0, - "value": "Land wird benötigt" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Speichern" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle Standorte" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkinformationen für das " - }, + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Nordic Swan Ecolabel" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktdetails" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Kostenlos für Kinder bis einschl. 12 Jahre." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle Hotels und Büros" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Sehen Sie sich die in Ihrem Profil gespeicherten Kreditkarten an. Bezahlen Sie mit einer gespeicherten Karte, wenn Sie angemeldet sind, für ein reibungsloses Buchungserlebnis." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Karte aus dem Mitgliederprofil entfernen" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Aufenthalt im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel in " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Aktuelles Passwort ist erforderlich" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Scandic Friend werden" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkarte" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Beleg anzeigen und drucken" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Kinder" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Folgen Sie uns" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Je nach Verfügbarkeit" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ergebnis" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ergebnisse" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Auszeichnungen und Zertifizierungen" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Weitere Wünsche" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Gesamtpreis inkl. MwSt." - } - ], - "lOax91": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": " Geschäftsbedingungen " - } - ], - "type": 8, - "value": "termsAndConditionsLink" }, { "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics Datenschutzrichtlinie " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet." + "value": " Kleinbuchstabe" } ], - "lQupxa": [ + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "Neues Passwort" + } + ], + "passwordInput.numberRequirement": [ { "type": 1, - "value": "roomName" + "value": "count" }, { "type": 0, - "value": " Zimmer wurde storniert" + "value": " Nummer" } ], - "lRFxwz": [ + "passwordInput.showPassword": [ { "type": 0, - "value": "Hast du noch kein Scandic Friends-Konto?" + "value": "Passwort anzeigen" } ], - "leypoy": [ - { - "type": 0, - "value": "Keine Fenster, aber hervorragende Beleuchtung" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Preis pro Stunde" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gast" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gäste" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Kostenlose Umbuchung" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Mittwoch" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Zusatzbett wird zusätzlich zur Verfügung gestellt" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Buchungsbestätigung" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Wenn Du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sonntag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Über Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrieren und verknüpfen" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Keine Preise verfügbar" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Stornierungen" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museen" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Bettpräferenz" - } - ], - "mvtRip": [ + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "roomSize" + "value": "count" }, { "type": 0, - "value": " m²" + "value": " Sonderzeichen" } ], - "mycQV4": [ - { - "type": 0, - "value": "Preis für 24 Stunden" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frühstück" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Bis " + "value": "count" }, + { + "type": 0, + "value": " Großbuchstabe" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Meine gespeicherten Karten" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Fehlende Punkte einfordern" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Fehlt ein vorheriger Aufenthalt?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Verfallsdatum" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Sammeln Sie Punkte bei Aufenthalten im Scandic. Verwandeln Sie Ihre Punkte in kostenlose Übernachtungen und unvergessliche Erlebnisse." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Punkte verfallen drei Jahre nach ihrer Gutschrift am letzten Tag des jeweiligen Monats. Verfallende Punkte haben keinen Einfluss auf Ihr Level." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, - "value": "time" + "value": "expiringPoints" }, { "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" + "value": " Punkte verfallen" } ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle Länder" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Tolle Neuigkeiten! Sie können sich direkt in Ihrem Member-Profil einloggen, um alle Ihre Benefits zu entdecken!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerleistungen" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Geburtsdatum: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indoor Fenster und hervorragende Beleuchtung" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Diese Kampagne ist aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Sie haben das Hinzufügen einer neuen Kreditkarte abgebrochen." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Buchung finden" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Was Sie tun müssen, um eine Buchung zu garantieren:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Profil bearbeiten" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Wir konnten im Moment keine Karte hinzufügen, bitte versuchen Sie es später noch einmal." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Als unser Mitglied im " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Informationen zur Barrierefreiheit für " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, "value": "Verfallende Punkte" } ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " hat Ihr Scandic Friends-Level auf " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " hochgestuft" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Neues Passwort erneut eingeben" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " Gäste" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Wechseln zu" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " ab " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Aktuelle Punkte: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Details zum Zimmer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Sie müssen eingeloggt sein, um Ihre Buchung zu sehen" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnacht" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Verknüpftes Konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Die Postleitzahl darf nur Zahlen und Buchstaben enthalten" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Zimmer & Gäste" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Zum Kalender hinzufügen" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Zurück" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Kostenlose Stornierung" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Vielen Dank für Ihre Buchung! Wir freuen uns auf Sie und wünschen Ihnen einen angenehmen Aufenthalt." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkinformationen für " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Zimmer " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Vorname" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Mitgliedschafts-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Gesteigert durch SAS bis " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, "value": "So lösen Sie Punkte ein" } ], - "paywpC": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Erlebnisse in der Nähe vom " + "value": "In " }, { "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ + "value": "days" + }, { "type": 0, - "value": "Über das Hotel" + "value": " Tagen" } ], - "pe7UAe": [ + "points.pointsToSpendCard.onDate": [ { "type": 0, - "value": "Benachrichtigung schließen" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Ergebnisse anzeigen ( " + "value": "auf " }, { "type": 1, - "value": "count" + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Gutschein" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Gutscheine" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MwSt. " + }, + { + "type": 1, + "value": "vat" }, { "type": 0, - "value": " )" + "value": " %" } ], - "pkBQ0q": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "An diesen Tagen sind leider keine Einzelzimmer verfügbar" + "value": "Durchschnittspreis pro Nacht" } ], - "pmewv7": [ + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Frühstück (" + }, { "offset": 0, "options": { @@ -7633,7 +6969,7 @@ }, { "type": 0, - "value": " zimmertyp" + "value": " Erwachsene" } ] }, @@ -7644,269 +6980,333 @@ }, { "type": 0, - "value": " Zimmertypen" + "value": " Erwachsene" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "numberOfRooms" + "value": "totalAdults" }, { "type": 0, - "value": " verfügbar" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Später zahlen" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Beliebt" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, einlösen" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Wir hatten ein Problem bei der Bearbeitung Ihrer Buchung. Bitte versuchen Sie es erneut. Es wurden keine Gebühren erhoben." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Mit Punkten bezahlen" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Donnerstag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Die eingegebene Nummer ist zu kurz" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Entdecke alle deine Vorteile" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Meetingraum buchen" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Es sieht so aus, als ob keine Hotels mit Ihren Filtern übereinstimmen. Versuchen Sie, Ihre Suche anzupassen, um das perfekte Hotel zu finden." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Teammitgliedskarte anzeigen" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garantierte Spätanreise" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " ab " + "value": ") x " }, { "type": 1, - "value": "checkOutTime" + "value": "totalBreakfasts" } ], - "qnQYqN": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, - "value": "Sie müssen unsere Allgemeinen Geschäftsbedingungen akzeptieren" - } - ], - "qozDRN": [ + "value": "Frühstück (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, { "type": 0, - "value": "Nummer: " + "value": ") x " }, { "type": 1, - "value": "membershipNumber" + "value": "totalBreakfasts" } ], - "qsSX7b": [ + "priceDetails.roomCharge": [ { - "style": null, - "type": 2, - "value": "pointsAmount" + "type": 0, + "value": "Zimmerpreis" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Gesamtpreis inkl. MwSt." + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Sie haben das Hinzufügen einer neuen Kreditkarte abgebrochen." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Beim Hinzufügen einer Kreditkarte ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Ihre Karte wurde erfolgreich gespeichert!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Es ist ein Fehler aufgetreten und wir konnten Ihre Karte nicht entfernen. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Ihre Karte wurde erfolgreich entfernt!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Sind Sie sicher, dass Sie die Karte mit der Endung " + }, + { + "type": 1, + "value": "lastFourDigits" }, { "type": 0, - "value": " Punkte oder " + "value": " aus Ihrem Mitgliederprofil entfernen möchten?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nein, Karte behalten" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Karte aus dem Mitgliederprofil entfernen" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Wir konnten im Moment keine Karte hinzufügen, bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, meine Karte entfernen" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Bitte versuchen Sie es später noch einmal oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Beim Versuch, Ihre Einstellungen zu verwalten, ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Einstellungen verwalten" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Angebot aktivieren" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampagne: " }, { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " Nächte" + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "qyJtWy": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Weniger anzeigen" + "value": "Dieses Angebot konnte nicht aktiviert werden" } ], - "qyg1/Z": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Ihre Mitgliedschaft" + "value": "Keine Sorge, wir werden in Zukunft neue spannende Angebote und Aktionen zaubern. Bleiben Sie dran!" } ], - "qzoK2Y": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Karte schließen" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Nicht genügend Punkte" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Bildergalerie öffnen" - } - ], - "rDDShN": [ + "promoCampaign.ifThisProblemPersists": [ { "type": 0, "value": "Wenn dieses Problem weiterhin besteht" } ], - "rFiwdX": [ + "promoCampaign.logIn": [ { "type": 0, - "value": "Für die Suche nach einem Hotelzimmer wird ein Reiseziel oder ein Hotelname benötigt." + "value": "Anmelden" } ], - "rIBC37": [ + "promoCampaign.seeAllOffers": [ { "type": 0, - "value": "Erfolgreich aktualisiertes Profil!" + "value": "Alle Angebote anzeigen" } ], - "rNwB7N": [ + "promoCampaign.termsAndConditionsText": [ { "type": 0, - "value": "Meetings & Events im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" + "value": "Siehe die Allgemeinen Geschäftsbedingungen für alle Teilnahmevoraussetzungen." } ], - "rYxTxc": [ + "promoCampaign.thisCampaignIsActive": [ { "type": 0, - "value": "Das gewisse Extra" + "value": "Diese Kampagne ist aktiv" } ], - "rb5xpI": [ + "promoCampaign.thisCampaignIsNotAvailable": [ { "type": 0, - "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." + "value": "Diese Kampagne ist nicht verfügbar" } ], - "rbrahO": [ + "promoCampaign.thisPromotionHasExpired": [ { "type": 0, - "value": "Schließen" + "value": "Diese Aktion ist abgelaufen" } ], - "rdKdQl": [ + "promoCampaign.toActivateOffer": [ { "type": 0, - "value": "Aufenthalt verwalten" + "value": "Angebot aktivieren" } ], - "rePX4c": [ + "receipt.preliminaryReceipt": [ { "type": 0, - "value": "Erwachsene" + "value": "Vorläufiger Beleg" } ], - "rjK/aG": [ + "receipt.totalExcludingVat": [ { "type": 0, - "value": "Kein Frühstück" + "value": "Gesamtbetrag ohne MwSt." } ], - "rmpW6K": [ + "receipt.totalIncludingVat": [ { "type": 0, - "value": "Punkteaustausch abgeschlossen!" + "value": "Gesamtbetrag inkl. MwSt." } ], - "rn5vjj": [ + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, Vorteil schließen und entfernen" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nein, zurück" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Wenn nicht, gehen Sie bitte zurück und tun Sie dies, bevor Sie dies schließen. Sobald Sie diese Option schließen, wird Ihr Vorteil ungültig und aus \"Meine Vorteile\" entfernt." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Haben Sie diesen Vorteil dem Hotelpersonal gezeigt?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Wenn Sie dies schließen, wird Ihr Vorteil entfernt" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "In die Zwischenablage kopiert" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Aktionscode kopieren" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Promo-Code" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Vorteil einlösen" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, einlösen" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Einen Tisch reservieren" + } + ], + "restaurantBar.discoverRestaurant": [ { "type": 1, "value": "name" @@ -7916,65 +7316,135 @@ "value": " entdecken" } ], - "rolakz": [ + "restaurantBar.menus": [ { "type": 0, - "value": "Ein Fehler ist aufgetreten ( " + "value": "Menüs" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gültig bis " }, { "type": 1, - "value": "errorId" + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "So funktioniert´s" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Mitgliedschafts-ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Als unser Mitglied im " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Levelaufstieg zum Freischalten" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Eingelöst & gültig bis:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Überraschung!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Gutschein" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" }, { "type": 0, - "value": " )" + "value": " cm" } ], - "rvirM2": [ + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, { "type": 0, - "value": "Standort" - } - ], - "rxNddi": [ + "value": "–" + }, + { + "type": 1, + "value": "max" + }, { "type": 0, - "value": "Homepage" + "value": " cm" } ], - "s+BolK": [ + "roomPackage.accessibleRoom": [ { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" + "type": 0, + "value": "Barrierefreies Zimmer" } ], - "sDQeLi": [ + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergikerfreundliches Zimmer" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Haustiergeeignetes Zimmer" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (in einigen Zimmern verfügbar)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8012,53 +7482,247 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-Punkte" + "value": "Preise & Verfügbarkeit" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Zugang zum Raum" + "value": "Dieses Zimmer ist ausgestattet mit" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Aktualisierungen speichern" + "value": "Verknüpfen Sie Ihre " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": "- und " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": "-Konten, um Punkte zwischen den Mitgliedschaften zu sammeln, einzulösen und auszutauschen." } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajakfahren" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-Mail Adresse ist ungültig" + "value": "Mehr erfahren und Konten verknüpfen" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotels & Reiseziele" + "value": "Änderungen Ihres Levelabgleichs können bis zu 24 Stunden dauern, bis sie angezeigt werden." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Barrierefreiheit im " + "value": " und " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " sind aufeinander abgestimmt. Steigen Sie in einer Ihrer Mitgliedschaften auf, um sich für ein Upgrade zu qualifizieren!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " hat Ihr Scandic Friends-Level auf " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " hochgestuft" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status des Levelabgleichs" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Verknüpftes Konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Ihr Scandic Friends Level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " hat Sie auf " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " hochgestuft" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Upgrade gültig bis" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Karte schließen" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Bitte versuchen Sie, Ihre Suche für dieses Reiseziel zu ändern oder sehen Sie sich alternative Hotels an." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Wir haben keine freien Zimmer mit diesem Buchungscode gefunden (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Verfügbare Übernachtungspreise sind unten zu sehen." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " zimmertyp" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmertypen" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " verfügbar" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8102,555 +7766,32 @@ "value": " verfügbar" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Das Frühstücksangebot kann im Hotel erworben werden." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/Nacht für Kinder (4–12 Jahre)" + "value": "Ohne Frühstück, im nächsten Schritt können Sie das Frühstück hinzufügen." } ], - "stV21X": [ - { - "type": 0, - "value": "Alternative Hotels anzeigen" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-Mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Einen weiteren Aufenthalt buchen" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frühstück nicht inbegriffen" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Das Frühstück ist inbegriffen." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Inspirieren lassen" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt sowie die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeiten wird." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Mitgliedschaftsbedingungen" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle Rechte vorbehalten" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Suche nicht möglich" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menü" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Kinder unter " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hallo, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Preise & Verfügbarkeit" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " Personen" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Kostenlos" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Alter des Kindes ist erforderlich" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Frühstückspreise können nicht angezeigt werden." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Nachname" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Gemischte Sauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Senden Sie eine E-Mail" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Der Vorname darf keine Sonderzeichen enthalten" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ändern oder stornieren" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Großbuchstabe" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Zimmer auswählen" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Inklusive Frühstück" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Wenn Sie eine Karte hinzufügen, garantieren Sie Ihre Zimmerreservierung auch bei verspäteter Ankunft." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Passwort ist erforderlich" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Öffentliche Verkehrsmittel" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menüs" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Suchen löschen" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Aufenthalt finden" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Tagungen, Konferenzen & Events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Haben Sie diesen Vorteil dem Hotelpersonal gezeigt?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Es gibt keine Hotels, die zu Ihrer Suche passen." - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Beim Versuch, Ihre Einstellungen zu verwalten, ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Die Preise haben sich erhöht, seit Sie Ihre " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": " ausgewählt haben." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " Um Ihre Buchung fortzusetzen, akzeptieren Sie den aktualisierten Preis," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " oder gehen Sie zurück, um " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": " auszuwählen." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsener" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Ihre Karte wurde erfolgreich gespeichert!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Buchung bestätigen" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Details anzeigen" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer ist erforderlich" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Sonderzeichen" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Full Circle" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kann nicht storniert werden" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Kein Inhalt veröffentlicht" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Willkommensbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Gesamtpunkte" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du hast in diesem Mitgliedsjahr " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " Punkte verdient." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Abwechselnde Öffnungszeiten (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor-Bewertung" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8661,8 +7802,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8673,14 +7813,409 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ungültige Daten" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " Gäste" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Haustierfreundliche Zimmer beinhalten eine Gebühr von ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " pro Aufenthalt" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " übrig" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Preis auswählen" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dieses Zimmer ist nicht verfügbar" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Parkplätze" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Ausstattung" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check-in ab: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Check-out bis spätestens: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Uhrzeit" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Zimmerdetails" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Bewertungen & Rezensionen" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Bewertungen & Rezensionen für " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Entfernung zum Fitnessstudio: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Externes Fitnessstudio: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Beckenlänge: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolbreite: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Gemischte Sauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Geschlechtergetrennte Sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Montag-Freitag: Immer geöffnet" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Montag-Freitag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Samstag-Sonntag: Immer geöffnet" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Samstag-Sonntag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Beckentiefe: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Beckentiefe: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte versuchen Sie, sich stattdessen anzumelden." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformationen" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Ich akzeptiere" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Jetzt anmelden" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Bedingungen und Konditionen" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Indem ich die " + }, + { + "children": [ + { + "type": 0, + "value": "Geschäftsbedingungen für Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " akzeptiere, verstehe ich, dass meine persönlichen Daten in Übereinstimmung mit " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Datenschutzbestimmungen" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": " verarbeitet werden." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Melden Sie sich an oder loggen Sie sich während der Buchung ein, um die Preise für Mitglieder zu erhalten." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "Um den Mitgliederpreis " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "Um den Mitgliedspreis " @@ -8708,63 +8243,116 @@ "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Der Code ist abgelaufen. " - }, - { - "children": [ - { - "type": 0, - "value": "Neuen Code senden." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "Stand heute" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Alle Level vergleichen" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hoteldetails" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Anzahl der Parkplätze: " + "value": "Nächstes Level: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Keine Verfügbarkeit" + "value": "Zum Levelaufstieg benötigte Punkte" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "In der Nähe" + "value": "Ihre einlösbaren Punkte" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Da Ihre Buchung Zimmer mit unterschiedlichen Konditionen umfasst, berechnen wir jetzt einen Teil der Buchung und den Restbetrag erheben wir beim Check-in an der Rezeption." + "value": "Inspirieren lassen" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Sie haben keine bevorstehenden Aufenthalte." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Wohin als nächstes?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Benachrichtigung schließen" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Zurück zu Meine Seiten" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Sie haben genug Punkte für eine Bonusnacht!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Jetzt buchen" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Ihr neuer Gesamtbetrag" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den an " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " gesendeten Code ein, um Ihre Punkte zu übertragen." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Punkte hinzugefügt" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8772,397 +8360,94 @@ }, { "type": 0, - "value": " p" + "value": " Punkte" } ], - "xFA1TY": [ - { - "type": 0, - "value": "unter" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Zimmer" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Zahlungsgarantie" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Vergrößern" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Extras zu Ihrer Buchung" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Stadt erkunden" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Ich akzeptiere die Allgemeinen Geschäftsbedingungen." - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Bedingungen" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Suche" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Zahlungsdetails" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Informationen zur Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Sprache" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planen Sie, nach 18.00 Uhr anzureisen? Sichern Sie sich Ihr Zimmer, indem Sie es mit einer Kreditkarte garantieren. Ohne die Garantie und bei Nichterscheinen kann das Zimmer nach 18.00 Uhr neu vergeben werden." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Ihr Aufenthalt ist immer noch aktiv mit dem anderen Zimmer" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Mitglied seit: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Wandern" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Im Hotel bezahlen" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Richtlinien" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Karte kann nicht angezeigt werden" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Fälliger Gesamtbetrag" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Ihr Mitgliedsjahr und Ihr Level-Fortschritt" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Ihre Zimmer" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andere Zahlungsarten" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Punkteeinlösung abgeschlossen!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotels mit " + "value": "Ihre Transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben. Bitte kontaktieren Sie uns und wir werden Ihnen helfen, das Problem zu lösen." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den Code ein, der an " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Nachname wird benötigt" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Geburtsdatum wird benötigt" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Änderungen verwerfen" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Dieser Aufenthalt hat mehrere Bedingungen." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postleitzahl ist erforderlich" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-Mail Adresse ist erforderlich" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gast" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Hotelextras ansehen und hinzufügen" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Etwas ist schiefgelaufen und wir konnten Ihre Karte nicht hinzufügen. Bitte versuchen Sie es später erneut." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolbreite: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/Nacht pro Erwachsener" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt und die Allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Allgemeine Geschäftsbedingungen" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": "und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzrichtlinie von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " gesendet wurde, um Ihre Konten zu entkoppeln." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Punkte" + "value": "Ihre Konten sind jetzt nicht mehr verknüpft" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Durchschnittspreis pro Nacht" + "value": "Bitte versuchen Sie es erneut oder wenden Sie sich an den Kundenservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Karte von " - }, - { - "type": 1, - "value": "hotelName" + "value": "Benutzer nicht gefunden" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Frühstückspreis" + "value": "Unbekannter Fehler beim Laden des Benutzers" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Geschlechtergetrennte Sauna" + "value": "Fehler: Es konnte kein Benutzer geladen werden" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Karte" + "value": "Fehler: Benutzer nicht gefunden" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Zurück zur Übersicht" } ] } diff --git a/apps/partner-sas/i18n/dictionaries/en.json b/apps/partner-sas/i18n/dictionaries/en.json index 0ea4eebc1..c2e611ca7 100644 --- a/apps/partner-sas/i18n/dictionaries/en.json +++ b/apps/partner-sas/i18n/dictionaries/en.json @@ -1,1110 +1,59 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Invalid membership number format" + "value": "About accessibility" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Only allowed characters" + "value": "By adding a card you also guarantee your room booking for late arrival." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Old dates" + "value": "Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up." + "value": " points available" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "An error occured when trying to update profile." + "value": "Points to be deducted now" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parking" - } - ], - "+VrkuS": [ - { - "type": 0, - "value": "Campaign" - } - ], - "+YXXgB": [ - { - "type": 0, - "value": "All-day breakfast" - } - ], - "+cJAdo": [ - { - "type": 0, - "value": "My total points" - } - ], - "+dqK4h": [ - { - "type": 0, - "value": "Hotels" - } - ], - "+fnRDB": [ - { - "type": 0, - "value": "I accept" - } - ], - "+hXnbK": [ - { - "type": 0, - "value": "Explore " + "value": "All ancillaries are fully refundable until " }, { "type": 1, - "value": "restaurantName" + "value": "date" }, { "type": 0, - "value": " at " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "+lG8sR": [ - { - "type": 0, - "value": "Transfer points" - } - ], - "+lwzrH": [ - { - "type": 0, - "value": "Read more and link accounts" - } - ], - "+nKdWV": [ - { - "type": 0, - "value": "Remove extra rooms" - } - ], - "+ok6oS": [ - { - "type": 0, - "value": "Campaign reference: " - }, - { - "children": [ - { - "type": 1, - "value": "promoCode" - } - ], - "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ - { - "type": 0, - "value": "Expiring points" - } - ], - "+vGT4R": [ - { - "type": 0, - "value": "TripAdvisor rating" - } - ], - "+w6K47": [ - { - "type": 0, - "value": "Food" - } - ], - "+xGyGX": [ - { - "type": 0, - "value": "This may be because your employment has not yet started, has ended, or you are a consultant. If you believe this is an error, please contact us for assistance." - } - ], - "+xNHsP": [ - { - "type": 0, - "value": "In order to transfer your points we will ask you to sign in to your SAS EuroBonus account." - } - ], - "/27R3x": [ - { - "type": 0, - "value": "Membership number" - } - ], - "/3cTcL": [ - { - "type": 0, - "value": "Room rates" - } - ], - "/54p7R": [ - { - "type": 0, - "value": "Multi-room booking is not available with reward night." - } - ], - "/5HHL3": [ - { - "type": 0, - "value": "Windows natural daylight and excellent view" - } - ], - "/6gLBc": [ - { - "type": 0, - "value": "Verification code" - } - ], - "/BqfV6": [ - { - "type": 0, - "value": "Are you sure you want to cancel your stay at " - }, - { - "children": [ - { - "type": 1, - "value": "hotel" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " from " - }, - { - "children": [ - { - "type": 1, - "value": "checkInDate" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " to " - }, - { - "children": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": "?" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " This can't be reversed." - } - ], - "/GCoTA": [ - { - "type": 0, - "value": "Clear" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Promo code" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Location in hotel" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Exchange to" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinations in " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Monday–Friday: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Discard unsaved changes?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom out" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Other" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Something went wrong!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "View your linked accounts" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Pet-friendly rooms include a charge of approx. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/stay" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Description" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Booking Code Filter" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "In extra bed" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Accommodation" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus points" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "We had an issue guaranteeing your booking. Please try again." - } - ], - "078WAr": [ - { - "type": 0, - "value": "See all" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Map of the city" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Modify By" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "By accepting the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms and Conditions for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " I understand that my personal data will be processed in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Pet-friendly room" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Is there anything else you would like us to know before your arrival?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "To activate offer" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " lowercase letter" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "We need some details to confirm your identity." - } - ], - "0maga3": [ - { - "type": 0, - "value": "My points" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "An error occurred when adding a credit card, please try again later." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Room total" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Open my pages menu" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "View and manage your booking made via our website or app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Pool length: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "VAT " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-shape" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Join Scandic Friends before check-in" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Name: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Show Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guests" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "OTHER" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Book now" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Offers" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Discover our Scandic hotel in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start your day with a delicious breakfast before exploring " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book your stay at a Scandic hotel now!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "New total" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "next level: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Expiration Date: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Book a table" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "You'll find all your gifts in 'My benefits'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Includes vegan, gluten-free, and other allergy-friendly options." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel or office" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Cancel booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "To book with EuroBonus points, make sure you're logged into your SAS EuroBonus account." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Incl. VAT" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "How to use" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Highest level" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "See as list" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Room" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Weekday prices" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Log in here" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "An error occurred while requesting a new OTP" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to transfer your points." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nightlife" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "City pulse" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Number of charging points for electric cars: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Your points to spend" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "I would like to get my booking confirmation via sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Zip code" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Remember code" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member Card added" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Bed type" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "No matching locations found" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternatives for " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Skip to main content" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Preliminary receipt" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Unknown error occurred loading user" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Your new total" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Something went wrong. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " could not be added to your booking!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Retired" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Birth date" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Unknown item" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Booking number / Reference" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Booking code" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Booking code" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Room amenities" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Unable to open page for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Multi-room booking is not available with this booking code." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Your Scandic Friends and SAS EuroBonus accounts are already connected" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Active" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Surprises" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Link your " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " and " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " accounts to earn, use and exchange points between memberships" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Valid through " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Check out at latest: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinations" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Cancelled" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Cancel" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Meetings & conferences" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "We could not connect your accounts" - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Total price" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Guarantee for late arrival" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Your card will only be charged in the event of a no-show" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Ratings & reviews for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Cancellation no" + "value": ". Time selection and special requests are also modifiable." } ], - "5Tmjev": [ + "addAncillary.confirmationStep.reserveWithCard": [ { "type": 0, - "value": "Manage cookies" + "value": "Reserve with Card" } ], - "5WpZVI": [ + "addAncillary.confirmationStep.termsAndConditionsNotice": [ { "type": 0, "value": "Yes, I accept the general " @@ -1113,7 +62,7 @@ "children": [ { "type": 0, - "value": "Terms & Conditions" + "value": "Booking & Cancellation Terms" } ], "type": 8, @@ -1138,81 +87,1827 @@ "value": ". There you can learn more about what data we process, your rights and where to turn if you have questions." } ], - "5aiDYu": [ + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ { "type": 0, - "value": "Log in/Join" + "value": "All extras are delivered together. Changes to delivery times will affect previously ordered extras." } ], - "5cIDjn": [ + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ { "type": 0, - "value": "Booking code is invalid" + "value": "Other Requests" } ], - "5djCa5": [ + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ { "type": 0, - "value": "To book a reward night, make sure you're logged in to your Scandic Friends account." + "value": "Breakfast can only be added for the entire duration of the stay and for all guests." } ], - "5jG8Js": [ + "addAncillary.selectQuantityStep.insufficientPoints": [ { "type": 0, - "value": "Scandic Family Terms and Conditions" + "value": "Insufficient points" } ], - "5sJF5f": [ + "addAncillary.selectQuantityStep.payWithCard": [ { "type": 0, - "value": "My pages" + "value": "Pay with card at the hotel" } ], - "5sNu1v": [ + "addAncillary.selectQuantityStep.payWithPoints": [ { "type": 0, - "value": "Not enough points" + "value": "Pay with points" } ], - "5sg7KC": [ - { - "type": 0, - "value": "Password" - } - ], - "5uPMlY": [ + "addAncillary.selectQuantityStep.selectQuantityLabel": [ { "type": 0, "value": "Select quantity" } ], - "5xvHlh": [ + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, { "type": 0, - "value": "Price per night" + "value": " added to your booking!" } ], - "60fk7f": [ + "addAncillaryFlowModal.errorMessage.ancillary": [ { "type": 0, - "value": "Open " + "value": "Something went wrong. " }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " could not be added to your booking!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Free for kids (under 4)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/night per adult" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/night for kids (ages 4–12)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternatives for " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Delivered at:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Unable to display breakfast prices." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Upgrade your stay" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "I accept the booking and cancellation terms" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Approx." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Approx. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Bed preference" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Book your next stay" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Booking code" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Booking code" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Booking summary" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Breakfast excluded" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Breakfast included" + } + ], + "booking.campaign": [ + { + "type": 0, + "value": "Campaign" + } + ], + "booking.cancelStay": [ + { + "type": 0, + "value": "Cancel stay" + } + ], + "booking.cancellationNo": [ + { + "type": 0, + "value": "Cancellation no" + } + ], + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Change or cancel" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Code / Voucher" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Extra bed (child) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Find booking" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Free cancellation" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Free rebooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Guests" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotels & Destinations" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Lowest price (last 30 days)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Member price" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "No availability" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "No prices available" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "There are no rooms available that match your request." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Non-refundable" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Not enough points" + } + ], + "booking.numberOfAdults": [ { "offset": 0, "options": { "one": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "gift" + "value": " adult" } ] }, "other": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "gifts" + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Crib (child) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " night" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nights" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rooms" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Pay later" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Pay now" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Price excluding VAT" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Price including VAT" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Rate details" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Remove extra rooms" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Reward night" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Room amenities" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Room classification" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Room " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Room total" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "See alternative hotels" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "See details" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Select room" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "I would like to get my booking confirmation via sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Special needs" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standard price" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Subject to availability" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Terms" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Total due" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Total price" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (incl VAT)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "All rates" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Booking Code Filter" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Booking code rates" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Room rates" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Your booking(s) is confirmed but we could not verify your membership. If you have booked with a member discount, you'll either need to present your existing membership number upon check-in, become a member or pay the price difference at the hotel. Signing up is preferably done online before the stay." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Download invoice" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotel details" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Try again" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Manage booking" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Failed to verify membership" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Payment details" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Book another stay" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "View and buy add-ons" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Discover the little extra touches to make your upcoming stay even more unforgettable." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Spice things up" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservation policy" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Membership benefits applied" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Booking number " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Cancellation policy" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " from " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Friend no. " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Your room will remain available for check-in even after 18:00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Booking guaranteed." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Guest" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Thank you for your booking! We look forward to welcoming you and hope you have a pleasant stay." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Booking confirmation" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Total cost: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Add code" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Remember code" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "If you're booking a promotional offer or a Corporate negotiated rate you'll need a special booking code. Don't use any special characters such as (.) (,) (-) (:). If you would like to make a booking with code VOF, please call us +46 8 517 517 20.Save your booking code for the next time you visit the page by ticking the box “Remember”. Don't tick the box if you're using a public computer to avoid unauthorized access to your booking code." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Search" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Update" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Age" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Child age is required" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "In adult's bed" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "In crib" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "In extra bed" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rooms & Guests" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Where to?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Reward Night" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "To book a reward night, make sure you're logged in to your Scandic Friends account." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Add room" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Done" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Remove room" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Clear searches" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Cities" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Countries" + } + ], + "bookingWidget.searchList.hotels": [ + { + "type": 0, + "value": "Hotels" + } + ], + "bookingWidget.searchList.latestSearches": [ + { + "type": 0, + "value": "Latest searches" + } + ], + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "No results" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "We couldn't find a matching location for your search." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Unable to search" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "An error occurred while searching, please try again." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Enter destination or hotel" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "A destination or hotel name is needed to be able to search for a hotel room." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Breadcrumbs" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "All-day breakfast" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Explore the offer" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotels included in this offer" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Next slide" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Previous slide" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "About Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Accessibility" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Add to calendar" + } + ], + "common.address": [ + { + "type": 0, + "value": "Address" + } + ], + "common.adult": [ + { + "type": 0, + "value": "adult" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Adults" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "ages" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Apply" + } + ], + "common.back": [ + { + "type": 0, + "value": "Back" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Back to top" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Bed options" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Birth date" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Booking number" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Breakfast" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Breakfast buffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Cafe" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Cancel booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Cancellations" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Cancelled" + } + ], + "common.change": [ + { + "type": 0, + "value": "Change" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Changes" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Children" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Children under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "City" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Clear" + } + ], + "common.close": [ + { + "type": 0, + "value": "Close" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Close language menu" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Confirm" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Contact us" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Continue" + } + ], + "common.country": [ + { + "type": 0, + "value": "Country" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Country code" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Credit card" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Customer service" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Customer support" + } + ], + "common.day": [ + { + "type": 0, + "value": "Day" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Dinner" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Directions" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Driving directions" + } + ], + "common.email": [ + { + "type": 0, + "value": "Email" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "Email address" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Find" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "First name" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Follow us" + } + ], + "common.food": [ + { + "type": 0, + "value": "Food" + } + ], + "common.free": [ + { + "type": 0, + "value": "Free" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Friday" + } + ], + "common.from": [ + { + "type": 0, + "value": "From" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Go back" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "How it works" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Image gallery" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Incl. VAT" + } + ], + "common.included": [ + { + "type": 0, + "value": "Included" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km to city center" + } + ], + "common.language": [ + { + "type": 0, + "value": "Language" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Last name" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Price: €0.16/min + local call charges" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Log out" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunch" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Main menu" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Membership ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Monday" + } + ], + "common.month": [ + { + "type": 0, + "value": "Month" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "You must accept the terms and conditions" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "My benefits" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "My points" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "My profile" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "My stays" + } + ], + "common.name": [ + { + "type": 0, + "value": "Name" + } + ], + "common.next": [ + { + "type": 0, + "value": "Next" + } + ], + "common.night": [ + { + "type": 0, + "value": "night" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "No breakfast" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Nordic Swan Ecolabel" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Not included" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotels" } ] } @@ -1222,63 +1917,1342 @@ "value": "amount" } ], - "60zt4K": [ + "common.numberOfPoints": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " point" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " points" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "points" + } + ], + "common.open": [ + { + "type": 0, + "value": "Open" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Open language menu" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Opening hours" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Optional" + } + ], + "common.or": [ + { + "type": 0, + "value": "or" + } + ], + "common.other": [ + { + "type": 0, + "value": "Other" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Other requests" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Overview" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parking" + } + ], + "common.password": [ + { + "type": 0, + "value": "Password" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per adult/night" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Pet-friendly" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Phone number" + } + ], + "common.points": [ + { + "type": 0, + "value": "Points" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Points to spend" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Practical information" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Previous" + } + ], + "common.price": [ + { + "type": 0, + "value": "Price" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Price details" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Read more" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Remove" + } + ], + "common.room": [ + { + "type": 0, + "value": "Room" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rooms" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Saturday" + } + ], + "common.save": [ + { + "type": 0, + "value": "Save" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "See all" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "See all photos" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "See rooms" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Select your language" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Show all" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Show less" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Show more" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Sign up" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Summary" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sunday" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Takeaway" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrace" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Thursday" + } + ], + "common.total": [ + { + "type": 0, + "value": "Total" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Total points" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Total price" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor rating" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tuesday" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Until " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "VAT" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Wednesday" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Welcome" + } + ], + "common.year": [ + { + "type": 0, + "value": "Year" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Zip code" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Manage cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Select dates" + } + ], + "dates": [ + { + "type": 0, + "value": "Dates" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Back to cities" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinations" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Explore city" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destinations" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Recommended" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinations in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Bike friendly" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "City pulse" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Family friendly" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Hiking" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kayaking" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museums" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nightlife" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Explore city" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotels in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Back to list" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Unable to display map" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "See as list" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Map of the city" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Map of the country" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "No matching locations found" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "It looks like no location match your filters. Try adjusting your search to find the perfect stay." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Explore all our hotels" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "View all hotels in " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Unable to open page for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "See hotel details" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "See on map" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "An error occurred (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotels" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "See hotels on map" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Already a Scandic Friends member?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Join our loyalty program today!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let’s be friends!" + } + ], + "dtmc.linkMyEmployment": [ { "type": 0, "value": "Link my employment" } ], - "651gjY": [ + "dtmc.logIn": [ { "type": 0, - "value": "Price change" + "value": "Log in" } ], - "6NDqo3": [ + "dtmc.logInAndLinkEmployment": [ { "type": 0, - "value": "Yes, close and remove benefit" + "value": "Log in and link employment" } ], - "6Oiyju": [ + "dtmc.noScandicFriendsAccountYet": [ { "type": 0, - "value": "Non-refundable" + "value": "Don't have a Scandic Friends account yet?" } ], - "6P6rLB": [ + "dtmc.showTeamMemberCard": [ { "type": 0, - "value": "Final VAT breakdown will be provided at check-out." + "value": "Show Team Member Card" } ], - "6PjBc0": [ + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Sign up and link employment" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Points being calculated" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Booking number / Reference" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Date" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Description" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Extras to your booking" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Former Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "No transactions available" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsActivity": [ + { + "type": 0, + "value": "Points activity" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Points earned prior to May 1, 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Sign up bonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Current password" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Discard changes" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Any changes you've made will be lost." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Discard unsaved changes?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Go back to edit" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Retype new password" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Successfully updated profile!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "User information" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "An error occurred when trying to update your profile." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Yes, discard changes" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Preferred bed type" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Change room" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "We had an issue processing your booking. Please try again. No charges have been made." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "You have now cancelled your payment." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Breakfast can be added after booking for an additional fee." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Children's breakfast is always free as part of the adult's breakfast." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Select breakfast options" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Includes vegan, gluten-free, and other allergy-friendly options." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Free for kids aged 12 and under." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Complete booking" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "In case of a no-show, your credit card will be charged for the first night." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Guarantee for late arrival" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "I may arrive later than 18:00 and want to guarantee my booking." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "When you confirm the booking the room will be guaranteed for late arrival. If you fail to arrive without cancelling in advance or if you cancel after 18:00 local time, you will be charged for one reward night." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Contact details" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Details" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Join Scandic Friends before check-in" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Join Scandic Friends now" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Log in" + } + ], + "enterDetails.joinScandicFriendsCard.membershipIdLabel": [ + { + "type": 0, + "value": "Already a member? Membership ID" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for room " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "By joining you accept the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms and Conditions" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Get the member room price" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "The new price is" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Member room price activated" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "I accept the terms for this booking and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand that Scandic will process my personal data for this booking in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "To secure your reservation, we kindly ask you to provide your payment card details. Rest assured, no charges will be made at this time." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Complete the booking" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "When guaranteeing your booking, we will hold the booking until 07:00 until the day after check-in. This will provide you as a guest with added flexibility for check-in times." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Please note that this is mandatory, and that your card will only be charged in the event of a no-show." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Provide a payment card in the next step" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "What you have to do to guarantee booking:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "We are still confirming your booking. This is usually a matter of minutes and we do apologise for the wait. Please check your inbox for a booking confirmation email and if you still haven't received it by end of day, please contact our " + }, + { + "children": [ + { + "type": 0, + "value": "customer support" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Taking longer than usual" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "As your booking includes rooms with different terms, we will be charging part of the booking now and the remainder will be collected by the reception at check-in." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Final step" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Other payment methods" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Pay at check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Payment methods" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand that Scandic will process my personal data for this booking in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Select payment method" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ { "type": 0, "value": "Continue with new price" } ], - "6TXxwM": [ + "enterDetails.priceChangeDialog.breakfastCharge": [ { "type": 0, - "value": "Last name can't contain any special characters" + "value": "Breakfast charge" } ], - "6XJgBk": [ + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Back to room selection" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Prices have increased since you selected your " + }, { "type": 1, - "value": "facility" + "value": "roomSelection" }, { "type": 0, - "value": " (available in some rooms)" + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " To continue your booking, accept the updated price," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " or go back to select " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." } ], - "6Z2JbZ": [ + "enterDetails.priceChangeDialog.descriptionNewRooms": [ { "offset": 0, "options": { - "=1": { + "one": { + "value": [ + { + "type": 0, + "value": "a new room" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "new rooms" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { "value": [ { "type": 0, @@ -1300,445 +3274,661 @@ "value": "totalRooms" } ], - "6cPSs3": [ + "enterDetails.priceChangeDialog.newTotalLabel": [ { "type": 0, - "value": "Monday–Friday: Always open" + "value": "New total" } ], - "6fzv5c": [ + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ { "type": 0, - "value": "Attractions" + "value": "See price details" } ], - "6h+4pN": [ + "enterDetails.priceChangeDialog.title": [ { "type": 0, - "value": "Check availability" + "value": "Price change" } ], - "6iEKT/": [ + "enterDetails.room.extraBedText": [ { "type": 0, - "value": "Invalid booking number" + "value": "Extra bed will be provided additionally" } ], - "6mFYCR": [ + "enterDetails.roomInfo.title": [ { "type": 0, - "value": "TUI Points" + "value": "Guest information" } ], - "6tRbVW": [ - { - "type": 0, - "value": "No transactions available" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Add code" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Cancellation number" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parking can be reserved in advance: Yes" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "Too many failed attempts." - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Failed to add to calendar" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Distance to city center" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Booking number" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Are you sure you want to unlink your account?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Passwords do not match" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Member" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Enter destination or hotel" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Book discounted stays for yourself, family and friends!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Pay at check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Level progress: " - }, + "enterDetails.selectedRoom.roomType.description": [ { "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " of " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " points earned" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Day" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Pay now" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "My stay at" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "The Friends & Family rate can only be booked via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Left to level up" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Redirecting you to My Pages." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "You have now cancelled your payment." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Indoor pool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotel facilities" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Sign up" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Failed to copy" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "We’re sorry that things didn’t work out." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "on " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "fName" + "value": "roomType" }, { "type": 0, "value": " " }, { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" } ], - "8bo8AW": [ + "enterDetails.specialRequests.commentLabel": [ { "type": 0, - "value": "Are you sure you want to continue with the cancellation?" + "value": "Is there anything else you would like us to know before your arrival?" } ], - "8d6Mj3": [ - { - "type": 0, - "value": "adult" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Ratings & reviews for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Yes, discard changes" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Next" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "You have no points to transfer." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Copied to clipboard" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Tell us what information and updates you'd like to receive, and how, by clicking the link below." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Driving directions" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Points added" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "An account with this email already exists. Please try signing in instead." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Indoor windows facing the hotel" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "All categories" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Rate details" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Payment methods" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Room is prepaid" - } - ], - "9mdZiM": [ + "enterDetails.specialRequests.heading": [ { "type": 0, "value": "Special requests (optional)" } ], - "9oNQSC": [ + "error.ageRequired": [ { "type": 0, - "value": "Age" + "value": "Age is required" } ], - "9qmnCi": [ + "error.atleast18YearsOld": [ { "type": 0, - "value": "New dates" + "value": "Must be at least 18 years of age to continue" } ], - "9revPu": [ + "error.availabilityErrorMessage": [ { "type": 0, - "value": "Exchange from" + "value": "Unfortunately, one of the rooms you selected is sold out. Please choose another room to proceed." } ], - "9uOFF3": [ + "error.bedChoiceRequired": [ { "type": 0, - "value": "Overview" + "value": "Bed choice is required" } ], - "9z0LwI": [ + "error.birthDateRequired": [ { "type": 0, - "value": "Membership benefits applied" + "value": "Date of birth is required" } ], - "A+5RC7": [ + "error.bookingCodeInvalid": [ { "type": 0, - "value": "Get the member room price" + "value": "Booking code is invalid" } ], - "A+BGBs": [ + "error.childrenExceedsAdults": [ { "type": 0, - "value": "Check-out" + "value": "You cannot have more children in adults bed than adults in the room" } ], - "A+poJy": [ + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Reward nights can't be combined with codes or vouchers." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Country is required" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination required" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "Email address is invalid" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "Email address is required" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "First and last name can't be the same in two different rooms" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "First name is required" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "First name can't contain any special characters" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Invalid booking number" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Last name is required" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Last name can't contain any special characters" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Invalid membership number format" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Only digits are allowed" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Membership number can't be the same for two different rooms" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Multi-room booking is not available with this booking code." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Multi-room booking is not available with reward night." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Current password is required" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Passwords do not match" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "New password is required" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Password is required" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Confirm your new password" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "The number you have entered is too short" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Please enter a valid phone number" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Phone is required" + } + ], + "error.required": [ + { + "type": 0, + "value": "Required" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "The postal code can only contain numbers and letters" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Zip code is required" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Failed to copy" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Failed to add to calendar" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Something went wrong!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Clear all filters" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Distance to city center" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotel facilities" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filter and sort" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filter by" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotel surroundings" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "No matching hotels found" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "See results (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sort by" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Can't find your stay?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Please contact " + }, + { + "children": [ + { + "type": 0, + "value": "customer service" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Failed to submit form, please try again later." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Find your stay" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "View and manage your booking made via our website or app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "The Friends & Family rate can only be booked via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels all rights reserved" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "The product could not be added. Your booking is guaranteed. Please try again." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "We had an issue guaranteeing your booking. Please try again." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Back to scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Close menu" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log in/Join" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menu" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "My pages menu" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Open menu" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Open my pages menu" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "About the hotel" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "At the hotel" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " reviews" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Welcome to" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "Nearby" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Map" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "See all amenities" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "See map" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "See room details" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " guests" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Creative spaces for meetings" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Map of " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Available rates" + } + ], + "hotelInfoCard.kmToCityCenter": [ { "type": 1, "value": "address" @@ -1764,68 +3954,860 @@ "value": " km to city center" } ], - "A/KWYT": [ + "hotelMap.sidebar.poi.attractions": [ { "type": 0, - "value": "Saturday–Sunday: Always open" + "value": "Attractions" } ], - "A9Jf2P": [ + "hotelMap.sidebar.poi.business": [ { "type": 0, - "value": "Explore Scandic hotels" + "value": "Business" } ], - "A9KYOd": [ + "hotelMap.sidebar.poi.location": [ { "type": 0, - "value": "See hotel details" + "value": "Location" } ], - "ADI8Dc": [ + "hotelMap.sidebar.poi.publicTransport": [ { "type": 0, - "value": "Preferred bed type" + "value": "Public transport" } ], - "AHNgCp": [ + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & Dining" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Things nearby " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "View as list" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "View as map" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Accessibility at " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Activities" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Meetings, Conferences & Events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Offers" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Meetings & conferences" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant & Bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Indoor pool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Outdoor pool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "We need some details to confirm your identity." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Find your booking" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Read more about the hotel" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Open image gallery" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "All categories" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "All countries" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "All hotels and offices" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "All locations" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Open for application" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "View & apply" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Category" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Location (shown in local language)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel or office" + } + ], + "jobylonFeed.resultCount": [ { "offset": 0, "options": { "one": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "Gift" + "value": " Result" } ] }, "other": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "Gifts" + "value": " Results" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "amount" + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Open image" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Employee number already linked to another Scandic Friends membership." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "If you believe this is an error, please contact us for assistance." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Contact our member service" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Your account could not be connected" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "We couldn't connect your accounts. Please contact us and we'll help you resolve this." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "You're not eligible for employee benefits" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "This may be because your employment has not yet started, has ended, or you are a consultant. If you believe this is an error, please contact us for assistance." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Your Scandic Friends and SAS EuroBonus accounts are already connected" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Great news! You can go straight to My Pages to explore all your perks and rewards!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Birth date: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "We require your birth date in order to link your Scandic Friends account with your SAS EuroBonus account. Please check that it is correct." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Birth date is missing" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Date of birth not matching" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Didn't receive a code? " + }, + { + "children": [ + { + "type": 0, + "value": "Resend code" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Edit your personal details" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "This code has expired. " + }, + { + "children": [ + { + "type": 0, + "value": "Send new code." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Please try again later" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "We could not connect your accounts" + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "The code you've entered is incorrect." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Link my accounts" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Link your accounts" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Hang tight..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log in to your SAS EuroBonus account to confirm account linking." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "If you are not redirected automatically, please " + }, + { + "children": [ + { + "type": 0, + "value": "click here" + } + ], + "type": 8, + "value": "loginLink" }, { "type": 0, - "value": " added to your benefits" + "value": "." } ], - "AUT5ey": [ + "linkEuroBonusAccount.oneTimePasswordDescription": [ { "type": 0, - "value": "Hotels near " + "value": "This verification is needed for additional security." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Error requesting OTP" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verification code" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " in order to confirm your account linking." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Redirecting you to My Pages." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Redirecting you to SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "An error occurred while requesting a new OTP" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send new code" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "We successfully connected your accounts!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Your accounts are linked" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "By linking your accounts you accept the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms & Conditions for Scandic Friends and SAS EuroBonus Account Linking" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "You’ve requested too many codes" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Too many failed attempts." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Please wait 1 hour before trying again." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Too many requests. Please try again later." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "View your linked accounts" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "View your details" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per night from" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Already a friend?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Log in here" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Membership terms and conditions" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points " + }, + { + "children": [ + { + "type": 0, + "value": "or " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nights" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom in" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom out" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Book a meeting" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotels & destinations" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Meeting location" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Access size" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Cabaret seating" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Classroom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Dimensions" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Floor " }, { "type": 1, - "value": "filter" + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Full circle" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Half circle" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Indoor windows facing the hotel" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indoor windows and excellent lighting" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Lighting" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Location in hotel" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "No windows" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "No windows but excellent lighting" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " people" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Standing table" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Theatre" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-shape" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Windows with natural daylight" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Windows natural daylight and blackout facilities" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Windows natural daylight and excellent view" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Boosted by SAS until " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Accessibility information for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Accessibility information for " + }, + { + "type": 1, + "value": "hotelName" }, { "type": 0, @@ -1833,260 +4815,10 @@ }, { "type": 1, - "value": "location" + "value": "destination" } ], - "AV3Ftk": [ - { - "type": 0, - "value": "See price details" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Select your language" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Invalid dates" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "To get the member price " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": ", log in or join when completing the booking." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "We couldn't connect your accounts. Please contact us and we'll help you resolve this." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "POINTS TO SPEND" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Subject to availability" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Error requesting OTP" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Saturday–Sunday: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Login" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Points Earned" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Please contact customer service to update the dates." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "My profile" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "External gym: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Some rooms were cancelled successfully, but we encountered issues with others. Please contact customer service for assistance." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Map of the country" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Update" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "You have enough points for a bonus night!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Log in to your SAS EuroBonus account to confirm account unlinking." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Change" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " points expiring" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Find us" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Exchanged points will not be level-qualifying." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Taking longer than usual" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Could not activate this offer" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Booking summary" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "See room details" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Bed options" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Your accounts are linked" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Breadcrumbs" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Proceed with point exchange?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logout" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Rates" - } - ], - "CCtGox": [ + "metadata.destinationCityMultipleHotels": [ { "type": 0, "value": "Discover all our " @@ -2116,97 +4848,147 @@ "value": ". Book your stay at a Scandic hotel now!" } ], - "CFNkwp": [ + "metadata.destinationCitySingleHotel": [ { "type": 0, - "value": "See rooms" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Classroom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Guest details updated" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "See hotels on map" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Read more about the hotel" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to confirm your account linking." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "See terms & conditions for all qualifying requirements." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Approx." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "This verification is needed for additional security." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " points" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Approx. " + "value": "Discover our Scandic hotel in " }, { "type": 1, - "value": "value" - } - ], - "D6b0Au": [ + "value": "location" + }, { "type": 0, - "value": "Dates" + "value": ". Start your day with a delicious breakfast before exploring " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book your stay at a Scandic hotel now!" } ], - "D9IvvZ": [ + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Discover all our " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Enjoy your stay at a Scandic hotel. Book now!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Discover all our " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Explore " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", and more! All while enjoying your stay at a Scandic hotel. Book now!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Discover " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Enjoy your stay at a Scandic hotel. Book now!" + } + ], + "metadata.exploreRestaurantAtHotel": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " at " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.exploreRestaurantAtHotelInDestination": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " at " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, "value": "Gym & health facilities at " @@ -2216,75 +4998,43 @@ "value": "hotelName" } ], - "DANPUx": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "New dates for the stay" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "You have " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gifts waiting for you!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Complete the booking" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Are you sure you want to remove the card ending with " + "value": "Gym & health facilities at " }, { "type": 1, - "value": "lastFourDigits" + "value": "hotelName" }, { "type": 0, - "value": " from your member profile?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations." - } - ], - "DPsrer": [ + "value": " in " + }, { "type": 1, - "value": "amount" + "value": "destination" + } + ], + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" }, { "type": 0, - "value": " points" - } - ], - "DQ1vn2": [ + "value": " in " + }, + { + "type": 1, + "value": "location" + }, { "type": 0, - "value": "+46 8 517 517 00" + "value": ". Book your stay now!" } ], - "DS/jj5": [ + "metadata.hotelInLocationWithAmenities": [ { "type": 1, "value": "hotelName" @@ -2342,3510 +5092,7 @@ "value": " today!" } ], - "DXSt8T": [ - { - "type": 0, - "value": "Back to scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Your level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Failed to submit form, please try again later." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserve with Card" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "If not, please go back and do so before you close this. Once you close this your benefit will be void and removed from My Benefits." - } - ], - "DszS84": [ - { - "type": 0, - "value": "In case of a no-show, your credit card will be charged for the first night." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrace" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Join our loyalty program today!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "In adult's bed" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Distance to hotel: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "View as map" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Price per day" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Apply" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Points earned" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Prices" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotels included in this offer" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Breakfast can only be added for the entire duration of the stay and for all guests." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Employee number already linked to another Scandic Friends membership." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Find" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Please enter a valid phone number" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Your account could not be connected" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "First name is required" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Available rates" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Try again" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "To secure your reservation, we kindly ask you to provide your payment card details. Rest assured, no charges will be made at this time." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "At the hotel" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points " - }, - { - "children": [ - { - "type": 0, - "value": "or " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nights" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Half circle" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please ask the person who booked the stay to contact customer service." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Closed" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "When guaranteeing your booking, we will hold the booking until 07:00 until the day after check-in. This will provide you as a guest with added flexibility for check-in times." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Remove" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Access your Team Member Card here on My Pages Overview." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "See all amenities" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "I accept the booking and cancellation terms" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Free parking" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Date of birth" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Reward nights can't be combined with codes or vouchers." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Discover the little extra touches to make your upcoming stay even more unforgettable." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Guarantee" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Code / Voucher" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "The product could not be added. Your booking is guaranteed. Please try again." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Need to update your name? Please get in touch with member service at " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " or " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Image gallery" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Explore " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Back to top" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Your Level Progress" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Total including VAT" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Country code" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Balance" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Meeting location" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Your Membership" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Name" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "How it works" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "About accessibility" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Bed choice is required" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Book parking" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filter and sort" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Employee" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Birth date is missing" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Can't find your stay?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB points to exchange" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Confirm your new password" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "We found no available rooms using this booking code (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). See available rates below." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Pet-friendly" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Customer service" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Cities" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Year" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "We are still confirming your booking. This is usually a matter of minutes and we do apologise for the wait. Please check your inbox for a booking confirmation email and if you still haven't received it by end of day, please contact our " - }, - { - "children": [ - { - "type": 0, - "value": "customer support" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Points needed to level up" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Bike friendly" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "User not found" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Latest searches" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Breakfast (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Contact information" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Yes, remove my card" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "No windows" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "My saved cards" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Number of nights" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Optional" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Failed to verify membership" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Change room" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Breakfast deal can be purchased at the hotel." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "as of today" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Remove room" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Show password" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Previous" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "By linking your accounts you accept the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions for Scandic Friends and SAS EuroBonus Account Linking" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " left" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Show all" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Contact the person who booked the stay" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Done" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Manage preferences" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Customer support" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Location (shown in local language)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Open" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Booking number " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Download invoice" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Copy promotion code" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Number of guests" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Hide password" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Always open" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Explore " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "View as list" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Already a friend?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Current member year" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Price excluding VAT" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "points" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "You cannot have more children in adults bed than adults in the room" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Exchange points" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Unlink accounts" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotel facilities" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "My stays" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "VAT" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Date of birth not matching" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Points expire three years after they are earned, on the last day of that month. Expiring points do not affect your level." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Open for application" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Membership ID: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Failed to update guest details" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "This room is equipped with" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Upgrade your stay" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Level up to unlock" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MY SAVED CARDS" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Membership ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rooms" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Are you sure you want to remove this product?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Details" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "If you close this your benefit will be removed" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Previous slide" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Total" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotel surroundings" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "My payment cards" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Proceed with point exchange?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Select breakfast options" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Breadcrumbs failed for this page (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Your Scandic Friends level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " has upgraded you to " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": "." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Breakfast can be added after booking for an additional fee." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunch" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Didn't receive a code? " - }, - { - "children": [ - { - "type": 0, - "value": "Resend code" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "The points you earn this year determine your level for both this and the next member year." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Confirm" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Price 0,16 €/min + local call charges" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " points available" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Welcome to" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Guests" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Current password" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for room " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Delivered at:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let’s be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Yes, I accept the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". There you can learn more about what data we process, your rights and where to turn if you have questions." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Payment" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "or" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "View all hotels in " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POINTS" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "left to keep level" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " added to your booking!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in after 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Membership number can't be the same for two different rooms" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Change dates" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Log in to your SAS EuroBonus account to confirm account linking." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "At a cost" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Takeaway" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Points" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Complete booking" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Date" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "My extras" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " reviews on Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Book your next stay" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Total cost: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Points being calculated" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Pool depth: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Link your employment to access benefits" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "See all offers" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF points to receive" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Log out" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Discover all our " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Explore " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", and more! All while enjoying your stay at a Scandic hotel. Book now!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Welcome" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "All ancillaries are fully refundable until " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Time selection and special requests are also modifiable." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Discover all our " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Enjoy your stay at a Scandic hotel. Book now!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Extra bed (child) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Redeem your points for cozy stays, delicious meals at our restaurants, or hotel extras to elevate your stay!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Description" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destinations" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Main menu" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "We could not connect your accounts to give you access. Please contact us and we'll help you resolve this issue." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Something went wrong and we couldn't remove your card. Please try again later." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Your accounts are already linked" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Link Employment" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Log in to your SAS Eurobonus account to confirm account unlinking." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Provide a payment card in the next step" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Your card was successfully removed!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Add new card" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Friday" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Error: user not found" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per night from" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Cabaret seating" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Please select dates" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "night" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "My benefits" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Please try and change your search for this destination or see alternative hotels." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "See details" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "New password is required" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Please call " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " or email us at " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for assistance with your order." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends Links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Booking total" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Yes, unlink my accounts" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "No, keep card" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Manage booking" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Summary" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "If you are not redirected automatically, please " - }, - { - "children": [ - { - "type": 0, - "value": "click here" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "It looks like no location match your filters. Try adjusting your search to find the perfect stay." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "No, go back" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Link your accounts" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Special needs" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Read more" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filter by" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Family friendly" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Opening hours" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Cancellation policy" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Go back to My Pages" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Required" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Find your booking" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, " - }, - { - "children": [ - { - "type": 0, - "value": "contact the support." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " number" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "View and buy add-ons" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "LEVEL " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check in from: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Explore all our hotels" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "We couldn’t unlink your accounts. Please contact us and we’ll help you resolve this." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Month" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "City" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Redeemed & valid through:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "My communication preferences" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Open image" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Hurry up and use them before they expire!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Booking guaranteed." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Things nearby " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Dimensions" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Already a Scandic Friends member?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservation policy" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "View & apply" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "You have enough points for a reward night!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Theater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Price including VAT" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotel surroundings" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send new code" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Your stay was updated" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "My pages menu" - } - ], - "UFwNJ5": [ - { - "type": 0, - "value": "© 2025 Scandic Hotels all rights reserved." - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " spendable points expiring by " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Included" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "All extras are delivered together. Changes to delivery times will affect previously ordered extras." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Windows with natural daylight" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "You're not eligible for employee benefits" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "No matching hotels found" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Activities" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " points" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "This will remove any membership level upgrades gained from the linking. You can re-link your accounts again in 30 days." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Outdoor pool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Open language menu" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Need to change your name? Please get in touch with member support at " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " or " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Recommended" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Your SAS EuroBonus level has upgraded you to " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "OTHER PAYMENT METHODS" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Edit your personal details" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant & Bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Back to list" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km to city center" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Your member tier" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "About parking" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " guests" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Guest information" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Must be at least 18 years of age to continue" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Meetings & conferences at " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "Vzmkr/": [ - { - "type": 0, - "value": "Multi-room booking is not available with euro bonus points." - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "We have a special gift waiting for you!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Your booking(s) is confirmed but we could not verify your membership. If you have booked with a member discount, you'll either need to present your existing membership number upon check-in, become a member or pay the price difference at the hotel. Signing up is preferably done online before the stay." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book your stay now!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Price details" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "There are no rooms available that match your request." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Missing a previous stay?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Saturday" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "If you're booking a promotional offer or a Corporate negotiated rate you'll need a special booking code. Don't use any special characters such as (.) (,) (-) (:). If you would like to make a booking with code VOF, please call us +46 8 517 517 20.Save your booking code for the next time you visit the page by ticking the box “Remember”. Don't tick the box if you're using a public computer to avoid unauthorized access to your booking code." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Yes, I want to exchange my points" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Modify guest details" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "See map" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " to " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " characters" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "An error occurred while searching, please try again." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Breakfast buffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Yes, I want to transfer my points" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Close language menu" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Contact us" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Where should you go next?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Room details" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Late arrival" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Lighting" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Your stay was cancelled" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Go to My Benefits" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Confirm cancellation" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekend prices" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Floor " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergy-friendly room" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Redeem benefit" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Your stay has been booked with " - }, - { - "children": [ - { - "type": 1, - "value": "rate" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " terms which unfortunately doesn’t allow for cancellation." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Member room price activated" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "All add-ons are delivered at the same time. Changes to delivery times will affect earlier add-ons." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Link my accounts" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "See all photos" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parking can be reserved in advance: No" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Contact customer service" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Next slide" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tuesday" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Redirecting you to SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Join or log in while booking for member pricing." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to unlink your accounts." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "As this is a multiroom stay, the cancellation has to be done by the person who made the booking. Please call 08-517 517 00 to talk to our customer service if you would need further assistance." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Please try again or contact customer service!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "You have no upcoming stays." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Back to select room" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "My Add-on's" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please contact customer service to update the dates." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Select a rate" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Rebook" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destination required" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Expiration Date" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "And you need to be logged in with the same member account that made the booking." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Standing table" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Breakfast (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "By accepting the " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": ", I agree to link my employment to access benefits. The connection will remain active during my employment or until I opt out by sending an email to Scandic's customer service." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Member price" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Failed to update your stay" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " and " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " are equally matched. Level up in one of your memberships to qualify for an upgrade!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " reviews" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Go back to overview" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Terms and conditions" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Log in and link employment" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Transferred points will not be level qualifying" - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "User information" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Discover " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Enjoy your stay at a Scandic hotel. Book now!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Creative spaces for meetings" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Dinner" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Children's breakfast is always free as part of the adult's breakfast." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Countries" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Points earned prior to May 1, 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Show more" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Error loading this page (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Continue" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Add room" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "We successfully connected your accounts!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Please try again later" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Confirm date change" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Other requests" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Free for kids (under 4)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Monday" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Price" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Friend no. " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "You are about to exchange:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Please contact " - }, - { - "children": [ - { - "type": 0, - "value": "customer service" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Make a call" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hotels in " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Back to room selection" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Please note that this is mandatory, and that your card will only be charged in the event of a no-show." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "The code you've entered is incorrect." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Error: No user could be loaded" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Total excluding VAT" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Open menu" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Where to?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Points to spend" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Book" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Don't cancel" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Transfer from" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Room charge" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Rate" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "All rates" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Select dates" - } - ], - "cFYzfU": [ + "metadata.hotelInLocationWithAmenitiesShort": [ { "type": 1, "value": "hotelName" @@ -5895,296 +5142,20 @@ "value": "." } ], - "cGfw83": [ + "metadata.meetingsAndConferencesAtHotel": [ { "type": 0, - "value": "Your member level" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ - { - "type": 0, - "value": "Address: " + "value": "Meetings & conferences at " }, { "type": 1, - "value": "address" + "value": "hotelName" } ], - "ccXLVi": [ + "metadata.meetingsAndConferencesAtHotelInDestination": [ { "type": 0, - "value": "Category" - } - ], - "ceEjA1": [ - { - "type": 0, - "value": "EB points to transfer" - } - ], - "cg4MD0": [ - { - "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "The new price is" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Practical information" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Are you sure you want to change your guest details?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Too many requests. Please try again later." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "My rooms" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Back" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "In crib" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Theatre" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Join now" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Voucher" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Guarantee booking for late arrival" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Level match status" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Back to cities" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "From" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Earn points by staying at Scandic. Turn your points into free nights and memorable experiences." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "By joining you accept the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms and Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Reviews" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Please wait 1 hour before trying again." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotels" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Hang tight..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Close menu" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Changes" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "This promotion has expired" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Lowest price (last 30 days)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Booking code rates" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standard price" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Distance to gym: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Gym & health facilities at " + "value": "Meetings & conferences at " }, { "type": 1, @@ -6199,49 +5170,59 @@ "value": "destination" } ], - "e/mJf8": [ + "metadata.parkingInformationForHotel": [ { "type": 0, - "value": "Get the Scandic Friends room price" + "value": "Parking information for " + }, + { + "type": 1, + "value": "hotelName" } ], - "e38GOF": [ + "metadata.parkingInformationForHotelInDestination": [ { "type": 0, - "value": "Amenities" - } - ], - "e3H1Tz": [ + "value": "Parking information for " + }, + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Breakfast excluded, add in next step." + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "e5zKWI": [ + "metadata.stayAtHotelInDestination": [ { "type": 0, - "value": "In order to exchange your points, we'll ask you to sign in to your SAS EuroBonus account." - } - ], - "e6Ph5+": [ + "value": "Stay at " + }, + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Address" + "value": " | Hotel in " + }, + { + "type": 1, + "value": "destination" } ], - "e8LtIL": [ + "modal.dialog": [ { "type": 0, - "value": "Former Scandic Hotel" + "value": "Dialog" } ], - "e9Z+tg": [ - { - "type": 0, - "value": "Date of Birth" - } - ], - "e9ymeB": [ + "myPages.AmountOutOfTotalWithValues": [ { "type": 1, "value": "amount" @@ -6255,115 +5236,105 @@ "value": "total" } ], - "eGGhk7": [ + "myPages.Surprises": [ { "type": 0, - "value": "Pet room charge including VAT" + "value": "Surprises" } ], - "eHhSSs": [ + "myPages.accessYourTeamMemberCard": [ { "type": 0, - "value": "Any changes you've made will be lost." + "value": "Access your Team Member Card here on My Pages Overview." } ], - "eMgucw": [ + "myPages.addNewCard": [ { "type": 0, - "value": "Activate offer" + "value": "Add new card" } ], - "eXplGJ": [ + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ { "type": 0, - "value": "In " + "value": "Book discounted stays for yourself, family and friends!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Breadcrumbs failed for this page (" }, { "type": 1, - "value": "days" + "value": "errorId" }, { "type": 0, - "value": " days" + "value": ")" } ], - "ecWBo7": [ + "myPages.checkOutAllYourBenefits": [ { "type": 0, - "value": "Your exchanged points will retain their original expiry date with a maximum validity of 12 months." + "value": "Check out all your benefits" } ], - "eccxvb": [ + "myPages.checkOutCardsSavedToProfile": [ { "type": 0, - "value": "I may arrive later than 18:00 and want to guarantee my booking." + "value": "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience." } ], - "eeZJwJ": [ + "myPages.compareAllLevels": [ { "type": 0, - "value": "1 EuroBonus point = 2 Scandic Friends points" + "value": "Compare all levels" } ], - "ekt9EU": [ + "myPages.contactSupportForNameChange": [ { "type": 0, - "value": "Reward Night" - } - ], - "eqk7dl": [ + "value": "Need to update your name? Please get in touch with member service at " + }, { - "type": 0, - "value": "Upgrade valid until" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " night" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nights" - } - ] + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ + ], + "type": 8, + "value": "phone" + }, { "type": 0, - "value": "Not included" + "value": " or " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." } ], - "fLEb2i": [ + "myPages.countOfGiftsAddedToYourBenefits": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ { "type": 0, - "value": "a new room" + "value": "Gift" } ] }, @@ -6371,85 +5342,354 @@ "value": [ { "type": 0, - "value": "new rooms" + "value": "Gifts" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ + "value": "amount" + }, { "type": 0, - "value": "New password" + "value": " added to your benefits" } ], - "fTfikg": [ + "myPages.currentMemberYear": [ { "type": 0, - "value": "See on map" + "value": "Current member year" } ], - "fUSUYM": [ + "myPages.currentPointsWithPoints": [ { "type": 0, - "value": "Membership ID: " + "value": "Current Points: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Date of birth" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Edit profile" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Employee" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Error loading this page (" }, { "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "value": "errorId" + }, { "type": 0, - "value": "EuroBonus Points" + "value": ")" } ], - "fgCBG8": [ + "myPages.expirationDateWithDate": [ { "type": 0, - "value": "Accessibility" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Select payment method" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Go back to edit" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Directions" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Windows natural daylight and blackout facilities" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Crib (child) × " + "value": "Expiration Date: " }, { "type": 1, - "value": "count" + "value": "expirationDate" } ], - "g6rylQ": [ + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Go to My Benefits" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hello Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hi " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Left to level up" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Level progress: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " of " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " points earned" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Member Since: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Membership ID copied to clipboard" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "No content published" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "My communication preferences" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "My membership cards" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "My payment cards" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Name: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Number: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Points earned" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POINTS" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "left to keep level" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "The points you earn this year determine your level for both this and the next member year." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Retired" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, " + }, + { + "children": [ + { + "type": 0, + "value": "contact the support." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "You'll find all your gifts in 'My benefits'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "We have a special gift waiting for you!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "You have " + }, + { + "children": [ + { + "type": 1, + "value": "amount" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " gifts waiting for you!" + } + ], + "myPages.surprises.openGifts": [ + { + "type": 0, + "value": "Open " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gift" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gifts" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "myPages.surprises.willExpire": [ + { + "type": 0, + "value": "Hurry up and use them before they expire!" + } + ], + "myPages.teamMember": [ + { + "type": 0, + "value": "Team Member" + } + ], + "myPages.teamMemberCardAdded": [ + { + "type": 0, + "value": "Team Member Card added" + } + ], + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ + { + "type": 0, + "value": "Tell us what information and updates you'd like to receive, and how, by clicking the link below." + } + ], + "myPages.validUntilDate": [ { "type": 0, "value": "Valid until " @@ -6459,135 +5699,137 @@ "value": "date" } ], - "g9/EOP": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "This room is not available" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Looks like you’ve already linked your Scandic Friends and SAS EuroBonus accounts!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "I may arrive later than 18:00 and want to guarantee my booking with a credit card." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Accessibility at " + "value": "You've earned " }, { "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Room classification" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Select date" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Total price" - } - ], - "type": 8, - "value": "b" + "value": "pointAmount" }, { "type": 0, - "value": " (incl VAT)" + "value": " points this member year." } ], - "gnHcUN": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "First and last name can't be the same in two different rooms" + "value": "Your Level Progress" } ], - "gq4AYf": [ + "myPages.yourMemberYearAndLevelProgress": [ { "type": 0, - "value": "Only digits are allowed" + "value": "Your member year and level progress" } ], - "gttxKw": [ + "myPages.yourSasLevelUpgradedToWithLevel": [ { "type": 0, - "value": "Membership ID copied to clipboard" - } - ], - "gzD7Ot": [ + "value": "Your SAS EuroBonus level has upgraded you to " + }, + { + "type": 1, + "value": "level" + }, { "type": 0, - "value": "This campaign is not available" + "value": "!" } ], - "h0kG6u": [ + "myPagesMenu.partnerSas": [ { "type": 0, - "value": "PREPAID" + "value": "Scandic ♥ SAS" } ], - "h2Y242": [ + "myPagesOverviewShortcuts.partnerBenefits": [ { "type": 0, - "value": "Your accounts are now unlinked" + "value": "Partner benefits" } ], - "hDI+JM": [ + "myPagesOverviewShortcuts.scandicFriendsLinks": [ { "type": 0, - "value": "Sort by" + "value": "Scandic Friends Links" } ], - "hFl2Dk": [ + "myPagesOverviewShortcuts.yourMembership": [ { "type": 0, - "value": "Ratings and reviews" + "value": "Your membership" } ], - "hHr2Pt": [ + "myStay.accessDenied.loginRequired": [ { "type": 0, - "value": "Your room will remain available for check-in even after 18:00." + "value": "You need to be logged in to view your booking" } ], - "hJZwTS": [ + "myStay.accessDenied.loginRequiredMessage": [ { "type": 0, - "value": "Email address" + "value": "And you need to be logged in with the same member account that made the booking." } ], - "hLsifZ": [ + "myStay.actions.changeDates": [ { "type": 0, - "value": "Arrival date" + "value": "New dates for the stay" } ], - "hXpdlx": [ + "myStay.actions.changeDates.checkAvailability": [ { "type": 0, - "value": "Contact our member service" + "value": "Check availability" } ], - "htDUDK": [ + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Please select dates" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Contact the person who booked the stay" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "As this is a multiroom stay, the cancellation has to be done by the person who made the booking. Please call 08-517 517 00 to talk to our customer service if you would need further assistance." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please contact customer service to update the dates." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please ask the person who booked the stay to contact customer service." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "My extras" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Popular" + } + ], + "myStay.bookingSummary.coordinates": [ { "type": 0, "value": "Long " @@ -6605,87 +5847,763 @@ "value": "lat" } ], - "hu2u4g": [ + "myStay.bookingSummary.homepage": [ { "type": 0, - "value": "Final step" + "value": "Homepage" } ], - "hzB8HS": [ + "myStay.bookingTotal": [ { "type": 0, - "value": "Claim points" + "value": "Booking total" } ], - "iDrIVr": [ + "myStay.cancelStay.cancellationErrorMessage": [ { "type": 0, - "value": "Hotels & Destinations" + "value": "Something went wrong. Please try again later." } ], - "iFkAwy": [ + "myStay.cancelStay.cannotBeCancelled": [ { "type": 0, - "value": "Unfortunately, one of the rooms you selected is sold out. Please choose another room to proceed." + "value": "Cannot be cancelled" } ], - "iGHjsf": [ + "myStay.cancelStay.confirmCancellation": [ { "type": 0, - "value": "ages" + "value": "Confirm cancellation" } ], - "iHi7VX": [ + "myStay.cancelStay.dontCancel": [ { "type": 0, - "value": "Pool depth: " + "value": "Don't cancel" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Are you sure you want to continue with the cancellation?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "This stay has multiple terms." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "My rooms" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Some rooms were cancelled successfully, but we encountered issues with others. Please contact customer service for assistance." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " room was cancelled" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "We’re sorry that things didn’t work out." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Your stay was cancelled" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Your Stay is still active with the other room" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Cancellation number" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Confirm date change" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "New dates" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Old dates" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Pay at the hotel" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Failed to update your stay" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Your stay was updated" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in after 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planning to arrive after 18.00? Secure your room by guaranteeing it with a credit card. Without the guarantee and in case of no-show, the room might be reallocated after 18:00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Your card will only be charged in the event of a no-show" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Guarantee" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Guarantee late arrival" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "I accept the terms for this stay and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand Scandic will process my personal data for this stay in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy Policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Modify guest details" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Failed to update guest details" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Guest details updated" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "My stay at" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Late arrival" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Manage stay" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "View and print receipt" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Membership ID: " }, { "type": 1, - "value": "value" + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Modify By" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Are you sure you want to change your guest details?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Save updates" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "My total points" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Explore Scandic hotels" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Accommodation" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Bed type" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Final VAT breakdown will be provided at check-out." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Member" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Number of guests" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Number of nights" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Pet room charge including VAT" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "PREPAID" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Room is prepaid" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Rate" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Unknown item" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ + { + "type": 0, + "value": "Are you sure you want to cancel your stay at " + }, + { + "children": [ + { + "type": 1, + "value": "hotel" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " from " + }, + { + "children": [ + { + "type": 1, + "value": "checkInDate" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " to " + }, + { + "children": [ + { + "type": 1, + "value": "checkOutDate" + }, + { + "type": 0, + "value": "?" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " This can't be reversed." + } + ], + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ + { + "type": 0, + "value": "Your stay has been booked with " + }, + { + "children": [ + { + "type": 1, + "value": "rate" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " terms which unfortunately doesn’t allow for cancellation." + } + ], + "myStay.referenceCard.actions.changeDates": [ + { + "type": 0, + "value": "Change dates" + } + ], + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ + { + "type": 0, + "value": "Contact customer service" + } + ], + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ + { + "type": 0, + "value": "Please contact customer service to update the dates." + } + ], + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ + { + "type": 0, + "value": "No single rooms are available on these dates" + } + ], + "myStay.referenceCard.actions.customerSupport.contactInfo": [ + { + "type": 0, + "value": "Please call " + }, + { + "type": 1, + "value": "phone" + }, + { + "type": 0, + "value": " or email us at " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " for assistance with your order." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Make a call" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Send an email" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Find us" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Rebook" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Are you sure you want to remove this product?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Your member level" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Your rooms" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternate opening hours (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Always open" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Closed" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Highest level" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Membership ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " spendable points expiring by " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points or " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nights" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Your level" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Address: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "At a cost" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Book parking" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Distance to hotel: " + }, + { + "type": 1, + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "iIRTCt": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Cancel stay" + "value": "Free parking" } ], - "iQLprp": [ + "parkingInformation.numberOfChargingPoints": [ { "type": 0, - "value": "When you confirm the booking the room will be guaranteed for late arrival. If you fail to arrive without cancelling in advance or if you cancel after 18:00 local time, you will be charged for one reward night." + "value": "Number of charging points for electric cars: " + }, + { + "type": 1, + "value": "number" } ], - "iRe/zA": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Your transaction" + "value": "Number of parking spots: " + }, + { + "type": 1, + "value": "number" } ], - "iTW5cT": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Accessible room" + "value": "Price per 24 hours" } ], - "iZMEZ+": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Age is required" + "value": "Price per day" } ], - "igQKfQ": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Don't worry, we will conjure up new exciting offers and campaigns in the future. Stay tuned!" + "value": "Price per hour" } ], - "inxWMf": [ + "parkingInformation.pricePerNight": [ + { + "type": 0, + "value": "Price per night" + } + ], + "parkingInformation.prices": [ + { + "type": 0, + "value": "Prices" + } + ], + "parkingInformation.reservedInAdvanceNo": [ + { + "type": 0, + "value": "Parking can be reserved in advance: No" + } + ], + "parkingInformation.reservedInAdvanceYes": [ + { + "type": 0, + "value": "Parking can be reserved in advance: Yes" + } + ], + "parkingInformation.weekdayPrices": [ + { + "type": 0, + "value": "Weekday prices" + } + ], + "parkingInformation.weekendPrices": [ + { + "type": 0, + "value": "Weekend prices" + } + ], + "partnerSas.balance": [ + { + "type": 0, + "value": "Balance" + } + ], + "partnerSas.bookingWidget.reward.eurobonus": [ + { + "type": 0, + "value": "EuroBonus points" + } + ], + "partnerSas.bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "To book with EuroBonus points, make sure you're logged into your SAS EuroBonus account." + } + ], + "partnerSas.bookingWidget.roomsPicker.disabled": [ + { + "type": 0, + "value": "Multi-room booking is not available with EuroBonus points." + } + ], + "partnerSas.conversionRateInfo": [ + { + "type": 0, + "value": "1 EuroBonus point = 2 Scandic Friends points" + } + ], + "partnerSas.ebPointsToExchange": [ + { + "type": 0, + "value": "EB points to exchange" + } + ], + "partnerSas.error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Multi-room bookings are not available with EuroBonus points." + } + ], + "partnerSas.exchangeFrom": [ + { + "type": 0, + "value": "Exchange from" + } + ], + "partnerSas.exchangePoints": [ + { + "type": 0, + "value": "Exchange points" + } + ], + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6721,97 +6639,806 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "We require your birth date in order to link your Scandic Friends account with your SAS EuroBonus account. Please check that it is correct." + "value": "Your exchanged points will retain their original expiry date with a maximum validity of 12 months." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Changes in your level match can take up to 24 hours to be displayed." + "value": "Exchange to" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Explore the offer" + "value": "Exchanged points will not be level-qualifying." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping & Dining" + "value": "Policies" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "You’ve requested too many codes" + "value": "Rates" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Hours" + "value": " points" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "We couldn't find a matching location for your search." + "value": "EB Points" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "No results" + "value": "Log in" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ + { + "type": 0, + "value": "Hi " + }, + { + "type": 1, + "value": "fName" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "lName" + }, + { + "type": 0, + "value": "!" + } + ], + "partnerSas.noPointsToTransfer": [ + { + "type": 0, + "value": "You have no points to transfer." + } + ], + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, + { + "type": 0, + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Proceed with point exchange?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF points to receive" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Are you sure you want to unlink your account?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "This will remove any membership level upgrades gained from the linking. You can re-link your accounts again in 30 days." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Unlink accounts" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Yes, I want to exchange my points" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Yes, unlink my accounts" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "You are about to exchange:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Only allowed characters" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Hide password" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " to " + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " characters" + } + ], + "passwordInput.lowercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " lowercase letter" + } + ], + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "New password" + } + ], + "passwordInput.numberRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " number" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Show password" + } + ], + "passwordInput.specialCharacterRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " special character" + } + ], + "passwordInput.uppercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " uppercase letter" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "My saved cards" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Claim points" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Missing a previous stay?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Expiration Date" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Earn points by staying at Scandic. Turn your points into free nights and memorable experiences." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Points expire three years after they are earned, on the last day of that month. Expiring points do not affect your level." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ + { + "type": 1, + "value": "expiringPoints" + }, + { + "type": 0, + "value": " points expiring" + } + ], + "points.pointsToSpendCard.expiringPointsTitle": [ + { + "type": 0, + "value": "Expiring points" + } + ], + "points.pointsToSpendCard.howToSpendCta": [ + { + "type": 0, + "value": "How to spend points" + } + ], + "points.pointsToSpendCard.inDays": [ + { + "type": 0, + "value": "In " + }, + { + "type": 1, + "value": "days" + }, + { + "type": 0, + "value": " days" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "on " + }, + { + "type": 1, + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Voucher" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "VAT " + }, + { + "type": 1, + "value": "vat" + }, + { + "type": 0, + "value": "%" + } + ], + "priceDetails.averagePricePerNight": [ + { + "type": 0, + "value": "Average price per night" + } + ], + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Breakfast (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.breakfastChildrenDetails": [ + { + "type": 0, + "value": "Breakfast (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.roomCharge": [ + { + "type": 0, + "value": "Room charge" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Total price including VAT" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "You canceled adding a new credit card." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "An error occurred when adding a credit card, please try again later." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Your card was successfully saved!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Something went wrong and we couldn't remove your card. Please try again later." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Your card was successfully removed!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Are you sure you want to remove the card ending with " + }, + { + "type": 1, + "value": "lastFourDigits" + }, + { + "type": 0, + "value": " from your member profile?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "No, keep card" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Remove card from member profile" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "We could not add a card right now, please try again later." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Yes, remove my card" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, "value": "It's not possible to manage your communication preferences right now. Please try again later or contact support if the problem persists." } ], - "jKKg2o": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Clear all filters" + "value": "An error occurred trying to manage your preferences, please try again later." } ], - "jNJj4c": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Per adult/night" + "value": "Manage preferences" } ], - "jTdXOS": [ + "promoCampaign.activateOffer": [ { "type": 0, - "value": "Pay with card at the hotel" + "value": "Activate offer" } ], - "jVJPS0": [ + "promoCampaign.campaignReferencePromoCode": [ { "type": 0, - "value": "My membership cards" + "value": "Campaign reference: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "jbf7bd": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Points to be deducted now" + "value": "Could not activate this offer" } ], - "jdJhOL": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Phone number" + "value": "Don't worry, we will conjure up new exciting offers and campaigns in the future. Stay tuned!" } ], - "jl6vV5": [ + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "If this problem persists" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Log in" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "See all offers" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "See terms & conditions for all qualifying requirements." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "This campaign is active" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "This campaign is not available" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "This promotion has expired" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "To activate offer" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Preliminary receipt" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Total excluding VAT" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Total including VAT" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Yes, close and remove benefit" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "No, go back" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "If not, please go back and do so before you close this. Once you close this your benefit will be void and removed from My Benefits." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Have you showed this benefit to the hotel staff?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "If you close this your benefit will be removed" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Copied to clipboard" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Copy promotion code" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Promo code" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Redeem benefit" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Yes, redeem" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Book a table" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Discover " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menus" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Active" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Valid through " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "How to use" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Membership ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "As our " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Level up to unlock" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Redeemed & valid through:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ { "type": 1, "value": "min" @@ -6829,1156 +7456,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Country is required" + "value": "Accessible room" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Save" + "value": "Allergy-friendly room" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Pet-friendly room" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "All locations" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parking information for " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" + "value": " (available in some rooms)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Nordic Swan Ecolabel" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Contact details" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Free for kids aged 12 and under." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "All hotels and offices" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Remove card from member profile" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Stay at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel in " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Current password is required" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Join Scandic Friends now" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Credit card" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "View and print receipt" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Children" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Follow us" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Based on availability" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Result" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Results" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Awards and certifications" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Other Requests" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Total price including VAT" - } - ], - "lOax91": [ - { - "type": 0, - "value": "I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " room was cancelled" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Don't have a Scandic Friends account yet?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "No windows but excellent lighting" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Price per hour" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guests" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Free rebooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Wednesday" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Extra bed will be provided additionally" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Booking confirmation" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "If you believe this is an error, please contact us for assistance." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sunday" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "About Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Sign up and link employment" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Price: €0.16/min + local call charges" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "No prices available" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Cancellations" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museums" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Bed preference" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Price per 24 hours" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Ratings and reviews for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Breakfast" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Until " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "All countries" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Great news! You can go straight to My Pages to explore all your perks and rewards!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partner benefits" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Birth date: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indoor windows and excellent lighting" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "This campaign is active" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "You canceled adding a new credit card." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Find booking" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "What you have to do to guarantee booking:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Edit profile" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "We could not add a card right now, please try again later." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "As our " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Accessibility information for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Expiring Points" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " has upgraded your Scandic Friends level to " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": "." - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Retype new password" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " guests" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Transfer to" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " from " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Current Points: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "View room details" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "You need to be logged in to view your booking" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Reward night" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Log in" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Linked account" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "The postal code can only contain numbers and letters" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Rooms & Guests" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Add to calendar" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Go back" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Free cancellation" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Thank you for your booking! We look forward to welcoming you and hope you have a pleasant stay." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parking information for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Room " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "First name" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Membership ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Boosted by SAS until " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "How to spend points" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Nearby " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "About the hotel" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Dismiss notification" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "See results (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "No single rooms are available on these dates" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room type" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room types" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " available" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Pay later" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Popular" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Yes, redeem" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Bonus Nights range from 10 000 - 80 000 points. Book your next stay with us today!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "We had an issue processing your booking. Please try again. No charges have been made." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Pay with points" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Thursday" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "The number you have entered is too short" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Check out all your benefits" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Book a meeting" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Show Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Guarantee late arrival" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " from " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "You must accept the terms and conditions" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Number: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points or " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nights" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Show less" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Your membership" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Ratings & reviews" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "We need some more details to confirm your identity." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Close the map" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Insufficient points" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Open image gallery" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "If this problem persists" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "A destination or hotel name is needed to be able to search for a hotel room." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Successfully updated profile!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Meetings & conferences at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Spice things up" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Multi-room bookings are not available with EuroBonus points." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Close" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Manage stay" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Adults" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "No breakfast" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Point transfer completed!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Discover " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "An error occurred (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Location" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Homepage" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8016,53 +7522,247 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB Points" + "value": "Prices & availability" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Access size" + "value": "This room is equipped with" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Save updates" + "value": "Link your " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " and " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " accounts to earn, use and exchange points between memberships" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kayaking" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "Email address is invalid" + "value": "Read more and link accounts" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotels & destinations" + "value": "Changes in your level match can take up to 24 hours to be displayed." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Accessibility at " + "value": " and " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " are equally matched. Level up in one of your memberships to qualify for an upgrade!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " has upgraded your Scandic Friends level to " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": "." + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Level match status" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Linked account" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Your Scandic Friends level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " has upgraded you to " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": "." + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Upgrade valid until" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Close the map" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Please try and change your search for this destination or see alternative hotels." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "We found no available rooms using this booking code (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). See available rates below." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room type" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room types" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " available" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8106,561 +7806,32 @@ "value": " available" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Breakfast deal can be purchased at the hotel." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/night for kids (ages 4–12)" + "value": "Breakfast excluded, add in next step." } ], - "stV21X": [ - { - "type": 0, - "value": "See alternative hotels" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "Email" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Customer Support" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Book another stay" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Breakfast excluded" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Breakfast is included." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Get inspired" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "I accept the terms for this stay and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand Scandic will process my personal data for this stay in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Cafe" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Membership terms and conditions" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels all rights reserved" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Unable to search" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menu" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Something went wrong. Please try again later." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Children under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hello Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Prices & availability" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " people" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Free" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Child age is required" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Unable to display breakfast prices." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Last name" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Mixed-gender sauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send an email" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "First name can't contain any special characters" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Change or cancel" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " uppercase letter" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Select room" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Breakfast included" - } - ], - "ual1BM": [ - { - "type": 0, - "value": "Already a Scandic Friends account?" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "By adding a card you also guarantee your room booking for late arrival." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Password is required" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Public transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menus" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "We could not unlink your accounts" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Clear searches" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Find your stay" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Meetings, Conferences & Events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Have you showed this benefit to the hotel staff?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "No hotels match your filters" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Country" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "An error occurred trying to manage your preferences, please try again later." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Prices have increased since you selected your " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " To continue your booking, accept the updated price," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " or go back to select " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Your card was successfully saved!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Confirm booking" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "View your details" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Phone is required" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " special character" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Full circle" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Cannot be cancelled" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " points" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "No content published" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Sign up bonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Total points" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "You've earned " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " points this member year." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternate opening hours (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor rating" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8671,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8683,14 +7853,405 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Invalid dates" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " guests" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Pet-friendly rooms include a charge of approx. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/stay" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " left" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Select a rate" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "This room is not available" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "About parking" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Amenities" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check in from: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Check out at latest: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Hours" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Room details" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Ratings & reviews" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Ratings and reviews for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Distance to gym: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "External gym: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Pool length: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Pool width: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Mixed-gender sauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Gender-separated sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Show Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Monday–Friday: Always open" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Monday–Friday: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Saturday–Sunday: Always open" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Saturday–Sunday: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Pool depth: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Pool depth: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "An account with this email already exists. Please try signing in instead." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Contact information" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "I accept" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Join now" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Terms and conditions" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "By accepting the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms and Conditions for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " I understand that my personal data will be processed in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy Policy" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Join or log in while booking for member pricing." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "To get the member price " + }, + { + "children": [ + { + "type": 1, + "value": "price" + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": ", log in or join when completing the booking." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "To get the member room price " @@ -8710,63 +8271,116 @@ "value": ", log in or join when completing the booking." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "This code has expired. " - }, - { - "children": [ - { - "type": 0, - "value": "Send new code." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "as of today" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Compare all levels" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotel details" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Number of parking spots: " + "value": "next level: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "No availability" + "value": "Points needed to level up" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "Nearby" + "value": "Your points to spend" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "As your booking includes rooms with different terms, we will be charging part of the booking now and the remainder will be collected by the reception at check-in." + "value": "Get inspired" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "You have no upcoming stays." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Where should you go next?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Dismiss notification" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Go back to My Pages" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Redeem your points for cozy stays, delicious meals at our restaurants, or hotel extras to elevate your stay!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "You have enough points for a reward night!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Book now" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "In order to exchange your points, we'll ask you to sign in to your SAS EuroBonus account." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Your new total" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " in order to transfer your points." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Points added" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8774,397 +8388,94 @@ }, { "type": 0, - "value": " p" + "value": " points" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rooms" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Payment Guarantee" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom in" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Extras to your booking" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Explore city" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "I accept the terms and conditions" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Terms" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Search" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "An error occurred when trying to update your profile." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Payment details" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Accessibility at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Language" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Accessibility information for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planning to arrive after 18.00? Secure your room by guaranteeing it with a credit card. Without the guarantee and in case of no-show, the room might be reallocated after 18:00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Your Stay is still active with the other room" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Member Since: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Hiking" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Pay at the hotel" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Policies" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Unable to display map" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Total due" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Your member year and level progress" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Your rooms" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Other payment methods" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Point exchange completed!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotels with " + "value": "Your transaction" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "We could not unlink your accounts" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "We couldn’t unlink your accounts. Please contact us and we’ll help you resolve this." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log in to your SAS EuroBonus account to confirm account unlinking." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Last name is required" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Date of birth is required" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Discard changes" - } - ], - "z074yK": [ - { - "type": 0, - "value": "This stay has multiple terms." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Zip code is required" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "Email address is required" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Guest" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "View and buy extras" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Something went wrong and we couldn't add your card. Please try again later." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Pool width: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/night per adult" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "I accept the terms for this stay and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", and understand Scandic will process my personal data for this stay in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " in order to unlink your accounts." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "POINTS" + "value": "Your accounts are now unlinked" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Average price per night" + "value": "Please try again or contact customer service!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Map of " - }, - { - "type": 1, - "value": "hotelName" + "value": "User not found" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Breakfast charge" + "value": "Unknown error occurred loading user" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Gender-separated sauna" + "value": "Error: No user could be loaded" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Map" + "value": "Error: user not found" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Go back to overview" } ] } diff --git a/apps/partner-sas/i18n/dictionaries/fi.json b/apps/partner-sas/i18n/dictionaries/fi.json index a2c520959..3040b887c 100644 --- a/apps/partner-sas/i18n/dictionaries/fi.json +++ b/apps/partner-sas/i18n/dictionaries/fi.json @@ -1,71 +1,4922 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Jäsennumero väärässä muodossa" + "value": "Tietoa esteettömyydestä" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Vain sallitut merkit" + "value": "Lisäämällä kortin vahvistat myös huoneesi myöhäisen saapumisen varalta." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Vanhat päivämäärät" + "value": "Maksu tehdään sisäänkirjautumisen yhteydessä. Korttia käytetään ainoastaan takaamaan lisämaksut, jos majoittuja ei saavu paikalle." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Aamiainen voidaan lisätä varauksen jälkeen lisämaksusta aikuisille ja yli 4-vuotiaille lapsille." + "value": " pisteitä käytössä" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." + "value": "Nyt vähennettävät pisteet" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Pysäköinti" + "value": "Kaikki lisäpalveluiden maksut palautetaan täysimääräisesti " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti. Aikaa ja erityistoiveita voi myös muuttaa." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Varaa kortilla" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Kyllä, hyväksyn yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti. Sieltä voit lukea lisää siitä, mitä tietoja käsittelemme, oikeuksistasi sekä mihin voit ottaa yhteyttä, jos sinulla on kysyttävää." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Muut pyynnöt" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Aamiaisen voi lisätä vain koko majoituksen ajaksi ja kaikille vieraille." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Pisteet eivät riitä" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Maksa kortilla hotellissa" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Maksa pisteillä" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Valitse määrä" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " lisätty varaukseesi!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Jotain meni pieleen. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " ei voitu lisätä varaukseesi." + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Maksuton lapsille (alle 4-vuotiaille)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/yö per aikuinen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/yö lapsille (4–12 vuotta)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Vaihtoehdot " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Toimitetaan:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Aamiaisen hintoja ei voida näyttää." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Tee majoituksestasi entistä parempi" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Hyväksyn varaus- ja peruutusehdot" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "N." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "N. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Vuodetoive" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Inspiroidu ja aloita unelmoimaan seuraavasta matkasta. Tutustu muihin Scandic-kohteisiin." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Varaa seuraava vierailusi" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Varauskoodi" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Varauskoodi" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Varausyhteenveto" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Aamiainen ei sisälly hintaan" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Aamiainen sisältyy" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanja" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "All-day breakfast" + "value": "Peru varaus" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Kokonaispisteeni" + "value": "Peruutusnro" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Muuta tai peru" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Koodi/lahjakortti" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Lisävuode (lapsi) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Hae varaus" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Maksuton peruutus" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Varausta voi muuttaa, mutta ei perua" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Majoittujat" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotellit ja kohteet" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Halvin hinta (viimeiset 30 päivää)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Jäsenhinta" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ei saatavilla" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Hintoja ei ole saatavilla" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Pyyntöäsi vastaavia huoneita ei ole saatavilla." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Varausta ei voi muuttaa tai perua" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Pisteesi eivät riitä" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuista" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Pinnasänky (lapsi) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " yö" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " yöta" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huone" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Maksa hotellissa" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Maksa nyt" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Hinta ilman arvonlisäveroa" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Hinta sisältää arvonlisäveron" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Varausehdot" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Poista ylimääräiset huoneet" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Palkintoyö" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Huoneen mukavuudet" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Huoneiden luokittelu" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Huone " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Huone kokonaishinta" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Katso vaihtoehtoisia hotelleja" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Katso lisätiedot" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Valitse huone" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Haluan varausvahvistuksen tekstiviestinä" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Erityistarpeet" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Perushinta" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Saatavilla rajoitetusti" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Ehdot" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Erääntyvät yhteensä" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Kokonaishinta" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (sis. alv)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Kaikki hinnat" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Varauskoodi suodatin" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Hinnat varauskoodilla" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Huonehinnat" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Varauksesi on vahvistettu, mutta emme pystyneet vahvistamaan jäsenyyttäsi. Jos olet tehnyt varauksen jäsenalennuksella, sinun on joko esitettävä nykyinen jäsennumerosi sisäänkirjautumisen yhteydessä, liittyä jäseneksi tai maksaa hintaero hotellissa. Jäseneksi liittyminen tapahtuu helpoiten verkossa ennen majoitusta." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Lataa lasku" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellin tiedot" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Yritä uudelleen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Muokkaa varausta" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Jäsenyyden vahvistaminen epäonnistui" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Maksutiedot" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Tee uusi varaus" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Näytä ja osta lisäpalveluita" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Tutustu pieniin lisäherkkuihin, jotka tekevät tulevasta majoituksestasi entistä paremman." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Piristä vierailua" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuiset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Varausehdot" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Jäsenedut käytössä" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Varausnumero " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Peruutusehdot" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " alkaen klo " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Jäsennumero: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Voit sisäänkirjautua myös klo 18.00 jälkeen." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Varaus vahvistettu." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Majoittuja" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Kiitos varauksestasi! Odotamme innolla näkevämme sinut ja toivomme, että sinulle tulee onnistunut vierailu." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Varausvahvistus" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Kokonaishinta: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Lisää koodi" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Muista koodi" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Jos varaat tarjoushinnalla tai yrityksen sopimushinnalla, tarvitset varauskoodin. Älä käytä erikoismerkkejä, kuten (.) (,) (-) (:). Jos haluat tehdä varauksen koodilla VOF, soita meille numeroon 0200 81800 (0,65 €/min + pvm/mpm). Tallenna varauskoodisi seuraavaa kertaa varten, rastittamalla ruutu \"Muista koodi\". Älä rastita ruutua, jos käytät julkista tietokonetta, jotta varauskoodisi ei päädy luvattomaan käyttöön." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Hae" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Päivitä" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Ikä" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Lapsen ikä tarvitaan" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "Aikuisten vuoteessa" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "Pinnasängyssä" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Lisävuoteessa" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Kohde" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Huone ja majoittujat" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Minne?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Palkintoyö" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Varataksesi palkintoyön, varmistathan, että olet kirjautunut sisään Scandic Friends -tilillesi." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Lisää huone" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Valmis" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Poista huone" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Tyhjennä haut" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Kaupungit" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Maat" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotellit" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Hyväksyn" + "value": "Viimeisimmät haut" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ei tuloksia" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Emme löytäneet hakuasi vastaavaa sijaintia." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Hakua ei voida suorittaa" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Haun aikana tapahtui virhe, yritä uudelleen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Anna kohde tai hotelli" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Hotellihuoneen hakuun tarvitaan kohteen tai hotellin nimi." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Murupolku" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "All-day breakfast" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Tutustu tarjoukseen" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Tähän tarjoukseen sisältyvät hotellit" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Seuraava kuva" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Edellinen sivu" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Scandic Friends -ohjelmasta" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Esteettömyys" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Lisää kalenteriin" + } + ], + "common.address": [ + { + "type": 0, + "value": "Osoite" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Aikuinen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Aikuista" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "iät" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Hae" + } + ], + "common.back": [ + { + "type": 0, + "value": "Takaisin" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Takaisin alkuun" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Baari" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Vuodevaihtoehdot" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Syntymäaika" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Varausnumero" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Aamiainen" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Aamiainen" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunssi" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Peru" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Peru varaus" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Peruutukset" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Peruttu" + } + ], + "common.change": [ + { + "type": 0, + "value": "Muokkaa" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Muutokset" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Lasta" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Lapset alle " + }, + { + "type": 1, + "value": "age" + }, + { + "type": 0, + "value": " vuotta" + } + ], + "common.city": [ + { + "type": 0, + "value": "Kaupunki" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Tyhjennä" + } + ], + "common.close": [ + { + "type": 0, + "value": "Sulje" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Sulje kielivalikko" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Vahvista" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Ota yhteyttä" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Jatka" + } + ], + "common.country": [ + { + "type": 0, + "value": "Maa" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Maakoodi" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Luottokortti" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Asiakaspalvelu" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Asiakaspalvelu" + } + ], + "common.day": [ + { + "type": 0, + "value": "Päivä" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Illallinen" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Ohjeet" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Ajo-ohjeet" + } + ], + "common.email": [ + { + "type": 0, + "value": "Email" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "Sähköpostiosoite" + } + ], + "common.faq": [ + { + "type": 0, + "value": "Usein kysytyt kysymykset" + } + ], + "common.find": [ + { + "type": 0, + "value": "Etsi" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Etunimi" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Seuraa meitä" + } + ], + "common.food": [ + { + "type": 0, + "value": "Ruoka" + } + ], + "common.free": [ + { + "type": 0, + "value": "Maksuton" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Perjantai" + } + ], + "common.from": [ + { + "type": 0, + "value": "Alkaen" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Palaa takaisin" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " henkilö" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " henkilöä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Miten se toimii" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Kuvagalleria" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Sisältää ALV:n" + } + ], + "common.included": [ + { + "type": 0, + "value": "Sisältyy" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km kaupungin keskustaan" + } + ], + "common.language": [ + { + "type": 0, + "value": "Kieli" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Sukunimi" + } + ], + "common.level": [ + { + "type": 0, + "value": "Taso" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live-tapahtumat" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Hinta 0,16 €/min + pvm/mpm" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Kirjaudu ulos" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lounas" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Päävalikko" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Jäsennumero" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Taso " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Maanantai" + } + ], + "common.month": [ + { + "type": 0, + "value": "Kuukausi" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Sinun tulee hyväksyä säännöt ja ehdot" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Etuni" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Pisteeni" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Profiilini" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Varaukseni" + } + ], + "common.name": [ + { + "type": 0, + "value": "Nimi" + } + ], + "common.next": [ + { + "type": 0, + "value": "Seuraava" + } + ], + "common.night": [ + { + "type": 0, + "value": "yö" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ei aamiaista" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Joutsenmerkki" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ei sisälly" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuista" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vieras" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vierasta" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotelli" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotellia" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Avaa" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Avaa kielivalikko" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Aukioloajat" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valinnainen" + } + ], + "common.or": [ + { + "type": 0, + "value": "tai" + } + ], + "common.other": [ + { + "type": 0, + "value": "Muut" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Muut pyynnöt" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Yleiskatsaus" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Pysäköinti" + } + ], + "common.password": [ + { + "type": 0, + "value": "Salasana" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "aikuinen/yö" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Lemmikkiystävällinen" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Puhelinnumero" + } + ], + "common.points": [ + { + "type": 0, + "value": "Pisteet" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pistettä" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Pisteitä käytettävissä" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Hyödyllistä tietoa" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Edellinen" + } + ], + "common.price": [ + { + "type": 0, + "value": "Hinta" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Hintatiedot" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Lue lisää" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Poista" + } + ], + "common.room": [ + { + "type": 0, + "value": "Huone" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Huoneet" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lauantai" + } + ], + "common.save": [ + { + "type": 0, + "value": "Tallenna" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Katso kaikki" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Katso kaikki kuvat" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Katso huoneet" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Valitse kieli" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Näytä kaikki" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Näytä vähemmän" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Näytä lisää" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Liity jäseneksi" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Yhteenveto" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sunnuntai" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terassi" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torstai" + } + ], + "common.total": [ + { + "type": 0, + "value": "Yhteensä" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Pisteitä" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Kokonaishinta" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisorin luokitus" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tiistai" + } + ], + "common.under": [ + { + "type": 0, + "value": "osoitteessa" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "common.vat": [ + { + "type": 0, + "value": "ALV" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Keskiviikko" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Tervetuloa" + } + ], + "common.year": [ + { + "type": 0, + "value": "Vuosi" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postinumero" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Hallitse evästeitä" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Valitse päivämäärät" + } + ], + "dates": [ + { + "type": 0, + "value": "Päivämäärät" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Takaisin kaupunkeihin" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " kohdetta" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Tutustu kaupunkiin" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Matkakohde" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kohteet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Tutustu kohteeseen " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Suositeltu" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Kohteet paikassa " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Pyöräystävällinen" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Kaupungin pulssi" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Perheystävällinen" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vaellus" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Melonta" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museot" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Yöelämä" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Tutustu kaupunkiin" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotelli" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotellia" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotellit " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Takaisin luetteloon" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Karttaa ei voi näyttää" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Näytä listana" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kaupungin kartta" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Maan kartta" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Vastaavia kohteita ei löytynyt" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Näyttää siltä, että mikään sijainti ei vastaa hakuasi. Yritä muuttaa suodattimia löytääksesi parhaan kohteen." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Tutustu kaikkiin hotelleihimme" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Katso kaikki hotellit kohteessa " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Sivua ei voida avata " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Katso hotellin tiedot" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Katso kartalla" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Tapahtui virhe (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotellia" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Näytä hotellit kartalla" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Oletko jo Scandic Friends -jäsen?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Liity kanta-asiakasohjelmaamme jo tänään!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Ollaan ystäviä!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Linkitä työsuhteeni" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Kirjaudu sisään ja linkitä työsuhde" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Etkö ole Scandic Friends -jäsen vielä?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Näytä Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Liity jäseneksi ja linkitä työsuhde" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Laskettavat pisteet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Varausnumero/viite" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Päivämäärä" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Kuvaus" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Varauksesi lisäpalvelut" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Entinen Scandic-hotelli" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Tapahtumia ei ole saatavilla" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Pisteet, jotka ansaittu ennen 1.5.2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Liittymisbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nykyinen salasana" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Hylkää muutokset" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Kaikki tekemäsi muutokset katoaa." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Hävitä tallentamattomat muutokset?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Palaa takaisin muokkaamaan" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Kirjoita uusi salasana uudelleen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profiili päivitetty onnistuneesti!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Käyttäjätiedot" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Kyllä, hylkää muutokset" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Toivottu vuodetyyppi" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Vaihda huonetta" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Meillä oli ongelmia varauksesi käsittelyssä. Yritäthän uudelleen. Maksua ei ole veloitettu." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Olet nyt perunut maksusi." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Aamiainen voidaan lisätä varauksen jälkeen lisämaksusta aikuisille ja yli 4-vuotiaille lapsille." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Aamiaisen voi lisätä varauksen jälkeen lisämaksusta." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Lasten aamiainen aina maksutta osana aikuisten aamiaista." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Valitse aamiaisvaihtoehdot" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Sisältää vegaanisia, gluteenittomia ja muihin erityisruokavalioihin sopivia vaihtoehtoja." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Maksuton lapsille 12-vuotiaaksi asti." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Viimeistele varaus" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Kun varaus vahvistetaan luottokortilla, pidämme varauksen voimassa sisäänkirjautumispäivää seuraavaan päivään klo 7.00 asti." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Jos et saavu paikalle, luottokortiltasi veloitetaan ensimmäisen yön hinta." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Vahvista myöhäinen saapuminen" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Saatan saapua myöhemmin kuin klo 18:00 ja haluan vahvistaa varaukseni." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Kun vahvistat varauksen, huoneesi taataan myöhäisen saapumisen varalta. Jos et saavu paikalle, etkä peru varaustasi tai jos perut varauksesi klo 18.00 jälkeen paikallista aikaa, sinulta veloitetaan yhden palkintoyön hinta." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Yhteystiedot" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Tiedot" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Liity Scandic Friends -jäseneksi ennen sisäänkirjautumista" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Liity Scandic Friends -jäseneksi nyt" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " huoneelle " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Liittymällä hyväksyt " + }, + { + "children": [ + { + "type": 0, + "value": "jäsenehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Scandic Friends -jäsenyytesi on voimassa toistaiseksi ja sen voi irtisanoa milloin tahansa ottamalla yhteyttä Scandicin asiakaspalveluun." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Varaa jäsenhinnalla" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Uusi hinta on" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Jäsenhinta aktivoitu" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Hyväksyn tämän varauksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "Varauksen vahvistamiseksi pyydämme sinua antamaan maksukorttitietosi. Tässä vaiheessa emme veloita mitään." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Viimeistele varaus" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Kun vahvistat myöhäisen saapumisen, pidämme varauksesi voimassa klo 07:00 sisäänkirjautumista seuraavaan päivään asti. Näin saat vieraana lisää joustavuutta sisäänkirjautumisaikoihin." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Huomaathan, että tämä on pakollista ja että korttiasi veloitetaan vain, jos et saavu paikalle." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Anna maksukortti seuraavassa vaiheessa" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Mitä sinun tulee tehdä varauksen takaamiseksi:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vahvistamme yhä varaustasi. Tämä kestää yleensä vain hetken, ja pahoittelemme, että joudut odottamaan. Tarkistathan sähköpostisi varausvahvistusta varten, ja jos et ole saanut sitä päivän loppuun mennessä, ota yhteyttä " + }, + { + "children": [ + { + "type": 0, + "value": "asiakaspalveluumme" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Kestää tavallista kauemmin" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Koska varauksesi sisältää huoneita, joissa on eri ehdot, veloitamme osan varauksesta nyt ja loput peritään vastaanotossa sisäänkirjautumisen yhteydessä." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Viimeinen vaihe" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Muut maksutavat" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Maksa sisäänkirjautumisen yhteydessä" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Maksutavat" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Maksamalla millä tahansa saatavilla olevista maksutavoista hyväksyn tämän varauksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojaselosteen" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti. Hyväksyn myös, että Scandic edellyttää voimassa olevaa maksukorttia vierailuni aikana siltä varalta, että jotain jää maksamatta." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Valitse maksutapa" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Jatka uudella hinnalla" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Aamiaisen hinta" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Takaisin huoneen valintaan" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Hinnat ovat nousseet sen jälkeen, kun valitsit " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " Jos haluat jatkaa varausta, hyväksy päivitetty hinta," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " tai palaa takaisin valitsemaan " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "uusi huone" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "uudet huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "huoneen" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Uusi kokonaismäärä" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Katso hintatiedot" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Hinnanmuutos" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Lisävuode tarjotaan lisäksi" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Majoittujien tiedot" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Haluaisitko meidän tietävän jotain muuta ennen saapumistasi?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Erityistoiveet (valinnainen)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Ikä tarvitaan" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Jatkaaksesi sinun on oltava vähintään 18-vuotias" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Valitettavasti yksi valitsemistasi huoneista on loppuunmyyty. Ole hyvä ja valitse toinen huone jatkaaksesi." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Sänkytoive tarvitaan" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Syntymäaika tarvitaan" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Varauskoodi on virheellinen" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Aikuisten sängyssä ei voi olla enemmän lapsia kuin huoneessa on aikuisia" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Palkintoöitä ei voi yhdistää varauskoodeihin tai lahjakortteihin." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Maa tarvitaan" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Kohde tarvitaan" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "Sähköpostiosoite on virheellinen" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "Sähköpostiosoite tarvitaan" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Samaa etu- ja sukunimeä ei voi käyttää kahdessa eri huoneessa" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Etunimi tarvitaan" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Etunimi ei saa sisältää erikoismerkkejä" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Virheellinen varausnumero" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Sukunimi tarvitaan" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Sukunimi ei saa sisältää erikoismerkkejä" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Jäsennumero väärässä muodossa" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Vain numerot ovat sallittuja" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Samaa jäsennumeroa ei voi käyttää kahdessa eri huoneessa" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Useamman huoneen varaus ei ole mahdollista tällä varauskoodilla." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Usean huoneen varaukset eivät ole saatavilla palkintoyön yhteydessä." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Nykyinen salasana vaaditaan" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Uusi salasana ei täsmää" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Uusi salasana tarvitaan" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Salasana vaaditaan" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Kirjoita uusi salasana uudelleen" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Antamasi numero on liian lyhyt" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Kirjoita oikea puhelinnumero" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Puhelinnumero tarvitaan" + } + ], + "error.required": [ + { + "type": 0, + "value": "Pakollinen" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postinumero voi sisältää vain numeroita ja kirjaimia" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postinumero tarvitaan" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kopiointi epäonnistui" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kalenteriin lisääminen epäonnistui" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Jokin meni pieleen!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Tyhjennä kaikki hakuehdot" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Etäisyys kaupungin keskustaan" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellin palvelut" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Suodata ja järjestä" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Suodata" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Lähellä hotellia" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Vastaavia hotelleja ei löydetty" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Näyttää siltä, että yksikään hotelli ei vastaa hakuasi. Yritä muuttaa hakuasi löytääksesi parhaan vaihtoehdon." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Katso tulokset (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Järjestä" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Etkö löydä varaustasi?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Ota yhteyttä " + }, + { + "children": [ + { + "type": 0, + "value": "asiakaspalveluun" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Lomakkeen lähettäminen epäonnistui, yritä myöhemmin uudelleen." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Varauksesi" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Tarkasta ja hallinnoi nettisivun tai sovelluksen kautta tehtyjä varauksiasi." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family -hinnan voi varata vain FUSEn kautta." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Kaikki oikeudet pidätetään" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Tuotetta ei voitu lisätä. Varauksesi on vahvistettu. Yritä uudelleen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Meillä oli ongelma varauksesi takaamisessa. Yritä uudelleen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Takaisin sivulle scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Sulje valikko" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Kirjaudu sisään/Liity" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Valikko" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Omat sivut -valikko" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Avaa valikko" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Avaa Omat sivut -valikko" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Tietoa hotellista" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "Hotellissa" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Hyvinvointi ja kuntoilu" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " arviota" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Tervetuloa" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "Lähellä" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotelli" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kartta" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " henkilö" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " henkilöä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Katso kaikki palvelut" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Katso kartta" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Katso huoneen tiedot" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " vierasta" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Luovat tilat kokouksia varten" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kartta " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Saatavilla olevat hinnat" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km kaupungin keskustaan" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Nähtävyydet" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Sijainti" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Julkinen liikenne" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Ostokset & ravintolat" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Lähellä " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellia" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Näytä luettelona" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Näytä karttana" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Esteettömyys " + }, + { + "type": 1, + "value": "hotel" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteetteja" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Kokoukset ja juhlatilat" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tarjoukset" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Kokoukset ja juhlat" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Ravintola ja baari" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Kuntohuone" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Uima-allas" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Poreallas" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Ulkouima-allas" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Tarvitsemme tietoja henkilöllisyytesi vahvistamiseksi." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Hae varauksesi" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Lue lisää hotellista" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Avaa kuvagalleria" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Kaikki kategoriat" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Kaikki maat" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Kaikki hotellit ja toimistot" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Kaikki kohteet" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Määräaika: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Hakemuksia vastaanotetaan" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Tutustu ja hae" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategoria" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Sijainti (näytetään paikallisella kielellä)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotelli tai toimisto" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Tulos" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Tulokset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Avaa kuva" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Työntekijänumero on jo liitetty toiseen Scandic Friends -jäsenyyteen." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Ota yhteyttä jäsenpalveluumme" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Tiliäsi ei voitu yhdistää" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Et ole oikeutettu henkilökuntaetuihin" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Tämä voi johtua siitä, että työsuhteesi ei ole vielä alkanut, on päättynyt tai olet konsultti. Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Mahtavia uutisia! Voit siirtyä suoraan Oma sivuillesi tutustumaan kaikkiin etuihisi ja palkintoihisi!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Syntymäaika: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Tarvitsemme syntymäaikasi yhdistääksemme Scandic Friends -jäsenyytesi ja SAS EuroBonus -jäsenyytesi. Varmistathan, että tieto on oikein." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Syntymäaika puuttuu" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Syntymäaika ei täsmää" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Etkö saanut koodia? " + }, + { + "children": [ + { + "type": 0, + "value": "Lähetä koodi uudelleen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Muokkaa henkilökohtaisia tietojasi" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Tämä koodi on vanhentunut. " + }, + { + "children": [ + { + "type": 0, + "value": "Lähetä uusi koodi." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Jotain meni pieleen" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Yritä myöhemmin uudelleen" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Antamasi koodi on väärä" + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Yhdistä tilini" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Yhdistä tilisi" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Odota hetki..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Jos et siirry automaattisesti, " + }, + { + "children": [ + { + "type": 0, + "value": "klikkaa tästä" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Tämä todennus on tarpeen lisäturvallisuuden vuoksi." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Virhe kertakäyttösalasanan pyytämisessä" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Vahvistuskoodi" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Anna koodi, joka lähetettiin numeroon " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " vahvistaaksesi tiliesi yhdistämisen." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Siirrämme sinut Omille sivuillesi." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Siirrämme sinut SAS:n sivuille" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Uuden kertakäyttöisen salasanan pyytämisessä tapahtui virhe" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Lähetä uusi koodi" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Yhdistimme tilisi onnistuneesti!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Tilisi on yhdistetty" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Yhdistämällä tilisi hyväksyt " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends- ja SAS EuroBonus -tilien yhdistämisen säännöt ja ehdot" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Olet pyytänyt liian monta koodia" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Liian monta epäonnistunutta yritystä" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Odota 1 h ennen kuin yrität uudestaan." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Liian monta pyyntöä. Yritä myöhemmin uudelleen." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Yhdistetty tilisi" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Katso tietosi" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "alk. per yö" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Oletko jo ystävä?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Kirjaudu sisään täällä" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Jäsenyyden ehdot ja säännöt" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pisteitä " + }, + { + "children": [ + { + "type": 0, + "value": "tai " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " yötä" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Lähennä" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Pienennä" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Varaa kokous" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotellit ja kohteet" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Kokouspaikka" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Sisäänkäynnin koko" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Cabaret-muoto" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Luokkamuoto" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mitat" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Kerros " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Pyöreät pöydät" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Puoliympyrä" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Sisäikkunat hotellille päin" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Sisäikkunat ja erinomainen valaistus" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Valaistus" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Sijainti hotellissa" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " hlö" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ei ikkunoita" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ei ikkunoita, mutta erinomainen valaistus" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " henkilöä" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Cocktail-pöytä" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teatteri" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-pöytä" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Ikkunat ja luonnonvaloa" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Ikkunat ja luonnonvaloa sekä pimennysmahdollisuus" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Ikkunat, luonnonvaloa ja erinomainen näkymä" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Nostettu SAS:n johdosta " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Esteettömyys " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Esteettömyystiedot " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kohteeseen " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Tutustu Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kaupunkiin " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nauti vierailustasi Scandicissa. Varaa nyt!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Katso " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " ja muut kohteet! Kaikki tämä nauttiessasi yöpymisestäsi Scandicissa. Varaa nyt!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Tutustu kohteeseen " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nauti yöpymisestä Scandicissa. Varaa nyt!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Tutustu " @@ -87,101 +4938,1248 @@ "value": " -hotellissa" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Vaihda pisteet" + "value": "Tutustu ravintolaan " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " hotellissa " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Lue lisää ja yhdistä tilit" + "value": "Hyvinvointi ja kuntoilu " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Poista ylimääräiset huoneet" + "value": "Hyvinvointi ja kuntoilu " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": "-hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjaviite: " + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa majoitus nyt!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tarjoaa " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Vieraat voivat myös nauttia " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Varaa majoitus osoitteessa " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " jo tänään!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tarjoaa " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Vieraat voivat myös nauttia " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Kokoukset & juhlat " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Kokoukset & juhlat " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Pysäköintitiedot hotellissa " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Pysäköintitiedot " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotellit " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " pois " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Yllätykset" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Näet Team Member -korttisi täällä Omat sivut -näkymässä." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Lisää uusi kortti" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Varaa tarjoushintaisia hotelliöitä itsellesi, perheellesi ja ystävillesi!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Sivun murupolku ei toimi (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Katso kaikki etusi" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Tarkista profiiliisi tallennetut luottokortit. Maksa tallennetulla kortilla, kun olet kirjautunut sisään, jotta verkkokokemus olisi sujuvampi." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Vertaa kaikkia tasoja" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " }, { "children": [ { - "type": 1, - "value": "promoCode" + "type": 0, + "value": "0200 81800 (0,65 €/min + pvm/mpm)." } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "phone" + }, { "type": 0, - "value": "Vanhenevat pisteet" - } - ], - "+vGT4R": [ + "value": " tai sähköpostitse " + }, + { + "children": [ + { + "type": 0, + "value": "memberfi@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, { "type": 0, - "value": "TripAdvisorin luokitus" + "value": "." } ], - "+w6K47": [ + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "lahja" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "lahjaa" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, { "type": 0, - "value": "Ruoka" + "value": " lisätty etuihisi" } ], - "+xGyGX": [ + "myPages.currentMemberYear": [ { "type": 0, - "value": "Tämä voi johtua siitä, että työsuhteesi ei ole vielä alkanut, on päättynyt tai olet konsultti. Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + "value": "Nykyinen jäsenvuosi" } ], - "+xNHsP": [ + "myPages.currentPointsWithPoints": [ { "type": 0, - "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." + "value": "Nykyiset pisteet: " + }, + { + "style": null, + "type": 2, + "value": "points" } ], - "/27R3x": [ + "myPages.dateOfBirth": [ { "type": 0, - "value": "Jäsennumero" + "value": "Syntymäaika" } ], - "/3cTcL": [ + "myPages.editProfile": [ { "type": 0, - "value": "Huonehinnat" + "value": "Muokkaa profiilia" } ], - "/54p7R": [ + "myPages.employee": [ { "type": 0, - "value": "Usean huoneen varaukset eivät ole saatavilla palkintoyön yhteydessä." + "value": "Työntekijä" } ], - "/5HHL3": [ + "myPages.errorLoadingPage": [ { "type": 0, - "value": "Ikkunat, luonnonvaloa ja erinomainen näkymä" - } - ], - "/6gLBc": [ + "value": "Virhe sivun lataamisessa (" + }, + { + "type": 1, + "value": "errorId" + }, { "type": 0, - "value": "Vahvistuskoodi" + "value": ")" } ], - "/BqfV6": [ + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Viimeinen voimassaolopäivä: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Siirry etuihini" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hei, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hei " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Jäljellä seuraavaan tasoon" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Tason tilanne: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " / " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " ansaittua pistettä" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Jäsen vuodesta: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Jäsennumero kopioitu leikepöydälle" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Sisältöä ei ole julkaistu" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Viestintäasetukset" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Jäsenkorttini" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Maksukorttini" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Nimi: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Numero: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Ansaitut pisteet" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "PISTETTÄ" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "jäljellä tason säilyttämiseksi" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Tänä vuonna ansaitsemasi pisteet määrittävät tasosi sekä tälle että seuraavalle jäsenyysvuodelle." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Eläkkeellä" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oho! Jotain meni pieleen yllätyksesi näyttämisessä. Päivitä sivu tai yritä myöhemmin uudelleen. Jos ongelma jatkuu, " + }, + { + "children": [ + { + "type": 0, + "value": " ota yhteyttä asiakaspalveluun. " + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Löydät kaikki lahjasi kohdasta 'Etuni'." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Meillä on kiva lahja odottamassa sinua!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "children": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " lahjaa odottaa sinua!" + } + ], + "myPages.surprises.openGifts": [ + { + "type": 0, + "value": "Avaa " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "lahja" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "lahjat" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "myPages.surprises.willExpire": [ + { + "type": 0, + "value": "Pidä kiirettä ja käytä ne ennen kuin ne vanhenevat!" + } + ], + "myPages.teamMember": [ + { + "type": 0, + "value": "Team Member" + } + ], + "myPages.teamMemberCardAdded": [ + { + "type": 0, + "value": "Henkilökuntakortti lisätty" + } + ], + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ + { + "type": 0, + "value": "Klikkaamalla alla olevaa linkkiä voit kertoa meille, mitä tietoja ja päivityksiä haluat saada ja miten." + } + ], + "myPages.validUntilDate": [ + { + "type": 0, + "value": "Voimassa " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "myPages.youHaveEarnedPointsThisMemberYear": [ + { + "type": 0, + "value": "Olet ansainnut " + }, + { + "type": 1, + "value": "pointAmount" + }, + { + "type": 0, + "value": " pistettä tämän jäsenvuoden aikana." + } + ], + "myPages.yourLevelProgress": [ + { + "type": 0, + "value": "Jäsentason tilanne" + } + ], + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Jäsenvuotesi ja tasokehityksesi" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "SAS Eurobonus -tasosi on korottanut sinut " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": " -tasolle!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Kumppaniedut" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends -linkit" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Jäsenyytesi" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Sinun tulee olla sisäänkirjautunut nähdäksesi varauksesi" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Sinun on kirjauduttava sisään samalla jäsentilillä, jolla varaus tehtiin." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Uudet päivämäärät" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Hae" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Valitse päivämäärät" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Ota yhteyttä varauksen tehneeseen henkilöön" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Koska kyseessä on usean huoneen majoitus, peruutus on tehtävä varauksen tehneen henkilön toimesta. Soita tarvittaessa asikaspalveluumme numeroon 0200 81800 (0,65 €/min + pvm/mpm)." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Koska kyseessä on useamman huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Päivitä päivämäärät ottamalla yhteyttä asiakaspalveluun." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Koska kyseessä on monen huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Pyydä varauksen tehnyttä henkilöä ottamaan yhteyttä asiakaspalveluun." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Lisäpalveluni" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Suosittua" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Kotisivu" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Varaus yhteensä" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Jokin meni pieleen. Yritä myöhemmin uudelleen." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Ei voida perua" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Vahvista peruutus" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Älä peru" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Oletko varma, että haluat jatkaa varauksen perumista?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Tässä varauksessa on useita ehtoja." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Minun huoneeni" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Osa varauksen huoneista peruttiin onnistuneesti, mutta osa ei. Ota yhteyttä asiakaspalveluun saadaksesi apua." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Varausnumero" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " huone peruttiin" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Olemme pahoillamme, että asiat eivät toimineet." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Varauksesi on peruttu" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Varauksesi on edelleen aktiivinen toisen huoneen kanssa" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Peruutusnumero" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Vahvista päivämäärän muutos" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Uudet päivämäärät" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Vanhat päivämäärät" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Maksa hotellissa" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Varaustasi ei onnistuttu muuttamaan" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Varauksesi muutettiin" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Sisäänkirjautuminen klo 18.00 jälkeen" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Saavutko klo 18.00 jälkeen? Takaa huoneesi vahvistamalla se luottokortilla. Jos et vahvista varaustasi, etkä saavu paikalle klo 18.00 mennessä, huone saatetaan myydä uudelleen." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Korttiasi veloitetaan vain, jos et saavu paikalle" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Vahvista" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Vahvista myöhäinen saapuminen" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Hyväksyn tämän majoituksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee tämän majoituksen osalta henkilötietojani " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Muokkaa majoittujan tietoja" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Majoittujan tietoja ei onnistuttu päivittämään" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Majoittujien tiedot päivitetty" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Varaukseni" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Myöhäinen saapuminen" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Hallinnoi varausta" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Näytä ja tulosta kuitti" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Jäsennumero: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Muutosoikeus" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Oletko varma, että haluat muuttaa majoittujan tietoja?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Tallenna päivitykset" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Kokonaispisteeni" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Tutustu Scandicin hotelleihin" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Majoitus" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Vuodetyyppi" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Lopullinen ALV-erittely toimitetaan uloskirjautumisen yhteydessä." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Jäsen" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Majoittujien määrä" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Öiden määrä" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Lemmikkihuonemaksu sisältäen alv:n" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "ENNAKKOON MAKSETTU" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Huone on maksettu etukäteen" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Hintatyyppi" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Tuntematon kohde" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Oletko varma, että haluat perua varauksen " @@ -245,548 +6243,239 @@ "value": " Tätä toimintoa ei voi peruuttaa." } ], - "/GCoTA": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, - "value": "Tyhjennä" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjakoodi" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Sijainti hotellissa" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Poreallas" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Ohjelmaan" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Kohteet paikassa " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Maanantai-perjantai: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Hävitä tallentamattomat muutokset?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Pienennä" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Muut" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Jokin meni pieleen!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Yhdistetty tilisi" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Lemmikkihuoneen lisämaksu n. " + "value": "Varauksesi on tehty " }, { "children": [ { "type": 1, - "value": "price" + "value": "rate" }, { "type": 0, - "value": "/vierailu" + "value": " " } ], "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Kuvaus" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Varauskoodi suodatin" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Lisävuoteessa" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Majoitus" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-pisteet" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Meillä oli ongelma varauksesi takaamisessa. Yritä uudelleen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Katso kaikki" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kaupungin kartta" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Muutosoikeus" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Hyväksymällä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends -jäsenehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" + "value": "strong" }, { "type": 0, - "value": " ymmärrän, että henkilötietojani käsitellään " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": " mukaisesti." + "value": " -ehdoilla, jotka eivät valitettavasti salli varauksen perumista." } ], - "0CzhjP": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Lemmikkihuone" + "value": "Muuta päivämääriä" } ], - "0G+5b9": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, - "value": "Haluaisitko meidän tietävän jotain muuta ennen saapumistasi?" + "value": "Ota yhteyttä asiakaspalveluun" } ], - "0If6g1": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Aktivoi etu" + "value": "Ota yhteyttä asiakaspalveluun muuttaksesi päivämääriä." } ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": " pieni kirjain" + "value": "Tähän ajankohtaan ei ole saatavilla yhden hengen huoneita" } ], - "0aZ/R+": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Tarvitsemme lisätietoja henkilöllisyytesi vahvistamiseksi." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Pisteeni" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Luottokortin lisäämisessä tapahtui virhe, yritä myöhemmin uudelleen." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Huone kokonaishinta" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Avaa Omat sivut -valikko" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Tarkasta ja hallinnoi nettisivun tai sovelluksen kautta tehtyjä varauksiasi." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Altaan pituus: " + "value": "Soita " }, { "type": 1, - "value": "value" + "value": "phone" + }, + { + "type": 0, + "value": " tai lähetä sähköpostia osoitteeseen " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " saadaksesi apua tilauksesi kanssa." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Soita" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Lähetä sähköpostia" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Löydä meidät" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Varaa uudelleen" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Haluatko varmasti poistaa tämän tuotteen?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Jäsentasosi" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Huoneesi" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Vaihtoehtoiset aukioloajat (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Avoinna aina" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Suljettu" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Korkein taso" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Jäsennumero:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " pistettä, jotka vanhenevat " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pisteitä tai " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " yötä" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Sinun jäsentasosi" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Osoite: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "Maksullinen" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Varaa pysäköinti" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Etäisyys hotelliin: " + }, + { + "type": 1, + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "15bdWM": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "ALV " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" + "value": "Maksuton pysäköinti" } ], - "16oeH4": [ - { - "type": 0, - "value": "U-pöytä" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Liity Scandic Friends -jäseneksi ennen sisäänkirjautumista" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Nimi: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Näytä Hyvinvointi & Kuntoilu" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " henkilö" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " henkilöä" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "MUUT" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Varaa" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tarjoukset" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Tutustu Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kaupunkiin " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Uusi kokonaismäärä" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "pistettä tasoon: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Viimeinen voimassaolopäivä: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Varaa pöytä" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Löydät kaikki lahjasi kohdasta 'Etuni'." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Sisältää vegaanisia, gluteenittomia ja muihin erityisruokavalioihin sopivia vaihtoehtoja." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotelli tai toimisto" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Peru varaus" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "Varataksesi EuroBonus-pisteillä varmista, että olet kirjautunut SAS EuroBonus -tilillesi." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Sisältää ALV:n" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Hyödynnä näin" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Korkein taso" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Näytä listana" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Huone" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Hinnat arkipäivinä" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Kirjaudu sisään täällä" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Uuden kertakäyttöisen salasanan pyytämisessä tapahtui virhe" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Kirjoita osoitteeseen " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " lähetetty koodi, jotta voit siirtää pisteesi." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Yöelämä" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Kaupungin pulssi" - } - ], - "2gRSn8": [ + "parkingInformation.numberOfChargingPoints": [ { "type": 0, "value": "Sähköauton latauspisteiden määrä: " @@ -796,779 +6485,213 @@ "value": "number" } ], - "2gWV/U": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Pisteesi" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Haluan varausvahvistuksen tekstiviestinä" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postinumero" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Muista koodi" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Henkilökuntakortti lisätty" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Vuodetyyppi" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Vastaavia kohteita ei löytynyt" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Vaihtoehdot " + "value": "Pysäköintipaikkojen määrä: " }, { "type": 1, - "value": "value" + "value": "number" } ], - "2sRCsy": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Siirry pääsisältöön" + "value": "Hinta per 24 tuntia" } ], - "2u4B/g": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Alustava kuitti" + "value": "Hinta per päivä" } ], - "2ugxgc": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Käyttäjän lataamisessa tapahtui tuntematon virhe" + "value": "Hinta per tunti" } ], - "2wmdDD": [ - { - "type": 0, - "value": "Uusi kokonaismäärä" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Jotain meni pieleen. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " ei voitu lisätä varaukseesi." - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Eläkkeellä" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Tuntematon kohde" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Yllätys!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Varausnumero/viite" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Varauskoodi" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Varauskoodi" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Huoneen mukavuudet" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Sivua ei voida avata " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Useamman huoneen varaus ei ole mahdollista tällä varauskoodilla." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiivinen" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Yllätykset" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Yhdistä " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": "- ja " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": "-tilisi ansaitaksesi, käyttääksesi ja vaihtaaksesi pisteitä jäsenyyksien välillä" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Voimassa " - }, - { - "type": 1, - "value": "expirationDate" - }, - { - "type": 0, - "value": " asti" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Kirjaudu ulos viimeistään: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " kohdetta" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Peruttu" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Peru" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Kokoukset ja juhlat" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Kokonaishinta" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Vahvista myöhäinen saapuminen" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Korttiasi veloitetaan vain, jos et saavu paikalle" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Peruutusnro" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Hallitse evästeitä" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Kyllä, hyväksyn yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "käyttöehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Sieltä saat lisätietoja siitä, mitä tietoja käsittelemme, oikeuksistasi ja siitä, mihin voit kääntyä, jos sinulla on kysyttävää." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Kirjaudu sisään/Liity" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Varauskoodi on virheellinen" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Varataksesi palkintoyön, varmistathan, että olet kirjautunut sisään Scandic Friends -tilillesi." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Omat sivut" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Pisteesi eivät riitä" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Salasana" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Valitse määrä" - } - ], - "5xvHlh": [ + "parkingInformation.pricePerNight": [ { "type": 0, "value": "Hinta per yö" } ], - "60fk7f": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Avaa " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "lahja" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "lahjat" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" + "value": "Hinnat" } ], - "60zt4K": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Linkitä työsuhteeni" + "value": "Voiko pysäköintipaikan varata etukäteen: Ei" } ], - "651gjY": [ - { - "type": 0, - "value": "Hinnanmuutos" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Kyllä, sulje ja poista etu" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Varausta ei voi muuttaa tai perua" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Lopullinen ALV-erittely toimitetaan uloskirjautumisen yhteydessä." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Jatka uudella hinnalla" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Sukunimi ei saa sisältää erikoismerkkejä" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (saatavilla joissain huoneissa)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "huoneen" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Maanantai-perjantai: aina auki" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Nähtävyydet" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Hae" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Virheellinen varausnumero" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Tapahtumia ei ole saatavilla" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Lisää koodi" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Peruutusnumero" - } - ], - "71oD9T": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, "value": "Pysäköintipaikan voi varata etukäteen: Kyllä" } ], - "74VS9G": [ + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": "Liian monta epäonnistunutta yritystä" + "value": "Hinnat arkipäivinä" } ], - "74pvS7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Kalenteriin lisääminen epäonnistui" + "value": "Viikonloppuhinnat" } ], - "75mmZM": [ + "partnerSas.balance": [ { "type": 0, - "value": "Etäisyys kaupungin keskustaan" + "value": "Saldo" } ], - "77dYCv": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, - "value": "Varausnumero" + "value": "EuroBonus-pisteet" } ], - "789Kl/": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Oletko varma, että haluat purkaa tiliesi yhdistämisen?" + "value": "Varataksesi EuroBonus-pisteillä varmista, että olet kirjautunut SAS EuroBonus -tilillesi." } ], - "7Chrsf": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Uusi salasana ei täsmää" + "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." } ], - "7Kryz0": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Earn flights with nights" + "value": "1 EuroBonus-piste = 2 Scandic Friends -pistettä" } ], - "7L86Z5": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Jäsen" + "value": "EB-pisteet vaihdettavaksi" } ], - "7VcWhU": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Anna kohde tai hotelli" + "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." } ], - "7Yon8T": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Varaa tarjoushintaisia hotelliöitä itsellesi, perheellesi ja ystävillesi!" + "value": "Ohjelmasta" } ], - "7ZOaq5": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Maksa sisäänkirjautumisen yhteydessä" + "value": "Vaihda pisteet" } ], - "7kpRto": [ + "partnerSas.exchangePointsDetails": [ { - "type": 0, - "value": "Tason tilanne: " + "children": [ + { + "style": null, + "type": 2, + "value": "sasPoints" + }, + { + "type": 0, + "value": " Eurobonus-pistettä " + } + ], + "type": 8, + "value": "bold" }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "style": null, + "type": 2, + "value": "scandicPoints" + } + ], + "type": 8, + "value": "bold" + }, + { + "type": 0, + "value": " Scandic Friends -pisteeseen" + } + ], + "partnerSas.exchangePointsExpiry": [ + { + "type": 0, + "value": "Vaihdetut pisteet säilyttävät alkuperäisen vanhenemispäivänsä, ja niiden voimassaoloaika on enintään 12 kuukautta." + } + ], + "partnerSas.exchangeTo": [ + { + "type": 0, + "value": "Ohjelmaan" + } + ], + "partnerSas.exchangedPointsNotLevelQualifying": [ + { + "type": 0, + "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." + } + ], + "partnerSas.footer.policies": [ + { + "type": 0, + "value": "Ehdot" + } + ], + "partnerSas.footer.rates": [ + { + "type": 0, + "value": "Hinnat" + } + ], + "partnerSas.menu.ebPoints": [ { "type": 1, - "value": "earned" + "value": "points" }, { "type": 0, - "value": " / " - }, - { - "type": 1, - "value": "total" - }, + "value": " pistettä" + } + ], + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": " ansaittua pistettä" + "value": "EB-pisteet" } ], - "7pXrnq": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Päivä" + "value": "Kirjaudu sisään" } ], - "7tOz+m": [ - { - "type": 0, - "value": "Maksa nyt" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Varaukseni" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family -hinnan voi varata vain FUSEn kautta." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Jäljellä seuraavaan tasoon" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Siirrämme sinut Omille sivuillesi." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Olet nyt perunut maksusi." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Uima-allas" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellin palvelut" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Liity jäseneksi" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kopiointi epäonnistui" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Olemme pahoillamme, että asiat eivät toimineet." - } - ], - "8YwpzF": [ - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, "value": "Hei " @@ -1590,439 +6713,196 @@ "value": "!" } ], - "8bo8AW": [ - { - "type": 0, - "value": "Oletko varma, että haluat jatkaa varauksen perumista?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Aikuinen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Kyllä, hylkää muutokset" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Seuraava" - } - ], - "92ZaKG": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, "value": "Sinulla ei ole siirrettäviä pisteitä." } ], - "93oVTh": [ + "partnerSas.pointsWithValue": [ { - "type": 0, - "value": "Kopioitu leikepöydälle" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Klikkaamalla alla olevaa linkkiä voit kertoa meille, mitä tietoja ja päivityksiä haluat saada ja miten." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Ajo-ohjeet" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Lahjakortti" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Lisätyt pisteet" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Tällä sähköpostilla on jo olemassa tili. Yritä sen sijaan kirjautua sisään." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Sisäikkunat hotellille päin" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Kaikki kategoriat" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Varausehdot" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Maksutavat" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Huone on maksettu etukäteen" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Erityistoiveet (valinnainen)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Ikä" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Uudet päivämäärät" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Ohjelmasta" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Yleiskatsaus" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Jäsenedut käytössä" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Varaa jäsenhinnalla" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check-out" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" + "style": null, + "type": 2, + "value": "points" }, { "type": 0, - "value": ", " + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Jatketaanko pisteiden vaihtoa?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-pisteitä saatavana" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Oletko varma, että haluat purkaa tiliesi yhdistämisen?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Tämä poistaa kaikki tilien yhdistämisen kautta saadut jäsentasopäivitykset. Voit yhdistää tilisi uudelleen 30 päivän kuluttua." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Pura tilien yhdistäminen" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Kyllä, haluan vaihtaa pisteeni" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Kyllä, pura tilien yhdistäminen" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Olet vaihtamassa:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Vain sallitut merkit" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Piilota salasana" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "–" }, { "type": 1, - "value": "city" + "value": "max" }, { "type": 0, - "value": " ∙ " - }, + "value": " merkkiä" + } + ], + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "distanceToCityCenterInKm" + "value": "count" }, { "type": 0, - "value": " km kaupungin keskustaan" + "value": " pieni kirjain" } ], - "A/KWYT": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Lauantai-sunnuntai: aina auki" + "value": "Uusi salasana" } ], - "A9Jf2P": [ - { - "type": 0, - "value": "Tutustu Scandicin hotelleihin" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Katso hotellin tiedot" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Toivottu vuodetyyppi" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "lahja" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "lahjaa" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " lisätty etuihisi" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotellit lähellä " - }, + "passwordInput.numberRequirement": [ { "type": 1, - "value": "filter" + "value": "count" }, { "type": 0, - "value": " kohteessa " - }, + "value": " numero" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Näytä salasana" + } + ], + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Katso hintatiedot" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Valitse kieli" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Virheelliset päivämäärät" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "Saadaksesi jäsenhinnan " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" + "value": "count" }, { "type": 0, - "value": " , kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." + "value": " erikoismerkki" } ], - "Afvn0g": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Pisteitä käytettävissä" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Saatavilla rajoitetusti" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Virhe kertakäyttösalasanan pyytämisessä" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lauantai-sunnuntai: " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "openingTime" + "value": "count" }, { "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" + "value": " iso kirjain" } ], - "AyGauy": [ + "payment.mySavedCards": [ { "type": 0, - "value": "Kirjaudu sisään" + "value": "Tallennetut korttini" } ], - "B/bu85": [ + "points.claimPoints.cta": [ { "type": 0, - "value": "Ansaitut pisteet" + "value": "Lunasta pisteet" } ], - "B0YuKm": [ + "points.claimPoints.missingPreviousStay": [ { "type": 0, - "value": "Ota yhteyttä asiakaspalveluun muuttaksesi päivämääriä." + "value": "Puuttuuko aiempi majoittuminen?" } ], - "BEX6A7": [ + "points.expiringPointsTable.expirationDate": [ { "type": 0, - "value": "Profiilini" + "value": "Viimeinen voimassaolopäivä" } ], - "BHaqtO": [ + "points.pointsToSpendCard.description": [ { "type": 0, - "value": "Yhteistyökumppanin kuntosali: " - }, - { - "type": 1, - "value": "value" + "value": "Ansaitse pisteitä majoittumalla Scandicissa. Vaihda pisteesi palkintoöihin ja unohtumattomiin elämyksiin." } ], - "BIqtWU": [ + "points.pointsToSpendCard.expiringPointsInfo": [ { "type": 0, - "value": "Osa varauksen huoneista peruttiin onnistuneesti, mutta osa ei. Ota yhteyttä asiakaspalveluun saadaksesi apua." + "value": "Pisteet vanhenevat kolmen vuoden kuluttua niiden ansaitsemisesta, kyseisen kuukauden viimeisenä päivänä. Vanhenevat pisteet eivät vaikuta jäsentasoosi." } ], - "BQxZ71": [ - { - "type": 0, - "value": "Maan kartta" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Päivitä" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Muokkaa" - } - ], - "BYcg51": [ + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, "value": "expiringPoints" @@ -2032,975 +6912,81 @@ "value": " pistettä vanhenee" } ], - "BbXGCK": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, - "value": "Löydä meidät" + "value": "Vanhenevat pisteet" } ], - "BdqGHI": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, - "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." + "value": "Näin käytät pisteitä" } ], - "Bhd3E+": [ - { - "type": 0, - "value": "Kestää tavallista kauemmin" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Etua ei voitu aktivoida" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Varausyhteenveto" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Katso huoneen tiedot" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Vuodevaihtoehdot" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Tilisi on yhdistetty" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Murupolku" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Kohde" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Jatketaanko pisteiden vaihtoa?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Kirjaudu ulos" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Hinnat" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, + "points.pointsToSpendCard.inDays": [ { "type": 1, - "value": "hotelCount" + "value": "days" }, { "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, + "value": " päivän kuluttua" + } + ], + "points.pointsToSpendCard.onDate": [ { "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kohteeseen " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + "value": "expiryDate" } ], - "CFNkwp": [ - { - "type": 0, - "value": "Katso huoneet" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Luokkamuoto" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Majoittujien tiedot päivitetty" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Näytä hotellit kartalla" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Lue lisää hotellista" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Anna koodi, joka lähetettiin numeroon " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " vahvistaaksesi tiliesi yhdistämisen." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Katso kaikki kelpoisuusvaatimukset ehdoista." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "N." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Tämä todennus on tarpeen lisäturvallisuuden vuoksi." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "N. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Päivämäärät" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Hyvinvointi ja kuntoilu " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Uudet päivämäärät" - } - ], - "DGq+g+": [ - { - "children": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " lahjaa odottaa sinua!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Viimeistele varaus" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Oletko varma, että haluat poistaa jäsenprofiilistasi kortin, jonka loppuosa on " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": "?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Inspiroidu ja aloita unelmoimaan seuraavasta matkasta. Tutustu muihin Scandic-kohteisiin." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tarjoaa " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Vieraat voivat myös nauttia " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Varaa majoitus osoitteessa " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " jo tänään!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Takaisin sivulle scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Sinun jäsentasosi" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Lomakkeen lähettäminen epäonnistui, yritä myöhemmin uudelleen." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Varaa kortilla" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Jos et, palaa takaisin ja tee se ennen kuin suljet tämän. Kun suljet tämän, etusi mitätöityy ja se poistetaan Omista eduistasi." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Jos et saavu paikalle, luottokortiltasi veloitetaan ensimmäisen yön hinta." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terassi" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Liity kanta-asiakasohjelmaamme jo tänään!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "Aikuisten vuoteessa" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Etäisyys hotelliin: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Näytä karttana" - } - ], - "EWW+Ao": [ + "price.numberOfVouchers": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " lapsi" + "value": "Kuponki" } ] }, "other": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " lapset" + "value": "Kupongit" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalChildren" + "value": "numberOfVouchers" } ], - "EWf4oG": [ + "priceDetails.VAT": [ { "type": 0, - "value": "Hinta per päivä" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Hae" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" + "value": "ALV " }, { "type": 1, - "value": "roomSizeMax" + "value": "vat" }, { "type": 0, - "value": " m²" + "value": " %" } ], - "ExIAgH": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Ansaitut pisteet" + "value": "Keskimääräinen hinta per yö" } ], - "F6OyfE": [ - { - "type": 0, - "value": "Hinnat" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Tähän tarjoukseen sisältyvät hotellit" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Aamiaisen voi lisätä vain koko majoituksen ajaksi ja kaikille vieraille." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Työntekijänumero on jo liitetty toiseen Scandic Friends -jäsenyyteen." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Etsi" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Kirjoita oikea puhelinnumero" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Tiliäsi ei voitu yhdistää" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Etunimi tarvitaan" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Saatavilla olevat hinnat" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Yritä uudelleen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "Varauksen vahvistamiseksi pyydämme sinua antamaan maksukorttitietosi. Tässä vaiheessa emme veloita mitään." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "Hotellissa" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pisteitä " - }, - { - "children": [ - { - "type": 0, - "value": "tai " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " yötä" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Puoliympyrä" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Koska kyseessä on monen huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Pyydä varauksen tehnyttä henkilöä ottamaan yhteyttä asiakaspalveluun." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Suljettu" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Kun vahvistat myöhäisen saapumisen, pidämme varauksesi voimassa klo 07:00 sisäänkirjautumista seuraavaan päivään asti. Näin saat vieraana lisää joustavuutta sisäänkirjautumisaikoihin." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Poista" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Näet Team Member -korttisi täällä Omat sivut -näkymässä." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Katso kaikki palvelut" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Hyväksyn varaus- ja peruutusehdot" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Maksuton pysäköinti" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Palkintoöitä ei voi yhdistää varauskoodeihin tai lahjakortteihin." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Tutustu pieniin lisäherkkuihin, jotka tekevät tulevasta majoituksestasi entistä paremman." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Vahvista" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Koodi/lahjakortti" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Tuotetta ei voitu lisätä. Varauksesi on vahvistettu. Yritä uudelleen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " - }, - { - "children": [ - { - "type": 0, - "value": "0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " tai sähköpostitse " - }, - { - "children": [ - { - "type": 0, - "value": "memberfi@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Kuvagalleria" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Tutustu ravintolaan " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " hotellissa " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Takaisin alkuun" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Jäsentason tilanne" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Yhteensä alv:n kera" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Maakoodi" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Kokouspaikka" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Jäsenyytesi" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Nimi" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Miten se toimii" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Tietoa esteettömyydestä" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Sänkytoive tarvitaan" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Varaa pysäköinti" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Suodata ja järjestä" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Työntekijä" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Syntymäaika puuttuu" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Etkö löydä varaustasi?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-pisteet vaihdettavaksi" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Kirjoita uusi salasana uudelleen" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Emme löytäneet vapaita huoneita varauskoodilla (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Katso saatavilla olevat hinnat alla." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Lemmikkiystävällinen" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Kaupungit" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Vuosi" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vahvistamme yhä varaustasi. Tämä kestää yleensä vain hetken, ja pahoittelemme, että joudut odottamaan. Tarkistathan sähköpostisi varausvahvistusta varten, ja jos et ole saanut sitä päivän loppuun mennessä, ota yhteyttä " - }, - { - "children": [ - { - "type": 0, - "value": "asiakaspalveluumme" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Tarvitset vielä" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Pyöräystävällinen" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Käyttäjää ei löytynyt" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Viimeisimmät haut" - } - ], - "IRsfJt": [ + "priceDetails.breakfastAdultsDetails": [ { "type": 0, "value": "Aamiainen (" @@ -3044,2392 +7030,7 @@ "value": "totalBreakfasts" } ], - "ITdmlJ": [ - { - "type": 0, - "value": "Yhteystiedot" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Kyllä, poista korttini" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ei ikkunoita" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Tallennetut korttini" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Öiden määrä" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valinnainen" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Jäsenyyden vahvistaminen epäonnistui" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Vaihda huonetta" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuinen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuista" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Linkki" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Aamiaisen voi ostaa hotellista." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "tänään" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Poista huone" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Näytä salasana" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Edellinen" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Yhdistämällä tilisi hyväksyt " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends- ja SAS EuroBonus -tilien yhdistämisen säännöt ja ehdot" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " jäljellä" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Näytä kaikki" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Ota yhteyttä varauksen tehneeseen henkilöön" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Valmis" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Muokkaa asetuksia" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Sijainti (näytetään paikallisella kielellä)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Avaa" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Varausnumero " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Lataa lasku" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopioi kampanjakoodi" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Jotain meni pieleen" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Majoittujien määrä" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Piilota salasana" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Avoinna aina" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Tutustu kohteeseen " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Näytä luettelona" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Oletko jo ystävä?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nykyinen jäsenvuosi" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Hinta ilman arvonlisäveroa" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "pistettä" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Aikuisten sängyssä ei voi olla enemmän lapsia kuin huoneessa on aikuisia" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Vaihda pisteet" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Pura tilien yhdistäminen" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellin palvelut" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Varaukseni" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "ALV" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Syntymäaika ei täsmää" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Pisteet vanhenevat kolmen vuoden kuluttua niiden ansaitsemisesta, kyseisen kuukauden viimeisenä päivänä. Vanhenevat pisteet eivät vaikuta jäsentasoosi." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Hakemuksia vastaanotetaan" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Jäsennumero: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Majoittujan tietoja ei onnistuttu päivittämään" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Tässä huoneessa on" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Tee majoituksestasi entistä parempi" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Seuraavalla tasolla saat" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "TALLENNETUT KORTTINI" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Jäsennumero:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huone" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Haluatko varmasti poistaa tämän tuotteen?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Tiedot" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Jos suljet tämän, etusi poistetaan" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Edellinen sivu" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Yhteensä" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Lähellä hotellia" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Maksukorttini" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Jatketaanko pisteiden vaihtoa?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Valitse aamiaisvaihtoehdot" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Sivun murupolku ei toimi (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Scandic Friends -tasosi " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " on nostanut sinut " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " -tasolle." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Aamiaisen voi lisätä varauksen jälkeen lisämaksusta." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lounas" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Etkö saanut koodia? " - }, - { - "children": [ - { - "type": 0, - "value": "Lähetä koodi uudelleen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Tänä vuonna ansaitsemasi pisteet määrittävät tasosi sekä tälle että seuraavalle jäsenyysvuodelle." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Vahvista" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Hinta 0,16 €/min + pvm/mpm" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pisteitä käytössä" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Tervetuloa" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Majoittujat" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nykyinen salasana" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " huoneelle " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Toimitetaan:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Ollaan ystäviä!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Kyllä, hyväksyn yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Sieltä voit lukea lisää siitä, mitä tietoja käsittelemme, oikeuksistasi sekä mihin voit ottaa yhteyttä, jos sinulla on kysyttävää." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Maksamalla millä tahansa käytettävissä olevalla maksutavalla hyväksyn tätä varausta koskevat ehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän varauksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Hyväksyn myös sen, että Scandic vaatii voimassa olevan maksukortin vierailuni aikana siltä varalta, että jotain jää maksamatta." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Maksu" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "tai" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Katso kaikki hotellit kohteessa " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "PISTETTÄ" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "jäljellä tason säilyttämiseksi" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " lisätty varaukseesi!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Sisäänkirjautuminen klo 18.00 jälkeen" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Hyväksyn tämän varauksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Samaa jäsennumeroa ei voi käyttää kahdessa eri huoneessa" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Muuta päivämääriä" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Maksullinen" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Maksamalla millä tahansa saatavilla olevista maksutavoista hyväksyn tämän varauksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Hyväksyn myös, että Scandic edellyttää voimassa olevaa maksukorttia vierailuni aikana siltä varalta, että jotain jää maksamatta." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Pisteet" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Viimeistele varaus" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Päivämäärä" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Lisäpalveluni" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " arviota Tripadvisorissa)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Varaa seuraava vierailusi" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Kokonaishinta: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Laskettavat pisteet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Altaan syvyys: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Yhdistä työsuhteesi saadaksesi etuja" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live-tapahtumat" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Näytä kaikki tarjoukset" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-pisteitä saatavana" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Kirjaudu ulos" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Katso " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " ja muut kohteet! Kaikki tämä nauttiessasi yöpymisestäsi Scandicissa. Varaa nyt!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Tervetuloa" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Kaikki lisäpalveluiden maksut palautetaan täysimääräisesti " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti. Aikaa ja erityistoiveita voi myös muuttaa." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nauti vierailustasi Scandicissa. Varaa nyt!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Lisävuode (lapsi) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Kuvaus" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Matkakohde" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kohteet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Päävalikko" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Maksu tehdään sisäänkirjautumisen yhteydessä. Korttia käytetään ainoastaan takaamaan lisämaksut, jos majoittuja ei saavu paikalle." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Jokin meni pieleen, emmekä voineet poistaa korttiasi. Yritä myöhemmin uudelleen." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Tilisi oli jo yhdistetty" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Linkitä työsuhteeni" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Anna maksukortti seuraavassa vaiheessa" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Korttisi poistettiin onnistuneesti!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Lisää uusi kortti" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Perjantai" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Virhe: käyttäjää ei löydy" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "alk. per yö" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Cabaret-muoto" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Valitse päivämäärät" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "yö" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Etuni" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Yritä muuttaa hakuasi tähän kohteeseen tai katso vaihtoehtoisia hotelleja." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Katso lisätiedot" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Uusi salasana tarvitaan" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Soita " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " tai lähetä sähköpostia osoitteeseen " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " saadaksesi apua tilauksesi kanssa." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends -linkit" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Varaus yhteensä" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Kyllä, pura tilien yhdistäminen" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Ei, pidä kortti" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Muokkaa varausta" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Yhteenveto" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Jos et siirry automaattisesti, " - }, - { - "children": [ - { - "type": 0, - "value": "klikkaa tästä" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Näyttää siltä, että mikään sijainti ei vastaa hakuasi. Yritä muuttaa suodattimia löytääksesi parhaan kohteen." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Ei, palaa takaisin" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Yhdistä tilisi" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Erityistarpeet" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Lue lisää" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Suodata" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Perheystävällinen" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Määräaika: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Baari" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Aukioloajat" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Peruutusehdot" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Palaa takaisin Omille sivuille" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunssi" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Pakollinen" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Hae varauksesi" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oho! Jotain meni pieleen yllätyksesi näyttämisessä. Päivitä sivu tai yritä myöhemmin uudelleen. Jos ongelma jatkuu, " - }, - { - "children": [ - { - "type": 0, - "value": " ota yhteyttä asiakaspalveluun. " - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " numero" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Näytä ja osta lisäpalveluita" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Taso " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Sisäänkirjautuminen: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Tutustu kaikkiin hotelleihimme" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Emme pystyneet poistamaan tiliesi yhdistämistä. Ota meihin yhteyttä, niin autamme sinua." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hei " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Kuukausi" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Kaupunki" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Lunastettu & voimassa asti:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Viestintäasetukset" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Avaa kuva" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Pidä kiirettä ja käytä ne ennen kuin ne vanhenevat!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Varaus vahvistettu." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Lähellä " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellia" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mitat" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Oletko jo Scandic Friends -jäsen?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Varausehdot" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Tutustu ja hae" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teatteri" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " hlö" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Hinta sisältää arvonlisäveron" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellin ympäristö" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Lähetä uusi koodi" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Varauksesi muutettiin" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Omat sivut -valikko" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " pistettä, jotka vanhenevat " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Sisältyy" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Ikkunat ja luonnonvaloa" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Et ole oikeutettu henkilökuntaetuihin" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Vastaavia hotelleja ei löydetty" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteetteja" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Tämä poistaa kaikki tilien yhdistämisen kautta saadut jäsentasopäivitykset. Voit yhdistää tilisi uudelleen 30 päivän kuluttua." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotelli" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Ulkouima-allas" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Avaa kielivalikko" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " - }, - { - "children": [ - { - "type": 0, - "value": "0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " tai sähköpostitse " - }, - { - "children": [ - { - "type": 0, - "value": "memberfi@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Suositeltu" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "SAS Eurobonus -tasosi on korottanut sinut " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " -tasolle!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "MUUT MAKSUTAVAT" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Muokkaa henkilökohtaisia tietojasi" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Ravintola ja baari" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Takaisin luetteloon" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km kaupungin keskustaan" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Jäsentasosi" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Tietoa pysäköinnistä" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " vierasta" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Majoittujien tiedot" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Jatkaaksesi sinun on oltava vähintään 18-vuotias" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Kokoukset & juhlat " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Meillä on kiva lahja odottamassa sinua!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Varauksesi on vahvistettu, mutta emme pystyneet vahvistamaan jäsenyyttäsi. Jos olet tehnyt varauksen jäsenalennuksella, sinun on joko esitettävä nykyinen jäsennumerosi sisäänkirjautumisen yhteydessä, liittyä jäseneksi tai maksaa hintaero hotellissa. Jäseneksi liittyminen tapahtuu helpoiten verkossa ennen majoitusta." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa majoitus nyt!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "Usein kysytyt kysymykset" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Hintatiedot" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Pyyntöäsi vastaavia huoneita ei ole saatavilla." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Puuttuuko aiempi majoittuminen?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lauantai" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Jos varaat tarjoushinnalla tai yrityksen sopimushinnalla, tarvitset varauskoodin. Älä käytä erikoismerkkejä, kuten (.) (,) (-) (:). Jos haluat tehdä varauksen koodilla VOF, soita meille numeroon 0200 81800 (0,65 €/min + pvm/mpm). Tallenna varauskoodisi seuraavaa kertaa varten, rastittamalla ruutu \"Muista koodi\". Älä rastita ruutua, jos käytät julkista tietokonetta, jotta varauskoodisi ei päädy luvattomaan käyttöön." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Kyllä, haluan vaihtaa pisteeni" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Muokkaa majoittujan tietoja" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Katso kartta" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " merkkiä" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Haun aikana tapahtui virhe, yritä uudelleen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Aamiainen" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Kyllä, haluan vaihtaa pisteeni" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Sulje kielivalikko" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Ota yhteyttä" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Mikä on seuraava kohteesi?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Huoneen tiedot" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Myöhäinen saapuminen" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Valaistus" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Varauksesi on peruttu" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Siirry etuihini" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Vahvista peruutus" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Viikonloppuhinnat" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Kerros " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergiahuone" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Lunasta etu" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Varauksesi on tehty " - }, - { - "children": [ - { - "type": 1, - "value": "rate" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " -ehdoilla, jotka eivät valitettavasti salli varauksen perumista." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Jäsenhinta aktivoitu" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Yhdistä tilini" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Katso kaikki kuvat" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Voiko pysäköintipaikan varata etukäteen: Ei" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Ota yhteyttä asiakaspalveluun" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Seuraava kuva" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tiistai" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Siirrämme sinut SAS:n sivuille" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Liity jäseneksi tai kirjaudu sisään varauksen yhteydessä varataksesi jäsenhinnalla." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Kirjoita osoitteeseen " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " lähetetty koodi, jotta voit purkaa tilien yhdistämisen." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Koska kyseessä on usean huoneen majoitus, peruutus on tehtävä varauksen tehneen henkilön toimesta. Soita tarvittaessa asikaspalveluumme numeroon 0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Yritä uudelleen tai ota yhteyttä asiakaspalveluun!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Sinulla ei ole tulevia majoituksia." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Takaisin huoneen valintaan" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Lisäpalveluni" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Koska kyseessä on useamman huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Päivitä päivämäärät ottamalla yhteyttä asiakaspalveluun." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Valitse hinta" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Varaa uudelleen" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Kohde tarvitaan" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Viimeinen voimassaolopäivä" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Sinun on kirjauduttava sisään samalla jäsentilillä, jolla varaus tehtiin." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Cocktail-pöytä" - } - ], - "ZH4h7n": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, "value": "Aamiainen (" @@ -5473,951 +7074,313 @@ "value": "totalBreakfasts" } ], - "ZHmVa7": [ - { - "type": 0, - "value": "Hyväksymällä " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": " suostun yhdistämään työsuhteeni etujen saamiseksi. Yhteys pysyy aktiivisena työsuhteeni ajan tai kunnes kieltäydyn lähettämällä sähköpostia Scandicin asiakaspalveluun." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Jäsenhinta" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Varaustasi ei onnistuttu muuttamaan" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " ja " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " vastaavat toisiaan. Nosta tasoa jommassa kummassa jäsenyydessä saadaksesi päivityksen myös toiseen!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " arviota" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Takaisin yleiskatsaukseen" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Säännöt ja ehdot" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Kirjaudu sisään ja linkitä työsuhde" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Käyttäjätiedot" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Tutustu kohteeseen " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nauti yöpymisestä Scandicissa. Varaa nyt!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Luovat tilat kokouksia varten" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Illallinen" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Lasten aamiainen aina maksutta osana aikuisten aamiaista." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Maat" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Pisteet, jotka ansaittu ennen 1.5.2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Näytä lisää" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Virhe sivun lataamisessa (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Jatka" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Lisää huone" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Yhdistimme tilisi onnistuneesti!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Yritä myöhemmin uudelleen" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Vahvista päivämäärän muutos" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Muut pyynnöt" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Maksuton lapsille (alle 4-vuotiaille)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Maanantai" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Hinta" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Jäsennumero: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Olet vaihtamassa:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Ota yhteyttä " - }, - { - "children": [ - { - "type": 0, - "value": "asiakaspalveluun" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Soita" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hotellit " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Takaisin huoneen valintaan" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Huomaathan, että tämä on pakollista ja että korttiasi veloitetaan vain, jos et saavu paikalle." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Antamasi koodi on väärä" - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Virhe: Käyttäjää ei voitu ladata" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Yhteensä ilman ALV:tä" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Avaa valikko" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Minne?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Pisteitä käytettävissä" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Varaa" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Älä peru" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Taso " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Vaihda lähteestä" - } - ], - "c07OE9": [ + "priceDetails.roomCharge": [ { "type": 0, "value": "Huonehinta" } ], - "c0b5XV": [ + "priceSummary.totalPriceIncludingVat": [ { "type": 0, - "value": "Hintatyyppi" + "value": "Kokonaishinta sis. alv" } ], - "c6V/fJ": [ + "profile.creditCard.addCardCanceled": [ { "type": 0, - "value": "Kaikki hinnat" + "value": "Peruit uuden luottokortin lisäämisen." } ], - "cBCa5I": [ + "profile.creditCard.addCardFailed": [ { "type": 0, - "value": "Valitse päivämäärät" + "value": "Luottokortin lisäämisessä tapahtui virhe, yritä myöhemmin uudelleen." } ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, + "profile.creditCard.addCardSuccessful": [ { "type": 0, - "value": " kohteessa " + "value": "Korttisi tallennettiin onnistuneesti!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Jokin meni pieleen, emmekä voineet poistaa korttiasi. Yritä myöhemmin uudelleen." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Korttisi poistettiin onnistuneesti!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Oletko varma, että haluat poistaa jäsenprofiilistasi kortin, jonka loppuosa on " }, { "type": 1, - "value": "location" + "value": "lastFourDigits" }, { "type": 0, - "value": " tarjoaa " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Vieraat voivat myös nauttia " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." + "value": "?" } ], - "cGfw83": [ + "profile.creditCard.noKeepCard": [ { "type": 0, - "value": "Jäsentasosi" + "value": "Ei, pidä kortti" } ], - "cHO20+": [ + "profile.creditCard.removeCard": [ { "type": 0, - "value": "Kuntohuone" + "value": "Poista kortti jäsenprofiilista" } ], - "cTHS86": [ + "profile.creditCard.unableToAddCard": [ { "type": 0, - "value": "Osoite: " - }, - { - "type": 1, - "value": "address" + "value": "Emme voineet lisätä korttia juuri nyt, yritä myöhemmin uudelleen." } ], - "ccXLVi": [ + "profile.creditCard.yesRemoveCard": [ { "type": 0, - "value": "Kategoria" + "value": "Kyllä, poista korttini" } ], - "ceEjA1": [ + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, - "value": "EB-pisteet vaihdettavaksi" + "value": "Viestintäasetuksiesi muokkaaminen ei ole mahdollista juuri nyt. Yritä myöhemmin uudelleen tai jos ongelma jatkuu, ota yhteyttä asiakaspalveluun." } ], - "cg4MD0": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Scandic ♥ SAS" + "value": "Tapahtui virhe, kun yritit muokata asetuksiasi. Yritä myöhemmin uudelleen." } ], - "cgeI6D": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Uusi hinta on" + "value": "Muokkaa asetuksia" } ], - "cj+eV4": [ - { - "type": 0, - "value": "Hyödyllistä tietoa" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotelli" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotellia" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Oletko varma, että haluat muuttaa majoittujan tietoja?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Liian monta pyyntöä. Yritä myöhemmin uudelleen." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Minun huoneeni" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Takaisin" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "Pinnasängyssä" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teatteri" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Liity nyt" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kuponki" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Kupongit" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Takaa varaus myöhäistä saapumista varten" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Tason status" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Takaisin kaupunkeihin" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Alkaen" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Ansaitse pisteitä majoittumalla Scandicissa. Vaihda pisteesi palkintoöihin ja unohtumattomiin elämyksiin." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Liittymällä hyväksyt " - }, - { - "children": [ - { - "type": 0, - "value": "jäsenehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Scandic Friends -jäsenyytesi on voimassa toistaiseksi ja sen voi irtisanoa milloin tahansa ottamalla yhteyttä Scandicin asiakaspalveluun." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Arviot" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Odota 1 h ennen kuin yrität uudestaan." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotellia" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Kun varaus vahvistetaan luottokortilla, pidämme varauksen voimassa sisäänkirjautumispäivää seuraavaan päivään klo 7.00 asti." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Odota hetki..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Sulje valikko" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Muutokset" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Tämä kampanja on vanhentunut" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Halvin hinta (viimeiset 30 päivää)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Hinnat varauskoodilla" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Perushinta" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Etäisyys kuntosalille: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Hyvinvointi ja kuntoilu " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": "-hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "e/mJf8": [ - { - "type": 0, - "value": "Hanki Scandic Friends -huoneen hinta" - } - ], - "e38GOF": [ - { - "type": 0, - "value": "Palvelut" - } - ], - "e3H1Tz": [ - { - "type": 0, - "value": "Lisää aamiainen seuraavassa vaiheessa." - } - ], - "e5zKWI": [ - { - "type": 0, - "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." - } - ], - "e6Ph5+": [ - { - "type": 0, - "value": "Osoite" - } - ], - "e8LtIL": [ - { - "type": 0, - "value": "Entinen Scandic-hotelli" - } - ], - "e9Z+tg": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pois " - }, - { - "type": 1, - "value": "total" - } - ], - "eGGhk7": [ - { - "type": 0, - "value": "Lemmikkihuonemaksu sisältäen alv:n" - } - ], - "eHhSSs": [ - { - "type": 0, - "value": "Kaikki tekemäsi muutokset katoaa." - } - ], - "eMgucw": [ + "promoCampaign.activateOffer": [ { "type": 0, "value": "Aktivoi etu" } ], - "eXplGJ": [ + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampanjakoodi: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" + } + ], + "promoCampaign.couldNotActivateThisOffer": [ + { + "type": 0, + "value": "Etua ei voitu aktivoida" + } + ], + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ + { + "type": 0, + "value": "Älä huoli, keksimme jatkossakin uusia, kivoja tarjouksia ja kampanjoita. Pysy kuulolla!" + } + ], + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Jos tämä ongelma jatkuu" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Katso kaikki tarjoukset" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Katso kaikki kelpoisuusvaatimukset ehdoista." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Tämä kampanja on aktivoitu" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Tämä kampanja ei ole saatavilla" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Tämä kampanja on päättynyt" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "Aktivoi etu" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Alustava kuitti" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Yhteensä ilman ALV:tä" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Yhteensä alv:n kera" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Kyllä, sulje ja poista etu" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Ei, palaa takaisin" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Jos et, palaa takaisin ja tee se ennen kuin suljet tämän. Kun suljet tämän, etusi mitätöityy ja se poistetaan Omista eduistasi." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Oletko näyttänyt tämän edun hotellin henkilökunnalle?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Jos suljet tämän, etusi poistetaan" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopioitu leikepöydälle" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopioi kampanjakoodi" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjakoodi" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Lunasta etu" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Kyllä, lunasta" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Varaa pöytä" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Tutustu " + }, { "type": 1, - "value": "days" + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menut" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiivinen" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Voimassa " + }, + { + "type": 1, + "value": "expirationDate" }, { "type": 0, - "value": " päivän kuluttua" + "value": " asti" } ], - "ecWBo7": [ + "rewards.howToUse": [ { "type": 0, - "value": "Vaihdetut pisteet säilyttävät alkuperäisen vanhenemispäivänsä, ja niiden voimassaoloaika on enintään 12 kuukautta." + "value": "Hyödynnä näin" } ], - "eccxvb": [ - { - "type": 0, - "value": "Saatan saapua myöhemmin kuin klo 18:00 ja haluan vahvistaa varaukseni." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-piste = 2 Scandic Friends -pistettä" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Palkintoyö" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Taso voimassa" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " yö" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " yöta" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ei sisälly" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "uusi huone" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "uudet huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Uusi salasana" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Katso kartalla" - } - ], - "fUSUYM": [ + "rewards.membershipId": [ { "type": 0, "value": "Jäsennumero: " @@ -6427,430 +7390,58 @@ "value": "id" } ], - "fb1+7k": [ - { - "type": 0, - "value": "EuroBonus-pisteet" - } - ], - "fgCBG8": [ - { - "type": 0, - "value": "Esteettömyys" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Valitse maksutapa" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Palaa takaisin muokkaamaan" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Ohjeet" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Ikkunat ja luonnonvaloa sekä pimennysmahdollisuus" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Pinnasänky (lapsi) × " - }, + "rewards.nextLevel.asOurLevel": [ { "type": 1, - "value": "count" - } - ], - "g6rylQ": [ - { - "type": 0, - "value": "Voimassa " - }, - { - "type": 1, - "value": "date" + "value": "level" }, { "type": 0, - "value": " asti" + "value": " -jäsenetu" } ], - "g9/EOP": [ + "rewards.nextLevel.levelUpToUnlock": [ { "type": 0, - "value": "Tämä huone ei ole saatavilla" + "value": "Seuraavalla tasolla saat" } ], - "gOyNWb": [ + "rewards.redeemed.validThrough": [ { "type": 0, - "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" + "value": "Lunastettu & voimassa asti:" } ], - "gW6k7b": [ + "rewards.surprise": [ { "type": 0, - "value": "Saatan saapua klo 18 jälkeen ja haluan vahvistaa varaukseni luottokortilla." + "value": "Yllätys!" } ], - "gYWxgk": [ + "rewards.voucher": [ { "type": 0, - "value": "Esteettömyys " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" + "value": "Lahjakortti" } ], - "gidWTS": [ - { - "type": 0, - "value": "Huoneiden luokittelu" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Valitse päivämäärä" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Kokonaishinta" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (sis. alv)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Samaa etu- ja sukunimeä ei voi käyttää kahdessa eri huoneessa" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Vain numerot ovat sallittuja" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Jäsennumero kopioitu leikepöydälle" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Tämä kampanja ei ole saatavilla" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "ENNAKKOON MAKSETTU" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Tilien linkitys on nyt poistettu" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Järjestä" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Arviot ja arvostelut" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Voit sisäänkirjautua myös klo 18.00 jälkeen." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "Sähköpostiosoite" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Saapumispäivä" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Ota yhteyttä jäsenpalveluumme" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Viimeinen vaihe" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Lunasta pisteet" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotellit ja kohteet" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Valitettavasti yksi valitsemistasi huoneista on loppuunmyyty. Ole hyvä ja valitse toinen huone jatkaaksesi." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "iät" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Altaan syvyys: " - }, + "room.bedSize": [ { "type": 1, "value": "value" }, { "type": 0, - "value": " m" + "value": " cm" } ], - "iIRTCt": [ - { - "type": 0, - "value": "Peru varaus" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Kun vahvistat varauksen, huoneesi taataan myöhäisen saapumisen varalta. Jos et saavu paikalle, etkä peru varaustasi tai jos perut varauksesi klo 18.00 jälkeen paikallista aikaa, sinulta veloitetaan yhden palkintoyön hinta." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Tapahtumasi" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Esteetön huone" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Ikä tarvitaan" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Älä huoli, keksimme jatkossakin uusia, jännittäviä tarjouksia ja kampanjoita. Pysy kuulolla!" - } - ], - "inxWMf": [ - { - "children": [ - { - "style": null, - "type": 2, - "value": "sasPoints" - }, - { - "type": 0, - "value": " Eurobonus-pistettä " - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "style": null, - "type": 2, - "value": "scandicPoints" - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " Scandic Friends -pisteeseen" - } - ], - "iqX7L+": [ - { - "type": 0, - "value": "Tarvitsemme syntymäaikasi yhdistääksemme Scandic Friends -jäsenyytesi ja SAS EuroBonus -jäsenyytesi. Varmistathan, että tieto on oikein." - } - ], - "iwtnXO": [ - { - "type": 0, - "value": "Jäsentason muutosten näkymisessä voi kestää jopa 24 h." - } - ], - "ixPUBS": [ - { - "type": 0, - "value": "Tutustu tarjoukseen" - } - ], - "j0qJkH": [ - { - "type": 0, - "value": "Ostokset & ravintolat" - } - ], - "j2MYFZ": [ - { - "type": 0, - "value": "Olet pyytänyt liian monta koodia" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Ajat" - } - ], - "jFYv3B": [ - { - "type": 0, - "value": "Emme löytäneet hakuasi vastaavaa sijaintia." - } - ], - "jHJmjf": [ - { - "type": 0, - "value": "Ei tuloksia" - } - ], - "jJnI3u": [ - { - "type": 0, - "value": "Viestintäasetuksiesi muokkaaminen ei ole mahdollista juuri nyt. Yritä myöhemmin uudelleen tai jos ongelma jatkuu, ota yhteyttä asiakaspalveluun." - } - ], - "jKKg2o": [ - { - "type": 0, - "value": "Tyhjennä kaikki hakuehdot" - } - ], - "jNJj4c": [ - { - "type": 0, - "value": "aikuinen/yö" - } - ], - "jTdXOS": [ - { - "type": 0, - "value": "Maksa kortilla hotellissa" - } - ], - "jVJPS0": [ - { - "type": 0, - "value": "Jäsenkorttini" - } - ], - "jbf7bd": [ - { - "type": 0, - "value": "Nyt vähennettävät pisteet" - } - ], - "jdJhOL": [ - { - "type": 0, - "value": "Puhelinnumero" - } - ], - "jl6vV5": [ + "room.bedSizeRange": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": "–" }, { "type": 1, @@ -6861,1164 +7452,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Maa tarvitaan" + "value": "Esteetön huone" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Tallenna" + "value": "Allergiahuone" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Lemmikkihuone" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "Kaikki kohteet" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Pysäköintitiedot " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" + "value": " (saatavilla joissain huoneissa)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Joutsenmerkki" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Yhteystiedot" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Maksuton lapsille 12-vuotiaaksi asti." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Kaikki hotellit ja toimistot" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Tarkista profiiliisi tallennetut luottokortit. Maksa tallennetulla kortilla, kun olet kirjautunut sisään, jotta verkkokokemus olisi sujuvampi." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Poista kortti jäsenprofiilista" - } - ], - "ks3Nxl": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotellit " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Nykyinen salasana vaaditaan" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Liity Scandic Friends -jäseneksi nyt" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Luottokortti" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Näytä ja tulosta kuitti" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Lasta" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Seuraa meitä" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Saatavuuden mukaan" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Tulos" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Tulokset" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Palkinnot ja sertifikaatit" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Muut pyynnöt" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Kokonaishinta sis. alv" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Hyväksyn tätä varausta koskevat ehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän varauksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " huone peruttiin" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Etkö ole Scandic Friends -jäsen vielä?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Ei ikkunoita, mutta erinomainen valaistus" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Hinta per tunti" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vieras" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vierasta" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Varausta voi muuttaa, mutta ei perua" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Keskiviikko" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Lisävuode tarjotaan lisäksi" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Varausvahvistus" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sunnuntai" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Scandic Friends -ohjelmasta" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Liity jäseneksi ja linkitä työsuhde" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Hinta 0,16 €/min + pvm/mpm" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Hintoja ei ole saatavilla" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Peruutukset" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museot" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Vuodetoive" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Hinta per 24 tuntia" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Aamiainen" - } - ], - "n3nJVO": [ - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Kaikki maat" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Mahtavia uutisia! Voit siirtyä suoraan Oma sivuillesi tutustumaan kaikkiin etuihisi ja palkintoihisi!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Kumppaniedut" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Syntymäaika: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Sisäikkunat ja erinomainen valaistus" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Tämä kampanja on aktiivinen" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Peruit uuden luottokortin lisäämisen." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Hae varaus" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Mitä sinun tulee tehdä varauksen takaamiseksi:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Muokkaa profiilia" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Emme voineet lisätä korttia juuri nyt, yritä myöhemmin uudelleen." - } - ], - "noCIHu": [ - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " -jäsenetu" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Esteettömyystiedot " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Vanhenevat pisteet" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " on nostanut Scandic Friends -tasosi " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " -tasolle." - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Kirjoita uusi salasana uudelleen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " vierasta" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Vaihda kohteeseen" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " alkaen klo " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nykyiset pisteet: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Näytä huoneen tiedot" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Sinun tulee olla sisäänkirjautunut nähdäksesi varauksesi" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Palkintoyö" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Kirjaudu sisään" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Yhdistetty tili" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postinumero voi sisältää vain numeroita ja kirjaimia" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Huone ja majoittujat" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Lisää kalenteriin" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Palaa takaisin" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Maksuton peruutus" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Kiitos varauksestasi! Odotamme innolla näkevämme sinut ja toivomme, että sinulle tulee onnistunut vierailu." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Pysäköintitiedot hotellissa " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Huone " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Etunimi" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Jäsennumero" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Nostettu SAS:n johdosta " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Näin käytät pisteitä" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Lähellä " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellia" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Tietoa hotellista" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Hylkää ilmoitus" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Katso tulokset (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "Tähän ajankohtaan ei ole saatavilla yhden hengen huoneita" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huonetyyppi" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huonetyyppiä" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " saatavilla" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Maksa hotellissa" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Suosittu" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Kyllä, lunasta" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Meillä oli ongelmia varauksesi käsittelyssä. Yritäthän uudelleen. Maksua ei ole veloitettu." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Maksa pisteillä" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torstai" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Antamasi numero on liian lyhyt" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Katso kaikki etusi" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Varaa kokous" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Näyttää siltä, että yksikään hotelli ei vastaa hakuasi. Yritä muuttaa hakuasi löytääksesi parhaan vaihtoehdon." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Näytä Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Vahvista myöhäinen saapuminen" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " klo " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Sinun tulee hyväksyä säännöt ja ehdot" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Numero: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pisteitä tai " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " yötä" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Näytä vähemmän" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Jäsenyytesi" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Arviot ja arvostelut" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Tarvitsemme lisätietoja henkilöllisyytesi vahvistamiseksi." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Sulje kartta" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Pisteet eivät riitä" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Avaa kuvagalleria" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Jos tämä ongelma jatkuu" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "Hotellihuoneen hakuun tarvitaan kohteen tai hotellin nimi." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profiili päivitetty onnistuneesti!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Kokoukset & juhlat " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Piristä vierailua" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Sulje" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Hallinnoi varausta" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Aikuista" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ei aamiaista" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Pisteiden vaihto suoritettu!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Tutustu " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Tapahtui virhe (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Sijainti" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Kotisivu" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotelli" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotellia" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8056,57 +7518,251 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-pisteet" + "value": "Hinnat & saatavuus" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Sisäänkäynnin koko" + "value": "Tässä huoneessa on" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Tallenna päivitykset" + "value": "Yhdistä " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": "- ja " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": "-tilisi ansaitaksesi, käyttääksesi ja vaihtaaksesi pisteitä jäsenyyksien välillä" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Melonta" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "Sähköpostiosoite on virheellinen" + "value": "Lue lisää ja yhdistä tilit" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotellit ja kohteet" + "value": "Jäsentason muutosten näkymisessä voi kestää jopa 24 h." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Esteettömyys " + "value": " ja " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " vastaavat toisiaan. Nosta tasoa jommassa kummassa jäsenyydessä saadaksesi päivityksen myös toiseen!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " on nostanut Scandic Friends -tasosi " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " -tasolle." + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Tason status" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Yhdistetty tili" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Scandic Friends -tasosi " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " on nostanut sinut " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " -tasolle." + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Taso voimassa" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Sulje kartta" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Yritä muuttaa hakuasi tähän kohteeseen tai katso vaihtoehtoisia hotelleja." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Emme löytäneet vapaita huoneita varauskoodilla (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" }, { "type": 0, - "value": " -hotellissa" + "value": "). Katso saatavilla olevat hinnat alla." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huonetyyppi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huonetyyppiä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " saatavilla" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8150,559 +7806,32 @@ "value": " saatavilla" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Hyvinvointi ja kuntoilu" + "value": "Aamiaisen voi ostaa hotellista." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/yö lapsille (4–12 vuotta)" + "value": "Lisää aamiainen seuraavassa vaiheessa." } ], - "stV21X": [ - { - "type": 0, - "value": "Katso vaihtoehtoisia hotelleja" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "Email" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Tee uusi varaus" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Aamiainen ei sisälly hintaan" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Aamiainen sisältyy hintaan." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Inspiroidu" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Hyväksyn tämän majoituksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee tämän majoituksen osalta henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Jäsenyyden ehdot ja säännöt" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Kaikki oikeudet pidätetään" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Hakua ei voida suorittaa" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Valikko" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Jokin meni pieleen. Yritä myöhemmin uudelleen." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Lapset alle " - }, - { - "type": 1, - "value": "age" - }, - { - "type": 0, - "value": " vuotta" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hei, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Hinnat & saatavuus" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " henkilöä" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Maksuton" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Lapsen ikä tarvitaan" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Aamiaisen hintoja ei voida näyttää." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Sukunimi" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Sekasauna/erilliset saunavuorot" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Lähetä sähköpostia" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Etunimi ei saa sisältää erikoismerkkejä" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Muuta tai peru" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " iso kirjain" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Valitse huone" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Aamiainen sisältyy" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Lisäämällä kortin vahvistat myös huoneesi myöhäisen saapumisen varalta." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Salasana vaaditaan" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Julkinen liikenne" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menut" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Emme pystyneet poistamaan tilien yhdistämistä" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Tyhjennä haut" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Varauksesi" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Kokoukset ja juhlatilat" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Oletko näyttänyt tämän edun hotellin henkilökunnalle?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ei hotelleja, jotka vastaavat hakuasi" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Maa" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Tapahtui virhe, kun yritit muokata asetuksiasi. Yritä myöhemmin uudelleen." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Hinnat ovat nousseet sen jälkeen, kun valitsit " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " Jos haluat jatkaa varausta, hyväksy päivitetty hinta," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " tai palaa takaisin valitsemaan " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Varausnumero" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuinen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuista" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Korttisi tallennettiin onnistuneesti!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Vahvista varaus" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Katso tietosi" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Puhelinnumero tarvitaan" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " erikoismerkki" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Pyöreät pöydät" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Ei voida perua" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Sisältöä ei ole julkaistu" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Liittymisbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Pisteitä" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Olet ansainnut " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " pistettä tämän jäsenvuoden aikana." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Vaihtoehtoiset aukioloajat (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisorin luokitus" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8713,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8725,14 +7853,413 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Virheelliset päivämäärät" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " vierasta" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Lemmikkihuoneen lisämaksu n. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/vierailu" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " jäljellä" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Valitse hinta" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Tämä huone ei ole saatavilla" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Tietoa pysäköinnistä" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Palvelut" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Sisäänkirjautuminen: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Kirjaudu ulos viimeistään: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Ajat" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Huoneen tiedot" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Arviot ja arvostelut" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Arviot & arvostelut " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellille" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Etäisyys kuntosalille: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Yhteistyökumppanin kuntosali: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Altaan pituus: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Altaan leveys: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Sekasauna/erilliset saunavuorot" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Erilliset saunat eri sukupuolille" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Näytä Hyvinvointi & Kuntoilu" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Maanantai-perjantai: aina auki" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Maanantai-perjantai: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lauantai-sunnuntai: aina auki" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lauantai-sunnuntai: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Altaan syvyys: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Altaan syvyys: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Tällä sähköpostilla on jo olemassa tili. Yritä sen sijaan kirjautua sisään." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Yhteystiedot" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Hyväksyn" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Liity nyt" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Säännöt ja ehdot" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Hyväksymällä " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends -jäsenehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " ymmärrän, että henkilötietojani käsitellään " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojaselosteen" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Liity jäseneksi tai kirjaudu sisään varauksen yhteydessä varataksesi jäsenhinnalla." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "Saadaksesi jäsenhinnan " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " , kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "Saadaksesi jäsenhinnan " @@ -8756,63 +8283,116 @@ "value": ", kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Tämä koodi on vanhentunut. " - }, - { - "children": [ - { - "type": 0, - "value": "Lähetä uusi koodi." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "tänään" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Vertaa kaikkia tasoja" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellin tiedot" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Pysäköintipaikkojen määrä: " + "value": "pistettä tasoon: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ei saatavilla" + "value": "Tarvitset vielä" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "Lähellä" + "value": "Pisteesi" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Koska varauksesi sisältää huoneita, joissa on eri ehdot, veloitamme osan varauksesta nyt ja loput peritään vastaanotossa sisäänkirjautumisen yhteydessä." + "value": "Inspiroidu" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Sinulla ei ole tulevia majoituksia." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Mikä on seuraava kohteesi?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Hylkää ilmoitus" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Palaa takaisin Omille sivuille" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Varaa" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Uusi kokonaismäärä" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Kirjoita osoitteeseen " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " lähetetty koodi, jotta voit siirtää pisteesi." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Lisätyt pisteet" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8820,401 +8400,94 @@ }, { "type": 0, - "value": " p" + "value": " pistettä" } ], - "xFA1TY": [ - { - "type": 0, - "value": "osoitteessa" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Huoneet" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Maksutakuu" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Lähennä" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Varauksesi lisäpalvelut" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Tutustu kaupunkiin" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Hyväksyn säännöt ja ehdot" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Ehdot" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Hae" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Maksutiedot" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Esteettömyystiedot " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Taso" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Kieli" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Esteettömyys " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Saavutko klo 18.00 jälkeen? Takaa huoneesi vahvistamalla se luottokortilla. Jos et vahvista varaustasi, etkä saavu paikalle klo 18.00 mennessä, huone saatetaan myydä uudelleen." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Varauksesi on edelleen aktiivinen toisen huoneen kanssa" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Jäsen vuodesta: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vaellus" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Maksa hotellissa" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Käytännöt" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Karttaa ei voi näyttää" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Erääntyvät yhteensä" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Jäsenvuotesi ja tasokehityksesi" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Huoneesi" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Muut maksutavat" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Pisteiden vaihto suoritettu!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotellit, joissa on " + "value": "Tapahtumasi" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Emme pystyneet poistamaan tilien yhdistämistä" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Emme pystyneet poistamaan tiliesi yhdistämistä. Ota meihin yhteyttä, niin autamme sinua." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Kirjoita osoitteeseen " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " paikassa " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Sukunimi tarvitaan" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Syntymäaika tarvitaan" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Hylkää muutokset" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Tässä varauksessa on useita ehtoja." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postinumero tarvitaan" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "Sähköpostiosoite tarvitaan" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Majoittuja" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Näytä ja osta lisäpalveluita" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Jokin meni pieleen, emmekä voineet lisätä korttiasi. Yritä myöhemmin uudelleen." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Altaan leveys: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/yö per aikuinen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " lapsi" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " lapset" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Hyväksyn varausehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän majoituksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." + "value": " lähetetty koodi, jotta voit purkaa tilien yhdistämisen." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Pistettä" + "value": "Tilien linkitys on nyt poistettu" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Keskimääräinen hinta per yö" + "value": "Yritä uudelleen tai ota yhteyttä asiakaspalveluun!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kartta " - }, - { - "type": 1, - "value": "hotelName" + "value": "Käyttäjää ei löytynyt" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Aamiaisen hinta" + "value": "Käyttäjän lataamisessa tapahtui tuntematon virhe" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Erilliset saunat eri sukupuolille" + "value": "Virhe: Käyttäjää ei voitu ladata" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kartta" + "value": "Virhe: käyttäjää ei löydy" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Takaisin yleiskatsaukseen" } ] } diff --git a/apps/partner-sas/i18n/dictionaries/no.json b/apps/partner-sas/i18n/dictionaries/no.json index 2daf69d96..f7dcc0889 100644 --- a/apps/partner-sas/i18n/dictionaries/no.json +++ b/apps/partner-sas/i18n/dictionaries/no.json @@ -1,71 +1,4906 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ugyldig format for medlemsnummer" + "value": "Om tilgjengelighet" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Kun tillatte tegn" + "value": "Ved å legge til et kort garanterer du også romreservasjonen din ved sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamle datoer" + "value": "Betaling skjer ved innsjekking. Kortet vil kun bli brukt til å garantere for tilvalg ved manglende oppmøte." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Frokost kan legges til etter bestilling mot et pristillegg for voksne og barn over 4 år." + "value": " poeng tilgjengelig" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Det oppstod en feil under forsøk på å oppdatere profilen." + "value": "Poeng som trekkes fra nå" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alle tilvalg refunderes fullt ut frem til " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Valg av tidspunkt og spesielle forespørsler kan også endres." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reserver med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jeg aksepterer de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene for bestilling og avbestilling" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Der kan du lære mer om hvilke data vi behandler, hvilke rettigheter du har, og hvor du kan henvende deg dersom du har spørsmål." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Andre forespørsler" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Frokost kan kun legges til for hele oppholdet og for alle gjester." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Ikke nok poeng" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betal med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betal med poeng" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Velg antall" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " har blitt lagt til bestillingen din!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Noe gikk galt. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunne ikke legges til i bestillingen din!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Gratis for barn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt per voksen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt for barn (alder 4–12)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativer for " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Levert:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Kan ikke vise frokostpriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Oppgrader oppholdet ditt" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jeg godtar bestillings- og avbestillingsvilkårene" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Sengepreferanse" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Bli inspirert og begynn å drømme om din neste tur. Utforsk flere Scandic-destinasjoner." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Bestill ditt neste opphold" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": " Bookingkode " + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " : " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Bestillingsoversikt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frokost ekskludert" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Inkludert frokost" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanje" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Frokost hele dagen" + "value": "Kanseller opphold" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mine totale poeng" + "value": "Avbestillingsnr." } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Endre eller kanseller" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kode/voucher" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Ekstra seng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Finn bestilling" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri avbestilling" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Fri ombooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gjester" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hoteller & Destinasjoner" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Laveste pris (siste 30 dager)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tilgjengelighet" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Ingen priser tilgjengelig" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Det er ingen tilgjengelige rom som samsvarer med forespørselen din." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ikke refunderbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Ikke nok poeng" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Barneseng × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " natt" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " netter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rom" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betal senere" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "betal nå" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris eks mva" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Pris inkludert mva" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Reservasjonsbetingelser" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Fjern ekstra rom" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Romfasiliteter" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Romklassifisering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Rom " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Totalt antall rom" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternative hoteller" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Velg rom" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jeg ønsker å få min bookingbekreftelse på sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Spesielle behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standard pris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Avhengig av tilgjengelighet" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Vilkår" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Totalt å betale" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. MVA)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter for bookingkoder" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Priser med bookingkode" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Rompriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(e) bestilling(e) er bekreftet, men vi kunne ikke bekrefte medlemskapet ditt. Hvis du har bestilt til medlemspris, må du enten vise frem ditt eksisterende medlemsnummer ved innsjekking, bli medlem eller betale prisforskjellen på hotellet ved ankomst. Påmelding skjer fortrinnsvis på vår nettside før oppholdet." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Last ned faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellinformasjon" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Prøv igjen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Endre bestillingen" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Kunne ikke bekrefte medlemskapet" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalingsdetaljer" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Bestill et nytt opphold" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Se og kjøp tilvalg" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Oppdag de små ekstra detaljene for å gjøre ditt kommende opphold enda mer uforglemmelig." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Legg til noe ekstra" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Bestillingsvilkår" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Anvendte medlemsfordeler" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Bookingnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Avbestillingsregler" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " fra " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlemsnr: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Rommet ditt vil være tilgjengelig for innsjekking etter kl. 18.00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Garanti for bestillingen." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gjest" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Takk for bestillingen din! Vi gleder oss til å ønske deg velkommen og håper du får et hyggelig opphold." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bestillingsbekreftelse" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Totalt: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Legg til kode" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Husk kode" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Hvis du bestiller et kampanjetilbud eller en bedriftsforhandlet pris, trenger du en spesiell bookingkode. Ikke bruk noen spesialtegn som (.) (,) (-) (:). Hvis du ønsker å foreta en bestilling med kode VOF, vennligst ring oss +47 23 15 50 00. Lagre bestillingskoden din til neste gang du besøker siden ved å krysse av i boksen \"Husk\". Ikke kryss av i boksen hvis du bruker en offentlig datamaskin, dette for å unngå uautorisert tilgang til bestillingskoden din." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Søk" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Oppdater" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barns alder er påkrevd" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I voksnes seng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I barneseng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "I ekstraseng" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Sjekk inn" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destinasjon" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rom & gjester" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Hvor?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Sørg for at du er logget inn på Scandic Friends-kontoen din når du skal bestille en bonusnatt." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Legg til rom" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Ferdig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Fjern rom" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Fjern søk" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Byer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Land" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hoteller" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jeg aksepterer" + "value": "Siste søk" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ingen resultater" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunne ikke finne et matchende sted for søket ditt." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Kan ikke søke" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Det oppsto en feil under søket. Prøv på nytt." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Skriv inn destinasjon eller hotell" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "En destinasjon eller hotellnavn er nødvendig for å kunne søke etter hotellrom." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brødsmuler" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Frokost hele dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Se tilbudet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hoteller inkludert i dette tilbudet" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Neste bilde" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Forrige bilde" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tilgjengelighet" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Legg til i kalenderen" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "voksen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Voksne" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "aldre" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Bruk" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tilbake" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tilbake til toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sengealternativer" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Reservasjonsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frokost" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frokostbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Avbryt" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Avbestill booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Avbestillinger" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Avbestilt" + } + ], + "common.change": [ + { + "type": 0, + "value": "Endre" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Forandringer" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Innsjekk" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Utsjekk" + } + ], + "common.children": [ + { + "type": 0, + "value": "Barn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Barn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "By" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Slett" + } + ], + "common.close": [ + { + "type": 0, + "value": "Lukk" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Lukk språkmenyen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekreft" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakt oss" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsett" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landskode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kredittkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Middag" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Veibeskrivelse" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Veibeskrivelse" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-post" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-postadresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Finn" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Fornavn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Følg oss" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mat" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Fra" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Gå tilbake" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Hvordan det fungerer" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildegalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. mva." + } + ], + "common.included": [ + { + "type": 0, + "value": "Inkludert" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km til sentrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Språk" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Etternavn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Nivå" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokale samtalekostnader" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Logg ut" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunsj" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hovedmeny" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlems-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Nivå " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Mandag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Måned" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Du må akseptere vilkårene og betingelsene" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mine fordeler" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mine poeng" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mine opphold" + } + ], + "common.name": [ + { + "type": 0, + "value": "Navn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Neste" + } + ], + "common.night": [ + { + "type": 0, + "value": "natt" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen frokost" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanemerket" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ikke inkludert" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Åpne" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Åpne språkmenyen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Åpningstider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valgfri" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Annet" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andre ønsker" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Oversikt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Passord" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per voksen/natt" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Kjæledyrvennlig" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Poeng" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Poeng å bruke" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktisk informasjon" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidligere" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformasjon" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Les mer" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Fjern" + } + ], + "common.room": [ + { + "type": 0, + "value": "Rom" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rom" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lørdag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Lagre" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alle" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alle bildene" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se rom" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Velg språk" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Vis alle" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Vis mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Vis mer" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Registrer deg" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & drikke" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Sammendrag" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Søndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Totalt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Totalt poeng" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "Rating på TripAdvisor" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tirsdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Frem til " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "MVA" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Velkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Administrer informasjonskapsler" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Velg datoer" + } + ], + "dates": [ + { + "type": 0, + "value": "Datoer" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tilbake til byer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinasjoner" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Utforsk byen" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinasjon" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinasjoner" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Utforsk " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Anbefalt" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Reisemål i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Sykkelvennlig" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Byens puls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familievennlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Fotturer" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakkpadling" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Natteliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Utforsk byen" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hoteller i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tilbake til liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Kan ikke vise kartet" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Se som liste" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kart over byen" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Kart over landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Ingen samsvarende steder funnet" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det ser ikke ut til at noen steder samsvarer med filtrene dine. Prøv å justere søket for å finne det perfekte oppholdet." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Utforsk alle hotellene våre" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Se alle hoteller i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Kan ikke åpne siden for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hotellinformasjon" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kart" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Det oppsto en feil ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hoteller" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Se hoteller på kart" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Allerede medlem i Scandic Friends?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Bli med i lojalitetsprogrammet vårt i dag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Koble til arbeidsforholdet mitt" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Logg inn og koble til arbeidsforhold" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du ikke en Scandic Friends-konto ennå?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Vis Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrer deg og koble til arbeidsforhold" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Poeng beregnes" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bookingnummer/referanse" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Dato" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivelse" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tilvalg til bestillingen din" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidligere Scandic-hotell" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Ingen transaksjoner tilgjengelige" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Poeng opptjent før 1. mai 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Velkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nåværende passord" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Slett endringer" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle endringer du har gjort vil gå tapt." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Forkaste ulagrede endringer?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tilbake for å endre" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Skriv inn nytt passord på nytt" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profil oppdatert!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Brukerinformasjon" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Det oppstod en feil under forsøk på å oppdatere profilen." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, forkast endringer" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Ønsket sengetype" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Bytt rom" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi hadde problemer med å behandle bestillingen din. Vennligst prøv igjen. Ingen kostnader har blitt belastet." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nå kansellert betalingen din." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Frokost kan legges til etter bestilling mot et pristillegg for voksne og barn over 4 år." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frokost kan legges til mot et tillegg i prisen etter at du har fullført bestillingen." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Barnas frokost er alltid gratis som en del av de voksnes frokost." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Velg frokostalternativer" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderer veganske, glutenfrie og andre allergivennlige muligheter." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis for barn opp til og med 12 år." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Fullfør bestillingen" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Når du garanterer bestillingen din med kredittkort, holder vi av rommet til kl. 07.00 dagen etter innsjekking." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Ved manglende oppmøte vil kredittkortet ditt bli belastet for den første natten." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garanter for sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Mulig jeg kommer senere enn kl. 18.00, og ønsker derfor å garantere bestillingen min." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Når du bekrefter bestillingen, vil rommet være garantert for sen ankomst. Hvis du ikke ankommer uten å avbestille på forhånd, eller hvis du avbestiller etter kl. 18.00 lokal tid, vil du bli belastet for én bonusnatt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktinformasjon" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Bli med i Scandic Friends før innsjekking" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bli medlem i Scandic Friends nå" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for rom " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Ved å bli medlem aksepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ditt Scandic Friends-medlemskap gjelder inntil videre, og kan avsluttes når som helst ved å kontakte Scandics kundeservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på rommet" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Den nye prisen er" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris for rom aktivert" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Bestillings- og avbestillingsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernpolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "For å sikre din reservasjon ber vi deg oppgi betalingskortopplysningene dine. Vær trygg, ingen belastninger vil bli belastet på dette tidspunktet." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Fullfør bestillingen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Når du garanterer bestillingen din, vil vi holde bestillingen til kl. 07.00 til dagen etter innsjekking. Dette vil gi deg som gjest ekstra fleksibilitet for innsjekkingstider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Vær oppmerksom på at dette er obligatorisk, og at kortet ditt kun vil bli belastet ved manglende oppmøte." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Legg til et betalingskort i neste steg" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Hva du må gjøre for å garantere bestillingen:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi holder fortsatt på å bekrefte bestillingen din. Dette tar vanligvis bare noen få minutter, og vi beklager ventetiden. Sjekk innboksen din for en bestillingsbekreftelse. Hvis du fortsatt ikke har mottatt noen innen dagens slutt, kan du kontakte vår " + }, + { + "children": [ + { + "type": 0, + "value": " kundesupport " + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tar lengre tid enn vanlig" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Ettersom bestillingen din inkluderer rom med ulike betingelser, vil vi belaste en del av bestillingen nå, og resten betales ved innsjekking på hotellet." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Siste steg" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andre betalingsmåter" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betal ved innsjekking" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalingsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Ved å betale med en av de tilgjengelige betalingsmetodene aksepterer jeg vilkårene for denne bestillingen og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Bestillings- og avbestillingsvilkårene" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jeg aksepterer også at Scandic krever et gyldig betalingskort under oppholdet mitt i tilfelle noe står ubetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Velg betalingsmetode" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsett med ny pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Kostnad frokost" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tilbake til valg av rom" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Prisene har økt siden du valgte " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": ". " + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " For å fortsette bestillingen, godta den oppdaterte prisen, " + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tilbake for å velge " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "et nytt rom" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nye rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "rom" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny totalsum" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisdetaljer" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisendring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Ekstra seng tilbys som tillegg" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gjesteinformasjon" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Er det noe du vil at vi skal vite før du kommer?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Spesielle ønsker (valgfritt)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alder er påkrevd" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du må være minst 18 år for å fortsette" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Dessverre er et av rommene du valgte utsolgt. Vennligst velg et annet rom for å fortsette." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Valg av seng er påkrevd" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Fødselsdato må fylles ut" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Ugyldig bookingkode" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Du kan ikke ha flere barn i voksenseng enn voksne på rommet." + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnetter kan ikke kombineres med koder eller kuponger." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land må fylles ut" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destinasjon kreves" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-postadressen er ugyldig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-postadresse er påkrevd" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Fornavn og etternavn kan ikke være det samme i to forskjellige rom" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Fornavn er påkrevd" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Fornavnet kan ikke inneholde spesialtegn" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ugyldig bookingnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Etternavn må fylles ut" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Etternavnet kan ikke inneholde spesialtegn" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ugyldig format for medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Bare sifre er tillatt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnummeret kan ikke være det samme for to forskjellige rom" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Bestilling av flere rom er ikke tilgjengelig med denne bestillingskoden." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Bestilling av flere rom er ikke tilgjengelig med bonusnatt." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Gjeldende passord kreves" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Det nye passordet samsvarer ikke" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Nytt passord kreves" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Passord kreves" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Skriv inn nytt passord på nytt" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Nummeret du har oppgitt er for kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Skriv inn et gyldig telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer er obligatorisk" + } + ], + "error.required": [ + { + "type": 0, + "value": "Obligatorisk" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnummeret kan bare inneholde tall og bokstaver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer er obligatorisk" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kunne ikke kopiere" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kunne ikke legge til i kalenderen" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Noe gikk galt!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Tøm alle filtre" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Avstand til sentrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellfasiliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrer og sorter" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrer etter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellomgivelser" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Ingen passende hoteller funnet" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det ser ikke ut til at noen hoteller samsvarer med søket ditt. Prøv å justere søket for å finne det perfekte oppholdet." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultater (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sorter etter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Finner du ikke oppholdet ditt?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Vennligst kontakt " + }, + { + "children": [ + { + "type": 0, + "value": " kundeservice " + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Kunne ikke sende inn skjemaet. Prøv igjen senere." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Finn ditt opphold" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se og administrer bestillingen din som er gjort via nettsiden eller appen vår." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-pris kan kun bestilles via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle rettigheter forbeholdes" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produktet kunne ikke legges til. Bestillingen din er garantert. Prøv på nytt." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi hadde et problem med å garantere bestillingen din. Prøv igjen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tilbake til scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Lukk meny" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Logg inn/Bli medlem" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Meny" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Meny Mine sider" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Åpne menyen" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Åpne menyen for Mine sider" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Trening & velvære" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " anmeldelser" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Velkommen til" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I nærheten" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotell" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kart" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alle fasiliteter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se kart" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se romdetaljer" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gjester" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative områder for møter" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kart over " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tilgjengelige priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km til sentrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Attraksjoner" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Sted" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Offentlig transport" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & spisesteder" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Opplevelser i nærheten av " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Vis som liste" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Vis som kart" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tilgjengelighet på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Møter, konferanser og arrangementer" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tilbud" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Møter og konferanser" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant & bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Velvære" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Innendørsbasseng" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Utendørs basseng" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Badstue" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi trenger flere detaljer for å bekrefte din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Finn din bestilling" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Les mer om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Åpne bildegalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle land" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle hoteller og kontorer" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle steder" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Frist: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Åpent for søknad" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Les mer og søk" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Beliggenhet (vist på lokalt språk)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotell eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultater" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Åpne bildet" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Medarbeidernummeret er allerede knyttet til et annet Scandic Friends-medlemskap." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakt medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Kontoen din kunne ikke kobles til" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du er ikke kvalifisert for ansattfordeler" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dette kan skyldes at arbeidsforholdet ditt ennå ikke har startet, har avsluttet, eller at du er konsulent. Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Gode nyheter! Du kan gå rett til Mine sider for å se alle fordelene dine!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Fødselsdato: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi trenger fødselsdatoen din for å koble Scandic Friends-kontoen din med SAS EuroBonus-kontoen din. Vennligst sjekk at den er korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Fødselsdato mangler" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+47 23 15 50 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Fødselsdatoen stemmer ikke overens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Har du ikke mottatt en kode? " + }, + { + "children": [ + { + "type": 0, + "value": " Send kode på nytt " + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Rediger dine personlige opplysninger" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denne koden har utløpt. " + }, + { + "children": [ + { + "type": 0, + "value": "Send meg ny kode." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Noe gikk galt" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Vennligst prøv igjen senere" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunne ikke koble sammen kontoene dine." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden du har skrevet inn er feil" + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Koble sammen mine kontoer" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Koble sammen dine kontoer" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Vent litt..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte konto-koblingen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Hvis du ikke blir omdirigert automatisk, vennligst " + }, + { + "children": [ + { + "type": 0, + "value": " klikk her " + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denne verifiseringen er nødvendig for ekstra sikkerhet." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Feil ved forespørsel om engangspassord" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifikasjonskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vennligst skriv inn koden som ble sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " for å bekrefte konto-kobblingen din." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Du videresendes til Min Side." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi videresender deg til SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Det oppstod en feil ved forespørsel om nytt engangspassord" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send ny kode" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har koblet kontoene dine sammen!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dine kontoer er koblet sammen" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved å koble kontoene dine, aksepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene og betingelsene for kobling av Scandic Friends- og SAS EuroBonus-kontoer" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har bedt om for mange koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "For mange mislykkede forsøk" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vennligst vent 1 time før du prøver igjen" + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "For mange forespørsler. Vennligst prøv igjen senere." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Din koblede konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se dine opplysninger" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per natt fra " + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Allerede medlem?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Logg inn her" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemsvilkår og betingelser" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " netter" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom inn" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom ut" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Bestill et møte" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hoteller og reisemål" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Møtested" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Adkomst mål" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Styrerom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabaret oppsett" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klasserom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mål" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etasje " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Hel sirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halv sirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Innvendige vinduer som vender mot hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Innendørs vinduer og utmerket belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Plassering i hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "maks " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ingen vinduer" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ingen vinduer, men utmerket belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-form" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys og blendingsmuligheter" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys og utmerket utsikt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Oppgradert gjennom SAS til " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tilgjengelighet på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Informasjon om tilgjengelighet for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en deilig frokost før du utforsker " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Oppdag vårt Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en deilig frokost før du utforsker " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Utforsk " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " og mer! Alt mens du nyter oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Oppdag " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Utforsk " @@ -83,101 +4918,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Veksle poeng" + "value": "Utforsk " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Les mer og koble kontoer" + "value": "Trenings- og velværefasiliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Fjern ekstra rom" + "value": "Trenings- og velværefasiliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjereferanse: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt nå!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyr " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gjestene kan også benytte seg av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i dag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyr " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gjestene kan også benytte seg av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Møter og konferanser på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Møter og konferanser på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformasjon for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsinformasjon for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotell i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Overraskelser" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få tilgang til ditt Team Member-kort her på Min side-oversikten." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Legg til nytt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Bestill rabatterte opphold for deg selv, familie og venner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Brødsmuler mislyktes for denne siden ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alle fordelene dine" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Sjekk kredittkortene som er lagret i profilen din. Betal med et lagret kort når du er pålogget for en smidigere nettopplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Sammenlign alle nivåer" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+47 23 15 50 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " lagt til dine fordeler" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nåværende medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Nåværende poeng: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Oppdater profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Ansatt" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Feil ved innlasting av denne siden ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Utløpsdato: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå til Mine fordeler" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hei, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hei " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Gjenstår for å gå opp i nivå" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Nivåfremdrift: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " poeng opptjent" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem siden: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlems-ID kopiert til utklippstavlen" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Ikke noe innhold publisert" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mine kommunikasjonspreferanser" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mine medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mine betalingskort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Navn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Opptjente poeng" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POENG" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "igjen for å beholde nivå" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Poengene du tjener i år bestemmer nivået ditt for både dette og neste medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensjonert" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oops! Noe gikk galt mens vi skulle vise overraskelsen din. Oppdater siden eller prøv igjen senere. Hvis problemet vedvarer, " + }, + { + "children": [ + { + "type": 0, + "value": " kontakt kundeservice. " + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du finner alle gavene dine under 'Mine fordeler'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en spesiell gave som venter på deg!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Poeng som utløper" + "value": " gaver som venter på deg!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "Rating på TripAdvisor" + "value": "Åpne " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mat" + "value": "Skynd deg og bruk dem før de utløper!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dette kan skyldes at arbeidsforholdet ditt ennå ikke har startet, har avsluttet, eller at du er konsulent. Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." + "value": "Team Member-kort er lagt til" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Fortell oss hvilken informasjon og oppdateringer du ønsker å motta, og hvordan, ved å klikke på lenken nedenfor." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Rompriser" + "value": "Gyldig til " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med bonusnatt." - } - ], - "/5HHL3": [ + "value": "Du har tjent " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Vinduer med naturlig dagslys og utmerket utsikt" + "value": " poeng dette medlemsåret." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifikasjonskode" + "value": "Status på ditt nivå" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Ditt medlemsår og nivåutvikling" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "SAS EuroBonus-nivået ditt har oppgradert deg til " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerfordeler" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-lenker" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ditt medlemskap" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du må være innlogget for å se bestillingen din" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Og du må være innlogget med samme medlemsnummer/konto som gjorde bestillingen." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Søk" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vennligst velg datoer" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakt personen som har bestilt oppholdet" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Siden dette er et flerromsopphold, må kanselleringen gjøres av personen som foretok bestillingen. Ring 23 15 50 00 for å snakke med vår kundeservice dersom du trenger ytterligere hjelp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Ta kontakt med kundeservice for å oppdatere datoene." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Vennligst be personen som bestilte oppholdet om å kontakte kundeservice." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mine tilvalg" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populært" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Nettside" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Bestillingens totalbeløp" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Noe gikk galt. Vennligst prøv igjen senere." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan ikke avbestilles" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekreft kansellering" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Ikke avbryt" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Er du sikker på at du vil fortsette med avbestillingen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dette oppholdet har flere vilkår." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mine rom" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Noen rom ble vellykket kansellert, men vi støtte på problemer med andre. Vennligst kontakt kundeservice for assistanse." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " ble avbestilt" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi beklager at ting ikke ordnet seg." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt ble avbestilt" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt er fortsatt aktivt med det andre rommet" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Bookingnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekreft datoendring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamle datoer" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betal på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Kunne ikke oppdatere oppholdet ditt" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt ble oppdatert" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Innsjekking etter kl. 18.00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planlegger du å ankomme etter kl. 18.00? Sikre rommet ditt ved å garantere det med et kredittkort. Uten garanti, og ved manglende oppmøte, kan rommet bli tildelt andre etter kl. 18.00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Kortet ditt vil kun bli belastet ved manglende oppmøte" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garanter" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garanter for sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "bestillings- og avbestillingsvilkårene" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Endre gjestedetaljer" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Kunne ikke oppdatere gjestedetaljer" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gjestedetaljer oppdatert" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mitt opphold på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Administrer opphold" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Se og skriv ut kvittering" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Endre innen" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Er du sikker på at du vil endre gjesteopplysningene dine?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Lagre oppdateringer" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mine totale poeng" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Utforsk Scandics hoteller" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Overnatting" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sengetype" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Endelig mva-spesifikasjon vil bli gitt ved utsjekking." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "antall gjester" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antall netter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Pris for kjæledyrrom inkludert mva." + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FORHÅNDSBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Rommet er forhåndsbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Priskategori" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Ukjent element" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Er du sikker på at du vil avbestille oppholdet ditt på " @@ -249,553 +6223,243 @@ "value": " Dette kan ikke gjøres om." } ], - "/GCoTA": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, - "value": "Slett" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjekode" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Plassering i hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Veksle til" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Reisemål i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Mandag-fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Forkaste ulagrede endringer?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom ut" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Annet" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Noe gikk galt!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Din koblede konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Kjæledyrvennlig rom inkluderer et tillegg på ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " per opphold" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter for bookingkoder" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "I ekstraseng" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Overnatting" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-poeng" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi hadde et problem med å garantere bestillingen din. Prøv igjen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alle" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kart over byen" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Endre innen" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Ved å godta " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " forstår jeg at mine personopplysninger vil bli behandlet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Kjæledyrvennlig rom" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Er det noe du vil at vi skal vite før du kommer?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "For å aktivere tilbud" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " små bokstaver" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi trenger flere detaljer for å bekrefte din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mine poeng" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Det oppstod en feil da du la inn kredittkortet, vennligst prøv igjen senere." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Totalt antall rom" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Åpne menyen for Mine sider" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se og administrer bestillingen din som er gjort via nettsiden eller appen vår." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Bassengets lengde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MVA " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-form" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Bli med i Scandic Friends før innsjekking" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Navn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Vis Trening & Velvære" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANNET" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Bestill nå" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tilbud" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Oppdag vårt Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en deilig frokost før du utforsker " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny totalsum" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "neste nivå: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Utløpsdato: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Bestill bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du finner alle gavene dine under 'Mine fordeler'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderer veganske, glutenfrie og andre allergivennlige muligheter." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotell eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Avbestill booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "For å bestille med EuroBonus-poeng, må du sørge for at du er logget inn på SAS EuroBonus-kontoen din." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. mva." - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Les hvordan" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Høyeste nivå" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Se som liste" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Rom" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Priser ukedag" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Logg inn her" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Det oppstod en feil ved forespørsel om nytt engangspassord" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Vennligst skriv inn koden som ble sendt til " + "value": "Oppholdet ditt er bestilt med " }, { "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "rate" + }, { "type": 0, "value": " " } ], "type": 8, - "value": "maskedContactInfo" + "value": "strong" }, { "type": 0, - "value": " for å overføre poengene dine." + "value": " -vilkår som dessverre ikke tillater avbestilling." } ], - "2ZmUBe": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Natteliv" + "value": "Endre datoer" } ], - "2aT8Od": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, - "value": "Byens puls" + "value": "Kontakt kundeservice" } ], - "2gRSn8": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ + { + "type": 0, + "value": "Ta kontakt med kundeservice for å oppdatere datoene." + } + ], + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ + { + "type": 0, + "value": "Ingen enkeltrom er tilgjengelige på disse datoene" + } + ], + "myStay.referenceCard.actions.customerSupport.contactInfo": [ + { + "type": 0, + "value": "Ring " + }, + { + "type": 1, + "value": "phone" + }, + { + "type": 0, + "value": " eller send oss ​​en e-post på " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " for å få hjelp med bestillingen din." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Ring" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Send en e-post" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Finn oss" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Ombooking" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Er du sikker på at du vil fjerne dette produktet?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Ditt medlemsnivå" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Rommene dine" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternative åpningstider ( " + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": " )" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Alltid åpent" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Stengt" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Høyeste nivå" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Medlems-ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " poeng som kan brukes utløper innen " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " netter" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Ditt nivå" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Adresse: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "Til en kostnad" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Bestill parkering" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Avstand til hotellet: " + }, + { + "type": 1, + "value": "distanceInM" + }, + { + "type": 0, + "value": " m" + } + ], + "parkingInformation.freeParking": [ + { + "type": 0, + "value": "Gratis parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ { "type": 0, "value": "Antall ladestasjoner for elbiler: " @@ -805,775 +6469,221 @@ "value": "number" } ], - "2gWV/U": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Dine poeng som kan brukes" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jeg ønsker å få min bookingbekreftelse på sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Husk kode" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member-kort er lagt til" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sengetype" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Ingen samsvarende steder funnet" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativer for " + "value": "Antall parkeringsplasser: " }, { "type": 1, - "value": "value" + "value": "number" } ], - "2sRCsy": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Gå til hovedinnhold" + "value": "Pris per 24 timer" } ], - "2u4B/g": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Foreløpig kvittering" + "value": "Pris per dag" } ], - "2ugxgc": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Ukjent feil oppstod under lasting av bruker" + "value": "Pris per time" } ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nye totalsum" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Noe gikk galt. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunne ikke legges til i bestillingen din!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensjonert" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Ukjent element" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Overraskelse!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bookingnummer/referanse" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": " Bookingkode " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " : " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Romfasiliteter" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Kan ikke åpne siden for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med denne bestillingskoden." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Overraskelser" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Koble sammen " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " kontoene dine for å tjene, bruke og utveksle poeng mellom medlemskapene" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gyldig til " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Sjekk ut senest: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinasjoner" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Avbestilt" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Avbryt" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Møter og konferanser" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunne ikke koble sammen kontoene dine." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garanter for sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Kortet ditt vil kun bli belastet ved manglende oppmøte" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Avbestillingsnr." - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Administrer informasjonskapsler" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jeg aksepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernpolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du lære mer om hvilke data vi behandler, dine rettigheter og hvor du kan henvende deg hvis du har spørsmål." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Logg inn/Bli medlem" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Ugyldig bookingkode" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Sørg for at du er logget inn på Scandic Friends-kontoen din når du skal bestille en bonusnatt." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mine sider" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Ikke nok poeng" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Passord" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Velg antall" - } - ], - "5xvHlh": [ + "parkingInformation.pricePerNight": [ { "type": 0, "value": "Pris per natt" } ], - "60fk7f": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Åpne " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" + "value": "Priser" } ], - "60zt4K": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Koble til arbeidsforholdet mitt" + "value": "Parkering kan reserveres på forhånd: Nei" } ], - "651gjY": [ - { - "type": 0, - "value": "Prisendring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, lukk og fjern fordel" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ikke refunderbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Endelig mva-spesifikasjon vil bli gitt ved utsjekking." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsett med ny pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Etternavnet kan ikke inneholde spesialtegn" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tilgjengelig i noen rom)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "rom" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Mandag-fredag: Alltid åpent" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Attraksjoner" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Søk" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ugyldig bookingnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Ingen transaksjoner tilgjengelige" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Legg til kode" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Bookingnummer" - } - ], - "71oD9T": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, "value": "Parkering kan reserveres på forhånd: Ja" } ], - "74VS9G": [ + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": "For mange mislykkede forsøk" + "value": "Priser ukedag" } ], - "74pvS7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Kunne ikke legge til i kalenderen" + "value": "Weekendpriser" } ], - "75mmZM": [ + "partnerSas.balance": [ { "type": 0, - "value": "Avstand til sentrum" + "value": "Saldo" } ], - "77dYCv": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, - "value": "Reservasjonsnummer" + "value": "EuroBonus-poeng" } ], - "789Kl/": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Er du sikker på at du vil koble fra kontoen din?" + "value": "For å bestille med EuroBonus-poeng, må du sørge for at du er logget inn på SAS EuroBonus-kontoen din." } ], - "7Chrsf": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Det nye passordet samsvarer ikke" + "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." } ], - "7Kryz0": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Earn flights with nights" + "value": "1 EuroBonus-poeng = 2 Scandic Friends-poeng" } ], - "7L86Z5": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Medlem" + "value": "EB-poeng å veksle" } ], - "7VcWhU": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Skriv inn destinasjon eller hotell" + "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." } ], - "7Yon8T": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Bestill rabatterte opphold for deg selv, familie og venner!" + "value": "Veksle fra" } ], - "7ZOaq5": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Betal ved innsjekking" + "value": "Veksle poeng" } ], - "7kpRto": [ + "partnerSas.exchangePointsDetails": [ { - "type": 0, - "value": "Nivåfremdrift: " + "children": [ + { + "type": 0, + "value": " " + }, + { + "style": null, + "type": 2, + "value": "sasPoints" + }, + { + "type": 0, + "value": " EuroBonus-poeng " + } + ], + "type": 8, + "value": "bold" }, + { + "type": 0, + "value": " til " + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "style": null, + "type": 2, + "value": "scandicPoints" + }, + { + "type": 0, + "value": " Scandic Friends-poeng " + } + ], + "type": 8, + "value": "bold" + } + ], + "partnerSas.exchangePointsExpiry": [ + { + "type": 0, + "value": "Dine vekslede poeng vil beholde sin opprinnelige utløpsdato med en maksimal gyldighet på 12 måneder." + } + ], + "partnerSas.exchangeTo": [ + { + "type": 0, + "value": "Veksle til" + } + ], + "partnerSas.exchangedPointsNotLevelQualifying": [ + { + "type": 0, + "value": "Innvekslede poeng vil ikke være kvalifiserende for nivå." + } + ], + "partnerSas.footer.policies": [ + { + "type": 0, + "value": "Retningslinjer" + } + ], + "partnerSas.footer.rates": [ + { + "type": 0, + "value": "Priser" + } + ], + "partnerSas.menu.ebPoints": [ { "type": 1, - "value": "earned" + "value": "points" }, { "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " poeng opptjent" + "value": " poeng" } ], - "7pXrnq": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Dag" + "value": "EB-poeng" } ], - "7tOz+m": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "betal nå" + "value": "Logg inn" } ], - "7uYX7n": [ - { - "type": 0, - "value": "Mitt opphold på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-pris kan kun bestilles via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Gjenstår for å gå opp i nivå" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Du videresendes til Min Side." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nå kansellert betalingen din." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Innendørsbasseng" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellfasiliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Registrer deg" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kunne ikke kopiere" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi beklager at ting ikke ordnet seg." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, "value": "Hei " @@ -1595,435 +6705,196 @@ "value": "!" } ], - "8bo8AW": [ - { - "type": 0, - "value": "Er du sikker på at du vil fortsette med avbestillingen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "voksen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, forkast endringer" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Neste" - } - ], - "92ZaKG": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, "value": "Du har ingen poeng å overføre." } ], - "93oVTh": [ + "partnerSas.pointsWithValue": [ { - "type": 0, - "value": "Kopiert til utklippstavlen" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Fortell oss hvilken informasjon og oppdateringer du ønsker å motta, og hvordan, ved å klikke på lenken nedenfor." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Veibeskrivelse" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher/kupong" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Poeng lagt til" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "En konto med denne e-postadressen finnes allerede. Prøv å logge inn i stedet." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Innvendige vinduer som vender mot hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Badstue" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Reservasjonsbetingelser" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalingsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Rommet er forhåndsbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Spesielle ønsker (valgfritt)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Oversikt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Anvendte medlemsfordeler" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på rommet" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Utsjekk" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" + "style": null, + "type": 2, + "value": "points" }, { "type": 0, - "value": ", " + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Vil du fortsette med poengveksling?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-poeng å motta" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Er du sikker på at du vil koble fra kontoen din?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dette vil fjerne eventuelle oppgraderinger av medlemsnivå som er oppnådd gjennom sammenkoblingen. Du kan koble kontoene dine sammen på nytt om 30 dager." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Fjern kobling av konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jeg vil veksle inn poengene mine" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, fjern koblingen av mine kontoer" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du er i ferd med å veksle:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Kun tillatte tegn" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Skjul passord" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " til " }, { "type": 1, - "value": "city" + "value": "max" }, { "type": 0, - "value": " ∙ " - }, + "value": " tegn" + } + ], + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "distanceToCityCenterInKm" + "value": "count" }, { "type": 0, - "value": " km til sentrum" + "value": " små bokstaver" } ], - "A/KWYT": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Lørdag-søndag: Alltid åpent" + "value": "Nytt passord" } ], - "A9Jf2P": [ - { - "type": 0, - "value": "Utforsk Scandics hoteller" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hotellinformasjon" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Ønsket sengetype" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " lagt til dine fordeler" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hoteller nær " - }, + "passwordInput.numberRequirement": [ { "type": 1, - "value": "filter" + "value": "count" }, { "type": 0, - "value": " i " - }, + "value": " nummer" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Vis passord" + } + ], + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisdetaljer" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Velg språk" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Velvære" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ugyldige datoer" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "For å få medlemsprisen " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" + "value": "count" }, { "type": 0, - "value": ", logg inn eller bli medlem når du fullfører bestillingen." + "value": " spesialtegn" } ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Poeng å bruke" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Avhengig av tilgjengelighet" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Feil ved forespørsel om engangspassord" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lørdag-søndag: " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "openingTime" + "value": "count" }, { "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" + "value": " store bokstaver" } ], - "AyGauy": [ + "payment.mySavedCards": [ { "type": 0, - "value": "Logg inn" + "value": "Mine lagrede kort" } ], - "B/bu85": [ + "points.claimPoints.cta": [ { "type": 0, - "value": "Opptjente poeng" + "value": "Hent poeng" } ], - "B0YuKm": [ + "points.claimPoints.missingPreviousStay": [ { "type": 0, - "value": "Ta kontakt med kundeservice for å oppdatere datoene." + "value": "Mangler du et tidligere opphold?" } ], - "BEX6A7": [ + "points.expiringPointsTable.expirationDate": [ { "type": 0, - "value": "Min profil" + "value": "Utløpsdato" } ], - "BHaqtO": [ + "points.pointsToSpendCard.description": [ { "type": 0, - "value": "Eksternt treningssenter: " - }, - { - "type": 1, - "value": "value" + "value": "Tjen poeng ved å bo på Scandic. Gjør poengene dine om til bonusnetter og minneverdige opplevelser." } ], - "BIqtWU": [ + "points.pointsToSpendCard.expiringPointsInfo": [ { "type": 0, - "value": "Noen rom ble vellykket kansellert, men vi støtte på problemer med andre. Vennligst kontakt kundeservice for assistanse." + "value": "Poeng utløper tre år etter at de er opptjent, på den siste dagen i samme måned. Utløpende poeng påvirker ikke nivået ditt." } ], - "BQxZ71": [ - { - "type": 0, - "value": "Kart over landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Oppdater" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har nok poeng til en bonusnatt!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" - } - ], - "BY343C": [ - { - "type": 0, - "value": "Endre" - } - ], - "BYcg51": [ + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, "value": "expiringPoints" @@ -2033,971 +6904,89 @@ "value": " poeng utløper" } ], - "BbXGCK": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, - "value": "Finn oss" + "value": "Poeng som utløper" } ], - "BdqGHI": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, - "value": "Innvekslede poeng vil ikke være kvalifiserende for nivå." + "value": "Slik bruker du poeng" } ], - "Bhd3E+": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Det tar lengre tid enn vanlig" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Kunne ikke aktivere dette tilbudet" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Bestillingsoversikt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se romdetaljer" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sengealternativer" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dine kontoer er koblet sammen" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brødsmuler" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destinasjon" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsett med poengbytte?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logg ut" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Oppdag alle våre " + "value": "Om " }, { "type": 1, - "value": "hotelCount" + "value": "days" }, { "type": 0, - "value": " Scandic-hoteller i " + "value": " dager" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "på " }, { "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en deilig frokost før du utforsker " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + "value": "expiryDate" } ], - "CFNkwp": [ - { - "type": 0, - "value": "Se rom" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klasserom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gjestedetaljer oppdatert" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Se hoteller på kart" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Les mer om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Vennligst skriv inn koden som ble sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for å bekrefte konto-kobblingen din." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se vilkår og betingelser for alle kvalifiseringskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denne verifiseringen er nødvendig for ekstra sikkerhet." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " poeng" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datoer" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Trenings- og velværefasiliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gaver som venter på deg!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Fullfør bestillingen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Er du sikker på at du vil fjerne kortet som slutter på " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " fra medlemsprofilen din?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Bli inspirert og begynn å drømme om din neste tur. Utforsk flere Scandic-destinasjoner." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poeng" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyr " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gjestene kan også benytte seg av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i dag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tilbake til scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Ditt nivå" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Kunne ikke sende inn skjemaet. Prøv igjen senere." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserver med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Hvis ikke, gå tilbake og gjør det før du lukker dette. Når du lukker dette, vil fordelen din bli ugyldig og fjernet fra Mine fordeler." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Ved manglende oppmøte vil kredittkortet ditt bli belastet for den første natten." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Bli med i lojalitetsprogrammet vårt i dag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I voksnes seng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Avstand til hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Vis som kart" - } - ], - "EWW+Ao": [ + "price.numberOfVouchers": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " barn" + "value": "Kupong" } ] }, "other": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " barn" + "value": "Kuponger" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalChildren" + "value": "numberOfVouchers" } ], - "EWf4oG": [ + "priceDetails.VAT": [ { "type": 0, - "value": "Pris per dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Bruk" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Innsjekking/utsjekking" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " + "value": "MVA " }, { "type": 1, - "value": "roomSizeMax" + "value": "vat" }, { "type": 0, - "value": " m²" + "value": " %" } ], - "ExIAgH": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Opptjente poeng" + "value": "Gjennomsnittspris per natt" } ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hoteller inkludert i dette tilbudet" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Frokost kan kun legges til for hele oppholdet og for alle gjester." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Medarbeidernummeret er allerede knyttet til et annet Scandic Friends-medlemskap." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Finn" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Skriv inn et gyldig telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Kontoen din kunne ikke kobles til" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Fornavn er påkrevd" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tilgjengelige priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Prøv igjen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "For å sikre din reservasjon ber vi deg oppgi betalingskortopplysningene dine. Vær trygg, ingen belastninger vil bli belastet på dette tidspunktet." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poeng " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " netter" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halv sirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Vennligst be personen som bestilte oppholdet om å kontakte kundeservice." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Stengt" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Når du garanterer bestillingen din, vil vi holde bestillingen til kl. 07.00 til dagen etter innsjekking. Dette vil gi deg som gjest ekstra fleksibilitet for innsjekkingstider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Fjern" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få tilgang til ditt Team Member-kort her på Min side-oversikten." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alle fasiliteter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jeg godtar bestillings- og avbestillingsvilkårene" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Gratis parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnetter kan ikke kombineres med koder eller kuponger." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Oppdag de små ekstra detaljene for å gjøre ditt kommende opphold enda mer uforglemmelig." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garanter" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kode/voucher" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produktet kunne ikke legges til. Bestillingen din er garantert. Prøv på nytt." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildegalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Utforsk " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tilbake til toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Status på ditt nivå" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Totalt inkludert mva." - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landskode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Møtested" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Navn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Hvordan det fungerer" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tilgjengelighet" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Valg av seng er påkrevd" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Bestill parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrer og sorter" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Ansatt" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Fødselsdato mangler" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Finner du ikke oppholdet ditt?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-poeng å veksle" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Skriv inn nytt passord på nytt" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi fant ingen tilgjengelige rom med denne bookingskoden ( " - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": " ). Se tilgjengelige priser nedenfor." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Kjæledyrvennlig" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Byer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi holder fortsatt på å bekrefte bestillingen din. Dette tar vanligvis bare noen få minutter, og vi beklager ventetiden. Sjekk innboksen din for en bestillingsbekreftelse. Hvis du fortsatt ikke har mottatt noen innen dagens slutt, kan du kontakte vår " - }, - { - "children": [ - { - "type": 0, - "value": " kundesupport " - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Poeng som trengs for å komme opp i nivå" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Sykkelvennlig" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Bruker ikke funnet" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Siste søk" - } - ], - "IRsfJt": [ + "priceDetails.breakfastAdultsDetails": [ { "type": 0, "value": "Frokost ( " @@ -3041,2397 +7030,7 @@ "value": "totalBreakfasts" } ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformasjon" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, fjern kortet mitt" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ingen vinduer" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mine lagrede kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antall netter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valgfri" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Kunne ikke bekrefte medlemskapet" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Bytt rom" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Lenke" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Frokost kan kjøpes på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "per i dag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Fjern rom" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Vis passord" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidligere" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Ved å koble kontoene dine, aksepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene og betingelsene for kobling av Scandic Friends- og SAS EuroBonus-kontoer" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " igjen" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Vis alle" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakt personen som har bestilt oppholdet" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Ferdig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Administrer preferanser" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Beliggenhet (vist på lokalt språk)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Åpne" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Bookingnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Last ned faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopier kampanjekoden" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Noe gikk galt" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "antall gjester" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Skjul passord" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Alltid åpent" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Utforsk " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Vis som liste" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Allerede medlem?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nåværende medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris eks mva" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "poeng" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Du kan ikke ha flere barn i voksenseng enn voksne på rommet." - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Veksle poeng" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Fjern kobling av konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellfasiliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mine opphold" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "MVA" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Fødselsdatoen stemmer ikke overens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Poeng utløper tre år etter at de er opptjent, på den siste dagen i samme måned. Utløpende poeng påvirker ikke nivået ditt." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Åpent for søknad" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Kunne ikke oppdatere gjestedetaljer" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dette rommet er utstyrt med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Oppgrader oppholdet ditt" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Kom opp i nivå for å låse opp" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINE LAGREDE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlems-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rom" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Er du sikker på at du vil fjerne dette produktet?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Hvis du lukker dette, vil fordelen din bli fjernet" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Forrige bilde" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Totalt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellomgivelser" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mine betalingskort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Vil du fortsette med poengveksling?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Velg frokostalternativer" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Brødsmuler mislyktes for denne siden ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Ditt Scandic Friends-nivå " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har oppgradert deg til " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": "." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frokost kan legges til mot et tillegg i prisen etter at du har fullført bestillingen." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunsj" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Har du ikke mottatt en kode? " - }, - { - "children": [ - { - "type": 0, - "value": " Send kode på nytt " - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Poengene du tjener i år bestemmer nivået ditt for både dette og neste medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekreft" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokale samtalekostnader" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poeng tilgjengelig" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Velkommen til" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gjester" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nåværende passord" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for rom " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Levert:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jeg aksepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene for bestilling og avbestilling" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du lære mer om hvilke data vi behandler, hvilke rettigheter du har, og hvor du kan henvende deg dersom du har spørsmål." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Ved å betale med en av de tilgjengelige betalingsmetodene, godtar jeg vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": " vilkårene og betingelsene " - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg godtar også at Scandic krever et gyldig betalingskort under besøket mitt i tilfelle noe ikke er betalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betaling" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Se alle hoteller i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POENG" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "igjen for å beholde nivå" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & drikke" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " har blitt lagt til bestillingen din!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Innsjekking etter kl. 18.00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Bestillings- og avbestillingsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernpolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnummeret kan ikke være det samme for to forskjellige rom" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Endre datoer" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte konto-koblingen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Til en kostnad" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Ved å betale med en av de tilgjengelige betalingsmetodene aksepterer jeg vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Bestillings- og avbestillingsvilkårene" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg aksepterer også at Scandic krever et gyldig betalingskort under oppholdet mitt i tilfelle noe står ubetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Poeng" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Fullfør bestillingen" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Dato" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mine tilvalg" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " ( " - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Bestill ditt neste opphold" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Totalt: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Poeng beregnes" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Bassengets dybde: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Koble til arbeidsforholdet ditt for å få tilgang til fordeler" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Se alle tilbud" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-poeng å motta" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Logg ut" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Oppdag alle våre " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Utforsk " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " og mer! Alt mens du nyter oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Velkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle tilvalg refunderes fullt ut frem til " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Valg av tidspunkt og spesielle forespørsler kan også endres." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Oppdag alle våre " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Ekstra seng (barn) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinasjon" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinasjoner" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hovedmeny" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betaling skjer ved innsjekking. Kortet vil kun bli brukt til å garantere for tilvalg ved manglende oppmøte." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Noe gikk galt, og vi kunne ikke fjerne kortet ditt. Vennligst prøv igjen senere." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dine kontoer er allerede koblet sammen" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Koble til arbeidsforholdet mitt" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Legg til et betalingskort i neste steg" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Kortet ditt ble fjernet!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Legg til nytt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Feil: bruker ikke funnet" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per natt fra " - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabaret oppsett" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vennligst velg datoer" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "natt" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mine fordeler" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Prøv å endre søket for denne destinasjonen eller se alternative hoteller." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Nytt passord kreves" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller send oss ​​en e-post på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for å få hjelp med bestillingen din." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-lenker" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Bestillingens totalbeløp" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, fjern koblingen av mine kontoer" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nei, behold kort" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Endre bestillingen" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Sammendrag" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Hvis du ikke blir omdirigert automatisk, vennligst " - }, - { - "children": [ - { - "type": 0, - "value": " klikk her " - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det ser ikke ut til at noen steder samsvarer med filtrene dine. Prøv å justere søket for å finne det perfekte oppholdet." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nei, gå tilbake" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Koble sammen dine kontoer" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Spesielle behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Les mer" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrer etter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familievennlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Frist: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Åpningstider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Avbestillingsregler" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tilbake til Mine sider" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Obligatorisk" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Finn din bestilling" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oops! Noe gikk galt mens vi skulle vise overraskelsen din. Oppdater siden eller prøv igjen senere. Hvis problemet vedvarer, " - }, - { - "children": [ - { - "type": 0, - "value": " kontakt kundeservice. " - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Se og kjøp tilvalg" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Sjekk inn fra: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Utforsk alle hotellene våre" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine. Ta kontakt med oss, så hjelper vi deg med å løse dette." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hei " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Måned" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "By" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Innløst & gyldig til:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mine kommunikasjonspreferanser" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Åpne bildet" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Skynd deg og bruk dem før de utløper!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Garanti for bestillingen." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Opplevelser i nærheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mål" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Allerede medlem i Scandic Friends?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Bestillingsvilkår" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Les mer og søk" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har nok poeng til en bonusnatt!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "maks " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Pris inkludert mva" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Omgivelsene rundt hotellet" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send ny kode" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Oppholdet ditt ble oppdatert" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Meny Mine sider" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poeng som kan brukes utløper innen " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inkludert" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Vinduer med naturlig dagslys" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du er ikke kvalifisert for ansattfordeler" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Ingen passende hoteller funnet" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " poeng" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dette vil fjerne eventuelle oppgraderinger av medlemsnivå som er oppnådd gjennom sammenkoblingen. Du kan koble kontoene dine sammen på nytt om 30 dager." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotell" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Utendørs basseng" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Åpne språkmenyen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Anbefalt" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "SAS EuroBonus-nivået ditt har oppgradert deg til " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDRE BETALINGSMÅTER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Rediger dine personlige opplysninger" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant & bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tilbake til liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km til sentrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Ditt medlemsnivå" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gjester" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gjesteinformasjon" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du må være minst 18 år for å fortsette" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Møter og konferanser på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en spesiell gave som venter på deg!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(e) bestilling(e) er bekreftet, men vi kunne ikke bekrefte medlemskapet ditt. Hvis du har bestilt til medlemspris, må du enten vise frem ditt eksisterende medlemsnummer ved innsjekking, bli medlem eller betale prisforskjellen på hotellet ved ankomst. Påmelding skjer fortrinnsvis på vår nettside før oppholdet." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt nå!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformasjon" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Det er ingen tilgjengelige rom som samsvarer med forespørselen din." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Mangler du et tidligere opphold?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lørdag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Hvis du bestiller et kampanjetilbud eller en bedriftsforhandlet pris, trenger du en spesiell bookingkode. Ikke bruk noen spesialtegn som (.) (,) (-) (:). Hvis du ønsker å foreta en bestilling med kode VOF, vennligst ring oss +47 23 15 50 00. Lagre bestillingskoden din til neste gang du besøker siden ved å krysse av i boksen \"Husk\". Ikke kryss av i boksen hvis du bruker en offentlig datamaskin, dette for å unngå uautorisert tilgang til bestillingskoden din." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jeg vil veksle inn poengene mine" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Endre gjestedetaljer" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se kart" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " til " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tegn" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Det oppsto en feil under søket. Prøv på nytt." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frokostbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jeg vil veksle inn poengene mine" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Lukk språkmenyen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakt oss" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Hvor bør du reise neste gang?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Romdetaljer" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Innsjekk" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Oppholdet ditt ble avbestilt" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå til Mine fordeler" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Sjekk inn" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekreft kansellering" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekendpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etasje " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivennlig rom" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Løs inn fordel" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Oppholdet ditt er bestilt med " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "rate" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " -vilkår som dessverre ikke tillater avbestilling." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Medlemspris for rom aktivert" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Koble sammen mine kontoer" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alle bildene" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Nei" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Kontakt kundeservice" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Neste bilde" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tirsdag" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Vi videresender deg til SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bli med eller logg inn for å bestille til medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Vennligst skriv inn koden sendt til " - }, - { - "children": [ - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for å koble fra kontoene dine." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Siden dette er et flerromsopphold, må kanselleringen gjøres av personen som foretok bestillingen. Ring 23 15 50 00 for å snakke med vår kundeservice dersom du trenger ytterligere hjelp." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Vennligst prøv igjen eller kontakt kundeservice!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Du har ingen kommende opphold." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Tilbake til valg av rom" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mine tilvalg" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Ta kontakt med kundeservice for å oppdatere datoene." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Velg pris" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Ombooking" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destinasjon kreves" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Utløpsdato" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Og du må være innlogget med samme medlemsnummer/konto som gjorde bestillingen." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, "value": "Frokost ( " @@ -5475,33 +7074,501 @@ "value": "totalBreakfasts" } ], - "ZHmVa7": [ + "priceDetails.roomCharge": [ { "type": 0, - "value": "Ved å godta " + "value": "Rom total" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Totalpris inkludert mva." + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du avbrøt prosessen med å legge til et nytt kredittkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Det oppstod en feil da du la inn kredittkortet, vennligst prøv igjen senere." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Kortet ditt er lagret!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Noe gikk galt, og vi kunne ikke fjerne kortet ditt. Vennligst prøv igjen senere." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Kortet ditt ble fjernet!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Er du sikker på at du vil fjerne kortet som slutter på " }, { "type": 1, - "value": "termsLink" + "value": "lastFourDigits" }, { "type": 0, - "value": ", samtykker jeg til å koble min ansettelse for å få tilgang til fordeler. Tilkoblingen vil forbli aktiv under min ansettelse eller til jeg velger å trekke meg ut ved å sende en e-post til Scandics kundeservice." + "value": " fra medlemsprofilen din?" } ], - "ZImAbJ": [ + "profile.creditCard.noKeepCard": [ { "type": 0, - "value": "Medlemspris" + "value": "Nei, behold kort" } ], - "ZKkfyG": [ + "profile.creditCard.removeCard": [ { "type": 0, - "value": "Kunne ikke oppdatere oppholdet ditt" + "value": "Fjern kort fra medlemsprofil" } ], - "ZL9R+P": [ + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunne ikke legge til et kort akkurat nå. Prøv igjen senere." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, fjern kortet mitt" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Det er ikke mulig å administrere kommunikasjonspreferansene dine akkurat nå, prøv igjen senere eller kontakt support hvis problemet vedvarer." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Det oppstod en feil ved forsøk på å administrere dine preferanser, vennligst prøv igjen senere." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Administrer preferanser" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Aktiver tilbud" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampanjereferanse: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" + } + ], + "promoCampaign.couldNotActivateThisOffer": [ + { + "type": 0, + "value": "Kunne ikke aktivere dette tilbudet" + } + ], + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ + { + "type": 0, + "value": "Ikke bekymre deg, vi vil trylle frem nye og spennende tilbud og kampanjer i fremtiden. Følg med!" + } + ], + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Hvis dette problemet vedvarer" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Se alle tilbud" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Se vilkår og betingelser for alle kvalifiseringskrav." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Denne kampanjen er aktiv" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Denne kampanjen er ikke lenger tilgjengelig" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Denne kampanjen har utløpt" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "For å aktivere tilbudet" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Foreløpig kvittering" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Totalt ekskl. mva." + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Totalt inkludert mva." + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, lukk og fjern fordel" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nei, gå tilbake" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Hvis ikke, gå tilbake og gjør det før du lukker dette. Når du lukker dette, vil fordelen din bli ugyldig og fjernet fra Mine fordeler." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du vist denne fordelen til hotellpersonalet?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Hvis du lukker dette, vil fordelen din bli fjernet" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopiert til utklippstavlen" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopier kampanjekoden" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjekode" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Løs inn fordel" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, bruk" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Bestill bord" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Oppdag " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menyer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gyldig til " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Les hvordan" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vår " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Kom opp i nivå for å låse opp" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Innløst & gyldig til:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Overraskelse!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher/kupong" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " cm" + } + ], + "roomPackage.accessibleRoom": [ + { + "type": 0, + "value": "Handikaprom" + } + ], + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergivennlig rom" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Kjæledyrvennlig rom" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (tilgjengelig i noen rom)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ + { + "type": 0, + "value": "Maks. " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + } + ], + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ + { + "type": 0, + "value": "Priser og tilgjengelighet" + } + ], + "roomSidePeek.roomFacilitiesTitle": [ + { + "type": 0, + "value": "Dette rommet er utstyrt med" + } + ], + "sas.linkAccountBanner.description": [ + { + "type": 0, + "value": "Koble sammen " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " og " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " kontoene dine for å tjene, bruke og utveksle poeng mellom medlemskapene" + } + ], + "sas.linkAccountBanner.earnFlightsWithNights": [ + { + "type": 0, + "value": "Earn flights with nights" + } + ], + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ + { + "type": 0, + "value": "Les mer og koble kontoer" + } + ], + "sas.linkedAccounts.changeDelayInfo": [ + { + "type": 0, + "value": "Endringer i din nivåmatch kan ta opptil 24 timer før de vises." + } + ], + "sas.linkedAccounts.euroBonusSasText": [ { "children": [ { @@ -5547,1864 +7614,7 @@ "value": " er likeverdige. Går du opp i nivå i et av medlemskapene, så kvalifiserer du for en oppgradering!" } ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tilbake til oversikten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Logg inn og koble til arbeidsforhold" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Vekslede poeng vil ikke være kvalifiserende for nivå." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Brukerinformasjon" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Oppdag " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative områder for møter" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Middag" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Barnas frokost er alltid gratis som en del av de voksnes frokost." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Land" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Poeng opptjent før 1. mai 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Vis mer" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Feil ved innlasting av denne siden ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Fortsett" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Legg til rom" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Vi har koblet kontoene dine sammen!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Vennligst prøv igjen senere" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Bekreft datoendring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andre ønsker" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Gratis for barn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Mandag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlemsnr: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Du er i ferd med å veksle:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Vennligst kontakt " - }, - { - "children": [ - { - "type": 0, - "value": " kundeservice " - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Ring" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hoteller i " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Tilbake til valg av rom" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Vær oppmerksom på at dette er obligatorisk, og at kortet ditt kun vil bli belastet ved manglende oppmøte." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden du har skrevet inn er feil" - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Feil: Ingen bruker kunne lastes inn" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Totalt ekskl. mva." - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Åpne menyen" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Hvor?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Poeng å bruke" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Bestill" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Ikke avbryt" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Rom total" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Priskategori" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Velg datoer" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyr " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gjestene kan også benytte seg av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Ditt medlemsnivå" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ - { - "type": 0, - "value": "Adresse: " - }, - { - "type": 1, - "value": "address" - } - ], - "ccXLVi": [ - { - "type": 0, - "value": "Kategori" - } - ], - "ceEjA1": [ - { - "type": 0, - "value": "EB-poeng å veksle" - } - ], - "cg4MD0": [ - { - "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Den nye prisen er" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktisk informasjon" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Er du sikker på at du vil endre gjesteopplysningene dine?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "For mange forespørsler. Vennligst prøv igjen senere." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mine rom" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tilbake" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I barneseng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Bli medlem nå" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kupong" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Kuponger" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garanter bestilling for sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status for nivåmatch" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tilbake til byer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Fra" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Tjen poeng ved å bo på Scandic. Gjør poengene dine om til bonusnetter og minneverdige opplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Ved å bli medlem aksepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ditt Scandic Friends-medlemskap gjelder inntil videre, og kan avsluttes når som helst ved å kontakte Scandics kundeservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Anmeldelser" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vennligst vent 1 time før du prøver igjen" - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hoteller" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Når du garanterer bestillingen din med kredittkort, holder vi av rommet til kl. 07.00 dagen etter innsjekking." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Vent litt..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Lukk meny" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Forandringer" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Denne kampanjen har utløpt" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Laveste pris (siste 30 dager)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Priser med bookingkode" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standard pris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Avstand til treningssenter: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Trenings- og velværefasiliteter på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "e/mJf8": [ - { - "type": 0, - "value": "Få Scandic Friends romprisen" - } - ], - "e38GOF": [ - { - "type": 0, - "value": "Fasiliteter" - } - ], - "e3H1Tz": [ - { - "type": 0, - "value": "Frokost er ikke inkludert, legg til i neste trinn." - } - ], - "e5zKWI": [ - { - "type": 0, - "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." - } - ], - "e6Ph5+": [ - { - "type": 0, - "value": "Adresse" - } - ], - "e8LtIL": [ - { - "type": 0, - "value": "Tidligere Scandic-hotell" - } - ], - "e9Z+tg": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - } - ], - "eGGhk7": [ - { - "type": 0, - "value": "Pris for kjæledyrrom inkludert mva." - } - ], - "eHhSSs": [ - { - "type": 0, - "value": "Alle endringer du har gjort vil gå tapt." - } - ], - "eMgucw": [ - { - "type": 0, - "value": "Aktiver tilbud" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dager" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dine vekslede poeng vil beholde sin opprinnelige utløpsdato med en maksimal gyldighet på 12 måneder." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Mulig jeg kommer senere enn kl. 18.00, og ønsker derfor å garantere bestillingen min." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-poeng = 2 Scandic Friends-poeng" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Oppgraderingen er gyldig til" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " natt" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " netter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ikke inkludert" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "et nytt rom" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nye rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Nytt passord" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kart" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ - { - "type": 0, - "value": "EuroBonus-poeng" - } - ], - "fgCBG8": [ - { - "type": 0, - "value": "Tilgjengelighet" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Velg betalingsmetode" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Gå tilbake for å endre" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Veibeskrivelse" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Vinduer med naturlig dagslys og blendingsmuligheter" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Barneseng × " - }, - { - "type": 1, - "value": "count" - } - ], - "g6rylQ": [ - { - "type": 0, - "value": "Gyldig til " - }, - { - "type": 1, - "value": "date" - } - ], - "g9/EOP": [ - { - "type": 0, - "value": "Dette rommet er ikke tilgjengelig" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jeg ankommer muligens etter kl. 18.00 og ønsker å garantere bestillingen med kredittkort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Romklassifisering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Velg dato" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. MVA)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Fornavn og etternavn kan ikke være det samme i to forskjellige rom" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Bare sifre er tillatt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlems-ID kopiert til utklippstavlen" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Denne kampanjen er ikke tilgjengelig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FORHÅNDSBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Kontoene dine er ikke lenger lenket" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sorter etter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Vurderinger & anmeldelser" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Rommet ditt vil være tilgjengelig for innsjekking etter kl. 18.00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-postadresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdato" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakt medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Siste steg" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Hent poeng" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hoteller & Destinasjoner" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Dessverre er et av rommene du valgte utsolgt. Vennligst velg et annet rom for å fortsette." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "aldre" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Bassengets dybde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Kanseller opphold" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Når du bekrefter bestillingen, vil rommet være garantert for sen ankomst. Hvis du ikke ankommer uten å avbestille på forhånd, eller hvis du avbestiller etter kl. 18.00 lokal tid, vil du bli belastet for én bonusnatt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Transaksjonen din" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Handikaprom" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alder er påkrevd" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Ikke bekymre deg, vi vil trylle frem nye, spennende tilbud og kampanjer i fremtiden. Følg med!" - } - ], - "inxWMf": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "style": null, - "type": 2, - "value": "sasPoints" - }, - { - "type": 0, - "value": " EuroBonus-poeng " - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " til " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "style": null, - "type": 2, - "value": "scandicPoints" - }, - { - "type": 0, - "value": " Scandic Friends-poeng " - } - ], - "type": 8, - "value": "bold" - } - ], - "iqX7L+": [ - { - "type": 0, - "value": "Vi trenger fødselsdatoen din for å koble Scandic Friends-kontoen din med SAS EuroBonus-kontoen din. Vennligst sjekk at den er korrekt." - } - ], - "iwtnXO": [ - { - "type": 0, - "value": "Endringer i din nivåmatch kan ta opptil 24 timer før de vises." - } - ], - "ixPUBS": [ - { - "type": 0, - "value": "Se tilbudet" - } - ], - "j0qJkH": [ - { - "type": 0, - "value": "Shopping & spisesteder" - } - ], - "j2MYFZ": [ - { - "type": 0, - "value": "Du har bedt om for mange koder" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Klokkeslett" - } - ], - "jFYv3B": [ - { - "type": 0, - "value": "Vi kunne ikke finne et matchende sted for søket ditt." - } - ], - "jHJmjf": [ - { - "type": 0, - "value": "Ingen resultater" - } - ], - "jJnI3u": [ - { - "type": 0, - "value": "Det er ikke mulig å administrere kommunikasjonspreferansene dine akkurat nå, prøv igjen senere eller kontakt support hvis problemet vedvarer." - } - ], - "jKKg2o": [ - { - "type": 0, - "value": "Tøm alle filtre" - } - ], - "jNJj4c": [ - { - "type": 0, - "value": "Per voksen/natt" - } - ], - "jTdXOS": [ - { - "type": 0, - "value": "Betal med kort på hotellet" - } - ], - "jVJPS0": [ - { - "type": 0, - "value": "Mine medlemskort" - } - ], - "jbf7bd": [ - { - "type": 0, - "value": "Poeng som trekkes fra nå" - } - ], - "jdJhOL": [ - { - "type": 0, - "value": "Telefonnummer" - } - ], - "jl6vV5": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " cm" - } - ], - "jlqOPq": [ - { - "type": 0, - "value": "Land må fylles ut" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Lagre" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle steder" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsinformasjon for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanemerket" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktinformasjon" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis for barn opp til og med 12 år." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle hoteller og kontorer" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Sjekk kredittkortene som er lagret i profilen din. Betal med et lagret kort når du er pålogget for en smidigere nettopplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Fjern kort fra medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotell i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Gjeldende passord kreves" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bli medlem i Scandic Friends nå" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kredittkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Se og skriv ut kvittering" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Barn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Følg oss" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Basert på tilgjengelighet" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultater" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Utmerkelser og sertifiseringer" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Andre forespørsler" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Totalpris inkludert mva." - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": " vilkårene og betingelsene " - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " ble avbestilt" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Har du ikke en Scandic Friends-konto ennå?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Ingen vinduer, men utmerket belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris per time" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Fri ombooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Ekstra seng tilbys som tillegg" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bestillingsbekreftelse" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Søndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrer deg og koble til arbeidsforhold" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokale samtalekostnader" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Ingen priser tilgjengelig" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Avbestillinger" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Sengepreferanse" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Pris per 24 timer" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frokost" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Frem til " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle land" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Gode nyheter! Du kan gå rett til Mine sider for å se alle fordelene dine!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerfordeler" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Fødselsdato: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Innendørs vinduer og utmerket belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Denne kampanjen er aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du avbrøt prosessen med å legge til et nytt kredittkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Finn bestilling" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Hva du må gjøre for å garantere bestillingen:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Oppdater profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunne ikke legge til et kort akkurat nå. Prøv igjen senere." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vår " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Informasjon om tilgjengelighet for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Poeng som utløper" - } - ], - "o2qq+1": [ + "sas.linkedAccounts.euroBonusSasUpgradedText": [ { "children": [ { @@ -7434,241 +7644,89 @@ "value": "scandicMark" } ], - "o3bzB9": [ + "sas.linkedAccounts.levelMatchStatus": [ { "type": 0, - "value": "Skriv inn nytt passord på nytt" + "value": "Status for nivåmatch" } ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gjester" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Veksle til" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nåværende poeng: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Se romdetaljer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du må være innlogget for å se bestillingen din" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Logg inn" - } - ], - "oehm0i": [ + "sas.linkedAccounts.linkedAccount": [ { "type": 0, "value": "Sammenkoblet konto" } ], - "ofPqW9": [ + "sas.linkedAccounts.scandicFriendsUpgradedText": [ { "type": 0, - "value": "Postnummeret kan bare inneholde tall og bokstaver" - } - ], - "onV2np": [ + "value": "Ditt Scandic Friends-nivå " + }, { - "type": 0, - "value": "Rom & gjester" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Legg til i kalenderen" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Gå tilbake" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri avbestilling" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" }, { "type": 0, - "value": " poeng" - } - ], - "p3b08J": [ + "value": " har oppgradert deg til " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Scandic Friends" + "value": "." } ], - "p99zlP": [ + "sas.linkedAccounts.upgradeValidUntil": [ { "type": 0, - "value": "Takk for bestillingen din! Vi gleder oss til å ønske deg velkommen og håper du får et hyggelig opphold." + "value": "Oppgraderingen er gyldig til" } ], - "pBhRB4": [ + "selectHotel.closeMap": [ { "type": 0, - "value": "Parkeringsinformasjon for " + "value": "Lukk kartet" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Prøv å endre søket for denne destinasjonen eller se alternative hoteller." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi fant ingen tilgjengelige rom med denne bookingskoden ( " }, { "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Rom " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Fornavn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlems-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Oppgradert gjennom SAS til " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Slik bruker du poeng" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Opplevelser i nærheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Om hotellet" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Avvis varsel" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultater (" - }, - { - "type": 1, - "value": "count" + "value": "bookingCode" }, { "type": 0, - "value": ")" + "value": " ). Se tilgjengelige priser nedenfor." } ], - "pkBQ0q": [ - { - "type": 0, - "value": "Ingen enkeltrom er tilgjengelige på disse datoene" - } - ], - "pmewv7": [ + "selectRate.availableRooms.all": [ { "offset": 0, "options": { @@ -7704,407 +7762,7 @@ "value": " tilgjengelig" } ], - "ppn572": [ - { - "type": 0, - "value": "Betal senere" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populær" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, bruk" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi hadde problemer med å behandle bestillingen din. Vennligst prøv igjen. Ingen kostnader har blitt belastet." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betal med poeng" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Nummeret du har oppgitt er for kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alle fordelene dine" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Bestill et møte" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det ser ikke ut til at noen hoteller samsvarer med søket ditt. Prøv å justere søket for å finne det perfekte oppholdet." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Vis Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garanter for sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Du må akseptere vilkårene og betingelsene" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Nummer: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poeng eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " netter" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Vis mindre" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi trenger flere detaljer for å bekrefte din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Lukk kartet" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Ikke nok poeng" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Åpne bildegalleri" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Hvis dette problemet vedvarer" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "En destinasjon eller hotellnavn er nødvendig for å kunne søke etter hotellrom." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profil oppdatert!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Møter og konferanser på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Legg til noe ekstra" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Lukk" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Administrer opphold" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Voksne" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ingen frokost" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Poengbytte fullført!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Oppdag " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Det oppsto en feil ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Sted" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Nettside" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ - { - "type": 0, - "value": "Maks. " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "max" - } - ], - "sHj9W4": [ - { - "type": 0, - "value": "EB-poeng" - } - ], - "sJlhdF": [ - { - "type": 0, - "value": "Adkomst mål" - } - ], - "sO6ulE": [ - { - "type": 0, - "value": "Lagre oppdateringer" - } - ], - "sTidZk": [ - { - "type": 0, - "value": "Kajakkpadling" - } - ], - "sVgB+Q": [ - { - "type": 0, - "value": "E-postadressen er ugyldig" - } - ], - "sX89my": [ - { - "type": 0, - "value": "Hoteller og reisemål" - } - ], - "sZPaN8": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotel" - } - ], - "sc4shG": [ + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8148,555 +7806,32 @@ "value": " tilgjengelig" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Trening & velvære" + "value": "Frokost kan kjøpes på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/natt for barn (alder 4–12)" + "value": "Frokost er ikke inkludert, legg til i neste trinn." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternative hoteller" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-post" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundesupport" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Bestill et nytt opphold" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frokost ekskludert" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Frokost er inkludert" } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Bli inspirert" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "bestillings- og avbestillingsvilkårene" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Medlemsvilkår og betingelser" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle rettigheter forbeholdes" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Kan ikke søke" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Meny" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Noe gikk galt. Vennligst prøv igjen senere." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Barn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hei, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser og tilgjengelighet" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barns alder er påkrevd" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Kan ikke vise frokostpriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Etternavn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Felles badstue" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send en e-post" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Fornavnet kan ikke inneholde spesialtegn" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Endre eller kanseller" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " store bokstaver" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Velg rom" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Inkludert frokost" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Ved å legge til et kort garanterer du også romreservasjonen din ved sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Passord kreves" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Offentlig transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menyer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Fjern søk" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Finn ditt opphold" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Møter, konferanser og arrangementer" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du vist denne fordelen til hotellpersonalet?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ingen hoteller passer ditt søk" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Det oppstod en feil ved forsøk på å administrere dine preferanser, vennligst prøv igjen senere." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Prisene har økt siden du valgte " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": ". " - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " For å fortsette bestillingen, godta den oppdaterte prisen, " - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tilbake for å velge " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Kortet ditt er lagret!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekreft bestilling" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se dine opplysninger" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer er obligatorisk" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " spesialtegn" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Hel sirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan ikke avbestilles" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poeng" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Ikke noe innhold publisert" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Velkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Totalt poeng" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har tjent " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " poeng dette medlemsåret." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternative åpningstider ( " - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": " )" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Rating på Tripadvisor" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8707,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8719,14 +7853,405 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ugyldige datoer" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " gjester" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Kjæledyrvennlig rom inkluderer et tillegg på ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " per opphold" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " igjen" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Velg pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dette rommet er ikke tilgjengelig" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Fasiliteter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Innsjekking/utsjekking" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Sjekk inn fra: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Sjekk ut senest: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Klokkeslett" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Romdetaljer" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Vurderinger og anmeldelser" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Vurderinger og anmeldelser for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Avstand til treningssenter: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Eksternt treningssenter: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Bassengets lengde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Bassengets bredde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Felles badstue" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Separat badstue for kvinner og menn" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Vis Trening & Velvære" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Mandag-fredag: Alltid åpent" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Mandag-fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lørdag-søndag: Alltid åpent" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lørdag-søndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Bassengets dybde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Bassengets dybde: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "En konto med denne e-postadressen finnes allerede. Prøv å logge inn i stedet." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformasjon" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jeg aksepterer" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Bli medlem nå" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved å godta " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " forstår jeg at mine personopplysninger vil bli behandlet i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Bli med eller logg inn for å bestille til medlemspriser." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "For å få medlemsprisen " + }, + { + "children": [ + { + "type": 1, + "value": "price" + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": ", logg inn eller bli medlem når du fullfører bestillingen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "For å få medlemsprisen for rom " @@ -8754,63 +8279,121 @@ "value": ", logg inn eller bli medlem når du fullfører bestillingen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denne koden har utløpt. " + "value": "per i dag" + } + ], + "stats.points.nextLevel": [ + { + "type": 0, + "value": "neste nivå: " + }, + { + "type": 1, + "value": "nextLevel" + } + ], + "stats.points.pointsNeededToLevelUp": [ + { + "type": 0, + "value": "Poeng som trengs for å komme opp i nivå" + } + ], + "stats.points.yourPointsToSpend": [ + { + "type": 0, + "value": "Dine poeng som kan brukes" + } + ], + "stays.getInspired": [ + { + "type": 0, + "value": "Bli inspirert" + } + ], + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har ingen kommende opphold." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Hvor bør du reise neste gang?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Avvis varsel" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tilbake til Mine sider" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har nok poeng til en bonusnatt!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Bestill nå" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nye totalsum" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vennligst skriv inn koden som ble sendt til " }, { "children": [ { "type": 0, - "value": "Send meg ny kode." + "value": " " } ], "type": 8, - "value": "resendOtpLink" - } - ], - "x+JySa": [ - { - "type": 0, - "value": "Sammenlign alle nivåer" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellinformasjon" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antall parkeringsplasser: " + "value": "maskedContactInfo" }, { - "type": 1, - "value": "number" + "type": 0, + "value": " for å overføre poengene dine." } ], - "x2vleF": [ + "transferEuroBonusPoints.pointsAddedTitle": [ { "type": 0, - "value": "Ingen tilgjengelighet" + "value": "Poeng lagt til" } ], - "x4c7BD": [ - { - "type": 0, - "value": "I nærheten" - } - ], - "x6GCUR": [ - { - "type": 0, - "value": "Ettersom bestillingen din inkluderer rom med ulike betingelser, vil vi belaste en del av bestillingen nå, og resten betales ved innsjekking på hotellet." - } - ], - "xAAmxu": [ + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8818,397 +8401,99 @@ }, { "type": 0, - "value": " p" + "value": " poeng" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rom" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalingsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom inn" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tilvalg til bestillingen din" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Utforsk byen" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jeg aksepterer vilkårene og betingelsene." - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Vilkår" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Søk" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Det oppstod en feil under forsøk på å oppdatere profilen." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalingsdetaljer" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Informasjon om tilgjengelighet for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Nivå" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Språk" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planlegger du å ankomme etter kl. 18.00? Sikre rommet ditt ved å garantere det med et kredittkort. Uten garanti, og ved manglende oppmøte, kan rommet bli tildelt andre etter kl. 18.00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Oppholdet ditt er fortsatt aktivt med det andre rommet" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem siden: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Fotturer" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betal på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Retningslinjer" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Kan ikke vise kartet" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Totalt å betale" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Ditt medlemsår og nivåutvikling" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Rommene dine" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andre betalingsmåter" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Poengveksling fullført!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hoteller med " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" + "value": "Transaksjonen din" } ], - "yos4hi": [ + "unlinkEuroBonusAccount.errorHeading": [ { "type": 0, - "value": "Etternavn må fylles ut" + "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine" } ], - "yr+Os9": [ + "unlinkEuroBonusAccount.errorMessage": [ { "type": 0, - "value": "Fødselsdato må fylles ut" + "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine. Ta kontakt med oss, så hjelper vi deg med å løse dette." } ], - "yxguVq": [ + "unlinkEuroBonusAccount.loginRequired": [ { "type": 0, - "value": "Slett endringer" + "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" } ], - "z074yK": [ + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ { "type": 0, - "value": "Dette oppholdet har flere vilkår." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer er obligatorisk" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Styrerom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-postadresse er påkrevd" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gjest" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Se og kjøp tilvalg" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Noe gikk galt, og vi kunne ikke legge til kortet ditt. Prøv igjen senere." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Bassengets bredde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/natt per voksen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " + "value": "Vennligst skriv inn koden sendt til " }, { "children": [ { "type": 0, - "value": " vilkårene og betingelsene " + "value": " " } ], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " for å koble fra kontoene dine." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Poeng" + "value": "Kontoene dine er ikke lenger lenket" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Gjennomsnittspris per natt" + "value": "Vennligst prøv igjen eller kontakt kundeservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kart over " - }, - { - "type": 1, - "value": "hotelName" + "value": "Bruker ikke funnet" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Kostnad frokost" + "value": "Ukjent feil oppstod under lasting av bruker" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Separat badstue for kvinner og menn" + "value": "Feil: Ingen bruker kunne lastes inn" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kart" + "value": "Feil: bruker ikke funnet" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tilbake til oversikten" } ] } diff --git a/apps/partner-sas/i18n/dictionaries/pl.json b/apps/partner-sas/i18n/dictionaries/pl.json index 3144e5abd..580fbbe37 100644 --- a/apps/partner-sas/i18n/dictionaries/pl.json +++ b/apps/partner-sas/i18n/dictionaries/pl.json @@ -1,5 +1,5 @@ { - "WcBpRV": [ + "selectRate.roomSizeMinToMax": [ { "type": 1, "value": "roomSizeMin" diff --git a/apps/partner-sas/i18n/dictionaries/sv.json b/apps/partner-sas/i18n/dictionaries/sv.json index 36a2a307c..2b3081bb4 100644 --- a/apps/partner-sas/i18n/dictionaries/sv.json +++ b/apps/partner-sas/i18n/dictionaries/sv.json @@ -1,71 +1,4914 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ogiltigt medlemsnummer" + "value": "Om tillgänglighet" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Endast tillåtna tecken" + "value": "Genom att lägga till ett kort garanterar du också din rumsbokning för sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamla datum" + "value": "Betalning sker vid incheckning. Kortet kommer endast att användas för att garantera tillvalet i händelse av utebliven ankomst." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Frukost kan läggas till efter bokning mot en extra kostnad för vuxna och barn från 4 år och uppåt." + "value": " tillgängliga poäng" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Ett fel uppstod när profilen skulle uppdateras." + "value": "Poäng som ska dras av nu" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alla tillägg är fullt återbetalningsbara fram till " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Tidsval och särskilda önskemål kan också ändras." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reservera med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jag accepterar de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du ska vända dig om du har frågor." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Övriga förfrågningar" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Frukost kan endast läggas till under hela vistelsen och för alla gäster." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Otillräckligt antal poäng" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betala med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betala med poäng" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Välj antal" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " har lagts till i din bokning!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Något gick fel. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunde inte läggas till i din bokning!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Kostnadsfritt för barn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt per vuxen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt för barn (4–12 år)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativ för " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Levererad till:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Det går inte att visa frukostpriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Uppgradera din vistelse" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jag accepterar boknings- och avbokningsvillkoren" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca" + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Önskemål om säng" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Låt dig inspireras och börja drömma om din nästa resa. Utforska fler Scandic-destinationer." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Boka din nästa vistelse" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bokningskod" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Bokningskod" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Bokningsöversikt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frukost ingår ej" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Frukost ingår" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanj" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Frukost hela dagen" + "value": "Avboka vistelse" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mina totala poäng" + "value": "Avbokningsnummer" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ändra eller avboka" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kod / kupong" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Sovplats (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Hitta bokning" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri avbokning" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Fri ombokning" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gäster" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotell & destinationer" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Lägsta pris (senaste 30 dagarna)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tillgänglighet" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Inga priser tillgängliga" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Det finns inga rum tillgängliga som matchar din förfrågan." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ej återbetalningsbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Poängen räcker inte" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Spjälsäng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " natt" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nätter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rum" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betala senare" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "betala nu" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris exklusive moms" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Pris inklusive moms" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Bokningsvillkor" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Ta bort extra rum" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Bekvämligheter på rummet" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Rumsklassificering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Rum " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Rum totalt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternativa hotell" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Välj rum" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jag vill få min bokningsbekräftelse via sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Särskilda behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "I mån av tillgänglighet" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Villkor" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Totalt att betala" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. moms)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alla priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter för bokningskod" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Bokningskodpriser" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Rumspriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(a) bokning(ar) är bekräftad, men vi kunde inte verifiera ditt medlemskap. Om du har bokat med medlemsrabatt behöver du antingen uppge ditt befintliga medlemsnummer vid incheckningen, bli medlem eller betala mellanskillnaden på hotellet. Registrering görs med fördel på vår webb innan vistelsen." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Ladda ner faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellinformation" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Försök igen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Hantera bokning" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Det gick inte att verifiera medlemskapet" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalningsinformation" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Boka ytterligare en övernattning" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Visa och köp tillval" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Upptäck de små detaljerna som kommer att göra din nästa vistelse ännu mer minnesvärd." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Ge det lite extra krydda" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Bokningsvillkor" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Medlemsförmåner har använts" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Bokningsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Avbokningsvillkor" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " från " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlems-ID: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Ditt rum kommer att vara tillgängligt för incheckning även efter kl. 18:00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Bokning garanterad." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gäst" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Tack för din bokning! Vi ser fram emot att välkomna dig och hoppas att du får en trevlig vistelse." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bokningsbekräftelse" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Total kostnad: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Lägg till kod" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Kom ihåg koden" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Om du bokar ett kampanjerbjudande eller ett företagsförhandlat pris behöver du en särskild bokningskod. Använd inte några specialtecken som (.) (,) (-) (:). Om du vill boka med koden VOF, vänligen ring oss på +46 8 517 517 00. Spara din bokningskod till nästa gång du besöker sidan genom att kryssa i rutan \"Kom ihåg\". Kryssa inte i rutan om du använder en offentlig dator för att undvika att obehöriga får tillgång till din bokningskod." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Sök" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Uppdatera" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Ålder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barnets ålder krävs" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I vuxens säng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I spjälsäng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Extra sovplats" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Checka in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rum & gäster" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Vart?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "För att boka en bonusnatt, se till att du är inloggad på ditt Scandic Friends-konto." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Lägg till rum" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Klart" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Ta bort rum" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Rensa sökningar" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Städer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Länder" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotell" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jag accepterar" + "value": "Senaste sökningarna" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Inga resultat" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunde inte hitta en matchande destination för din sökning." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Det gick inte att söka" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Ett fel inträffade under sökningen, försök igen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Ange destination eller hotell" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "En destination eller ett hotellnamn behövs för att kunna söka efter ett hotellrum." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brödsmulor" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Frukost hela dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Utforska erbjudandet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotell som ingår i detta erbjudande" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Nästa bild" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Föregående bild" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tillgänglighet" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Lägg till i kalender" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adress" + } + ], + "common.adult": [ + { + "type": 0, + "value": "vuxen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Vuxna" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "åldrar" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Använd" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tillbaka till toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sängalternativ" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Födelsedatum" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Bokningsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frukost" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frukostbuffé" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffé" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Avboka" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Avboka bokning" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Avbokningar" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Avbokat" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ändra" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Ändringar" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Incheckning" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Utcheckning" + } + ], + "common.children": [ + { + "type": 0, + "value": "Barn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Barn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "Stad" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Rensa" + } + ], + "common.close": [ + { + "type": 0, + "value": "Stäng" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Stäng språkmeny" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekräfta" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakta oss" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsätt" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landskod" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundsupport" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Middag" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Vägbeskrivning" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Vägbeskrivning" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-mailadress" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Hitta" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Förnamn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Följ oss" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mat" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Från" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Så här fungerar det" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildgalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. moms" + } + ], + "common.included": [ + { + "type": 0, + "value": "Ingår" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km till centrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Språk" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Efternamn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Nivå" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokala samtalsavgifter" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Logga ut" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunch" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Huvudmeny" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlems-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Nivå " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Måndag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Månad" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Du måste acceptera villkoren" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mina förmåner" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mina poäng" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mina vistelser" + } + ], + "common.name": [ + { + "type": 0, + "value": "Namn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Nästa" + } + ], + "common.night": [ + { + "type": 0, + "value": "natt" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen frukost" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanenmärkt" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ingår ej" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Öppna" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Öppna språkmeny" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Öppettider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valfritt" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Övrigt" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andra förfrågningar" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Översikt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Lösenord" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per vuxen/natt" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Husdjursvänligt" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Poäng" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Poäng att spendera" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktisk information" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidigare" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformation" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Läs mer" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Ta bort" + } + ], + "common.room": [ + { + "type": 0, + "value": "Rum" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rum" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lördag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Spara" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alla" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alla bilder" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se rum" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Välj ditt språk" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Visa alla" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Visa mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Visa mer" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Registrera dig" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & dryck" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Översikt" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Söndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Hämtmat" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrass" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Totalt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Totalt antal poäng" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "Betyg från TripAdvisor" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tisdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Senast " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "Moms" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Välkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Hantera cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Välj datum" + } + ], + "dates": [ + { + "type": 0, + "value": "Datum" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tillbaka till städer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinationer" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Utforska staden" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destinationer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Utforska " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Rekommenderad" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinationer i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Cykelvänligt" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Stadspuls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familjevänlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vandring" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakpaddling" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nattliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Utforska staden" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotell i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tillbaka till listan" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Det går inte att visa kartan" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Visa som lista" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Karta över staden" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Karta över landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Inga matchande destinationer hittades" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det verkar som att ingen destination matchar dina filter. Försök justera din sökning för att hitta det perfekta boendet." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Utforska alla våra hotell" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Visa alla hotell i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Det går inte att öppna sidan för " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hotellinformation" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kartan" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Ett fel uppstod ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotell" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Visa hotell på karta" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Redan medlem i Scandic Friends?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Gå med i vårt lojalitetsprogram idag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Länka min anställning" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Logga in" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Logga in och länka anställning" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du inget Scandic Friends-konto ännu?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Visa Team Member-kort" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrera dig och länka anställning" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Poäng håller på att beräknas" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bokningsnummer / referens" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivning" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tillval till din bokning" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidigare Scandichotell" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Inga transaktioner tillgängliga" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends poängshop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Poäng intjänade före 1 maj 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Välkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI-poäng" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Aktuellt lösenord" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Ignorera ändringar" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alla ändringar du har gjort kommer att gå förlorade." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Vill du ignorera ändringar som inte har sparats?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tillbaka för att ändra" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Skriv in det nya lösenordet igen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profilen har uppdaterats!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Användarinformation" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Ett fel uppstod när profilen skulle uppdateras." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, ignorera ändringar" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Önskad sängtyp" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Byt rum" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi stötte på ett problem när vi behandlade din bokning. Vänligen försök igen. Inga debiteringar har gjorts." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nu annullerat din betalning." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Frukost kan läggas till efter bokning mot en extra kostnad för vuxna och barn från 4 år och uppåt." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frukost kan läggas till efter bokning mot en extra avgift." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Barnens frukost är fri och ingår alltid som en del av den vuxnas frukost." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Välj frukostalternativ" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderar veganska, glutenfria och andra allergivänliga alternativ." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis för barn 12 år och yngre." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Slutför bokning" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "När du garanterar din bokning med ett kreditkort håller vi bokningen fram till 07:00 dagen efter incheckningen." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Vid utebliven ankomst debiteras ditt kreditkort för den första natten." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garantera för sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "När du bekräftar bokningen garanteras rummet för sen ankomst. Om du inte anländer utan att avboka i förväg eller om du avbokar efter 18:00 lokal tid debiteras du för en bonusnatt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktuppgifter" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Gå med i Scandic Friends före incheckning" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bli medlem i Scandic Friends nu" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Logga in" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " för rum " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Genom att gå med accepterar du " + }, + { + "children": [ + { + "type": 0, + "value": "villkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ditt Scandic Friends-medlemskap gäller tills vidare och kan avslutas när som helst genom att kontakta Scandics kundservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på rummet" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Det nya priset är" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris för rum aktiverat" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jag accepterar villkoren för denna bokning och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkor" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "För att säkra din bokning ber vi dig vänligen att ange dina betalkortsuppgifter. Du kan vara lugn, inga avgifter kommer att tas ut vid denna tidpunkt." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Slutför bokningen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "När du garanterar din bokning, kommer vi att hålla bokningen till 07:00 dagen efter incheckning. Detta ger dig som gäst extra flexibilitet när det gäller incheckningstider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Observera att detta är obligatoriskt och att ditt kort endast debiteras vid utebliven närvaro." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Fyll i ett betalkort i nästa steg" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Vad du måste göra för att garantera bokningen:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi håller fortfarande på att bekräfta din bokning. Detta är vanligtvis en fråga om minuter, vi ber om ursäkt för väntetiden. Kontrollera din inkorg för ett e-postmeddelande med bokningsbekräftelse. Om du fortfarande inte har fått det i slutet av dagen, vänligen kontakta vår " + }, + { + "children": [ + { + "type": 0, + "value": "kundsupport" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tar längre tid än vanligt" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Eftersom din bokning inkluderar rum med olika villkor, kommer vi att debitera en del av bokningen nu. Den återstående delen betalas vid incheckning på hotellet." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Sista steget" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Övriga betalningsmetoder" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betala vid incheckning" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalningsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna godkänner jag villkoren för denna bokning och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkor" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jag godkänner också att Scandic kräver ett giltigt betalkort under mitt besök om något skulle lämnas obetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Välj betalningsmetod" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsätt med nytt pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Pris för frukost" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tillbaka till rumsval" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Priserna har ökat sedan du valde din " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " För att fortsätta din bokning, acceptera det uppdaterade priset," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tillbaka för att välja " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "ett nytt rum" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nya rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "rum" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny totalsumma" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisuppgifter" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisändring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Extra sovplats kommer att erbjudas" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gästinformation" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Finns det något annat du vill att vi ska veta innan din ankomst?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Särskilda önskemål (valfritt)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Ålder krävs" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du måste vara minst 18 år för att fortsätta" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Tyvärr är ett av rummen du valde slutsålt. Vänligen välj ett annat rum för att fortsätta." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Sängval krävs" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Födelsedatum är obligatoriskt" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Bokningskoden är ogiltig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Du kan inte ha fler barn i vuxensängen än vuxna i rummet" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnätter kan inte kombineras med koder eller värdekuponger." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land krävs" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination krävs" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-postadressen är ogiltig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-mailadress krävs" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "För- och efternamn får inte vara samma i två olika rum" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Förnamn krävs" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Förnamnet får inte innehålla några specialtecken" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ogiltigt bokningsnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Efternamn krävs" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Efternamnet får inte innehålla några specialtecken" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ogiltigt medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Endast siffror är tillåtna" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnumret kan inte vara detsamma för två olika rum" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Bokning av flera rum är inte tillgänglig med denna bokningskod." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Det går inte att boka flera rum i samband med en bonusnatt." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Aktuellt lösenord krävs" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Det nya lösenordet matchar inte" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Nytt lösenord krävs" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Lösenord krävs" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Skriv in det nya lösenordet igen" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Numret du har angett är för kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Ange ett giltigt telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer krävs" + } + ], + "error.required": [ + { + "type": 0, + "value": "Krävs" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnumret kan endast innehålla siffror och bokstäver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer är obligatoriskt" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Det gick inte att kopiera" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Det gick inte att lägga till i kalendern" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Något gick fel!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Rensa alla filter" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Avstånd till stadens centrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellfaciliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrera och sortera" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrera efter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellomgivning" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Inga matchande hotell hittades" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det verkar som om inga hotell matchar din sökning. Försök justera sökningen för att hitta den perfekta vistelsen." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultat (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sortera efter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Hittar du inte din bokning?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Vänligen kontakta " + }, + { + "children": [ + { + "type": 0, + "value": "kundtjänst" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Det gick inte att skicka formuläret, vänligen försök igen senare." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Hitta ditt hotell" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se och hantera din bokning som gjorts via vår hemsida eller app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-priset kan endast bokas via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alla rättigheter förbehållna" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produkten kunde inte läggas till. Din bokning är garanterad. Vänligen försök igen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi hade ett problem med att garantera din bokning. Vänligen försök igen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tillbaka till scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Stäng meny" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Logga in/Bli medlem" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Meny" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Meny Mina sidor" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Öppna meny" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Öppna menyn Mina sidor" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " recensioner" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Välkommen till" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I närheten" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotell" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Karta" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " ( " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gäst " + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gäster " + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": " )" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alla bekvämligheter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se karta" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se rumsinformation" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gäster" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreativa utrymmen för möten" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Karta över " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tillgängliga priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km till stadens centrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Sevärdheter" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Företag" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Stad" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Kollektivtrafik" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & restauranger" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Upplevelser i närheten av " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Visa som lista" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Visa som karta" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tillgänglighet på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Möten, konferenser & evenemang" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Erbjudanden" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Möten & konferenser" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurang & bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Inomhuspool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Utomhuspool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Bastu" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi behöver fler uppgifter för att bekräfta din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Hitta din bokning" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Läs mer om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Öppna bildgalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alla kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alla länder" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alla hotell och kontor" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alla destinationer" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Öppet för ansökan" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Se & ansök" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Destination (visas på lokalt språk)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotell eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Öppna bild" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Personalnumret är redan kopplat till ett annat Scandic Friends-medlemskap." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakta vår medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Ditt konto kunde inte anslutas" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du är inte berättigad till personalförmåner" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Detta kan bero på att din anställning ännu inte har börjat, har avslutats eller att du är konsult. Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Goda nyheter! Du kan gå direkt till Mina sidor för att se alla dina förmåner!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Födelsedatum: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi behöver ditt födelsedatum för att koppla ihop ditt Scandic Friends-konto med ditt SAS EuroBonus-konto. Vänligen kontrollera att det är korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Födelsedatum saknas" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Födelsedatum stämmer inte överens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Fick du ingen kod? " + }, + { + "children": [ + { + "type": 0, + "value": "Skicka kod igen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Ändra dina personliga uppgifter" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denna kod har löpt ut. " + }, + { + "children": [ + { + "type": 0, + "value": "Skicka ny kod." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Något gick fel" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Vänligen försök igen senare" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunde inte koppla ihop dina konton." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden du har angett är felaktig." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Länka mina konton" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Länka dina konton" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Häng kvar..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontolänkning." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Om du inte omdirigeras automatiskt, vänligen " + }, + { + "children": [ + { + "type": 0, + "value": "klicka här" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denna verifiering behövs för ytterligare säkerhet." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fel vid begäran om engångslösenord" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifikationskod" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange koden som skickats till " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " för att kunna bekräfta din kontolänkning." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Du skickas vidare till Mina sidor." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi skickar dig vidare till SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Ett fel inträffade när du begärde ett nytt engångslösenord" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Skicka ny kod" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har kopplat ihop dina konton!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dina konton är länkade" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Genom att länka dina konton godkänner du " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends och SAS villkor" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har begärt för många koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "För många misslyckade försök" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vänligen vänta 1 timme innan du försöker på nytt." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "För många förfrågningar har gjorts. Vänligen försök igen senare." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Se dina länkade konton" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se din information" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per natt från" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Redan medlem?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Logga in här" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemsvillkor" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nätter" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zooma in" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zooma ut" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Boka ett möte" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotell & destinationer" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Mötesdestination" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Dörrmått" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Styrelserum" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabarésittning" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klassrum" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Storlek" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Våning " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Cirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halvcirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Inomhusfönster mot hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Inomhusfönster och utmärkt belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Läge på hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Inga fönster" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Inga fönster men utmärkt belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-bord" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus och mörkläggningsfunktioner" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus och utmärkt utsikt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Boostad by SAS till och med " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tillgänglighetsinformation för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Information om tillgänglighet för " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Börja dagen med en härlig frukost innan du utforskar " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse på ett Scandic-hotell nu!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Upptäck vårt Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Börja dagen med en härlig frukost innan du utforskar " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse på ett Scandic-hotell nu!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Njut av din vistelse på ett Scandic-hotell. Boka ditt hotell nu!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Utforska " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", och mer! Allt medan du njuter av din vistelse på ett Scandic-hotell. Boka nu!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Upptäck " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Njut av din vistelse på ett Scandic hotell. Boka din vistelse nu!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Upptäck " @@ -83,101 +4926,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Växla poäng" + "value": "Utforska " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Läs mer och länka konton" + "value": "Gym och hälsofaciliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Ta bort extra rum" + "value": "Gym & hälsofaciliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjreferens: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse nu!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erbjuder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gästerna kan också njuta av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Boka din vistelse på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " redan idag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erbjuder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gäster kan också njuta av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Möten & konferenser på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Möten & konferenser på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformation för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsinformation för " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotell i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Överraskningar" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få tillgång till ditt Team Member-kort här på Mina sidors översikt." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Lägg till nytt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Boka rabatterade övernattningar för dig själv, familj och vänner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Sidans sökvägar kunde inte laddas (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alla dina förmåner" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Titta på de kreditkort som sparats i din profil. Betala med ett sparat kort när du är inloggad för en smidigare webbupplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Jämför alla nivåer" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "memberse@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gåva" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gåvor" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " läggs till dina förmåner" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nuvarande medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Aktuella poäng: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Födelsedatum" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Uppdatera profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Anställd" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Det gick inte att läsa in den här sidan ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Sista giltighetsdag: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå till Mina förmåner" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hej, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Kvar till nästa nivå" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Nivåutveckling: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " poäng intjänade" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem sedan: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlems-ID kopierat till urklipp" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Inget innehåll publicerat" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mina kommunikationspreferenser" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mina medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mina betalkort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Namn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Intjänade poäng" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POÄNG" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "kvar för att behålla nivån" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "De poäng du tjänar i år avgör din nivå för både detta och nästa medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensionerad" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Hoppsan! Något gick fel när din överraskning skulle visas. Uppdatera sidan eller försök igen senare. Om problemet kvarstår, " + }, + { + "children": [ + { + "type": 0, + "value": "kontakta supporten." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du hittar alla dina gåvor i 'Mina förmåner'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en speciell gåva som väntar på dig!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Poäng som går ut" + "value": " gåvor som väntar på dig!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "Betyg från TripAdvisor" + "value": "Öppna " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gåva" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gåvor" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mat" + "value": "Använd dem snabbt innan de går ut!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Detta kan bero på att din anställning ännu inte har börjat, har avslutats eller att du är konsult. Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + "value": "Team Member-kort tillagt" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Berätta för oss vilken information och vilka uppdateringar du vill ha och hur, genom att klicka på länken nedan." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Rumspriser" + "value": "Gäller till " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Det går inte att boka flera rum i samband med en bonusnatt." - } - ], - "/5HHL3": [ + "value": "Du har tjänat " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Fönster med naturligt dagsljus och utmärkt utsikt" + "value": " poäng detta medlemsår." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifikationskod" + "value": "Din nivåstatus" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Medlemsår och nivåutveckling" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Din SAS EuroBonus-nivå har uppgraderat dig till " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerförmåner" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-länkar" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ditt medlemskap" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du måste vara inloggad för att se din bokning" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Och du måste vara inloggad med samma medlemskonto som du gjorde bokningen med." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nya datum" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Sök" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vänligen välj datum" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakta personen som bokade vistelsen" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Eftersom detta är en bokning med flera rum måste avbokningen göras av personen som gjorde bokningen. Vänligen ring 08-517 517 00 för att prata med vår kundtjänst om du behöver ytterligare hjälp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Eftersom detta är en vistelse med flera rum gäller eventuella ändringar av datum för alla rum. Vänligen kontakta kundtjänst för att uppdatera datumen." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Eftersom detta är en vistelse med flera rum gäller eventuella datumändringar för alla rum, vänligen be den person som bokade vistelsen att kontakta kundtjänst." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mina tillval" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populärt" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Webbsida" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Totalsumma för bokning" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Något gick fel. Vänligen försök igen senare." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan inte avbokas" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekräfta avbokning" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Är du säker på att du vill fortsätta med avbokningen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Denna vistelse har flera villkor." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mina rum" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Vissa rum avbokades utan problem, men vi stötte på problem med andra. Vänligen kontakta kundtjänst för hjälp." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " avbokades" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi beklagar att det inte gick denna gång." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Din vistelse har blivit avbokad" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Din vistelse är fortfarande aktiv med det andra rummet" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Avbokningsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekräfta datumändring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nya datum" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamla datum" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betala på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Det gick inte att uppdatera din vistelse" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Din vistelse har uppdaterats" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Incheckning efter 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planerar du att anlända efter kl. 18.00? Säkra ditt rum genom att garantera det med ett kreditkort. Utan garanti och vid utebliven ankomst kan rummet komma att omdisponeras efter kl. 18.00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Ditt kort kommer endast att debiteras vid utebliven ankomst" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garantera" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garantera sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jag accepterar villkoren för denna vistelse och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Ändra gästinformation" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Det gick inte att uppdatera gästinformation" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gästinformation uppdaterad" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Min vistelse på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Hantera bokningen" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Visa och skriv ut kvitto" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Ändras fram till" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Är du säker på att du vill ändra dina gästuppgifter?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Spara uppdateringar" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mina totala poäng" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Upptäck fler hotell" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Boende" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sängtyp" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Slutgiltig momsspecifikation kommer att tillhandahållas vid utcheckningen." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Antal gäster" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antal nätter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Avgift för husdjursrum inklusive moms" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FÖRBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Rummet är förbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Bokningstyp" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Okänt objekt" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Är du säker att du vill avboka din vistelse på " @@ -237,4976 +6219,7 @@ "value": " Detta kan inte återkallas." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Rensa" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjkod" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Läge på hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Växla till" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinationer i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Måndag-fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Vill du ignorera ändringar som inte har sparats?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zooma ut" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Övrigt" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Något gick fel!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Se dina länkade konton" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Husdjursvänliga rum kostar cirka " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " /vistelse " - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivning" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter för bokningskod" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Extra sovplats" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Boende" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-poäng" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi hade ett problem med att garantera din bokning. Vänligen försök igen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alla" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Karta över staden" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Ändras fram till" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Genom att acceptera " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren för Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " förstår jag att mina personuppgifter kommer att behandlas i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Husdjursvänligt rum" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Finns det något annat du vill att vi ska veta innan din ankomst?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "För att aktivera erbjudandet" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " liten bokstav" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi behöver fler uppgifter för att bekräfta din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mina poäng" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Ett fel uppstod när kreditkortet skulle läggas till, försök igen senare." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Rum totalt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Öppna menyn Mina sidor" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se och hantera din bokning som gjorts via vår hemsida eller app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Poolens längd: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MOMS " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-bord" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Gå med i Scandic Friends före incheckning" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Namn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Visa Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ÖVRIGT" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Boka nu" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Erbjudanden" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Upptäck vårt Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Börja dagen med en härlig frukost innan du utforskar " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse på ett Scandic-hotell nu!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny totalsumma" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "nästa nivå: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Sista giltighetsdag: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Boka bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du hittar alla dina gåvor i 'Mina förmåner'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderar veganska, glutenfria och andra allergivänliga alternativ." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotell eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Avboka bokning" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "För att boka med EuroBonus-poäng, se till att du är inloggad på ditt SAS EuroBonus-konto." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. moms" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Så här gör du" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Högsta nivå" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Visa som lista" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Rum" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Vardagspriser" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Logga in här" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Ett fel inträffade när du begärde ett nytt engångslösenord" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Vänligen ange koden som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att överföra dina poäng." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nattliv" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Stadspuls" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Antal laddningsstationer för elbilar: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Dina poäng att använda" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jag vill få min bokningsbekräftelse via sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Kom ihåg koden" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member-kort tillagt" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sängtyp" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Inga matchande destinationer hittades" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativ för " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Gå till huvudinnehåll" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Preliminärt kvitto" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Okänt fel inträffade vid laddning av användare" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nya totalsumma" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Något gick fel. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunde inte läggas till i din bokning!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensionerad" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Födelsedatum" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Okänt objekt" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bokningsnummer / referens" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Bokningskod" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bokningskod" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Bekvämligheter på rummet" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Det går inte att öppna sidan för " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Bokning av flera rum är inte tillgänglig med denna bokningskod." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Överraskningar" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Länka dina " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " och " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " konton för att tjäna, använda och växla poäng mellan medlemskap" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Giltigt till och med " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Utcheckning senast: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinationer" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Avbokat" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Avboka" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Möten & konferenser" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunde inte koppla ihop dina konton." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garantera för sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Ditt kort kommer endast att debiteras vid utebliven ankomst" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Avbokningsnummer" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Hantera cookies" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jag accepterar de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du kan vända dig om du har frågor." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Logga in/Bli medlem" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Bokningskoden är ogiltig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "För att boka en bonusnatt, se till att du är inloggad på ditt Scandic Friends-konto." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mina sidor" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Poängen räcker inte" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Lösenord" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Välj antal" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Pris per natt" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Öppna " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gåva" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gåvor" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Länka min anställning" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Prisändring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, stäng och ta bort förmån" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ej återbetalningsbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Slutgiltig momsspecifikation kommer att tillhandahållas vid utcheckningen." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsätt med nytt pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Efternamnet får inte innehålla några specialtecken" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tillgänglig i vissa rum)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "rum" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Måndag-fredag: Alltid öppet" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Sevärdheter" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Sök" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ogiltigt bokningsnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI-poäng" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Inga transaktioner tillgängliga" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Lägg till kod" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Avbokningsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkering kan förbokas: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "För många misslyckade försök" - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Det gick inte att lägga till i kalendern" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Avstånd till stadens centrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Bokningsnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Är du säker på att du vill avlänka ditt konto?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Det nya lösenordet matchar inte" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Medlem" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Ange destination eller hotell" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Boka rabatterade övernattningar för dig själv, familj och vänner!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Betala vid incheckning" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Nivåutveckling: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " poäng intjänade" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Dag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "betala nu" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Min vistelse på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-priset kan endast bokas via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Kvar till nästa nivå" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Du skickas vidare till Mina sidor." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nu annullerat din betalning." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Inomhuspool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellfaciliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Registrera dig" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Det gick inte att kopiera" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi beklagar att det inte gick denna gång." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Är du säker på att du vill fortsätta med avbokningen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "vuxen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, ignorera ändringar" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Nästa" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Du har inga poäng att överföra." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Kopierad till urklipp" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Berätta för oss vilken information och vilka uppdateringar du vill ha och hur, genom att klicka på länken nedan." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Vägbeskrivning" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Kupong" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Poäng tillagda" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Det finns redan ett konto med den här e-mailadressen. Försök att logga in i stället." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Inomhusfönster mot hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Bastu" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alla kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Bokningsvillkor" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalningsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Rummet är förbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Särskilda önskemål (valfritt)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Ålder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nya datum" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Växla från" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Översikt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Medlemsförmåner har använts" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på rummet" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Utcheckning" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km till stadens centrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Lördag-söndag: Alltid öppet" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Upptäck fler hotell" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hotellinformation" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Önskad sängtyp" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gåva" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gåvor" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " läggs till dina förmåner" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotell nära " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisuppgifter" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Välj ditt språk" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ogiltiga datum" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "För att få medlemspriset " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": ", logga in eller bli medlem när du slutför bokningen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Poäng att spendera" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "I mån av tillgänglighet" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fel vid begäran om engångslösenord" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lördag-söndag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Logga in" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Intjänade poäng" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Vänligen kontakta kundtjänst för att uppdatera datumen." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Min profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Externt gym: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Vissa rum avbokades utan problem, men vi stötte på problem med andra. Vänligen kontakta kundtjänst för hjälp." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Karta över landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Uppdatera" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har tillräckligt med poäng för en bonusnatt!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ändra" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " poäng upphör att gälla" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Hitta hit" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Växlade poäng kommer inte att vara nivåkvalificerande." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Det tar längre tid än vanligt" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Det gick inte att aktivera det här erbjudandet" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Bokningsöversikt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se rumsinformation" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sängalternativ" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dina konton är länkade" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brödsmulor" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsätt med poängutbytet?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logga ut" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Börja dagen med en härlig frukost innan du utforskar " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse på ett Scandic-hotell nu!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Se rum" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klassrum" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gästinformation uppdaterad" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Visa hotell på karta" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Läs mer om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Vänligen ange koden som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att kunna bekräfta din kontolänkning." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se villkor och bestämmelser för alla kvalificeringskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca" - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denna verifiering behövs för ytterligare säkerhet." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " poäng" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datum" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Gym och hälsofaciliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nya datum" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gåvor som väntar på dig!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Slutför bokningen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Är du säker på att du vill ta bort kortet som slutar med " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " från din medlemsprofil?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Låt dig inspireras och börja drömma om din nästa resa. Utforska fler Scandic-destinationer." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poäng" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erbjuder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gästerna kan också njuta av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Boka din vistelse på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " redan idag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tillbaka till scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Din nivå" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Det gick inte att skicka formuläret, vänligen försök igen senare." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reservera med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Om inte, vänligen gå tillbaka och gör det innan du stänger detta. När du stänger det här kommer din förmån att bli ogiltig och tas bort från Mina förmåner." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Vid utebliven ankomst debiteras ditt kreditkort för den första natten." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrass" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Gå med i vårt lojalitetsprogram idag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I vuxens säng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Avstånd till hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Visa som karta" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Pris per dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Använd" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Incheckning/utcheckning" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Intjänade poäng" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotell som ingår i detta erbjudande" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Frukost kan endast läggas till under hela vistelsen och för alla gäster." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Personalnumret är redan kopplat till ett annat Scandic Friends-medlemskap." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Hitta" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Ange ett giltigt telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Ditt konto kunde inte anslutas" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Förnamn krävs" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tillgängliga priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Försök igen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "För att säkra din bokning ber vi dig vänligen att ange dina betalkortsuppgifter. Du kan vara lugn, inga avgifter kommer att tas ut vid denna tidpunkt." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nätter" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halvcirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Eftersom detta är en vistelse med flera rum gäller eventuella datumändringar för alla rum, vänligen be den person som bokade vistelsen att kontakta kundtjänst." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Stängt" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "När du garanterar din bokning, kommer vi att hålla bokningen till 07:00 dagen efter incheckning. Detta ger dig som gäst extra flexibilitet när det gäller incheckningstider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Ta bort" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få tillgång till ditt Team Member-kort här på Mina sidors översikt." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alla bekvämligheter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jag accepterar boknings- och avbokningsvillkoren" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Fri parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Födelsedatum" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnätter kan inte kombineras med koder eller värdekuponger." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Upptäck de små detaljerna som kommer att göra din nästa vistelse ännu mer minnesvärd." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garantera" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kod / kupong" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produkten kunde inte läggas till. Din bokning är garanterad. Vänligen försök igen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "memberse@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildgalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Utforska " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tillbaka till toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Din nivåstatus" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Totalt inklusive moms" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landskod" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Mötesdestination" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Namn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Så här fungerar det" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tillgänglighet" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Sängval krävs" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Boka parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrera och sortera" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Anställd" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Födelsedatum saknas" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Hittar du inte din bokning?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-poäng att växla" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Skriv in det nya lösenordet igen" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi hittade inga lediga rum med denna bokningskod (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Se tillgängliga priser nedan." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Husdjursvänligt" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Städer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi håller fortfarande på att bekräfta din bokning. Detta är vanligtvis en fråga om minuter, vi ber om ursäkt för väntetiden. Kontrollera din inkorg för ett e-postmeddelande med bokningsbekräftelse. Om du fortfarande inte har fått det i slutet av dagen, vänligen kontakta vår " - }, - { - "children": [ - { - "type": 0, - "value": "kundsupport" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Poäng som behövs för att gå upp i nivå" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Cykelvänligt" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Användare hittades inte" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Senaste sökningarna" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Frukost (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformation" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, ta bort mitt kort" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Inga fönster" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mina sparade kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antal nätter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valfritt" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Det gick inte att verifiera medlemskapet" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Byt rum" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Länk" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Frukosterbjudande kan köpas på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "från och med idag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Ta bort rum" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Visa lösenord" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidigare" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Genom att länka dina konton godkänner du " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends och SAS villkor" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " kvar" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Visa alla" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakta personen som bokade vistelsen" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Klart" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Hantera inställningar" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundsupport" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Destination (visas på lokalt språk)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Öppna" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Bokningsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Ladda ner faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopiera erbjudandekod" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Något gick fel" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Antal gäster" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Dölj lösenord" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Alltid öppet" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Utforska " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Visa som lista" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Redan medlem?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nuvarande medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris exklusive moms" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "poäng" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Du kan inte ha fler barn i vuxensängen än vuxna i rummet" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Växla poäng" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Avlänka konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellfaciliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mina vistelser" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "Moms" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Födelsedatum stämmer inte överens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Poäng förfaller tre år efter att de har tjänats in, den sista dagen i den månaden. Poäng som förfaller påverkar inte din nivå." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Öppet för ansökan" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Det gick inte att uppdatera gästinformation" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Detta rum är utrustat med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Uppgradera din vistelse" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Gå upp i nivå för att låsa upp" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINA SPARADE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlems-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rum" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Är du säker på att du vill ta bort den här produkten?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Om du stänger detta kommer din förmån att tas bort" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Föregående bild" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Totalt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellomgivning" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mina betalkort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Fortsätt med poängväxlingen?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Välj frukostalternativ" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Sidans sökvägar kunde inte laddas (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Din Scandic Friends-nivå " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har uppgraderat dig till " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frukost kan läggas till efter bokning mot en extra avgift." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunch" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Fick du ingen kod? " - }, - { - "children": [ - { - "type": 0, - "value": "Skicka kod igen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "De poäng du tjänar i år avgör din nivå för både detta och nästa medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekräfta" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokala samtalsavgifter" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " tillgängliga poäng" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Välkommen till" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gäster" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Aktuellt lösenord" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " för rum " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Levererad till:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jag accepterar de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du ska vända dig om du har frågor." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna accepterar jag villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jag accepterar också att Scandic kräver ett giltigt betalkort under mitt besök i händelse av att något lämnas obetalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betalning" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Visa alla hotell i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POÄNG" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "kvar för att behålla nivån" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & dryck" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " har lagts till i din bokning!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Incheckning efter 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jag accepterar villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkor" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnumret kan inte vara detsamma för två olika rum" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Ändra datum" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontolänkning." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Till en kostnad" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Hämtmat" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna godkänner jag villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkor" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jag godkänner också att Scandic kräver ett giltigt betalkort under mitt besök om något skulle lämnas obetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Poäng" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Slutför bokning" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Datum" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mina tillval" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " recensioner på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Boka din nästa vistelse" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Total kostnad: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Poäng håller på att beräknas" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Poolens djup: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Länka din anställning för att få tillgång till förmåner" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Visa alla erbjudanden" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-poäng att få" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Logga ut" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Utforska " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", och mer! Allt medan du njuter av din vistelse på ett Scandic-hotell. Boka nu!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Välkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alla tillägg är fullt återbetalningsbara fram till " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Tidsval och särskilda önskemål kan också ändras." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Njut av din vistelse på ett Scandic-hotell. Boka ditt hotell nu!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Sovplats (barn) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivning" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destinationer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Huvudmeny" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betalning sker vid incheckning. Kortet kommer endast att användas för att garantera tillvalet i händelse av utebliven ankomst." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Något gick fel och vi kunde inte ta bort ditt kort. Vänligen försök igen senare." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dina konton är redan länkade" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Länka min anställning" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Fyll i ett betalkort i nästa steg" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Ditt kort togs bort utan problem!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Lägg till nytt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fel: Användaren kunde inte hittas" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per natt från" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabarésittning" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vänligen välj datum" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "natt" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mina förmåner" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Försök att ändra din sökning efter den här destinationen eller se alternativa hotell." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Nytt lösenord krävs" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller mejla oss på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " för att få hjälp med din bokning." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-länkar" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Totalsumma för bokning" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, avlänka mina konton" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nej, behåll kort" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Hantera bokning" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Översikt" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Om du inte omdirigeras automatiskt, vänligen " - }, - { - "children": [ - { - "type": 0, - "value": "klicka här" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det verkar som att ingen destination matchar dina filter. Försök justera din sökning för att hitta det perfekta boendet." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nej, gå tillbaka" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Länka dina konton" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Särskilda behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Läs mer" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrera efter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familjevänlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Öppettider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Avbokningsvillkor" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tillbaka till Mina sidor" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Krävs" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Hitta din bokning" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Hoppsan! Något gick fel när din överraskning skulle visas. Uppdatera sidan eller försök igen senare. Om problemet kvarstår, " - }, - { - "children": [ - { - "type": 0, - "value": "kontakta supporten." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Visa och köp tillval" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Incheckning från: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Utforska alla våra hotell" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunde inte avlänka dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Månad" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Stad" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Inlöst & giltig t.o.m.:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mina kommunikationspreferenser" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Öppna bild" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Använd dem snabbt innan de går ut!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Bokning garanterad." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Upplevelser i närheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Storlek" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Redan medlem i Scandic Friends?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Bokningsvillkor" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Se & ansök" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har tillräckligt med poäng för en bonusnatt!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " personer" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Pris inklusive moms" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellets omgivningar" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Skicka ny kod" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Din vistelse har uppdaterats" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Meny Mina sidor" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poäng som kan spenderas går ut den " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Ingår" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Fönster med naturligt dagsljus" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du är inte berättigad till personalförmåner" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Inga matchande hotell hittades" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " poäng" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Detta kommer att ta bort alla uppgraderingar av medlemsnivå som erhållits genom länkningen. Du kan länka om dina konton igen inom 30 dagar." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotell" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Utomhuspool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Öppna språkmeny" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "memberse@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Rekommenderad" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Din SAS EuroBonus-nivå har uppgraderat dig till " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ÖVRIGA BETALNINGSMETODER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Ändra dina personliga uppgifter" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurang & bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tillbaka till listan" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km till centrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Din medlemsnivå" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gäster" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gästinformation" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du måste vara minst 18 år för att fortsätta" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Möten & konferenser på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en speciell gåva som väntar på dig!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(a) bokning(ar) är bekräftad, men vi kunde inte verifiera ditt medlemskap. Om du har bokat med medlemsrabatt behöver du antingen uppge ditt befintliga medlemsnummer vid incheckningen, bli medlem eller betala mellanskillnaden på hotellet. Registrering görs med fördel på vår webb innan vistelsen." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse nu!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends poängshop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformation" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Det finns inga rum tillgängliga som matchar din förfrågan." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Saknar du en tidigare vistelse?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lördag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Om du bokar ett kampanjerbjudande eller ett företagsförhandlat pris behöver du en särskild bokningskod. Använd inte några specialtecken som (.) (,) (-) (:). Om du vill boka med koden VOF, vänligen ring oss på +46 8 517 517 00. Spara din bokningskod till nästa gång du besöker sidan genom att kryssa i rutan \"Kom ihåg\". Kryssa inte i rutan om du använder en offentlig dator för att undvika att obehöriga får tillgång till din bokningskod." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jag vill växla in mina poäng" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Ändra gästinformation" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se karta" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " till " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tecken" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Ett fel inträffade under sökningen, försök igen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frukostbuffé" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jag vill växla mina poäng" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Stäng språkmeny" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakta oss" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Vart vill du resa nästa gång?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Rumsfakta" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Incheckning" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Din vistelse har blivit avbokad" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå till Mina förmåner" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Checka in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekräfta avbokning" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Helgpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Våning " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivänligt rum" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Lös in förmån" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Din vistelse har bokats med " @@ -5230,688 +6243,173 @@ "value": " villkor som tyvärr inte tillåter avbokning." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Medlemspris för rum aktiverat" + "value": "Ändra datum" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Länka mina konton" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alla bilder" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan förbokas: Nej" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kontakta kundtjänst" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Nästa bild" + "value": "Vänligen kontakta kundtjänst för att uppdatera datumen." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Tisdag" + "value": "Inga enkelrum finns tillgängliga på dessa datum" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Vi skickar dig vidare till SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bli medlem eller logga in när du bokar för att få medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Vänligen ange den kod som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att avlänka dina konton." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Eftersom detta är en bokning med flera rum måste avbokningen göras av personen som gjorde bokningen. Vänligen ring 08-517 517 00 för att prata med vår kundtjänst om du behöver ytterligare hjälp." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Försök igen eller kontakta kundtjänst!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Du har inga bokade övernattningar." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Tillbaka till rumsval" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mina tillval" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Eftersom detta är en vistelse med flera rum gäller eventuella ändringar av datum för alla rum. Vänligen kontakta kundtjänst för att uppdatera datumen." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Välj ett pris" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Boka om" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destination krävs" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Utgångsdatum" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Och du måste vara inloggad med samma medlemskonto som du gjorde bokningen med." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Frukost (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Ring " }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ + "value": "phone" + }, { "type": 0, - "value": "Genom att acceptera " + "value": " eller mejla oss på " }, { "type": 1, - "value": "termsLink" + "value": "email" }, { "type": 0, - "value": ", godkänner jag att koppla min anställning för att få tillgång till förmåner. Kopplingen kommer att förbli aktiv under min anställning eller tills jag väljer att avsluta den genom att skicka ett e-postmeddelande till Scandics kundtjänst." + "value": " för att få hjälp med din bokning." } ], - "ZImAbJ": [ - { - "type": 0, - "value": "Medlemspris" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Det gick inte att uppdatera din vistelse" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " och " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " är likvärdiga och har matchats. Gå upp i nivå i ett av dina medlemskap för en chans till uppgradering!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " recensioner" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tillbaka till översikten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Villkor" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Logga in och länka anställning" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Växlade poäng kommer inte att vara nivåkvalificerande." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Användarinformation" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Upptäck " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Njut av din vistelse på ett Scandic hotell. Boka din vistelse nu!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreativa utrymmen för möten" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Middag" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Barnens frukost är fri och ingår alltid som en del av den vuxnas frukost." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Länder" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Poäng intjänade före 1 maj 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Visa mer" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Det gick inte att läsa in den här sidan ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Fortsätt" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Lägg till rum" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Vi har kopplat ihop dina konton!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Vänligen försök igen senare" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Bekräfta datumändring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andra förfrågningar" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Kostnadsfritt för barn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Måndag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlems-ID: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Du är på väg att växla:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Vänligen kontakta " - }, - { - "children": [ - { - "type": 0, - "value": "kundtjänst" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, "value": "Ring" } ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": "Skicka ett e-postmeddelande" } ], - "bGHK6l": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Hotell i " - }, - { - "type": 1, - "value": "location" + "value": "Hitta hit" } ], - "bH2sNZ": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, - "value": "Tillbaka till rumsval" + "value": "Boka om" } ], - "bH8RvF": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Observera att detta är obligatoriskt och att ditt kort endast debiteras vid utebliven närvaro." + "value": "Är du säker på att du vill ta bort den här produkten?" } ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden du har angett är felaktig." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fel: Det gick inte att ladda någon användare" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Totalt exklusive moms" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Öppna meny" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Vart?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Poäng att spendera" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Boka" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Växla från" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Rumstotal" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Bokningstyp" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alla priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Välj datum" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erbjuder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gäster kan också njuta av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ + "myStay.yourMemberLevel": [ { "type": 0, "value": "Din medlemsnivå" } ], - "cHO20+": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Gym" + "value": "Dina rum" } ], - "cTHS86": [ + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternativa öppettider (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Alltid öppet" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Stängt" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Högsta nivå" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Medlems-ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " poäng som kan spenderas går ut den " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nätter" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Din nivå" + } + ], + "parkingInformation.address": [ { "type": 0, "value": "Adress: " @@ -5921,775 +6419,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategori" + "value": "Till en kostnad" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-poäng att växla" + "value": "Boka parkering" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Det nya priset är" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktisk information" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Är du säker på att du vill ändra dina gästuppgifter?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "För många förfrågningar har gjorts. Vänligen försök igen senare." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mina rum" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I spjälsäng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Gå med nu" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kupong" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garantera bokning för sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status nivåmatchning" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tillbaka till städer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Från" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Tjäna poäng genom att bo på Scandic. Förvandla dina poäng till bonusnätter och minnesvärda upplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Genom att gå med accepterar du " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ditt Scandic Friends-medlemskap gäller tills vidare och kan avslutas när som helst genom att kontakta Scandics kundservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Omdömen" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vänligen vänta 1 timme innan du försöker på nytt." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotell" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "När du garanterar din bokning med ett kreditkort håller vi bokningen fram till 07:00 dagen efter incheckningen." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Häng kvar..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Stäng meny" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Ändringar" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Den här kampanjen har löpt ut" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Lägsta pris (senaste 30 dagarna)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Bokningskodpriser" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Avstånd till gym: " + "value": "Avstånd till hotellet: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Gym & hälsofaciliteter på " + "value": "Fri parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Antal laddningsstationer för elbilar: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " i " + "value": "Antal parkeringsplatser: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Få Scandic Friends-rumspriset" + "value": "Pris per 24 timmar" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Bekvämligheter" + "value": "Pris per dag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Frukost exkluderad, lägg till i nästa steg." + "value": "Pris per timme" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + "value": "Pris per natt" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adress" + "value": "Priser" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Tidigare Scandichotell" + "value": "Parkering kan förbokas: Nej" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Födelsedatum" + "value": "Parkering kan förbokas: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" + "value": "Vardagspriser" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Avgift för husdjursrum inklusive moms" + "value": "Helgpriser" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alla ändringar du har gjort kommer att gå förlorade." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Aktivera erbjudande" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dagar" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dina inbytta poäng behåller sitt ursprungliga utgångsdatum med en maximal giltighetstid på 12 månader." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-poäng = 2 Scandic Friends-poäng" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Uppgradering giltig till" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " natt" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nätter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ingår ej" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "ett nytt rum" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nya rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Nytt lösenord" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kartan" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus-poäng" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Tillgänglighet" + "value": "För att boka med EuroBonus-poäng, se till att du är inloggad på ditt SAS EuroBonus-konto." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Välj betalningsmetod" + "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Gå tillbaka för att ändra" + "value": "1 EuroBonus-poäng = 2 Scandic Friends-poäng" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Vägbeskrivning" + "value": "EB-poäng att växla" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Fönster med naturligt dagsljus och mörkläggningsfunktioner" + "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Spjälsäng (barn) × " - }, - { - "type": 1, - "value": "count" + "value": "Växla från" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gäller till " - }, - { - "type": 1, - "value": "date" + "value": "Växla poäng" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Detta rum är inte tillgängligt" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning med ett kreditkort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tillgänglighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Rumsklassificering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Välj datum" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. moms)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "För- och efternamn får inte vara samma i två olika rum" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Endast siffror är tillåtna" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlems-ID kopierat till urklipp" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Den här kampanjen är inte tillgänglig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FÖRBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Dina konton är nu avlänkade" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sortera efter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Betyg & recensioner" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Ditt rum kommer att vara tillgängligt för incheckning även efter kl. 18:00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-mailadress" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdag" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakta vår medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Sista steget" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Hämta poäng" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotell & destinationer" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Tyvärr är ett av rummen du valde slutsålt. Vänligen välj ett annat rum för att fortsätta." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "åldrar" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Poolens djup: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Avboka vistelse" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "När du bekräftar bokningen garanteras rummet för sen ankomst. Om du inte anländer utan att avboka i förväg eller om du avbokar efter 18:00 lokal tid debiteras du för en bonusnatt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Din transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Tillgänglighetsanpassat rum" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Ålder krävs" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Oroa dig inte, vi kommer att trolla fram nya spännande erbjudanden och kampanjer i framtiden. Håll utkik!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6725,97 +6615,806 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Vi behöver ditt födelsedatum för att koppla ihop ditt Scandic Friends-konto med ditt SAS EuroBonus-konto. Vänligen kontrollera att det är korrekt." + "value": "Dina inbytta poäng behåller sitt ursprungliga utgångsdatum med en maximal giltighetstid på 12 månader." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Ändringar i din nivåmatchning kan ta upp till 24 timmar innan de visas." + "value": "Växla till" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Utforska erbjudandet" + "value": "Växlade poäng kommer inte att vara nivåkvalificerande." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping & restauranger" + "value": "Villkor" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Du har begärt för många koder" + "value": "Priser" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Tider" + "value": " poäng" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Vi kunde inte hitta en matchande destination för din sökning." + "value": "EB-poäng" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Inga resultat" + "value": "Logga in" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "fName" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "lName" + }, + { + "type": 0, + "value": "!" + } + ], + "partnerSas.noPointsToTransfer": [ + { + "type": 0, + "value": "Du har inga poäng att överföra." + } + ], + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, + { + "type": 0, + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Fortsätt med poängväxlingen?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-poäng att få" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Är du säker på att du vill avlänka ditt konto?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Detta kommer att ta bort alla uppgraderingar av medlemsnivå som erhållits genom länkningen. Du kan länka om dina konton igen inom 30 dagar." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Avlänka konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jag vill växla in mina poäng" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, avlänka mina konton" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du är på väg att växla:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Endast tillåtna tecken" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Dölj lösenord" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " till " + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " tecken" + } + ], + "passwordInput.lowercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " liten bokstav" + } + ], + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "Nytt lösenord" + } + ], + "passwordInput.numberRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " nummer" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Visa lösenord" + } + ], + "passwordInput.specialCharacterRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " specialtecken" + } + ], + "passwordInput.uppercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " versal" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Mina sparade kort" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Hämta poäng" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Saknar du en tidigare vistelse?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Utgångsdatum" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Tjäna poäng genom att bo på Scandic. Förvandla dina poäng till bonusnätter och minnesvärda upplevelser." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Poäng förfaller tre år efter att de har tjänats in, den sista dagen i den månaden. Poäng som förfaller påverkar inte din nivå." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ + { + "type": 1, + "value": "expiringPoints" + }, + { + "type": 0, + "value": " poäng upphör att gälla" + } + ], + "points.pointsToSpendCard.expiringPointsTitle": [ + { + "type": 0, + "value": "Poäng som går ut" + } + ], + "points.pointsToSpendCard.howToSpendCta": [ + { + "type": 0, + "value": "Hur du använder poäng" + } + ], + "points.pointsToSpendCard.inDays": [ + { + "type": 0, + "value": "Om " + }, + { + "type": 1, + "value": "days" + }, + { + "type": 0, + "value": " dagar" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "på " + }, + { + "type": 1, + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Kupong" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MOMS " + }, + { + "type": 1, + "value": "vat" + }, + { + "type": 0, + "value": "%" + } + ], + "priceDetails.averagePricePerNight": [ + { + "type": 0, + "value": "Snittpris per natt" + } + ], + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Frukost (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.breakfastChildrenDetails": [ + { + "type": 0, + "value": "Frukost (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.roomCharge": [ + { + "type": 0, + "value": "Rumstotal" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Totalpris inklusive moms" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du avbröt processen att lägga till ett nytt kreditkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Ett fel uppstod när kreditkortet skulle läggas till, försök igen senare." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Ditt kort har sparats!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Något gick fel och vi kunde inte ta bort ditt kort. Vänligen försök igen senare." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Ditt kort togs bort utan problem!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Är du säker på att du vill ta bort kortet som slutar med " + }, + { + "type": 1, + "value": "lastFourDigits" + }, + { + "type": 0, + "value": " från din medlemsprofil?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nej, behåll kort" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Ta bort kort från medlemsprofil" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunde inte lägga till ett kort just nu, försök igen senare." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, ta bort mitt kort" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, "value": "Det går inte att hantera dina kommunikationsinställningar just nu, försök igen senare eller kontakta support om problemet kvarstår." } ], - "jKKg2o": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Rensa alla filter" + "value": "Ett fel uppstod när dina inställningar skulle hanteras, vänligen försök igen senare." } ], - "jNJj4c": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Per vuxen/natt" + "value": "Hantera inställningar" } ], - "jTdXOS": [ + "promoCampaign.activateOffer": [ { "type": 0, - "value": "Betala med kort på hotellet" + "value": "Aktivera erbjudande" } ], - "jVJPS0": [ + "promoCampaign.campaignReferencePromoCode": [ { "type": 0, - "value": "Mina medlemskort" + "value": "Kampanjreferens: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "jbf7bd": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Poäng som ska dras av nu" + "value": "Det går inte att aktivera detta erbjudande" } ], - "jdJhOL": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Telefonnummer" + "value": "Ingen fara, vi kommer att ta fram fler spännande erbjudanden och kampanjer framöver. Håll utkik!" } ], - "jl6vV5": [ + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Om problemet kvarstår" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Logga in" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Visa alla erbjudanden" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Se villkor och bestämmelser för alla kvalificeringskrav." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Den här kampanjen är aktiverad" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Den här kampanjen gäller inte längre." + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Den här kampanjen har löpt ut" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "För att aktivera erbjudandet" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Preliminärt kvitto" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Totalt exklusive moms" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Totalt inklusive moms" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, stäng och ta bort förmån" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nej, gå tillbaka" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Om inte, vänligen gå tillbaka och gör det innan du stänger detta. När du stänger det här kommer din förmån att bli ogiltig och tas bort från Mina förmåner." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du visat upp denna förmån för hotellpersonalen?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Om du stänger detta kommer din förmån att tas bort" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopierad till urklipp" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopiera erbjudandekod" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjkod" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Lös in förmån" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, lös in" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Boka bord" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Upptäck " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menyer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Giltigt till och med " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Så här gör du" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vår " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Gå upp i nivå för att låsa upp" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Inlöst & giltig t.o.m.:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Kupong" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ { "type": 1, "value": "min" @@ -6833,1152 +7432,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Land krävs" + "value": "Tillgänglighetsanpassat rum" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Spara" + "value": "Allergivänligt rum" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Husdjursvänligt rum" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alla destinationer" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsinformation för " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" + "value": " (tillgänglig i vissa rum)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanenmärkt" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktuppgifter" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis för barn 12 år och yngre." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alla hotell och kontor" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Titta på de kreditkort som sparats i din profil. Betala med ett sparat kort när du är inloggad för en smidigare webbupplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Ta bort kort från medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotell i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Aktuellt lösenord krävs" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bli medlem i Scandic Friends nu" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Visa och skriv ut kvitto" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Barn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Följ oss" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Baserat på tillgänglighet" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Utmärkelser och certifieringar" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Övriga förfrågningar" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Totalpris inklusive moms" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jag accepterar de " - }, - { - "children": [ - { - "type": 0, - "value": "allmänna bokningsvillkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " avbokades" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Har du inget Scandic Friends-konto ännu?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Inga fönster men utmärkt belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris per timme" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Fri ombokning" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Extra sovplats kommer att erbjudas" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bokningsbekräftelse" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Söndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrera dig och länka anställning" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokala samtalsavgifter" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Inga priser tillgängliga" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Avbokningar" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Önskemål om säng" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Pris per 24 timmar" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frukost" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Senast " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Alla länder" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Goda nyheter! Du kan gå direkt till Mina sidor för att se alla dina förmåner!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerförmåner" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Födelsedatum: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Inomhusfönster och utmärkt belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Den här kampanjen är aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du avbröt processen att lägga till ett nytt kreditkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Hitta bokning" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Vad du måste göra för att garantera bokningen:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Uppdatera profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunde inte lägga till ett kort just nu, försök igen senare." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vår " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Information om tillgänglighet för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Poäng som går ut" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " har uppgraderat din Scandic Friends-nivå till " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Skriv in det nya lösenordet igen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gäster" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Växla till" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " från " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Aktuella poäng: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Visa rumsinformation" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du måste vara inloggad för att se din bokning" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Logga in" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Länkat konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postnumret kan endast innehålla siffror och bokstäver" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Rum & gäster" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Lägg till i kalender" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri avbokning" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Tack för din bokning! Vi ser fram emot att välkomna dig och hoppas att du får en trevlig vistelse." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkeringsinformation för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Rum " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Förnamn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlems-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Boostad by SAS till och med " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Hur du använder poäng" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Upplevelser i närheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Om hotellet" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Stäng notifieringar" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultat (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "Inga enkelrum finns tillgängliga på dessa datum" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rumstyp" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rumstyper" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " tillgängliga" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Betala senare" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populärt" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, lös in" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi stötte på ett problem när vi behandlade din bokning. Vänligen försök igen. Inga debiteringar har gjorts." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betala med poäng" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Numret du har angett är för kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alla dina förmåner" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Boka ett möte" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det verkar som om inga hotell matchar din sökning. Försök justera sökningen för att hitta den perfekta vistelsen." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Visa Team Member-kort" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garantera sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " från " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Du måste acceptera villkoren" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Nummer: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nätter" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Visa mindre" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Betyg och omdömen" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi behöver fler uppgifter för att bekräfta din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Stäng kartan" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Otillräckligt antal poäng" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Öppna bildgalleri" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Om problemet kvarstår" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "En destination eller ett hotellnamn behövs för att kunna söka efter ett hotellrum." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profilen har uppdaterats!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Möten & konferenser på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Ge det lite extra krydda" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Stäng" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Hantera bokningen" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Vuxna" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ingen frukost" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Poängväxling klar!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Upptäck " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Ett fel uppstod ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Stad" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Webbsida" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8016,53 +7498,243 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-poäng" + "value": "Priser & tillgänglighet" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Dörrmått" + "value": "Detta rum är utrustat med" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Spara uppdateringar" + "value": "Länka dina " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " och " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " konton för att tjäna, använda och växla poäng mellan medlemskap" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajakpaddling" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-postadressen är ogiltig" + "value": "Läs mer och länka konton" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotell & destinationer" + "value": "Ändringar i din nivåmatchning kan ta upp till 24 timmar innan de visas." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Tillgänglighet på " + "value": " och " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " är likvärdiga och har matchats. Gå upp i nivå i ett av dina medlemskap för en chans till uppgradering!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " har uppgraderat din Scandic Friends-nivå till " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status nivåmatchning" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Länkat konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Din Scandic Friends-nivå " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " har uppgraderat dig till " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Uppgradering giltig till" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Stäng kartan" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Försök att ändra din sökning efter den här destinationen eller se alternativa hotell." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi hittade inga lediga rum med denna bokningskod (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Se tillgängliga priser nedan." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rumstyp" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rumstyper" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " tillgängliga" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8106,80 +7778,405 @@ "value": " tillgängliga" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Frukosterbjudande kan köpas på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/natt för barn (4–12 år)" + "value": "Frukost exkluderad, lägg till i nästa steg." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternativa hotell" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundtjänst" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Boka ytterligare en övernattning" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frukost ingår ej" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Frukost ingår." } ], - "t4Uo3w": [ + "selectRate.guests": [ { - "type": 0, - "value": "Bli inspirerad" + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "guests" } ], - "t5ef0o": [ + "selectRate.invalidDatesErrorMessage": [ { "type": 0, - "value": "Jag accepterar villkoren för denna vistelse och de allmänna " + "value": "Ogiltiga datum" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " gäster" + } + ], + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Husdjursvänliga rum kostar cirka " }, { "children": [ { "type": 0, - "value": "Boknings- och avbokningsvillkoren" + "value": " " + }, + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " /vistelse " + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " kvar" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Välj ett pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Detta rum är inte tillgängligt" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Bekvämligheter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Incheckning/utcheckning" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Incheckning från: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Utcheckning senast: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Tider" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Rumsfakta" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Betyg och omdömen" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Betyg & omdömen för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Avstånd till gym: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Externt gym: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Poolens längd: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolens bredd: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Könsneutral bastu" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Könsseparerad bastu" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Visa Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Måndag-fredag: Alltid öppet" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Måndag-fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lördag-söndag: Alltid öppet" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lördag-söndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Poolens djup: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Poolens djup: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Det finns redan ett konto med den här e-mailadressen. Försök att logga in i stället." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformation" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jag accepterar" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Gå med nu" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Villkor" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Genom att acceptera " + }, + { + "children": [ + { + "type": 0, + "value": "villkoren för Scandic Friends" } ], "type": 8, @@ -8187,7 +8184,7 @@ }, { "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " + "value": " förstår jag att mina personuppgifter kommer att behandlas i enlighet med " }, { "children": [ @@ -8197,502 +8194,40 @@ } ], "type": 8, - "value": "privacyPolicyLink" + "value": "privacyPolicy" }, { "type": 0, "value": "." } ], - "t7PZQP": [ + "signup.joinOrLoginForMemberPricing": [ { "type": 0, - "value": "Café" + "value": "Bli medlem eller logga in när du bokar för att få medlemspriser." } ], - "tEGZZS": [ + "signup.toGetTheMemberPrice": [ { "type": 0, - "value": "Medlemsvillkor" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " + "value": "För att få medlemspriset " }, { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alla rättigheter förbehållna" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Det gick inte att söka" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Meny" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Något gick fel. Vänligen försök igen senare." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Barn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hej, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser & tillgänglighet" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barnets ålder krävs" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Det går inte att visa frukostpriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Efternamn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Könsneutral bastu" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Skicka ett e-postmeddelande" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Förnamnet får inte innehålla några specialtecken" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ändra eller avboka" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " versal" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffé" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Välj rum" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Frukost ingår" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Genom att lägga till ett kort garanterar du också din rumsbokning för sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Lösenord krävs" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Kollektivtrafik" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menyer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunde inte avlänka dina konton" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Rensa sökningar" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Hitta ditt hotell" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Möten, konferenser & evenemang" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du visat upp denna förmån för hotellpersonalen?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Inga hotell matchar din sökning" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Ett fel uppstod när dina inställningar skulle hanteras, vänligen försök igen senare." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Priserna har ökat sedan du valde din " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " För att fortsätta din bokning, acceptera det uppdaterade priset," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tillbaka för att välja " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] + "children": [ + { + "type": 1, + "value": "price" } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Ditt kort har sparats!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekräfta bokningen" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se din information" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer krävs" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" + ], + "type": 8, + "value": "span" }, { "type": 0, - "value": " specialtecken" + "value": ", logga in eller bli medlem när du slutför bokningen." } ], - "w1Fanr": [ - { - "type": 0, - "value": "Företag" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Cirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan inte avbokas" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poäng" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Inget innehåll publicerat" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Välkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Totalt antal poäng" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har tjänat " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " poäng detta medlemsår." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternativa öppettider (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Betyg från Tripadvisor" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " ( " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gäst " - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gäster " - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "max" - }, - { - "type": 0, - "value": " )" - } - ], - "wqopuo": [ + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "För att få medlemspriset för rum " @@ -8716,63 +8251,116 @@ "value": " , logga in eller bli medlem när du slutför bokningen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denna kod har löpt ut. " - }, - { - "children": [ - { - "type": 0, - "value": "Skicka ny kod." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "från och med idag" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Jämför alla nivåer" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellinformation" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antal parkeringsplatser: " + "value": "nästa nivå: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ingen tillgänglighet" + "value": "Poäng som behövs för att gå upp i nivå" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "I närheten" + "value": "Dina poäng att använda" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Eftersom din bokning inkluderar rum med olika villkor, kommer vi att debitera en del av bokningen nu. Den återstående delen betalas vid incheckning på hotellet." + "value": "Bli inspirerad" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har inga bokade övernattningar." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Vart vill du resa nästa gång?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Stäng notifieringar" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tillbaka till Mina sidor" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har tillräckligt med poäng för en bonusnatt!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Boka nu" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nya totalsumma" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange koden som skickats till " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " för att överföra dina poäng." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Poäng tillagda" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8780,397 +8368,94 @@ }, { "type": 0, - "value": " p" + "value": " poäng" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rum" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalningsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zooma in" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tillval till din bokning" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Utforska staden" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jag accepterar villkoren" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Villkor" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Sök" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Ett fel uppstod när profilen skulle uppdateras." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalningsinformation" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Information om tillgänglighet för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Nivå" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Språk" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tillgänglighetsinformation för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planerar du att anlända efter kl. 18.00? Säkra ditt rum genom att garantera det med ett kreditkort. Utan garanti och vid utebliven ankomst kan rummet komma att omdisponeras efter kl. 18.00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Din vistelse är fortfarande aktiv med det andra rummet" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem sedan: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vandring" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betala på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Villkor" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Det går inte att visa kartan" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Totalt att betala" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Medlemsår och nivåutveckling" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Dina rum" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Övriga betalningsmetoder" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Poängväxling klar!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotell med " + "value": "Din transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Vi kunde inte avlänka dina konton" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Vi kunde inte avlänka dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange den kod som skickats till " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Efternamn krävs" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Födelsedatum är obligatoriskt" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Ignorera ändringar" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Denna vistelse har flera villkor." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer är obligatoriskt" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Styrelserum" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-mailadress krävs" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gäst" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Visa och köp tillval" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Något gick fel och vi kunde inte lägga till ditt kort. Vänligen försök igen senare." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolens bredd: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/natt per vuxen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jag accepterar villkoren för denna vistelse och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics Integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " för att avlänka dina konton." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Poäng" + "value": "Dina konton är nu avlänkade" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Snittpris per natt" + "value": "Försök igen eller kontakta kundtjänst!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Karta över " - }, - { - "type": 1, - "value": "hotelName" + "value": "Användare hittades inte" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Pris för frukost" + "value": "Okänt fel inträffade vid laddning av användare" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Könsseparerad bastu" + "value": "Fel: Det gick inte att ladda någon användare" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Karta" + "value": "Fel: Användaren kunde inte hittas" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tillbaka till översikten" } ] } diff --git a/apps/scandic-web/actions/editProfile.ts b/apps/scandic-web/actions/editProfile.ts index 3bea2e610..7a276c7da 100644 --- a/apps/scandic-web/actions/editProfile.ts +++ b/apps/scandic-web/actions/editProfile.ts @@ -63,6 +63,7 @@ export const editProfile = protectedServerActionProcedure message: issue.message, })), message: intl.formatMessage({ + id: "editProfile.validationErrorMessage", defaultMessage: "An error occurred when trying to update your profile.", }), @@ -84,6 +85,7 @@ export const editProfile = protectedServerActionProcedure data: input, issues: [], message: intl.formatMessage({ + id: "editProfile.validationErrorMessage", defaultMessage: "An error occurred when trying to update your profile.", }), @@ -143,6 +145,7 @@ export const editProfile = protectedServerActionProcedure return { data: input, message: intl.formatMessage({ + id: "editProfile.successMessage", defaultMessage: "Successfully updated profile!", }), status: Status.success, @@ -179,6 +182,7 @@ export const editProfile = protectedServerActionProcedure data: input, issues: [], message: intl.formatMessage({ + id: "editProfile.validationErrorMessage", defaultMessage: "An error occurred when trying to update your profile.", }), @@ -216,6 +220,7 @@ export const editProfile = protectedServerActionProcedure message: issue.message, })), message: intl.formatMessage({ + id: "editProfile.validationErrorMessage", defaultMessage: "An error occurred when trying to update your profile.", }), @@ -226,6 +231,7 @@ export const editProfile = protectedServerActionProcedure return { data: validatedData.data, message: intl.formatMessage({ + id: "editProfile.successMessage", defaultMessage: "Successfully updated profile!", }), status: Status.success, diff --git a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx index b012cf574..34d3aaa00 100644 --- a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx @@ -25,6 +25,7 @@ export default function Error({ {intl.formatMessage( { + id: "myPages.breadcrumbsError", defaultMessage: "Breadcrumbs failed for this page ({errorId})", }, { diff --git a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx index f10d320a0..2087e38fe 100644 --- a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx @@ -25,6 +25,7 @@ export default function Error({ {intl.formatMessage( { + id: "myPages.errorLoadingPage", defaultMessage: "Error loading this page ({errorId})", }, { diff --git a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx index 14f5a515e..be9534465 100644 --- a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx @@ -64,6 +64,7 @@ export default async function MyPages({}: PageArgs< ) : (

{intl.formatMessage({ + id: "myPages.missingContent", defaultMessage: "No content published", })}

diff --git a/apps/scandic-web/app/[lang]/(live)/(public)/(contentTypes)/destination_overview_page/[uid]/error.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/(contentTypes)/destination_overview_page/[uid]/error.tsx index 3025a8599..44dd10f69 100644 --- a/apps/scandic-web/app/[lang]/(live)/(public)/(contentTypes)/destination_overview_page/[uid]/error.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(public)/(contentTypes)/destination_overview_page/[uid]/error.tsx @@ -28,6 +28,7 @@ export default function Error({ {intl.formatMessage( { + id: "destinationOverviewPage.errorOccurred", defaultMessage: "An error occurred ({errorId})", }, { diff --git a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx index 78a35f151..9d7cb0054 100644 --- a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx @@ -38,6 +38,7 @@ export async function generateMetadata({ const title = intl.formatMessage( { + id: "alternativeHotels.title", defaultMessage: "Alternatives for {value}", }, { diff --git a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx index 9783bc2ef..a94fabbd1 100644 --- a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx @@ -40,6 +40,7 @@ export async function generateMetadata({ const title = intl.formatMessage( { + id: "alternativeHotels.title", defaultMessage: "Alternatives for {value}", }, { diff --git a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/get-booking/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/get-booking/page.tsx index 1898d5ba9..bac6659cb 100644 --- a/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/get-booking/page.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/get-booking/page.tsx @@ -17,6 +17,9 @@ export async function generateMetadata() { const intl = await getIntl() return { - title: intl.formatMessage({ defaultMessage: "Find booking" }), + title: intl.formatMessage({ + id: "booking.findBooking", + defaultMessage: "Find booking", + }), } } diff --git a/apps/scandic-web/app/[lang]/(live)/error.tsx b/apps/scandic-web/app/[lang]/(live)/error.tsx index 826ef2458..b85dab07c 100644 --- a/apps/scandic-web/app/[lang]/(live)/error.tsx +++ b/apps/scandic-web/app/[lang]/(live)/error.tsx @@ -63,6 +63,7 @@ export default function Error({
{intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", })} {env.NEXT_PUBLIC_NODE_ENV === "development" && ( diff --git a/apps/scandic-web/app/[lang]/(no-layout)/(protected)/link-employment-error/page.tsx b/apps/scandic-web/app/[lang]/(no-layout)/(protected)/link-employment-error/page.tsx index c8f116c32..fc5056dc4 100644 --- a/apps/scandic-web/app/[lang]/(no-layout)/(protected)/link-employment-error/page.tsx +++ b/apps/scandic-web/app/[lang]/(no-layout)/(protected)/link-employment-error/page.tsx @@ -47,6 +47,7 @@ export default function LinkEmploymentErrorPage() { /> {intl.formatMessage({ + id: "common.goBack", defaultMessage: "Go back", })} @@ -69,6 +70,7 @@ export default function LinkEmploymentErrorPage() {

{intl.formatMessage({ + id: "linkEmploymentError.contactHeading", defaultMessage: "Contact our member service", })}

@@ -102,9 +104,11 @@ export default function LinkEmploymentErrorPage() { const getErrorContent = (error: string | null, intl: IntlShape) => { const defaultErrorContent = { heading: intl.formatMessage({ + id: "linkEmploymentError.genericHeading", defaultMessage: "Your account could not be connected", }), message: intl.formatMessage({ + id: "linkEmploymentError.genericMessage", defaultMessage: "We couldn't connect your accounts. Please contact us and we'll help you resolve this.", }), @@ -114,9 +118,11 @@ const getErrorContent = (error: string | null, intl: IntlShape) => { case "unable_to_verify_employee_id": return { heading: intl.formatMessage({ + id: "linkEmploymentError.notEligibleHeading", defaultMessage: "You're not eligible for employee benefits", }), message: intl.formatMessage({ + id: "linkEmploymentError.notEligibleMessage", defaultMessage: "This may be because your employment has not yet started, has ended, or you are a consultant. If you believe this is an error, please contact us for assistance.", }), @@ -124,10 +130,12 @@ const getErrorContent = (error: string | null, intl: IntlShape) => { case "employee_id_already_linked": return { heading: intl.formatMessage({ + id: "linkEmploymentError.alreadyLinkedHeading", defaultMessage: "Employee number already linked to another Scandic Friends membership.", }), message: intl.formatMessage({ + id: "linkEmploymentError.alreadyLinkedMessage", defaultMessage: "If you believe this is an error, please contact us for assistance.", }), diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx index 98ecc9c7d..b56a2af6b 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx @@ -25,6 +25,7 @@ export function AlreadyLinkedError() {

{intl.formatMessage({ + id: "linkEuroBonusAccount.alreadyLinkedHeading", defaultMessage: "Your Scandic Friends and SAS EuroBonus accounts are already connected", })} @@ -33,6 +34,7 @@ export function AlreadyLinkedError() {

{intl.formatMessage({ + id: "linkEuroBonusAccount.alreadyLinkedMessage", defaultMessage: "Great news! You can go straight to My Pages to explore all your perks and rewards!", })} @@ -46,6 +48,7 @@ export function AlreadyLinkedError() { size={"Large"} > {intl.formatMessage({ + id: "linkEuroBonusAccount.viewLinkedAccountsButton", defaultMessage: "View your linked accounts", })} diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx index d86826d57..e25dd0727 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx @@ -26,6 +26,7 @@ export function DateOfBirthError() {

{intl.formatMessage({ + id: "linkEuroBonusAccount.dateOfBirthErrorHeading", defaultMessage: "Date of birth not matching", })}

@@ -33,6 +34,7 @@ export function DateOfBirthError() {

{intl.formatMessage({ + id: "linkEuroBonusAccount.couldntConnectAccountsErrorMessage", defaultMessage: "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this.", })} @@ -41,6 +43,7 @@ export function DateOfBirthError() { diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx index 68dac05d5..175d62122 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx @@ -13,6 +13,7 @@ export function TooManyFailedAttemptsError() { return (

{intl.formatMessage({ + id: "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage", defaultMessage: "Please wait 1 hour before trying again.", })}

diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/UnlinkError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/UnlinkError.tsx index bdbdcf612..d5e8bf375 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/UnlinkError.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/UnlinkError.tsx @@ -13,12 +13,14 @@ export function UnlinkError() { return (

{intl.formatMessage({ + id: "unlinkEuroBonusAccount.errorMessage", defaultMessage: "We couldn’t unlink your accounts. Please contact us and we’ll help you resolve this.", })} diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx index adb761e3a..e82eeb00e 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx @@ -27,12 +27,14 @@ export default function Error({ return (

{intl.formatMessage({ + id: "linkEuroBonusAccount.genericErrorMessage", defaultMessage: "Please try again later", })}

diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx index 8609c8d59..ca05ddda1 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx @@ -13,9 +13,10 @@ import { UnlinkError } from "../components/UnlinkError" import type { LangParams, PageArgs, SearchParams } from "@/types/params" export default async function Page( - props: PageArgs & SearchParams<{ errorCode?: "dateOfBirthMismatch" }> + props: PageArgs & + SearchParams<{ errorCode?: "dateOfBirthMismatch" }> ) { - const searchParams = await props.searchParams; + const searchParams = await props.searchParams const intl = await getIntl() const { errorCode } = searchParams @@ -43,12 +44,14 @@ export default async function Page( return (

{intl.formatMessage({ + id: "linkEuroBonusAccount.couldntConnectAccountsErrorMessage", defaultMessage: "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this.", })} diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx index 882aae459..6f4201364 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx @@ -33,11 +33,13 @@ export default async function SasXScandicLayout( {intl.formatMessage({ + id: "header.backToScandicHotelsCom", defaultMessage: "Back to scandichotels.com", })} {intl.formatMessage({ + id: "common.back", defaultMessage: "Back", })} @@ -55,6 +57,7 @@ async function MainMenuLogo() { return ( diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx index 3bb1de926..31e53d6d5 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx @@ -62,6 +62,7 @@ export function LinkAccountForm({

{intl.formatMessage({ + id: "linkEuroBonusAccount.linkYourAccountsTitle", defaultMessage: "Link your accounts", })}

@@ -73,6 +74,7 @@ export function LinkAccountForm({ {userDateOfBirth ? intl.formatMessage( { + id: "linkEuroBonusAccount.birthDate", defaultMessage: "Birth date: {dateOfBirth, date, ::MMMM d yyyy}", }, @@ -81,6 +83,7 @@ export function LinkAccountForm({ } ) : intl.formatMessage({ + id: "linkEuroBonusAccount.birthDateMissing", defaultMessage: "Birth date is missing", })}

@@ -88,6 +91,7 @@ export function LinkAccountForm({

{intl.formatMessage({ + id: "linkEuroBonusAccount.birthDateDescription", defaultMessage: "We require your birth date in order to link your Scandic Friends account with your SAS EuroBonus account. Please check that it is correct.", })} @@ -100,6 +104,7 @@ export function LinkAccountForm({ textDecoration="underline" > {intl.formatMessage({ + id: "linkEuroBonusAccount.editPersonalDetailsLink", defaultMessage: "Edit your personal details", })} @@ -113,6 +118,7 @@ export function LinkAccountForm({ required: { value: true, message: intl.formatMessage({ + id: "common.mustAcceptTermsError", defaultMessage: "You must accept the terms and conditions", }), }, @@ -122,6 +128,7 @@ export function LinkAccountForm({

{intl.formatMessage({ + id: "booking.acceptBookingTerms", defaultMessage: "I accept the booking and cancellation terms", })}

@@ -131,6 +138,7 @@ export function LinkAccountForm({

{intl.formatMessage( { + id: "linkEuroBonusAccount.termsAndConditionsDescription", defaultMessage: "By linking your accounts you accept the Terms & Conditions for Scandic Friends and SAS EuroBonus Account Linking.", }, @@ -158,6 +166,7 @@ export function LinkAccountForm({ disabled={isPending || disableSubmit} > {intl.formatMessage({ + id: "linkEuroBonusAccount.linkMyAccountsButton", defaultMessage: "Link my accounts", })} diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx index 9d9772010..069a1151c 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx @@ -26,6 +26,7 @@ export default async function SASxScandicLinkPage(props: PageArgs) {

{intl.formatMessage({ + id: "linkEuroBonusAccount.successTitle", defaultMessage: "Your accounts are linked", })}

@@ -34,6 +35,7 @@ export default async function SASxScandicLinkPage(props: PageArgs) {

{intl.formatMessage({ + id: "linkEuroBonusAccount.successMessage", defaultMessage: "We successfully connected your accounts!", })}

@@ -41,6 +43,7 @@ export default async function SASxScandicLinkPage(props: PageArgs) {

{intl.formatMessage({ + id: "linkEuroBonusAccount.redirectMyPagesMessage", defaultMessage: "Redirecting you to My Pages.", })}

diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx index a4c71e0c2..cdabcdb94 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx @@ -54,14 +54,17 @@ export default async function SASxScandicLoginPage( const intentDescriptions: Record = { link: intl.formatMessage({ + id: "linkEuroBonusAccount.loginRequired", defaultMessage: "Log in to your SAS EuroBonus account to confirm account linking.", }), unlink: intl.formatMessage({ + id: "unlinkEuroBonusAccount.loginRequired", defaultMessage: "Log in to your SAS EuroBonus account to confirm account unlinking.", }), transfer: intl.formatMessage({ + id: "transferEuroBonusPoints.loginRequired", defaultMessage: "In order to exchange your points, we'll ask you to sign in to your SAS EuroBonus account.", }), @@ -80,6 +83,7 @@ export default async function SASxScandicLoginPage(

{intl.formatMessage({ + id: "linkEuroBonusAccount.redirectingToSAS", defaultMessage: "Redirecting you to SAS", })}

@@ -92,6 +96,7 @@ export default async function SASxScandicLoginPage( {intl.formatMessage( { + id: "linkEuroBonusAccount.manualRedirectLinkMessage", defaultMessage: "If you are not redirected automatically, please click here.", }, diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx index 093463b69..6a839466a 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx @@ -56,6 +56,7 @@ export default function OneTimePasswordForm({ const cause = requestOtp.error?.data?.cause as RequestOtpError const title = intl.formatMessage({ + id: "linkEuroBonusAccount.oneTimePasswordGenericError", defaultMessage: "Error requesting OTP", }) const body = getRequestErrorBody(intl, cause?.errorCode) @@ -123,10 +124,12 @@ export default function OneTimePasswordForm({ const errorMessages: Record = { invalidCode: intl.formatMessage({ + id: "linkEuroBonusAccount.invalidOtpCodeMessage", defaultMessage: "The code you've entered is incorrect.", }), expiredCode: intl.formatMessage( { + id: "linkEuroBonusAccount.expiredOtpCodeMessage", defaultMessage: "This code has expired. Send new code.", }, @@ -188,6 +191,7 @@ export default function OneTimePasswordForm({

{intl.formatMessage( { + id: "linkEuroBonusAccount.didNotReceiveCodeMessage", defaultMessage: "Didn't receive a code? Resend code", }, @@ -226,10 +230,12 @@ const getRequestErrorBody = ( switch (errorCode) { case "TOO_MANY_REQUESTS": return intl.formatMessage({ + id: "linkEuroBonusAccount.tooManyOtpRequestsMessage", defaultMessage: "Too many requests. Please try again later.", }) default: return intl.formatMessage({ + id: "linkEuroBonusAccount.requestOtpGenericErrorMessage", defaultMessage: "An error occurred while requesting a new OTP", }) } diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx index 5db79b4d4..1ca50280f 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx @@ -15,6 +15,7 @@ export default function Loading() {

{intl.formatMessage({ + id: "linkEuroBonusAccount.loadingMessage", defaultMessage: "Hang tight...", })}

diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx index 515210f00..a677f6bfd 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx @@ -115,6 +115,7 @@ export default async function SASxScandicOneTimePasswordPage( const intentDescriptions: Record = { link: intl.formatMessage( { + id: "linkEuroBonusAccount.oneTimePasswordInputDescription", defaultMessage: "Please enter the code sent to in order to confirm your account linking.", }, @@ -122,6 +123,7 @@ export default async function SASxScandicOneTimePasswordPage( ), unlink: intl.formatMessage( { + id: "unlinkEuroBonusAccount.oneTimePasswordInputDescription", defaultMessage: "Please enter the code sent to in order to unlink your accounts.", }, @@ -129,6 +131,7 @@ export default async function SASxScandicOneTimePasswordPage( ), transfer: intl.formatMessage( { + id: "transferEuroBonusPoints.oneTimePasswordInputDescription", defaultMessage: "Please enter the code sent to in order to transfer your points.", }, @@ -139,10 +142,12 @@ export default async function SASxScandicOneTimePasswordPage( return (

{intl.formatMessage({ + id: "transferEuroBonusPoints.successMessage", defaultMessage: "Point exchange completed!", })}

@@ -62,6 +63,7 @@ export default async function SASxScandicTransferSuccessPage( > {intl.formatMessage({ + id: "transferEuroBonusPoints.backToMyPagesButton", defaultMessage: "Go back to My Pages", })} @@ -91,6 +93,7 @@ async function TransactionCard({

{intl.formatMessage({ + id: "transferEuroBonusPoints.transactionTitle", defaultMessage: "Your transaction", })}

@@ -100,6 +103,7 @@ async function TransactionCard({

{intl.formatMessage({ + id: "transferEuroBonusPoints.pointsAddedTitle", defaultMessage: "Points added", })}

@@ -113,6 +117,7 @@ async function TransactionCard({

{intl.formatMessage({ + id: "transferEuroBonusPoints.newTotalTitle", defaultMessage: "Your new total", })}

@@ -128,6 +133,7 @@ async function TransactionCard({

{intl.formatMessage({ + id: "transferEuroBonusPoints.bonusNightAvailableTitle", defaultMessage: "You have enough points for a reward night!", })}

@@ -135,6 +141,7 @@ async function TransactionCard({

{intl.formatMessage({ + id: "transferEuroBonusPoints.bonusNightAvailableDescription", defaultMessage: "Redeem your points for cozy stays, delicious meals at our restaurants, or hotel extras to elevate your stay!", })} @@ -152,6 +159,7 @@ async function TransactionCard({ {/* TODO correct link */} {intl.formatMessage({ + id: "transferEuroBonusPoints.bookNowButton", defaultMessage: "Book now", })} { @@ -183,6 +191,7 @@ async function TotalPoints() { {"= "} {intl.formatMessage( { + id: "transferEuroBonusPoints.pointsResultText", defaultMessage: "{points, number} points", }, { diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx index 6c3396666..130afe64c 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx @@ -28,6 +28,7 @@ export default async function SASxScandicUnlinkSuccessPage(

{intl.formatMessage({ + id: "unlinkEuroBonusAccount.successTitle", defaultMessage: "Your accounts are now unlinked", })}

@@ -36,6 +37,7 @@ export default async function SASxScandicUnlinkSuccessPage(

{intl.formatMessage({ + id: "linkEuroBonusAccount.redirectMyPagesMessage", defaultMessage: "Redirecting you to My Pages.", })}

diff --git a/apps/scandic-web/app/[lang]/webview/(views)/layout.tsx b/apps/scandic-web/app/[lang]/webview/(views)/layout.tsx index 32d2229f5..3809e22ec 100644 --- a/apps/scandic-web/app/[lang]/webview/(views)/layout.tsx +++ b/apps/scandic-web/app/[lang]/webview/(views)/layout.tsx @@ -24,6 +24,7 @@ export default async function Layout( return (

{intl.formatMessage({ + id: "webview.missingUserError", defaultMessage: "Error: No user could be loaded", })}

@@ -46,6 +47,7 @@ export default async function Layout( return (

{intl.formatMessage({ + id: "webview.userNotFoundError", defaultMessage: "Error: user not found", })}

@@ -54,6 +56,7 @@ export default async function Layout( return (

{intl.formatMessage({ + id: "webview.genericUserError", defaultMessage: "Unknown error occurred loading user", })}

diff --git a/apps/scandic-web/components/Blocks/CampaignHotelListing/Client.tsx b/apps/scandic-web/components/Blocks/CampaignHotelListing/Client.tsx index 47b371ced..501fb62e9 100644 --- a/apps/scandic-web/components/Blocks/CampaignHotelListing/Client.tsx +++ b/apps/scandic-web/components/Blocks/CampaignHotelListing/Client.tsx @@ -83,17 +83,20 @@ export default function CampaignHotelListingClient({ } let buttonText = intl.formatMessage({ + id: "common.showMore", defaultMessage: "Show more", }) let iconDirection: MaterialIconProps["icon"] = "keyboard_arrow_down" if (visibleCount === activeHotels.length) { buttonText = intl.formatMessage({ + id: "common.showLess", defaultMessage: "Show less", }) iconDirection = "keyboard_arrow_up" } else if (canShowAll) { buttonText = intl.formatMessage({ + id: "common.showAll", defaultMessage: "Show all", }) } diff --git a/apps/scandic-web/components/Blocks/CampaignHotelListing/HotelListingItem/index.tsx b/apps/scandic-web/components/Blocks/CampaignHotelListing/HotelListingItem/index.tsx index 9b33526fb..665a3a3ac 100644 --- a/apps/scandic-web/components/Blocks/CampaignHotelListing/HotelListingItem/index.tsx +++ b/apps/scandic-web/components/Blocks/CampaignHotelListing/HotelListingItem/index.tsx @@ -40,6 +40,7 @@ export default function HotelListingItem({ sizes="(min-width: 768px) 450px, 100vw" title={intl.formatMessage( { + id: "common.imageGalleryWithTitle", defaultMessage: "{title} - Image gallery", }, { title: hotel.name } @@ -77,6 +78,7 @@ export default function HotelListingItem({ {intl.formatMessage( { + id: "common.kmToCityCenter", defaultMessage: "{number} km to city center", }, { @@ -121,6 +123,7 @@ export default function HotelListingItem({ typography="Body/Supporting text (caption)/smBold" > {intl.formatMessage({ + id: "destination.seeHotelDetails", defaultMessage: "See hotel details", })} diff --git a/apps/scandic-web/components/Blocks/CampaignHotelListing/index.tsx b/apps/scandic-web/components/Blocks/CampaignHotelListing/index.tsx index e175a5872..15be4a088 100644 --- a/apps/scandic-web/components/Blocks/CampaignHotelListing/index.tsx +++ b/apps/scandic-web/components/Blocks/CampaignHotelListing/index.tsx @@ -46,13 +46,15 @@ export default async function CampaignHotelListing({ const sortItems: HotelSortItem[] = [ { label: intl.formatMessage({ + id: "common.name", defaultMessage: "Name", }), value: HotelSortOption.Name, }, { label: intl.formatMessage({ - defaultMessage: "Tripadvisor rating", + id: "common.tripAdvisorRating", + defaultMessage: "TripAdvisor rating", }), value: HotelSortOption.TripAdvisorRating, }, diff --git a/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx index d25a37d05..e0d180903 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx @@ -15,6 +15,7 @@ export default async function HowItWorks({ dynamic_content }: HowItWorksProps) {
{intl.formatMessage({ + id: "common.howItWorks", defaultMessage: "How it works", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx index c9a8a89a6..4f0bb8ae7 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx @@ -34,9 +34,11 @@ export default function Filter({ items={countryFilters} defaultSelectedKey={""} label={intl.formatMessage({ + id: "common.country", defaultMessage: "Country", })} aria-label={intl.formatMessage({ + id: "common.country", defaultMessage: "Country", })} name="country" @@ -46,9 +48,11 @@ export default function Filter({ items={cityFilters} defaultSelectedKey={""} label={intl.formatMessage({ + id: "jobylonFeed.cityFilterLabel", defaultMessage: "Location (shown in local language)", })} aria-label={intl.formatMessage({ + id: "jobylonFeed.cityFilterLabel", defaultMessage: "Location (shown in local language)", })} name="city" @@ -58,9 +62,11 @@ export default function Filter({ items={departmentFilters} defaultSelectedKey={""} label={intl.formatMessage({ + id: "jobylonFeed.departmentFilterLabel", defaultMessage: "Hotel or office", })} aria-label={intl.formatMessage({ + id: "jobylonFeed.departmentFilterLabel", defaultMessage: "Hotel or office", })} name="department" @@ -70,9 +76,11 @@ export default function Filter({ items={categoryFilters} defaultSelectedKey={""} label={intl.formatMessage({ + id: "jobylonFeed.categoryFilterLabel", defaultMessage: "Category", })} aria-label={intl.formatMessage({ + id: "jobylonFeed.categoryFilterLabel", defaultMessage: "Category", })} name="category" diff --git a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx index 5b9dd2252..ea917c705 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx @@ -33,6 +33,7 @@ export default function JobList({ allJobs }: JobListProps) { const countryFilters = [ { label: intl.formatMessage({ + id: "jobylonFeed.allCountriesFilter", defaultMessage: "All countries", }), value: "", @@ -42,6 +43,7 @@ export default function JobList({ allJobs }: JobListProps) { const cityFilters = [ { label: intl.formatMessage({ + id: "jobylonFeed.allLocationsFilter", defaultMessage: "All locations", }), value: "", @@ -51,6 +53,7 @@ export default function JobList({ allJobs }: JobListProps) { const departmentFilters = [ { label: intl.formatMessage({ + id: "jobylonFeed.allDepartmentsFilter", defaultMessage: "All hotels and offices", }), value: "", @@ -60,6 +63,7 @@ export default function JobList({ allJobs }: JobListProps) { const categoryFilters = [ { label: intl.formatMessage({ + id: "jobylonFeed.allCategoriesFilter", defaultMessage: "All categories", }), value: "", @@ -79,6 +83,7 @@ export default function JobList({ allJobs }: JobListProps) { {intl.formatMessage( { + id: "jobylonFeed.resultCount", defaultMessage: "{count, plural, one {# Result} other {# Results}}", }, { count: state.jobs.length } diff --git a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobylonCard/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobylonCard/index.tsx index c085fbe57..60234b051 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobylonCard/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobylonCard/index.tsx @@ -24,11 +24,13 @@ export default function JobylonCard({ job }: JobylonCardProps) { const deadlineText = job.toDate ? intl.formatMessage( { + id: "jobylonFeed.card.deadlineText", defaultMessage: "Deadline: {date}", }, { date: dt(job.toDate).locale(lang).format("Do MMMM") } ) : intl.formatMessage({ + id: "jobylonFeed.card.openForApplication", defaultMessage: "Open for application", }) @@ -57,6 +59,7 @@ export default function JobylonCard({ job }: JobylonCardProps) { > {intl.formatMessage({ + id: "jobylonFeed.card.viewAndApplyButton", defaultMessage: "View & apply", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx index 6479eff9a..98999783b 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx @@ -39,6 +39,7 @@ async function LevelCard({ level }: LevelCardProps) { let pointsMsg: React.ReactNode = intl.formatMessage( { + id: "common.pointsAmountPoints", defaultMessage: "{pointsAmount, number} points", }, { pointsAmount: level.required_points } @@ -47,6 +48,7 @@ async function LevelCard({ level }: LevelCardProps) { if (level.required_nights) { pointsMsg = intl.formatMessage( { + id: "loyaltyLevelsBlock.pointsOrNights", defaultMessage: "{pointsAmount, number} points or {nightsAmount, number} nights", }, @@ -68,6 +70,7 @@ async function LevelCard({ level }: LevelCardProps) { > {intl.formatMessage( { + id: "common.membershipLevelWithValue", defaultMessage: "Level {level}", }, { level: level.user_facing_tag } diff --git a/apps/scandic-web/components/Blocks/DynamicContent/ManageCookieConsent/CookieConsentButton/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/ManageCookieConsent/CookieConsentButton/index.tsx index fe6a957d1..ceef16959 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/ManageCookieConsent/CookieConsentButton/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/ManageCookieConsent/CookieConsentButton/index.tsx @@ -28,6 +28,7 @@ export function CookieConsentButton() { className={styles.cookieConsentButton} > {intl.formatMessage({ + id: "cookieConsent.manageCookiesButton", defaultMessage: "Manage cookies", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/MyPagesOverviewShortcuts/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/MyPagesOverviewShortcuts/index.tsx index 73aef242d..0da615af7 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/MyPagesOverviewShortcuts/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/MyPagesOverviewShortcuts/index.tsx @@ -18,27 +18,35 @@ export default async function MyPagesOverviewShortcuts() { const MyPagesLinkTranslationMap: Record = { overview: intl.formatMessage({ + id: "common.overview", defaultMessage: "Overview", }), points: intl.formatMessage({ + id: "common.myPoints", defaultMessage: "My points", }), stays: intl.formatMessage({ + id: "common.myStays", defaultMessage: "My stays", }), benefits: intl.formatMessage({ + id: "common.myBenefits", defaultMessage: "My benefits", }), partnerSas: intl.formatMessage({ + id: "partnerSas.sasEuroBonus", defaultMessage: "SAS EuroBonus", }), teamMemberCard: intl.formatMessage({ + id: "common.teamMemberCard", defaultMessage: "Team Member Card", }), scandicFriends: intl.formatMessage({ + id: "common.aboutScandicFriends", defaultMessage: "About Scandic Friends", }), profile: intl.formatMessage({ + id: "common.myProfile", defaultMessage: "My profile", }), } @@ -82,14 +90,26 @@ export default async function MyPagesOverviewShortcuts() { })), { openInNewTab: false, - text: intl.formatMessage({ defaultMessage: "Partner benefits" }), - title: intl.formatMessage({ defaultMessage: "Partner benefits" }), + text: intl.formatMessage({ + id: "myPagesOverviewShortcuts.partnerBenefits", + defaultMessage: "Partner benefits", + }), + title: intl.formatMessage({ + id: "myPagesOverviewShortcuts.partnerBenefits", + defaultMessage: "Partner benefits", + }), url: webHrefs.partners[lang], }, { openInNewTab: false, - text: intl.formatMessage({ defaultMessage: "Scandic Friends FAQ" }), - title: intl.formatMessage({ defaultMessage: "Scandic Friends FAQ" }), + text: intl.formatMessage({ + id: "common.scandicFriendsFaq", + defaultMessage: "Scandic Friends FAQ", + }), + title: intl.formatMessage({ + id: "common.scandicFriendsFaq", + defaultMessage: "Scandic Friends FAQ", + }), url: webHrefs.faq[lang], }, ] @@ -103,6 +123,7 @@ export default async function MyPagesOverviewShortcuts() {
{intl.formatMessage({ + id: "overview.membershipNumber.label", defaultMessage: "Membership ID:", })} @@ -29,6 +30,7 @@ export default async function MembershipNumber({ {membership?.membershipNumber ?? intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx index 1e84dfa37..b81c10909 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx @@ -24,13 +24,12 @@ export default async function Friend({ const isHighestLevel = isHighestMembership(membership.membershipLevel) const lvlMessageHighest = intl.formatMessage({ + id: "overview.friend.highestLevel", defaultMessage: "Highest level", }) const lvlMessageLevel = intl.formatMessage( - { - defaultMessage: "Level {level}", - }, + { id: "common.membershipLevelWithValue", defaultMessage: "Level {level}" }, { level: membershipLevels[membership.membershipLevel] } ) diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/SasBoostStatus.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/SasBoostStatus.tsx index c14bab32c..2fdfa3d94 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/SasBoostStatus.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/SasBoostStatus.tsx @@ -28,6 +28,7 @@ export default async function SasBoostStatus({ const sasBoostExpiryText = intl.formatMessage( { + id: "membershipOverViewCard.sasBoostedUntilDate", defaultMessage: "Boosted by SAS until {date}", }, { diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/index.tsx index 48c9b1ee5..6a53e1418 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/index.tsx @@ -32,7 +32,7 @@ export default async function MembershipOverviewCard({ const pointsToSpendText = typeof user.membership.currentPoints === "number" ? intl.formatNumber(user.membership.currentPoints) - : intl.formatMessage({ defaultMessage: "N/A" }) + : intl.formatMessage({ id: "common.NA", defaultMessage: "N/A" }) const sasMembership = user.loyalty ? getEurobonusMembership(user.loyalty) @@ -53,6 +53,7 @@ export default async function MembershipOverviewCard({

{intl.formatMessage( { + id: "common.membershipLevelWithValue", defaultMessage: "Level {level}", }, { level: membershipLevels[user.membership.membershipLevel] } @@ -79,6 +80,7 @@ export default async function MembershipOverviewCard({

{intl.formatMessage({ + id: "common.pointsToSpend", defaultMessage: "Points to spend", })}

diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx index 032926919..1ea967631 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx @@ -26,6 +26,7 @@ export default async function ExpiringPoints({ user }: UserProps) { {intl.formatMessage( { + id: "overview.stats.expiringPoints", defaultMessage: "{points} spendable points expiring by {date}", }, { diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx index df2280229..ecb523109 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx @@ -28,9 +28,11 @@ export default async function Points({ user }: UserProps) { @@ -38,10 +40,12 @@ export default async function Points({ user }: UserProps) { {intl.formatMessage({ + id: "overview.membershipNumber.label", defaultMessage: "Membership ID:", })} @@ -46,6 +47,7 @@ export default async function UserBaseInfo({ user }: UserBaseInfoProps) { {intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx index d0e01ba91..97ae3d98f 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx @@ -55,6 +55,7 @@ export default async function Overview({ <> {intl.formatMessage({ + id: "dtmc.showTeamMemberCard", defaultMessage: "Show Team Member Card", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx index a5ca0eab0..28b6d3c82 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx @@ -98,10 +98,12 @@ export default function OverviewTableClient({ /> {intl.formatMessage({ + id: "overviewTable.yourLevel", defaultMessage: "Your level", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/ClaimPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/ClaimPoints/index.tsx index be737211f..a6dc9f484 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/ClaimPoints/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/ClaimPoints/index.tsx @@ -21,6 +21,7 @@ export default function ClaimPoints() {

{intl.formatMessage({ + id: "points.claimPoints.missingPreviousStay", defaultMessage: "Missing a previous stay?", })}

@@ -32,7 +33,10 @@ export default function ClaimPoints() { size="Small" typography="Body/Supporting text (caption)/smBold" > - {intl.formatMessage({ defaultMessage: "Claim points" })} + {intl.formatMessage({ + id: "points.claimPoints.cta", + defaultMessage: "Claim points", + })}

diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx index 9e7546358..b5a39a594 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx @@ -36,6 +36,7 @@ export default function AwardPoints({ {isCalculated ? intl.formatNumber(awardPoints) : intl.formatMessage({ + id: "earnAndBurn.awardPoints.pointsBeingCalculated", defaultMessage: "Points being calculated", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx index 70860d51f..dd87435bf 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx @@ -25,6 +25,7 @@ export default function Row({ transaction }: RowProps) { const nightsMsg = intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { @@ -34,7 +35,10 @@ export default function Row({ transaction }: RowProps) { let description = transaction.confirmationNumber === "non-transactional" && transaction.nights === 0 - ? intl.formatMessage({ defaultMessage: "Points activity" }) + ? intl.formatMessage({ + id: "earnAndBurn.journeyTable.pointsActivity", + defaultMessage: "Points activity", + }) : transaction.hotelName && transaction.city ? `${transaction.hotelName}, ${transaction.city} ${nightsMsg}` : `${nightsMsg}` @@ -44,37 +48,44 @@ export default function Row({ transaction }: RowProps) { case Transactions.rewardType.stayAdj: if (transaction.hotelId === "ORS") { description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.formerScandicHotel", defaultMessage: "Former Scandic Hotel", }) } if (transaction.confirmationNumber === "BALFWD") { description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.pointsEarnedPriorMay2021", defaultMessage: "Points earned prior to May 1, 2021", }) } break case Transactions.rewardType.ancillary: description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.extrasToBooking", defaultMessage: "Extras to your booking", }) break case Transactions.rewardType.enrollment: description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.signUpBonus", defaultMessage: "Sign up bonus", }) break case Transactions.rewardType.mastercard_points: description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.scandicFriendsMastercard", defaultMessage: "Scandic Friends Mastercard", }) break case Transactions.rewardType.tui_points: description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.tuiPoints", defaultMessage: "TUI Points", }) case Transactions.rewardType.pointShop: description = intl.formatMessage({ + id: "earnAndBurn.journeyTable.pointShop", defaultMessage: "Scandic Friends Point Shop", }) break diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx index 6eed23c73..4a0b051ae 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx @@ -16,15 +16,19 @@ export default function ClientTable({ transactions }: ClientTableProps) { const tableHeadings = [ intl.formatMessage({ + id: "common.points", defaultMessage: "Points", }), intl.formatMessage({ + id: "earnAndBurn.journeyTable.description", defaultMessage: "Description", }), intl.formatMessage({ + id: "earnAndBurn.journeyTable.bookingNumberReference", defaultMessage: "Booking number / Reference", }), intl.formatMessage({ + id: "earnAndBurn.journeyTable.date", defaultMessage: "Date", }), ] @@ -55,6 +59,7 @@ export default function ClientTable({ transactions }: ClientTableProps) { {intl.formatMessage({ + id: "earnAndBurn.journeyTable.noTransactions", defaultMessage: "No transactions available", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx index 6cdadd344..40c3adac4 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx @@ -22,10 +22,9 @@ export default function ExpiringPointsTable({ const expiration = dt(expirationDate).locale(lang).format("DD MMM YYYY") const tableHeadings = [ + intl.formatMessage({ id: "common.points", defaultMessage: "Points" }), intl.formatMessage({ - defaultMessage: "Points", - }), - intl.formatMessage({ + id: "points.expiringPointsTable.expirationDate", defaultMessage: "Expiration Date", }), ] diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/ExpiringPointsSeeAllButton.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/ExpiringPointsSeeAllButton.tsx index 3396b56c3..fcbe7b0b3 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/ExpiringPointsSeeAllButton.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/ExpiringPointsSeeAllButton.tsx @@ -32,11 +32,14 @@ export default function ExpiringPointsSeeAllButton({ typography="Body/Paragraph/mdBold" onPress={() => setIsOpen(true)} > - {intl.formatMessage({ defaultMessage: "See all" })} + {intl.formatMessage({ id: "common.seeAll", defaultMessage: "See all" })} setIsOpen(false)} > @@ -44,6 +47,7 @@ export default function ExpiringPointsSeeAllButton({

{intl.formatMessage({ + id: "points.pointsToSpendCard.expiringPointsInfo", defaultMessage: "Points expire three years after they are earned, on the last day of that month. Expiring points do not affect your level.", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/PointsToSpendCard.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/PointsToSpendCard.module.css index 52adf7422..656e11089 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/PointsToSpendCard.module.css +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/PointsToSpendCard.module.css @@ -38,6 +38,7 @@ .pointsLabel { color: var(--Text-Brand-OnPrimary-1-Heading); + text-transform: capitalize; } .description { diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/index.tsx index 934a7431a..9049b7108 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/index.tsx @@ -52,6 +52,7 @@ export default async function PointsToSpendCard({

{intl.formatMessage({ + id: "common.pointsToSpend", defaultMessage: "Points to spend", })}

@@ -66,6 +67,7 @@ export default async function PointsToSpendCard({ {intl.formatMessage({ + id: "common.points", defaultMessage: "Points", })} @@ -75,6 +77,7 @@ export default async function PointsToSpendCard({ {hasPointsToSpend && ( {intl.formatMessage({ + id: "points.pointsToSpendCard.howToSpendCta", defaultMessage: "How to spend points", })}

{intl.formatMessage({ + id: "points.pointsToSpendCard.description", defaultMessage: "Earn points by staying at Scandic. Turn your points into free nights and memorable experiences.", })} @@ -108,6 +112,7 @@ export default async function PointsToSpendCard({

{intl.formatMessage( { + id: "points.pointsToSpendCard.expiringPointsText", defaultMessage: "{expiringPoints} points expiring", }, { diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/utils.ts b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/utils.ts index 146b8a94c..c35c8aecb 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/utils.ts +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointsToSpendCard/utils.ts @@ -24,6 +24,7 @@ export function getExpiryLabel( if (daysUntilExpiry <= DAYS_UNTIL_EXPIRY_WARNING) { return intl.formatMessage( { + id: "points.pointsToSpendCard.inDays", defaultMessage: "In {days} days", }, { @@ -33,6 +34,7 @@ export function getExpiryLabel( } else { return intl.formatMessage( { + id: "points.pointsToSpendCard.onDate", defaultMessage: "on {expiryDate}", }, { diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx index 3dfac86bc..78ef79595 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx @@ -50,6 +50,7 @@ export default async function NextLevelRewardsBlock({ {intl.formatMessage({ + id: "rewards.nextLevel.levelUpToUnlock", defaultMessage: "Level up to unlock", })} @@ -57,6 +58,7 @@ export default async function NextLevelRewardsBlock({ {intl.formatMessage( { + id: "rewards.nextLevel.asOurLevel", defaultMessage: "As our {level}", }, { level: nextLevelRewards.level?.name } diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx index 66927c18d..8a4cd3124 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx @@ -27,6 +27,7 @@ export default function ActiveRedeemedBadge() { {intl.formatMessage({ + id: "rewards.active", defaultMessage: "Active", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx index c767d5386..fd6267ef6 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx @@ -17,16 +17,19 @@ export function ConfirmClose({ close }: { close: () => void }) {

{intl.formatMessage({ + id: "redeem.confirmClose.title", defaultMessage: "If you close this your benefit will be removed", })} {intl.formatMessage({ + id: "redeem.confirmClose.question", defaultMessage: "Have you showed this benefit to the hotel staff?", })} {intl.formatMessage({ + id: "redeem.confirmClose.info", defaultMessage: "If not, please go back and do so before you close this. Once you close this your benefit will be void and removed from My Benefits.", })} @@ -39,11 +42,13 @@ export function ConfirmClose({ close }: { close: () => void }) { theme="base" > {intl.formatMessage({ + id: "redeem.confirmClose.goBack", defaultMessage: "No, go back", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx index a19456889..e9645e8b3 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx @@ -29,6 +29,7 @@ export default function Campaign({ reward }: { reward: Campaign }) {
{intl.formatMessage({ + id: "redeemFlow.promoCode", defaultMessage: "Promo code", })} @@ -44,12 +45,14 @@ export default function Campaign({ reward }: { reward: Campaign }) { navigator.clipboard.writeText(reward.operaRewardId) toast.success( intl.formatMessage({ + id: "redeemFlow.copiedToClipboard", defaultMessage: "Copied to clipboard", }) ) } catch { toast.error( intl.formatMessage({ + id: "errorMessage.copyFailed", defaultMessage: "Failed to copy", }) ) @@ -63,6 +66,7 @@ export default function Campaign({ reward }: { reward: Campaign }) { > {intl.formatMessage({ + id: "redeemFlow.copyPromotionCode", defaultMessage: "Copy promotion code", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx index 1dadd659f..82e92d87a 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx @@ -88,6 +88,7 @@ export default function Tier({ theme="base" > {intl.formatMessage({ + id: "redeemFlow.redeemBenefit", defaultMessage: "Redeem benefit", })} @@ -103,6 +104,7 @@ export default function Tier({ theme="base" > {intl.formatMessage({ + id: "redeemFlow.yesRedeem", defaultMessage: "Yes, redeem", })} @@ -112,6 +114,7 @@ export default function Tier({ theme="base" > {intl.formatMessage({ + id: "common.goBack", defaultMessage: "Go back", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx index 516cfcf24..e174a08f7 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx @@ -16,6 +16,7 @@ export default function MembershipNumberBadge({ {intl.formatMessage( { + id: "rewards.membershipId", defaultMessage: "Membership ID: {id}", }, { id: membershipNumber } diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx index 476e70f02..b79edbdb8 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx @@ -23,6 +23,7 @@ export default function TimedRedeemedBadge() { {intl.formatMessage({ + id: "rewards.redeemed.validThrough", defaultMessage: "Redeemed & valid through:", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx index 122012d3b..167b86ce6 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx @@ -78,9 +78,11 @@ export default function Redeem({ reward, membershipNumber }: RedeemProps) { > {reward.redeemLocation === "Non-redeemable" ? intl.formatMessage({ + id: "rewards.howToUse", defaultMessage: "How to use", }) : intl.formatMessage({ + id: "common.open", defaultMessage: "Open", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx index cc8d868ea..966faffee 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx @@ -23,14 +23,17 @@ export default function ScriptedRewardText({ } case "Campaign": return intl.formatMessage({ + id: "booking.campaign", defaultMessage: "Campaign", }) case "Surprise": return intl.formatMessage({ + id: "rewards.surprise", defaultMessage: "Surprise!", }) case "Member-voucher": return intl.formatMessage({ + id: "rewards.voucher", defaultMessage: "Voucher", }) default: diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkAccountBanner/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkAccountBanner/index.tsx index c1c842f2b..d72687dde 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkAccountBanner/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkAccountBanner/index.tsx @@ -28,12 +28,14 @@ export default async function SASLinkAccountBanner( } const headingText = intl.formatMessage({ + id: "sas.linkAccountBanner.earnFlightsWithNights", defaultMessage: "Earn flights with nights", }) const buttonText = props.link?.text || intl.formatMessage({ + id: "sas.linkAccountBanner.readMoreAndLinkAccounts", defaultMessage: "Read more and link accounts", }) @@ -41,6 +43,7 @@ export default async function SASLinkAccountBanner( return ( {intl.formatMessage({ + id: "common.scandicFriends", defaultMessage: "Scandic Friends", })} @@ -51,6 +54,7 @@ export default async function SASLinkAccountBanner( return ( {intl.formatMessage({ + id: "partnerSas.sasEuroBonus", defaultMessage: "SAS EuroBonus", })} @@ -59,6 +63,7 @@ export default async function SASLinkAccountBanner( const descriptionText = intl.formatMessage( { + id: "sas.linkAccountBanner.description", defaultMessage: "Link your and accounts to earn, use and exchange points between memberships", }, diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx index 8f2e657ed..179ffc17b 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx @@ -17,22 +17,27 @@ export function UnlinkSAS() { return ( {intl.formatMessage({ + id: "partnerSas.unlinkAccounts", defaultMessage: "Unlink accounts", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx index 7e3808f4e..d6ebeb5b1 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx @@ -52,6 +52,7 @@ export default async function SASLinkedAccount({

{intl.formatMessage({ + id: "sas.linkedAccounts.changeDelayInfo", defaultMessage: "Changes in your level match can take up to 24 hours to be displayed.", })} @@ -96,12 +97,14 @@ async function MatchedAccountInfo() {

{intl.formatMessage({ + id: "partnerSas.sasEuroBonus", defaultMessage: "SAS EuroBonus", })}

@@ -110,6 +113,7 @@ async function MatchedAccountInfo() {
@@ -120,6 +124,7 @@ async function MatchedAccountInfo() {
@@ -154,12 +159,14 @@ async function MatchedAccountInfoSkeleton() {

{intl.formatMessage({ + id: "partnerSas.sasEuroBonus", defaultMessage: "SAS EuroBonus", })}

@@ -168,6 +175,7 @@ async function MatchedAccountInfoSkeleton() {
@@ -176,6 +184,7 @@ async function MatchedAccountInfoSkeleton() {
@@ -219,6 +228,7 @@ async function TierMatchMessage({ const messageMap: Record = { boostedBySAS: intl.formatMessage( { + id: "sas.linkedAccounts.euroBonusSasUpgradedText", defaultMessage: "EuroBonus {sasLevelName} has upgraded your Scandic Friends level to {scandicLevelName}.", }, @@ -226,6 +236,7 @@ async function TierMatchMessage({ ), boostedByScandic: intl.formatMessage( { + id: "sas.linkedAccounts.scandicFriendsUpgradedText", defaultMessage: "Your Scandic Friends level {scandicLevelName} has upgraded you to EuroBonus {sasLevelName}.", }, @@ -233,6 +244,7 @@ async function TierMatchMessage({ ), noBoost: intl.formatMessage( { + id: "sas.linkedAccounts.euroBonusSasText", defaultMessage: "EuroBonus {sasLevelName} and {scandicLevelName} are equally matched. Level up in one of your memberships to qualify for an upgrade!", }, @@ -250,6 +262,7 @@ async function TierMatchMessage({
@@ -270,6 +283,7 @@ async function TierMatchMessageSkeleton() {
@@ -307,6 +321,7 @@ async function TierMatchExpiration({
diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsForm.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsForm.tsx index fe7ba4681..a19984e65 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsForm.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsForm.tsx @@ -80,6 +80,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.exchangeFrom", defaultMessage: "Exchange from", })}

@@ -89,6 +90,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.sasEuroBonus", defaultMessage: "SAS EuroBonus", })}

@@ -98,6 +100,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.balance", defaultMessage: "Balance", })}

@@ -113,6 +116,7 @@ async function TransferPointsFormContent({

{intl.formatMessage( { + id: "partnerSas.pointsWithValue", defaultMessage: "{points, number} p", }, { points: sasPoints } @@ -127,6 +131,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.noPointsToTransfer", defaultMessage: "You have no points to transfer.", })}

@@ -140,6 +145,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.exchangeTo", defaultMessage: "Exchange to", })}

@@ -148,6 +154,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "common.scandicFriends", defaultMessage: "Scandic Friends", })}

@@ -157,6 +164,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.balance", defaultMessage: "Balance", })}

@@ -172,6 +180,7 @@ async function TransferPointsFormContent({

{intl.formatMessage( { + id: "partnerSas.pointsWithValue", defaultMessage: "{points, number} p", }, { points: scandicPoints } @@ -191,6 +200,7 @@ async function TransferPointsFormContent({

{intl.formatMessage({ + id: "partnerSas.exchangedPointsNotLevelQualifying", defaultMessage: "Exchanged points will not be level-qualifying.", })}

diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsFormClient.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsFormClient.tsx index c30a7c95e..e820771df 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsFormClient.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/TransferPoints/TransferPointsFormClient.tsx @@ -67,6 +67,7 @@ export function TransferPointsFormClient({ // Set max value to 1 if sasPoints is 0 since slider requires a range maxValue={hasNoSasPoints ? 1 : sasPoints} aria-label={intl.formatMessage({ + id: "partnerSas.ebPointsToExchange", defaultMessage: "EB points to exchange", })} formatOptions={{ @@ -88,6 +89,7 @@ export function TransferPointsFormClient({ {/* TODO maybe dynamic string based on exchange rate */} {intl.formatMessage({ + id: "partnerSas.conversionRateInfo", defaultMessage: "1 EuroBonus point = 2 Scandic Friends points", })}

@@ -117,6 +120,7 @@ export function TransferPointsFormClient({

{intl.formatMessage({ + id: "partnerSas.sfPointsToReceive", defaultMessage: "SF points to receive", })}

@@ -183,6 +187,7 @@ function ConfirmModal({ disabled={disabled} > {intl.formatMessage({ + id: "partnerSas.exchangePoints", defaultMessage: "Exchange points", })} @@ -197,6 +202,7 @@ function ConfirmModal({

{intl.formatMessage({ + id: "partnerSas.proceedWithPointExchange", defaultMessage: "Proceed with point exchange?", })}

@@ -205,6 +211,7 @@ function ConfirmModal({

{intl.formatMessage({ + id: "partnerSas.youAreAboutToExchange", defaultMessage: "You are about to exchange:", })}

@@ -213,6 +220,7 @@ function ConfirmModal({

{intl.formatMessage( { + id: "partnerSas.exchangePointsDetails", defaultMessage: "{sasPoints, number} EuroBonus points to {scandicPoints, number} Scandic Friends points", }, @@ -232,6 +240,7 @@ function ConfirmModal({

{intl.formatMessage({ + id: "partnerSas.exchangePointsExpiry", defaultMessage: "Your exchanged points will retain their original expiry date with a maximum validity of 12 months.", })} @@ -245,6 +254,7 @@ function ConfirmModal({ color="none" > {intl.formatMessage({ + id: "partnerSas.yesIWantToExchangeMyPoints", defaultMessage: "Yes, I want to exchange my points", })} @@ -256,6 +266,7 @@ function ConfirmModal({ onClick={() => handleToggle(false)} > {intl.formatMessage({ + id: "common.cancel", defaultMessage: "Cancel", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Stays/EmptyUpcomingStays/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/EmptyUpcomingStays/index.tsx index 6e764ec5a..fd7b7ec6e 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Stays/EmptyUpcomingStays/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Stays/EmptyUpcomingStays/index.tsx @@ -24,10 +24,12 @@ export default async function EmptyUpcomingStaysBlock() { textAlign="center" > {intl.formatMessage({ + id: "stays.noUpcomingStays", defaultMessage: "You have no upcoming stays.", })} {intl.formatMessage({ + id: "stays.whereToGoNext", defaultMessage: "Where should you go next?", })} @@ -39,6 +41,7 @@ export default async function EmptyUpcomingStaysBlock() { color="Text/Interactive/Secondary" > {intl.formatMessage({ + id: "stays.getInspired", defaultMessage: "Get inspired", })} diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx index 94f2497ed..9db6e9b9f 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx @@ -30,6 +30,7 @@ export default function ShowMoreButton({ color="CurrentColor" /> {intl.formatMessage({ + id: "common.showMore", defaultMessage: "Show more", })} diff --git a/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx b/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx index 532dcb4f8..ca9cd2387 100644 --- a/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx +++ b/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx @@ -27,6 +27,7 @@ export default async function HotelListingItem({ url: hotelData.meetingUrl, openInNewTab: true, text: intl.formatMessage({ + id: "meetingPackage.bookAMeeting", defaultMessage: "Book a meeting", }), } @@ -34,6 +35,7 @@ export default async function HotelListingItem({ url: hotelData.url, openInNewTab: false, text: intl.formatMessage({ + id: "destination.seeHotelDetails", defaultMessage: "See hotel details", }), } @@ -61,6 +63,7 @@ export default async function HotelListingItem({ {intl.formatMessage( { + id: "common.kmToCityCenter", defaultMessage: "{number} km to city center", }, { diff --git a/apps/scandic-web/components/Carousel/CarouselNavigation.tsx b/apps/scandic-web/components/Carousel/CarouselNavigation.tsx index 2ee918104..126d93306 100644 --- a/apps/scandic-web/components/Carousel/CarouselNavigation.tsx +++ b/apps/scandic-web/components/Carousel/CarouselNavigation.tsx @@ -26,6 +26,7 @@ export function CarouselPrevious({ className }: CarouselButtonProps) { style="Elevated" onPress={scrollPrev} aria-label={intl.formatMessage({ + id: "carousel.previousSlide", defaultMessage: "Previous slide", })} > @@ -49,6 +50,7 @@ export function CarouselNext({ className }: CarouselButtonProps) { style="Elevated" onPress={scrollNext} aria-label={intl.formatMessage({ + id: "carousel.nextSlide", defaultMessage: "Next slide", })} > diff --git a/apps/scandic-web/components/ContentType/CampaignOverviewPage/TopCampaign/index.tsx b/apps/scandic-web/components/ContentType/CampaignOverviewPage/TopCampaign/index.tsx index 50bbd8f8c..396dcae83 100644 --- a/apps/scandic-web/components/ContentType/CampaignOverviewPage/TopCampaign/index.tsx +++ b/apps/scandic-web/components/ContentType/CampaignOverviewPage/TopCampaign/index.tsx @@ -18,7 +18,10 @@ export default async function TopCampaign({ topCampaign }: TopCampaignProps) { const intl = await getIntl() const { campaign, heading } = topCampaign const buttonData = { - cta: intl.formatMessage({ defaultMessage: "Explore the offer" }), + cta: intl.formatMessage({ + id: "campaign.exploreTheOffer", + defaultMessage: "Explore the offer", + }), url: `/${lang}${campaign.url}`, } @@ -34,6 +37,7 @@ export default async function TopCampaign({ topCampaign }: TopCampaignProps) { heading={ campaign.hotel_listing.heading || intl.formatMessage({ + id: "campaignPage.hotelsIncludedInOffer", defaultMessage: "Hotels included in this offer", }) } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/Content.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/Content.tsx index eb2d0faa4..dfe6162af 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/Content.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/Content.tsx @@ -26,9 +26,11 @@ export default function HotelListContent({ {intl.formatMessage( { + id: "destinationPage.hotelsCount", defaultMessage: "{count} hotels", }, { count: visibleHotels.length } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx index 8ee2ce1ee..7d29b50f8 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx @@ -73,6 +73,7 @@ export default function HotelListItem({ hotel, url }: HotelListItemProps) { sizes="(min-width: 768px) 700px, 100vw" title={intl.formatMessage( { + id: "common.imageGalleryWithTitle", defaultMessage: "{title} - Image gallery", }, { title: hotel.name } @@ -111,6 +112,7 @@ export default function HotelListItem({ hotel, url }: HotelListItemProps) { {intl.formatMessage( { + id: "common.kmToCityCenter", defaultMessage: "{number} km to city center", }, { @@ -149,6 +151,7 @@ export default function HotelListItem({ hotel, url }: HotelListItemProps) { typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "destination.seeHotelDetails", defaultMessage: "See hotel details", })} diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx index f0137afbd..7eaf64037 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx @@ -69,7 +69,10 @@ export default function CityMap({ > - {intl.formatMessage({ defaultMessage: "Back to cities" })} + {intl.formatMessage({ + id: "destination.backToCities", + defaultMessage: "Back to cities", + })} ) : null} diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx index 4abfe1185..a8819e50b 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx @@ -69,6 +69,7 @@ export default async function DestinationCityPage({ const sortItems: HotelSortItem[] = [ { label: intl.formatMessage({ + id: "filter.distanceToCityCenter", defaultMessage: "Distance to city center", }), value: HotelSortOption.Distance, @@ -76,13 +77,15 @@ export default async function DestinationCityPage({ }, { label: intl.formatMessage({ + id: "common.name", defaultMessage: "Name", }), value: HotelSortOption.Name, }, { label: intl.formatMessage({ - defaultMessage: "Tripadvisor rating", + id: "common.tripAdvisorRating", + defaultMessage: "TripAdvisor rating", }), value: HotelSortOption.TripAdvisorRating, }, diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CityMapCard/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CityMapCard/index.tsx index fe6fe4202..5638fc922 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CityMapCard/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CityMapCard/index.tsx @@ -51,6 +51,7 @@ export default function CityMapCard({ className={styles.closeButton} onPress={handleClose} aria-label={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > @@ -90,6 +91,7 @@ export default function CityMapCard({

{intl.formatMessage({ + id: "destinationPage.seeHotelsOnMap", defaultMessage: "See hotels on map", })}

@@ -103,6 +105,7 @@ export default function CityMapCard({ textDecoration="underline" > {intl.formatMessage({ + id: "destination.exploreCity", defaultMessage: "Explore city", })} diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/Content.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/Content.tsx index 247b7735b..535ff9722 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/Content.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/Content.tsx @@ -21,9 +21,11 @@ export function CityListContent() { {intl.formatMessage( { + id: "destination.city.count", defaultMessage: "{count} destinations", }, { count: activeCities.length } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx index 3d54636af..9e7fe851e 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx @@ -111,6 +111,7 @@ export function CityListItem({ textDecoration="underline" > {intl.formatMessage({ + id: "destination.exploreCity", defaultMessage: "Explore city", })} @@ -119,6 +120,7 @@ export function CityListItem({ @@ -198,6 +200,7 @@ export default function Map({ position="left" onClick={scrollToTop} label={intl.formatMessage({ + id: "common.backToTop", defaultMessage: "Back to top", })} /> diff --git a/apps/scandic-web/components/ContentType/DestinationPage/SeeOnMapFilterWrapper/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/SeeOnMapFilterWrapper/index.tsx index 0561f3986..efbdea1cb 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/SeeOnMapFilterWrapper/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/SeeOnMapFilterWrapper/index.tsx @@ -32,6 +32,7 @@ export function SeeOnMapFilterWrapper({ > {intl.formatMessage({ + id: "destination.seeOnMap", defaultMessage: "See on map", })} diff --git a/apps/scandic-web/components/ContentType/DestinationPage/SeoFilters/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/SeoFilters/index.tsx index 6f838dd6f..a4a4ce676 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/SeoFilters/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/SeoFilters/index.tsx @@ -32,7 +32,10 @@ export function SeoFilters({ seoFilters }: SeoFiltersProps) { {facilityFilters.length > 0 ? ( @@ -53,7 +56,10 @@ export function SeoFilters({ seoFilters }: SeoFiltersProps) { ) : null} {surroundingsFilters.length > 0 ? ( diff --git a/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx index 81603644b..912b1c2b7 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx @@ -51,6 +51,7 @@ export default function DestinationPageSidepeek({ > {buttonText || intl.formatMessage({ + id: "common.readMore", defaultMessage: "Read more", })} @@ -61,6 +62,7 @@ export default function DestinationPageSidepeek({ openInRoot handleClose={() => setSidePeekIsOpen(false)} closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > diff --git a/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx index 4bdd095a2..009d6011e 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx @@ -31,9 +31,11 @@ export default async function DestinationStaticMap({ const intl = await getIntl() const altText = city ? intl.formatMessage({ + id: "destination.mapStatic.mapOfCity", defaultMessage: "Map of the city", }) : intl.formatMessage({ + id: "destination.mapStatic.mapOfCountry", defaultMessage: "Map of the country", }) const coordinates = location diff --git a/apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx index 735ba5163..e0d644d77 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx @@ -69,6 +69,7 @@ export default function TopImages({ images, destinationName }: TopImageProps) { className={styles.seeAllButton} > {intl.formatMessage({ + id: "common.seeAllPhotos", defaultMessage: "See all photos", })} @@ -76,6 +77,7 @@ export default function TopImages({ images, destinationName }: TopImageProps) { images={lightboxImages} dialogTitle={intl.formatMessage( { + id: "common.imageGalleryWithTitle", defaultMessage: "{title} - Image gallery", }, { title: destinationName } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/utils.ts b/apps/scandic-web/components/ContentType/DestinationPage/utils.ts index 4e82acdef..a6b348385 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/utils.ts +++ b/apps/scandic-web/components/ContentType/DestinationPage/utils.ts @@ -11,12 +11,14 @@ export function getHeadingText( pageType === "country" ? intl.formatMessage( { + id: "destination.destinationsInLocation", defaultMessage: "Destinations in {location}", }, { location } ) : intl.formatMessage( { + id: "destination.hotelsInLocation", defaultMessage: "Hotels in {location}", }, { location } diff --git a/apps/scandic-web/components/ContentType/HotelMapPage/Client.tsx b/apps/scandic-web/components/ContentType/HotelMapPage/Client.tsx index d1f4af596..b75b7e6a3 100644 --- a/apps/scandic-web/components/ContentType/HotelMapPage/Client.tsx +++ b/apps/scandic-web/components/ContentType/HotelMapPage/Client.tsx @@ -111,6 +111,7 @@ export default function HotelMapPageClient({ {intl.formatMessage({ + id: "selectHotel.closeMap", defaultMessage: "Close the map", })} diff --git a/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/index.tsx b/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/index.tsx index 8dc5bb53f..d49e1f987 100644 --- a/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/index.tsx @@ -95,9 +95,11 @@ export default function Sidebar({ } const viewAsMapMsg = intl.formatMessage({ + id: "hotelMap.sidebar.viewAsMap", defaultMessage: "View as map", }) const viewAsListMsg = intl.formatMessage({ + id: "hotelMap.sidebar.viewAsList", defaultMessage: "View as list", }) @@ -121,7 +123,8 @@ export default function Sidebar({

{intl.formatMessage( { - defaultMessage: "Nearby {hotelName}", + id: "hotelMap.sidebar.thingsNearbyHotel", + defaultMessage: "Things nearby {hotelName}", }, { hotelName } )} @@ -157,6 +160,7 @@ export default function Sidebar({ {intl.formatMessage( { + id: "common.distanceKm", defaultMessage: "{distanceInKm} km", }, { diff --git a/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/util.ts b/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/util.ts index 25c3efb70..548fad4af 100644 --- a/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/util.ts +++ b/apps/scandic-web/components/ContentType/HotelMapPage/Sidebar/util.ts @@ -10,26 +10,32 @@ export function translatePOIGroup( switch (group) { case PointOfInterestGroupEnum.PUBLIC_TRANSPORT: return intl.formatMessage({ + id: "hotelMap.sidebar.poi.publicTransport", defaultMessage: "Public transport", }) case PointOfInterestGroupEnum.ATTRACTIONS: return intl.formatMessage({ + id: "hotelMap.sidebar.poi.attractions", defaultMessage: "Attractions", }) case PointOfInterestGroupEnum.BUSINESS: return intl.formatMessage({ + id: "hotelMap.sidebar.poi.business", defaultMessage: "Business", }) case PointOfInterestGroupEnum.LOCATION: return intl.formatMessage({ + id: "hotelMap.sidebar.poi.location", defaultMessage: "Location", }) case PointOfInterestGroupEnum.PARKING: return intl.formatMessage({ + id: "common.parking", defaultMessage: "Parking", }) case PointOfInterestGroupEnum.SHOPPING_DINING: return intl.formatMessage({ + id: "hotelMap.sidebar.poi.shoppingDining", defaultMessage: "Shopping & Dining", }) default: @@ -37,6 +43,7 @@ export function translatePOIGroup( logger.warn(`Unsupported group given: ${option}`) return intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", }) } diff --git a/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx index 7504d7ec9..f9beb2db6 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx @@ -21,6 +21,7 @@ export default async function AmenitiesList({

{intl.formatMessage({ + id: "hotel.amenitiesList.atTheHotel", defaultMessage: "At the hotel", })}

@@ -54,6 +55,7 @@ export default async function AmenitiesList({ scroll={false} > {intl.formatMessage({ + id: "hotel.seeAllAmenities", defaultMessage: "See all amenities", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/Campaigns/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Campaigns/index.tsx index 94bbe4ee4..8efa7be5c 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Campaigns/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/Campaigns/index.tsx @@ -39,7 +39,11 @@ export default async function HotelCampaigns({

- {heading || intl.formatMessage({ defaultMessage: "Offers" })} + {heading || + intl.formatMessage({ + id: "hotelPage.offers", + defaultMessage: "Offers", + })}

{preamble ? ( @@ -52,7 +56,10 @@ export default async function HotelCampaigns({ {intl.formatMessage({ + id: "hotel.introSection.welcomeTo", defaultMessage: "Welcome to", })} @@ -132,6 +134,7 @@ export default async function IntroSection({ scroll={false} > {intl.formatMessage({ + id: "destination.seeHotelDetails", defaultMessage: "See hotel details", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx index abd418d80..c9fc83f8b 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx @@ -23,6 +23,7 @@ export default function MapCard({ hotelName, pois }: MapCardProps) { {intl.formatMessage({ + id: "hotel.mapCard.nearby", defaultMessage: "Nearby", })} @@ -50,6 +51,7 @@ export default function MapCard({ hotelName, pois }: MapCardProps) { {intl.formatMessage( { + id: "common.distanceKm", defaultMessage: "{distanceInKm} km", }, { distanceInKm: poi.distance } @@ -70,6 +72,7 @@ export default function MapCard({ hotelName, pois }: MapCardProps) { onClick={trackHotelMapClick} > {intl.formatMessage({ + id: "hotel.seeMap", defaultMessage: "See map", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx index 05ba38108..e661803ea 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx @@ -26,6 +26,7 @@ export default function MobileMapToggle() { {intl.formatMessage({ + id: "hotel.mapToggle.hotel", defaultMessage: "Hotel", })} @@ -38,12 +39,14 @@ export default function MobileMapToggle() { href={mapUrl} onClick={trackHotelMapClick} aria-label={intl.formatMessage({ + id: "hotel.seeMap", defaultMessage: "See map", })} > {intl.formatMessage({ + id: "hotel.mapToggle.map", defaultMessage: "Map", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx index 579da319a..62960dfc1 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx @@ -35,6 +35,7 @@ export default async function StaticMap({ zoomLevel={zoomLevel} altText={intl.formatMessage( { + id: "hotel.staticMap.mapOfHotelName", defaultMessage: "Map of {hotelName}", }, { hotelName } diff --git a/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx index da54dc985..0361284a3 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx @@ -33,6 +33,7 @@ export default function PreviewImages({ key={image.src} className={styles.imageButton} aria-label={intl.formatMessage({ + id: "common.seeAllPhotos", defaultMessage: "See all photos", })} onPress={() => @@ -68,6 +69,7 @@ export default function PreviewImages({ className={styles.seeAllButton} > {intl.formatMessage({ + id: "common.seeAllPhotos", defaultMessage: "See all photos", })} @@ -75,6 +77,7 @@ export default function PreviewImages({ images={lightboxImages} dialogTitle={intl.formatMessage( { + id: "common.imageGalleryWithTitle", defaultMessage: "{title} - Image gallery", }, { title: hotelName } diff --git a/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx index 229a5d063..80e933c99 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx @@ -33,6 +33,7 @@ export function RoomCard({ room }: RoomCardProps) { images={galleryImages} title={intl.formatMessage( { + id: "common.imageGalleryWithTitle", defaultMessage: "{title} - Image gallery", }, { title: name } @@ -51,6 +52,7 @@ export function RoomCard({ room }: RoomCardProps) {

{intl.formatMessage( { + id: "hotel.roomCard.size", defaultMessage: "{size} ({max, plural, one {{range} guest} other {{range} guests}})", }, @@ -72,6 +74,7 @@ export function RoomCard({ room }: RoomCardProps) { className={styles.buttonLink} > {intl.formatMessage({ + id: "hotel.seeRoomDetails", defaultMessage: "See room details", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx index 8e2b6a3cd..c7a5c49cf 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx @@ -29,6 +29,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.practicalInformation", defaultMessage: "Practical information", })}

@@ -38,6 +39,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.address", defaultMessage: "Address", })}

@@ -53,6 +55,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.drivingDirections", defaultMessage: "Driving directions", })}

@@ -64,6 +67,7 @@ export default async function ContactInformation({ textDecoration="underline" > {intl.formatMessage({ + id: "common.googleMaps", defaultMessage: "Google Maps", })} @@ -72,6 +76,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.contactUs", defaultMessage: "Contact us", })}

@@ -90,6 +95,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.followUs", defaultMessage: "Follow us", })}

@@ -112,6 +118,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.email", defaultMessage: "Email", })}

@@ -130,6 +137,7 @@ export default async function ContactInformation({ height={38} width={38} alt={intl.formatMessage({ + id: "common.nordicSwanEcolabel", defaultMessage: "Nordic Swan Ecolabel", })} src={`/_static/img/icons/swan-eco/swan_eco_dark_${lang}.png`} @@ -139,6 +147,7 @@ export default async function ContactInformation({

{intl.formatMessage({ + id: "common.nordicSwanEcolabel", defaultMessage: "Nordic Swan Ecolabel", })}

diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx index 351d66aec..1ad7d864a 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx @@ -25,9 +25,11 @@ export default async function AboutTheHotelSidePeek({ diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx index 5f3508e4a..6dc4c2693 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx @@ -20,9 +20,11 @@ export default async function ActivitiesSidePeek({ diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx index 4bfa2e3c1..1f69f4cca 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx @@ -31,9 +31,11 @@ export default async function AmenitiesSidePeek({ diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx index 05ca7090a..e2c9f2ef9 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx @@ -30,6 +30,7 @@ export default async function MeetingsAndConferencesSidePeek({ contentKey={SidepeekSlugs.meetings} title={heading} closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > @@ -37,6 +38,7 @@ export default async function MeetingsAndConferencesSidePeek({

{intl.formatMessage({ + id: "hotel.sidepeeks.meetingsAndConferences.title", defaultMessage: "Creative spaces for meetings", })}

@@ -69,6 +71,7 @@ export default async function MeetingsAndConferencesSidePeek({ typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "common.readMore", defaultMessage: "Read more", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts index 8b43c4b05..d95bbd3b3 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts @@ -30,6 +30,7 @@ async function getRoomText(roomSizes: number[]) { if (largestRoom === smallestRoom) { roomText = intl.formatMessage( { + id: "hotel.sidepeeks.meetingsAndConferences.roomSize", defaultMessage: "{value} m²", }, { value: largestRoom } @@ -38,6 +39,7 @@ async function getRoomText(roomSizes: number[]) { { roomText = intl.formatMessage( { + id: "hotel.sidepeeks.meetingsAndConferences.roomSizeRange", defaultMessage: "{smallest}–{largest} m²", }, { largest: largestRoom, smallest: smallestRoom } @@ -56,6 +58,7 @@ async function getSeatingText(roomSeating: number[]) { if (biggestSeating === smallestSeating) { seatingText = intl.formatMessage( { + id: "common.numberOfGuests", defaultMessage: "{value, plural, one {# guest} other {# guests}}", }, { value: biggestSeating } @@ -64,6 +67,7 @@ async function getSeatingText(roomSeating: number[]) { { seatingText = intl.formatMessage( { + id: "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange", defaultMessage: "{lowest}–{highest} guests", }, { highest: biggestSeating, lowest: smallestSeating } diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx index 74f0f4508..6722dcdaa 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx @@ -36,9 +36,11 @@ export function RestaurantBarItemLinks({ > {showDetailsLink ? intl.formatMessage({ + id: "restaurantBar.bookATable", defaultMessage: "Book a table", }) : intl.formatMessage({ + id: "common.readMore", defaultMessage: "Read more", })} @@ -53,6 +55,7 @@ export function RestaurantBarItemLinks({ > {intl.formatMessage( { + id: "restaurantBar.discoverRestaurant", defaultMessage: "Discover {name}", }, { name: restaurantName } diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx index 02ef27ead..bee68cd62 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx @@ -54,6 +54,7 @@ export default async function RestaurantBarItem({

{intl.formatMessage({ + id: "common.openingHours", defaultMessage: "Opening hours", })}

@@ -72,6 +73,7 @@ export default async function RestaurantBarItem({

{intl.formatMessage({ + id: "restaurantBar.menus", defaultMessage: "Menus", })}

diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx index 51e05b242..b8aaaecc7 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx @@ -20,6 +20,7 @@ export default async function RestaurantBarSidePeek({ contentKey={SidepeekSlugs.restaurant} title={heading} closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/index.tsx index b67b3a021..0714b3f80 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/index.tsx @@ -34,6 +34,7 @@ export default function RoomFacilities({ ? facility.name : intl.formatMessage( { + id: "roomSidePeek.facilityAvailableInSomeRooms", defaultMessage: "{facility} (available in some rooms)", }, { @@ -58,6 +59,7 @@ export default function RoomFacilities({

{intl.formatMessage({ + id: "booking.roomAmenities", defaultMessage: "Room amenities", })}

diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomTypes/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomTypes/index.tsx index 21d6621de..2f1f876e0 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomTypes/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomTypes/index.tsx @@ -26,6 +26,7 @@ export default async function RoomTypes({ roomTypes }: RoomFacilitiesProps) {

{intl.formatMessage({ + id: "common.bedOptions", defaultMessage: "Bed options", })}

@@ -33,6 +34,7 @@ export default async function RoomTypes({ roomTypes }: RoomFacilitiesProps) {

{intl.formatMessage({ + id: "booking.subjectToAvailability", defaultMessage: "Subject to availability", })}

diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx index a7f91345b..6aceb51a7 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx @@ -37,6 +37,7 @@ export default async function RoomSidePeek({ contentKey={`room-${getRoomNameAsParam(name)}`} title={name} closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > @@ -46,6 +47,7 @@ export default async function RoomSidePeek({

{intl.formatMessage( { + id: "roomSidePeek.maxNumberOfGuests", defaultMessage: "Max. {max, plural, one {{range} guest} other {{range} guests}}", }, @@ -59,6 +61,7 @@ export default async function RoomSidePeek({ {roomSize.min === roomSize.max ? intl.formatMessage( { + id: "common.roomSize", defaultMessage: "{roomSize} m²", }, { @@ -67,6 +70,7 @@ export default async function RoomSidePeek({ ) : intl.formatMessage( { + id: "selectRate.roomSizeMinToMax", defaultMessage: "{roomSizeMin}–{roomSizeMax} m²", }, { @@ -101,6 +105,7 @@ export default async function RoomSidePeek({ @@ -55,6 +57,7 @@ export default async function TripAdvisorSidePeek({ {intl.formatMessage({

{intl.formatMessage({ + id: "common.openingHours", defaultMessage: "Opening hours", })}

@@ -57,10 +58,12 @@ export default async function OpeningHours({

{ordinaryOpeningTimes.alwaysOpen ? intl.formatMessage({ + id: "sidepeek.wellness.weekdayOpeningHours.alwaysOpen", defaultMessage: "Monday–Friday: Always open", }) : intl.formatMessage( { + id: "sidepeek.wellness.weekdayOpeningHours.hours", defaultMessage: "Monday–Friday: {openingTime}–{closingTime}", }, @@ -73,10 +76,12 @@ export default async function OpeningHours({

{weekendOpeningTimes.alwaysOpen ? intl.formatMessage({ + id: "sidepeek.wellness.weekendOpeningHours.alwaysOpen", defaultMessage: "Saturday–Sunday: Always open", }) : intl.formatMessage( { + id: "sidepeek.wellness.weekendOpeningHours.hours", defaultMessage: "Saturday–Sunday: {openingTime}–{closingTime}", }, diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/utils.ts b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/utils.ts index 1d741f41f..4f5a7aeda 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/utils.ts +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/utils.ts @@ -31,10 +31,12 @@ export async function translateWellnessDetails({ case SaunaDetails.SeparateMenAndWomen: if (value === "True") { return intl.formatMessage({ + id: "sidepeek.wellness.sauna.separateMenAndWomen", defaultMessage: "Gender-separated sauna", }) } return intl.formatMessage({ + id: "sidepeek.wellness.sauna.mixedGender", defaultMessage: "Mixed-gender sauna", }) } @@ -49,6 +51,7 @@ export async function translateWellnessDetails({ case IndoorPoolDetails.Length: return intl.formatMessage( { + id: "sidepeek.wellness.indoorPool.length", defaultMessage: "Pool length: {value} m", }, { value: value } @@ -56,6 +59,7 @@ export async function translateWellnessDetails({ case IndoorPoolDetails.Width: return intl.formatMessage( { + id: "sidepeek.wellness.indoorPool.width", defaultMessage: "Pool width: {value} m", }, { value: value } @@ -97,6 +101,7 @@ export async function translateWellnessDetails({ case ExternalGymDetails.NameOfExternalGym: return intl.formatMessage( { + id: "sidepeek.wellness.externalGym.name", defaultMessage: "External gym: {value}", }, { value: value } @@ -104,6 +109,7 @@ export async function translateWellnessDetails({ case ExternalGymDetails.DistanceToExternalGym: return intl.formatMessage( { + id: "sidepeek.wellness.externalGym.distance", defaultMessage: "Distance to gym: {value} m", }, { value: value } @@ -133,11 +139,17 @@ async function getPoolDepthTranslation(details: WellnessDetails["details"]) { if (depthFrom && depthTo) { return depthFrom !== depthTo ? intl.formatMessage( - { defaultMessage: "Pool depth: {from}–{to} m" }, + { + id: "sidepeeks.wellness.indoorPool.depthRange", + defaultMessage: "Pool depth: {from}–{to} m", + }, { from: depthFrom, to: depthTo } ) : intl.formatMessage( - { defaultMessage: "Pool depth: {value} m" }, + { + id: "sidepeeks.wellness.indoorPool.depth", + defaultMessage: "Pool depth: {value} m", + }, { value: depthFrom } ) } @@ -145,7 +157,10 @@ async function getPoolDepthTranslation(details: WellnessDetails["details"]) { if (depthFrom || depthTo) { const value = depthFrom || depthTo return intl.formatMessage( - { defaultMessage: "Pool depth: {value} m" }, + { + id: "sidepeeks.wellness.indoorPool.depth", + defaultMessage: "Pool depth: {value} m", + }, { value } ) } diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx index 97fb04c9e..04af417b1 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx @@ -29,6 +29,7 @@ export default async function WellnessAndExerciseSidePeek({ contentKey={SidepeekSlugs.wellness} title={heading} closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > @@ -62,6 +63,7 @@ export default async function WellnessAndExerciseSidePeek({ typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "sidepeek.wellness.showGymAndWellness", defaultMessage: "Show Gym & Wellness", })} diff --git a/apps/scandic-web/components/ContentType/HotelPage/utils.ts b/apps/scandic-web/components/ContentType/HotelPage/utils.ts index bec73f41c..344821d52 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/utils.ts +++ b/apps/scandic-web/components/ContentType/HotelPage/utils.ts @@ -67,31 +67,38 @@ export function translateWellnessType(type: string, intl: IntlShape) { switch (type) { case HealthFacilitiesEnum.Gym: return intl.formatMessage({ + id: "hotelPage.wellness.gym", defaultMessage: "Gym", }) case HealthFacilitiesEnum.IndoorPool: return intl.formatMessage({ + id: "hotelPage.wellness.indoorPool", defaultMessage: "Indoor pool", }) case HealthFacilitiesEnum.Jacuzzi: return intl.formatMessage({ + id: "hotelPage.wellness.jacuzzi", defaultMessage: "Jacuzzi", }) case HealthFacilitiesEnum.OutdoorPool: return intl.formatMessage({ + id: "hotelPage.wellness.outdoorPool", defaultMessage: "Outdoor pool", }) case HealthFacilitiesEnum.Relax: return intl.formatMessage({ + id: "hotelPage.wellness.relax", defaultMessage: "Relax", }) case HealthFacilitiesEnum.Sauna: return intl.formatMessage({ + id: "hotelPage.wellness.sauna", defaultMessage: "Sauna", }) default: logger.warn(`Unsupported wellnessType: ${type}`) return intl.formatMessage({ + id: "hotelPage.wellness.default", defaultMessage: "Wellness", }) } @@ -125,6 +132,7 @@ export function getPageSectionsData( heading: sectionHeadings?.overview || intl.formatMessage({ + id: "common.overview", defaultMessage: "Overview", }), }, @@ -136,6 +144,7 @@ export function getPageSectionsData( heading: sectionHeadings?.rooms || intl.formatMessage({ + id: "common.rooms", defaultMessage: "Rooms", }), } @@ -146,6 +155,7 @@ export function getPageSectionsData( heading: sectionHeadings?.restaurant_bar || intl.formatMessage({ + id: "hotelPage.section.restaurantAndBar", defaultMessage: "Restaurant & Bar", }), } @@ -156,6 +166,7 @@ export function getPageSectionsData( heading: sectionHeadings?.conferences_meetings || intl.formatMessage({ + id: "hotelPage.section.conferencesAndMeetings", defaultMessage: "Meetings & conferences", }), } @@ -166,6 +177,7 @@ export function getPageSectionsData( heading: sectionHeadings?.health_wellness || intl.formatMessage({ + id: "hotel.gymAndWellness", defaultMessage: "Gym & Wellness", }), } @@ -176,6 +188,7 @@ export function getPageSectionsData( heading: sectionHeadings?.activities || intl.formatMessage({ + id: "hotelPage.activities", defaultMessage: "Activities", }), } @@ -186,6 +199,7 @@ export function getPageSectionsData( heading: sectionHeadings?.offers || intl.formatMessage({ + id: "hotelPage.offers", defaultMessage: "Offers", }), } @@ -195,9 +209,7 @@ export function getPageSectionsData( hash: HotelHashValues.faq, heading: sectionHeadings?.faq || - intl.formatMessage({ - defaultMessage: "FAQ", - }), + intl.formatMessage({ id: "common.faq", defaultMessage: "FAQ" }), } } diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/index.tsx index 29e0b534d..22bf8abbb 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/index.tsx @@ -29,6 +29,7 @@ export default async function AccessibilitySubpage({

{intl.formatMessage( { + id: "hotelPage.accessibilitySubpage.accessibilityAtHotel", defaultMessage: "Accessibility at {hotel}", }, { diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/MeetingsSubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/MeetingsSubpage/index.tsx index 5e8c3889c..e235fe2dc 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/MeetingsSubpage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/MeetingsSubpage/index.tsx @@ -32,6 +32,7 @@ export default async function MeetingsSubpage({ const intl = await getIntl() const lang = await getLang() const heading = intl.formatMessage({ + id: "hotelPage.meetingsSubpage.meetingsConferencesAndEvents", defaultMessage: "Meetings, Conferences & Events", }) const mainBody = additionalData.meetingRooms.mainBody diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/ParkingSubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/ParkingSubpage/index.tsx index bad16af4c..14f3d8c7c 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/ParkingSubpage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/ParkingSubpage/index.tsx @@ -23,6 +23,7 @@ export default async function ParkingSubpage({ }: ParkingSubpageProps) { const intl = await getIntl() const heading = intl.formatMessage({ + id: "common.parking", defaultMessage: "Parking", }) const { mainBody, elevatorPitch } = additionalData.hotelParking diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/RestaurantSubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/RestaurantSubpage/index.tsx index 602a46b58..a5cb8c1f9 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/RestaurantSubpage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/RestaurantSubpage/index.tsx @@ -62,6 +62,7 @@ export default async function RestaurantSubpage({ typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "restaurantBar.bookATable", defaultMessage: "Book a table", })} diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx index 493331401..7000ae0a2 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx @@ -25,6 +25,7 @@ export default async function MeetingsSidebar({

{intl.formatMessage({ + id: "common.contactUs", defaultMessage: "Contact us", })}

diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx index 8327bf594..fd504d633 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx @@ -25,6 +25,7 @@ export default async function ParkingSidebar({

{intl.formatMessage({ + id: "common.address", defaultMessage: "Address", })}

@@ -45,6 +46,7 @@ export default async function ParkingSidebar({

{intl.formatMessage({ + id: "common.contactUs", defaultMessage: "Contact us", })}

diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar.tsx index 9603e18f4..2fb93a9ff 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar.tsx @@ -31,6 +31,7 @@ export default async function RestaurantSidebar({

{intl.formatMessage({ + id: "common.openingHours", defaultMessage: "Opening hours", })}

@@ -49,6 +50,7 @@ export default async function RestaurantSidebar({ diff --git a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/IneligibleMessage/index.tsx b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/IneligibleMessage/index.tsx index 4a94f12ac..2f3a88fbf 100644 --- a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/IneligibleMessage/index.tsx +++ b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/IneligibleMessage/index.tsx @@ -27,6 +27,7 @@ export default function IneligibleMessage() { >

{intl.formatMessage({ + id: "promoCampaign.thisCampaignIsNotAvailable", defaultMessage: "This campaign is not available", })}

@@ -37,6 +38,7 @@ export default function IneligibleMessage() { >

{intl.formatMessage({ + id: "promoCampaign.termsAndConditionsText", defaultMessage: "See terms & conditions for all qualifying requirements.", })} diff --git a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoLoginButton.tsx b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoLoginButton.tsx index b6a4e213a..68978e601 100644 --- a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoLoginButton.tsx +++ b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoLoginButton.tsx @@ -36,6 +36,7 @@ export default function PromoLoginButton() { prefetch={false} > {intl.formatMessage({ + id: "promoCampaign.logIn", defaultMessage: "Log in", })} diff --git a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoSignUpButton.tsx b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoSignUpButton.tsx index b132da7a3..92331af6f 100644 --- a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoSignUpButton.tsx +++ b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/PromoSignUpButton.tsx @@ -31,6 +31,7 @@ export default function PromoSignUpButton() { prefetch={false} > {intl.formatMessage({ + id: "common.signUp", defaultMessage: "Sign up", })} diff --git a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/index.tsx b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/index.tsx index b752a9d2f..e35cae209 100644 --- a/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/index.tsx +++ b/apps/scandic-web/components/ContentType/PromoCampaignPage/Hero/index.tsx @@ -126,6 +126,7 @@ export default function PromoCampaignHero({ >

{intl.formatMessage({ + id: "promoCampaign.toActivateOffer", defaultMessage: "To activate offer", })}

@@ -139,6 +140,7 @@ export default function PromoCampaignHero({ > {intl.formatMessage({ + id: "common.or", defaultMessage: "or", })} diff --git a/apps/scandic-web/components/DatePicker/Single/Desktop.tsx b/apps/scandic-web/components/DatePicker/Single/Desktop.tsx index 140ac1bc1..6f7e2e1ff 100644 --- a/apps/scandic-web/components/DatePicker/Single/Desktop.tsx +++ b/apps/scandic-web/components/DatePicker/Single/Desktop.tsx @@ -123,7 +123,8 @@ export default function DatePickerSingleDesktop({ {intl.formatMessage({ - defaultMessage: "Select date", + id: "datePicker.selectDates", + defaultMessage: "Select dates", })} diff --git a/apps/scandic-web/components/DatePicker/Single/Mobile.tsx b/apps/scandic-web/components/DatePicker/Single/Mobile.tsx index 144579585..792dce692 100644 --- a/apps/scandic-web/components/DatePicker/Single/Mobile.tsx +++ b/apps/scandic-web/components/DatePicker/Single/Mobile.tsx @@ -104,6 +104,7 @@ export default function DatePickerSingleMobile({ {intl.formatMessage({ + id: "datePicker.selectDates", defaultMessage: "Select dates", })} diff --git a/apps/scandic-web/components/DestinationFilterAndSort/Filter/index.tsx b/apps/scandic-web/components/DestinationFilterAndSort/Filter/index.tsx index 6981c249b..d2fff0037 100644 --- a/apps/scandic-web/components/DestinationFilterAndSort/Filter/index.tsx +++ b/apps/scandic-web/components/DestinationFilterAndSort/Filter/index.tsx @@ -35,6 +35,7 @@ export default function Filter({ filters }: FilterProps) {
{intl.formatMessage({ + id: "filter.filterBy", defaultMessage: "Filter by", })} @@ -43,6 +44,7 @@ export default function Filter({ filters }: FilterProps) { {intl.formatMessage({ + id: "filter.facilities", defaultMessage: "Hotel facilities", })} @@ -67,6 +69,7 @@ export default function Filter({ filters }: FilterProps) { {intl.formatMessage({ + id: "filter.hotelSurroundings", defaultMessage: "Hotel surroundings", })} diff --git a/apps/scandic-web/components/DestinationFilterAndSort/FilterAndSortButton/index.tsx b/apps/scandic-web/components/DestinationFilterAndSort/FilterAndSortButton/index.tsx index 66782fb7f..6953eefca 100644 --- a/apps/scandic-web/components/DestinationFilterAndSort/FilterAndSortButton/index.tsx +++ b/apps/scandic-web/components/DestinationFilterAndSort/FilterAndSortButton/index.tsx @@ -59,6 +59,7 @@ export function FilterAndSortButton({ > {intl.formatMessage({ + id: "filter.filterAndSort", defaultMessage: "Filter and sort", })} {filterLength > 0 ? : null} diff --git a/apps/scandic-web/components/DestinationFilterAndSort/Sort/index.tsx b/apps/scandic-web/components/DestinationFilterAndSort/Sort/index.tsx index 790ca0c05..cf263733e 100644 --- a/apps/scandic-web/components/DestinationFilterAndSort/Sort/index.tsx +++ b/apps/scandic-web/components/DestinationFilterAndSort/Sort/index.tsx @@ -27,9 +27,11 @@ export default function Sort({ sortItems }: SortProps) { items={sortItems} defaultSelectedKey={pendingSort} label={intl.formatMessage({ + id: "filter.sortBy", defaultMessage: "Sort by", })} aria-label={intl.formatMessage({ + id: "filter.sortBy", defaultMessage: "Sort by", })} name="sort" diff --git a/apps/scandic-web/components/DestinationFilterAndSort/index.tsx b/apps/scandic-web/components/DestinationFilterAndSort/index.tsx index 6b20bf3be..d799831e2 100644 --- a/apps/scandic-web/components/DestinationFilterAndSort/index.tsx +++ b/apps/scandic-web/components/DestinationFilterAndSort/index.tsx @@ -64,19 +64,23 @@ export default function DestinationFilterAndSort({ const alertHeading = listType === "city" ? intl.formatMessage({ + id: "destination.noLocationsFound", defaultMessage: "No matching locations found", }) : intl.formatMessage({ + id: "filter.noMatchingHotelsFound", defaultMessage: "No matching hotels found", }) const alertText = listType === "city" ? intl.formatMessage({ + id: "destination.noLocationsFoundLong", defaultMessage: "It looks like no location match your filters. Try adjusting your search to find the perfect stay.", }) : intl.formatMessage({ + id: "filter.noMatchingHotelsFoundDescription", defaultMessage: "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay.", }) @@ -133,6 +137,7 @@ export default function DestinationFilterAndSort({ @@ -147,6 +152,7 @@ export default function DestinationFilterAndSort({ >

{intl.formatMessage({ + id: "filter.filterAndSort", defaultMessage: "Filter and sort", })}

@@ -182,6 +188,7 @@ export default function DestinationFilterAndSort({ color="Primary" > {intl.formatMessage({ + id: "filter.clearAllFilters", defaultMessage: "Clear all filters", })} @@ -194,6 +201,7 @@ export default function DestinationFilterAndSort({ > {intl.formatMessage( { + id: "filter.seeResultsCount", defaultMessage: "See results ({ count })", }, { count: pendingCount } diff --git a/apps/scandic-web/components/DigitalTeamMemberCard/EmployeeBenefits/AuthCard/index.tsx b/apps/scandic-web/components/DigitalTeamMemberCard/EmployeeBenefits/AuthCard/index.tsx index 9a8f3fea6..b02dd9be3 100644 --- a/apps/scandic-web/components/DigitalTeamMemberCard/EmployeeBenefits/AuthCard/index.tsx +++ b/apps/scandic-web/components/DigitalTeamMemberCard/EmployeeBenefits/AuthCard/index.tsx @@ -23,19 +23,27 @@ export default async function EmployeeBenefitsAuthCard() {

{intl.formatMessage({ + id: "dtmc.alreadyMember", defaultMessage: "Already a Scandic Friends member?", })}

{intl.formatMessage({ + id: "dtmc.logInAndLinkEmployment", defaultMessage: "Log in and link employment", })} @@ -45,12 +45,14 @@ export default async function EmployeeBenefitsCallToActions() {

{intl.formatMessage({ + id: "dtmc.noScandicFriendsAccountYet", defaultMessage: "Don't have a Scandic Friends account yet?", })}

{intl.formatMessage({ + id: "dtmc.signUpAndLinkEmployment", defaultMessage: "Sign up and link employment", })} @@ -70,6 +72,7 @@ export default async function EmployeeBenefitsCallToActions() { typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "dtmc.showTeamMemberCard", defaultMessage: "Show Team Member Card", })} @@ -88,6 +91,7 @@ export default async function EmployeeBenefitsCallToActions() { color="Primary" > {intl.formatMessage({ + id: "dtmc.linkMyEmployment", defaultMessage: "Link my employment", })} diff --git a/apps/scandic-web/components/Footer/Details/index.tsx b/apps/scandic-web/components/Footer/Details/index.tsx index 5798f1e8d..9fadaf736 100644 --- a/apps/scandic-web/components/Footer/Details/index.tsx +++ b/apps/scandic-web/components/Footer/Details/index.tsx @@ -42,6 +42,7 @@ export default async function FooterDetails() {

{intl.formatMessage( { + id: "footer.copyright", defaultMessage: "© {currentYear} Scandic Hotels all rights reserved", }, @@ -96,6 +97,7 @@ export async function FooterDetailsSkeleton() {

{intl.formatMessage( { + id: "footer.copyright", defaultMessage: "© {currentYear} Scandic Hotels all rights reserved", }, diff --git a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx index 09383e7a4..47900d8ee 100644 --- a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx +++ b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx @@ -34,6 +34,7 @@ export default function FormContent({ errors }: { errors: FieldErrors }) {

{intl.formatMessage({ + id: "editProfile.userInformation", defaultMessage: "User information", })}

@@ -41,9 +42,18 @@ export default function FormContent({ errors }: { errors: FieldErrors }) {

{intl.formatMessage({ + id: "common.password", defaultMessage: "Password", })}

@@ -138,6 +157,7 @@ export default function FormContent({ errors }: { errors: FieldErrors }) { {intl.formatMessage({ + id: "common.welcome", defaultMessage: "Welcome", })} @@ -142,21 +143,26 @@ export default function Form({ user }: EditFormProps) {
{intl.formatMessage({ + id: "editProfile.discardChanges", defaultMessage: "Discard changes", })} @@ -171,6 +177,7 @@ export default function Form({ user }: EditFormProps) { type="submit" > {intl.formatMessage({ + id: "common.save", defaultMessage: "Save", })} diff --git a/apps/scandic-web/components/Forms/Signup/index.tsx b/apps/scandic-web/components/Forms/Signup/index.tsx index 0fa1cbc7f..af6a87852 100644 --- a/apps/scandic-web/components/Forms/Signup/index.tsx +++ b/apps/scandic-web/components/Forms/Signup/index.tsx @@ -46,6 +46,7 @@ export default function SignupForm({ title }: SignUpFormProps) { const lang = useLang() const signupButtonText = intl.formatMessage({ + id: "signUp.joinNow", defaultMessage: "Join now", }) @@ -59,6 +60,7 @@ export default function SignupForm({ title }: SignUpFormProps) { if (error.data?.code === "CONFLICT") { toast.error( intl.formatMessage({ + id: "signUp.accountExistsError", defaultMessage: "An account with this email already exists. Please try signing in instead.", }) @@ -68,6 +70,7 @@ export default function SignupForm({ title }: SignUpFormProps) { toast.error( intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", }) ) @@ -130,6 +133,7 @@ export default function SignupForm({ title }: SignUpFormProps) {

{intl.formatMessage({ + id: "signUp.contactInformation", defaultMessage: "Contact information", })}

@@ -138,6 +142,7 @@ export default function SignupForm({ title }: SignUpFormProps) {

{intl.formatMessage({ + id: "common.birthDate", defaultMessage: "Birth date", })}

{intl.formatMessage({ + id: "common.password", defaultMessage: "Password", })}

@@ -234,6 +256,7 @@ export default function SignupForm({ title }: SignUpFormProps) {

{intl.formatMessage({ + id: "signUp.termsAndConditions", defaultMessage: "Terms and conditions", })}

@@ -256,11 +280,13 @@ export default function SignupForm({ title }: SignUpFormProps) { }} errorCodeMessages={{ [signupErrors.TERMS_REQUIRED]: intl.formatMessage({ + id: "common.mustAcceptTermsError", defaultMessage: "You must accept the terms and conditions", }), }} > {intl.formatMessage({ + id: "signUp.iAccept", defaultMessage: "I accept", })} @@ -268,6 +294,7 @@ export default function SignupForm({ title }: SignUpFormProps) {

{intl.formatMessage( { + id: "signUp.termsAndConditionsDescription", defaultMessage: "By accepting the Terms and Conditions for Scandic Friends I understand that my personal data will be processed in accordance with Scandic's Privacy Policy.", }, diff --git a/apps/scandic-web/components/Header/MainMenu/LogoLink/index.tsx b/apps/scandic-web/components/Header/MainMenu/LogoLink/index.tsx index 6b95e0313..19bf9cf9e 100644 --- a/apps/scandic-web/components/Header/MainMenu/LogoLink/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/LogoLink/index.tsx @@ -29,6 +29,7 @@ export function LogoLink() { href={`/${lang}`} onClick={handleNavigate} aria-label={intl.formatMessage({ + id: "header.backToScandicHotelsCom", defaultMessage: "Back to scandichotels.com", })} > diff --git a/apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx index f51308f39..92176b464 100644 --- a/apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx @@ -65,9 +65,11 @@ export default function MobileMenu({ }, [isHamburgerMenuOpen]) const closeMsg = intl.formatMessage({ + id: "header.closeMenu", defaultMessage: "Close menu", }) const openMsg = intl.formatMessage({ + id: "header.openMenu", defaultMessage: "Open menu", }) @@ -87,6 +89,7 @@ export default function MobileMenu({

@@ -98,6 +101,7 @@ export default function MobileMenu({ onClick={() => toggleDropdown(DropdownTypeEnum.HamburgerMenu)} > {intl.formatMessage({ + id: "booking.findBooking", defaultMessage: "Find booking", })} @@ -107,6 +111,7 @@ export default function MobileMenu({ iconName={IconName.Service} > {intl.formatMessage({ + id: "common.customerService", defaultMessage: "Customer service", })} @@ -127,6 +132,7 @@ export function MobileMenuSkeleton() { disabled className={styles.hamburger} aria-label={intl.formatMessage({ + id: "header.openMenu", defaultMessage: "Open menu", })} > diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx index f5e1173f3..d4da5fa99 100644 --- a/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx @@ -63,6 +63,7 @@ export default function MyPagesMenu({ {intl.formatMessage( { + id: "myPages.hiFirstName", defaultMessage: "Hi {firstName}!", }, { firstName: user.firstName } diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx index 0baf657dc..bc403249c 100644 --- a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx @@ -49,9 +49,7 @@ export default function MyPagesMenuContent({
{intl.formatMessage( - { - defaultMessage: "Hi {firstName}!", - }, + { id: "myPages.hiFirstName", defaultMessage: "Hi {firstName}!" }, { firstName: user.firstName } )} @@ -61,6 +59,7 @@ export default function MyPagesMenuContent({ {intl.formatMessage( { + id: "common.pointsAmountPoints", defaultMessage: "{pointsAmount, number} points", }, { pointsAmount: membershipPoints } @@ -156,6 +155,7 @@ function SecondaryLinks({ className={styles.link} > {intl.formatMessage({ + id: "common.logOut", defaultMessage: "Log out", })} @@ -170,27 +170,35 @@ export const useMyPagesNavigation = () => { const MyPagesLinkTranslationMap: Record = { overview: intl.formatMessage({ + id: "common.overview", defaultMessage: "Overview", }), points: intl.formatMessage({ + id: "common.myPoints", defaultMessage: "My points", }), stays: intl.formatMessage({ + id: "common.myStays", defaultMessage: "My stays", }), benefits: intl.formatMessage({ + id: "common.myBenefits", defaultMessage: "My benefits", }), partnerSas: intl.formatMessage({ + id: "myPagesMenu.partnerSas", defaultMessage: "Scandic ♥ SAS", }), teamMemberCard: intl.formatMessage({ + id: "common.teamMemberCard", defaultMessage: "Team Member Card", }), scandicFriends: intl.formatMessage({ + id: "common.aboutScandicFriends", defaultMessage: "About Scandic Friends", }), profile: intl.formatMessage({ + id: "common.myProfile", defaultMessage: "My profile", }), } diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx index 0d2217e16..2427a790e 100644 --- a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx @@ -66,6 +66,7 @@ export default function MyPagesMenuWrapper() { ) : ( {intl.formatMessage({ + id: "header.logInJoin", defaultMessage: "Log in/Join", })} diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx index ac9a7cb74..300a6ad32 100644 --- a/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx @@ -54,6 +54,7 @@ export default function MyPagesMobileMenu({ className={styles.button} onClick={() => toggleDropdown(DropdownTypeEnum.MyPagesMobileMenu)} aria-label={intl.formatMessage({ + id: "header.openMyPagesMenu", defaultMessage: "Open my pages menu", })} > @@ -63,6 +64,7 @@ export default function MyPagesMobileMenu({ diff --git a/apps/scandic-web/components/Header/TopMenu/index.tsx b/apps/scandic-web/components/Header/TopMenu/index.tsx index df3d2dee5..5aacfdb44 100644 --- a/apps/scandic-web/components/Header/TopMenu/index.tsx +++ b/apps/scandic-web/components/Header/TopMenu/index.tsx @@ -37,6 +37,7 @@ export default async function TopMenu() { {intl.formatMessage({ + id: "booking.findBooking", defaultMessage: "Find booking", })} diff --git a/apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx index 814579781..476294994 100644 --- a/apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx +++ b/apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx @@ -39,6 +39,7 @@ export default function Filter({ filters }: FilterProps) {

{intl.formatMessage({ + id: "filter.filterBy", defaultMessage: "Filter by", })}

@@ -48,6 +49,7 @@ export default function Filter({ filters }: FilterProps) { {intl.formatMessage({ + id: "common.country", defaultMessage: "Country", })} @@ -70,6 +72,7 @@ export default function Filter({ filters }: FilterProps) { {intl.formatMessage({ + id: "filter.facilities", defaultMessage: "Hotel facilities", })} @@ -92,6 +95,7 @@ export default function Filter({ filters }: FilterProps) { {intl.formatMessage({ + id: "filter.hotelSurroundings", defaultMessage: "Hotel surroundings", })} diff --git a/apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx index 3d8f36956..6c764c709 100644 --- a/apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx +++ b/apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx @@ -27,9 +27,11 @@ export default function Sort({ sortItems }: SortProps) { items={sortItems} defaultSelectedKey={pendingSort} label={intl.formatMessage({ + id: "filter.sortBy", defaultMessage: "Sort by", })} aria-label={intl.formatMessage({ + id: "filter.sortBy", defaultMessage: "Sort by", })} name="sort" diff --git a/apps/scandic-web/components/HotelFilterAndSort/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/index.tsx index 9d5447e19..9ad5f5ab7 100644 --- a/apps/scandic-web/components/HotelFilterAndSort/index.tsx +++ b/apps/scandic-web/components/HotelFilterAndSort/index.tsx @@ -51,10 +51,12 @@ export default function HotelFilterAndSort() { setIsLoading: state.actions.setIsLoading, })) const alertHeading = intl.formatMessage({ + id: "filter.noMatchingHotelsFound", defaultMessage: "No matching hotels found", }) const alertText = intl.formatMessage({ + id: "filter.noMatchingHotelsFoundDescription", defaultMessage: "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay.", }) @@ -97,6 +99,7 @@ export default function HotelFilterAndSort() { > {intl.formatMessage({ + id: "filter.filterAndSort", defaultMessage: "Filter and sort", })} @@ -111,6 +114,7 @@ export default function HotelFilterAndSort() { @@ -120,6 +124,7 @@ export default function HotelFilterAndSort() {

{intl.formatMessage({ + id: "filter.filterAndSort", defaultMessage: "Filter and sort", })}

@@ -150,6 +155,7 @@ export default function HotelFilterAndSort() { typography="Body/Paragraph/mdBold" > {intl.formatMessage({ + id: "filter.clearAllFilters", defaultMessage: "Clear all filters", })} @@ -162,6 +168,7 @@ export default function HotelFilterAndSort() { > {intl.formatMessage( { + id: "filter.seeResultsCount", defaultMessage: "See results ({ count })", }, { count: pendingCount } diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx index 3f786892c..c35295de3 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx @@ -53,11 +53,13 @@ export default function AdditionalInfoForm({
{intl.formatMessage({ + id: "hotelReservation.findMyBooking.title", defaultMessage: "Find your booking", })} {intl.formatMessage({ + id: "hotelReservation.findMyBooking.additionalInfoText", defaultMessage: "We need some details to confirm your identity.", })} @@ -65,6 +67,7 @@ export default function AdditionalInfoForm({
{intl.formatMessage({ + id: "common.confirm", defaultMessage: "Confirm", })} diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx index 6c6d38cd0..15fb969f4 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx @@ -55,6 +55,7 @@ export default function FindMyBooking() { logger.error("Failed to create ref id", error) toast.error( intl.formatMessage({ + id: "findMyBooking.failedToSubmit", defaultMessage: "Failed to submit form, please try again later.", }) ) @@ -74,11 +75,13 @@ export default function FindMyBooking() {
{intl.formatMessage({ + id: "findMyBooking.findYourStay", defaultMessage: "Find your stay", })} {intl.formatMessage({ + id: "findMyBooking.manageBooking", defaultMessage: "View and manage your booking made via our website or app.", })} @@ -87,6 +90,7 @@ export default function FindMyBooking() {
{intl.formatMessage({ + id: "findMyBooking.cantFindYourStay", defaultMessage: "Can't find your stay?", })} {intl.formatMessage( { + id: "findMyBooking.customerService", defaultMessage: "Please contact customer service.", }, @@ -150,6 +159,7 @@ export default function FindMyBooking() { disabled={form.formState.isSubmitting || update.isPending} > {intl.formatMessage({ + id: "common.find", defaultMessage: "Find", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/ActionButtons/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/ActionButtons/index.tsx index 0d23ab18a..441286ad6 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/ActionButtons/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/ActionButtons/index.tsx @@ -50,9 +50,11 @@ export default function ActionButtons({ const intl = useIntl() const isConfirmStep = currentStep === AncillaryStepEnum.confirmation const confirmLabel = intl.formatMessage({ + id: "common.confirm", defaultMessage: "Confirm", }) const continueLabel = intl.formatMessage({ + id: "common.continue", defaultMessage: "Continue", }) const quantityWithCard = useWatch({ @@ -99,6 +101,7 @@ export default function ActionButtons({ className={styles.priceButton} > {intl.formatMessage({ + id: "common.priceDetails", defaultMessage: "Price details", })} {intl.formatMessage({ + id: "common.back", defaultMessage: "Back", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/PriceSummary/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/PriceSummary/index.tsx index c8b70f8ab..5043ba22b 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/PriceSummary/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/PriceSummary/index.tsx @@ -37,6 +37,7 @@ export default function PriceSummary({

{intl.formatMessage({ + id: "common.summary", defaultMessage: "Summary", })}

@@ -50,6 +51,7 @@ export default function PriceSummary({ title={item.title} quantity={item.quantityWithCard} label={intl.formatMessage({ + id: "booking.priceIncludingVat", defaultMessage: "Price including VAT", })} value={formatPrice(intl, item.totalPrice, item.currency)} @@ -60,11 +62,17 @@ export default function PriceSummary({ title={item.title} quantity={item.quantityWithPoints} label={intl.formatMessage({ + id: "common.points", defaultMessage: "Points", })} - value={`${item.points} ${intl.formatMessage({ - defaultMessage: "points", - })}`} + value={intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", + }, + { points: item.points } + )} /> )} @@ -76,9 +84,11 @@ export default function PriceSummary({

{hasTotalPrice ? intl.formatMessage({ + id: "priceSummary.totalPriceIncludingVat", defaultMessage: "Total price including VAT", }) : intl.formatMessage({ + id: "common.totalPoints", defaultMessage: "Total points", })}

@@ -93,10 +103,14 @@ export default function PriceSummary({ {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {hasTotalPoints && hasTotalPrice ? " + " : null} {hasTotalPoints - ? // eslint-disable-next-line formatjs/no-literal-string-in-jsx - `${totalPoints} ${intl.formatMessage({ - defaultMessage: "points", - })}` + ? intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", + }, + { points: totalPoints } + ) : null}

diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/index.tsx index a7438d2c9..ab81c614e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/PriceDetails/index.tsx @@ -77,6 +77,7 @@ export default function PriceDetails({ const items = [ { title: `${selectedAncillary.title} / ${intl.formatMessage({ + id: "common.adult", defaultMessage: "adult", })}`, totalPrice: breakfastData.priceAdult, @@ -88,6 +89,7 @@ export default function PriceDetails({ if (breakfastData.nrOfPayingChildren > 0) { items.push({ title: `${selectedAncillary.title} / ${intl.formatMessage({ + id: "common.children", defaultMessage: "Children", })} 4-12`, totalPrice: breakfastData.priceChild, @@ -101,6 +103,7 @@ export default function PriceDetails({ items.push({ title: `${selectedAncillary.title} / ${intl.formatMessage( { + id: "common.childrenUnderAge", defaultMessage: "Children under {age}", }, { age: 4 } @@ -135,6 +138,7 @@ export default function PriceDetails({

{intl.formatMessage({ + id: "common.total", defaultMessage: "Total", })}

@@ -144,6 +148,7 @@ export default function PriceDetails({

{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`(${intl.formatMessage({ + id: "common.inclVAT", defaultMessage: "Incl. VAT", })})`}

@@ -154,6 +159,7 @@ export default function PriceDetails({

{intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, @@ -165,6 +171,7 @@ export default function PriceDetails({ " / " + intl.formatMessage( { + id: "common.numberOfGuests", defaultMessage: "{value, plural, one {# guest} other {# guests}}", }, @@ -186,6 +193,7 @@ export default function PriceDetails({

{intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, @@ -197,6 +205,7 @@ export default function PriceDetails({ " / " + intl.formatMessage( { + id: "common.numberOfGuests", defaultMessage: "{value, plural, one {# guest} other {# guests}}", }, @@ -231,14 +240,14 @@ export default function PriceDetails({

- {totalPoints} - { - /* eslint-disable-next-line formatjs/no-literal-string-in-jsx */ - " " - } - {intl.formatMessage({ - defaultMessage: "points", - })} + {intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", + }, + { points: totalPoints } + )}

diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/ConfirmationStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/ConfirmationStep/index.tsx index da3564d8e..cde26f360 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/ConfirmationStep/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/ConfirmationStep/index.tsx @@ -54,6 +54,7 @@ export default function ConfirmationStep({

{intl.formatMessage( { + id: "addAncillary.confirmationStep.refundPolicy", defaultMessage: "All ancillaries are fully refundable until {date}. Time selection and special requests are also modifiable.", }, @@ -66,6 +67,7 @@ export default function ConfirmationStep({

{intl.formatMessage({ + id: "addAncillary.confirmationStep.pointsToBeDeducted", defaultMessage: "Points to be deducted now", })}

@@ -77,9 +79,11 @@ export default function ConfirmationStep({

{intl.formatMessage( { - defaultMessage: "{amount} points", + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", }, - { amount: totalPoints } + { points: totalPoints } )}

@@ -88,6 +92,7 @@ export default function ConfirmationStep({

{intl.formatMessage( { + id: "addAncillary.confirmationStep.pointsAvailable", defaultMessage: "{amount} points available", }, { amount: currentPoints } @@ -103,6 +108,7 @@ export default function ConfirmationStep({

{intl.formatMessage({ + id: "addAncillary.confirmationStep.reserveWithCard", defaultMessage: "Reserve with Card", })}

@@ -111,6 +117,7 @@ export default function ConfirmationStep({

{intl.formatMessage({ + id: "addAncillary.confirmationStep.paymentAtCheckInInfo", defaultMessage: "Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show.", })} @@ -122,6 +129,7 @@ export default function ConfirmationStep({ value={PaymentMethodEnum.card} cardNumber={guaranteeInfo.maskedCard.slice(-4)} label={intl.formatMessage({ + id: "common.creditCard", defaultMessage: "Credit card", })} /> @@ -131,6 +139,7 @@ export default function ConfirmationStep({ @@ -174,6 +187,7 @@ export default function ConfirmationStep({

{intl.formatMessage( { + id: "addAncillary.confirmationStep.termsAndConditionsNotice", defaultMessage: "Yes, I accept the general Booking & Cancellation Terms, and understand that Scandic will process my personal data in accordance with Scandic's Privacy policy. There you can learn more about what data we process, your rights and where to turn if you have questions.", }, @@ -209,6 +223,7 @@ export default function ConfirmationStep({ {intl.formatMessage({ + id: "booking.acceptBookingTerms", defaultMessage: "I accept the booking and cancellation terms", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/DeliveryDetailsStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/DeliveryDetailsStep/index.tsx index 79e5bf0de..153709246 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/DeliveryDetailsStep/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/DeliveryDetailsStep/index.tsx @@ -18,6 +18,7 @@ export default function DeliveryMethodStep() {

{intl.formatMessage({ + id: "ancillaries.deliveredAt", defaultMessage: "Delivered at:", })}

@@ -33,6 +34,7 @@ export default function DeliveryMethodStep() {

{intl.formatMessage({ + id: "addAncillary.deliveryDetailsStep.deliveryTimeDescription", defaultMessage: "All extras are delivered together. Changes to delivery times will affect previously ordered extras.", })} @@ -41,6 +43,7 @@ export default function DeliveryMethodStep() {

{intl.formatMessage({ + id: "common.optional", defaultMessage: "Optional", })}

diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectAncillaryStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectAncillaryStep/index.tsx index 133b4391d..492c4f45e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectAncillaryStep/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectAncillaryStep/index.tsx @@ -35,6 +35,7 @@ export default function SelectAncillaryStep() { {categoryName ? categoryName : intl.formatMessage({ + id: "common.other", defaultMessage: "Other", })}

diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectQuantityStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectQuantityStep/index.tsx index 70fe58215..f6b593158 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectQuantityStep/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/Steps/SelectQuantityStep/index.tsx @@ -58,6 +58,7 @@ export default function SelectQuantityStep({ user }: SelectQuantityStepProps) {

{intl.formatMessage({ + id: "addAncillary.selectQuantityStep.payWithPoints", defaultMessage: "Pay with points", })}

@@ -68,6 +69,7 @@ export default function SelectQuantityStep({ user }: SelectQuantityStepProps) {

{intl.formatMessage({ + id: "common.totalPoints", defaultMessage: "Total points", })}

@@ -81,6 +83,7 @@ export default function SelectQuantityStep({ user }: SelectQuantityStepProps) {

{intl.formatMessage({ + id: "addAncillary.selectQuantityStep.insufficientPoints", defaultMessage: "Insufficient points", })}

@@ -89,6 +92,7 @@ export default function SelectQuantityStep({ user }: SelectQuantityStepProps) { {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`${breakfastData.nrOfAdults} × ${intl.formatMessage({ + id: "common.adults", defaultMessage: "Adults", })}`} @@ -177,6 +182,7 @@ function BreakfastInfo() {
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`${breakfastData.nrOfPayingChildren} × ${intl.formatMessage({ + id: "common.ages", defaultMessage: "ages", })} 4-12`}
@@ -198,12 +204,14 @@ function BreakfastInfo() { {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`${breakfastData.nrOfFreeChildren} × ${intl.formatMessage({ defaultMessage: "under", + id: "common.under", })} 4`}
{intl.formatMessage({ defaultMessage: "Free", + id: "common.free", })}
diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx index 27c9af051..6e7edc4bd 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx @@ -110,6 +110,7 @@ export default function AddAncillaryFlowModal({ const ancillaryErrorMessage = intl.formatMessage( { + id: "addAncillaryFlowModal.errorMessage.ancillary", defaultMessage: "Something went wrong. {ancillary} could not be added to your booking!", }, @@ -170,6 +171,7 @@ export default function AddAncillaryFlowModal({ toast.success( intl.formatMessage( { + id: "addAncillaryFlowModal.ancillaryAdded", defaultMessage: "{ancillary} added to your booking!", }, { ancillary: selectedAncillary?.title } @@ -274,6 +276,7 @@ export default function AddAncillaryFlowModal({ if (isBreakfast && !breakfastData) { toast.error( intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", }) ) @@ -352,6 +355,7 @@ export default function AddAncillaryFlowModal({ const modalTitle = currentStep === AncillaryStepEnum.selectAncillary ? intl.formatMessage({ + id: "ancillaries.upgradeYourStay", defaultMessage: "Upgrade your stay", }) : selectedAncillary?.title @@ -392,10 +396,12 @@ export default function AddAncillaryFlowModal({

{intl.formatMessage( { - defaultMessage: "{value} points", + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", }, { - value: selectedAncillary.points, + points: selectedAncillary.points, } )}

@@ -450,6 +456,7 @@ function BreakfastPriceList() { if (!breakfastData) { return intl.formatMessage({ + id: "ancillaries.unableToDisplayBreakfastPrices", defaultMessage: "Unable to display breakfast prices.", }) } @@ -461,6 +468,7 @@ function BreakfastPriceList() { {intl.formatMessage( { + id: "addAncillaryFlowModal.pricePerNightPerAdult", defaultMessage: "{price}/night per adult", }, { @@ -480,6 +488,7 @@ function BreakfastPriceList() { {intl.formatMessage( { + id: "addAncillaryFlowModal.pricePerNightPerKids", defaultMessage: "{price}/night for kids (ages 4–12)", }, { @@ -500,6 +509,7 @@ function BreakfastPriceList() { {intl.formatMessage({ + id: "addAncillaryFlowModal.freeBreakfastForKids", defaultMessage: "Free for kids (under 4)", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/RemoveButton.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/RemoveButton.tsx index 13877684a..25e97b672 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/RemoveButton.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/RemoveButton.tsx @@ -39,22 +39,27 @@ export default function RemoveButton({ return ( {intl.formatMessage({ + id: "common.remove", defaultMessage: "Remove", })} @@ -87,6 +92,7 @@ export default function RemoveButton({ onError: () => { toast.error( intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", }) ) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx index 1a94462ec..85f43d49d 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx @@ -42,6 +42,7 @@ export function AddedAncillaries({ {intl.formatMessage({ defaultMessage: "My extras", + id: "myStay.addedAncillaries.title", })} @@ -49,6 +50,7 @@ export function AddedAncillaries({
{intl.formatMessage({ + id: "ancillaries.deliveredAt", defaultMessage: "Delivered at:", })} @@ -63,6 +65,7 @@ export function AddedAncillaries({ const ancillaryTitle = `${ ancillary.code === BreakfastPackageEnum.ANCILLARY_REGULAR_BREAKFAST ? intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", }) : (ancillaries?.find( @@ -89,6 +92,7 @@ export function AddedAncillaries({
{intl.formatMessage({ + id: "common.otherRequests", defaultMessage: "Other requests", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -104,15 +108,22 @@ export function AddedAncillaries({
{intl.formatMessage({ + id: "common.total", defaultMessage: "Total", })} {ancillary.currency.toLowerCase() === "points" - ? // eslint-disable-next-line formatjs/no-literal-string-in-jsx - `${ancillary.totalPrice} ${intl.formatMessage({ - defaultMessage: "Points", - })}` + ? intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", + }, + { + points: ancillary.totalPrice, + } + ) : formatPrice( intl, ancillary.totalPrice, @@ -156,15 +167,22 @@ export function AddedAncillaries({
{intl.formatMessage({ + id: "common.total", defaultMessage: "Total", })} {ancillary.currency.toLowerCase() === "points" - ? // eslint-disable-next-line formatjs/no-literal-string-in-jsx - `${ancillary.totalPrice} ${intl.formatMessage({ - defaultMessage: "Points", - })}` + ? intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", + }, + { + points: ancillary.totalPrice, + } + ) : formatPrice( intl, ancillary.totalPrice, @@ -182,6 +200,7 @@ export function AddedAncillaries({ <> {intl.formatMessage({ + id: "common.otherRequests", defaultMessage: "Other requests", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ViewAllAncillaries/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ViewAllAncillaries/index.tsx index ace7a65cd..940651e4a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ViewAllAncillaries/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ViewAllAncillaries/index.tsx @@ -17,6 +17,7 @@ export default function ViewAllAncillaries() { onClick={openModal} > {intl.formatMessage({ + id: "common.seeAll", defaultMessage: "See all", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx index 52f055aa1..77ac1f68e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx @@ -58,10 +58,12 @@ export function Ancillaries({ breakfastPackageAdults ? { description: intl.formatMessage({ + id: "common.buffet", defaultMessage: "Buffet", }), id: breakfastPackageAdults.code, title: intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", }), price: { @@ -76,6 +78,7 @@ export function Ancillaries({ hotelId: Number(bookedRoom.hotelId), internalCategoryName: "Food", translatedCategoryName: intl.formatMessage({ + id: "common.food", defaultMessage: "Food", }), } @@ -102,6 +105,7 @@ export function Ancillaries({
{intl.formatMessage({ + id: "ancillaries.upgradeYourStay", defaultMessage: "Upgrade your stay", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts index ebbeabc5a..7f9d5da3a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts @@ -82,13 +82,19 @@ export function mapAncillaries( ancillaries ?? [], breakfastAncillary, "Popular", - intl.formatMessage({ defaultMessage: "Popular" }) + intl.formatMessage({ + defaultMessage: "Popular", + id: "myStay.ancillaries.popularCategory", + }) ) const withBreakfastFood = addBreakfastPackage( withBreakfastPopular, breakfastAncillary, "Food", - intl.formatMessage({ defaultMessage: "Food" }) + intl.formatMessage({ + id: "common.food", + defaultMessage: "Food", + }) ) return filterPoints(withBreakfastFood, user) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx index 590e944ab..83c168a5a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx @@ -29,6 +29,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {

{intl.formatMessage({ + id: "common.practicalInformation", defaultMessage: "Practical information", })}

@@ -50,6 +51,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) { ]} supportingText={intl.formatMessage( { + id: "myStay.bookingSummary.coordinates", defaultMessage: "Long {long} ∙ Lat {lat}", }, { @@ -61,6 +63,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) { { href: directionsUrl, text: intl.formatMessage({ + id: "common.directions", defaultMessage: "Directions", }), icon: ( @@ -75,6 +78,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) { { href: `mailto:${hotel.contactInformation.email}`, text: intl.formatMessage({ + id: "common.email", defaultMessage: "Email", }), icon: ( @@ -89,6 +93,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) { { href: hotel.contactInformation.websiteUrl, text: intl.formatMessage({ + id: "myStay.bookingSummary.homepage", defaultMessage: "Homepage", }), icon: ( diff --git a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx index 713304e37..374fd3e9e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx @@ -83,6 +83,7 @@ export default function GuestDetails({ toast.success( intl.formatMessage({ + id: "myStay.guestDetails.updatedSuccess", defaultMessage: "Guest details updated", }) ) @@ -91,6 +92,7 @@ export default function GuestDetails({ } else { toast.error( intl.formatMessage({ + id: "myStay.guestDetails.updatedError", defaultMessage: "Failed to update guest details", }) ) @@ -99,6 +101,7 @@ export default function GuestDetails({ onError: () => { toast.error( intl.formatMessage({ + id: "myStay.guestDetails.updatedError", defaultMessage: "Failed to update guest details", }) ) @@ -140,6 +143,7 @@ export default function GuestDetails({

{intl.formatMessage({ + id: "myStay.yourMemberLevel", defaultMessage: "Your member level", })}

@@ -160,6 +164,7 @@ export default function GuestDetails({

{intl.formatMessage({ + id: "myStay.myTotalPoints", defaultMessage: "My total points", })}

@@ -183,6 +188,7 @@ export default function GuestDetails({

{intl.formatMessage( { + id: "myStay.membershipId", defaultMessage: "Membership ID: {nr}", }, { @@ -228,6 +234,7 @@ export default function GuestDetails({ {intl.formatMessage({ + id: "myStay.guestDetails.modifyGuestDetails", defaultMessage: "Modify guest details", })} @@ -257,6 +264,7 @@ export default function GuestDetails({ {intl.formatMessage({ + id: "myStay.guestDetails.modifyGuestDetails", defaultMessage: "Modify guest details", })} @@ -271,6 +279,7 @@ export default function GuestDetails({ >

@@ -278,6 +287,7 @@ export default function GuestDetails({ setIsModifyGuestDetailsOpen(false)} @@ -292,9 +302,11 @@ export default function GuestDetails({ primaryAction={{ label: isFirstStep ? intl.formatMessage({ + id: "myStay.modifyContact.saveUpdates", defaultMessage: "Save updates", }) : intl.formatMessage({ + id: "common.confirm", defaultMessage: "Confirm", }), onClick: isFirstStep @@ -306,9 +318,11 @@ export default function GuestDetails({ secondaryAction={{ label: isFirstStep ? intl.formatMessage({ + id: "common.back", defaultMessage: "Back", }) : intl.formatMessage({ + id: "common.cancel", defaultMessage: "Cancel", }), onClick: () => { diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx index 9151ef589..f8596177f 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx @@ -17,6 +17,7 @@ export async function Header({ <BiroScript type="two" tilted="medium"> {intl.formatMessage({ + id: "myStay.header.myStayAt", defaultMessage: "My stay at", })} { diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx index 1699b82e2..12a788333 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx @@ -49,6 +49,7 @@ export default function ModifyContact({ <div className={`${styles.row} ${styles.gridEqual}`}> <Input label={intl.formatMessage({ + id: "common.firstName", defaultMessage: "First name", })} maxLength={30} @@ -57,6 +58,7 @@ export default function ModifyContact({ /> <Input label={intl.formatMessage({ + id: "common.lastName", defaultMessage: "Last name", })} maxLength={30} @@ -72,6 +74,7 @@ export default function ModifyContact({ errors.countryCode?.message?.toString() )} label={intl.formatMessage({ + id: "common.country", defaultMessage: "Country", })} lang={lang} @@ -81,6 +84,7 @@ export default function ModifyContact({ <div className={styles.row}> <Input label={intl.formatMessage({ + id: "common.email", defaultMessage: "Email", })} name="email" @@ -91,6 +95,7 @@ export default function ModifyContact({ <div className={styles.row}> <Phone countryLabel={intl.formatMessage({ + id: "common.countryCode", defaultMessage: "Country code", })} countriesWithTranslatedName={getFormattedCountryList(intl)} @@ -100,6 +105,7 @@ export default function ModifyContact({ errors.phoneNumber?.message?.toString() )} label={intl.formatMessage({ + id: "common.phoneNumber", defaultMessage: "Phone number", })} name="phoneNumber" @@ -111,6 +117,7 @@ export default function ModifyContact({ <> <Body color="uiTextHighContrast"> {intl.formatMessage({ + id: "myStay.modifyContact.confirmationMessage", defaultMessage: "Are you sure you want to change your guest details?", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/index.tsx index c44946b4d..156a04d7c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Footer/index.tsx @@ -26,6 +26,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "common.bookingNumber", defaultMessage: "Booking number", })} </dt> @@ -39,6 +40,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "common.room", defaultMessage: "Room", })} </dt> @@ -52,6 +54,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "myStay.receipt.rate", defaultMessage: "Rate", })} </dt> @@ -65,6 +68,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "common.checkIn", defaultMessage: "Check-in", })} </dt> @@ -82,6 +86,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "common.checkOut", defaultMessage: "Check-out", })} </dt> @@ -101,6 +106,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "myStay.receipt.numberOfNights", defaultMessage: "Number of nights", })} </dt> @@ -116,6 +122,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "myStay.receipt.numberOfGuests", defaultMessage: "Number of guests", })} </dt> @@ -124,6 +131,7 @@ export default async function Footer({ booking, room }: FooterProps) { <dd> {intl.formatMessage( { + id: "booking.numberOfAdults", defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, @@ -134,6 +142,7 @@ export default async function Footer({ booking, room }: FooterProps) { {", "} {intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: "{children, plural, one {# child} other {# children}}", }, @@ -149,6 +158,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "myStay.receipt.bedType", defaultMessage: "Bed type", })} </dt> @@ -163,6 +173,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "booking.roomClassification", defaultMessage: "Room classification", })} </dt> @@ -170,6 +181,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dd> {intl.formatMessage({ + id: "common.petFriendly", defaultMessage: "Pet-friendly", })} </dd> @@ -181,6 +193,7 @@ export default async function Footer({ booking, room }: FooterProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", })} </dt> @@ -189,9 +202,11 @@ export default async function Footer({ booking, room }: FooterProps) { <dd> {booking.rateDefinition.breakfastIncluded ? intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) : intl.formatMessage({ + id: "common.notIncluded", defaultMessage: "Not included", })} </dd> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx index 987d51efc..b79d0138a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx @@ -41,9 +41,13 @@ export default async function Specification({ : "" const breakfastPointsString = breakfastTotalPriceInPoints > 0 - ? `${breakfastTotalPriceInPoints} ${intl.formatMessage({ - defaultMessage: "Points", - })}` + ? intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: "{points, plural, one {# point} other {# points}}", + }, + { points: breakfastTotalPriceInPoints } + ) : "" const breakfastPlusString = breakfastMoneyString && breakfastPointsString ? " + " : "" @@ -64,12 +68,14 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "myStay.receipt.accommodation", defaultMessage: "Accommodation", })} {!booking.rateDefinition.mustBeGuaranteed && ( <> {" - "} {intl.formatMessage({ + id: "myStay.receipt.prepaidRoom", defaultMessage: "Room is prepaid", })} </> @@ -80,6 +86,7 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "booking.priceIncludingVat", defaultMessage: "Price including VAT", })} </dt> @@ -89,6 +96,7 @@ export default async function Specification({ {!booking.rateDefinition.mustBeGuaranteed ? // eslint-disable-next-line formatjs/no-literal-string-in-jsx `(${intl.formatMessage({ + id: "myStay.receipt.prepaid", defaultMessage: "PREPAID", })}) ` : null} @@ -102,6 +110,7 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smRegular"> <dt> {intl.formatMessage({ + id: "myStay.receipt.petRoomChargeIncludingVat", defaultMessage: "Pet room charge including VAT", })} </dt> @@ -116,6 +125,7 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smRegular"> <dt className={styles.tertiary}> {intl.formatMessage({ + id: "booking.priceExcludingVat", defaultMessage: "Price excluding VAT", })} </dt> @@ -130,6 +140,7 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smRegular"> <dt className={styles.tertiary}> {intl.formatMessage({ + id: "common.vat", defaultMessage: "VAT", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -161,6 +172,7 @@ export default async function Specification({ ) )[0]?.title ?? intl.formatMessage({ + id: "myStay.receipt.unknownItem", defaultMessage: "Unknown item", })} </span> @@ -178,9 +190,11 @@ export default async function Specification({ <dt> {ancillary.currency !== CurrencyEnum.POINTS ? intl.formatMessage({ + id: "booking.priceIncludingVat", defaultMessage: "Price including VAT", }) : intl.formatMessage({ + id: "common.price", defaultMessage: "Price", })} </dt> @@ -205,6 +219,7 @@ export default async function Specification({ <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", })} </span> @@ -220,9 +235,11 @@ export default async function Specification({ <dt> {breakfastTotalPriceInMoney > 0 ? intl.formatMessage({ + id: "booking.priceIncludingVat", defaultMessage: "Price including VAT", }) : intl.formatMessage({ + id: "common.price", defaultMessage: "Price", })} </dt> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/index.tsx index 68d7eef9c..c75b78ef7 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/index.tsx @@ -22,9 +22,13 @@ export default async function Total({ booking, currency }: TotalProps) { totalPriceInMoney > 0 ? `${totalPriceInMoney} ${currency}` : "" const pointsString = totalPriceInPoints > 0 - ? `${totalPriceInPoints} ${intl.formatMessage({ - defaultMessage: "Points", - })}` + ? intl.formatMessage( + { + id: "common.numberOfPoints", + defaultMessage: "{points, plural, one {# point} other {# points}}", + }, + { points: totalPriceInPoints } + ) : "" const plusString = moneyString && pointsString ? " + " : "" @@ -36,11 +40,13 @@ export default async function Total({ booking, currency }: TotalProps) { <div> <span className={styles.title}> {intl.formatMessage({ + id: "receipt.preliminaryReceipt", defaultMessage: "Preliminary receipt", })} </span> <span className={styles.titleSubtext}> {intl.formatMessage({ + id: "myStay.receipt.finalVatBreakdownInfo", defaultMessage: "Final VAT breakdown will be provided at check-out.", })} @@ -53,6 +59,7 @@ export default async function Total({ booking, currency }: TotalProps) { <Typography> <dt> {intl.formatMessage({ + id: "receipt.totalIncludingVat", defaultMessage: "Total including VAT", })} </dt> @@ -67,6 +74,7 @@ export default async function Total({ booking, currency }: TotalProps) { <Typography> <dt className={styles.tertiary}> {intl.formatMessage({ + id: "receipt.totalExcludingVat", defaultMessage: "Total excluding VAT", })} </dt> @@ -85,6 +93,7 @@ export default async function Total({ booking, currency }: TotalProps) { <Typography> <dt className={styles.tertiary}> {intl.formatMessage({ + id: "common.vat", defaultMessage: "VAT", })} </dt> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/index.tsx index 6b605f62b..0ec6a7143 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/index.tsx @@ -152,6 +152,7 @@ export async function Receipt({ refId }: { refId: string }) { <Typography variant="Body/Supporting text (caption)/smRegular"> {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} <div>{`${intl.formatMessage({ + id: "myStay.receipt.member", defaultMessage: "Member", })} ${maskedBooking.guest.membershipNumber}`}</div> </Typography> @@ -204,6 +205,7 @@ export async function Receipt({ refId }: { refId: string }) { <Typography variant="Title/md"> <h1> {intl.formatMessage({ + id: "myStay.accessDenied.loginRequired", defaultMessage: "You need to be logged in to view your booking", })} </h1> @@ -211,6 +213,7 @@ export async function Receipt({ refId }: { refId: string }) { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "myStay.accessDenied.loginRequiredMessage", defaultMessage: "And you need to be logged in with the same member account that made the booking.", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/CustomerSupport.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/CustomerSupport.tsx index cbd9cbfb7..7b4b7c519 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/CustomerSupport.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/CustomerSupport.tsx @@ -12,7 +12,10 @@ export default function CustomerSupport() { return ( <DialogTrigger> <Button fullWidth intent="secondary" size="small"> - {intl.formatMessage({ defaultMessage: "Customer Support" })} + {intl.formatMessage({ + id: "common.customerSupport", + defaultMessage: "Customer support", + })} </Button> <CustomerSupportModal /> </DialogTrigger> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/index.tsx index a4229dc7c..6e209ef15 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Cancelled/index.tsx @@ -18,7 +18,10 @@ export default function Cancelled() { {/* (S) TODO - Link to where?? */} {!isWebview(pathname) && ( <Link className={styles.link} href="#"> - {intl.formatMessage({ defaultMessage: "Rebook" })} + {intl.formatMessage({ + defaultMessage: "Rebook", + id: "myStay.referenceCard.actions.rebook", + })} </Link> )} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/CustomerSupportModal/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/CustomerSupportModal/index.tsx index 0dcb60627..0765d5339 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/CustomerSupportModal/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/CustomerSupportModal/index.tsx @@ -19,9 +19,13 @@ export default function CustomerSupportModal() { phone: state.hotel.contactInformation.phoneNumber, })) - const title = intl.formatMessage({ defaultMessage: "Customer service" }) + const title = intl.formatMessage({ + id: "common.customerService", + defaultMessage: "Customer service", + }) const contact = intl.formatMessage( { + id: "myStay.referenceCard.actions.customerSupport.contactInfo", defaultMessage: "Please call {phone} or email us at {email} for assistance with your order.", }, @@ -45,6 +49,7 @@ export default function CustomerSupportModal() { <Typography variant="Title/Subtitle/md"> <span> {intl.formatMessage({ + id: "myStay.referenceCard.actions.customerSupport.makeCall", defaultMessage: "Make a call", })} </span> @@ -55,6 +60,7 @@ export default function CustomerSupportModal() { <Typography variant="Title/Subtitle/md"> <span> {intl.formatMessage({ + id: "myStay.referenceCard.actions.customerSupport.sendEmail", defaultMessage: "Send an email", })} </span> @@ -64,10 +70,16 @@ export default function CustomerSupportModal() { </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={close}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ + id: "common.back", + defaultMessage: "Back", + })} </Modal.Content.Footer.Secondary> <Modal.Content.Footer.Primary intent="secondary" onClick={close}> - {intl.formatMessage({ defaultMessage: "Close" })} + {intl.formatMessage({ + id: "common.close", + defaultMessage: "Close", + })} </Modal.Content.Footer.Primary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/AddToCalendar/AddToCalendarButton.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/AddToCalendar/AddToCalendarButton.tsx index 92ff68496..1c9fabe3e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/AddToCalendar/AddToCalendarButton.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/AddToCalendar/AddToCalendarButton.tsx @@ -34,6 +34,7 @@ export default function AddToCalendarButton({ <Typography variant="Body/Paragraph/mdBold"> <span className={styles.text}> {intl.formatMessage({ + id: "common.addToCalendar", defaultMessage: "Add to calendar", })} </span> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Alerts.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Alerts.tsx index 5f423a025..22ab89542 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Alerts.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Alerts.tsx @@ -17,7 +17,10 @@ export default function Alerts({ children, closeModal }: AlertsProps) { const mainRoom = useMyStayStore((state) => state.bookedRoom) if (!mainRoom) { - const title = intl.formatMessage({ defaultMessage: "Cancel stay" }) + const title = intl.formatMessage({ + id: "booking.cancelStay", + defaultMessage: "Cancel stay", + }) return ( <Modal.Content> <Modal.Content.Header handleClose={closeModal} title={title} /> @@ -25,9 +28,11 @@ export default function Alerts({ children, closeModal }: AlertsProps) { <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "myStay.actions.contactBooker", defaultMessage: "Contact the person who booked the stay", })} text={intl.formatMessage({ + id: "myStay.actions.contactBooker.multiroom.cancel", defaultMessage: "As this is a multiroom stay, the cancellation has to be done by the person who made the booking. Please call 08-517 517 00 to talk to our customer service if you would need further assistance.", })} @@ -35,7 +40,10 @@ export default function Alerts({ children, closeModal }: AlertsProps) { </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ + id: "common.back", + defaultMessage: "Back", + })} </Modal.Content.Footer.Secondary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/CancelStayPriceContainer.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/CancelStayPriceContainer.tsx index 0e56333b3..e894a8299 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/CancelStayPriceContainer.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/CancelStayPriceContainer.tsx @@ -46,19 +46,21 @@ export default function CancelStayPriceContainer() { const adultsText = intl.formatMessage( { - defaultMessage: "{totalAdults, plural, one {# adult} other {# adults}}", + id: "booking.numberOfAdults", + defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, - { totalAdults: totalAdults } + { adults: totalAdults } ) const childrenText = intl.formatMessage( { - defaultMessage: - "{totalChildren, plural, one {# child} other {# children}}", + id: "booking.numberOfChildren", + defaultMessage: "{children, plural, one {# child} other {# children}}", }, - { totalChildren: totalChildren } + { children: totalChildren } ) const nightsText = intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { totalNights: nights } @@ -70,7 +72,10 @@ export default function CancelStayPriceContainer() { childrenText={childrenText} nightsText={nightsText} price={formatPrice(intl, 0, bookedRoom.currencyCode)} - text={intl.formatMessage({ defaultMessage: "Total due" })} + text={intl.formatMessage({ + id: "booking.totalDue", + defaultMessage: "Total due", + })} totalChildren={totalChildren} /> ) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/Multiroom/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/Multiroom/index.tsx index d384de314..d96406a1e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/Multiroom/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/Multiroom/index.tsx @@ -21,11 +21,16 @@ export default function Multiroom() { return null } - const myRooms = intl.formatMessage({ defaultMessage: "My rooms" }) + const myRooms = intl.formatMessage({ + defaultMessage: "My rooms", + id: "myStay.cancelStay.myRooms", + }) const selectRoom = intl.formatMessage({ + id: "booking.selectRoom", defaultMessage: "Select room", }) const cannotBeCancelled = intl.formatMessage({ + id: "myStay.cancelStay.cannotBeCancelled", defaultMessage: "Cannot be cancelled", }) @@ -35,6 +40,7 @@ export default function Multiroom() { <Typography variant="Body/Supporting text (caption)/smBold"> <p> {intl.formatMessage({ + id: "myStay.cancelStay.multipleTermsNotice", defaultMessage: "This stay has multiple terms.", })} </p> @@ -58,7 +64,10 @@ interface ListProps { function List({ disabled = false, rooms, title }: ListProps) { const intl = useIntl() - const refMsg = intl.formatMessage({ defaultMessage: "Ref" }) + const refMsg = intl.formatMessage({ + id: "myStay.cancelStay.ref", + defaultMessage: "Ref", + }) return ( <div className={styles.rooms}> <Typography variant="Title/Overline/sm"> @@ -81,6 +90,7 @@ function List({ disabled = false, rooms, title }: ListProps) { <p className={styles.chipText}> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/index.tsx index 73df5b79c..391ade82c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/Confirmation/index.tsx @@ -49,16 +49,22 @@ export default function CancelStayConfirmation({ .locale(lang) .format(longDateWithYearFormat[lang]) - const title = intl.formatMessage({ defaultMessage: "Cancel booking" }) + const title = intl.formatMessage({ + id: "common.cancelBooking", + defaultMessage: "Cancel booking", + }) const primaryLabel = intl.formatMessage({ + id: "booking.cancelStay", defaultMessage: "Cancel stay", }) const secondaryLabel = intl.formatMessage({ + id: "common.back", defaultMessage: "Back", }) const notCancelableText = intl.formatMessage( { + id: "myStay.referenceCard.actions.cancelStay.notCancelableText", defaultMessage: "Your stay has been booked with <strong>{rate}</strong> terms which unfortunately doesn’t allow for cancellation.", }, @@ -70,6 +76,7 @@ export default function CancelStayConfirmation({ const text = intl.formatMessage( { + id: "myStay.referenceCard.actions.cancelStay.confirmationText", defaultMessage: "Are you sure you want to cancel your stay at <strong>{hotel}</strong> from <strong>{checkInDate}</strong> to <strong>{checkOutDate}?</strong> This can't be reversed.", }, @@ -123,7 +130,10 @@ export default function CancelStayConfirmation({ </Modal.Content.Footer.Primary> ) : ( <Modal.Content.Footer.Primary intent="secondary" onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Close" })} + {intl.formatMessage({ + id: "common.close", + defaultMessage: "Close", + })} </Modal.Content.Footer.Primary> )} </Modal.Content.Footer> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/FinalConfirmation/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/FinalConfirmation/index.tsx index 0edfc1b8c..696d1c098 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/FinalConfirmation/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/Steps/FinalConfirmation/index.tsx @@ -36,9 +36,11 @@ export default function FinalConfirmation({ })) const cancelledStayMsg = intl.formatMessage({ + id: "myStay.cancelStay.stayCancelledToastMessage", defaultMessage: "Your stay was cancelled", }) const sorryMsg = intl.formatMessage({ + id: "myStay.cancelStay.sorryMessage", defaultMessage: "We’re sorry that things didn’t work out.", }) @@ -86,7 +88,10 @@ export default function FinalConfirmation({ <span className={styles.textDefault}> <strong> {intl.formatMessage( - { defaultMessage: "{roomName} room was cancelled" }, + { + id: "myStay.cancelStay.roomCancelledToastMessage", + defaultMessage: "{roomName} room was cancelled", + }, { roomName: cancelledRoom.roomName } )} </strong> @@ -95,6 +100,7 @@ export default function FinalConfirmation({ <Typography variant="Body/Supporting text (caption)/smRegular"> <span className={styles.textDefault}> {intl.formatMessage({ + id: "myStay.cancelStay.stayStillActiveToastMessage", defaultMessage: "Your Stay is still active with the other room", })} @@ -107,6 +113,7 @@ export default function FinalConfirmation({ } else { toast.warning( intl.formatMessage({ + id: "myStay.cancelStay.partialCancellationErrorMessage", defaultMessage: "Some rooms were cancelled successfully, but we encountered issues with others. Please contact customer service for assistance.", }) @@ -125,6 +132,7 @@ export default function FinalConfirmation({ onError() { toast.error( intl.formatMessage({ + id: "myStay.cancelStay.cancellationErrorMessage", defaultMessage: "Something went wrong. Please try again later.", }) ) @@ -145,6 +153,7 @@ export default function FinalConfirmation({ } else { toast.error( intl.formatMessage({ + id: "myStay.cancelStay.cancellationErrorMessage", defaultMessage: "Something went wrong. Please try again later.", }) ) @@ -152,15 +161,19 @@ export default function FinalConfirmation({ } const confirm = intl.formatMessage({ + id: "myStay.cancelStay.confirmCancellation", defaultMessage: "Confirm cancellation", }) const dontCancel = intl.formatMessage({ + id: "myStay.cancelStay.dontCancel", defaultMessage: "Don't cancel", }) const text = intl.formatMessage({ + id: "myStay.cancelStay.finalConfirmationText", defaultMessage: "Are you sure you want to continue with the cancellation?", }) const title = intl.formatMessage({ + id: "common.cancelBooking", defaultMessage: "Cancel booking", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/index.tsx index 28ac3d9ff..7aee1ccd5 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CancelStay/index.tsx @@ -20,7 +20,10 @@ export default function CancelStay() { return ( <DialogTrigger> <Modal.Button icon="cancel" onClick={trackCancelStay}> - {intl.formatMessage({ defaultMessage: "Cancel stay" })} + {intl.formatMessage({ + id: "booking.cancelStay", + defaultMessage: "Cancel stay", + })} </Modal.Button> <Modal> <Dialog className={styles.dialog}> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/CannotChangeDate.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/CannotChangeDate.tsx index 25637250d..5fde48863 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/CannotChangeDate.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/CannotChangeDate.tsx @@ -17,6 +17,7 @@ export default function CannotChangeDate({ <Modal.Content.Header handleClose={closeModal} title={intl.formatMessage({ + id: "myStay.actions.changeDates", defaultMessage: "New dates for the stay", })} /> @@ -24,9 +25,11 @@ export default function CannotChangeDate({ <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "myStay.referenceCard.actions.changeDates.contactCustomerService", defaultMessage: "Contact customer service", })} text={intl.formatMessage({ + id: "myStay.referenceCard.actions.changeDates.contactCustomerService.text", defaultMessage: "Please contact customer service to update the dates.", })} @@ -34,7 +37,7 @@ export default function CannotChangeDate({ </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ defaultMessage: "Back", id: "common.back" })} </Modal.Content.Footer.Secondary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/MultiRoomBooking.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/MultiRoomBooking.tsx index efb3b4ada..47d073c80 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/MultiRoomBooking.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/MultiRoomBooking.tsx @@ -17,6 +17,7 @@ export default function MultiRoomBooking({ <Modal.Content.Header handleClose={closeModal} title={intl.formatMessage({ + id: "myStay.actions.changeDates", defaultMessage: "New dates for the stay", })} /> @@ -24,9 +25,11 @@ export default function MultiRoomBooking({ <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "myStay.referenceCard.actions.changeDates.contactCustomerService", defaultMessage: "Contact customer service", })} text={intl.formatMessage({ + id: "myStay.actions.contactBooker.multiroom.update", defaultMessage: "As this is a multiroom stay, any dates changes are applicable to all rooms. Please contact customer service to update the dates.", })} @@ -34,7 +37,7 @@ export default function MultiRoomBooking({ </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ defaultMessage: "Back", id: "common.back" })} </Modal.Content.Footer.Secondary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/NotMainRoom.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/NotMainRoom.tsx index 8ca0d0710..ed9d33eeb 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/NotMainRoom.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Alerts/NotMainRoom.tsx @@ -17,6 +17,7 @@ export default function NotMainRoom({ <Modal.Content.Header handleClose={closeModal} title={intl.formatMessage({ + id: "myStay.actions.changeDates", defaultMessage: "New dates for the stay", })} /> @@ -24,9 +25,11 @@ export default function NotMainRoom({ <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "myStay.actions.contactBooker", defaultMessage: "Contact the person who booked the stay", })} text={intl.formatMessage({ + id: "myStay.actions.contactBooker.multiroom.updateDates", defaultMessage: "As this is a multiroom stay, any dates changes are applicable to all rooms. Please ask the person who booked the stay to contact customer service.", })} @@ -34,7 +37,7 @@ export default function NotMainRoom({ </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ defaultMessage: "Back", id: "common.back" })} </Modal.Content.Footer.Secondary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/PriceAndDate/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/PriceAndDate/index.tsx index 70f29f450..e99b99553 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/PriceAndDate/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/PriceAndDate/index.tsx @@ -23,9 +23,11 @@ export default function PriceAndDate({ const intl = useIntl() const checkInMsg = intl.formatMessage({ + id: "common.checkIn", defaultMessage: "Check-in", }) const checkOutMsg = intl.formatMessage({ + id: "common.checkOut", defaultMessage: "Check-out", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/index.tsx index 8688427a2..6f772b505 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Confirmation/index.tsx @@ -64,6 +64,7 @@ export default function Confirmation({ toast.success( intl.formatMessage({ + id: "myStay.changeDates.stayUpdatedToastMessage", defaultMessage: "Your stay was updated", }) ) @@ -72,6 +73,7 @@ export default function Confirmation({ } else { toast.error( intl.formatMessage({ + id: "myStay.changeDates.stayUpdateFailedToastMessage", defaultMessage: "Failed to update your stay", }) ) @@ -80,6 +82,7 @@ export default function Confirmation({ onError: () => { toast.error( intl.formatMessage({ + id: "myStay.changeDates.stayUpdateFailedToastMessage", defaultMessage: "Failed to update your stay", }) ) @@ -106,34 +109,40 @@ export default function Confirmation({ const nightsText = intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { totalNights: nights } ) const newDatesLabel = intl.formatMessage({ + id: "myStay.changeDates.newDatesLabel", defaultMessage: "New dates", }) const oldDatesLabel = intl.formatMessage({ + id: "myStay.changeDates.oldDatesLabel", defaultMessage: "Old dates", }) const title = intl.formatMessage({ + id: "myStay.changeDates.confirmationTitle", defaultMessage: "Confirm date change", }) const totalDueMsg = intl.formatMessage({ + id: "myStay.changeDates.payAtHotelMessage", defaultMessage: "Pay at the hotel", }) const adultsText = intl.formatMessage( { - defaultMessage: "{totalAdults, plural, one {# adult} other {# adults}}", + id: "booking.numberOfAdults", + defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, - { totalAdults: totalAdults } + { adults: totalAdults } ) const childrenText = intl.formatMessage( { - defaultMessage: - "{totalChildren, plural, one {# child} other {# children}}", + id: "booking.numberOfChildren", + defaultMessage: "{children, plural, one {# child} other {# children}}", }, - { totalChildren: totalChildren } + { children: totalChildren } ) return ( @@ -172,13 +181,16 @@ export default function Confirmation({ </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ defaultMessage: "Back", id: "common.back" })} </Modal.Content.Footer.Secondary> <Modal.Content.Footer.Primary disabled={updateBooking.isPending} onClick={handleModifyStay} > - {intl.formatMessage({ defaultMessage: "Confirm" })} + {intl.formatMessage({ + defaultMessage: "Confirm", + id: "common.confirm", + })} </Modal.Content.Footer.Primary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/Alerts/NoAvailability.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/Alerts/NoAvailability.tsx index db3b7e558..08ca6acf6 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/Alerts/NoAvailability.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/Alerts/NoAvailability.tsx @@ -10,9 +10,11 @@ export default function NoAvailability() { <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "booking.noAvailability", defaultMessage: "No availability", })} text={intl.formatMessage({ + id: "myStay.referenceCard.actions.changeDates.noAvailability.text", defaultMessage: "No single rooms are available on these dates", })} /> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/NewDates/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/NewDates/index.tsx index b04731977..2f6a80ff1 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/NewDates/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/NewDates/index.tsx @@ -62,8 +62,14 @@ export default function NewDates({ checkInDate, checkOutDate }: NewDatesProps) { } } - const checkInLabel = intl.formatMessage({ defaultMessage: "Check-in" }) - const checkOutLabel = intl.formatMessage({ defaultMessage: "Check-out" }) + const checkInLabel = intl.formatMessage({ + id: "common.checkIn", + defaultMessage: "Check-in", + }) + const checkOutLabel = intl.formatMessage({ + id: "common.checkOut", + defaultMessage: "Check-out", + }) const checkInText = dt(fromDate) .locale(lang) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/index.tsx index 26135de86..6d5dda350 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/Steps/Form/index.tsx @@ -45,6 +45,7 @@ export default function Form({ } else { toast.error( intl.formatMessage({ + id: "myStay.actions.changeDates.selectDate.errorMessage", defaultMessage: "Please select dates", }) ) @@ -58,6 +59,7 @@ export default function Form({ <Modal.Content.Header handleClose={closeModal} title={intl.formatMessage({ + id: "myStay.actions.changeDates", defaultMessage: "New dates for the stay", })} /> @@ -67,7 +69,10 @@ export default function Form({ </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={closeModal}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ + defaultMessage: "Back", + id: "common.back", + })} </Modal.Content.Footer.Secondary> <Modal.Content.Footer.Primary disabled={methods.formState.isSubmitting} @@ -75,6 +80,7 @@ export default function Form({ type="submit" > {intl.formatMessage({ + id: "myStay.actions.changeDates.checkAvailability", defaultMessage: "Check availability", })} </Modal.Content.Footer.Primary> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/index.tsx index ab82e2528..0beab1680 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ChangeDates/index.tsx @@ -34,7 +34,10 @@ export default function ChangeDates() { trackMyStayPageLink("modify dates") } - const text = intl.formatMessage({ defaultMessage: "Change dates" }) + const text = intl.formatMessage({ + defaultMessage: "Change dates", + id: "myStay.referenceCard.actions.changeDates", + }) return ( <DialogTrigger> <Modal.Button diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CustomerSupport/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CustomerSupport/index.tsx index f395a614b..c7bf652bf 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CustomerSupport/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/CustomerSupport/index.tsx @@ -16,7 +16,10 @@ export default function CustomerSupport() { return ( <DialogTrigger> <Modal.Button icon="support_agent" onClick={trackCustomerSupport}> - {intl.formatMessage({ defaultMessage: "Customer support" })} + {intl.formatMessage({ + id: "common.customerSupport", + defaultMessage: "Customer support", + })} </Modal.Button> <CustomerSupportModal /> </DialogTrigger> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx index 36e217f20..50283ede8 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx @@ -109,6 +109,7 @@ export default function Form() { handleGuaranteeError("No confirmation number") toast.error( intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", }) ) @@ -117,6 +118,7 @@ export default function Form() { const guaranteeMsg = intl.formatMessage( { + id: "myStay.gla.termsAndConditionsMessage", defaultMessage: "I accept the terms for this stay and the general <termsAndConditionsLink>Booking & Cancellation Terms</termsAndConditionsLink>, and understand Scandic will process my personal data for this stay in accordance with <privacyPolicyLink>Scandic's Privacy Policy</privacyPolicyLink>. ", }, @@ -169,9 +171,12 @@ export default function Form() { name="paymentMethod" label={ savedCreditCards?.length - ? intl.formatMessage({ - defaultMessage: "OTHER", - }) + ? intl + .formatMessage({ + id: "common.other", + defaultMessage: "Other", + }) + .toUpperCase() : undefined } onChange={(method) => { @@ -181,6 +186,7 @@ export default function Form() { <PaymentOption value={PaymentMethodEnum.card} label={intl.formatMessage({ + id: "common.creditCard", defaultMessage: "Credit card", })} /> @@ -197,6 +203,7 @@ export default function Form() { <Typography variant="Body/Supporting text (caption)/smBold"> <span className={styles.textDefault}> {intl.formatMessage({ + id: "booking.totalDue", defaultMessage: "Total due", })} </span> @@ -204,6 +211,7 @@ export default function Form() { <Typography variant="Body/Supporting text (caption)/smRegular"> <span className={styles.textDefault}> {intl.formatMessage({ + id: "myStay.gla.chargeInfo", defaultMessage: "Your card will only be charged in the event of a no-show", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/index.tsx index 9867e000c..990e96565 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/GuaranteeLateArrival/index.tsx @@ -43,10 +43,12 @@ export default function GuaranteeLateArrival() { } const arriveLateMsg = intl.formatMessage({ + id: "myStay.gla.arriveLateMessage", defaultMessage: "Planning to arrive after 18.00? Secure your room by guaranteeing it with a credit card. Without the guarantee and in case of no-show, the room might be reallocated after 18:00.", }) const text = intl.formatMessage({ + id: "myStay.gla.heading", defaultMessage: "Guarantee late arrival", }) @@ -69,10 +71,16 @@ export default function GuaranteeLateArrival() { </Modal.Content.Body> <Modal.Content.Footer> <Modal.Content.Footer.Secondary onClick={close}> - {intl.formatMessage({ defaultMessage: "Back" })} + {intl.formatMessage({ + id: "common.back", + defaultMessage: "Back", + })} </Modal.Content.Footer.Secondary> <Modal.Content.Footer.Primary form="guarantee" type="submit"> - {intl.formatMessage({ defaultMessage: "Guarantee" })} + {intl.formatMessage({ + id: "myStay.gla.guarantee", + defaultMessage: "Guarantee", + })} </Modal.Content.Footer.Primary> </Modal.Content.Footer> </Modal.Content> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ViewAndPrintReceipt/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ViewAndPrintReceipt/index.tsx index 15febbd14..94f068f2c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ViewAndPrintReceipt/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Actions/ViewAndPrintReceipt/index.tsx @@ -35,6 +35,7 @@ export default function ViewAndPrintReceipt() { } const printMsg = intl.formatMessage({ + id: "myStay.manageStay.viewReceipt", defaultMessage: "View and print receipt", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Info/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Info/index.tsx index 9b5e36402..423102904 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Info/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/Info/index.tsx @@ -9,7 +9,10 @@ import styles from "./info.module.css" export default function Info() { const intl = useIntl() - const text = intl.formatMessage({ defaultMessage: "Booking number" }) + const text = intl.formatMessage({ + id: "common.bookingNumber", + defaultMessage: "Booking number", + }) const { address, confirmationNumber, hotelName, phoneNumber } = useMyStayStore((state) => ({ diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/index.tsx index 9d5a22f9d..92cb635a1 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/ManageStay/index.tsx @@ -29,6 +29,7 @@ export default function ManageStay() { : "Icon/Inverted" const manageStay = intl.formatMessage({ + id: "myStay.manageStay.manageStay", defaultMessage: "Manage stay", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/index.tsx index 50f4247f3..77a4dd5ad 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/index.tsx @@ -25,6 +25,7 @@ export default function NotCancelled() { <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "myStay.referenceCard.actions.findUs", defaultMessage: "Find us", })} </span> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/BookingCode/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/BookingCode/index.tsx index bdfbfdad6..af4d8f762 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/BookingCode/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/BookingCode/index.tsx @@ -22,6 +22,7 @@ export default function BookingCode() { <Typography variant="Body/Supporting text (caption)/smRegular"> <p> {intl.formatMessage({ + id: "booking.bookingCode", defaultMessage: "Booking code", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Cancellations/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Cancellations/index.tsx index 5e60ca1be..4ebe137be 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Cancellations/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Cancellations/index.tsx @@ -19,6 +19,7 @@ export default function Cancellations() { const totalRoomsMsg = intl.formatMessage( { + id: "booking.numberOfRooms", defaultMessage: "{totalRooms, plural, one {# room} other {# rooms}}", }, { totalRooms: cancelledRooms } @@ -30,7 +31,10 @@ export default function Cancellations() { <MaterialIcon icon="cancel" /> <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.textDefault}> - {intl.formatMessage({ defaultMessage: "Cancellations" })} + {intl.formatMessage({ + id: "common.cancellations", + defaultMessage: "Cancellations", + })} </p> </Typography> </div> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Dates/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Dates/index.tsx index 90a695a08..0de1c3f3b 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Dates/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Dates/index.tsx @@ -37,6 +37,7 @@ export default function Dates() { <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.textDefault}> {intl.formatMessage({ + id: "dates", defaultMessage: "Dates", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx index 72f40f8c2..3cbfb17f4 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx @@ -30,6 +30,7 @@ export default function GuaranteeInfo() { <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.textDefault}> {intl.formatMessage({ + id: "myStay.lateArrival", defaultMessage: "Late arrival", })} </p> @@ -38,6 +39,7 @@ export default function GuaranteeInfo() { <Typography variant="Body/Paragraph/mdRegular"> <p> {intl.formatMessage({ + id: "myStay.checkInAfter18", defaultMessage: "Check-in after 18:00", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Guests/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Guests/index.tsx index 0a59ff680..50f04111c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Guests/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Guests/index.tsx @@ -21,6 +21,7 @@ export default function Guests() { const adultsMsg = intl.formatMessage( { + id: "booking.numberOfAdults", defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, { adults } @@ -28,6 +29,7 @@ export default function Guests() { const childrenMsg = intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: "{children, plural, one {# child} other {# children}}", }, { children } @@ -49,7 +51,10 @@ export default function Guests() { <MaterialIcon icon="person" /> <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.textDefault}> - {intl.formatMessage({ defaultMessage: "Guests" })} + {intl.formatMessage({ + id: "booking.guests", + defaultMessage: "Guests", + })} </p> </Typography> </div> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Reference/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Reference/index.tsx index a4eace2d8..4b65064c3 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Reference/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Reference/index.tsx @@ -24,9 +24,11 @@ export default function Reference() { const title = isCancelled ? intl.formatMessage({ + id: "myStay.cancellationNumber", defaultMessage: "Cancellation number", }) : intl.formatMessage({ + id: "common.bookingNumber", defaultMessage: "Booking number", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Room/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Room/index.tsx index de1c5bcce..5a403a6b4 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Room/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Room/index.tsx @@ -16,9 +16,11 @@ export default function Room() { })) const roomMsg = intl.formatMessage({ + id: "common.room", defaultMessage: "Room", }) const roomsMsg = intl.formatMessage({ + id: "common.rooms", defaultMessage: "Rooms", }) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx index d6293af7e..6565e9a99 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx @@ -35,6 +35,7 @@ export function ReferenceCard() { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "common.total", defaultMessage: "Total", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/Room.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/Room.tsx index 63e5a6c5f..17ba6b13f 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/Room.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/Room.tsx @@ -63,6 +63,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { const adultsMsg = intl.formatMessage( { + id: "booking.numberOfAdults", defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, { @@ -72,6 +73,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { const childrenMsg = intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: "{children, plural, one {# child} other {# children}}", }, { @@ -85,10 +87,12 @@ export default function Room({ booking, roomNr, user }: RoomProps) { const formattedTotalPrice = formatPrice(intl, totalPrice, currencyCode) let breakfastPrice = intl.formatMessage({ + id: "common.noBreakfast", defaultMessage: "No breakfast", }) if (rateDefinition.breakfastIncluded) { breakfastPrice = intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) } else if (breakfast) { @@ -132,6 +136,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "common.cancelled", defaultMessage: "Cancelled", })} </span> @@ -143,6 +148,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <span> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { @@ -158,6 +164,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { {isCancelled ? ( <span> {intl.formatMessage({ + id: "booking.cancellationNo", defaultMessage: "Cancellation no", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -166,6 +173,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { ) : ( <span> {intl.formatMessage({ + id: "common.bookingNumber", defaultMessage: "Booking number", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -227,6 +235,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.guests", defaultMessage: "Guests", })} </p> @@ -242,6 +251,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.terms", defaultMessage: "Terms", })} </p> @@ -290,6 +300,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "myStay.modifyBy", defaultMessage: "Modify By", })} </p> @@ -306,6 +317,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", })} </p> @@ -321,6 +333,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "booking.roomTotal", defaultMessage: "Room total", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/index.tsx index f3764aebd..5501ad745 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/MultiRoom/index.tsx @@ -33,6 +33,7 @@ export default function MultiRoom(props: MultiRoomProps) { <Typography variant="Title/sm"> <h2 className={styles.title}> {intl.formatMessage({ + id: "myStay.yourRooms", defaultMessage: "Your rooms", })} </h2> @@ -54,6 +55,7 @@ export default function MultiRoom(props: MultiRoomProps) { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "myStay.bookingTotal", defaultMessage: "Booking total", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/BookingCode.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/BookingCode.tsx index d9df32383..3036e5266 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/BookingCode.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/BookingCode.tsx @@ -24,6 +24,7 @@ export default function BookingCode() { > {intl.formatMessage( { + id: "booking.bookingCodeWithValue", defaultMessage: "<strong>Booking code</strong>: {value}", }, { diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/PriceDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/PriceDetails/index.tsx index 7f3f415bb..5364689a9 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/PriceDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/BookingInformation/PriceDetails/index.tsx @@ -40,6 +40,7 @@ export default function PriceDetails() { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "booking.roomTotal", defaultMessage: "Room total", })} </p> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/BedPreference.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/BedPreference.tsx index d8244b42f..416c0d98d 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/BedPreference.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/BedPreference.tsx @@ -15,6 +15,7 @@ export default function BedPreference() { const mainBedWidthValueMsg = intl.formatMessage( { + id: "room.bedSize", defaultMessage: "{value} cm", }, { @@ -24,7 +25,8 @@ export default function BedPreference() { const mainBedWidthRangeMsg = intl.formatMessage( { - defaultMessage: "{min}–{max} cm", + id: "room.bedSizeRange", + defaultMessage: "{min}-{max} cm", }, { min: bedType.mainBed.widthRange.min, @@ -42,6 +44,7 @@ export default function BedPreference() { icon="bed" text={text} title={intl.formatMessage({ + id: "booking.bedPreference", defaultMessage: "Bed preference", })} /> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Breakfast.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Breakfast.tsx index 425ab68be..8aa6b27ca 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Breakfast.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Breakfast.tsx @@ -19,10 +19,12 @@ export default function Breakfast() { ) let breakfastPrice = intl.formatMessage({ + id: "common.noBreakfast", defaultMessage: "No breakfast", }) if (rateDefinition.breakfastIncluded) { breakfastPrice = intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) } else if (breakfast) { @@ -34,6 +36,9 @@ export default function Breakfast() { ) } - const title = intl.formatMessage({ defaultMessage: "Breakfast" }) + const title = intl.formatMessage({ + id: "common.breakfast", + defaultMessage: "Breakfast", + }) return <Row icon="coffee" text={breakfastPrice} title={title} /> } diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Guests.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Guests.tsx index b7aa92078..3cefa198e 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Guests.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Guests.tsx @@ -14,6 +14,7 @@ export default function Guests() { const adultsMsg = intl.formatMessage( { + id: "booking.numberOfAdults", defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, { @@ -23,6 +24,7 @@ export default function Guests() { const childrenMsg = intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: "{children, plural, one {# child} other {# children}}", }, { @@ -38,6 +40,7 @@ export default function Guests() { icon="person" text={childrenAges.length > 0 ? adultsAndChildrenMsg : adultsOnlyMsg} title={intl.formatMessage({ + id: "booking.guests", defaultMessage: "Guests", })} /> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/ModifyBy.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/ModifyBy.tsx index 2e6ee1e74..79cc435d9 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/ModifyBy.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/ModifyBy.tsx @@ -29,6 +29,7 @@ export default function ModifyBy() { const text = intl.formatMessage( { + id: "common.untilWithTimeAndDate", defaultMessage: "Until {time}, {date}", }, { @@ -42,6 +43,7 @@ export default function ModifyBy() { icon="refresh" text={text} title={intl.formatMessage({ + id: "booking.changeOrCancel", defaultMessage: "Change or cancel", })} /> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Packages.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Packages.tsx index 9198cec47..902ecd9f4 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Packages.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Packages.tsx @@ -32,6 +32,7 @@ export default function Packages() { icon="meeting_room" text={packages.join(", ")} title={intl.formatMessage({ + id: "booking.roomClassification", defaultMessage: "Room classification", })} /> diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Terms/Terms.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Terms/Terms.tsx index 623f506d1..d4cf68071 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Terms/Terms.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Terms/Terms.tsx @@ -42,6 +42,7 @@ export default function Terms() { icon="contract" text={rateTerm.title} title={intl.formatMessage({ + id: "booking.terms", defaultMessage: "Terms", })} > diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Header/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Header/index.tsx index 8e844cf99..9f816940a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Header/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Header/index.tsx @@ -27,6 +27,7 @@ export default function Header({ user }: { user: SafeUser }) { <span> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { @@ -40,6 +41,7 @@ export default function Header({ user }: { user: SafeUser }) { <Typography variant="Body/Paragraph/mdBold"> <span> {intl.formatMessage({ + id: "common.bookingNumber", defaultMessage: "Booking number", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/RoomDetailsSidePeek.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/RoomDetailsSidePeek.tsx index 9a53e0467..80b47bd51 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/RoomDetailsSidePeek.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/RoomDetailsSidePeek.tsx @@ -43,7 +43,10 @@ export default function RoomDetailsSidePeek({ }) }} > - {intl.formatMessage({ defaultMessage: "See room details" })} + {intl.formatMessage({ + id: "hotel.seeRoomDetails", + defaultMessage: "See room details", + })} <MaterialIcon icon="chevron_right" size={14} color="CurrentColor" /> </Button> <SidePeekSelfControlled diff --git a/apps/scandic-web/components/HotelReservation/MyStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/index.tsx index d3056e032..31a189fe2 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/index.tsx @@ -250,13 +250,16 @@ export default async function MyStay(props: { {!isWebview && ( <Promo title={intl.formatMessage({ + id: "booking.bookNextStay.title", defaultMessage: "Book your next stay", })} text={intl.formatMessage({ + id: "booking.bookAnotherStayDescription", defaultMessage: "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations.", })} buttonText={intl.formatMessage({ + id: "myStay.promo.bookNextStay.buttonText", defaultMessage: "Explore Scandic hotels", })} href={promoUrl.toString()} @@ -289,6 +292,7 @@ export default async function MyStay(props: { <Typography variant="Title/md"> <h1> {intl.formatMessage({ + id: "myStay.accessDenied.loginRequired", defaultMessage: "You need to be logged in to view your booking", })} </h1> @@ -296,6 +300,7 @@ export default async function MyStay(props: { <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "myStay.accessDenied.loginRequiredMessage", defaultMessage: "And you need to be logged in with the same member account that made the booking.", })} diff --git a/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx index c5f279fdf..58adc7aac 100644 --- a/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx +++ b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx @@ -42,6 +42,7 @@ export default function LanguageSwitcherContainer({ <Subtitle type="one" asChild> <span> {intl.formatMessage({ + id: "common.mainMenu", defaultMessage: "Main menu", })} </span> @@ -55,6 +56,7 @@ export default function LanguageSwitcherContainer({ type="button" className={styles.closeButton} aria-label={intl.formatMessage({ + id: "header.closeMenu", defaultMessage: "Close menu", })} onClick={() => toggleDropdown(position)} diff --git a/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx index fe76027c7..fe6eafcdb 100644 --- a/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx +++ b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx @@ -34,6 +34,7 @@ export default function LanguageSwitcherContent({ <div className={styles.languageWrapper}> <Subtitle className={styles.subtitle} type="two"> {intl.formatMessage({ + id: "common.selectYourLanguage", defaultMessage: "Select your language", })} </Subtitle> diff --git a/apps/scandic-web/components/LanguageSwitcher/index.tsx b/apps/scandic-web/components/LanguageSwitcher/index.tsx index cc44a2d1c..a600ab7a6 100644 --- a/apps/scandic-web/components/LanguageSwitcher/index.tsx +++ b/apps/scandic-web/components/LanguageSwitcher/index.tsx @@ -90,9 +90,11 @@ export default function LanguageSwitcher({ type }: LanguageSwitcherProps) { const classNames = languageSwitcherVariants({ position }) const closeMsg = intl.formatMessage({ + id: "common.closeLanguageMenu", defaultMessage: "Close language menu", }) const openMsg = intl.formatMessage({ + id: "common.openLanguageMenu", defaultMessage: "Open language menu", }) diff --git a/apps/scandic-web/components/LocalCallCharges/index.tsx b/apps/scandic-web/components/LocalCallCharges/index.tsx index 896033cfd..915fa8dea 100644 --- a/apps/scandic-web/components/LocalCallCharges/index.tsx +++ b/apps/scandic-web/components/LocalCallCharges/index.tsx @@ -17,6 +17,7 @@ export default async function LocalCallCharges({ <Typography variant="Body/Supporting text (caption)/smRegular"> <p className={className}> {intl.formatMessage({ + id: "common.localCallCharges", defaultMessage: "Price: €0.16/min + local call charges", })} </p> diff --git a/apps/scandic-web/components/Maps/MapWithButtonWrapper/index.tsx b/apps/scandic-web/components/Maps/MapWithButtonWrapper/index.tsx index 43c6f7f44..125fef62c 100644 --- a/apps/scandic-web/components/Maps/MapWithButtonWrapper/index.tsx +++ b/apps/scandic-web/components/Maps/MapWithButtonWrapper/index.tsx @@ -20,6 +20,7 @@ export function MapWithButtonWrapper({ children }: React.PropsWithChildren) { > <MaterialIcon icon="map" color="CurrentColor" size={20} /> {intl.formatMessage({ + id: "destination.seeOnMap", defaultMessage: "See on map", })} </FakeButton> diff --git a/apps/scandic-web/components/MeetingPackageWidget/index.tsx b/apps/scandic-web/components/MeetingPackageWidget/index.tsx index fc4dc7d0d..42cd0c4e4 100644 --- a/apps/scandic-web/components/MeetingPackageWidget/index.tsx +++ b/apps/scandic-web/components/MeetingPackageWidget/index.tsx @@ -41,6 +41,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) { <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "meetingPackage.meetingLocation", defaultMessage: "Meeting location", })} </span> @@ -48,6 +49,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) { <Typography variant="Body/Paragraph/mdRegular"> <span className={styles.fakePlaceholder}> {intl.formatMessage({ + id: "meetingPackage.hotels&Destintions", defaultMessage: "Hotels & destinations", })} </span> @@ -58,6 +60,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) { <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "bookingWidget.button.search", defaultMessage: "Search", })} </span> @@ -70,6 +73,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) { <Dialog className={styles.dialog} aria-label={intl.formatMessage({ + id: "meetingPackage.bookAMeeting", defaultMessage: "Book a meeting", })} > @@ -82,6 +86,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) { onPress={close} className={styles.closeButton} aria-label={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > diff --git a/apps/scandic-web/components/MyPages/CopyMembershipIdButton/index.tsx b/apps/scandic-web/components/MyPages/CopyMembershipIdButton/index.tsx index 30c1cd29c..ec8fec0b6 100644 --- a/apps/scandic-web/components/MyPages/CopyMembershipIdButton/index.tsx +++ b/apps/scandic-web/components/MyPages/CopyMembershipIdButton/index.tsx @@ -23,12 +23,14 @@ export default function CopyMembershipIdButton({ navigator.clipboard.writeText(membershipNumber) toast.success( intl.formatMessage({ + id: "myPages.membershipIdCopied", defaultMessage: "Membership ID copied to clipboard", }) ) } catch { toast.error( intl.formatMessage({ + id: "errorMessage.copyFailed", defaultMessage: "Failed to copy", }) ) diff --git a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Alert/index.tsx b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Alert/index.tsx index 6926391bb..8127c7943 100644 --- a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Alert/index.tsx +++ b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Alert/index.tsx @@ -28,9 +28,11 @@ export default function DigitalTeamMemberCardAlert() { variant="inline" type={AlertTypeEnum.Success} heading={intl.formatMessage({ + id: "myPages.teamMemberCardAdded", defaultMessage: "Team Member Card added", })} text={intl.formatMessage({ + id: "myPages.accessYourTeamMemberCard", defaultMessage: "Access your Team Member Card here on My Pages Overview.", })} diff --git a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Client.tsx b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Client.tsx index 49fa2f0cb..72ef8f0ba 100644 --- a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Client.tsx +++ b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Client.tsx @@ -49,6 +49,7 @@ export default function DigitalTeamMemberCardClient({ <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.footer}> {intl.formatMessage({ + id: "myPages.bookDiscountedStaysForSelfFamilyAndFriends", defaultMessage: "Book discounted stays for yourself, family and friends!", })} @@ -62,6 +63,7 @@ export default function DigitalTeamMemberCardClient({ > <span className={styles.link}> {intl.formatMessage({ + id: "myPages.checkOutAllYourBenefits", defaultMessage: "Check out all your benefits", })} <MaterialIcon icon="open_in_new" size={20} color="CurrentColor" /> diff --git a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx index ae9d933d1..9a4e0bd7f 100644 --- a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx +++ b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx @@ -120,8 +120,14 @@ export default function DigitalTeamMemberCardContent({ <div className={styles.top}> <span> {employeeInfo?.retired - ? intl.formatMessage({ defaultMessage: "Senior Team Member" }) - : intl.formatMessage({ defaultMessage: "Team Member" })} + ? intl.formatMessage({ + id: "myPages.seniorTeamMember", + defaultMessage: "Senior Team Member", + }) + : intl.formatMessage({ + id: "myPages.teamMember", + defaultMessage: "Team Member", + })} </span> <span>{employeeInfo?.country || notAvailableText}</span> </div> @@ -158,8 +164,14 @@ export default function DigitalTeamMemberCardContent({ <span>{employeeInfo?.location || notAvailableText}</span> <span> {employeeInfo?.retired - ? intl.formatMessage({ defaultMessage: "Retired" }) - : intl.formatMessage({ defaultMessage: "Employee" })} + ? intl.formatMessage({ + id: "myPages.retired", + defaultMessage: "Retired", + }) + : intl.formatMessage({ + id: "myPages.employee", + defaultMessage: "Employee", + })} </span> </div> </Typography> diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx index 3a49715f8..61f99725b 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx @@ -35,6 +35,7 @@ export default function ProgressSection({ value={progress.percentage} aria-label={intl.formatMessage( { + id: "myPages.levelProgressWithPointsEarned", defaultMessage: "Level progress: {earned} of {total} points earned", }, @@ -68,6 +69,7 @@ export default function ProgressSection({ > {intl.formatMessage( { + id: "myPages.pointsLeftToKeepLevel", defaultMessage: "{pointsAmount} <points>POINTS</points> <support>left to keep level</support>", }, diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/StatsSection/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/StatsSection/index.tsx index b8fe23cb9..097d639ad 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/StatsSection/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/StatsSection/index.tsx @@ -23,6 +23,7 @@ export default async function StatsSection({ <Typography variant="Title/Overline/sm"> <span className={styles.label}> {intl.formatMessage({ + id: "myPages.pointsEarned", defaultMessage: "Points earned", })} </span> @@ -48,6 +49,7 @@ export default async function StatsSection({ <Typography variant="Title/Overline/sm"> <span className={styles.label}> {intl.formatMessage({ + id: "myPages.leftToLevelUp", defaultMessage: "Left to level up", })} </span> diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/SuccessCard/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/SuccessCard/index.tsx index 9bdd3a7f4..2763abd6c 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/SuccessCard/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/SuccessCard/index.tsx @@ -18,6 +18,7 @@ export default async function SuccessCard({ pointsEarned }: SuccessCardProps) { <Typography variant="Title/Subtitle/md"> <h3 className={styles.title}> {intl.formatMessage({ + id: "myPages.helloBestFriend", defaultMessage: "Hello Best Friend!", })} </h3> @@ -27,6 +28,7 @@ export default async function SuccessCard({ pointsEarned }: SuccessCardProps) { <p> {intl.formatMessage( { + id: "myPages.youHaveEarnedPointsThisMemberYear", defaultMessage: "You've earned {pointAmount} points this member year.", }, diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/LevelProgressModal/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/LevelProgressModal/index.tsx index cdaa1e4d5..927e533bd 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/LevelProgressModal/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/LevelProgressModal/index.tsx @@ -58,6 +58,7 @@ export default function LevelProgressModal({ <Typography variant="Title/Subtitle/lg"> <h2 id="level-progress-modal-title" className={styles.title}> {intl.formatMessage({ + id: "myPages.yourMemberYearAndLevelProgress", defaultMessage: "Your member year and level progress", })} </h2> @@ -65,7 +66,10 @@ export default function LevelProgressModal({ <span> <Typography variant="Body/Paragraph/mdBold"> <h3 id="level-progress-modal-subtitle"> - {intl.formatMessage({ defaultMessage: "Current member year" })} + {intl.formatMessage({ + id: "myPages.currentMemberYear", + defaultMessage: "Current member year", + })} </h3> </Typography> <div> @@ -85,6 +89,7 @@ export default function LevelProgressModal({ <Typography variant="Body/Paragraph/mdRegular"> <p id="level-progress-modal-text"> {intl.formatMessage({ + id: "myPages.pointsYouEarnDetermineYourLevel", defaultMessage: "The points you earn this year determine your level for both this and the next member year.", })} @@ -98,6 +103,7 @@ export default function LevelProgressModal({ textDecoration="underline" > {intl.formatMessage({ + id: "myPages.compareAllLevels", defaultMessage: "Compare all levels", })} <MaterialIcon icon="arrow_forward" color="CurrentColor" size={24} /> @@ -110,6 +116,7 @@ export default function LevelProgressModal({ textDecoration="underline" > {intl.formatMessage({ + id: "common.scandicFriendsFaq", defaultMessage: "Scandic Friends FAQ", })} <MaterialIcon icon="arrow_forward" color="CurrentColor" size={24} /> diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/index.tsx index b4cfc13f3..ae57ccb43 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/index.tsx @@ -35,6 +35,7 @@ export default async function LevelProgressCard({ <Typography variant="Title/xs"> <h2 id="level-progress-card-title" className={styles.title}> {intl.formatMessage({ + id: "myPages.yourLevelProgress", defaultMessage: "Your Level Progress", })} </h2> @@ -42,7 +43,10 @@ export default async function LevelProgressCard({ <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.date}> {intl.formatMessage( - { defaultMessage: "Valid until {date}" }, + { + id: "myPages.validUntilDate", + defaultMessage: "Valid until {date}", + }, { date: dt(user.membership.tierExpirationDate) .locale(lang) diff --git a/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx b/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx index 0519e9551..288598e2a 100644 --- a/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx @@ -18,6 +18,7 @@ export default function ChangeNameDisclaimer() { <p> {intl.formatMessage( { + id: "myPages.contactSupportForNameChange", defaultMessage: "Need to update your name? Please get in touch with member service at <phone>+46 8 517 517 00</phone> or <email>member@scandichotels.com</email>.", }, diff --git a/apps/scandic-web/components/MyPages/Profile/Communication/index.tsx b/apps/scandic-web/components/MyPages/Profile/Communication/index.tsx index acc19b196..59acf1790 100644 --- a/apps/scandic-web/components/MyPages/Profile/Communication/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/Communication/index.tsx @@ -13,6 +13,7 @@ export default async function CommunicationSlot() { <Typography variant="Title/Subtitle/md"> <h3> {intl.formatMessage({ + id: "myPages.myCommunicationPreferences", defaultMessage: "My communication preferences", })} </h3> @@ -20,6 +21,7 @@ export default async function CommunicationSlot() { <Typography variant="Body/Paragraph/mdRegular"> <p> {intl.formatMessage({ + id: "myPages.tellUsWhatInfoYouWouldLikeToReceive", defaultMessage: "Tell us what information and updates you'd like to receive, and how, by clicking the link below.", })} diff --git a/apps/scandic-web/components/MyPages/Profile/CreditCards/index.tsx b/apps/scandic-web/components/MyPages/Profile/CreditCards/index.tsx index 3f5f38a4e..73934d7fa 100644 --- a/apps/scandic-web/components/MyPages/Profile/CreditCards/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/CreditCards/index.tsx @@ -19,6 +19,7 @@ export default async function CreditCardSlot() { <Typography variant="Title/Subtitle/md"> <h3> {intl.formatMessage({ + id: "myPages.myPaymentCards", defaultMessage: "My payment cards", })} </h3> @@ -26,6 +27,7 @@ export default async function CreditCardSlot() { <Typography variant="Body/Paragraph/mdRegular"> <p> {intl.formatMessage({ + id: "myPages.checkOutCardsSavedToProfile", defaultMessage: "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience.", })} diff --git a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx index a3279aa43..bae56a669 100644 --- a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx @@ -19,6 +19,7 @@ export default async function MembershipCardSlot() { <Typography variant="Title/Subtitle/md"> <h3> {intl.formatMessage({ + id: "myPages.myMembershipCards", defaultMessage: "My membership cards", })} </h3> @@ -30,6 +31,7 @@ export default async function MembershipCardSlot() { <h4 className={styles.subTitle}> {intl.formatMessage( { + id: "myPages.nameWithCardMembershipType", defaultMessage: "Name: {cardMembershipType}", }, { @@ -41,6 +43,7 @@ export default async function MembershipCardSlot() { <span> {intl.formatMessage( { + id: "myPages.currentPointsWithPoints", defaultMessage: "Current Points: {points, number}", }, { points: card.currentPoints } @@ -49,6 +52,7 @@ export default async function MembershipCardSlot() { <span> {intl.formatMessage( { + id: "myPages.memberSinceWithValue", defaultMessage: "Member Since: {value}", }, { @@ -59,6 +63,7 @@ export default async function MembershipCardSlot() { <span> {intl.formatMessage( { + id: "myPages.numberWithValue", defaultMessage: "Number: {membershipNumber}", }, { @@ -69,6 +74,7 @@ export default async function MembershipCardSlot() { <span> {intl.formatMessage( { + id: "myPages.expirationDateWithDate", defaultMessage: "Expiration Date: {expirationDate}", }, { @@ -82,6 +88,7 @@ export default async function MembershipCardSlot() { <MaterialIcon icon="add_circle" color="CurrentColor" /> <Body color="burgundy" textTransform="underlined"> {intl.formatMessage({ + id: "myPages.addNewCard", defaultMessage: "Add new card", })} </Body> diff --git a/apps/scandic-web/components/MyPages/Profile/index.tsx b/apps/scandic-web/components/MyPages/Profile/index.tsx index abb62d969..4fc387b53 100644 --- a/apps/scandic-web/components/MyPages/Profile/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/index.tsx @@ -57,6 +57,7 @@ export default async function Profile() { addressParts.length > 0 ? addressParts.join(", ") : intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", }) @@ -72,6 +73,7 @@ export default async function Profile() { <Typography variant="Title/xs"> <h2 className={styles.title}> {intl.formatMessage({ + id: "common.welcome", defaultMessage: "Welcome", })} <br /> @@ -87,6 +89,7 @@ export default async function Profile() { typography="Body/Supporting text (caption)/smBold" > {intl.formatMessage({ + id: "myPages.editProfile", defaultMessage: "Edit profile", })} </ButtonLink> @@ -100,6 +103,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "myPages.dateOfBirth", defaultMessage: "Date of birth", })} </p> @@ -113,6 +117,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.phoneNumber", defaultMessage: "Phone number", })} </p> @@ -126,6 +131,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.language", defaultMessage: "Language", })} </p> @@ -139,6 +145,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.email", defaultMessage: "Email", })} </p> @@ -152,6 +159,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.address", defaultMessage: "Address", })} </p> @@ -165,6 +173,7 @@ export default async function Profile() { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.password", defaultMessage: "Password", })} </p> diff --git a/apps/scandic-web/components/MyPages/SASLevelUpgradeCheck.tsx b/apps/scandic-web/components/MyPages/SASLevelUpgradeCheck.tsx index 9049c9f20..08e902e35 100644 --- a/apps/scandic-web/components/MyPages/SASLevelUpgradeCheck.tsx +++ b/apps/scandic-web/components/MyPages/SASLevelUpgradeCheck.tsx @@ -26,6 +26,7 @@ export function SASLevelUpgradeCheck() { toast.success( intl.formatMessage( { + id: "myPages.yourSasLevelUpgradedToWithLevel", defaultMessage: "Your SAS EuroBonus level has upgraded you to {level}!", }, diff --git a/apps/scandic-web/components/MyPages/Surprises/Card.tsx b/apps/scandic-web/components/MyPages/Surprises/Card.tsx index eca492fbb..ae8d12b9f 100644 --- a/apps/scandic-web/components/MyPages/Surprises/Card.tsx +++ b/apps/scandic-web/components/MyPages/Surprises/Card.tsx @@ -17,6 +17,7 @@ export default function Card({ title, children }: CardProps) { width={113} height={125} alt={intl.formatMessage({ + id: "rewards.surprise", defaultMessage: "Surprise!", })} /> diff --git a/apps/scandic-web/components/MyPages/Surprises/Client.tsx b/apps/scandic-web/components/MyPages/Surprises/Client.tsx index 7a3417dd1..2007d33d5 100644 --- a/apps/scandic-web/components/MyPages/Surprises/Client.tsx +++ b/apps/scandic-web/components/MyPages/Surprises/Client.tsx @@ -77,6 +77,7 @@ export default function SurprisesNotification({ <> {intl.formatMessage( { + id: "myPages.countOfGiftsAddedToYourBenefits", defaultMessage: "{amount, plural, one {Gift} other {Gifts}} added to your benefits", }, @@ -85,6 +86,7 @@ export default function SurprisesNotification({ <br /> <Link href={benefitPageUrl} textDecoration="underline"> {intl.formatMessage({ + id: "myPages.goToMyBenfits", defaultMessage: "Go to My Benefits", })} </Link> @@ -97,6 +99,7 @@ export default function SurprisesNotification({ <> {intl.formatMessage( { + id: "myPages.somethingWentWrongShowingYourSurprise", defaultMessage: "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, <link>contact the support.</link>", }, @@ -174,6 +177,7 @@ export default function SurprisesNotification({ > <Dialog aria-label={intl.formatMessage({ + id: "myPages.Surprises", defaultMessage: "Surprises", })} className={styles.dialog} @@ -192,6 +196,7 @@ export default function SurprisesNotification({ <p> {intl.formatMessage( { + id: "myPages.AmountOutOfTotalWithValues", defaultMessage: "{amount} out of {total}", }, { diff --git a/apps/scandic-web/components/MyPages/Surprises/Initial.tsx b/apps/scandic-web/components/MyPages/Surprises/Initial.tsx index 64a3a6cc3..b6c20205a 100644 --- a/apps/scandic-web/components/MyPages/Surprises/Initial.tsx +++ b/apps/scandic-web/components/MyPages/Surprises/Initial.tsx @@ -15,6 +15,7 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) { return ( <Card title={intl.formatMessage({ + id: "rewards.surprise", defaultMessage: "Surprise!", })} > @@ -24,6 +25,7 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) { <> {intl.formatMessage( { + id: "myPages.surprises.giftsWaiting", defaultMessage: "You have <b>{amount}</b> gifts waiting for you!", }, @@ -34,11 +36,13 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) { )} <br /> {intl.formatMessage({ + id: "myPages.surprises.willExpire", defaultMessage: "Hurry up and use them before they expire!", })} </> ) : ( intl.formatMessage({ + id: "myPages.surprises.giftWaiting", defaultMessage: "We have a special gift waiting for you!", }) )} @@ -47,6 +51,7 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <p> {intl.formatMessage({ + id: "myPages.surprises.findGifts", defaultMessage: "You'll find all your gifts in 'My benefits'", })} </p> @@ -62,6 +67,7 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) { > {intl.formatMessage( { + id: "myPages.surprises.openGifts", defaultMessage: "Open {amount, plural, one {gift} other {gifts}}", }, { amount: totalSurprises } diff --git a/apps/scandic-web/components/MyPages/Surprises/Navigation.tsx b/apps/scandic-web/components/MyPages/Surprises/Navigation.tsx index 8fcbfe736..52565f0f9 100644 --- a/apps/scandic-web/components/MyPages/Surprises/Navigation.tsx +++ b/apps/scandic-web/components/MyPages/Surprises/Navigation.tsx @@ -30,6 +30,7 @@ export default function Navigation({ className={styles.chevron} /> {intl.formatMessage({ + id: "common.previous", defaultMessage: "Previous", })} </Button> @@ -41,6 +42,7 @@ export default function Navigation({ typography="Body/Supporting text (caption)/smBold" > {intl.formatMessage({ + id: "common.next", defaultMessage: "Next", })} <MaterialIcon icon="chevron_right" size={20} color="CurrentColor" /> diff --git a/apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx b/apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx index bcaed8a2f..1a2410980 100644 --- a/apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx +++ b/apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx @@ -32,6 +32,7 @@ function useAddCardResultToast() { setTimeout(() => { toast.success( intl.formatMessage({ + id: "profile.creditCard.addCardSuccessful", defaultMessage: "Your card was successfully saved!", }) ) @@ -40,6 +41,7 @@ function useAddCardResultToast() { setTimeout(() => { toast.warning( intl.formatMessage({ + id: "profile.creditCard.addCardCanceled", defaultMessage: "You canceled adding a new credit card.", }) ) @@ -48,8 +50,9 @@ function useAddCardResultToast() { setTimeout(() => { toast.error( intl.formatMessage({ + id: "profile.creditCard.addCardFailed", defaultMessage: - "Something went wrong and we couldn't add your card. Please try again later.", + "An error occurred when adding a credit card, please try again later.", }) ) }) @@ -74,6 +77,7 @@ export default function AddCreditCardButton() { } else { toast.error( intl.formatMessage({ + id: "profile.creditCard.unableToAddCard", defaultMessage: "We could not add a card right now, please try again later.", }) @@ -83,6 +87,7 @@ export default function AddCreditCardButton() { onError: () => { toast.error( intl.formatMessage({ + id: "profile.creditCard.addCardFailed", defaultMessage: "An error occurred when adding a credit card, please try again later.", }) @@ -105,6 +110,7 @@ export default function AddCreditCardButton() { > <MaterialIcon icon="add_circle" color="CurrentColor" /> {intl.formatMessage({ + id: "myPages.addNewCard", defaultMessage: "Add new card", })} </Button> diff --git a/apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx b/apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx index cad8a2da5..97b007140 100644 --- a/apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx +++ b/apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx @@ -22,6 +22,7 @@ export default function DeleteCreditCardConfirmation({ toast.success( intl.formatMessage({ + id: "profile.creditCard.cardRemoved", defaultMessage: "Your card was successfully removed!", }) ) @@ -29,6 +30,7 @@ export default function DeleteCreditCardConfirmation({ onError() { toast.error( intl.formatMessage({ + id: "profile.creditCard.cardRemoveFailed", defaultMessage: "Something went wrong and we couldn't remove your card. Please try again later.", }) @@ -44,6 +46,7 @@ export default function DeleteCreditCardConfirmation({ const bodyText = intl.formatMessage( { + id: "profile.creditCard.confirmRemoveCardBody", defaultMessage: "Are you sure you want to remove the card ending with {lastFourDigits} from your member profile?", }, @@ -54,13 +57,16 @@ export default function DeleteCreditCardConfirmation({ <Dialog bodyText={bodyText} cancelButtonText={intl.formatMessage({ + id: "profile.creditCard.noKeepCard", defaultMessage: "No, keep card", })} proceedOnClick={handleProceedDeleteCard} proceedText={intl.formatMessage({ + id: "profile.creditCard.yesRemoveCard", defaultMessage: "Yes, remove my card", })} titleText={intl.formatMessage({ + id: "profile.creditCard.removeCard", defaultMessage: "Remove card from member profile", })} trigger={ diff --git a/apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx b/apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx index 4985f7a4c..fd24e4de4 100644 --- a/apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx +++ b/apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx @@ -19,6 +19,7 @@ export default function ManagePreferencesButton() { } else { toast.error( intl.formatMessage({ + id: "profile.managePreferences.communicationPreferencesUnavailable", defaultMessage: "It's not possible to manage your communication preferences right now. Please try again later or contact support if the problem persists.", }) @@ -28,6 +29,7 @@ export default function ManagePreferencesButton() { onError: () => { toast.error( intl.formatMessage({ + id: "profile.managePreferences.error", defaultMessage: "An error occurred trying to manage your preferences, please try again later.", }) @@ -47,6 +49,7 @@ export default function ManagePreferencesButton() { > <MaterialIcon icon="arrow_forward" color="CurrentColor" /> {intl.formatMessage({ + id: "profile.managePreferences.title", defaultMessage: "Manage preferences", })} </Button> diff --git a/apps/scandic-web/components/ProtectedLayout.tsx b/apps/scandic-web/components/ProtectedLayout.tsx index 63546d45d..59e498bb6 100644 --- a/apps/scandic-web/components/ProtectedLayout.tsx +++ b/apps/scandic-web/components/ProtectedLayout.tsx @@ -59,6 +59,7 @@ export async function ProtectedLayout({ children }: React.PropsWithChildren) { return ( <p> {intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", })} </p> diff --git a/apps/scandic-web/components/Rewards/ExpirationDate/index.tsx b/apps/scandic-web/components/Rewards/ExpirationDate/index.tsx index 0b2a8f984..435d3876e 100644 --- a/apps/scandic-web/components/Rewards/ExpirationDate/index.tsx +++ b/apps/scandic-web/components/Rewards/ExpirationDate/index.tsx @@ -25,6 +25,7 @@ export default function ExpirationDate({ <p> {intl.formatMessage( { + id: "rewards.expirationDate.validThrough", defaultMessage: "Valid through {expirationDate}", }, { diff --git a/apps/scandic-web/components/SidePeeks/AmenitiesSidepeekContent/Accordions/Accessibility.tsx b/apps/scandic-web/components/SidePeeks/AmenitiesSidepeekContent/Accordions/Accessibility.tsx index 2d3635e0d..0835870ea 100644 --- a/apps/scandic-web/components/SidePeeks/AmenitiesSidepeekContent/Accordions/Accessibility.tsx +++ b/apps/scandic-web/components/SidePeeks/AmenitiesSidepeekContent/Accordions/Accessibility.tsx @@ -26,6 +26,7 @@ export default function AccessibilityAccordionItem({ return ( <AccordionItem title={intl.formatMessage({ + id: "common.accessibility", defaultMessage: "Accessibility", })} iconName={IconName.Accessibility} @@ -45,7 +46,10 @@ export default function AccessibilityAccordionItem({ size="Medium" typography="Body/Paragraph/mdBold" > - {intl.formatMessage({ defaultMessage: "About accessibility" })} + {intl.formatMessage({ + id: "accessibility.aboutAccessibility", + defaultMessage: "About accessibility", + })} </ButtonLink> ) : null} </div> diff --git a/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/RoomDetails.tsx b/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/RoomDetails.tsx index 5333bba4f..3b3160a92 100644 --- a/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/RoomDetails.tsx +++ b/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/RoomDetails.tsx @@ -40,6 +40,7 @@ export default function RoomDetails({ <Typography variant="Title/Subtitle/md"> <p className={styles.text}> {intl.formatMessage({ + id: "roomSidePeek.roomFacilitiesTitle", defaultMessage: "This room is equipped with", })} </p> @@ -55,6 +56,7 @@ export default function RoomDetails({ ? name : intl.formatMessage( { + id: "roomSidePeek.facilityAvailableInSomeRooms", defaultMessage: "{facility} (available in some rooms)", }, @@ -73,6 +75,7 @@ export default function RoomDetails({ <Typography variant="Title/Subtitle/md"> <p className={styles.text}> {intl.formatMessage({ + id: "common.bedOptions", defaultMessage: "Bed options", })} </p> @@ -80,6 +83,7 @@ export default function RoomDetails({ <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.text}> {intl.formatMessage({ + id: "booking.subjectToAvailability", defaultMessage: "Subject to availability", })} </p> diff --git a/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/index.tsx b/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/index.tsx index 8b8f71161..ebc1ac882 100644 --- a/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/index.tsx +++ b/apps/scandic-web/components/SidePeeks/BookedRoomSidePeekContent/index.tsx @@ -121,6 +121,7 @@ export default function BookedRoomSidePeekContent({ const adultsMsg = intl.formatMessage( { + id: "booking.numberOfAdults", defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, { @@ -130,6 +131,7 @@ export default function BookedRoomSidePeekContent({ const childrenMsg = intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: "{children, plural, one {# child} other {# children}}", }, { @@ -143,10 +145,12 @@ export default function BookedRoomSidePeekContent({ const formattedTotalPrice = formatPrice(intl, totalPrice, currencyCode) let breakfastPrice = intl.formatMessage({ + id: "common.noBreakfast", defaultMessage: "No breakfast", }) if (rateDefinition.breakfastIncluded) { breakfastPrice = intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) } else if (breakfast) { @@ -176,6 +180,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Supporting text (caption)/smBold"> <span> {intl.formatMessage({ + id: "common.cancelled", defaultMessage: "Cancelled", })} </span> @@ -187,6 +192,7 @@ export default function BookedRoomSidePeekContent({ <span> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { roomIndex: roomNumber } @@ -200,6 +206,7 @@ export default function BookedRoomSidePeekContent({ {isCancelled ? ( <span> {intl.formatMessage({ + id: "booking.cancellationNo", defaultMessage: "Cancellation no", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -208,6 +215,7 @@ export default function BookedRoomSidePeekContent({ ) : ( <span> {intl.formatMessage({ + id: "common.bookingNumber", defaultMessage: "Booking number", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -243,6 +251,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.guests", defaultMessage: "Guests", })} </p> @@ -264,6 +273,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.terms", defaultMessage: "Terms", })} </p> @@ -282,6 +292,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "myStay.modifyBy", defaultMessage: "Modify By", })} </p> @@ -292,6 +303,7 @@ export default function BookedRoomSidePeekContent({ <p> {intl.formatMessage( { + id: "common.untilWithTimeAndDate", defaultMessage: "Until {time}, {date}", }, { @@ -310,6 +322,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.breakfast", defaultMessage: "Breakfast", })} </p> @@ -336,6 +349,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.roomClassification", defaultMessage: "Room classification", })} </p> @@ -369,6 +383,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "booking.bedPreference", defaultMessage: "Bed preference", })} </p> @@ -387,6 +402,7 @@ export default function BookedRoomSidePeekContent({ <Typography variant="Body/Lead text"> <p> {intl.formatMessage({ + id: "booking.roomTotal", defaultMessage: "Room total", })} </p> @@ -414,6 +430,7 @@ export default function BookedRoomSidePeekContent({ > {intl.formatMessage( { + id: "booking.bookingCodeWithValue", defaultMessage: "<strong>Booking code</strong>: {value}", }, { @@ -440,6 +457,7 @@ export default function BookedRoomSidePeekContent({ <Accordion type="sidepeek"> <AccordionItem title={intl.formatMessage({ + id: "sidepeek.roomDetails", defaultMessage: "Room details", })} type="sidepeek" diff --git a/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx index 10a59e408..361845548 100644 --- a/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx +++ b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx @@ -15,6 +15,7 @@ export default async function Contact({ contactBlock }: ContactProps) { <article className={styles.contactContainer}> <Subtitle> {intl.formatMessage({ + id: "common.contactUs", defaultMessage: "Contact us", })} </Subtitle> diff --git a/apps/scandic-web/components/Sidebar/JoinLoyalty/LoyaltyLoginButton.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/LoyaltyLoginButton.tsx index 5fd61d75a..e427144e3 100644 --- a/apps/scandic-web/components/Sidebar/JoinLoyalty/LoyaltyLoginButton.tsx +++ b/apps/scandic-web/components/Sidebar/JoinLoyalty/LoyaltyLoginButton.tsx @@ -28,6 +28,7 @@ export function LoyaltyLoginButton() { <Typography variant={"Body/Paragraph/mdRegular"}> <span> {intl.formatMessage({ + id: "loyalty.loginButton", defaultMessage: "Log in here", })} </span> diff --git a/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx index 0f8a59d0b..121962427 100644 --- a/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx +++ b/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx @@ -17,12 +17,14 @@ export default async function ReadMore() { { href: faq[lang], text: intl.formatMessage({ + id: "common.faq", defaultMessage: "FAQ", }), }, { href: membershipTermsAndConditions[lang], text: intl.formatMessage({ + id: "loyalty.membershipTermsAndConditions", defaultMessage: "Membership terms and conditions", }), }, @@ -32,6 +34,7 @@ export default async function ReadMore() { <article className={styles.wrapper}> <Subtitle> {intl.formatMessage({ + id: "common.readMore", defaultMessage: "Read more", })} </Subtitle> diff --git a/apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx index 6b90adebc..7e6c48bc7 100644 --- a/apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx +++ b/apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx @@ -53,6 +53,7 @@ export default async function JoinLoyaltyContact({ <Typography variant={"Body/Paragraph/mdRegular"}> <p> {intl.formatMessage({ + id: "loyalty.alreadyFriend", defaultMessage: "Already a friend?", })} </p> diff --git a/apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx index 965696873..56f2357ec 100644 --- a/apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx @@ -38,6 +38,7 @@ export function AncillaryCard({ ancillary }: AncillaryCardProps) { <Body color="uiTextHighContrast"> {ancillary.price.included ? intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) : priceMsg} @@ -51,10 +52,12 @@ export function AncillaryCard({ ancillary }: AncillaryCardProps) { <Body textAlign="right" color="uiTextHighContrast"> {intl.formatMessage( { - defaultMessage: "{value} points", + id: "common.numberOfPoints", + defaultMessage: + "{points, plural, one {# point} other {# points}}", }, { - value: ancillary.points, + points: ancillary.points, } )} </Body> diff --git a/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx index 6677ec075..e7b41c5ea 100644 --- a/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx @@ -71,6 +71,7 @@ export default function Breadcrumbs({ return ( <nav aria-label={intl.formatMessage({ + id: "breadcrumbs.label", defaultMessage: "Breadcrumbs", })} className={classNames} diff --git a/apps/scandic-web/components/TempDesignSystem/Form/PasswordInput/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/PasswordInput/index.tsx index e349c439e..5c8453d1c 100644 --- a/apps/scandic-web/components/TempDesignSystem/Form/PasswordInput/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/Form/PasswordInput/index.tsx @@ -69,9 +69,11 @@ export default function PasswordInput({ label || (isNewPassword ? intl.formatMessage({ + id: "passwordInput.newPasswordLabel", defaultMessage: "New password", }) : intl.formatMessage({ + id: "common.password", defaultMessage: "Password", })) } @@ -92,9 +94,11 @@ export default function PasswordInput({ aria-label={ isPasswordVisible ? intl.formatMessage({ + id: "passwordInput.hidePassword", defaultMessage: "Hide password", }) : intl.formatMessage({ + id: "passwordInput.showPassword", defaultMessage: "Show password", }) } @@ -158,6 +162,7 @@ function NewPasswordValidation({ case "length": return intl.formatMessage( { + id: "passwordInput.lengthRequirement", defaultMessage: "{min} to {max} characters", }, { @@ -168,6 +173,7 @@ function NewPasswordValidation({ case "hasUppercase": return intl.formatMessage( { + id: "passwordInput.uppercaseRequirement", defaultMessage: "{count} uppercase letter", }, { count: 1 } @@ -175,6 +181,7 @@ function NewPasswordValidation({ case "hasLowercase": return intl.formatMessage( { + id: "passwordInput.lowercaseRequirement", defaultMessage: "{count} lowercase letter", }, { count: 1 } @@ -182,6 +189,7 @@ function NewPasswordValidation({ case "hasNumber": return intl.formatMessage( { + id: "passwordInput.numberRequirement", defaultMessage: "{count} number", }, { count: 1 } @@ -189,12 +197,14 @@ function NewPasswordValidation({ case "hasSpecialChar": return intl.formatMessage( { + id: "passwordInput.specialCharacterRequirement", defaultMessage: "{count} special character", }, { count: 1 } ) case "allowedCharacters": return intl.formatMessage({ + id: "passwordInput.allowedCharactersRequirement", defaultMessage: "Only allowed characters", }) } diff --git a/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx index 33a66b000..488b59071 100644 --- a/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx @@ -78,6 +78,7 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { <span> {intl.formatMessage( { + id: "meetingRoomCard.maxSeatings", defaultMessage: "max {seatings} pers", }, { seatings: maxSeatings } @@ -102,6 +103,7 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { name={translateSeatingType(seating.type, intl)} value={intl.formatMessage( { + id: "meetingRoomCard.numberOfPeople", defaultMessage: "{number} people", }, { number: seating.capacity } @@ -113,10 +115,12 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { <tbody className={styles.rowItem}> <TableRow name={intl.formatMessage({ + id: "meetingRoomCard.locationInHotel", defaultMessage: "Location in hotel", })} value={intl.formatMessage( { + id: "meetingRoomCard.floorNumber", defaultMessage: "Floor {floorNumber}", }, { @@ -126,6 +130,7 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { /> <TableRow name={intl.formatMessage({ + id: "meetingRoomCard.lighting", defaultMessage: "Lighting", })} value={translateRoomLighting(room.lighting, intl)} @@ -133,6 +138,7 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { {room.doorHeight && room.doorWidth ? ( <TableRow name={intl.formatMessage({ + id: "meetingRoomCard.accessSize", defaultMessage: "Access size", })} value={`${room.doorHeight} x ${room.doorWidth} m`} @@ -141,6 +147,7 @@ export default function MeetingRoomCard({ room }: MeetingRoomCardProps) { {room.length && room.width && room.height ? ( <TableRow name={intl.formatMessage({ + id: "meetingRoomCard.dimensions", defaultMessage: "Dimensions", })} value={`${room.length} x ${room.width} x ${room.height} m`} diff --git a/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts index 7bb760195..9c1ebb0dd 100644 --- a/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts +++ b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts @@ -8,35 +8,43 @@ export function translateRoomLighting(option: string, intl: IntlShape) { switch (option) { case RoomLighting.WindowsNaturalDaylight: return intl.formatMessage({ + id: "meetingRoomCard.windowsNaturalDaylight", defaultMessage: "Windows with natural daylight", }) case RoomLighting.IndoorWindowsExcellentLighting: return intl.formatMessage({ + id: "meetingRoomCard.indoorWindowsExcellentLighting", defaultMessage: "Indoor windows and excellent lighting", }) case RoomLighting.IndoorWindows: return intl.formatMessage({ + id: "meetingRoomCard.indoorWindows", defaultMessage: "Indoor windows facing the hotel", }) case RoomLighting.NoWindows: return intl.formatMessage({ + id: "meetingRoomCard.noWindows", defaultMessage: "No windows", }) case RoomLighting.NoWindowsExcellentLighting: return intl.formatMessage({ + id: "meetingRoomCard.noWindowsExcellentLighting", defaultMessage: "No windows but excellent lighting", }) case RoomLighting.WindowsNaturalDaylightBlackoutFacilities: return intl.formatMessage({ + id: "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities", defaultMessage: "Windows natural daylight and blackout facilities", }) case RoomLighting.WindowsNaturalDaylightExcellentView: return intl.formatMessage({ + id: "meetingRoomCard.windowsNaturalDaylightExcellentView", defaultMessage: "Windows natural daylight and excellent view", }) default: logger.warn(`Unsupported conference room ligthing option: ${option}`) return intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", }) } @@ -46,39 +54,48 @@ export function translateSeatingType(type: string, intl: IntlShape) { switch (type) { case SeatingType.Boardroom: return intl.formatMessage({ + id: "meetingRoomCard.boardroom", defaultMessage: "Boardroom", }) case SeatingType.Cabaret: return intl.formatMessage({ + id: "meetingRoomCard.cabaret", defaultMessage: "Cabaret seating", }) case SeatingType.Classroom: return intl.formatMessage({ + id: "meetingRoomCard.classroom", defaultMessage: "Classroom", }) case SeatingType.FullCircleTable: return intl.formatMessage({ + id: "meetingRoomCard.fullCircleTable", defaultMessage: "Full circle", }) case SeatingType.HalfCircle: return intl.formatMessage({ + id: "meetingRoomCard.halfCircle", defaultMessage: "Half circle", }) case SeatingType.StandingTable: return intl.formatMessage({ + id: "meetingRoomCard.standingTable", defaultMessage: "Standing table", }) case SeatingType.Theatre: return intl.formatMessage({ - defaultMessage: "Theater", + id: "meetingRoomCard.theatre", + defaultMessage: "Theatre", }) case SeatingType.UShape: return intl.formatMessage({ + id: "meetingRoomCard.uShape", defaultMessage: "U-shape", }) default: logger.warn(`Unsupported conference room type : ${type}`) return intl.formatMessage({ + id: "common.NA", defaultMessage: "N/A", }) } diff --git a/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx index a2f920f67..dbc33fb04 100644 --- a/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx @@ -29,12 +29,14 @@ export default function ShowMoreButton({ if (!textShowMore) { textShowMore = intl.formatMessage({ + id: "common.showMore", defaultMessage: "Show more", }) } if (!textShowLess) { textShowLess = intl.formatMessage({ + id: "common.showLess", defaultMessage: "Show less", }) } diff --git a/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx b/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx index 3355fd083..8abd226b0 100644 --- a/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx +++ b/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx @@ -39,6 +39,7 @@ export default function TeaserCardSidepeek({ handleClose={() => setSidePeekIsOpen(false)} openInRoot closeLabel={intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} > diff --git a/apps/scandic-web/components/UserNotFound/UserNotFound.tsx b/apps/scandic-web/components/UserNotFound/UserNotFound.tsx index d2ece9de4..a3b26a54c 100644 --- a/apps/scandic-web/components/UserNotFound/UserNotFound.tsx +++ b/apps/scandic-web/components/UserNotFound/UserNotFound.tsx @@ -12,12 +12,14 @@ export function UserNotFound() { <div className={styles.content}> <h1 className={styles.header}> {intl.formatMessage({ + id: "userNotFound.title", defaultMessage: "User not found", })} </h1> <div className={styles.pitch}> <p className={styles.text}> {intl.formatMessage({ + id: "userNotFound.contactCustomerService", defaultMessage: "Please try again or contact customer service!", })} </p> diff --git a/apps/scandic-web/components/Webviews/LinkToOverview/index.tsx b/apps/scandic-web/components/Webviews/LinkToOverview/index.tsx index e7958e99c..189aa0693 100644 --- a/apps/scandic-web/components/Webviews/LinkToOverview/index.tsx +++ b/apps/scandic-web/components/Webviews/LinkToOverview/index.tsx @@ -25,6 +25,7 @@ export default async function LinkToOverview() { <Link className={styles.overviewLink} href={overviewHref}> <ArrowLeft height={20} width={20} /> {intl.formatMessage({ + id: "webviews.goBackToOverview", defaultMessage: "Go back to overview", })} </Link> diff --git a/apps/scandic-web/eslint.config.mjs b/apps/scandic-web/eslint.config.mjs index 53d650012..cc5db00cc 100644 --- a/apps/scandic-web/eslint.config.mjs +++ b/apps/scandic-web/eslint.config.mjs @@ -99,7 +99,7 @@ export default defineConfig([ "formatjs/no-multiple-whitespaces": ["error"], "formatjs/no-multiple-plurals": ["error"], "formatjs/no-invalid-icu": ["error"], - "formatjs/no-id": ["error"], + "formatjs/enforce-id": ["error"], "formatjs/no-complex-selectors": ["error"], "formatjs/no-useless-message": ["error"], "formatjs/prefer-pound-in-plural": ["error"], diff --git a/apps/scandic-web/hooks/booking/useGuaranteeBooking.ts b/apps/scandic-web/hooks/booking/useGuaranteeBooking.ts index eebdd8869..94b5b63d9 100644 --- a/apps/scandic-web/hooks/booking/useGuaranteeBooking.ts +++ b/apps/scandic-web/hooks/booking/useGuaranteeBooking.ts @@ -37,6 +37,7 @@ export function useGuaranteeBooking( }) toast.error( intl.formatMessage({ + id: "guaranteePayment.failed", defaultMessage: "We had an issue guaranteeing your booking. Please try again.", }) diff --git a/apps/scandic-web/hooks/booking/useGuaranteePaymentFailedToast.ts b/apps/scandic-web/hooks/booking/useGuaranteePaymentFailedToast.ts index 79b1ab772..921d1b7da 100644 --- a/apps/scandic-web/hooks/booking/useGuaranteePaymentFailedToast.ts +++ b/apps/scandic-web/hooks/booking/useGuaranteePaymentFailedToast.ts @@ -18,11 +18,13 @@ export function useGuaranteePaymentFailedToast() { switch (errorCode) { case "AncillaryFailed": return intl.formatMessage({ + id: "guaranteePayment.ancillaryFailed", defaultMessage: "The product could not be added. Your booking is guaranteed. Please try again.", }) default: return intl.formatMessage({ + id: "guaranteePayment.failed", defaultMessage: "We had an issue guaranteeing your booking. Please try again.", }) diff --git a/apps/scandic-web/hooks/booking/useRateTitles.ts b/apps/scandic-web/hooks/booking/useRateTitles.ts index 0df88431f..23b2a4eb1 100644 --- a/apps/scandic-web/hooks/booking/useRateTitles.ts +++ b/apps/scandic-web/hooks/booking/useRateTitles.ts @@ -5,6 +5,7 @@ export default function useRateTitles() { const intl = useIntl() const payNow = intl.formatMessage({ + id: "booking.payNow", defaultMessage: "Pay now", }) @@ -12,24 +13,29 @@ export default function useRateTitles() { change: { paymentTerm: payNow, title: intl.formatMessage({ + id: "booking.freeRebooking", defaultMessage: "Free rebooking", }), }, flex: { paymentTerm: intl.formatMessage({ + id: "booking.payLater", defaultMessage: "Pay later", }), title: intl.formatMessage({ + id: "booking.freeCancellation", defaultMessage: "Free cancellation", }), }, save: { paymentTerm: payNow, title: intl.formatMessage({ + id: "booking.nonRefundable", defaultMessage: "Non-refundable", }), }, noPriceAvailable: intl.formatMessage({ + id: "booking.noPricesAvailable", defaultMessage: "No prices available", }), } diff --git a/apps/scandic-web/i18n/dictionaries/da.json b/apps/scandic-web/i18n/dictionaries/da.json index 80bf4e1db..de8fe6d28 100644 --- a/apps/scandic-web/i18n/dictionaries/da.json +++ b/apps/scandic-web/i18n/dictionaries/da.json @@ -1,71 +1,4901 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ugyldigt medlemsnummer" + "value": "Om tilgængelighed" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Kun tilladte tegn" + "value": "Ved at tilføje et kort garanterer du også din værelsesreservation ved sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamle datoer" + "value": "Betaling sker ved check-in. Kortet vil kun blive brugt til at garantere omkostningerne i tilfælde af udeblivelse." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr for voksne og børn på 4 år og derover." + "value": " tilgængelige point" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Der opstod en fejl under forsøget på at opdatere profilen." + "value": "Point skal trækkes fra nu" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alle tillægsydelser refunderes fuldt ud indtil " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Tidsvalg og særlige ønsker kan også ændres." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reserver med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jeg accepterer de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Booking- og annulleringsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du skal henvende dig, hvis du har spørgsmål." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Andre forespørgsler" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Morgenmad kan kun tilføjes for hele opholdets varighed og for alle gæster." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Utilstrækkelige point" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betal med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betal med point" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Vælg antal" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " tilføjet til din booking!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Noget gik galt. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunne ikke tilføjes til din booking!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Gratis for børn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/nat pr. voksen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/nat for børn (alder 4-12 år)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativer til " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Leveret på:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Kan ikke vise morgenmadspriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Opgrader dit ophold" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jeg accepterer booking- og annulleringsbetingelserne" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Sengepræference" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Bliv inspireret og begynd at drømme om din næste rejse. Udforsk flere Scandic-destinationer." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Book dit næste ophold" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Booking oversigt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Morgenmad ikke inkluderet" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Morgenmad inkluderet" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampagne" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Morgenmad hele dagen" + "value": "Annuller ophold" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mine samlede point" + "value": "Afbestillingsnr." } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ændre eller annullere" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kode / kupon" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Ekstra seng (barn) x " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Find booking" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri afbestilling" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Gratis ombooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gæster" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hoteller & Destinationer" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Laveste pris (seneste 30 dage)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tilgængelighed" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Ingen priser tilgængelige" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Der er ingen ledige værelser, der matcher din anmodning." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ikke-refunderbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Ikke nok point" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Tremmeseng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nætter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betal senere" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Betal nu" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris ekskl. moms" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Samlet pris inkl. moms" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Bookingsbetingelser" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Fjern ekstra værelser" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnat" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Faciliteter på værelset" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Rumklassificering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Værelse " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Værelse i alt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternative hoteller" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Vælg værelse" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jeg vil gerne modtage min bekræftelse på sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Særlige behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Med forbehold for tilgængelighed" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Vilkår" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Samlet beløb til betaling" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Samlet pris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. moms)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter til bookingkoder" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Priser med bookingkode" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Værelsespriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(e) reservation(er) er bekræftet, men vi kunne ikke bekræfte dit medlemskab. Hvis du har booket med medlemsrabat, skal du enten fremvise dit eksisterende medlemsnummer ved check-in, blive medlem eller betale prisforskellen på hotellet. Tilmelding sker helst online før opholdet." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Download faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotelinformation" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Prøv igen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Ændre din booking" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Medlemskabet kunne ikke bekræftes" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalingsoplysninger" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Book endnu et ophold" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Se og køb tilvalg" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Oplev de små ekstra detaljer, der kan gøre dit kommende ophold endnu mere uforglemmeligt." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Prøv noget nyt" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservationspolitik" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Anvendte medlemsfordele" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Reservationsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Afbestillingspolitik" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " fra " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlems-id: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Værelset vil være tilgængeligt for indtjekning efter kl. 18.00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Booking garanteret." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gæst" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Tak for din booking! Vi ser frem til at byde dig velkommen og håber, at du får et behageligt ophold." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bekræftelse af booking" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Samlede omkostninger: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Tilføj kode" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Husk koden" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Hvis du booker et kampagnetilbud eller en virksomhedsforhandlet pris, skal du bruge en særlig bookingkode. Brug ikke specialtegn som (.) (,) (-) (:). Hvis du gerne vil booke med koden VOF, skal du ringe til os på +45 33 48 04 02. Gem din bookingkode til næste gang, du besøger siden, ved at sætte kryds i boksen \"Husk\". Sæt ikke kryds i boksen, hvis du bruger en offentlig computer for at undgå uautoriseret adgang til din bookingkode." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Søg" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Opdater" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barnets alder er obligatorisk" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I voksnes seng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I tremmeseng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "I ekstra seng" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check ind" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Værelser & gæster" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Hvorhen?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusovernatning" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "For at booke en bonusnat, skal du sikre dig, at du er logget ind på din Scandic Friends-konto." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Tilføj værelse" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Færdig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Fjern rummet" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Ryd søgninger" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Byer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Lande" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hoteller" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jeg accepterer" + "value": "Seneste søgninger" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ingen resultater" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunne ikke finde et sted, der passede til din søgning." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Kan ikke søge" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Der opstod en fejl under søgningen. Prøv igen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Indtast destination eller hotel" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Der skal bruges en destination eller et hotelnavn for at kunne søge efter et hotelværelse." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brødkrummer" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Morgenmad hele dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Udforsk tilbuddet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hoteller inkluderet i dette tilbud" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Næste slide" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Forrige slide" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tilgængelighed" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Tilføj til kalender" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Voksen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Voksne" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "aldre" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Anvend" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tilbage" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tilbage til toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sengemuligheder" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Bookingnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Morgenmad" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Morgenmadsbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Annuller" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Annuller booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Aflysninger" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Er afbestilt" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ændre" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Ændringer" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check ind" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check ud" + } + ], + "common.children": [ + { + "type": 0, + "value": "Børn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Børn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "By" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Nulstil" + } + ], + "common.close": [ + { + "type": 0, + "value": "Luk" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Luk sprogmenuen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekræft" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakt os" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsæt" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landekode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Aftensmad" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Rutevejledning" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Kørselsvejledning" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-mail-adresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Find" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Fornavn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Følg os" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mad" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Fra" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Gå tilbage" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Sådan fungerer det" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Billedgalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. moms" + } + ], + "common.included": [ + { + "type": 0, + "value": "Inkluderet" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km til byens centrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Sprog" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Efternavn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live Events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Log ud" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Frokost" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hovedmenu" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Mandag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Måned" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Venligst accepter vores vilkår og betingelser" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mine fordele" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mine point" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mine ophold" + } + ], + "common.name": [ + { + "type": 0, + "value": "Navn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Næste" + } + ], + "common.night": [ + { + "type": 0, + "value": "nat" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen morgenmad" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanemærket" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ikke inkluderet" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Åben" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Åbn sprogmenuen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Åbningstider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valgfri" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Andre" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andre anmodninger" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Oversigt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Adgangskode" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Pr. voksen/nat" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Kæledyrsvenlig" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Point" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " point" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Point at bruge" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktiske oplysninger" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidligere" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformation" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Læs mere" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Fjerne" + } + ], + "common.room": [ + { + "type": 0, + "value": "Værelse" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Værelser" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lørdag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Gem" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alle" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alle billeder" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se værelser" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Vælg dit sprog" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Vis alle" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Vis mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Vis mere" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Tilmeld dig" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Oversigt" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Søndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Takeaway" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Total" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Samlede point" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Samlet pris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor-vurdering" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tirsdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Indtil " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "Moms" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Velkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Administrer cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Vælg datoer" + } + ], + "dates": [ + { + "type": 0, + "value": "Datoer" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tilbage til byer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinationer" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Udforsk byen" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinationer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Udforsk " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Anbefalet" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinationer i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Cykelvenlig" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Byens puls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familievenlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vandring" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajaksejlads" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Natteliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Udforsk byen" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hoteller i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tilbage til liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Kan ikke vise kortet" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Se som liste" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kort over byen" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Kort over landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Ingen matchende steder fundet" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det ser ud til, at ingen steder matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Udforsk alle vores hoteller" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Se alle hoteller i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Kan ikke åbne siden for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hoteldetaljer" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kort" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Der opstod en fejl ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hoteller" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Se hoteller på kort" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Er du allerede Scandic Friends-medlem?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Tilmeld dig vores loyalitetsprogram i dag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Tilknyt min ansættelse" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Log ind" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Log ind og tilknyt ansættelse" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du ikke en Scandic Friends-konto endnu?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Vis Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Tilmeld dig og tilknyt ansættelse" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Point bliver beregnet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bookingnummer / Reference" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Dato" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivelse" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tilvalg til din booking" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidligere Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Ingen tilgængelige transaktioner" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Point optjent før 1. maj 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Velkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nuværende password" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Annuller ændringer" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle ændringer, du har foretaget, vil gå tabt." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Kassér ændringer, der ikke er gemt?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tilbage for at ændre" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Indtast ny adgangskode igen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profilen er opdateret!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Brugeroplysninger" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Der opstod en fejl under forsøget på at opdatere profilen." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, kassér ændringer" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Ønsket sengetype" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Skift værelse" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi havde et problem med at behandle din booking. Prøv venligst igen. Der er ikke foretaget nogen opkrævninger." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nu annulleret din betaling." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr for voksne og børn på 4 år og derover." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Børnenes morgenmad er altid gratis som en del af de voksnes morgenmad." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Vælg morgenmadsmuligheder" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderer veganske, glutenfri og andre allergivenlige muligheder." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis for børn på 12 år og derunder." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Bekræft booking" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Når du garanterer din booking med et betalingskort, holder vi din booking indtil kl. 07.00 dagen efter check-ind." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Ved udeblivelse vil dit betalingskort blive opkrævet for den første nat." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garanti for sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Jeg ankommer muligvis senere end kl. 18:00 og ønsker at sikre min reservation." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Når du bekræfter bookingen, er værelset garanteret ved sen ankomst. Hvis du ikke ankommer uden at afbestille på forhånd, eller hvis du afbestiller efter kl. 18:00 lokal tid, vil du blive opkrævet betaling for én bonusnat." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktoplysninger" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Bliv medlem af Scandic Friends inden check-in" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bliv medlem af Scandic Friends nu" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Log ind" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for værelse " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Ved at tilmelde dig accepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Dit Scandic Friends-medlemskab er gyldigt indtil videre og kan til enhver tid opsiges ved at kontakte Scandics kundeservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på værelser" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Den nye pris er" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris på værelse aktiveret" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jeg accepterer vilkårene for denne booking og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for booking og afbestilling" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "For at sikre din reservation beder vi dig venligst om at oplyse dine betalingskortoplysninger. Du kan være sikker på, at der ikke vil blive trukket penge på dette tidspunkt." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Gennemfør bookingen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Når du garanterer din reservation, holder vi reservationen indtil kl. 07.00 dagen efter check-in. Det giver dig som gæst ekstra fleksibilitet i forhold til check-in-tider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Bemærk, at dette er obligatorisk, og at dit kort kun vil blive trukket i tilfælde af udeblivelse." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Angiv et betalingskort i næste trin" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Hvad du skal gøre for at garantere booking:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi er stadig ved at bekræfte din booking. Det tager normalt kun få minutter, og vi undskylder ventetiden. Tjek venligst din indbakke for en bookingbekræftelse, og hvis du stadig ikke har modtaget den sidst på dagen, bedes du kontakte vores kundesupport på " + }, + { + "children": [], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": " ." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tager længere tid end normalt" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Da din reservation omfatter værelser med forskellige betingelser, opkræver vi en del af reservationen nu, og resten vil blive opkrævet af receptionen ved check-in." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Sidste trin" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andre betalingsmetoder" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betal ved check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalingsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "bookings- og afbestillingsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit ophold, hvis noget efterlades ubetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Vælg betalingsmetode" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsæt med ny pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Morgenmadsgebyr" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tilbage til valg af værelse" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Priserne er steget, siden du valgte din " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " For at fortsætte din reservation skal du acceptere den opdaterede pris," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tilbage for at vælge " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "et nyt værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nye værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "værelse" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "værelser" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny total" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisoplysninger" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisændring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Ekstra seng vil blive stillet til rådighed som tillæg" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gæsteinformation" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Er der andet, vi skal vide, før din ankomst?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Særlige ønsker (valgfrit)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alder er obligatorisk" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du skal være mindst 18 år for at fortsætte" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Desværre er et af de værelser, du har valgt, udsolgt. Vælg venligst et andet værelse for at fortsætte." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Valg af seng er påkrævet" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Fødselsdato er obligatorisk" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Bookingkoden er ugyldig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Der må ikke være flere børn i de voksnes seng end voksne på værelset" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnætter kan ikke kombineres med koder eller vouchers." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land er obligatorisk" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination påkrævet" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-mailadressen er ugyldig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-mail-adresse er obligatorisk" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "For- og efternavn må ikke være ens i to forskellige værelser" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Fornavn er obligatorisk" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Fornavn må ikke indeholde specialtegn" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ugyldigt bookingnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Efternavn er obligatorisk" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Efternavnet må ikke indeholde specialtegn" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ugyldigt medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Kun cifre er tilladt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnummeret kan ikke være det samme for to forskellige værelser" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Booking af flere værelser er ikke muligt med denne bookingkode." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Booking af flere værelser er ikke muligt med bonusnat." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Nuværende adgangskode er påkrævet" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Den nye adgangskode matcher ikke" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Ny adgangskode er påkrævet" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Adgangskode er påkrævet" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Bekræft det nye kodeord" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Det indtastede nummer er for kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Indtast et gyldigt telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer er obligatorisk" + } + ], + "error.required": [ + { + "type": 0, + "value": "Påkrævet" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnummeret må kun indeholde tal og bogstaver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer er obligatorisk" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kunne ikke kopiere" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kunne ikke tilføje til kalenderen" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Noget gik galt!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Ryd alle filtre" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Afstand til byens centrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellets faciliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrer og sorter" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrer efter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellets omgivelser" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Ingen matchende hoteller fundet" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det ser ud til, at ingen hoteller matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultater (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sorter efter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Kan du ikke finde dit ophold?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Kontakt venligst " + }, + { + "children": [ + { + "type": 0, + "value": "kundeservice" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Det lykkedes ikke at indsende formularen, prøv igen senere." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Find dit ophold" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se og administrer din booking foretaget via vores hjemmeside eller app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-prisen kan kun bookes via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle rettigheder forbeholdes" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produktet kunne ikke tilføjes. Din reservation er garanteret. Prøv venligst igen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi havde et problem med at garantere din booking. Prøv venligst igen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tilbage til scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Luk menuen" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log ind/Tilmeld dig" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menu" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Menu - Mine sider" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Åbn menu" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Åbn menuen Mine sider" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " anmeldelser" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Velkommen til" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I nærheden" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kort" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gæst" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gæster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alle faciliteter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se kort" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se værelsesdetaljer" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gæster" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative rum til møder" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kort over " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tilgængelige priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km til byens centrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Seværdigheder" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Beliggenhed" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Offentlig transport" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping og spisesteder" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Oplevelser i nærheden af " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Vis som liste" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Vis som kort" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tilgængelighed på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Møder, konferencer og events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tilbud" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Møder & konferencer" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant og bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Fitness" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Indendørs pool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Udendørs pool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Find din booking" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Læs mere om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Åbn billedgalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle lande" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle hoteller og kontorer" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle steder" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Åben for ansøgning" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Vis og ansøg" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Placering (vises på det lokale sprog)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultater" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Åbn billede" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Medarbejdernummer er allerede knyttet til et andet Scandic Friends medlemskab." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakt vores medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Din konto kunne ikke forbindes" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du er ikke berettiget til medarbejdergoder" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dette kan skyldes, at din ansættelse endnu ikke er begyndt, er afsluttet, eller at du er konsulent. Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Gode nyheder! Du kan gå direkte til Mine sider for at udforske alle dine fordele og belønninger!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Fødselsdag: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi har brug for din fødselsdato for at kunne koble din Scandic Friends-konto sammen med din SAS EuroBonus-konto. Venligst tjek, at den er korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Fødselsdato mangler" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Fødselsdatoen stemmer ikke overens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Har du ikke modtaget en kode? " + }, + { + "children": [ + { + "type": 0, + "value": "Send koden igen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Redigér dine personlige oplysninger" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denne kode er udløbet. " + }, + { + "children": [ + { + "type": 0, + "value": "Send ny kode." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Noget gik galt" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Prøv venligst igen senere" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunne ikke koble dine konti sammen." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden, du har indtastet, er forkert." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Sammenkoble dine konti" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Sammenkoble dine konti" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Vent lidt..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log ind på din SAS EuroBonus-konto for at bekræfte kontos ammenkoblingen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Hvis du ikke bliver omdirigeret automatisk, bedes du " + }, + { + "children": [ + { + "type": 0, + "value": "klikke her" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denne verificering er nødvendig for ekstra sikkerhed." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fejl ved anmodning om engangsadgangskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Bekræftelseskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst koden sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " for at bekræfte din kontoopkobling." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Omdirigerer dig til Mine Sider." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi omdirigerer dig til SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Der opstod en fejl under anmodningen om en ny engangsadgangskode" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send ny kode" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har succesfuldt koblet dine konti sammen!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dine konti er koblet sammen." + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved at koble dine konti sammen accepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene og betingelserne for Scandic Friends og SAS EuroBonus-kontoopkobling" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har anmodet om for mange koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "For mange mislykkede forsøg" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vent venligst 1 time, før du prøver igen." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "For mange anmodninger. Prøv venligst igen senere." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Din sammenkoblede konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se dine oplysninger" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Pr. nat fra" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Er du allerede en ven?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Log ind her" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemskabsvilkår og -betingelser" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " point " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " overnatninger" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom ind" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom ud" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Book et møde" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hoteller & destinationer" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Mødested" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Adgangsstørrelse" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Bestyrelseslokale" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabaret siddepladser" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klasseværelse" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mål" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etage " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Fuld cirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halv cirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Indendørs vinduer ud mod hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indendørs vinduer og fremragende belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Placering på hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ingen vinduer" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ingen vinduer, men fremragende belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-opstilling" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys og mørklægningsfaciliteter" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Vinduer med naturligt dagslys og fremragende udsigt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Forstærket af SAS indtil " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tilgængelighed på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Oplysninger om tilgængelighed for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Oplev alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en lækker morgenmad, inden du går på opdagelse på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold på et Scandic-hotel nu!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Oplev vores Scandic-hotel i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en lækker morgenmad, før du går på opdagelse på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold på et Scandic-hotel nu!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Se alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyd dit ophold på et Scandic-hotel. Book nu!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Se alle vores " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller på " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Udforsk " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " og meget mere! Alt sammen mens du nyder dit ophold på et Scandic-hotel. Book dit ophold nu!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Oplev " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyd dit ophold på et Scandic-hotel. Book dit ophold nu!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Udforsk " @@ -83,101 +4913,1248 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Byt point" + "value": "Udforsk " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Læs mere og tilknyt konti" + "value": "Fitness- og sundhedsfaciliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Fjern ekstra værelser" + "value": "Fitness- og sundhedsfaciliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampagnereference: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book dit ophold nu!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gæsterne kan også nyde " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Book dit ophold på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i dag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gæsterne kan også nyde " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Møder & konferencer på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Møder & konferencer på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformation for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsoplysninger for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotel i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " ud af " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Overraskelser" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få adgang til dit teammedlemskort her på Min Side Oversigt." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Tilføj nyt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Book nedsatte ophold til dig selv, familie og venner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Brødkrummer mislykkedes for denne side (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alle dine fordele" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Tjek de kreditkort, der er gemt i din profil. Betal med et gemt kort, når du er logget ind, og få en mere smidig weboplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Sammenlign alle levels" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+45 33 48 04 01" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " tilføjet til dine ydelser" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nuværende medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Nuværende point: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Rediger profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Medarbejder" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Fejl ved indlæsning af denne side (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Udløbsdato: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå til Mine fordele" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hej Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Tilbage for at gå op i level" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Levelfremskridt: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " ud af " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " point optjent" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem siden: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlemskabs-ID kopieret til udklipsholder" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Intet indhold publiceret" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mine kommunikationspræferencer" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mine medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mine betalingskort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Navn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Optjente point" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POINT" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "tilbage for at beholde niveau" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "De point, du optjener i år, bestemmer dit level for både dette og det næste medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensioneret" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Ups! Noget gik galt, mens vi viste din overraskelse. Opdater venligst siden, eller prøv igen senere. Hvis problemet fortsætter, skal du kontakte supporten på " + }, + { + "children": [ + { + "type": 0, + "value": "." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du finder alle dine gaver under 'Mine fordele'." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en særlig gave til dig!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" + }, + { + "type": 0, + "value": " " } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Udløbende point" + "value": " gaver, der venter på dig!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "TripAdvisor-vurdering" + "value": "Åbn " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mad" + "value": "Skynd dig at bruge dem, før de udløber!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dette kan skyldes, at din ansættelse endnu ikke er begyndt, er afsluttet, eller at du er konsulent. Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + "value": "Teammedlemskort tilføjet" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Fortæl os, hvilke oplysninger og opdateringer du gerne vil modtage, og hvordan, ved at klikke på linket nedenfor." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Værelsespriser" + "value": "Gyldig indtil " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Booking af flere værelser er ikke muligt med bonusnat." - } - ], - "/5HHL3": [ + "value": "Du har optjent " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Vinduer med naturligt dagslys og fremragende udsigt" + "value": " point i dette medlemsår." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Bekræftelseskode" + "value": "Dit level" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Dit medlemsår og level-fremskridt" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Dit SAS EuroBonus-level har opgraderet dig til " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerfordele" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-links" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Dit medlemskab" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du skal være logget ind for at se din booking" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Og du skal være logget ind med den samme medlemskonto, der foretog bookingen." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Søg" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vælg venligst datoer" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakt den person, der har booket opholdet" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, skal afbestillingen foretages af den person, der foretog bookingen. Ring venligst +45 33 48 04 02 for at tale med vores kundeservice, hvis du har brug for yderligere hjælp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Kontakt venligst kundeservice for at opdatere datoerne." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Bed venligst den person, der har booket opholdet, om at kontakte kundeservice." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mine tilføjelser" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populær" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Lang " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Hjemmeside" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Booking i alt" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Noget gik galt. Prøv venligst igen senere." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan ikke annulleres" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekræft aflysning" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Annullér ikke" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Er du sikker på, at du vil fortsætte med afbestillingen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dette ophold har flere vilkår." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mine værelser" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Nogle værelser blev annulleret, men vi stødte på problemer med andre. Kontakt venligst kundeservice for at få hjælp." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 0, + "value": "Værelset " + }, + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " blev annulleret" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi er kede af, at det ikke gik." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Dit ophold blev annulleret" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Dit ophold er stadig aktivt på det andet værelse" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Afbestillingsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekræft datoændring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamle datoer" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betal på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Kunne ikke opdatere dit ophold" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Dit ophold blev opdateret" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in efter 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planlægger du at ankomme efter kl. 18.00? Sørg for at sikre dit værelse ved at garantere det med et kreditkort. Uden garantien og i tilfælde af udeblivelse, kan værelset blive genfordelt efter kl. 18.00" + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Dit kort vil kun blive opkrævet i tilfælde af udeblivelse" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Bekræft" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garanti for sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jeg accepterer vilkårene for dette ophold og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Booking- og annulleringsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og jeg forstår, at Scandic vil behandle mine personoplysninger for dette ophold i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Ændre gæsteoplysninger" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Kunne ikke opdatere gæsteoplysninger" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Opdatering af gæsteoplysninger" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mit ophold på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Administrer ophold" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Se og udskriv kvittering" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Ændre ved" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Er du sikker på, at du vil ændre dine gæsteoplysninger?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Gem opdateringer" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mine samlede point" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Udforsk Scandics hoteller" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Overnatning" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sengetype" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Den endelige moms-specifikation vil fremgå ved check-out." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Antal gæster" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antal nætter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Gebyr for kæledyr inklusive moms" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FORUDBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Værelset er forudbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Bookingtype" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Ukendt genstand" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Er du sikker på, at du vil annullere dit ophold på " @@ -249,4975 +6226,7 @@ "value": " Dette kan ikke fortrydes." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Nulstil" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampagnekode" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Placering på hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Byt til" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinationer i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Mandag-Fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Kassér ændringer, der ikke er gemt?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom ud" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Andre" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Noget gik galt!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Din sammenkoblede konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Kæledyrsvenlige værelser koster ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/pr. ophold" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter til bookingkoder" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "I ekstra seng" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Overnatning" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-point" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi havde et problem med at garantere din booking. Prøv venligst igen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alle" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kort over byen" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Ændre ved" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Ved at acceptere " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " forstår jeg, at mine personoplysninger vil blive behandlet i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Kæledyrsvenligt værelse" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Er der andet, vi skal vide, før din ankomst?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "For at aktivere tilbud" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " lille bogstav" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mine point" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Der opstod en fejl, da du tilføjede et kreditkort, prøv venligst igen senere." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Værelse i alt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Åbn menuen Mine sider" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se og administrer din booking foretaget via vores hjemmeside eller app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Bassinlængde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MOMS " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-opstilling" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Bliv medlem af Scandic Friends inden check-in" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Navn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Vis Fitness & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANDRE" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Book nu" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tilbud" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Oplev vores Scandic-hotel i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en lækker morgenmad, før du går på opdagelse på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold på et Scandic-hotel nu!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny total" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "næste niveau: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Udløbsdato: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Book bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du finder alle dine gaver under 'Mine fordele'." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderer veganske, glutenfri og andre allergivenlige muligheder." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Annuller booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "For at booke med EuroBonus-point skal du sikre dig, at du er logget ind på din SAS EuroBonus-konto." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. moms" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Se hvordan" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Højeste niveau" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Se som liste" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Værelse" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Hverdagspriser" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Log ind her" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Der opstod en fejl under anmodningen om en ny engangsadgangskode" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Indtast venligst den kode, der er sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": ", for at overføre dine point." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Natteliv" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Byens puls" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Antal ladestandere til elbiler: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Dine point at bruge" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jeg vil gerne modtage min bekræftelse på sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Husk koden" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Teammedlemskort tilføjet" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sengetype" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Ingen matchende steder fundet" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativer til " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Spring til hovedindhold" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Foreløbig kvittering" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Ukendt fejl opstod ved indlæsning af bruger" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nye total" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Noget gik galt. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunne ikke tilføjes til din booking!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensioneret" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Ukendt genstand" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bookingnummer / Reference" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Faciliteter på værelset" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Kan ikke åbne siden for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Booking af flere værelser er ikke muligt med denne bookingkode." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Overraskelser" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Link dine " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " konti for at optjene, bruge og udveksle point mellem medlemskaber" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gyldig til og med " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Tjek senest ud: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinationer" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Er afbestilt" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Annuller" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Møder & konferencer" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunne ikke koble dine konti sammen." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Samlet pris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garanti for sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Dit kort vil kun blive opkrævet i tilfælde af udeblivelse" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Afbestillingsnr." - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Administrer cookies" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jeg accepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du kan henvende dig, hvis du har spørgsmål." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Log ind/Tilmeld dig" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Bookingkoden er ugyldig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "For at booke en bonusnat, skal du sikre dig, at du er logget ind på din Scandic Friends-konto." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mine sider" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Ikke nok point" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Adgangskode" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Vælg antal" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Pris pr. nat" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Åbn " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Tilknyt min ansættelse" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Prisændring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, luk og fjern fordelen" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ikke-refunderbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Den endelige moms-specifikation vil fremgå ved check-out." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsæt med ny pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Efternavnet må ikke indeholde specialtegn" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tilgængelig på nogle værelser)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Mandag-Fredag: Altid åbent" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Seværdigheder" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Søg" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ugyldigt bookingnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Ingen tilgængelige transaktioner" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Tilføj kode" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Afbestillingsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "For mange mislykkede forsøg" - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Kunne ikke tilføje til kalenderen" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Afstand til byens centrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Bookingnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Er du sikker på, at du vil annullere sammenkoblingen af din konto?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Den nye adgangskode matcher ikke" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Medlem" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Indtast destination eller hotel" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Book nedsatte ophold til dig selv, familie og venner!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Betal ved check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Levelfremskridt: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " ud af " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " point optjent" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Dag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Betal nu" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Mit ophold på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-prisen kan kun bookes via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Tilbage for at gå op i level" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Omdirigerer dig til Mine Sider." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nu annulleret din betaling." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Indendørs pool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotelfaciliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Tilmeld dig" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kunne ikke kopiere" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi er kede af, at det ikke gik." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fortsætte med afbestillingen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Voksen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, kassér ændringer" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Næste" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Du har ingen point at overføre." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Kopieret til udklipsholder" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Fortæl os, hvilke oplysninger og opdateringer du gerne vil modtage, og hvordan, ved at klikke på linket nedenfor." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Kørselsvejledning" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Point tilføjet" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Der findes allerede en konto med denne e-mail. Prøv at logge ind i stedet." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Indendørs vinduer ud mod hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Bookingsbetingelser" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalingsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Værelset er forudbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Særlige ønsker (valgfrit)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Oversigt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Anvendte medlemsfordele" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på værelser" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check ud" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km til byens centrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Lørdag-søndag: Altid åbent" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Udforsk Scandics hoteller" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hoteldetaljer" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Ønsket sengetype" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " tilføjet til dine ydelser" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotel nær " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisoplysninger" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Vælg dit sprog" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ugyldige datoer" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "For at få medlemsprisen " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": " skal du logge ind eller blive medlem, når du gennemfører bookingen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Point at bruge" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Med forbehold for tilgængelighed" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fejl ved anmodning om engangsadgangskode" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lørdag-søndag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Log ind" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Optjente point" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Kontakt venligst kundeservice for at opdatere datoerne." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Min profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Eksternt fitnesscenter: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Nogle værelser blev annulleret, men vi stødte på problemer med andre. Kontakt venligst kundeservice for at få hjælp." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Kort over landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Opdater" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har nok point til en bonusnat!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ændre" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " point udløber" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Find os" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Ombyttede point vil ikke være niveaukvalificerende." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Det tager længere tid end normalt" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Kunne ikke aktivere dette tilbud" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Booking oversigt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se værelsesdetaljer" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sengemuligheder" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dine konti er koblet sammen." - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brødkrummer" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsæt med pointudveksling?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Log ud" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Oplev alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en lækker morgenmad, inden du går på opdagelse på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold på et Scandic-hotel nu!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Se værelser" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klasseværelse" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Opdatering af gæsteoplysninger" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Se hoteller på kort" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Læs mere om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Indtast venligst koden sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for at bekræfte din kontoopkobling." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se vilkår og betingelser for alle kvalifikationskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denne verificering er nødvendig for ekstra sikkerhed." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " point" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datoer" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Fitness- og sundhedsfaciliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gaver, der venter på dig!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Gennemfør bookingen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fjerne det kort, der slutter med " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": ", fra din medlemsprofil?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Bliv inspireret og begynd at drømme om din næste rejse. Udforsk flere Scandic-destinationer." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " point" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gæsterne kan også nyde " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Book dit ophold på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i dag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tilbage til scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Dit level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Det lykkedes ikke at indsende formularen, prøv igen senere." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserver med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Hvis ikke, skal du gå tilbage og gøre det, før du lukker dette. Når du lukker dette, vil din ydelse blive annulleret og fjernet fra My Benefits." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Ved udeblivelse vil dit betalingskort blive opkrævet for den første nat." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Tilmeld dig vores loyalitetsprogram i dag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I voksnes seng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Afstand til hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Vis som kort" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Pris pr. dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Anvend" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Indtjekning/udtjekning" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Optjente point" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hoteller inkluderet i dette tilbud" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Morgenmad kan kun tilføjes for hele opholdets varighed og for alle gæster." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Medarbejdernummer er allerede knyttet til et andet Scandic Friends medlemskab." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Find" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Indtast et gyldigt telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Din konto kunne ikke forbindes" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Fornavn er obligatorisk" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tilgængelige priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Prøv igen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "For at sikre din reservation beder vi dig venligst om at oplyse dine betalingskortoplysninger. Du kan være sikker på, at der ikke vil blive trukket penge på dette tidspunkt." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " point " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " overnatninger" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halv cirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Bed venligst den person, der har booket opholdet, om at kontakte kundeservice." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Lukket" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Når du garanterer din reservation, holder vi reservationen indtil kl. 07.00 dagen efter check-in. Det giver dig som gæst ekstra fleksibilitet i forhold til check-in-tider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Fjerne" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få adgang til dit teammedlemskort her på Min Side Oversigt." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alle faciliteter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jeg accepterer booking- og annulleringsbetingelserne" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Fri parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnætter kan ikke kombineres med koder eller vouchers." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Oplev de små ekstra detaljer, der kan gøre dit kommende ophold endnu mere uforglemmeligt." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Bekræft" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kode / kupon" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produktet kunne ikke tilføjes. Din reservation er garanteret. Prøv venligst igen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+45 33 48 04 01" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Billedgalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Udforsk " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tilbage til toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Dit level" - } - ], - "H091a8": [ - { - "type": 0, - "value": "I alt inklusive moms" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landekode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Mødested" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Dit medlemskab" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Navn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Sådan fungerer det" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tilgængelighed" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Valg af seng er påkrævet" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Book parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrer og sorter" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Medarbejder" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Fødselsdato mangler" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Kan du ikke finde dit ophold?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-point til ombytning" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Bekræft det nye kodeord" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi fandt ingen ledige værelser med denne bookingkode (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Se tilgængelige priser nedenfor." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Kæledyrsvenlig" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Byer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi er stadig ved at bekræfte din booking. Det tager normalt kun få minutter, og vi undskylder ventetiden. Tjek venligst din indbakke for en bookingbekræftelse, og hvis du stadig ikke har modtaget den sidst på dagen, bedes du kontakte vores kundesupport på " - }, - { - "children": [], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": " ." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Point nødvendig for at stige i niveau" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Cykelvenlig" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Bruger ikke fundet" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Seneste søgninger" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Morgenmad (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktoplysninger" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, fjern mit kort" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ingen vinduer" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mine gemte kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antal nætter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valgfri" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Medlemskabet kunne ikke bekræftes" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Skift værelse" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Morgenmadsaftale kan købes på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "fra i dag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Fjern rummet" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Vis adgangskode" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidligere" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Ved at koble dine konti sammen accepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene og betingelserne for Scandic Friends og SAS EuroBonus-kontoopkobling" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " tilbage" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Vis alle" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakt den person, der har booket opholdet" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Færdig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Administrer præferencer" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Placering (vises på det lokale sprog)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Åben" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Reservationsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Download faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopier kampagnekode" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Noget gik galt" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Antal gæster" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Skjul adgangskode" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Altid åben" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Udforsk " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Vis som liste" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Er du allerede en ven?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nuværende medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris ekskl. moms" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "point" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Der må ikke være flere børn i de voksnes seng end voksne på værelset" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Byt point" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Fjern sammenkobling af konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellets faciliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mine ophold" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "Moms" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Fødselsdatoen stemmer ikke overens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Point udløber tre år efter, de er optjent, på den sidste dag i den måned. Udløbende point påvirker ikke dit niveau." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Åben for ansøgning" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemskabs-ID: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Kunne ikke opdatere gæsteoplysninger" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dette værelse er udstyret med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Opgrader dit ophold" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Gå op i niveau for at låse op" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINE GEMTE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlemskabs-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Er du sikker på, at du vil fjerne dette produkt?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Hvis du lukker denne, vil din fordel blive fjernet" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Forrige slide" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Total" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellets omgivelser" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mine betalingskort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Ønsker du at gennemføre pointudvekslingen?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Vælg morgenmadsmuligheder" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Brødkrummer mislykkedes for denne side (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Dit Scandic Friends-level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har opgraderet dig til " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Morgenmad kan tilføjes efter booking mod et tillægsgebyr." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Frokost" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Har du ikke modtaget en kode? " - }, - { - "children": [ - { - "type": 0, - "value": "Send koden igen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "De point, du optjener i år, bestemmer dit level for både dette og det næste medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekræft" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " tilgængelige point" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Velkommen til" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gæster" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nuværende password" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for værelse " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Leveret på:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jeg accepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Booking- og annulleringsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du læse mere om, hvilke data vi behandler, dine rettigheder, og hvor du skal henvende dig, hvis du har spørgsmål." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og jeg forstår, at Scandic behandler mine personoplysninger i forbindelse med denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit besøg i tilfælde af, at der er noget, der ikke er betalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betaling" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Se alle hoteller i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POINT" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "tilbage for at beholde niveau" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " tilføjet til din booking!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in efter 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for booking og afbestilling" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnummeret kan ikke være det samme for to forskellige værelser" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Ændre datoer" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte kontos ammenkoblingen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Til en pris" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Takeaway" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Ved at betale med en af de tilgængelige betalingsmetoder accepterer jeg vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "bookings- og afbestillingsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår, at Scandic vil behandle mine personoplysninger for denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg accepterer også, at Scandic kræver et gyldigt betalingskort under mit ophold, hvis noget efterlades ubetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Point" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Bekræft booking" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Dato" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mine tilføjelser" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Book dit næste ophold" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Samlede omkostninger: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Point bliver beregnet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Pooldybde: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Tilknyt din ansættelse for at få adgang til fordele" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live Events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Se alle tilbud" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-point at modtage" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Log ud" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Se alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Udforsk " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " og meget mere! Alt sammen mens du nyder dit ophold på et Scandic-hotel. Book dit ophold nu!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Velkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle tillægsydelser refunderes fuldt ud indtil " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Tidsvalg og særlige ønsker kan også ændres." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Se alle vores " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller på " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyd dit ophold på et Scandic-hotel. Book nu!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Ekstra seng (barn) x " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinationer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hovedmenu" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunne ikke forbinde dine konti. Kontakt os venligst, så hjælper vi dig med at løse dette." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betaling sker ved check-in. Kortet vil kun blive brugt til at garantere omkostningerne i tilfælde af udeblivelse." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Noget gik galt, og vi kunne ikke fjerne dit kort. Prøv venligst igen senere." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dine konti er allerede koblet sammen" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Tilknyt min ansættelse" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Angiv et betalingskort i næste trin" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Dit kort blev fjernet!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Tilføj nyt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fejl: bruger ikke fundet" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Pr. nat fra" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabaret siddepladser" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vælg venligst datoer" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "nat" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mine fordele" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Prøv at ændre din søgning for denne destination eller se alternative hoteller." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Ny adgangskode er påkrævet" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring til " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller send os en e-mail på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for at få hjælp til din bestilling." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Booking i alt" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, annuller sammenkoblingen af mine konti." - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nej, behold kortet" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Ændre din booking" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Oversigt" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Hvis du ikke bliver omdirigeret automatisk, bedes du " - }, - { - "children": [ - { - "type": 0, - "value": "klikke her" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det ser ud til, at ingen steder matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nej, gå tilbage" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Sammenkoble dine konti" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Særlige behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Læs mere" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrer efter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familievenlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Åbningstider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Afbestillingspolitik" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tilbage til Mine sider" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Påkrævet" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Find din booking" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Ups! Noget gik galt, mens vi viste din overraskelse. Opdater venligst siden, eller prøv igen senere. Hvis problemet fortsætter, skal du kontakte supporten på " - }, - { - "children": [ - { - "type": 0, - "value": "." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Se og køb tilvalg" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check ind fra: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Udforsk alle vores hoteller" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunne ikke afkoble dine konti. Kontakt os, så hjælper vi dig med at løse problemet." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Måned" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "By" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Indløst og gyldig til og med:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mine kommunikationspræferencer" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Åbn billede" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Skynd dig at bruge dem, før de udløber!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Booking garanteret." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Oplevelser i nærheden af " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mål" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Er du allerede Scandic Friends-medlem?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservationspolitik" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Vis og ansøg" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har nok point til en bonusnat!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Samlet pris inkl. moms" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellets omgivelser" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send ny kode" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Dit ophold blev opdateret" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Menu - Mine sider" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " brugbare point, der udløber inden " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inkluderet" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Vinduer med naturligt dagslys" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du er ikke berettiget til medarbejdergoder" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Ingen matchende hoteller fundet" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " point" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dette vil fjerne eventuelle level-opgraderinger opnået via koblingen. Du kan linke dine konti igen om 30 dage." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Udendørs pool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Åbn sprogmenuen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Har du brug for at opdatere dit navn? Kontakt venligst medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+45 33 48 04 01" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Anbefalet" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Dit SAS EuroBonus-level har opgraderet dig til " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDRE BETALINGSMETODER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Redigér dine personlige oplysninger" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant og bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tilbage til liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km til byens centrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Dit medlemsniveau" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gæster" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gæsteinformation" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du skal være mindst 18 år for at fortsætte" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Møder & konferencer på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en særlig gave til dig!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(e) reservation(er) er bekræftet, men vi kunne ikke bekræfte dit medlemskab. Hvis du har booket med medlemsrabat, skal du enten fremvise dit eksisterende medlemsnummer ved check-in, blive medlem eller betale prisforskellen på hotellet. Tilmelding sker helst online før opholdet." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book dit ophold nu!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformation" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Der er ingen ledige værelser, der matcher din anmodning." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Mangler du et tidligere ophold?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lørdag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Hvis du booker et kampagnetilbud eller en virksomhedsforhandlet pris, skal du bruge en særlig bookingkode. Brug ikke specialtegn som (.) (,) (-) (:). Hvis du gerne vil booke med koden VOF, skal du ringe til os på +45 33 48 04 02. Gem din bookingkode til næste gang, du besøger siden, ved at sætte kryds i boksen \"Husk\". Sæt ikke kryds i boksen, hvis du bruger en offentlig computer for at undgå uautoriseret adgang til din bookingkode." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jeg vil gerne veksle mine point" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Ændre gæsteoplysninger" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se kort" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " til " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tegn" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Der opstod en fejl under søgningen. Prøv igen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Morgenmadsbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jeg vil gerne veksle mine point" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Luk sprogmenuen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakt os" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Hvor skal du rejse hen næste gang?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Værelsesdetaljer" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check ind" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Dit ophold blev annulleret" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå til Mine fordele" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check ind" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekræft aflysning" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekendpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etage " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivenligt værelse" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Indløs fordel" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Dit ophold er booket med " @@ -5241,688 +6250,173 @@ "value": " vilkår, som desværre ikke giver mulighed for afbestilling." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Medlemspris på værelse aktiveret" + "value": "Ændre datoer" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle tilkøb leveres på samme tid. Ændringer i leveringstider vil påvirke tidligere tilkøb." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Sammenkoble dine konti" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alle billeder" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Nej" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kontakt kundeservice" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Næste slide" + "value": "Kontakt venligst kundeservice for at opdatere datoerne." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Tirsdag" + "value": "Der er ingen ledige enkeltværelser på disse datoer" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Vi omdirigerer dig til SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bliv medlem eller log ind, mens du booker, for at få medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Indtast venligst den kode, der er sendt til " + "value": "Ring til " }, { - "children": [], - "type": 8, - "value": "maskedContactInfo" + "type": 1, + "value": "phone" }, { "type": 0, - "value": " for at ophæve forbindelsen mellem dine konti." - } - ], - "YLaPK4": [ + "value": " eller send os en e-mail på " + }, + { + "type": 1, + "value": "email" + }, { "type": 0, - "value": "Da dette er et ophold med flere værelser, skal afbestillingen foretages af den person, der foretog bookingen. Ring venligst +45 33 48 04 02 for at tale med vores kundeservice, hvis du har brug for yderligere hjælp." + "value": " for at få hjælp til din bestilling." } ], - "YNOT+4": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, - "value": "SAS EuroBonus" + "value": "Foretag et opkald" } ], - "YQSAjc": [ + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": "Prøv venligst igen eller kontakt kundeservice!" + "value": "Send en e-mail" } ], - "YRf15g": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Du har ingen kommende ophold." + "value": "Find os" } ], - "YcJPLq": [ - { - "type": 0, - "value": "Tilbage til valg af værelse" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mine tilføjelser" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Da dette er et ophold med flere værelser, gælder eventuelle datoændringer for alle værelser. Kontakt venligst kundeservice for at opdatere datoerne." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Vælg pris" - } - ], - "Yqh1DM": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, "value": "Book igen" } ], - "YqklRf": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Destination påkrævet" + "value": "Er du sikker på, at du vil fjerne dette produkt?" } ], - "Z+d8/1": [ + "myStay.yourMemberLevel": [ { "type": 0, - "value": "Udløbsdato" + "value": "Dit medlemsniveau" } ], - "Z1zOlM": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Og du skal være logget ind med den samme medlemskonto, der foretog bookingen." + "value": "Dine værelser" } ], - "ZDo52U": [ + "openingHours.alternateOpeningHours": [ { "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Morgenmad (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Alternative åbningstider (" }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "Ved at acceptere " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": ", accepterer jeg at forbinde min ansættelse for at få adgang til fordele. Forbindelsen vil forblive aktiv under min ansættelse eller indtil jeg fravælger det ved at sende en e-mail til Scandics kundeservice." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Medlemspris" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Kunne ikke opdatere dit ophold" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " matcher hinanden. Opgrader dit level i et af dine medlemskaber for at kvalificere dig til en opgradering!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tilbage til oversigten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Log ind og tilknyt ansættelse" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Ombyttede point vil ikke være niveaukvalificerende." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Brugeroplysninger" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Oplev " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyd dit ophold på et Scandic-hotel. Book dit ophold nu!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative rum til møder" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Aftensmad" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Børnenes morgenmad er altid gratis som en del af de voksnes morgenmad." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Lande" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Point optjent før 1. maj 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Vis mere" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Fejl ved indlæsning af denne side (" - }, - { - "type": 1, - "value": "errorId" + "value": "name" }, { "type": 0, "value": ")" } ], - "acrOoz": [ + "openingHours.alwaysOpen": [ { "type": 0, - "value": "Fortsæt" + "value": "Altid åben" } ], - "agfF5E": [ + "openingHours.closed": [ { "type": 0, - "value": "Tilføj værelse" + "value": "Lukket" } ], - "al7kXG": [ + "overview.friend.highestLevel": [ { "type": 0, - "value": "Vi har succesfuldt koblet dine konti sammen!" + "value": "Højeste niveau" } ], - "aoWE20": [ + "overview.membershipNumber.label": [ { "type": 0, - "value": "Prøv venligst igen senere" + "value": "Medlemskabs-ID:" } ], - "awMt55": [ + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Bekræft datoændring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andre anmodninger" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Gratis for børn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Mandag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlems-id: " + "value": " brugbare point, der udløber inden " }, { "type": 1, - "value": "value" + "value": "date" } ], - "b6HTvK": [ + "overviewTable.levelSummary.pointsOrNights": [ { - "type": 0, - "value": "Du er ved at bytte:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Kontakt venligst " - }, - { - "children": [ - { - "type": 0, - "value": "kundeservice" - } - ], - "type": 8, - "value": "link" + "style": null, + "type": 2, + "value": "pointsAmount" }, { "type": 0, - "value": "." - } - ], - "b95yI6": [ + "value": " point eller " + }, { - "type": 0, - "value": "Foretag et opkald" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" + "style": null, + "type": 2, + "value": "nightsAmount" }, { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": " nætter" } ], - "bGHK6l": [ + "overviewTable.yourLevel": [ { "type": 0, - "value": "Hoteller i " - }, - { - "type": 1, - "value": "location" + "value": "Dit level" } ], - "bH2sNZ": [ - { - "type": 0, - "value": "Tilbage til valg af værelse" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Bemærk, at dette er obligatorisk, og at dit kort kun vil blive trukket i tilfælde af udeblivelse." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden, du har indtastet, er forkert." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fejl: Ingen bruger kunne indlæses" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "I alt ekskl. moms" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Åbn menu" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Hvorhen?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Point at bruge" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Book" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Annullér ikke" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Værelsestotal" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Bookingtype" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Vælg datoer" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gæsterne kan også nyde " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Dit medlemsniveau" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Fitness" - } - ], - "cTHS86": [ + "parkingInformation.address": [ { "type": 0, "value": "Adresse: " @@ -5932,775 +6426,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategori" + "value": "Til en pris" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-point til ombytning" + "value": "Book parkering" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Den nye pris er" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktiske oplysninger" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Er du sikker på, at du vil ændre dine gæsteoplysninger?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "For mange anmodninger. Prøv venligst igen senere." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mine værelser" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tilbage" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I tremmeseng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Bliv medlem nu" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Værdikupon" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garanti for booking ved sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status for level match" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tilbage til byer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Fra" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Optjen point ved at bo på Scandic. Brug dine point på gratis overnatninger og mindeværdige oplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Ved at tilmelde dig accepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Dit Scandic Friends-medlemskab er gyldigt indtil videre og kan til enhver tid opsiges ved at kontakte Scandics kundeservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Anmeldelser" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vent venligst 1 time, før du prøver igen." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hoteller" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Når du garanterer din booking med et betalingskort, holder vi din booking indtil kl. 07.00 dagen efter check-ind." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Vent lidt..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Luk menuen" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Ændringer" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Denne kampagne er udløbet" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Laveste pris (seneste 30 dage)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Priser med bookingkode" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Afstand til fitnesscenter: " + "value": "Afstand til hotellet: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Fitness- og sundhedsfaciliteter på " + "value": "Fri parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Antal ladestandere til elbiler: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " i " + "value": "Antal parkeringspladser: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Få Scandic Friends værelsesprisen" + "value": "Pris pr. 24 timer" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Faciliteter" + "value": "Pris pr. dag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Morgenmad er ikke inkluderet – tilføj i næste trin." + "value": "Pris pr. time" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + "value": "Pris pr. nat" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adresse" + "value": "Priser" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Tidligere Scandic Hotel" + "value": "Parkering kan reserveres på forhånd: Nej" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Fødselsdato" + "value": "Parkering kan reserveres på forhånd: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " ud af " - }, - { - "type": 1, - "value": "total" + "value": "Hverdagspriser" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Gebyr for kæledyr inklusive moms" + "value": "Weekendpriser" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alle ændringer, du har foretaget, vil gå tabt." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Aktivér tilbud" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dage" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dine ombyttede point beholder deres oprindelige udløbsdato med en maksimal gyldighed på 12 måneder." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Jeg ankommer muligvis senere end kl. 18:00 og ønsker at sikre min reservation." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-point = 2 Scandic Friends-point" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusovernatning" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Opgraderingen er gyldig indtil" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nætter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ikke inkluderet" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "et nyt værelse" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nye værelser" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Ny adgangskode" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kort" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemskabs-ID: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus-point" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Tilgængelighed" + "value": "For at booke med EuroBonus-point skal du sikre dig, at du er logget ind på din SAS EuroBonus-konto." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Vælg betalingsmetode" + "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Gå tilbage for at ændre" + "value": "1 EuroBonus-point = 2 Scandic Friends-point" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Rutevejledning" + "value": "EB-point til ombytning" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Vinduer med naturligt dagslys og mørklægningsfaciliteter" + "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Tremmeseng (barn) × " - }, - { - "type": 1, - "value": "count" + "value": "Veksle fra" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gyldig indtil " - }, - { - "type": 1, - "value": "date" + "value": "Byt point" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Dette værelse er ikke tilgængeligt" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ud til, at du allerede har koblet dine Scandic Friends- og SAS EuroBonus-konti sammen!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jeg ankommer mulighvis senere end kl. 18.00 og ønsker at garantere min booking med et betalingskort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tilgængelighed på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Rumklassificering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Vælg dato" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Samlet pris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. moms)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "For- og efternavn må ikke være ens i to forskellige værelser" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Kun cifre er tilladt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlemskabs-ID kopieret til udklipsholder" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Denne kampagne er ikke tilgængelig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FORUDBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Dine konti er nu afkoblet" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sorter efter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Værelset vil være tilgængeligt for indtjekning efter kl. 18.00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-mail-adresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdato" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakt vores medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Lang " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Sidste trin" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Indløs point" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hoteller & Destinationer" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Desværre er et af de værelser, du har valgt, udsolgt. Vælg venligst et andet værelse for at fortsætte." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "aldre" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Pooldybde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Annuller ophold" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Når du bekræfter bookingen, er værelset garanteret ved sen ankomst. Hvis du ikke ankommer uden at afbestille på forhånd, eller hvis du afbestiller efter kl. 18:00 lokal tid, vil du blive opkrævet betaling for én bonusnat." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Din transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Tilgængeligt værelse" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alder er obligatorisk" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Bare rolig, vi vil trylle nye spændende tilbud og kampagner frem i fremtiden. Hold øje!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6732,104 +6618,171 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Vi har brug for din fødselsdato for at kunne koble din Scandic Friends-konto sammen med din SAS EuroBonus-konto. Venligst tjek, at den er korrekt." + "value": "Dine ombyttede point beholder deres oprindelige udløbsdato med en maksimal gyldighed på 12 måneder." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Ændringer i dit level match kan tage op til 24 timer, før de vises." + "value": "Byt til" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Udforsk tilbuddet" + "value": "Ombyttede point vil ikke være niveaukvalificerende." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping og spisesteder" + "value": "Politikker" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Du har anmodet om for mange koder" + "value": "Priser" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Tider" + "value": " point" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Vi kunne ikke finde et sted, der passede til din søgning." + "value": "EB Points" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Ingen resultater" + "value": "Log ind" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, - "value": "Det er ikke muligt at administrere dine kommunikationspræferencer lige nu. Prøv igen senere, eller kontakt support, hvis problemet fortsætter." - } - ], - "jKKg2o": [ + "value": "Hej " + }, + { + "type": 1, + "value": "fName" + }, { "type": 0, - "value": "Ryd alle filtre" - } - ], - "jNJj4c": [ + "value": " " + }, + { + "type": 1, + "value": "lName" + }, { "type": 0, - "value": "Pr. voksen/nat" + "value": "!" } ], - "jTdXOS": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, - "value": "Betal med kort på hotellet" + "value": "Du har ingen point at overføre." } ], - "jVJPS0": [ + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, { "type": 0, - "value": "Mine medlemskort" + "value": " p" } ], - "jbf7bd": [ + "partnerSas.proceedWithPointExchange": [ { "type": 0, - "value": "Point skal trækkes fra nu" + "value": "Ønsker du at gennemføre pointudvekslingen?" } ], - "jdJhOL": [ + "partnerSas.sasEuroBonus": [ { "type": 0, - "value": "Telefonnummer" + "value": "SAS EuroBonus" } ], - "jl6vV5": [ + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-point at modtage" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Er du sikker på, at du vil annullere sammenkoblingen af din konto?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dette vil fjerne eventuelle level-opgraderinger opnået via koblingen. Du kan linke dine konti igen om 30 dage." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Fjern sammenkobling af konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jeg vil gerne veksle mine point" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, annuller sammenkoblingen af mine konti." + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du er ved at bytte:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Kun tilladte tegn" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Skjul adgangskode" + } + ], + "passwordInput.lengthRequirement": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": " til " }, { "type": 1, @@ -6837,807 +6790,194 @@ }, { "type": 0, - "value": " cm" + "value": " tegn" } ], - "jlqOPq": [ - { - "type": 0, - "value": "Land er obligatorisk" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Gem" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle steder" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsoplysninger for " - }, + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanemærket" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktoplysninger" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis for børn på 12 år og derunder." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle hoteller og kontorer" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Tjek de kreditkort, der er gemt i din profil. Betal med et gemt kort, når du er logget ind, og få en mere smidig weboplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Fjern kort fra medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Nuværende adgangskode er påkrævet" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bliv medlem af Scandic Friends nu" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Se og udskriv kvittering" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Børn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Følg os" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Baseret på tilgængelighed" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultater" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Priser og certificeringer" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Andre forespørgsler" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Samlet pris inklusive moms" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for denne booking og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" }, { "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i forbindelse med denne booking i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " lille bogstav" } ], - "lQupxa": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Værelset " - }, + "value": "Ny adgangskode" + } + ], + "passwordInput.numberRequirement": [ { "type": 1, - "value": "roomName" + "value": "count" }, { "type": 0, - "value": " blev annulleret" + "value": " nummer" } ], - "lRFxwz": [ + "passwordInput.showPassword": [ { "type": 0, - "value": "Har du ikke en Scandic Friends-konto endnu?" + "value": "Vis adgangskode" } ], - "leypoy": [ - { - "type": 0, - "value": "Ingen vinduer, men fremragende belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris pr. time" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gæster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Gratis ombooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Ekstra seng vil blive stillet til rådighed som tillæg" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bekræftelse af booking" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Hvis du mener, at dette er en fejl, bedes du kontakte os for at få hjælp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Søndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Tilmeld dig og tilknyt ansættelse" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokalt netværk eller mobilgebyr" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Ingen priser tilgængelige" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Aflysninger" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Sengepræference" - } - ], - "mvtRip": [ + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "roomSize" + "value": "count" }, { "type": 0, - "value": " m²" + "value": " specialtegn" } ], - "mycQV4": [ - { - "type": 0, - "value": "Pris pr. 24 timer" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser for " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Morgenmad" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Indtil " + "value": "count" }, + { + "type": 0, + "value": " stort bogstav" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Mine gemte kort" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Indløs point" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Mangler du et tidligere ophold?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Udløbsdato" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Optjen point ved at bo på Scandic. Brug dine point på gratis overnatninger og mindeværdige oplevelser." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Point udløber tre år efter, de er optjent, på den sidste dag i den måned. Udløbende point påvirker ikke dit niveau." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, - "value": "time" + "value": "expiringPoints" }, { "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" + "value": " point udløber" } ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle lande" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Gode nyheder! Du kan gå direkte til Mine sider for at udforske alle dine fordele og belønninger!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerfordele" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Fødselsdag: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indendørs vinduer og fremragende belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Denne kampagne er aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du annullerede tilføjelsen af et nyt kreditkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Find booking" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Hvad du skal gøre for at garantere booking:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Rediger profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunne ikke tilføje et kort lige nu, prøv venligst igen senere." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vores " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Oplysninger om tilgængelighed for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, "value": "Udløbende point" } ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " har opgraderet dit Scandic Friends-level til " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Indtast ny adgangskode igen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gæster" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Skift til" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nuværende point: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Se værelsesdetaljer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du skal være logget ind for at se din booking" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnat" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Log ind" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Sammenkoblede konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postnummeret må kun indeholde tal og bogstaver" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Værelser & gæster" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Tilføj til kalender" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Gå tilbage" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri afbestilling" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " point" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Tak for din booking! Vi ser frem til at byde dig velkommen og håber, at du får et behageligt ophold." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkeringsinformation for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Værelse " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Fornavn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlemskabs-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Forstærket af SAS indtil " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, "value": "Sådan bruger du point" } ], - "paywpC": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Oplevelser i nærheden af " + "value": "Om " }, { "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ + "value": "days" + }, { "type": 0, - "value": "Om hotellet" + "value": " dage" } ], - "pe7UAe": [ + "points.pointsToSpendCard.onDate": [ { "type": 0, - "value": "Afvis notifikation" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultater (" + "value": "på " }, { "type": 1, - "value": "count" + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Værdikupon" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MOMS " + }, + { + "type": 1, + "value": "vat" }, { "type": 0, - "value": ")" + "value": "%" } ], - "pkBQ0q": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Der er ingen ledige enkeltværelser på disse datoer" + "value": "Gennemsnitspris pr. nat" } ], - "pmewv7": [ + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Morgenmad (" + }, { "offset": 0, "options": { @@ -7648,7 +6988,7 @@ }, { "type": 0, - "value": " værelsestype" + "value": " voksen" } ] }, @@ -7659,269 +6999,333 @@ }, { "type": 0, - "value": " værelsestyper" + "value": " voksne" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "numberOfRooms" + "value": "totalAdults" }, { "type": 0, - "value": " tilgængelig" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Betal senere" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populær" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, indløs" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi havde et problem med at behandle din booking. Prøv venligst igen. Der er ikke foretaget nogen opkrævninger." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betal med point" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Det indtastede nummer er for kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alle dine fordele" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Book et møde" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det ser ud til, at ingen hoteller matcher dine filtre. Prøv at justere din søgning for at finde det perfekte ophold." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Vis Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garanti for sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " fra " + "value": ") x " }, { "type": 1, - "value": "checkOutTime" + "value": "totalBreakfasts" } ], - "qnQYqN": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, - "value": "Venligst accepter vores vilkår og betingelser" - } - ], - "qozDRN": [ + "value": "Morgenmad (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " børn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, { "type": 0, - "value": "Nummer: " + "value": ") x " }, { "type": 1, - "value": "membershipNumber" + "value": "totalBreakfasts" } ], - "qsSX7b": [ + "priceDetails.roomCharge": [ { - "style": null, - "type": 2, - "value": "pointsAmount" + "type": 0, + "value": "Værelsestotal" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Samlet pris inklusive moms" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du annullerede tilføjelsen af et nyt kreditkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Der opstod en fejl, da du tilføjede et kreditkort, prøv venligst igen senere." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Dit kort blev gemt!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Noget gik galt, og vi kunne ikke fjerne dit kort. Prøv venligst igen senere." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Dit kort blev fjernet!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Er du sikker på, at du vil fjerne det kort, der slutter med " + }, + { + "type": 1, + "value": "lastFourDigits" }, { "type": 0, - "value": " point eller " + "value": ", fra din medlemsprofil?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nej, behold kortet" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Fjern kort fra medlemsprofil" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunne ikke tilføje et kort lige nu, prøv venligst igen senere." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, fjern mit kort" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Det er ikke muligt at administrere dine kommunikationspræferencer lige nu. Prøv igen senere, eller kontakt support, hvis problemet fortsætter." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Der opstod en fejl under forsøget på at administrere dine præferencer, prøv venligst igen senere." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Administrer præferencer" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Aktivér tilbud" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampagnereference: " }, { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nætter" + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "qyJtWy": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Vis mindre" + "value": "Kunne ikke aktivere dette tilbud" } ], - "qyg1/Z": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Dit medlemskab" + "value": "Bare rolig, vi vil trylle nye spændende tilbud og kampagner frem i fremtiden. Hold øje!" } ], - "qzoK2Y": [ - { - "type": 0, - "value": "Bedømmelser & anmeldelser" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi har brug for flere oplysninger for at bekræfte din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Luk kortet" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Utilstrækkelige point" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Åbn billedgalleri" - } - ], - "rDDShN": [ + "promoCampaign.ifThisProblemPersists": [ { "type": 0, "value": "Hvis dette problem fortsætter" } ], - "rFiwdX": [ + "promoCampaign.logIn": [ { "type": 0, - "value": "Der skal bruges en destination eller et hotelnavn for at kunne søge efter et hotelværelse." + "value": "Log ind" } ], - "rIBC37": [ + "promoCampaign.seeAllOffers": [ { "type": 0, - "value": "Profilen er opdateret!" + "value": "Se alle tilbud" } ], - "rNwB7N": [ + "promoCampaign.termsAndConditionsText": [ { "type": 0, - "value": "Møder & konferencer på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" + "value": "Se vilkår og betingelser for alle kvalifikationskrav." } ], - "rYxTxc": [ + "promoCampaign.thisCampaignIsActive": [ { "type": 0, - "value": "Prøv noget nyt" + "value": "Denne kampagne er aktiv" } ], - "rb5xpI": [ + "promoCampaign.thisCampaignIsNotAvailable": [ { "type": 0, - "value": "Bookinger med flere værelser er ikke tilgængelige med EuroBonus-point." + "value": "Denne kampagne er ikke tilgængelig" } ], - "rbrahO": [ + "promoCampaign.thisPromotionHasExpired": [ { "type": 0, - "value": "Luk" + "value": "Denne kampagne er udløbet" } ], - "rdKdQl": [ + "promoCampaign.toActivateOffer": [ { "type": 0, - "value": "Administrer ophold" + "value": "For at aktivere tilbud" } ], - "rePX4c": [ + "receipt.preliminaryReceipt": [ { "type": 0, - "value": "Voksne" + "value": "Foreløbig kvittering" } ], - "rjK/aG": [ + "receipt.totalExcludingVat": [ { "type": 0, - "value": "Ingen morgenmad" + "value": "I alt ekskl. moms" } ], - "rmpW6K": [ + "receipt.totalIncludingVat": [ { "type": 0, - "value": "Pointudveksling gennemført!" + "value": "I alt inklusive moms" } ], - "rn5vjj": [ + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, luk og fjern fordelen" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nej, gå tilbage" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Hvis ikke, skal du gå tilbage og gøre det, før du lukker dette. Når du lukker dette, vil din ydelse blive annulleret og fjernet fra My Benefits." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du vist denne fordel til hotelpersonalet?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Hvis du lukker denne, vil din fordel blive fjernet" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopieret til udklipsholder" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopier kampagnekode" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampagnekode" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Indløs fordel" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, indløs" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Book bord" + } + ], + "restaurantBar.discoverRestaurant": [ { "type": 0, "value": "Opdag " @@ -7931,65 +7335,135 @@ "value": "name" } ], - "rolakz": [ + "restaurantBar.menus": [ { "type": 0, - "value": "Der opstod en fejl ( " + "value": "Menuer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gyldig til og med " }, { "type": 1, - "value": "errorId" + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Se hvordan" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemskabs-ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vores " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Gå op i niveau for at låse op" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Indløst og gyldig til og med:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" }, { "type": 0, - "value": " )" + "value": " cm" } ], - "rvirM2": [ + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, { "type": 0, - "value": "Beliggenhed" - } - ], - "rxNddi": [ + "value": "–" + }, + { + "type": 1, + "value": "max" + }, { "type": 0, - "value": "Hjemmeside" + "value": " cm" } ], - "s+BolK": [ + "roomPackage.accessibleRoom": [ { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" + "type": 0, + "value": "Tilgængeligt værelse" } ], - "sDQeLi": [ + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergivenligt værelse" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Kæledyrsvenligt værelse" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (tilgængelig på nogle værelser)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Maks. " @@ -8027,53 +7501,243 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB Points" + "value": "Priser og tilgængelighed" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Adgangsstørrelse" + "value": "Dette værelse er udstyret med" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Gem opdateringer" + "value": "Link dine " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " og " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " konti for at optjene, bruge og udveksle point mellem medlemskaber" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajaksejlads" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-mailadressen er ugyldig" + "value": "Læs mere og tilknyt konti" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hoteller & destinationer" + "value": "Ændringer i dit level match kan tage op til 24 timer, før de vises." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Tilgængelighed på " + "value": " og " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " matcher hinanden. Opgrader dit level i et af dine medlemskaber for at kvalificere dig til en opgradering!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " har opgraderet dit Scandic Friends-level til " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status for level match" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Sammenkoblede konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Dit Scandic Friends-level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " har opgraderet dig til " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Opgraderingen er gyldig indtil" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Luk kortet" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Prøv at ændre din søgning for denne destination eller se alternative hoteller." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi fandt ingen ledige værelser med denne bookingkode (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Se tilgængelige priser nedenfor." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelsestype" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " værelsestyper" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " tilgængelig" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8117,555 +7781,32 @@ "value": " tilgængelig" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Morgenmadsaftale kan købes på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/nat for børn (alder 4-12 år)" + "value": "Morgenmad er ikke inkluderet – tilføj i næste trin." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternative hoteller" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundesupport" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Book endnu et ophold" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Morgenmad ikke inkluderet" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Morgenmad er inkluderet." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Bliv inspireret" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for dette ophold og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Booking- og annulleringsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og jeg forstår, at Scandic vil behandle mine personoplysninger for dette ophold i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Medlemskabsvilkår og -betingelser" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle rettigheder forbeholdes" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Kan ikke søge" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menu" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Noget gik galt. Prøv venligst igen senere." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Børn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hej Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser og tilgængelighed" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barnets alder er obligatorisk" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Kan ikke vise morgenmadspriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Efternavn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Fællessauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send en e-mail" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Fornavn må ikke indeholde specialtegn" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ændre eller annullere" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " stort bogstav" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Vælg værelse" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Morgenmad inkluderet" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Ved at tilføje et kort garanterer du også din værelsesreservation ved sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Adgangskode er påkrævet" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Offentlig transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menuer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunne ikke afkoble dine konti" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Ryd søgninger" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Find dit ophold" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Møder, konferencer og events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du vist denne fordel til hotelpersonalet?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ingen hoteller matcher dine filtre" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Der opstod en fejl under forsøget på at administrere dine præferencer, prøv venligst igen senere." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Priserne er steget, siden du valgte din " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " For at fortsætte din reservation skal du acceptere den opdaterede pris," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tilbage for at vælge " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Dit kort blev gemt!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekræft booking" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se dine oplysninger" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer er obligatorisk" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " specialtegn" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Fuld cirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan ikke annulleres" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " point" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Intet indhold publiceret" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Velkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Samlede point" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har optjent " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " point i dette medlemsår." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternative åbningstider (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor-vurdering" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8676,8 +7817,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8688,14 +7828,409 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ugyldige datoer" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " gæster" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Kæledyrsvenlige værelser koster ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/pr. ophold" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " tilbage" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Vælg pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dette værelse er ikke tilgængeligt" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Faciliteter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Indtjekning/udtjekning" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check ind fra: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Tjek senest ud: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Tider" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Værelsesdetaljer" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Bedømmelser & anmeldelser" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Bedømmelser & anmeldelser for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Afstand til fitnesscenter: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Eksternt fitnesscenter: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Bassinlængde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolbredde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Fællessauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Kønsopdelt sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Vis Fitness & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Mandag-Fredag: Altid åbent" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Mandag-Fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lørdag-søndag: Altid åbent" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lørdag-søndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Pooldybde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Pooldybde: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Der findes allerede en konto med denne e-mail. Prøv at logge ind i stedet." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktoplysninger" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jeg accepterer" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Bliv medlem nu" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved at acceptere " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " forstår jeg, at mine personoplysninger vil blive behandlet i overensstemmelse med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics privatlivspolitik" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Bliv medlem eller log ind, mens du booker, for at få medlemspriser." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "For at få medlemsprisen " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " skal du logge ind eller blive medlem, når du gennemfører bookingen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "For at få medlemsprisen for værelser " @@ -8723,63 +8258,116 @@ "value": ", log ind eller tilmeld dig, når du gennemfører bookingen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denne kode er udløbet. " - }, - { - "children": [ - { - "type": 0, - "value": "Send ny kode." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "fra i dag" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Sammenlign alle levels" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotelinformation" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antal parkeringspladser: " + "value": "næste niveau: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ingen tilgængelighed" + "value": "Point nødvendig for at stige i niveau" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "I nærheden" + "value": "Dine point at bruge" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Da din reservation omfatter værelser med forskellige betingelser, opkræver vi en del af reservationen nu, og resten vil blive opkrævet af receptionen ved check-in." + "value": "Bliv inspireret" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har ingen kommende ophold." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Hvor skal du rejse hen næste gang?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Afvis notifikation" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tilbage til Mine sider" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Brug dine point på hyggelige ophold, lækre måltider i vores restauranter eller hotel-tilvalg, der gør dit ophold endnu bedre!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har nok point til en bonusnat!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Book nu" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "For at veksle dine point vil vi bede dig om at logge ind på din SAS EuroBonus-konto." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nye total" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst den kode, der er sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": ", for at overføre dine point." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Point tilføjet" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8787,397 +8375,94 @@ }, { "type": 0, - "value": " p" + "value": " point" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Værelser" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalingsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom ind" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tilvalg til din booking" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Udforsk byen" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jeg accepterer vilkår og betingelser" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Vilkår" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Søg" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Der opstod en fejl under forsøget på at opdatere profilen." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalingsoplysninger" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Oplysninger om tilgængelighed for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Sprog" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tilgængelighed på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planlægger du at ankomme efter kl. 18.00? Sørg for at sikre dit værelse ved at garantere det med et kreditkort. Uden garantien og i tilfælde af udeblivelse, kan værelset blive genfordelt efter kl. 18.00" - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Dit ophold er stadig aktivt på det andet værelse" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem siden: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vandring" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betal på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Politikker" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Kan ikke vise kortet" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Samlet beløb til betaling" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Dit medlemsår og level-fremskridt" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Dine værelser" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andre betalingsmetoder" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Pointudveksling gennemført!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hoteller med " + "value": "Din transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Vi kunne ikke afkoble dine konti" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke afkoble dine konti. Kontakt os, så hjælper vi dig med at løse problemet." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log ind på din SAS EuroBonus-konto for at bekræfte fjernelsen af kontoen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Indtast venligst den kode, der er sendt til " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Efternavn er obligatorisk" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Fødselsdato er obligatorisk" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Annuller ændringer" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Dette ophold har flere vilkår." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer er obligatorisk" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Bestyrelseslokale" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-mail-adresse er obligatorisk" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gæst" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Se og køb tilvalg" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Noget gik galt, og vi kunne ikke tilføje dit kort. Prøv igen senere." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolbredde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/nat pr. voksen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " børn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jeg accepterer vilkårene for dette ophold og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": " og forstår, at Scandic vil behandle mine personoplysninger i forbindelse med dette ophold i overensstemmelse med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics privatlivspolitik" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " for at ophæve forbindelsen mellem dine konti." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Point" + "value": "Dine konti er nu afkoblet" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Gennemsnitspris pr. nat" + "value": "Prøv venligst igen eller kontakt kundeservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kort over " - }, - { - "type": 1, - "value": "hotelName" + "value": "Bruger ikke fundet" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Morgenmadsgebyr" + "value": "Ukendt fejl opstod ved indlæsning af bruger" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Kønsopdelt sauna" + "value": "Fejl: Ingen bruger kunne indlæses" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kort" + "value": "Fejl: bruger ikke fundet" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tilbage til oversigten" } ] } diff --git a/apps/scandic-web/i18n/dictionaries/de.json b/apps/scandic-web/i18n/dictionaries/de.json index 51be7dad7..702e5c9df 100644 --- a/apps/scandic-web/i18n/dictionaries/de.json +++ b/apps/scandic-web/i18n/dictionaries/de.json @@ -1,71 +1,4890 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ungültiges Format der Mitgliedsnummer" + "value": "Barrierefreiheit" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Nur erlaubte Zeichen" + "value": "Wenn Sie eine Karte hinzufügen, garantieren Sie Ihre Zimmerreservierung auch bei verspäteter Ankunft." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Alte Daten" + "value": "Die Zahlung erfolgt beim Check-in. Die Karte wird nur verwendet, um Kosten im Falle eines Nichterscheinens zu garantieren." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Für Erwachsene und Kinder ab 4 Jahren kann nach der Buchung gegen Aufpreis ein Frühstück dazugebucht werden." + "value": " verfügbare Punkte" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." + "value": "Punkteabzug jetzt" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parken" + "value": "Alle Nebenkosten sind bis " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " voll erstattungsfähig. Zeitauswahl und Sonderwünsche sind ebenfalls änderbar." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Mit Karte reservieren" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, ich akzeptiere die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet. Dort erfahren Sie mehr darüber, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich bei Fragen wenden können." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Weitere Wünsche" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Das Frühstück kann nur für die gesamte Aufenthaltsdauer und für alle Gäste hinzugebucht werden." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Nicht genügend Punkte" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Kartenzahlung im Hotel" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Mit Punkten bezahlen" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Anzahl auswählen" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " zu Ihrer Buchung hinzugefügt!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Etwas ist schief gelaufen. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " konnte nicht zu Ihrer Buchung hinzugefügt werden!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Kostenlos für Kinder (unter 4 Jahren)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/Nacht pro Erwachsener" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/Nacht für Kinder (4–12 Jahre)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativen für " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Geliefert am:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Frühstückspreise können nicht angezeigt werden." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Upgrade für Ihren Aufenthalt" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Ich akzeptiere die Buchungs- und Stornierungsbedingungen" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Bettpräferenz" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Lassen Sie sich inspirieren und planen Sie schon jetzt Ihren nächsten Aufenthalt. Entdecken Sie weitere Reiseziele von Scandic." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Buchen Sie Ihren nächsten Aufenthalt" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Buchungscode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Buchungscode" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Buchungsübersicht" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frühstück nicht inbegriffen" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Inklusive Frühstück" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampagne" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Ganztägiges Frühstück" + "value": "Aufenthalt stornieren" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Meine Gesamtpunktzahl" + "value": "Stornierungsnummer" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ändern oder stornieren" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Code/Gutschein" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Zusatzbett (Kind) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Buchung finden" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Kostenlose Stornierung" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Kostenlose Umbuchung" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gäste" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotels & Reiseziele" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Niedrigster Preis (letzte 30 Tage)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Mitgliedspreis" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Keine Verfügbarkeit" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Keine Preise verfügbar" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Es sind keine Zimmer verfügbar, die Ihrer Anfrage entsprechen." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Nicht erstattbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Nicht genügend Punkte" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Krippe (Kind) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Nacht" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Nächte" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Später zahlen" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Jetzt bezahlen" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Preis ohne Mehrwertsteuer" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Preis inkl. MwSt." + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Reservierungsbedingungen" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Zusätzliche Zimmer entfernen" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnacht" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Zimmerausstattung" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Zimmerkategorie" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Zimmer " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Zimmer gesamt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Alternative Hotels anzeigen" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Siehe Details" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Zimmer auswählen" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Ich möchte meine Buchungsbestätigung per SMS erhalten" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Besondere Bedürfnisse" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpreis" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Nach Verfügbarkeit" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Bedingungen" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Fälliger Gesamtbetrag" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Gesamtpreis" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. MwSt.)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle Preise" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Buchungscode-Filter" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Buchungscode-Preise" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Zimmerpreise" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Ihre Buchung(en) wurde(n) bestätigt, aber wir konnten Ihre Mitgliedschaft nicht verifizieren. Wenn Sie mit einem Mitgliederrabatt gebucht haben, müssen Sie entweder Ihre bestehende Mitgliedsnummer beim Check-in vorlegen, Mitglied werden oder die Preisdifferenz im Hotel bezahlen. Die Anmeldung erfolgt vorzugsweise online vor Ihrem Aufenthalt." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Rechnung herunterladen" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hoteldetails" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Nochmal" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Buchung verwalten" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Mitgliedschaft konnte nicht verifiziert werden" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Zahlungsdetails" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Einen weiteren Aufenthalt buchen" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Hotelextras ansehen und hinzufügen" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Entdecken Sie die kleinen Extras, die Ihren nächsten Aufenthalt noch schöner machen." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Das gewisse Extra" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservierungsbedingungen" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Angewandte Vorteile der Mitgliedschaft" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Reservierungsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Stornierungsbedingungen" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " ab " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Mitgliedschafts-Nr. " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Ihr Aufenthalt bleibt für den Check-in nach 18:00 Uhr verfügbar." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Buchung garantiert." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gast" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Vielen Dank für Ihre Buchung! Wir freuen uns auf Sie und wünschen Ihnen einen angenehmen Aufenthalt." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Buchungsbestätigung" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Gesamtkosten: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Code hinzufügen" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Code merken" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Wenn Sie ein Sonderangebot oder einen von Unternehmen ausgehandelten Tarif buchen, benötigen Sie einen speziellen Buchungscode. Bitte verwenden Sie keine Sonderzeichen wie (.) (,) (-) (:). Wenn Sie mit dem Code VOF buchen möchten, rufen Sie uns bitte an unter +46 8 517 517 20. Speichern Sie Ihren Buchungscode für den nächsten Besuch der Seite, indem Sie das Kästchen \"Merken\" anklicken. Kreuzen Sie das Kästchen nicht an, wenn Sie einen öffentlichen Computer benutzen, um einen unbefugten Zugriff auf Ihren Buchungscode zu vermeiden." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Suche" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Aktualisierung" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alter" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Alter des Kindes ist erforderlich" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "Im Bett der Eltern" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "Im Kinderbett" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Zusätzliches Bett" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Reiseziel" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Zimmer & Gäste" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Wohin?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Mit Punkten buchen" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Um eine kostenfreie Übernachtung mit Punkten zu buchen, vergewissern Sie sich, dass Sie in Ihrem Scandic Friends-Konto eingeloggt sind." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Zimmer hinzufügen" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Fertig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Zimmer entfernen" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Suchen löschen" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Städte" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Länder" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotels" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Ich akzeptiere" + "value": "Letzte Suchen" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Keine Ergebnisse" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Wir konnten keinen passenden Standort für Ihre Suche finden." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Suche nicht möglich" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Bei der Suche ist ein Fehler aufgetreten, bitte versuchen Sie es erneut." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Reiseziel oder Hotel eingeben" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Für die Suche nach einem Hotelzimmer wird ein Reiseziel oder ein Hotelname benötigt." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Breadcrumbs" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Ganztägiges Frühstück" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Angebot entdecken" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotels, die in diesem Angebot enthalten sind" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Nächste Seite" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Vorherige Seite" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Über Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Barrierefreiheit" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Zum Kalender hinzufügen" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Erwachsener" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Erwachsene" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "Alter" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Anwenden" + } + ], + "common.back": [ + { + "type": 0, + "value": "Zurück" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Zurück zum Anfang" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Betten-Optionen" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Geburtsdatum" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Reservierungsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frühstück" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frühstücksbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Abbrechen" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Buchung stornieren" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Stornierungen" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Stornieren" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ändern" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Änderungen" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Kinder" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Kinder unter " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "Stadt" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Entfernen" + } + ], + "common.close": [ + { + "type": 0, + "value": "Schließen" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Sprachmenü schließen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bestätigen" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontaktieren Sie uns:" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Weiter" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Ländercode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkarte" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundenbetreuung" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundenbetreuung" + } + ], + "common.day": [ + { + "type": 0, + "value": "Tag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Abendessen" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Wegbeschreibung" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Wegbeschreibung" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-Mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-Mail Adresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Finden" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Vorname" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Folgen Sie uns" + } + ], + "common.food": [ + { + "type": 0, + "value": "Essen" + } + ], + "common.free": [ + { + "type": 0, + "value": "Kostenlos" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Freitag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Ab" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Zurück" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Wie es funktioniert" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildergalerie" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. MwSt." + } + ], + "common.included": [ + { + "type": 0, + "value": "Inklusive" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km zum Stadtzentrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Sprache" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Nachname" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live-Events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Abmelden" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Mittagessen" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hauptmenü" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Mitgliedschafts-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Montag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Monat" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Sie müssen unsere Allgemeinen Geschäftsbedingungen akzeptieren" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Meine Vorteile" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Meine Punkte" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Mein Profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Meine Aufenthalte" + } + ], + "common.name": [ + { + "type": 0, + "value": "Name" + } + ], + "common.next": [ + { + "type": 0, + "value": "Weiter" + } + ], + "common.night": [ + { + "type": 0, + "value": "Nacht" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Kein Frühstück" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Nordic Swan Ecolabel" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Nicht inbegriffen" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsener" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Erwachsene" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Öffnen" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Sprachmenü öffnen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Öffnungszeiten" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Optional" + } + ], + "common.or": [ + { + "type": 0, + "value": "oder" + } + ], + "common.other": [ + { + "type": 0, + "value": "Andere" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andere Anfragen" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Übersicht" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parken" + } + ], + "common.password": [ + { + "type": 0, + "value": "Passwort" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Pro Erwachsener/Nacht" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Haustierfreundlich" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Punkte" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " Punkte" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Punkte zum Ausgeben" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktische Informationen" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Zurückliegend" + } + ], + "common.price": [ + { + "type": 0, + "value": "Preis" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Preisinformationen" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Mehr lesen" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Entfernen" + } + ], + "common.room": [ + { + "type": 0, + "value": "Zimmer" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Zimmer" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Samstag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Speichern" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Alle sehen" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Alle Fotos anzeigen" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Zimmer ansehen" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Wählen Sie Ihre Sprache" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Alle anzeigen" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Weniger anzeigen" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Mehr anzeigen" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Anmelden" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Getränke" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Zusammenfassung" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sonntag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Donnerstag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Gesamt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Gesamtpunkte" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Gesamtpreis" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor-Bewertung" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Dienstag" + } + ], + "common.under": [ + { + "type": 0, + "value": "unter" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Bis " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "MwSt." + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Mittwoch" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Willkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "Jahr" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postleitzahl" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Cookies verwalten" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Daten auswählen" + } + ], + "dates": [ + { + "type": 0, + "value": "Daten" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Zurück zu den Städten" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Reiseziele" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Stadt erkunden" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ziel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Reiseziele" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Erkunden Sie " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Empfohlen" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Reiseziele in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Fahrradfreundlich" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Puls der Stadt" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familienfreundlich" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Wandern" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakfahren" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museen" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nachtleben" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Stadt erkunden" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotels in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Zurück zur Liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Karte kann nicht angezeigt werden" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Als Liste anzeigen" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Stadtplan" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Karte des Landes" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Keine passenden Orte gefunden" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Es sieht so aus, als ob kein Standort mit Ihren Filtern übereinstimmt. Versuchen Sie, Ihre Suche anzupassen, um den perfekten Aufenthalt zu finden." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere Hotels" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Alle Hotels in " + }, + { + "type": 1, + "value": "country" + }, + { + "type": 0, + "value": " anzeigen" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Seite kann nicht geöffnet werden für " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Details zum Hotel anzeigen" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Auf der Karte ansehen" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Ein Fehler ist aufgetreten ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Hotels" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Hotels auf Karte anzeigen" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Bereits Scandic Friends Mitglied?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Werden Sie noch heute Teil unseres Scandic Friends Programms. " + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Lassen Sie uns Freunde sein!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Team Mitgliedschaft verknüpfen" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Einloggen" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Anmelden und verknüpfen" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Hast du noch kein Scandic Friends-Konto?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Teammitgliedskarte anzeigen" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrieren und verknüpfen" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Punkte werden berechnet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Reservierungsnummer / Referenz" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beschreibung" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Extras zu Ihrer Buchung" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Ehemaliges Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Keine Transaktionen verfügbar" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Vor dem 1. Mai 2021 gesammelte Punkte" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Willkommensbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Punkte" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Aktuelles Passwort" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Änderungen verwerfen" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle Änderungen, die Sie vorgenommen haben, gehen verloren." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Nicht gespeicherte Änderungen verwerfen?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Zurück zum Bearbeiten" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Neues Passwort erneut eingeben" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Erfolgreich aktualisiertes Profil!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Benutzerinformationen" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, Änderungen verwerfen" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Gewünschter Bettentyp" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Zimmer ändern" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Wir hatten ein Problem bei der Bearbeitung Ihrer Buchung. Bitte versuchen Sie es erneut. Es wurden keine Gebühren erhoben." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Sie haben jetzt Ihre Zahlung storniert." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Für Erwachsene und Kinder ab 4 Jahren kann nach der Buchung gegen Aufpreis ein Frühstück dazugebucht werden." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frühstück kann nach der Buchung gegen eine zusätzliche Gebühr hinzugefügt werden." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Kinder bis 12 Jahre frühstücken kostenlos, wenn die erwachsenen Begleitpersonen das Frühstück im Voraus mitgebucht haben." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Frühstücksoptionen auswählen" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Beinhaltet zahlreiche Bioprodukte sowie vegane, glutenfreie und andere allergikerfreundliche Optionen." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Kostenlos für Kinder bis einschl. 12 Jahre." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Buchung abschließen" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Wenn Sie Ihre Buchung mit einer Kreditkarte garantieren, halten wir die Buchung bis 07:00 Uhr am Tag nach dem Check-in aufrecht." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Bei Nichterscheinen wird Ihre Kreditkarte mit dem Preis für die erste Nacht belastet." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garantie für eine Spätanreise" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Ich könnte später als 18:00 Uhr ankommen und möchte meine Buchung garantieren." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Mit der Buchungsbestätigung wird das Zimmer bei später Anreise garantiert. Bei Nichtanreise ohne vorherige Stornierung oder bei Stornierung nach 18:00 Uhr Ortszeit wird Ihnen eine Bonusnacht in Rechnung gestellt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktdetails" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Details" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Vor dem Check-in Scandic Friend werden" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Scandic Friend werden" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Einloggen" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " für Zimmer " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Mit Ihrer Anmeldung akzeptieren Sie die " + }, + { + "children": [ + { + "type": 0, + "value": "Allgemeinen Geschäftsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ihre Scandic Friends-Mitgliedschaft ist bis auf Weiteres gültig und kann jederzeit durch Kontaktaufnahme mit dem Scandic-Mitgliederservice beendet werden." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Erhalten Sie den Mitgliedspreis" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Der neue Preis ist" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Zimmerpreis für Mitglieder aktiviert" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "Um Ihre Reservierung zu sichern, bitten wir Sie um die Angabe Ihrer Kreditkartendaten. Seien Sie versichert, dass zu diesem Zeitpunkt keine Kosten anfallen." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Vervollständigen Sie die Buchung" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Wenn Sie Ihre Buchung garantieren, halten wir die Buchung bis 07:00 Uhr bis zum Tag nach dem Check-in. Dies bietet Ihnen als Gast zusätzliche Flexibilität bei der Anreise." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Bitte beachten Sie, dass dies obligatorisch ist und Ihre Karte nur im Falle eines Nichterscheinens belastet wird." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Geben Sie im nächsten Schritt eine Zahlungskarte an." + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Was Sie tun müssen, um eine Buchung zu garantieren:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Wir sind noch dabei, Ihre Buchung zu bestätigen. Dies ist normalerweise eine Sache von Minuten und wir entschuldigen uns für die Wartezeit. Bitte überprüfen Sie Ihren Posteingang auf eine Buchungsbestätigung per E-Mail. Sollten Sie diese bis zum Ende des Tages noch nicht erhalten haben, wenden Sie sich bitte an unseren " + }, + { + "children": [ + { + "type": 0, + "value": "Kundensupport" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Dauert länger als üblich" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Da Ihre Buchung Zimmer mit unterschiedlichen Konditionen umfasst, berechnen wir jetzt einen Teil der Buchung und den Restbetrag erheben wir beim Check-in an der Rezeption." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Letzter Schritt" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andere Zahlungsarten" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Bezahlen Sie beim Check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Zahlungsmethoden" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Wenn ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung sowie die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- & Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeitet. Ich akzeptiere außerdem, dass Scandic während meines Aufenthalts eine gültige Zahlungskarte verlangt, falls etwas unbezahlt bleibt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Zahlungsmethode auswählen" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Weiter mit neuem Preis" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Frühstückspreis" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Zurück zur Zimmerauswahl" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Die Preise haben sich erhöht, seit Sie Ihre " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": " ausgewählt haben." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " Um Ihre Buchung fortzusetzen, akzeptieren Sie den aktualisierten Preis," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " oder gehen Sie zurück, um " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": " auszuwählen." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "neues Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "neue Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Zimmer" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Zimmer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Neue Summe" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Siehe Preisdetails" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Preisänderung" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Zusatzbett wird zusätzlich zur Verfügung gestellt" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gästeinformationen" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Gibt es noch etwas, das Sie uns vor Ihrer Ankunft mitteilen möchten?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Sonderwünsche (optional)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alter ist erforderlich" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Sie müssen mindestens 18 Jahre alt sein, um fortzufahren" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Leider ist eines der von Ihnen ausgewählten Zimmer ausverkauft. Bitte wählen Sie ein anderes Zimmer, um fortzufahren." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Eine Bettenwahl ist erforderlich" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Geburtsdatum wird benötigt" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Buchungscode ist ungültig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Es dürfen nicht mehr Kinder im Bett der Erwachsenen schlafen als Erwachsene im Zimmer sind" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnächte mit Punktezahlung sind nicht mit Codes oder Gutscheinen kombinierbar." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land wird benötigt" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Ziel erforderlich" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-Mail Adresse ist ungültig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-Mail Adresse ist erforderlich" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Vor- und Nachname können für zwei verschiedene Zimmern nicht identisch sein" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Vorname ist erforderlich" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Der Vorname darf keine Sonderzeichen enthalten" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ungültige Buchungsnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Nachname wird benötigt" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Der Nachname darf keine Sonderzeichen enthalten" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ungültiges Format der Mitgliedsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Nur Ziffern sind erlaubt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Die Mitgliedsnummer kann für zwei verschiedene Zimmer nicht dieselbe sein" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Die Buchung mehrerer Zimmer ist mit diesem Buchungscode nicht möglich." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Die Buchung mehrerer Zimmer ist mit einer Bonusnacht nicht möglich." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Aktuelles Passwort ist erforderlich" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Neues Passwort stimmt nicht überein" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Neues Passwort ist erforderlich" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Passwort ist erforderlich" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Das neue Passwort muss erneut eingegeben werden." + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Die eingegebene Nummer ist zu kurz" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Geben Sie eine gültige Telefonnummer ein." + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer ist erforderlich" + } + ], + "error.required": [ + { + "type": 0, + "value": "Erforderlich" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Die Postleitzahl darf nur Zahlen und Buchstaben enthalten" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postleitzahl ist erforderlich" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kopieren fehlgeschlagen" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kann nicht zum Kalender hinzugefügt werden" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Etwas ist schief gelaufen!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Alle Filter löschen" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Entfernung zum Stadtzentrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotelausstattung" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtern und sortieren" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtern nach" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Umgebung des Hotels" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Keine passenden Hotels gefunden" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Es sieht so aus, als ob keine Hotels mit Ihren Filtern übereinstimmen. Versuchen Sie, Ihre Suche anzupassen, um das perfekte Hotel zu finden." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Ergebnisse anzeigen ( " + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " )" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sortieren nach" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Sie können Ihren Aufenthalt nicht finden?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Bitte wenden Sie sich an den " + }, + { + "children": [ + { + "type": 0, + "value": "Kundendienst" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Das Formular konnte nicht übermittelt werden, bitte versuchen Sie es später noch einmal." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Aufenthalt finden" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Sie können Ihre über unsere Website oder App getätigten Buchungen einsehen und verwalten." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Der Friends & Family Tarif kann nur über FUSE gebucht werden." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle Rechte vorbehalten" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Das Produkt konnte nicht hinzugefügt werden. Ihre Buchung ist garantiert. Bitte versuchen Sie es erneut." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Wir hatten ein Problem mit der Garantie Ihrer Buchung. Bitte versuchen Sie es erneut." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Zurück zu scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Menü schließen" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log-in/Anmelden" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menü" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Menü - Meine Seiten" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Menü öffnen" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Menü \"Mein Bereich\" öffnen" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Über das Hotel" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "Im Hotel" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " Bewertungen" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Willkommen im" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "In der Nähe" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Karte" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " Gast" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " Gäste" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Ausstattungsmerkmale" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Karte ansehen" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Zimmerdetails anzeigen" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " Gäste" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative Räume für Meetings" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Karte von " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Verfügbare Preise" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km zum Stadtzentrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Attraktionen" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Standort" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Öffentliche Verkehrsmittel" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Einkaufen & Essen gehen" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Erlebnisse in der Nähe vom " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Als Liste anzeigen" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Als Karte anzeigen" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Barrierefreiheit im " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktivitäten" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Tagungen, Konferenzen & Events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Angebote" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Meetings & Events" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant und Bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Innenpool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Außenpool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Entspannen" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Finden Sie Ihre Buchung" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Mehr über das Hotel" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Bildergalerie öffnen" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle Kategorien" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle Länder" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle Hotels und Büros" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle Standorte" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Frist: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Offen für Bewerbungen" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Anzeigen und hinzufügen" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategorie" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Ort (in der Landessprache angezeigt)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel oder Büro" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ergebnis" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Ergebnisse" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Bild öffnen" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Die Mitarbeiternummer ist bereits mit einer anderen Scandic Friends-Mitgliedschaft verknüpft." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Wenn Du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontaktieren Sie unseren Mitgliederservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Dein Konto konnte nicht verbunden werden" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du bist leider nicht berechtigt, Mitarbeiter-Benefits zu erhalten." + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dies könnte daran liegen, dass dein Arbeitsverhältnis noch nicht begonnen hat, bereits beendet ist oder du als Berater tätig bist. Wenn du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Tolle Neuigkeiten! Sie können sich direkt in Ihrem Member-Profil einloggen, um alle Ihre Benefits zu entdecken!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Geburtsdatum: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Wir benötigen Ihr Geburtsdatum, um Ihr Scandic Friends-Konto mit Ihrem SAS EuroBonus-Konto zu verknüpfen. Bitte überprüfen Sie, ob es korrekt ist." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Das Geburtsdatum fehlt" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Geburtsdatum stimmt nicht überein" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Sie haben keinen Code erhalten? " + }, + { + "children": [ + { + "type": 0, + "value": "Code erneut senden" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Bearbeiten Sie Ihre persönlichen Angaben." + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Der Code ist abgelaufen. " + }, + { + "children": [ + { + "type": 0, + "value": "Neuen Code senden." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Es ist etwas schiefgelaufen" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Bitte versuchen Sie es später noch einmal" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Wir konnten Ihre Konten nicht verknüpfen." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Der eingegebene Code ist nicht korrekt." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Konten verknüpfen" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Meine Konten verknüpfen" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Einen Moment Geduld..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Melden Sie sich in Ihrem SAS EuroBonus-Konto an, um die Kontoverknüpfung zu bestätigen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Wenn Sie nicht automatisch weitergeleitet werden, klicken Sie bitte " + }, + { + "children": [ + { + "type": 0, + "value": "hier" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Diese Überprüfung ist für zusätzliche Sicherheit erforderlich." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fehler bei der Abfrage des Einmal-Passworts" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifizierungscode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den Code ein, der an " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " gesendet wurde, um Ihre Kontoverknüpfung zu bestätigen." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Sie werden nun zu „Mein Bereich“ weitergeleitet." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Sie werden zu SAS weitergeleitet" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Beim Anfordern eines neuen Einmalpassworts ist ein Fehler aufgetreten" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Neuen Code senden" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Ihre Konten wurden erfolgreich verknüpft!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Ihre Konten sind verknüpft." + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Durch das Verknüpfen Ihrer Konten akzeptieren Sie die " + }, + { + "children": [ + { + "type": 0, + "value": "Geschäftsbedingungen für das Verknüpfen von Scandic Friends- und SAS EuroBonus-Konten" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Sie haben zu vieles Codes angefordert." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Zu viele Fehlversuche." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Bitte warten Sie eine Stunde, bevor Sie es erneut versuchen." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Ihr verknüpftes Konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Details anzeigen" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Pro Nacht ab" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Sind Sie bereits Mitglied?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Hier anmelden" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Mitgliedschaftsbedingungen" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " Punkte " + }, + { + "children": [ + { + "type": 0, + "value": "oder " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " Nächte" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Vergrößern" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Verkleinern" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Meetingraum buchen" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotels & Reiseziele" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Tagungshotel" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Zugang zum Raum" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabarett-Bestuhlung" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Classroom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Maße" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etage " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Full Circle" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halbkreis" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Innenfenster mit Blick auf das Hotel" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indoor Fenster und hervorragende Beleuchtung" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Beleuchtung" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Standort im Hotel" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max. " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " Pers." + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Keine Fenster" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Keine Fenster, aber hervorragende Beleuchtung" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " Personen" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Stehtisch" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Theater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-Shape" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht und Verdunkelungsmöglichkeiten" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Fenster mit natürlichem Tageslicht und hervorragender Aussicht" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Gesteigert durch SAS bis " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Barrierefreiheit im " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Informationen zur Barrierefreiheit für " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic Hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Entdecken Sie unser Scandic Hotel in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Entdecken Sie Scandic in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Buchen Sie jetzt!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Entdecken Sie alle unsere Scandic Hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Entdecken Sie " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", und mehr! Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" + } + ], + "metadata.discoverLocation": [ + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " entdecken. Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Entdecken Sie das " @@ -83,101 +4902,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Punkte einlösen" + "value": "Erkunden Sie " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Mehr erfahren und Konten verknüpfen" + "value": "Fitnesseinrichtungen im " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Zusätzliche Zimmer entfernen" + "value": "Fitnesseinrichtungen im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampagne: " + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Buchen Sie jetzt Ihren Aufenthalt!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " bietet " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Die Gäste können auch " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": " genießen. Buchen Sie noch heute Ihren Aufenthalt auf " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": "!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " bietet " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Die Gäste können auch " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " und " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": " genießen." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Meetings & Events im " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Meetings & Events im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkinformationen für " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkinformationen für das " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Aufenthalt im " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotel in " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " aus " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Überraschung" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Greife hier in der Übersicht von Meine Seiten auf deine Teammitgliedskarte zu." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Neue Karte hinzufügen" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Buche vergünstigte Aufenthalte für dich, deine Familie und Freunde!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Breadcrumbs für diese Seite sind fehlgeschlagen ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Entdecke alle deine Vorteile" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Sehen Sie sich die in Ihrem Profil gespeicherten Kreditkarten an. Bezahlen Sie mit einer gespeicherten Karte, wenn Sie angemeldet sind, für ein reibungsloses Buchungserlebnis." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Alle Level vergleichen" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " + }, + { + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " oder " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Geschenk" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Geschenke" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " zu Ihren Vorteilen hinzugefügt" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Aktuelles Mitgliedsjahr" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Aktuelle Punkte: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Geburtsdatum" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Profil bearbeiten" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Teammitglied" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Fehler beim Laden dieser Seite (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Verfallsdatum: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Meine Vorteile" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hallo, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hey " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Verbleibend bis zum Levelaufstieg" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Level-Fortschritt: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " von " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " Punkten erreicht" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Mitglied seit: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Mitglieds-ID in die Zwischenablage kopiert" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Kein Inhalt veröffentlicht" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Meine Kommunikationspräferenzen" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Meine Mitgliedskarten" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Meine Zahlungskarten" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Name: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Erzielte Punkte" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "PUNKTE" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "bis zum Beibehalten des Levels" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Die Punkte, die Sie in diesem Jahr sammeln, bestimmen Ihr Level sowohl für dieses als auch für das nächste Mitgliedsjahr." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Im Ruhestand" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Ups! Beim Anzeigen Ihrer Überraschung ist etwas schiefgegangen. Bitte aktualisieren Sie die Seite oder versuchen Sie es später noch einmal. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support unter " + }, + { + "children": [ + { + "type": 0, + "value": "." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Sie finden alle Ihre Geschenke unter \"Meine Vorteile\"." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Wir haben ein besonderes Geschenk für Sie!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Sie haben " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Verfallende Punkte" + "value": " Geschenke, die auf Sie warten!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "TripAdvisor-Bewertung" + "value": "Offen " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Geschenk" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Geschenke" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Essen" + "value": "Schnell sein und Punkte nutzen, bevor sie ablaufen!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dies könnte daran liegen, dass dein Arbeitsverhältnis noch nicht begonnen hat, bereits beendet ist oder du als Berater tätig bist. Wenn du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + "value": "Teammitgliedskarte hinzugefügt" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Mitgliedsnummer" + "value": "Teilen Sie uns mit, welche Informationen und Updates Sie wie erhalten möchten, indem Sie auf den unten stehenden Link klicken." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Zimmerpreise" + "value": "Gültig bis " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Die Buchung mehrerer Zimmer ist mit einer Bonusnacht nicht möglich." - } - ], - "/5HHL3": [ + "value": "Du hast in diesem Mitgliedsjahr " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Fenster mit natürlichem Tageslicht und hervorragender Aussicht" + "value": " Punkte verdient." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifizierungscode" + "value": "Ihr Level-Status" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Ihr Mitgliedsjahr und Ihr Level-Fortschritt" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Dein SAS EuroBonus-Level hat dich auf " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": " hochgestuft!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerleistungen" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends Links" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ihre Mitgliedschaft" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Sie müssen eingeloggt sein, um Ihre Buchung zu sehen" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Sie müssen mit demselben Mitgliedskonto angemeldet sein, mit dem die Buchung vorgenommen wurde." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Neue Daten für den Aufenthalt" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Suche" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Bitte Daten auswählen" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontaktieren Sie die Person, die den Aufenthalt gebucht hat" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, muss die Stornierung von der Person vorgenommen werden, die die Buchung vorgenommen hat. Bitte rufen Sie 08-517 517 00 an, um mit unserem Kundenservice zu sprechen, wenn Sie weitere Hilfe benötigen." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Datenänderungen für alle Zimmer. Bitte kontaktieren Sie den Kundenservice, um die Daten zu aktualisieren." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Terminänderungen für alle Zimmer. Bitten Sie die Person, die den Aufenthalt gebucht hat, den Kundenservice zu kontaktieren." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Meine Extras" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Beliebt" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Lang " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Homepage" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Buchung insgesamt" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kann nicht storniert werden" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Stornierung bestätigen" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Nicht stornieren" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Sind Sie sicher, dass Sie mit der Stornierung fortfahren möchten?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dieser Aufenthalt hat mehrere Bedingungen." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Meine Zimmer" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Einige Zimmer wurden erfolgreich storniert, aber bei anderen sind Probleme aufgetreten. Bitte wenden Sie sich an den Kundenservice für Unterstützung." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " Zimmer wurde storniert" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Es tut uns leid, dass es nicht geklappt hat." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt wurde storniert" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt ist immer noch aktiv mit dem anderen Zimmer" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Stornierungsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Datumsänderung bestätigen" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Neue Daten" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Alte Daten" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Im Hotel bezahlen" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Sie konnten Ihren Aufenthalt nicht aktualisieren" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Ihr Aufenthalt wurde aktualisiert" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in nach 18:00 Uhr" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planen Sie, nach 18.00 Uhr anzureisen? Sichern Sie sich Ihr Zimmer, indem Sie es mit einer Kreditkarte garantieren. Ohne die Garantie und bei Nichterscheinen kann das Zimmer nach 18.00 Uhr neu vergeben werden." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Ihre Karte wird nur im Falle eines Nichterscheinens belastet" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garantieren" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garantierte Spätanreise" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt sowie die allgemeinen " + }, + { + "children": [ + { + "type": 0, + "value": "Buchungs- und Stornierungsbedingungen" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt gemäß der " + }, + { + "children": [ + { + "type": 0, + "value": "Datenschutzerklärung von Scandic" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " verarbeiten wird." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Gästedaten ändern" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Aktualisierung der Gästedaten fehlgeschlagen" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gästedaten aktualisiert" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mein Aufenthalt im" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Verspätete Ankunft" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Aufenthalt verwalten" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Beleg anzeigen und drucken" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Mitgliedsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Daten ändern" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Möchten Sie Ihre Gastdaten wirklich ändern?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Aktualisierungen speichern" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Meine Gesamtpunktzahl" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Scandic Hotels entdecken" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Übernachtung" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Bett-Typ" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Die endgültige Mehrwertsteueraufschlüsselung wird beim Check-out bereitgestellt." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Mitglied" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Anzahl der Gäste" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Anzahl der Übernachtungen" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Preis pro Haustier inklusive Mehrwertsteuer" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "VORAUSZAHLUNG" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Zimmer ist vorausbezahlt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Übernachtungsrate" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Unbekannter Artikel" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Sind Sie sicher, dass Sie Ihren Aufenthalt im " @@ -237,4968 +6195,7 @@ "value": " Dies kann nicht rückgängig gemacht werden." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Entfernen" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Promo-Code" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Standort im Hotel" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Tauschen gegen" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Reiseziele in " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Montag-Freitag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Nicht gespeicherte Änderungen verwerfen?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Verkleinern" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Andere" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Etwas ist schief gelaufen!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Ihr verknüpftes Konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Haustierfreundliche Zimmer beinhalten eine Gebühr von ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " pro Aufenthalt" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beschreibung" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Buchungscode-Filter" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Zusätzliches Bett" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Übernachtung" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus Punkte" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Wir hatten ein Problem mit der Garantie Ihrer Buchung. Bitte versuchen Sie es erneut." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Alle sehen" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Stadtplan" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Daten ändern" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Indem ich die " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen für Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " akzeptiere, verstehe ich, dass meine persönlichen Daten in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": " verarbeitet werden." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Haustiergeeignetes Zimmer" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Gibt es noch etwas, das Sie uns vor Ihrer Ankunft mitteilen möchten?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "Angebot aktivieren" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Kleinbuchstabe" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Meine Punkte" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Beim Hinzufügen einer Kreditkarte ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Zimmer gesamt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Menü \"Mein Bereich\" öffnen" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Sie können Ihre über unsere Website oder App getätigten Buchungen einsehen und verwalten." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Beckenlänge: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MwSt. " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-Shape" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Vor dem Check-in Scandic Friend werden" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Name: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gast" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gäste" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANDERE" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Jetzt buchen" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Angebote" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Entdecken Sie unser Scandic Hotel in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Neue Summe" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "Nächstes Level: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Verfallsdatum: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Einen Tisch reservieren" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Sie finden alle Ihre Geschenke unter \"Meine Vorteile\"." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Beinhaltet zahlreiche Bioprodukte sowie vegane, glutenfreie und andere allergikerfreundliche Optionen." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel oder Büro" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Buchung stornieren" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "Um mit EuroBonus-Punkten zu buchen, stellen Sie sicher, dass Sie in Ihrem SAS EuroBonus-Konto angemeldet sind." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. MwSt." - } - ], - "2I23F2": [ - { - "type": 0, - "value": "So funktioniert´s" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Höchstes Level" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Als Liste anzeigen" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Zimmer" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Preise an Wochentagen" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Hier anmelden" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Beim Anfordern eines neuen Einmalpassworts ist ein Fehler aufgetreten" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Bitte geben Sie den an " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " gesendeten Code ein, um Ihre Punkte zu übertragen." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nachtleben" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Puls der Stadt" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Anzahl der Ladestationen für Elektroautos: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Ihre einlösbaren Punkte" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Ich möchte meine Buchungsbestätigung per SMS erhalten" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postleitzahl" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Code merken" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Teammitgliedskarte hinzugefügt" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Bett-Typ" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Keine passenden Orte gefunden" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativen für " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Direkt zum Hauptinhalt" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Vorläufiger Beleg" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Unbekannter Fehler beim Laden des Benutzers" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Ihr neuer Gesamtbetrag" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Etwas ist schief gelaufen. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " konnte nicht zu Ihrer Buchung hinzugefügt werden!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Im Ruhestand" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Geburtsdatum" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Unbekannter Artikel" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Überraschung!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Reservierungsnummer / Referenz" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Buchungscode" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Buchungscode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Zimmerausstattung" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Seite kann nicht geöffnet werden für " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Die Buchung mehrerer Zimmer ist mit diesem Buchungscode nicht möglich." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Überraschung" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Verknüpfen Sie Ihre " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": "- und " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": "-Konten, um Punkte zwischen den Mitgliedschaften zu sammeln, einzulösen und auszutauschen." - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gültig bis " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Check-out bis spätestens: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Reiseziele" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Stornieren" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Abbrechen" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Meetings & Events" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verknüpfen." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Gesamtpreis" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garantie für eine Spätanreise" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Ihre Karte wird nur im Falle eines Nichterscheinens belastet" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Stornierungsnummer" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Cookies verwalten" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, ich akzeptiere die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und nehme zur Kenntnis, dass Scandic meine persönlichen Daten gemäß " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Dort können Sie mehr darüber erfahren, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich wenden können, wenn Sie Fragen haben." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Log-in/Anmelden" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Buchungscode ist ungültig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Um eine kostenfreie Übernachtung mit Punkten zu buchen, vergewissern Sie sich, dass Sie in Ihrem Scandic Friends-Konto eingeloggt sind." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mein Bereich" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Nicht genügend Punkte" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Passwort" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Anzahl auswählen" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Preis pro Nacht" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Offen " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "Geschenk" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Geschenke" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Team Mitgliedschaft verknüpfen" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Preisänderung" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, Vorteil schließen und entfernen" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Nicht erstattbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Die endgültige Mehrwertsteueraufschlüsselung wird beim Check-out bereitgestellt." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Weiter mit neuem Preis" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Der Nachname darf keine Sonderzeichen enthalten" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (in einigen Zimmern verfügbar)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Montag-Freitag: Immer geöffnet" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Attraktionen" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Suche" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ungültige Buchungsnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Punkte" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Keine Transaktionen verfügbar" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Code hinzufügen" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Stornierungsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkplätze können im Voraus reserviert werden: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "Zu viele Fehlversuche." - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Kann nicht zum Kalender hinzugefügt werden" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Entfernung zum Stadtzentrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Reservierungsnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Möchten Sie Ihr Konto wirklich trennen?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Neues Passwort stimmt nicht überein" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Mitglied" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Reiseziel oder Hotel eingeben" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Buche vergünstigte Aufenthalte für dich, deine Familie und Freunde!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Bezahlen Sie beim Check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Level-Fortschritt: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " von " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " Punkten erreicht" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Tag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Jetzt bezahlen" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Mein Aufenthalt im" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Der Friends & Family Tarif kann nur über FUSE gebucht werden." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Verbleibend bis zum Levelaufstieg" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Sie werden nun zu „Mein Bereich“ weitergeleitet." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Sie haben jetzt Ihre Zahlung storniert." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Innenpool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hoteleinrichtungen" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kopieren fehlgeschlagen" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Es tut uns leid, dass es nicht geklappt hat." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "auf " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie mit der Stornierung fortfahren möchten?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Erwachsener" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, Änderungen verwerfen" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Weiter" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Sie haben keine Punkte zum Übertragen." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "In die Zwischenablage kopiert" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Teilen Sie uns mit, welche Informationen und Updates Sie wie erhalten möchten, indem Sie auf den unten stehenden Link klicken." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Wegbeschreibung" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Gutschein" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Punkte hinzugefügt" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte versuchen Sie, sich stattdessen anzumelden." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Innenfenster mit Blick auf das Hotel" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle Kategorien" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Reservierungsbedingungen" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Zahlungsmethoden" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Zimmer ist vorausbezahlt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Sonderwünsche (optional)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alter" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Neue Daten" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Wechsel von" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Übersicht" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Angewandte Vorteile der Mitgliedschaft" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Erhalten Sie den Mitgliedspreis" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check-out" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km zum Stadtzentrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Samstag-Sonntag: Immer geöffnet" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Scandic Hotels entdecken" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Details zum Hotel anzeigen" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Gewünschter Bettentyp" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "Geschenk" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Geschenke" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " zu Ihren Vorteilen hinzugefügt" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotels in der Nähe von " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Siehe Preisdetails" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Wählen Sie Ihre Sprache" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Entspannen" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ungültige Daten" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "Um den Mitgliederpreis " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Punkte zum Ausgeben" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Nach Verfügbarkeit" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fehler bei der Abfrage des Einmal-Passworts" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Samstag-Sonntag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Erzielte Punkte" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Bitte wenden Sie sich an den Kundendienst, um die Daten zu aktualisieren." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Mein Profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Externes Fitnessstudio: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Einige Zimmer wurden erfolgreich storniert, aber bei anderen sind Probleme aufgetreten. Bitte wenden Sie sich an den Kundenservice für Unterstützung." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Karte des Landes" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Aktualisierung" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Sie haben genug Punkte für eine Bonusnacht!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ändern" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " Punkte verfallen" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Finden Sie uns" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Eingetauschte Punkte sind nicht levelqualifizierend." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Dauert länger als üblich" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Dieses Angebot konnte nicht aktiviert werden" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Buchungsübersicht" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Zimmerdetails anzeigen" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Betten-Optionen" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Ihre Konten sind verknüpft." - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Breadcrumbs" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Reiseziel" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Mit der Punkteeinlösung fortfahren?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Abmelden" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Raten" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic Hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Beginnen Sie Ihren Tag mit einem köstlichen Frühstück, bevor Sie " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erkunden. Buchen Sie jetzt Ihren Aufenthalt in einem Scandic Hotel!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Zimmer ansehen" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Classroom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gästedaten aktualisiert" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Hotels auf Karte anzeigen" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Mehr über das Hotel" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Bitte geben Sie den Code ein, der an " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " gesendet wurde, um Ihre Kontoverknüpfung zu bestätigen." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Siehe die Allgemeinen Geschäftsbedingungen für alle Teilnahmevoraussetzungen." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Diese Überprüfung ist für zusätzliche Sicherheit erforderlich." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Daten" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Fitnesseinrichtungen im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Neue Daten für den Aufenthalt" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Sie haben " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " Geschenke, die auf Sie warten!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Vervollständigen Sie die Buchung" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie die Karte mit der Endung " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " aus Ihrem Mitgliederprofil entfernen möchten?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Lassen Sie sich inspirieren und planen Sie schon jetzt Ihren nächsten Aufenthalt. Entdecken Sie weitere Reiseziele von Scandic." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " bietet " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Die Gäste können auch " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": " genießen. Buchen Sie noch heute Ihren Aufenthalt auf " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": "!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Zurück zu scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Ihr Level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Das Formular konnte nicht übermittelt werden, bitte versuchen Sie es später noch einmal." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Mit Karte reservieren" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Wenn nicht, gehen Sie bitte zurück und tun Sie dies, bevor Sie dies schließen. Sobald Sie diese Option schließen, wird Ihr Vorteil ungültig und aus \"Meine Vorteile\" entfernt." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Bei Nichterscheinen wird Ihre Kreditkarte mit dem Preis für die erste Nacht belastet." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Werden Sie noch heute Teil unseres Scandic Friends Programms. " - } - ], - "ECx6So": [ - { - "type": 0, - "value": "Im Bett der Eltern" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Entfernung zum Hotel: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Als Karte anzeigen" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Preis pro Tag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Anwenden" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Erzielte Punkte" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Preise" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotels, die in diesem Angebot enthalten sind" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Das Frühstück kann nur für die gesamte Aufenthaltsdauer und für alle Gäste hinzugebucht werden." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Die Mitarbeiternummer ist bereits mit einer anderen Scandic Friends-Mitgliedschaft verknüpft." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Finden" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Geben Sie eine gültige Telefonnummer ein." - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Dein Konto konnte nicht verbunden werden" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Vorname ist erforderlich" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Verfügbare Preise" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Nochmal" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "Um Ihre Reservierung zu sichern, bitten wir Sie um die Angabe Ihrer Kreditkartendaten. Seien Sie versichert, dass zu diesem Zeitpunkt keine Kosten anfallen." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "Im Hotel" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " Punkte " - }, - { - "children": [ - { - "type": 0, - "value": "oder " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " Nächte" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halbkreis" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Terminänderungen für alle Zimmer. Bitten Sie die Person, die den Aufenthalt gebucht hat, den Kundenservice zu kontaktieren." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Geschlossen" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Wenn Sie Ihre Buchung garantieren, halten wir die Buchung bis 07:00 Uhr bis zum Tag nach dem Check-in. Dies bietet Ihnen als Gast zusätzliche Flexibilität bei der Anreise." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Entfernen" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Greife hier in der Übersicht von Meine Seiten auf deine Teammitgliedskarte zu." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Ausstattungsmerkmale" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Ich akzeptiere die Buchungs- und Stornierungsbedingungen" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Kostenlose Parkplätze" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Geburtsdatum" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnächte mit Punktezahlung sind nicht mit Codes oder Gutscheinen kombinierbar." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Entdecken Sie die kleinen Extras, die Ihren nächsten Aufenthalt noch schöner machen." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garantieren" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Code/Gutschein" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Das Produkt konnte nicht hinzugefügt werden. Ihre Buchung ist garantiert. Bitte versuchen Sie es erneut." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " oder " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildergalerie" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Erkunden Sie " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Zurück zum Anfang" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Ihr Level-Status" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Gesamtbetrag inkl. MwSt." - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Ländercode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Tagungshotel" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ihre Mitgliedschaft" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Name" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Wie es funktioniert" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Barrierefreiheit" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Eine Bettenwahl ist erforderlich" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Parkplatz reservieren" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtern und sortieren" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Teammitglied" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Das Geburtsdatum fehlt" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Sie können Ihren Aufenthalt nicht finden?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-Punkte zum Umtauschen" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Das neue Passwort muss erneut eingegeben werden." - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Wir haben keine freien Zimmer mit diesem Buchungscode gefunden (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Verfügbare Übernachtungspreise sind unten zu sehen." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Haustierfreundlich" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Städte" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Jahr" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Wir sind noch dabei, Ihre Buchung zu bestätigen. Dies ist normalerweise eine Sache von Minuten und wir entschuldigen uns für die Wartezeit. Bitte überprüfen Sie Ihren Posteingang auf eine Buchungsbestätigung per E-Mail. Sollten Sie diese bis zum Ende des Tages noch nicht erhalten haben, wenden Sie sich bitte an unseren " - }, - { - "children": [ - { - "type": 0, - "value": "Kundensupport" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Zum Levelaufstieg benötigte Punkte" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Fahrradfreundlich" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Benutzer nicht gefunden" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Letzte Suchen" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Frühstück (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformationen" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, meine Karte entfernen" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Keine Fenster" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Meine gespeicherten Karten" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Anzahl der Übernachtungen" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Optional" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Mitgliedschaft konnte nicht verifiziert werden" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Zimmer ändern" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsener" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Das Frühstücksangebot kann im Hotel erworben werden." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "Stand heute" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Zimmer entfernen" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Passwort anzeigen" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Zurückliegend" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Durch das Verknüpfen Ihrer Konten akzeptieren Sie die " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen für das Verknüpfen von Scandic Friends- und SAS EuroBonus-Konten" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " übrig" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Alle anzeigen" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontaktieren Sie die Person, die den Aufenthalt gebucht hat" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Fertig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Einstellungen verwalten" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Ort (in der Landessprache angezeigt)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Öffnen" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Reservierungsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Rechnung herunterladen" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Aktionscode kopieren" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Es ist etwas schiefgelaufen" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Anzahl der Gäste" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Passwort verstecken" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Immer geöffnet" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Erkunden Sie " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Als Liste anzeigen" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Sind Sie bereits Mitglied?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Aktuelles Mitgliedsjahr" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Preis ohne Mehrwertsteuer" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "Punkte" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Es dürfen nicht mehr Kinder im Bett der Erwachsenen schlafen als Erwachsene im Zimmer sind" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Punkte einlösen" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Kontoverknüpfung aufheben" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotelausstattung" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Meine Aufenthalte" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "MwSt." - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Geburtsdatum stimmt nicht überein" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Punkte verfallen drei Jahre nach ihrer Gutschrift am letzten Tag des jeweiligen Monats. Verfallende Punkte haben keinen Einfluss auf Ihr Level." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Offen für Bewerbungen" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Mitgliedsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Aktualisierung der Gästedaten fehlgeschlagen" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dieses Zimmer ist ausgestattet mit" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Upgrade für Ihren Aufenthalt" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Levelaufstieg zum Freischalten" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MEINE GESPEICHERTEN KARTEN" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Mitgliedschafts-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Sind Sie sicher, dass Sie dieses Produkt entfernen möchten?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Details" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Wenn Sie dies schließen, wird Ihr Vorteil entfernt" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Vorherige Seite" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Gesamt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Umgebung des Hotels" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Meine Zahlungskarten" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Mit Punkteumtausch fortfahren?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Frühstücksoptionen auswählen" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Breadcrumbs für diese Seite sind fehlgeschlagen ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Ihr Scandic Friends Level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " hat Sie auf " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " hochgestuft" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frühstück kann nach der Buchung gegen eine zusätzliche Gebühr hinzugefügt werden." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Mittagessen" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Sie haben keinen Code erhalten? " - }, - { - "children": [ - { - "type": 0, - "value": "Code erneut senden" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Die Punkte, die Sie in diesem Jahr sammeln, bestimmen Ihr Level sowohl für dieses als auch für das nächste Mitgliedsjahr." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bestätigen" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " verfügbare Punkte" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Willkommen im" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gäste" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Aktuelles Passwort" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " für Zimmer " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Geliefert am:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Lassen Sie uns Freunde sein!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, ich akzeptiere die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Dort erfahren Sie mehr darüber, welche Daten wir verarbeiten, welche Rechte Sie haben und an wen Sie sich bei Fragen wenden können." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Indem ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine persönlichen Daten für diese Buchung in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Datenschutzbestimmungen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Ich akzeptiere auch, dass Scandic während meines Besuchs eine gültige Zahlungskarte benötigt, falls etwas unbezahlt bleibt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Zahlung" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "oder" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Alle Hotels in " - }, - { - "type": 1, - "value": "country" - }, - { - "type": 0, - "value": " anzeigen" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "PUNKTE" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "bis zum Beibehalten des Levels" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Getränke" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " zu Ihrer Buchung hinzugefügt!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in nach 18:00 Uhr" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Die Mitgliedsnummer kann für zwei verschiedene Zimmer nicht dieselbe sein" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Daten ändern" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Melden Sie sich in Ihrem SAS EuroBonus-Konto an, um die Kontoverknüpfung zu bestätigen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Zum Preis von" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Wenn ich mit einer der verfügbaren Zahlungsmethoden bezahle, akzeptiere ich die Bedingungen für diese Buchung sowie die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- & Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet. Ich akzeptiere außerdem, dass Scandic während meines Aufenthalts eine gültige Zahlungskarte verlangt, falls etwas unbezahlt bleibt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Punkte" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Buchung abschließen" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Datum" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Meine Extras" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Bewertungen auf Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Buchen Sie Ihren nächsten Aufenthalt" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Gesamtkosten: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Punkte werden berechnet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Beckentiefe: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Verknüpfen Sie Ihre Beschäftigung, um auf Benefits zuzugreifen" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live-Events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Alle Angebote anzeigen" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "Zu erhaltende SF-Punkte" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Abmelden" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere Scandic Hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Entdecken Sie " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", und mehr! Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Willkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle Nebenkosten sind bis " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " voll erstattungsfähig. Zeitauswahl und Sonderwünsche sind ebenfalls änderbar." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Entdecken Sie Scandic in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Buchen Sie jetzt!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Zusatzbett (Kind) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beschreibung" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ziel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Reiseziele" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hauptmenü" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Wir konnten Ihre Konten nicht verbinden. Bitte kontaktieren Sie uns und wir helfen Ihnen, dies zu lösen." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Die Zahlung erfolgt beim Check-in. Die Karte wird nur verwendet, um Kosten im Falle eines Nichterscheinens zu garantieren." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Es ist ein Fehler aufgetreten und wir konnten Ihre Karte nicht entfernen. Bitte versuchen Sie es später noch einmal." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Ihre Konten sind bereits verknüpft." - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Meine Beschäftigung verknüpfen" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Geben Sie im nächsten Schritt eine Zahlungskarte an." - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Ihre Karte wurde erfolgreich entfernt!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Neue Karte hinzufügen" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Freitag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fehler: Benutzer nicht gefunden" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Pro Nacht ab" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabarett-Bestuhlung" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Bitte Daten auswählen" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "Nacht" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Meine Vorteile" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Bitte versuchen Sie, Ihre Suche für dieses Reiseziel zu ändern oder sehen Sie sich alternative Hotels an." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Siehe Details" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Neues Passwort ist erforderlich" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Bitte rufen Sie " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " an oder schicken Sie uns eine E-Mail an " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": ", wenn Sie Hilfe bei Ihrer Bestellung benötigen." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends Links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Buchung insgesamt" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, Konten trennen" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nein, Karte behalten" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Buchung verwalten" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Zusammenfassung" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Wenn Sie nicht automatisch weitergeleitet werden, klicken Sie bitte " - }, - { - "children": [ - { - "type": 0, - "value": "hier" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Es sieht so aus, als ob kein Standort mit Ihren Filtern übereinstimmt. Versuchen Sie, Ihre Suche anzupassen, um den perfekten Aufenthalt zu finden." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nein, zurück" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Meine Konten verknüpfen" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Besondere Bedürfnisse" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Mehr lesen" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtern nach" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familienfreundlich" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Frist: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Öffnungszeiten" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Stornierungsbedingungen" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Zurück zu Meine Seiten" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Erforderlich" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Finden Sie Ihre Buchung" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Ups! Beim Anzeigen Ihrer Überraschung ist etwas schiefgegangen. Bitte aktualisieren Sie die Seite oder versuchen Sie es später noch einmal. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support unter " - }, - { - "children": [ - { - "type": 0, - "value": "." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Hotelextras ansehen und hinzufügen" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check-in ab: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Entdecken Sie alle unsere Hotels" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben. Bitte kontaktieren Sie uns und wir werden Ihnen helfen, das Problem zu lösen." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hey " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Monat" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Stadt" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Eingelöst & gültig bis:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Meine Kommunikationspräferenzen" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Bild öffnen" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Schnell sein und Punkte nutzen, bevor sie ablaufen!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Buchung garantiert." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Erlebnisse in der Nähe vom " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Maße" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Bereits Scandic Friends Mitglied?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservierungsbedingungen" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Anzeigen und hinzufügen" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Sie haben genug Punkte für eine Bonusnacht!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Theater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max. " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " Pers." - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Preis inkl. MwSt." - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Umgebung des Hotels" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Neuen Code senden" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Ihr Aufenthalt wurde aktualisiert" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Menü - Meine Seiten" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " einlösbare Punkte, die verfallen bis zum " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inklusive" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Fenster mit natürlichem Tageslicht" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du bist leider nicht berechtigt, Mitarbeiter-Benefits zu erhalten." - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Keine passenden Hotels gefunden" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktivitäten" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dadurch werden alle durch die Verknüpfung gewonnenen Mitgliedschaftslevel entfernt. Sie können Ihre Konten innerhalb von 30 Tagen erneut verknüpfen." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Außenpool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Sprachmenü öffnen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Müssen Sie Ihren Namen aktualisieren? Bitte kontaktieren Sie den Mitgliederservice unter " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " oder " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Empfohlen" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Dein SAS EuroBonus-Level hat dich auf " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " hochgestuft!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDERE ZAHLUNGSARTEN" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Bearbeiten Sie Ihre persönlichen Angaben." - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant und Bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Zurück zur Liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km zum Stadtzentrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Ihr Mitgliedslevel" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Parkplätze" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " Gäste" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gästeinformationen" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Sie müssen mindestens 18 Jahre alt sein, um fortzufahren" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Meetings & Events im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Wir haben ein besonderes Geschenk für Sie!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Ihre Buchung(en) wurde(n) bestätigt, aber wir konnten Ihre Mitgliedschaft nicht verifizieren. Wenn Sie mit einem Mitgliederrabatt gebucht haben, müssen Sie entweder Ihre bestehende Mitgliedsnummer beim Check-in vorlegen, Mitglied werden oder die Preisdifferenz im Hotel bezahlen. Die Anmeldung erfolgt vorzugsweise online vor Ihrem Aufenthalt." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Buchen Sie jetzt Ihren Aufenthalt!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Preisinformationen" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Es sind keine Zimmer verfügbar, die Ihrer Anfrage entsprechen." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Fehlt ein vorheriger Aufenthalt?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Samstag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Wenn Sie ein Sonderangebot oder einen von Unternehmen ausgehandelten Tarif buchen, benötigen Sie einen speziellen Buchungscode. Bitte verwenden Sie keine Sonderzeichen wie (.) (,) (-) (:). Wenn Sie mit dem Code VOF buchen möchten, rufen Sie uns bitte an unter +46 8 517 517 20. Speichern Sie Ihren Buchungscode für den nächsten Besuch der Seite, indem Sie das Kästchen \"Merken\" anklicken. Kreuzen Sie das Kästchen nicht an, wenn Sie einen öffentlichen Computer benutzen, um einen unbefugten Zugriff auf Ihren Buchungscode zu vermeiden." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, ich möchte meine Punkte einlösen." - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Gästedaten ändern" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Karte ansehen" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " bis " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " Zeichen" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Bei der Suche ist ein Fehler aufgetreten, bitte versuchen Sie es erneut." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frühstücksbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, ich möchte meine Punkte einlösen" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Sprachmenü schließen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontaktieren Sie uns:" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Wohin als nächstes?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Zimmerdetails" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Verspätete Ankunft" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Beleuchtung" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Ihr Aufenthalt wurde storniert" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Meine Vorteile" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check-in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Stornierung bestätigen" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Wochenendpreise" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etage " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergikerfreundliches Zimmer" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Vorteil einlösen" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Ihr Aufenthalt wurde zu den Bedingungen von " @@ -5222,680 +6219,173 @@ "value": " gebucht, die eine Stornierung leider nicht zulassen." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Zimmerpreis für Mitglieder aktiviert" + "value": "Daten ändern" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle Extras werden zur gleichen Zeit geliefert. Änderungen der Lieferzeiten wirken sich auf frühere Extras aus." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Konten verknüpfen" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Alle Fotos anzeigen" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkplätze können im Voraus reserviert werden: Nein" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kundenservice kontaktieren" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Nächste Seite" + "value": "Bitte wenden Sie sich an den Kundendienst, um die Daten zu aktualisieren." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Dienstag" + "value": "An diesen Tagen sind leider keine Einzelzimmer verfügbar" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Sie werden zu SAS weitergeleitet" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Melden Sie sich an oder loggen Sie sich während der Buchung ein, um die Preise für Mitglieder zu erhalten." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Bitte geben Sie den Code ein, der an " + "value": "Bitte rufen Sie " }, { - "children": [], - "type": 8, - "value": "maskedContactInfo" + "type": 1, + "value": "phone" }, { "type": 0, - "value": " gesendet wurde, um Ihre Konten zu entkoppeln." - } - ], - "YLaPK4": [ + "value": " an oder schicken Sie uns eine E-Mail an " + }, + { + "type": 1, + "value": "email" + }, { "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, muss die Stornierung von der Person vorgenommen werden, die die Buchung vorgenommen hat. Bitte rufen Sie 08-517 517 00 an, um mit unserem Kundenservice zu sprechen, wenn Sie weitere Hilfe benötigen." + "value": ", wenn Sie Hilfe bei Ihrer Bestellung benötigen." } ], - "YNOT+4": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, - "value": "SAS EuroBonus" + "value": "Anrufen" } ], - "YQSAjc": [ + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": "Bitte versuchen Sie es erneut oder wenden Sie sich an den Kundenservice!" + "value": "Senden Sie eine E-Mail" } ], - "YRf15g": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Sie haben keine bevorstehenden Aufenthalte." + "value": "Finden Sie uns" } ], - "YcJPLq": [ - { - "type": 0, - "value": "Zurück zur Zimmerauswahl" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Meine Extras" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Da es sich um einen Aufenthalt mit mehreren Zimmern handelt, gelten alle Datenänderungen für alle Zimmer. Bitte kontaktieren Sie den Kundenservice, um die Daten zu aktualisieren." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Preis auswählen" - } - ], - "Yqh1DM": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, "value": "Umbuchen" } ], - "YqklRf": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Ziel erforderlich" + "value": "Sind Sie sicher, dass Sie dieses Produkt entfernen möchten?" } ], - "Z+d8/1": [ + "myStay.yourMemberLevel": [ { "type": 0, - "value": "Verfallsdatum" + "value": "Ihr Mitgliedslevel" } ], - "Z1zOlM": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Sie müssen mit demselben Mitgliedskonto angemeldet sein, mit dem die Buchung vorgenommen wurde." + "value": "Ihre Zimmer" } ], - "ZDo52U": [ + "openingHours.alternateOpeningHours": [ { "type": 0, - "value": "Stehtisch" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Frühstück (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Abwechselnde Öffnungszeiten (" }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "Durch die Annahme der " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": " stimme ich zu, meine Beschäftigung zu verknüpfen, um Vorteile zu erhalten. Die Verbindung bleibt während meiner Beschäftigung aktiv oder bis ich mich abmelde, indem ich eine E-Mail an den Kundendienst von Scandic sende." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Mitgliedspreis" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Sie konnten Ihren Aufenthalt nicht aktualisieren" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " und " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " sind aufeinander abgestimmt. Steigen Sie in einer Ihrer Mitgliedschaften auf, um sich für ein Upgrade zu qualifizieren!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Bewertungen" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Zurück zur Übersicht" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Bedingungen und Konditionen" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Anmelden und verknüpfen" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Umgetauschte Punkte sind nicht qualifizierend für die Statusebene." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Benutzerinformationen" - } - ], - "a29bG7": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " entdecken. Genießen Sie Ihren Aufenthalt in einem Scandic Hotel. Buchen Sie jetzt!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative Räume für Meetings" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Abendessen" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Kinder bis 12 Jahre frühstücken kostenlos, wenn die erwachsenen Begleitpersonen das Frühstück im Voraus mitgebucht haben." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Länder" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Vor dem 1. Mai 2021 gesammelte Punkte" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Mehr anzeigen" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Fehler beim Laden dieser Seite (" - }, - { - "type": 1, - "value": "errorId" + "value": "name" }, { "type": 0, "value": ")" } ], - "acrOoz": [ + "openingHours.alwaysOpen": [ { "type": 0, - "value": "Weiter" + "value": "Immer geöffnet" } ], - "agfF5E": [ + "openingHours.closed": [ { "type": 0, - "value": "Zimmer hinzufügen" + "value": "Geschlossen" } ], - "al7kXG": [ + "overview.friend.highestLevel": [ { "type": 0, - "value": "Ihre Konten wurden erfolgreich verknüpft!" + "value": "Höchstes Level" } ], - "aoWE20": [ + "overview.membershipNumber.label": [ { "type": 0, - "value": "Bitte versuchen Sie es später noch einmal" + "value": "Mitgliedschafts-ID:" } ], - "awMt55": [ + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Datumsänderung bestätigen" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andere Anfragen" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Kostenlos für Kinder (unter 4 Jahren)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Montag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Preis" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Mitgliedschafts-Nr. " + "value": " einlösbare Punkte, die verfallen bis zum " }, { "type": 1, - "value": "value" + "value": "date" } ], - "b6HTvK": [ + "overviewTable.levelSummary.pointsOrNights": [ { - "type": 0, - "value": "Sie sind dabei, folgendes zu tauschen:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Bitte wenden Sie sich an den " - }, - { - "children": [ - { - "type": 0, - "value": "Kundendienst" - } - ], - "type": 8, - "value": "link" + "style": null, + "type": 2, + "value": "pointsAmount" }, { "type": 0, - "value": "." - } - ], - "b95yI6": [ + "value": " Punkte oder " + }, { - "type": 0, - "value": "Anrufen" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" + "style": null, + "type": 2, + "value": "nightsAmount" }, { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": " Nächte" } ], - "bGHK6l": [ + "overviewTable.yourLevel": [ { "type": 0, - "value": "Hotels in " - }, - { - "type": 1, - "value": "location" + "value": "Ihr Level" } ], - "bH2sNZ": [ - { - "type": 0, - "value": "Zurück zur Zimmerauswahl" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Bitte beachten Sie, dass dies obligatorisch ist und Ihre Karte nur im Falle eines Nichterscheinens belastet wird." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Der eingegebene Code ist nicht korrekt." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fehler: Es konnte kein Benutzer geladen werden" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Gesamtbetrag ohne MwSt." - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Menü öffnen" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Wohin?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Punkte zum Ausgeben" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Buchen" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Nicht stornieren" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Wechsel von" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Zimmerpreis" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Übernachtungsrate" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle Preise" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Daten auswählen" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " bietet " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Die Gäste können auch " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " und " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": " genießen." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Ihr Mitgliedslevel" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ + "parkingInformation.address": [ { "type": 0, "value": "Adresse: " @@ -5905,775 +6395,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategorie" + "value": "Zum Preis von" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-Punkte zum Umtauschen" + "value": "Parkplatz reservieren" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Der neue Preis ist" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktische Informationen" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Möchten Sie Ihre Gastdaten wirklich ändern?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Meine Zimmer" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Zurück" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "Im Kinderbett" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Theater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Jetzt anmelden" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Gutschein" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Gutscheine" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Buchungsgarantie bei verspäteter Ankunft" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status des Levelabgleichs" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Zurück zu den Städten" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Ab" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Sammeln Sie Punkte bei Aufenthalten im Scandic. Verwandeln Sie Ihre Punkte in kostenlose Übernachtungen und unvergessliche Erlebnisse." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Mit Ihrer Anmeldung akzeptieren Sie die " - }, - { - "children": [ - { - "type": 0, - "value": "Allgemeinen Geschäftsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ihre Scandic Friends-Mitgliedschaft ist bis auf Weiteres gültig und kann jederzeit durch Kontaktaufnahme mit dem Scandic-Mitgliederservice beendet werden." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Bewertungen" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Bitte warten Sie eine Stunde, bevor Sie es erneut versuchen." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Hotels" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Wenn Sie Ihre Buchung mit einer Kreditkarte garantieren, halten wir die Buchung bis 07:00 Uhr am Tag nach dem Check-in aufrecht." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Einen Moment Geduld..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Menü schließen" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Änderungen" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Diese Aktion ist abgelaufen" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Niedrigster Preis (letzte 30 Tage)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Buchungscode-Preise" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpreis" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Entfernung zum Fitnessstudio: " + "value": "Entfernung zum Hotel: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Fitnesseinrichtungen im " + "value": "Kostenlose Parkplätze" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Anzahl der Ladestationen für Elektroautos: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " in " + "value": "Anzahl der Parkplätze: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Erhalten Sie den Scandic Friends Zimmerpreis" + "value": "Preis für 24 Stunden" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Ausstattung" + "value": "Preis pro Tag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Ohne Frühstück, im nächsten Schritt können Sie das Frühstück hinzufügen." + "value": "Preis pro Stunde" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + "value": "Preis pro Nacht" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adresse" + "value": "Preise" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Ehemaliges Scandic Hotel" + "value": "Parkplätze können im Voraus reserviert werden: Nein" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Geburtsdatum" + "value": "Parkplätze können im Voraus reserviert werden: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " aus " - }, - { - "type": 1, - "value": "total" + "value": "Preise an Wochentagen" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Preis pro Haustier inklusive Mehrwertsteuer" + "value": "Wochenendpreise" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alle Änderungen, die Sie vorgenommen haben, gehen verloren." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Angebot aktivieren" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "In " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " Tagen" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Ihre eingetauschten Punkte behalten ihr ursprüngliches Ablaufdatum mit einer maximalen Gültigkeit von 12 Monaten." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Ich könnte später als 18:00 Uhr ankommen und möchte meine Buchung garantieren." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-Punkt = 2 Scandic Friends-Punkte" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Mit Punkten buchen" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Upgrade gültig bis" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Nacht" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Nächte" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Nicht inbegriffen" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "neues Zimmer" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "neue Zimmer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Neues Passwort" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Auf der Karte ansehen" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Mitgliedschafts-ID: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus Punkte" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Barrierefreiheit" + "value": "Um mit EuroBonus-Punkten zu buchen, stellen Sie sicher, dass Sie in Ihrem SAS EuroBonus-Konto angemeldet sind." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Zahlungsmethode auswählen" + "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Zurück zum Bearbeiten" + "value": "1 EuroBonus-Punkt = 2 Scandic Friends-Punkte" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Wegbeschreibung" + "value": "EB-Punkte zum Umtauschen" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Fenster mit natürlichem Tageslicht und Verdunkelungsmöglichkeiten" + "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Krippe (Kind) × " - }, - { - "type": 1, - "value": "count" + "value": "Wechsel von" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gültig bis " - }, - { - "type": 1, - "value": "date" + "value": "Punkte einlösen" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Dieses Zimmer ist nicht verfügbar" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Es scheint, dass Sie Ihre Scandic Friends- und SAS EuroBonus-Konten bereits verknüpft haben!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Ich komme möglicherweise später als 18:00 Uhr an und möchte meine Buchung mit einer Kreditkarte garantieren." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Zimmerkategorie" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Datum wählen" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Gesamtpreis" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. MwSt.)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Vor- und Nachname können für zwei verschiedene Zimmern nicht identisch sein" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Nur Ziffern sind erlaubt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Mitglieds-ID in die Zwischenablage kopiert" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Diese Kampagne ist nicht verfügbar" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "VORAUSZAHLUNG" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Ihre Konten sind jetzt nicht mehr verknüpft" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sortieren nach" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Ihr Aufenthalt bleibt für den Check-in nach 18:00 Uhr verfügbar." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-Mail Adresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Anreisedatum" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontaktieren Sie unseren Mitgliederservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Lang " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Letzter Schritt" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Fehlende Punkte einfordern" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotels & Reiseziele" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Leider ist eines der von Ihnen ausgewählten Zimmer ausverkauft. Bitte wählen Sie ein anderes Zimmer, um fortzufahren." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "Alter" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Beckentiefe: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Aufenthalt stornieren" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Mit der Buchungsbestätigung wird das Zimmer bei später Anreise garantiert. Bei Nichtanreise ohne vorherige Stornierung oder bei Stornierung nach 18:00 Uhr Ortszeit wird Ihnen eine Bonusnacht in Rechnung gestellt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Ihre Transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Barrierefreies Zimmer" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alter ist erforderlich" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Keine Sorge, wir werden in Zukunft neue spannende Angebote und Aktionen zaubern. Bleiben Sie dran!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6717,104 +6599,171 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Wir benötigen Ihr Geburtsdatum, um Ihr Scandic Friends-Konto mit Ihrem SAS EuroBonus-Konto zu verknüpfen. Bitte überprüfen Sie, ob es korrekt ist." + "value": "Ihre eingetauschten Punkte behalten ihr ursprüngliches Ablaufdatum mit einer maximalen Gültigkeit von 12 Monaten." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Änderungen Ihres Levelabgleichs können bis zu 24 Stunden dauern, bis sie angezeigt werden." + "value": "Tauschen gegen" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Angebot entdecken" + "value": "Eingetauschte Punkte sind nicht levelqualifizierend." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Einkaufen & Essen gehen" + "value": "Richtlinien" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Sie haben zu vieles Codes angefordert." + "value": "Raten" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Uhrzeit" + "value": " Punkte" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Wir konnten keinen passenden Standort für Ihre Suche finden." + "value": "EB-Punkte" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Keine Ergebnisse" + "value": "Einloggen" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, - "value": "Bitte versuchen Sie es später noch einmal oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht." - } - ], - "jKKg2o": [ + "value": "Hi " + }, + { + "type": 1, + "value": "fName" + }, { "type": 0, - "value": "Alle Filter löschen" - } - ], - "jNJj4c": [ + "value": " " + }, + { + "type": 1, + "value": "lName" + }, { "type": 0, - "value": "Pro Erwachsener/Nacht" + "value": "!" } ], - "jTdXOS": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, - "value": "Kartenzahlung im Hotel" + "value": "Sie haben keine Punkte zum Übertragen." } ], - "jVJPS0": [ + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, { "type": 0, - "value": "Meine Mitgliedskarten" + "value": " p" } ], - "jbf7bd": [ + "partnerSas.proceedWithPointExchange": [ { "type": 0, - "value": "Punkteabzug jetzt" + "value": "Mit Punkteumtausch fortfahren?" } ], - "jdJhOL": [ + "partnerSas.sasEuroBonus": [ { "type": 0, - "value": "Telefonnummer" + "value": "SAS EuroBonus" } ], - "jl6vV5": [ + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "Zu erhaltende SF-Punkte" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Möchten Sie Ihr Konto wirklich trennen?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dadurch werden alle durch die Verknüpfung gewonnenen Mitgliedschaftslevel entfernt. Sie können Ihre Konten innerhalb von 30 Tagen erneut verknüpfen." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Kontoverknüpfung aufheben" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, ich möchte meine Punkte einlösen." + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, Konten trennen" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Sie sind dabei, folgendes zu tauschen:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Nur erlaubte Zeichen" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Passwort verstecken" + } + ], + "passwordInput.lengthRequirement": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": " bis " }, { "type": 1, @@ -6822,807 +6771,194 @@ }, { "type": 0, - "value": " cm" + "value": " Zeichen" } ], - "jlqOPq": [ - { - "type": 0, - "value": "Land wird benötigt" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Speichern" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle Standorte" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkinformationen für das " - }, + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Nordic Swan Ecolabel" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktdetails" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Kostenlos für Kinder bis einschl. 12 Jahre." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle Hotels und Büros" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Sehen Sie sich die in Ihrem Profil gespeicherten Kreditkarten an. Bezahlen Sie mit einer gespeicherten Karte, wenn Sie angemeldet sind, für ein reibungsloses Buchungserlebnis." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Karte aus dem Mitgliederprofil entfernen" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Aufenthalt im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel in " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Aktuelles Passwort ist erforderlich" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Scandic Friend werden" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkarte" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Beleg anzeigen und drucken" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Kinder" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Folgen Sie uns" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Je nach Verfügbarkeit" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ergebnis" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Ergebnisse" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Auszeichnungen und Zertifizierungen" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Weitere Wünsche" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Gesamtpreis inkl. MwSt." - } - ], - "lOax91": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diese Buchung und die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": " Geschäftsbedingungen " - } - ], - "type": 8, - "value": "termsAndConditionsLink" }, { "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diese Buchung gemäß " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics Datenschutzrichtlinie " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeitet." + "value": " Kleinbuchstabe" } ], - "lQupxa": [ + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "Neues Passwort" + } + ], + "passwordInput.numberRequirement": [ { "type": 1, - "value": "roomName" + "value": "count" }, { "type": 0, - "value": " Zimmer wurde storniert" + "value": " Nummer" } ], - "lRFxwz": [ + "passwordInput.showPassword": [ { "type": 0, - "value": "Hast du noch kein Scandic Friends-Konto?" + "value": "Passwort anzeigen" } ], - "leypoy": [ - { - "type": 0, - "value": "Keine Fenster, aber hervorragende Beleuchtung" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Preis pro Stunde" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gast" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Gäste" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Kostenlose Umbuchung" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Mittwoch" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Zusatzbett wird zusätzlich zur Verfügung gestellt" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Buchungsbestätigung" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Wenn Du glaubst, dass es sich um einen Fehler handelt, kontaktiere uns bitte für Unterstützung." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sonntag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Über Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrieren und verknüpfen" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Preis 0,16 €/min + Ortsnetz- oder Mobilfunkgebühr" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Keine Preise verfügbar" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Stornierungen" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museen" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Bettpräferenz" - } - ], - "mvtRip": [ + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "roomSize" + "value": "count" }, { "type": 0, - "value": " m²" + "value": " Sonderzeichen" } ], - "mycQV4": [ - { - "type": 0, - "value": "Preis für 24 Stunden" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen für " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frühstück" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Bis " + "value": "count" }, + { + "type": 0, + "value": " Großbuchstabe" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Meine gespeicherten Karten" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Fehlende Punkte einfordern" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Fehlt ein vorheriger Aufenthalt?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Verfallsdatum" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Sammeln Sie Punkte bei Aufenthalten im Scandic. Verwandeln Sie Ihre Punkte in kostenlose Übernachtungen und unvergessliche Erlebnisse." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Punkte verfallen drei Jahre nach ihrer Gutschrift am letzten Tag des jeweiligen Monats. Verfallende Punkte haben keinen Einfluss auf Ihr Level." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, - "value": "time" + "value": "expiringPoints" }, { "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" + "value": " Punkte verfallen" } ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle Länder" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Tolle Neuigkeiten! Sie können sich direkt in Ihrem Member-Profil einloggen, um alle Ihre Benefits zu entdecken!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerleistungen" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Geburtsdatum: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indoor Fenster und hervorragende Beleuchtung" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Diese Kampagne ist aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Sie haben das Hinzufügen einer neuen Kreditkarte abgebrochen." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Buchung finden" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Was Sie tun müssen, um eine Buchung zu garantieren:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Profil bearbeiten" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Wir konnten im Moment keine Karte hinzufügen, bitte versuchen Sie es später noch einmal." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Als unser Mitglied im " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Informationen zur Barrierefreiheit für " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, "value": "Verfallende Punkte" } ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " hat Ihr Scandic Friends-Level auf " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " hochgestuft" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Neues Passwort erneut eingeben" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " Gäste" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Wechseln zu" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " ab " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Aktuelle Punkte: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Details zum Zimmer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Sie müssen eingeloggt sein, um Ihre Buchung zu sehen" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnacht" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Anmelden" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Verknüpftes Konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Die Postleitzahl darf nur Zahlen und Buchstaben enthalten" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Zimmer & Gäste" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Zum Kalender hinzufügen" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Zurück" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Kostenlose Stornierung" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Vielen Dank für Ihre Buchung! Wir freuen uns auf Sie und wünschen Ihnen einen angenehmen Aufenthalt." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkinformationen für " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Zimmer " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Vorname" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Mitgliedschafts-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Gesteigert durch SAS bis " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, "value": "So lösen Sie Punkte ein" } ], - "paywpC": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Erlebnisse in der Nähe vom " + "value": "In " }, { "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ + "value": "days" + }, { "type": 0, - "value": "Über das Hotel" + "value": " Tagen" } ], - "pe7UAe": [ + "points.pointsToSpendCard.onDate": [ { "type": 0, - "value": "Benachrichtigung schließen" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Ergebnisse anzeigen ( " + "value": "auf " }, { "type": 1, - "value": "count" + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Gutschein" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Gutscheine" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MwSt. " + }, + { + "type": 1, + "value": "vat" }, { "type": 0, - "value": " )" + "value": " %" } ], - "pkBQ0q": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "An diesen Tagen sind leider keine Einzelzimmer verfügbar" + "value": "Durchschnittspreis pro Nacht" } ], - "pmewv7": [ + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Frühstück (" + }, { "offset": 0, "options": { @@ -7633,7 +6969,7 @@ }, { "type": 0, - "value": " zimmertyp" + "value": " Erwachsene" } ] }, @@ -7644,269 +6980,333 @@ }, { "type": 0, - "value": " Zimmertypen" + "value": " Erwachsene" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "numberOfRooms" + "value": "totalAdults" }, { "type": 0, - "value": " verfügbar" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Später zahlen" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Beliebt" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, einlösen" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Wir hatten ein Problem bei der Bearbeitung Ihrer Buchung. Bitte versuchen Sie es erneut. Es wurden keine Gebühren erhoben." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Mit Punkten bezahlen" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Donnerstag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Die eingegebene Nummer ist zu kurz" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Entdecke alle deine Vorteile" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Meetingraum buchen" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Es sieht so aus, als ob keine Hotels mit Ihren Filtern übereinstimmen. Versuchen Sie, Ihre Suche anzupassen, um das perfekte Hotel zu finden." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Teammitgliedskarte anzeigen" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garantierte Spätanreise" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " ab " + "value": ") x " }, { "type": 1, - "value": "checkOutTime" + "value": "totalBreakfasts" } ], - "qnQYqN": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, - "value": "Sie müssen unsere Allgemeinen Geschäftsbedingungen akzeptieren" - } - ], - "qozDRN": [ + "value": "Frühstück (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kind" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kinder" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, { "type": 0, - "value": "Nummer: " + "value": ") x " }, { "type": 1, - "value": "membershipNumber" + "value": "totalBreakfasts" } ], - "qsSX7b": [ + "priceDetails.roomCharge": [ { - "style": null, - "type": 2, - "value": "pointsAmount" + "type": 0, + "value": "Zimmerpreis" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Gesamtpreis inkl. MwSt." + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Sie haben das Hinzufügen einer neuen Kreditkarte abgebrochen." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Beim Hinzufügen einer Kreditkarte ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Ihre Karte wurde erfolgreich gespeichert!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Es ist ein Fehler aufgetreten und wir konnten Ihre Karte nicht entfernen. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Ihre Karte wurde erfolgreich entfernt!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Sind Sie sicher, dass Sie die Karte mit der Endung " + }, + { + "type": 1, + "value": "lastFourDigits" }, { "type": 0, - "value": " Punkte oder " + "value": " aus Ihrem Mitgliederprofil entfernen möchten?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nein, Karte behalten" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Karte aus dem Mitgliederprofil entfernen" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Wir konnten im Moment keine Karte hinzufügen, bitte versuchen Sie es später noch einmal." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, meine Karte entfernen" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Bitte versuchen Sie es später noch einmal oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Beim Versuch, Ihre Einstellungen zu verwalten, ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Einstellungen verwalten" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Angebot aktivieren" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampagne: " }, { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " Nächte" + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "qyJtWy": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Weniger anzeigen" + "value": "Dieses Angebot konnte nicht aktiviert werden" } ], - "qyg1/Z": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Ihre Mitgliedschaft" + "value": "Keine Sorge, wir werden in Zukunft neue spannende Angebote und Aktionen zaubern. Bleiben Sie dran!" } ], - "qzoK2Y": [ - { - "type": 0, - "value": "Bewertungen & Rezensionen" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Wir benötigen einige weitere Angaben, um Ihre Identität zu bestätigen." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Karte schließen" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Nicht genügend Punkte" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Bildergalerie öffnen" - } - ], - "rDDShN": [ + "promoCampaign.ifThisProblemPersists": [ { "type": 0, "value": "Wenn dieses Problem weiterhin besteht" } ], - "rFiwdX": [ + "promoCampaign.logIn": [ { "type": 0, - "value": "Für die Suche nach einem Hotelzimmer wird ein Reiseziel oder ein Hotelname benötigt." + "value": "Anmelden" } ], - "rIBC37": [ + "promoCampaign.seeAllOffers": [ { "type": 0, - "value": "Erfolgreich aktualisiertes Profil!" + "value": "Alle Angebote anzeigen" } ], - "rNwB7N": [ + "promoCampaign.termsAndConditionsText": [ { "type": 0, - "value": "Meetings & Events im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" + "value": "Siehe die Allgemeinen Geschäftsbedingungen für alle Teilnahmevoraussetzungen." } ], - "rYxTxc": [ + "promoCampaign.thisCampaignIsActive": [ { "type": 0, - "value": "Das gewisse Extra" + "value": "Diese Kampagne ist aktiv" } ], - "rb5xpI": [ + "promoCampaign.thisCampaignIsNotAvailable": [ { "type": 0, - "value": "Buchungen für mehrere Zimmer sind mit EuroBonus-Punkten nicht verfügbar." + "value": "Diese Kampagne ist nicht verfügbar" } ], - "rbrahO": [ + "promoCampaign.thisPromotionHasExpired": [ { "type": 0, - "value": "Schließen" + "value": "Diese Aktion ist abgelaufen" } ], - "rdKdQl": [ + "promoCampaign.toActivateOffer": [ { "type": 0, - "value": "Aufenthalt verwalten" + "value": "Angebot aktivieren" } ], - "rePX4c": [ + "receipt.preliminaryReceipt": [ { "type": 0, - "value": "Erwachsene" + "value": "Vorläufiger Beleg" } ], - "rjK/aG": [ + "receipt.totalExcludingVat": [ { "type": 0, - "value": "Kein Frühstück" + "value": "Gesamtbetrag ohne MwSt." } ], - "rmpW6K": [ + "receipt.totalIncludingVat": [ { "type": 0, - "value": "Punkteaustausch abgeschlossen!" + "value": "Gesamtbetrag inkl. MwSt." } ], - "rn5vjj": [ + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, Vorteil schließen und entfernen" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nein, zurück" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Wenn nicht, gehen Sie bitte zurück und tun Sie dies, bevor Sie dies schließen. Sobald Sie diese Option schließen, wird Ihr Vorteil ungültig und aus \"Meine Vorteile\" entfernt." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Haben Sie diesen Vorteil dem Hotelpersonal gezeigt?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Wenn Sie dies schließen, wird Ihr Vorteil entfernt" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "In die Zwischenablage kopiert" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Aktionscode kopieren" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Promo-Code" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Vorteil einlösen" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, einlösen" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Einen Tisch reservieren" + } + ], + "restaurantBar.discoverRestaurant": [ { "type": 1, "value": "name" @@ -7916,65 +7316,135 @@ "value": " entdecken" } ], - "rolakz": [ + "restaurantBar.menus": [ { "type": 0, - "value": "Ein Fehler ist aufgetreten ( " + "value": "Menüs" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gültig bis " }, { "type": 1, - "value": "errorId" + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "So funktioniert´s" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Mitgliedschafts-ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Als unser Mitglied im " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Levelaufstieg zum Freischalten" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Eingelöst & gültig bis:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Überraschung!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Gutschein" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" }, { "type": 0, - "value": " )" + "value": " cm" } ], - "rvirM2": [ + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, { "type": 0, - "value": "Standort" - } - ], - "rxNddi": [ + "value": "–" + }, + { + "type": 1, + "value": "max" + }, { "type": 0, - "value": "Homepage" + "value": " cm" } ], - "s+BolK": [ + "roomPackage.accessibleRoom": [ { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" + "type": 0, + "value": "Barrierefreies Zimmer" } ], - "sDQeLi": [ + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergikerfreundliches Zimmer" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Haustiergeeignetes Zimmer" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (in einigen Zimmern verfügbar)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8012,53 +7482,247 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-Punkte" + "value": "Preise & Verfügbarkeit" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Zugang zum Raum" + "value": "Dieses Zimmer ist ausgestattet mit" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Aktualisierungen speichern" + "value": "Verknüpfen Sie Ihre " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": "- und " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": "-Konten, um Punkte zwischen den Mitgliedschaften zu sammeln, einzulösen und auszutauschen." } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajakfahren" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-Mail Adresse ist ungültig" + "value": "Mehr erfahren und Konten verknüpfen" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotels & Reiseziele" + "value": "Änderungen Ihres Levelabgleichs können bis zu 24 Stunden dauern, bis sie angezeigt werden." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Barrierefreiheit im " + "value": " und " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " sind aufeinander abgestimmt. Steigen Sie in einer Ihrer Mitgliedschaften auf, um sich für ein Upgrade zu qualifizieren!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " hat Ihr Scandic Friends-Level auf " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " hochgestuft" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status des Levelabgleichs" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Verknüpftes Konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Ihr Scandic Friends Level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " hat Sie auf " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " hochgestuft" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Upgrade gültig bis" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Karte schließen" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Bitte versuchen Sie, Ihre Suche für dieses Reiseziel zu ändern oder sehen Sie sich alternative Hotels an." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Wir haben keine freien Zimmer mit diesem Buchungscode gefunden (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Verfügbare Übernachtungspreise sind unten zu sehen." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " zimmertyp" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Zimmertypen" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " verfügbar" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8102,555 +7766,32 @@ "value": " verfügbar" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Das Frühstücksangebot kann im Hotel erworben werden." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/Nacht für Kinder (4–12 Jahre)" + "value": "Ohne Frühstück, im nächsten Schritt können Sie das Frühstück hinzufügen." } ], - "stV21X": [ - { - "type": 0, - "value": "Alternative Hotels anzeigen" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-Mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundenbetreuung" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Einen weiteren Aufenthalt buchen" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frühstück nicht inbegriffen" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Das Frühstück ist inbegriffen." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Inspirieren lassen" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt sowie die allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Buchungs- und Stornierungsbedingungen" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt gemäß der " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzerklärung von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " verarbeiten wird." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Mitgliedschaftsbedingungen" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle Rechte vorbehalten" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Suche nicht möglich" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menü" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Kinder unter " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hallo, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Preise & Verfügbarkeit" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " Personen" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Kostenlos" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Alter des Kindes ist erforderlich" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Frühstückspreise können nicht angezeigt werden." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Nachname" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Gemischte Sauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Senden Sie eine E-Mail" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Der Vorname darf keine Sonderzeichen enthalten" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ändern oder stornieren" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Großbuchstabe" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Zimmer auswählen" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Inklusive Frühstück" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Wenn Sie eine Karte hinzufügen, garantieren Sie Ihre Zimmerreservierung auch bei verspäteter Ankunft." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Passwort ist erforderlich" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Öffentliche Verkehrsmittel" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menüs" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Suchen löschen" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Aufenthalt finden" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Tagungen, Konferenzen & Events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Haben Sie diesen Vorteil dem Hotelpersonal gezeigt?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Es gibt keine Hotels, die zu Ihrer Suche passen." - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Beim Versuch, Ihre Einstellungen zu verwalten, ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Die Preise haben sich erhöht, seit Sie Ihre " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": " ausgewählt haben." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " Um Ihre Buchung fortzusetzen, akzeptieren Sie den aktualisierten Preis," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " oder gehen Sie zurück, um " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": " auszuwählen." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsener" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Erwachsene" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Ihre Karte wurde erfolgreich gespeichert!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Buchung bestätigen" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Details anzeigen" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer ist erforderlich" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " Sonderzeichen" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Full Circle" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kann nicht storniert werden" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " Punkte" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Kein Inhalt veröffentlicht" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Willkommensbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Gesamtpunkte" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du hast in diesem Mitgliedsjahr " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " Punkte verdient." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Abwechselnde Öffnungszeiten (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor-Bewertung" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8661,8 +7802,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8673,14 +7813,409 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ungültige Daten" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " Gäste" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Haustierfreundliche Zimmer beinhalten eine Gebühr von ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " pro Aufenthalt" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " übrig" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Preis auswählen" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dieses Zimmer ist nicht verfügbar" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Parkplätze" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Ausstattung" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check-in ab: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Check-out bis spätestens: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Uhrzeit" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Zimmerdetails" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Bewertungen & Rezensionen" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Bewertungen & Rezensionen für " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Entfernung zum Fitnessstudio: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Externes Fitnessstudio: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Beckenlänge: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolbreite: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Gemischte Sauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Geschlechtergetrennte Sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Montag-Freitag: Immer geöffnet" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Montag-Freitag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Samstag-Sonntag: Immer geöffnet" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Samstag-Sonntag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Beckentiefe: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Beckentiefe: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte versuchen Sie, sich stattdessen anzumelden." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformationen" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Ich akzeptiere" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Jetzt anmelden" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Bedingungen und Konditionen" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Indem ich die " + }, + { + "children": [ + { + "type": 0, + "value": "Geschäftsbedingungen für Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " akzeptiere, verstehe ich, dass meine persönlichen Daten in Übereinstimmung mit " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Datenschutzbestimmungen" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": " verarbeitet werden." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Melden Sie sich an oder loggen Sie sich während der Buchung ein, um die Preise für Mitglieder zu erhalten." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "Um den Mitgliederpreis " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "Um den Mitgliedspreis " @@ -8708,63 +8243,116 @@ "value": " zu erhalten, loggen Sie sich ein oder werden Sie Mitglied, wenn Sie die Buchung abschließen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Der Code ist abgelaufen. " - }, - { - "children": [ - { - "type": 0, - "value": "Neuen Code senden." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "Stand heute" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Alle Level vergleichen" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hoteldetails" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Anzahl der Parkplätze: " + "value": "Nächstes Level: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Keine Verfügbarkeit" + "value": "Zum Levelaufstieg benötigte Punkte" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "In der Nähe" + "value": "Ihre einlösbaren Punkte" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Da Ihre Buchung Zimmer mit unterschiedlichen Konditionen umfasst, berechnen wir jetzt einen Teil der Buchung und den Restbetrag erheben wir beim Check-in an der Rezeption." + "value": "Inspirieren lassen" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Sie haben keine bevorstehenden Aufenthalte." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Wohin als nächstes?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Benachrichtigung schließen" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Zurück zu Meine Seiten" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Lösen Sie Ihre Punkte für gemütliche Aufenthalte, köstliche Mahlzeiten in unseren Restaurants oder Hotelextras ein, die Ihren Aufenthalt noch besonderer machen!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Sie haben genug Punkte für eine Bonusnacht!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Jetzt buchen" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "Um Ihre Punkte einzulösen, bitten wir Sie, sich in Ihrem SAS EuroBonus-Konto anzumelden." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Ihr neuer Gesamtbetrag" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den an " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " gesendeten Code ein, um Ihre Punkte zu übertragen." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Punkte hinzugefügt" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8772,397 +8360,94 @@ }, { "type": 0, - "value": " p" + "value": " Punkte" } ], - "xFA1TY": [ - { - "type": 0, - "value": "unter" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Zimmer" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Zahlungsgarantie" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Vergrößern" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Extras zu Ihrer Buchung" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Stadt erkunden" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Ich akzeptiere die Allgemeinen Geschäftsbedingungen." - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Bedingungen" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Suche" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Beim Versuch, das Profil zu aktualisieren, ist ein Fehler aufgetreten." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Zahlungsdetails" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Informationen zur Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Sprache" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Barrierefreiheit im " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planen Sie, nach 18.00 Uhr anzureisen? Sichern Sie sich Ihr Zimmer, indem Sie es mit einer Kreditkarte garantieren. Ohne die Garantie und bei Nichterscheinen kann das Zimmer nach 18.00 Uhr neu vergeben werden." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Ihr Aufenthalt ist immer noch aktiv mit dem anderen Zimmer" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Mitglied seit: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Wandern" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Im Hotel bezahlen" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Richtlinien" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Karte kann nicht angezeigt werden" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Fälliger Gesamtbetrag" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Ihr Mitgliedsjahr und Ihr Level-Fortschritt" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Ihre Zimmer" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andere Zahlungsarten" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Punkteeinlösung abgeschlossen!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotels mit " + "value": "Ihre Transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Wir konnten die Verknüpfung Ihrer Konten nicht aufheben. Bitte kontaktieren Sie uns und wir werden Ihnen helfen, das Problem zu lösen." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Melden Sie sich bei Ihrem SAS EuroBonus-Konto an, um die Kontotrennung zu bestätigen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Bitte geben Sie den Code ein, der an " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Nachname wird benötigt" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Geburtsdatum wird benötigt" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Änderungen verwerfen" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Dieser Aufenthalt hat mehrere Bedingungen." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postleitzahl ist erforderlich" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-Mail Adresse ist erforderlich" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gast" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Hotelextras ansehen und hinzufügen" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Etwas ist schiefgelaufen und wir konnten Ihre Karte nicht hinzufügen. Bitte versuchen Sie es später erneut." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolbreite: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/Nacht pro Erwachsener" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kind" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kinder" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Ich akzeptiere die Bedingungen für diesen Aufenthalt und die Allgemeinen " - }, - { - "children": [ - { - "type": 0, - "value": "Allgemeine Geschäftsbedingungen" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": "und verstehe, dass Scandic meine personenbezogenen Daten für diesen Aufenthalt in Übereinstimmung mit " - }, - { - "children": [ - { - "type": 0, - "value": "Datenschutzrichtlinie von Scandic" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " gesendet wurde, um Ihre Konten zu entkoppeln." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Punkte" + "value": "Ihre Konten sind jetzt nicht mehr verknüpft" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Durchschnittspreis pro Nacht" + "value": "Bitte versuchen Sie es erneut oder wenden Sie sich an den Kundenservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Karte von " - }, - { - "type": 1, - "value": "hotelName" + "value": "Benutzer nicht gefunden" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Frühstückspreis" + "value": "Unbekannter Fehler beim Laden des Benutzers" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Geschlechtergetrennte Sauna" + "value": "Fehler: Es konnte kein Benutzer geladen werden" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Karte" + "value": "Fehler: Benutzer nicht gefunden" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Zurück zur Übersicht" } ] } diff --git a/apps/scandic-web/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json index 0ea4eebc1..c2e611ca7 100644 --- a/apps/scandic-web/i18n/dictionaries/en.json +++ b/apps/scandic-web/i18n/dictionaries/en.json @@ -1,1110 +1,59 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Invalid membership number format" + "value": "About accessibility" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Only allowed characters" + "value": "By adding a card you also guarantee your room booking for late arrival." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Old dates" + "value": "Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up." + "value": " points available" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "An error occured when trying to update profile." + "value": "Points to be deducted now" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parking" - } - ], - "+VrkuS": [ - { - "type": 0, - "value": "Campaign" - } - ], - "+YXXgB": [ - { - "type": 0, - "value": "All-day breakfast" - } - ], - "+cJAdo": [ - { - "type": 0, - "value": "My total points" - } - ], - "+dqK4h": [ - { - "type": 0, - "value": "Hotels" - } - ], - "+fnRDB": [ - { - "type": 0, - "value": "I accept" - } - ], - "+hXnbK": [ - { - "type": 0, - "value": "Explore " + "value": "All ancillaries are fully refundable until " }, { "type": 1, - "value": "restaurantName" + "value": "date" }, { "type": 0, - "value": " at " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "+lG8sR": [ - { - "type": 0, - "value": "Transfer points" - } - ], - "+lwzrH": [ - { - "type": 0, - "value": "Read more and link accounts" - } - ], - "+nKdWV": [ - { - "type": 0, - "value": "Remove extra rooms" - } - ], - "+ok6oS": [ - { - "type": 0, - "value": "Campaign reference: " - }, - { - "children": [ - { - "type": 1, - "value": "promoCode" - } - ], - "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ - { - "type": 0, - "value": "Expiring points" - } - ], - "+vGT4R": [ - { - "type": 0, - "value": "TripAdvisor rating" - } - ], - "+w6K47": [ - { - "type": 0, - "value": "Food" - } - ], - "+xGyGX": [ - { - "type": 0, - "value": "This may be because your employment has not yet started, has ended, or you are a consultant. If you believe this is an error, please contact us for assistance." - } - ], - "+xNHsP": [ - { - "type": 0, - "value": "In order to transfer your points we will ask you to sign in to your SAS EuroBonus account." - } - ], - "/27R3x": [ - { - "type": 0, - "value": "Membership number" - } - ], - "/3cTcL": [ - { - "type": 0, - "value": "Room rates" - } - ], - "/54p7R": [ - { - "type": 0, - "value": "Multi-room booking is not available with reward night." - } - ], - "/5HHL3": [ - { - "type": 0, - "value": "Windows natural daylight and excellent view" - } - ], - "/6gLBc": [ - { - "type": 0, - "value": "Verification code" - } - ], - "/BqfV6": [ - { - "type": 0, - "value": "Are you sure you want to cancel your stay at " - }, - { - "children": [ - { - "type": 1, - "value": "hotel" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " from " - }, - { - "children": [ - { - "type": 1, - "value": "checkInDate" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " to " - }, - { - "children": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": "?" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " This can't be reversed." - } - ], - "/GCoTA": [ - { - "type": 0, - "value": "Clear" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Promo code" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Location in hotel" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Exchange to" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinations in " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Monday–Friday: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Discard unsaved changes?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom out" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Other" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Something went wrong!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "View your linked accounts" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Pet-friendly rooms include a charge of approx. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/stay" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Description" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Booking Code Filter" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "In extra bed" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Accommodation" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus points" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "We had an issue guaranteeing your booking. Please try again." - } - ], - "078WAr": [ - { - "type": 0, - "value": "See all" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Map of the city" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Modify By" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "By accepting the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms and Conditions for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " I understand that my personal data will be processed in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Pet-friendly room" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Is there anything else you would like us to know before your arrival?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "To activate offer" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " lowercase letter" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "We need some details to confirm your identity." - } - ], - "0maga3": [ - { - "type": 0, - "value": "My points" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "An error occurred when adding a credit card, please try again later." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Room total" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Open my pages menu" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "View and manage your booking made via our website or app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Pool length: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "VAT " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-shape" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Join Scandic Friends before check-in" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Name: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Show Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guests" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "OTHER" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Book now" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Offers" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Discover our Scandic hotel in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start your day with a delicious breakfast before exploring " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book your stay at a Scandic hotel now!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "New total" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "next level: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Expiration Date: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Book a table" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "You'll find all your gifts in 'My benefits'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Includes vegan, gluten-free, and other allergy-friendly options." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotel or office" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Cancel booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "To book with EuroBonus points, make sure you're logged into your SAS EuroBonus account." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Incl. VAT" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "How to use" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Highest level" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "See as list" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Room" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Weekday prices" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Log in here" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "An error occurred while requesting a new OTP" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to transfer your points." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nightlife" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "City pulse" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Number of charging points for electric cars: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Your points to spend" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "I would like to get my booking confirmation via sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Zip code" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Remember code" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member Card added" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Bed type" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "No matching locations found" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternatives for " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Skip to main content" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Preliminary receipt" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Unknown error occurred loading user" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Your new total" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Something went wrong. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " could not be added to your booking!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Retired" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Birth date" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Unknown item" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Booking number / Reference" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Booking code" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Booking code" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Room amenities" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Unable to open page for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Multi-room booking is not available with this booking code." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Your Scandic Friends and SAS EuroBonus accounts are already connected" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Active" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Surprises" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Link your " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " and " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " accounts to earn, use and exchange points between memberships" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Valid through " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Check out at latest: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinations" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Cancelled" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Cancel" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Meetings & conferences" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "We could not connect your accounts" - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Total price" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Guarantee for late arrival" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Your card will only be charged in the event of a no-show" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Ratings & reviews for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Cancellation no" + "value": ". Time selection and special requests are also modifiable." } ], - "5Tmjev": [ + "addAncillary.confirmationStep.reserveWithCard": [ { "type": 0, - "value": "Manage cookies" + "value": "Reserve with Card" } ], - "5WpZVI": [ + "addAncillary.confirmationStep.termsAndConditionsNotice": [ { "type": 0, "value": "Yes, I accept the general " @@ -1113,7 +62,7 @@ "children": [ { "type": 0, - "value": "Terms & Conditions" + "value": "Booking & Cancellation Terms" } ], "type": 8, @@ -1138,81 +87,1827 @@ "value": ". There you can learn more about what data we process, your rights and where to turn if you have questions." } ], - "5aiDYu": [ + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ { "type": 0, - "value": "Log in/Join" + "value": "All extras are delivered together. Changes to delivery times will affect previously ordered extras." } ], - "5cIDjn": [ + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ { "type": 0, - "value": "Booking code is invalid" + "value": "Other Requests" } ], - "5djCa5": [ + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ { "type": 0, - "value": "To book a reward night, make sure you're logged in to your Scandic Friends account." + "value": "Breakfast can only be added for the entire duration of the stay and for all guests." } ], - "5jG8Js": [ + "addAncillary.selectQuantityStep.insufficientPoints": [ { "type": 0, - "value": "Scandic Family Terms and Conditions" + "value": "Insufficient points" } ], - "5sJF5f": [ + "addAncillary.selectQuantityStep.payWithCard": [ { "type": 0, - "value": "My pages" + "value": "Pay with card at the hotel" } ], - "5sNu1v": [ + "addAncillary.selectQuantityStep.payWithPoints": [ { "type": 0, - "value": "Not enough points" + "value": "Pay with points" } ], - "5sg7KC": [ - { - "type": 0, - "value": "Password" - } - ], - "5uPMlY": [ + "addAncillary.selectQuantityStep.selectQuantityLabel": [ { "type": 0, "value": "Select quantity" } ], - "5xvHlh": [ + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, { "type": 0, - "value": "Price per night" + "value": " added to your booking!" } ], - "60fk7f": [ + "addAncillaryFlowModal.errorMessage.ancillary": [ { "type": 0, - "value": "Open " + "value": "Something went wrong. " }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " could not be added to your booking!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Free for kids (under 4)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/night per adult" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/night for kids (ages 4–12)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternatives for " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Delivered at:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Unable to display breakfast prices." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Upgrade your stay" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "I accept the booking and cancellation terms" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Approx." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Approx. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Bed preference" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Book your next stay" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Booking code" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Booking code" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Booking summary" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Breakfast excluded" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Breakfast included" + } + ], + "booking.campaign": [ + { + "type": 0, + "value": "Campaign" + } + ], + "booking.cancelStay": [ + { + "type": 0, + "value": "Cancel stay" + } + ], + "booking.cancellationNo": [ + { + "type": 0, + "value": "Cancellation no" + } + ], + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Change or cancel" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Code / Voucher" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Extra bed (child) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Find booking" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Free cancellation" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Free rebooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Guests" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotels & Destinations" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Lowest price (last 30 days)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Member price" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "No availability" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "No prices available" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "There are no rooms available that match your request." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Non-refundable" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Not enough points" + } + ], + "booking.numberOfAdults": [ { "offset": 0, "options": { "one": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "gift" + "value": " adult" } ] }, "other": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "gifts" + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Crib (child) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " night" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nights" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rooms" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Pay later" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Pay now" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Price excluding VAT" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Price including VAT" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Rate details" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Remove extra rooms" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Reward night" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Room amenities" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Room classification" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Room " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Room total" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "See alternative hotels" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "See details" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Select room" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "I would like to get my booking confirmation via sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Special needs" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standard price" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Subject to availability" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Terms" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Total due" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Total price" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (incl VAT)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "All rates" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Booking Code Filter" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Booking code rates" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Room rates" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Your booking(s) is confirmed but we could not verify your membership. If you have booked with a member discount, you'll either need to present your existing membership number upon check-in, become a member or pay the price difference at the hotel. Signing up is preferably done online before the stay." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Download invoice" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotel details" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Try again" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Manage booking" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Failed to verify membership" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Payment details" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Book another stay" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "View and buy add-ons" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Discover the little extra touches to make your upcoming stay even more unforgettable." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Spice things up" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Reservation policy" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Membership benefits applied" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Booking number " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Cancellation policy" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " from " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Friend no. " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Your room will remain available for check-in even after 18:00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Booking guaranteed." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Guest" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Thank you for your booking! We look forward to welcoming you and hope you have a pleasant stay." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Booking confirmation" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Total cost: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Add code" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Remember code" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "If you're booking a promotional offer or a Corporate negotiated rate you'll need a special booking code. Don't use any special characters such as (.) (,) (-) (:). If you would like to make a booking with code VOF, please call us +46 8 517 517 20.Save your booking code for the next time you visit the page by ticking the box “Remember”. Don't tick the box if you're using a public computer to avoid unauthorized access to your booking code." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Search" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Update" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Age" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Child age is required" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "In adult's bed" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "In crib" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "In extra bed" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rooms & Guests" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Where to?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Reward Night" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "To book a reward night, make sure you're logged in to your Scandic Friends account." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Add room" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Done" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Remove room" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Clear searches" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Cities" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Countries" + } + ], + "bookingWidget.searchList.hotels": [ + { + "type": 0, + "value": "Hotels" + } + ], + "bookingWidget.searchList.latestSearches": [ + { + "type": 0, + "value": "Latest searches" + } + ], + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "No results" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "We couldn't find a matching location for your search." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Unable to search" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "An error occurred while searching, please try again." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Enter destination or hotel" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "A destination or hotel name is needed to be able to search for a hotel room." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Breadcrumbs" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "All-day breakfast" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Explore the offer" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotels included in this offer" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Next slide" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Previous slide" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "About Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Accessibility" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Add to calendar" + } + ], + "common.address": [ + { + "type": 0, + "value": "Address" + } + ], + "common.adult": [ + { + "type": 0, + "value": "adult" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Adults" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "ages" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Apply" + } + ], + "common.back": [ + { + "type": 0, + "value": "Back" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Back to top" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Bed options" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Birth date" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Booking number" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Breakfast" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Breakfast buffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Cafe" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Cancel booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Cancellations" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Cancelled" + } + ], + "common.change": [ + { + "type": 0, + "value": "Change" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Changes" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Children" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Children under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "City" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Clear" + } + ], + "common.close": [ + { + "type": 0, + "value": "Close" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Close language menu" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Confirm" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Contact us" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Continue" + } + ], + "common.country": [ + { + "type": 0, + "value": "Country" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Country code" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Credit card" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Customer service" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Customer support" + } + ], + "common.day": [ + { + "type": 0, + "value": "Day" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Dinner" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Directions" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Driving directions" + } + ], + "common.email": [ + { + "type": 0, + "value": "Email" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "Email address" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Find" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "First name" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Follow us" + } + ], + "common.food": [ + { + "type": 0, + "value": "Food" + } + ], + "common.free": [ + { + "type": 0, + "value": "Free" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Friday" + } + ], + "common.from": [ + { + "type": 0, + "value": "From" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Go back" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "How it works" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Image gallery" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Incl. VAT" + } + ], + "common.included": [ + { + "type": 0, + "value": "Included" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km to city center" + } + ], + "common.language": [ + { + "type": 0, + "value": "Language" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Last name" + } + ], + "common.level": [ + { + "type": 0, + "value": "Level" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Price: €0.16/min + local call charges" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Log out" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunch" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Main menu" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Membership ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Level " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Monday" + } + ], + "common.month": [ + { + "type": 0, + "value": "Month" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "You must accept the terms and conditions" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "My benefits" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "My points" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "My profile" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "My stays" + } + ], + "common.name": [ + { + "type": 0, + "value": "Name" + } + ], + "common.next": [ + { + "type": 0, + "value": "Next" + } + ], + "common.night": [ + { + "type": 0, + "value": "night" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "No breakfast" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Nordic Swan Ecolabel" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Not included" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotels" } ] } @@ -1222,63 +1917,1342 @@ "value": "amount" } ], - "60zt4K": [ + "common.numberOfPoints": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " point" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " points" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "points" + } + ], + "common.open": [ + { + "type": 0, + "value": "Open" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Open language menu" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Opening hours" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Optional" + } + ], + "common.or": [ + { + "type": 0, + "value": "or" + } + ], + "common.other": [ + { + "type": 0, + "value": "Other" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Other requests" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Overview" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parking" + } + ], + "common.password": [ + { + "type": 0, + "value": "Password" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per adult/night" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Pet-friendly" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Phone number" + } + ], + "common.points": [ + { + "type": 0, + "value": "Points" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Points to spend" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Practical information" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Previous" + } + ], + "common.price": [ + { + "type": 0, + "value": "Price" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Price details" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Read more" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Remove" + } + ], + "common.room": [ + { + "type": 0, + "value": "Room" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rooms" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Saturday" + } + ], + "common.save": [ + { + "type": 0, + "value": "Save" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "See all" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "See all photos" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "See rooms" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Select your language" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Show all" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Show less" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Show more" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Sign up" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Summary" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sunday" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Takeaway" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrace" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Thursday" + } + ], + "common.total": [ + { + "type": 0, + "value": "Total" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Total points" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Total price" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisor rating" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tuesday" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Until " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "VAT" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Wednesday" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Welcome" + } + ], + "common.year": [ + { + "type": 0, + "value": "Year" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Zip code" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Manage cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Select dates" + } + ], + "dates": [ + { + "type": 0, + "value": "Dates" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Back to cities" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinations" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Explore city" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destinations" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Recommended" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinations in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Bike friendly" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "City pulse" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Family friendly" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Hiking" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kayaking" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museums" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nightlife" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Explore city" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotels" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotels in " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Back to list" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Unable to display map" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "See as list" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Map of the city" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Map of the country" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "No matching locations found" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "It looks like no location match your filters. Try adjusting your search to find the perfect stay." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Explore all our hotels" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "View all hotels in " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Unable to open page for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "See hotel details" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "See on map" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "An error occurred (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotels" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "See hotels on map" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Already a Scandic Friends member?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Join our loyalty program today!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let’s be friends!" + } + ], + "dtmc.linkMyEmployment": [ { "type": 0, "value": "Link my employment" } ], - "651gjY": [ + "dtmc.logIn": [ { "type": 0, - "value": "Price change" + "value": "Log in" } ], - "6NDqo3": [ + "dtmc.logInAndLinkEmployment": [ { "type": 0, - "value": "Yes, close and remove benefit" + "value": "Log in and link employment" } ], - "6Oiyju": [ + "dtmc.noScandicFriendsAccountYet": [ { "type": 0, - "value": "Non-refundable" + "value": "Don't have a Scandic Friends account yet?" } ], - "6P6rLB": [ + "dtmc.showTeamMemberCard": [ { "type": 0, - "value": "Final VAT breakdown will be provided at check-out." + "value": "Show Team Member Card" } ], - "6PjBc0": [ + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Sign up and link employment" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Points being calculated" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Booking number / Reference" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Date" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Description" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Extras to your booking" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Former Scandic Hotel" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "No transactions available" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsActivity": [ + { + "type": 0, + "value": "Points activity" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Points earned prior to May 1, 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Sign up bonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Current password" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Discard changes" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Any changes you've made will be lost." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Discard unsaved changes?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Go back to edit" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Retype new password" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Successfully updated profile!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "User information" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "An error occurred when trying to update your profile." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Yes, discard changes" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Preferred bed type" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Change room" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "We had an issue processing your booking. Please try again. No charges have been made." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "You have now cancelled your payment." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Breakfast can be added after booking for an additional fee." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Children's breakfast is always free as part of the adult's breakfast." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Select breakfast options" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Includes vegan, gluten-free, and other allergy-friendly options." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Free for kids aged 12 and under." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Complete booking" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "In case of a no-show, your credit card will be charged for the first night." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Guarantee for late arrival" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "I may arrive later than 18:00 and want to guarantee my booking." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "When you confirm the booking the room will be guaranteed for late arrival. If you fail to arrive without cancelling in advance or if you cancel after 18:00 local time, you will be charged for one reward night." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Contact details" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Details" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Join Scandic Friends before check-in" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Join Scandic Friends now" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Log in" + } + ], + "enterDetails.joinScandicFriendsCard.membershipIdLabel": [ + { + "type": 0, + "value": "Already a member? Membership ID" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for room " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "By joining you accept the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms and Conditions" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Get the member room price" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "The new price is" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Member room price activated" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "I accept the terms for this booking and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand that Scandic will process my personal data for this booking in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "To secure your reservation, we kindly ask you to provide your payment card details. Rest assured, no charges will be made at this time." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Complete the booking" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "When guaranteeing your booking, we will hold the booking until 07:00 until the day after check-in. This will provide you as a guest with added flexibility for check-in times." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Please note that this is mandatory, and that your card will only be charged in the event of a no-show." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Provide a payment card in the next step" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "What you have to do to guarantee booking:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "We are still confirming your booking. This is usually a matter of minutes and we do apologise for the wait. Please check your inbox for a booking confirmation email and if you still haven't received it by end of day, please contact our " + }, + { + "children": [ + { + "type": 0, + "value": "customer support" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Taking longer than usual" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "As your booking includes rooms with different terms, we will be charging part of the booking now and the remainder will be collected by the reception at check-in." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Final step" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Other payment methods" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Pay at check-in" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Payment methods" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand that Scandic will process my personal data for this booking in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Select payment method" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ { "type": 0, "value": "Continue with new price" } ], - "6TXxwM": [ + "enterDetails.priceChangeDialog.breakfastCharge": [ { "type": 0, - "value": "Last name can't contain any special characters" + "value": "Breakfast charge" } ], - "6XJgBk": [ + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Back to room selection" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Prices have increased since you selected your " + }, { "type": 1, - "value": "facility" + "value": "roomSelection" }, { "type": 0, - "value": " (available in some rooms)" + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " To continue your booking, accept the updated price," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " or go back to select " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." } ], - "6Z2JbZ": [ + "enterDetails.priceChangeDialog.descriptionNewRooms": [ { "offset": 0, "options": { - "=1": { + "one": { + "value": [ + { + "type": 0, + "value": "a new room" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "new rooms" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { "value": [ { "type": 0, @@ -1300,445 +3274,661 @@ "value": "totalRooms" } ], - "6cPSs3": [ + "enterDetails.priceChangeDialog.newTotalLabel": [ { "type": 0, - "value": "Monday–Friday: Always open" + "value": "New total" } ], - "6fzv5c": [ + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ { "type": 0, - "value": "Attractions" + "value": "See price details" } ], - "6h+4pN": [ + "enterDetails.priceChangeDialog.title": [ { "type": 0, - "value": "Check availability" + "value": "Price change" } ], - "6iEKT/": [ + "enterDetails.room.extraBedText": [ { "type": 0, - "value": "Invalid booking number" + "value": "Extra bed will be provided additionally" } ], - "6mFYCR": [ + "enterDetails.roomInfo.title": [ { "type": 0, - "value": "TUI Points" + "value": "Guest information" } ], - "6tRbVW": [ - { - "type": 0, - "value": "No transactions available" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Add code" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Cancellation number" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parking can be reserved in advance: Yes" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "Too many failed attempts." - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Failed to add to calendar" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Distance to city center" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Booking number" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Are you sure you want to unlink your account?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Passwords do not match" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Member" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Enter destination or hotel" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Book discounted stays for yourself, family and friends!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Pay at check-in" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Level progress: " - }, + "enterDetails.selectedRoom.roomType.description": [ { "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " of " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " points earned" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Day" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "Pay now" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "My stay at" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "The Friends & Family rate can only be booked via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Left to level up" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Redirecting you to My Pages." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "You have now cancelled your payment." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Indoor pool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotel facilities" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Sign up" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Failed to copy" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "We’re sorry that things didn’t work out." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "on " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "fName" + "value": "roomType" }, { "type": 0, "value": " " }, { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" } ], - "8bo8AW": [ + "enterDetails.specialRequests.commentLabel": [ { "type": 0, - "value": "Are you sure you want to continue with the cancellation?" + "value": "Is there anything else you would like us to know before your arrival?" } ], - "8d6Mj3": [ - { - "type": 0, - "value": "adult" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Ratings & reviews for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Yes, discard changes" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Next" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "You have no points to transfer." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Copied to clipboard" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Tell us what information and updates you'd like to receive, and how, by clicking the link below." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Driving directions" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Points added" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "An account with this email already exists. Please try signing in instead." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Indoor windows facing the hotel" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "All categories" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Rate details" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Payment methods" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Room is prepaid" - } - ], - "9mdZiM": [ + "enterDetails.specialRequests.heading": [ { "type": 0, "value": "Special requests (optional)" } ], - "9oNQSC": [ + "error.ageRequired": [ { "type": 0, - "value": "Age" + "value": "Age is required" } ], - "9qmnCi": [ + "error.atleast18YearsOld": [ { "type": 0, - "value": "New dates" + "value": "Must be at least 18 years of age to continue" } ], - "9revPu": [ + "error.availabilityErrorMessage": [ { "type": 0, - "value": "Exchange from" + "value": "Unfortunately, one of the rooms you selected is sold out. Please choose another room to proceed." } ], - "9uOFF3": [ + "error.bedChoiceRequired": [ { "type": 0, - "value": "Overview" + "value": "Bed choice is required" } ], - "9z0LwI": [ + "error.birthDateRequired": [ { "type": 0, - "value": "Membership benefits applied" + "value": "Date of birth is required" } ], - "A+5RC7": [ + "error.bookingCodeInvalid": [ { "type": 0, - "value": "Get the member room price" + "value": "Booking code is invalid" } ], - "A+BGBs": [ + "error.childrenExceedsAdults": [ { "type": 0, - "value": "Check-out" + "value": "You cannot have more children in adults bed than adults in the room" } ], - "A+poJy": [ + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Reward nights can't be combined with codes or vouchers." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Country is required" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination required" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "Email address is invalid" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "Email address is required" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "First and last name can't be the same in two different rooms" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "First name is required" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "First name can't contain any special characters" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Invalid booking number" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Last name is required" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Last name can't contain any special characters" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Invalid membership number format" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Only digits are allowed" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Membership number can't be the same for two different rooms" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Multi-room booking is not available with this booking code." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Multi-room booking is not available with reward night." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Current password is required" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Passwords do not match" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "New password is required" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Password is required" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Confirm your new password" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "The number you have entered is too short" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Please enter a valid phone number" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Phone is required" + } + ], + "error.required": [ + { + "type": 0, + "value": "Required" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "The postal code can only contain numbers and letters" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Zip code is required" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Failed to copy" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Failed to add to calendar" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Something went wrong!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Clear all filters" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Distance to city center" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotel facilities" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filter and sort" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filter by" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotel surroundings" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "No matching hotels found" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "See results (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sort by" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Can't find your stay?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Please contact " + }, + { + "children": [ + { + "type": 0, + "value": "customer service" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Failed to submit form, please try again later." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Find your stay" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "View and manage your booking made via our website or app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "The Friends & Family rate can only be booked via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels all rights reserved" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "The product could not be added. Your booking is guaranteed. Please try again." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "We had an issue guaranteeing your booking. Please try again." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Back to scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Close menu" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Log in/Join" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Menu" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "My pages menu" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Open menu" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Open my pages menu" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "About the hotel" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "At the hotel" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " reviews" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Welcome to" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "Nearby" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotel" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Map" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " guest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " guests" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "See all amenities" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "See map" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "See room details" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " guests" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Creative spaces for meetings" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Map of " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Available rates" + } + ], + "hotelInfoCard.kmToCityCenter": [ { "type": 1, "value": "address" @@ -1764,68 +3954,860 @@ "value": " km to city center" } ], - "A/KWYT": [ + "hotelMap.sidebar.poi.attractions": [ { "type": 0, - "value": "Saturday–Sunday: Always open" + "value": "Attractions" } ], - "A9Jf2P": [ + "hotelMap.sidebar.poi.business": [ { "type": 0, - "value": "Explore Scandic hotels" + "value": "Business" } ], - "A9KYOd": [ + "hotelMap.sidebar.poi.location": [ { "type": 0, - "value": "See hotel details" + "value": "Location" } ], - "ADI8Dc": [ + "hotelMap.sidebar.poi.publicTransport": [ { "type": 0, - "value": "Preferred bed type" + "value": "Public transport" } ], - "AHNgCp": [ + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & Dining" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Things nearby " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "View as list" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "View as map" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Accessibility at " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Activities" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Meetings, Conferences & Events" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Offers" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Meetings & conferences" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant & Bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Indoor pool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Outdoor pool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "We need some details to confirm your identity." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Find your booking" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Read more about the hotel" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Open image gallery" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "All categories" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "All countries" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "All hotels and offices" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "All locations" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Open for application" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "View & apply" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Category" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Location (shown in local language)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotel or office" + } + ], + "jobylonFeed.resultCount": [ { "offset": 0, "options": { "one": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "Gift" + "value": " Result" } ] }, "other": { "value": [ + { + "type": 7 + }, { "type": 0, - "value": "Gifts" + "value": " Results" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "amount" + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Open image" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Employee number already linked to another Scandic Friends membership." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "If you believe this is an error, please contact us for assistance." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Contact our member service" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Your account could not be connected" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "We couldn't connect your accounts. Please contact us and we'll help you resolve this." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "You're not eligible for employee benefits" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "This may be because your employment has not yet started, has ended, or you are a consultant. If you believe this is an error, please contact us for assistance." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Your Scandic Friends and SAS EuroBonus accounts are already connected" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Great news! You can go straight to My Pages to explore all your perks and rewards!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Birth date: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "We require your birth date in order to link your Scandic Friends account with your SAS EuroBonus account. Please check that it is correct." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Birth date is missing" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "We couldn’t connect your accounts. Please contact us and we’ll help you resolve this." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Date of birth not matching" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Didn't receive a code? " + }, + { + "children": [ + { + "type": 0, + "value": "Resend code" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Edit your personal details" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "This code has expired. " + }, + { + "children": [ + { + "type": 0, + "value": "Send new code." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Please try again later" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "We could not connect your accounts" + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "The code you've entered is incorrect." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Link my accounts" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Link your accounts" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Hang tight..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log in to your SAS EuroBonus account to confirm account linking." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "If you are not redirected automatically, please " + }, + { + "children": [ + { + "type": 0, + "value": "click here" + } + ], + "type": 8, + "value": "loginLink" }, { "type": 0, - "value": " added to your benefits" + "value": "." } ], - "AUT5ey": [ + "linkEuroBonusAccount.oneTimePasswordDescription": [ { "type": 0, - "value": "Hotels near " + "value": "This verification is needed for additional security." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Error requesting OTP" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verification code" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " in order to confirm your account linking." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Redirecting you to My Pages." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Redirecting you to SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "An error occurred while requesting a new OTP" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send new code" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "We successfully connected your accounts!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Your accounts are linked" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "By linking your accounts you accept the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms & Conditions for Scandic Friends and SAS EuroBonus Account Linking" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "You’ve requested too many codes" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Too many failed attempts." + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Please wait 1 hour before trying again." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Too many requests. Please try again later." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "View your linked accounts" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "View your details" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per night from" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Already a friend?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Log in here" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Membership terms and conditions" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points " + }, + { + "children": [ + { + "type": 0, + "value": "or " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nights" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom in" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom out" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Book a meeting" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotels & destinations" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Meeting location" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Access size" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Cabaret seating" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Classroom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Dimensions" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Floor " }, { "type": 1, - "value": "filter" + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Full circle" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Half circle" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Indoor windows facing the hotel" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Indoor windows and excellent lighting" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Lighting" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Location in hotel" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "No windows" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "No windows but excellent lighting" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " people" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Standing table" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Theatre" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-shape" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Windows with natural daylight" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Windows natural daylight and blackout facilities" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Windows natural daylight and excellent view" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Boosted by SAS until " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Accessibility information for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Accessibility information for " + }, + { + "type": 1, + "value": "hotelName" }, { "type": 0, @@ -1833,260 +4815,10 @@ }, { "type": 1, - "value": "location" + "value": "destination" } ], - "AV3Ftk": [ - { - "type": 0, - "value": "See price details" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Select your language" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Invalid dates" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "To get the member price " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": ", log in or join when completing the booking." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "We couldn't connect your accounts. Please contact us and we'll help you resolve this." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "POINTS TO SPEND" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Subject to availability" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Error requesting OTP" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Saturday–Sunday: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Login" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Points Earned" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Please contact customer service to update the dates." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "My profile" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "External gym: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Some rooms were cancelled successfully, but we encountered issues with others. Please contact customer service for assistance." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Map of the country" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Update" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "You have enough points for a bonus night!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Log in to your SAS EuroBonus account to confirm account unlinking." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Change" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " points expiring" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Find us" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Exchanged points will not be level-qualifying." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Taking longer than usual" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Could not activate this offer" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Booking summary" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "See room details" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Bed options" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Your accounts are linked" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Breadcrumbs" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Proceed with point exchange?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logout" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Rates" - } - ], - "CCtGox": [ + "metadata.destinationCityMultipleHotels": [ { "type": 0, "value": "Discover all our " @@ -2116,97 +4848,147 @@ "value": ". Book your stay at a Scandic hotel now!" } ], - "CFNkwp": [ + "metadata.destinationCitySingleHotel": [ { "type": 0, - "value": "See rooms" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Classroom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Guest details updated" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "See hotels on map" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Read more about the hotel" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to confirm your account linking." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "See terms & conditions for all qualifying requirements." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Approx." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "This verification is needed for additional security." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " points" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Approx. " + "value": "Discover our Scandic hotel in " }, { "type": 1, - "value": "value" - } - ], - "D6b0Au": [ + "value": "location" + }, { "type": 0, - "value": "Dates" + "value": ". Start your day with a delicious breakfast before exploring " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Book your stay at a Scandic hotel now!" } ], - "D9IvvZ": [ + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Discover all our " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Enjoy your stay at a Scandic hotel. Book now!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Discover all our " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic hotels in " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Explore " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", and more! All while enjoying your stay at a Scandic hotel. Book now!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Discover " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Enjoy your stay at a Scandic hotel. Book now!" + } + ], + "metadata.exploreRestaurantAtHotel": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " at " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.exploreRestaurantAtHotelInDestination": [ + { + "type": 0, + "value": "Explore " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " at " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " in " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, "value": "Gym & health facilities at " @@ -2216,75 +4998,43 @@ "value": "hotelName" } ], - "DANPUx": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "New dates for the stay" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "You have " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gifts waiting for you!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Complete the booking" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Are you sure you want to remove the card ending with " + "value": "Gym & health facilities at " }, { "type": 1, - "value": "lastFourDigits" + "value": "hotelName" }, { "type": 0, - "value": " from your member profile?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations." - } - ], - "DPsrer": [ + "value": " in " + }, { "type": 1, - "value": "amount" + "value": "destination" + } + ], + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" }, { "type": 0, - "value": " points" - } - ], - "DQ1vn2": [ + "value": " in " + }, + { + "type": 1, + "value": "location" + }, { "type": 0, - "value": "+46 8 517 517 00" + "value": ". Book your stay now!" } ], - "DS/jj5": [ + "metadata.hotelInLocationWithAmenities": [ { "type": 1, "value": "hotelName" @@ -2342,3510 +5092,7 @@ "value": " today!" } ], - "DXSt8T": [ - { - "type": 0, - "value": "Back to scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Your level" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Failed to submit form, please try again later." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserve with Card" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "If not, please go back and do so before you close this. Once you close this your benefit will be void and removed from My Benefits." - } - ], - "DszS84": [ - { - "type": 0, - "value": "In case of a no-show, your credit card will be charged for the first night." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrace" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Join our loyalty program today!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "In adult's bed" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Distance to hotel: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "View as map" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Price per day" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Apply" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Points earned" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Prices" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotels included in this offer" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Breakfast can only be added for the entire duration of the stay and for all guests." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Employee number already linked to another Scandic Friends membership." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Find" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Please enter a valid phone number" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Your account could not be connected" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "First name is required" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Available rates" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Try again" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "To secure your reservation, we kindly ask you to provide your payment card details. Rest assured, no charges will be made at this time." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "At the hotel" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points " - }, - { - "children": [ - { - "type": 0, - "value": "or " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nights" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Half circle" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please ask the person who booked the stay to contact customer service." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Closed" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "When guaranteeing your booking, we will hold the booking until 07:00 until the day after check-in. This will provide you as a guest with added flexibility for check-in times." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Remove" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Access your Team Member Card here on My Pages Overview." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "See all amenities" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "I accept the booking and cancellation terms" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Free parking" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Date of birth" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Reward nights can't be combined with codes or vouchers." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Discover the little extra touches to make your upcoming stay even more unforgettable." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Guarantee" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Code / Voucher" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "The product could not be added. Your booking is guaranteed. Please try again." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Need to update your name? Please get in touch with member service at " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " or " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Image gallery" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Explore " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Back to top" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Your Level Progress" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Total including VAT" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Country code" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Balance" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Meeting location" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Your Membership" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Name" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "How it works" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "About accessibility" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Bed choice is required" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Book parking" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filter and sort" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Employee" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Birth date is missing" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Can't find your stay?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB points to exchange" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Confirm your new password" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "We found no available rooms using this booking code (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). See available rates below." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Pet-friendly" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Customer service" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Cities" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Year" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "We are still confirming your booking. This is usually a matter of minutes and we do apologise for the wait. Please check your inbox for a booking confirmation email and if you still haven't received it by end of day, please contact our " - }, - { - "children": [ - { - "type": 0, - "value": "customer support" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Points needed to level up" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Bike friendly" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "User not found" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Latest searches" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Breakfast (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Contact information" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Yes, remove my card" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "No windows" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "My saved cards" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Number of nights" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Optional" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Failed to verify membership" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Change room" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Link" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Breakfast deal can be purchased at the hotel." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "as of today" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Remove room" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Show password" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Previous" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "By linking your accounts you accept the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions for Scandic Friends and SAS EuroBonus Account Linking" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " left" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Show all" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Contact the person who booked the stay" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Done" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Manage preferences" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Customer support" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Location (shown in local language)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Open" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Booking number " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Download invoice" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Copy promotion code" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Number of guests" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Hide password" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Always open" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Explore " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "View as list" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Already a friend?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Current member year" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Price excluding VAT" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "points" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "You cannot have more children in adults bed than adults in the room" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Exchange points" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Unlink accounts" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotel facilities" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "My stays" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "VAT" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Date of birth not matching" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Points expire three years after they are earned, on the last day of that month. Expiring points do not affect your level." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Open for application" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Membership ID: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Failed to update guest details" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "This room is equipped with" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Upgrade your stay" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Level up to unlock" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MY SAVED CARDS" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Membership ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rooms" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Are you sure you want to remove this product?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Details" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "If you close this your benefit will be removed" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Previous slide" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Total" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotel surroundings" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "My payment cards" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Proceed with point exchange?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Select breakfast options" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Breadcrumbs failed for this page (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Your Scandic Friends level " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " has upgraded you to " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": "." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Breakfast can be added after booking for an additional fee." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunch" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Didn't receive a code? " - }, - { - "children": [ - { - "type": 0, - "value": "Resend code" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "The points you earn this year determine your level for both this and the next member year." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Confirm" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Price 0,16 €/min + local call charges" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " points available" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Welcome to" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Guests" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Current password" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for room " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Delivered at:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let’s be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Yes, I accept the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". There you can learn more about what data we process, your rights and where to turn if you have questions." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Payment" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "or" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "View all hotels in " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POINTS" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "left to keep level" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " added to your booking!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Check-in after 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Membership number can't be the same for two different rooms" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Change dates" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Log in to your SAS EuroBonus account to confirm account linking." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "At a cost" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Takeaway" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "By paying with any of the payment methods available, I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". I also accept that Scandic requires a valid payment card during my visit in case anything is left unpaid." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Points" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Complete booking" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Date" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "My extras" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " reviews on Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Book your next stay" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Total cost: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Points being calculated" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Pool depth: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Link your employment to access benefits" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "See all offers" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF points to receive" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Log out" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Discover all our " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Explore " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", and more! All while enjoying your stay at a Scandic hotel. Book now!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Welcome" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "All ancillaries are fully refundable until " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Time selection and special requests are also modifiable." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Discover all our " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic hotels in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Enjoy your stay at a Scandic hotel. Book now!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Extra bed (child) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Redeem your points for cozy stays, delicious meals at our restaurants, or hotel extras to elevate your stay!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Description" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destinations" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Main menu" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "We could not connect your accounts to give you access. Please contact us and we'll help you resolve this issue." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Something went wrong and we couldn't remove your card. Please try again later." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Your accounts are already linked" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Link Employment" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Log in to your SAS Eurobonus account to confirm account unlinking." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Provide a payment card in the next step" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Your card was successfully removed!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Add new card" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Friday" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Error: user not found" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per night from" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Cabaret seating" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Please select dates" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "night" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "My benefits" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Please try and change your search for this destination or see alternative hotels." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "See details" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "New password is required" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Please call " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " or email us at " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for assistance with your order." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends Links" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Booking total" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Yes, unlink my accounts" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "No, keep card" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Manage booking" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Summary" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "If you are not redirected automatically, please " - }, - { - "children": [ - { - "type": 0, - "value": "click here" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "It looks like no location match your filters. Try adjusting your search to find the perfect stay." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "No, go back" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Link your accounts" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Special needs" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Read more" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filter by" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Family friendly" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Opening hours" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Cancellation policy" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Go back to My Pages" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Required" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Find your booking" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, " - }, - { - "children": [ - { - "type": 0, - "value": "contact the support." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " number" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "View and buy add-ons" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "LEVEL " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Check in from: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Explore all our hotels" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "We couldn’t unlink your accounts. Please contact us and we’ll help you resolve this." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hi " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Month" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "City" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Redeemed & valid through:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "My communication preferences" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Open image" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Hurry up and use them before they expire!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Booking guaranteed." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Things nearby " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Dimensions" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Already a Scandic Friends member?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Reservation policy" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "View & apply" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "You have enough points for a reward night!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Theater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Price including VAT" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotel surroundings" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send new code" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Your stay was updated" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "My pages menu" - } - ], - "UFwNJ5": [ - { - "type": 0, - "value": "© 2025 Scandic Hotels all rights reserved." - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " spendable points expiring by " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Included" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "All extras are delivered together. Changes to delivery times will affect previously ordered extras." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Windows with natural daylight" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "You're not eligible for employee benefits" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "No matching hotels found" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Activities" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " points" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "This will remove any membership level upgrades gained from the linking. You can re-link your accounts again in 30 days." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotel" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Outdoor pool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Open language menu" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Need to change your name? Please get in touch with member support at " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " or " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Recommended" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Your SAS EuroBonus level has upgraded you to " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "OTHER PAYMENT METHODS" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Edit your personal details" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant & Bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Back to list" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km to city center" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Your member tier" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "About parking" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " guests" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Guest information" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Must be at least 18 years of age to continue" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Meetings & conferences at " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "Vzmkr/": [ - { - "type": 0, - "value": "Multi-room booking is not available with euro bonus points." - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "We have a special gift waiting for you!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Your booking(s) is confirmed but we could not verify your membership. If you have booked with a member discount, you'll either need to present your existing membership number upon check-in, become a member or pay the price difference at the hotel. Signing up is preferably done online before the stay." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Book your stay now!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Price details" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "There are no rooms available that match your request." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Missing a previous stay?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Saturday" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "If you're booking a promotional offer or a Corporate negotiated rate you'll need a special booking code. Don't use any special characters such as (.) (,) (-) (:). If you would like to make a booking with code VOF, please call us +46 8 517 517 20.Save your booking code for the next time you visit the page by ticking the box “Remember”. Don't tick the box if you're using a public computer to avoid unauthorized access to your booking code." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Yes, I want to exchange my points" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Modify guest details" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "See map" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " to " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " characters" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "An error occurred while searching, please try again." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Breakfast buffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Yes, I want to transfer my points" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Close language menu" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Contact us" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Where should you go next?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Room details" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Late arrival" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Lighting" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Your stay was cancelled" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Go to My Benefits" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Confirm cancellation" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekend prices" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Floor " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergy-friendly room" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Redeem benefit" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Your stay has been booked with " - }, - { - "children": [ - { - "type": 1, - "value": "rate" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " terms which unfortunately doesn’t allow for cancellation." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Member room price activated" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "All add-ons are delivered at the same time. Changes to delivery times will affect earlier add-ons." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Link my accounts" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "See all photos" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parking can be reserved in advance: No" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Contact customer service" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Next slide" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tuesday" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Redirecting you to SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Join or log in while booking for member pricing." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Please enter the code sent to " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " in order to unlink your accounts." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "As this is a multiroom stay, the cancellation has to be done by the person who made the booking. Please call 08-517 517 00 to talk to our customer service if you would need further assistance." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Please try again or contact customer service!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "You have no upcoming stays." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Back to select room" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "My Add-on's" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please contact customer service to update the dates." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Select a rate" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Rebook" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destination required" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Expiration Date" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "And you need to be logged in with the same member account that made the booking." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Standing table" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Breakfast (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ - { - "type": 0, - "value": "By accepting the " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": ", I agree to link my employment to access benefits. The connection will remain active during my employment or until I opt out by sending an email to Scandic's customer service." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Member price" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Failed to update your stay" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " and " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " are equally matched. Level up in one of your memberships to qualify for an upgrade!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " reviews" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Go back to overview" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Terms and conditions" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Log in and link employment" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Transferred points will not be level qualifying" - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "User information" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Discover " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Enjoy your stay at a Scandic hotel. Book now!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Creative spaces for meetings" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Dinner" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Children's breakfast is always free as part of the adult's breakfast." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Countries" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Points earned prior to May 1, 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Show more" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Error loading this page (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Continue" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Add room" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "We successfully connected your accounts!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Please try again later" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Confirm date change" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Other requests" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Free for kids (under 4)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Monday" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Price" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Friend no. " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "You are about to exchange:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Please contact " - }, - { - "children": [ - { - "type": 0, - "value": "customer service" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Make a call" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hotels in " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Back to room selection" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Please note that this is mandatory, and that your card will only be charged in the event of a no-show." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "The code you've entered is incorrect." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Error: No user could be loaded" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Total excluding VAT" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Open menu" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Where to?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Points to spend" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Book" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Don't cancel" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Level " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Transfer from" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Room charge" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Rate" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "All rates" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Select dates" - } - ], - "cFYzfU": [ + "metadata.hotelInLocationWithAmenitiesShort": [ { "type": 1, "value": "hotelName" @@ -5895,296 +5142,20 @@ "value": "." } ], - "cGfw83": [ + "metadata.meetingsAndConferencesAtHotel": [ { "type": 0, - "value": "Your member level" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ - { - "type": 0, - "value": "Address: " + "value": "Meetings & conferences at " }, { "type": 1, - "value": "address" + "value": "hotelName" } ], - "ccXLVi": [ + "metadata.meetingsAndConferencesAtHotelInDestination": [ { "type": 0, - "value": "Category" - } - ], - "ceEjA1": [ - { - "type": 0, - "value": "EB points to transfer" - } - ], - "cg4MD0": [ - { - "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "The new price is" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Practical information" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Are you sure you want to change your guest details?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Too many requests. Please try again later." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "My rooms" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Back" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "In crib" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Theatre" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Join now" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Voucher" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Guarantee booking for late arrival" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Level match status" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Back to cities" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "From" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Earn points by staying at Scandic. Turn your points into free nights and memorable experiences." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "By joining you accept the " - }, - { - "children": [ - { - "type": 0, - "value": "Terms and Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Reviews" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Please wait 1 hour before trying again." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotels" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Hang tight..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Close menu" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Changes" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "This promotion has expired" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Lowest price (last 30 days)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Booking code rates" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standard price" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Distance to gym: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Gym & health facilities at " + "value": "Meetings & conferences at " }, { "type": 1, @@ -6199,49 +5170,59 @@ "value": "destination" } ], - "e/mJf8": [ + "metadata.parkingInformationForHotel": [ { "type": 0, - "value": "Get the Scandic Friends room price" + "value": "Parking information for " + }, + { + "type": 1, + "value": "hotelName" } ], - "e38GOF": [ + "metadata.parkingInformationForHotelInDestination": [ { "type": 0, - "value": "Amenities" - } - ], - "e3H1Tz": [ + "value": "Parking information for " + }, + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Breakfast excluded, add in next step." + "value": " in " + }, + { + "type": 1, + "value": "destination" } ], - "e5zKWI": [ + "metadata.stayAtHotelInDestination": [ { "type": 0, - "value": "In order to exchange your points, we'll ask you to sign in to your SAS EuroBonus account." - } - ], - "e6Ph5+": [ + "value": "Stay at " + }, + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Address" + "value": " | Hotel in " + }, + { + "type": 1, + "value": "destination" } ], - "e8LtIL": [ + "modal.dialog": [ { "type": 0, - "value": "Former Scandic Hotel" + "value": "Dialog" } ], - "e9Z+tg": [ - { - "type": 0, - "value": "Date of Birth" - } - ], - "e9ymeB": [ + "myPages.AmountOutOfTotalWithValues": [ { "type": 1, "value": "amount" @@ -6255,115 +5236,105 @@ "value": "total" } ], - "eGGhk7": [ + "myPages.Surprises": [ { "type": 0, - "value": "Pet room charge including VAT" + "value": "Surprises" } ], - "eHhSSs": [ + "myPages.accessYourTeamMemberCard": [ { "type": 0, - "value": "Any changes you've made will be lost." + "value": "Access your Team Member Card here on My Pages Overview." } ], - "eMgucw": [ + "myPages.addNewCard": [ { "type": 0, - "value": "Activate offer" + "value": "Add new card" } ], - "eXplGJ": [ + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ { "type": 0, - "value": "In " + "value": "Book discounted stays for yourself, family and friends!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Breadcrumbs failed for this page (" }, { "type": 1, - "value": "days" + "value": "errorId" }, { "type": 0, - "value": " days" + "value": ")" } ], - "ecWBo7": [ + "myPages.checkOutAllYourBenefits": [ { "type": 0, - "value": "Your exchanged points will retain their original expiry date with a maximum validity of 12 months." + "value": "Check out all your benefits" } ], - "eccxvb": [ + "myPages.checkOutCardsSavedToProfile": [ { "type": 0, - "value": "I may arrive later than 18:00 and want to guarantee my booking." + "value": "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience." } ], - "eeZJwJ": [ + "myPages.compareAllLevels": [ { "type": 0, - "value": "1 EuroBonus point = 2 Scandic Friends points" + "value": "Compare all levels" } ], - "ekt9EU": [ + "myPages.contactSupportForNameChange": [ { "type": 0, - "value": "Reward Night" - } - ], - "eqk7dl": [ + "value": "Need to update your name? Please get in touch with member service at " + }, { - "type": 0, - "value": "Upgrade valid until" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " night" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nights" - } - ] + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ + ], + "type": 8, + "value": "phone" + }, { "type": 0, - "value": "Not included" + "value": " or " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." } ], - "fLEb2i": [ + "myPages.countOfGiftsAddedToYourBenefits": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ { "type": 0, - "value": "a new room" + "value": "Gift" } ] }, @@ -6371,85 +5342,354 @@ "value": [ { "type": 0, - "value": "new rooms" + "value": "Gifts" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ + "value": "amount" + }, { "type": 0, - "value": "New password" + "value": " added to your benefits" } ], - "fTfikg": [ + "myPages.currentMemberYear": [ { "type": 0, - "value": "See on map" + "value": "Current member year" } ], - "fUSUYM": [ + "myPages.currentPointsWithPoints": [ { "type": 0, - "value": "Membership ID: " + "value": "Current Points: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Date of birth" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Edit profile" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Employee" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Error loading this page (" }, { "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "value": "errorId" + }, { "type": 0, - "value": "EuroBonus Points" + "value": ")" } ], - "fgCBG8": [ + "myPages.expirationDateWithDate": [ { "type": 0, - "value": "Accessibility" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Select payment method" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Go back to edit" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Directions" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Windows natural daylight and blackout facilities" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Crib (child) × " + "value": "Expiration Date: " }, { "type": 1, - "value": "count" + "value": "expirationDate" } ], - "g6rylQ": [ + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Go to My Benefits" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hello Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hi " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Left to level up" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Level progress: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " of " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " points earned" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Member Since: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Membership ID copied to clipboard" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "No content published" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "My communication preferences" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "My membership cards" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "My payment cards" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Name: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Number: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Points earned" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POINTS" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "left to keep level" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "The points you earn this year determine your level for both this and the next member year." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Retired" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, " + }, + { + "children": [ + { + "type": 0, + "value": "contact the support." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "You'll find all your gifts in 'My benefits'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "We have a special gift waiting for you!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "You have " + }, + { + "children": [ + { + "type": 1, + "value": "amount" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " gifts waiting for you!" + } + ], + "myPages.surprises.openGifts": [ + { + "type": 0, + "value": "Open " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gift" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gifts" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "myPages.surprises.willExpire": [ + { + "type": 0, + "value": "Hurry up and use them before they expire!" + } + ], + "myPages.teamMember": [ + { + "type": 0, + "value": "Team Member" + } + ], + "myPages.teamMemberCardAdded": [ + { + "type": 0, + "value": "Team Member Card added" + } + ], + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ + { + "type": 0, + "value": "Tell us what information and updates you'd like to receive, and how, by clicking the link below." + } + ], + "myPages.validUntilDate": [ { "type": 0, "value": "Valid until " @@ -6459,135 +5699,137 @@ "value": "date" } ], - "g9/EOP": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "This room is not available" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Looks like you’ve already linked your Scandic Friends and SAS EuroBonus accounts!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "I may arrive later than 18:00 and want to guarantee my booking with a credit card." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Accessibility at " + "value": "You've earned " }, { "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Room classification" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Select date" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Total price" - } - ], - "type": 8, - "value": "b" + "value": "pointAmount" }, { "type": 0, - "value": " (incl VAT)" + "value": " points this member year." } ], - "gnHcUN": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "First and last name can't be the same in two different rooms" + "value": "Your Level Progress" } ], - "gq4AYf": [ + "myPages.yourMemberYearAndLevelProgress": [ { "type": 0, - "value": "Only digits are allowed" + "value": "Your member year and level progress" } ], - "gttxKw": [ + "myPages.yourSasLevelUpgradedToWithLevel": [ { "type": 0, - "value": "Membership ID copied to clipboard" - } - ], - "gzD7Ot": [ + "value": "Your SAS EuroBonus level has upgraded you to " + }, + { + "type": 1, + "value": "level" + }, { "type": 0, - "value": "This campaign is not available" + "value": "!" } ], - "h0kG6u": [ + "myPagesMenu.partnerSas": [ { "type": 0, - "value": "PREPAID" + "value": "Scandic ♥ SAS" } ], - "h2Y242": [ + "myPagesOverviewShortcuts.partnerBenefits": [ { "type": 0, - "value": "Your accounts are now unlinked" + "value": "Partner benefits" } ], - "hDI+JM": [ + "myPagesOverviewShortcuts.scandicFriendsLinks": [ { "type": 0, - "value": "Sort by" + "value": "Scandic Friends Links" } ], - "hFl2Dk": [ + "myPagesOverviewShortcuts.yourMembership": [ { "type": 0, - "value": "Ratings and reviews" + "value": "Your membership" } ], - "hHr2Pt": [ + "myStay.accessDenied.loginRequired": [ { "type": 0, - "value": "Your room will remain available for check-in even after 18:00." + "value": "You need to be logged in to view your booking" } ], - "hJZwTS": [ + "myStay.accessDenied.loginRequiredMessage": [ { "type": 0, - "value": "Email address" + "value": "And you need to be logged in with the same member account that made the booking." } ], - "hLsifZ": [ + "myStay.actions.changeDates": [ { "type": 0, - "value": "Arrival date" + "value": "New dates for the stay" } ], - "hXpdlx": [ + "myStay.actions.changeDates.checkAvailability": [ { "type": 0, - "value": "Contact our member service" + "value": "Check availability" } ], - "htDUDK": [ + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Please select dates" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Contact the person who booked the stay" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "As this is a multiroom stay, the cancellation has to be done by the person who made the booking. Please call 08-517 517 00 to talk to our customer service if you would need further assistance." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please contact customer service to update the dates." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "As this is a multiroom stay, any dates changes are applicable to all rooms. Please ask the person who booked the stay to contact customer service." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "My extras" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Popular" + } + ], + "myStay.bookingSummary.coordinates": [ { "type": 0, "value": "Long " @@ -6605,87 +5847,763 @@ "value": "lat" } ], - "hu2u4g": [ + "myStay.bookingSummary.homepage": [ { "type": 0, - "value": "Final step" + "value": "Homepage" } ], - "hzB8HS": [ + "myStay.bookingTotal": [ { "type": 0, - "value": "Claim points" + "value": "Booking total" } ], - "iDrIVr": [ + "myStay.cancelStay.cancellationErrorMessage": [ { "type": 0, - "value": "Hotels & Destinations" + "value": "Something went wrong. Please try again later." } ], - "iFkAwy": [ + "myStay.cancelStay.cannotBeCancelled": [ { "type": 0, - "value": "Unfortunately, one of the rooms you selected is sold out. Please choose another room to proceed." + "value": "Cannot be cancelled" } ], - "iGHjsf": [ + "myStay.cancelStay.confirmCancellation": [ { "type": 0, - "value": "ages" + "value": "Confirm cancellation" } ], - "iHi7VX": [ + "myStay.cancelStay.dontCancel": [ { "type": 0, - "value": "Pool depth: " + "value": "Don't cancel" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Are you sure you want to continue with the cancellation?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "This stay has multiple terms." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "My rooms" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Some rooms were cancelled successfully, but we encountered issues with others. Please contact customer service for assistance." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " room was cancelled" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "We’re sorry that things didn’t work out." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Your stay was cancelled" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Your Stay is still active with the other room" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Cancellation number" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Confirm date change" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "New dates" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Old dates" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Pay at the hotel" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Failed to update your stay" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Your stay was updated" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Check-in after 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planning to arrive after 18.00? Secure your room by guaranteeing it with a credit card. Without the guarantee and in case of no-show, the room might be reallocated after 18:00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Your card will only be charged in the event of a no-show" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Guarantee" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Guarantee late arrival" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "I accept the terms for this stay and the general " + }, + { + "children": [ + { + "type": 0, + "value": "Booking & Cancellation Terms" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", and understand Scandic will process my personal data for this stay in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy Policy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Modify guest details" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Failed to update guest details" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Guest details updated" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "My stay at" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Late arrival" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Manage stay" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "View and print receipt" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Membership ID: " }, { "type": 1, - "value": "value" + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Modify By" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Are you sure you want to change your guest details?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Save updates" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "My total points" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Explore Scandic hotels" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Accommodation" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Bed type" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Final VAT breakdown will be provided at check-out." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Member" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Number of guests" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Number of nights" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Pet room charge including VAT" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "PREPAID" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Room is prepaid" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Rate" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Unknown item" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ + { + "type": 0, + "value": "Are you sure you want to cancel your stay at " + }, + { + "children": [ + { + "type": 1, + "value": "hotel" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " from " + }, + { + "children": [ + { + "type": 1, + "value": "checkInDate" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " to " + }, + { + "children": [ + { + "type": 1, + "value": "checkOutDate" + }, + { + "type": 0, + "value": "?" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " This can't be reversed." + } + ], + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ + { + "type": 0, + "value": "Your stay has been booked with " + }, + { + "children": [ + { + "type": 1, + "value": "rate" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " terms which unfortunately doesn’t allow for cancellation." + } + ], + "myStay.referenceCard.actions.changeDates": [ + { + "type": 0, + "value": "Change dates" + } + ], + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ + { + "type": 0, + "value": "Contact customer service" + } + ], + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ + { + "type": 0, + "value": "Please contact customer service to update the dates." + } + ], + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ + { + "type": 0, + "value": "No single rooms are available on these dates" + } + ], + "myStay.referenceCard.actions.customerSupport.contactInfo": [ + { + "type": 0, + "value": "Please call " + }, + { + "type": 1, + "value": "phone" + }, + { + "type": 0, + "value": " or email us at " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " for assistance with your order." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Make a call" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Send an email" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Find us" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Rebook" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Are you sure you want to remove this product?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Your member level" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Your rooms" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternate opening hours (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Always open" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Closed" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Highest level" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Membership ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " spendable points expiring by " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " points or " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nights" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Your level" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Address: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "At a cost" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Book parking" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Distance to hotel: " + }, + { + "type": 1, + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "iIRTCt": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Cancel stay" + "value": "Free parking" } ], - "iQLprp": [ + "parkingInformation.numberOfChargingPoints": [ { "type": 0, - "value": "When you confirm the booking the room will be guaranteed for late arrival. If you fail to arrive without cancelling in advance or if you cancel after 18:00 local time, you will be charged for one reward night." + "value": "Number of charging points for electric cars: " + }, + { + "type": 1, + "value": "number" } ], - "iRe/zA": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Your transaction" + "value": "Number of parking spots: " + }, + { + "type": 1, + "value": "number" } ], - "iTW5cT": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Accessible room" + "value": "Price per 24 hours" } ], - "iZMEZ+": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Age is required" + "value": "Price per day" } ], - "igQKfQ": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Don't worry, we will conjure up new exciting offers and campaigns in the future. Stay tuned!" + "value": "Price per hour" } ], - "inxWMf": [ + "parkingInformation.pricePerNight": [ + { + "type": 0, + "value": "Price per night" + } + ], + "parkingInformation.prices": [ + { + "type": 0, + "value": "Prices" + } + ], + "parkingInformation.reservedInAdvanceNo": [ + { + "type": 0, + "value": "Parking can be reserved in advance: No" + } + ], + "parkingInformation.reservedInAdvanceYes": [ + { + "type": 0, + "value": "Parking can be reserved in advance: Yes" + } + ], + "parkingInformation.weekdayPrices": [ + { + "type": 0, + "value": "Weekday prices" + } + ], + "parkingInformation.weekendPrices": [ + { + "type": 0, + "value": "Weekend prices" + } + ], + "partnerSas.balance": [ + { + "type": 0, + "value": "Balance" + } + ], + "partnerSas.bookingWidget.reward.eurobonus": [ + { + "type": 0, + "value": "EuroBonus points" + } + ], + "partnerSas.bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "To book with EuroBonus points, make sure you're logged into your SAS EuroBonus account." + } + ], + "partnerSas.bookingWidget.roomsPicker.disabled": [ + { + "type": 0, + "value": "Multi-room booking is not available with EuroBonus points." + } + ], + "partnerSas.conversionRateInfo": [ + { + "type": 0, + "value": "1 EuroBonus point = 2 Scandic Friends points" + } + ], + "partnerSas.ebPointsToExchange": [ + { + "type": 0, + "value": "EB points to exchange" + } + ], + "partnerSas.error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Multi-room bookings are not available with EuroBonus points." + } + ], + "partnerSas.exchangeFrom": [ + { + "type": 0, + "value": "Exchange from" + } + ], + "partnerSas.exchangePoints": [ + { + "type": 0, + "value": "Exchange points" + } + ], + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6721,97 +6639,806 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "We require your birth date in order to link your Scandic Friends account with your SAS EuroBonus account. Please check that it is correct." + "value": "Your exchanged points will retain their original expiry date with a maximum validity of 12 months." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Changes in your level match can take up to 24 hours to be displayed." + "value": "Exchange to" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Explore the offer" + "value": "Exchanged points will not be level-qualifying." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping & Dining" + "value": "Policies" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "You’ve requested too many codes" + "value": "Rates" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Hours" + "value": " points" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "We couldn't find a matching location for your search." + "value": "EB Points" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "No results" + "value": "Log in" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ + { + "type": 0, + "value": "Hi " + }, + { + "type": 1, + "value": "fName" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "lName" + }, + { + "type": 0, + "value": "!" + } + ], + "partnerSas.noPointsToTransfer": [ + { + "type": 0, + "value": "You have no points to transfer." + } + ], + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, + { + "type": 0, + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Proceed with point exchange?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF points to receive" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Are you sure you want to unlink your account?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "This will remove any membership level upgrades gained from the linking. You can re-link your accounts again in 30 days." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Unlink accounts" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Yes, I want to exchange my points" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Yes, unlink my accounts" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "You are about to exchange:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Only allowed characters" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Hide password" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " to " + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " characters" + } + ], + "passwordInput.lowercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " lowercase letter" + } + ], + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "New password" + } + ], + "passwordInput.numberRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " number" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Show password" + } + ], + "passwordInput.specialCharacterRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " special character" + } + ], + "passwordInput.uppercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " uppercase letter" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "My saved cards" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Claim points" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Missing a previous stay?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Expiration Date" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Earn points by staying at Scandic. Turn your points into free nights and memorable experiences." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Points expire three years after they are earned, on the last day of that month. Expiring points do not affect your level." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ + { + "type": 1, + "value": "expiringPoints" + }, + { + "type": 0, + "value": " points expiring" + } + ], + "points.pointsToSpendCard.expiringPointsTitle": [ + { + "type": 0, + "value": "Expiring points" + } + ], + "points.pointsToSpendCard.howToSpendCta": [ + { + "type": 0, + "value": "How to spend points" + } + ], + "points.pointsToSpendCard.inDays": [ + { + "type": 0, + "value": "In " + }, + { + "type": 1, + "value": "days" + }, + { + "type": 0, + "value": " days" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "on " + }, + { + "type": 1, + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Voucher" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "VAT " + }, + { + "type": 1, + "value": "vat" + }, + { + "type": 0, + "value": "%" + } + ], + "priceDetails.averagePricePerNight": [ + { + "type": 0, + "value": "Average price per night" + } + ], + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Breakfast (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adult" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " adults" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.breakfastChildrenDetails": [ + { + "type": 0, + "value": "Breakfast (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " child" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " children" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.roomCharge": [ + { + "type": 0, + "value": "Room charge" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Total price including VAT" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "You canceled adding a new credit card." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "An error occurred when adding a credit card, please try again later." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Your card was successfully saved!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Something went wrong and we couldn't remove your card. Please try again later." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Your card was successfully removed!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Are you sure you want to remove the card ending with " + }, + { + "type": 1, + "value": "lastFourDigits" + }, + { + "type": 0, + "value": " from your member profile?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "No, keep card" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Remove card from member profile" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "We could not add a card right now, please try again later." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Yes, remove my card" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, "value": "It's not possible to manage your communication preferences right now. Please try again later or contact support if the problem persists." } ], - "jKKg2o": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Clear all filters" + "value": "An error occurred trying to manage your preferences, please try again later." } ], - "jNJj4c": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Per adult/night" + "value": "Manage preferences" } ], - "jTdXOS": [ + "promoCampaign.activateOffer": [ { "type": 0, - "value": "Pay with card at the hotel" + "value": "Activate offer" } ], - "jVJPS0": [ + "promoCampaign.campaignReferencePromoCode": [ { "type": 0, - "value": "My membership cards" + "value": "Campaign reference: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "jbf7bd": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Points to be deducted now" + "value": "Could not activate this offer" } ], - "jdJhOL": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Phone number" + "value": "Don't worry, we will conjure up new exciting offers and campaigns in the future. Stay tuned!" } ], - "jl6vV5": [ + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "If this problem persists" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Log in" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "See all offers" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "See terms & conditions for all qualifying requirements." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "This campaign is active" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "This campaign is not available" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "This promotion has expired" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "To activate offer" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Preliminary receipt" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Total excluding VAT" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Total including VAT" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Yes, close and remove benefit" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "No, go back" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "If not, please go back and do so before you close this. Once you close this your benefit will be void and removed from My Benefits." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Have you showed this benefit to the hotel staff?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "If you close this your benefit will be removed" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Copied to clipboard" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Copy promotion code" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Promo code" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Redeem benefit" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Yes, redeem" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Book a table" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Discover " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menus" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Active" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Valid through " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "How to use" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Membership ID: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "As our " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Level up to unlock" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Redeemed & valid through:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ { "type": 1, "value": "min" @@ -6829,1156 +7456,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Country is required" + "value": "Accessible room" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Save" + "value": "Allergy-friendly room" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Pet-friendly room" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "All locations" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parking information for " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" + "value": " (available in some rooms)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Nordic Swan Ecolabel" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Contact details" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Free for kids aged 12 and under." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "All hotels and offices" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Remove card from member profile" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Stay at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotel in " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Current password is required" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Join Scandic Friends now" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Credit card" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "View and print receipt" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Children" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Follow us" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Based on availability" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Result" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Results" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Awards and certifications" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Other Requests" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Total price including VAT" - } - ], - "lOax91": [ - { - "type": 0, - "value": "I accept the terms for this booking and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand that Scandic will process my personal data for this booking in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " room was cancelled" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Don't have a Scandic Friends account yet?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "No windows but excellent lighting" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Price per hour" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " guests" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Free rebooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Wednesday" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Extra bed will be provided additionally" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Booking confirmation" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "If you believe this is an error, please contact us for assistance." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sunday" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "About Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Sign up and link employment" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Price: €0.16/min + local call charges" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "No prices available" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Cancellations" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museums" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Bed preference" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Price per 24 hours" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Ratings and reviews for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Breakfast" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Until " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "All countries" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Great news! You can go straight to My Pages to explore all your perks and rewards!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partner benefits" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Birth date: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Indoor windows and excellent lighting" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "This campaign is active" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "You canceled adding a new credit card." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Find booking" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "What you have to do to guarantee booking:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Edit profile" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "We could not add a card right now, please try again later." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "As our " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Accessibility information for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Expiring Points" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " has upgraded your Scandic Friends level to " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": "." - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Retype new password" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " guests" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Transfer to" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " from " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Current Points: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "View room details" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "You need to be logged in to view your booking" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Reward night" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Log in" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Linked account" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "The postal code can only contain numbers and letters" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Rooms & Guests" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Add to calendar" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Go back" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Free cancellation" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Thank you for your booking! We look forward to welcoming you and hope you have a pleasant stay." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parking information for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Room " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "First name" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Membership ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Boosted by SAS until " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "How to spend points" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Nearby " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "About the hotel" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Dismiss notification" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "See results (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "No single rooms are available on these dates" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room type" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " room types" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " available" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Pay later" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Popular" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Yes, redeem" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Bonus Nights range from 10 000 - 80 000 points. Book your next stay with us today!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "We had an issue processing your booking. Please try again. No charges have been made." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Pay with points" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Thursday" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "The number you have entered is too short" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Check out all your benefits" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Book a meeting" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "It looks like no hotels match your filters. Try adjusting your search to find the perfect stay." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Show Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Guarantee late arrival" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " from " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "You must accept the terms and conditions" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Number: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " points or " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nights" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Show less" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Your membership" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Ratings & reviews" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "We need some more details to confirm your identity." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Close the map" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Insufficient points" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Open image gallery" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "If this problem persists" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "A destination or hotel name is needed to be able to search for a hotel room." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Successfully updated profile!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Meetings & conferences at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Spice things up" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Multi-room bookings are not available with EuroBonus points." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Close" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Manage stay" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Adults" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "No breakfast" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Point transfer completed!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Discover " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "An error occurred (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Location" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Homepage" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotels" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8016,53 +7522,247 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB Points" + "value": "Prices & availability" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Access size" + "value": "This room is equipped with" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Save updates" + "value": "Link your " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " and " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " accounts to earn, use and exchange points between memberships" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kayaking" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "Email address is invalid" + "value": "Read more and link accounts" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotels & destinations" + "value": "Changes in your level match can take up to 24 hours to be displayed." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Accessibility at " + "value": " and " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " are equally matched. Level up in one of your memberships to qualify for an upgrade!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " has upgraded your Scandic Friends level to " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": "." + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Level match status" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Linked account" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Your Scandic Friends level " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " has upgraded you to " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": "." + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Upgrade valid until" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Close the map" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Please try and change your search for this destination or see alternative hotels." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "We found no available rooms using this booking code (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). See available rates below." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room type" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " room types" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " available" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8106,561 +7806,32 @@ "value": " available" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Breakfast deal can be purchased at the hotel." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/night for kids (ages 4–12)" + "value": "Breakfast excluded, add in next step." } ], - "stV21X": [ - { - "type": 0, - "value": "See alternative hotels" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "Email" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Customer Support" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Book another stay" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Breakfast excluded" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Breakfast is included." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Get inspired" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "I accept the terms for this stay and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Booking & Cancellation Terms" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", and understand Scandic will process my personal data for this stay in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Cafe" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Membership terms and conditions" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels all rights reserved" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Unable to search" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Menu" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Something went wrong. Please try again later." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Children under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hello Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Prices & availability" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " people" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Free" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Child age is required" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Unable to display breakfast prices." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Last name" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Mixed-gender sauna" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send an email" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "First name can't contain any special characters" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Change or cancel" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " uppercase letter" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Select room" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Breakfast included" - } - ], - "ual1BM": [ - { - "type": 0, - "value": "Already a Scandic Friends account?" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "By adding a card you also guarantee your room booking for late arrival." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Password is required" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Public transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menus" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "We could not unlink your accounts" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Clear searches" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Find your stay" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Meetings, Conferences & Events" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Have you showed this benefit to the hotel staff?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "No hotels match your filters" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Country" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "An error occurred trying to manage your preferences, please try again later." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Prices have increased since you selected your " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " To continue your booking, accept the updated price," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " or go back to select " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adult" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " adults" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Your card was successfully saved!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Confirm booking" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "View your details" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Phone is required" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " special character" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Full circle" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Cannot be cancelled" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " points" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "No content published" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Sign up bonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Total points" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "You've earned " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " points this member year." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternate opening hours (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisor rating" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8671,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8683,14 +7853,405 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Invalid dates" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " guests" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Pet-friendly rooms include a charge of approx. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/stay" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " left" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Select a rate" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "This room is not available" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "About parking" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Amenities" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Check in from: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Check out at latest: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Hours" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Room details" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Ratings & reviews" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Ratings and reviews for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Distance to gym: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "External gym: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Pool length: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Pool width: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Mixed-gender sauna" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Gender-separated sauna" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Show Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Monday–Friday: Always open" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Monday–Friday: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Saturday–Sunday: Always open" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Saturday–Sunday: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Pool depth: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Pool depth: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "An account with this email already exists. Please try signing in instead." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Contact information" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "I accept" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Join now" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Terms and conditions" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "By accepting the " + }, + { + "children": [ + { + "type": 0, + "value": "Terms and Conditions for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " I understand that my personal data will be processed in accordance with " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic's Privacy Policy" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Join or log in while booking for member pricing." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "To get the member price " + }, + { + "children": [ + { + "type": 1, + "value": "price" + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": ", log in or join when completing the booking." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "To get the member room price " @@ -8710,63 +8271,116 @@ "value": ", log in or join when completing the booking." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "This code has expired. " - }, - { - "children": [ - { - "type": 0, - "value": "Send new code." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "as of today" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Compare all levels" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotel details" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Number of parking spots: " + "value": "next level: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "No availability" + "value": "Points needed to level up" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "Nearby" + "value": "Your points to spend" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "As your booking includes rooms with different terms, we will be charging part of the booking now and the remainder will be collected by the reception at check-in." + "value": "Get inspired" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "You have no upcoming stays." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Where should you go next?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Dismiss notification" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Go back to My Pages" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Redeem your points for cozy stays, delicious meals at our restaurants, or hotel extras to elevate your stay!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "You have enough points for a reward night!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Book now" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "In order to exchange your points, we'll ask you to sign in to your SAS EuroBonus account." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Your new total" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " in order to transfer your points." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Points added" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8774,397 +8388,94 @@ }, { "type": 0, - "value": " p" + "value": " points" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rooms" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Payment Guarantee" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom in" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Extras to your booking" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Explore city" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "I accept the terms and conditions" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Terms" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Search" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "An error occurred when trying to update your profile." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Payment details" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Accessibility at " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Level" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Language" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Accessibility information for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planning to arrive after 18.00? Secure your room by guaranteeing it with a credit card. Without the guarantee and in case of no-show, the room might be reallocated after 18:00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Your Stay is still active with the other room" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Member Since: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Hiking" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Pay at the hotel" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Policies" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Unable to display map" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Total due" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Your member year and level progress" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Your rooms" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Other payment methods" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Point exchange completed!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotels with " + "value": "Your transaction" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "We could not unlink your accounts" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "We couldn’t unlink your accounts. Please contact us and we’ll help you resolve this." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Log in to your SAS EuroBonus account to confirm account unlinking." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Please enter the code sent to " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " in " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Last name is required" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Date of birth is required" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Discard changes" - } - ], - "z074yK": [ - { - "type": 0, - "value": "This stay has multiple terms." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Zip code is required" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "Email address is required" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Guest" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "View and buy extras" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Something went wrong and we couldn't add your card. Please try again later." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Pool width: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/night per adult" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " child" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " children" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "I accept the terms for this stay and the general " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", and understand Scandic will process my personal data for this stay in accordance with " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic's Privacy Policy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " in order to unlink your accounts." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "POINTS" + "value": "Your accounts are now unlinked" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Average price per night" + "value": "Please try again or contact customer service!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Map of " - }, - { - "type": 1, - "value": "hotelName" + "value": "User not found" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Breakfast charge" + "value": "Unknown error occurred loading user" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Gender-separated sauna" + "value": "Error: No user could be loaded" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Map" + "value": "Error: user not found" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Go back to overview" } ] } diff --git a/apps/scandic-web/i18n/dictionaries/fi.json b/apps/scandic-web/i18n/dictionaries/fi.json index a2c520959..3040b887c 100644 --- a/apps/scandic-web/i18n/dictionaries/fi.json +++ b/apps/scandic-web/i18n/dictionaries/fi.json @@ -1,71 +1,4922 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Jäsennumero väärässä muodossa" + "value": "Tietoa esteettömyydestä" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Vain sallitut merkit" + "value": "Lisäämällä kortin vahvistat myös huoneesi myöhäisen saapumisen varalta." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Vanhat päivämäärät" + "value": "Maksu tehdään sisäänkirjautumisen yhteydessä. Korttia käytetään ainoastaan takaamaan lisämaksut, jos majoittuja ei saavu paikalle." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Aamiainen voidaan lisätä varauksen jälkeen lisämaksusta aikuisille ja yli 4-vuotiaille lapsille." + "value": " pisteitä käytössä" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." + "value": "Nyt vähennettävät pisteet" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Pysäköinti" + "value": "Kaikki lisäpalveluiden maksut palautetaan täysimääräisesti " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti. Aikaa ja erityistoiveita voi myös muuttaa." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Varaa kortilla" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Kyllä, hyväksyn yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti. Sieltä voit lukea lisää siitä, mitä tietoja käsittelemme, oikeuksistasi sekä mihin voit ottaa yhteyttä, jos sinulla on kysyttävää." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Muut pyynnöt" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Aamiaisen voi lisätä vain koko majoituksen ajaksi ja kaikille vieraille." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Pisteet eivät riitä" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Maksa kortilla hotellissa" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Maksa pisteillä" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Valitse määrä" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " lisätty varaukseesi!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Jotain meni pieleen. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " ei voitu lisätä varaukseesi." + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Maksuton lapsille (alle 4-vuotiaille)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/yö per aikuinen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/yö lapsille (4–12 vuotta)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Vaihtoehdot " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Toimitetaan:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Aamiaisen hintoja ei voida näyttää." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Tee majoituksestasi entistä parempi" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Hyväksyn varaus- ja peruutusehdot" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "N." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "N. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Vuodetoive" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Inspiroidu ja aloita unelmoimaan seuraavasta matkasta. Tutustu muihin Scandic-kohteisiin." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Varaa seuraava vierailusi" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Varauskoodi" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Varauskoodi" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Varausyhteenveto" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Aamiainen ei sisälly hintaan" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Aamiainen sisältyy" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanja" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "All-day breakfast" + "value": "Peru varaus" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Kokonaispisteeni" + "value": "Peruutusnro" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Muuta tai peru" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Koodi/lahjakortti" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Lisävuode (lapsi) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Hae varaus" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Maksuton peruutus" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Varausta voi muuttaa, mutta ei perua" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Majoittujat" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotellit ja kohteet" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Halvin hinta (viimeiset 30 päivää)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Jäsenhinta" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ei saatavilla" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Hintoja ei ole saatavilla" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Pyyntöäsi vastaavia huoneita ei ole saatavilla." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Varausta ei voi muuttaa tai perua" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Pisteesi eivät riitä" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuista" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Pinnasänky (lapsi) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " yö" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " yöta" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huone" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Maksa hotellissa" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "Maksa nyt" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Hinta ilman arvonlisäveroa" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Hinta sisältää arvonlisäveron" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Varausehdot" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Poista ylimääräiset huoneet" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Palkintoyö" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Huoneen mukavuudet" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Huoneiden luokittelu" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Huone " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Huone kokonaishinta" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Katso vaihtoehtoisia hotelleja" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Katso lisätiedot" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Valitse huone" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Haluan varausvahvistuksen tekstiviestinä" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Erityistarpeet" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Perushinta" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Saatavilla rajoitetusti" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Ehdot" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Erääntyvät yhteensä" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Kokonaishinta" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (sis. alv)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Kaikki hinnat" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Varauskoodi suodatin" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Hinnat varauskoodilla" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Huonehinnat" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Varauksesi on vahvistettu, mutta emme pystyneet vahvistamaan jäsenyyttäsi. Jos olet tehnyt varauksen jäsenalennuksella, sinun on joko esitettävä nykyinen jäsennumerosi sisäänkirjautumisen yhteydessä, liittyä jäseneksi tai maksaa hintaero hotellissa. Jäseneksi liittyminen tapahtuu helpoiten verkossa ennen majoitusta." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Lataa lasku" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellin tiedot" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Yritä uudelleen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Muokkaa varausta" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Jäsenyyden vahvistaminen epäonnistui" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Maksutiedot" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Tee uusi varaus" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Näytä ja osta lisäpalveluita" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Tutustu pieniin lisäherkkuihin, jotka tekevät tulevasta majoituksestasi entistä paremman." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Piristä vierailua" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuiset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Varausehdot" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Jäsenedut käytössä" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Varausnumero " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Peruutusehdot" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " alkaen klo " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Jäsennumero: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Voit sisäänkirjautua myös klo 18.00 jälkeen." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Varaus vahvistettu." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Majoittuja" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Kiitos varauksestasi! Odotamme innolla näkevämme sinut ja toivomme, että sinulle tulee onnistunut vierailu." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Varausvahvistus" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Kokonaishinta: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Lisää koodi" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Muista koodi" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Jos varaat tarjoushinnalla tai yrityksen sopimushinnalla, tarvitset varauskoodin. Älä käytä erikoismerkkejä, kuten (.) (,) (-) (:). Jos haluat tehdä varauksen koodilla VOF, soita meille numeroon 0200 81800 (0,65 €/min + pvm/mpm). Tallenna varauskoodisi seuraavaa kertaa varten, rastittamalla ruutu \"Muista koodi\". Älä rastita ruutua, jos käytät julkista tietokonetta, jotta varauskoodisi ei päädy luvattomaan käyttöön." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Hae" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Päivitä" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Ikä" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Lapsen ikä tarvitaan" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "Aikuisten vuoteessa" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "Pinnasängyssä" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Lisävuoteessa" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Check in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Kohde" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Huone ja majoittujat" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Minne?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Palkintoyö" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Varataksesi palkintoyön, varmistathan, että olet kirjautunut sisään Scandic Friends -tilillesi." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Lisää huone" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Valmis" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Poista huone" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Tyhjennä haut" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Kaupungit" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Maat" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotellit" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Hyväksyn" + "value": "Viimeisimmät haut" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ei tuloksia" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Emme löytäneet hakuasi vastaavaa sijaintia." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Hakua ei voida suorittaa" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Haun aikana tapahtui virhe, yritä uudelleen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Anna kohde tai hotelli" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "Hotellihuoneen hakuun tarvitaan kohteen tai hotellin nimi." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Murupolku" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "All-day breakfast" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Tutustu tarjoukseen" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Tähän tarjoukseen sisältyvät hotellit" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Seuraava kuva" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Edellinen sivu" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Scandic Friends -ohjelmasta" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Esteettömyys" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Lisää kalenteriin" + } + ], + "common.address": [ + { + "type": 0, + "value": "Osoite" + } + ], + "common.adult": [ + { + "type": 0, + "value": "Aikuinen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Aikuista" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "iät" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Hae" + } + ], + "common.back": [ + { + "type": 0, + "value": "Takaisin" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Takaisin alkuun" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Baari" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Vuodevaihtoehdot" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Syntymäaika" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Varausnumero" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Aamiainen" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Aamiainen" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunssi" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Peru" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Peru varaus" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Peruutukset" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Peruttu" + } + ], + "common.change": [ + { + "type": 0, + "value": "Muokkaa" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Muutokset" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Check-in" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Check-out" + } + ], + "common.children": [ + { + "type": 0, + "value": "Lasta" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Lapset alle " + }, + { + "type": 1, + "value": "age" + }, + { + "type": 0, + "value": " vuotta" + } + ], + "common.city": [ + { + "type": 0, + "value": "Kaupunki" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Tyhjennä" + } + ], + "common.close": [ + { + "type": 0, + "value": "Sulje" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Sulje kielivalikko" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Vahvista" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Ota yhteyttä" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Jatka" + } + ], + "common.country": [ + { + "type": 0, + "value": "Maa" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Maakoodi" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Luottokortti" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Asiakaspalvelu" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Asiakaspalvelu" + } + ], + "common.day": [ + { + "type": 0, + "value": "Päivä" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Illallinen" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Ohjeet" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Ajo-ohjeet" + } + ], + "common.email": [ + { + "type": 0, + "value": "Email" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "Sähköpostiosoite" + } + ], + "common.faq": [ + { + "type": 0, + "value": "Usein kysytyt kysymykset" + } + ], + "common.find": [ + { + "type": 0, + "value": "Etsi" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Etunimi" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Seuraa meitä" + } + ], + "common.food": [ + { + "type": 0, + "value": "Ruoka" + } + ], + "common.free": [ + { + "type": 0, + "value": "Maksuton" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Perjantai" + } + ], + "common.from": [ + { + "type": 0, + "value": "Alkaen" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Palaa takaisin" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " henkilö" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " henkilöä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Miten se toimii" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Kuvagalleria" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Sisältää ALV:n" + } + ], + "common.included": [ + { + "type": 0, + "value": "Sisältyy" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km kaupungin keskustaan" + } + ], + "common.language": [ + { + "type": 0, + "value": "Kieli" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Sukunimi" + } + ], + "common.level": [ + { + "type": 0, + "value": "Taso" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live-tapahtumat" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Hinta 0,16 €/min + pvm/mpm" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Kirjaudu ulos" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lounas" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Päävalikko" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Jäsennumero" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Taso " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Maanantai" + } + ], + "common.month": [ + { + "type": 0, + "value": "Kuukausi" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Sinun tulee hyväksyä säännöt ja ehdot" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Etuni" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Pisteeni" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Profiilini" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Varaukseni" + } + ], + "common.name": [ + { + "type": 0, + "value": "Nimi" + } + ], + "common.next": [ + { + "type": 0, + "value": "Seuraava" + } + ], + "common.night": [ + { + "type": 0, + "value": "yö" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ei aamiaista" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Joutsenmerkki" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ei sisälly" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuinen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " aikuista" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapsi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " lapset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vieras" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vierasta" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotelli" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotellia" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Avaa" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Avaa kielivalikko" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Aukioloajat" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valinnainen" + } + ], + "common.or": [ + { + "type": 0, + "value": "tai" + } + ], + "common.other": [ + { + "type": 0, + "value": "Muut" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Muut pyynnöt" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Yleiskatsaus" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Pysäköinti" + } + ], + "common.password": [ + { + "type": 0, + "value": "Salasana" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "aikuinen/yö" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Lemmikkiystävällinen" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Puhelinnumero" + } + ], + "common.points": [ + { + "type": 0, + "value": "Pisteet" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pistettä" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Pisteitä käytettävissä" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Hyödyllistä tietoa" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Edellinen" + } + ], + "common.price": [ + { + "type": 0, + "value": "Hinta" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Hintatiedot" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Lue lisää" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Poista" + } + ], + "common.room": [ + { + "type": 0, + "value": "Huone" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Huoneet" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lauantai" + } + ], + "common.save": [ + { + "type": 0, + "value": "Tallenna" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Katso kaikki" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Katso kaikki kuvat" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Katso huoneet" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Valitse kieli" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Näytä kaikki" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Näytä vähemmän" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Näytä lisää" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Liity jäseneksi" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & Drinks" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Yhteenveto" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Sunnuntai" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terassi" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torstai" + } + ], + "common.total": [ + { + "type": 0, + "value": "Yhteensä" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Pisteitä" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Kokonaishinta" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "TripAdvisorin luokitus" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tiistai" + } + ], + "common.under": [ + { + "type": 0, + "value": "osoitteessa" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "common.vat": [ + { + "type": 0, + "value": "ALV" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Keskiviikko" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Tervetuloa" + } + ], + "common.year": [ + { + "type": 0, + "value": "Vuosi" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postinumero" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Hallitse evästeitä" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Valitse päivämäärät" + } + ], + "dates": [ + { + "type": 0, + "value": "Päivämäärät" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Takaisin kaupunkeihin" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " kohdetta" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Tutustu kaupunkiin" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Matkakohde" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Kohteet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Tutustu kohteeseen " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Suositeltu" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Kohteet paikassa " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Pyöräystävällinen" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Kaupungin pulssi" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Perheystävällinen" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vaellus" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Melonta" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museot" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Yöelämä" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Tutustu kaupunkiin" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotelli" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotellia" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotellit " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Takaisin luetteloon" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Karttaa ei voi näyttää" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Näytä listana" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kaupungin kartta" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Maan kartta" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Vastaavia kohteita ei löytynyt" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Näyttää siltä, että mikään sijainti ei vastaa hakuasi. Yritä muuttaa suodattimia löytääksesi parhaan kohteen." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Tutustu kaikkiin hotelleihimme" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Katso kaikki hotellit kohteessa " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Sivua ei voida avata " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Katso hotellin tiedot" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Katso kartalla" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Tapahtui virhe (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotellia" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Näytä hotellit kartalla" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Oletko jo Scandic Friends -jäsen?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Liity kanta-asiakasohjelmaamme jo tänään!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Ollaan ystäviä!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Linkitä työsuhteeni" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Kirjaudu sisään ja linkitä työsuhde" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Etkö ole Scandic Friends -jäsen vielä?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Näytä Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Liity jäseneksi ja linkitä työsuhde" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Laskettavat pisteet" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Varausnumero/viite" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Päivämäärä" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Kuvaus" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Varauksesi lisäpalvelut" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Entinen Scandic-hotelli" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Tapahtumia ei ole saatavilla" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Pisteet, jotka ansaittu ennen 1.5.2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Liittymisbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nykyinen salasana" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Hylkää muutokset" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Kaikki tekemäsi muutokset katoaa." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Hävitä tallentamattomat muutokset?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Palaa takaisin muokkaamaan" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Kirjoita uusi salasana uudelleen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profiili päivitetty onnistuneesti!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Käyttäjätiedot" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Kyllä, hylkää muutokset" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Toivottu vuodetyyppi" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Vaihda huonetta" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Meillä oli ongelmia varauksesi käsittelyssä. Yritäthän uudelleen. Maksua ei ole veloitettu." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Olet nyt perunut maksusi." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Aamiainen voidaan lisätä varauksen jälkeen lisämaksusta aikuisille ja yli 4-vuotiaille lapsille." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Aamiaisen voi lisätä varauksen jälkeen lisämaksusta." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Lasten aamiainen aina maksutta osana aikuisten aamiaista." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Valitse aamiaisvaihtoehdot" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Sisältää vegaanisia, gluteenittomia ja muihin erityisruokavalioihin sopivia vaihtoehtoja." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Maksuton lapsille 12-vuotiaaksi asti." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Viimeistele varaus" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Kun varaus vahvistetaan luottokortilla, pidämme varauksen voimassa sisäänkirjautumispäivää seuraavaan päivään klo 7.00 asti." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Jos et saavu paikalle, luottokortiltasi veloitetaan ensimmäisen yön hinta." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Vahvista myöhäinen saapuminen" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Saatan saapua myöhemmin kuin klo 18:00 ja haluan vahvistaa varaukseni." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Kun vahvistat varauksen, huoneesi taataan myöhäisen saapumisen varalta. Jos et saavu paikalle, etkä peru varaustasi tai jos perut varauksesi klo 18.00 jälkeen paikallista aikaa, sinulta veloitetaan yhden palkintoyön hinta." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Yhteystiedot" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Tiedot" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Liity Scandic Friends -jäseneksi ennen sisäänkirjautumista" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Liity Scandic Friends -jäseneksi nyt" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " huoneelle " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Liittymällä hyväksyt " + }, + { + "children": [ + { + "type": 0, + "value": "jäsenehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Scandic Friends -jäsenyytesi on voimassa toistaiseksi ja sen voi irtisanoa milloin tahansa ottamalla yhteyttä Scandicin asiakaspalveluun." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Varaa jäsenhinnalla" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Uusi hinta on" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Jäsenhinta aktivoitu" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Hyväksyn tämän varauksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "Varauksen vahvistamiseksi pyydämme sinua antamaan maksukorttitietosi. Tässä vaiheessa emme veloita mitään." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Viimeistele varaus" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Kun vahvistat myöhäisen saapumisen, pidämme varauksesi voimassa klo 07:00 sisäänkirjautumista seuraavaan päivään asti. Näin saat vieraana lisää joustavuutta sisäänkirjautumisaikoihin." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Huomaathan, että tämä on pakollista ja että korttiasi veloitetaan vain, jos et saavu paikalle." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Anna maksukortti seuraavassa vaiheessa" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Mitä sinun tulee tehdä varauksen takaamiseksi:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vahvistamme yhä varaustasi. Tämä kestää yleensä vain hetken, ja pahoittelemme, että joudut odottamaan. Tarkistathan sähköpostisi varausvahvistusta varten, ja jos et ole saanut sitä päivän loppuun mennessä, ota yhteyttä " + }, + { + "children": [ + { + "type": 0, + "value": "asiakaspalveluumme" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Kestää tavallista kauemmin" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Koska varauksesi sisältää huoneita, joissa on eri ehdot, veloitamme osan varauksesta nyt ja loput peritään vastaanotossa sisäänkirjautumisen yhteydessä." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Viimeinen vaihe" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Muut maksutavat" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Maksa sisäänkirjautumisen yhteydessä" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Maksutavat" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Maksamalla millä tahansa saatavilla olevista maksutavoista hyväksyn tämän varauksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojaselosteen" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti. Hyväksyn myös, että Scandic edellyttää voimassa olevaa maksukorttia vierailuni aikana siltä varalta, että jotain jää maksamatta." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Valitse maksutapa" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Jatka uudella hinnalla" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Aamiaisen hinta" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Takaisin huoneen valintaan" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Hinnat ovat nousseet sen jälkeen, kun valitsit " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " Jos haluat jatkaa varausta, hyväksy päivitetty hinta," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " tai palaa takaisin valitsemaan " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "uusi huone" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "uudet huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "huoneen" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "huoneet" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Uusi kokonaismäärä" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Katso hintatiedot" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Hinnanmuutos" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Lisävuode tarjotaan lisäksi" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Majoittujien tiedot" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Haluaisitko meidän tietävän jotain muuta ennen saapumistasi?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Erityistoiveet (valinnainen)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Ikä tarvitaan" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Jatkaaksesi sinun on oltava vähintään 18-vuotias" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Valitettavasti yksi valitsemistasi huoneista on loppuunmyyty. Ole hyvä ja valitse toinen huone jatkaaksesi." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Sänkytoive tarvitaan" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Syntymäaika tarvitaan" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Varauskoodi on virheellinen" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Aikuisten sängyssä ei voi olla enemmän lapsia kuin huoneessa on aikuisia" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Palkintoöitä ei voi yhdistää varauskoodeihin tai lahjakortteihin." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Maa tarvitaan" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Kohde tarvitaan" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "Sähköpostiosoite on virheellinen" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "Sähköpostiosoite tarvitaan" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Samaa etu- ja sukunimeä ei voi käyttää kahdessa eri huoneessa" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Etunimi tarvitaan" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Etunimi ei saa sisältää erikoismerkkejä" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Virheellinen varausnumero" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Sukunimi tarvitaan" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Sukunimi ei saa sisältää erikoismerkkejä" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Jäsennumero väärässä muodossa" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Vain numerot ovat sallittuja" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Samaa jäsennumeroa ei voi käyttää kahdessa eri huoneessa" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Useamman huoneen varaus ei ole mahdollista tällä varauskoodilla." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Usean huoneen varaukset eivät ole saatavilla palkintoyön yhteydessä." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Nykyinen salasana vaaditaan" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Uusi salasana ei täsmää" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Uusi salasana tarvitaan" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Salasana vaaditaan" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Kirjoita uusi salasana uudelleen" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Antamasi numero on liian lyhyt" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Kirjoita oikea puhelinnumero" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Puhelinnumero tarvitaan" + } + ], + "error.required": [ + { + "type": 0, + "value": "Pakollinen" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postinumero voi sisältää vain numeroita ja kirjaimia" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postinumero tarvitaan" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kopiointi epäonnistui" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kalenteriin lisääminen epäonnistui" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Jokin meni pieleen!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Tyhjennä kaikki hakuehdot" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Etäisyys kaupungin keskustaan" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellin palvelut" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Suodata ja järjestä" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Suodata" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Lähellä hotellia" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Vastaavia hotelleja ei löydetty" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Näyttää siltä, että yksikään hotelli ei vastaa hakuasi. Yritä muuttaa hakuasi löytääksesi parhaan vaihtoehdon." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Katso tulokset (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Järjestä" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Etkö löydä varaustasi?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Ota yhteyttä " + }, + { + "children": [ + { + "type": 0, + "value": "asiakaspalveluun" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Lomakkeen lähettäminen epäonnistui, yritä myöhemmin uudelleen." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Varauksesi" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Tarkasta ja hallinnoi nettisivun tai sovelluksen kautta tehtyjä varauksiasi." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family -hinnan voi varata vain FUSEn kautta." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Kaikki oikeudet pidätetään" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Tuotetta ei voitu lisätä. Varauksesi on vahvistettu. Yritä uudelleen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Meillä oli ongelma varauksesi takaamisessa. Yritä uudelleen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Takaisin sivulle scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Sulje valikko" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Kirjaudu sisään/Liity" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Valikko" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Omat sivut -valikko" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Avaa valikko" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Avaa Omat sivut -valikko" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Tietoa hotellista" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "Hotellissa" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Hyvinvointi ja kuntoilu" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " arviota" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Tervetuloa" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "Lähellä" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotelli" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kartta" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " henkilö" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " henkilöä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Katso kaikki palvelut" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Katso kartta" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Katso huoneen tiedot" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " vierasta" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Luovat tilat kokouksia varten" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kartta " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Saatavilla olevat hinnat" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km kaupungin keskustaan" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Nähtävyydet" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Sijainti" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Julkinen liikenne" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Ostokset & ravintolat" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Lähellä " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellia" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Näytä luettelona" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Näytä karttana" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Esteettömyys " + }, + { + "type": 1, + "value": "hotel" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteetteja" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Kokoukset ja juhlatilat" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tarjoukset" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Kokoukset ja juhlat" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Ravintola ja baari" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Kuntohuone" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Uima-allas" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Poreallas" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Ulkouima-allas" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Sauna" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Tarvitsemme tietoja henkilöllisyytesi vahvistamiseksi." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Hae varauksesi" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Lue lisää hotellista" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Avaa kuvagalleria" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Kaikki kategoriat" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Kaikki maat" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Kaikki hotellit ja toimistot" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Kaikki kohteet" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Määräaika: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Hakemuksia vastaanotetaan" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Tutustu ja hae" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategoria" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Sijainti (näytetään paikallisella kielellä)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotelli tai toimisto" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Tulos" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Tulokset" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Avaa kuva" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Työntekijänumero on jo liitetty toiseen Scandic Friends -jäsenyyteen." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Ota yhteyttä jäsenpalveluumme" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Tiliäsi ei voitu yhdistää" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Et ole oikeutettu henkilökuntaetuihin" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Tämä voi johtua siitä, että työsuhteesi ei ole vielä alkanut, on päättynyt tai olet konsultti. Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Mahtavia uutisia! Voit siirtyä suoraan Oma sivuillesi tutustumaan kaikkiin etuihisi ja palkintoihisi!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Syntymäaika: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Tarvitsemme syntymäaikasi yhdistääksemme Scandic Friends -jäsenyytesi ja SAS EuroBonus -jäsenyytesi. Varmistathan, että tieto on oikein." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Syntymäaika puuttuu" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Syntymäaika ei täsmää" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Etkö saanut koodia? " + }, + { + "children": [ + { + "type": 0, + "value": "Lähetä koodi uudelleen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Muokkaa henkilökohtaisia tietojasi" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Tämä koodi on vanhentunut. " + }, + { + "children": [ + { + "type": 0, + "value": "Lähetä uusi koodi." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Jotain meni pieleen" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Yritä myöhemmin uudelleen" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Emme pystyneet yhdistämään tilejäsi." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Antamasi koodi on väärä" + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Yhdistä tilini" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Yhdistä tilisi" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Odota hetki..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Jos et siirry automaattisesti, " + }, + { + "children": [ + { + "type": 0, + "value": "klikkaa tästä" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Tämä todennus on tarpeen lisäturvallisuuden vuoksi." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Virhe kertakäyttösalasanan pyytämisessä" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Vahvistuskoodi" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Anna koodi, joka lähetettiin numeroon " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " vahvistaaksesi tiliesi yhdistämisen." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Siirrämme sinut Omille sivuillesi." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Siirrämme sinut SAS:n sivuille" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Uuden kertakäyttöisen salasanan pyytämisessä tapahtui virhe" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Lähetä uusi koodi" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Yhdistimme tilisi onnistuneesti!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Tilisi on yhdistetty" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Yhdistämällä tilisi hyväksyt " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends- ja SAS EuroBonus -tilien yhdistämisen säännöt ja ehdot" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Olet pyytänyt liian monta koodia" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "Liian monta epäonnistunutta yritystä" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Odota 1 h ennen kuin yrität uudestaan." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "Liian monta pyyntöä. Yritä myöhemmin uudelleen." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Yhdistetty tilisi" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Katso tietosi" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "alk. per yö" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Oletko jo ystävä?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Kirjaudu sisään täällä" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Jäsenyyden ehdot ja säännöt" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pisteitä " + }, + { + "children": [ + { + "type": 0, + "value": "tai " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " yötä" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Lähennä" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Pienennä" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Varaa kokous" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotellit ja kohteet" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Kokouspaikka" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Sisäänkäynnin koko" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Boardroom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Cabaret-muoto" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Luokkamuoto" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mitat" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Kerros " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Pyöreät pöydät" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Puoliympyrä" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Sisäikkunat hotellille päin" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Sisäikkunat ja erinomainen valaistus" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Valaistus" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Sijainti hotellissa" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " hlö" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ei ikkunoita" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ei ikkunoita, mutta erinomainen valaistus" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " henkilöä" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Cocktail-pöytä" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teatteri" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-pöytä" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Ikkunat ja luonnonvaloa" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Ikkunat ja luonnonvaloa sekä pimennysmahdollisuus" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Ikkunat, luonnonvaloa ja erinomainen näkymä" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Nostettu SAS:n johdosta " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Esteettömyys " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Esteettömyystiedot " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kohteeseen " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Tutustu Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kaupunkiin " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nauti vierailustasi Scandicissa. Varaa nyt!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Tutustu kaikkiin " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotelliimme kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Katso " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " ja muut kohteet! Kaikki tämä nauttiessasi yöpymisestäsi Scandicissa. Varaa nyt!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Tutustu kohteeseen " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nauti yöpymisestä Scandicissa. Varaa nyt!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Tutustu " @@ -87,101 +4938,1248 @@ "value": " -hotellissa" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Vaihda pisteet" + "value": "Tutustu ravintolaan " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " hotellissa " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Lue lisää ja yhdistä tilit" + "value": "Hyvinvointi ja kuntoilu " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Poista ylimääräiset huoneet" + "value": "Hyvinvointi ja kuntoilu " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": "-hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjaviite: " + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Varaa majoitus nyt!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tarjoaa " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Vieraat voivat myös nauttia " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Varaa majoitus osoitteessa " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " jo tänään!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " kohteessa " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tarjoaa " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Vieraat voivat myös nauttia " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " ja " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Kokoukset & juhlat " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Kokoukset & juhlat " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Pysäköintitiedot hotellissa " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Pysäköintitiedot " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellissa kohteessa " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotellit " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " pois " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Yllätykset" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Näet Team Member -korttisi täällä Omat sivut -näkymässä." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Lisää uusi kortti" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Varaa tarjoushintaisia hotelliöitä itsellesi, perheellesi ja ystävillesi!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Sivun murupolku ei toimi (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Katso kaikki etusi" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Tarkista profiiliisi tallennetut luottokortit. Maksa tallennetulla kortilla, kun olet kirjautunut sisään, jotta verkkokokemus olisi sujuvampi." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Vertaa kaikkia tasoja" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " }, { "children": [ { - "type": 1, - "value": "promoCode" + "type": 0, + "value": "0200 81800 (0,65 €/min + pvm/mpm)." } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "phone" + }, { "type": 0, - "value": "Vanhenevat pisteet" - } - ], - "+vGT4R": [ + "value": " tai sähköpostitse " + }, + { + "children": [ + { + "type": 0, + "value": "memberfi@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, { "type": 0, - "value": "TripAdvisorin luokitus" + "value": "." } ], - "+w6K47": [ + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "lahja" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "lahjaa" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, { "type": 0, - "value": "Ruoka" + "value": " lisätty etuihisi" } ], - "+xGyGX": [ + "myPages.currentMemberYear": [ { "type": 0, - "value": "Tämä voi johtua siitä, että työsuhteesi ei ole vielä alkanut, on päättynyt tai olet konsultti. Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." + "value": "Nykyinen jäsenvuosi" } ], - "+xNHsP": [ + "myPages.currentPointsWithPoints": [ { "type": 0, - "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." + "value": "Nykyiset pisteet: " + }, + { + "style": null, + "type": 2, + "value": "points" } ], - "/27R3x": [ + "myPages.dateOfBirth": [ { "type": 0, - "value": "Jäsennumero" + "value": "Syntymäaika" } ], - "/3cTcL": [ + "myPages.editProfile": [ { "type": 0, - "value": "Huonehinnat" + "value": "Muokkaa profiilia" } ], - "/54p7R": [ + "myPages.employee": [ { "type": 0, - "value": "Usean huoneen varaukset eivät ole saatavilla palkintoyön yhteydessä." + "value": "Työntekijä" } ], - "/5HHL3": [ + "myPages.errorLoadingPage": [ { "type": 0, - "value": "Ikkunat, luonnonvaloa ja erinomainen näkymä" - } - ], - "/6gLBc": [ + "value": "Virhe sivun lataamisessa (" + }, + { + "type": 1, + "value": "errorId" + }, { "type": 0, - "value": "Vahvistuskoodi" + "value": ")" } ], - "/BqfV6": [ + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Viimeinen voimassaolopäivä: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Siirry etuihini" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hei, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hei " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Jäljellä seuraavaan tasoon" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Tason tilanne: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " / " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " ansaittua pistettä" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Jäsen vuodesta: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Jäsennumero kopioitu leikepöydälle" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Sisältöä ei ole julkaistu" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Viestintäasetukset" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Jäsenkorttini" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Maksukorttini" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Nimi: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Numero: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Ansaitut pisteet" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "PISTETTÄ" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "jäljellä tason säilyttämiseksi" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Tänä vuonna ansaitsemasi pisteet määrittävät tasosi sekä tälle että seuraavalle jäsenyysvuodelle." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Eläkkeellä" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oho! Jotain meni pieleen yllätyksesi näyttämisessä. Päivitä sivu tai yritä myöhemmin uudelleen. Jos ongelma jatkuu, " + }, + { + "children": [ + { + "type": 0, + "value": " ota yhteyttä asiakaspalveluun. " + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Löydät kaikki lahjasi kohdasta 'Etuni'." + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Meillä on kiva lahja odottamassa sinua!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "children": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " lahjaa odottaa sinua!" + } + ], + "myPages.surprises.openGifts": [ + { + "type": 0, + "value": "Avaa " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "lahja" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "lahjat" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "myPages.surprises.willExpire": [ + { + "type": 0, + "value": "Pidä kiirettä ja käytä ne ennen kuin ne vanhenevat!" + } + ], + "myPages.teamMember": [ + { + "type": 0, + "value": "Team Member" + } + ], + "myPages.teamMemberCardAdded": [ + { + "type": 0, + "value": "Henkilökuntakortti lisätty" + } + ], + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ + { + "type": 0, + "value": "Klikkaamalla alla olevaa linkkiä voit kertoa meille, mitä tietoja ja päivityksiä haluat saada ja miten." + } + ], + "myPages.validUntilDate": [ + { + "type": 0, + "value": "Voimassa " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": " asti" + } + ], + "myPages.youHaveEarnedPointsThisMemberYear": [ + { + "type": 0, + "value": "Olet ansainnut " + }, + { + "type": 1, + "value": "pointAmount" + }, + { + "type": 0, + "value": " pistettä tämän jäsenvuoden aikana." + } + ], + "myPages.yourLevelProgress": [ + { + "type": 0, + "value": "Jäsentason tilanne" + } + ], + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Jäsenvuotesi ja tasokehityksesi" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "SAS Eurobonus -tasosi on korottanut sinut " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": " -tasolle!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Kumppaniedut" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends -linkit" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Jäsenyytesi" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Sinun tulee olla sisäänkirjautunut nähdäksesi varauksesi" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Sinun on kirjauduttava sisään samalla jäsentilillä, jolla varaus tehtiin." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Uudet päivämäärät" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Hae" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Valitse päivämäärät" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Ota yhteyttä varauksen tehneeseen henkilöön" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Koska kyseessä on usean huoneen majoitus, peruutus on tehtävä varauksen tehneen henkilön toimesta. Soita tarvittaessa asikaspalveluumme numeroon 0200 81800 (0,65 €/min + pvm/mpm)." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Koska kyseessä on useamman huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Päivitä päivämäärät ottamalla yhteyttä asiakaspalveluun." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Koska kyseessä on monen huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Pyydä varauksen tehnyttä henkilöä ottamaan yhteyttä asiakaspalveluun." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Lisäpalveluni" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Suosittua" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Kotisivu" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Varaus yhteensä" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Jokin meni pieleen. Yritä myöhemmin uudelleen." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Ei voida perua" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Vahvista peruutus" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Älä peru" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Oletko varma, että haluat jatkaa varauksen perumista?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Tässä varauksessa on useita ehtoja." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Minun huoneeni" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Osa varauksen huoneista peruttiin onnistuneesti, mutta osa ei. Ota yhteyttä asiakaspalveluun saadaksesi apua." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Varausnumero" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " huone peruttiin" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Olemme pahoillamme, että asiat eivät toimineet." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Varauksesi on peruttu" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Varauksesi on edelleen aktiivinen toisen huoneen kanssa" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Peruutusnumero" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Vahvista päivämäärän muutos" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Uudet päivämäärät" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Vanhat päivämäärät" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Maksa hotellissa" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Varaustasi ei onnistuttu muuttamaan" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Varauksesi muutettiin" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Sisäänkirjautuminen klo 18.00 jälkeen" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Saavutko klo 18.00 jälkeen? Takaa huoneesi vahvistamalla se luottokortilla. Jos et vahvista varaustasi, etkä saavu paikalle klo 18.00 mennessä, huone saatetaan myydä uudelleen." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Korttiasi veloitetaan vain, jos et saavu paikalle" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Vahvista" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Vahvista myöhäinen saapuminen" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Hyväksyn tämän majoituksen ehdot sekä yleiset " + }, + { + "children": [ + { + "type": 0, + "value": "varaus- ja peruutusehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", ja ymmärrän, että Scandic käsittelee tämän majoituksen osalta henkilötietojani " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojakäytännön" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Muokkaa majoittujan tietoja" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Majoittujan tietoja ei onnistuttu päivittämään" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Majoittujien tiedot päivitetty" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Varaukseni" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Myöhäinen saapuminen" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Hallinnoi varausta" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Näytä ja tulosta kuitti" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Jäsennumero: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Muutosoikeus" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Oletko varma, että haluat muuttaa majoittujan tietoja?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Tallenna päivitykset" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Kokonaispisteeni" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Tutustu Scandicin hotelleihin" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Majoitus" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Vuodetyyppi" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Lopullinen ALV-erittely toimitetaan uloskirjautumisen yhteydessä." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Jäsen" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Majoittujien määrä" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Öiden määrä" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Lemmikkihuonemaksu sisältäen alv:n" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "ENNAKKOON MAKSETTU" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Huone on maksettu etukäteen" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Hintatyyppi" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Tuntematon kohde" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Oletko varma, että haluat perua varauksen " @@ -245,548 +6243,239 @@ "value": " Tätä toimintoa ei voi peruuttaa." } ], - "/GCoTA": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, - "value": "Tyhjennä" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjakoodi" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Sijainti hotellissa" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Poreallas" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Ohjelmaan" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Kohteet paikassa " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Maanantai-perjantai: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Hävitä tallentamattomat muutokset?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Pienennä" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Muut" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Jokin meni pieleen!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Yhdistetty tilisi" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Lemmikkihuoneen lisämaksu n. " + "value": "Varauksesi on tehty " }, { "children": [ { "type": 1, - "value": "price" + "value": "rate" }, { "type": 0, - "value": "/vierailu" + "value": " " } ], "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Kuvaus" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Varauskoodi suodatin" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Lisävuoteessa" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Majoitus" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-pisteet" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Meillä oli ongelma varauksesi takaamisessa. Yritä uudelleen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Katso kaikki" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kaupungin kartta" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Muutosoikeus" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Hyväksymällä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends -jäsenehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" + "value": "strong" }, { "type": 0, - "value": " ymmärrän, että henkilötietojani käsitellään " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": " mukaisesti." + "value": " -ehdoilla, jotka eivät valitettavasti salli varauksen perumista." } ], - "0CzhjP": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Lemmikkihuone" + "value": "Muuta päivämääriä" } ], - "0G+5b9": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, - "value": "Haluaisitko meidän tietävän jotain muuta ennen saapumistasi?" + "value": "Ota yhteyttä asiakaspalveluun" } ], - "0If6g1": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Aktivoi etu" + "value": "Ota yhteyttä asiakaspalveluun muuttaksesi päivämääriä." } ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": " pieni kirjain" + "value": "Tähän ajankohtaan ei ole saatavilla yhden hengen huoneita" } ], - "0aZ/R+": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Tarvitsemme lisätietoja henkilöllisyytesi vahvistamiseksi." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Pisteeni" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Luottokortin lisäämisessä tapahtui virhe, yritä myöhemmin uudelleen." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Huone kokonaishinta" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Avaa Omat sivut -valikko" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Tarkasta ja hallinnoi nettisivun tai sovelluksen kautta tehtyjä varauksiasi." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Altaan pituus: " + "value": "Soita " }, { "type": 1, - "value": "value" + "value": "phone" + }, + { + "type": 0, + "value": " tai lähetä sähköpostia osoitteeseen " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " saadaksesi apua tilauksesi kanssa." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Soita" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Lähetä sähköpostia" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Löydä meidät" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Varaa uudelleen" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Haluatko varmasti poistaa tämän tuotteen?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Jäsentasosi" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Huoneesi" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Vaihtoehtoiset aukioloajat (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Avoinna aina" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Suljettu" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Korkein taso" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Jäsennumero:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " pistettä, jotka vanhenevat " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " pisteitä tai " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " yötä" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Sinun jäsentasosi" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Osoite: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "Maksullinen" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Varaa pysäköinti" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Etäisyys hotelliin: " + }, + { + "type": 1, + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "15bdWM": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "ALV " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" + "value": "Maksuton pysäköinti" } ], - "16oeH4": [ - { - "type": 0, - "value": "U-pöytä" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Liity Scandic Friends -jäseneksi ennen sisäänkirjautumista" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Nimi: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Näytä Hyvinvointi & Kuntoilu" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " henkilö" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " henkilöä" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "MUUT" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Varaa" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tarjoukset" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Tutustu Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kaupunkiin " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Uusi kokonaismäärä" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "pistettä tasoon: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Viimeinen voimassaolopäivä: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Varaa pöytä" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Löydät kaikki lahjasi kohdasta 'Etuni'." - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Sisältää vegaanisia, gluteenittomia ja muihin erityisruokavalioihin sopivia vaihtoehtoja." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotelli tai toimisto" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Peru varaus" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "Varataksesi EuroBonus-pisteillä varmista, että olet kirjautunut SAS EuroBonus -tilillesi." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Sisältää ALV:n" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Hyödynnä näin" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Korkein taso" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Näytä listana" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Huone" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Hinnat arkipäivinä" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Kirjaudu sisään täällä" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Uuden kertakäyttöisen salasanan pyytämisessä tapahtui virhe" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Kirjoita osoitteeseen " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " lähetetty koodi, jotta voit siirtää pisteesi." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Yöelämä" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Kaupungin pulssi" - } - ], - "2gRSn8": [ + "parkingInformation.numberOfChargingPoints": [ { "type": 0, "value": "Sähköauton latauspisteiden määrä: " @@ -796,779 +6485,213 @@ "value": "number" } ], - "2gWV/U": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Pisteesi" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Haluan varausvahvistuksen tekstiviestinä" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postinumero" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Muista koodi" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Henkilökuntakortti lisätty" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Vuodetyyppi" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Vastaavia kohteita ei löytynyt" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Vaihtoehdot " + "value": "Pysäköintipaikkojen määrä: " }, { "type": 1, - "value": "value" + "value": "number" } ], - "2sRCsy": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Siirry pääsisältöön" + "value": "Hinta per 24 tuntia" } ], - "2u4B/g": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Alustava kuitti" + "value": "Hinta per päivä" } ], - "2ugxgc": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Käyttäjän lataamisessa tapahtui tuntematon virhe" + "value": "Hinta per tunti" } ], - "2wmdDD": [ - { - "type": 0, - "value": "Uusi kokonaismäärä" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Jotain meni pieleen. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " ei voitu lisätä varaukseesi." - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Eläkkeellä" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Tuntematon kohde" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Yllätys!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Varausnumero/viite" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Varauskoodi" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Varauskoodi" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Huoneen mukavuudet" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Sivua ei voida avata " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Useamman huoneen varaus ei ole mahdollista tällä varauskoodilla." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiivinen" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Yllätykset" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Yhdistä " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": "- ja " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": "-tilisi ansaitaksesi, käyttääksesi ja vaihtaaksesi pisteitä jäsenyyksien välillä" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Voimassa " - }, - { - "type": 1, - "value": "expirationDate" - }, - { - "type": 0, - "value": " asti" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Kirjaudu ulos viimeistään: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " kohdetta" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Peruttu" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Peru" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Kokoukset ja juhlat" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Kokonaishinta" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Vahvista myöhäinen saapuminen" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Korttiasi veloitetaan vain, jos et saavu paikalle" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Peruutusnro" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Hallitse evästeitä" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Kyllä, hyväksyn yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "käyttöehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Sieltä saat lisätietoja siitä, mitä tietoja käsittelemme, oikeuksistasi ja siitä, mihin voit kääntyä, jos sinulla on kysyttävää." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Kirjaudu sisään/Liity" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Varauskoodi on virheellinen" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Varataksesi palkintoyön, varmistathan, että olet kirjautunut sisään Scandic Friends -tilillesi." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Omat sivut" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Pisteesi eivät riitä" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Salasana" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Valitse määrä" - } - ], - "5xvHlh": [ + "parkingInformation.pricePerNight": [ { "type": 0, "value": "Hinta per yö" } ], - "60fk7f": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Avaa " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "lahja" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "lahjat" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" + "value": "Hinnat" } ], - "60zt4K": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Linkitä työsuhteeni" + "value": "Voiko pysäköintipaikan varata etukäteen: Ei" } ], - "651gjY": [ - { - "type": 0, - "value": "Hinnanmuutos" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Kyllä, sulje ja poista etu" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Varausta ei voi muuttaa tai perua" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Lopullinen ALV-erittely toimitetaan uloskirjautumisen yhteydessä." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Jatka uudella hinnalla" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Sukunimi ei saa sisältää erikoismerkkejä" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (saatavilla joissain huoneissa)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "huoneen" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Maanantai-perjantai: aina auki" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Nähtävyydet" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Hae" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Virheellinen varausnumero" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Tapahtumia ei ole saatavilla" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Lisää koodi" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Peruutusnumero" - } - ], - "71oD9T": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, "value": "Pysäköintipaikan voi varata etukäteen: Kyllä" } ], - "74VS9G": [ + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": "Liian monta epäonnistunutta yritystä" + "value": "Hinnat arkipäivinä" } ], - "74pvS7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Kalenteriin lisääminen epäonnistui" + "value": "Viikonloppuhinnat" } ], - "75mmZM": [ + "partnerSas.balance": [ { "type": 0, - "value": "Etäisyys kaupungin keskustaan" + "value": "Saldo" } ], - "77dYCv": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, - "value": "Varausnumero" + "value": "EuroBonus-pisteet" } ], - "789Kl/": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Oletko varma, että haluat purkaa tiliesi yhdistämisen?" + "value": "Varataksesi EuroBonus-pisteillä varmista, että olet kirjautunut SAS EuroBonus -tilillesi." } ], - "7Chrsf": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Uusi salasana ei täsmää" + "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." } ], - "7Kryz0": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Earn flights with nights" + "value": "1 EuroBonus-piste = 2 Scandic Friends -pistettä" } ], - "7L86Z5": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Jäsen" + "value": "EB-pisteet vaihdettavaksi" } ], - "7VcWhU": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Anna kohde tai hotelli" + "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." } ], - "7Yon8T": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Varaa tarjoushintaisia hotelliöitä itsellesi, perheellesi ja ystävillesi!" + "value": "Ohjelmasta" } ], - "7ZOaq5": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Maksa sisäänkirjautumisen yhteydessä" + "value": "Vaihda pisteet" } ], - "7kpRto": [ + "partnerSas.exchangePointsDetails": [ { - "type": 0, - "value": "Tason tilanne: " + "children": [ + { + "style": null, + "type": 2, + "value": "sasPoints" + }, + { + "type": 0, + "value": " Eurobonus-pistettä " + } + ], + "type": 8, + "value": "bold" }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "style": null, + "type": 2, + "value": "scandicPoints" + } + ], + "type": 8, + "value": "bold" + }, + { + "type": 0, + "value": " Scandic Friends -pisteeseen" + } + ], + "partnerSas.exchangePointsExpiry": [ + { + "type": 0, + "value": "Vaihdetut pisteet säilyttävät alkuperäisen vanhenemispäivänsä, ja niiden voimassaoloaika on enintään 12 kuukautta." + } + ], + "partnerSas.exchangeTo": [ + { + "type": 0, + "value": "Ohjelmaan" + } + ], + "partnerSas.exchangedPointsNotLevelQualifying": [ + { + "type": 0, + "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." + } + ], + "partnerSas.footer.policies": [ + { + "type": 0, + "value": "Ehdot" + } + ], + "partnerSas.footer.rates": [ + { + "type": 0, + "value": "Hinnat" + } + ], + "partnerSas.menu.ebPoints": [ { "type": 1, - "value": "earned" + "value": "points" }, { "type": 0, - "value": " / " - }, - { - "type": 1, - "value": "total" - }, + "value": " pistettä" + } + ], + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": " ansaittua pistettä" + "value": "EB-pisteet" } ], - "7pXrnq": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Päivä" + "value": "Kirjaudu sisään" } ], - "7tOz+m": [ - { - "type": 0, - "value": "Maksa nyt" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Varaukseni" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family -hinnan voi varata vain FUSEn kautta." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Jäljellä seuraavaan tasoon" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Siirrämme sinut Omille sivuillesi." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Olet nyt perunut maksusi." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Uima-allas" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellin palvelut" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Liity jäseneksi" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kopiointi epäonnistui" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Olemme pahoillamme, että asiat eivät toimineet." - } - ], - "8YwpzF": [ - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, "value": "Hei " @@ -1590,439 +6713,196 @@ "value": "!" } ], - "8bo8AW": [ - { - "type": 0, - "value": "Oletko varma, että haluat jatkaa varauksen perumista?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "Aikuinen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Kyllä, hylkää muutokset" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Seuraava" - } - ], - "92ZaKG": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, "value": "Sinulla ei ole siirrettäviä pisteitä." } ], - "93oVTh": [ + "partnerSas.pointsWithValue": [ { - "type": 0, - "value": "Kopioitu leikepöydälle" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Klikkaamalla alla olevaa linkkiä voit kertoa meille, mitä tietoja ja päivityksiä haluat saada ja miten." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Ajo-ohjeet" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Lahjakortti" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Lisätyt pisteet" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Tällä sähköpostilla on jo olemassa tili. Yritä sen sijaan kirjautua sisään." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Sisäikkunat hotellille päin" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Sauna" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Kaikki kategoriat" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Varausehdot" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Maksutavat" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Huone on maksettu etukäteen" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Erityistoiveet (valinnainen)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Ikä" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Uudet päivämäärät" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Ohjelmasta" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Yleiskatsaus" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Jäsenedut käytössä" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Varaa jäsenhinnalla" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Check-out" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" + "style": null, + "type": 2, + "value": "points" }, { "type": 0, - "value": ", " + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Jatketaanko pisteiden vaihtoa?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-pisteitä saatavana" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Oletko varma, että haluat purkaa tiliesi yhdistämisen?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Tämä poistaa kaikki tilien yhdistämisen kautta saadut jäsentasopäivitykset. Voit yhdistää tilisi uudelleen 30 päivän kuluttua." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Pura tilien yhdistäminen" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Kyllä, haluan vaihtaa pisteeni" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Kyllä, pura tilien yhdistäminen" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Olet vaihtamassa:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Vain sallitut merkit" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Piilota salasana" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "–" }, { "type": 1, - "value": "city" + "value": "max" }, { "type": 0, - "value": " ∙ " - }, + "value": " merkkiä" + } + ], + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "distanceToCityCenterInKm" + "value": "count" }, { "type": 0, - "value": " km kaupungin keskustaan" + "value": " pieni kirjain" } ], - "A/KWYT": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Lauantai-sunnuntai: aina auki" + "value": "Uusi salasana" } ], - "A9Jf2P": [ - { - "type": 0, - "value": "Tutustu Scandicin hotelleihin" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Katso hotellin tiedot" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Toivottu vuodetyyppi" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "lahja" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "lahjaa" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " lisätty etuihisi" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotellit lähellä " - }, + "passwordInput.numberRequirement": [ { "type": 1, - "value": "filter" + "value": "count" }, { "type": 0, - "value": " kohteessa " - }, + "value": " numero" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Näytä salasana" + } + ], + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Katso hintatiedot" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Valitse kieli" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Virheelliset päivämäärät" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "Saadaksesi jäsenhinnan " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "span" + "value": "count" }, { "type": 0, - "value": " , kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." + "value": " erikoismerkki" } ], - "Afvn0g": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Pisteitä käytettävissä" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Saatavilla rajoitetusti" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Virhe kertakäyttösalasanan pyytämisessä" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lauantai-sunnuntai: " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "openingTime" + "value": "count" }, { "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" + "value": " iso kirjain" } ], - "AyGauy": [ + "payment.mySavedCards": [ { "type": 0, - "value": "Kirjaudu sisään" + "value": "Tallennetut korttini" } ], - "B/bu85": [ + "points.claimPoints.cta": [ { "type": 0, - "value": "Ansaitut pisteet" + "value": "Lunasta pisteet" } ], - "B0YuKm": [ + "points.claimPoints.missingPreviousStay": [ { "type": 0, - "value": "Ota yhteyttä asiakaspalveluun muuttaksesi päivämääriä." + "value": "Puuttuuko aiempi majoittuminen?" } ], - "BEX6A7": [ + "points.expiringPointsTable.expirationDate": [ { "type": 0, - "value": "Profiilini" + "value": "Viimeinen voimassaolopäivä" } ], - "BHaqtO": [ + "points.pointsToSpendCard.description": [ { "type": 0, - "value": "Yhteistyökumppanin kuntosali: " - }, - { - "type": 1, - "value": "value" + "value": "Ansaitse pisteitä majoittumalla Scandicissa. Vaihda pisteesi palkintoöihin ja unohtumattomiin elämyksiin." } ], - "BIqtWU": [ + "points.pointsToSpendCard.expiringPointsInfo": [ { "type": 0, - "value": "Osa varauksen huoneista peruttiin onnistuneesti, mutta osa ei. Ota yhteyttä asiakaspalveluun saadaksesi apua." + "value": "Pisteet vanhenevat kolmen vuoden kuluttua niiden ansaitsemisesta, kyseisen kuukauden viimeisenä päivänä. Vanhenevat pisteet eivät vaikuta jäsentasoosi." } ], - "BQxZ71": [ - { - "type": 0, - "value": "Maan kartta" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Päivitä" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Muokkaa" - } - ], - "BYcg51": [ + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, "value": "expiringPoints" @@ -2032,975 +6912,81 @@ "value": " pistettä vanhenee" } ], - "BbXGCK": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, - "value": "Löydä meidät" + "value": "Vanhenevat pisteet" } ], - "BdqGHI": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, - "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." + "value": "Näin käytät pisteitä" } ], - "Bhd3E+": [ - { - "type": 0, - "value": "Kestää tavallista kauemmin" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Etua ei voitu aktivoida" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Varausyhteenveto" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Katso huoneen tiedot" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Vuodevaihtoehdot" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Tilisi on yhdistetty" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Murupolku" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Kohde" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Jatketaanko pisteiden vaihtoa?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Kirjaudu ulos" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Hinnat" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, + "points.pointsToSpendCard.inDays": [ { "type": 1, - "value": "hotelCount" + "value": "days" }, { "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, + "value": " päivän kuluttua" + } + ], + "points.pointsToSpendCard.onDate": [ { "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Aloita päiväsi runsaalla aamiaisella ennen kuin tutustut kohteeseen " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa yöpymisesi Scandic-hotellissa nyt!" + "value": "expiryDate" } ], - "CFNkwp": [ - { - "type": 0, - "value": "Katso huoneet" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Luokkamuoto" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Majoittujien tiedot päivitetty" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Näytä hotellit kartalla" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Lue lisää hotellista" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Anna koodi, joka lähetettiin numeroon " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " vahvistaaksesi tiliesi yhdistämisen." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Katso kaikki kelpoisuusvaatimukset ehdoista." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "N." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Tämä todennus on tarpeen lisäturvallisuuden vuoksi." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "N. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Päivämäärät" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Hyvinvointi ja kuntoilu " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Uudet päivämäärät" - } - ], - "DGq+g+": [ - { - "children": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " lahjaa odottaa sinua!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Viimeistele varaus" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Oletko varma, että haluat poistaa jäsenprofiilistasi kortin, jonka loppuosa on " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": "?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Inspiroidu ja aloita unelmoimaan seuraavasta matkasta. Tutustu muihin Scandic-kohteisiin." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tarjoaa " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Vieraat voivat myös nauttia " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Varaa majoitus osoitteessa " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " jo tänään!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Takaisin sivulle scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Sinun jäsentasosi" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Lomakkeen lähettäminen epäonnistui, yritä myöhemmin uudelleen." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Varaa kortilla" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Jos et, palaa takaisin ja tee se ennen kuin suljet tämän. Kun suljet tämän, etusi mitätöityy ja se poistetaan Omista eduistasi." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Jos et saavu paikalle, luottokortiltasi veloitetaan ensimmäisen yön hinta." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terassi" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Liity kanta-asiakasohjelmaamme jo tänään!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "Aikuisten vuoteessa" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Etäisyys hotelliin: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Näytä karttana" - } - ], - "EWW+Ao": [ + "price.numberOfVouchers": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " lapsi" + "value": "Kuponki" } ] }, "other": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " lapset" + "value": "Kupongit" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalChildren" + "value": "numberOfVouchers" } ], - "EWf4oG": [ + "priceDetails.VAT": [ { "type": 0, - "value": "Hinta per päivä" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Hae" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Check-in/Check-out" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" + "value": "ALV " }, { "type": 1, - "value": "roomSizeMax" + "value": "vat" }, { "type": 0, - "value": " m²" + "value": " %" } ], - "ExIAgH": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Ansaitut pisteet" + "value": "Keskimääräinen hinta per yö" } ], - "F6OyfE": [ - { - "type": 0, - "value": "Hinnat" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Tähän tarjoukseen sisältyvät hotellit" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Aamiaisen voi lisätä vain koko majoituksen ajaksi ja kaikille vieraille." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Työntekijänumero on jo liitetty toiseen Scandic Friends -jäsenyyteen." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Etsi" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Kirjoita oikea puhelinnumero" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Tiliäsi ei voitu yhdistää" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Etunimi tarvitaan" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Saatavilla olevat hinnat" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Yritä uudelleen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "Varauksen vahvistamiseksi pyydämme sinua antamaan maksukorttitietosi. Tässä vaiheessa emme veloita mitään." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "Hotellissa" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pisteitä " - }, - { - "children": [ - { - "type": 0, - "value": "tai " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " yötä" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Puoliympyrä" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Koska kyseessä on monen huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Pyydä varauksen tehnyttä henkilöä ottamaan yhteyttä asiakaspalveluun." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Suljettu" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Kun vahvistat myöhäisen saapumisen, pidämme varauksesi voimassa klo 07:00 sisäänkirjautumista seuraavaan päivään asti. Näin saat vieraana lisää joustavuutta sisäänkirjautumisaikoihin." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Poista" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Näet Team Member -korttisi täällä Omat sivut -näkymässä." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Katso kaikki palvelut" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Hyväksyn varaus- ja peruutusehdot" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Maksuton pysäköinti" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Palkintoöitä ei voi yhdistää varauskoodeihin tai lahjakortteihin." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Tutustu pieniin lisäherkkuihin, jotka tekevät tulevasta majoituksestasi entistä paremman." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Vahvista" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Koodi/lahjakortti" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Tuotetta ei voitu lisätä. Varauksesi on vahvistettu. Yritä uudelleen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " - }, - { - "children": [ - { - "type": 0, - "value": "0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " tai sähköpostitse " - }, - { - "children": [ - { - "type": 0, - "value": "memberfi@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Kuvagalleria" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Tutustu ravintolaan " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " hotellissa " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Takaisin alkuun" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Jäsentason tilanne" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Yhteensä alv:n kera" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Maakoodi" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Kokouspaikka" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Jäsenyytesi" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Nimi" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Miten se toimii" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Tietoa esteettömyydestä" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Sänkytoive tarvitaan" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Varaa pysäköinti" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Suodata ja järjestä" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Työntekijä" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Syntymäaika puuttuu" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Etkö löydä varaustasi?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-pisteet vaihdettavaksi" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Kirjoita uusi salasana uudelleen" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Emme löytäneet vapaita huoneita varauskoodilla (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Katso saatavilla olevat hinnat alla." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Lemmikkiystävällinen" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Kaupungit" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "Vuosi" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vahvistamme yhä varaustasi. Tämä kestää yleensä vain hetken, ja pahoittelemme, että joudut odottamaan. Tarkistathan sähköpostisi varausvahvistusta varten, ja jos et ole saanut sitä päivän loppuun mennessä, ota yhteyttä " - }, - { - "children": [ - { - "type": 0, - "value": "asiakaspalveluumme" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Tarvitset vielä" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Pyöräystävällinen" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Käyttäjää ei löytynyt" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Viimeisimmät haut" - } - ], - "IRsfJt": [ + "priceDetails.breakfastAdultsDetails": [ { "type": 0, "value": "Aamiainen (" @@ -3044,2392 +7030,7 @@ "value": "totalBreakfasts" } ], - "ITdmlJ": [ - { - "type": 0, - "value": "Yhteystiedot" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Kyllä, poista korttini" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ei ikkunoita" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Tallennetut korttini" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Öiden määrä" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valinnainen" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Jäsenyyden vahvistaminen epäonnistui" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Vaihda huonetta" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuinen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuista" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Linkki" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Aamiaisen voi ostaa hotellista." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "tänään" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Poista huone" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Näytä salasana" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Edellinen" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Yhdistämällä tilisi hyväksyt " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends- ja SAS EuroBonus -tilien yhdistämisen säännöt ja ehdot" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " jäljellä" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Näytä kaikki" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Ota yhteyttä varauksen tehneeseen henkilöön" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Valmis" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Muokkaa asetuksia" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Sijainti (näytetään paikallisella kielellä)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Avaa" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Varausnumero " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Lataa lasku" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopioi kampanjakoodi" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Jotain meni pieleen" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Majoittujien määrä" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Piilota salasana" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Avoinna aina" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Tutustu kohteeseen " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Näytä luettelona" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Oletko jo ystävä?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nykyinen jäsenvuosi" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Hinta ilman arvonlisäveroa" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "pistettä" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Aikuisten sängyssä ei voi olla enemmän lapsia kuin huoneessa on aikuisia" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Vaihda pisteet" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Pura tilien yhdistäminen" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellin palvelut" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Varaukseni" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "ALV" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Syntymäaika ei täsmää" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Pisteet vanhenevat kolmen vuoden kuluttua niiden ansaitsemisesta, kyseisen kuukauden viimeisenä päivänä. Vanhenevat pisteet eivät vaikuta jäsentasoosi." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Hakemuksia vastaanotetaan" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Jäsennumero: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Majoittujan tietoja ei onnistuttu päivittämään" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Tässä huoneessa on" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Tee majoituksestasi entistä parempi" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Seuraavalla tasolla saat" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "TALLENNETUT KORTTINI" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Jäsennumero:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huone" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Haluatko varmasti poistaa tämän tuotteen?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Tiedot" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Jos suljet tämän, etusi poistetaan" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Edellinen sivu" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Yhteensä" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Lähellä hotellia" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Maksukorttini" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Jatketaanko pisteiden vaihtoa?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Valitse aamiaisvaihtoehdot" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Sivun murupolku ei toimi (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Scandic Friends -tasosi " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " on nostanut sinut " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " -tasolle." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Aamiaisen voi lisätä varauksen jälkeen lisämaksusta." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lounas" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Etkö saanut koodia? " - }, - { - "children": [ - { - "type": 0, - "value": "Lähetä koodi uudelleen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Tänä vuonna ansaitsemasi pisteet määrittävät tasosi sekä tälle että seuraavalle jäsenyysvuodelle." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Vahvista" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Hinta 0,16 €/min + pvm/mpm" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pisteitä käytössä" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Tervetuloa" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Majoittujat" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nykyinen salasana" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " huoneelle " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Toimitetaan:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Ollaan ystäviä!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Kyllä, hyväksyn yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " ja ymmärrän, että Scandic käsittelee henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Sieltä voit lukea lisää siitä, mitä tietoja käsittelemme, oikeuksistasi sekä mihin voit ottaa yhteyttä, jos sinulla on kysyttävää." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Maksamalla millä tahansa käytettävissä olevalla maksutavalla hyväksyn tätä varausta koskevat ehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän varauksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Hyväksyn myös sen, että Scandic vaatii voimassa olevan maksukortin vierailuni aikana siltä varalta, että jotain jää maksamatta." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Maksu" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "tai" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Katso kaikki hotellit kohteessa " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "PISTETTÄ" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "jäljellä tason säilyttämiseksi" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & Drinks" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " lisätty varaukseesi!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Sisäänkirjautuminen klo 18.00 jälkeen" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Hyväksyn tämän varauksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Samaa jäsennumeroa ei voi käyttää kahdessa eri huoneessa" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Muuta päivämääriä" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Maksullinen" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Maksamalla millä tahansa saatavilla olevista maksutavoista hyväksyn tämän varauksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tätä varausta varten " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojaselosteen" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti. Hyväksyn myös, että Scandic edellyttää voimassa olevaa maksukorttia vierailuni aikana siltä varalta, että jotain jää maksamatta." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Pisteet" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Viimeistele varaus" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Päivämäärä" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Lisäpalveluni" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " arviota Tripadvisorissa)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Varaa seuraava vierailusi" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Kokonaishinta: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Laskettavat pisteet" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Altaan syvyys: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Yhdistä työsuhteesi saadaksesi etuja" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live-tapahtumat" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Näytä kaikki tarjoukset" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-pisteitä saatavana" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Kirjaudu ulos" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Katso " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " ja muut kohteet! Kaikki tämä nauttiessasi yöpymisestäsi Scandicissa. Varaa nyt!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Tervetuloa" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Kaikki lisäpalveluiden maksut palautetaan täysimääräisesti " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti. Aikaa ja erityistoiveita voi myös muuttaa." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Tutustu kaikkiin " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotelliimme kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nauti vierailustasi Scandicissa. Varaa nyt!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Lisävuode (lapsi) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Kuvaus" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Matkakohde" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Kohteet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Päävalikko" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Emme pystyneet yhdistämään tilejäsi. Ota yhteyttä, niin autamme sinua." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Maksu tehdään sisäänkirjautumisen yhteydessä. Korttia käytetään ainoastaan takaamaan lisämaksut, jos majoittuja ei saavu paikalle." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Jokin meni pieleen, emmekä voineet poistaa korttiasi. Yritä myöhemmin uudelleen." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Tilisi oli jo yhdistetty" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Linkitä työsuhteeni" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Anna maksukortti seuraavassa vaiheessa" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Korttisi poistettiin onnistuneesti!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Lisää uusi kortti" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Perjantai" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Virhe: käyttäjää ei löydy" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "alk. per yö" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Cabaret-muoto" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Valitse päivämäärät" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "yö" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Etuni" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Yritä muuttaa hakuasi tähän kohteeseen tai katso vaihtoehtoisia hotelleja." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Katso lisätiedot" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Uusi salasana tarvitaan" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Soita " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " tai lähetä sähköpostia osoitteeseen " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " saadaksesi apua tilauksesi kanssa." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends -linkit" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Varaus yhteensä" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Kyllä, pura tilien yhdistäminen" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Ei, pidä kortti" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Muokkaa varausta" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Yhteenveto" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Jos et siirry automaattisesti, " - }, - { - "children": [ - { - "type": 0, - "value": "klikkaa tästä" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Näyttää siltä, että mikään sijainti ei vastaa hakuasi. Yritä muuttaa suodattimia löytääksesi parhaan kohteen." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Ei, palaa takaisin" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Yhdistä tilisi" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Erityistarpeet" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Lue lisää" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Suodata" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Perheystävällinen" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Määräaika: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Baari" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Aukioloajat" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Peruutusehdot" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Palaa takaisin Omille sivuille" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunssi" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Pakollinen" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Hae varauksesi" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oho! Jotain meni pieleen yllätyksesi näyttämisessä. Päivitä sivu tai yritä myöhemmin uudelleen. Jos ongelma jatkuu, " - }, - { - "children": [ - { - "type": 0, - "value": " ota yhteyttä asiakaspalveluun. " - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " numero" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Näytä ja osta lisäpalveluita" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Taso " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Sisäänkirjautuminen: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Tutustu kaikkiin hotelleihimme" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Emme pystyneet poistamaan tiliesi yhdistämistä. Ota meihin yhteyttä, niin autamme sinua." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hei " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Kuukausi" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Kaupunki" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Lunastettu & voimassa asti:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Viestintäasetukset" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Avaa kuva" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Pidä kiirettä ja käytä ne ennen kuin ne vanhenevat!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Varaus vahvistettu." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Lähellä " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellia" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mitat" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Oletko jo Scandic Friends -jäsen?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Varausehdot" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Tutustu ja hae" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teatteri" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " hlö" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Hinta sisältää arvonlisäveron" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellin ympäristö" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Lähetä uusi koodi" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Varauksesi muutettiin" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Omat sivut -valikko" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " pistettä, jotka vanhenevat " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Sisältyy" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Ikkunat ja luonnonvaloa" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Et ole oikeutettu henkilökuntaetuihin" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Vastaavia hotelleja ei löydetty" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteetteja" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Tämä poistaa kaikki tilien yhdistämisen kautta saadut jäsentasopäivitykset. Voit yhdistää tilisi uudelleen 30 päivän kuluttua." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotelli" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Ulkouima-allas" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Avaa kielivalikko" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Haluatko päivittää nimesi? Ota yhteyttä jäsenpalveluun puh. " - }, - { - "children": [ - { - "type": 0, - "value": "0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " tai sähköpostitse " - }, - { - "children": [ - { - "type": 0, - "value": "memberfi@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Suositeltu" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "SAS Eurobonus -tasosi on korottanut sinut " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " -tasolle!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "MUUT MAKSUTAVAT" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Muokkaa henkilökohtaisia tietojasi" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Ravintola ja baari" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Takaisin luetteloon" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km kaupungin keskustaan" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Jäsentasosi" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Tietoa pysäköinnistä" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " vierasta" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Majoittujien tiedot" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Jatkaaksesi sinun on oltava vähintään 18-vuotias" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Kokoukset & juhlat " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Meillä on kiva lahja odottamassa sinua!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Varauksesi on vahvistettu, mutta emme pystyneet vahvistamaan jäsenyyttäsi. Jos olet tehnyt varauksen jäsenalennuksella, sinun on joko esitettävä nykyinen jäsennumerosi sisäänkirjautumisen yhteydessä, liittyä jäseneksi tai maksaa hintaero hotellissa. Jäseneksi liittyminen tapahtuu helpoiten verkossa ennen majoitusta." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " kohteessa " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Varaa majoitus nyt!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "Usein kysytyt kysymykset" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Hintatiedot" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Pyyntöäsi vastaavia huoneita ei ole saatavilla." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Puuttuuko aiempi majoittuminen?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lauantai" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Jos varaat tarjoushinnalla tai yrityksen sopimushinnalla, tarvitset varauskoodin. Älä käytä erikoismerkkejä, kuten (.) (,) (-) (:). Jos haluat tehdä varauksen koodilla VOF, soita meille numeroon 0200 81800 (0,65 €/min + pvm/mpm). Tallenna varauskoodisi seuraavaa kertaa varten, rastittamalla ruutu \"Muista koodi\". Älä rastita ruutua, jos käytät julkista tietokonetta, jotta varauskoodisi ei päädy luvattomaan käyttöön." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Kyllä, haluan vaihtaa pisteeni" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Muokkaa majoittujan tietoja" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Katso kartta" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " merkkiä" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Haun aikana tapahtui virhe, yritä uudelleen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Aamiainen" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Kyllä, haluan vaihtaa pisteeni" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Sulje kielivalikko" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Ota yhteyttä" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Mikä on seuraava kohteesi?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Huoneen tiedot" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Check-in" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Myöhäinen saapuminen" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Valaistus" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Varauksesi on peruttu" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Siirry etuihini" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Check in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Vahvista peruutus" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Viikonloppuhinnat" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Kerros " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergiahuone" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Lunasta etu" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Varauksesi on tehty " - }, - { - "children": [ - { - "type": 1, - "value": "rate" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " -ehdoilla, jotka eivät valitettavasti salli varauksen perumista." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Jäsenhinta aktivoitu" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "Kaikki lisäpalvelut toimitetaan samaan aikaan. Toimitusaikojen muutokset vaikuttavat aaiempiin valintoihin." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Yhdistä tilini" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Katso kaikki kuvat" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Voiko pysäköintipaikan varata etukäteen: Ei" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Ota yhteyttä asiakaspalveluun" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Seuraava kuva" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tiistai" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Siirrämme sinut SAS:n sivuille" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Liity jäseneksi tai kirjaudu sisään varauksen yhteydessä varataksesi jäsenhinnalla." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Kirjoita osoitteeseen " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " lähetetty koodi, jotta voit purkaa tilien yhdistämisen." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Koska kyseessä on usean huoneen majoitus, peruutus on tehtävä varauksen tehneen henkilön toimesta. Soita tarvittaessa asikaspalveluumme numeroon 0200 81800 (0,65 €/min + pvm/mpm)." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Yritä uudelleen tai ota yhteyttä asiakaspalveluun!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Sinulla ei ole tulevia majoituksia." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Takaisin huoneen valintaan" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Lisäpalveluni" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Koska kyseessä on useamman huoneen varaus, päivämäärämuutokset koskevat kaikkia huoneita. Päivitä päivämäärät ottamalla yhteyttä asiakaspalveluun." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Valitse hinta" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Varaa uudelleen" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Kohde tarvitaan" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Viimeinen voimassaolopäivä" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Sinun on kirjauduttava sisään samalla jäsentilillä, jolla varaus tehtiin." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Cocktail-pöytä" - } - ], - "ZH4h7n": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, "value": "Aamiainen (" @@ -5473,951 +7074,313 @@ "value": "totalBreakfasts" } ], - "ZHmVa7": [ - { - "type": 0, - "value": "Hyväksymällä " - }, - { - "type": 1, - "value": "termsLink" - }, - { - "type": 0, - "value": " suostun yhdistämään työsuhteeni etujen saamiseksi. Yhteys pysyy aktiivisena työsuhteeni ajan tai kunnes kieltäydyn lähettämällä sähköpostia Scandicin asiakaspalveluun." - } - ], - "ZImAbJ": [ - { - "type": 0, - "value": "Jäsenhinta" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Varaustasi ei onnistuttu muuttamaan" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " ja " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " vastaavat toisiaan. Nosta tasoa jommassa kummassa jäsenyydessä saadaksesi päivityksen myös toiseen!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " arviota" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Takaisin yleiskatsaukseen" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Säännöt ja ehdot" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Kirjaudu sisään ja linkitä työsuhde" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Vaihdetut pisteet eivät vaikuta jäsentasoon." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Käyttäjätiedot" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Tutustu kohteeseen " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nauti yöpymisestä Scandicissa. Varaa nyt!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Luovat tilat kokouksia varten" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Illallinen" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Lasten aamiainen aina maksutta osana aikuisten aamiaista." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Maat" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Pisteet, jotka ansaittu ennen 1.5.2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Näytä lisää" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Virhe sivun lataamisessa (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Jatka" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Lisää huone" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Yhdistimme tilisi onnistuneesti!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Yritä myöhemmin uudelleen" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Vahvista päivämäärän muutos" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Muut pyynnöt" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Maksuton lapsille (alle 4-vuotiaille)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Maanantai" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Hinta" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Jäsennumero: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Olet vaihtamassa:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Ota yhteyttä " - }, - { - "children": [ - { - "type": 0, - "value": "asiakaspalveluun" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Soita" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hotellit " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Takaisin huoneen valintaan" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Huomaathan, että tämä on pakollista ja että korttiasi veloitetaan vain, jos et saavu paikalle." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Antamasi koodi on väärä" - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Virhe: Käyttäjää ei voitu ladata" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Yhteensä ilman ALV:tä" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Avaa valikko" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Minne?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Pisteitä käytettävissä" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Varaa" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Älä peru" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Taso " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Vaihda lähteestä" - } - ], - "c07OE9": [ + "priceDetails.roomCharge": [ { "type": 0, "value": "Huonehinta" } ], - "c0b5XV": [ + "priceSummary.totalPriceIncludingVat": [ { "type": 0, - "value": "Hintatyyppi" + "value": "Kokonaishinta sis. alv" } ], - "c6V/fJ": [ + "profile.creditCard.addCardCanceled": [ { "type": 0, - "value": "Kaikki hinnat" + "value": "Peruit uuden luottokortin lisäämisen." } ], - "cBCa5I": [ + "profile.creditCard.addCardFailed": [ { "type": 0, - "value": "Valitse päivämäärät" + "value": "Luottokortin lisäämisessä tapahtui virhe, yritä myöhemmin uudelleen." } ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, + "profile.creditCard.addCardSuccessful": [ { "type": 0, - "value": " kohteessa " + "value": "Korttisi tallennettiin onnistuneesti!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Jokin meni pieleen, emmekä voineet poistaa korttiasi. Yritä myöhemmin uudelleen." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Korttisi poistettiin onnistuneesti!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Oletko varma, että haluat poistaa jäsenprofiilistasi kortin, jonka loppuosa on " }, { "type": 1, - "value": "location" + "value": "lastFourDigits" }, { "type": 0, - "value": " tarjoaa " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Vieraat voivat myös nauttia " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " ja " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." + "value": "?" } ], - "cGfw83": [ + "profile.creditCard.noKeepCard": [ { "type": 0, - "value": "Jäsentasosi" + "value": "Ei, pidä kortti" } ], - "cHO20+": [ + "profile.creditCard.removeCard": [ { "type": 0, - "value": "Kuntohuone" + "value": "Poista kortti jäsenprofiilista" } ], - "cTHS86": [ + "profile.creditCard.unableToAddCard": [ { "type": 0, - "value": "Osoite: " - }, - { - "type": 1, - "value": "address" + "value": "Emme voineet lisätä korttia juuri nyt, yritä myöhemmin uudelleen." } ], - "ccXLVi": [ + "profile.creditCard.yesRemoveCard": [ { "type": 0, - "value": "Kategoria" + "value": "Kyllä, poista korttini" } ], - "ceEjA1": [ + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, - "value": "EB-pisteet vaihdettavaksi" + "value": "Viestintäasetuksiesi muokkaaminen ei ole mahdollista juuri nyt. Yritä myöhemmin uudelleen tai jos ongelma jatkuu, ota yhteyttä asiakaspalveluun." } ], - "cg4MD0": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Scandic ♥ SAS" + "value": "Tapahtui virhe, kun yritit muokata asetuksiasi. Yritä myöhemmin uudelleen." } ], - "cgeI6D": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Uusi hinta on" + "value": "Muokkaa asetuksia" } ], - "cj+eV4": [ - { - "type": 0, - "value": "Hyödyllistä tietoa" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotelli" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotellia" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Oletko varma, että haluat muuttaa majoittujan tietoja?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "Liian monta pyyntöä. Yritä myöhemmin uudelleen." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Minun huoneeni" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Takaisin" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "Pinnasängyssä" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teatteri" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Liity nyt" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kuponki" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Kupongit" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Takaa varaus myöhäistä saapumista varten" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Tason status" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Takaisin kaupunkeihin" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Alkaen" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Ansaitse pisteitä majoittumalla Scandicissa. Vaihda pisteesi palkintoöihin ja unohtumattomiin elämyksiin." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Liittymällä hyväksyt " - }, - { - "children": [ - { - "type": 0, - "value": "jäsenehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Scandic Friends -jäsenyytesi on voimassa toistaiseksi ja sen voi irtisanoa milloin tahansa ottamalla yhteyttä Scandicin asiakaspalveluun." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Arviot" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Odota 1 h ennen kuin yrität uudestaan." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotellia" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Kun varaus vahvistetaan luottokortilla, pidämme varauksen voimassa sisäänkirjautumispäivää seuraavaan päivään klo 7.00 asti." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Odota hetki..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Sulje valikko" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Muutokset" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Tämä kampanja on vanhentunut" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Halvin hinta (viimeiset 30 päivää)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Hinnat varauskoodilla" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Perushinta" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Etäisyys kuntosalille: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Hyvinvointi ja kuntoilu " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": "-hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "e/mJf8": [ - { - "type": 0, - "value": "Hanki Scandic Friends -huoneen hinta" - } - ], - "e38GOF": [ - { - "type": 0, - "value": "Palvelut" - } - ], - "e3H1Tz": [ - { - "type": 0, - "value": "Lisää aamiainen seuraavassa vaiheessa." - } - ], - "e5zKWI": [ - { - "type": 0, - "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." - } - ], - "e6Ph5+": [ - { - "type": 0, - "value": "Osoite" - } - ], - "e8LtIL": [ - { - "type": 0, - "value": "Entinen Scandic-hotelli" - } - ], - "e9Z+tg": [ - { - "type": 0, - "value": "Syntymäaika" - } - ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " pois " - }, - { - "type": 1, - "value": "total" - } - ], - "eGGhk7": [ - { - "type": 0, - "value": "Lemmikkihuonemaksu sisältäen alv:n" - } - ], - "eHhSSs": [ - { - "type": 0, - "value": "Kaikki tekemäsi muutokset katoaa." - } - ], - "eMgucw": [ + "promoCampaign.activateOffer": [ { "type": 0, "value": "Aktivoi etu" } ], - "eXplGJ": [ + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampanjakoodi: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" + } + ], + "promoCampaign.couldNotActivateThisOffer": [ + { + "type": 0, + "value": "Etua ei voitu aktivoida" + } + ], + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ + { + "type": 0, + "value": "Älä huoli, keksimme jatkossakin uusia, kivoja tarjouksia ja kampanjoita. Pysy kuulolla!" + } + ], + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Jos tämä ongelma jatkuu" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Kirjaudu sisään" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Katso kaikki tarjoukset" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Katso kaikki kelpoisuusvaatimukset ehdoista." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Tämä kampanja on aktivoitu" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Tämä kampanja ei ole saatavilla" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Tämä kampanja on päättynyt" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "Aktivoi etu" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Alustava kuitti" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Yhteensä ilman ALV:tä" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Yhteensä alv:n kera" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Kyllä, sulje ja poista etu" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Ei, palaa takaisin" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Jos et, palaa takaisin ja tee se ennen kuin suljet tämän. Kun suljet tämän, etusi mitätöityy ja se poistetaan Omista eduistasi." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Oletko näyttänyt tämän edun hotellin henkilökunnalle?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Jos suljet tämän, etusi poistetaan" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopioitu leikepöydälle" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopioi kampanjakoodi" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjakoodi" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Lunasta etu" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Kyllä, lunasta" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Varaa pöytä" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Tutustu " + }, { "type": 1, - "value": "days" + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menut" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiivinen" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Voimassa " + }, + { + "type": 1, + "value": "expirationDate" }, { "type": 0, - "value": " päivän kuluttua" + "value": " asti" } ], - "ecWBo7": [ + "rewards.howToUse": [ { "type": 0, - "value": "Vaihdetut pisteet säilyttävät alkuperäisen vanhenemispäivänsä, ja niiden voimassaoloaika on enintään 12 kuukautta." + "value": "Hyödynnä näin" } ], - "eccxvb": [ - { - "type": 0, - "value": "Saatan saapua myöhemmin kuin klo 18:00 ja haluan vahvistaa varaukseni." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-piste = 2 Scandic Friends -pistettä" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Palkintoyö" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Taso voimassa" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " yö" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " yöta" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ei sisälly" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "uusi huone" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "uudet huoneet" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Uusi salasana" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Katso kartalla" - } - ], - "fUSUYM": [ + "rewards.membershipId": [ { "type": 0, "value": "Jäsennumero: " @@ -6427,430 +7390,58 @@ "value": "id" } ], - "fb1+7k": [ - { - "type": 0, - "value": "EuroBonus-pisteet" - } - ], - "fgCBG8": [ - { - "type": 0, - "value": "Esteettömyys" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Valitse maksutapa" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Palaa takaisin muokkaamaan" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Ohjeet" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Ikkunat ja luonnonvaloa sekä pimennysmahdollisuus" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Pinnasänky (lapsi) × " - }, + "rewards.nextLevel.asOurLevel": [ { "type": 1, - "value": "count" - } - ], - "g6rylQ": [ - { - "type": 0, - "value": "Voimassa " - }, - { - "type": 1, - "value": "date" + "value": "level" }, { "type": 0, - "value": " asti" + "value": " -jäsenetu" } ], - "g9/EOP": [ + "rewards.nextLevel.levelUpToUnlock": [ { "type": 0, - "value": "Tämä huone ei ole saatavilla" + "value": "Seuraavalla tasolla saat" } ], - "gOyNWb": [ + "rewards.redeemed.validThrough": [ { "type": 0, - "value": "Näyttää siltä, että olet jo yhdistänyt Scandic Friends- ja SAS EuroBonus -tilisi!" + "value": "Lunastettu & voimassa asti:" } ], - "gW6k7b": [ + "rewards.surprise": [ { "type": 0, - "value": "Saatan saapua klo 18 jälkeen ja haluan vahvistaa varaukseni luottokortilla." + "value": "Yllätys!" } ], - "gYWxgk": [ + "rewards.voucher": [ { "type": 0, - "value": "Esteettömyys " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" + "value": "Lahjakortti" } ], - "gidWTS": [ - { - "type": 0, - "value": "Huoneiden luokittelu" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Valitse päivämäärä" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Kokonaishinta" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (sis. alv)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Samaa etu- ja sukunimeä ei voi käyttää kahdessa eri huoneessa" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Vain numerot ovat sallittuja" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Jäsennumero kopioitu leikepöydälle" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Tämä kampanja ei ole saatavilla" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "ENNAKKOON MAKSETTU" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Tilien linkitys on nyt poistettu" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Järjestä" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Arviot ja arvostelut" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Voit sisäänkirjautua myös klo 18.00 jälkeen." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "Sähköpostiosoite" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Saapumispäivä" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Ota yhteyttä jäsenpalveluumme" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Viimeinen vaihe" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Lunasta pisteet" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotellit ja kohteet" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Valitettavasti yksi valitsemistasi huoneista on loppuunmyyty. Ole hyvä ja valitse toinen huone jatkaaksesi." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "iät" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Altaan syvyys: " - }, + "room.bedSize": [ { "type": 1, "value": "value" }, { "type": 0, - "value": " m" + "value": " cm" } ], - "iIRTCt": [ - { - "type": 0, - "value": "Peru varaus" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Kun vahvistat varauksen, huoneesi taataan myöhäisen saapumisen varalta. Jos et saavu paikalle, etkä peru varaustasi tai jos perut varauksesi klo 18.00 jälkeen paikallista aikaa, sinulta veloitetaan yhden palkintoyön hinta." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Tapahtumasi" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Esteetön huone" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Ikä tarvitaan" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Älä huoli, keksimme jatkossakin uusia, jännittäviä tarjouksia ja kampanjoita. Pysy kuulolla!" - } - ], - "inxWMf": [ - { - "children": [ - { - "style": null, - "type": 2, - "value": "sasPoints" - }, - { - "type": 0, - "value": " Eurobonus-pistettä " - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "style": null, - "type": 2, - "value": "scandicPoints" - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " Scandic Friends -pisteeseen" - } - ], - "iqX7L+": [ - { - "type": 0, - "value": "Tarvitsemme syntymäaikasi yhdistääksemme Scandic Friends -jäsenyytesi ja SAS EuroBonus -jäsenyytesi. Varmistathan, että tieto on oikein." - } - ], - "iwtnXO": [ - { - "type": 0, - "value": "Jäsentason muutosten näkymisessä voi kestää jopa 24 h." - } - ], - "ixPUBS": [ - { - "type": 0, - "value": "Tutustu tarjoukseen" - } - ], - "j0qJkH": [ - { - "type": 0, - "value": "Ostokset & ravintolat" - } - ], - "j2MYFZ": [ - { - "type": 0, - "value": "Olet pyytänyt liian monta koodia" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Ajat" - } - ], - "jFYv3B": [ - { - "type": 0, - "value": "Emme löytäneet hakuasi vastaavaa sijaintia." - } - ], - "jHJmjf": [ - { - "type": 0, - "value": "Ei tuloksia" - } - ], - "jJnI3u": [ - { - "type": 0, - "value": "Viestintäasetuksiesi muokkaaminen ei ole mahdollista juuri nyt. Yritä myöhemmin uudelleen tai jos ongelma jatkuu, ota yhteyttä asiakaspalveluun." - } - ], - "jKKg2o": [ - { - "type": 0, - "value": "Tyhjennä kaikki hakuehdot" - } - ], - "jNJj4c": [ - { - "type": 0, - "value": "aikuinen/yö" - } - ], - "jTdXOS": [ - { - "type": 0, - "value": "Maksa kortilla hotellissa" - } - ], - "jVJPS0": [ - { - "type": 0, - "value": "Jäsenkorttini" - } - ], - "jbf7bd": [ - { - "type": 0, - "value": "Nyt vähennettävät pisteet" - } - ], - "jdJhOL": [ - { - "type": 0, - "value": "Puhelinnumero" - } - ], - "jl6vV5": [ + "room.bedSizeRange": [ { "type": 1, "value": "min" }, { "type": 0, - "value": "-" + "value": "–" }, { "type": 1, @@ -6861,1164 +7452,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Maa tarvitaan" + "value": "Esteetön huone" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Tallenna" + "value": "Allergiahuone" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Lemmikkihuone" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "Kaikki kohteet" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Pysäköintitiedot " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" + "value": " (saatavilla joissain huoneissa)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Joutsenmerkki" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Yhteystiedot" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Maksuton lapsille 12-vuotiaaksi asti." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Kaikki hotellit ja toimistot" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Tarkista profiiliisi tallennetut luottokortit. Maksa tallennetulla kortilla, kun olet kirjautunut sisään, jotta verkkokokemus olisi sujuvampi." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Poista kortti jäsenprofiilista" - } - ], - "ks3Nxl": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotellit " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Nykyinen salasana vaaditaan" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Liity Scandic Friends -jäseneksi nyt" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Luottokortti" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Näytä ja tulosta kuitti" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Lasta" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Seuraa meitä" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Saatavuuden mukaan" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Tulos" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Tulokset" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Palkinnot ja sertifikaatit" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Muut pyynnöt" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Kokonaishinta sis. alv" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Hyväksyn tätä varausta koskevat ehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän varauksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " huone peruttiin" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Etkö ole Scandic Friends -jäsen vielä?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Ei ikkunoita, mutta erinomainen valaistus" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Hinta per tunti" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vieras" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vierasta" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Varausta voi muuttaa, mutta ei perua" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Keskiviikko" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Lisävuode tarjotaan lisäksi" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Varausvahvistus" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Jos uskot tämän olevan virhe, ota meihin yhteyttä, jotta voimme auttaa." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Sunnuntai" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Scandic Friends -ohjelmasta" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Liity jäseneksi ja linkitä työsuhde" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Hinta 0,16 €/min + pvm/mpm" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Hintoja ei ole saatavilla" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Peruutukset" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museot" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Vuodetoive" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Hinta per 24 tuntia" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Arviot & arvostelut " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellille" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Aamiainen" - } - ], - "n3nJVO": [ - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Kaikki maat" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Mahtavia uutisia! Voit siirtyä suoraan Oma sivuillesi tutustumaan kaikkiin etuihisi ja palkintoihisi!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Kumppaniedut" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Syntymäaika: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Sisäikkunat ja erinomainen valaistus" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Tämä kampanja on aktiivinen" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Peruit uuden luottokortin lisäämisen." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Hae varaus" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Mitä sinun tulee tehdä varauksen takaamiseksi:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Muokkaa profiilia" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Emme voineet lisätä korttia juuri nyt, yritä myöhemmin uudelleen." - } - ], - "noCIHu": [ - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": " -jäsenetu" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Esteettömyystiedot " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Vanhenevat pisteet" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " on nostanut Scandic Friends -tasosi " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " -tasolle." - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Kirjoita uusi salasana uudelleen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " vierasta" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Vaihda kohteeseen" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " alkaen klo " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nykyiset pisteet: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Näytä huoneen tiedot" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Sinun tulee olla sisäänkirjautunut nähdäksesi varauksesi" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Palkintoyö" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Kirjaudu sisään" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Yhdistetty tili" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postinumero voi sisältää vain numeroita ja kirjaimia" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Huone ja majoittujat" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Lisää kalenteriin" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Palaa takaisin" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Maksuton peruutus" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Kiitos varauksestasi! Odotamme innolla näkevämme sinut ja toivomme, että sinulle tulee onnistunut vierailu." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Pysäköintitiedot hotellissa " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Huone " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Etunimi" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Jäsennumero" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Nostettu SAS:n johdosta " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": " asti" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Näin käytät pisteitä" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Lähellä " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellia" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Tietoa hotellista" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Hylkää ilmoitus" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Katso tulokset (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "Tähän ajankohtaan ei ole saatavilla yhden hengen huoneita" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huonetyyppi" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " huonetyyppiä" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " saatavilla" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Maksa hotellissa" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Suosittu" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Kyllä, lunasta" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Meillä oli ongelmia varauksesi käsittelyssä. Yritäthän uudelleen. Maksua ei ole veloitettu." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Maksa pisteillä" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torstai" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Antamasi numero on liian lyhyt" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Katso kaikki etusi" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Varaa kokous" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Näyttää siltä, että yksikään hotelli ei vastaa hakuasi. Yritä muuttaa hakuasi löytääksesi parhaan vaihtoehdon." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Näytä Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Vahvista myöhäinen saapuminen" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " klo " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Sinun tulee hyväksyä säännöt ja ehdot" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Numero: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " pisteitä tai " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " yötä" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Näytä vähemmän" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Jäsenyytesi" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Arviot ja arvostelut" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Tarvitsemme lisätietoja henkilöllisyytesi vahvistamiseksi." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Sulje kartta" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Pisteet eivät riitä" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Avaa kuvagalleria" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Jos tämä ongelma jatkuu" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "Hotellihuoneen hakuun tarvitaan kohteen tai hotellin nimi." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profiili päivitetty onnistuneesti!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Kokoukset & juhlat " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Piristä vierailua" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Useamman huoneen varaukset eivät ole mahdollisia EuroBonus-pisteillä." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Sulje" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Hallinnoi varausta" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Aikuista" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ei aamiaista" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Pisteiden vaihto suoritettu!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Tutustu " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Tapahtui virhe (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Sijainti" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Kotisivu" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotelli" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotellia" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8056,57 +7518,251 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-pisteet" + "value": "Hinnat & saatavuus" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Sisäänkäynnin koko" + "value": "Tässä huoneessa on" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Tallenna päivitykset" + "value": "Yhdistä " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": "- ja " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": "-tilisi ansaitaksesi, käyttääksesi ja vaihtaaksesi pisteitä jäsenyyksien välillä" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Melonta" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "Sähköpostiosoite on virheellinen" + "value": "Lue lisää ja yhdistä tilit" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotellit ja kohteet" + "value": "Jäsentason muutosten näkymisessä voi kestää jopa 24 h." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Esteettömyys " + "value": " ja " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " vastaavat toisiaan. Nosta tasoa jommassa kummassa jäsenyydessä saadaksesi päivityksen myös toiseen!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " on nostanut Scandic Friends -tasosi " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " -tasolle." + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Tason status" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Yhdistetty tili" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Scandic Friends -tasosi " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " on nostanut sinut " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " -tasolle." + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Taso voimassa" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Sulje kartta" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Yritä muuttaa hakuasi tähän kohteeseen tai katso vaihtoehtoisia hotelleja." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Emme löytäneet vapaita huoneita varauskoodilla (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" }, { "type": 0, - "value": " -hotellissa" + "value": "). Katso saatavilla olevat hinnat alla." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huonetyyppi" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " huonetyyppiä" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " saatavilla" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8150,559 +7806,32 @@ "value": " saatavilla" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Hyvinvointi ja kuntoilu" + "value": "Aamiaisen voi ostaa hotellista." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/yö lapsille (4–12 vuotta)" + "value": "Lisää aamiainen seuraavassa vaiheessa." } ], - "stV21X": [ - { - "type": 0, - "value": "Katso vaihtoehtoisia hotelleja" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "Email" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Asiakaspalvelu" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Tee uusi varaus" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Aamiainen ei sisälly hintaan" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Aamiainen sisältyy hintaan." } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Inspiroidu" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Hyväksyn tämän majoituksen ehdot sekä yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "varaus- ja peruutusehdot" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee tämän majoituksen osalta henkilötietojani " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Jäsenyyden ehdot ja säännöt" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Kaikki oikeudet pidätetään" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Hakua ei voida suorittaa" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Valikko" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Jokin meni pieleen. Yritä myöhemmin uudelleen." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Lapset alle " - }, - { - "type": 1, - "value": "age" - }, - { - "type": 0, - "value": " vuotta" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hei, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Hinnat & saatavuus" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " henkilöä" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Maksuton" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Lapsen ikä tarvitaan" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Aamiaisen hintoja ei voida näyttää." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Sukunimi" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Sekasauna/erilliset saunavuorot" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Lähetä sähköpostia" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Etunimi ei saa sisältää erikoismerkkejä" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Muuta tai peru" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " iso kirjain" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Valitse huone" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Aamiainen sisältyy" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Lisäämällä kortin vahvistat myös huoneesi myöhäisen saapumisen varalta." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Salasana vaaditaan" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Julkinen liikenne" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menut" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Emme pystyneet poistamaan tilien yhdistämistä" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Tyhjennä haut" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Varauksesi" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Kokoukset ja juhlatilat" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Oletko näyttänyt tämän edun hotellin henkilökunnalle?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ei hotelleja, jotka vastaavat hakuasi" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Maa" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Tapahtui virhe, kun yritit muokata asetuksiasi. Yritä myöhemmin uudelleen." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Hinnat ovat nousseet sen jälkeen, kun valitsit " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " Jos haluat jatkaa varausta, hyväksy päivitetty hinta," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " tai palaa takaisin valitsemaan " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Varausnumero" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuinen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " aikuista" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Korttisi tallennettiin onnistuneesti!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Vahvista varaus" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Katso tietosi" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Puhelinnumero tarvitaan" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " erikoismerkki" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Pyöreät pöydät" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Ei voida perua" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " pistettä" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Sisältöä ei ole julkaistu" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Liittymisbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Pisteitä" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Olet ansainnut " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " pistettä tämän jäsenvuoden aikana." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Vaihtoehtoiset aukioloajat (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Tripadvisorin luokitus" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8713,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8725,14 +7853,413 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Virheelliset päivämäärät" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " vierasta" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Lemmikkihuoneen lisämaksu n. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/vierailu" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " jäljellä" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Valitse hinta" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Tämä huone ei ole saatavilla" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Tietoa pysäköinnistä" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Palvelut" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Check-in/Check-out" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Sisäänkirjautuminen: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Kirjaudu ulos viimeistään: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Ajat" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Huoneen tiedot" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Arviot ja arvostelut" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Arviot & arvostelut " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " -hotellille" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Etäisyys kuntosalille: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Yhteistyökumppanin kuntosali: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Altaan pituus: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Altaan leveys: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Sekasauna/erilliset saunavuorot" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Erilliset saunat eri sukupuolille" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Näytä Hyvinvointi & Kuntoilu" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Maanantai-perjantai: aina auki" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Maanantai-perjantai: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lauantai-sunnuntai: aina auki" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lauantai-sunnuntai: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Altaan syvyys: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Altaan syvyys: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Tällä sähköpostilla on jo olemassa tili. Yritä sen sijaan kirjautua sisään." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Yhteystiedot" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Hyväksyn" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Liity nyt" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Säännöt ja ehdot" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Hyväksymällä " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends -jäsenehdot" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " ymmärrän, että henkilötietojani käsitellään " + }, + { + "children": [ + { + "type": 0, + "value": "Scandicin tietosuojaselosteen" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": " mukaisesti." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Liity jäseneksi tai kirjaudu sisään varauksen yhteydessä varataksesi jäsenhinnalla." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "Saadaksesi jäsenhinnan " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": " , kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "Saadaksesi jäsenhinnan " @@ -8756,63 +8283,116 @@ "value": ", kirjaudu sisään tai liity jäseneksi varausta tehdessäsi." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Tämä koodi on vanhentunut. " - }, - { - "children": [ - { - "type": 0, - "value": "Lähetä uusi koodi." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "tänään" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Vertaa kaikkia tasoja" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellin tiedot" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Pysäköintipaikkojen määrä: " + "value": "pistettä tasoon: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ei saatavilla" + "value": "Tarvitset vielä" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "Lähellä" + "value": "Pisteesi" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Koska varauksesi sisältää huoneita, joissa on eri ehdot, veloitamme osan varauksesta nyt ja loput peritään vastaanotossa sisäänkirjautumisen yhteydessä." + "value": "Inspiroidu" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Sinulla ei ole tulevia majoituksia." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Mikä on seuraava kohteesi?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Hylkää ilmoitus" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Palaa takaisin Omille sivuille" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Käytä pisteitäsi viihtyisiin majoituksiin, herkullisiin aterioihin ravintoloissamme tai hotellin lisäpalveluihin, jotka tekevät vierailustasi entistäkin paremman!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Sinulla on tarpeeksi pisteitä palkintoyöhön!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Varaa" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "Pisteiden vaihtamista varten pyydämme sinua kirjautumaan SAS EuroBonus -tilillesi." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Uusi kokonaismäärä" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Kirjoita osoitteeseen " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " lähetetty koodi, jotta voit siirtää pisteesi." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Lisätyt pisteet" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8820,401 +8400,94 @@ }, { "type": 0, - "value": " p" + "value": " pistettä" } ], - "xFA1TY": [ - { - "type": 0, - "value": "osoitteessa" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Huoneet" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Maksutakuu" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Lähennä" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Varauksesi lisäpalvelut" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Tutustu kaupunkiin" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Hyväksyn säännöt ja ehdot" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Ehdot" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Hae" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Virhe tapahtui, kun yritettiin päivittää profiilia." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Maksutiedot" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Esteettömyystiedot " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa kohteessa " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Taso" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Kieli" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Esteettömyys " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " -hotellissa" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Saavutko klo 18.00 jälkeen? Takaa huoneesi vahvistamalla se luottokortilla. Jos et vahvista varaustasi, etkä saavu paikalle klo 18.00 mennessä, huone saatetaan myydä uudelleen." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Varauksesi on edelleen aktiivinen toisen huoneen kanssa" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Jäsen vuodesta: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vaellus" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Maksa hotellissa" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Käytännöt" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Karttaa ei voi näyttää" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Erääntyvät yhteensä" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Jäsenvuotesi ja tasokehityksesi" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Huoneesi" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Muut maksutavat" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Pisteiden vaihto suoritettu!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotellit, joissa on " + "value": "Tapahtumasi" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Emme pystyneet poistamaan tilien yhdistämistä" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Emme pystyneet poistamaan tiliesi yhdistämistä. Ota meihin yhteyttä, niin autamme sinua." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Kirjaudu sisään SAS EuroBonus -tilillesi vahvistaaksesi tiliesi yhdistämisen." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Kirjoita osoitteeseen " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " paikassa " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Sukunimi tarvitaan" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Syntymäaika tarvitaan" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Hylkää muutokset" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Tässä varauksessa on useita ehtoja." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postinumero tarvitaan" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Boardroom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "Sähköpostiosoite tarvitaan" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Majoittuja" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Näytä ja osta lisäpalveluita" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Jokin meni pieleen, emmekä voineet lisätä korttiasi. Yritä myöhemmin uudelleen." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Altaan leveys: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/yö per aikuinen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " lapsi" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " lapset" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Hyväksyn varausehdot ja yleiset " - }, - { - "children": [ - { - "type": 0, - "value": "ehdot" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", ja ymmärrän, että Scandic käsittelee henkilötietojani tämän majoituksen yhteydessä " - }, - { - "children": [ - { - "type": 0, - "value": "Scandicin tietosuojakäytännön" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": " mukaisesti." + "value": " lähetetty koodi, jotta voit purkaa tilien yhdistämisen." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Pistettä" + "value": "Tilien linkitys on nyt poistettu" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Keskimääräinen hinta per yö" + "value": "Yritä uudelleen tai ota yhteyttä asiakaspalveluun!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kartta " - }, - { - "type": 1, - "value": "hotelName" + "value": "Käyttäjää ei löytynyt" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Aamiaisen hinta" + "value": "Käyttäjän lataamisessa tapahtui tuntematon virhe" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Erilliset saunat eri sukupuolille" + "value": "Virhe: Käyttäjää ei voitu ladata" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kartta" + "value": "Virhe: käyttäjää ei löydy" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Takaisin yleiskatsaukseen" } ] } diff --git a/apps/scandic-web/i18n/dictionaries/no.json b/apps/scandic-web/i18n/dictionaries/no.json index 2daf69d96..f7dcc0889 100644 --- a/apps/scandic-web/i18n/dictionaries/no.json +++ b/apps/scandic-web/i18n/dictionaries/no.json @@ -1,71 +1,4906 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ugyldig format for medlemsnummer" + "value": "Om tilgjengelighet" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Kun tillatte tegn" + "value": "Ved å legge til et kort garanterer du også romreservasjonen din ved sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamle datoer" + "value": "Betaling skjer ved innsjekking. Kortet vil kun bli brukt til å garantere for tilvalg ved manglende oppmøte." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Frokost kan legges til etter bestilling mot et pristillegg for voksne og barn over 4 år." + "value": " poeng tilgjengelig" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Det oppstod en feil under forsøk på å oppdatere profilen." + "value": "Poeng som trekkes fra nå" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alle tilvalg refunderes fullt ut frem til " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Valg av tidspunkt og spesielle forespørsler kan også endres." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reserver med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jeg aksepterer de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene for bestilling og avbestilling" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Der kan du lære mer om hvilke data vi behandler, hvilke rettigheter du har, og hvor du kan henvende deg dersom du har spørsmål." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Andre forespørsler" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Frokost kan kun legges til for hele oppholdet og for alle gjester." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Ikke nok poeng" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betal med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betal med poeng" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Velg antall" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " har blitt lagt til bestillingen din!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Noe gikk galt. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunne ikke legges til i bestillingen din!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Gratis for barn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt per voksen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt for barn (alder 4–12)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativer for " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Levert:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Kan ikke vise frokostpriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Oppgrader oppholdet ditt" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jeg godtar bestillings- og avbestillingsvilkårene" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca." + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca. " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Sengepreferanse" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Bli inspirert og begynn å drømme om din neste tur. Utforsk flere Scandic-destinasjoner." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Bestill ditt neste opphold" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bookingkode" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": " Bookingkode " + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": " : " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Bestillingsoversikt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frokost ekskludert" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Inkludert frokost" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanje" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Frokost hele dagen" + "value": "Kanseller opphold" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mine totale poeng" + "value": "Avbestillingsnr." } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Endre eller kanseller" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kode/voucher" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Ekstra seng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Finn bestilling" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri avbestilling" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Fri ombooking" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gjester" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hoteller & Destinasjoner" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Laveste pris (siste 30 dager)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tilgjengelighet" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Ingen priser tilgjengelig" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Det er ingen tilgjengelige rom som samsvarer med forespørselen din." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ikke refunderbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Ikke nok poeng" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Barneseng × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " natt" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " netter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rom" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betal senere" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "betal nå" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris eks mva" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Pris inkludert mva" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Reservasjonsbetingelser" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Fjern ekstra rom" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Romfasiliteter" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Romklassifisering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Rom " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Totalt antall rom" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternative hoteller" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Velg rom" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jeg ønsker å få min bookingbekreftelse på sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Spesielle behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standard pris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "Avhengig av tilgjengelighet" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Vilkår" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Totalt å betale" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. MVA)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alle priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter for bookingkoder" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Priser med bookingkode" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Rompriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(e) bestilling(e) er bekreftet, men vi kunne ikke bekrefte medlemskapet ditt. Hvis du har bestilt til medlemspris, må du enten vise frem ditt eksisterende medlemsnummer ved innsjekking, bli medlem eller betale prisforskjellen på hotellet ved ankomst. Påmelding skjer fortrinnsvis på vår nettside før oppholdet." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Last ned faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellinformasjon" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Prøv igjen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Endre bestillingen" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Kunne ikke bekrefte medlemskapet" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalingsdetaljer" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Bestill et nytt opphold" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Se og kjøp tilvalg" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Oppdag de små ekstra detaljene for å gjøre ditt kommende opphold enda mer uforglemmelig." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Legg til noe ekstra" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Bestillingsvilkår" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Anvendte medlemsfordeler" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Bookingnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Avbestillingsregler" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " fra " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlemsnr: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Rommet ditt vil være tilgjengelig for innsjekking etter kl. 18.00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Garanti for bestillingen." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gjest" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Takk for bestillingen din! Vi gleder oss til å ønske deg velkommen og håper du får et hyggelig opphold." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bestillingsbekreftelse" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Totalt: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Legg til kode" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Husk kode" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Hvis du bestiller et kampanjetilbud eller en bedriftsforhandlet pris, trenger du en spesiell bookingkode. Ikke bruk noen spesialtegn som (.) (,) (-) (:). Hvis du ønsker å foreta en bestilling med kode VOF, vennligst ring oss +47 23 15 50 00. Lagre bestillingskoden din til neste gang du besøker siden ved å krysse av i boksen \"Husk\". Ikke kryss av i boksen hvis du bruker en offentlig datamaskin, dette for å unngå uautorisert tilgang til bestillingskoden din." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Søk" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Oppdater" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Alder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barns alder er påkrevd" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I voksnes seng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I barneseng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "I ekstraseng" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Sjekk inn" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destinasjon" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rom & gjester" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Hvor?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "Sørg for at du er logget inn på Scandic Friends-kontoen din når du skal bestille en bonusnatt." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Legg til rom" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Ferdig" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Fjern rom" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Fjern søk" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Byer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Land" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hoteller" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jeg aksepterer" + "value": "Siste søk" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Ingen resultater" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunne ikke finne et matchende sted for søket ditt." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Kan ikke søke" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Det oppsto en feil under søket. Prøv på nytt." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Skriv inn destinasjon eller hotell" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "En destinasjon eller hotellnavn er nødvendig for å kunne søke etter hotellrom." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brødsmuler" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Frokost hele dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Se tilbudet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hoteller inkludert i dette tilbudet" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Neste bilde" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Forrige bilde" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tilgjengelighet" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Legg til i kalenderen" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adresse" + } + ], + "common.adult": [ + { + "type": 0, + "value": "voksen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Voksne" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "aldre" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Bruk" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tilbake" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tilbake til toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sengealternativer" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Reservasjonsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frokost" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frokostbuffet" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffet" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Avbryt" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Avbestill booking" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Avbestillinger" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Avbestilt" + } + ], + "common.change": [ + { + "type": 0, + "value": "Endre" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Forandringer" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Innsjekk" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Utsjekk" + } + ], + "common.children": [ + { + "type": 0, + "value": "Barn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Barn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "By" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Slett" + } + ], + "common.close": [ + { + "type": 0, + "value": "Lukk" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Lukk språkmenyen" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekreft" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakt oss" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsett" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landskode" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kredittkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundeservice" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Middag" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Veibeskrivelse" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Veibeskrivelse" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-post" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-postadresse" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Finn" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Fornavn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Følg oss" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mat" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Fra" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Gå tilbake" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Hvordan det fungerer" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildegalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. mva." + } + ], + "common.included": [ + { + "type": 0, + "value": "Inkludert" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km til sentrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Språk" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Etternavn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Nivå" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokale samtalekostnader" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Logg ut" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunsj" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Hovedmeny" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlems-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Nivå " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Mandag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Måned" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Du må akseptere vilkårene og betingelsene" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mine fordeler" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mine poeng" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mine opphold" + } + ], + "common.name": [ + { + "type": 0, + "value": "Navn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Neste" + } + ], + "common.night": [ + { + "type": 0, + "value": "natt" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen frokost" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanemerket" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ikke inkludert" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " voksne" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotel" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Åpne" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Åpne språkmenyen" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Åpningstider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valgfri" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Annet" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andre ønsker" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Oversikt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Passord" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per voksen/natt" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Kjæledyrvennlig" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Poeng" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Poeng å bruke" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktisk informasjon" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidligere" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformasjon" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Les mer" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Fjern" + } + ], + "common.room": [ + { + "type": 0, + "value": "Rom" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rom" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lørdag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Lagre" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alle" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alle bildene" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se rom" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Velg språk" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Vis alle" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Vis mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Vis mer" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Registrer deg" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & drikke" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Sammendrag" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Søndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Take away" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrasse" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Totalt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Totalt poeng" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "Rating på TripAdvisor" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tirsdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Frem til " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "MVA" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Velkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Administrer informasjonskapsler" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Velg datoer" + } + ], + "dates": [ + { + "type": 0, + "value": "Datoer" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tilbake til byer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinasjoner" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Utforsk byen" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinasjon" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Destinasjoner" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Utforsk " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Anbefalt" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Reisemål i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Sykkelvennlig" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Byens puls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familievennlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Fotturer" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakkpadling" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Natteliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Utforsk byen" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Hoteller" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hoteller i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tilbake til liste" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Kan ikke vise kartet" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Se som liste" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Kart over byen" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Kart over landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Ingen samsvarende steder funnet" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det ser ikke ut til at noen steder samsvarer med filtrene dine. Prøv å justere søket for å finne det perfekte oppholdet." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Utforsk alle hotellene våre" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Se alle hoteller i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Kan ikke åpne siden for " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hotellinformasjon" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kart" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Det oppsto en feil ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hoteller" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Se hoteller på kart" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Allerede medlem i Scandic Friends?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Bli med i lojalitetsprogrammet vårt i dag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Koble til arbeidsforholdet mitt" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Logg inn og koble til arbeidsforhold" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du ikke en Scandic Friends-konto ennå?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Vis Team Member Card" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrer deg og koble til arbeidsforhold" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Poeng beregnes" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bookingnummer/referanse" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Dato" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivelse" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tilvalg til bestillingen din" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidligere Scandic-hotell" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Ingen transaksjoner tilgjengelige" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends Point Shop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Poeng opptjent før 1. mai 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Velkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI Points" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Nåværende passord" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Slett endringer" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alle endringer du har gjort vil gå tapt." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Forkaste ulagrede endringer?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tilbake for å endre" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Skriv inn nytt passord på nytt" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profil oppdatert!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Brukerinformasjon" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Det oppstod en feil under forsøk på å oppdatere profilen." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, forkast endringer" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Ønsket sengetype" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Bytt rom" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi hadde problemer med å behandle bestillingen din. Vennligst prøv igjen. Ingen kostnader har blitt belastet." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nå kansellert betalingen din." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Frokost kan legges til etter bestilling mot et pristillegg for voksne og barn over 4 år." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frokost kan legges til mot et tillegg i prisen etter at du har fullført bestillingen." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Barnas frokost er alltid gratis som en del av de voksnes frokost." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Velg frokostalternativer" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderer veganske, glutenfrie og andre allergivennlige muligheter." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis for barn opp til og med 12 år." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Fullfør bestillingen" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "Når du garanterer bestillingen din med kredittkort, holder vi av rommet til kl. 07.00 dagen etter innsjekking." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Ved manglende oppmøte vil kredittkortet ditt bli belastet for den første natten." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garanter for sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Mulig jeg kommer senere enn kl. 18.00, og ønsker derfor å garantere bestillingen min." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "Når du bekrefter bestillingen, vil rommet være garantert for sen ankomst. Hvis du ikke ankommer uten å avbestille på forhånd, eller hvis du avbestiller etter kl. 18.00 lokal tid, vil du bli belastet for én bonusnatt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktinformasjon" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Bli med i Scandic Friends før innsjekking" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bli medlem i Scandic Friends nå" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " for rom " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Ved å bli medlem aksepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ditt Scandic Friends-medlemskap gjelder inntil videre, og kan avsluttes når som helst ved å kontakte Scandics kundeservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på rommet" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Den nye prisen er" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris for rom aktivert" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Bestillings- og avbestillingsvilkår" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernpolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "For å sikre din reservasjon ber vi deg oppgi betalingskortopplysningene dine. Vær trygg, ingen belastninger vil bli belastet på dette tidspunktet." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Fullfør bestillingen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "Når du garanterer bestillingen din, vil vi holde bestillingen til kl. 07.00 til dagen etter innsjekking. Dette vil gi deg som gjest ekstra fleksibilitet for innsjekkingstider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Vær oppmerksom på at dette er obligatorisk, og at kortet ditt kun vil bli belastet ved manglende oppmøte." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Legg til et betalingskort i neste steg" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Hva du må gjøre for å garantere bestillingen:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi holder fortsatt på å bekrefte bestillingen din. Dette tar vanligvis bare noen få minutter, og vi beklager ventetiden. Sjekk innboksen din for en bestillingsbekreftelse. Hvis du fortsatt ikke har mottatt noen innen dagens slutt, kan du kontakte vår " + }, + { + "children": [ + { + "type": 0, + "value": " kundesupport " + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tar lengre tid enn vanlig" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Ettersom bestillingen din inkluderer rom med ulike betingelser, vil vi belaste en del av bestillingen nå, og resten betales ved innsjekking på hotellet." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Siste steg" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Andre betalingsmåter" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betal ved innsjekking" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalingsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Ved å betale med en av de tilgjengelige betalingsmetodene aksepterer jeg vilkårene for denne bestillingen og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "Bestillings- og avbestillingsvilkårene" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jeg aksepterer også at Scandic krever et gyldig betalingskort under oppholdet mitt i tilfelle noe står ubetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Velg betalingsmetode" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsett med ny pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Kostnad frokost" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tilbake til valg av rom" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Prisene har økt siden du valgte " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": ". " + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " For å fortsette bestillingen, godta den oppdaterte prisen, " + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tilbake for å velge " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "et nytt rom" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nye rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "rom" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "rom" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny totalsum" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisdetaljer" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisendring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Ekstra seng tilbys som tillegg" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gjesteinformasjon" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Er det noe du vil at vi skal vite før du kommer?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Spesielle ønsker (valgfritt)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Alder er påkrevd" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du må være minst 18 år for å fortsette" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Dessverre er et av rommene du valgte utsolgt. Vennligst velg et annet rom for å fortsette." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Valg av seng er påkrevd" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Fødselsdato må fylles ut" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Ugyldig bookingkode" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Du kan ikke ha flere barn i voksenseng enn voksne på rommet." + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnetter kan ikke kombineres med koder eller kuponger." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land må fylles ut" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destinasjon kreves" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-postadressen er ugyldig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-postadresse er påkrevd" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "Fornavn og etternavn kan ikke være det samme i to forskjellige rom" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Fornavn er påkrevd" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Fornavnet kan ikke inneholde spesialtegn" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ugyldig bookingnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Etternavn må fylles ut" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Etternavnet kan ikke inneholde spesialtegn" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ugyldig format for medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Bare sifre er tillatt" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnummeret kan ikke være det samme for to forskjellige rom" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Bestilling av flere rom er ikke tilgjengelig med denne bestillingskoden." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Bestilling av flere rom er ikke tilgjengelig med bonusnatt." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Gjeldende passord kreves" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Det nye passordet samsvarer ikke" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Nytt passord kreves" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Passord kreves" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Skriv inn nytt passord på nytt" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Nummeret du har oppgitt er for kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Skriv inn et gyldig telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer er obligatorisk" + } + ], + "error.required": [ + { + "type": 0, + "value": "Obligatorisk" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnummeret kan bare inneholde tall og bokstaver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer er obligatorisk" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Kunne ikke kopiere" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Kunne ikke legge til i kalenderen" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Noe gikk galt!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Tøm alle filtre" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Avstand til sentrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellfasiliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrer og sorter" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrer etter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellomgivelser" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Ingen passende hoteller funnet" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det ser ikke ut til at noen hoteller samsvarer med søket ditt. Prøv å justere søket for å finne det perfekte oppholdet." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultater (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sorter etter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Finner du ikke oppholdet ditt?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Vennligst kontakt " + }, + { + "children": [ + { + "type": 0, + "value": " kundeservice " + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Kunne ikke sende inn skjemaet. Prøv igjen senere." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Finn ditt opphold" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se og administrer bestillingen din som er gjort via nettsiden eller appen vår." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-pris kan kun bestilles via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alle rettigheter forbeholdes" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produktet kunne ikke legges til. Bestillingen din er garantert. Prøv på nytt." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi hadde et problem med å garantere bestillingen din. Prøv igjen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tilbake til scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Lukk meny" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Logg inn/Bli medlem" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Meny" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Meny Mine sider" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Åpne menyen" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Åpne menyen for Mine sider" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Trening & velvære" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " anmeldelser" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Velkommen til" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I nærheten" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotell" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Kart" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": ")" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alle fasiliteter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se kart" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se romdetaljer" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gjester" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreative områder for møter" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Kart over " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tilgjengelige priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km til sentrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Attraksjoner" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Business" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Sted" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Offentlig transport" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & spisesteder" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Opplevelser i nærheten av " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Vis som liste" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Vis som kart" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tilgjengelighet på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Møter, konferanser og arrangementer" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Tilbud" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Møter og konferanser" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurant & bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Velvære" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Innendørsbasseng" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Utendørs basseng" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Badstue" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi trenger flere detaljer for å bekrefte din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Finn din bestilling" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Les mer om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Åpne bildegalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alle kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alle land" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alle hoteller og kontorer" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alle steder" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Frist: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Åpent for søknad" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Les mer og søk" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Beliggenhet (vist på lokalt språk)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotell eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultater" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Åpne bildet" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Medarbeidernummeret er allerede knyttet til et annet Scandic Friends-medlemskap." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakt medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Kontoen din kunne ikke kobles til" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du er ikke kvalifisert for ansattfordeler" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Dette kan skyldes at arbeidsforholdet ditt ennå ikke har startet, har avsluttet, eller at du er konsulent. Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Gode nyheter! Du kan gå rett til Mine sider for å se alle fordelene dine!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Fødselsdato: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi trenger fødselsdatoen din for å koble Scandic Friends-kontoen din med SAS EuroBonus-kontoen din. Vennligst sjekk at den er korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Fødselsdato mangler" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+47 23 15 50 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Fødselsdatoen stemmer ikke overens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Har du ikke mottatt en kode? " + }, + { + "children": [ + { + "type": 0, + "value": " Send kode på nytt " + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Rediger dine personlige opplysninger" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denne koden har utløpt. " + }, + { + "children": [ + { + "type": 0, + "value": "Send meg ny kode." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Noe gikk galt" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Vennligst prøv igjen senere" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunne ikke koble sammen kontoene dine." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden du har skrevet inn er feil" + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Koble sammen mine kontoer" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Koble sammen dine kontoer" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Vent litt..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte konto-koblingen." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Hvis du ikke blir omdirigert automatisk, vennligst " + }, + { + "children": [ + { + "type": 0, + "value": " klikk her " + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denne verifiseringen er nødvendig for ekstra sikkerhet." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Feil ved forespørsel om engangspassord" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifikasjonskode" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vennligst skriv inn koden som ble sendt til " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " for å bekrefte konto-kobblingen din." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Du videresendes til Min Side." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi videresender deg til SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Det oppstod en feil ved forespørsel om nytt engangspassord" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Send ny kode" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har koblet kontoene dine sammen!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dine kontoer er koblet sammen" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved å koble kontoene dine, aksepterer du " + }, + { + "children": [ + { + "type": 0, + "value": "vilkårene og betingelsene for kobling av Scandic Friends- og SAS EuroBonus-kontoer" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har bedt om for mange koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "For mange mislykkede forsøk" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vennligst vent 1 time før du prøver igjen" + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "For mange forespørsler. Vennligst prøv igjen senere." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Din koblede konto" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se dine opplysninger" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per natt fra " + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Allerede medlem?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Logg inn her" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemsvilkår og betingelser" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " netter" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zoom inn" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zoom ut" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Bestill et møte" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hoteller og reisemål" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Møtested" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Adkomst mål" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Styrerom" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabaret oppsett" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klasserom" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Mål" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Etasje " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Hel sirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halv sirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Innvendige vinduer som vender mot hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Innendørs vinduer og utmerket belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Plassering i hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "maks " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " pers" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Ingen vinduer" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Ingen vinduer, men utmerket belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-form" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys og blendingsmuligheter" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Vinduer med naturlig dagslys og utmerket utsikt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Oppgradert gjennom SAS til " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tilgjengelighet på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Informasjon om tilgjengelighet for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en deilig frokost før du utforsker " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Oppdag vårt Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Start dagen med en deilig frokost før du utforsker " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Oppdag alle våre " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hoteller i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Utforsk " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": " og mer! Alt mens du nyter oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Oppdag " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Utforsk " @@ -83,101 +4918,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Veksle poeng" + "value": "Utforsk " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Les mer og koble kontoer" + "value": "Trenings- og velværefasiliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Fjern ekstra rom" + "value": "Trenings- og velværefasiliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjereferanse: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt nå!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyr " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gjestene kan også benytte seg av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Bestill oppholdet ditt på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i dag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " tilbyr " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gjestene kan også benytte seg av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " og " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Møter og konferanser på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Møter og konferanser på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformasjon for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsinformasjon for " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotell i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Overraskelser" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få tilgang til ditt Team Member-kort her på Min side-oversikten." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Legg til nytt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Bestill rabatterte opphold for deg selv, familie og venner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Brødsmuler mislyktes for denne siden ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alle fordelene dine" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Sjekk kredittkortene som er lagret i profilen din. Betal med et lagret kort når du er pålogget for en smidigere nettopplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Sammenlign alle nivåer" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+47 23 15 50 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "member@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " lagt til dine fordeler" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nåværende medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Nåværende poeng: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Fødselsdato" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Oppdater profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Ansatt" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Feil ved innlasting av denne siden ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Utløpsdato: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå til Mine fordeler" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hei, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hei " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Gjenstår for å gå opp i nivå" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Nivåfremdrift: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " poeng opptjent" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem siden: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlems-ID kopiert til utklippstavlen" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Ikke noe innhold publisert" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mine kommunikasjonspreferanser" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mine medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mine betalingskort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Navn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Opptjente poeng" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POENG" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "igjen for å beholde nivå" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "Poengene du tjener i år bestemmer nivået ditt for både dette og neste medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensjonert" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Oops! Noe gikk galt mens vi skulle vise overraskelsen din. Oppdater siden eller prøv igjen senere. Hvis problemet vedvarer, " + }, + { + "children": [ + { + "type": 0, + "value": " kontakt kundeservice. " + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du finner alle gavene dine under 'Mine fordeler'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en spesiell gave som venter på deg!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Poeng som utløper" + "value": " gaver som venter på deg!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "Rating på TripAdvisor" + "value": "Åpne " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gave" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gaver" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mat" + "value": "Skynd deg og bruk dem før de utløper!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Dette kan skyldes at arbeidsforholdet ditt ennå ikke har startet, har avsluttet, eller at du er konsulent. Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." + "value": "Team Member-kort er lagt til" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Fortell oss hvilken informasjon og oppdateringer du ønsker å motta, og hvordan, ved å klikke på lenken nedenfor." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Rompriser" + "value": "Gyldig til " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med bonusnatt." - } - ], - "/5HHL3": [ + "value": "Du har tjent " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Vinduer med naturlig dagslys og utmerket utsikt" + "value": " poeng dette medlemsåret." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifikasjonskode" + "value": "Status på ditt nivå" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Ditt medlemsår og nivåutvikling" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "SAS EuroBonus-nivået ditt har oppgradert deg til " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerfordeler" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-lenker" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ditt medlemskap" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du må være innlogget for å se bestillingen din" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Og du må være innlogget med samme medlemsnummer/konto som gjorde bestillingen." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Søk" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vennligst velg datoer" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakt personen som har bestilt oppholdet" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Siden dette er et flerromsopphold, må kanselleringen gjøres av personen som foretok bestillingen. Ring 23 15 50 00 for å snakke med vår kundeservice dersom du trenger ytterligere hjelp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Ta kontakt med kundeservice for å oppdatere datoene." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Vennligst be personen som bestilte oppholdet om å kontakte kundeservice." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mine tilvalg" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populært" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Nettside" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Bestillingens totalbeløp" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Noe gikk galt. Vennligst prøv igjen senere." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan ikke avbestilles" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekreft kansellering" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Ikke avbryt" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Er du sikker på at du vil fortsette med avbestillingen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Dette oppholdet har flere vilkår." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mine rom" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Noen rom ble vellykket kansellert, men vi støtte på problemer med andre. Vennligst kontakt kundeservice for assistanse." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref." + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " ble avbestilt" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi beklager at ting ikke ordnet seg." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt ble avbestilt" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt er fortsatt aktivt med det andre rommet" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Bookingnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekreft datoendring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nye datoer" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamle datoer" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betal på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Kunne ikke oppdatere oppholdet ditt" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Oppholdet ditt ble oppdatert" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Innsjekking etter kl. 18.00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planlegger du å ankomme etter kl. 18.00? Sikre rommet ditt ved å garantere det med et kredittkort. Uten garanti, og ved manglende oppmøte, kan rommet bli tildelt andre etter kl. 18.00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Kortet ditt vil kun bli belastet ved manglende oppmøte" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garanter" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garanter for sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " + }, + { + "children": [ + { + "type": 0, + "value": "bestillings- og avbestillingsvilkårene" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Endre gjestedetaljer" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Kunne ikke oppdatere gjestedetaljer" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gjestedetaljer oppdatert" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Mitt opphold på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Administrer opphold" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Se og skriv ut kvittering" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Endre innen" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Er du sikker på at du vil endre gjesteopplysningene dine?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Lagre oppdateringer" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mine totale poeng" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Utforsk Scandics hoteller" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Overnatting" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sengetype" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Endelig mva-spesifikasjon vil bli gitt ved utsjekking." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "antall gjester" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antall netter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Pris for kjæledyrrom inkludert mva." + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FORHÅNDSBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Rommet er forhåndsbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Priskategori" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Ukjent element" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Er du sikker på at du vil avbestille oppholdet ditt på " @@ -249,553 +6223,243 @@ "value": " Dette kan ikke gjøres om." } ], - "/GCoTA": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, - "value": "Slett" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjekode" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Plassering i hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Veksle til" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Reisemål i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Mandag-fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Forkaste ulagrede endringer?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zoom ut" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Annet" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Noe gikk galt!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Din koblede konto" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Kjæledyrvennlig rom inkluderer et tillegg på ca. " - }, - { - "children": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " per opphold" - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter for bookingkoder" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "I ekstraseng" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Overnatting" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-poeng" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi hadde et problem med å garantere bestillingen din. Prøv igjen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alle" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Kart over byen" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Endre innen" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Ved å godta " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser for Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " forstår jeg at mine personopplysninger vil bli behandlet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Kjæledyrvennlig rom" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Er det noe du vil at vi skal vite før du kommer?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "For å aktivere tilbud" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " små bokstaver" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi trenger flere detaljer for å bekrefte din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mine poeng" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Det oppstod en feil da du la inn kredittkortet, vennligst prøv igjen senere." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Totalt antall rom" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Åpne menyen for Mine sider" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se og administrer bestillingen din som er gjort via nettsiden eller appen vår." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Bassengets lengde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MVA " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": " %" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-form" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Bli med i Scandic Friends før innsjekking" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Navn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Vis Trening & Velvære" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ANNET" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Bestill nå" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Tilbud" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Oppdag vårt Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en deilig frokost før du utforsker " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny totalsum" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "neste nivå: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Utløpsdato: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Bestill bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du finner alle gavene dine under 'Mine fordeler'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderer veganske, glutenfrie og andre allergivennlige muligheter." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotell eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Avbestill booking" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "For å bestille med EuroBonus-poeng, må du sørge for at du er logget inn på SAS EuroBonus-kontoen din." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. mva." - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Les hvordan" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Høyeste nivå" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Se som liste" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Rom" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Priser ukedag" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Logg inn her" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Det oppstod en feil ved forespørsel om nytt engangspassord" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Vennligst skriv inn koden som ble sendt til " + "value": "Oppholdet ditt er bestilt med " }, { "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "rate" + }, { "type": 0, "value": " " } ], "type": 8, - "value": "maskedContactInfo" + "value": "strong" }, { "type": 0, - "value": " for å overføre poengene dine." + "value": " -vilkår som dessverre ikke tillater avbestilling." } ], - "2ZmUBe": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Natteliv" + "value": "Endre datoer" } ], - "2aT8Od": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, - "value": "Byens puls" + "value": "Kontakt kundeservice" } ], - "2gRSn8": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ + { + "type": 0, + "value": "Ta kontakt med kundeservice for å oppdatere datoene." + } + ], + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ + { + "type": 0, + "value": "Ingen enkeltrom er tilgjengelige på disse datoene" + } + ], + "myStay.referenceCard.actions.customerSupport.contactInfo": [ + { + "type": 0, + "value": "Ring " + }, + { + "type": 1, + "value": "phone" + }, + { + "type": 0, + "value": " eller send oss ​​en e-post på " + }, + { + "type": 1, + "value": "email" + }, + { + "type": 0, + "value": " for å få hjelp med bestillingen din." + } + ], + "myStay.referenceCard.actions.customerSupport.makeCall": [ + { + "type": 0, + "value": "Ring" + } + ], + "myStay.referenceCard.actions.customerSupport.sendEmail": [ + { + "type": 0, + "value": "Send en e-post" + } + ], + "myStay.referenceCard.actions.findUs": [ + { + "type": 0, + "value": "Finn oss" + } + ], + "myStay.referenceCard.actions.rebook": [ + { + "type": 0, + "value": "Ombooking" + } + ], + "myStay.removeAncillary.confirmationText": [ + { + "type": 0, + "value": "Er du sikker på at du vil fjerne dette produktet?" + } + ], + "myStay.yourMemberLevel": [ + { + "type": 0, + "value": "Ditt medlemsnivå" + } + ], + "myStay.yourRooms": [ + { + "type": 0, + "value": "Rommene dine" + } + ], + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternative åpningstider ( " + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": " )" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Alltid åpent" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Stengt" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Høyeste nivå" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Medlems-ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " poeng som kan brukes utløper innen " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poeng eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " netter" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Ditt nivå" + } + ], + "parkingInformation.address": [ + { + "type": 0, + "value": "Adresse: " + }, + { + "type": 1, + "value": "address" + } + ], + "parkingInformation.atACost": [ + { + "type": 0, + "value": "Til en kostnad" + } + ], + "parkingInformation.bookParking": [ + { + "type": 0, + "value": "Bestill parkering" + } + ], + "parkingInformation.distanceToHotel": [ + { + "type": 0, + "value": "Avstand til hotellet: " + }, + { + "type": 1, + "value": "distanceInM" + }, + { + "type": 0, + "value": " m" + } + ], + "parkingInformation.freeParking": [ + { + "type": 0, + "value": "Gratis parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ { "type": 0, "value": "Antall ladestasjoner for elbiler: " @@ -805,775 +6469,221 @@ "value": "number" } ], - "2gWV/U": [ + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": "Dine poeng som kan brukes" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jeg ønsker å få min bookingbekreftelse på sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Husk kode" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member-kort er lagt til" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sengetype" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Ingen samsvarende steder funnet" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativer for " + "value": "Antall parkeringsplasser: " }, { "type": 1, - "value": "value" + "value": "number" } ], - "2sRCsy": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Gå til hovedinnhold" + "value": "Pris per 24 timer" } ], - "2u4B/g": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Foreløpig kvittering" + "value": "Pris per dag" } ], - "2ugxgc": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Ukjent feil oppstod under lasting av bruker" + "value": "Pris per time" } ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nye totalsum" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Noe gikk galt. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunne ikke legges til i bestillingen din!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensjonert" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Ukjent element" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Overraskelse!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bookingnummer/referanse" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": " Bookingkode " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " : " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bookingkode" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Romfasiliteter" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Kan ikke åpne siden for " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med denne bestillingskoden." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Overraskelser" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Koble sammen " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " og " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " kontoene dine for å tjene, bruke og utveksle poeng mellom medlemskapene" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Gyldig til " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Sjekk ut senest: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinasjoner" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Avbestilt" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Avbryt" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Møter og konferanser" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunne ikke koble sammen kontoene dine." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garanter for sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Kortet ditt vil kun bli belastet ved manglende oppmøte" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Avbestillingsnr." - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Administrer informasjonskapsler" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jeg aksepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernpolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du lære mer om hvilke data vi behandler, dine rettigheter og hvor du kan henvende deg hvis du har spørsmål." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Logg inn/Bli medlem" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Ugyldig bookingkode" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "Sørg for at du er logget inn på Scandic Friends-kontoen din når du skal bestille en bonusnatt." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mine sider" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Ikke nok poeng" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Passord" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Velg antall" - } - ], - "5xvHlh": [ + "parkingInformation.pricePerNight": [ { "type": 0, "value": "Pris per natt" } ], - "60fk7f": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Åpne " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" + "value": "Priser" } ], - "60zt4K": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Koble til arbeidsforholdet mitt" + "value": "Parkering kan reserveres på forhånd: Nei" } ], - "651gjY": [ - { - "type": 0, - "value": "Prisendring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, lukk og fjern fordel" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ikke refunderbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Endelig mva-spesifikasjon vil bli gitt ved utsjekking." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsett med ny pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Etternavnet kan ikke inneholde spesialtegn" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tilgjengelig i noen rom)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "rom" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Mandag-fredag: Alltid åpent" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Attraksjoner" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Søk" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ugyldig bookingnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI Points" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Ingen transaksjoner tilgjengelige" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Legg til kode" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Bookingnummer" - } - ], - "71oD9T": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, "value": "Parkering kan reserveres på forhånd: Ja" } ], - "74VS9G": [ + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": "For mange mislykkede forsøk" + "value": "Priser ukedag" } ], - "74pvS7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Kunne ikke legge til i kalenderen" + "value": "Weekendpriser" } ], - "75mmZM": [ + "partnerSas.balance": [ { "type": 0, - "value": "Avstand til sentrum" + "value": "Saldo" } ], - "77dYCv": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, - "value": "Reservasjonsnummer" + "value": "EuroBonus-poeng" } ], - "789Kl/": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Er du sikker på at du vil koble fra kontoen din?" + "value": "For å bestille med EuroBonus-poeng, må du sørge for at du er logget inn på SAS EuroBonus-kontoen din." } ], - "7Chrsf": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Det nye passordet samsvarer ikke" + "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." } ], - "7Kryz0": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Earn flights with nights" + "value": "1 EuroBonus-poeng = 2 Scandic Friends-poeng" } ], - "7L86Z5": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Medlem" + "value": "EB-poeng å veksle" } ], - "7VcWhU": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Skriv inn destinasjon eller hotell" + "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." } ], - "7Yon8T": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Bestill rabatterte opphold for deg selv, familie og venner!" + "value": "Veksle fra" } ], - "7ZOaq5": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Betal ved innsjekking" + "value": "Veksle poeng" } ], - "7kpRto": [ + "partnerSas.exchangePointsDetails": [ { - "type": 0, - "value": "Nivåfremdrift: " + "children": [ + { + "type": 0, + "value": " " + }, + { + "style": null, + "type": 2, + "value": "sasPoints" + }, + { + "type": 0, + "value": " EuroBonus-poeng " + } + ], + "type": 8, + "value": "bold" }, + { + "type": 0, + "value": " til " + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "style": null, + "type": 2, + "value": "scandicPoints" + }, + { + "type": 0, + "value": " Scandic Friends-poeng " + } + ], + "type": 8, + "value": "bold" + } + ], + "partnerSas.exchangePointsExpiry": [ + { + "type": 0, + "value": "Dine vekslede poeng vil beholde sin opprinnelige utløpsdato med en maksimal gyldighet på 12 måneder." + } + ], + "partnerSas.exchangeTo": [ + { + "type": 0, + "value": "Veksle til" + } + ], + "partnerSas.exchangedPointsNotLevelQualifying": [ + { + "type": 0, + "value": "Innvekslede poeng vil ikke være kvalifiserende for nivå." + } + ], + "partnerSas.footer.policies": [ + { + "type": 0, + "value": "Retningslinjer" + } + ], + "partnerSas.footer.rates": [ + { + "type": 0, + "value": "Priser" + } + ], + "partnerSas.menu.ebPoints": [ { "type": 1, - "value": "earned" + "value": "points" }, { "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " poeng opptjent" + "value": " poeng" } ], - "7pXrnq": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Dag" + "value": "EB-poeng" } ], - "7tOz+m": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "betal nå" + "value": "Logg inn" } ], - "7uYX7n": [ - { - "type": 0, - "value": "Mitt opphold på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-pris kan kun bestilles via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Gjenstår for å gå opp i nivå" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Du videresendes til Min Side." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nå kansellert betalingen din." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Innendørsbasseng" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellfasiliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Registrer deg" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Kunne ikke kopiere" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi beklager at ting ikke ordnet seg." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ + "partnerSas.mobileMenu.greeting": [ { "type": 0, "value": "Hei " @@ -1595,435 +6705,196 @@ "value": "!" } ], - "8bo8AW": [ - { - "type": 0, - "value": "Er du sikker på at du vil fortsette med avbestillingen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "voksen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, forkast endringer" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Neste" - } - ], - "92ZaKG": [ + "partnerSas.noPointsToTransfer": [ { "type": 0, "value": "Du har ingen poeng å overføre." } ], - "93oVTh": [ + "partnerSas.pointsWithValue": [ { - "type": 0, - "value": "Kopiert til utklippstavlen" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Fortell oss hvilken informasjon og oppdateringer du ønsker å motta, og hvordan, ved å klikke på lenken nedenfor." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Veibeskrivelse" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Voucher/kupong" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Poeng lagt til" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "En konto med denne e-postadressen finnes allerede. Prøv å logge inn i stedet." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Innvendige vinduer som vender mot hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Badstue" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alle kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Reservasjonsbetingelser" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalingsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Rommet er forhåndsbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Spesielle ønsker (valgfritt)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Alder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Oversikt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Anvendte medlemsfordeler" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på rommet" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Utsjekk" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" + "style": null, + "type": 2, + "value": "points" }, { "type": 0, - "value": ", " + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Vil du fortsette med poengveksling?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-poeng å motta" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Er du sikker på at du vil koble fra kontoen din?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Dette vil fjerne eventuelle oppgraderinger av medlemsnivå som er oppnådd gjennom sammenkoblingen. Du kan koble kontoene dine sammen på nytt om 30 dager." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Fjern kobling av konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jeg vil veksle inn poengene mine" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, fjern koblingen av mine kontoer" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du er i ferd med å veksle:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Kun tillatte tegn" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Skjul passord" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " til " }, { "type": 1, - "value": "city" + "value": "max" }, { "type": 0, - "value": " ∙ " - }, + "value": " tegn" + } + ], + "passwordInput.lowercaseRequirement": [ { "type": 1, - "value": "distanceToCityCenterInKm" + "value": "count" }, { "type": 0, - "value": " km til sentrum" + "value": " små bokstaver" } ], - "A/KWYT": [ + "passwordInput.newPasswordLabel": [ { "type": 0, - "value": "Lørdag-søndag: Alltid åpent" + "value": "Nytt passord" } ], - "A9Jf2P": [ - { - "type": 0, - "value": "Utforsk Scandics hoteller" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hotellinformasjon" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Ønsket sengetype" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gave" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gaver" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " lagt til dine fordeler" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hoteller nær " - }, + "passwordInput.numberRequirement": [ { "type": 1, - "value": "filter" + "value": "count" }, { "type": 0, - "value": " i " - }, + "value": " nummer" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Vis passord" + } + ], + "passwordInput.specialCharacterRequirement": [ { "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisdetaljer" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Velg språk" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Velvære" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ugyldige datoer" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "For å få medlemsprisen " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" + "value": "count" }, { "type": 0, - "value": ", logg inn eller bli medlem når du fullfører bestillingen." + "value": " spesialtegn" } ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Poeng å bruke" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "Avhengig av tilgjengelighet" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Feil ved forespørsel om engangspassord" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lørdag-søndag: " - }, + "passwordInput.uppercaseRequirement": [ { "type": 1, - "value": "openingTime" + "value": "count" }, { "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" + "value": " store bokstaver" } ], - "AyGauy": [ + "payment.mySavedCards": [ { "type": 0, - "value": "Logg inn" + "value": "Mine lagrede kort" } ], - "B/bu85": [ + "points.claimPoints.cta": [ { "type": 0, - "value": "Opptjente poeng" + "value": "Hent poeng" } ], - "B0YuKm": [ + "points.claimPoints.missingPreviousStay": [ { "type": 0, - "value": "Ta kontakt med kundeservice for å oppdatere datoene." + "value": "Mangler du et tidligere opphold?" } ], - "BEX6A7": [ + "points.expiringPointsTable.expirationDate": [ { "type": 0, - "value": "Min profil" + "value": "Utløpsdato" } ], - "BHaqtO": [ + "points.pointsToSpendCard.description": [ { "type": 0, - "value": "Eksternt treningssenter: " - }, - { - "type": 1, - "value": "value" + "value": "Tjen poeng ved å bo på Scandic. Gjør poengene dine om til bonusnetter og minneverdige opplevelser." } ], - "BIqtWU": [ + "points.pointsToSpendCard.expiringPointsInfo": [ { "type": 0, - "value": "Noen rom ble vellykket kansellert, men vi støtte på problemer med andre. Vennligst kontakt kundeservice for assistanse." + "value": "Poeng utløper tre år etter at de er opptjent, på den siste dagen i samme måned. Utløpende poeng påvirker ikke nivået ditt." } ], - "BQxZ71": [ - { - "type": 0, - "value": "Kart over landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Oppdater" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har nok poeng til en bonusnatt!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" - } - ], - "BY343C": [ - { - "type": 0, - "value": "Endre" - } - ], - "BYcg51": [ + "points.pointsToSpendCard.expiringPointsText": [ { "type": 1, "value": "expiringPoints" @@ -2033,971 +6904,89 @@ "value": " poeng utløper" } ], - "BbXGCK": [ + "points.pointsToSpendCard.expiringPointsTitle": [ { "type": 0, - "value": "Finn oss" + "value": "Poeng som utløper" } ], - "BdqGHI": [ + "points.pointsToSpendCard.howToSpendCta": [ { "type": 0, - "value": "Innvekslede poeng vil ikke være kvalifiserende for nivå." + "value": "Slik bruker du poeng" } ], - "Bhd3E+": [ + "points.pointsToSpendCard.inDays": [ { "type": 0, - "value": "Det tar lengre tid enn vanlig" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Kunne ikke aktivere dette tilbudet" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Bestillingsoversikt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se romdetaljer" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sengealternativer" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dine kontoer er koblet sammen" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brødsmuler" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destinasjon" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsett med poengbytte?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logg ut" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Oppdag alle våre " + "value": "Om " }, { "type": 1, - "value": "hotelCount" + "value": "days" }, { "type": 0, - "value": " Scandic-hoteller i " + "value": " dager" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "på " }, { "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Start dagen med en deilig frokost før du utforsker " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på et Scandic-hotell nå!" + "value": "expiryDate" } ], - "CFNkwp": [ - { - "type": 0, - "value": "Se rom" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klasserom" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gjestedetaljer oppdatert" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Se hoteller på kart" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Les mer om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Vennligst skriv inn koden som ble sendt til " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for å bekrefte konto-kobblingen din." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se vilkår og betingelser for alle kvalifiseringskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca." - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denne verifiseringen er nødvendig for ekstra sikkerhet." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " poeng" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca. " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datoer" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Trenings- og velværefasiliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nye datoer" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gaver som venter på deg!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Fullfør bestillingen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Er du sikker på at du vil fjerne kortet som slutter på " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " fra medlemsprofilen din?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Bli inspirert og begynn å drømme om din neste tur. Utforsk flere Scandic-destinasjoner." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poeng" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyr " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gjestene kan også benytte seg av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i dag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tilbake til scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Ditt nivå" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Kunne ikke sende inn skjemaet. Prøv igjen senere." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reserver med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Hvis ikke, gå tilbake og gjør det før du lukker dette. Når du lukker dette, vil fordelen din bli ugyldig og fjernet fra Mine fordeler." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Ved manglende oppmøte vil kredittkortet ditt bli belastet for den første natten." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrasse" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Bli med i lojalitetsprogrammet vårt i dag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I voksnes seng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Avstand til hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Vis som kart" - } - ], - "EWW+Ao": [ + "price.numberOfVouchers": [ { "offset": 0, "options": { - "=1": { + "one": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " barn" + "value": "Kupong" } ] }, "other": { "value": [ - { - "type": 7 - }, { "type": 0, - "value": " barn" + "value": "Kuponger" } ] } }, "pluralType": "cardinal", "type": 6, - "value": "totalChildren" + "value": "numberOfVouchers" } ], - "EWf4oG": [ + "priceDetails.VAT": [ { "type": 0, - "value": "Pris per dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Bruk" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Innsjekking/utsjekking" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " + "value": "MVA " }, { "type": 1, - "value": "roomSizeMax" + "value": "vat" }, { "type": 0, - "value": " m²" + "value": " %" } ], - "ExIAgH": [ + "priceDetails.averagePricePerNight": [ { "type": 0, - "value": "Opptjente poeng" + "value": "Gjennomsnittspris per natt" } ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hoteller inkludert i dette tilbudet" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Frokost kan kun legges til for hele oppholdet og for alle gjester." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Medarbeidernummeret er allerede knyttet til et annet Scandic Friends-medlemskap." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Finn" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Skriv inn et gyldig telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Kontoen din kunne ikke kobles til" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Fornavn er påkrevd" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tilgjengelige priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Prøv igjen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "For å sikre din reservasjon ber vi deg oppgi betalingskortopplysningene dine. Vær trygg, ingen belastninger vil bli belastet på dette tidspunktet." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poeng " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " netter" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halv sirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Vennligst be personen som bestilte oppholdet om å kontakte kundeservice." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Stengt" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "Når du garanterer bestillingen din, vil vi holde bestillingen til kl. 07.00 til dagen etter innsjekking. Dette vil gi deg som gjest ekstra fleksibilitet for innsjekkingstider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Fjern" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få tilgang til ditt Team Member-kort her på Min side-oversikten." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alle fasiliteter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jeg godtar bestillings- og avbestillingsvilkårene" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Gratis parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnetter kan ikke kombineres med koder eller kuponger." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Oppdag de små ekstra detaljene for å gjøre ditt kommende opphold enda mer uforglemmelig." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garanter" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kode/voucher" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produktet kunne ikke legges til. Bestillingen din er garantert. Prøv på nytt." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildegalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Utforsk " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tilbake til toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Status på ditt nivå" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Totalt inkludert mva." - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landskode" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Møtested" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Navn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Hvordan det fungerer" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tilgjengelighet" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Valg av seng er påkrevd" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Bestill parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrer og sorter" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Ansatt" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Fødselsdato mangler" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Finner du ikke oppholdet ditt?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-poeng å veksle" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Skriv inn nytt passord på nytt" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi fant ingen tilgjengelige rom med denne bookingskoden ( " - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": " ). Se tilgjengelige priser nedenfor." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Kjæledyrvennlig" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Byer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi holder fortsatt på å bekrefte bestillingen din. Dette tar vanligvis bare noen få minutter, og vi beklager ventetiden. Sjekk innboksen din for en bestillingsbekreftelse. Hvis du fortsatt ikke har mottatt noen innen dagens slutt, kan du kontakte vår " - }, - { - "children": [ - { - "type": 0, - "value": " kundesupport " - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Poeng som trengs for å komme opp i nivå" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Sykkelvennlig" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Bruker ikke funnet" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Siste søk" - } - ], - "IRsfJt": [ + "priceDetails.breakfastAdultsDetails": [ { "type": 0, "value": "Frokost ( " @@ -3041,2397 +7030,7 @@ "value": "totalBreakfasts" } ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformasjon" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, fjern kortet mitt" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Ingen vinduer" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mine lagrede kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antall netter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valgfri" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Kunne ikke bekrefte medlemskapet" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Bytt rom" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Lenke" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Frokost kan kjøpes på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "per i dag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Fjern rom" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Vis passord" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidligere" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Ved å koble kontoene dine, aksepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene og betingelsene for kobling av Scandic Friends- og SAS EuroBonus-kontoer" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " igjen" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Vis alle" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakt personen som har bestilt oppholdet" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Ferdig" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Administrer preferanser" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundeservice" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Beliggenhet (vist på lokalt språk)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Åpne" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Bookingnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Last ned faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopier kampanjekoden" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Noe gikk galt" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "antall gjester" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Skjul passord" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Alltid åpent" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Utforsk " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Vis som liste" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Allerede medlem?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nåværende medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris eks mva" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "poeng" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Du kan ikke ha flere barn i voksenseng enn voksne på rommet." - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Veksle poeng" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Fjern kobling av konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellfasiliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mine opphold" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "MVA" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Fødselsdatoen stemmer ikke overens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Poeng utløper tre år etter at de er opptjent, på den siste dagen i samme måned. Utløpende poeng påvirker ikke nivået ditt." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Åpent for søknad" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Kunne ikke oppdatere gjestedetaljer" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Dette rommet er utstyrt med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Oppgrader oppholdet ditt" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Kom opp i nivå for å låse opp" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINE LAGREDE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlems-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rom" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Er du sikker på at du vil fjerne dette produktet?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Hvis du lukker dette, vil fordelen din bli fjernet" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Forrige bilde" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Totalt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellomgivelser" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mine betalingskort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Vil du fortsette med poengveksling?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Velg frokostalternativer" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Brødsmuler mislyktes for denne siden ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Ditt Scandic Friends-nivå " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har oppgradert deg til " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": "." - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frokost kan legges til mot et tillegg i prisen etter at du har fullført bestillingen." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunsj" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Har du ikke mottatt en kode? " - }, - { - "children": [ - { - "type": 0, - "value": " Send kode på nytt " - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "Poengene du tjener i år bestemmer nivået ditt for både dette og neste medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekreft" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokale samtalekostnader" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poeng tilgjengelig" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Velkommen til" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gjester" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Nåværende passord" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " for rom " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Levert:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jeg aksepterer de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "vilkårene for bestilling og avbestilling" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Der kan du lære mer om hvilke data vi behandler, hvilke rettigheter du har, og hvor du kan henvende deg dersom du har spørsmål." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Ved å betale med en av de tilgjengelige betalingsmetodene, godtar jeg vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": " vilkårene og betingelsene " - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg godtar også at Scandic krever et gyldig betalingskort under besøket mitt i tilfelle noe ikke er betalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betaling" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Se alle hoteller i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POENG" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "igjen for å beholde nivå" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & drikke" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " har blitt lagt til bestillingen din!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Innsjekking etter kl. 18.00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Bestillings- og avbestillingsvilkår" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernpolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnummeret kan ikke være det samme for to forskjellige rom" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Endre datoer" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte konto-koblingen." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Til en kostnad" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Take away" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Ved å betale med en av de tilgjengelige betalingsmetodene aksepterer jeg vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "Bestillings- og avbestillingsvilkårene" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jeg aksepterer også at Scandic krever et gyldig betalingskort under oppholdet mitt i tilfelle noe står ubetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Poeng" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Fullfør bestillingen" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Dato" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mine tilvalg" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " ( " - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Bestill ditt neste opphold" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Totalt: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Poeng beregnes" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Bassengets dybde: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Koble til arbeidsforholdet ditt for å få tilgang til fordeler" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Se alle tilbud" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-poeng å motta" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Logg ut" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Oppdag alle våre " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Utforsk " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": " og mer! Alt mens du nyter oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Velkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alle tilvalg refunderes fullt ut frem til " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Valg av tidspunkt og spesielle forespørsler kan også endres." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Oppdag alle våre " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hoteller i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Ekstra seng (barn) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivelse" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinasjon" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Destinasjoner" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Hovedmeny" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunne ikke koble kontoene dine. Vennligst kontakt oss, så hjelper vi deg med å løse dette." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betaling skjer ved innsjekking. Kortet vil kun bli brukt til å garantere for tilvalg ved manglende oppmøte." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Noe gikk galt, og vi kunne ikke fjerne kortet ditt. Vennligst prøv igjen senere." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dine kontoer er allerede koblet sammen" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Koble til arbeidsforholdet mitt" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Legg til et betalingskort i neste steg" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Kortet ditt ble fjernet!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Legg til nytt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Feil: bruker ikke funnet" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per natt fra " - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabaret oppsett" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vennligst velg datoer" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "natt" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mine fordeler" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Prøv å endre søket for denne destinasjonen eller se alternative hoteller." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Nytt passord kreves" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller send oss ​​en e-post på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " for å få hjelp med bestillingen din." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-lenker" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Bestillingens totalbeløp" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, fjern koblingen av mine kontoer" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nei, behold kort" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Endre bestillingen" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Sammendrag" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Hvis du ikke blir omdirigert automatisk, vennligst " - }, - { - "children": [ - { - "type": 0, - "value": " klikk her " - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det ser ikke ut til at noen steder samsvarer med filtrene dine. Prøv å justere søket for å finne det perfekte oppholdet." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nei, gå tilbake" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Koble sammen dine kontoer" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Spesielle behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Les mer" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrer etter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familievennlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Frist: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Åpningstider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Avbestillingsregler" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tilbake til Mine sider" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Obligatorisk" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Finn din bestilling" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Oops! Noe gikk galt mens vi skulle vise overraskelsen din. Oppdater siden eller prøv igjen senere. Hvis problemet vedvarer, " - }, - { - "children": [ - { - "type": 0, - "value": " kontakt kundeservice. " - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Se og kjøp tilvalg" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Sjekk inn fra: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Utforsk alle hotellene våre" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine. Ta kontakt med oss, så hjelper vi deg med å løse dette." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hei " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Måned" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "By" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Innløst & gyldig til:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mine kommunikasjonspreferanser" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Åpne bildet" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Skynd deg og bruk dem før de utløper!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Garanti for bestillingen." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Opplevelser i nærheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Mål" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Allerede medlem i Scandic Friends?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Bestillingsvilkår" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Les mer og søk" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har nok poeng til en bonusnatt!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "maks " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " pers" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Pris inkludert mva" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Omgivelsene rundt hotellet" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Send ny kode" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Oppholdet ditt ble oppdatert" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Meny Mine sider" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poeng som kan brukes utløper innen " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Inkludert" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Vinduer med naturlig dagslys" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du er ikke kvalifisert for ansattfordeler" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Ingen passende hoteller funnet" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " poeng" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Dette vil fjerne eventuelle oppgraderinger av medlemsnivå som er oppnådd gjennom sammenkoblingen. Du kan koble kontoene dine sammen på nytt om 30 dager." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotell" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Utendørs basseng" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Åpne språkmenyen" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Trenger du å endre navnet ditt? Vennligst ta kontakt med medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+47 23 15 50 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "member@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Anbefalt" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "SAS EuroBonus-nivået ditt har oppgradert deg til " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ANDRE BETALINGSMÅTER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Rediger dine personlige opplysninger" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurant & bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tilbake til liste" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km til sentrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Ditt medlemsnivå" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gjester" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gjesteinformasjon" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du må være minst 18 år for å fortsette" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Møter og konferanser på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en spesiell gave som venter på deg!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(e) bestilling(e) er bekreftet, men vi kunne ikke bekrefte medlemskapet ditt. Hvis du har bestilt til medlemspris, må du enten vise frem ditt eksisterende medlemsnummer ved innsjekking, bli medlem eller betale prisforskjellen på hotellet ved ankomst. Påmelding skjer fortrinnsvis på vår nettside før oppholdet." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Bestill oppholdet ditt nå!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends Point Shop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformasjon" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Det er ingen tilgjengelige rom som samsvarer med forespørselen din." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Mangler du et tidligere opphold?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lørdag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Hvis du bestiller et kampanjetilbud eller en bedriftsforhandlet pris, trenger du en spesiell bookingkode. Ikke bruk noen spesialtegn som (.) (,) (-) (:). Hvis du ønsker å foreta en bestilling med kode VOF, vennligst ring oss +47 23 15 50 00. Lagre bestillingskoden din til neste gang du besøker siden ved å krysse av i boksen \"Husk\". Ikke kryss av i boksen hvis du bruker en offentlig datamaskin, dette for å unngå uautorisert tilgang til bestillingskoden din." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jeg vil veksle inn poengene mine" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Endre gjestedetaljer" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se kart" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " til " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tegn" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Det oppsto en feil under søket. Prøv på nytt." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frokostbuffet" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jeg vil veksle inn poengene mine" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Lukk språkmenyen" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakt oss" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Hvor bør du reise neste gang?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Romdetaljer" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Innsjekk" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Oppholdet ditt ble avbestilt" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå til Mine fordeler" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Sjekk inn" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekreft kansellering" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Weekendpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Etasje " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivennlig rom" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Løs inn fordel" - } - ], - "XULyP1": [ - { - "type": 0, - "value": "Oppholdet ditt er bestilt med " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "rate" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": " -vilkår som dessverre ikke tillater avbestilling." - } - ], - "XUukdr": [ - { - "type": 0, - "value": "Medlemspris for rom aktivert" - } - ], - "XYOfwI": [ - { - "type": 0, - "value": "Alle tilvalg leveres samtidig. Endringer i leveringstider vil påvirke tidligere tilvalg." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Koble sammen mine kontoer" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alle bildene" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan reserveres på forhånd: Nei" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ - { - "type": 0, - "value": "Kontakt kundeservice" - } - ], - "Y9bYKH": [ - { - "type": 0, - "value": "Neste bilde" - } - ], - "YAgYL6": [ - { - "type": 0, - "value": "Tirsdag" - } - ], - "YDMw5o": [ - { - "type": 0, - "value": "Vi videresender deg til SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bli med eller logg inn for å bestille til medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Vennligst skriv inn koden sendt til " - }, - { - "children": [ - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " for å koble fra kontoene dine." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Siden dette er et flerromsopphold, må kanselleringen gjøres av personen som foretok bestillingen. Ring 23 15 50 00 for å snakke med vår kundeservice dersom du trenger ytterligere hjelp." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Vennligst prøv igjen eller kontakt kundeservice!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Du har ingen kommende opphold." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Tilbake til valg av rom" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mine tilvalg" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Ettersom dette er et opphold med flere rom, gjelder eventuelle datoendringer for alle rom. Ta kontakt med kundeservice for å oppdatere datoene." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Velg pris" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Ombooking" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destinasjon kreves" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Utløpsdato" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Og du må være innlogget med samme medlemsnummer/konto som gjorde bestillingen." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ + "priceDetails.breakfastChildrenDetails": [ { "type": 0, "value": "Frokost ( " @@ -5475,33 +7074,501 @@ "value": "totalBreakfasts" } ], - "ZHmVa7": [ + "priceDetails.roomCharge": [ { "type": 0, - "value": "Ved å godta " + "value": "Rom total" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Totalpris inkludert mva." + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du avbrøt prosessen med å legge til et nytt kredittkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Det oppstod en feil da du la inn kredittkortet, vennligst prøv igjen senere." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Kortet ditt er lagret!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Noe gikk galt, og vi kunne ikke fjerne kortet ditt. Vennligst prøv igjen senere." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Kortet ditt ble fjernet!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Er du sikker på at du vil fjerne kortet som slutter på " }, { "type": 1, - "value": "termsLink" + "value": "lastFourDigits" }, { "type": 0, - "value": ", samtykker jeg til å koble min ansettelse for å få tilgang til fordeler. Tilkoblingen vil forbli aktiv under min ansettelse eller til jeg velger å trekke meg ut ved å sende en e-post til Scandics kundeservice." + "value": " fra medlemsprofilen din?" } ], - "ZImAbJ": [ + "profile.creditCard.noKeepCard": [ { "type": 0, - "value": "Medlemspris" + "value": "Nei, behold kort" } ], - "ZKkfyG": [ + "profile.creditCard.removeCard": [ { "type": 0, - "value": "Kunne ikke oppdatere oppholdet ditt" + "value": "Fjern kort fra medlemsprofil" } ], - "ZL9R+P": [ + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunne ikke legge til et kort akkurat nå. Prøv igjen senere." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, fjern kortet mitt" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ + { + "type": 0, + "value": "Det er ikke mulig å administrere kommunikasjonspreferansene dine akkurat nå, prøv igjen senere eller kontakt support hvis problemet vedvarer." + } + ], + "profile.managePreferences.error": [ + { + "type": 0, + "value": "Det oppstod en feil ved forsøk på å administrere dine preferanser, vennligst prøv igjen senere." + } + ], + "profile.managePreferences.title": [ + { + "type": 0, + "value": "Administrer preferanser" + } + ], + "promoCampaign.activateOffer": [ + { + "type": 0, + "value": "Aktiver tilbud" + } + ], + "promoCampaign.campaignReferencePromoCode": [ + { + "type": 0, + "value": "Kampanjereferanse: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" + } + ], + "promoCampaign.couldNotActivateThisOffer": [ + { + "type": 0, + "value": "Kunne ikke aktivere dette tilbudet" + } + ], + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ + { + "type": 0, + "value": "Ikke bekymre deg, vi vil trylle frem nye og spennende tilbud og kampanjer i fremtiden. Følg med!" + } + ], + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Hvis dette problemet vedvarer" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Logg inn" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Se alle tilbud" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Se vilkår og betingelser for alle kvalifiseringskrav." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Denne kampanjen er aktiv" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Denne kampanjen er ikke lenger tilgjengelig" + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Denne kampanjen har utløpt" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "For å aktivere tilbudet" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Foreløpig kvittering" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Totalt ekskl. mva." + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Totalt inkludert mva." + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, lukk og fjern fordel" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nei, gå tilbake" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Hvis ikke, gå tilbake og gjør det før du lukker dette. Når du lukker dette, vil fordelen din bli ugyldig og fjernet fra Mine fordeler." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du vist denne fordelen til hotellpersonalet?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Hvis du lukker dette, vil fordelen din bli fjernet" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopiert til utklippstavlen" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopier kampanjekoden" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjekode" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Løs inn fordel" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, bruk" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Bestill bord" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Oppdag " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menyer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Gyldig til " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Les hvordan" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vår " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Kom opp i nivå for å låse opp" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Innløst & gyldig til:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Overraskelse!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Voucher/kupong" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " cm" + } + ], + "roomPackage.accessibleRoom": [ + { + "type": 0, + "value": "Handikaprom" + } + ], + "roomPackage.allergyFriendlyRoom": [ + { + "type": 0, + "value": "Allergivennlig rom" + } + ], + "roomPackage.petFriendlyRoom": [ + { + "type": 0, + "value": "Kjæledyrvennlig rom" + } + ], + "roomSidePeek.facilityAvailableInSomeRooms": [ + { + "type": 1, + "value": "facility" + }, + { + "type": 0, + "value": " (tilgjengelig i noen rom)" + } + ], + "roomSidePeek.maxNumberOfGuests": [ + { + "type": 0, + "value": "Maks. " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjest" + } + ] + }, + "other": { + "value": [ + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gjester" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + } + ], + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ + { + "type": 0, + "value": "Priser og tilgjengelighet" + } + ], + "roomSidePeek.roomFacilitiesTitle": [ + { + "type": 0, + "value": "Dette rommet er utstyrt med" + } + ], + "sas.linkAccountBanner.description": [ + { + "type": 0, + "value": "Koble sammen " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " og " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " kontoene dine for å tjene, bruke og utveksle poeng mellom medlemskapene" + } + ], + "sas.linkAccountBanner.earnFlightsWithNights": [ + { + "type": 0, + "value": "Earn flights with nights" + } + ], + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ + { + "type": 0, + "value": "Les mer og koble kontoer" + } + ], + "sas.linkedAccounts.changeDelayInfo": [ + { + "type": 0, + "value": "Endringer i din nivåmatch kan ta opptil 24 timer før de vises." + } + ], + "sas.linkedAccounts.euroBonusSasText": [ { "children": [ { @@ -5547,1864 +7614,7 @@ "value": " er likeverdige. Går du opp i nivå i et av medlemskapene, så kvalifiserer du for en oppgradering!" } ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " anmeldelser" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tilbake til oversikten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Logg inn og koble til arbeidsforhold" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Vekslede poeng vil ikke være kvalifiserende for nivå." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Brukerinformasjon" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Oppdag " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Nyt oppholdet ditt på et Scandic-hotell. Bestill nå!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreative områder for møter" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Middag" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Barnas frokost er alltid gratis som en del av de voksnes frokost." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Land" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Poeng opptjent før 1. mai 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Vis mer" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Feil ved innlasting av denne siden ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Fortsett" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Legg til rom" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Vi har koblet kontoene dine sammen!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Vennligst prøv igjen senere" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Bekreft datoendring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andre ønsker" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Gratis for barn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Mandag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlemsnr: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Du er i ferd med å veksle:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Vennligst kontakt " - }, - { - "children": [ - { - "type": 0, - "value": " kundeservice " - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ - { - "type": 0, - "value": "Ring" - } - ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" - } - ], - "bGHK6l": [ - { - "type": 0, - "value": "Hoteller i " - }, - { - "type": 1, - "value": "location" - } - ], - "bH2sNZ": [ - { - "type": 0, - "value": "Tilbake til valg av rom" - } - ], - "bH8RvF": [ - { - "type": 0, - "value": "Vær oppmerksom på at dette er obligatorisk, og at kortet ditt kun vil bli belastet ved manglende oppmøte." - } - ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden du har skrevet inn er feil" - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Feil: Ingen bruker kunne lastes inn" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Totalt ekskl. mva." - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Åpne menyen" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Hvor?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Poeng å bruke" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Bestill" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Ikke avbryt" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Veksle fra" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Rom total" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Priskategori" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alle priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Velg datoer" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " tilbyr " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gjestene kan også benytte seg av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " og " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ - { - "type": 0, - "value": "Ditt medlemsnivå" - } - ], - "cHO20+": [ - { - "type": 0, - "value": "Gym" - } - ], - "cTHS86": [ - { - "type": 0, - "value": "Adresse: " - }, - { - "type": 1, - "value": "address" - } - ], - "ccXLVi": [ - { - "type": 0, - "value": "Kategori" - } - ], - "ceEjA1": [ - { - "type": 0, - "value": "EB-poeng å veksle" - } - ], - "cg4MD0": [ - { - "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Den nye prisen er" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktisk informasjon" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotel" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Er du sikker på at du vil endre gjesteopplysningene dine?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "For mange forespørsler. Vennligst prøv igjen senere." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mine rom" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tilbake" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I barneseng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Bli medlem nå" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kupong" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Kuponger" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garanter bestilling for sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status for nivåmatch" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tilbake til byer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Fra" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Tjen poeng ved å bo på Scandic. Gjør poengene dine om til bonusnetter og minneverdige opplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Ved å bli medlem aksepterer du " - }, - { - "children": [ - { - "type": 0, - "value": "Vilkår og betingelser" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ditt Scandic Friends-medlemskap gjelder inntil videre, og kan avsluttes når som helst ved å kontakte Scandics kundeservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Anmeldelser" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vennligst vent 1 time før du prøver igjen" - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hoteller" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "Når du garanterer bestillingen din med kredittkort, holder vi av rommet til kl. 07.00 dagen etter innsjekking." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Vent litt..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Lukk meny" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Forandringer" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Denne kampanjen har utløpt" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Laveste pris (siste 30 dager)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Priser med bookingkode" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standard pris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Avstand til treningssenter: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "e+HGGx": [ - { - "type": 0, - "value": "Trenings- og velværefasiliteter på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "e/mJf8": [ - { - "type": 0, - "value": "Få Scandic Friends romprisen" - } - ], - "e38GOF": [ - { - "type": 0, - "value": "Fasiliteter" - } - ], - "e3H1Tz": [ - { - "type": 0, - "value": "Frokost er ikke inkludert, legg til i neste trinn." - } - ], - "e5zKWI": [ - { - "type": 0, - "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." - } - ], - "e6Ph5+": [ - { - "type": 0, - "value": "Adresse" - } - ], - "e8LtIL": [ - { - "type": 0, - "value": "Tidligere Scandic-hotell" - } - ], - "e9Z+tg": [ - { - "type": 0, - "value": "Fødselsdato" - } - ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - } - ], - "eGGhk7": [ - { - "type": 0, - "value": "Pris for kjæledyrrom inkludert mva." - } - ], - "eHhSSs": [ - { - "type": 0, - "value": "Alle endringer du har gjort vil gå tapt." - } - ], - "eMgucw": [ - { - "type": 0, - "value": "Aktiver tilbud" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dager" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dine vekslede poeng vil beholde sin opprinnelige utløpsdato med en maksimal gyldighet på 12 måneder." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Mulig jeg kommer senere enn kl. 18.00, og ønsker derfor å garantere bestillingen min." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-poeng = 2 Scandic Friends-poeng" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Oppgraderingen er gyldig til" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " natt" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " netter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ikke inkludert" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "et nytt rom" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nye rom" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Nytt passord" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kart" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ - { - "type": 0, - "value": "EuroBonus-poeng" - } - ], - "fgCBG8": [ - { - "type": 0, - "value": "Tilgjengelighet" - } - ], - "fm3DcF": [ - { - "type": 0, - "value": "Velg betalingsmetode" - } - ], - "fpobrj": [ - { - "type": 0, - "value": "Gå tilbake for å endre" - } - ], - "fuwkSr": [ - { - "type": 0, - "value": "Veibeskrivelse" - } - ], - "g/VFdc": [ - { - "type": 0, - "value": "Vinduer med naturlig dagslys og blendingsmuligheter" - } - ], - "g0LEak": [ - { - "type": 0, - "value": "Barneseng × " - }, - { - "type": 1, - "value": "count" - } - ], - "g6rylQ": [ - { - "type": 0, - "value": "Gyldig til " - }, - { - "type": 1, - "value": "date" - } - ], - "g9/EOP": [ - { - "type": 0, - "value": "Dette rommet er ikke tilgjengelig" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ut som om du allerede har koblet sammen Scandic Friends- og SAS EuroBonus-kontoene dine!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jeg ankommer muligens etter kl. 18.00 og ønsker å garantere bestillingen med kredittkort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Romklassifisering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Velg dato" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. MVA)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "Fornavn og etternavn kan ikke være det samme i to forskjellige rom" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Bare sifre er tillatt" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlems-ID kopiert til utklippstavlen" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Denne kampanjen er ikke tilgjengelig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FORHÅNDSBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Kontoene dine er ikke lenger lenket" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sorter etter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Vurderinger & anmeldelser" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Rommet ditt vil være tilgjengelig for innsjekking etter kl. 18.00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-postadresse" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdato" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakt medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Siste steg" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Hent poeng" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hoteller & Destinasjoner" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Dessverre er et av rommene du valgte utsolgt. Vennligst velg et annet rom for å fortsette." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "aldre" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Bassengets dybde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Kanseller opphold" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "Når du bekrefter bestillingen, vil rommet være garantert for sen ankomst. Hvis du ikke ankommer uten å avbestille på forhånd, eller hvis du avbestiller etter kl. 18.00 lokal tid, vil du bli belastet for én bonusnatt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Transaksjonen din" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Handikaprom" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Alder er påkrevd" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Ikke bekymre deg, vi vil trylle frem nye, spennende tilbud og kampanjer i fremtiden. Følg med!" - } - ], - "inxWMf": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "style": null, - "type": 2, - "value": "sasPoints" - }, - { - "type": 0, - "value": " EuroBonus-poeng " - } - ], - "type": 8, - "value": "bold" - }, - { - "type": 0, - "value": " til " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "style": null, - "type": 2, - "value": "scandicPoints" - }, - { - "type": 0, - "value": " Scandic Friends-poeng " - } - ], - "type": 8, - "value": "bold" - } - ], - "iqX7L+": [ - { - "type": 0, - "value": "Vi trenger fødselsdatoen din for å koble Scandic Friends-kontoen din med SAS EuroBonus-kontoen din. Vennligst sjekk at den er korrekt." - } - ], - "iwtnXO": [ - { - "type": 0, - "value": "Endringer i din nivåmatch kan ta opptil 24 timer før de vises." - } - ], - "ixPUBS": [ - { - "type": 0, - "value": "Se tilbudet" - } - ], - "j0qJkH": [ - { - "type": 0, - "value": "Shopping & spisesteder" - } - ], - "j2MYFZ": [ - { - "type": 0, - "value": "Du har bedt om for mange koder" - } - ], - "j9Y9nu": [ - { - "type": 0, - "value": "Klokkeslett" - } - ], - "jFYv3B": [ - { - "type": 0, - "value": "Vi kunne ikke finne et matchende sted for søket ditt." - } - ], - "jHJmjf": [ - { - "type": 0, - "value": "Ingen resultater" - } - ], - "jJnI3u": [ - { - "type": 0, - "value": "Det er ikke mulig å administrere kommunikasjonspreferansene dine akkurat nå, prøv igjen senere eller kontakt support hvis problemet vedvarer." - } - ], - "jKKg2o": [ - { - "type": 0, - "value": "Tøm alle filtre" - } - ], - "jNJj4c": [ - { - "type": 0, - "value": "Per voksen/natt" - } - ], - "jTdXOS": [ - { - "type": 0, - "value": "Betal med kort på hotellet" - } - ], - "jVJPS0": [ - { - "type": 0, - "value": "Mine medlemskort" - } - ], - "jbf7bd": [ - { - "type": 0, - "value": "Poeng som trekkes fra nå" - } - ], - "jdJhOL": [ - { - "type": 0, - "value": "Telefonnummer" - } - ], - "jl6vV5": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " cm" - } - ], - "jlqOPq": [ - { - "type": 0, - "value": "Land må fylles ut" - } - ], - "jvo0vs": [ - { - "type": 0, - "value": "Lagre" - } - ], - "k6Luir": [ - { - "type": 0, - "value": "Dialog" - } - ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alle steder" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsinformasjon for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanemerket" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktinformasjon" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis for barn opp til og med 12 år." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alle hoteller og kontorer" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Sjekk kredittkortene som er lagret i profilen din. Betal med et lagret kort når du er pålogget for en smidigere nettopplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Fjern kort fra medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotell i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Gjeldende passord kreves" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bli medlem i Scandic Friends nå" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kredittkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Se og skriv ut kvittering" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Barn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Følg oss" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Basert på tilgjengelighet" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultater" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Utmerkelser og sertifiseringer" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Andre forespørsler" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Totalpris inkludert mva." - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for denne bestillingen og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": " vilkårene og betingelsene " - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for denne bestillingen i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " ble avbestilt" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Har du ikke en Scandic Friends-konto ennå?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Ingen vinduer, men utmerket belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris per time" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Fri ombooking" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Ekstra seng tilbys som tillegg" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bestillingsbekreftelse" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Hvis du mener dette er en feil, vennligst kontakt oss for hjelp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Søndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrer deg og koble til arbeidsforhold" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokale samtalekostnader" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Ingen priser tilgjengelig" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Avbestillinger" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Sengepreferanse" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Pris per 24 timer" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser for " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frokost" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Frem til " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Alle land" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Gode nyheter! Du kan gå rett til Mine sider for å se alle fordelene dine!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerfordeler" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Fødselsdato: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Innendørs vinduer og utmerket belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Denne kampanjen er aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du avbrøt prosessen med å legge til et nytt kredittkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Finn bestilling" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Hva du må gjøre for å garantere bestillingen:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Oppdater profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunne ikke legge til et kort akkurat nå. Prøv igjen senere." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vår " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Informasjon om tilgjengelighet for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Poeng som utløper" - } - ], - "o2qq+1": [ + "sas.linkedAccounts.euroBonusSasUpgradedText": [ { "children": [ { @@ -7434,241 +7644,89 @@ "value": "scandicMark" } ], - "o3bzB9": [ + "sas.linkedAccounts.levelMatchStatus": [ { "type": 0, - "value": "Skriv inn nytt passord på nytt" + "value": "Status for nivåmatch" } ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": " – " - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gjester" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Veksle til" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Nåværende poeng: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Se romdetaljer" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du må være innlogget for å se bestillingen din" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Logg inn" - } - ], - "oehm0i": [ + "sas.linkedAccounts.linkedAccount": [ { "type": 0, "value": "Sammenkoblet konto" } ], - "ofPqW9": [ + "sas.linkedAccounts.scandicFriendsUpgradedText": [ { "type": 0, - "value": "Postnummeret kan bare inneholde tall og bokstaver" - } - ], - "onV2np": [ + "value": "Ditt Scandic Friends-nivå " + }, { - "type": 0, - "value": "Rom & gjester" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Legg til i kalenderen" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Gå tilbake" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri avbestilling" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" }, { "type": 0, - "value": " poeng" - } - ], - "p3b08J": [ + "value": " har oppgradert deg til " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Scandic Friends" + "value": "." } ], - "p99zlP": [ + "sas.linkedAccounts.upgradeValidUntil": [ { "type": 0, - "value": "Takk for bestillingen din! Vi gleder oss til å ønske deg velkommen og håper du får et hyggelig opphold." + "value": "Oppgraderingen er gyldig til" } ], - "pBhRB4": [ + "selectHotel.closeMap": [ { "type": 0, - "value": "Parkeringsinformasjon for " + "value": "Lukk kartet" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Prøv å endre søket for denne destinasjonen eller se alternative hoteller." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi fant ingen tilgjengelige rom med denne bookingskoden ( " }, { "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Rom " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Fornavn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlems-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Oppgradert gjennom SAS til " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Slik bruker du poeng" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Opplevelser i nærheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Om hotellet" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Avvis varsel" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultater (" - }, - { - "type": 1, - "value": "count" + "value": "bookingCode" }, { "type": 0, - "value": ")" + "value": " ). Se tilgjengelige priser nedenfor." } ], - "pkBQ0q": [ - { - "type": 0, - "value": "Ingen enkeltrom er tilgjengelige på disse datoene" - } - ], - "pmewv7": [ + "selectRate.availableRooms.all": [ { "offset": 0, "options": { @@ -7704,407 +7762,7 @@ "value": " tilgjengelig" } ], - "ppn572": [ - { - "type": 0, - "value": "Betal senere" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populær" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, bruk" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi hadde problemer med å behandle bestillingen din. Vennligst prøv igjen. Ingen kostnader har blitt belastet." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betal med poeng" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Nummeret du har oppgitt er for kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alle fordelene dine" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Bestill et møte" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det ser ikke ut til at noen hoteller samsvarer med søket ditt. Prøv å justere søket for å finne det perfekte oppholdet." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Vis Team Member Card" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garanter for sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " fra " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Du må akseptere vilkårene og betingelsene" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Nummer: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poeng eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " netter" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Vis mindre" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Vurderinger og anmeldelser" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi trenger flere detaljer for å bekrefte din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Lukk kartet" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Ikke nok poeng" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Åpne bildegalleri" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Hvis dette problemet vedvarer" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "En destinasjon eller hotellnavn er nødvendig for å kunne søke etter hotellrom." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profil oppdatert!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Møter og konferanser på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Legg til noe ekstra" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Bestilling av flere rom er ikke tilgjengelig med EuroBonus-poeng." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Lukk" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Administrer opphold" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Voksne" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ingen frokost" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Poengbytte fullført!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Oppdag " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Det oppsto en feil ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Sted" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Nettside" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Hoteller" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ - { - "type": 0, - "value": "Maks. " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gjest" - } - ] - }, - "other": { - "value": [ - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gjester" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "max" - } - ], - "sHj9W4": [ - { - "type": 0, - "value": "EB-poeng" - } - ], - "sJlhdF": [ - { - "type": 0, - "value": "Adkomst mål" - } - ], - "sO6ulE": [ - { - "type": 0, - "value": "Lagre oppdateringer" - } - ], - "sTidZk": [ - { - "type": 0, - "value": "Kajakkpadling" - } - ], - "sVgB+Q": [ - { - "type": 0, - "value": "E-postadressen er ugyldig" - } - ], - "sX89my": [ - { - "type": 0, - "value": "Hoteller og reisemål" - } - ], - "sZPaN8": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotel" - } - ], - "sc4shG": [ + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8148,555 +7806,32 @@ "value": " tilgjengelig" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Trening & velvære" + "value": "Frokost kan kjøpes på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/natt for barn (alder 4–12)" + "value": "Frokost er ikke inkludert, legg til i neste trinn." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternative hoteller" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-post" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundesupport" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Bestill et nytt opphold" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frokost ekskludert" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Frokost er inkludert" } ], - "t4Uo3w": [ - { - "type": 0, - "value": "Bli inspirert" - } - ], - "t5ef0o": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " - }, - { - "children": [ - { - "type": 0, - "value": "bestillings- og avbestillingsvilkårene" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics personvernerklæring" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "t7PZQP": [ - { - "type": 0, - "value": "Café" - } - ], - "tEGZZS": [ - { - "type": 0, - "value": "Medlemsvilkår og betingelser" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " - }, - { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alle rettigheter forbeholdes" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Kan ikke søke" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Meny" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Noe gikk galt. Vennligst prøv igjen senere." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Barn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hei, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser og tilgjengelighet" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barns alder er påkrevd" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Kan ikke vise frokostpriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Etternavn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Felles badstue" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Send en e-post" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Fornavnet kan ikke inneholde spesialtegn" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Endre eller kanseller" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " store bokstaver" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffet" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Velg rom" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Inkludert frokost" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Ved å legge til et kort garanterer du også romreservasjonen din ved sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Passord kreves" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Offentlig transport" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menyer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Fjern søk" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Finn ditt opphold" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Møter, konferanser og arrangementer" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du vist denne fordelen til hotellpersonalet?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Ingen hoteller passer ditt søk" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Det oppstod en feil ved forsøk på å administrere dine preferanser, vennligst prøv igjen senere." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Prisene har økt siden du valgte " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": ". " - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " For å fortsette bestillingen, godta den oppdaterte prisen, " - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tilbake for å velge " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref." - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " voksne" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Kortet ditt er lagret!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekreft bestilling" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se dine opplysninger" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer er obligatorisk" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " spesialtegn" - } - ], - "w1Fanr": [ - { - "type": 0, - "value": "Business" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Hel sirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan ikke avbestilles" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poeng" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Ikke noe innhold publisert" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Velkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Totalt poeng" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har tjent " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " poeng dette medlemsåret." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternative åpningstider ( " - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": " )" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Rating på Tripadvisor" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " (" - }, + "selectRate.guests": [ { "offset": 0, "options": { "one": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8707,8 +7842,7 @@ "other": { "value": [ { - "type": 1, - "value": "range" + "type": 7 }, { "type": 0, @@ -8719,14 +7853,405 @@ }, "pluralType": "cardinal", "type": 6, + "value": "guests" + } + ], + "selectRate.invalidDatesErrorMessage": [ + { + "type": 0, + "value": "Ugyldige datoer" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, "value": "max" }, { "type": 0, - "value": ")" + "value": " gjester" } ], - "wqopuo": [ + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Kjæledyrvennlig rom inkluderer et tillegg på ca. " + }, + { + "children": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " per opphold" + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": " – " + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " igjen" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Velg pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Dette rommet er ikke tilgjengelig" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Fasiliteter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Innsjekking/utsjekking" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Sjekk inn fra: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Sjekk ut senest: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Klokkeslett" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Romdetaljer" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Vurderinger og anmeldelser" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Vurderinger og anmeldelser for " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Avstand til treningssenter: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Eksternt treningssenter: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Bassengets lengde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Bassengets bredde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Felles badstue" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Separat badstue for kvinner og menn" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Vis Trening & Velvære" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Mandag-fredag: Alltid åpent" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Mandag-fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lørdag-søndag: Alltid åpent" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lørdag-søndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Bassengets dybde: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Bassengets dybde: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "En konto med denne e-postadressen finnes allerede. Prøv å logge inn i stedet." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformasjon" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jeg aksepterer" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Bli medlem nå" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Vilkår og betingelser" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Ved å godta " + }, + { + "children": [ + { + "type": 0, + "value": "Vilkår og betingelser for Scandic Friends" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": " forstår jeg at mine personopplysninger vil bli behandlet i samsvar med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics personvernerklæring" + } + ], + "type": 8, + "value": "privacyPolicy" + }, + { + "type": 0, + "value": "." + } + ], + "signup.joinOrLoginForMemberPricing": [ + { + "type": 0, + "value": "Bli med eller logg inn for å bestille til medlemspriser." + } + ], + "signup.toGetTheMemberPrice": [ + { + "type": 0, + "value": "For å få medlemsprisen " + }, + { + "children": [ + { + "type": 1, + "value": "price" + } + ], + "type": 8, + "value": "span" + }, + { + "type": 0, + "value": ", logg inn eller bli medlem når du fullfører bestillingen." + } + ], + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "For å få medlemsprisen for rom " @@ -8754,63 +8279,121 @@ "value": ", logg inn eller bli medlem når du fullfører bestillingen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denne koden har utløpt. " + "value": "per i dag" + } + ], + "stats.points.nextLevel": [ + { + "type": 0, + "value": "neste nivå: " + }, + { + "type": 1, + "value": "nextLevel" + } + ], + "stats.points.pointsNeededToLevelUp": [ + { + "type": 0, + "value": "Poeng som trengs for å komme opp i nivå" + } + ], + "stats.points.yourPointsToSpend": [ + { + "type": 0, + "value": "Dine poeng som kan brukes" + } + ], + "stays.getInspired": [ + { + "type": 0, + "value": "Bli inspirert" + } + ], + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har ingen kommende opphold." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Hvor bør du reise neste gang?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Avvis varsel" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tilbake til Mine sider" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Bruk poengene dine på hyggelige opphold, deilige måltider i våre restauranter, eller tilvalg, for å gjøre oppholdet ditt enda bedre!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har nok poeng til en bonusnatt!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Bestill nå" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "For å veksle poengene dine, ber vi deg om å logge inn på SAS EuroBonus-kontoen din." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nye totalsum" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vennligst skriv inn koden som ble sendt til " }, { "children": [ { "type": 0, - "value": "Send meg ny kode." + "value": " " } ], "type": 8, - "value": "resendOtpLink" - } - ], - "x+JySa": [ - { - "type": 0, - "value": "Sammenlign alle nivåer" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellinformasjon" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antall parkeringsplasser: " + "value": "maskedContactInfo" }, { - "type": 1, - "value": "number" + "type": 0, + "value": " for å overføre poengene dine." } ], - "x2vleF": [ + "transferEuroBonusPoints.pointsAddedTitle": [ { "type": 0, - "value": "Ingen tilgjengelighet" + "value": "Poeng lagt til" } ], - "x4c7BD": [ - { - "type": 0, - "value": "I nærheten" - } - ], - "x6GCUR": [ - { - "type": 0, - "value": "Ettersom bestillingen din inkluderer rom med ulike betingelser, vil vi belaste en del av bestillingen nå, og resten betales ved innsjekking på hotellet." - } - ], - "xAAmxu": [ + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8818,397 +8401,99 @@ }, { "type": 0, - "value": " p" + "value": " poeng" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rom" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalingsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zoom inn" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tilvalg til bestillingen din" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Utforsk byen" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jeg aksepterer vilkårene og betingelsene." - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Vilkår" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Søk" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Det oppstod en feil under forsøk på å oppdatere profilen." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalingsdetaljer" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Informasjon om tilgjengelighet for " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Nivå" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Språk" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tilgjengelighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planlegger du å ankomme etter kl. 18.00? Sikre rommet ditt ved å garantere det med et kredittkort. Uten garanti, og ved manglende oppmøte, kan rommet bli tildelt andre etter kl. 18.00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Oppholdet ditt er fortsatt aktivt med det andre rommet" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem siden: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Fotturer" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betal på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Retningslinjer" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Kan ikke vise kartet" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Totalt å betale" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Ditt medlemsår og nivåutvikling" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Rommene dine" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Andre betalingsmåter" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Poengveksling fullført!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hoteller med " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" + "value": "Transaksjonen din" } ], - "yos4hi": [ + "unlinkEuroBonusAccount.errorHeading": [ { "type": 0, - "value": "Etternavn må fylles ut" + "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine" } ], - "yr+Os9": [ + "unlinkEuroBonusAccount.errorMessage": [ { "type": 0, - "value": "Fødselsdato må fylles ut" + "value": "Vi kunne ikke fjerne sammenkoblingen mellom kontoene dine. Ta kontakt med oss, så hjelper vi deg med å løse dette." } ], - "yxguVq": [ + "unlinkEuroBonusAccount.loginRequired": [ { "type": 0, - "value": "Slett endringer" + "value": "Logg inn på SAS EuroBonus-kontoen din for å bekrefte frakobling av kontoen" } ], - "z074yK": [ + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ { "type": 0, - "value": "Dette oppholdet har flere vilkår." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer er obligatorisk" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Styrerom" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-postadresse er påkrevd" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gjest" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Se og kjøp tilvalg" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Noe gikk galt, og vi kunne ikke legge til kortet ditt. Prøv igjen senere." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Bassengets bredde: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/natt per voksen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jeg godtar vilkårene for dette oppholdet og de generelle " + "value": "Vennligst skriv inn koden sendt til " }, { "children": [ { "type": 0, - "value": " vilkårene og betingelsene " + "value": " " } ], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", og forstår at Scandic vil behandle mine personopplysninger for dette oppholdet i samsvar med " - }, - { - "children": [ - { - "type": 0, - "value": " Scandics personvernerklæring " - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " for å koble fra kontoene dine." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Poeng" + "value": "Kontoene dine er ikke lenger lenket" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Gjennomsnittspris per natt" + "value": "Vennligst prøv igjen eller kontakt kundeservice!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Kart over " - }, - { - "type": 1, - "value": "hotelName" + "value": "Bruker ikke funnet" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Kostnad frokost" + "value": "Ukjent feil oppstod under lasting av bruker" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Separat badstue for kvinner og menn" + "value": "Feil: Ingen bruker kunne lastes inn" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Kart" + "value": "Feil: bruker ikke funnet" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tilbake til oversikten" } ] } diff --git a/apps/scandic-web/i18n/dictionaries/pl.json b/apps/scandic-web/i18n/dictionaries/pl.json index 49347814b..580fbbe37 100644 --- a/apps/scandic-web/i18n/dictionaries/pl.json +++ b/apps/scandic-web/i18n/dictionaries/pl.json @@ -1,5 +1,5 @@ { - "WcBpRV": [ + "selectRate.roomSizeMinToMax": [ { "type": 1, "value": "roomSizeMin" @@ -17,4 +17,4 @@ "value": " m²" } ] -} \ No newline at end of file +} diff --git a/apps/scandic-web/i18n/dictionaries/sv.json b/apps/scandic-web/i18n/dictionaries/sv.json index 36a2a307c..2b3081bb4 100644 --- a/apps/scandic-web/i18n/dictionaries/sv.json +++ b/apps/scandic-web/i18n/dictionaries/sv.json @@ -1,71 +1,4914 @@ { - "+2LakC": [ + "accessibility.aboutAccessibility": [ { "type": 0, - "value": "Ogiltigt medlemsnummer" + "value": "Om tillgänglighet" } ], - "+8YZLl": [ + "addAncillary.confirmationStep.guaranteeAddCard": [ { "type": 0, - "value": "Endast tillåtna tecken" + "value": "Genom att lägga till ett kort garanterar du också din rumsbokning för sen ankomst." } ], - "+IN57w": [ + "addAncillary.confirmationStep.paymentAtCheckInInfo": [ { "type": 0, - "value": "Gamla datum" + "value": "Betalning sker vid incheckning. Kortet kommer endast att användas för att garantera tillvalet i händelse av utebliven ankomst." } ], - "+KnTXw": [ + "addAncillary.confirmationStep.pointsAvailable": [ + { + "type": 1, + "value": "amount" + }, { "type": 0, - "value": "Frukost kan läggas till efter bokning mot en extra kostnad för vuxna och barn från 4 år och uppåt." + "value": " tillgängliga poäng" } ], - "+N13gc": [ + "addAncillary.confirmationStep.pointsToBeDeducted": [ { "type": 0, - "value": "Ett fel uppstod när profilen skulle uppdateras." + "value": "Poäng som ska dras av nu" } ], - "+QNm85": [ + "addAncillary.confirmationStep.refundPolicy": [ { "type": 0, - "value": "Parkering" + "value": "Alla tillägg är fullt återbetalningsbara fram till " + }, + { + "type": 1, + "value": "date" + }, + { + "type": 0, + "value": ". Tidsval och särskilda önskemål kan också ändras." } ], - "+VrkuS": [ + "addAncillary.confirmationStep.reserveWithCard": [ + { + "type": 0, + "value": "Reservera med kort" + } + ], + "addAncillary.confirmationStep.termsAndConditionsNotice": [ + { + "type": 0, + "value": "Ja, jag accepterar de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du ska vända dig om du har frågor." + } + ], + "addAncillary.deliveryDetailsStep.deliveryTimeDescription": [ + { + "type": 0, + "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." + } + ], + "addAncillary.deliveryDetailsStep.optionalTextLabel": [ + { + "type": 0, + "value": "Övriga förfrågningar" + } + ], + "addAncillary.selectQuantityStep.breakfastInfoMessage": [ + { + "type": 0, + "value": "Frukost kan endast läggas till under hela vistelsen och för alla gäster." + } + ], + "addAncillary.selectQuantityStep.insufficientPoints": [ + { + "type": 0, + "value": "Otillräckligt antal poäng" + } + ], + "addAncillary.selectQuantityStep.payWithCard": [ + { + "type": 0, + "value": "Betala med kort på hotellet" + } + ], + "addAncillary.selectQuantityStep.payWithPoints": [ + { + "type": 0, + "value": "Betala med poäng" + } + ], + "addAncillary.selectQuantityStep.selectQuantityLabel": [ + { + "type": 0, + "value": "Välj antal" + } + ], + "addAncillaryFlowModal.ancillaryAdded": [ + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " har lagts till i din bokning!" + } + ], + "addAncillaryFlowModal.errorMessage.ancillary": [ + { + "type": 0, + "value": "Något gick fel. " + }, + { + "type": 1, + "value": "ancillary" + }, + { + "type": 0, + "value": " kunde inte läggas till i din bokning!" + } + ], + "addAncillaryFlowModal.freeBreakfastForKids": [ + { + "type": 0, + "value": "Kostnadsfritt för barn (under 4 år)" + } + ], + "addAncillaryFlowModal.pricePerNightPerAdult": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt per vuxen" + } + ], + "addAncillaryFlowModal.pricePerNightPerKids": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": "/natt för barn (4–12 år)" + } + ], + "alternativeHotels.title": [ + { + "type": 0, + "value": "Alternativ för " + }, + { + "type": 1, + "value": "value" + } + ], + "ancillaries.deliveredAt": [ + { + "type": 0, + "value": "Levererad till:" + } + ], + "ancillaries.unableToDisplayBreakfastPrices": [ + { + "type": 0, + "value": "Det går inte att visa frukostpriser." + } + ], + "ancillaries.upgradeYourStay": [ + { + "type": 0, + "value": "Uppgradera din vistelse" + } + ], + "booking.acceptBookingTerms": [ + { + "type": 0, + "value": "Jag accepterar boknings- och avbokningsvillkoren" + } + ], + "booking.approx": [ + { + "type": 0, + "value": "Ca" + } + ], + "booking.approxValue": [ + { + "type": 0, + "value": "Ca " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bedPreference": [ + { + "type": 0, + "value": "Önskemål om säng" + } + ], + "booking.bookAnotherStayDescription": [ + { + "type": 0, + "value": "Låt dig inspireras och börja drömma om din nästa resa. Utforska fler Scandic-destinationer." + } + ], + "booking.bookNextStay.title": [ + { + "type": 0, + "value": "Boka din nästa vistelse" + } + ], + "booking.bookingCode": [ + { + "type": 0, + "value": "Bokningskod" + } + ], + "booking.bookingCodeWithValue": [ + { + "children": [ + { + "type": 0, + "value": "Bokningskod" + } + ], + "type": 8, + "value": "strong" + }, + { + "type": 0, + "value": ": " + }, + { + "type": 1, + "value": "value" + } + ], + "booking.bookingSummary": [ + { + "type": 0, + "value": "Bokningsöversikt" + } + ], + "booking.breakfastExcluded": [ + { + "type": 0, + "value": "Frukost ingår ej" + } + ], + "booking.breakfastIncluded": [ + { + "type": 0, + "value": "Frukost ingår" + } + ], + "booking.campaign": [ { "type": 0, "value": "Kampanj" } ], - "+YXXgB": [ + "booking.cancelStay": [ { "type": 0, - "value": "Frukost hela dagen" + "value": "Avboka vistelse" } ], - "+cJAdo": [ + "booking.cancellationNo": [ { "type": 0, - "value": "Mina totala poäng" + "value": "Avbokningsnummer" } ], - "+dqK4h": [ + "booking.changeOrCancel": [ + { + "type": 0, + "value": "Ändra eller avboka" + } + ], + "booking.codeVoucher": [ + { + "type": 0, + "value": "Kod / kupong" + } + ], + "booking.extraBedsCount": [ + { + "type": 0, + "value": "Sovplats (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.findBooking": [ + { + "type": 0, + "value": "Hitta bokning" + } + ], + "booking.freeCancellation": [ + { + "type": 0, + "value": "Fri avbokning" + } + ], + "booking.freeRebooking": [ + { + "type": 0, + "value": "Fri ombokning" + } + ], + "booking.guests": [ + { + "type": 0, + "value": "Gäster" + } + ], + "booking.hotelsAndDestinations": [ + { + "type": 0, + "value": "Hotell & destinationer" + } + ], + "booking.lowestPrice": [ + { + "type": 0, + "value": "Lägsta pris (senaste 30 dagarna)" + } + ], + "booking.memberPrice": [ + { + "type": 0, + "value": "Medlemspris" + } + ], + "booking.noAvailability": [ + { + "type": 0, + "value": "Ingen tillgänglighet" + } + ], + "booking.noPricesAvailable": [ + { + "type": 0, + "value": "Inga priser tillgängliga" + } + ], + "booking.noRoomsAvailable": [ + { + "type": 0, + "value": "Det finns inga rum tillgängliga som matchar din förfrågan." + } + ], + "booking.nonRefundable": [ + { + "type": 0, + "value": "Ej återbetalningsbar" + } + ], + "booking.notEnoughPoints": [ + { + "type": 0, + "value": "Poängen räcker inte" + } + ], + "booking.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "adults" + } + ], + "booking.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "children" + } + ], + "booking.numberOfCribs": [ + { + "type": 0, + "value": "Spjälsäng (barn) × " + }, + { + "type": 1, + "value": "count" + } + ], + "booking.numberOfNights": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " natt" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " nätter" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalNights" + } + ], + "booking.numberOfRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rum" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "booking.payLater": [ + { + "type": 0, + "value": "Betala senare" + } + ], + "booking.payNow": [ + { + "type": 0, + "value": "betala nu" + } + ], + "booking.priceExcludingVat": [ + { + "type": 0, + "value": "Pris exklusive moms" + } + ], + "booking.priceIncludingVat": [ + { + "type": 0, + "value": "Pris inklusive moms" + } + ], + "booking.rateDetails": [ + { + "type": 0, + "value": "Bokningsvillkor" + } + ], + "booking.removeExtraRooms": [ + { + "type": 0, + "value": "Ta bort extra rum" + } + ], + "booking.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "booking.roomAmenities": [ + { + "type": 0, + "value": "Bekvämligheter på rummet" + } + ], + "booking.roomClassification": [ + { + "type": 0, + "value": "Rumsklassificering" + } + ], + "booking.roomIndex": [ + { + "type": 0, + "value": "Rum " + }, + { + "type": 1, + "value": "roomIndex" + } + ], + "booking.roomTotal": [ + { + "type": 0, + "value": "Rum totalt" + } + ], + "booking.seeAlternativeHotels": [ + { + "type": 0, + "value": "Se alternativa hotell" + } + ], + "booking.seeDetails": [ + { + "type": 0, + "value": "Se detaljer" + } + ], + "booking.selectRoom": [ + { + "type": 0, + "value": "Välj rum" + } + ], + "booking.selectedDateRange": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + } + ], + "booking.smsConfirmationLabel": [ + { + "type": 0, + "value": "Jag vill få min bokningsbekräftelse via sms" + } + ], + "booking.specialNeeds": [ + { + "type": 0, + "value": "Särskilda behov" + } + ], + "booking.standardPrice": [ + { + "type": 0, + "value": "Standardpris" + } + ], + "booking.subjectToAvailability": [ + { + "type": 0, + "value": "I mån av tillgänglighet" + } + ], + "booking.terms": [ + { + "type": 0, + "value": "Villkor" + } + ], + "booking.totalDue": [ + { + "type": 0, + "value": "Totalt att betala" + } + ], + "booking.totalPriceInclVat": [ + { + "children": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " (inkl. moms)" + } + ], + "bookingCodeFilter.allRates": [ + { + "type": 0, + "value": "Alla priser" + } + ], + "bookingCodeFilter.bookingCodeFilter": [ + { + "type": 0, + "value": "Filter för bokningskod" + } + ], + "bookingCodeFilter.bookingCodeRates": [ + { + "type": 0, + "value": "Bokningskodpriser" + } + ], + "bookingCodeFilter.roomRates": [ + { + "type": 0, + "value": "Rumspriser" + } + ], + "bookingConfirmation.bookingConfirmedMembershipFailedInfo": [ + { + "type": 0, + "value": "Din(a) bokning(ar) är bekräftad, men vi kunde inte verifiera ditt medlemskap. Om du har bokat med medlemsrabatt behöver du antingen uppge ditt befintliga medlemsnummer vid incheckningen, bli medlem eller betala mellanskillnaden på hotellet. Registrering görs med fördel på vår webb innan vistelsen." + } + ], + "bookingConfirmation.downloadInvoice": [ + { + "type": 0, + "value": "Ladda ner faktura" + } + ], + "bookingConfirmation.hotel.address": [ + { + "type": 1, + "value": "streetAddress" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "zipCode" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "city" + } + ], + "bookingConfirmation.hotelDetails": [ + { + "type": 0, + "value": "Hotellinformation" + } + ], + "bookingConfirmation.linkedReservation.tryAgain": [ + { + "type": 0, + "value": "Försök igen" + } + ], + "bookingConfirmation.manageBooking": [ + { + "type": 0, + "value": "Hantera bokning" + } + ], + "bookingConfirmation.membershipVerificationFailed": [ + { + "type": 0, + "value": "Det gick inte att verifiera medlemskapet" + } + ], + "bookingConfirmation.paymentDetails": [ + { + "type": 0, + "value": "Betalningsinformation" + } + ], + "bookingConfirmation.promos.bookAnotherStayButtonText": [ + { + "type": 0, + "value": "Boka ytterligare en övernattning" + } + ], + "bookingConfirmation.promos.buyAddonsButtonText": [ + { + "type": 0, + "value": "Visa och köp tillval" + } + ], + "bookingConfirmation.promos.buyAddonsDescription": [ + { + "type": 0, + "value": "Upptäck de små detaljerna som kommer att göra din nästa vistelse ännu mer minnesvärd." + } + ], + "bookingConfirmation.promos.buyAddonsTitle": [ + { + "type": 0, + "value": "Ge det lite extra krydda" + } + ], + "bookingConfirmation.receipt.adults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "bookingConfirmation.receipt.children": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "bookingConfirmation.receipt.reservationPolicy": [ + { + "type": 0, + "value": "Bokningsvillkor" + } + ], + "bookingConfirmation.rooms.benefitsApplied": [ + { + "type": 0, + "value": "Medlemsförmåner har använts" + } + ], + "bookingConfirmation.rooms.bookingNumber": [ + { + "type": 0, + "value": "Bokningsnummer " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.cancellationPolicy": [ + { + "type": 0, + "value": "Avbokningsvillkor" + } + ], + "bookingConfirmation.rooms.checkInDetails": [ + { + "type": 1, + "value": "checkInDate" + }, + { + "type": 0, + "value": " från " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "bookingConfirmation.rooms.friendNumber": [ + { + "type": 0, + "value": "Medlems-ID: " + }, + { + "type": 1, + "value": "value" + } + ], + "bookingConfirmation.rooms.guaranteeDetails": [ + { + "type": 0, + "value": "Ditt rum kommer att vara tillgängligt för incheckning även efter kl. 18:00." + } + ], + "bookingConfirmation.rooms.guaranteeTitle": [ + { + "type": 0, + "value": "Bokning garanterad." + } + ], + "bookingConfirmation.rooms.guestLabel": [ + { + "type": 0, + "value": "Gäst" + } + ], + "bookingConfirmation.thankYouMessage": [ + { + "type": 0, + "value": "Tack för din bokning! Vi ser fram emot att välkomna dig och hoppas att du får en trevlig vistelse." + } + ], + "bookingConfirmation.title": [ + { + "type": 0, + "value": "Bokningsbekräftelse" + } + ], + "bookingConfirmation.totalCost": [ + { + "type": 0, + "value": "Total kostnad: " + }, + { + "type": 1, + "value": "amount" + } + ], + "bookingWidget.bookingCode.add": [ + { + "type": 0, + "value": "Lägg till kod" + } + ], + "bookingWidget.bookingCode.remember": [ + { + "type": 0, + "value": "Kom ihåg koden" + } + ], + "bookingWidget.bookingCode.tooltip": [ + { + "type": 0, + "value": "Om du bokar ett kampanjerbjudande eller ett företagsförhandlat pris behöver du en särskild bokningskod. Använd inte några specialtecken som (.) (,) (-) (:). Om du vill boka med koden VOF, vänligen ring oss på +46 8 517 517 00. Spara din bokningskod till nästa gång du besöker sidan genom att kryssa i rutan \"Kom ihåg\". Kryssa inte i rutan om du använder en offentlig dator för att undvika att obehöriga får tillgång till din bokningskod." + } + ], + "bookingWidget.button.search": [ + { + "type": 0, + "value": "Sök" + } + ], + "bookingWidget.button.update": [ + { + "type": 0, + "value": "Uppdatera" + } + ], + "bookingWidget.child.age": [ + { + "type": 0, + "value": "Ålder" + } + ], + "bookingWidget.child.ageRequiredError": [ + { + "type": 0, + "value": "Barnets ålder krävs" + } + ], + "bookingWidget.child.inAdultsBed": [ + { + "type": 0, + "value": "I vuxens säng" + } + ], + "bookingWidget.child.inCrib": [ + { + "type": 0, + "value": "I spjälsäng" + } + ], + "bookingWidget.child.inExtraBed": [ + { + "type": 0, + "value": "Extra sovplats" + } + ], + "bookingWidget.label.checkIn": [ + { + "type": 0, + "value": "Checka in" + } + ], + "bookingWidget.label.destination": [ + { + "type": 0, + "value": "Destination" + } + ], + "bookingWidget.label.roomsAndGuests": [ + { + "type": 0, + "value": "Rum & gäster" + } + ], + "bookingWidget.label.whereTo": [ + { + "type": 0, + "value": "Vart?" + } + ], + "bookingWidget.mobile.selectedSummary": [ + { + "type": 1, + "value": "selectedFromDate" + }, + { + "type": 0, + "value": " - " + }, + { + "type": 1, + "value": "selectedToDate" + }, + { + "type": 0, + "value": " (" + }, + { + "type": 1, + "value": "totalNights" + }, + { + "type": 0, + "value": ") " + }, + { + "type": 1, + "value": "details" + } + ], + "bookingWidget.reward.rewardNight": [ + { + "type": 0, + "value": "Bonusnatt" + } + ], + "bookingWidget.reward.toolTip": [ + { + "type": 0, + "value": "För att boka en bonusnatt, se till att du är inloggad på ditt Scandic Friends-konto." + } + ], + "bookingWidget.roomsPicker.addRoom": [ + { + "type": 0, + "value": "Lägg till rum" + } + ], + "bookingWidget.roomsPicker.done": [ + { + "type": 0, + "value": "Klart" + } + ], + "bookingWidget.roomsPicker.removeRoom": [ + { + "type": 0, + "value": "Ta bort rum" + } + ], + "bookingWidget.search.clearSearches": [ + { + "type": 0, + "value": "Rensa sökningar" + } + ], + "bookingWidget.searchList.cities": [ + { + "type": 0, + "value": "Städer" + } + ], + "bookingWidget.searchList.countries": [ + { + "type": 0, + "value": "Länder" + } + ], + "bookingWidget.searchList.hotels": [ { "type": 0, "value": "Hotell" } ], - "+fnRDB": [ + "bookingWidget.searchList.latestSearches": [ { "type": 0, - "value": "Jag accepterar" + "value": "Senaste sökningarna" } ], - "+hXnbK": [ + "bookingWidget.searchList.noResults": [ + { + "type": 0, + "value": "Inga resultat" + } + ], + "bookingWidget.searchList.noResultsDesc": [ + { + "type": 0, + "value": "Vi kunde inte hitta en matchande destination för din sökning." + } + ], + "bookingWidget.searchList.unableToSearch": [ + { + "type": 0, + "value": "Det gick inte att söka" + } + ], + "bookingWidget.searchList.unableToSearchDesc": [ + { + "type": 0, + "value": "Ett fel inträffade under sökningen, försök igen." + } + ], + "bookingWidget.validationError.destination": [ + { + "type": 0, + "value": "Ange destination eller hotell" + } + ], + "bookingWidget.validationError.destinationDesc": [ + { + "type": 0, + "value": "En destination eller ett hotellnamn behövs för att kunna söka efter ett hotellrum." + } + ], + "breadcrumbs.label": [ + { + "type": 0, + "value": "Brödsmulor" + } + ], + "breakfastAccordion.allDayBreakfast": [ + { + "type": 0, + "value": "Frukost hela dagen" + } + ], + "campaign.exploreTheOffer": [ + { + "type": 0, + "value": "Utforska erbjudandet" + } + ], + "campaignPage.hotelsIncludedInOffer": [ + { + "type": 0, + "value": "Hotell som ingår i detta erbjudande" + } + ], + "carousel.nextSlide": [ + { + "type": 0, + "value": "Nästa bild" + } + ], + "carousel.previousSlide": [ + { + "type": 0, + "value": "Föregående bild" + } + ], + "common.NA": [ + { + "type": 0, + "value": "N/A" + } + ], + "common.aboutScandicFriends": [ + { + "type": 0, + "value": "Om Scandic Friends" + } + ], + "common.accessibility": [ + { + "type": 0, + "value": "Tillgänglighet" + } + ], + "common.addToCalendar": [ + { + "type": 0, + "value": "Lägg till i kalender" + } + ], + "common.address": [ + { + "type": 0, + "value": "Adress" + } + ], + "common.adult": [ + { + "type": 0, + "value": "vuxen" + } + ], + "common.adults": [ + { + "type": 0, + "value": "Vuxna" + } + ], + "common.afterwork": [ + { + "type": 0, + "value": "After Work" + } + ], + "common.ages": [ + { + "type": 0, + "value": "åldrar" + } + ], + "common.apply": [ + { + "type": 0, + "value": "Använd" + } + ], + "common.back": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "common.backToTop": [ + { + "type": 0, + "value": "Tillbaka till toppen" + } + ], + "common.bar": [ + { + "type": 0, + "value": "Bar" + } + ], + "common.bedOptions": [ + { + "type": 0, + "value": "Sängalternativ" + } + ], + "common.birthDate": [ + { + "type": 0, + "value": "Födelsedatum" + } + ], + "common.bookingNumber": [ + { + "type": 0, + "value": "Bokningsnummer" + } + ], + "common.breakfast": [ + { + "type": 0, + "value": "Frukost" + } + ], + "common.breakfastBuffet": [ + { + "type": 0, + "value": "Frukostbuffé" + } + ], + "common.brunch": [ + { + "type": 0, + "value": "Brunch" + } + ], + "common.buffet": [ + { + "type": 0, + "value": "Buffé" + } + ], + "common.cafe": [ + { + "type": 0, + "value": "Café" + } + ], + "common.cancel": [ + { + "type": 0, + "value": "Avboka" + } + ], + "common.cancelBooking": [ + { + "type": 0, + "value": "Avboka bokning" + } + ], + "common.cancellations": [ + { + "type": 0, + "value": "Avbokningar" + } + ], + "common.cancelled": [ + { + "type": 0, + "value": "Avbokat" + } + ], + "common.change": [ + { + "type": 0, + "value": "Ändra" + } + ], + "common.changes": [ + { + "type": 0, + "value": "Ändringar" + } + ], + "common.checkIn": [ + { + "type": 0, + "value": "Incheckning" + } + ], + "common.checkOut": [ + { + "type": 0, + "value": "Utcheckning" + } + ], + "common.children": [ + { + "type": 0, + "value": "Barn" + } + ], + "common.childrenUnderAge": [ + { + "type": 0, + "value": "Barn under " + }, + { + "type": 1, + "value": "age" + } + ], + "common.city": [ + { + "type": 0, + "value": "Stad" + } + ], + "common.clear": [ + { + "type": 0, + "value": "Rensa" + } + ], + "common.close": [ + { + "type": 0, + "value": "Stäng" + } + ], + "common.closeLanguageMenu": [ + { + "type": 0, + "value": "Stäng språkmeny" + } + ], + "common.confirm": [ + { + "type": 0, + "value": "Bekräfta" + } + ], + "common.contactUs": [ + { + "type": 0, + "value": "Kontakta oss" + } + ], + "common.continue": [ + { + "type": 0, + "value": "Fortsätt" + } + ], + "common.country": [ + { + "type": 0, + "value": "Land" + } + ], + "common.countryCode": [ + { + "type": 0, + "value": "Landskod" + } + ], + "common.creditCard": [ + { + "type": 0, + "value": "Kreditkort" + } + ], + "common.customerService": [ + { + "type": 0, + "value": "Kundservice" + } + ], + "common.customerSupport": [ + { + "type": 0, + "value": "Kundsupport" + } + ], + "common.day": [ + { + "type": 0, + "value": "Dag" + } + ], + "common.dinner": [ + { + "type": 0, + "value": "Middag" + } + ], + "common.directions": [ + { + "type": 0, + "value": "Vägbeskrivning" + } + ], + "common.distanceKm": [ + { + "type": 1, + "value": "distanceInKm" + }, + { + "type": 0, + "value": " km" + } + ], + "common.drivingDirections": [ + { + "type": 0, + "value": "Vägbeskrivning" + } + ], + "common.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "common.emailAddress": [ + { + "type": 0, + "value": "E-mailadress" + } + ], + "common.faq": [ + { + "type": 0, + "value": "FAQ" + } + ], + "common.find": [ + { + "type": 0, + "value": "Hitta" + } + ], + "common.firstName": [ + { + "type": 0, + "value": "Förnamn" + } + ], + "common.followUs": [ + { + "type": 0, + "value": "Följ oss" + } + ], + "common.food": [ + { + "type": 0, + "value": "Mat" + } + ], + "common.free": [ + { + "type": 0, + "value": "Gratis" + } + ], + "common.friday": [ + { + "type": 0, + "value": "Fredag" + } + ], + "common.from": [ + { + "type": 0, + "value": "Från" + } + ], + "common.goBack": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "common.googleMaps": [ + { + "type": 0, + "value": "Google Maps" + } + ], + "common.guests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.howItWorks": [ + { + "type": 0, + "value": "Så här fungerar det" + } + ], + "common.imageGalleryWithTitle": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " - Bildgalleri" + } + ], + "common.inclVAT": [ + { + "type": 0, + "value": "Inkl. moms" + } + ], + "common.included": [ + { + "type": 0, + "value": "Ingår" + } + ], + "common.kmToCityCenter": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " km till centrum" + } + ], + "common.language": [ + { + "type": 0, + "value": "Språk" + } + ], + "common.lastName": [ + { + "type": 0, + "value": "Efternamn" + } + ], + "common.level": [ + { + "type": 0, + "value": "Nivå" + } + ], + "common.liveEvents": [ + { + "type": 0, + "value": "Live events" + } + ], + "common.localCallCharges": [ + { + "type": 0, + "value": "Pris 0,16 €/min + lokala samtalsavgifter" + } + ], + "common.logOut": [ + { + "type": 0, + "value": "Logga ut" + } + ], + "common.lunch": [ + { + "type": 0, + "value": "Lunch" + } + ], + "common.mainMenu": [ + { + "type": 0, + "value": "Huvudmeny" + } + ], + "common.membershipId": [ + { + "type": 0, + "value": "Medlems-ID" + } + ], + "common.membershipLevelWithValue": [ + { + "type": 0, + "value": "Nivå " + }, + { + "type": 1, + "value": "level" + } + ], + "common.monday": [ + { + "type": 0, + "value": "Måndag" + } + ], + "common.month": [ + { + "type": 0, + "value": "Månad" + } + ], + "common.mustAcceptTermsError": [ + { + "type": 0, + "value": "Du måste acceptera villkoren" + } + ], + "common.myBenefits": [ + { + "type": 0, + "value": "Mina förmåner" + } + ], + "common.myPoints": [ + { + "type": 0, + "value": "Mina poäng" + } + ], + "common.myProfile": [ + { + "type": 0, + "value": "Min profil" + } + ], + "common.myStays": [ + { + "type": 0, + "value": "Mina vistelser" + } + ], + "common.name": [ + { + "type": 0, + "value": "Namn" + } + ], + "common.next": [ + { + "type": 0, + "value": "Nästa" + } + ], + "common.night": [ + { + "type": 0, + "value": "natt" + } + ], + "common.noBreakfast": [ + { + "type": 0, + "value": "Ingen frukost" + } + ], + "common.nordicSwanEcolabel": [ + { + "type": 0, + "value": "Svanenmärkt" + } + ], + "common.notIncluded": [ + { + "type": 0, + "value": "Ingår ej" + } + ], + "common.numberOfAdults": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + } + ], + "common.numberOfChildren": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + } + ], + "common.numberOfGuests": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "value" + } + ], + "common.numberOfHotels": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + } + ], + "common.open": [ + { + "type": 0, + "value": "Öppna" + } + ], + "common.openLanguageMenu": [ + { + "type": 0, + "value": "Öppna språkmeny" + } + ], + "common.openingHours": [ + { + "type": 0, + "value": "Öppettider" + } + ], + "common.optional": [ + { + "type": 0, + "value": "Valfritt" + } + ], + "common.or": [ + { + "type": 0, + "value": "eller" + } + ], + "common.other": [ + { + "type": 0, + "value": "Övrigt" + } + ], + "common.otherRequests": [ + { + "type": 0, + "value": "Andra förfrågningar" + } + ], + "common.overview": [ + { + "type": 0, + "value": "Översikt" + } + ], + "common.parking": [ + { + "type": 0, + "value": "Parkering" + } + ], + "common.password": [ + { + "type": 0, + "value": "Lösenord" + } + ], + "common.perAdultNight": [ + { + "type": 0, + "value": "Per vuxen/natt" + } + ], + "common.petFriendly": [ + { + "type": 0, + "value": "Husdjursvänligt" + } + ], + "common.phoneNumber": [ + { + "type": 0, + "value": "Telefonnummer" + } + ], + "common.points": [ + { + "type": 0, + "value": "Poäng" + } + ], + "common.pointsAmountPoints": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng" + } + ], + "common.pointsToSpend": [ + { + "type": 0, + "value": "Poäng att spendera" + } + ], + "common.practicalInformation": [ + { + "type": 0, + "value": "Praktisk information" + } + ], + "common.previous": [ + { + "type": 0, + "value": "Tidigare" + } + ], + "common.price": [ + { + "type": 0, + "value": "Pris" + } + ], + "common.priceCurrency": [ + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "currency" + } + ], + "common.priceDetails": [ + { + "type": 0, + "value": "Prisinformation" + } + ], + "common.readMore": [ + { + "type": 0, + "value": "Läs mer" + } + ], + "common.remove": [ + { + "type": 0, + "value": "Ta bort" + } + ], + "common.room": [ + { + "type": 0, + "value": "Rum" + } + ], + "common.roomSize": [ + { + "type": 1, + "value": "roomSize" + }, + { + "type": 0, + "value": " m²" + } + ], + "common.rooms": [ + { + "type": 0, + "value": "Rum" + } + ], + "common.saturday": [ + { + "type": 0, + "value": "Lördag" + } + ], + "common.save": [ + { + "type": 0, + "value": "Spara" + } + ], + "common.scandicFriends": [ + { + "type": 0, + "value": "Scandic Friends" + } + ], + "common.scandicFriendsFaq": [ + { + "type": 0, + "value": "Scandic Friends FAQ" + } + ], + "common.seeAll": [ + { + "type": 0, + "value": "Se alla" + } + ], + "common.seeAllPhotos": [ + { + "type": 0, + "value": "Se alla bilder" + } + ], + "common.seeRooms": [ + { + "type": 0, + "value": "Se rum" + } + ], + "common.selectYourLanguage": [ + { + "type": 0, + "value": "Välj ditt språk" + } + ], + "common.showAll": [ + { + "type": 0, + "value": "Visa alla" + } + ], + "common.showLess": [ + { + "type": 0, + "value": "Visa mindre" + } + ], + "common.showMore": [ + { + "type": 0, + "value": "Visa mer" + } + ], + "common.signUp": [ + { + "type": 0, + "value": "Registrera dig" + } + ], + "common.snacks&drinks": [ + { + "type": 0, + "value": "Snacks & dryck" + } + ], + "common.summary": [ + { + "type": 0, + "value": "Översikt" + } + ], + "common.sunday": [ + { + "type": 0, + "value": "Söndag" + } + ], + "common.takeaway": [ + { + "type": 0, + "value": "Hämtmat" + } + ], + "common.teamMemberCard": [ + { + "type": 0, + "value": "Team Member Card" + } + ], + "common.terrace": [ + { + "type": 0, + "value": "Terrass" + } + ], + "common.thursday": [ + { + "type": 0, + "value": "Torsdag" + } + ], + "common.total": [ + { + "type": 0, + "value": "Totalt" + } + ], + "common.totalPoints": [ + { + "type": 0, + "value": "Totalt antal poäng" + } + ], + "common.totalPrice": [ + { + "type": 0, + "value": "Totalpris" + } + ], + "common.tripAdvisorRating": [ + { + "type": 0, + "value": "Betyg från TripAdvisor" + } + ], + "common.tuesday": [ + { + "type": 0, + "value": "Tisdag" + } + ], + "common.under": [ + { + "type": 0, + "value": "under" + } + ], + "common.untilWithTimeAndDate": [ + { + "type": 0, + "value": "Senast " + }, + { + "type": 1, + "value": "time" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "date" + } + ], + "common.vat": [ + { + "type": 0, + "value": "Moms" + } + ], + "common.wednesday": [ + { + "type": 0, + "value": "Onsdag" + } + ], + "common.welcome": [ + { + "type": 0, + "value": "Välkommen" + } + ], + "common.year": [ + { + "type": 0, + "value": "År" + } + ], + "common.zipCode": [ + { + "type": 0, + "value": "Postnummer" + } + ], + "cookieConsent.manageCookiesButton": [ + { + "type": 0, + "value": "Hantera cookies" + } + ], + "datePicker.selectDates": [ + { + "type": 0, + "value": "Välj datum" + } + ], + "dates": [ + { + "type": 0, + "value": "Datum" + } + ], + "destination.backToCities": [ + { + "type": 0, + "value": "Tillbaka till städer" + } + ], + "destination.city.count": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " destinationer" + } + ], + "destination.city.explore": [ + { + "type": 0, + "value": "Utforska staden" + } + ], + "destination.cityList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destination" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " destinationer" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.cityList.exploreCity": [ + { + "type": 0, + "value": "Utforska " + }, + { + "type": 1, + "value": "city" + } + ], + "destination.country.sort.recommended": [ + { + "type": 0, + "value": "Rekommenderad" + } + ], + "destination.destinationsInLocation": [ + { + "type": 0, + "value": "Destinationer i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.experience.bikeFriendly": [ + { + "type": 0, + "value": "Cykelvänligt" + } + ], + "destination.experience.cityPulse": [ + { + "type": 0, + "value": "Stadspuls" + } + ], + "destination.experience.familyFriendly": [ + { + "type": 0, + "value": "Familjevänlig" + } + ], + "destination.experience.hiking": [ + { + "type": 0, + "value": "Vandring" + } + ], + "destination.experience.kayaking": [ + { + "type": 0, + "value": "Kajakpaddling" + } + ], + "destination.experience.museums": [ + { + "type": 0, + "value": "Museer" + } + ], + "destination.experience.nightLife": [ + { + "type": 0, + "value": "Nattliv" + } + ], + "destination.exploreCity": [ + { + "type": 0, + "value": "Utforska staden" + } + ], + "destination.hotelList.count": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " hotell" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "destination.hotelsInLocation": [ + { + "type": 0, + "value": "Hotell i " + }, + { + "type": 1, + "value": "location" + } + ], + "destination.map.backToList": [ + { + "type": 0, + "value": "Tillbaka till listan" + } + ], + "destination.map.error.unableToDisplayMap": [ + { + "type": 0, + "value": "Det går inte att visa kartan" + } + ], + "destination.map.seeAsList": [ + { + "type": 0, + "value": "Visa som lista" + } + ], + "destination.mapStatic.mapOfCity": [ + { + "type": 0, + "value": "Karta över staden" + } + ], + "destination.mapStatic.mapOfCountry": [ + { + "type": 0, + "value": "Karta över landet" + } + ], + "destination.noLocationsFound": [ + { + "type": 0, + "value": "Inga matchande destinationer hittades" + } + ], + "destination.noLocationsFoundLong": [ + { + "type": 0, + "value": "Det verkar som att ingen destination matchar dina filter. Försök justera din sökning för att hitta det perfekta boendet." + } + ], + "destination.overview.exploreAllHotels": [ + { + "type": 0, + "value": "Utforska alla våra hotell" + } + ], + "destination.overview.viewAllHotelsInCountry": [ + { + "type": 0, + "value": "Visa alla hotell i " + }, + { + "type": 1, + "value": "country" + } + ], + "destination.search.unableToOpenPage": [ + { + "type": 0, + "value": "Det går inte att öppna sidan för " + }, + { + "type": 1, + "value": "locationName" + } + ], + "destination.seeHotelDetails": [ + { + "type": 0, + "value": "Se hotellinformation" + } + ], + "destination.seeOnMap": [ + { + "type": 0, + "value": "Se på kartan" + } + ], + "destinationOverviewPage.errorOccurred": [ + { + "type": 0, + "value": "Ett fel uppstod ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "destinationPage.hotelsCount": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " hotell" + } + ], + "destinationPage.seeHotelsOnMap": [ + { + "type": 0, + "value": "Visa hotell på karta" + } + ], + "dtmc.alreadyMember": [ + { + "type": 0, + "value": "Redan medlem i Scandic Friends?" + } + ], + "dtmc.joinLoyaltyProgram": [ + { + "type": 0, + "value": "Gå med i vårt lojalitetsprogram idag!" + } + ], + "dtmc.letsBeFriends": [ + { + "type": 0, + "value": "Let's be friends!" + } + ], + "dtmc.linkMyEmployment": [ + { + "type": 0, + "value": "Länka min anställning" + } + ], + "dtmc.logIn": [ + { + "type": 0, + "value": "Logga in" + } + ], + "dtmc.logInAndLinkEmployment": [ + { + "type": 0, + "value": "Logga in och länka anställning" + } + ], + "dtmc.noScandicFriendsAccountYet": [ + { + "type": 0, + "value": "Har du inget Scandic Friends-konto ännu?" + } + ], + "dtmc.showTeamMemberCard": [ + { + "type": 0, + "value": "Visa Team Member-kort" + } + ], + "dtmc.signUpAndLinkEmployment": [ + { + "type": 0, + "value": "Registrera dig och länka anställning" + } + ], + "earnAndBurn.awardPoints.pointsBeingCalculated": [ + { + "type": 0, + "value": "Poäng håller på att beräknas" + } + ], + "earnAndBurn.journeyTable.bookingNumberReference": [ + { + "type": 0, + "value": "Bokningsnummer / referens" + } + ], + "earnAndBurn.journeyTable.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "earnAndBurn.journeyTable.description": [ + { + "type": 0, + "value": "Beskrivning" + } + ], + "earnAndBurn.journeyTable.extrasToBooking": [ + { + "type": 0, + "value": "Tillval till din bokning" + } + ], + "earnAndBurn.journeyTable.formerScandicHotel": [ + { + "type": 0, + "value": "Tidigare Scandichotell" + } + ], + "earnAndBurn.journeyTable.noTransactions": [ + { + "type": 0, + "value": "Inga transaktioner tillgängliga" + } + ], + "earnAndBurn.journeyTable.pointShop": [ + { + "type": 0, + "value": "Scandic Friends poängshop" + } + ], + "earnAndBurn.journeyTable.pointsEarnedPriorMay2021": [ + { + "type": 0, + "value": "Poäng intjänade före 1 maj 2021" + } + ], + "earnAndBurn.journeyTable.scandicFriendsMastercard": [ + { + "type": 0, + "value": "Scandic Friends Mastercard" + } + ], + "earnAndBurn.journeyTable.signUpBonus": [ + { + "type": 0, + "value": "Välkomstbonus" + } + ], + "earnAndBurn.journeyTable.tuiPoints": [ + { + "type": 0, + "value": "TUI-poäng" + } + ], + "editProfile.currentPassword": [ + { + "type": 0, + "value": "Aktuellt lösenord" + } + ], + "editProfile.discardChanges": [ + { + "type": 0, + "value": "Ignorera ändringar" + } + ], + "editProfile.discardChangesDescription": [ + { + "type": 0, + "value": "Alla ändringar du har gjort kommer att gå förlorade." + } + ], + "editProfile.discardChangesTitle": [ + { + "type": 0, + "value": "Vill du ignorera ändringar som inte har sparats?" + } + ], + "editProfile.goBackToEdit": [ + { + "type": 0, + "value": "Gå tillbaka för att ändra" + } + ], + "editProfile.retypeNewPassword": [ + { + "type": 0, + "value": "Skriv in det nya lösenordet igen" + } + ], + "editProfile.successMessage": [ + { + "type": 0, + "value": "Profilen har uppdaterats!" + } + ], + "editProfile.userInformation": [ + { + "type": 0, + "value": "Användarinformation" + } + ], + "editProfile.validationErrorMessage": [ + { + "type": 0, + "value": "Ett fel uppstod när profilen skulle uppdateras." + } + ], + "editProfile.yesDiscardChanges": [ + { + "type": 0, + "value": "Ja, ignorera ändringar" + } + ], + "enterDetails.bedPreference.description": [ + { + "type": 0, + "value": "Önskad sängtyp" + } + ], + "enterDetails.bookingAlert.changeRoomLink": [ + { + "type": 0, + "value": "Byt rum" + } + ], + "enterDetails.bookingAlert.genericError": [ + { + "type": 0, + "value": "Vi stötte på ett problem när vi behandlade din bokning. Vänligen försök igen. Inga debiteringar har gjorts." + } + ], + "enterDetails.bookingAlert.transactionCancelled": [ + { + "type": 0, + "value": "Du har nu annullerat din betalning." + } + ], + "enterDetails.breakfast.addAfterBookingChildren": [ + { + "type": 0, + "value": "Frukost kan läggas till efter bokning mot en extra kostnad för vuxna och barn från 4 år och uppåt." + } + ], + "enterDetails.breakfast.addAfterBookingNoChilren": [ + { + "type": 0, + "value": "Frukost kan läggas till efter bokning mot en extra avgift." + } + ], + "enterDetails.breakfast.childrenFreeInfo": [ + { + "type": 0, + "value": "Barnens frukost är fri och ingår alltid som en del av den vuxnas frukost." + } + ], + "enterDetails.breakfast.description": [ + { + "type": 0, + "value": "Välj frukostalternativ" + } + ], + "enterDetails.breakfast.dietaryOptions": [ + { + "type": 0, + "value": "Inkluderar veganska, glutenfria och andra allergivänliga alternativ." + } + ], + "enterDetails.breakfast.freeForKidsUnder12": [ + { + "type": 0, + "value": "Gratis för barn 12 år och yngre." + } + ], + "enterDetails.completeBooking": [ + { + "type": 0, + "value": "Slutför bokning" + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalDescription": [ + { + "type": 0, + "value": "När du garanterar din bokning med ett kreditkort håller vi bokningen fram till 07:00 dagen efter incheckningen." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo": [ + { + "type": 0, + "value": "Vid utebliven ankomst debiteras ditt kreditkort för den första natten." + } + ], + "enterDetails.confirmBooking.guaranteeInfoModalTitle": [ + { + "type": 0, + "value": "Garantera för sen ankomst" + } + ], + "enterDetails.confirmBooking.guaranteeLabel": [ + { + "type": 0, + "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning." + } + ], + "enterDetails.confirmBooking.redemptionGuaranteeInfo": [ + { + "type": 0, + "value": "När du bekräftar bokningen garanteras rummet för sen ankomst. Om du inte anländer utan att avboka i förväg eller om du avbokar efter 18:00 lokal tid debiteras du för en bonusnatt." + } + ], + "enterDetails.details.description": [ + { + "type": 0, + "value": "Kontaktuppgifter" + } + ], + "enterDetails.details.title": [ + { + "type": 0, + "value": "Detaljer" + } + ], + "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel": [ + { + "type": 0, + "value": "Gå med i Scandic Friends före incheckning" + } + ], + "enterDetails.joinScandicFriendsCard.joinCheckboxLabel": [ + { + "type": 0, + "value": "Bli medlem i Scandic Friends nu" + } + ], + "enterDetails.joinScandicFriendsCard.loginButtonText": [ + { + "type": 0, + "value": "Logga in" + } + ], + "enterDetails.joinScandicFriendsCard.priceForRoom": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " för rum " + }, + { + "type": 1, + "value": "roomNr" + } + ], + "enterDetails.joinScandicFriendsCard.terms": [ + { + "type": 0, + "value": "Genom att gå med accepterar du " + }, + { + "children": [ + { + "type": 0, + "value": "villkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ". Ditt Scandic Friends-medlemskap gäller tills vidare och kan avslutas när som helst genom att kontakta Scandics kundservice." + } + ], + "enterDetails.joinScandicFriendsCard.title": [ + { + "type": 0, + "value": "Få medlemspris på rummet" + } + ], + "enterDetails.memberPriceModal.newPriceLabel": [ + { + "type": 0, + "value": "Det nya priset är" + } + ], + "enterDetails.memberPriceModal.okButtonLabel": [ + { + "type": 0, + "value": "OK" + } + ], + "enterDetails.memberPriceModal.title": [ + { + "type": 0, + "value": "Medlemspris för rum aktiverat" + } + ], + "enterDetails.payment.flexBookingTermsAndConditions": [ + { + "type": 0, + "value": "Jag accepterar villkoren för denna bokning och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkor" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.guaranteeInfo": [ + { + "type": 0, + "value": "För att säkra din bokning ber vi dig vänligen att ange dina betalkortsuppgifter. Du kan vara lugn, inga avgifter kommer att tas ut vid denna tidpunkt." + } + ], + "enterDetails.payment.guaranteeInfoCompleteBooking": [ + { + "type": 0, + "value": "Slutför bokningen" + } + ], + "enterDetails.payment.guaranteeInfoDescription": [ + { + "type": 0, + "value": "När du garanterar din bokning, kommer vi att hålla bokningen till 07:00 dagen efter incheckning. Detta ger dig som gäst extra flexibilitet när det gäller incheckningstider." + } + ], + "enterDetails.payment.guaranteeInfoMandatoryNote": [ + { + "type": 0, + "value": "Observera att detta är obligatoriskt och att ditt kort endast debiteras vid utebliven närvaro." + } + ], + "enterDetails.payment.guaranteeInfoProvideCard": [ + { + "type": 0, + "value": "Fyll i ett betalkort i nästa steg" + } + ], + "enterDetails.payment.guaranteeInfoWhatToDo": [ + { + "type": 0, + "value": "Vad du måste göra för att garantera bokningen:" + } + ], + "enterDetails.payment.loadingMessage": [ + { + "type": 0, + "value": "Vi håller fortfarande på att bekräfta din bokning. Detta är vanligtvis en fråga om minuter, vi ber om ursäkt för väntetiden. Kontrollera din inkorg för ett e-postmeddelande med bokningsbekräftelse. Om du fortfarande inte har fått det i slutet av dagen, vänligen kontakta vår " + }, + { + "children": [ + { + "type": 0, + "value": "kundsupport" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.payment.loadingTitle": [ + { + "type": 0, + "value": "Det tar längre tid än vanligt" + } + ], + "enterDetails.payment.mixedRatesInfo": [ + { + "type": 0, + "value": "Eftersom din bokning inkluderar rum med olika villkor, kommer vi att debitera en del av bokningen nu. Den återstående delen betalas vid incheckning på hotellet." + } + ], + "enterDetails.payment.onlyFlexRatesTitle": [ + { + "type": 0, + "value": "Sista steget" + } + ], + "enterDetails.payment.otherPaymentMethods": [ + { + "type": 0, + "value": "Övriga betalningsmetoder" + } + ], + "enterDetails.payment.payAtCheckInOption": [ + { + "type": 0, + "value": "Betala vid incheckning" + } + ], + "enterDetails.payment.paymentMethods": [ + { + "type": 0, + "value": "Betalningsmetoder" + } + ], + "enterDetails.payment.termsAndConditions": [ + { + "type": 0, + "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna godkänner jag villkoren för denna bokning och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkor" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": ". Jag godkänner också att Scandic kräver ett giltigt betalkort under mitt besök om något skulle lämnas obetalt." + } + ], + "enterDetails.payment.title": [ + { + "type": 0, + "value": "Välj betalningsmetod" + } + ], + "enterDetails.priceChangeDialog.acceptButton": [ + { + "type": 0, + "value": "Fortsätt med nytt pris" + } + ], + "enterDetails.priceChangeDialog.breakfastCharge": [ + { + "type": 0, + "value": "Pris för frukost" + } + ], + "enterDetails.priceChangeDialog.cancelButton": [ + { + "type": 0, + "value": "Tillbaka till rumsval" + } + ], + "enterDetails.priceChangeDialog.description": [ + { + "type": 0, + "value": "Priserna har ökat sedan du valde din " + }, + { + "type": 1, + "value": "roomSelection" + }, + { + "type": 0, + "value": "." + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " För att fortsätta din bokning, acceptera det uppdaterade priset," + }, + { + "type": 1, + "value": "linebreak" + }, + { + "type": 0, + "value": " eller gå tillbaka för att välja " + }, + { + "type": 1, + "value": "newRoomSelection" + }, + { + "type": 0, + "value": "." + } + ], + "enterDetails.priceChangeDialog.descriptionNewRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "ett nytt rum" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "nya rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.descriptionPreviousRooms": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "rum" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "rum" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalRooms" + } + ], + "enterDetails.priceChangeDialog.newTotalLabel": [ + { + "type": 0, + "value": "Ny totalsumma" + } + ], + "enterDetails.priceChangeDialog.seePriceDetailsButton": [ + { + "type": 0, + "value": "Se prisuppgifter" + } + ], + "enterDetails.priceChangeDialog.title": [ + { + "type": 0, + "value": "Prisändring" + } + ], + "enterDetails.room.extraBedText": [ + { + "type": 0, + "value": "Extra sovplats kommer att erbjudas" + } + ], + "enterDetails.roomInfo.title": [ + { + "type": 0, + "value": "Gästinformation" + } + ], + "enterDetails.selectedRoom.roomType.description": [ + { + "type": 1, + "value": "roomType" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 1, + "value": "rateDescription" + } + ], + "type": 8, + "value": "rate" + } + ], + "enterDetails.specialRequests.commentLabel": [ + { + "type": 0, + "value": "Finns det något annat du vill att vi ska veta innan din ankomst?" + } + ], + "enterDetails.specialRequests.heading": [ + { + "type": 0, + "value": "Särskilda önskemål (valfritt)" + } + ], + "error.ageRequired": [ + { + "type": 0, + "value": "Ålder krävs" + } + ], + "error.atleast18YearsOld": [ + { + "type": 0, + "value": "Du måste vara minst 18 år för att fortsätta" + } + ], + "error.availabilityErrorMessage": [ + { + "type": 0, + "value": "Tyvärr är ett av rummen du valde slutsålt. Vänligen välj ett annat rum för att fortsätta." + } + ], + "error.bedChoiceRequired": [ + { + "type": 0, + "value": "Sängval krävs" + } + ], + "error.birthDateRequired": [ + { + "type": 0, + "value": "Födelsedatum är obligatoriskt" + } + ], + "error.bookingCodeInvalid": [ + { + "type": 0, + "value": "Bokningskoden är ogiltig" + } + ], + "error.childrenExceedsAdults": [ + { + "type": 0, + "value": "Du kan inte ha fler barn i vuxensängen än vuxna i rummet" + } + ], + "error.codeVoucherRewardNightUnavailable": [ + { + "type": 0, + "value": "Bonusnätter kan inte kombineras med koder eller värdekuponger." + } + ], + "error.countryRequired": [ + { + "type": 0, + "value": "Land krävs" + } + ], + "error.destinationRequired": [ + { + "type": 0, + "value": "Destination krävs" + } + ], + "error.emailInvalid": [ + { + "type": 0, + "value": "E-postadressen är ogiltig" + } + ], + "error.emailRequired": [ + { + "type": 0, + "value": "E-mailadress krävs" + } + ], + "error.firstAndLastNameUnique": [ + { + "type": 0, + "value": "För- och efternamn får inte vara samma i två olika rum" + } + ], + "error.firstNameRequired": [ + { + "type": 0, + "value": "Förnamn krävs" + } + ], + "error.firstNameSpecialCharacters": [ + { + "type": 0, + "value": "Förnamnet får inte innehålla några specialtecken" + } + ], + "error.invalidBookingNumber": [ + { + "type": 0, + "value": "Ogiltigt bokningsnummer" + } + ], + "error.lastNameRequired": [ + { + "type": 0, + "value": "Efternamn krävs" + } + ], + "error.lastNameSpecialCharacters": [ + { + "type": 0, + "value": "Efternamnet får inte innehålla några specialtecken" + } + ], + "error.membershipNoInvalid": [ + { + "type": 0, + "value": "Ogiltigt medlemsnummer" + } + ], + "error.membershipNoOnlyDigits": [ + { + "type": 0, + "value": "Endast siffror är tillåtna" + } + ], + "error.membershipNotUniqueForMultipleRooms": [ + { + "type": 0, + "value": "Medlemsnumret kan inte vara detsamma för två olika rum" + } + ], + "error.multiroomBookingCodeUnavailable": [ + { + "type": 0, + "value": "Bokning av flera rum är inte tillgänglig med denna bokningskod." + } + ], + "error.multiroomRewardNightUnavailable": [ + { + "type": 0, + "value": "Det går inte att boka flera rum i samband med en bonusnatt." + } + ], + "error.passwordCurrentRequired": [ + { + "type": 0, + "value": "Aktuellt lösenord krävs" + } + ], + "error.passwordNewNotMatch": [ + { + "type": 0, + "value": "Det nya lösenordet matchar inte" + } + ], + "error.passwordNewRequired": [ + { + "type": 0, + "value": "Nytt lösenord krävs" + } + ], + "error.passwordRequired": [ + { + "type": 0, + "value": "Lösenord krävs" + } + ], + "error.passwordRetypeNewRequired": [ + { + "type": 0, + "value": "Skriv in det nya lösenordet igen" + } + ], + "error.phoneNumberTooShort": [ + { + "type": 0, + "value": "Numret du har angett är för kort" + } + ], + "error.phoneRequested": [ + { + "type": 0, + "value": "Ange ett giltigt telefonnummer" + } + ], + "error.phoneRequired": [ + { + "type": 0, + "value": "Telefonnummer krävs" + } + ], + "error.required": [ + { + "type": 0, + "value": "Krävs" + } + ], + "error.zipCodeInvalid": [ + { + "type": 0, + "value": "Postnumret kan endast innehålla siffror och bokstäver" + } + ], + "error.zipCodeRequired": [ + { + "type": 0, + "value": "Postnummer är obligatoriskt" + } + ], + "errorMessage.copyFailed": [ + { + "type": 0, + "value": "Det gick inte att kopiera" + } + ], + "errorMessage.failedToAddToCalendar": [ + { + "type": 0, + "value": "Det gick inte att lägga till i kalendern" + } + ], + "errorMessage.somethingWentWrong": [ + { + "type": 0, + "value": "Något gick fel!" + } + ], + "filter.clearAllFilters": [ + { + "type": 0, + "value": "Rensa alla filter" + } + ], + "filter.distanceToCityCenter": [ + { + "type": 0, + "value": "Avstånd till stadens centrum" + } + ], + "filter.facilities": [ + { + "type": 0, + "value": "Hotellfaciliteter" + } + ], + "filter.filterAndSort": [ + { + "type": 0, + "value": "Filtrera och sortera" + } + ], + "filter.filterBy": [ + { + "type": 0, + "value": "Filtrera efter" + } + ], + "filter.hotelSurroundings": [ + { + "type": 0, + "value": "Hotellomgivning" + } + ], + "filter.noMatchingHotelsFound": [ + { + "type": 0, + "value": "Inga matchande hotell hittades" + } + ], + "filter.noMatchingHotelsFoundDescription": [ + { + "type": 0, + "value": "Det verkar som om inga hotell matchar din sökning. Försök justera sökningen för att hitta den perfekta vistelsen." + } + ], + "filter.seeResultsCount": [ + { + "type": 0, + "value": "Se resultat (" + }, + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": ")" + } + ], + "filter.sortBy": [ + { + "type": 0, + "value": "Sortera efter" + } + ], + "findMyBooking.cantFindYourStay": [ + { + "type": 0, + "value": "Hittar du inte din bokning?" + } + ], + "findMyBooking.customerService": [ + { + "type": 0, + "value": "Vänligen kontakta " + }, + { + "children": [ + { + "type": 0, + "value": "kundtjänst" + } + ], + "type": 8, + "value": "link" + }, + { + "type": 0, + "value": "." + } + ], + "findMyBooking.failedToSubmit": [ + { + "type": 0, + "value": "Det gick inte att skicka formuläret, vänligen försök igen senare." + } + ], + "findMyBooking.findYourStay": [ + { + "type": 0, + "value": "Hitta ditt hotell" + } + ], + "findMyBooking.manageBooking": [ + { + "type": 0, + "value": "Se och hantera din bokning som gjorts via vår hemsida eller app." + } + ], + "fnf.alert.text": [ + { + "type": 0, + "value": "Friends & Family-priset kan endast bokas via FUSE." + } + ], + "footer.copyright": [ + { + "type": 0, + "value": "© " + }, + { + "type": 1, + "value": "currentYear" + }, + { + "type": 0, + "value": " Scandic Hotels Alla rättigheter förbehållna" + } + ], + "guaranteePayment.ancillaryFailed": [ + { + "type": 0, + "value": "Produkten kunde inte läggas till. Din bokning är garanterad. Vänligen försök igen." + } + ], + "guaranteePayment.failed": [ + { + "type": 0, + "value": "Vi hade ett problem med att garantera din bokning. Vänligen försök igen." + } + ], + "header.backToScandicHotelsCom": [ + { + "type": 0, + "value": "Tillbaka till scandichotels.com" + } + ], + "header.closeMenu": [ + { + "type": 0, + "value": "Stäng meny" + } + ], + "header.logInJoin": [ + { + "type": 0, + "value": "Logga in/Bli medlem" + } + ], + "header.menu": [ + { + "type": 0, + "value": "Meny" + } + ], + "header.myPagesMenu": [ + { + "type": 0, + "value": "Meny Mina sidor" + } + ], + "header.openMenu": [ + { + "type": 0, + "value": "Öppna meny" + } + ], + "header.openMyPagesMenu": [ + { + "type": 0, + "value": "Öppna menyn Mina sidor" + } + ], + "hotel.aboutTheHotel": [ + { + "type": 0, + "value": "Om hotellet" + } + ], + "hotel.amenitiesList.atTheHotel": [ + { + "type": 0, + "value": "På hotellet" + } + ], + "hotel.gymAndWellness": [ + { + "type": 0, + "value": "Gym & Wellness" + } + ], + "hotel.introSection.tripAdvisorReviews": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " recensioner" + } + ], + "hotel.introSection.welcomeTo": [ + { + "type": 0, + "value": "Välkommen till" + } + ], + "hotel.mapCard.nearby": [ + { + "type": 0, + "value": "I närheten" + } + ], + "hotel.mapToggle.hotel": [ + { + "type": 0, + "value": "Hotell" + } + ], + "hotel.mapToggle.map": [ + { + "type": 0, + "value": "Karta" + } + ], + "hotel.roomCard.size": [ + { + "type": 1, + "value": "size" + }, + { + "type": 0, + "value": " ( " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gäst " + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "range" + }, + { + "type": 0, + "value": " gäster " + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "max" + }, + { + "type": 0, + "value": " )" + } + ], + "hotel.seeAllAmenities": [ + { + "type": 0, + "value": "Se alla bekvämligheter" + } + ], + "hotel.seeMap": [ + { + "type": 0, + "value": "Se karta" + } + ], + "hotel.seeRoomDetails": [ + { + "type": 0, + "value": "Se rumsinformation" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.roomSizeRange": [ + { + "type": 1, + "value": "smallest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "largest" + }, + { + "type": 0, + "value": " m²" + } + ], + "hotel.sidepeeks.meetingsAndConferences.seatingCapacityRange": [ + { + "type": 1, + "value": "lowest" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "highest" + }, + { + "type": 0, + "value": " gäster" + } + ], + "hotel.sidepeeks.meetingsAndConferences.title": [ + { + "type": 0, + "value": "Kreativa utrymmen för möten" + } + ], + "hotel.staticMap.mapOfHotelName": [ + { + "type": 0, + "value": "Karta över " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelCard.availableRates": [ + { + "type": 0, + "value": "Tillgängliga priser" + } + ], + "hotelInfoCard.kmToCityCenter": [ + { + "type": 1, + "value": "address" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city" + }, + { + "type": 0, + "value": " ∙ " + }, + { + "type": 1, + "value": "distanceToCityCenterInKm" + }, + { + "type": 0, + "value": " km till stadens centrum" + } + ], + "hotelMap.sidebar.poi.attractions": [ + { + "type": 0, + "value": "Sevärdheter" + } + ], + "hotelMap.sidebar.poi.business": [ + { + "type": 0, + "value": "Företag" + } + ], + "hotelMap.sidebar.poi.location": [ + { + "type": 0, + "value": "Stad" + } + ], + "hotelMap.sidebar.poi.publicTransport": [ + { + "type": 0, + "value": "Kollektivtrafik" + } + ], + "hotelMap.sidebar.poi.shoppingDining": [ + { + "type": 0, + "value": "Shopping & restauranger" + } + ], + "hotelMap.sidebar.thingsNearbyHotel": [ + { + "type": 0, + "value": "Upplevelser i närheten av " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "hotelMap.sidebar.viewAsList": [ + { + "type": 0, + "value": "Visa som lista" + } + ], + "hotelMap.sidebar.viewAsMap": [ + { + "type": 0, + "value": "Visa som karta" + } + ], + "hotelPage.accessibilitySubpage.accessibilityAtHotel": [ + { + "type": 0, + "value": "Tillgänglighet på " + }, + { + "type": 1, + "value": "hotel" + } + ], + "hotelPage.activities": [ + { + "type": 0, + "value": "Aktiviteter" + } + ], + "hotelPage.meetingsSubpage.meetingsConferencesAndEvents": [ + { + "type": 0, + "value": "Möten, konferenser & evenemang" + } + ], + "hotelPage.offers": [ + { + "type": 0, + "value": "Erbjudanden" + } + ], + "hotelPage.section.conferencesAndMeetings": [ + { + "type": 0, + "value": "Möten & konferenser" + } + ], + "hotelPage.section.restaurantAndBar": [ + { + "type": 0, + "value": "Restaurang & bar" + } + ], + "hotelPage.wellness.default": [ + { + "type": 0, + "value": "Wellness" + } + ], + "hotelPage.wellness.gym": [ + { + "type": 0, + "value": "Gym" + } + ], + "hotelPage.wellness.indoorPool": [ + { + "type": 0, + "value": "Inomhuspool" + } + ], + "hotelPage.wellness.jacuzzi": [ + { + "type": 0, + "value": "Jacuzzi" + } + ], + "hotelPage.wellness.outdoorPool": [ + { + "type": 0, + "value": "Utomhuspool" + } + ], + "hotelPage.wellness.relax": [ + { + "type": 0, + "value": "Relax" + } + ], + "hotelPage.wellness.sauna": [ + { + "type": 0, + "value": "Bastu" + } + ], + "hotelReservation.findMyBooking.additionalInfoText": [ + { + "type": 0, + "value": "Vi behöver fler uppgifter för att bekräfta din identitet." + } + ], + "hotelReservation.findMyBooking.title": [ + { + "type": 0, + "value": "Hitta din bokning" + } + ], + "hotelSidePeek.readMore.buttonText": [ + { + "type": 0, + "value": "Läs mer om hotellet" + } + ], + "imageGallery.openImageGallery": [ + { + "type": 0, + "value": "Öppna bildgalleri" + } + ], + "jobylonFeed.allCategoriesFilter": [ + { + "type": 0, + "value": "Alla kategorier" + } + ], + "jobylonFeed.allCountriesFilter": [ + { + "type": 0, + "value": "Alla länder" + } + ], + "jobylonFeed.allDepartmentsFilter": [ + { + "type": 0, + "value": "Alla hotell och kontor" + } + ], + "jobylonFeed.allLocationsFilter": [ + { + "type": 0, + "value": "Alla destinationer" + } + ], + "jobylonFeed.card.deadlineText": [ + { + "type": 0, + "value": "Deadline: " + }, + { + "type": 1, + "value": "date" + } + ], + "jobylonFeed.card.openForApplication": [ + { + "type": 0, + "value": "Öppet för ansökan" + } + ], + "jobylonFeed.card.viewAndApplyButton": [ + { + "type": 0, + "value": "Se & ansök" + } + ], + "jobylonFeed.categoryFilterLabel": [ + { + "type": 0, + "value": "Kategori" + } + ], + "jobylonFeed.cityFilterLabel": [ + { + "type": 0, + "value": "Destination (visas på lokalt språk)" + } + ], + "jobylonFeed.departmentFilterLabel": [ + { + "type": 0, + "value": "Hotell eller kontor" + } + ], + "jobylonFeed.resultCount": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " Resultat" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "count" + } + ], + "lightbox.openImage": [ + { + "type": 0, + "value": "Öppna bild" + } + ], + "linkEmploymentError.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Personalnumret är redan kopplat till ett annat Scandic Friends-medlemskap." + } + ], + "linkEmploymentError.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + } + ], + "linkEmploymentError.contactHeading": [ + { + "type": 0, + "value": "Kontakta vår medlemsservice" + } + ], + "linkEmploymentError.genericHeading": [ + { + "type": 0, + "value": "Ditt konto kunde inte anslutas" + } + ], + "linkEmploymentError.genericMessage": [ + { + "type": 0, + "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "linkEmploymentError.notEligibleHeading": [ + { + "type": 0, + "value": "Du är inte berättigad till personalförmåner" + } + ], + "linkEmploymentError.notEligibleMessage": [ + { + "type": 0, + "value": "Detta kan bero på att din anställning ännu inte har börjat, har avslutats eller att du är konsult. Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + } + ], + "linkEuroBonusAccount.alreadyLinkedHeading": [ + { + "type": 0, + "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" + } + ], + "linkEuroBonusAccount.alreadyLinkedMessage": [ + { + "type": 0, + "value": "Goda nyheter! Du kan gå direkt till Mina sidor för att se alla dina förmåner!" + } + ], + "linkEuroBonusAccount.birthDate": [ + { + "type": 0, + "value": "Födelsedatum: " + }, + { + "style": { + "parsedOptions": { + "day": "numeric", + "month": "long", + "year": "numeric" + }, + "pattern": "MMMM d yyyy", + "type": 1 + }, + "type": 3, + "value": "dateOfBirth" + } + ], + "linkEuroBonusAccount.birthDateDescription": [ + { + "type": 0, + "value": "Vi behöver ditt födelsedatum för att koppla ihop ditt Scandic Friends-konto med ditt SAS EuroBonus-konto. Vänligen kontrollera att det är korrekt." + } + ], + "linkEuroBonusAccount.birthDateMissing": [ + { + "type": 0, + "value": "Födelsedatum saknas" + } + ], + "linkEuroBonusAccount.contactPhoneNumber": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "linkEuroBonusAccount.couldntConnectAccountsErrorMessage": [ + { + "type": 0, + "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "linkEuroBonusAccount.dateOfBirthErrorHeading": [ + { + "type": 0, + "value": "Födelsedatum stämmer inte överens" + } + ], + "linkEuroBonusAccount.didNotReceiveCodeMessage": [ + { + "type": 0, + "value": "Fick du ingen kod? " + }, + { + "children": [ + { + "type": 0, + "value": "Skicka kod igen" + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.editPersonalDetailsLink": [ + { + "type": 0, + "value": "Ändra dina personliga uppgifter" + } + ], + "linkEuroBonusAccount.expiredOtpCodeMessage": [ + { + "type": 0, + "value": "Denna kod har löpt ut. " + }, + { + "children": [ + { + "type": 0, + "value": "Skicka ny kod." + } + ], + "type": 8, + "value": "resendOtpLink" + } + ], + "linkEuroBonusAccount.genericErrorHeading": [ + { + "type": 0, + "value": "Något gick fel" + } + ], + "linkEuroBonusAccount.genericErrorMessage": [ + { + "type": 0, + "value": "Vänligen försök igen senare" + } + ], + "linkEuroBonusAccount.genericErrorTitle": [ + { + "type": 0, + "value": "Vi kunde inte koppla ihop dina konton." + } + ], + "linkEuroBonusAccount.invalidOtpCodeMessage": [ + { + "type": 0, + "value": "Koden du har angett är felaktig." + } + ], + "linkEuroBonusAccount.linkMyAccountsButton": [ + { + "type": 0, + "value": "Länka mina konton" + } + ], + "linkEuroBonusAccount.linkYourAccountsTitle": [ + { + "type": 0, + "value": "Länka dina konton" + } + ], + "linkEuroBonusAccount.loadingMessage": [ + { + "type": 0, + "value": "Häng kvar..." + } + ], + "linkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontolänkning." + } + ], + "linkEuroBonusAccount.manualRedirectLinkMessage": [ + { + "type": 0, + "value": "Om du inte omdirigeras automatiskt, vänligen " + }, + { + "children": [ + { + "type": 0, + "value": "klicka här" + } + ], + "type": 8, + "value": "loginLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.oneTimePasswordDescription": [ + { + "type": 0, + "value": "Denna verifiering behövs för ytterligare säkerhet." + } + ], + "linkEuroBonusAccount.oneTimePasswordGenericError": [ + { + "type": 0, + "value": "Fel vid begäran om engångslösenord" + } + ], + "linkEuroBonusAccount.oneTimePasswordHeading": [ + { + "type": 0, + "value": "Verifikationskod" + } + ], + "linkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange koden som skickats till " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " för att kunna bekräfta din kontolänkning." + } + ], + "linkEuroBonusAccount.redirectMyPagesMessage": [ + { + "type": 0, + "value": "Du skickas vidare till Mina sidor." + } + ], + "linkEuroBonusAccount.redirectingToSAS": [ + { + "type": 0, + "value": "Vi skickar dig vidare till SAS" + } + ], + "linkEuroBonusAccount.requestOtpGenericErrorMessage": [ + { + "type": 0, + "value": "Ett fel inträffade när du begärde ett nytt engångslösenord" + } + ], + "linkEuroBonusAccount.sendNewCodeButton": [ + { + "type": 0, + "value": "Skicka ny kod" + } + ], + "linkEuroBonusAccount.successMessage": [ + { + "type": 0, + "value": "Vi har kopplat ihop dina konton!" + } + ], + "linkEuroBonusAccount.successTitle": [ + { + "type": 0, + "value": "Dina konton är länkade" + } + ], + "linkEuroBonusAccount.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Genom att länka dina konton godkänner du " + }, + { + "children": [ + { + "type": 0, + "value": "Scandic Friends och SAS villkor" + } + ], + "type": 8, + "value": "sasScandicTermsAndConditionsLink" + }, + { + "type": 0, + "value": "." + } + ], + "linkEuroBonusAccount.tooManyCodesErrorHeading": [ + { + "type": 0, + "value": "Du har begärt för många koder" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorHeading": [ + { + "type": 0, + "value": "För många misslyckade försök" + } + ], + "linkEuroBonusAccount.tooManyFailedAttemptsErrorMessage": [ + { + "type": 0, + "value": "Vänligen vänta 1 timme innan du försöker på nytt." + } + ], + "linkEuroBonusAccount.tooManyOtpRequestsMessage": [ + { + "type": 0, + "value": "För många förfrågningar har gjorts. Vänligen försök igen senare." + } + ], + "linkEuroBonusAccount.viewLinkedAccountsButton": [ + { + "type": 0, + "value": "Se dina länkade konton" + } + ], + "linkEuroBonusAccount.viewYourDetailsButton": [ + { + "type": 0, + "value": "Se din information" + } + ], + "listingHotelCardDialog.perNightFrom": [ + { + "type": 0, + "value": "Per natt från" + } + ], + "loyalty.alreadyFriend": [ + { + "type": 0, + "value": "Redan medlem?" + } + ], + "loyalty.loginButton": [ + { + "type": 0, + "value": "Logga in här" + } + ], + "loyalty.membershipTermsAndConditions": [ + { + "type": 0, + "value": "Medlemsvillkor" + } + ], + "loyaltyLevelsBlock.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng " + }, + { + "children": [ + { + "type": 0, + "value": "eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nätter" + } + ], + "type": 8, + "value": "highlight" + } + ], + "map.zoomIn": [ + { + "type": 0, + "value": "Zooma in" + } + ], + "map.zoomOut": [ + { + "type": 0, + "value": "Zooma ut" + } + ], + "meetingPackage.bookAMeeting": [ + { + "type": 0, + "value": "Boka ett möte" + } + ], + "meetingPackage.hotels&Destintions": [ + { + "type": 0, + "value": "Hotell & destinationer" + } + ], + "meetingPackage.meetingLocation": [ + { + "type": 0, + "value": "Mötesdestination" + } + ], + "meetingRoomCard.accessSize": [ + { + "type": 0, + "value": "Dörrmått" + } + ], + "meetingRoomCard.boardroom": [ + { + "type": 0, + "value": "Styrelserum" + } + ], + "meetingRoomCard.cabaret": [ + { + "type": 0, + "value": "Kabarésittning" + } + ], + "meetingRoomCard.classroom": [ + { + "type": 0, + "value": "Klassrum" + } + ], + "meetingRoomCard.dimensions": [ + { + "type": 0, + "value": "Storlek" + } + ], + "meetingRoomCard.floorNumber": [ + { + "type": 0, + "value": "Våning " + }, + { + "type": 1, + "value": "floorNumber" + } + ], + "meetingRoomCard.fullCircleTable": [ + { + "type": 0, + "value": "Cirkel" + } + ], + "meetingRoomCard.halfCircle": [ + { + "type": 0, + "value": "Halvcirkel" + } + ], + "meetingRoomCard.indoorWindows": [ + { + "type": 0, + "value": "Inomhusfönster mot hotellet" + } + ], + "meetingRoomCard.indoorWindowsExcellentLighting": [ + { + "type": 0, + "value": "Inomhusfönster och utmärkt belysning" + } + ], + "meetingRoomCard.lighting": [ + { + "type": 0, + "value": "Belysning" + } + ], + "meetingRoomCard.locationInHotel": [ + { + "type": 0, + "value": "Läge på hotellet" + } + ], + "meetingRoomCard.maxSeatings": [ + { + "type": 0, + "value": "max " + }, + { + "type": 1, + "value": "seatings" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.noWindows": [ + { + "type": 0, + "value": "Inga fönster" + } + ], + "meetingRoomCard.noWindowsExcellentLighting": [ + { + "type": 0, + "value": "Inga fönster men utmärkt belysning" + } + ], + "meetingRoomCard.numberOfPeople": [ + { + "type": 1, + "value": "number" + }, + { + "type": 0, + "value": " personer" + } + ], + "meetingRoomCard.standingTable": [ + { + "type": 0, + "value": "Ståbord" + } + ], + "meetingRoomCard.theatre": [ + { + "type": 0, + "value": "Teater" + } + ], + "meetingRoomCard.uShape": [ + { + "type": 0, + "value": "U-bord" + } + ], + "meetingRoomCard.windowsNaturalDaylight": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus" + } + ], + "meetingRoomCard.windowsNaturalDaylightBlackoutFacilities": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus och mörkläggningsfunktioner" + } + ], + "meetingRoomCard.windowsNaturalDaylightExcellentView": [ + { + "type": 0, + "value": "Fönster med naturligt dagsljus och utmärkt utsikt" + } + ], + "membershipOverViewCard.sasBoostedUntilDate": [ + { + "type": 0, + "value": "Boostad by SAS till och med " + }, + { + "type": 1, + "value": "date" + } + ], + "metadata.accessibilityInformationForHotel": [ + { + "type": 0, + "value": "Tillgänglighetsinformation för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.accessibilityInformationForHotelInDestination": [ + { + "type": 0, + "value": "Information om tillgänglighet för " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.destinationCityMultipleHotels": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Börja dagen med en härlig frukost innan du utforskar " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse på ett Scandic-hotell nu!" + } + ], + "metadata.destinationCitySingleHotel": [ + { + "type": 0, + "value": "Upptäck vårt Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Börja dagen med en härlig frukost innan du utforskar " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse på ett Scandic-hotell nu!" + } + ], + "metadata.discoverHotelsInLocation": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Njut av din vistelse på ett Scandic-hotell. Boka ditt hotell nu!" + } + ], + "metadata.discoverHotelsInTwoCities": [ + { + "type": 0, + "value": "Upptäck alla våra " + }, + { + "type": 1, + "value": "hotelCount" + }, + { + "type": 0, + "value": " Scandic-hotell i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Utforska " + }, + { + "type": 1, + "value": "city1" + }, + { + "type": 0, + "value": ", " + }, + { + "type": 1, + "value": "city2" + }, + { + "type": 0, + "value": ", och mer! Allt medan du njuter av din vistelse på ett Scandic-hotell. Boka nu!" + } + ], + "metadata.discoverLocation": [ + { + "type": 0, + "value": "Upptäck " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Njut av din vistelse på ett Scandic hotell. Boka din vistelse nu!" + } + ], + "metadata.exploreRestaurantAtHotel": [ { "type": 0, "value": "Upptäck " @@ -83,101 +4926,1240 @@ "value": "hotelName" } ], - "+lG8sR": [ + "metadata.exploreRestaurantAtHotelInDestination": [ { "type": 0, - "value": "Växla poäng" + "value": "Utforska " + }, + { + "type": 1, + "value": "restaurantName" + }, + { + "type": 0, + "value": " på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+lwzrH": [ + "metadata.gymAndHealthFacilitiesAtHotel": [ { "type": 0, - "value": "Läs mer och länka konton" + "value": "Gym och hälsofaciliteter på " + }, + { + "type": 1, + "value": "hotelName" } ], - "+nKdWV": [ + "metadata.gymAndHealthFacilitiesAtHotelInDestination": [ { "type": 0, - "value": "Ta bort extra rum" + "value": "Gym & hälsofaciliteter på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" } ], - "+ok6oS": [ + "metadata.hotelInLocation": [ + { + "type": 1, + "value": "hotelName" + }, { "type": 0, - "value": "Kampanjreferens: " + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": ". Boka din vistelse nu!" + } + ], + "metadata.hotelInLocationWithAmenities": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erbjuder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gästerna kan också njuta av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": ". Boka din vistelse på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " redan idag!" + } + ], + "metadata.hotelInLocationWithAmenitiesShort": [ + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "location" + }, + { + "type": 0, + "value": " erbjuder " + }, + { + "type": 1, + "value": "amenity1" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity2" + }, + { + "type": 0, + "value": ". Gäster kan också njuta av " + }, + { + "type": 1, + "value": "amenity3" + }, + { + "type": 0, + "value": " och " + }, + { + "type": 1, + "value": "amenity4" + }, + { + "type": 0, + "value": "." + } + ], + "metadata.meetingsAndConferencesAtHotel": [ + { + "type": 0, + "value": "Möten & konferenser på " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.meetingsAndConferencesAtHotelInDestination": [ + { + "type": 0, + "value": "Möten & konferenser på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.parkingInformationForHotel": [ + { + "type": 0, + "value": "Parkeringsinformation för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "metadata.parkingInformationForHotelInDestination": [ + { + "type": 0, + "value": "Parkeringsinformation för " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " i " + }, + { + "type": 1, + "value": "destination" + } + ], + "metadata.stayAtHotelInDestination": [ + { + "type": 0, + "value": "Bo på " + }, + { + "type": 1, + "value": "hotelName" + }, + { + "type": 0, + "value": " | Hotell i " + }, + { + "type": 1, + "value": "destination" + } + ], + "modal.dialog": [ + { + "type": 0, + "value": "Dialog" + } + ], + "myPages.AmountOutOfTotalWithValues": [ + { + "type": 1, + "value": "amount" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + } + ], + "myPages.Surprises": [ + { + "type": 0, + "value": "Överraskningar" + } + ], + "myPages.accessYourTeamMemberCard": [ + { + "type": 0, + "value": "Få tillgång till ditt Team Member-kort här på Mina sidors översikt." + } + ], + "myPages.addNewCard": [ + { + "type": 0, + "value": "Lägg till nytt kort" + } + ], + "myPages.bookDiscountedStaysForSelfFamilyAndFriends": [ + { + "type": 0, + "value": "Boka rabatterade övernattningar för dig själv, familj och vänner!" + } + ], + "myPages.breadcrumbsError": [ + { + "type": 0, + "value": "Sidans sökvägar kunde inte laddas (" + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": ")" + } + ], + "myPages.checkOutAllYourBenefits": [ + { + "type": 0, + "value": "Se alla dina förmåner" + } + ], + "myPages.checkOutCardsSavedToProfile": [ + { + "type": 0, + "value": "Titta på de kreditkort som sparats i din profil. Betala med ett sparat kort när du är inloggad för en smidigare webbupplevelse." + } + ], + "myPages.compareAllLevels": [ + { + "type": 0, + "value": "Jämför alla nivåer" + } + ], + "myPages.contactSupportForNameChange": [ + { + "type": 0, + "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " + }, + { + "children": [ + { + "type": 0, + "value": "+46 8 517 517 00" + } + ], + "type": 8, + "value": "phone" + }, + { + "type": 0, + "value": " eller " + }, + { + "children": [ + { + "type": 0, + "value": "memberse@scandichotels.com" + } + ], + "type": 8, + "value": "email" + }, + { + "type": 0, + "value": "." + } + ], + "myPages.countOfGiftsAddedToYourBenefits": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gåva" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gåvor" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" + }, + { + "type": 0, + "value": " läggs till dina förmåner" + } + ], + "myPages.currentMemberYear": [ + { + "type": 0, + "value": "Nuvarande medlemsår" + } + ], + "myPages.currentPointsWithPoints": [ + { + "type": 0, + "value": "Aktuella poäng: " + }, + { + "style": null, + "type": 2, + "value": "points" + } + ], + "myPages.dateOfBirth": [ + { + "type": 0, + "value": "Födelsedatum" + } + ], + "myPages.editProfile": [ + { + "type": 0, + "value": "Uppdatera profil" + } + ], + "myPages.employee": [ + { + "type": 0, + "value": "Anställd" + } + ], + "myPages.errorLoadingPage": [ + { + "type": 0, + "value": "Det gick inte att läsa in den här sidan ( " + }, + { + "type": 1, + "value": "errorId" + }, + { + "type": 0, + "value": " )" + } + ], + "myPages.expirationDateWithDate": [ + { + "type": 0, + "value": "Sista giltighetsdag: " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "myPages.goToMyBenfits": [ + { + "type": 0, + "value": "Gå till Mina förmåner" + } + ], + "myPages.helloBestFriend": [ + { + "type": 0, + "value": "Hej, Best Friend!" + } + ], + "myPages.hiFirstName": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "firstName" + }, + { + "type": 0, + "value": "!" + } + ], + "myPages.leftToLevelUp": [ + { + "type": 0, + "value": "Kvar till nästa nivå" + } + ], + "myPages.levelProgressWithPointsEarned": [ + { + "type": 0, + "value": "Nivåutveckling: " + }, + { + "type": 1, + "value": "earned" + }, + { + "type": 0, + "value": " av " + }, + { + "type": 1, + "value": "total" + }, + { + "type": 0, + "value": " poäng intjänade" + } + ], + "myPages.memberSinceWithValue": [ + { + "type": 0, + "value": "Medlem sedan: " + }, + { + "type": 1, + "value": "value" + } + ], + "myPages.membershipIdCopied": [ + { + "type": 0, + "value": "Medlems-ID kopierat till urklipp" + } + ], + "myPages.missingContent": [ + { + "type": 0, + "value": "Inget innehåll publicerat" + } + ], + "myPages.myCommunicationPreferences": [ + { + "type": 0, + "value": "Mina kommunikationspreferenser" + } + ], + "myPages.myMembershipCards": [ + { + "type": 0, + "value": "Mina medlemskort" + } + ], + "myPages.myPaymentCards": [ + { + "type": 0, + "value": "Mina betalkort" + } + ], + "myPages.nameWithCardMembershipType": [ + { + "type": 0, + "value": "Namn: " + }, + { + "type": 1, + "value": "cardMembershipType" + } + ], + "myPages.numberWithValue": [ + { + "type": 0, + "value": "Nummer: " + }, + { + "type": 1, + "value": "membershipNumber" + } + ], + "myPages.pointsEarned": [ + { + "type": 0, + "value": "Intjänade poäng" + } + ], + "myPages.pointsLeftToKeepLevel": [ + { + "type": 1, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "POÄNG" + } + ], + "type": 8, + "value": "points" + }, + { + "type": 0, + "value": " " + }, + { + "children": [ + { + "type": 0, + "value": "kvar för att behålla nivån" + } + ], + "type": 8, + "value": "support" + } + ], + "myPages.pointsYouEarnDetermineYourLevel": [ + { + "type": 0, + "value": "De poäng du tjänar i år avgör din nivå för både detta och nästa medlemsår." + } + ], + "myPages.retired": [ + { + "type": 0, + "value": "Pensionerad" + } + ], + "myPages.seniorTeamMember": [ + { + "type": 0, + "value": "Senior Team Member" + } + ], + "myPages.somethingWentWrongShowingYourSurprise": [ + { + "type": 0, + "value": "Hoppsan! Något gick fel när din överraskning skulle visas. Uppdatera sidan eller försök igen senare. Om problemet kvarstår, " + }, + { + "children": [ + { + "type": 0, + "value": "kontakta supporten." + } + ], + "type": 8, + "value": "link" + } + ], + "myPages.surprises.findGifts": [ + { + "type": 0, + "value": "Du hittar alla dina gåvor i 'Mina förmåner'" + } + ], + "myPages.surprises.giftWaiting": [ + { + "type": 0, + "value": "Vi har en speciell gåva som väntar på dig!" + } + ], + "myPages.surprises.giftsWaiting": [ + { + "type": 0, + "value": "Du har " }, { "children": [ { "type": 1, - "value": "promoCode" + "value": "amount" } ], "type": 8, - "value": "bold" - } - ], - "+qh1hG": [ + "value": "b" + }, { "type": 0, - "value": "Poäng som går ut" + "value": " gåvor som väntar på dig!" } ], - "+vGT4R": [ + "myPages.surprises.openGifts": [ { "type": 0, - "value": "Betyg från TripAdvisor" + "value": "Öppna " + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "gåva" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "gåvor" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "amount" } ], - "+w6K47": [ + "myPages.surprises.willExpire": [ { "type": 0, - "value": "Mat" + "value": "Använd dem snabbt innan de går ut!" } ], - "+xGyGX": [ + "myPages.teamMember": [ { "type": 0, - "value": "Detta kan bero på att din anställning ännu inte har börjat, har avslutats eller att du är konsult. Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." + "value": "Team Member" } ], - "+xNHsP": [ + "myPages.teamMemberCardAdded": [ { "type": 0, - "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + "value": "Team Member-kort tillagt" } ], - "/27R3x": [ + "myPages.tellUsWhatInfoYouWouldLikeToReceive": [ { "type": 0, - "value": "Medlemsnummer" + "value": "Berätta för oss vilken information och vilka uppdateringar du vill ha och hur, genom att klicka på länken nedan." } ], - "/3cTcL": [ + "myPages.validUntilDate": [ { "type": 0, - "value": "Rumspriser" + "value": "Gäller till " + }, + { + "type": 1, + "value": "date" } ], - "/54p7R": [ + "myPages.youHaveEarnedPointsThisMemberYear": [ { "type": 0, - "value": "Det går inte att boka flera rum i samband med en bonusnatt." - } - ], - "/5HHL3": [ + "value": "Du har tjänat " + }, + { + "type": 1, + "value": "pointAmount" + }, { "type": 0, - "value": "Fönster med naturligt dagsljus och utmärkt utsikt" + "value": " poäng detta medlemsår." } ], - "/6gLBc": [ + "myPages.yourLevelProgress": [ { "type": 0, - "value": "Verifikationskod" + "value": "Din nivåstatus" } ], - "/BqfV6": [ + "myPages.yourMemberYearAndLevelProgress": [ + { + "type": 0, + "value": "Medlemsår och nivåutveckling" + } + ], + "myPages.yourSasLevelUpgradedToWithLevel": [ + { + "type": 0, + "value": "Din SAS EuroBonus-nivå har uppgraderat dig till " + }, + { + "type": 1, + "value": "level" + }, + { + "type": 0, + "value": "!" + } + ], + "myPagesMenu.partnerSas": [ + { + "type": 0, + "value": "Scandic ♥ SAS" + } + ], + "myPagesOverviewShortcuts.partnerBenefits": [ + { + "type": 0, + "value": "Partnerförmåner" + } + ], + "myPagesOverviewShortcuts.scandicFriendsLinks": [ + { + "type": 0, + "value": "Scandic Friends-länkar" + } + ], + "myPagesOverviewShortcuts.yourMembership": [ + { + "type": 0, + "value": "Ditt medlemskap" + } + ], + "myStay.accessDenied.loginRequired": [ + { + "type": 0, + "value": "Du måste vara inloggad för att se din bokning" + } + ], + "myStay.accessDenied.loginRequiredMessage": [ + { + "type": 0, + "value": "Och du måste vara inloggad med samma medlemskonto som du gjorde bokningen med." + } + ], + "myStay.actions.changeDates": [ + { + "type": 0, + "value": "Nya datum" + } + ], + "myStay.actions.changeDates.checkAvailability": [ + { + "type": 0, + "value": "Sök" + } + ], + "myStay.actions.changeDates.selectDate.errorMessage": [ + { + "type": 0, + "value": "Vänligen välj datum" + } + ], + "myStay.actions.contactBooker": [ + { + "type": 0, + "value": "Kontakta personen som bokade vistelsen" + } + ], + "myStay.actions.contactBooker.multiroom.cancel": [ + { + "type": 0, + "value": "Eftersom detta är en bokning med flera rum måste avbokningen göras av personen som gjorde bokningen. Vänligen ring 08-517 517 00 för att prata med vår kundtjänst om du behöver ytterligare hjälp." + } + ], + "myStay.actions.contactBooker.multiroom.update": [ + { + "type": 0, + "value": "Eftersom detta är en vistelse med flera rum gäller eventuella ändringar av datum för alla rum. Vänligen kontakta kundtjänst för att uppdatera datumen." + } + ], + "myStay.actions.contactBooker.multiroom.updateDates": [ + { + "type": 0, + "value": "Eftersom detta är en vistelse med flera rum gäller eventuella datumändringar för alla rum, vänligen be den person som bokade vistelsen att kontakta kundtjänst." + } + ], + "myStay.addedAncillaries.title": [ + { + "type": 0, + "value": "Mina tillval" + } + ], + "myStay.ancillaries.popularCategory": [ + { + "type": 0, + "value": "Populärt" + } + ], + "myStay.bookingSummary.coordinates": [ + { + "type": 0, + "value": "Long " + }, + { + "type": 1, + "value": "long" + }, + { + "type": 0, + "value": " ∙ Lat " + }, + { + "type": 1, + "value": "lat" + } + ], + "myStay.bookingSummary.homepage": [ + { + "type": 0, + "value": "Webbsida" + } + ], + "myStay.bookingTotal": [ + { + "type": 0, + "value": "Totalsumma för bokning" + } + ], + "myStay.cancelStay.cancellationErrorMessage": [ + { + "type": 0, + "value": "Något gick fel. Vänligen försök igen senare." + } + ], + "myStay.cancelStay.cannotBeCancelled": [ + { + "type": 0, + "value": "Kan inte avbokas" + } + ], + "myStay.cancelStay.confirmCancellation": [ + { + "type": 0, + "value": "Bekräfta avbokning" + } + ], + "myStay.cancelStay.dontCancel": [ + { + "type": 0, + "value": "Tillbaka" + } + ], + "myStay.cancelStay.finalConfirmationText": [ + { + "type": 0, + "value": "Är du säker på att du vill fortsätta med avbokningen?" + } + ], + "myStay.cancelStay.multipleTermsNotice": [ + { + "type": 0, + "value": "Denna vistelse har flera villkor." + } + ], + "myStay.cancelStay.myRooms": [ + { + "type": 0, + "value": "Mina rum" + } + ], + "myStay.cancelStay.partialCancellationErrorMessage": [ + { + "type": 0, + "value": "Vissa rum avbokades utan problem, men vi stötte på problem med andra. Vänligen kontakta kundtjänst för hjälp." + } + ], + "myStay.cancelStay.ref": [ + { + "type": 0, + "value": "Ref" + } + ], + "myStay.cancelStay.roomCancelledToastMessage": [ + { + "type": 1, + "value": "roomName" + }, + { + "type": 0, + "value": " avbokades" + } + ], + "myStay.cancelStay.sorryMessage": [ + { + "type": 0, + "value": "Vi beklagar att det inte gick denna gång." + } + ], + "myStay.cancelStay.stayCancelledToastMessage": [ + { + "type": 0, + "value": "Din vistelse har blivit avbokad" + } + ], + "myStay.cancelStay.stayStillActiveToastMessage": [ + { + "type": 0, + "value": "Din vistelse är fortfarande aktiv med det andra rummet" + } + ], + "myStay.cancellationNumber": [ + { + "type": 0, + "value": "Avbokningsnummer" + } + ], + "myStay.changeDates.confirmationTitle": [ + { + "type": 0, + "value": "Bekräfta datumändring" + } + ], + "myStay.changeDates.newDatesLabel": [ + { + "type": 0, + "value": "Nya datum" + } + ], + "myStay.changeDates.oldDatesLabel": [ + { + "type": 0, + "value": "Gamla datum" + } + ], + "myStay.changeDates.payAtHotelMessage": [ + { + "type": 0, + "value": "Betala på hotellet" + } + ], + "myStay.changeDates.stayUpdateFailedToastMessage": [ + { + "type": 0, + "value": "Det gick inte att uppdatera din vistelse" + } + ], + "myStay.changeDates.stayUpdatedToastMessage": [ + { + "type": 0, + "value": "Din vistelse har uppdaterats" + } + ], + "myStay.checkInAfter18": [ + { + "type": 0, + "value": "Incheckning efter 18:00" + } + ], + "myStay.gla.arriveLateMessage": [ + { + "type": 0, + "value": "Planerar du att anlända efter kl. 18.00? Säkra ditt rum genom att garantera det med ett kreditkort. Utan garanti och vid utebliven ankomst kan rummet komma att omdisponeras efter kl. 18.00." + } + ], + "myStay.gla.chargeInfo": [ + { + "type": 0, + "value": "Ditt kort kommer endast att debiteras vid utebliven ankomst" + } + ], + "myStay.gla.guarantee": [ + { + "type": 0, + "value": "Garantera" + } + ], + "myStay.gla.heading": [ + { + "type": 0, + "value": "Garantera sen ankomst" + } + ], + "myStay.gla.termsAndConditionsMessage": [ + { + "type": 0, + "value": "Jag accepterar villkoren för denna vistelse och de allmänna " + }, + { + "children": [ + { + "type": 0, + "value": "Boknings- och avbokningsvillkoren" + } + ], + "type": 8, + "value": "termsAndConditionsLink" + }, + { + "type": 0, + "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " + }, + { + "children": [ + { + "type": 0, + "value": "Scandics integritetspolicy" + } + ], + "type": 8, + "value": "privacyPolicyLink" + }, + { + "type": 0, + "value": "." + } + ], + "myStay.guestDetails.modifyGuestDetails": [ + { + "type": 0, + "value": "Ändra gästinformation" + } + ], + "myStay.guestDetails.updatedError": [ + { + "type": 0, + "value": "Det gick inte att uppdatera gästinformation" + } + ], + "myStay.guestDetails.updatedSuccess": [ + { + "type": 0, + "value": "Gästinformation uppdaterad" + } + ], + "myStay.header.myStayAt": [ + { + "type": 0, + "value": "Min vistelse på" + } + ], + "myStay.lateArrival": [ + { + "type": 0, + "value": "Sen ankomst" + } + ], + "myStay.manageStay.manageStay": [ + { + "type": 0, + "value": "Hantera bokningen" + } + ], + "myStay.manageStay.viewReceipt": [ + { + "type": 0, + "value": "Visa och skriv ut kvitto" + } + ], + "myStay.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "nr" + } + ], + "myStay.modifyBy": [ + { + "type": 0, + "value": "Ändras fram till" + } + ], + "myStay.modifyContact.confirmationMessage": [ + { + "type": 0, + "value": "Är du säker på att du vill ändra dina gästuppgifter?" + } + ], + "myStay.modifyContact.saveUpdates": [ + { + "type": 0, + "value": "Spara uppdateringar" + } + ], + "myStay.myTotalPoints": [ + { + "type": 0, + "value": "Mina totala poäng" + } + ], + "myStay.promo.bookNextStay.buttonText": [ + { + "type": 0, + "value": "Upptäck fler hotell" + } + ], + "myStay.receipt.accommodation": [ + { + "type": 0, + "value": "Boende" + } + ], + "myStay.receipt.bedType": [ + { + "type": 0, + "value": "Sängtyp" + } + ], + "myStay.receipt.finalVatBreakdownInfo": [ + { + "type": 0, + "value": "Slutgiltig momsspecifikation kommer att tillhandahållas vid utcheckningen." + } + ], + "myStay.receipt.member": [ + { + "type": 0, + "value": "Medlem" + } + ], + "myStay.receipt.numberOfGuests": [ + { + "type": 0, + "value": "Antal gäster" + } + ], + "myStay.receipt.numberOfNights": [ + { + "type": 0, + "value": "Antal nätter" + } + ], + "myStay.receipt.petRoomChargeIncludingVat": [ + { + "type": 0, + "value": "Avgift för husdjursrum inklusive moms" + } + ], + "myStay.receipt.prepaid": [ + { + "type": 0, + "value": "FÖRBETALT" + } + ], + "myStay.receipt.prepaidRoom": [ + { + "type": 0, + "value": "Rummet är förbetalt" + } + ], + "myStay.receipt.rate": [ + { + "type": 0, + "value": "Bokningstyp" + } + ], + "myStay.receipt.unknownItem": [ + { + "type": 0, + "value": "Okänt objekt" + } + ], + "myStay.referenceCard.actions.cancelStay.confirmationText": [ { "type": 0, "value": "Är du säker att du vill avboka din vistelse på " @@ -237,4976 +6219,7 @@ "value": " Detta kan inte återkallas." } ], - "/GCoTA": [ - { - "type": 0, - "value": "Rensa" - } - ], - "/J2mVO": [ - { - "type": 0, - "value": "Kampanjkod" - } - ], - "/Jd0eB": [ - { - "type": 0, - "value": "Läge på hotellet" - } - ], - "/M2gLD": [ - { - "type": 0, - "value": "Jacuzzi" - } - ], - "/M4CMl": [ - { - "type": 0, - "value": "Växla till" - } - ], - "/MBsh0": [ - { - "type": 0, - "value": "Destinationer i " - }, - { - "type": 1, - "value": "location" - } - ], - "/MHIq6": [ - { - "type": 0, - "value": "Måndag-fredag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "/QXeK7": [ - { - "type": 0, - "value": "Vill du ignorera ändringar som inte har sparats?" - } - ], - "/UnJ3S": [ - { - "type": 0, - "value": "Zooma ut" - } - ], - "/VnDMl": [ - { - "type": 0, - "value": "Övrigt" - } - ], - "/WMCDd": [ - { - "type": 0, - "value": "Något gick fel!" - } - ], - "/Wr1mA": [ - { - "type": 0, - "value": "Se dina länkade konton" - } - ], - "/YSwoH": [ - { - "type": 0, - "value": "Husdjursvänliga rum kostar cirka " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " /vistelse " - } - ], - "type": 8, - "value": "b" - } - ], - "/ZwbmB": [ - { - "type": 0, - "value": "Beskrivning" - } - ], - "/oMNOi": [ - { - "type": 0, - "value": "Filter för bokningskod" - } - ], - "/qZVpk": [ - { - "type": 0, - "value": "Extra sovplats" - } - ], - "/scXB/": [ - { - "type": 0, - "value": "Boende" - } - ], - "/wuxTe": [ - { - "type": 0, - "value": "EuroBonus-poäng" - } - ], - "/xvo1u": [ - { - "type": 0, - "value": "Vi hade ett problem med att garantera din bokning. Vänligen försök igen." - } - ], - "078WAr": [ - { - "type": 0, - "value": "Se alla" - } - ], - "07NkmM": [ - { - "type": 0, - "value": "Karta över staden" - } - ], - "08mfGS": [ - { - "type": 0, - "value": "Ändras fram till" - } - ], - "0AL7Zz": [ - { - "type": 0, - "value": "Genom att acceptera " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren för Scandic Friends" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " förstår jag att mina personuppgifter kommer att behandlas i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicy" - }, - { - "type": 0, - "value": "." - } - ], - "0CzhjP": [ - { - "type": 0, - "value": "Husdjursvänligt rum" - } - ], - "0G+5b9": [ - { - "type": 0, - "value": "Finns det något annat du vill att vi ska veta innan din ankomst?" - } - ], - "0If6g1": [ - { - "type": 0, - "value": "För att aktivera erbjudandet" - } - ], - "0RBjc6": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " liten bokstav" - } - ], - "0aZ/R+": [ - { - "type": 0, - "value": "Vi behöver fler uppgifter för att bekräfta din identitet." - } - ], - "0maga3": [ - { - "type": 0, - "value": "Mina poäng" - } - ], - "0nWcRb": [ - { - "type": 0, - "value": "Ett fel uppstod när kreditkortet skulle läggas till, försök igen senare." - } - ], - "0tTz4k": [ - { - "type": 0, - "value": "Rum totalt" - } - ], - "12QW63": [ - { - "type": 0, - "value": "Öppna menyn Mina sidor" - } - ], - "13G4Ct": [ - { - "type": 0, - "value": "Se och hantera din bokning som gjorts via vår hemsida eller app." - } - ], - "154YNy": [ - { - "type": 0, - "value": "Poolens längd: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "15bdWM": [ - { - "type": 0, - "value": "MOMS " - }, - { - "type": 1, - "value": "vat" - }, - { - "type": 0, - "value": "%" - } - ], - "16oeH4": [ - { - "type": 0, - "value": "U-bord" - } - ], - "1FYzfR": [ - { - "type": 0, - "value": "Gå med i Scandic Friends före incheckning" - } - ], - "1TOOT/": [ - { - "type": 0, - "value": "Namn: " - }, - { - "type": 1, - "value": "cardMembershipType" - } - ], - "1TZw8B": [ - { - "type": 0, - "value": "Visa Gym & Wellness" - } - ], - "1ahDyv": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "guests" - } - ], - "1k9yeC": [ - { - "type": 1, - "value": "distanceInKm" - }, - { - "type": 0, - "value": " km" - } - ], - "1kbg+Q": [ - { - "type": 0, - "value": "ÖVRIGT" - } - ], - "1mLe+3": [ - { - "type": 0, - "value": "Boka nu" - } - ], - "1mgdGm": [ - { - "type": 0, - "value": "Erbjudanden" - } - ], - "1mu4rU": [ - { - "type": 0, - "value": "Upptäck vårt Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Börja dagen med en härlig frukost innan du utforskar " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse på ett Scandic-hotell nu!" - } - ], - "1oMos4": [ - { - "type": 0, - "value": "Ny totalsumma" - } - ], - "1pAv2u": [ - { - "type": 0, - "value": "nästa nivå: " - }, - { - "type": 1, - "value": "nextLevel" - } - ], - "1q2ZbF": [ - { - "type": 0, - "value": "Sista giltighetsdag: " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "1qoX0/": [ - { - "type": 0, - "value": "Boka bord" - } - ], - "1yAiE/": [ - { - "type": 0, - "value": "After Work" - } - ], - "1yy7ia": [ - { - "type": 0, - "value": "Du hittar alla dina gåvor i 'Mina förmåner'" - } - ], - "1zAzht": [ - { - "type": 0, - "value": "Inkluderar veganska, glutenfria och andra allergivänliga alternativ." - } - ], - "1zvZ9Q": [ - { - "type": 0, - "value": "Hotell eller kontor" - } - ], - "24MWJR": [ - { - "type": 0, - "value": "Avboka bokning" - } - ], - "24eJOk": [ - { - "type": 0, - "value": "För att boka med EuroBonus-poäng, se till att du är inloggad på ditt SAS EuroBonus-konto." - } - ], - "2DnGHJ": [ - { - "type": 0, - "value": "Inkl. moms" - } - ], - "2I23F2": [ - { - "type": 0, - "value": "Så här gör du" - } - ], - "2JgixA": [ - { - "type": 0, - "value": "Högsta nivå" - } - ], - "2KjoBz": [ - { - "type": 0, - "value": "Visa som lista" - } - ], - "2Ml/7i": [ - { - "type": 0, - "value": "Rum" - } - ], - "2PdtGF": [ - { - "type": 0, - "value": "Vardagspriser" - } - ], - "2SvpuI": [ - { - "type": 0, - "value": "Logga in här" - } - ], - "2U07aT": [ - { - "type": 0, - "value": "Ett fel inträffade när du begärde ett nytt engångslösenord" - } - ], - "2V8g1U": [ - { - "type": 0, - "value": "Vänligen ange koden som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att överföra dina poäng." - } - ], - "2ZmUBe": [ - { - "type": 0, - "value": "Nattliv" - } - ], - "2aT8Od": [ - { - "type": 0, - "value": "Stadspuls" - } - ], - "2gRSn8": [ - { - "type": 0, - "value": "Antal laddningsstationer för elbilar: " - }, - { - "type": 1, - "value": "number" - } - ], - "2gWV/U": [ - { - "type": 0, - "value": "Dina poäng att använda" - } - ], - "2gbbkN": [ - { - "type": 0, - "value": "Jag vill få min bokningsbekräftelse via sms" - } - ], - "2gnKy+": [ - { - "type": 0, - "value": "Postnummer" - } - ], - "2jrPCG": [ - { - "type": 0, - "value": "Kom ihåg koden" - } - ], - "2n1WcP": [ - { - "type": 0, - "value": "Team Member-kort tillagt" - } - ], - "2nWM4j": [ - { - "type": 0, - "value": "Sängtyp" - } - ], - "2p2vRS": [ - { - "type": 0, - "value": "Inga matchande destinationer hittades" - } - ], - "2r0CU1": [ - { - "type": 0, - "value": "Alternativ för " - }, - { - "type": 1, - "value": "value" - } - ], - "2sRCsy": [ - { - "type": 0, - "value": "Gå till huvudinnehåll" - } - ], - "2u4B/g": [ - { - "type": 0, - "value": "Preliminärt kvitto" - } - ], - "2ugxgc": [ - { - "type": 0, - "value": "Okänt fel inträffade vid laddning av användare" - } - ], - "2wmdDD": [ - { - "type": 0, - "value": "Din nya totalsumma" - } - ], - "2xkMx8": [ - { - "type": 0, - "value": "Något gick fel. " - }, - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " kunde inte läggas till i din bokning!" - } - ], - "2yjlZf": [ - { - "type": 0, - "value": "Pensionerad" - } - ], - "2zQ/Df": [ - { - "type": 0, - "value": "Födelsedatum" - } - ], - "30ZROi": [ - { - "type": 0, - "value": "Okänt objekt" - } - ], - "30oh1M": [ - { - "type": 0, - "value": "Surprise!" - } - ], - "324rEv": [ - { - "type": 0, - "value": "Bokningsnummer / referens" - } - ], - "35Y+rG": [ - { - "children": [ - { - "type": 0, - "value": "Bokningskod" - } - ], - "type": 8, - "value": "strong" - }, - { - "type": 0, - "value": ": " - }, - { - "type": 1, - "value": "value" - } - ], - "3Drn4K": [ - { - "type": 0, - "value": "Bokningskod" - } - ], - "3J72OI": [ - { - "type": 0, - "value": "Bekvämligheter på rummet" - } - ], - "3NT83b": [ - { - "type": 0, - "value": "Det går inte att öppna sidan för " - }, - { - "type": 1, - "value": "locationName" - } - ], - "3SrAv0": [ - { - "type": 0, - "value": "Bokning av flera rum är inte tillgänglig med denna bokningskod." - } - ], - "3U22i2": [ - { - "type": 0, - "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" - } - ], - "3UmWTL": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "3a5wL8": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "3cvnzZ": [ - { - "type": 0, - "value": "Överraskningar" - } - ], - "3dx5N3": [ - { - "type": 0, - "value": "Länka dina " - }, - { - "children": [], - "type": 8, - "value": "scandicFriends" - }, - { - "type": 0, - "value": " och " - }, - { - "children": [], - "type": 8, - "value": "sasEuroBonus" - }, - { - "type": 0, - "value": " konton för att tjäna, använda och växla poäng mellan medlemskap" - } - ], - "3g72NQ": [ - { - "type": 0, - "value": "Giltigt till och med " - }, - { - "type": 1, - "value": "expirationDate" - } - ], - "3r78/n": [ - { - "type": 0, - "value": "Utcheckning senast: " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "3rCsfr": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " destinationer" - } - ], - "3wsVWF": [ - { - "type": 0, - "value": "Avbokat" - } - ], - "47FYwb": [ - { - "type": 0, - "value": "Avboka" - } - ], - "4HnN3i": [ - { - "type": 0, - "value": "Möten & konferenser" - } - ], - "4PCfGb": [ - { - "type": 0, - "value": "Vi kunde inte koppla ihop dina konton." - } - ], - "4VivsY": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "4jttkK": [ - { - "type": 0, - "value": "Garantera för sen ankomst" - } - ], - "4oGlJE": [ - { - "type": 0, - "value": "Ditt kort kommer endast att debiteras vid utebliven ankomst" - } - ], - "4p6BRn": [ - { - "type": 0, - "value": "Scandic Family" - } - ], - "5DMEDH": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "5PQz32": [ - { - "type": 0, - "value": "Avbokningsnummer" - } - ], - "5Tmjev": [ - { - "type": 0, - "value": "Hantera cookies" - } - ], - "5WpZVI": [ - { - "type": 0, - "value": "Ja, jag accepterar de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du kan vända dig om du har frågor." - } - ], - "5aiDYu": [ - { - "type": 0, - "value": "Logga in/Bli medlem" - } - ], - "5cIDjn": [ - { - "type": 0, - "value": "Bokningskoden är ogiltig" - } - ], - "5djCa5": [ - { - "type": 0, - "value": "För att boka en bonusnatt, se till att du är inloggad på ditt Scandic Friends-konto." - } - ], - "5jG8Js": [ - { - "type": 0, - "value": "Scandic Family Terms and Conditions" - } - ], - "5sJF5f": [ - { - "type": 0, - "value": "Mina sidor" - } - ], - "5sNu1v": [ - { - "type": 0, - "value": "Poängen räcker inte" - } - ], - "5sg7KC": [ - { - "type": 0, - "value": "Lösenord" - } - ], - "5uPMlY": [ - { - "type": 0, - "value": "Välj antal" - } - ], - "5xvHlh": [ - { - "type": 0, - "value": "Pris per natt" - } - ], - "60fk7f": [ - { - "type": 0, - "value": "Öppna " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gåva" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gåvor" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "60zt4K": [ - { - "type": 0, - "value": "Länka min anställning" - } - ], - "651gjY": [ - { - "type": 0, - "value": "Prisändring" - } - ], - "6NDqo3": [ - { - "type": 0, - "value": "Ja, stäng och ta bort förmån" - } - ], - "6Oiyju": [ - { - "type": 0, - "value": "Ej återbetalningsbar" - } - ], - "6P6rLB": [ - { - "type": 0, - "value": "Slutgiltig momsspecifikation kommer att tillhandahållas vid utcheckningen." - } - ], - "6PjBc0": [ - { - "type": 0, - "value": "Fortsätt med nytt pris" - } - ], - "6TXxwM": [ - { - "type": 0, - "value": "Efternamnet får inte innehålla några specialtecken" - } - ], - "6XJgBk": [ - { - "type": 1, - "value": "facility" - }, - { - "type": 0, - "value": " (tillgänglig i vissa rum)" - } - ], - "6Z2JbZ": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "rum" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "6cPSs3": [ - { - "type": 0, - "value": "Måndag-fredag: Alltid öppet" - } - ], - "6fzv5c": [ - { - "type": 0, - "value": "Sevärdheter" - } - ], - "6h+4pN": [ - { - "type": 0, - "value": "Sök" - } - ], - "6iEKT/": [ - { - "type": 0, - "value": "Ogiltigt bokningsnummer" - } - ], - "6mFYCR": [ - { - "type": 0, - "value": "TUI-poäng" - } - ], - "6tRbVW": [ - { - "type": 0, - "value": "Inga transaktioner tillgängliga" - } - ], - "6xNl6V": [ - { - "type": 0, - "value": "Lägg till kod" - } - ], - "706a3U": [ - { - "type": 0, - "value": "Avbokningsnummer" - } - ], - "71oD9T": [ - { - "type": 0, - "value": "Parkering kan förbokas: Ja" - } - ], - "74VS9G": [ - { - "type": 0, - "value": "För många misslyckade försök" - } - ], - "74pvS7": [ - { - "type": 0, - "value": "Det gick inte att lägga till i kalendern" - } - ], - "75mmZM": [ - { - "type": 0, - "value": "Avstånd till stadens centrum" - } - ], - "77dYCv": [ - { - "type": 0, - "value": "Bokningsnummer" - } - ], - "789Kl/": [ - { - "type": 0, - "value": "Är du säker på att du vill avlänka ditt konto?" - } - ], - "7Chrsf": [ - { - "type": 0, - "value": "Det nya lösenordet matchar inte" - } - ], - "7Kryz0": [ - { - "type": 0, - "value": "Earn flights with nights" - } - ], - "7L86Z5": [ - { - "type": 0, - "value": "Medlem" - } - ], - "7VcWhU": [ - { - "type": 0, - "value": "Ange destination eller hotell" - } - ], - "7Yon8T": [ - { - "type": 0, - "value": "Boka rabatterade övernattningar för dig själv, familj och vänner!" - } - ], - "7ZOaq5": [ - { - "type": 0, - "value": "Betala vid incheckning" - } - ], - "7kpRto": [ - { - "type": 0, - "value": "Nivåutveckling: " - }, - { - "type": 1, - "value": "earned" - }, - { - "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" - }, - { - "type": 0, - "value": " poäng intjänade" - } - ], - "7pXrnq": [ - { - "type": 0, - "value": "Dag" - } - ], - "7tOz+m": [ - { - "type": 0, - "value": "betala nu" - } - ], - "7uYX7n": [ - { - "type": 0, - "value": "Min vistelse på" - } - ], - "7yTfad": [ - { - "type": 0, - "value": "Friends & Family-priset kan endast bokas via FUSE." - } - ], - "7zDxaq": [ - { - "type": 0, - "value": "Kvar till nästa nivå" - } - ], - "83e1us": [ - { - "type": 0, - "value": "Du skickas vidare till Mina sidor." - } - ], - "8AsFoH": [ - { - "type": 0, - "value": "Du har nu annullerat din betalning." - } - ], - "8BM/9W": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - } - ], - "8CFJH2": [ - { - "type": 0, - "value": "Inomhuspool" - } - ], - "8GVKU9": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellfaciliteter" - } - ], - "8HJxXG": [ - { - "type": 0, - "value": "Registrera dig" - } - ], - "8Iv00Q": [ - { - "type": 0, - "value": "Det gick inte att kopiera" - } - ], - "8TLWE/": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "8U6OBb": [ - { - "type": 0, - "value": "Vi beklagar att det inte gick denna gång." - } - ], - "8YwpzF": [ - { - "type": 0, - "value": "på " - }, - { - "type": 1, - "value": "expiryDate" - } - ], - "8ZqsMu": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "fName" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "lName" - }, - { - "type": 0, - "value": "!" - } - ], - "8bo8AW": [ - { - "type": 0, - "value": "Är du säker på att du vill fortsätta med avbokningen?" - } - ], - "8d6Mj3": [ - { - "type": 0, - "value": "vuxen" - } - ], - "8jpGK3": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "8o25Ir": [ - { - "type": 0, - "value": "Ja, ignorera ändringar" - } - ], - "9+Ddtu": [ - { - "type": 0, - "value": "Nästa" - } - ], - "92ZaKG": [ - { - "type": 0, - "value": "Du har inga poäng att överföra." - } - ], - "93oVTh": [ - { - "type": 0, - "value": "Kopierad till urklipp" - } - ], - "9B40Wz": [ - { - "type": 0, - "value": "Berätta för oss vilken information och vilka uppdateringar du vill ha och hur, genom att klicka på länken nedan." - } - ], - "9BtWh9": [ - { - "type": 0, - "value": "Vägbeskrivning" - } - ], - "9BvYb9": [ - { - "type": 0, - "value": "Kupong" - } - ], - "9Cm82i": [ - { - "type": 0, - "value": "Poäng tillagda" - } - ], - "9FD+ZX": [ - { - "type": 0, - "value": "Det finns redan ett konto med den här e-mailadressen. Försök att logga in i stället." - } - ], - "9P3mlJ": [ - { - "type": 0, - "value": "Inomhusfönster mot hotellet" - } - ], - "9VMkLk": [ - { - "type": 0, - "value": "Bastu" - } - ], - "9g2jKz": [ - { - "type": 0, - "value": "Alla kategorier" - } - ], - "9hI7qc": [ - { - "type": 0, - "value": "Bokningsvillkor" - } - ], - "9k5qQl": [ - { - "type": 0, - "value": "Betalningsmetoder" - } - ], - "9kztkJ": [ - { - "type": 0, - "value": "Rummet är förbetalt" - } - ], - "9mdZiM": [ - { - "type": 0, - "value": "Särskilda önskemål (valfritt)" - } - ], - "9oNQSC": [ - { - "type": 0, - "value": "Ålder" - } - ], - "9qmnCi": [ - { - "type": 0, - "value": "Nya datum" - } - ], - "9revPu": [ - { - "type": 0, - "value": "Växla från" - } - ], - "9uOFF3": [ - { - "type": 0, - "value": "Översikt" - } - ], - "9z0LwI": [ - { - "type": 0, - "value": "Medlemsförmåner har använts" - } - ], - "A+5RC7": [ - { - "type": 0, - "value": "Få medlemspris på rummet" - } - ], - "A+BGBs": [ - { - "type": 0, - "value": "Utcheckning" - } - ], - "A+poJy": [ - { - "type": 1, - "value": "address" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city" - }, - { - "type": 0, - "value": " ∙ " - }, - { - "type": 1, - "value": "distanceToCityCenterInKm" - }, - { - "type": 0, - "value": " km till stadens centrum" - } - ], - "A/KWYT": [ - { - "type": 0, - "value": "Lördag-söndag: Alltid öppet" - } - ], - "A9Jf2P": [ - { - "type": 0, - "value": "Upptäck fler hotell" - } - ], - "A9KYOd": [ - { - "type": 0, - "value": "Se hotellinformation" - } - ], - "ADI8Dc": [ - { - "type": 0, - "value": "Önskad sängtyp" - } - ], - "AHNgCp": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": "gåva" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "gåvor" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - }, - { - "type": 0, - "value": " läggs till dina förmåner" - } - ], - "AUT5ey": [ - { - "type": 0, - "value": "Hotell nära " - }, - { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "AV3Ftk": [ - { - "type": 0, - "value": "Se prisuppgifter" - } - ], - "AWt+cC": [ - { - "type": 0, - "value": "Välj ditt språk" - } - ], - "AXn6Ak": [ - { - "type": 0, - "value": "Wellness" - } - ], - "Ab3ZDX": [ - { - "type": 0, - "value": "Relax" - } - ], - "AbemAP": [ - { - "type": 0, - "value": "Ogiltiga datum" - } - ], - "AdMWcR": [ - { - "type": 0, - "value": "För att få medlemspriset " - }, - { - "children": [ - { - "type": 1, - "value": "price" - } - ], - "type": 8, - "value": "span" - }, - { - "type": 0, - "value": ", logga in eller bli medlem när du slutför bokningen." - } - ], - "Afvn0g": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "AmzmVi": [ - { - "type": 0, - "value": "Poäng att spendera" - } - ], - "ApsDfs": [ - { - "type": 0, - "value": "I mån av tillgänglighet" - } - ], - "AvYZn0": [ - { - "type": 0, - "value": "Fel vid begäran om engångslösenord" - } - ], - "AwWYn/": [ - { - "type": 0, - "value": "Lördag-söndag: " - }, - { - "type": 1, - "value": "openingTime" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "closingTime" - } - ], - "AyGauy": [ - { - "type": 0, - "value": "Logga in" - } - ], - "B/bu85": [ - { - "type": 0, - "value": "Intjänade poäng" - } - ], - "B0YuKm": [ - { - "type": 0, - "value": "Vänligen kontakta kundtjänst för att uppdatera datumen." - } - ], - "BEX6A7": [ - { - "type": 0, - "value": "Min profil" - } - ], - "BHaqtO": [ - { - "type": 0, - "value": "Externt gym: " - }, - { - "type": 1, - "value": "value" - } - ], - "BIqtWU": [ - { - "type": 0, - "value": "Vissa rum avbokades utan problem, men vi stötte på problem med andra. Vänligen kontakta kundtjänst för hjälp." - } - ], - "BQxZ71": [ - { - "type": 0, - "value": "Karta över landet" - } - ], - "BWpuKl": [ - { - "type": 0, - "value": "Uppdatera" - } - ], - "BXks2n": [ - { - "type": 0, - "value": "Du har tillräckligt med poäng för en bonusnatt!" - } - ], - "BXt/a5": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." - } - ], - "BY343C": [ - { - "type": 0, - "value": "Ändra" - } - ], - "BYcg51": [ - { - "type": 1, - "value": "expiringPoints" - }, - { - "type": 0, - "value": " poäng upphör att gälla" - } - ], - "BbXGCK": [ - { - "type": 0, - "value": "Hitta hit" - } - ], - "BdqGHI": [ - { - "type": 0, - "value": "Växlade poäng kommer inte att vara nivåkvalificerande." - } - ], - "Bhd3E+": [ - { - "type": 0, - "value": "Det tar längre tid än vanligt" - } - ], - "BiBmS8": [ - { - "type": 0, - "value": "Det gick inte att aktivera det här erbjudandet" - } - ], - "BiGp54": [ - { - "type": 0, - "value": "Bokningsöversikt" - } - ], - "BlOdMP": [ - { - "type": 0, - "value": "Se rumsinformation" - } - ], - "BlRZhV": [ - { - "type": 0, - "value": "Sängalternativ" - } - ], - "Bxj/bw": [ - { - "type": 0, - "value": "Dina konton är länkade" - } - ], - "ByoZDD": [ - { - "type": 0, - "value": "Brödsmulor" - } - ], - "BzQPM+": [ - { - "type": 0, - "value": "Destination" - } - ], - "C6jWpL": [ - { - "type": 0, - "value": "Fortsätt med poängutbytet?" - } - ], - "C81/uG": [ - { - "type": 0, - "value": "Logga ut" - } - ], - "C9QQ8s": [ - { - "type": 0, - "value": "Priser" - } - ], - "CCtGox": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Börja dagen med en härlig frukost innan du utforskar " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse på ett Scandic-hotell nu!" - } - ], - "CFNkwp": [ - { - "type": 0, - "value": "Se rum" - } - ], - "CNcX0n": [ - { - "type": 0, - "value": "Klassrum" - } - ], - "CT8bu0": [ - { - "type": 0, - "value": "Gästinformation uppdaterad" - } - ], - "CUA7z+": [ - { - "type": 0, - "value": "Visa hotell på karta" - } - ], - "CZzNjI": [ - { - "type": 0, - "value": "Läs mer om hotellet" - } - ], - "CdbMxE": [ - { - "type": 0, - "value": "Vänligen ange koden som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att kunna bekräfta din kontolänkning." - } - ], - "Cf9g/y": [ - { - "type": 0, - "value": "Se villkor och bestämmelser för alla kvalificeringskrav." - } - ], - "Cn4NMM": [ - { - "type": 0, - "value": "Ca" - } - ], - "CzAwGL": [ - { - "type": 0, - "value": "Denna verifiering behövs för ytterligare säkerhet." - } - ], - "D+5HxX": [ - { - "style": null, - "type": 2, - "value": "points" - }, - { - "type": 0, - "value": " poäng" - } - ], - "D2moDH": [ - { - "type": 0, - "value": "Ca " - }, - { - "type": 1, - "value": "value" - } - ], - "D6b0Au": [ - { - "type": 0, - "value": "Datum" - } - ], - "D9IvvZ": [ - { - "type": 0, - "value": "Gym och hälsofaciliteter på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "DANPUx": [ - { - "type": 0, - "value": "Nya datum" - } - ], - "DGq+g+": [ - { - "type": 0, - "value": "Du har " - }, - { - "children": [ - { - "type": 1, - "value": "amount" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " gåvor som väntar på dig!" - } - ], - "DI16U9": [ - { - "type": 0, - "value": "Slutför bokningen" - } - ], - "DLswGJ": [ - { - "type": 0, - "value": "Är du säker på att du vill ta bort kortet som slutar med " - }, - { - "type": 1, - "value": "lastFourDigits" - }, - { - "type": 0, - "value": " från din medlemsprofil?" - } - ], - "DNaeD7": [ - { - "type": 0, - "value": "Låt dig inspireras och börja drömma om din nästa resa. Utforska fler Scandic-destinationer." - } - ], - "DPsrer": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " poäng" - } - ], - "DQ1vn2": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "DS/jj5": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erbjuder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gästerna kan också njuta av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": ". Boka din vistelse på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " redan idag!" - } - ], - "DXSt8T": [ - { - "type": 0, - "value": "Tillbaka till scandichotels.com" - } - ], - "DejB0r": [ - { - "type": 0, - "value": "Din nivå" - } - ], - "DiqS5R": [ - { - "type": 0, - "value": "Det gick inte att skicka formuläret, vänligen försök igen senare." - } - ], - "Dj/del": [ - { - "type": 0, - "value": "Reservera med kort" - } - ], - "DmhbWv": [ - { - "type": 0, - "value": "Om inte, vänligen gå tillbaka och gör det innan du stänger detta. När du stänger det här kommer din förmån att bli ogiltig och tas bort från Mina förmåner." - } - ], - "DszS84": [ - { - "type": 0, - "value": "Vid utebliven ankomst debiteras ditt kreditkort för den första natten." - } - ], - "E54iJ+": [ - { - "type": 0, - "value": "Terrass" - } - ], - "E6hhny": [ - { - "type": 0, - "value": "Gå med i vårt lojalitetsprogram idag!" - } - ], - "ECx6So": [ - { - "type": 0, - "value": "I vuxens säng" - } - ], - "EMz+WD": [ - { - "type": 0, - "value": "Avstånd till hotellet: " - }, - { - "type": 1, - "value": "distanceInM" - }, - { - "type": 0, - "value": " m" - } - ], - "ETet+T": [ - { - "type": 0, - "value": "Visa som karta" - } - ], - "EWW+Ao": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - } - ], - "EWf4oG": [ - { - "type": 0, - "value": "Pris per dag" - } - ], - "EWw/tK": [ - { - "type": 0, - "value": "Använd" - } - ], - "EbNTeq": [ - { - "type": 0, - "value": "Incheckning/utcheckning" - } - ], - "EbodHt": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "ExIAgH": [ - { - "type": 0, - "value": "Intjänade poäng" - } - ], - "F6OyfE": [ - { - "type": 0, - "value": "Priser" - } - ], - "FCjg4h": [ - { - "type": 0, - "value": "Hotell som ingår i detta erbjudande" - } - ], - "FEQ7xp": [ - { - "type": 0, - "value": "Frukost kan endast läggas till under hela vistelsen och för alla gäster." - } - ], - "FLZRwl": [ - { - "type": 0, - "value": "Personalnumret är redan kopplat till ett annat Scandic Friends-medlemskap." - } - ], - "FMS4p1": [ - { - "type": 0, - "value": "Hitta" - } - ], - "FPcbu0": [ - { - "type": 0, - "value": "Ange ett giltigt telefonnummer" - } - ], - "FTl7zL": [ - { - "type": 0, - "value": "Ditt konto kunde inte anslutas" - } - ], - "FZI5xl": [ - { - "type": 0, - "value": "Förnamn krävs" - } - ], - "FagiuS": [ - { - "type": 0, - "value": "Tillgängliga priser" - } - ], - "FazwRl": [ - { - "type": 0, - "value": "Försök igen" - } - ], - "FbPPup": [ - { - "type": 0, - "value": "För att säkra din bokning ber vi dig vänligen att ange dina betalkortsuppgifter. Du kan vara lugn, inga avgifter kommer att tas ut vid denna tidpunkt." - } - ], - "Ff9eTz": [ - { - "type": 0, - "value": "På hotellet" - } - ], - "FfB5Xz": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng " - }, - { - "children": [ - { - "type": 0, - "value": "eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nätter" - } - ], - "type": 8, - "value": "highlight" - } - ], - "FnTlVB": [ - { - "type": 0, - "value": "Halvcirkel" - } - ], - "FutWbE": [ - { - "type": 0, - "value": "Eftersom detta är en vistelse med flera rum gäller eventuella datumändringar för alla rum, vänligen be den person som bokade vistelsen att kontakta kundtjänst." - } - ], - "Fv1ZSz": [ - { - "type": 0, - "value": "Stängt" - } - ], - "G/3JvN": [ - { - "type": 0, - "value": "När du garanterar din bokning, kommer vi att hålla bokningen till 07:00 dagen efter incheckning. Detta ger dig som gäst extra flexibilitet när det gäller incheckningstider." - } - ], - "G/yZLu": [ - { - "type": 0, - "value": "Ta bort" - } - ], - "G7LisW": [ - { - "type": 0, - "value": "Få tillgång till ditt Team Member-kort här på Mina sidors översikt." - } - ], - "G7NMPg": [ - { - "type": 0, - "value": "Se alla bekvämligheter" - } - ], - "G9YzTL": [ - { - "type": 0, - "value": "Jag accepterar boknings- och avbokningsvillkoren" - } - ], - "GBa/J8": [ - { - "type": 0, - "value": "Fri parkering" - } - ], - "GFTdXw": [ - { - "type": 0, - "value": "Födelsedatum" - } - ], - "GG+9r/": [ - { - "type": 0, - "value": "Bonusnätter kan inte kombineras med koder eller värdekuponger." - } - ], - "GGbc+h": [ - { - "type": 0, - "value": "Upptäck de små detaljerna som kommer att göra din nästa vistelse ännu mer minnesvärd." - } - ], - "GLu9qf": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "GMOdLb": [ - { - "type": 0, - "value": "Garantera" - } - ], - "GUYgmC": [ - { - "type": 0, - "value": "Kod / kupong" - } - ], - "GWrUqY": [ - { - "type": 0, - "value": "Produkten kunde inte läggas till. Din bokning är garanterad. Vänligen försök igen." - } - ], - "GlK9BC": [ - { - "type": 0, - "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "memberse@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "Gn0PJx": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " - Bildgalleri" - } - ], - "GqTJm/": [ - { - "type": 0, - "value": "Utforska " - }, - { - "type": 1, - "value": "restaurantName" - }, - { - "type": 0, - "value": " på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "Gs9Kfp": [ - { - "type": 0, - "value": "Tillbaka till toppen" - } - ], - "GuUuUr": [ - { - "type": 0, - "value": "Din nivåstatus" - } - ], - "H091a8": [ - { - "type": 0, - "value": "Totalt inklusive moms" - } - ], - "H36vgV": [ - { - "type": 0, - "value": "Landskod" - } - ], - "H5+NAX": [ - { - "type": 0, - "value": "Saldo" - } - ], - "H9bLUL": [ - { - "type": 0, - "value": "Mötesdestination" - } - ], - "H9nyTN": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "HAlOn1": [ - { - "type": 0, - "value": "Namn" - } - ], - "HK3ph8": [ - { - "type": 0, - "value": "Så här fungerar det" - } - ], - "HOYrF1": [ - { - "type": 0, - "value": "Om tillgänglighet" - } - ], - "HRrOrP": [ - { - "type": 0, - "value": "Sängval krävs" - } - ], - "HW+bLl": [ - { - "type": 0, - "value": "Boka parkering" - } - ], - "Hgkut0": [ - { - "type": 0, - "value": "Filtrera och sortera" - } - ], - "HlMWir": [ - { - "type": 0, - "value": "Anställd" - } - ], - "Ho0qDa": [ - { - "type": 0, - "value": "Födelsedatum saknas" - } - ], - "Ht82Me": [ - { - "type": 0, - "value": "Hittar du inte din bokning?" - } - ], - "I/M2nM": [ - { - "type": 0, - "value": "EB-poäng att växla" - } - ], - "I3rqT8": [ - { - "type": 0, - "value": "Skriv in det nya lösenordet igen" - } - ], - "I43Nm4": [ - { - "type": 0, - "value": "Vi hittade inga lediga rum med denna bokningskod (" - }, - { - "type": 1, - "value": "bookingCode" - }, - { - "type": 0, - "value": "). Se tillgängliga priser nedan." - } - ], - "IAGueY": [ - { - "type": 0, - "value": "Husdjursvänligt" - } - ], - "IDDoMx": [ - { - "type": 0, - "value": "Kundservice" - } - ], - "IFkDw5": [ - { - "type": 0, - "value": "Städer" - } - ], - "IFo1oo": [ - { - "type": 0, - "value": "År" - } - ], - "IK2R3P": [ - { - "type": 0, - "value": "Vi håller fortfarande på att bekräfta din bokning. Detta är vanligtvis en fråga om minuter, vi ber om ursäkt för väntetiden. Kontrollera din inkorg för ett e-postmeddelande med bokningsbekräftelse. Om du fortfarande inte har fått det i slutet av dagen, vänligen kontakta vår " - }, - { - "children": [ - { - "type": 0, - "value": "kundsupport" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "IMVjWt": [ - { - "type": 0, - "value": "Poäng som behövs för att gå upp i nivå" - } - ], - "IN/++S": [ - { - "type": 0, - "value": "Cykelvänligt" - } - ], - "INrbJL": [ - { - "type": 0, - "value": "Användare hittades inte" - } - ], - "IQC/ix": [ - { - "type": 0, - "value": "Senaste sökningarna" - } - ], - "IRsfJt": [ - { - "type": 0, - "value": "Frukost (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - }, - { - "type": 0, - "value": ") x " - }, - { - "type": 1, - "value": "totalBreakfasts" - } - ], - "ITdmlJ": [ - { - "type": 0, - "value": "Kontaktinformation" - } - ], - "IWUXc/": [ - { - "type": 0, - "value": "Ja, ta bort mitt kort" - } - ], - "IdRlJT": [ - { - "type": 0, - "value": "Inga fönster" - } - ], - "Ig5fmX": [ - { - "type": 0, - "value": "Mina sparade kort" - } - ], - "ImeLZi": [ - { - "type": 0, - "value": "Antal nätter" - } - ], - "InWqys": [ - { - "type": 0, - "value": "Valfritt" - } - ], - "IoNLOT": [ - { - "type": 0, - "value": "Det gick inte att verifiera medlemskapet" - } - ], - "Ip0NvZ": [ - { - "type": 0, - "value": "Byt rum" - } - ], - "J05iKt": [ - { - "type": 1, - "value": "smallest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "largest" - }, - { - "type": 0, - "value": " m²" - } - ], - "JAVQI5": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalAdults" - } - ], - "JBWS0c": [ - { - "type": 0, - "value": "Länk" - } - ], - "JBZM7K": [ - { - "type": 0, - "value": "Frukosterbjudande kan köpas på hotellet." - } - ], - "JBxlxQ": [ - { - "type": 0, - "value": "från och med idag" - } - ], - "JDgkr/": [ - { - "type": 0, - "value": "Ta bort rum" - } - ], - "JHTwdB": [ - { - "type": 0, - "value": "Visa lösenord" - } - ], - "JJNc3c": [ - { - "type": 0, - "value": "Tidigare" - } - ], - "JKrQlS": [ - { - "type": 0, - "value": "Genom att länka dina konton godkänner du " - }, - { - "children": [ - { - "type": 0, - "value": "Scandic Friends och SAS villkor" - } - ], - "type": 8, - "value": "sasScandicTermsAndConditionsLink" - }, - { - "type": 0, - "value": "." - } - ], - "JLaMS+": [ - { - "style": null, - "type": 2, - "value": "amount" - }, - { - "type": 0, - "value": " kvar" - } - ], - "JMac37": [ - { - "type": 0, - "value": "Visa alla" - } - ], - "JMgiGL": [ - { - "type": 0, - "value": "Kontakta personen som bokade vistelsen" - } - ], - "JXdbo8": [ - { - "type": 0, - "value": "Klart" - } - ], - "JZJbEH": [ - { - "type": 0, - "value": "Hantera inställningar" - } - ], - "Jahf7l": [ - { - "type": 0, - "value": "Kundsupport" - } - ], - "JbmKp7": [ - { - "type": 0, - "value": "Destination (visas på lokalt språk)" - } - ], - "JfG49w": [ - { - "type": 0, - "value": "Öppna" - } - ], - "Jijnp3": [ - { - "type": 0, - "value": "Bokningsnummer " - }, - { - "type": 1, - "value": "value" - } - ], - "JlevBn": [ - { - "type": 0, - "value": "Ladda ner faktura" - } - ], - "JqYU8E": [ - { - "type": 0, - "value": "Kopiera erbjudandekod" - } - ], - "JqiqNj": [ - { - "type": 0, - "value": "Något gick fel" - } - ], - "K+okA1": [ - { - "type": 0, - "value": "Antal gäster" - } - ], - "K3fWTv": [ - { - "type": 0, - "value": "Dölj lösenord" - } - ], - "K6yt62": [ - { - "type": 0, - "value": "Alltid öppet" - } - ], - "K7YS00": [ - { - "type": 0, - "value": "Utforska " - }, - { - "type": 1, - "value": "city" - } - ], - "K9K2Ib": [ - { - "type": 0, - "value": "Visa som lista" - } - ], - "KBHvK0": [ - { - "type": 0, - "value": "Redan medlem?" - } - ], - "KOU19U": [ - { - "type": 0, - "value": "Nuvarande medlemsår" - } - ], - "KVIw7l": [ - { - "type": 0, - "value": "Pris exklusive moms" - } - ], - "KYUOY2": [ - { - "type": 0, - "value": "poäng" - } - ], - "KaH0vJ": [ - { - "type": 0, - "value": "Du kan inte ha fler barn i vuxensängen än vuxna i rummet" - } - ], - "Kix22u": [ - { - "type": 0, - "value": "Växla poäng" - } - ], - "KlRwjb": [ - { - "type": 0, - "value": "Avlänka konto" - } - ], - "KnLEK9": [ - { - "type": 0, - "value": "Hotellfaciliteter" - } - ], - "Kv6Gl+": [ - { - "type": 0, - "value": "Mina vistelser" - } - ], - "KxG+iy": [ - { - "type": 0, - "value": "Moms" - } - ], - "KyJWx/": [ - { - "type": 0, - "value": "Födelsedatum stämmer inte överens" - } - ], - "L+Rz7C": [ - { - "type": 0, - "value": "Poäng förfaller tre år efter att de har tjänats in, den sista dagen i den månaden. Poäng som förfaller påverkar inte din nivå." - } - ], - "L8JVxl": [ - { - "type": 0, - "value": "Öppet för ansökan" - } - ], - "LA0jHB": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "nr" - } - ], - "LAa5Cf": [ - { - "type": 0, - "value": "Det gick inte att uppdatera gästinformation" - } - ], - "LC4ckH": [ - { - "type": 0, - "value": "Detta rum är utrustat med" - } - ], - "LFvEP4": [ - { - "type": 0, - "value": "Uppgradera din vistelse" - } - ], - "LGIv/k": [ - { - "type": 0, - "value": "Gå upp i nivå för att låsa upp" - } - ], - "LNxbF3": [ - { - "type": 0, - "value": "MINA SPARADE KORT" - } - ], - "LdRKjw": [ - { - "type": 0, - "value": "Medlems-ID:" - } - ], - "LfLo2X": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rum" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "LsNq99": [ - { - "type": 0, - "value": "Är du säker på att du vill ta bort den här produkten?" - } - ], - "Lv0zJu": [ - { - "type": 0, - "value": "Detaljer" - } - ], - "MCz6fU": [ - { - "type": 0, - "value": "Om du stänger detta kommer din förmån att tas bort" - } - ], - "MG307p": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "currency" - } - ], - "MH3koz": [ - { - "type": 0, - "value": "Föregående bild" - } - ], - "MJ2jZQ": [ - { - "type": 0, - "value": "Totalt" - } - ], - "MR2Yun": [ - { - "type": 0, - "value": "Hotellomgivning" - } - ], - "MYfqmh": [ - { - "type": 0, - "value": "Mina betalkort" - } - ], - "MZWFD2": [ - { - "type": 0, - "value": "Fortsätt med poängväxlingen?" - } - ], - "MdTLda": [ - { - "type": 0, - "value": "Välj frukostalternativ" - } - ], - "MlodOH": [ - { - "type": 0, - "value": "Sidans sökvägar kunde inte laddas (" - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": ")" - } - ], - "MrGSkb": [ - { - "type": 0, - "value": "Din Scandic Friends-nivå " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " har uppgraderat dig till " - }, - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - } - ], - "Mu4VMS": [ - { - "type": 0, - "value": "Frukost kan läggas till efter bokning mot en extra avgift." - } - ], - "N+2g64": [ - { - "type": 0, - "value": "Lunch" - } - ], - "N+Tw+Q": [ - { - "type": 0, - "value": "Fick du ingen kod? " - }, - { - "children": [ - { - "type": 0, - "value": "Skicka kod igen" - } - ], - "type": 8, - "value": "resendOtpLink" - } - ], - "N180eK": [ - { - "type": 0, - "value": "De poäng du tjänar i år avgör din nivå för både detta och nästa medlemsår." - } - ], - "N2IrpM": [ - { - "type": 0, - "value": "Bekräfta" - } - ], - "N4RCMW": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokala samtalsavgifter" - } - ], - "N8BYiR": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " tillgängliga poäng" - } - ], - "N9DC21": [ - { - "type": 0, - "value": "MATCH" - } - ], - "NB1boO": [ - { - "type": 0, - "value": "Välkommen till" - } - ], - "NIVTxd": [ - { - "type": 0, - "value": "Gäster" - } - ], - "NIynnB": [ - { - "type": 0, - "value": "Aktuellt lösenord" - } - ], - "NMTQZv": [ - { - "type": 1, - "value": "amount" - }, - { - "type": 0, - "value": " för rum " - }, - { - "type": 1, - "value": "roomNr" - } - ], - "NMaQpQ": [ - { - "type": 0, - "value": "Levererad till:" - } - ], - "NOuvU/": [ - { - "type": 0, - "value": "Let's be friends!" - } - ], - "NQTpjn": [ - { - "type": 0, - "value": "Ja, jag accepterar de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Där kan du läsa mer om vilka uppgifter vi behandlar, dina rättigheter och vart du ska vända dig om du har frågor." - } - ], - "NRuf1w": [ - { - "type": 0, - "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna accepterar jag villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jag accepterar också att Scandic kräver ett giltigt betalkort under mitt besök i händelse av att något lämnas obetalt." - } - ], - "NmK6zy": [ - { - "type": 0, - "value": "Betalning" - } - ], - "Ntjkqd": [ - { - "type": 0, - "value": "eller" - } - ], - "NvOzdj": [ - { - "type": 0, - "value": "Visa alla hotell i " - }, - { - "type": 1, - "value": "country" - } - ], - "NwvxL9": [ - { - "type": 1, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "POÄNG" - } - ], - "type": 8, - "value": "points" - }, - { - "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 0, - "value": "kvar för att behålla nivån" - } - ], - "type": 8, - "value": "support" - } - ], - "O+LuFc": [ - { - "type": 0, - "value": "Snacks & dryck" - } - ], - "O4yQjy": [ - { - "type": 1, - "value": "ancillary" - }, - { - "type": 0, - "value": " har lagts till i din bokning!" - } - ], - "O60xCv": [ - { - "type": 0, - "value": "Incheckning efter 18:00" - } - ], - "OL4ZIR": [ - { - "type": 0, - "value": "Jag accepterar villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkor" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "OU77CL": [ - { - "type": 0, - "value": "Medlemsnumret kan inte vara detsamma för två olika rum" - } - ], - "OVEAi9": [ - { - "type": 0, - "value": "Ändra datum" - } - ], - "Oe92i7": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontolänkning." - } - ], - "OeFXJa": [ - { - "type": 0, - "value": "Till en kostnad" - } - ], - "Oeosmx": [ - { - "type": 0, - "value": "Hämtmat" - } - ], - "P/rqs3": [ - { - "type": 0, - "value": "Genom att betala med någon av de tillgängliga betalningsmetoderna godkänner jag villkoren för denna bokning och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Boknings- och avbokningsvillkor" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna bokning i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": ". Jag godkänner också att Scandic kräver ett giltigt betalkort under mitt besök om något skulle lämnas obetalt." - } - ], - "P0PLlQ": [ - { - "type": 0, - "value": "Poäng" - } - ], - "P0rMuQ": [ - { - "type": 0, - "value": "Slutför bokning" - } - ], - "P7PLVj": [ - { - "type": 0, - "value": "Datum" - } - ], - "PBc7Zn": [ - { - "type": 0, - "value": "Mina tillval" - } - ], - "PF71UL": [ - { - "type": 1, - "value": "rating" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " recensioner på Tripadvisor)" - } - ], - "PHvB4P": [ - { - "type": 0, - "value": "Boka din nästa vistelse" - } - ], - "PMKZJK": [ - { - "type": 0, - "value": "Total kostnad: " - }, - { - "type": 1, - "value": "amount" - } - ], - "PNf10z": [ - { - "type": 0, - "value": "Poäng håller på att beräknas" - } - ], - "PW+sL4": [ - { - "type": 0, - "value": "N/A" - } - ], - "PZoqKF": [ - { - "type": 0, - "value": "Poolens djup: " - }, - { - "type": 1, - "value": "from" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "to" - }, - { - "type": 0, - "value": " m" - } - ], - "Ph0uLh": [ - { - "type": 0, - "value": "Länka din anställning för att få tillgång till förmåner" - } - ], - "PiyDFo": [ - { - "type": 0, - "value": "Live events" - } - ], - "Pj/7TQ": [ - { - "type": 0, - "value": "Scandic Friends Mastercard" - } - ], - "PjFzUq": [ - { - "type": 0, - "value": "Visa alla erbjudanden" - } - ], - "PjY4fr": [ - { - "type": 0, - "value": "SF-poäng att få" - } - ], - "PlBReU": [ - { - "type": 0, - "value": "Logga ut" - } - ], - "PrJ4ia": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Utforska " - }, - { - "type": 1, - "value": "city1" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "city2" - }, - { - "type": 0, - "value": ", och mer! Allt medan du njuter av din vistelse på ett Scandic-hotell. Boka nu!" - } - ], - "PwaN2o": [ - { - "type": 0, - "value": "Välkommen" - } - ], - "PyFRJ7": [ - { - "type": 0, - "value": "Alla tillägg är fullt återbetalningsbara fram till " - }, - { - "type": 1, - "value": "date" - }, - { - "type": 0, - "value": ". Tidsval och särskilda önskemål kan också ändras." - } - ], - "Q0ASo3": [ - { - "type": 0, - "value": "Upptäck alla våra " - }, - { - "type": 1, - "value": "hotelCount" - }, - { - "type": 0, - "value": " Scandic-hotell i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Njut av din vistelse på ett Scandic-hotell. Boka ditt hotell nu!" - } - ], - "Q0yOMK": [ - { - "type": 0, - "value": "Sovplats (barn) × " - }, - { - "type": 1, - "value": "count" - } - ], - "Q5Dw36": [ - { - "type": 0, - "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" - } - ], - "Q8Qw5B": [ - { - "type": 0, - "value": "Beskrivning" - } - ], - "Q8aqZ1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destination" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " destinationer" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "QCv9lw": [ - { - "type": 0, - "value": "Huvudmeny" - } - ], - "QFHtQj": [ - { - "type": 0, - "value": "Vi kunde inte ansluta dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "QFosHg": [ - { - "type": 0, - "value": "Betalning sker vid incheckning. Kortet kommer endast att användas för att garantera tillvalet i händelse av utebliven ankomst." - } - ], - "QGhGxj": [ - { - "type": 0, - "value": "Något gick fel och vi kunde inte ta bort ditt kort. Vänligen försök igen senare." - } - ], - "QK8RyS": [ - { - "type": 0, - "value": "Dina konton är redan länkade" - } - ], - "QQ3UTN": [ - { - "type": 0, - "value": "Länka min anställning" - } - ], - "QSUfoE": [ - { - "type": 0, - "value": "A " - }, - { - "children": [], - "type": 8, - "value": "match" - }, - { - "type": 0, - "value": " MADE IN HEAVEN" - } - ], - "QU/qa8": [ - { - "type": 0, - "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." - } - ], - "Qg/4eW": [ - { - "type": 0, - "value": "Fyll i ett betalkort i nästa steg" - } - ], - "Qhxc2U": [ - { - "type": 0, - "value": "Ditt kort togs bort utan problem!" - } - ], - "Qr9zEi": [ - { - "type": 0, - "value": "Lägg till nytt kort" - } - ], - "QrihTZ": [ - { - "type": 0, - "value": "Fredag" - } - ], - "QuhI8u": [ - { - "type": 0, - "value": "Fel: Användaren kunde inte hittas" - } - ], - "R+A/Zz": [ - { - "type": 0, - "value": "Per natt från" - } - ], - "R/AAV6": [ - { - "type": 0, - "value": "Kabarésittning" - } - ], - "R0TsiI": [ - { - "type": 0, - "value": "Vänligen välj datum" - } - ], - "R11T2e": [ - { - "type": 0, - "value": "natt" - } - ], - "RHKiDH": [ - { - "type": 0, - "value": "Mina förmåner" - } - ], - "RPwYYd": [ - { - "type": 0, - "value": "Försök att ändra din sökning efter den här destinationen eller se alternativa hotell." - } - ], - "RQfEXO": [ - { - "type": 0, - "value": "Se detaljer" - } - ], - "RS5Kmw": [ - { - "type": 0, - "value": "Nytt lösenord krävs" - } - ], - "RTyrSy": [ - { - "type": 0, - "value": "Ring " - }, - { - "type": 1, - "value": "phone" - }, - { - "type": 0, - "value": " eller mejla oss på " - }, - { - "type": 1, - "value": "email" - }, - { - "type": 0, - "value": " för att få hjälp med din bokning." - } - ], - "RZB6WX": [ - { - "type": 0, - "value": "Scandic Friends-länkar" - } - ], - "RZX98y": [ - { - "type": 0, - "value": "Totalsumma för bokning" - } - ], - "Reuaqo": [ - { - "type": 0, - "value": "Ja, avlänka mina konton" - } - ], - "RlbFvw": [ - { - "type": 0, - "value": "Nej, behåll kort" - } - ], - "Rolw1t": [ - { - "type": 0, - "value": "Hantera bokning" - } - ], - "RrCui3": [ - { - "type": 0, - "value": "Översikt" - } - ], - "RsRqjW": [ - { - "type": 0, - "value": "Om du inte omdirigeras automatiskt, vänligen " - }, - { - "children": [ - { - "type": 0, - "value": "klicka här" - } - ], - "type": 8, - "value": "loginLink" - }, - { - "type": 0, - "value": "." - } - ], - "Rw1W0d": [ - { - "type": 0, - "value": "Det verkar som att ingen destination matchar dina filter. Försök justera din sökning för att hitta det perfekta boendet." - } - ], - "RwOl2I": [ - { - "type": 0, - "value": "Nej, gå tillbaka" - } - ], - "Ry9LSW": [ - { - "type": 0, - "value": "Länka dina konton" - } - ], - "RzZdg/": [ - { - "type": 0, - "value": "Särskilda behov" - } - ], - "S++WdB": [ - { - "type": 0, - "value": "Läs mer" - } - ], - "S57QRB": [ - { - "type": 0, - "value": "Filtrera efter" - } - ], - "S9r+q4": [ - { - "type": 0, - "value": "Familjevänlig" - } - ], - "SB/3Ky": [ - { - "type": 0, - "value": "Deadline: " - }, - { - "type": 1, - "value": "date" - } - ], - "SHryPO": [ - { - "type": 0, - "value": "Bar" - } - ], - "SJW6El": [ - { - "type": 0, - "value": "Team Member" - } - ], - "SPQl8O": [ - { - "type": 0, - "value": "Öppettider" - } - ], - "SYK3ab": [ - { - "type": 0, - "value": "Avbokningsvillkor" - } - ], - "SZUCz9": [ - { - "type": 0, - "value": "Gå tillbaka till Mina sidor" - } - ], - "Sd3tug": [ - { - "type": 0, - "value": "Brunch" - } - ], - "Seanpx": [ - { - "type": 0, - "value": "Krävs" - } - ], - "ShXzyg": [ - { - "type": 0, - "value": "Hitta din bokning" - } - ], - "SjHZ7g": [ - { - "type": 0, - "value": "Hoppsan! Något gick fel när din överraskning skulle visas. Uppdatera sidan eller försök igen senare. Om problemet kvarstår, " - }, - { - "children": [ - { - "type": 0, - "value": "kontakta supporten." - } - ], - "type": 8, - "value": "link" - } - ], - "Sk9mIV": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " nummer" - } - ], - "SnbxWU": [ - { - "type": 0, - "value": "Visa och köp tillval" - } - ], - "SwVb+o": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "T04Q5Z": [ - { - "type": 0, - "value": "Incheckning från: " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "T1f6P6": [ - { - "type": 0, - "value": "Utforska alla våra hotell" - } - ], - "T67mNw": [ - { - "type": 0, - "value": "Vi kunde inte avlänka dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." - } - ], - "T9ATM2": [ - { - "type": 0, - "value": "Hej " - }, - { - "type": 1, - "value": "firstName" - }, - { - "type": 0, - "value": "!" - } - ], - "TBovrx": [ - { - "type": 0, - "value": "Månad" - } - ], - "TE4fIS": [ - { - "type": 0, - "value": "Stad" - } - ], - "TF2/2w": [ - { - "type": 1, - "value": "selectedFromDate" - }, - { - "type": 0, - "value": " - " - }, - { - "type": 1, - "value": "selectedToDate" - }, - { - "type": 0, - "value": " (" - }, - { - "type": 1, - "value": "totalNights" - }, - { - "type": 0, - "value": ") " - }, - { - "type": 1, - "value": "details" - } - ], - "TFssJt": [ - { - "type": 0, - "value": "Inlöst & giltig t.o.m.:" - } - ], - "TKRAz7": [ - { - "type": 0, - "value": "Mina kommunikationspreferenser" - } - ], - "TLn/wq": [ - { - "type": 0, - "value": "Öppna bild" - } - ], - "TR2byh": [ - { - "type": 0, - "value": "Använd dem snabbt innan de går ut!" - } - ], - "TVt8eD": [ - { - "type": 0, - "value": "Bokning garanterad." - } - ], - "TgQmaA": [ - { - "type": 0, - "value": "Upplevelser i närheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "ThZMaA": [ - { - "type": 0, - "value": "Storlek" - } - ], - "TqmLym": [ - { - "type": 0, - "value": "Redan medlem i Scandic Friends?" - } - ], - "TrBVzl": [ - { - "type": 0, - "value": "Bokningsvillkor" - } - ], - "TwdcQt": [ - { - "type": 0, - "value": "Se & ansök" - } - ], - "Ty8/Lc": [ - { - "type": 0, - "value": "Du har tillräckligt med poäng för en bonusnatt!" - } - ], - "TySafI": [ - { - "type": 0, - "value": "Teater" - } - ], - "Tzn65/": [ - { - "type": 0, - "value": "max " - }, - { - "type": 1, - "value": "seatings" - }, - { - "type": 0, - "value": " personer" - } - ], - "U64yc7": [ - { - "type": 0, - "value": "Pris inklusive moms" - } - ], - "U7WUTw": [ - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " Hotellets omgivningar" - } - ], - "U9/G6K": [ - { - "type": 0, - "value": "Skicka ny kod" - } - ], - "UA+OW/": [ - { - "type": 0, - "value": "Din vistelse har uppdaterats" - } - ], - "UEMMwN": [ - { - "type": 0, - "value": "Meny Mina sidor" - } - ], - "UGSK+3": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poäng som kan spenderas går ut den " - }, - { - "type": 1, - "value": "date" - } - ], - "ULRaOP": [ - { - "type": 0, - "value": "Ingår" - } - ], - "UPmvJZ": [ - { - "type": 0, - "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." - } - ], - "UYAxHA": [ - { - "type": 0, - "value": "Fönster med naturligt dagsljus" - } - ], - "UjGEWk": [ - { - "type": 0, - "value": "Du är inte berättigad till personalförmåner" - } - ], - "Ul4ixe": [ - { - "type": 0, - "value": "Inga matchande hotell hittades" - } - ], - "UmEsZF": [ - { - "type": 0, - "value": "Aktiviteter" - } - ], - "UrDn6N": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " poäng" - } - ], - "UusBsh": [ - { - "type": 0, - "value": "Detta kommer att ta bort alla uppgraderingar av medlemsnivå som erhållits genom länkningen. Du kan länka om dina konton igen inom 30 dagar." - } - ], - "V+XwpG": [ - { - "type": 0, - "value": "Hotell" - } - ], - "V2AV6E": [ - { - "type": 0, - "value": "Utomhuspool" - } - ], - "V7AQ2I": [ - { - "type": 0, - "value": "Öppna språkmeny" - } - ], - "VKdXnn": [ - { - "type": 0, - "value": "Behöver du uppdatera ditt namn? Vänligen hör av dig till medlemsservice på " - }, - { - "children": [ - { - "type": 0, - "value": "+46 8 517 517 00" - } - ], - "type": 8, - "value": "phone" - }, - { - "type": 0, - "value": " eller " - }, - { - "children": [ - { - "type": 0, - "value": "memberse@scandichotels.com" - } - ], - "type": 8, - "value": "email" - }, - { - "type": 0, - "value": "." - } - ], - "VKfWR3": [ - { - "type": 0, - "value": "Rekommenderad" - } - ], - "VKl3Y9": [ - { - "type": 0, - "value": "Din SAS EuroBonus-nivå har uppgraderat dig till " - }, - { - "type": 1, - "value": "level" - }, - { - "type": 0, - "value": "!" - } - ], - "VKq4Br": [ - { - "type": 0, - "value": "ÖVRIGA BETALNINGSMETODER" - } - ], - "VSTeNx": [ - { - "type": 0, - "value": "Ändra dina personliga uppgifter" - } - ], - "VVLdqd": [ - { - "type": 0, - "value": "Restaurang & bar" - } - ], - "VX2sOB": [ - { - "type": 0, - "value": "Tillbaka till listan" - } - ], - "VXeq3n": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " km till centrum" - } - ], - "VaWhGI": [ - { - "type": 0, - "value": "Din medlemsnivå" - } - ], - "Vd3aMO": [ - { - "type": 0, - "value": "Om parkering" - } - ], - "VdLoks": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": "-" - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " gäster" - } - ], - "VncRVB": [ - { - "type": 0, - "value": "Gästinformation" - } - ], - "Vp6BHv": [ - { - "type": 0, - "value": "Du måste vara minst 18 år för att fortsätta" - } - ], - "VyFi27": [ - { - "type": 0, - "value": "Möten & konferenser på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "W1IuVy": [ - { - "type": 0, - "value": "Vi har en speciell gåva som väntar på dig!" - } - ], - "W6XZax": [ - { - "type": 0, - "value": "Din(a) bokning(ar) är bekräftad, men vi kunde inte verifiera ditt medlemskap. Om du har bokat med medlemsrabatt behöver du antingen uppge ditt befintliga medlemsnummer vid incheckningen, bli medlem eller betala mellanskillnaden på hotellet. Registrering görs med fördel på vår webb innan vistelsen." - } - ], - "W7WmqH": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Boka din vistelse nu!" - } - ], - "W8nHSd": [ - { - "type": 0, - "value": "FAQ" - } - ], - "W9hv7/": [ - { - "type": 0, - "value": "Scandic Friends poängshop" - } - ], - "WAPy5i": [ - { - "type": 0, - "value": "Prisinformation" - } - ], - "WCVGay": [ - { - "type": 0, - "value": "Det finns inga rum tillgängliga som matchar din förfrågan." - } - ], - "WHd0NA": [ - { - "type": 0, - "value": "Saknar du en tidigare vistelse?" - } - ], - "WMNHPh": [ - { - "type": 0, - "value": "Lördag" - } - ], - "WMyxIC": [ - { - "type": 0, - "value": "Om du bokar ett kampanjerbjudande eller ett företagsförhandlat pris behöver du en särskild bokningskod. Använd inte några specialtecken som (.) (,) (-) (:). Om du vill boka med koden VOF, vänligen ring oss på +46 8 517 517 00. Spara din bokningskod till nästa gång du besöker sidan genom att kryssa i rutan \"Kom ihåg\". Kryssa inte i rutan om du använder en offentlig dator för att undvika att obehöriga får tillgång till din bokningskod." - } - ], - "WPRqBI": [ - { - "type": 0, - "value": "Ja, jag vill växla in mina poäng" - } - ], - "WTJzZ0": [ - { - "type": 0, - "value": "Ändra gästinformation" - } - ], - "WV8Fmk": [ - { - "type": 0, - "value": "Team Member Card" - } - ], - "WYWO+u": [ - { - "type": 0, - "value": "Se karta" - } - ], - "WYzpVB": [ - { - "type": 1, - "value": "min" - }, - { - "type": 0, - "value": " till " - }, - { - "type": 1, - "value": "max" - }, - { - "type": 0, - "value": " tecken" - } - ], - "WaFAsS": [ - { - "type": 0, - "value": "Ett fel inträffade under sökningen, försök igen." - } - ], - "Waj2kh": [ - { - "type": 0, - "value": "Frukostbuffé" - } - ], - "WcBpRV": [ - { - "type": 1, - "value": "roomSizeMin" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "roomSizeMax" - }, - { - "type": 0, - "value": " m²" - } - ], - "WfafQD": [ - { - "type": 0, - "value": "Ja, jag vill växla mina poäng" - } - ], - "WjNNNf": [ - { - "type": 0, - "value": "Stäng språkmeny" - } - ], - "WnQ/AZ": [ - { - "type": 0, - "value": "Kontakta oss" - } - ], - "WpZrSx": [ - { - "type": 0, - "value": "Vart vill du resa nästa gång?" - } - ], - "WuBJSm": [ - { - "type": 0, - "value": "Rumsfakta" - } - ], - "WwY6F2": [ - { - "type": 0, - "value": "Incheckning" - } - ], - "X/0vpQ": [ - { - "type": 0, - "value": "Sen ankomst" - } - ], - "X7oXOn": [ - { - "type": 0, - "value": "Belysning" - } - ], - "XC4K9i": [ - { - "type": 0, - "value": "Din vistelse har blivit avbokad" - } - ], - "XCYVU2": [ - { - "type": 0, - "value": "Gå till Mina förmåner" - } - ], - "XEotoJ": [ - { - "type": 0, - "value": "Checka in" - } - ], - "XHsLHV": [ - { - "type": 0, - "value": "Bekräfta avbokning" - } - ], - "XJlvWF": [ - { - "type": 0, - "value": "Helgpriser" - } - ], - "XLzXTV": [ - { - "type": 0, - "value": "Våning " - }, - { - "type": 1, - "value": "floorNumber" - } - ], - "XMm+uk": [ - { - "type": 0, - "value": "Allergivänligt rum" - } - ], - "XTNk8Y": [ - { - "type": 0, - "value": "Lös in förmån" - } - ], - "XULyP1": [ + "myStay.referenceCard.actions.cancelStay.notCancelableText": [ { "type": 0, "value": "Din vistelse har bokats med " @@ -5230,688 +6243,173 @@ "value": " villkor som tyvärr inte tillåter avbokning." } ], - "XUukdr": [ + "myStay.referenceCard.actions.changeDates": [ { "type": 0, - "value": "Medlemspris för rum aktiverat" + "value": "Ändra datum" } ], - "XYOfwI": [ - { - "type": 0, - "value": "Alla tillval levereras samtidigt. Ändringar i leveranstiderna kommer att påverka tidigare tillval." - } - ], - "XYQoxu": [ - { - "type": 0, - "value": "Länka mina konton" - } - ], - "Xfhxqy": [ - { - "type": 0, - "value": "Se alla bilder" - } - ], - "XiknRI": [ - { - "type": 0, - "value": "Parkering kan förbokas: Nej" - } - ], - "XmHvl6": [ - { - "type": 1, - "value": "streetAddress" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "zipCode" - }, - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "city" - } - ], - "Xxh5du": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService": [ { "type": 0, "value": "Kontakta kundtjänst" } ], - "Y9bYKH": [ + "myStay.referenceCard.actions.changeDates.contactCustomerService.text": [ { "type": 0, - "value": "Nästa bild" + "value": "Vänligen kontakta kundtjänst för att uppdatera datumen." } ], - "YAgYL6": [ + "myStay.referenceCard.actions.changeDates.noAvailability.text": [ { "type": 0, - "value": "Tisdag" + "value": "Inga enkelrum finns tillgängliga på dessa datum" } ], - "YDMw5o": [ + "myStay.referenceCard.actions.customerSupport.contactInfo": [ { "type": 0, - "value": "Vi skickar dig vidare till SAS" - } - ], - "YE1pmb": [ - { - "type": 0, - "value": "Bli medlem eller logga in när du bokar för att få medlemspriser." - } - ], - "YLLukg": [ - { - "type": 0, - "value": "Vänligen ange den kod som skickats till " - }, - { - "children": [], - "type": 8, - "value": "maskedContactInfo" - }, - { - "type": 0, - "value": " för att avlänka dina konton." - } - ], - "YLaPK4": [ - { - "type": 0, - "value": "Eftersom detta är en bokning med flera rum måste avbokningen göras av personen som gjorde bokningen. Vänligen ring 08-517 517 00 för att prata med vår kundtjänst om du behöver ytterligare hjälp." - } - ], - "YNOT+4": [ - { - "type": 0, - "value": "SAS EuroBonus" - } - ], - "YQSAjc": [ - { - "type": 0, - "value": "Försök igen eller kontakta kundtjänst!" - } - ], - "YRf15g": [ - { - "type": 0, - "value": "Du har inga bokade övernattningar." - } - ], - "YcJPLq": [ - { - "type": 0, - "value": "Tillbaka till rumsval" - } - ], - "Yfrsuf": [ - { - "type": 0, - "value": "Mina tillval" - } - ], - "YllT/3": [ - { - "type": 0, - "value": "Eftersom detta är en vistelse med flera rum gäller eventuella ändringar av datum för alla rum. Vänligen kontakta kundtjänst för att uppdatera datumen." - } - ], - "YmvLxJ": [ - { - "type": 0, - "value": "Välj ett pris" - } - ], - "Yqh1DM": [ - { - "type": 0, - "value": "Boka om" - } - ], - "YqklRf": [ - { - "type": 0, - "value": "Destination krävs" - } - ], - "Z+d8/1": [ - { - "type": 0, - "value": "Utgångsdatum" - } - ], - "Z1zOlM": [ - { - "type": 0, - "value": "Och du måste vara inloggad med samma medlemskonto som du gjorde bokningen med." - } - ], - "ZDo52U": [ - { - "type": 0, - "value": "Ståbord" - } - ], - "ZH4h7n": [ - { - "type": 0, - "value": "Frukost (" - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalChildren" - }, - { - "type": 0, - "value": ") x " + "value": "Ring " }, { "type": 1, - "value": "totalBreakfasts" - } - ], - "ZHmVa7": [ + "value": "phone" + }, { "type": 0, - "value": "Genom att acceptera " + "value": " eller mejla oss på " }, { "type": 1, - "value": "termsLink" + "value": "email" }, { "type": 0, - "value": ", godkänner jag att koppla min anställning för att få tillgång till förmåner. Kopplingen kommer att förbli aktiv under min anställning eller tills jag väljer att avsluta den genom att skicka ett e-postmeddelande till Scandics kundtjänst." + "value": " för att få hjälp med din bokning." } ], - "ZImAbJ": [ - { - "type": 0, - "value": "Medlemspris" - } - ], - "ZKkfyG": [ - { - "type": 0, - "value": "Det gick inte att uppdatera din vistelse" - } - ], - "ZL9R+P": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " och " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "scandicMark" - }, - { - "type": 0, - "value": " är likvärdiga och har matchats. Gå upp i nivå i ett av dina medlemskap för en chans till uppgradering!" - } - ], - "ZWF+ys": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " recensioner" - } - ], - "Zi7OWZ": [ - { - "type": 0, - "value": "Gå tillbaka till översikten" - } - ], - "ZibE+c": [ - { - "type": 0, - "value": "Villkor" - } - ], - "ZxS2G1": [ - { - "type": 0, - "value": "Logga in och länka anställning" - } - ], - "a/aigv": [ - { - "type": 0, - "value": "Växlade poäng kommer inte att vara nivåkvalificerande." - } - ], - "a0a/tt": [ - { - "type": 0, - "value": "Användarinformation" - } - ], - "a29bG7": [ - { - "type": 0, - "value": "Upptäck " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": ". Njut av din vistelse på ett Scandic hotell. Boka din vistelse nu!" - } - ], - "a4prMw": [ - { - "type": 0, - "value": "Kreativa utrymmen för möten" - } - ], - "a6n0ds": [ - { - "type": 0, - "value": "Middag" - } - ], - "aHHl2r": [ - { - "type": 0, - "value": "Barnens frukost är fri och ingår alltid som en del av den vuxnas frukost." - } - ], - "aMwxYb": [ - { - "type": 0, - "value": "Länder" - } - ], - "aRViXV": [ - { - "type": 0, - "value": "Poäng intjänade före 1 maj 2021" - } - ], - "aWpBzj": [ - { - "type": 0, - "value": "Visa mer" - } - ], - "aYnn2L": [ - { - "type": 0, - "value": "Det gick inte att läsa in den här sidan ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "acrOoz": [ - { - "type": 0, - "value": "Fortsätt" - } - ], - "agfF5E": [ - { - "type": 0, - "value": "Lägg till rum" - } - ], - "al7kXG": [ - { - "type": 0, - "value": "Vi har kopplat ihop dina konton!" - } - ], - "aoWE20": [ - { - "type": 0, - "value": "Vänligen försök igen senare" - } - ], - "awMt55": [ - { - "type": 0, - "value": "Bekräfta datumändring" - } - ], - "axBeuu": [ - { - "type": 0, - "value": "Andra förfrågningar" - } - ], - "axdUCw": [ - { - "type": 0, - "value": "Kostnadsfritt för barn (under 4 år)" - } - ], - "azMsfM": [ - { - "type": 0, - "value": "Måndag" - } - ], - "b1zuN9": [ - { - "type": 0, - "value": "Pris" - } - ], - "b2f6l2": [ - { - "type": 0, - "value": "Medlems-ID: " - }, - { - "type": 1, - "value": "value" - } - ], - "b6HTvK": [ - { - "type": 0, - "value": "Du är på väg att växla:" - } - ], - "b8ke+F": [ - { - "type": 0, - "value": "Vänligen kontakta " - }, - { - "children": [ - { - "type": 0, - "value": "kundtjänst" - } - ], - "type": 8, - "value": "link" - }, - { - "type": 0, - "value": "." - } - ], - "b95yI6": [ + "myStay.referenceCard.actions.customerSupport.makeCall": [ { "type": 0, "value": "Ring" } ], - "bE56Tk": [ - { - "type": 1, - "value": "roomType" - }, + "myStay.referenceCard.actions.customerSupport.sendEmail": [ { "type": 0, - "value": " " - }, - { - "children": [ - { - "type": 1, - "value": "rateDescription" - } - ], - "type": 8, - "value": "rate" + "value": "Skicka ett e-postmeddelande" } ], - "bGHK6l": [ + "myStay.referenceCard.actions.findUs": [ { "type": 0, - "value": "Hotell i " - }, - { - "type": 1, - "value": "location" + "value": "Hitta hit" } ], - "bH2sNZ": [ + "myStay.referenceCard.actions.rebook": [ { "type": 0, - "value": "Tillbaka till rumsval" + "value": "Boka om" } ], - "bH8RvF": [ + "myStay.removeAncillary.confirmationText": [ { "type": 0, - "value": "Observera att detta är obligatoriskt och att ditt kort endast debiteras vid utebliven närvaro." + "value": "Är du säker på att du vill ta bort den här produkten?" } ], - "bNEk6f": [ - { - "type": 0, - "value": "Koden du har angett är felaktig." - } - ], - "bc/zNn": [ - { - "type": 0, - "value": "Fel: Det gick inte att ladda någon användare" - } - ], - "bcDTHf": [ - { - "type": 0, - "value": "Senior Team Member" - } - ], - "bdK1WM": [ - { - "type": 0, - "value": "Totalt exklusive moms" - } - ], - "bdcMGy": [ - { - "type": 0, - "value": "Öppna meny" - } - ], - "blVS6M": [ - { - "type": 0, - "value": "Vart?" - } - ], - "bqZTgc": [ - { - "type": 0, - "value": "Poäng att spendera" - } - ], - "bv2X6I": [ - { - "type": 0, - "value": "Boka" - } - ], - "bwunK6": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "bzSrZ6": [ - { - "type": 0, - "value": "Nivå " - }, - { - "type": 1, - "value": "level" - } - ], - "bzbgyz": [ - { - "type": 0, - "value": "Växla från" - } - ], - "c07OE9": [ - { - "type": 0, - "value": "Rumstotal" - } - ], - "c0b5XV": [ - { - "type": 0, - "value": "Bokningstyp" - } - ], - "c6V/fJ": [ - { - "type": 0, - "value": "Alla priser" - } - ], - "cBCa5I": [ - { - "type": 0, - "value": "Välj datum" - } - ], - "cFYzfU": [ - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - }, - { - "type": 0, - "value": " erbjuder " - }, - { - "type": 1, - "value": "amenity1" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity2" - }, - { - "type": 0, - "value": ". Gäster kan också njuta av " - }, - { - "type": 1, - "value": "amenity3" - }, - { - "type": 0, - "value": " och " - }, - { - "type": 1, - "value": "amenity4" - }, - { - "type": 0, - "value": "." - } - ], - "cGfw83": [ + "myStay.yourMemberLevel": [ { "type": 0, "value": "Din medlemsnivå" } ], - "cHO20+": [ + "myStay.yourRooms": [ { "type": 0, - "value": "Gym" + "value": "Dina rum" } ], - "cTHS86": [ + "openingHours.alternateOpeningHours": [ + { + "type": 0, + "value": "Alternativa öppettider (" + }, + { + "type": 1, + "value": "name" + }, + { + "type": 0, + "value": ")" + } + ], + "openingHours.alwaysOpen": [ + { + "type": 0, + "value": "Alltid öppet" + } + ], + "openingHours.closed": [ + { + "type": 0, + "value": "Stängt" + } + ], + "overview.friend.highestLevel": [ + { + "type": 0, + "value": "Högsta nivå" + } + ], + "overview.membershipNumber.label": [ + { + "type": 0, + "value": "Medlems-ID:" + } + ], + "overview.stats.expiringPoints": [ + { + "type": 1, + "value": "points" + }, + { + "type": 0, + "value": " poäng som kan spenderas går ut den " + }, + { + "type": 1, + "value": "date" + } + ], + "overviewTable.levelSummary.pointsOrNights": [ + { + "style": null, + "type": 2, + "value": "pointsAmount" + }, + { + "type": 0, + "value": " poäng eller " + }, + { + "style": null, + "type": 2, + "value": "nightsAmount" + }, + { + "type": 0, + "value": " nätter" + } + ], + "overviewTable.yourLevel": [ + { + "type": 0, + "value": "Din nivå" + } + ], + "parkingInformation.address": [ { "type": 0, "value": "Adress: " @@ -5921,775 +6419,167 @@ "value": "address" } ], - "ccXLVi": [ + "parkingInformation.atACost": [ { "type": 0, - "value": "Kategori" + "value": "Till en kostnad" } ], - "ceEjA1": [ + "parkingInformation.bookParking": [ { "type": 0, - "value": "EB-poäng att växla" + "value": "Boka parkering" } ], - "cg4MD0": [ + "parkingInformation.distanceToHotel": [ { "type": 0, - "value": "Scandic ♥ SAS" - } - ], - "cgeI6D": [ - { - "type": 0, - "value": "Det nya priset är" - } - ], - "cj+eV4": [ - { - "type": 0, - "value": "Praktisk information" - } - ], - "clv6Vb": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "amount" - } - ], - "cojfQ6": [ - { - "type": 0, - "value": "Är du säker på att du vill ändra dina gästuppgifter?" - } - ], - "crwgfz": [ - { - "type": 0, - "value": "För många förfrågningar har gjorts. Vänligen försök igen senare." - } - ], - "csVOHB": [ - { - "type": 0, - "value": "Mina rum" - } - ], - "cyR7Kh": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "d0b4qC": [ - { - "type": 0, - "value": "I spjälsäng" - } - ], - "d1Y1Yj": [ - { - "type": 0, - "value": "Teater" - } - ], - "d3LTWQ": [ - { - "type": 0, - "value": "Gå med nu" - } - ], - "dAoFb1": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "Kupong" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "Vouchers" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfVouchers" - } - ], - "dEzPo1": [ - { - "type": 0, - "value": "Garantera bokning för sen ankomst" - } - ], - "dJjhjT": [ - { - "type": 0, - "value": "Status nivåmatchning" - } - ], - "dLn1ME": [ - { - "type": 0, - "value": "Tillbaka till städer" - } - ], - "dM+p3/": [ - { - "type": 0, - "value": "Från" - } - ], - "dOx0fa": [ - { - "type": 0, - "value": "Tjäna poäng genom att bo på Scandic. Förvandla dina poäng till bonusnätter och minnesvärda upplevelser." - } - ], - "dRVe4z": [ - { - "type": 0, - "value": "Genom att gå med accepterar du " - }, - { - "children": [ - { - "type": 0, - "value": "villkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": ". Ditt Scandic Friends-medlemskap gäller tills vidare och kan avslutas när som helst genom att kontakta Scandics kundservice." - } - ], - "dUxyza": [ - { - "type": 0, - "value": "Omdömen" - } - ], - "dW2nbo": [ - { - "type": 0, - "value": "Vänligen vänta 1 timme innan du försöker på nytt." - } - ], - "da0GLi": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " hotell" - } - ], - "dcyv08": [ - { - "type": 0, - "value": "När du garanterar din bokning med ett kreditkort håller vi bokningen fram till 07:00 dagen efter incheckningen." - } - ], - "ddn7H8": [ - { - "type": 0, - "value": "Häng kvar..." - } - ], - "dg8ZEb": [ - { - "type": 0, - "value": "Stäng meny" - } - ], - "dgqhUM": [ - { - "type": 0, - "value": "Ändringar" - } - ], - "dkvU9u": [ - { - "type": 0, - "value": "Den här kampanjen har löpt ut" - } - ], - "dq8T1T": [ - { - "type": 0, - "value": "Lägsta pris (senaste 30 dagarna)" - } - ], - "dqLGmP": [ - { - "type": 0, - "value": "Bokningskodpriser" - } - ], - "dxE0uQ": [ - { - "type": 0, - "value": "Standardpris" - } - ], - "dxL4ql": [ - { - "type": 0, - "value": "Avstånd till gym: " + "value": "Avstånd till hotellet: " }, { "type": 1, - "value": "value" + "value": "distanceInM" }, { "type": 0, "value": " m" } ], - "e+HGGx": [ + "parkingInformation.freeParking": [ { "type": 0, - "value": "Gym & hälsofaciliteter på " + "value": "Fri parkering" + } + ], + "parkingInformation.numberOfChargingPoints": [ + { + "type": 0, + "value": "Antal laddningsstationer för elbilar: " }, { "type": 1, - "value": "hotelName" - }, + "value": "number" + } + ], + "parkingInformation.numberOfParkingSpots": [ { "type": 0, - "value": " i " + "value": "Antal parkeringsplatser: " }, { "type": 1, - "value": "destination" + "value": "number" } ], - "e/mJf8": [ + "parkingInformation.pricePer24Hours": [ { "type": 0, - "value": "Få Scandic Friends-rumspriset" + "value": "Pris per 24 timmar" } ], - "e38GOF": [ + "parkingInformation.pricePerDay": [ { "type": 0, - "value": "Bekvämligheter" + "value": "Pris per dag" } ], - "e3H1Tz": [ + "parkingInformation.pricePerHour": [ { "type": 0, - "value": "Frukost exkluderad, lägg till i nästa steg." + "value": "Pris per timme" } ], - "e5zKWI": [ + "parkingInformation.pricePerNight": [ { "type": 0, - "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + "value": "Pris per natt" } ], - "e6Ph5+": [ + "parkingInformation.prices": [ { "type": 0, - "value": "Adress" + "value": "Priser" } ], - "e8LtIL": [ + "parkingInformation.reservedInAdvanceNo": [ { "type": 0, - "value": "Tidigare Scandichotell" + "value": "Parkering kan förbokas: Nej" } ], - "e9Z+tg": [ + "parkingInformation.reservedInAdvanceYes": [ { "type": 0, - "value": "Födelsedatum" + "value": "Parkering kan förbokas: Ja" } ], - "e9ymeB": [ - { - "type": 1, - "value": "amount" - }, + "parkingInformation.weekdayPrices": [ { "type": 0, - "value": " av " - }, - { - "type": 1, - "value": "total" + "value": "Vardagspriser" } ], - "eGGhk7": [ + "parkingInformation.weekendPrices": [ { "type": 0, - "value": "Avgift för husdjursrum inklusive moms" + "value": "Helgpriser" } ], - "eHhSSs": [ + "partnerSas.balance": [ { "type": 0, - "value": "Alla ändringar du har gjort kommer att gå förlorade." + "value": "Saldo" } ], - "eMgucw": [ - { - "type": 0, - "value": "Aktivera erbjudande" - } - ], - "eXplGJ": [ - { - "type": 0, - "value": "Om " - }, - { - "type": 1, - "value": "days" - }, - { - "type": 0, - "value": " dagar" - } - ], - "ecWBo7": [ - { - "type": 0, - "value": "Dina inbytta poäng behåller sitt ursprungliga utgångsdatum med en maximal giltighetstid på 12 månader." - } - ], - "eccxvb": [ - { - "type": 0, - "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning." - } - ], - "eeZJwJ": [ - { - "type": 0, - "value": "1 EuroBonus-poäng = 2 Scandic Friends-poäng" - } - ], - "ekt9EU": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "eqk7dl": [ - { - "type": 0, - "value": "Uppgradering giltig till" - } - ], - "fAeoSI": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " natt" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " nätter" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalNights" - } - ], - "fEE0vf": [ - { - "type": 0, - "value": "Ingår ej" - } - ], - "fLEb2i": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 0, - "value": "ett nytt rum" - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": "nya rum" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "totalRooms" - } - ], - "fTHhSB": [ - { - "type": 0, - "value": "Nytt lösenord" - } - ], - "fTfikg": [ - { - "type": 0, - "value": "Se på kartan" - } - ], - "fUSUYM": [ - { - "type": 0, - "value": "Medlemsnummer: " - }, - { - "type": 1, - "value": "id" - } - ], - "fb1+7k": [ + "partnerSas.bookingWidget.reward.eurobonus": [ { "type": 0, "value": "EuroBonus-poäng" } ], - "fgCBG8": [ + "partnerSas.bookingWidget.reward.toolTip": [ { "type": 0, - "value": "Tillgänglighet" + "value": "För att boka med EuroBonus-poäng, se till att du är inloggad på ditt SAS EuroBonus-konto." } ], - "fm3DcF": [ + "partnerSas.bookingWidget.roomsPicker.disabled": [ { "type": 0, - "value": "Välj betalningsmetod" + "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." } ], - "fpobrj": [ + "partnerSas.conversionRateInfo": [ { "type": 0, - "value": "Gå tillbaka för att ändra" + "value": "1 EuroBonus-poäng = 2 Scandic Friends-poäng" } ], - "fuwkSr": [ + "partnerSas.ebPointsToExchange": [ { "type": 0, - "value": "Vägbeskrivning" + "value": "EB-poäng att växla" } ], - "g/VFdc": [ + "partnerSas.error.multiroomRewardNightUnavailable": [ { "type": 0, - "value": "Fönster med naturligt dagsljus och mörkläggningsfunktioner" + "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." } ], - "g0LEak": [ + "partnerSas.exchangeFrom": [ { "type": 0, - "value": "Spjälsäng (barn) × " - }, - { - "type": 1, - "value": "count" + "value": "Växla från" } ], - "g6rylQ": [ + "partnerSas.exchangePoints": [ { "type": 0, - "value": "Gäller till " - }, - { - "type": 1, - "value": "date" + "value": "Växla poäng" } ], - "g9/EOP": [ - { - "type": 0, - "value": "Detta rum är inte tillgängligt" - } - ], - "gOyNWb": [ - { - "type": 0, - "value": "Det ser ut som att du redan har länkat dina Scandic Friends och SAS EuroBonus-konton!" - } - ], - "gW6k7b": [ - { - "type": 0, - "value": "Jag kanske anländer senare än 18:00 och vill garantera min bokning med ett kreditkort." - } - ], - "gYWxgk": [ - { - "type": 0, - "value": "Tillgänglighet på " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "gidWTS": [ - { - "type": 0, - "value": "Rumsklassificering" - } - ], - "gjwFsT": [ - { - "type": 0, - "value": "Välj datum" - } - ], - "gkgEEQ": [ - { - "children": [ - { - "type": 0, - "value": "Totalpris" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " (inkl. moms)" - } - ], - "gnHcUN": [ - { - "type": 0, - "value": "För- och efternamn får inte vara samma i två olika rum" - } - ], - "gq4AYf": [ - { - "type": 0, - "value": "Endast siffror är tillåtna" - } - ], - "gttxKw": [ - { - "type": 0, - "value": "Medlems-ID kopierat till urklipp" - } - ], - "gzD7Ot": [ - { - "type": 0, - "value": "Den här kampanjen är inte tillgänglig" - } - ], - "h0kG6u": [ - { - "type": 0, - "value": "FÖRBETALT" - } - ], - "h2Y242": [ - { - "type": 0, - "value": "Dina konton är nu avlänkade" - } - ], - "hDI+JM": [ - { - "type": 0, - "value": "Sortera efter" - } - ], - "hFl2Dk": [ - { - "type": 0, - "value": "Betyg & recensioner" - } - ], - "hHr2Pt": [ - { - "type": 0, - "value": "Ditt rum kommer att vara tillgängligt för incheckning även efter kl. 18:00." - } - ], - "hJZwTS": [ - { - "type": 0, - "value": "E-mailadress" - } - ], - "hLsifZ": [ - { - "type": 0, - "value": "Ankomstdag" - } - ], - "hXpdlx": [ - { - "type": 0, - "value": "Kontakta vår medlemsservice" - } - ], - "htDUDK": [ - { - "type": 0, - "value": "Long " - }, - { - "type": 1, - "value": "long" - }, - { - "type": 0, - "value": " ∙ Lat " - }, - { - "type": 1, - "value": "lat" - } - ], - "hu2u4g": [ - { - "type": 0, - "value": "Sista steget" - } - ], - "hzB8HS": [ - { - "type": 0, - "value": "Hämta poäng" - } - ], - "iDrIVr": [ - { - "type": 0, - "value": "Hotell & destinationer" - } - ], - "iFkAwy": [ - { - "type": 0, - "value": "Tyvärr är ett av rummen du valde slutsålt. Vänligen välj ett annat rum för att fortsätta." - } - ], - "iGHjsf": [ - { - "type": 0, - "value": "åldrar" - } - ], - "iHi7VX": [ - { - "type": 0, - "value": "Poolens djup: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "iIRTCt": [ - { - "type": 0, - "value": "Avboka vistelse" - } - ], - "iQLprp": [ - { - "type": 0, - "value": "När du bekräftar bokningen garanteras rummet för sen ankomst. Om du inte anländer utan att avboka i förväg eller om du avbokar efter 18:00 lokal tid debiteras du för en bonusnatt." - } - ], - "iRe/zA": [ - { - "type": 0, - "value": "Din transaktion" - } - ], - "iTW5cT": [ - { - "type": 0, - "value": "Tillgänglighetsanpassat rum" - } - ], - "iZMEZ+": [ - { - "type": 0, - "value": "Ålder krävs" - } - ], - "igQKfQ": [ - { - "type": 0, - "value": "Oroa dig inte, vi kommer att trolla fram nya spännande erbjudanden och kampanjer i framtiden. Håll utkik!" - } - ], - "inxWMf": [ + "partnerSas.exchangePointsDetails": [ { "children": [ { @@ -6725,97 +6615,806 @@ "value": "bold" } ], - "iqX7L+": [ + "partnerSas.exchangePointsExpiry": [ { "type": 0, - "value": "Vi behöver ditt födelsedatum för att koppla ihop ditt Scandic Friends-konto med ditt SAS EuroBonus-konto. Vänligen kontrollera att det är korrekt." + "value": "Dina inbytta poäng behåller sitt ursprungliga utgångsdatum med en maximal giltighetstid på 12 månader." } ], - "iwtnXO": [ + "partnerSas.exchangeTo": [ { "type": 0, - "value": "Ändringar i din nivåmatchning kan ta upp till 24 timmar innan de visas." + "value": "Växla till" } ], - "ixPUBS": [ + "partnerSas.exchangedPointsNotLevelQualifying": [ { "type": 0, - "value": "Utforska erbjudandet" + "value": "Växlade poäng kommer inte att vara nivåkvalificerande." } ], - "j0qJkH": [ + "partnerSas.footer.policies": [ { "type": 0, - "value": "Shopping & restauranger" + "value": "Villkor" } ], - "j2MYFZ": [ + "partnerSas.footer.rates": [ { "type": 0, - "value": "Du har begärt för många koder" + "value": "Priser" } ], - "j9Y9nu": [ + "partnerSas.menu.ebPoints": [ + { + "type": 1, + "value": "points" + }, { "type": 0, - "value": "Tider" + "value": " poäng" } ], - "jFYv3B": [ + "partnerSas.menu.ebPointsTitle": [ { "type": 0, - "value": "Vi kunde inte hitta en matchande destination för din sökning." + "value": "EB-poäng" } ], - "jHJmjf": [ + "partnerSas.menu.login": [ { "type": 0, - "value": "Inga resultat" + "value": "Logga in" } ], - "jJnI3u": [ + "partnerSas.mobileMenu.greeting": [ + { + "type": 0, + "value": "Hej " + }, + { + "type": 1, + "value": "fName" + }, + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "lName" + }, + { + "type": 0, + "value": "!" + } + ], + "partnerSas.noPointsToTransfer": [ + { + "type": 0, + "value": "Du har inga poäng att överföra." + } + ], + "partnerSas.pointsWithValue": [ + { + "style": null, + "type": 2, + "value": "points" + }, + { + "type": 0, + "value": " p" + } + ], + "partnerSas.proceedWithPointExchange": [ + { + "type": 0, + "value": "Fortsätt med poängväxlingen?" + } + ], + "partnerSas.sasEuroBonus": [ + { + "type": 0, + "value": "SAS EuroBonus" + } + ], + "partnerSas.sfPointsToReceive": [ + { + "type": 0, + "value": "SF-poäng att få" + } + ], + "partnerSas.unlinkAccount": [ + { + "type": 0, + "value": "Är du säker på att du vill avlänka ditt konto?" + } + ], + "partnerSas.unlinkAccountWarning": [ + { + "type": 0, + "value": "Detta kommer att ta bort alla uppgraderingar av medlemsnivå som erhållits genom länkningen. Du kan länka om dina konton igen inom 30 dagar." + } + ], + "partnerSas.unlinkAccounts": [ + { + "type": 0, + "value": "Avlänka konto" + } + ], + "partnerSas.yesIWantToExchangeMyPoints": [ + { + "type": 0, + "value": "Ja, jag vill växla in mina poäng" + } + ], + "partnerSas.yesUnlinkAccount": [ + { + "type": 0, + "value": "Ja, avlänka mina konton" + } + ], + "partnerSas.youAreAboutToExchange": [ + { + "type": 0, + "value": "Du är på väg att växla:" + } + ], + "passwordInput.allowedCharactersRequirement": [ + { + "type": 0, + "value": "Endast tillåtna tecken" + } + ], + "passwordInput.hidePassword": [ + { + "type": 0, + "value": "Dölj lösenord" + } + ], + "passwordInput.lengthRequirement": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": " till " + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " tecken" + } + ], + "passwordInput.lowercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " liten bokstav" + } + ], + "passwordInput.newPasswordLabel": [ + { + "type": 0, + "value": "Nytt lösenord" + } + ], + "passwordInput.numberRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " nummer" + } + ], + "passwordInput.showPassword": [ + { + "type": 0, + "value": "Visa lösenord" + } + ], + "passwordInput.specialCharacterRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " specialtecken" + } + ], + "passwordInput.uppercaseRequirement": [ + { + "type": 1, + "value": "count" + }, + { + "type": 0, + "value": " versal" + } + ], + "payment.mySavedCards": [ + { + "type": 0, + "value": "Mina sparade kort" + } + ], + "points.claimPoints.cta": [ + { + "type": 0, + "value": "Hämta poäng" + } + ], + "points.claimPoints.missingPreviousStay": [ + { + "type": 0, + "value": "Saknar du en tidigare vistelse?" + } + ], + "points.expiringPointsTable.expirationDate": [ + { + "type": 0, + "value": "Utgångsdatum" + } + ], + "points.pointsToSpendCard.description": [ + { + "type": 0, + "value": "Tjäna poäng genom att bo på Scandic. Förvandla dina poäng till bonusnätter och minnesvärda upplevelser." + } + ], + "points.pointsToSpendCard.expiringPointsInfo": [ + { + "type": 0, + "value": "Poäng förfaller tre år efter att de har tjänats in, den sista dagen i den månaden. Poäng som förfaller påverkar inte din nivå." + } + ], + "points.pointsToSpendCard.expiringPointsText": [ + { + "type": 1, + "value": "expiringPoints" + }, + { + "type": 0, + "value": " poäng upphör att gälla" + } + ], + "points.pointsToSpendCard.expiringPointsTitle": [ + { + "type": 0, + "value": "Poäng som går ut" + } + ], + "points.pointsToSpendCard.howToSpendCta": [ + { + "type": 0, + "value": "Hur du använder poäng" + } + ], + "points.pointsToSpendCard.inDays": [ + { + "type": 0, + "value": "Om " + }, + { + "type": 1, + "value": "days" + }, + { + "type": 0, + "value": " dagar" + } + ], + "points.pointsToSpendCard.onDate": [ + { + "type": 0, + "value": "på " + }, + { + "type": 1, + "value": "expiryDate" + } + ], + "price.numberOfVouchers": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 0, + "value": "Kupong" + } + ] + }, + "other": { + "value": [ + { + "type": 0, + "value": "Vouchers" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfVouchers" + } + ], + "priceDetails.VAT": [ + { + "type": 0, + "value": "MOMS " + }, + { + "type": 1, + "value": "vat" + }, + { + "type": 0, + "value": "%" + } + ], + "priceDetails.averagePricePerNight": [ + { + "type": 0, + "value": "Snittpris per natt" + } + ], + "priceDetails.breakfastAdultsDetails": [ + { + "type": 0, + "value": "Frukost (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxen" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " vuxna" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalAdults" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.breakfastChildrenDetails": [ + { + "type": 0, + "value": "Frukost (" + }, + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " barn" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "totalChildren" + }, + { + "type": 0, + "value": ") x " + }, + { + "type": 1, + "value": "totalBreakfasts" + } + ], + "priceDetails.roomCharge": [ + { + "type": 0, + "value": "Rumstotal" + } + ], + "priceSummary.totalPriceIncludingVat": [ + { + "type": 0, + "value": "Totalpris inklusive moms" + } + ], + "profile.creditCard.addCardCanceled": [ + { + "type": 0, + "value": "Du avbröt processen att lägga till ett nytt kreditkort." + } + ], + "profile.creditCard.addCardFailed": [ + { + "type": 0, + "value": "Ett fel uppstod när kreditkortet skulle läggas till, försök igen senare." + } + ], + "profile.creditCard.addCardSuccessful": [ + { + "type": 0, + "value": "Ditt kort har sparats!" + } + ], + "profile.creditCard.cardRemoveFailed": [ + { + "type": 0, + "value": "Något gick fel och vi kunde inte ta bort ditt kort. Vänligen försök igen senare." + } + ], + "profile.creditCard.cardRemoved": [ + { + "type": 0, + "value": "Ditt kort togs bort utan problem!" + } + ], + "profile.creditCard.confirmRemoveCardBody": [ + { + "type": 0, + "value": "Är du säker på att du vill ta bort kortet som slutar med " + }, + { + "type": 1, + "value": "lastFourDigits" + }, + { + "type": 0, + "value": " från din medlemsprofil?" + } + ], + "profile.creditCard.noKeepCard": [ + { + "type": 0, + "value": "Nej, behåll kort" + } + ], + "profile.creditCard.removeCard": [ + { + "type": 0, + "value": "Ta bort kort från medlemsprofil" + } + ], + "profile.creditCard.unableToAddCard": [ + { + "type": 0, + "value": "Vi kunde inte lägga till ett kort just nu, försök igen senare." + } + ], + "profile.creditCard.yesRemoveCard": [ + { + "type": 0, + "value": "Ja, ta bort mitt kort" + } + ], + "profile.managePreferences.communicationPreferencesUnavailable": [ { "type": 0, "value": "Det går inte att hantera dina kommunikationsinställningar just nu, försök igen senare eller kontakta support om problemet kvarstår." } ], - "jKKg2o": [ + "profile.managePreferences.error": [ { "type": 0, - "value": "Rensa alla filter" + "value": "Ett fel uppstod när dina inställningar skulle hanteras, vänligen försök igen senare." } ], - "jNJj4c": [ + "profile.managePreferences.title": [ { "type": 0, - "value": "Per vuxen/natt" + "value": "Hantera inställningar" } ], - "jTdXOS": [ + "promoCampaign.activateOffer": [ { "type": 0, - "value": "Betala med kort på hotellet" + "value": "Aktivera erbjudande" } ], - "jVJPS0": [ + "promoCampaign.campaignReferencePromoCode": [ { "type": 0, - "value": "Mina medlemskort" + "value": "Kampanjreferens: " + }, + { + "children": [ + { + "type": 1, + "value": "promoCode" + } + ], + "type": 8, + "value": "bold" } ], - "jbf7bd": [ + "promoCampaign.couldNotActivateThisOffer": [ { "type": 0, - "value": "Poäng som ska dras av nu" + "value": "Det går inte att aktivera detta erbjudande" } ], - "jdJhOL": [ + "promoCampaign.dontWorryWeWillConjureUpNewExcitingOffers": [ { "type": 0, - "value": "Telefonnummer" + "value": "Ingen fara, vi kommer att ta fram fler spännande erbjudanden och kampanjer framöver. Håll utkik!" } ], - "jl6vV5": [ + "promoCampaign.ifThisProblemPersists": [ + { + "type": 0, + "value": "Om problemet kvarstår" + } + ], + "promoCampaign.logIn": [ + { + "type": 0, + "value": "Logga in" + } + ], + "promoCampaign.seeAllOffers": [ + { + "type": 0, + "value": "Visa alla erbjudanden" + } + ], + "promoCampaign.termsAndConditionsText": [ + { + "type": 0, + "value": "Se villkor och bestämmelser för alla kvalificeringskrav." + } + ], + "promoCampaign.thisCampaignIsActive": [ + { + "type": 0, + "value": "Den här kampanjen är aktiverad" + } + ], + "promoCampaign.thisCampaignIsNotAvailable": [ + { + "type": 0, + "value": "Den här kampanjen gäller inte längre." + } + ], + "promoCampaign.thisPromotionHasExpired": [ + { + "type": 0, + "value": "Den här kampanjen har löpt ut" + } + ], + "promoCampaign.toActivateOffer": [ + { + "type": 0, + "value": "För att aktivera erbjudandet" + } + ], + "receipt.preliminaryReceipt": [ + { + "type": 0, + "value": "Preliminärt kvitto" + } + ], + "receipt.totalExcludingVat": [ + { + "type": 0, + "value": "Totalt exklusive moms" + } + ], + "receipt.totalIncludingVat": [ + { + "type": 0, + "value": "Totalt inklusive moms" + } + ], + "redeem.confirmClose.confirm": [ + { + "type": 0, + "value": "Ja, stäng och ta bort förmån" + } + ], + "redeem.confirmClose.goBack": [ + { + "type": 0, + "value": "Nej, gå tillbaka" + } + ], + "redeem.confirmClose.info": [ + { + "type": 0, + "value": "Om inte, vänligen gå tillbaka och gör det innan du stänger detta. När du stänger det här kommer din förmån att bli ogiltig och tas bort från Mina förmåner." + } + ], + "redeem.confirmClose.question": [ + { + "type": 0, + "value": "Har du visat upp denna förmån för hotellpersonalen?" + } + ], + "redeem.confirmClose.title": [ + { + "type": 0, + "value": "Om du stänger detta kommer din förmån att tas bort" + } + ], + "redeemFlow.copiedToClipboard": [ + { + "type": 0, + "value": "Kopierad till urklipp" + } + ], + "redeemFlow.copyPromotionCode": [ + { + "type": 0, + "value": "Kopiera erbjudandekod" + } + ], + "redeemFlow.promoCode": [ + { + "type": 0, + "value": "Kampanjkod" + } + ], + "redeemFlow.redeemBenefit": [ + { + "type": 0, + "value": "Lös in förmån" + } + ], + "redeemFlow.yesRedeem": [ + { + "type": 0, + "value": "Ja, lös in" + } + ], + "restaurantBar.bookATable": [ + { + "type": 0, + "value": "Boka bord" + } + ], + "restaurantBar.discoverRestaurant": [ + { + "type": 0, + "value": "Upptäck " + }, + { + "type": 1, + "value": "name" + } + ], + "restaurantBar.menus": [ + { + "type": 0, + "value": "Menyer" + } + ], + "rewards.active": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "rewards.expirationDate.validThrough": [ + { + "type": 0, + "value": "Giltigt till och med " + }, + { + "type": 1, + "value": "expirationDate" + } + ], + "rewards.howToUse": [ + { + "type": 0, + "value": "Så här gör du" + } + ], + "rewards.membershipId": [ + { + "type": 0, + "value": "Medlemsnummer: " + }, + { + "type": 1, + "value": "id" + } + ], + "rewards.nextLevel.asOurLevel": [ + { + "type": 0, + "value": "Som vår " + }, + { + "type": 1, + "value": "level" + } + ], + "rewards.nextLevel.levelUpToUnlock": [ + { + "type": 0, + "value": "Gå upp i nivå för att låsa upp" + } + ], + "rewards.redeemed.validThrough": [ + { + "type": 0, + "value": "Inlöst & giltig t.o.m.:" + } + ], + "rewards.surprise": [ + { + "type": 0, + "value": "Surprise!" + } + ], + "rewards.voucher": [ + { + "type": 0, + "value": "Kupong" + } + ], + "room.bedSize": [ + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " cm" + } + ], + "room.bedSizeRange": [ { "type": 1, "value": "min" @@ -6833,1152 +7432,35 @@ "value": " cm" } ], - "jlqOPq": [ + "roomPackage.accessibleRoom": [ { "type": 0, - "value": "Land krävs" + "value": "Tillgänglighetsanpassat rum" } ], - "jvo0vs": [ + "roomPackage.allergyFriendlyRoom": [ { "type": 0, - "value": "Spara" + "value": "Allergivänligt rum" } ], - "k6Luir": [ + "roomPackage.petFriendlyRoom": [ { "type": 0, - "value": "Dialog" + "value": "Husdjursvänligt rum" } ], - "k7Wwjd": [ - { - "type": 0, - "value": "Alla destinationer" - } - ], - "kAEQyV": [ - { - "type": 0, - "value": "OK" - } - ], - "kCoXkP": [ - { - "type": 0, - "value": "Parkeringsinformation för " - }, + "roomSidePeek.facilityAvailableInSomeRooms": [ { "type": 1, - "value": "hotelName" + "value": "facility" }, { "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" + "value": " (tillgänglig i vissa rum)" } ], - "kLFqoY": [ - { - "type": 0, - "value": "Svanenmärkt" - } - ], - "kXVvh3": [ - { - "type": 0, - "value": "Kontaktuppgifter" - } - ], - "kaOccp": [ - { - "type": 0, - "value": "Gratis för barn 12 år och yngre." - } - ], - "kflbTV": [ - { - "type": 0, - "value": "Alla hotell och kontor" - } - ], - "ki5+mQ": [ - { - "type": 0, - "value": "Titta på de kreditkort som sparats i din profil. Betala med ett sparat kort när du är inloggad för en smidigare webbupplevelse." - } - ], - "kpXUeS": [ - { - "type": 0, - "value": "Ta bort kort från medlemsprofil" - } - ], - "ks3Nxl": [ - { - "type": 0, - "value": "Bo på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " | Hotell i " - }, - { - "type": 1, - "value": "destination" - } - ], - "ktyBmE": [ - { - "type": 0, - "value": "Aktuellt lösenord krävs" - } - ], - "kv5Z3m": [ - { - "type": 0, - "value": "Bli medlem i Scandic Friends nu" - } - ], - "kvOMtB": [ - { - "type": 0, - "value": "Kreditkort" - } - ], - "kxZ9lh": [ - { - "type": 0, - "value": "Visa och skriv ut kvitto" - } - ], - "kzlY5R": [ - { - "type": 0, - "value": "Barn" - } - ], - "l1XTI5": [ - { - "type": 0, - "value": "Följ oss" - } - ], - "l62aD4": [ - { - "type": 0, - "value": "Baserat på tillgänglighet" - } - ], - "l70O4a": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " Resultat" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "lBTIKr": [ - { - "type": 0, - "value": "Utmärkelser och certifieringar" - } - ], - "lCKEbG": [ - { - "type": 0, - "value": "Övriga förfrågningar" - } - ], - "lFeDUm": [ - { - "type": 0, - "value": "Totalpris inklusive moms" - } - ], - "lOax91": [ - { - "type": 0, - "value": "Jag accepterar de " - }, - { - "children": [ - { - "type": 0, - "value": "allmänna bokningsvillkoren" - } - ], - "type": 8, - "value": "termsAndConditionsLink" - }, - { - "type": 0, - "value": " och förstår att Scandic kommer att behandla mina personuppgifter i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." - } - ], - "lQupxa": [ - { - "type": 1, - "value": "roomName" - }, - { - "type": 0, - "value": " avbokades" - } - ], - "lRFxwz": [ - { - "type": 0, - "value": "Har du inget Scandic Friends-konto ännu?" - } - ], - "leypoy": [ - { - "type": 0, - "value": "Inga fönster men utmärkt belysning" - } - ], - "lmSVqw": [ - { - "type": 0, - "value": "Pris per timme" - } - ], - "loZFB8": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäst" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " gäster" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "value" - } - ], - "lxT1rh": [ - { - "type": 0, - "value": "Fri ombokning" - } - ], - "lxblgl": [ - { - "type": 0, - "value": "Onsdag" - } - ], - "mAGdwW": [ - { - "type": 0, - "value": "Extra sovplats kommer att erbjudas" - } - ], - "mAXPzx": [ - { - "type": 0, - "value": "Bokningsbekräftelse" - } - ], - "mIma8s": [ - { - "type": 0, - "value": "Om du tror att detta är ett misstag, vänligen kontakta oss för hjälp." - } - ], - "mJR06P": [ - { - "type": 0, - "value": "Söndag" - } - ], - "mUh6YG": [ - { - "type": 0, - "value": "Om Scandic Friends" - } - ], - "mdyiS4": [ - { - "type": 0, - "value": "Registrera dig och länka anställning" - } - ], - "mfHvRH": [ - { - "type": 0, - "value": "Pris 0,16 €/min + lokala samtalsavgifter" - } - ], - "mgCybX": [ - { - "type": 0, - "value": "Inga priser tillgängliga" - } - ], - "miRBM1": [ - { - "type": 0, - "value": "Avbokningar" - } - ], - "mnehg8": [ - { - "type": 0, - "value": "Museer" - } - ], - "mniMrC": [ - { - "type": 0, - "value": "Önskemål om säng" - } - ], - "mvtRip": [ - { - "type": 1, - "value": "roomSize" - }, - { - "type": 0, - "value": " m²" - } - ], - "mycQV4": [ - { - "type": 0, - "value": "Pris per 24 timmar" - } - ], - "n+PBX9": [ - { - "type": 0, - "value": "Betyg & omdömen för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "n/Mg/d": [ - { - "type": 0, - "value": "Frukost" - } - ], - "n3nJVO": [ - { - "type": 0, - "value": "Senast " - }, - { - "type": 1, - "value": "time" - }, - { - "type": 0, - "value": ", " - }, - { - "type": 1, - "value": "date" - } - ], - "n6WiTf": [ - { - "type": 0, - "value": "Alla länder" - } - ], - "n6bkYb": [ - { - "type": 0, - "value": "Goda nyheter! Du kan gå direkt till Mina sidor för att se alla dina förmåner!" - } - ], - "n8lNtY": [ - { - "type": 0, - "value": "Partnerförmåner" - } - ], - "nEMjVw": [ - { - "type": 0, - "value": "Födelsedatum: " - }, - { - "style": { - "parsedOptions": { - "day": "numeric", - "month": "long", - "year": "numeric" - }, - "pattern": "MMMM d yyyy", - "type": 1 - }, - "type": 3, - "value": "dateOfBirth" - } - ], - "nF4eiW": [ - { - "type": 0, - "value": "Inomhusfönster och utmärkt belysning" - } - ], - "nJj1ds": [ - { - "type": 0, - "value": "Den här kampanjen är aktiv" - } - ], - "nOP2h+": [ - { - "type": 0, - "value": "Du avbröt processen att lägga till ett nytt kreditkort." - } - ], - "nUUSFH": [ - { - "type": 0, - "value": "Hitta bokning" - } - ], - "nY7KYW": [ - { - "type": 0, - "value": "Vad du måste göra för att garantera bokningen:" - } - ], - "nYrKWp": [ - { - "type": 0, - "value": "Uppdatera profil" - } - ], - "nZEUXv": [ - { - "type": 0, - "value": "Vi kunde inte lägga till ett kort just nu, försök igen senare." - } - ], - "noCIHu": [ - { - "type": 0, - "value": "Som vår " - }, - { - "type": 1, - "value": "level" - } - ], - "o+XaIv": [ - { - "type": 0, - "value": "Information om tillgänglighet för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "o+q6tR": [ - { - "type": 0, - "value": "Poäng som går ut" - } - ], - "o2qq+1": [ - { - "children": [ - { - "type": 0, - "value": "EuroBonus " - }, - { - "type": 1, - "value": "sasLevelName" - } - ], - "type": 8, - "value": "sasMark" - }, - { - "type": 0, - "value": " har uppgraderat din Scandic Friends-nivå till " - }, - { - "children": [ - { - "type": 1, - "value": "scandicLevelName" - } - ], - "type": 8, - "value": "scandicMark" - } - ], - "o3bzB9": [ - { - "type": 0, - "value": "Skriv in det nya lösenordet igen" - } - ], - "o7Obco": [ - { - "type": 1, - "value": "lowest" - }, - { - "type": 0, - "value": "–" - }, - { - "type": 1, - "value": "highest" - }, - { - "type": 0, - "value": " gäster" - } - ], - "oGTj9e": [ - { - "type": 0, - "value": "Växla till" - } - ], - "oGjAJM": [ - { - "type": 1, - "value": "checkInDate" - }, - { - "type": 0, - "value": " från " - }, - { - "type": 1, - "value": "checkInTime" - } - ], - "oH2Zz/": [ - { - "type": 0, - "value": "Aktuella poäng: " - }, - { - "style": null, - "type": 2, - "value": "points" - } - ], - "oI858w": [ - { - "type": 0, - "value": "Visa rumsinformation" - } - ], - "oIM88R": [ - { - "type": 0, - "value": "Du måste vara inloggad för att se din bokning" - } - ], - "oYVLV9": [ - { - "type": 0, - "value": "Bonusnatt" - } - ], - "odXlk8": [ - { - "type": 0, - "value": "Logga in" - } - ], - "oehm0i": [ - { - "type": 0, - "value": "Länkat konto" - } - ], - "ofPqW9": [ - { - "type": 0, - "value": "Postnumret kan endast innehålla siffror och bokstäver" - } - ], - "onV2np": [ - { - "type": 0, - "value": "Rum & gäster" - } - ], - "op6XsK": [ - { - "type": 0, - "value": "Lägg till i kalender" - } - ], - "orvpWh": [ - { - "type": 0, - "value": "Tillbaka" - } - ], - "oyfwo7": [ - { - "type": 0, - "value": "Fri avbokning" - } - ], - "p0KN80": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng" - } - ], - "p3b08J": [ - { - "type": 0, - "value": "Scandic Friends" - } - ], - "p99zlP": [ - { - "type": 0, - "value": "Tack för din bokning! Vi ser fram emot att välkomna dig och hoppas att du får en trevlig vistelse." - } - ], - "pBhRB4": [ - { - "type": 0, - "value": "Parkeringsinformation för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pHzw5i": [ - { - "type": 0, - "value": "Rum " - }, - { - "type": 1, - "value": "roomIndex" - } - ], - "pONqz8": [ - { - "type": 0, - "value": "Förnamn" - } - ], - "pTjsuJ": [ - { - "type": 0, - "value": "Medlems-ID" - } - ], - "pVa8n3": [ - { - "type": 0, - "value": "Boostad by SAS till och med " - }, - { - "type": 1, - "value": "date" - } - ], - "pYcMzD": [ - { - "type": 0, - "value": "Scandic Friends FAQ" - } - ], - "pYrpHT": [ - { - "type": 0, - "value": "Hur du använder poäng" - } - ], - "paywpC": [ - { - "type": 0, - "value": "Upplevelser i närheten av " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "pe5t/G": [ - { - "type": 0, - "value": "Om hotellet" - } - ], - "pe7UAe": [ - { - "type": 0, - "value": "Stäng notifieringar" - } - ], - "pj6vos": [ - { - "type": 0, - "value": "Se resultat (" - }, - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": ")" - } - ], - "pkBQ0q": [ - { - "type": 0, - "value": "Inga enkelrum finns tillgängliga på dessa datum" - } - ], - "pmewv7": [ - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rumstyp" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " rumstyper" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "numberOfRooms" - }, - { - "type": 0, - "value": " tillgängliga" - } - ], - "ppn572": [ - { - "type": 0, - "value": "Betala senare" - } - ], - "pxF+t0": [ - { - "type": 0, - "value": "Populärt" - } - ], - "pxxNZK": [ - { - "type": 0, - "value": "Ja, lös in" - } - ], - "q12t0j": [ - { - "type": 0, - "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" - } - ], - "q6TwFo": [ - { - "type": 0, - "value": "Vi stötte på ett problem när vi behandlade din bokning. Vänligen försök igen. Inga debiteringar har gjorts." - } - ], - "q7aNbo": [ - { - "type": 0, - "value": "Betala med poäng" - } - ], - "qAhUUO": [ - { - "type": 0, - "value": "Torsdag" - } - ], - "qBSuzG": [ - { - "type": 0, - "value": "Numret du har angett är för kort" - } - ], - "qHyEAl": [ - { - "type": 0, - "value": "Se alla dina förmåner" - } - ], - "qOXENr": [ - { - "type": 0, - "value": "Boka ett möte" - } - ], - "qTm63M": [ - { - "type": 0, - "value": "Det verkar som om inga hotell matchar din sökning. Försök justera sökningen för att hitta den perfekta vistelsen." - } - ], - "qZm2l0": [ - { - "type": 0, - "value": "Visa Team Member-kort" - } - ], - "qaIl0E": [ - { - "type": 0, - "value": "Garantera sen ankomst" - } - ], - "qcNHb/": [ - { - "type": 1, - "value": "checkOutDate" - }, - { - "type": 0, - "value": " från " - }, - { - "type": 1, - "value": "checkOutTime" - } - ], - "qnQYqN": [ - { - "type": 0, - "value": "Du måste acceptera villkoren" - } - ], - "qozDRN": [ - { - "type": 0, - "value": "Nummer: " - }, - { - "type": 1, - "value": "membershipNumber" - } - ], - "qsSX7b": [ - { - "style": null, - "type": 2, - "value": "pointsAmount" - }, - { - "type": 0, - "value": " poäng eller " - }, - { - "style": null, - "type": 2, - "value": "nightsAmount" - }, - { - "type": 0, - "value": " nätter" - } - ], - "qyJtWy": [ - { - "type": 0, - "value": "Visa mindre" - } - ], - "qyg1/Z": [ - { - "type": 0, - "value": "Ditt medlemskap" - } - ], - "qzoK2Y": [ - { - "type": 0, - "value": "Betyg och omdömen" - } - ], - "r+I9cL": [ - { - "type": 0, - "value": "Vi behöver fler uppgifter för att bekräfta din identitet." - } - ], - "r0jaFc": [ - { - "type": 0, - "value": "Stäng kartan" - } - ], - "r5MqTU": [ - { - "type": 0, - "value": "Otillräckligt antal poäng" - } - ], - "rAMbe3": [ - { - "type": 0, - "value": "Öppna bildgalleri" - } - ], - "rDDShN": [ - { - "type": 0, - "value": "Om problemet kvarstår" - } - ], - "rFiwdX": [ - { - "type": 0, - "value": "En destination eller ett hotellnamn behövs för att kunna söka efter ett hotellrum." - } - ], - "rIBC37": [ - { - "type": 0, - "value": "Profilen har uppdaterats!" - } - ], - "rNwB7N": [ - { - "type": 0, - "value": "Möten & konferenser på " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "rYxTxc": [ - { - "type": 0, - "value": "Ge det lite extra krydda" - } - ], - "rb5xpI": [ - { - "type": 0, - "value": "Bokningar av flera rum är inte tillgängliga med EuroBonus-poäng." - } - ], - "rbrahO": [ - { - "type": 0, - "value": "Stäng" - } - ], - "rdKdQl": [ - { - "type": 0, - "value": "Hantera bokningen" - } - ], - "rePX4c": [ - { - "type": 0, - "value": "Vuxna" - } - ], - "rjK/aG": [ - { - "type": 0, - "value": "Ingen frukost" - } - ], - "rmpW6K": [ - { - "type": 0, - "value": "Poängväxling klar!" - } - ], - "rn5vjj": [ - { - "type": 0, - "value": "Upptäck " - }, - { - "type": 1, - "value": "name" - } - ], - "rolakz": [ - { - "type": 0, - "value": "Ett fel uppstod ( " - }, - { - "type": 1, - "value": "errorId" - }, - { - "type": 0, - "value": " )" - } - ], - "rvirM2": [ - { - "type": 0, - "value": "Stad" - } - ], - "rxNddi": [ - { - "type": 0, - "value": "Webbsida" - } - ], - "s+BolK": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " hotell" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "count" - } - ], - "sDQeLi": [ + "roomSidePeek.maxNumberOfGuests": [ { "type": 0, "value": "Max. " @@ -8016,53 +7498,243 @@ "value": "max" } ], - "sHj9W4": [ + "roomSidePeek.pricesAndAvailabilityButtonLabel": [ { "type": 0, - "value": "EB-poäng" + "value": "Priser & tillgänglighet" } ], - "sJlhdF": [ + "roomSidePeek.roomFacilitiesTitle": [ { "type": 0, - "value": "Dörrmått" + "value": "Detta rum är utrustat med" } ], - "sO6ulE": [ + "sas.linkAccountBanner.description": [ { "type": 0, - "value": "Spara uppdateringar" + "value": "Länka dina " + }, + { + "children": [], + "type": 8, + "value": "scandicFriends" + }, + { + "type": 0, + "value": " och " + }, + { + "children": [], + "type": 8, + "value": "sasEuroBonus" + }, + { + "type": 0, + "value": " konton för att tjäna, använda och växla poäng mellan medlemskap" } ], - "sTidZk": [ + "sas.linkAccountBanner.earnFlightsWithNights": [ { "type": 0, - "value": "Kajakpaddling" + "value": "Earn flights with nights" } ], - "sVgB+Q": [ + "sas.linkAccountBanner.readMoreAndLinkAccounts": [ { "type": 0, - "value": "E-postadressen är ogiltig" + "value": "Läs mer och länka konton" } ], - "sX89my": [ + "sas.linkedAccounts.changeDelayInfo": [ { "type": 0, - "value": "Hotell & destinationer" + "value": "Ändringar i din nivåmatchning kan ta upp till 24 timmar innan de visas." } ], - "sZPaN8": [ + "sas.linkedAccounts.euroBonusSasText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, { "type": 0, - "value": "Tillgänglighet på " + "value": " och " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " är likvärdiga och har matchats. Gå upp i nivå i ett av dina medlemskap för en chans till uppgradering!" + } + ], + "sas.linkedAccounts.euroBonusSasUpgradedText": [ + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + }, + { + "type": 0, + "value": " har uppgraderat din Scandic Friends-nivå till " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + } + ], + "sas.linkedAccounts.levelMatchStatus": [ + { + "type": 0, + "value": "Status nivåmatchning" + } + ], + "sas.linkedAccounts.linkedAccount": [ + { + "type": 0, + "value": "Länkat konto" + } + ], + "sas.linkedAccounts.scandicFriendsUpgradedText": [ + { + "type": 0, + "value": "Din Scandic Friends-nivå " + }, + { + "children": [ + { + "type": 1, + "value": "scandicLevelName" + } + ], + "type": 8, + "value": "scandicMark" + }, + { + "type": 0, + "value": " har uppgraderat dig till " + }, + { + "children": [ + { + "type": 0, + "value": "EuroBonus " + }, + { + "type": 1, + "value": "sasLevelName" + } + ], + "type": 8, + "value": "sasMark" + } + ], + "sas.linkedAccounts.upgradeValidUntil": [ + { + "type": 0, + "value": "Uppgradering giltig till" + } + ], + "selectHotel.closeMap": [ + { + "type": 0, + "value": "Stäng kartan" + } + ], + "selectHotel.noAvailability.changeSearchText": [ + { + "type": 0, + "value": "Försök att ändra din sökning efter den här destinationen eller se alternativa hotell." + } + ], + "selectHotel.noAvailabilityForBookingCode": [ + { + "type": 0, + "value": "Vi hittade inga lediga rum med denna bokningskod (" }, { "type": 1, - "value": "hotel" + "value": "bookingCode" + }, + { + "type": 0, + "value": "). Se tillgängliga priser nedan." } ], - "sc4shG": [ + "selectRate.availableRooms.all": [ + { + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rumstyp" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " rumstyper" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "numberOfRooms" + }, + { + "type": 0, + "value": " tillgängliga" + } + ], + "selectRate.availableRooms.partial": [ { "type": 1, "value": "availableRooms" @@ -8106,80 +7778,405 @@ "value": " tillgängliga" } ], - "sd+1nx": [ + "selectRate.breakfastDealCanBePurchased": [ { "type": 0, - "value": "Gym & Wellness" + "value": "Frukosterbjudande kan köpas på hotellet." } ], - "sfTL5T": [ - { - "type": 1, - "value": "price" - }, + "selectRate.breakfastExcludedAdd": [ { "type": 0, - "value": "/natt för barn (4–12 år)" + "value": "Frukost exkluderad, lägg till i nästa steg." } ], - "stV21X": [ - { - "type": 0, - "value": "Se alternativa hotell" - } - ], - "sy+pv5": [ - { - "type": 0, - "value": "E-mail" - } - ], - "syB78Q": [ - { - "type": 0, - "value": "Kundtjänst" - } - ], - "syEtHD": [ - { - "type": 0, - "value": "Boka ytterligare en övernattning" - } - ], - "t/t0gz": [ - { - "type": 0, - "value": "Frukost ingår ej" - } - ], - "t2gumm": [ - { - "type": 0, - "value": "Google Maps" - } - ], - "t4Lz22": [ + "selectRate.breakfastIsIncluded": [ { "type": 0, "value": "Frukost ingår." } ], - "t4Uo3w": [ + "selectRate.guests": [ { - "type": 0, - "value": "Bli inspirerad" + "offset": 0, + "options": { + "one": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäst" + } + ] + }, + "other": { + "value": [ + { + "type": 7 + }, + { + "type": 0, + "value": " gäster" + } + ] + } + }, + "pluralType": "cardinal", + "type": 6, + "value": "guests" } ], - "t5ef0o": [ + "selectRate.invalidDatesErrorMessage": [ { "type": 0, - "value": "Jag accepterar villkoren för denna vistelse och de allmänna " + "value": "Ogiltiga datum" + } + ], + "selectRate.minMaxGuests": [ + { + "type": 1, + "value": "min" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "max" + }, + { + "type": 0, + "value": " gäster" + } + ], + "selectRate.petRoom.feeMessage": [ + { + "type": 0, + "value": "Husdjursvänliga rum kostar cirka " }, { "children": [ { "type": 0, - "value": "Boknings- och avbokningsvillkoren" + "value": " " + }, + { + "type": 1, + "value": "price" + }, + { + "type": 0, + "value": " /vistelse " + } + ], + "type": 8, + "value": "b" + } + ], + "selectRate.roomSizeMinToMax": [ + { + "type": 1, + "value": "roomSizeMin" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "roomSizeMax" + }, + { + "type": 0, + "value": " m²" + } + ], + "selectRate.roomsLeft": [ + { + "style": null, + "type": 2, + "value": "amount" + }, + { + "type": 0, + "value": " kvar" + } + ], + "selectRate.selectARate": [ + { + "type": 0, + "value": "Välj ett pris" + } + ], + "selectRate.thisRoomIsNotAvailable": [ + { + "type": 0, + "value": "Detta rum är inte tillgängligt" + } + ], + "sideepek.parking.aboutParking": [ + { + "type": 0, + "value": "Om parkering" + } + ], + "sidepeek.amenities": [ + { + "type": 0, + "value": "Bekvämligheter" + } + ], + "sidepeek.checkin/checkout": [ + { + "type": 0, + "value": "Incheckning/utcheckning" + } + ], + "sidepeek.checkin/checkout.checkInFrom": [ + { + "type": 0, + "value": "Incheckning från: " + }, + { + "type": 1, + "value": "checkInTime" + } + ], + "sidepeek.checkin/checkout.checkOutAtLatest": [ + { + "type": 0, + "value": "Utcheckning senast: " + }, + { + "type": 1, + "value": "checkOutTime" + } + ], + "sidepeek.checkin/checkout.hours": [ + { + "type": 0, + "value": "Tider" + } + ], + "sidepeek.roomDetails": [ + { + "type": 0, + "value": "Rumsfakta" + } + ], + "sidepeek.tripadvisor.ratingsAndReviews": [ + { + "type": 0, + "value": "Betyg och omdömen" + } + ], + "sidepeek.tripadvisor.ratingsAndReviewsForHotel": [ + { + "type": 0, + "value": "Betyg & omdömen för " + }, + { + "type": 1, + "value": "hotelName" + } + ], + "sidepeek.wellness.externalGym.distance": [ + { + "type": 0, + "value": "Avstånd till gym: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.externalGym.name": [ + { + "type": 0, + "value": "Externt gym: " + }, + { + "type": 1, + "value": "value" + } + ], + "sidepeek.wellness.indoorPool.length": [ + { + "type": 0, + "value": "Poolens längd: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.indoorPool.width": [ + { + "type": 0, + "value": "Poolens bredd: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeek.wellness.sauna.mixedGender": [ + { + "type": 0, + "value": "Könsneutral bastu" + } + ], + "sidepeek.wellness.sauna.separateMenAndWomen": [ + { + "type": 0, + "value": "Könsseparerad bastu" + } + ], + "sidepeek.wellness.showGymAndWellness": [ + { + "type": 0, + "value": "Visa Gym & Wellness" + } + ], + "sidepeek.wellness.weekdayOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Måndag-fredag: Alltid öppet" + } + ], + "sidepeek.wellness.weekdayOpeningHours.hours": [ + { + "type": 0, + "value": "Måndag-fredag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeek.wellness.weekendOpeningHours.alwaysOpen": [ + { + "type": 0, + "value": "Lördag-söndag: Alltid öppet" + } + ], + "sidepeek.wellness.weekendOpeningHours.hours": [ + { + "type": 0, + "value": "Lördag-söndag: " + }, + { + "type": 1, + "value": "openingTime" + }, + { + "type": 0, + "value": "-" + }, + { + "type": 1, + "value": "closingTime" + } + ], + "sidepeeks.wellness.indoorPool.depth": [ + { + "type": 0, + "value": "Poolens djup: " + }, + { + "type": 1, + "value": "value" + }, + { + "type": 0, + "value": " m" + } + ], + "sidepeeks.wellness.indoorPool.depthRange": [ + { + "type": 0, + "value": "Poolens djup: " + }, + { + "type": 1, + "value": "from" + }, + { + "type": 0, + "value": "–" + }, + { + "type": 1, + "value": "to" + }, + { + "type": 0, + "value": " m" + } + ], + "signUp.accountExistsError": [ + { + "type": 0, + "value": "Det finns redan ett konto med den här e-mailadressen. Försök att logga in i stället." + } + ], + "signUp.contactInformation": [ + { + "type": 0, + "value": "Kontaktinformation" + } + ], + "signUp.iAccept": [ + { + "type": 0, + "value": "Jag accepterar" + } + ], + "signUp.joinNow": [ + { + "type": 0, + "value": "Gå med nu" + } + ], + "signUp.termsAndConditions": [ + { + "type": 0, + "value": "Villkor" + } + ], + "signUp.termsAndConditionsDescription": [ + { + "type": 0, + "value": "Genom att acceptera " + }, + { + "children": [ + { + "type": 0, + "value": "villkoren för Scandic Friends" } ], "type": 8, @@ -8187,7 +8184,7 @@ }, { "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " + "value": " förstår jag att mina personuppgifter kommer att behandlas i enlighet med " }, { "children": [ @@ -8197,502 +8194,40 @@ } ], "type": 8, - "value": "privacyPolicyLink" + "value": "privacyPolicy" }, { "type": 0, "value": "." } ], - "t7PZQP": [ + "signup.joinOrLoginForMemberPricing": [ { "type": 0, - "value": "Café" + "value": "Bli medlem eller logga in när du bokar för att få medlemspriser." } ], - "tEGZZS": [ + "signup.toGetTheMemberPrice": [ { "type": 0, - "value": "Medlemsvillkor" - } - ], - "tHvYwz": [ - { - "type": 0, - "value": "© " + "value": "För att få medlemspriset " }, { - "type": 1, - "value": "currentYear" - }, - { - "type": 0, - "value": " Scandic Hotels Alla rättigheter förbehållna" - } - ], - "tKEk+5": [ - { - "type": 0, - "value": "Det gick inte att söka" - } - ], - "tKMlOc": [ - { - "type": 0, - "value": "Meny" - } - ], - "tPaYmy": [ - { - "type": 0, - "value": "Något gick fel. Vänligen försök igen senare." - } - ], - "tQmGFu": [ - { - "type": 0, - "value": "Barn under " - }, - { - "type": 1, - "value": "age" - } - ], - "tWiaw4": [ - { - "type": 0, - "value": "Hej, Best Friend!" - } - ], - "tbjuTe": [ - { - "type": 0, - "value": "Priser & tillgänglighet" - } - ], - "tcw9Ef": [ - { - "type": 1, - "value": "number" - }, - { - "type": 0, - "value": " personer" - } - ], - "tf1lIh": [ - { - "type": 0, - "value": "Gratis" - } - ], - "to6yuC": [ - { - "type": 0, - "value": "Barnets ålder krävs" - } - ], - "txTmMj": [ - { - "type": 0, - "value": "Det går inte att visa frukostpriser." - } - ], - "txUL0F": [ - { - "type": 0, - "value": "Efternamn" - } - ], - "u1VDVZ": [ - { - "type": 0, - "value": "Könsneutral bastu" - } - ], - "u1a+J1": [ - { - "type": 0, - "value": "Skicka ett e-postmeddelande" - } - ], - "u8II6t": [ - { - "type": 0, - "value": "Förnamnet får inte innehålla några specialtecken" - } - ], - "uC1vmF": [ - { - "type": 0, - "value": "Ändra eller avboka" - } - ], - "uDm4Mt": [ - { - "type": 1, - "value": "count" - }, - { - "type": 0, - "value": " versal" - } - ], - "uJXmpj": [ - { - "type": 0, - "value": "Buffé" - } - ], - "uXqiQs": [ - { - "type": 0, - "value": "Välj rum" - } - ], - "uaIF57": [ - { - "type": 0, - "value": "Frukost ingår" - } - ], - "ubYorJ": [ - { - "type": 0, - "value": "Genom att lägga till ett kort garanterar du också din rumsbokning för sen ankomst." - } - ], - "uiFoFm": [ - { - "type": 0, - "value": "Lösenord krävs" - } - ], - "ujX0MU": [ - { - "type": 0, - "value": "Kollektivtrafik" - } - ], - "up2jzi": [ - { - "type": 0, - "value": "Menyer" - } - ], - "uz3fmq": [ - { - "type": 0, - "value": "Vi kunde inte avlänka dina konton" - } - ], - "v+4m00": [ - { - "type": 0, - "value": "Rensa sökningar" - } - ], - "v3vkMz": [ - { - "type": 0, - "value": "Hitta ditt hotell" - } - ], - "v4H0kq": [ - { - "type": 0, - "value": "Möten, konferenser & evenemang" - } - ], - "vFd5O6": [ - { - "type": 0, - "value": "Har du visat upp denna förmån för hotellpersonalen?" - } - ], - "vNqPvO": [ - { - "type": 0, - "value": "Inga hotell matchar din sökning" - } - ], - "vONi+O": [ - { - "type": 0, - "value": "Land" - } - ], - "vWsvI3": [ - { - "type": 0, - "value": "Ett fel uppstod när dina inställningar skulle hanteras, vänligen försök igen senare." - } - ], - "vYiDQA": [ - { - "type": 0, - "value": "Priserna har ökat sedan du valde din " - }, - { - "type": 1, - "value": "roomSelection" - }, - { - "type": 0, - "value": "." - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " För att fortsätta din bokning, acceptera det uppdaterade priset," - }, - { - "type": 1, - "value": "linebreak" - }, - { - "type": 0, - "value": " eller gå tillbaka för att välja " - }, - { - "type": 1, - "value": "newRoomSelection" - }, - { - "type": 0, - "value": "." - } - ], - "vi7f2x": [ - { - "type": 0, - "value": "Ref" - } - ], - "vmXxT7": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxen" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " vuxna" - } - ] + "children": [ + { + "type": 1, + "value": "price" } - }, - "pluralType": "cardinal", - "type": 6, - "value": "adults" - } - ], - "vodtR1": [ - { - "type": 0, - "value": "Ditt kort har sparats!" - } - ], - "voftCr": [ - { - "type": 0, - "value": "Bekräfta bokningen" - } - ], - "vwVLfU": [ - { - "type": 0, - "value": "Se din information" - } - ], - "vzqS9m": [ - { - "type": 0, - "value": "Telefonnummer krävs" - } - ], - "w0LSDs": [ - { - "type": 1, - "value": "count" + ], + "type": 8, + "value": "span" }, { "type": 0, - "value": " specialtecken" + "value": ", logga in eller bli medlem när du slutför bokningen." } ], - "w1Fanr": [ - { - "type": 0, - "value": "Företag" - } - ], - "w8xwZc": [ - { - "type": 0, - "value": "Cirkel" - } - ], - "wBft7a": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " cm" - } - ], - "wFoQuF": [ - { - "type": 0, - "value": "Kan inte avbokas" - } - ], - "wHT3hs": [ - { - "type": 1, - "value": "points" - }, - { - "type": 0, - "value": " poäng" - } - ], - "wMlLgt": [ - { - "type": 0, - "value": "Inget innehåll publicerat" - } - ], - "wNGd6j": [ - { - "type": 0, - "value": "Välkomstbonus" - } - ], - "wSh+Ly": [ - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m²" - } - ], - "wbGGOy": [ - { - "type": 0, - "value": "Totalt antal poäng" - } - ], - "wmgjWK": [ - { - "type": 0, - "value": "Du har tjänat " - }, - { - "type": 1, - "value": "pointAmount" - }, - { - "type": 0, - "value": " poäng detta medlemsår." - } - ], - "wnrFGi": [ - { - "type": 0, - "value": "Alternativa öppettider (" - }, - { - "type": 1, - "value": "name" - }, - { - "type": 0, - "value": ")" - } - ], - "wo3YWw": [ - { - "type": 0, - "value": "Betyg från Tripadvisor" - } - ], - "woRAaT": [ - { - "type": 1, - "value": "size" - }, - { - "type": 0, - "value": " ( " - }, - { - "offset": 0, - "options": { - "one": { - "value": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gäst " - } - ] - }, - "other": { - "value": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "range" - }, - { - "type": 0, - "value": " gäster " - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "max" - }, - { - "type": 0, - "value": " )" - } - ], - "wqopuo": [ + "signup.toGetTheMemberRoomPrice": [ { "type": 0, "value": "För att få medlemspriset för rum " @@ -8716,63 +8251,116 @@ "value": " , logga in eller bli medlem när du slutför bokningen." } ], - "wy1gW7": [ + "stats.points.asOfToday": [ { "type": 0, - "value": "Denna kod har löpt ut. " - }, - { - "children": [ - { - "type": 0, - "value": "Skicka ny kod." - } - ], - "type": 8, - "value": "resendOtpLink" + "value": "från och med idag" } ], - "x+JySa": [ + "stats.points.nextLevel": [ { "type": 0, - "value": "Jämför alla nivåer" - } - ], - "x14bsI": [ - { - "type": 0, - "value": "Hotellinformation" - } - ], - "x1Lu7o": [ - { - "type": 0, - "value": "Antal parkeringsplatser: " + "value": "nästa nivå: " }, { "type": 1, - "value": "number" + "value": "nextLevel" } ], - "x2vleF": [ + "stats.points.pointsNeededToLevelUp": [ { "type": 0, - "value": "Ingen tillgänglighet" + "value": "Poäng som behövs för att gå upp i nivå" } ], - "x4c7BD": [ + "stats.points.yourPointsToSpend": [ { "type": 0, - "value": "I närheten" + "value": "Dina poäng att använda" } ], - "x6GCUR": [ + "stays.getInspired": [ { "type": 0, - "value": "Eftersom din bokning inkluderar rum med olika villkor, kommer vi att debitera en del av bokningen nu. Den återstående delen betalas vid incheckning på hotellet." + "value": "Bli inspirerad" } ], - "xAAmxu": [ + "stays.noUpcomingStays": [ + { + "type": 0, + "value": "Du har inga bokade övernattningar." + } + ], + "stays.whereToGoNext": [ + { + "type": 0, + "value": "Vart vill du resa nästa gång?" + } + ], + "toast.dismissNotification": [ + { + "type": 0, + "value": "Stäng notifieringar" + } + ], + "transferEuroBonusPoints.backToMyPagesButton": [ + { + "type": 0, + "value": "Gå tillbaka till Mina sidor" + } + ], + "transferEuroBonusPoints.bonusNightAvailableDescription": [ + { + "type": 0, + "value": "Lös in dina poäng mot mysiga övernattningar, god mat i våra restauranger eller något litet extra på rummet som förhöjer din vistelse!" + } + ], + "transferEuroBonusPoints.bonusNightAvailableTitle": [ + { + "type": 0, + "value": "Du har tillräckligt med poäng för en bonusnatt!" + } + ], + "transferEuroBonusPoints.bookNowButton": [ + { + "type": 0, + "value": "Boka nu" + } + ], + "transferEuroBonusPoints.loginRequired": [ + { + "type": 0, + "value": "För att kunna växla dina poäng kommer vi att be dig logga in på ditt SAS EuroBonus-konto." + } + ], + "transferEuroBonusPoints.newTotalTitle": [ + { + "type": 0, + "value": "Din nya totalsumma" + } + ], + "transferEuroBonusPoints.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange koden som skickats till " + }, + { + "children": [], + "type": 8, + "value": "maskedContactInfo" + }, + { + "type": 0, + "value": " för att överföra dina poäng." + } + ], + "transferEuroBonusPoints.pointsAddedTitle": [ + { + "type": 0, + "value": "Poäng tillagda" + } + ], + "transferEuroBonusPoints.pointsResultText": [ { "style": null, "type": 2, @@ -8780,397 +8368,94 @@ }, { "type": 0, - "value": " p" + "value": " poäng" } ], - "xFA1TY": [ - { - "type": 0, - "value": "under" - } - ], - "xIHOhT": [ - { - "type": 0, - "value": "Rum" - } - ], - "xMSFeV": [ - { - "type": 0, - "value": "Betalningsgaranti" - } - ], - "xbi38c": [ - { - "type": 0, - "value": "Zooma in" - } - ], - "xcSxah": [ - { - "type": 0, - "value": "Tillval till din bokning" - } - ], - "xetLCf": [ - { - "type": 0, - "value": "Utforska staden" - } - ], - "xj8eRl": [ - { - "type": 0, - "value": "Jag accepterar villkoren" - } - ], - "xkr+zo": [ - { - "type": 0, - "value": "Villkor" - } - ], - "xmcVZ0": [ - { - "type": 0, - "value": "Sök" - } - ], - "xn3ouY": [ - { - "type": 0, - "value": "Ett fel uppstod när profilen skulle uppdateras." - } - ], - "xxhML8": [ - { - "type": 0, - "value": "Betalningsinformation" - } - ], - "y0can/": [ - { - "type": 0, - "value": "Information om tillgänglighet för " - }, - { - "type": 1, - "value": "hotelName" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "destination" - } - ], - "y1Qr81": [ - { - "type": 0, - "value": "Nivå" - } - ], - "y1Z3or": [ - { - "type": 0, - "value": "Språk" - } - ], - "yBypAQ": [ - { - "type": 0, - "value": "Tillgänglighetsinformation för " - }, - { - "type": 1, - "value": "hotelName" - } - ], - "yKuC6H": [ - { - "type": 0, - "value": "Planerar du att anlända efter kl. 18.00? Säkra ditt rum genom att garantera det med ett kreditkort. Utan garanti och vid utebliven ankomst kan rummet komma att omdisponeras efter kl. 18.00." - } - ], - "yM+1yJ": [ - { - "type": 0, - "value": "Din vistelse är fortfarande aktiv med det andra rummet" - } - ], - "yN82SV": [ - { - "type": 0, - "value": "Medlem sedan: " - }, - { - "type": 1, - "value": "value" - } - ], - "yP9SR1": [ - { - "type": 0, - "value": "Vandring" - } - ], - "yPKW9G": [ - { - "type": 0, - "value": "Betala på hotellet" - } - ], - "yV5oYe": [ - { - "type": 0, - "value": "Villkor" - } - ], - "yVBUQh": [ - { - "type": 0, - "value": "Det går inte att visa kartan" - } - ], - "yVWciP": [ - { - "type": 0, - "value": "Totalt att betala" - } - ], - "yaehdV": [ - { - "type": 0, - "value": "Medlemsår och nivåutveckling" - } - ], - "yalCwe": [ - { - "type": 0, - "value": "Dina rum" - } - ], - "yfo2FO": [ - { - "type": 0, - "value": "Övriga betalningsmetoder" - } - ], - "ygyp0j": [ + "transferEuroBonusPoints.successMessage": [ { "type": 0, "value": "Poängväxling klar!" } ], - "ynE7iJ": [ + "transferEuroBonusPoints.transactionTitle": [ { "type": 0, - "value": "Hotell med " + "value": "Din transaktion" + } + ], + "unlinkEuroBonusAccount.errorHeading": [ + { + "type": 0, + "value": "Vi kunde inte avlänka dina konton" + } + ], + "unlinkEuroBonusAccount.errorMessage": [ + { + "type": 0, + "value": "Vi kunde inte avlänka dina konton. Vänligen kontakta oss så hjälper vi dig att lösa detta." + } + ], + "unlinkEuroBonusAccount.loginRequired": [ + { + "type": 0, + "value": "Logga in på ditt SAS EuroBonus-konto för att bekräfta kontoavlänkning." + } + ], + "unlinkEuroBonusAccount.oneTimePasswordInputDescription": [ + { + "type": 0, + "value": "Vänligen ange den kod som skickats till " }, { - "type": 1, - "value": "filter" - }, - { - "type": 0, - "value": " i " - }, - { - "type": 1, - "value": "location" - } - ], - "yos4hi": [ - { - "type": 0, - "value": "Efternamn krävs" - } - ], - "yr+Os9": [ - { - "type": 0, - "value": "Födelsedatum är obligatoriskt" - } - ], - "yxguVq": [ - { - "type": 0, - "value": "Ignorera ändringar" - } - ], - "z074yK": [ - { - "type": 0, - "value": "Denna vistelse har flera villkor." - } - ], - "z7+EXa": [ - { - "type": 0, - "value": "Postnummer är obligatoriskt" - } - ], - "zA7LuX": [ - { - "type": 0, - "value": "Styrelserum" - } - ], - "zEdCI3": [ - { - "type": 0, - "value": "E-mailadress krävs" - } - ], - "zF7Cth": [ - { - "type": 0, - "value": "Gäst" - } - ], - "zGFHUH": [ - { - "type": 0, - "value": "Visa och köp tillval" - } - ], - "zKURD8": [ - { - "type": 0, - "value": "Något gick fel och vi kunde inte lägga till ditt kort. Vänligen försök igen senare." - } - ], - "zV1VIB": [ - { - "type": 0, - "value": "Poolens bredd: " - }, - { - "type": 1, - "value": "value" - }, - { - "type": 0, - "value": " m" - } - ], - "zVxc1M": [ - { - "type": 1, - "value": "price" - }, - { - "type": 0, - "value": "/natt per vuxen" - } - ], - "zXibMc": [ - { - "offset": 0, - "options": { - "=1": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - }, - "other": { - "value": [ - { - "type": 7 - }, - { - "type": 0, - "value": " barn" - } - ] - } - }, - "pluralType": "cardinal", - "type": 6, - "value": "children" - } - ], - "zZsG4L": [ - { - "type": 0, - "value": "Jag accepterar villkoren för denna vistelse och de allmänna " - }, - { - "children": [ - { - "type": 0, - "value": "Terms & Conditions" - } - ], + "children": [], "type": 8, - "value": "termsAndConditionsLink" + "value": "maskedContactInfo" }, { "type": 0, - "value": ", och förstår att Scandic kommer att behandla mina personuppgifter för denna vistelse i enlighet med " - }, - { - "children": [ - { - "type": 0, - "value": "Scandics Integritetspolicy" - } - ], - "type": 8, - "value": "privacyPolicyLink" - }, - { - "type": 0, - "value": "." + "value": " för att avlänka dina konton." } ], - "zdjilB": [ + "unlinkEuroBonusAccount.successTitle": [ { "type": 0, - "value": "Poäng" + "value": "Dina konton är nu avlänkade" } ], - "zgME6L": [ + "userNotFound.contactCustomerService": [ { "type": 0, - "value": "Snittpris per natt" + "value": "Försök igen eller kontakta kundtjänst!" } ], - "zhFyHP": [ + "userNotFound.title": [ { "type": 0, - "value": "Karta över " - }, - { - "type": 1, - "value": "hotelName" + "value": "Användare hittades inte" } ], - "zleazZ": [ + "webview.genericUserError": [ { "type": 0, - "value": "Pris för frukost" + "value": "Okänt fel inträffade vid laddning av användare" } ], - "znxOov": [ + "webview.missingUserError": [ { "type": 0, - "value": "Könsseparerad bastu" + "value": "Fel: Det gick inte att ladda någon användare" } ], - "zuqMfZ": [ + "webview.userNotFoundError": [ { "type": 0, - "value": "Karta" + "value": "Fel: Användaren kunde inte hittas" + } + ], + "webviews.goBackToOverview": [ + { + "type": 0, + "value": "Gå tillbaka till översikten" } ] } diff --git a/apps/scandic-web/stores/my-stay/helpers.ts b/apps/scandic-web/stores/my-stay/helpers.ts index 1c4aa0651..d8188c0e3 100644 --- a/apps/scandic-web/stores/my-stay/helpers.ts +++ b/apps/scandic-web/stores/my-stay/helpers.ts @@ -53,6 +53,7 @@ export function calculateTotalPrice( const appendTotalPrice = totalPrice ? `${totalPrice} + ` : "" totalPrice = `${appendTotalPrice}${totals.vouchers} ${intl.formatMessage( { + id: "price.numberOfVouchers", defaultMessage: "{numberOfVouchers, plural, one {Voucher} other {Vouchers}}", }, diff --git a/apps/scandic-web/stores/my-stay/index.ts b/apps/scandic-web/stores/my-stay/index.ts index 7d80a6d35..05e7713e3 100644 --- a/apps/scandic-web/stores/my-stay/index.ts +++ b/apps/scandic-web/stores/my-stay/index.ts @@ -28,12 +28,15 @@ export function createMyStayStore({ }: InitialState) { const rates = { change: intl.formatMessage({ + id: "booking.freeRebooking", defaultMessage: "Free rebooking", }), flex: intl.formatMessage({ + id: "booking.freeCancellation", defaultMessage: "Free cancellation", }), save: intl.formatMessage({ + id: "booking.nonRefundable", defaultMessage: "Non-refundable", }), } diff --git a/apps/scandic-web/utils/getErrorMessage.ts b/apps/scandic-web/utils/getErrorMessage.ts index 6f8524ee0..fc3c656e0 100644 --- a/apps/scandic-web/utils/getErrorMessage.ts +++ b/apps/scandic-web/utils/getErrorMessage.ts @@ -15,10 +15,12 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { switch (errorCode) { case findMyBookingErrors.BOOKING_NUMBER_INVALID: return intl.formatMessage({ + id: "error.invalidBookingNumber", defaultMessage: "Invalid booking number", }) case findMyBookingErrors.BOOKING_NUMBER_REQUIRED: return intl.formatMessage({ + id: "error.invalidBookingNumber", defaultMessage: "Invalid booking number", }) case findMyBookingErrors.FIRST_NAME_REQUIRED: @@ -26,11 +28,13 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case multiroomErrors.FIRST_NAME_REQUIRED: case roomOneErrors.FIRST_NAME_REQUIRED: return intl.formatMessage({ + id: "error.firstNameRequired", defaultMessage: "First name is required", }) case multiroomErrors.FIRST_NAME_SPECIAL_CHARACTERS: case roomOneErrors.FIRST_NAME_SPECIAL_CHARACTERS: return intl.formatMessage({ + id: "error.firstNameSpecialCharacters", defaultMessage: "First name can't contain any special characters", }) case findMyBookingErrors.LAST_NAME_REQUIRED: @@ -38,15 +42,18 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case multiroomErrors.LAST_NAME_REQUIRED: case roomOneErrors.LAST_NAME_REQUIRED: return intl.formatMessage({ + id: "error.lastNameRequired", defaultMessage: "Last name is required", }) case multiroomErrors.LAST_NAME_SPECIAL_CHARACTERS: case roomOneErrors.LAST_NAME_SPECIAL_CHARACTERS: return intl.formatMessage({ + id: "error.lastNameSpecialCharacters", defaultMessage: "Last name can't contain any special characters", }) case multiroomErrors.FIRST_AND_LAST_NAME_UNIQUE: return intl.formatMessage({ + id: "error.firstAndLastNameUnique", defaultMessage: "First and last name can't be the same in two different rooms", }) @@ -55,10 +62,12 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case roomOneErrors.EMAIL_REQUIRED: case signupErrors.EMAIL_REQUIRED: return intl.formatMessage({ + id: "error.emailRequired", defaultMessage: "Email address is required", }) case signupErrors.EMAIL_INVALID: return intl.formatMessage({ + id: "error.emailInvalid", defaultMessage: "Email address is invalid", }) case signupErrors.COUNTRY_REQUIRED: @@ -66,6 +75,7 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case roomOneErrors.COUNTRY_REQUIRED: case editProfileErrors.COUNTRY_REQUIRED: return intl.formatMessage({ + id: "error.countryRequired", defaultMessage: "Country is required", }) case signupErrors.PHONE_REQUIRED: @@ -73,10 +83,12 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case roomOneErrors.PHONE_REQUIRED: case editProfileErrors.PHONE_REQUIRED: return intl.formatMessage({ + id: "error.phoneRequired", defaultMessage: "Phone is required", }) case phoneErrors.PHONE_NUMBER_TOO_SHORT: return intl.formatMessage({ + id: "error.phoneNumberTooShort", defaultMessage: "The number you have entered is too short", }) case phoneErrors.PHONE_REQUESTED: @@ -85,61 +97,74 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { case roomOneErrors.PHONE_REQUESTED: case editProfileErrors.PHONE_REQUESTED: return intl.formatMessage({ + id: "error.phoneRequested", defaultMessage: "Please enter a valid phone number", }) case signupErrors.BIRTH_DATE_REQUIRED: case roomOneErrors.BIRTH_DATE_REQUIRED: return intl.formatMessage({ + id: "error.birthDateRequired", defaultMessage: "Date of birth is required", }) case roomOneErrors.BIRTH_DATE_AGE_18: return intl.formatMessage({ + id: "error.atleast18YearsOld", defaultMessage: "Must be at least 18 years of age to continue", }) case roomOneErrors.ZIP_CODE_REQUIRED: case editProfileErrors.ZIP_CODE_REQUIRED: case signupErrors.ZIP_CODE_REQUIRED: return intl.formatMessage({ + id: "error.zipCodeRequired", defaultMessage: "Zip code is required", }) case roomOneErrors.ZIP_CODE_INVALID: case editProfileErrors.ZIP_CODE_INVALID: case signupErrors.ZIP_CODE_INVALID: return intl.formatMessage({ + id: "error.zipCodeInvalid", defaultMessage: "The postal code can only contain numbers and letters", }) case signupErrors.PASSWORD_REQUIRED: return intl.formatMessage({ + id: "error.passwordRequired", defaultMessage: "Password is required", }) case editProfileErrors.PASSWORD_NEW_REQUIRED: return intl.formatMessage({ + id: "error.passwordNewRequired", defaultMessage: "New password is required", }) case editProfileErrors.PASSWORD_RETYPE_NEW_REQUIRED: return intl.formatMessage({ + id: "error.passwordRetypeNewRequired", defaultMessage: "Confirm your new password", }) case editProfileErrors.PASSWORD_CURRENT_REQUIRED: return intl.formatMessage({ + id: "error.passwordCurrentRequired", defaultMessage: "Current password is required", }) case editProfileErrors.PASSWORD_NEW_NOT_MATCH: return intl.formatMessage({ + id: "error.passwordNewNotMatch", defaultMessage: "Passwords do not match", }) case multiroomErrors.MEMBERSHIP_NO_ONLY_DIGITS: case roomOneErrors.MEMBERSHIP_NO_ONLY_DIGITS: return intl.formatMessage({ + id: "error.membershipNoOnlyDigits", defaultMessage: "Only digits are allowed", }) case multiroomErrors.MEMBERSHIP_NO_INVALID: case roomOneErrors.MEMBERSHIP_NO_INVALID: return intl.formatMessage({ + id: "error.membershipNoInvalid", defaultMessage: "Invalid membership number format", }) case multiroomErrors.MEMBERSHIP_NO_UNIQUE: return intl.formatMessage({ + id: "error.membershipNotUniqueForMultipleRooms", defaultMessage: "Membership number can't be the same for two different rooms", }) diff --git a/apps/scandic-web/utils/metadata/description/destinationPage.ts b/apps/scandic-web/utils/metadata/description/destinationPage.ts index 7a62c2ba2..c853aab28 100644 --- a/apps/scandic-web/utils/metadata/description/destinationPage.ts +++ b/apps/scandic-web/utils/metadata/description/destinationPage.ts @@ -18,6 +18,7 @@ export async function getDestinationCityPageDescription( if (hotelCount === 1) { const destinationCitySingleHotelDescription = intl.formatMessage( { + id: "metadata.destinationCitySingleHotel", defaultMessage: "Discover our Scandic hotel in {location}. Start your day with a delicious breakfast before exploring {location}. Book your stay at a Scandic hotel now!", }, @@ -28,6 +29,7 @@ export async function getDestinationCityPageDescription( } const destinationCityMultipleHotelDescription = intl.formatMessage( { + id: "metadata.destinationCityMultipleHotels", defaultMessage: "Discover all our {hotelCount} Scandic hotels in {location}. Start your day with a delicious breakfast before exploring {location}. Book your stay at a Scandic hotel now!", }, @@ -53,6 +55,7 @@ export async function getDestinationCountryPageDescription( if (!hotelCount) { destinationCountryDescription = intl.formatMessage( { + id: "metadata.discoverLocation", defaultMessage: "Discover {location}. Enjoy your stay at a Scandic hotel. Book now!", }, @@ -61,6 +64,7 @@ export async function getDestinationCountryPageDescription( } else if (!cities || cities.length < 2) { destinationCountryDescription = intl.formatMessage( { + id: "metadata.discoverHotelsInLocation", defaultMessage: "Discover all our {hotelCount} Scandic hotels in {location}. Enjoy your stay at a Scandic hotel. Book now!", }, @@ -69,6 +73,7 @@ export async function getDestinationCountryPageDescription( } else { destinationCountryDescription = intl.formatMessage( { + id: "metadata.discoverHotelsInTwoCities", defaultMessage: "Discover all our {hotelCount} Scandic hotels in {location}. Explore {city1}, {city2}, and more! All while enjoying your stay at a Scandic hotel. Book now!", }, diff --git a/apps/scandic-web/utils/metadata/description/hotelPage.ts b/apps/scandic-web/utils/metadata/description/hotelPage.ts index 583286dda..32bc76c16 100644 --- a/apps/scandic-web/utils/metadata/description/hotelPage.ts +++ b/apps/scandic-web/utils/metadata/description/hotelPage.ts @@ -59,13 +59,17 @@ export async function getHotelPageDescription(data: RawMetadataSchema) { if (!amenities || amenities.length < 4) { return intl.formatMessage( - { defaultMessage: "{hotelName} in {location}. Book your stay now!" }, + { + id: "metadata.hotelInLocation", + defaultMessage: "{hotelName} in {location}. Book your stay now!", + }, { hotelName, location } ) } const hotelDescription = intl.formatMessage( { + id: "metadata.hotelInLocationWithAmenities", defaultMessage: "{hotelName} in {location} offers {amenity1} and {amenity2}. Guests can also enjoy {amenity3} and {amenity4}. Book your stay at {hotelName} today!", }, @@ -80,6 +84,7 @@ export async function getHotelPageDescription(data: RawMetadataSchema) { ) const shortHotelDescription = intl.formatMessage( { + id: "metadata.hotelInLocationWithAmenitiesShort", defaultMessage: "{hotelName} in {location} offers {amenity1} and {amenity2}. Guests can also enjoy {amenity3} and {amenity4}.", }, diff --git a/apps/scandic-web/utils/metadata/title/destinationPage.ts b/apps/scandic-web/utils/metadata/title/destinationPage.ts index 720e6ed38..0c0f9ee6d 100644 --- a/apps/scandic-web/utils/metadata/title/destinationPage.ts +++ b/apps/scandic-web/utils/metadata/title/destinationPage.ts @@ -21,12 +21,14 @@ export async function getDestinationPageTitle( pageType === "country" ? intl.formatMessage( { + id: "destination.destinationsInLocation", defaultMessage: "Destinations in {location}", }, { location } ) : intl.formatMessage( { + id: "destination.hotelsInLocation", defaultMessage: "Hotels in {location}", }, { location } diff --git a/apps/scandic-web/utils/metadata/title/hotelPage.ts b/apps/scandic-web/utils/metadata/title/hotelPage.ts index 89bdc44ac..c5e0941a0 100644 --- a/apps/scandic-web/utils/metadata/title/hotelPage.ts +++ b/apps/scandic-web/utils/metadata/title/hotelPage.ts @@ -16,6 +16,7 @@ async function getSubpageTitle( if (restaurantSubPage) { const restaurantTitleLong = intl.formatMessage( { + id: "metadata.exploreRestaurantAtHotelInDestination", defaultMessage: "Explore {restaurantName} at {hotelName} in {destination}", }, @@ -27,6 +28,7 @@ async function getSubpageTitle( ) const restaurantTitleShort = intl.formatMessage( { + id: "metadata.exploreRestaurantAtHotel", defaultMessage: "Explore {restaurantName} at {hotelName}", }, { @@ -49,13 +51,17 @@ async function getSubpageTitle( case additionalHotelData.hotelParking?.nameInUrl: const parkingTitleLong = intl.formatMessage( { + id: "metadata.parkingInformationForHotelInDestination", defaultMessage: "Parking information for {hotelName} in {destination}", }, { hotelName, destination } ) const parkingTitleShort = intl.formatMessage( - { defaultMessage: "Parking information for {hotelName}" }, + { + id: "metadata.parkingInformationForHotel", + defaultMessage: "Parking information for {hotelName}", + }, { hotelName } ) @@ -66,13 +72,17 @@ async function getSubpageTitle( case additionalHotelData.healthAndFitness?.nameInUrl: const wellnessTitleLong = intl.formatMessage( { + id: "metadata.gymAndHealthFacilitiesAtHotelInDestination", defaultMessage: "Gym & health facilities at {hotelName} in {destination}", }, { hotelName, destination } ) const wellnessTitleShort = intl.formatMessage( - { defaultMessage: "Gym & health facilities at {hotelName}" }, + { + id: "metadata.gymAndHealthFacilitiesAtHotel", + defaultMessage: "Gym & health facilities at {hotelName}", + }, { hotelName } ) @@ -83,12 +93,17 @@ async function getSubpageTitle( case additionalHotelData.hotelSpecialNeeds?.nameInUrl: const accessibilityTitleLong = intl.formatMessage( { - defaultMessage: "Accessibility at {hotelName} in {destination}", + id: "metadata.accessibilityInformationForHotelInDestination", + defaultMessage: + "Accessibility information for {hotelName} in {destination}", }, { hotelName, destination } ) const accessibilityTitleShort = intl.formatMessage( - { defaultMessage: "Accessibility at {hotelName}" }, + { + id: "metadata.accessibilityInformationForHotel", + defaultMessage: "Accessibility information for {hotelName}", + }, { hotelName } ) @@ -99,13 +114,17 @@ async function getSubpageTitle( case additionalHotelData.meetingRooms?.nameInUrl: const meetingsTitleLong = intl.formatMessage( { + id: "metadata.meetingsAndConferencesAtHotelInDestination", defaultMessage: "Meetings & conferences at {hotelName} in {destination}", }, { hotelName, destination } ) const meetingsTitleShort = intl.formatMessage( - { defaultMessage: "Meetings & conferences at {hotelName}" }, + { + id: "metadata.meetingsAndConferencesAtHotel", + defaultMessage: "Meetings & conferences at {hotelName}", + }, { hotelName } ) @@ -141,7 +160,10 @@ export async function getHotelPageTitle(data: RawMetadataSchema) { } return intl.formatMessage( - { defaultMessage: "Stay at {hotelName} | Hotel in {destination}" }, + { + id: "metadata.stayAtHotelInDestination", + defaultMessage: "Stay at {hotelName} | Hotel in {destination}", + }, { hotelName, destination } ) } diff --git a/packages/booking-flow/eslint.config.mjs b/packages/booking-flow/eslint.config.mjs index 6c8100161..6fe2b0f92 100644 --- a/packages/booking-flow/eslint.config.mjs +++ b/packages/booking-flow/eslint.config.mjs @@ -111,7 +111,7 @@ export default defineConfig([ "formatjs/no-multiple-whitespaces": ["error"], "formatjs/no-multiple-plurals": ["error"], "formatjs/no-invalid-icu": ["error"], - "formatjs/no-id": ["error"], + "formatjs/enforce-id": ["error"], "formatjs/no-complex-selectors": ["error"], "formatjs/no-useless-message": ["error"], "formatjs/prefer-pound-in-plural": ["error"], diff --git a/packages/booking-flow/lib/components/AddToCalendar/index.tsx b/packages/booking-flow/lib/components/AddToCalendar/index.tsx index 667e7254d..ffedf189d 100644 --- a/packages/booking-flow/lib/components/AddToCalendar/index.tsx +++ b/packages/booking-flow/lib/components/AddToCalendar/index.tsx @@ -38,6 +38,7 @@ export function AddToCalendar({ logger.error("ICS Error:", error) toast.error( intl.formatMessage({ + id: "errorMessage.failedToAddToCalendar", defaultMessage: "Failed to add to calendar", }) ) @@ -58,6 +59,7 @@ export function AddToCalendar({ logger.error("Download error:", error) toast.error( intl.formatMessage({ + id: "errorMessage.failedToAddToCalendar", defaultMessage: "Failed to add to calendar", }) ) diff --git a/packages/booking-flow/lib/components/AlternativeHotelsPageTitle.tsx b/packages/booking-flow/lib/components/AlternativeHotelsPageTitle.tsx index 23ee3a59e..bf13dc943 100644 --- a/packages/booking-flow/lib/components/AlternativeHotelsPageTitle.tsx +++ b/packages/booking-flow/lib/components/AlternativeHotelsPageTitle.tsx @@ -10,6 +10,7 @@ export function AlternativeHotelsPageTitle({ const intl = useIntl() const title = intl.formatMessage( { + id: "alternativeHotels.title", defaultMessage: "Alternatives for {value}", }, { diff --git a/packages/booking-flow/lib/components/BookingCodeFilter/index.tsx b/packages/booking-flow/lib/components/BookingCodeFilter/index.tsx index d7a0626b5..c291e2df3 100644 --- a/packages/booking-flow/lib/components/BookingCodeFilter/index.tsx +++ b/packages/booking-flow/lib/components/BookingCodeFilter/index.tsx @@ -39,12 +39,14 @@ export default function BookingCodeFilter() { const bookingCodeFilterItems = [ { label: intl.formatMessage({ + id: "bookingCodeFilter.bookingCodeRates", defaultMessage: "Booking code rates", }), value: BookingCodeFilterEnum.Discounted, }, { label: intl.formatMessage({ + id: "bookingCodeFilter.allRates", defaultMessage: "All rates", }), value: BookingCodeFilterEnum.All, @@ -87,6 +89,7 @@ export default function BookingCodeFilter() { <Typography variant="Body/Paragraph/mdRegular"> <RadioGroup aria-label={intl.formatMessage({ + id: "bookingCodeFilter.bookingCodeFilter", defaultMessage: "Booking Code Filter", })} onChange={handleChangeFilterValue} @@ -126,6 +129,7 @@ export default function BookingCodeFilter() { <Typography variant="Title/Subtitle/md"> <h3> {intl.formatMessage({ + id: "bookingCodeFilter.roomRates", defaultMessage: "Room rates", })} </h3> @@ -147,6 +151,7 @@ export default function BookingCodeFilter() { <Typography variant="Body/Paragraph/mdRegular"> <RadioGroup aria-label={intl.formatMessage({ + id: "bookingCodeFilter.bookingCodeFilter", defaultMessage: "Booking Code Filter", })} onChange={handleChangeFilterValue} diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx index f8da90af2..b25491528 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx @@ -19,6 +19,7 @@ export function AddToCalendarButton({ onPress }: { onPress: () => void }) { <MaterialIcon size={20} icon="calendar_add_on" color="CurrentColor" /> {intl.formatMessage({ + id: "common.addToCalendar", defaultMessage: "Add to calendar", })} </Button> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/DownloadInvoice.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/DownloadInvoice.tsx index 001678299..7121d03e9 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/DownloadInvoice.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/DownloadInvoice.tsx @@ -26,6 +26,7 @@ export default function DownloadInvoice({ mainRef }: DownloadInvoiceProps) { > <MaterialIcon icon="download" color="CurrentColor" /> {intl.formatMessage({ + id: "bookingConfirmation.downloadInvoice", defaultMessage: "Download invoice", })} </Button> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/ManageBooking.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/ManageBooking.tsx index 1c6bff65c..940d61daa 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/ManageBooking.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Header/Actions/ManageBooking.tsx @@ -46,6 +46,7 @@ export default function ManageBooking({ booking }: ManageBookingProps) { > <MaterialIcon size={20} icon="edit_square" color="CurrentColor" /> {intl.formatMessage({ + id: "bookingConfirmation.manageBooking", defaultMessage: "Manage booking", })} </ButtonLink> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Header/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Header/index.tsx index f48ccef9a..83412c094 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Header/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Header/index.tsx @@ -30,6 +30,7 @@ export function Header({ const intl = useIntl() const text = intl.formatMessage({ + id: "bookingConfirmation.thankYouMessage", defaultMessage: "Thank you for your booking! We look forward to welcoming you and hope you have a pleasant stay.", }) @@ -59,6 +60,7 @@ export function Header({ <Typography variant={"Title/md"}> <h2 className={styles.confirmTitle}> {intl.formatMessage({ + id: "bookingConfirmation.title", defaultMessage: "Booking confirmation", })} </h2> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/HotelDetails/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/HotelDetails/index.tsx index ffaad5bfe..841750e29 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/HotelDetails/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/HotelDetails/index.tsx @@ -21,6 +21,7 @@ export function HotelDetails({ <Typography variant={"Title/Subtitle/md"}> <h3> {intl.formatMessage({ + id: "bookingConfirmation.hotelDetails", defaultMessage: "Hotel details", })} </h3> @@ -31,6 +32,7 @@ export function HotelDetails({ <p> {intl.formatMessage( { + id: "bookingConfirmation.hotel.address", defaultMessage: "{streetAddress}, {zipCode} {city}", }, { diff --git a/packages/booking-flow/lib/components/BookingConfirmation/PaymentDetails/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/PaymentDetails/index.tsx index f465a5a73..2e7b9eb57 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/PaymentDetails/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/PaymentDetails/index.tsx @@ -25,6 +25,7 @@ export function PaymentDetails() { <Typography variant={"Title/Subtitle/md"}> <h2> {intl.formatMessage({ + id: "bookingConfirmation.paymentDetails", defaultMessage: "Payment details", })} </h2> @@ -35,6 +36,7 @@ export function PaymentDetails() { <p> {intl.formatMessage( { + id: "bookingConfirmation.totalCost", defaultMessage: "Total cost: {amount}", }, { diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Promos/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Promos/index.tsx index 98e744b51..2b65e0a1f 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Promos/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Promos/index.tsx @@ -37,27 +37,33 @@ export function Promos({ booking }: PromosProps) { <div className={styles.promos}> <Promo buttonText={intl.formatMessage({ - defaultMessage: "View and buy extras", + id: "bookingConfirmation.promos.buyAddonsButtonText", + defaultMessage: "View and buy add-ons", })} href={myStayURL} text={intl.formatMessage({ + id: "bookingConfirmation.promos.buyAddonsDescription", defaultMessage: "Discover the little extra touches to make your upcoming stay even more unforgettable.", })} title={intl.formatMessage({ + id: "bookingConfirmation.promos.buyAddonsTitle", defaultMessage: "Spice things up", })} /> <Promo buttonText={intl.formatMessage({ + id: "bookingConfirmation.promos.bookAnotherStayButtonText", defaultMessage: "Book another stay", })} href={`/${lang}?hotel=${hotelId}`} text={intl.formatMessage({ + id: "booking.bookAnotherStayDescription", defaultMessage: "Get inspired and start dreaming beyond your next trip. Explore more Scandic destinations.", })} title={intl.formatMessage({ + id: "booking.bookNextStay.title", defaultMessage: "Book your next stay", })} /> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/Breakfast/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/Breakfast/index.tsx index fde998acd..f4cab8e1f 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/Breakfast/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/Breakfast/index.tsx @@ -22,13 +22,17 @@ export default function Breakfast({ const intl = useIntl() const breakfastBuffet = intl.formatMessage({ + id: "common.breakfastBuffet", defaultMessage: "Breakfast buffet", }) if (breakfastIncluded || breakfast) { const price = breakfast ? formatPrice(intl, breakfast.totalPrice, breakfast.currency) - : intl.formatMessage({ defaultMessage: "Included" }) + : intl.formatMessage({ + id: "common.included", + defaultMessage: "Included", + }) return ( <div className={styles.entry}> <div> @@ -47,7 +51,10 @@ export default function Breakfast({ } if (breakfast === false) { - const noBreakfast = intl.formatMessage({ defaultMessage: "No breakfast" }) + const noBreakfast = intl.formatMessage({ + id: "common.noBreakfast", + defaultMessage: "No breakfast", + }) return ( <div className={styles.entry}> <Typography variant="Body/Paragraph/mdRegular"> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/index.tsx index 41e4b0d06..2dddc9be9 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/Room/index.tsx @@ -54,6 +54,7 @@ export function ReceiptRoom({ const adultsMsg = intl.formatMessage( { + id: "common.numberOfAdults", defaultMessage: "{totalAdults, plural, one {# adult} other {# adults}}", }, { totalAdults: room.adults } @@ -63,6 +64,7 @@ export function ReceiptRoom({ if (room.childrenAges?.length) { const childrenMsg = intl.formatMessage( { + id: "common.numberOfChildren", defaultMessage: "{totalChildren, plural, one {# child} other {# children}}", }, @@ -83,6 +85,7 @@ export function ReceiptRoom({ <p className={styles.roomTitle}> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { @@ -128,6 +131,7 @@ export function ReceiptRoom({ wrapping={false} > {intl.formatMessage({ + id: "bookingConfirmation.receipt.reservationPolicy", defaultMessage: "Reservation policy", })} <MaterialIcon @@ -146,9 +150,11 @@ export function ReceiptRoom({ room.rateDefinition.cancellationRule === CancellationRuleEnum.CancellableBefore6PM ? intl.formatMessage({ + id: "booking.payLater", defaultMessage: "Pay later", }) : intl.formatMessage({ + id: "booking.payNow", defaultMessage: "Pay now", }) } @@ -218,6 +224,7 @@ export function ReceiptRoom({ <p> {intl.formatMessage( { + id: "booking.numberOfCribs", defaultMessage: "Crib (child) × {count}", }, { count: childBedCrib.quantity } @@ -226,6 +233,7 @@ export function ReceiptRoom({ <Typography variant="Body/Supporting text (caption)/smRegular"> <p className={styles.uiTextHighContrast}> {intl.formatMessage({ + id: "booking.subjectToAvailability", defaultMessage: "Subject to availability", })} </p> @@ -246,6 +254,7 @@ export function ReceiptRoom({ <p> {intl.formatMessage( { + id: "booking.extraBedsCount", defaultMessage: "Extra bed (child) × {count}", }, { diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/TotalPrice/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/TotalPrice/index.tsx index 3a05fc985..6fb073275 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/TotalPrice/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/TotalPrice/index.tsx @@ -38,6 +38,7 @@ export default function TotalPrice() { <p> {intl.formatMessage( { + id: "booking.totalPriceInclVat", defaultMessage: "<b>Total price</b> (incl VAT)", }, { diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/index.tsx index a352ecbde..71ec10088 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Receipt/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Receipt/index.tsx @@ -28,6 +28,7 @@ export function Receipt() { const nights = intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { totalNights } @@ -43,6 +44,7 @@ export function Receipt() { <Typography variant="Title/Subtitle/md"> <h3 className={styles.heading}> {intl.formatMessage({ + id: "booking.bookingSummary", defaultMessage: "Booking summary", })} </h3> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/LinkedReservation/Retry.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/LinkedReservation/Retry.tsx index b7bbd5bf4..4e55cf84a 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/LinkedReservation/Retry.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/LinkedReservation/Retry.tsx @@ -18,6 +18,7 @@ export default function Retry({ handleRefetch }: RetryProps) { <Typography variant={"Body/Paragraph/mdRegular"}> <p> {intl.formatMessage({ + id: "errorMessage.somethingWentWrong", defaultMessage: "Something went wrong!", })} </p> @@ -25,6 +26,7 @@ export default function Retry({ handleRefetch }: RetryProps) { <Button size={"Small"} onPress={handleRefetch}> {intl.formatMessage({ + id: "bookingConfirmation.linkedReservation.tryAgain", defaultMessage: "Try again", })} </Button> diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/Room/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/Room/index.tsx index 427c5959f..18dbe3f18 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/Room/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/Room/index.tsx @@ -60,6 +60,7 @@ export function Room({ <h2> {intl.formatMessage( { + id: "bookingConfirmation.rooms.bookingNumber", defaultMessage: "Booking number {value}", }, { value: booking.confirmationNumber } @@ -77,6 +78,7 @@ export function Room({ <Typography variant="Body/Supporting text (caption)/smRegular"> <p> {intl.formatMessage({ + id: "bookingConfirmation.rooms.benefitsApplied", defaultMessage: "Membership benefits applied", })} </p> @@ -97,6 +99,7 @@ export function Room({ > <p> {intl.formatMessage({ + id: "bookingConfirmation.rooms.guaranteeTitle", defaultMessage: "Booking guaranteed.", })} </p> @@ -106,6 +109,7 @@ export function Room({ <Typography variant="Body/Supporting text (caption)/smRegular"> <p> {intl.formatMessage({ + id: "bookingConfirmation.rooms.guaranteeDetails", defaultMessage: "Your room will remain available for check-in even after 18:00.", })} @@ -141,6 +145,7 @@ export function Room({ roomTypeCode={booking.roomTypeCode} buttonVariant="primary" triggerLabel={intl.formatMessage({ + id: "hotel.seeRoomDetails", defaultMessage: "See room details", })} wrapping={false} @@ -152,12 +157,14 @@ export function Room({ <li className={styles.listItem}> <p className={styles.label}> {intl.formatMessage({ + id: "common.checkIn", defaultMessage: "Check-in", })} </p> <p> {intl.formatMessage( { + id: "bookingConfirmation.rooms.checkInDetails", defaultMessage: "{checkInDate} from {checkInTime}", }, { @@ -170,6 +177,7 @@ export function Room({ <li className={styles.listItem}> <p className={styles.label}> {intl.formatMessage({ + id: "common.checkOut", defaultMessage: "Check-out", })} </p> @@ -181,6 +189,7 @@ export function Room({ <li className={styles.listItem}> <p className={styles.label}> {intl.formatMessage({ + id: "bookingConfirmation.rooms.cancellationPolicy", defaultMessage: "Cancellation policy", })} </p> @@ -190,12 +199,14 @@ export function Room({ <li className={styles.listItem}> <p className={styles.label}> {intl.formatMessage({ + id: "booking.changeOrCancel", defaultMessage: "Change or cancel", })} </p> <p> {intl.formatMessage( { + id: "common.untilWithTimeAndDate", defaultMessage: "Until {time}, {date}", }, { @@ -212,6 +223,7 @@ export function Room({ <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.label}> {intl.formatMessage({ + id: "bookingConfirmation.rooms.guestLabel", defaultMessage: "Guest", })} </p> @@ -224,6 +236,7 @@ export function Room({ <p data-hj-suppress> {intl.formatMessage( { + id: "bookingConfirmation.rooms.friendNumber", defaultMessage: "Friend no. {value}", }, { diff --git a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/index.tsx index 35a617f06..9b7e81803 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/Rooms/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/Rooms/index.tsx @@ -37,6 +37,7 @@ export function Rooms({ <h2 className={styles.roomTitle}> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { roomIndex: 1 } @@ -59,6 +60,7 @@ export function Rooms({ <h2 className={styles.roomTitle}> {intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { roomIndex: idx + 2 } diff --git a/packages/booking-flow/lib/components/BookingConfirmation/index.tsx b/packages/booking-flow/lib/components/BookingConfirmation/index.tsx index b3834f0d3..c84103ffa 100644 --- a/packages/booking-flow/lib/components/BookingConfirmation/index.tsx +++ b/packages/booking-flow/lib/components/BookingConfirmation/index.tsx @@ -66,9 +66,11 @@ export async function BookingConfirmation({ <Alert type={AlertTypeEnum.Info} heading={intl.formatMessage({ + id: "bookingConfirmation.membershipVerificationFailed", defaultMessage: "Failed to verify membership", })} text={intl.formatMessage({ + id: "bookingConfirmation.bookingConfirmedMembershipFailedInfo", defaultMessage: "Your booking(s) is confirmed but we could not verify your membership. If you have booked with a member discount, you'll either need to present your existing membership number upon check-in, become a member or pay the price difference at the hotel. Signing up is preferably done online before the stay.", })} diff --git a/packages/booking-flow/lib/components/BookingFlowInput/errors.ts b/packages/booking-flow/lib/components/BookingFlowInput/errors.ts index 1fc613c74..6c9fafbce 100644 --- a/packages/booking-flow/lib/components/BookingFlowInput/errors.ts +++ b/packages/booking-flow/lib/components/BookingFlowInput/errors.ts @@ -19,126 +19,153 @@ export function getErrorMessage( switch (errorCode) { case bookingWidgetErrors.BOOKING_CODE_INVALID: return intl.formatMessage({ + id: "error.bookingCodeInvalid", defaultMessage: "Booking code is invalid", }) case bookingWidgetErrors.AGE_REQUIRED: return intl.formatMessage({ + id: "error.ageRequired", defaultMessage: "Age is required", }) case bookingWidgetErrors.BED_CHOICE_REQUIRED: return intl.formatMessage({ + id: "error.bedChoiceRequired", defaultMessage: "Bed choice is required", }) case bookingWidgetErrors.CHILDREN_EXCEEDS_ADULTS: return intl.formatMessage({ + id: "error.childrenExceedsAdults", defaultMessage: "You cannot have more children in adults bed than adults in the room", }) case bookingWidgetErrors.REQUIRED: return intl.formatMessage({ + id: "error.required", defaultMessage: "Required", }) case bookingWidgetErrors.DESTINATION_REQUIRED: return intl.formatMessage({ + id: "error.destinationRequired", defaultMessage: "Destination required", }) case bookingWidgetErrors.MULTIROOM_BOOKING_CODE_UNAVAILABLE: return intl.formatMessage({ + id: "error.multiroomBookingCodeUnavailable", defaultMessage: "Multi-room booking is not available with this booking code.", }) case bookingWidgetErrors.MULTIROOM_REWARD_NIGHT_UNAVAILABLE: return variant === "partner-sas" ? intl.formatMessage({ + id: "partnerSas.error.multiroomRewardNightUnavailable", defaultMessage: "Multi-room bookings are not available with EuroBonus points.", }) : intl.formatMessage({ + id: "error.multiroomRewardNightUnavailable", defaultMessage: "Multi-room booking is not available with reward night.", }) case bookingWidgetErrors.CODE_VOUCHER_REWARD_NIGHT_UNAVAILABLE: return intl.formatMessage({ + id: "error.codeVoucherRewardNightUnavailable", defaultMessage: "Reward nights can't be combined with codes or vouchers.", }) case phoneErrors.PHONE_NUMBER_TOO_SHORT: return intl.formatMessage({ + id: "error.phoneNumberTooShort", defaultMessage: "The number you have entered is too short", }) case multiroomErrors.FIRST_NAME_REQUIRED: case roomOneErrors.FIRST_NAME_REQUIRED: return intl.formatMessage({ + id: "error.firstNameRequired", defaultMessage: "First name is required", }) case multiroomErrors.FIRST_NAME_SPECIAL_CHARACTERS: case roomOneErrors.FIRST_NAME_SPECIAL_CHARACTERS: return intl.formatMessage({ + id: "error.firstNameSpecialCharacters", defaultMessage: "First name can't contain any special characters", }) case multiroomErrors.LAST_NAME_REQUIRED: case roomOneErrors.LAST_NAME_REQUIRED: return intl.formatMessage({ + id: "error.lastNameRequired", defaultMessage: "Last name is required", }) case multiroomErrors.LAST_NAME_SPECIAL_CHARACTERS: case roomOneErrors.LAST_NAME_SPECIAL_CHARACTERS: return intl.formatMessage({ + id: "error.lastNameSpecialCharacters", defaultMessage: "Last name can't contain any special characters", }) case multiroomErrors.FIRST_AND_LAST_NAME_UNIQUE: return intl.formatMessage({ + id: "error.firstAndLastNameUnique", defaultMessage: "First and last name can't be the same in two different rooms", }) case multiroomErrors.EMAIL_REQUIRED: case roomOneErrors.EMAIL_REQUIRED: return intl.formatMessage({ + id: "error.emailRequired", defaultMessage: "Email address is required", }) case multiroomErrors.COUNTRY_REQUIRED: case roomOneErrors.COUNTRY_REQUIRED: return intl.formatMessage({ + id: "error.countryRequired", defaultMessage: "Country is required", }) case multiroomErrors.PHONE_REQUIRED: case roomOneErrors.PHONE_REQUIRED: return intl.formatMessage({ + id: "error.phoneRequired", defaultMessage: "Phone is required", }) case multiroomErrors.PHONE_REQUESTED: case roomOneErrors.PHONE_REQUESTED: return intl.formatMessage({ + id: "error.phoneRequested", defaultMessage: "Please enter a valid phone number", }) case roomOneErrors.BIRTH_DATE_REQUIRED: return intl.formatMessage({ + id: "error.birthDateRequired", defaultMessage: "Date of birth is required", }) case roomOneErrors.BIRTH_DATE_AGE_18: return intl.formatMessage({ + id: "error.atleast18YearsOld", defaultMessage: "Must be at least 18 years of age to continue", }) case roomOneErrors.ZIP_CODE_INVALID: return intl.formatMessage({ + id: "error.zipCodeInvalid", defaultMessage: "The postal code can only contain numbers and letters", }) case roomOneErrors.ZIP_CODE_REQUIRED: return intl.formatMessage({ + id: "error.zipCodeRequired", defaultMessage: "Zip code is required", }) case multiroomErrors.MEMBERSHIP_NO_ONLY_DIGITS: case roomOneErrors.MEMBERSHIP_NO_ONLY_DIGITS: return intl.formatMessage({ + id: "error.membershipNoOnlyDigits", defaultMessage: "Only digits are allowed", }) case multiroomErrors.MEMBERSHIP_NO_INVALID: case roomOneErrors.MEMBERSHIP_NO_INVALID: return intl.formatMessage({ + id: "error.membershipNoInvalid", defaultMessage: "Invalid membership number format", }) case multiroomErrors.MEMBERSHIP_NO_UNIQUE: return intl.formatMessage({ + id: "error.membershipNotUniqueForMultipleRooms", defaultMessage: "Membership number can't be the same for two different rooms", }) diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/BookingCode/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/BookingCode/index.tsx index bf8f04ca9..23965d1a2 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/BookingCode/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/BookingCode/index.tsx @@ -44,13 +44,16 @@ export default function BookingCode() { const [showRememberMobile, setShowRememberMobile] = useState(false) const codeError = errors["bookingCode"]?.value const codeVoucher = intl.formatMessage({ + id: "booking.codeVoucher", defaultMessage: "Code / Voucher", }) const addCode = intl.formatMessage({ + id: "bookingWidget.bookingCode.add", defaultMessage: "Add code", }) const ref = useRef<HTMLDivElement | null>(null) const removeExtraRoomsText = intl.formatMessage({ + id: "booking.removeExtraRooms", defaultMessage: "Remove extra rooms", }) @@ -195,6 +198,7 @@ export default function BookingCode() { > <span> {intl.formatMessage({ + id: "bookingWidget.bookingCode.remember", defaultMessage: "Remember code", })} </span> @@ -216,9 +220,11 @@ type CodeRememberProps = { function CodeRulesModal() { const intl = useIntl() const codeVoucher = intl.formatMessage({ + id: "booking.codeVoucher", defaultMessage: "Code / Voucher", }) const bookingCodeTooltipText = intl.formatMessage({ + id: "bookingWidget.bookingCode.tooltip", defaultMessage: "If you're booking a promotional offer or a Corporate negotiated rate you'll need a special booking code. Don't use any special characters such as (.) (,) (-) (:). If you would like to make a booking with code VOF, please call us +46 8 517 517 20.Save your booking code for the next time you visit the page by ticking the box “Remember”. Don't tick the box if you're using a public computer to avoid unauthorized access to your booking code.", }) @@ -252,6 +258,7 @@ function CodeRemember({ bookingCodeValue, onApplyClick }: CodeRememberProps) { <Typography variant={"Body/Supporting text (caption)/smRegular"}> <span> {intl.formatMessage({ + id: "bookingWidget.bookingCode.remember", defaultMessage: "Remember code", })} </span> @@ -266,6 +273,7 @@ function CodeRemember({ bookingCodeValue, onApplyClick }: CodeRememberProps) { onClick={onApplyClick} > {intl.formatMessage({ + id: "common.apply", defaultMessage: "Apply", })} </Button> @@ -326,6 +334,7 @@ function TabletBookingCode({ } = useFormContext<BookingWidgetSchema>() const codeError = errors["bookingCode"]?.value const codeVoucher = intl.formatMessage({ + id: "booking.codeVoucher", defaultMessage: "Code / Voucher", }) @@ -381,6 +390,7 @@ function TabletBookingCode({ <div className={styles.popover}> <BookingFlowInput label={intl.formatMessage({ + id: "bookingWidget.bookingCode.add", defaultMessage: "Add code", })} {...register("bookingCode.value", { diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RemoveExtraRooms/RemoveExtraRooms.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RemoveExtraRooms/RemoveExtraRooms.tsx index 615c0d98e..3338ec3fb 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RemoveExtraRooms/RemoveExtraRooms.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RemoveExtraRooms/RemoveExtraRooms.tsx @@ -29,6 +29,7 @@ export function RemoveExtraRooms({ ...props }: ButtonProps) { {...props} > {intl.formatMessage({ + id: "booking.removeExtraRooms", defaultMessage: "Remove extra rooms", })} </Button> diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RewardNight/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RewardNight/index.tsx index 7dca66775..25d1b2cd3 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RewardNight/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/RewardNight/index.tsx @@ -155,10 +155,12 @@ function getRewardMessage(config: BookingFlowConfig, intl: IntlShape): string { switch (config.variant) { case "partner-sas": return intl.formatMessage({ + id: "partnerSas.bookingWidget.reward.eurobonus", defaultMessage: "EuroBonus points", }) case "scandic": return intl.formatMessage({ + id: "bookingWidget.reward.rewardNight", defaultMessage: "Reward Night", }) } @@ -175,11 +177,13 @@ function getRewardNightTooltipMessage( switch (config.variant) { case "partner-sas": return intl.formatMessage({ + id: "partnerSas.bookingWidget.reward.toolTip", defaultMessage: "To book with EuroBonus points, make sure you're logged into your SAS EuroBonus account.", }) case "scandic": return intl.formatMessage({ + id: "bookingWidget.reward.toolTip", defaultMessage: "To book a reward night, make sure you're logged in to your Scandic Friends account.", }) diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/ClearSearchButton/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/ClearSearchButton/index.tsx index 1512b99f2..cb80e1364 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/ClearSearchButton/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/ClearSearchButton/index.tsx @@ -44,6 +44,7 @@ export default function ClearSearchButton({ <Caption color="burgundy" type="bold" asChild> <span> {intl.formatMessage({ + id: "bookingWidget.search.clearSearches", defaultMessage: "Clear searches", })} </span> diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/index.tsx index 78f585d36..78bcb8049 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/SearchList/index.tsx @@ -102,9 +102,11 @@ export default function SearchList({ <SearchListError getMenuProps={getMenuProps} caption={intl.formatMessage({ + id: "bookingWidget.validationError.destination", defaultMessage: "Enter destination or hotel", })} body={intl.formatMessage({ + id: "bookingWidget.validationError.destinationDesc", defaultMessage: "A destination or hotel name is needed to be able to search for a hotel room.", })} @@ -117,9 +119,11 @@ export default function SearchList({ <SearchListError getMenuProps={getMenuProps} caption={intl.formatMessage({ + id: "bookingWidget.searchList.noResults", defaultMessage: "No results", })} body={intl.formatMessage({ + id: "bookingWidget.searchList.noResultsDesc", defaultMessage: "We couldn't find a matching location for your search.", })} @@ -133,9 +137,11 @@ export default function SearchList({ <SearchListError getMenuProps={getMenuProps} caption={intl.formatMessage({ + id: "bookingWidget.searchList.unableToSearch", defaultMessage: "Unable to search", })} body={intl.formatMessage({ + id: "bookingWidget.searchList.unableToSearchDesc", defaultMessage: "An error occurred while searching, please try again.", })} @@ -168,11 +174,13 @@ export default function SearchList({ <Dialog getMenuProps={getMenuProps} variant="error"> <Body className={styles.text} textTransform="bold"> {intl.formatMessage({ + id: "bookingWidget.searchList.noResults", defaultMessage: "No results", })} </Body> <Body className={styles.text} color="uiTextPlaceholder"> {intl.formatMessage({ + id: "bookingWidget.searchList.noResultsDesc", defaultMessage: "We couldn't find a matching location for your search.", })} @@ -186,6 +194,7 @@ export default function SearchList({ textTransform="uppercase" > {intl.formatMessage({ + id: "bookingWidget.searchList.latestSearches", defaultMessage: "Latest searches", })} </Footnote> @@ -215,6 +224,7 @@ export default function SearchList({ <Dialog getMenuProps={getMenuProps}> <Footnote color="uiTextPlaceholder" textTransform="uppercase"> {intl.formatMessage({ + id: "bookingWidget.searchList.latestSearches", defaultMessage: "Latest searches", })} </Footnote> @@ -244,6 +254,7 @@ export default function SearchList({ getItemProps={getItemProps} highlightedIndex={highlightedIndex} label={intl.formatMessage({ + id: "bookingWidget.searchList.countries", defaultMessage: "Countries", })} locations={autocompleteData?.hits.countries ?? []} @@ -253,6 +264,7 @@ export default function SearchList({ highlightedIndex={highlightedIndex} initialIndex={autocompleteData?.hits.countries.length ?? 0} label={intl.formatMessage({ + id: "bookingWidget.searchList.cities", defaultMessage: "Cities", })} locations={autocompleteData?.hits.cities ?? []} @@ -265,6 +277,7 @@ export default function SearchList({ (autocompleteData?.hits.cities.length ?? 0) } label={intl.formatMessage({ + id: "bookingWidget.searchList.hotels", defaultMessage: "Hotels", })} locations={autocompleteData?.hits.hotels ?? []} diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/index.tsx index ab8bddc49..18d6fb822 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Search/index.tsx @@ -128,7 +128,10 @@ export function Search({ > <Typography variant="Body/Supporting text (caption)/smBold"> <span> - {intl.formatMessage({ defaultMessage: "Where to?" })} + {intl.formatMessage({ + id: "bookingWidget.label.whereTo", + defaultMessage: "Where to?", + })} </span> </Typography> <div @@ -146,6 +149,7 @@ export function Search({ openMenu() }, placeholder: intl.formatMessage({ + id: "booking.hotelsAndDestinations", defaultMessage: "Hotels & Destinations", }), value: searchTerm, @@ -175,7 +179,10 @@ export function Search({ <Button variant="Text" size="Small" - aria-label={intl.formatMessage({ defaultMessage: "Clear" })} + aria-label={intl.formatMessage({ + id: "common.clear", + defaultMessage: "Clear", + })} onPress={() => { setValue(SEARCH_TERM_NAME, "") }} @@ -207,7 +214,10 @@ export function Search({ <Typography variant="Body/Supporting text (caption)/smBold"> <span> <MaterialIcon icon="search" color="CurrentColor" /> - {intl.formatMessage({ defaultMessage: "Search" })} + {intl.formatMessage({ + id: "bookingWidget.button.search", + defaultMessage: "Search", + })} </span> </Typography> </Button> @@ -237,7 +247,12 @@ export function SearchSkeleton() { <div className={styles.container}> <div className={`${styles.label} ${styles.red}`}> <Typography variant="Body/Supporting text (caption)/smBold"> - <span>{intl.formatMessage({ defaultMessage: "Where to?" })}</span> + <span> + {intl.formatMessage({ + id: "bookingWidget.label.whereTo", + defaultMessage: "Where to?", + })} + </span> </Typography> </div> <div> diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/ValidationError/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/ValidationError/index.tsx index 192b6bd0a..6586a98c7 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/ValidationError/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/ValidationError/index.tsx @@ -17,11 +17,13 @@ export default function ValidationError() { size={20} /> {intl.formatMessage({ + id: "bookingWidget.validationError.destination", defaultMessage: "Enter destination or hotel", })} </Caption> <Caption className={styles.message} type="regular"> {intl.formatMessage({ + id: "bookingWidget.validationError.destinationDesc", defaultMessage: "A destination or hotel name is needed to be able to search for a hotel room.", })} diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Voucher/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Voucher/index.tsx index 600872c99..e09635bf4 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Voucher/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/Voucher/index.tsx @@ -31,10 +31,12 @@ export function VoucherSkeleton() { const config = useBookingFlowConfig() const vouchers = intl.formatMessage({ + id: "booking.codeVoucher", defaultMessage: "Code / Voucher", }) const reward = intl.formatMessage({ - defaultMessage: "Reward Night", + id: "booking.rewardNight", + defaultMessage: "Reward night", }) return ( diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx index 30d1c2082..961545337 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx @@ -72,12 +72,14 @@ export default function FormContent({ {nights > 0 ? intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { totalNights: nights } ) : intl.formatMessage({ + id: "bookingWidget.label.checkIn", defaultMessage: "Check in", })} </label> @@ -91,6 +93,7 @@ export default function FormContent({ > <label id="rooms-and-guests"> {intl.formatMessage({ + id: "bookingWidget.label.roomsAndGuests", defaultMessage: "Rooms & Guests", })} </label> @@ -135,8 +138,14 @@ export default function FormContent({ > <span> {isDirty && isBookingFlow - ? intl.formatMessage({ defaultMessage: "Update" }) - : intl.formatMessage({ defaultMessage: "Search" })} + ? intl.formatMessage({ + id: "bookingWidget.button.update", + defaultMessage: "Update", + }) + : intl.formatMessage({ + id: "bookingWidget.button.search", + defaultMessage: "Search", + })} </span> </Typography> <span className={styles.icon}> @@ -165,6 +174,7 @@ export function BookingWidgetFormContentSkeleton() { <label> {intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, @@ -181,6 +191,7 @@ export function BookingWidgetFormContentSkeleton() { > <label id="rooms-and-guests"> {intl.formatMessage({ + id: "bookingWidget.label.roomsAndGuests", defaultMessage: "Rooms & Guests", })} </label> @@ -212,6 +223,7 @@ export function BookingWidgetFormContentSkeleton() { > <span> {intl.formatMessage({ + id: "bookingWidget.button.search", defaultMessage: "Search", })} </span> diff --git a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Desktop.tsx b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Desktop.tsx index d8a5dc4d3..1d26fdad3 100644 --- a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Desktop.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Desktop.tsx @@ -121,6 +121,7 @@ export default function DatePickerRangeDesktop({ <Caption color="white" type="bold" asChild> <span> {intl.formatMessage({ + id: "datePicker.selectDates", defaultMessage: "Select dates", })} </span> diff --git a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Mobile.tsx b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Mobile.tsx index 71e68fb3b..310ac2f75 100644 --- a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Mobile.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/Mobile.tsx @@ -140,6 +140,7 @@ export default function DatePickerRangeMobile({ <Body color="white" textTransform="bold" asChild> <span> {intl.formatMessage({ + id: "datePicker.selectDates", defaultMessage: "Select dates", })} </span> diff --git a/packages/booking-flow/lib/components/BookingWidget/DatePicker/index.tsx b/packages/booking-flow/lib/components/BookingWidget/DatePicker/index.tsx index 0ffc6dc81..304f4764d 100644 --- a/packages/booking-flow/lib/components/BookingWidget/DatePicker/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/DatePicker/index.tsx @@ -153,6 +153,7 @@ export default function DatePickerForm({ name = "date" }: DatePickerFormProps) { <span> {intl.formatMessage( { + id: "booking.selectedDateRange", defaultMessage: "{selectedFromDate} – {selectedToDate}", }, { diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/AdultSelector/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/AdultSelector/index.tsx index 0fe190144..e99884295 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/AdultSelector/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/AdultSelector/index.tsx @@ -20,6 +20,7 @@ export default function AdultSelector({ const name = `rooms.${roomIndex}.adults` const intl = useIntl() const adultsLabel = intl.formatMessage({ + id: "common.adults", defaultMessage: "Adults", }) const { setValue } = useFormContext() diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx index b6a384b7d..110b0774c 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx @@ -42,12 +42,15 @@ export default function ChildInfoSelector({ const bedFieldName = `rooms.${roomIndex}.childrenInRoom.${index}.bed` const intl = useIntl() const ageLabel = intl.formatMessage({ + id: "bookingWidget.child.age", defaultMessage: "Age", }) const bedLabel = intl.formatMessage({ + id: "booking.bedPreference", defaultMessage: "Bed preference", }) const errorMessage = intl.formatMessage({ + id: "bookingWidget.child.ageRequiredError", defaultMessage: "Child age is required", }) const { setValue, formState } = useFormContext() @@ -65,18 +68,21 @@ export default function ChildInfoSelector({ const allBedTypes: ChildBed[] = [ { label: intl.formatMessage({ + id: "bookingWidget.child.inAdultsBed", defaultMessage: "In adult's bed", }), value: ChildBedMapEnum.IN_ADULTS_BED, }, { label: intl.formatMessage({ + id: "bookingWidget.child.inCrib", defaultMessage: "In crib", }), value: ChildBedMapEnum.IN_CRIB, }, { label: intl.formatMessage({ + id: "bookingWidget.child.inExtraBed", defaultMessage: "In extra bed", }), value: ChildBedMapEnum.IN_EXTRA_BED, diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx index d640aad11..c94fab8ad 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx @@ -26,6 +26,7 @@ export default function ChildSelector({ }: ChildSelectorProps) { const intl = useIntl() const childrenLabel = intl.formatMessage({ + id: "common.children", defaultMessage: "Children", }) const { setValue } = useFormContext() diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/Form.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/Form.tsx index 13e28b2d4..f7361bdf0 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/Form.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/Form.tsx @@ -35,24 +35,29 @@ export default function GuestsRoomsPickerDialog({ useFormContext<BookingWidgetSchema>() const roomsValue = useWatch<BookingWidgetSchema, "rooms">({ name: "rooms" }) const addRoomLabel = intl.formatMessage({ + id: "bookingWidget.roomsPicker.addRoom", defaultMessage: "Add room", }) const doneLabel = intl.formatMessage({ + id: "bookingWidget.roomsPicker.done", defaultMessage: "Done", }) // Disable add room if booking code is either voucher or corporate cheque, or reward night is enabled const addRoomDisabledTextForSpecialRate = getValues(SEARCH_TYPE_REDEMPTION) ? config.variant === "partner-sas" ? intl.formatMessage({ + id: "partnerSas.bookingWidget.roomsPicker.disabled", defaultMessage: "Multi-room booking is not available with EuroBonus points.", }) : intl.formatMessage({ + id: "error.multiroomRewardNightUnavailable", defaultMessage: "Multi-room booking is not available with reward night.", }) : getValues("bookingCode.value")?.toLowerCase().startsWith("vo") && intl.formatMessage({ + id: "error.multiroomBookingCodeUnavailable", defaultMessage: "Multi-room booking is not available with this booking code.", }) diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx index 22f3d572b..43874531f 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/GuestsRoom/index.tsx @@ -25,6 +25,7 @@ export function GuestsRoom({ const intl = useIntl() const roomLabel = intl.formatMessage( { + id: "booking.roomIndex", defaultMessage: "Room {roomIndex}", }, { @@ -61,6 +62,7 @@ export function GuestsRoom({ > <MaterialIcon icon="delete" color="CurrentColor" /> {intl.formatMessage({ + id: "bookingWidget.roomsPicker.removeRoom", defaultMessage: "Remove room", })} </Button> diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/index.tsx index 82613098f..bcc5b6c11 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/index.tsx @@ -146,15 +146,17 @@ function Trigger({ const parts = [ intl.formatMessage( { + id: "booking.numberOfRooms", defaultMessage: "{totalRooms, plural, one {# room} other {# rooms}}", }, { totalRooms: rooms.length } ), intl.formatMessage( { - defaultMessage: "{totalAdults, plural, one {# adult} other {# adults}}", + id: "booking.numberOfAdults", + defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, - { totalAdults: rooms.reduce((acc, room) => acc + room.adults, 0) } + { adults: rooms.reduce((acc, room) => acc + room.adults, 0) } ), ] @@ -162,11 +164,12 @@ function Trigger({ parts.push( intl.formatMessage( { + id: "booking.numberOfChildren", defaultMessage: - "{totalChildren, plural, one {# child} other {# children}}", + "{children, plural, one {# child} other {# children}}", }, { - totalChildren: rooms.reduce( + children: rooms.reduce( (acc, room) => acc + room.childrenInRoom.length, 0 ), diff --git a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/index.tsx b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/index.tsx index 4388c78b8..28a66cb8c 100644 --- a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/index.tsx @@ -58,6 +58,7 @@ export default function MobileToggleButton({ const totalNightsMsg = intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, { totalNights } @@ -65,21 +66,23 @@ export default function MobileToggleButton({ const totalAdultsMsg = intl.formatMessage( { - defaultMessage: "{totalAdults, plural, one {# adult} other {# adults}}", + id: "booking.numberOfAdults", + defaultMessage: "{adults, plural, one {# adult} other {# adults}}", }, - { totalAdults } + { adults: totalAdults } ) const totalChildrenMsg = intl.formatMessage( { - defaultMessage: - "{totalChildren, plural, one {# child} other {# children}}", + id: "booking.numberOfChildren", + defaultMessage: "{children, plural, one {# child} other {# children}}", }, - { totalChildren } + { children: totalChildren } ) const totalRoomsMsg = intl.formatMessage( { + id: "booking.numberOfRooms", defaultMessage: "{totalRooms, plural, one {# room} other {# rooms}}", }, { totalRooms } @@ -102,6 +105,7 @@ export default function MobileToggleButton({ <Typography variant={"Body/Supporting text (caption)/smBold"}> <span className={styles.blockLabel}> {intl.formatMessage({ + id: "bookingWidget.label.whereTo", defaultMessage: "Where to?", })} </span> @@ -111,6 +115,7 @@ export default function MobileToggleButton({ {searchTerm ? searchTerm : intl.formatMessage({ + id: "bookingWidget.label.destination", defaultMessage: "Destination", })} </span> @@ -126,6 +131,7 @@ export default function MobileToggleButton({ <span className={styles.placeholder}> {intl.formatMessage( { + id: "booking.selectedDateRange", defaultMessage: "{selectedFromDate} – {selectedToDate}", }, { @@ -152,6 +158,7 @@ export default function MobileToggleButton({ <span className={styles.locationAndDate}> {intl.formatMessage( { + id: "bookingWidget.mobile.selectedSummary", defaultMessage: "{selectedFromDate} – {selectedToDate} ({totalNights}) {details}", }, @@ -183,6 +190,7 @@ export function MobileToggleButtonSkeleton() { <Typography variant={"Body/Supporting text (caption)/smBold"}> <span className={styles.blockLabel}> {intl.formatMessage({ + id: "bookingWidget.label.whereTo", defaultMessage: "Where to?", })} </span> @@ -195,6 +203,7 @@ export function MobileToggleButtonSkeleton() { <span className={styles.blockLabel}> {intl.formatMessage( { + id: "booking.numberOfNights", defaultMessage: "{totalNights, plural, one {# night} other {# nights}}", }, diff --git a/packages/booking-flow/lib/components/Contact/index.tsx b/packages/booking-flow/lib/components/Contact/index.tsx index 66f9e2680..6808f8abd 100644 --- a/packages/booking-flow/lib/components/Contact/index.tsx +++ b/packages/booking-flow/lib/components/Contact/index.tsx @@ -33,6 +33,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.address", defaultMessage: "Address", })} </p> @@ -49,6 +50,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.drivingDirections", defaultMessage: "Driving directions", })} </p> @@ -61,6 +63,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Underline/md"> <p> {intl.formatMessage({ + id: "common.googleMaps", defaultMessage: "Google Maps", })} </p> @@ -71,6 +74,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.contactUs", defaultMessage: "Contact us", })} </p> @@ -87,6 +91,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.followUs", defaultMessage: "Follow us", })} </p> @@ -110,6 +115,7 @@ export default function Contact({ hotel }: ContactProps) { <Typography variant="Body/Paragraph/mdBold"> <p> {intl.formatMessage({ + id: "common.email", defaultMessage: "Email", })} </p> @@ -129,6 +135,7 @@ export default function Contact({ hotel }: ContactProps) { height={38} width={38} alt={intl.formatMessage({ + id: "common.nordicSwanEcolabel", defaultMessage: "Nordic Swan Ecolabel", })} src={`/_static/img/icons/swan-eco/swan_eco_dark_${lang}.png`} @@ -137,6 +144,7 @@ export default function Contact({ hotel }: ContactProps) { <div className={styles.ecoLabelText}> <span> {intl.formatMessage({ + id: "common.nordicSwanEcolabel", defaultMessage: "Nordic Swan Ecolabel", })} </span> diff --git a/packages/booking-flow/lib/components/EnterDetails/Breakfast/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Breakfast/index.tsx index e42255806..fbdd4858c 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Breakfast/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Breakfast/index.tsx @@ -79,6 +79,7 @@ export default function Breakfast() { {hasChildrenInRoom ? ( <Body> {intl.formatMessage({ + id: "enterDetails.breakfast.childrenFreeInfo", defaultMessage: "Children's breakfast is always free as part of the adult's breakfast.", })} @@ -92,26 +93,31 @@ export default function Breakfast() { value={pkg.code} Icon={BreakfastBuffetIcon} title={intl.formatMessage({ + id: "common.breakfastBuffet", defaultMessage: "Breakfast buffet", })} subtitle={ pkg.code === BreakfastPackageEnum.FREE_MEMBER_BREAKFAST ? intl.formatMessage({ + id: "common.included", defaultMessage: "Included", }) : `+ ${formatPrice(intl, pkg.localPrice.price, pkg.localPrice.currency ?? "")}` } subtitleSecondary={intl.formatMessage({ + id: "common.perAdultNight", defaultMessage: "Per adult/night", })} description={ hasChildrenInRoom ? intl.formatMessage({ + id: "enterDetails.breakfast.freeForKidsUnder12", defaultMessage: "Free for kids aged 12 and under.", }) : undefined } descriptionSecondary={intl.formatMessage({ + id: "enterDetails.breakfast.dietaryOptions", defaultMessage: "Includes vegan, gluten-free, and other allergy-friendly options.", })} @@ -122,16 +128,19 @@ export default function Breakfast() { value="false" Icon={NoBreakfastBuffetIcon} title={intl.formatMessage({ + id: "common.noBreakfast", defaultMessage: "No breakfast", })} subtitle={`+ ${formatPrice(intl, totalPriceForNoBreakfast, packages?.[0].localPrice.currency ?? "")}`} descriptionSecondary={ hasChildrenInRoom ? intl.formatMessage({ + id: "enterDetails.breakfast.addAfterBookingChildren", defaultMessage: "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up.", }) : intl.formatMessage({ + id: "enterDetails.breakfast.addAfterBookingNoChilren", defaultMessage: "Breakfast can be added after booking for an additional fee.", }) diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx index 92fef9c1a..3f85f5e3f 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx @@ -39,6 +39,7 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { <Typography variant="Body/Supporting text (caption)/smRegular"> <span> {intl.formatMessage({ + id: "enterDetails.confirmBooking.guaranteeLabel", defaultMessage: "I may arrive later than 18:00 and want to guarantee my booking.", })} @@ -53,7 +54,10 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { > <MaterialIcon icon="info" size={20} color="CurrentColor" /> <span className={styles.btnText}> - {intl.formatMessage({ defaultMessage: "How it works" })} + {intl.formatMessage({ + id: "common.howItWorks", + defaultMessage: "How it works", + })} </span> </Button> <ModalOverlay className={styles.overlay} isDismissable> @@ -64,6 +68,7 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { <Typography variant="Title/Subtitle/lg"> <h3> {intl.formatMessage({ + id: "enterDetails.confirmBooking.guaranteeInfoModalTitle", defaultMessage: "Guarantee for late arrival", })} </h3> @@ -71,6 +76,7 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { <Typography variant="Body/Lead text"> <p className={styles.text}> {intl.formatMessage({ + id: "enterDetails.confirmBooking.guaranteeInfoModalDescription", defaultMessage: "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.", })} @@ -79,6 +85,7 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { <Typography variant="Body/Paragraph/mdRegular"> <p className={styles.text}> {intl.formatMessage({ + id: "enterDetails.confirmBooking.guaranteeInfoModalNoShowInfo", defaultMessage: "In case of a no-show, your credit card will be charged for the first night.", })} @@ -92,6 +99,7 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { variant="Secondary" > {intl.formatMessage({ + id: "common.close", defaultMessage: "Close", })} </Button> @@ -121,15 +129,19 @@ export default function Guarantee({ savedCreditCards }: GuaranteeProps) { name="paymentMethod" label={ savedCreditCards?.length - ? intl.formatMessage({ - defaultMessage: "OTHER", - }) + ? intl + .formatMessage({ + id: "common.other", + defaultMessage: "Other", + }) + .toUpperCase() : undefined } > <PaymentOption value={PaymentMethodEnum.card} label={intl.formatMessage({ + id: "common.creditCard", defaultMessage: "Credit card", })} /> diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx index fe0af105f..9d7b55731 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx @@ -29,6 +29,7 @@ export default function ConfirmBooking({ <Typography variant="Body/Supporting text (caption)/smRegular"> <span> {intl.formatMessage({ + id: "booking.smsConfirmationLabel", defaultMessage: "I would like to get my booking confirmation via sms", })} @@ -52,6 +53,7 @@ export function ConfirmBookingRedemption() { <Typography variant="Body/Supporting text (caption)/smRegular"> <span> {intl.formatMessage({ + id: "booking.smsConfirmationLabel", defaultMessage: "I would like to get my booking confirmation via sms", })} @@ -63,6 +65,7 @@ export function ConfirmBookingRedemption() { <Typography variant="Body/Supporting text (caption)/smRegular"> <p> {intl.formatMessage({ + id: "enterDetails.confirmBooking.redemptionGuaranteeInfo", defaultMessage: "When you confirm the booking the room will be guaranteed for late arrival. If you fail to arrive without cancelling in advance or if you cancel after 18:00 local time, you will be charged for one reward night.", })} diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/index.tsx index 757a37841..e2a635a3e 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/MemberPriceModal/index.tsx @@ -58,6 +58,7 @@ export default function MemberPriceModal() { <MagicWandIcon width="265px" /> <Title as="h3" level="h1" textTransform="regular"> {intl.formatMessage({ + id: "enterDetails.memberPriceModal.title", defaultMessage: "Member room price activated", })} @@ -66,6 +67,7 @@ export default function MemberPriceModal() { {intl.formatMessage({ + id: "enterDetails.memberPriceModal.newPriceLabel", defaultMessage: "The new price is", })} @@ -81,6 +83,7 @@ export default function MemberPriceModal() {
diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/index.tsx index e81812293..9582e6254 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/JoinScandicFriendsCard/index.tsx @@ -44,12 +44,14 @@ export default function JoinScandicFriendsCard({ {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`${intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.title", defaultMessage: "Get the member room price", })}: `} {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.priceForRoom", defaultMessage: "{amount} for room {roomNr}", }, { @@ -73,6 +75,7 @@ export default function JoinScandicFriendsCard({
{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel", defaultMessage: "Join Scandic Friends before check-in", })}
@@ -83,6 +86,7 @@ export default function JoinScandicFriendsCard({ {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.terms", defaultMessage: "By joining you accept the Terms and Conditions. The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service.", }, diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/PartnerSASJoinScandicFriendsCard/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/PartnerSASJoinScandicFriendsCard/index.tsx index b0bab7f16..11096e3c7 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/PartnerSASJoinScandicFriendsCard/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/PartnerSASJoinScandicFriendsCard/index.tsx @@ -49,6 +49,7 @@ export function PartnerSASJoinScandicFriendsCard({

{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.title", defaultMessage: "Get the member room price", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -57,6 +58,7 @@ export function PartnerSASJoinScandicFriendsCard({ {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.priceForRoom", defaultMessage: "{amount} for room {roomNr}", }, { @@ -77,6 +79,7 @@ export function PartnerSASJoinScandicFriendsCard({
{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.joinBeforeCheckinCheckboxLabel", defaultMessage: "Join Scandic Friends before check-in", })}
@@ -88,6 +91,7 @@ export function PartnerSASJoinScandicFriendsCard({ registerOptions={{ onBlur: updateDetailsStore }} disabled={Boolean(joinValue)} label={intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.membershipIdLabel", defaultMessage: "Already a member? Membership ID", })} /> @@ -97,6 +101,7 @@ export function PartnerSASJoinScandicFriendsCard({ {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.terms", defaultMessage: "By joining you accept the Terms and Conditions. The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service.", }, diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/index.tsx index 90184c1e9..fbf5549ee 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/Multiroom/index.tsx @@ -184,11 +184,13 @@ export default function Details() { className={styles.fullWidth} > {intl.formatMessage({ + id: "enterDetails.roomInfo.title", defaultMessage: "Guest information", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {`${intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.title", defaultMessage: "Get the member room price", })}: `}
@@ -65,6 +66,7 @@ export function JoinScandicFriendsCard({ name = "join" }: Props) {
{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.joinCheckboxLabel", defaultMessage: "Join Scandic Friends now", })}
@@ -83,6 +85,7 @@ export function JoinScandicFriendsCard({ name = "join" }: Props) { redirectTo={loginPathname} > {intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.loginButtonText", defaultMessage: "Log in", })} @@ -92,6 +95,7 @@ export function JoinScandicFriendsCard({ name = "join" }: Props) { {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.terms", defaultMessage: "By joining you accept the Terms and Conditions. The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service.", }, diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/PartnerSASJoinScandicFriendsCard/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/PartnerSASJoinScandicFriendsCard/index.tsx index 7adec7779..84b968a5f 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/PartnerSASJoinScandicFriendsCard/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/PartnerSASJoinScandicFriendsCard/index.tsx @@ -55,6 +55,7 @@ export function PartnerSASJoinScandicFriendsCard({

{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.title", defaultMessage: "Get the member room price", })} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -74,6 +75,7 @@ export function PartnerSASJoinScandicFriendsCard({
{intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.joinCheckboxLabel", defaultMessage: "Join Scandic Friends now", })}
@@ -85,6 +87,7 @@ export function PartnerSASJoinScandicFriendsCard({ registerOptions={{ onBlur: updateDetailsStore }} disabled={Boolean(joinValue)} label={intl.formatMessage({ + id: "enterDetails.joinScandicFriendsCard.membershipIdLabel", defaultMessage: "Already a member? Membership ID", })} /> @@ -94,6 +97,7 @@ export function PartnerSASJoinScandicFriendsCard({ {intl.formatMessage( { + id: "enterDetails.joinScandicFriendsCard.terms", defaultMessage: "By joining you accept the Terms and Conditions. The Scandic Friends Membership is valid until further notice, but can at any time be terminated by contacting Scandic Customer Service.", }, diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/MembershipNumberInput.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/MembershipNumberInput.tsx index 696b66388..672805d48 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/MembershipNumberInput.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/MembershipNumberInput.tsx @@ -22,6 +22,7 @@ export function MembershipNumberInput({ label={ label || intl.formatMessage({ + id: "common.membershipId", defaultMessage: "Membership ID", }) } diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/index.tsx index e910f3f6c..6833bbdf3 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/RoomOne/Signup/index.tsx @@ -48,6 +48,7 @@ export default function Signup({ {intl.formatMessage({ + id: "common.birthDate", defaultMessage: "Birth date", })} @@ -64,9 +66,18 @@ export default function Signup({ {intl.formatMessage({ + id: "enterDetails.roomInfo.title", defaultMessage: "Guest information", })}

{intl.formatMessage({ + id: "enterDetails.specialRequests.heading", defaultMessage: "Special requests (optional)", })}

@@ -64,6 +65,7 @@ export function SpecialRequests({ /> */}