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