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