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' => 'Negreta',
8 'heading' => 'Capçalera',
9 'help' => 'Ajuda',
10 'image' => 'Imatge',
11 'imagemap' => 'Mapa d\'imatge',
12 'italic' => 'Cursiva',
13 'link' => 'Enllaç',
14 'list' => 'Llista',
15 'list_numbered' => 'Llista ordenada',
16 'size' => [
17 '_' => 'Mida de la lletra',
18 'tiny' => 'Molt petita',
19 'small' => 'Petita',
20 'normal' => 'Normal',
21 'large' => 'Gran',
22 ],
23 'spoilerbox' => 'Caixa Spoiler',
24 'strikethrough' => 'Barrat',
25];