. 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' => 'Activo recientemente', 'new' => 'Reciente', 'old' => 'Antiguo', 'rank' => 'Puesto', 'top' => 'Mejor', 'username' => 'Nombre de usuario', 'artist_tracks' => [ 'album' => 'Álbum', 'artist' => 'Artista', 'bpm' => 'BPM', 'genre' => 'Género', 'length' => 'Duración', 'relevance' => 'Relevancia', 'title' => 'Título', 'update' => 'Fecha de actualización', ], 'forum_posts' => [ 'created' => 'Tiempo de publicación', 'relevance' => 'Relevancia', ], 'forum_topics' => [ 'created' => 'Creado', 'feature_votes' => 'Prioridad de estrella', 'new' => 'Última respuesta', ], 'users' => [ 'relevance' => 'Relevancia', 'username' => 'Nombre', ], ];