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 'mode' => [
8 'beatmapset' => 'Beatmap',
9 'forum_post' => 'Forum',
10 'other' => 'Lainnya',
11 'user' => 'Pemain',
12 'wiki_page' => 'Wiki',
13 ],
14
15 'result' => [
16 'empty' => 'Tiada hasil ditemukan',
17 'empty_for' => 'Tiada hasil pencarian :modes ditemukan',
18 'more' => 'Muat Lebih Banyak Hasil Pencarian :mode',
19 'title' => 'Hasil Carian :mode',
20 ],
21];