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];