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' => 'Negrita',
8 'heading' => 'Encabezado',
9 'help' => 'Ayuda',
10 'image' => 'Imagen',
11 'imagemap' => 'Mapa de imágenes',
12 'italic' => 'Cursiva',
13 'link' => 'Enlace',
14 'list' => 'Lista',
15 'list_numbered' => 'Lista numerada',
16 'size' => [
17 '_' => 'Tamaño de fuente',
18 'tiny' => 'Diminuto',
19 'small' => 'Pequeño',
20 'normal' => 'Normal',
21 'large' => 'Grande',
22 ],
23 'spoilerbox' => 'Caja de spoiler',
24 'strikethrough' => 'Tachar',
25];