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 '_' => 'Sıralama ölçütü',
8
9 'all' => 'Tümü',
10 'friends' => 'Arkadaşlar',
11 'last_visit' => 'Son zamanlarda aktif',
12 'new' => 'En son',
13 'old' => 'En eski',
14 'rank' => 'Sıralama',
15 'top' => 'En çok oy',
16 'username' => 'Kullanıcı adı',
17
18 'artist_tracks' => [
19 'album' => 'Albüm',
20 'artist' => 'Sanatçı',
21 'bpm' => 'BPM',
22 'genre' => 'Tür',
23 'length' => 'Uzunluk',
24 'relevance' => 'Alaka Düzeyi',
25 'title' => 'Başlık',
26 'update' => 'Güncelle',
27 ],
28
29 'forum_posts' => [
30 'created' => 'Gönderi tarihi',
31 'relevance' => 'Alaka',
32 ],
33
34 'forum_topics' => [
35 'created' => 'Yaratılışa Göre',
36 'feature_votes' => 'Yıldız önceliği',
37 'new' => 'Son yanıt',
38 ],
39
40 'users' => [
41 'relevance' => 'Alaka düzeyi',
42 'username' => 'İsim',
43 ],
44];