diff --git a/apps/scandic-web/i18n/dictionaries/da.json b/apps/scandic-web/i18n/dictionaries/da.json index d004d260b..3a769e277 100644 --- a/apps/scandic-web/i18n/dictionaries/da.json +++ b/apps/scandic-web/i18n/dictionaries/da.json @@ -884,6 +884,7 @@ "Weekends": "Weekender", "Welcome": "Velkommen", "Welcome to": "Velkommen til", + "Wellness": "Velvære", "What you have to do to guarantee booking:": "Hvad du skal gøre for at garantere booking:", "When": "Hvornår", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "Når vi garanterer din reservation med et kreditkort, tilbageholder vi reservationen indtil kl. 07.00 dagen efter indtjekning.", diff --git a/apps/scandic-web/i18n/dictionaries/de.json b/apps/scandic-web/i18n/dictionaries/de.json index 2e9c51277..82330f029 100644 --- a/apps/scandic-web/i18n/dictionaries/de.json +++ b/apps/scandic-web/i18n/dictionaries/de.json @@ -882,6 +882,7 @@ "Weekends": "Wochenenden", "Welcome": "Willkommen", "Welcome to": "Willkommen zu", + "Wellness": "Wellness", "What you have to do to guarantee booking:": "Was Sie tun müssen, um eine Buchung zu garantieren:", "When": "Wann", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "Wenn Sie Ihre Buchung mit einer Kreditkarte garantieren, halten wir die Buchung bis 07:00 Uhr am Tag nach dem Check-in aufrecht.", diff --git a/apps/scandic-web/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json index 86de4f2bc..18f8ed161 100644 --- a/apps/scandic-web/i18n/dictionaries/en.json +++ b/apps/scandic-web/i18n/dictionaries/en.json @@ -135,7 +135,6 @@ "Breakfast can be added after booking for an additional fee.": "Breakfast can be added after booking for an additional fee.", "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up.": "Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up.", "Breakfast can only be added for the entire duration of the stay and for all guests.": "Breakfast can only be added for the entire duration of the stay and for all guests.", - "Breakfast can only be added for the entire duration of the stay
and for all guests.": "Breakfast can only be added for the entire duration of the stay
and for all guests.", "Breakfast charge": "Breakfast charge", "Breakfast deal can be purchased at the hotel.": "Breakfast deal can be purchased at the hotel.", "Breakfast excluded": "Breakfast excluded", @@ -883,6 +882,7 @@ "Weekends": "Weekends", "Welcome": "Welcome", "Welcome to": "Welcome to", + "Wellness": "Wellness", "What you have to do to guarantee booking:": "What you have to do to guarantee booking:", "When": "When", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.", diff --git a/apps/scandic-web/i18n/dictionaries/fi.json b/apps/scandic-web/i18n/dictionaries/fi.json index e6842de78..1ce60c043 100644 --- a/apps/scandic-web/i18n/dictionaries/fi.json +++ b/apps/scandic-web/i18n/dictionaries/fi.json @@ -882,6 +882,7 @@ "Weekends": "Viikonloppuisin", "Welcome": "Tervetuloa", "Welcome to": "Tervetuloa", + "Wellness": "Liikunta", "What you have to do to guarantee booking:": "Mitä sinun on tehtävä varmistaaksesi varauksen:", "When": "Kun", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "Kun takaamme varauksesi luottokortilla, pidätämme varauksen sisäänkirjautumisen jälkeisenä päivänä klo 07.00 asti.", diff --git a/apps/scandic-web/i18n/dictionaries/no.json b/apps/scandic-web/i18n/dictionaries/no.json index 8c4f8c637..00278f725 100644 --- a/apps/scandic-web/i18n/dictionaries/no.json +++ b/apps/scandic-web/i18n/dictionaries/no.json @@ -878,6 +878,7 @@ "Weekends": "Helger", "Welcome": "Velkommen", "Welcome to": "Velkommen til", + "Wellness": "Velvære", "What you have to do to guarantee booking:": "Hva du må gjøre for å garantere reservasjonen:", "When": "Når", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "Når vi garanterer bestillingen med kredittkort, vil vi holde bestillingen til kl. 07.00 dagen etter innsjekking.", diff --git a/apps/scandic-web/i18n/dictionaries/sv.json b/apps/scandic-web/i18n/dictionaries/sv.json index 472e44bba..1d36e9ef1 100644 --- a/apps/scandic-web/i18n/dictionaries/sv.json +++ b/apps/scandic-web/i18n/dictionaries/sv.json @@ -880,6 +880,7 @@ "Weekends": "Helger", "Welcome": "Välkommen", "Welcome to": "Välkommen till", + "Wellness": "Hälsa", "What you have to do to guarantee booking:": "Vad du måste göra för att garantera bokningen:", "When": "När", "When guaranteeing your booking with a credit card, we will hold the booking until 07:00 the day after check-in.": "När vi garanterar din bokning med kreditkort kommer vi att hålla bokningen till kl. 07.00 dagen efter incheckningen.", diff --git a/apps/scandic-web/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts index 1fd87af96..02aee0283 100644 --- a/apps/scandic-web/types/components/hotelPage/facilities.ts +++ b/apps/scandic-web/types/components/hotelPage/facilities.ts @@ -73,8 +73,8 @@ export enum HealthFacilitiesEnum { Gym = "Gym", Sauna = "Sauna", Relax = "Relax", - IndoorPool = "Indoor pool", - OutdoorPool = "Outdoor pool", + IndoorPool = "IndoorPool", + OutdoorPool = "OutdoorPool", } export const FacilityCardButtonText = { diff --git a/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/MovingBeds.tsx b/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/MovingBeds.tsx index 9bf0011b9..54a51375e 100644 --- a/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/MovingBeds.tsx +++ b/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/MovingBeds.tsx @@ -20,51 +20,7 @@ export default function MovingBedsIcon({ {...props} > - - - - - - - diff --git a/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/Towel.tsx b/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/Towel.tsx index f819bd85d..c5c87914b 100644 --- a/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/Towel.tsx +++ b/packages/design-system/lib/components/Icons/Customised/Amenities_Facilities/Towel.tsx @@ -20,7 +20,51 @@ export default function TowelIcon({ {...props} > + + + + + + +