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 '_' => 'Zoradiť podľa',
8
9 'all' => '',
10 'friends' => '',
11 'last_visit' => 'Nedávno aktívne',
12 'new' => 'Nedávne',
13 'old' => 'Staré',
14 'rank' => 'Poradie',
15 'top' => 'Najlepšie',
16 'username' => 'Meno Uživateľa',
17
18 'artist_tracks' => [
19 'album' => '',
20 'artist' => '',
21 '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' => 'Vytvorené',
36 'feature_votes' => '',
37 'new' => 'Posledná odpoveď',
38 ],
39
40 'users' => [
41 'relevance' => '',
42 'username' => '',
43 ],
44];