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' => 'Kalın',
8 'heading' => 'Başlık',
9 'help' => 'Yardım',
10 'image' => 'Görüntü',
11 'imagemap' => 'Görüntü Haritası',
12 'italic' => 'İtalik',
13 'link' => 'Bağlantı',
14 'list' => 'Liste',
15 'list_numbered' => 'Numaralı Liste',
16 'size' => [
17 '_' => 'Yazı Tipi Boyutu',
18 'tiny' => 'Ufak',
19 'small' => 'Küçük',
20 'normal' => 'Normal',
21 'large' => 'Büyük',
22 ],
23 'spoilerbox' => 'Spoiler Kutusu',
24 'strikethrough' => 'Üstü Çizili',
25];