. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Uživatel zatím nehrál žádné :type_group osu!(lazer) hry!', 'playlists' => 'playlist', 'realtime' => 'multiplayer', ], 'room' => [ 'hosted_by' => 'pořádal :user', 'invalid_password' => 'Nesprávné heslo místnosti', 'map_count' => ':count_delimited mapa|:count_delimited mapy|:count_delimited map', 'player_count' => ':count_delimited hráč|:count_delimited hráči|:count_delimited hráčů', 'time_left' => ':time zbývá', 'errors' => [ 'duration_too_long' => 'Doba je příliě dlouhá.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktivní', 'ended' => 'ukončeno', 'soon' => 'brzy končí', ], ], ];