* 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
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
toggleMenu = "Alternar Menu"
|
|
darkMode = "Modo Escuro"
|
|
|
|
[list]
|
|
section = "Seção"
|
|
|
|
[list.page]
|
|
one = "{{ .Count }} página"
|
|
other = "{{ .Count }} páginas"
|
|
|
|
[list.subsection]
|
|
one = "Subseção"
|
|
other = "Subseções"
|
|
|
|
[article]
|
|
back = "Voltar"
|
|
tableOfContents = "Índice"
|
|
relatedContent = "Conteúdo relacionado"
|
|
lastUpdatedOn = "Última atualização em"
|
|
|
|
[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 = "Busca"
|
|
placeholder = "Digite algo..."
|
|
resultTitle = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
|
|
|
[footer]
|
|
builtWith = "Criado com {{ .Generator }}"
|
|
designedBy = "Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}"
|