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 '_' => 'Ordina per', 8 9 'all' => 'Tutti', 10 'friends' => 'Amici', 11 'last_visit' => 'Attivo di recente', 12 'new' => 'Recente', 13 'old' => 'Vecchio', 14 'rank' => 'Rank', 15 'top' => 'Migliore', 16 'username' => 'Nome utente', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artista', 21 'bpm' => 'BPM', 22 'genre' => 'Genere', 23 'length' => 'Durata', 24 'relevance' => 'Pertinenza', 25 'title' => 'Titolo', 26 'update' => 'Aggiornata', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Data del post', 31 'relevance' => 'Pertinenza', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Creazione', 36 'feature_votes' => 'Stelle di priorità', 37 'new' => 'Ultima risposta', 38 ], 39 40 'users' => [ 41 'relevance' => 'Pertinenza', 42 'username' => 'Nome', 43 ], 44];