Files
hugo-theme-stack/i18n/pt-pt.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.2 KiB
TOML

toggleMenu = "Alternar Menu"
darkMode = "Modo Escuro"
[list]
section = "Secção"
[list.page]
one = "{{ .Count }} página"
other = "{{ .Count }} páginas"
[list.subsection]
one = "Subsecção"
other = "Subsecções"
[article]
back = "Voltar"
tableOfContents = "Índice"
relatedContent = "Conteúdo relacionado"
lastUpdatedOn = "Última atualização a"
[article.readingTime]
one = "{{ .Count }} minuto de leitura"
other = "{{ .Count }} minutos de leitura"
[article.alert]
note = "Nota"
tip = "Dica"
important = "Importante"
warning = "Aviso"
caution = "Cuidado"
[notFound]
title = "Não Encontrado"
subtitle = "Esta página não existe."
[widget]
[widget.archives]
title = "Arquivos"
more = "Mais"
[widget.tagCloud]
title = "Tags"
[widget.categoriesCloud]
title = "Categorias"
[search]
title = "Pesquisa"
placeholder = "Escreva algo..."
resultTitle = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
[footer]
builtWith = "Criado com {{ .Generator }}"
designedBy = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"