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' => 'Paryškinti',
8 'heading' => 'Antraštė',
9 'help' => 'Pagalba',
10 'image' => 'Paveikslėlis',
11 'imagemap' => 'Paveikslėlio Planas',
12 'italic' => 'Pasviręs',
13 'link' => 'Nuoroda',
14 'list' => 'Sąrašas',
15 'list_numbered' => 'Numeruotas sąrašas',
16 'size' => [
17 '_' => 'Šrifto dydis',
18 'tiny' => 'Mažytis',
19 'small' => 'Mažas',
20 'normal' => 'Normalus',
21 'large' => 'Didelis',
22 ],
23 'spoilerbox' => 'Spoilerio dėžutė',
24 'strikethrough' => 'Perbraukti',
25];