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' => 'Paket beatmap yang tersusun atas satu tema tertentu.',
9 'empty' => 'Segera hadir!',
10 'nav_title' => 'daftar',
11 'title' => 'Paket Beatmap',
12
13 'blurb' => [
14 'important' => 'BACA INI SEBELUM MENGUNDUH',
15 'install_instruction' => 'Petunjuk Pemasangan: Setelah paket beatmap selesai diunduh, ekstrak berkas paket yang kamu peroleh ke dalam folder Songs yang terdapat pada direktori osu! milikmu.',
16 ],
17 ],
18
19 'show' => [
20 'download' => 'Unduh',
21 'item' => [
22 'cleared' => 'telah dituntaskan',
23 'not_cleared' => 'belum dituntaskan',
24 ],
25 'no_diff_reduction' => [
26 '_' => ':link tidak dapat digunakan untuk menuntaskan paket ini.',
27 'link' => 'Mod pengurang kesulitan',
28 ],
29 ],
30
31 'mode' => [
32 'artist' => 'Artis/Album',
33 'chart' => 'Spotlights',
34 'featured' => 'Featured Artist',
35 'loved' => 'Project Loved',
36 'standard' => 'Standar',
37 'theme' => 'Tematik',
38 'tournament' => 'Turnamen',
39 ],
40
41 'require_login' => [
42 '_' => 'Kamu harus :link untuk mengunduh',
43 'link_text' => 'masuk',
44 ],
45];