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