Hugo-theme-stack/i18n/pt-BR.toml
Daniel Pessoa bfeddf3217
feat(i18n): Coverage improvements (#59)
* Replace hardcoded text with i18n

* Add categoriesTitle text

* Add categoriesTitle text

* Add new strings available

Co-authored-by: Daniel Pessoa <cobalto@users.noreply.github.com>
2020-12-11 16:11:47 +01:00

41 lines
751 B
TOML

[toggleMenu]
other = "Alternar Menu"
[relatedContents]
other = "Conteúdos Relacionados"
[lastUpdatedOn]
other ="Última atualização em"
[widgetArchivesTitle]
other = "Arquivos"
[widgetArchivesMore]
other = "Mais"
[widgetTagCloudTitle]
other = "Tags"
[categoriesTitle]
other = "Categorias"
[notFoundTitle]
other = "Não Encontrado"
[notFoundSubtitle]
other = "Esta página não existe."
[searchTitle]
other = "Busca"
[searchPlaceholder]
other = "Digite algo..."
[searchResultTitle]
other = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
[footerBuiltWith]
other = "Criado com {{ .Generator }}"
[footerDesignedBy]
other = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"