Start i18n on static texts

This commit is contained in:
2025-08-21 20:52:59 +02:00
parent 5d1a029a54
commit 7948fed103
9 changed files with 225 additions and 85 deletions
+58 -1
View File
@@ -13,7 +13,8 @@
"register": "Register",
"register_instead": "Register instead",
"reset": "Reset",
"showPassword": "Show password"
"showPassword": "Show password",
"old_invalid": "Old password incorrect!"
},
"enums": {
"text_type": {
@@ -42,6 +43,17 @@
"en": "English"
},
"page": {
"common": {
"update_btn": "Update",
"back_to_hunt": "Back to Hunt",
"no_pictures": "No pictures has been submitted yet :(",
"not_revealed": "Answers are not revealed yet, please wait until the end!",
"admin": "Admin",
"refresh": "Refresh",
"login_first": "Login first",
"open": "Open",
"back_home": "Back home"
},
"home": {
"click_hunt_below_to_join": "Click on a hunt below and join them!",
"end": "End: {start}",
@@ -76,6 +88,51 @@
"description": "Description",
"score": "Score"
}
},
"profile": {
"old_password": "Old password",
"new_password": "New password",
"uploaded_pictures": "Uploaded pictures",
"no_pictures": "No pictures uploaded yet."
},
"pictures": {
"head": "Picture wall"
},
"diashow": {
"head": "Diashow"
},
"quest": {
"already_finalized": "Answer is already finalized, no update allowed!",
"conflict": "Conflict: Please refresh",
"extra_points": "Extra points:",
"review": "Review",
"score": "Score:",
"reviewed_by": "by {name} at {date}",
"last_update": "Last update: {date} by {name}",
"submission": "Submission",
"your_answer": "Your answer",
"required_answer": "Required Answer",
"finalize": "Finalize answer",
"already_submitted": "Your final answer has already been submitted!",
"finalize_explain": "This allows the admins to review your answer and give you points. You cannot change your answer afterwards!"
},
"hunt": {
"total_points": "Total points: {score}",
"showcase": "Showcase",
"diashow": "Diashow",
"all_pictures": "All pictures",
"teams": "Teams",
"team_count": "No teams joined, just like you! | One team joined, unlike you! | {count} teams joined, unlike you!",
"team_count_joined": "No teams joined, just like you! | One team joined, just like you! | {count} teams joined, just like you!",
"your_team": "Your team:",
"invite": "Invite:",
"join_this_hunt": "Join this hunt!",
"login_to_join": "To join this hunt you need to join or create a team:",
"hide_answers": "Hide answers",
"no_picture_uploaded": "No picture uploaded",
"admin_unreviewed": "Admin ({count} unreviewed)",
"quest_not_revealed": "Quests not revealed yet!",
"quest_soon_reveal": "Soon all {count} quests will be revealed!"
}
},
"validation": {