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' => 'Tučně',
8 'heading' => 'Nadpis',
9 'help' => 'Nápověda',
10 'image' => 'Obrázek',
11 'imagemap' => 'Image Map',
12 'italic' => 'Kurzíva',
13 'link' => 'Odkaz',
14 'list' => 'Seznam',
15 'list_numbered' => 'Číslovaný seznam',
16 'size' => [
17 '_' => 'Velikost písma',
18 'tiny' => 'Drobné',
19 'small' => 'Malé',
20 'normal' => 'Normální',
21 'large' => 'Velké',
22 ],
23 'spoilerbox' => 'Box se spoilery',
24 'strikethrough' => 'Přeškrtnutí',
25];