. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Ainda não se jogou nenhuma partida de osu!(lazer) :type_group!', 'playlists' => 'playlist', 'realtime' => 'multijogador', ], 'room' => [ 'hosted_by' => 'alojado por :user', 'invalid_password' => 'Palavra-passe 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' => 'activo', 'ended' => 'terminado', 'soon' => 'terminando em breve', ], ], ];