mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
e68d10d7d9
* perf(mermaid): optimize rendering by deferring non-critical tasks and enhancing viewport observation * feat(mermaid): add panzoom and download svg actions for mermaid * feat(mermaid): enhance diagram controls and add fullscreen action for code tabs * feat(i18n): update translation keys for diagram and tab actions in multiple languages * fix(mermaid): move mermaid-neutral inside diagram-container in wrapper mode Agent-Logs-Url: https://github.com/hugo-fixit/FixIt/sessions/e79e837e-be0b-445c-8bd3-8c03cdce2651 Co-authored-by: Lruihao <33419593+Lruihao@users.noreply.github.com> * fix(mermaid): update download filename for SVG export in diagram controls * refactor(mermaid): refactor rendering logic and enhance task queue for improved performance --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
255 lines
6.8 KiB
TOML
255 lines
6.8 KiB
TOML
# Translations for Brazilian Portuguese
|
|
# Tradução para português do Brasil
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# === init ===
|
|
[init]
|
|
hugoVersionError = "A versão do Hugo é muito baixa.\n\nA versão atual do Hugo é {{ .Current }}, a versão mínima suportada pelo FixIt é {{ .Minimal }}.\n\nSe você está executando o Hugo em seu computador, consulte https://gohugo.io/getting-started/installing/#upgrade-hugo para obter um guia de atualização.\n\nSe você está implantando em uma plataforma de terceiros, configure a versão do Hugo adequadamente."
|
|
hugoExtendedWarn = "A versão Hugo Extended é necessária para o suporte a SCSS."
|
|
configurationError = "Erro de configuração\nVocê ainda não configurou o parâmetro da versão do FixIt corretamente. Consulte https://fixit.lruihao.cn/documentation/basics/#theme-configuration"
|
|
compatibilityError = "Erro de compatibilidade ({{ .From }} -> {{ .To }}):\nVocê tem uma atualização incompatível. Consulte https://github.com/hugo-fixit/FixIt/releases"
|
|
devVersionWarn = "Você está usando a versão de desenvolvedor do FixIt. Por favor, use uma versão estável. \nConsulte https://github.com/hugo-fixit/FixIt/releases"
|
|
devEnvWarn = "O ambiente atual é \"development\". O \"comment system\", \"PWA\", \"CDN\", \"fingerprint\" e \"analytics\" serão desativados."
|
|
quicklyUpgrade = "Utilize o comando para atualizar rapidamente:"
|
|
# === init ===
|
|
|
|
# === baseof ===
|
|
[baseof]
|
|
backToTop = "Voltar ao topo"
|
|
viewComments = "Ver comentários"
|
|
noscript = "Este site funciona melhor com o JavaScript ativado."
|
|
# === baseof ===
|
|
|
|
# === Taxonomy ===
|
|
[archives]
|
|
other = "Arquivos"
|
|
|
|
[allSome]
|
|
other = "{{ .Some }}"
|
|
|
|
[category]
|
|
other = "Categoria"
|
|
|
|
[categories]
|
|
other = "Categorias"
|
|
|
|
[collection]
|
|
other = "Coleção"
|
|
|
|
[collections]
|
|
other = "Coleções"
|
|
|
|
[tag]
|
|
other = "Tag"
|
|
|
|
[tags]
|
|
other = "Tags"
|
|
|
|
[posts]
|
|
other = "Posts"
|
|
|
|
# === Taxonomy ===
|
|
|
|
# === Section ===
|
|
[section]
|
|
recentlyUpdated = "Recentemente atualizado"
|
|
|
|
[section.totalWordCount]
|
|
one = "Apenas uma palavra"
|
|
other = "Total de {{ .Count }} palavras"
|
|
|
|
[section.archiveCounter]
|
|
one = "Apenas um artigo"
|
|
other = "{{ .Count }} artigos no total"
|
|
# === Section ===
|
|
|
|
# === Pagination ===
|
|
[pagination]
|
|
more = "Mais"
|
|
# === Pagination ===
|
|
|
|
# === partials/header.html ===
|
|
[header]
|
|
selectLanguage = "Selecione o idioma"
|
|
noMoretTranslations = "Não há mais traduções"
|
|
switchTheme = "Trocar tema"
|
|
# === partials/header.html ===
|
|
|
|
# === partials/footer.html ===
|
|
[footer]
|
|
poweredBySome = "Criado com {{ .Hugo }} | Tema - {{ .Theme }}"
|
|
siteUV = "Total de visitantes"
|
|
sitePV = "Total de visitas"
|
|
siteRunning = "Site no ar..."
|
|
# === partials/footer.html ===
|
|
|
|
# === partials/comment.html ===
|
|
[comment]
|
|
valineLang = "en" # Valine não suporta português
|
|
valinePlaceholder = "O seu comentário..."
|
|
facebookLanguageCode = "pt_BR"
|
|
# === partials/comment.html ===
|
|
|
|
# === partials/assets.html ===
|
|
[assets]
|
|
search = "Pesquisa"
|
|
searchPlaceholder = "Pesquisar títulos ou conteúdos..."
|
|
searchIn = "Pesquisar em {{ . }}"
|
|
gotoResultsPage = "Ir para a página de resultados da pesquisa..."
|
|
clear = "Limpar"
|
|
cancel = "Cancelar"
|
|
noResultsFound = "Nenhum resultado encontrado"
|
|
copyToClipboard = "Copiar para a área de transferência"
|
|
copyText = "Copiar"
|
|
copiedText = "Copiado"
|
|
toggleLineNumbers = "Alternar números de linha"
|
|
toggleLineWrap = "Alternar quebra de linha"
|
|
toggleCodeEditable = "Alternar bloco de código editável"
|
|
downloadCode = "Baixar código"
|
|
expandCode = "Expandir ou recolher bloco de código"
|
|
fullscreen = "Tela cheia"
|
|
exitFullscreen = "Sair da tela cheia"
|
|
cookieconsentMessage = "Este site usa Cookies para melhorar sua experiência."
|
|
cookieconsentDismiss = "Aceitar"
|
|
cookieconsentLink = "Saber mais"
|
|
# === partials/assets.html ===
|
|
|
|
# === partials/plugin/share.html ===
|
|
[shareOn]
|
|
other = "Compartilhar em"
|
|
# === partials/plugin/share.html ===
|
|
|
|
# === posts/single.html ===
|
|
[single]
|
|
contents = "Conteúdos"
|
|
pin = "Fixar no topo"
|
|
repost = "Repostar"
|
|
publishedOnDate = "publicado em {{ .Date }}"
|
|
views = "visualizações"
|
|
comments = "comentários"
|
|
author = "Autor"
|
|
updatedOnDate = "Atualizado em {{ .Date }}"
|
|
readMarkdown = "Leia em Markdown"
|
|
viewSource = "Ver a fonte"
|
|
editThisPage = "Editar esta página"
|
|
reportIssue = "Reportar problema"
|
|
openInEditor = "Abrir no editor"
|
|
back = "Voltar"
|
|
home = "Home"
|
|
readMore = "Leia mais"
|
|
expirationReminder = "Este artigo foi atualizado pela última vez em {{ .Date }}, o conteúdo pode estar desatualizado."
|
|
encryptedAbstract = "Este artigo foi encriptado, então seu contéudo bruto é invisível!"
|
|
encryptedMessage = "Por favor, insira a senha"
|
|
password = "Senha"
|
|
enterBtn = "Entrar"
|
|
encryptyAgain = "Encripte novamente"
|
|
relatedContent = "Conteúdo relacionado"
|
|
|
|
[single.includedIn]
|
|
categories = "incluído em {{ .Categories }}"
|
|
collections = "incluído em {{ .Collections }}"
|
|
both = "incluído em {{ .Categories }} e {{ .Collections }}"
|
|
|
|
[single.wordCount]
|
|
one = "Uma palavra"
|
|
other = "{{ .Count }} palavras"
|
|
|
|
[single.fuzzyWordCount]
|
|
other = "Cerca de {{ .Count }} palavras"
|
|
|
|
[single.readingTime]
|
|
one = "Um minuto"
|
|
other = "{{ .Count }} minutos"
|
|
|
|
[single.reward]
|
|
donate = "Doe"
|
|
wechatpay = "Pague pelo WeChat"
|
|
alipay = "Alipay"
|
|
paypal = "PayPal"
|
|
bitcoin = "Bitcoin"
|
|
# === posts/single.html ===
|
|
|
|
# === 404.html ===
|
|
[pageNotFound]
|
|
other = "Página não encontrada"
|
|
|
|
[pageNotFoundText]
|
|
other = "A página que você procura não existe. Desculpe."
|
|
# === 404.html ===
|
|
|
|
# === offline ===
|
|
[offlineTitle]
|
|
other = "Offline"
|
|
|
|
[offlineText]
|
|
other = "Você não está conectado à Internet, apenas as páginas em cache estarão disponíveis."
|
|
# === offline ===
|
|
|
|
# === link redirection ===
|
|
[linkRedirection]
|
|
title = "Aviso de redirecionamento"
|
|
message = "Você está prestes a sair de {{ .Title }}. Fique atento à segurança da sua conta e dos seus bens."
|
|
confirm = "Continuar visitando"
|
|
# === link redirection ===
|
|
|
|
# === GitHub Alert ===
|
|
[alert]
|
|
note = "Nota"
|
|
tip = "Sugestão"
|
|
important = "Importante"
|
|
warning = "Aviso"
|
|
caution = "Cuidado"
|
|
# === GitHub Alert ===
|
|
|
|
# === Task lists ===
|
|
[taskList]
|
|
x = "Verificado"
|
|
" " = "Não verificado"
|
|
"/" = "Em progresso"
|
|
"-" = "Cancelado"
|
|
"<" = "Agendado"
|
|
">" = "Reagendado"
|
|
"!" = "Importante"
|
|
"!x" = "Importante Verificado"
|
|
"?" = "Dúvida"
|
|
# === Task lists ===
|
|
|
|
# === shortcodes/admonition.html ===
|
|
[admonition]
|
|
note = "Nota"
|
|
abstract = "Resumo"
|
|
info = "Info"
|
|
todo = "A fazer"
|
|
tip = "Dica"
|
|
success = "Sucesso"
|
|
question = "Dúvida"
|
|
warning = "Aviso"
|
|
failure = "Falha"
|
|
danger = "Perigo"
|
|
bug = "Bug"
|
|
example = "Exemplo"
|
|
quote = "Citação"
|
|
# === shortcodes/admonition.html ===
|
|
|
|
# === shortcodes/version.html ===
|
|
[version]
|
|
new = "NOVO"
|
|
changed = "ALTERADO"
|
|
deleted = "EXCLUÍDO"
|
|
deprecated = "OBSOLETO"
|
|
# === shortcodes/version.html ===
|
|
|
|
# === diagram actions ===
|
|
[diagram]
|
|
zoomIn = "Ampliar"
|
|
zoomOut = "Reduzir"
|
|
reset = "Redefinir"
|
|
download = "Baixar SVG"
|
|
# === diagram actions ===
|
|
|
|
# === tabs related ===
|
|
[tabs]
|
|
diagram = "Diagrama"
|
|
code = "Código"
|
|
# === tabs related ===
|