Update pt.toml

Add translation to the readingTime and wordCount fields.
This commit is contained in:
Pedro Lima 2022-03-07 15:23:58 +00:00 committed by GitHub
parent 0e73c5b18c
commit 27ae9af4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,13 @@ 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"