the browser-facing portion of osu!
at master 44 lines 1.1 kB view raw
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 '_' => 'Ordena per', 8 9 'all' => 'Tot', 10 'friends' => 'Amics', 11 'last_visit' => 'Actius recentment', 12 'new' => 'Recent', 13 'old' => 'Antic ', 14 'rank' => 'Classificació', 15 'top' => 'Superior', 16 'username' => 'Nom d’usuari', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artista', 21 'bpm' => 'BPM', 22 'genre' => 'Gènere', 23 'length' => 'Duració', 24 'relevance' => 'Rellevància', 25 'title' => 'Títol', 26 'update' => 'Actualització', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Temps d\'entrada', 31 'relevance' => 'Rellevància', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Creació', 36 'feature_votes' => 'Prioritat de l\'estrella', 37 'new' => 'Última resposta', 38 ], 39 40 'users' => [ 41 'relevance' => 'Rellevància', 42 'username' => 'Nom', 43 ], 44];