mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
It doesn't make sense to use "Todo o", we get "Todo o Publicações", "Todo o Notícias" ou "Todo o Posts". "Ver mais" (See more) makes more sense, since it can be correctly used for whatever we call our posts in Portuguese. "Ver mais Publicações", "Ver mais Notícias" ou "Ver mais Posts".
47 lines
747 B
TOML
47 lines
747 B
TOML
[more]
|
|
other = "Mais"
|
|
|
|
[allTitle]
|
|
other = "Ver mais {{.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"
|