diff --git a/components/MyPages/Blocks/Overview/Friend/index.tsx b/components/MyPages/Blocks/Overview/Friend/index.tsx index b1c41884a..c1b89c3e6 100644 --- a/components/MyPages/Blocks/Overview/Friend/index.tsx +++ b/components/MyPages/Blocks/Overview/Friend/index.tsx @@ -31,7 +31,7 @@ export default async function Friend({ {formatMessage( isHighestLevel ? { id: "Highest level" } - : { id: "Your current level" } + : { id: `Level ${membershipLevels[membership.membershipLevel]}` } )} {membership ? ( diff --git a/i18n/dictionaries/da.json b/i18n/dictionaries/da.json index 4af82935b..3c04f265b 100644 --- a/i18n/dictionaries/da.json +++ b/i18n/dictionaries/da.json @@ -49,6 +49,13 @@ "From": "Fra", "Get inspired": "Bliv inspireret", "Go back to overview": "Gå tilbage til oversigten", + "Level 1": "Niveau 1", + "Level 2": "Niveau 2", + "Level 3": "Niveau 3", + "Level 4": "Niveau 4", + "Level 5": "Niveau 5", + "Level 6": "Niveau 6", + "Level 7": "Niveau 7", "Highest level": "Højeste niveau", "How do you want to sleep?": "Hvordan vil du sove?", "How it works": "Hvordan det virker", diff --git a/i18n/dictionaries/de.json b/i18n/dictionaries/de.json index ca524c900..eebcb7095 100644 --- a/i18n/dictionaries/de.json +++ b/i18n/dictionaries/de.json @@ -48,6 +48,13 @@ "From": "Fromm", "Get inspired": "Lassen Sie sich inspieren", "Go back to overview": "Zurück zur Übersicht", + "Level 1": "Level 1", + "Level 2": "Level 2", + "Level 3": "Level 3", + "Level 4": "Level 4", + "Level 5": "Level 5", + "Level 6": "Level 6", + "Level 7": "Level 7", "Highest level": "Höchstes Level", "How do you want to sleep?": "Wie möchtest du schlafen?", "How it works": "Wie es funktioniert", @@ -88,7 +95,7 @@ "Points": "Punkte", "Points may take up to 10 days to be displayed.": "Es kann bis zu 10 Tage dauern, bis Punkte angezeigt werden.", "Points needed to level up": "Punkte, die zum Levelaufstieg benötigt werden", - "Points needed to stay on level": "Erforderliche Punkte, um auf diesem Niveau zu bleiben", + "Points needed to stay on level": "Erforderliche Punkte, um auf diesem Level zu bleiben", "spendable points expiring by": "Einlösbare punkte verfallen bis zum", "Previous victories": "Bisherige Siege", "Read more": "Mehr lesen", diff --git a/i18n/dictionaries/en.json b/i18n/dictionaries/en.json index 1cf4c1c46..528410878 100644 --- a/i18n/dictionaries/en.json +++ b/i18n/dictionaries/en.json @@ -54,6 +54,13 @@ "hotelPages.rooms.roomCard.person": "person", "hotelPages.rooms.roomCard.persons": "persons", "hotelPages.rooms.roomCard.seeRoomDetails": "See room details", + "Level 1": "Level 1", + "Level 2": "Level 2", + "Level 3": "Level 3", + "Level 4": "Level 4", + "Level 5": "Level 5", + "Level 6": "Level 6", + "Level 7": "Level 7", "Highest level": "Highest level", "How do you want to sleep?": "How do you want to sleep?", "How it works": "How it works", diff --git a/i18n/dictionaries/fi.json b/i18n/dictionaries/fi.json index 452693de1..26c0c08ff 100644 --- a/i18n/dictionaries/fi.json +++ b/i18n/dictionaries/fi.json @@ -49,6 +49,13 @@ "From": "From", "Get inspired": "Inspiroidu", "Go back to overview": "Palaa yleiskatsaukseen", + "Level 1": "Taso 1", + "Level 2": "Taso 2", + "Level 3": "Taso 3", + "Level 4": "Taso 4", + "Level 5": "Taso 5", + "Level 6": "Taso 6", + "Level 7": "Taso 7", "Highest level": "Korkein taso", "How do you want to sleep?": "Kuinka haluat nukkua?", "How it works": "Kuinka se toimii", diff --git a/i18n/dictionaries/no.json b/i18n/dictionaries/no.json index a3e2ce356..b2cf5817a 100644 --- a/i18n/dictionaries/no.json +++ b/i18n/dictionaries/no.json @@ -49,6 +49,13 @@ "From": "Fra", "Get inspired": "Bli inspirert", "Go back to overview": "Gå tilbake til oversikten", + "Level 1": "Nivå 1", + "Level 2": "Nivå 2", + "Level 3": "Nivå 3", + "Level 4": "Nivå 4", + "Level 5": "Nivå 5", + "Level 6": "Nivå 6", + "Level 7": "Nivå 7", "Highest level": "Høyeste nivå", "How do you want to sleep?": "Hvordan vil du sove?", "How it works": "Hvordan det fungerer", diff --git a/i18n/dictionaries/sv.json b/i18n/dictionaries/sv.json index 0b26bc9b4..e68e35ca6 100644 --- a/i18n/dictionaries/sv.json +++ b/i18n/dictionaries/sv.json @@ -49,6 +49,13 @@ "From": "Från", "Get inspired": "Bli inspirerad", "Go back to overview": "Gå tillbaka till översikten", + "Level 1": "Nivå 1", + "Level 2": "Nivå 2", + "Level 3": "Nivå 3", + "Level 4": "Nivå 4", + "Level 5": "Nivå 5", + "Level 6": "Nivå 6", + "Level 7": "Nivå 7", "Highest level": "Högsta nivå", "How do you want to sleep?": "Hur vill du sova?", "How it works": "Hur det fungerar",