Pedro Lima 27ae9af4ac
Update pt.toml
Add translation to the readingTime and wordCount fields.
2022-03-07 15:23:58 +00:00

47 lines
745 B
TOML

[more]
other = "Mais"
[allTitle]
other = "Todo o {{.Title }}"
[recentTitle]
other = "{{.Title }} Recentes"
[readMore]
other = "Leia mais"
[whatsInThis]
other = "O que há neste {{ .Type }}"
[related]
other = "Relacionado"
[yourName]
other = "O teu nome"
[emailAddress]
other = "Endereço de e-mail"
[message]
other = "Mensagem"
[emailRequiredNote]
other = "É necessário um endereço de e-mail."
[send]
other = "Enviar"
[taxonomyPageList]
other = "Abaixo você encontrará as páginas que utilizam o termo de taxonomia “{{ .Title }}”"
[readingTime]
one = "Um minuto de leitura"
other = "{{ .Count }} minutos de leitura"
[wordCount]
one = "Uma palavra"
other = "{{ .Count }} palavras"
[pageTitle]
other = "{{ .Name }} página"