feat(team): add team settings with edit, leave, and kick functionality

This commit is contained in:
2026-07-31 01:48:31 +02:00
parent e664cf3b96
commit de0eaee521
10 changed files with 579 additions and 9 deletions
+18
View File
@@ -32,6 +32,23 @@
"no_team_yet": " No team has been created yet, be the first!",
"select_a_team": "Select a team",
"team_preview": "'{team}' of '{owner}', {members} members"
},
"team_settings": {
"description": "Description",
"invite_code": "Invite code",
"kick": "Remove",
"kick_confirm": "Do you really want to remove {name} from the team?",
"kick_title": "Remove member",
"kicked": "Member removed!",
"leave": "Leave team",
"leave_confirm": "Do you really want to leave the team?",
"leave_title": "Leave team",
"left": "You left the team!",
"members": "Members",
"owner": "Owner",
"saved": "Team updated!",
"team_name": "Team name",
"title": "Team settings"
}
},
"enums": {
@@ -143,6 +160,7 @@
"showcase": "Showcase",
"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!",
"team_settings": "Team settings",
"teams": "Teams",
"total_points": "Total points: {score}",
"your_team": "Your team:"