sendou.ink/locales/en/team.json
Kalle 32c97a2467
Bluesky via Discord connection + upgrade remix-auth + remove Twitter references (#2058)
* Remove Twitter references

* Upgrade remix auth, bsky via Discord

* Test
2025-01-28 17:22:45 +02:00

44 lines
2.0 KiB
JSON

{
"newTeam.header": "Creating a new team",
"teamSearch.placeholder": "Search for a team or player...",
"actionButtons.leaveTeam": "Leave Team",
"actionButtons.makeMainTeam": "Make main team",
"leaveTeam.header": "Are you sure you want to leave {{teamName}}?",
"actionButtons.leaveTeam.confirm": "Leave",
"actionButtons.editTeam": "Edit Team",
"actionButtons.manageRoster": "Manage Roster",
"actionButtons.deleteTeam": "Delete Team",
"actionButtons.kick": "Kick",
"kick.header": "Kick {{user}} from {{teamName}}?",
"actionButtons.transferOwnership": "Transfer Ownership",
"transferOwnership.header": "Transfer ownership of {{teamName}} to {{user}}?",
"actionButtons.transferOwnership.confirm": "Transfer",
"deleteTeam.header": "Are you sure you want to delete {{teamName}}?",
"roles.CAPTAIN": "Captain",
"roles.CO_CAPTAIN": "Co-Captain",
"roles.FRONTLINE": "Frontline",
"roles.SKIRMISHER": "Skirmisher",
"roles.SUPPORT": "Support",
"roles.MIDLINE": "Midline",
"roles.BACKLINE": "Backline",
"roles.FLEX": "Flex",
"roles.SUB": "Sub",
"roles.COACH": "Coach",
"roles.CHEERLEADER": "Cheerleader",
"forms.fields.teamBsky": "Team Bluesky",
"forms.fields.bio": "Bio",
"forms.fields.uploadImages": "Upload images",
"forms.fields.uploadImages.pfp": "Profile Picture",
"forms.fields.uploadImages.banner": "Team Picture Banner",
"forms.info.name": "Note that if you change your team's name then someone else can claim the name and URL for their team",
"forms.errors.duplicateName": "There is already a team with this name",
"roster.teamFull": "Team is full",
"roster.inviteLink.header": "Share invite link to add members",
"roster.members.header": "Members",
"validation.SHORT_CODE": "Invite code is not the right length. Did you copy the full URL?",
"validation.TEAM_FULL": "Team you are trying to join is full.",
"validation.INVITE_CODE_WRONG": "Invite code is wrong.",
"validation.REACHED_TEAM_COUNT_LIMIT": "You have reached the maximum number of teams you can join. (Max 5 for patrons and 2 for others)",
"validation.VALID": "Join {{teamName}}?"
}