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' => 'Cetak Tebal',
8 'heading' => 'Tajuk',
9 'help' => 'Bantuan',
10 'image' => 'Gambar',
11 'imagemap' => 'Peta Gambar',
12 'italic' => 'Cetak Miring',
13 'link' => 'Tautan',
14 'list' => 'Daftar',
15 'list_numbered' => 'Daftar Angka Berurut',
16 'size' => [
17 '_' => 'Ukuran Huruf',
18 'tiny' => 'Mungil',
19 'small' => 'Kecil',
20 'normal' => 'Normal',
21 'large' => 'Besar',
22 ],
23 'spoilerbox' => 'Kotak Spoiler',
24 'strikethrough' => 'Coret',
25];