vote-manager.ftl 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Displayed as initiator of vote when no user creates the vote
  2. ui-vote-initiator-server = The server
  3. ## Default.Votes
  4. ui-vote-restart-title = Restart round
  5. ui-vote-restart-succeeded = Restart vote succeeded.
  6. ui-vote-restart-failed = Restart vote failed (need { TOSTRING($ratio, "P0") }).
  7. ui-vote-restart-fail-not-enough-ghost-players = Restart vote failed: A minimum of { $ghostPlayerRequirement }% ghost players is required to initiate a restart vote. Currently, there are not enough ghost players.
  8. ui-vote-restart-yes = Yes
  9. ui-vote-restart-no = No
  10. ui-vote-restart-abstain = Abstain
  11. ui-vote-gamemode-title = Next gamemode
  12. ui-vote-gamemode-tie = Tie for gamemode vote! Picking... { $picked }
  13. ui-vote-gamemode-win = { $winner } won the gamemode vote!
  14. ui-vote-map-title = Next map
  15. ui-vote-map-tie = Tie for map vote! Picking... { $picked }
  16. ui-vote-map-win = { $winner } won the map vote!
  17. ui-vote-map-notlobby = Voting for maps is only valid in the pre-round and post-round lobbies!
  18. ui-vote-map-notlobby-time = Voting for maps is only valid in the pre-round lobby with { $time } remaining!
  19. # Votekick votes
  20. ui-vote-votekick-unknown-initiator = A player
  21. ui-vote-votekick-unknown-target = Unknown Player
  22. ui-vote-votekick-title = { $initiator } has called a votekick for user: { $targetEntity }. Reason: { $reason }
  23. ui-vote-votekick-yes = Yes
  24. ui-vote-votekick-no = No
  25. ui-vote-votekick-abstain = Abstain
  26. ui-vote-votekick-success = Votekick for { $target } succeeded. Votekick reason: { $reason }
  27. ui-vote-votekick-failure = Votekick for { $target } failed. Votekick reason: { $reason }
  28. ui-vote-votekick-not-enough-eligible = Not enough eligible voters online to start a votekick: { $voters }/{ $requirement }
  29. ui-vote-votekick-server-cancelled = Votekick for { $target } was cancelled by the server.