lobby-state.ftl 1019 B

1234567891011121314151617181920212223
  1. lobby-state-paused = Paused
  2. lobby-state-soon = Round starting soon
  3. lobby-state-right-now-question = Right Now?
  4. lobby-state-right-now-confirmation = Right Now
  5. lobby-state-round-start-countdown-text = Round starts In: {$timeLeft}
  6. lobby-state-ready-button-join-state = Join
  7. lobby-state-ready-button-ready-up-state = Ready Up
  8. lobby-state-player-status-not-ready = Not Ready
  9. lobby-state-player-status-ready = Ready
  10. lobby-state-player-status-observer = Observer
  11. lobby-state-player-status-round-not-started = The round hasn't started yet
  12. lobby-state-player-status-round-time =
  13. The round time is: {$hours} {$hours ->
  14. [1]hour
  15. *[other]hours
  16. } and {$minutes} {$minutes ->
  17. [1]minute
  18. *[other]minutes
  19. }
  20. lobby-state-song-text = Playing: [color=white]{$songTitle}[/color] by [color=white]{$songArtist}[/color]
  21. lobby-state-song-no-song-text = No lobby song playing.
  22. lobby-state-song-unknown-title = [color=dimgray]Unknown title[/color]
  23. lobby-state-song-unknown-artist = [color=dimgray]Unknown artist[/color]