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