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

pt.toml « i18n - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29b554783a6a07bd7d1906d304450ae81776bf1d (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
[blogAlias]
other = "'s blog"

[home]
other = "Página inicial"

[backToHome]
other = "Voltar para a página inicial"

[flip]
other = "Girar!"

[archives]
other = "Arquivos"

[allTags]
other = "Todas as tags"

[tag]
one = "1 tag"
other = "{{ .Count }} tags"

[allCategories]
other = "Todas as categorias"

[category]
one = "1 categoria"
other = "{{ .Count }} categorias"

[article]
one = "1 artigo"
other = "{{ .Count }} artigos"

[socialLinks]
other = "Links de redes sociais"

[minuteRead]
one = " minuto de leitura"
other = " minutos de leitura"

[updateAt]
other = "Atualizado"

[noTag]
other = "Sem tags"

[prevPage]
other = "Página anterior"

[nextPage]
other = "Próxima página"

[saveAsImage]
other = "Salvar como imagem"

[search]
other = "Pesquisar"