Merged in feat/SW-1890-New-Breakfast-Component (pull request #1666)
Feat/SW-1890 New Breakfast Component Design * refactor(SW-1890): Replace BreakfastChoiceCard with RadioCard component and update styles - Removed BreakfastChoiceCard component and its associated styles. - extemded RadioCard component to additional UI. - Updated breakfast.module.css to adjust container width. - Added new properties for subtitleSecondary and description in RadioCard. - Updated translations for breakfast-related messages in en.json. * feat(SW-1890): Add hover state to RadioCard * chore(SW1890): Update translation for breakfast cost message to clarify age range * chore(SW-1890): Updated breakfast cost display to use formatPrice utility * fix(SW-1890): Set fixed size for CoffeeIcon component * fix(SW-1890): Add missing translations for breakfast-related messages * feat(SW-1890): Introduce new breakfast icons and update Breakfast component - Replaced CoffeeIcon with BreakfastBuffetIcon and NoBreakfastBuffetIcon in the Breakfast component. - Added new BreakfastBuffetIcon and NoBreakfastBuffetIcon components to the design system. - Updated imports in the Breakfast component to reflect the new icons. Approved-by: Christian Andolf
This commit is contained in:
@@ -132,6 +132,8 @@
|
||||
"Breakfast ({totalChildren, plural, one {# child} other {# children}}) x {totalBreakfasts}": "Morgenmad ({totalChildren, plural, one {# barn} other {# børn}}) x {totalBreakfasts}",
|
||||
"Breakfast Restaurant": "Breakfast Restaurant",
|
||||
"Breakfast buffet": "Morgenbuffet",
|
||||
"Breakfast can be added after booking for an additional fee.": "Morgenmad kan tilføjes efter booking for en ekstra omkostning.",
|
||||
"Breakfast can be added after booking for an extra cost for adults and kids ages 4 and up.": "Morgenmad kan tilføjes efter booking for en ekstra omkostning for voksne og børn fra 4 år.",
|
||||
"Breakfast can only be added for the entire duration of the stay and for all guests.": "Morgenmad kan kun tilføjes for hele opholdets varighed og for alle gæster.",
|
||||
"Breakfast charge": "Morgenmadsgebyr",
|
||||
"Breakfast deal can be purchased at the hotel.": "Morgenmad kan købes på hotellet.",
|
||||
@@ -312,6 +314,7 @@
|
||||
"Former Scandic Hotel": "Tidligere Scandic Hotel",
|
||||
"Free": "Gratis",
|
||||
"Free cancellation": "Gratis afbestilling",
|
||||
"Free for kids aged 12 and under.": "Gratis for børn under 12 år.",
|
||||
"Free parking": "Gratis parkering",
|
||||
"Free rebooking": "Gratis ombooking",
|
||||
"Free until": "Free until",
|
||||
@@ -394,6 +397,7 @@
|
||||
"In order to view your booking, please log in.": "Log ind for at se din reservation.",
|
||||
"Incl. VAT": "Inkl. moms",
|
||||
"Included": "Inkluderet",
|
||||
"Includes vegan, gluten-free, and other allergy-friendly options.": "Inkluderer veganske, glutenfrie og andre allergivenlige muligheder.",
|
||||
"Indoor pool": "Indendørs pool",
|
||||
"Indoor windows and excellent lighting": "Indoor windows and excellent lighting",
|
||||
"Indoor windows facing the hotel": "Indoor windows facing the hotel",
|
||||
@@ -595,6 +599,7 @@
|
||||
"Payment received": "Payment received",
|
||||
"Payment status": "Payment status",
|
||||
"Payment will be made on check-in. The card will be only used to guarantee the ancillary in case of no-show.": "Betaling vil ske ved check-in. Kortet vil kun blive brugt til at garantere tillægget i tilfælde af en no-show.",
|
||||
"Per adult/night": "Pr. voksen/nat",
|
||||
"Per night from": "Per nat fra",
|
||||
"Pet room": "Kæledyrsrum",
|
||||
"Pet room charge including VAT": "Gebyr for kæledyrsværelse inkl. moms",
|
||||
|
||||
Reference in New Issue
Block a user