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' => 'Negrito',
8 'heading' => 'Cabeçalho',
9 'help' => 'Ajuda',
10 'image' => 'Imagem',
11 'imagemap' => 'Mapa de imagem',
12 'italic' => 'Itálico',
13 'link' => 'Ligação',
14 'list' => 'Lista',
15 'list_numbered' => 'Lista enumerada',
16 'size' => [
17 '_' => 'Tamanho da fonte',
18 'tiny' => 'Minúscula',
19 'small' => 'Pequena',
20 'normal' => 'Normal',
21 'large' => 'Grande',
22 ],
23 'spoilerbox' => 'Caixa do saqueador',
24 'strikethrough' => 'Excluir',
25];