diff --git a/i18n/pt.toml b/i18n/pt.toml index 024cd42..48be99b 100644 --- a/i18n/pt.toml +++ b/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" \ No newline at end of file +other = "{{ .Name }} página"