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];