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 '_' => 'Rūšiuoti pagal',
8
9 'all' => 'Visi',
10 'friends' => 'Draugai',
11 'last_visit' => 'Neseniai aktyvus',
12 'new' => 'Naujausi',
13 'old' => 'Seni',
14 'rank' => 'Reitingas',
15 'top' => 'Geriausi',
16 'username' => 'Vartotojo vardas',
17
18 'artist_tracks' => [
19 'album' => 'Albumas',
20 'artist' => 'Atlikėjas',
21 'bpm' => 'BPM',
22 'genre' => 'Žanras',
23 'length' => 'Trukmė',
24 'relevance' => 'Aktualumas',
25 'title' => 'Pavadinimas',
26 'update' => 'Atnaujinti',
27 ],
28
29 'forum_posts' => [
30 'created' => 'Publikavimo laikas',
31 'relevance' => 'Aktualumas',
32 ],
33
34 'forum_topics' => [
35 'created' => 'Sukurta',
36 'feature_votes' => 'Žvaigždžių pirmenybė',
37 'new' => 'Paskutinis atsakymas',
38 ],
39
40 'users' => [
41 'relevance' => 'Aktualumas',
42 'username' => 'Pavadinimas',
43 ],
44];