Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt-br.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5c5c99550ea23363130f11260c97fa3f23a1f35 (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
61
[categories]
one = "categoria"
other = "categorias"

[tags]
one = "etiqueta"
other = "etiquetas"

[series]
one = "séries"
other = "séries"

[authors]
one = "autor"
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>."

[licensed_under]
other = "Licensed under"

[powered_by]
other = "Promovido por"

[see_also]
other = "Veja também em"

[note]
other = "nota"

[tip]
other = "dica"

[example]
other = "exemplo"

[question]
other = "pergunta"

[info]
other = "info"

[warning]
other = "aviso"

[error]
other = "erro"