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