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