feat(team): add team settings with edit, leave, and kick functionality
This commit is contained in:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user