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

pt-br.toml « i18n - github.com/s4n7h0/hugo-theme-timeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25a6f6c2b143b6869491643ceafe64e08fbb8a7b (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
# Translations for Portuguese
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Traduções"

[postAvailable]
other = "Também disponível em"


# 404.html
#
[archives]
other = "Arquivo"

[home]
other = "Início"

[notFound]
other = "Oops, página não encontrada…"


# posts/single.html
#
[readingTime]
one   = "Um minuto"
other = "{{ .Count }} minutos"

[tableOfContents]
other = "Índice"

[wordCount]
one   = "Uma Palavra"
other = "{{ .Count }} Palavras"