1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 '_' => 'Ordenar por',
8
9 'all' => 'Todos',
10 'friends' => 'Amigos',
11 'last_visit' => 'Activo recientemente',
12 'new' => 'Reciente',
13 'old' => 'Antiguo',
14 'rank' => 'Puesto',
15 'top' => 'Mejor',
16 'username' => 'Nombre de usuario',
17
18 'artist_tracks' => [
19 'album' => 'Álbum',
20 'artist' => 'Artista',
21 'bpm' => 'BPM',
22 'genre' => 'Género',
23 'length' => 'Duración',
24 'relevance' => 'Relevancia',
25 'title' => 'Título',
26 'update' => 'Fecha de actualización',
27 ],
28
29 'forum_posts' => [
30 'created' => 'Tiempo de publicación',
31 'relevance' => 'Relevancia',
32 ],
33
34 'forum_topics' => [
35 'created' => 'Creado',
36 'feature_votes' => 'Prioridad de estrella',
37 'new' => 'Última respuesta',
38 ],
39
40 'users' => [
41 'relevance' => 'Relevancia',
42 'username' => 'Nombre',
43 ],
44];