the browser-facing portion of osu!
at master 25 lines 682 B view raw
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];