refactor(app): simplify head link and meta rendering, add more titles and descriptions

This commit is contained in:
2026-07-31 19:22:48 +02:00
parent 0f49f20c07
commit 5fe4557d94
8 changed files with 44 additions and 23 deletions
+5 -3
View File
@@ -176,12 +176,12 @@
"how_it_works": "So funktioniert es",
"login_to_see_hunts": "Melde dich an, um deine beigetretenen Hunts zu sehen und neuen beizutreten!",
"step_number": "Schritt {n}",
"step_quests_text": "Erkunde die Quests, mache kreative Fotos und reiche deine Antworten ein.",
"step_quests_title": "Quests erfüllen",
"step_register_text": "Erstelle in Sekunden ein kostenloses Konto und erhalte Zugang zu allen Hunts.",
"step_register_title": "Registrieren",
"step_team_text": "Gründe ein Team mit Freunden oder tritt einem bestehenden Team mit einem Einladungscode bei.",
"step_team_title": "Team gründen",
"step_quests_text": "Erkunde die Quests, mache kreative Fotos und reiche deine Antworten ein.",
"step_quests_title": "Quests erfüllen",
"step_win_text": "Sammle Punkte, klettere die Rangliste hinauf und feiere in der Showcase.",
"step_win_title": "Punkte gewinnen"
},
@@ -205,6 +205,7 @@
"role_changed": "Rolle aktualisiert!",
"role_confirm": "Möchtest du die Rolle von {name} zu {role} ändern?",
"search_user": "Benutzer per E-Mail suchen...",
"title": "Profil",
"uploaded_pictures": "Hochgeladene Bilder",
"user_management": "Benutzerverwaltung"
},
@@ -281,6 +282,7 @@
},
"teams": "Teams",
"third_place": "Dritter Platz",
"title": "Abschluss",
"total_points": "Punkte erzielt",
"users": "Spieler"
}
@@ -367,4 +369,4 @@
"uploadFile": "Datei hochladen",
"voteRating": "vote rating {value} of {max}"
}
}
}
+5 -3
View File
@@ -176,12 +176,12 @@
"how_it_works": "How it works",
"login_to_see_hunts": "Login to see your joined hunts and join new ones!",
"step_number": "Step {n}",
"step_quests_text": "Explore the quests, take creative photos and submit your answers.",
"step_quests_title": "Complete quests",
"step_register_text": "Create a free account in seconds and get access to all hunts.",
"step_register_title": "Register",
"step_team_text": "Team up with friends or join an existing team with an invite code.",
"step_team_title": "Form a team",
"step_quests_text": "Explore the quests, take creative photos and submit your answers.",
"step_quests_title": "Complete quests",
"step_win_text": "Collect points, climb the leaderboard and celebrate in the showcase.",
"step_win_title": "Win points"
},
@@ -205,6 +205,7 @@
"role_changed": "Role updated!",
"role_confirm": "Do you want to change the role of {name} to {role}?",
"search_user": "Search user by email...",
"title": "Profile",
"uploaded_pictures": "Uploaded pictures",
"user_management": "User management"
},
@@ -281,6 +282,7 @@
},
"teams": "Teams",
"third_place": "Third place",
"title": "Showcase",
"total_points": "Total points earned",
"users": "Users"
}
@@ -367,4 +369,4 @@
"uploadFile": "Upload file",
"voteRating": "vote rating {value} of {max}"
}
}
}