sendou.ink/public/locales/zh/tournament.json
Kalle ef78d3a2c2
Tournament full (#1373)
* Got something going

* Style overwrites

* width != height

* More playing with lines

* Migrations

* Start bracket initial

* Unhardcode stage generation params

* Link to match page

* Matches page initial

* Support directly adding seed to map list generator

* Add docs

* Maps in matches page

* Add invariant about tie breaker map pool

* Fix PICNIC lacking tie breaker maps

* Only link in bracket when tournament has started

* Styled tournament roster inputs

* Prefer IGN in tournament match page

* ModeProgressIndicator

* Some conditional rendering

* Match action initial + better error display

* Persist bestOf in DB

* Resolve best of ahead of time

* Move brackets-manager to core

* Score reporting works

* Clear winner on score report

* ModeProgressIndicator: highlight winners

* Fix inconsistent input

* Better text when submitting match

* mapCountPlayedInSetWithCertainty that works

* UNDO_REPORT_SCORE implemented

* Permission check when starting tournament

* Remove IGN from upsert

* View match results page

* Source in DB

* Match page waiting for teams

* Move tournament bracket to feature folder

* REOPEN_MATCH initial

* Handle proper resetting of match

* Inline bracket-manager

* Syncify

* Transactions

* Handle match is locked gracefully

* Match page auto refresh

* Fix match refresh called "globally"

* Bracket autoupdate

* Move fillWithNullTillPowerOfTwo to utils with testing

* Fix map lists not visible after tournament started

* Optimize match events

* Show UI while in progress to members

* Fix start tournament alert not being responsive

* Teams can check in

* Fix map list 400

* xxx -> TODO

* Seeds page

* Remove map icons for team page

* Don't display link to seeds after tournament has started

* Admin actions initial

* Change captain admin action

* Make all hooks ts

* Admin actions functioning

* Fix validate error not displaying in CatchBoundary

* Adjust validate args order

* Remove admin loader

* Make delete team button menancing

* Only include checked in teams to bracket

* Optimize to.id route loads

* Working show map list generator toggle

* Update full tournaments flow

* Make full tournaments work with many start times

* Handle undefined in crud

* Dynamic stage banner

* Handle default strat if map list generation fails

* Fix crash on brackets if less than 2 teams

* Add commented out test for reference

* Add TODO

* Add players from team during register

* TrustRelationship

* Prefers not to host feature

* Last before merge

* Rename some vars

* More renames
2023-05-15 22:37:43 +03:00

46 lines
1.7 KiB
JSON

{
"tabs.info": "比赛信息",
"tabs.teams": "参赛队伍 ({{count}})",
"tabs.admin": "管理",
"tabs.register": "报名",
"tabs.maps": "地图",
"pre.footerNote": "请注意: 在比赛开始前,您可以随意更改您的地图池和队伍阵容。",
"pre.deleteTeam": "删除队伍",
"preview": "预览地图列表生成器(仅限管理者)",
"pre.steps.register": "1. 点击报名链接:",
"pre.steps.register.summary": "输入您报名所用的队伍名",
"pre.steps.mapPool": "2. 地图池",
"pre.steps.mapPool.explanation": "您也可以在不选择地图池的情况下参赛,但是这代表您的对手可以决定比赛地图。决胜局所用地图被蓝色标记。",
"pre.steps.mapPool.summary": "选择您的队伍的地图",
"pre.steps.roster": "3. 提交阵容",
"pre.steps.roster.explanation": "提交阵容不是必须的。但是不提交阵容可能会导致您的种子排名变低。",
"pre.steps.roster.summary": "输入阵容",
"pre.steps.roster.fullTeamError": "队伍已满。",
"bracket.type.DE_WINNERS": "胜者组 Round",
"bracket.type.DE_LOSERS": "败者组 Round",
"bracket.type.SE": "单败制 Round",
"bracket.type.SWISS": "瑞士制 Round",
"bracket.type.GROUPS": "小组赛 Round",
"round.label": "赛程",
"team.label": "队伍",
"team.unlisted": "未显示的队伍",
"bestOf.label.short": "Bo",
"pickInfo.team": "队伍 {{number}} 选择",
"pickInfo.tiebreaker": "决胜局",
"pickInfo.both": "双方都选择",
"pickInfo.default": "默认地图",
"generator.error": "由于比赛已经开始,您所更改的内容无法保存",
"teams.mapsPickedStatus": "地图的选择情况",
"admin.download": "下载参赛者"
}