the browser-facing portion of osu!
at master 44 lines 1.3 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 '_' => 'Подреждане по', 8 9 'all' => 'Всички', 10 'friends' => 'Приятели', 11 'last_visit' => 'Наскоро активни', 12 'new' => 'Скорошни', 13 'old' => 'Стари', 14 'rank' => 'Ранг', 15 'top' => 'Водещи', 16 'username' => 'Потребителско име', 17 18 'artist_tracks' => [ 19 'album' => 'Албум', 20 'artist' => 'Автор', 21 'bpm' => 'BPM', 22 'genre' => 'Жанр', 23 'length' => 'Продължителност', 24 'relevance' => 'Уместност', 25 'title' => 'Заглавие', 26 'update' => 'Обновен', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Дата', 31 'relevance' => 'Уместност', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Създадена', 36 'feature_votes' => 'Приоритет по звезди', 37 'new' => 'Последен отговор', 38 ], 39 40 'users' => [ 41 'relevance' => 'Уместност', 42 'username' => 'Име', 43 ], 44];