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