the browser-facing portion of osu!
at master 44 lines 1.1 kB view raw
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 '_' => 'Sortir', 8 9 'all' => 'Semua', 10 'friends' => 'Teman', 11 'last_visit' => 'Baru-baru ini aktif', 12 'new' => 'Komentar Terbaru', 13 'old' => 'Komentar Terlama', 14 'rank' => 'Peringkat', 15 'top' => 'Komentar Terbaik', 16 'username' => 'Nama Pengguna', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artis', 21 'bpm' => 'BPM', 22 'genre' => 'Aliran', 23 'length' => 'Durasi', 24 'relevance' => 'Relevansi', 25 'title' => 'Judul', 26 'update' => 'Tanggal Pembaruan', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Waktu posting', 31 'relevance' => 'Relevansi', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Dibuat', 36 'feature_votes' => 'Prioritas', 37 'new' => 'Balasan Terakhir', 38 ], 39 40 'users' => [ 41 'relevance' => 'Relevansi', 42 'username' => 'Nama', 43 ], 44];