{{ getTranslate('Loading') }}

{{ getTranslate('Loading...') }}

{{ getTranslate('Your nickname') }}

{{ getTranslate('Nickname can contain from 3 to 12 characters.') }}

{{ getTranslate('Rooms') }}

{{ getTranslate('Hello, %nickname%. Below is a list with rooms, select the room that suits your needs and play. If there are no rooms or you haven\'t found a suitable one, then create a new room.', {'%nickname%': player.nickname}) }}

{{ getTranslate('Room') }} #{{ room.ID.substr(0, 3) }}

  • {{ getTranslate('Round') }}: {{ room.round }}/{{ room.maxRounds }}
  • {{ getTranslate('Players') }}: {{ room.playersCount }}/{{ room.maxPlayers }}
  • {{ getTranslate('Game status') }}: {{ getTranslate(room.status.replace('-', ' ')) }}
  • {{ getTranslate('Language') }}: {{ getLang(room.lang) }}

{{ getTranslate('You drawing') }}: {{ room.word }}

{{ getTranslate('You guess') }}

{{ getTranslate('Round') }} {{ room.round }}/{{ room.maxRounds }}
{{ ( room.RoundTimer ) ? getTranslate(room.RoundTimer.getTime()) : '' }}
{{ letter }}

{{ getTranslate('Waiting for the game to start') }}

{{ ( room.StartGameTimer ) ? getTranslate(room.StartGameTimer.getTime()) : '' }}

{{ getTranslate('Waiting for the round %round% to start', {'%round%': room.round + 1}) }}

{{ ( room.StartGameTimer ) ? getTranslate(room.StartGameTimer.getTime()) : '' }}

{{ getTranslate('Select Word') }}

{{ ( room.StartGameTimer ) ? getTranslate(room.StartGameTimer.getTime()) : '' }}
{{ word }}

{{ getTranslate('Chat') }}

{{ getTranslate('Drawing looks like') }} ({{ ( room.word !== undefined ) ? room.word.length : 0 }} {{ getTranslate('letters') }}):

{{ getTranslate('Players') }} {{ room.playersCount }}/{{ room.maxPlayers }}

{{ roomPlayer.nickname }} {{ roomPlayer.points }}

{{ getTranslate('Room settings') }}

{{ getTranslate('Number of players') }}

/ 10

{{ getTranslate('Number of rounds') }}

/ 10

{{ getTranslate('Language (words)') }}

{{ getTranslate('Private room') }}

{{ getTranslate('End Game') }}

{{ player.nickname }} {{ player.points }}

{{ getTranslate('Error') }}

{{ getTranslate(errorMessage) }}

{{ getTranslate('Settings') }}

{{ getTranslate('Language') }}