the browser-facing portion of osu!
at master 25 lines 739 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' => 'In đậm', 8 'heading' => 'Tiêu Đề', 9 'help' => 'Trợ giúp', 10 'image' => 'Hình Ảnh', 11 'imagemap' => 'Bản đồ hình ảnh', 12 'italic' => 'Nghiêng', 13 'link' => 'Liên kết', 14 'list' => 'Danh Sách', 15 'list_numbered' => 'Danh Sách Đánh Số', 16 'size' => [ 17 '_' => 'Cỡ chữ', 18 'tiny' => 'Rất Nhỏ', 19 'small' => 'Nhỏ', 20 'normal' => 'Vừa', 21 'large' => 'Lớn', 22 ], 23 'spoilerbox' => 'Hộp Spoiler', 24 'strikethrough' => 'Gạch Ngang', 25];