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