mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Improve Portuguese translation
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".
This commit is contained in:
parent
0e73c5b18c
commit
358730f49d
10
i18n/pt.toml
10
i18n/pt.toml
@ -2,7 +2,7 @@
|
||||
other = "Mais"
|
||||
|
||||
[allTitle]
|
||||
other = "Todo o {{.Title }}"
|
||||
other = "Ver mais {{.Title }}"
|
||||
|
||||
[recentTitle]
|
||||
other = "{{.Title }} Recentes"
|
||||
@ -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"
|
Loading…
x
Reference in New Issue
Block a user