themes/hugo-coder/i18n/pt-br.toml

728a456cf7a5c0858c15de1d69851753ee640106 · 743 B · 60 lines raw

1 [category]
2 other = "categoria"
3
4 [categories]
5 other = "categorias"
6
7 [tag]
8 other = "etiqueta"
9
10 [tags]
11 other = "etiquetas"
12
13 [series]
14 other = "séries"
15
16 [autor]
17 other = "autor"
18
19 [authors]
20 other = "autores"
21
22 [posts]
23 other = "artigos"
24
25 [reading_time]
26 one = "Um minuto de leitura"
27 other = "{{ .Count }} minutos de leitura"
28
29 [page_not_found]
30 other = "Página Não Encontrada"
31
32 [page_does_not_exist]
33 other = "Desculpe, essa página não existe."
34
35 [head_back]
36 other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
37
38 [powered_by]
39 other = "Promovido por"
40
41 [note]
42 other = "nota"
43
44 [tip]
45 other = "dica"
46
47 [example]
48 other = "exemplo"
49
50 [question]
51 other = "pergunta"
52
53 [info]
54 other = "info"
55
56 [warning]
57 other = "aviso"
58
59 [error]
60 other = "erro"