. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Nenhuma partida :type_group no osu!(lazer) foi jogada ainda!', 'playlists' => 'seleção de música', 'realtime' => 'multiplayer', ], 'room' => [ 'hosted_by' => 'hospedado por :user', 'invalid_password' => 'Senha de sala inválida', 'map_count' => ':count_delimited mapa|:count_delimited mapas', 'player_count' => ':count_delimited jogador|:count_delimited jogadores', 'time_left' => ':time restante', 'errors' => [ 'duration_too_long' => 'A duração é muito longa.', 'name_too_long' => '', ], 'status' => [ 'active' => 'ativo', 'ended' => 'encerrado', 'soon' => 'acabando em breve', ], ], ];