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