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 '_' => 'Sortează după', 8 9 'all' => 'Tot', 10 'friends' => 'Prieteni', 11 'last_visit' => 'Activ recent', 12 'new' => 'Recent', 13 'old' => 'Vechi', 14 'rank' => 'Rang', 15 'top' => 'Top', 16 'username' => 'Nume de utilizator', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artist', 21 'bpm' => 'BPM', 22 'genre' => 'Gen', 23 'length' => 'Durată', 24 'relevance' => 'Relevanţă', 25 'title' => 'Titlu', 26 'update' => 'Actualizare', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Data postării', 31 'relevance' => 'Relevanţă', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Creat', 36 'feature_votes' => 'Prioritatea stelelor', 37 'new' => 'Ultimul răspuns', 38 ], 39 40 'users' => [ 41 'relevance' => 'Relevanţă', 42 'username' => 'Nume', 43 ], 44];