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' => '太字',
8 'heading' => 'ヘッダー',
9 'help' => 'ヘルプ',
10 'image' => '画像',
11 'imagemap' => 'イメージマップ',
12 'italic' => '斜体',
13 'link' => 'リンク',
14 'list' => 'リスト',
15 'list_numbered' => '番号付きリスト',
16 'size' => [
17 '_' => 'フォントサイズ',
18 'tiny' => '極小',
19 'small' => '小',
20 'normal' => '中',
21 'large' => '大',
22 ],
23 'spoilerbox' => 'スポイラー',
24 'strikethrough' => '取り消し線',
25];