sendou.ink/locales/zh/team.json
Kalle 8f156fb917
Team editors in addition to the owner (#2077)
* Initial

* Handle owner leaving

* Remove old team queries

* Progress

* Retire old toggle

* e2e tests

* Divide loaders/actions of team pages
2025-02-04 10:56:33 +02:00

36 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"newTeam.header": "创建一支新队伍",
"teamSearch.placeholder": "搜索队伍或玩家...",
"actionButtons.leaveTeam": "退出队伍",
"actionButtons.leaveTeam.confirm": "退出",
"actionButtons.editTeam": "编辑队伍",
"actionButtons.manageRoster": "管理阵容",
"actionButtons.deleteTeam": "删除队伍",
"actionButtons.kick": "移除",
"kick.header": "将 {{user}} 从 {{teamName}} 移除?",
"actionButtons.transferOwnership": "转移拥有权",
"transferOwnership.header": "将 {{teamName}} 的拥有权转移给 {{user}} ",
"actionButtons.transferOwnership.confirm": "转移",
"deleteTeam.header": "您确定您要删除 {{teamName}} 吗?",
"roles.CAPTAIN": "队长",
"roles.FRONTLINE": "前排",
"roles.SUPPORT": "辅助",
"roles.MIDLINE": "中排",
"roles.BACKLINE": "后排",
"roles.FLEX": "自由人",
"roles.COACH": "教练",
"forms.fields.bio": "简介",
"forms.fields.uploadImages": "上传图片",
"forms.fields.uploadImages.pfp": "头像",
"forms.fields.uploadImages.banner": "队伍横幅",
"forms.info.name": "请注意如果您更改了队名那么其他人便可以使用之前的队名和URL了。",
"forms.errors.duplicateName": "该队名已被使用",
"roster.teamFull": "成员已满",
"roster.inviteLink.header": "分享邀请链接来添加成员",
"roster.members.header": "成员",
"validation.SHORT_CODE": "邀请码长度不符请确保您复制了完整的URL。",
"validation.TEAM_FULL": "您想要加入的队伍成员已满。",
"validation.INVITE_CODE_WRONG": "邀请码有误。",
"validation.VALID": "加入 {{teamName}} "
}