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 'index' => [
8 'description' => '',
9 'empty' => 'Akan datang!',
10 'nav_title' => 'senarai-senarai',
11 'title' => '',
12
13 'blurb' => [
14 'important' => '',
15 'install_instruction' => '',
16 ],
17 ],
18
19 'show' => [
20 'download' => 'Muat turun',
21 'item' => [
22 'cleared' => '',
23 'not_cleared' => '',
24 ],
25 'no_diff_reduction' => [
26 '_' => '',
27 'link' => '',
28 ],
29 ],
30
31 'mode' => [
32 'artist' => 'Artis/Album',
33 'chart' => '',
34 'featured' => 'Artis Terpilih',
35 'loved' => 'Projek Dicinta',
36 'standard' => 'Biasa',
37 'theme' => 'Tema',
38 'tournament' => 'Kejohanan',
39 ],
40
41 'require_login' => [
42 '_' => '',
43 'link_text' => '',
44 ],
45];