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 'bold' => 'Tebal',
8 'heading' => 'Header',
9 'help' => 'Tolong',
10 'image' => 'Tolong',
11 'imagemap' => 'Peta Imej',
12 'italic' => 'Condong',
13 'link' => 'Pautan',
14 'list' => 'Senarai',
15 'list_numbered' => 'Senarai bernombor',
16 'size' => [
17 '_' => 'Saiz Fon',
18 'tiny' => 'Sangat kecil',
19 'small' => 'Kecil',
20 'normal' => 'Biasa',
21 'large' => 'Besar',
22 ],
23 'spoilerbox' => 'Kotak "Spoiler"',
24 'strikethrough' => 'Pangkah',
25];