. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ '_' => 'Ordenar por', 'all' => 'Todos', 'friends' => 'Amigos', 'last_visit' => 'Recentemente ativos', 'new' => 'Recente', 'old' => 'Antigo', 'rank' => 'Classificação', 'top' => 'Melhor', 'username' => 'Nome de utilizador', 'artist_tracks' => [ 'album' => 'Álbum', 'artist' => 'Artista', 'bpm' => 'BPM', 'genre' => 'Género', 'length' => 'Duração', 'relevance' => 'Relevância', 'title' => 'Título', 'update' => 'Atualização', ], 'forum_posts' => [ 'created' => 'Hora da publicação', 'relevance' => 'Relevância', ], 'forum_topics' => [ 'created' => 'Criado', 'feature_votes' => 'Prioridade estrela', 'new' => 'Última resposta', ], 'users' => [ 'relevance' => 'Relevância', 'username' => 'Nome', ], ];