sendou.ink/public/locales/en/calendar.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

69 lines
3.0 KiB
JSON

{
"inYourTimeZone": "Times in your local time zone:",
"addNew": "Add new",
"noEvents": "No events for the selected week",
"reportResults": "You can report results:",
"day": "Day {{number}}",
"actions.reportWinners": "Report winners",
"actions.delete": "Delete event",
"actions.delete.confirm": "Delete all data related to {{name}}?",
"participatedCount": "{{count}} teams participated",
"participatedPlayerCount": "{{count}} players participated",
"members": "Members",
"results": "Results",
"createMapList": "Create map list",
"from": "From {{author}}",
"forms.dates": "Dates",
"forms.bracketUrl": "Bracket URL",
"forms.discordInvite": "Discord server invite URL",
"forms.tags": "Tags",
"forms.tags.placeholder": "Choose a tag",
"forms.tags.info": "\"Badge prizes\" tag is added automatically if applicable",
"forms.badges": "Badge prizes",
"forms.badges.placeholder": "Choose a badge prize",
"forms.mapPool": "Map pool",
"forms.participantCount": "Participant count",
"forms.reportResultsHeader": "Reporting results for {{eventName}}",
"forms.reportResultsInfo": "You choose how many results to report. It can be just the winning team, top 3 or whatever you decide.",
"forms.team.add": "Add team",
"forms.team.remove": "Remove team",
"forms.team.name": "Team name",
"forms.team.placing": "Placing",
"forms.team.player.header": "Player {{number}}",
"forms.team.player.add": "Add player",
"forms.team.player.remove": "Remove player",
"forms.team.player.addAsUser": "Add as a user (recommended)",
"forms.team.player.addAsText": "Add as text",
"forms.errors.uniqueTeamName": "Each team needs a unique name.",
"forms.errors.duplicatePlayer": "Can't have the same player twice in the same team.",
"forms.errors.emptyTeam": "Each team must have at least one player.",
"forms.toTools.header": "Enable TO Tools",
"forms.toTools.explanation": "With TO Tools your tournament will use prepicked maps and the seed creator tool is available.",
"week.this": "This Week",
"week.next": "Next Week",
"week.last": "Last Week",
"tag.desc.BADGE": "Winner of this event gets a sendou.ink badge.",
"tag.desc.SPECIAL": "Ruleset that differs from the standard e.g. limited what weapons can be used.",
"tag.desc.ART": "You can win art by playing in this tournament.",
"tag.desc.MONEY": "You can win money by playing in this tournament.",
"tag.desc.REGION": "Limited who can play in this event based on location.",
"tag.desc.LOW": "Who can play in this event is limited by skill.",
"tag.desc.COUNT": "Only a limited amount of teams can register.",
"tag.desc.LAN": "This event is played locally.",
"tag.desc.QUALIFIER": "This tournament is a qualifier for another event.",
"tag.desc.SZ": "Splat Zones is the only mode played.",
"tag.desc.TW": "Turf War is played.",
"tag.desc.S1": "The game played is Splatoon 1.",
"tag.desc.S2": "The game played is Splatoon 2.",
"tag.desc.SR": "Salmon Run event.",
"tag.desc.CARDS": "Tableturf Battle event.",
"tag.desc.FULL_TOURNAMENT": "Tournament is hosted on sendou.ink"
}