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:
Pedro Lima 2022-03-09 11:45:40 +00:00 committed by GitHub
parent 0e73c5b18c
commit 358730f49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
other = "Mais" other = "Mais"
[allTitle] [allTitle]
other = "Todo o {{.Title }}" other = "Ver mais {{.Title }}"
[recentTitle] [recentTitle]
other = "{{.Title }} Recentes" other = "{{.Title }} Recentes"
@ -34,5 +34,13 @@ other = "Enviar"
[taxonomyPageList] [taxonomyPageList]
other = "Abaixo você encontrará as páginas que utilizam o termo de taxonomia “{{ .Title }}”" 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] [pageTitle]
other = "{{ .Name }} página" other = "{{ .Name }} página"