mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
47b7c969f1
Add a lightweight disclaimer notice at the beginning of articles to indicate content origin (AI-generated, repost, original, custom). - Add params.disclaimer config with enable, type, content options - Support 4 types: ai, repost, original, custom - Add custom SVG icons for ai/repost/original types - Add i18n translations for 20 languages - Add shimmer animation effect with RTL and reduce-motion support
272 lines
7.2 KiB
TOML
272 lines
7.2 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/docs/getting-started/configuration/params/"
|
|
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 ===
|
|
|
|
# === Base Layout ===
|
|
[baseof]
|
|
backToTop = "Voltar ao topo"
|
|
viewComments = "Ver comentários"
|
|
noscript = "Este site funciona melhor com o JavaScript ativado."
|
|
# === Base Layout ===
|
|
|
|
# === 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 ===
|
|
|
|
# === Header ===
|
|
[header]
|
|
selectLanguage = "Selecione o idioma"
|
|
noTranslations = "Sem traduções"
|
|
switchTheme = "Trocar tema"
|
|
# === Header ===
|
|
|
|
# === Footer ===
|
|
[footer]
|
|
poweredBySome = "Criado com {{ .Hugo }} | Tema - {{ .Theme }}"
|
|
siteUV = "Total de visitantes"
|
|
sitePV = "Total de visitas"
|
|
siteRunning = "Site no ar..."
|
|
# === Footer ===
|
|
|
|
# === Comment ===
|
|
[comment]
|
|
valinePlaceholder = "O seu comentário..."
|
|
# === Comment ===
|
|
|
|
# === Assets ===
|
|
[assets]
|
|
search = "Pesquisa"
|
|
searchPlaceholder = "Pesquisar títulos ou conteúdos..."
|
|
searchIn = "Pesquisar em {{ . }}"
|
|
searchBy = "Pesquisar por"
|
|
gotoResultsPage = "Ir para a página de resultados da pesquisa..."
|
|
clear = "Limpar"
|
|
cancel = "Cancelar"
|
|
navigate = "Navegar"
|
|
select = "Selecionar"
|
|
close = "Fechar"
|
|
refresh = "Atualizar"
|
|
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"
|
|
# === Assets ===
|
|
|
|
# === Share ===
|
|
[shareOn]
|
|
other = "Compartilhar em"
|
|
# === Share ===
|
|
|
|
# === Single Post ===
|
|
[single]
|
|
contents = "Conteúdos"
|
|
disclaimer = "Aviso: "
|
|
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"
|
|
encryptionWarning = "Criptografia de conteúdo detectada, mas ainda estão em texto plano!"
|
|
|
|
[single.disclaimerMessage]
|
|
ai = "Este artigo foi gerado por IA. Por favor, verifique as informações de forma independente."
|
|
repost = "Este artigo é um repost. Por favor, visite a fonte original para mais informações."
|
|
original = "Este é o conteúdo original do autor."
|
|
encryptionCommand = "Execute `npx @hugo-fixit/encrypt` após a compilação para realmente criptografá-los."
|
|
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"
|
|
# === Single Post ===
|
|
|
|
# === Error Pages ===
|
|
[pageNotFound]
|
|
other = "Página não encontrada"
|
|
|
|
[pageNotFoundText]
|
|
other = "A página que você procura não existe. Desculpe."
|
|
# === Error Pages ===
|
|
|
|
# === Offline ===
|
|
[offlineTitle]
|
|
other = "Offline"
|
|
|
|
[offlineText]
|
|
other = "Você não está conectado à Internet, apenas as páginas em cache estarão disponíveis."
|
|
# === Offline ===
|
|
|
|
# === Service Worker ===
|
|
[serviceWorker]
|
|
updateTitle = "Atualização disponível"
|
|
updateText = "Uma nova versão deste site está disponível."
|
|
# === Service Worker ===
|
|
|
|
# === 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 ===
|
|
|
|
# === Alert ===
|
|
[alert]
|
|
note = "Nota"
|
|
tip = "Sugestão"
|
|
important = "Importante"
|
|
warning = "Aviso"
|
|
caution = "Cuidado"
|
|
# === Alert ===
|
|
|
|
# === Task List ===
|
|
[taskList]
|
|
x = "Verificado"
|
|
" " = "Não verificado"
|
|
"/" = "Em progresso"
|
|
"-" = "Cancelado"
|
|
"<" = "Agendado"
|
|
">" = "Reagendado"
|
|
"!" = "Importante"
|
|
"!x" = "Importante Verificado"
|
|
"?" = "Dúvida"
|
|
# === Task List ===
|
|
|
|
# === Admonition ===
|
|
[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"
|
|
# === Admonition ===
|
|
|
|
# === Version ===
|
|
[version]
|
|
new = "NOVO"
|
|
changed = "ALTERADO"
|
|
deleted = "EXCLUÍDO"
|
|
deprecated = "OBSOLETO"
|
|
# === Version ===
|
|
|
|
# === Diagram ===
|
|
[diagram]
|
|
zoomIn = "Ampliar"
|
|
zoomOut = "Reduzir"
|
|
reset = "Redefinir"
|
|
download = "Baixar SVG"
|
|
# === Diagram ===
|
|
|
|
# === Tabs ===
|
|
[tabs]
|
|
diagram = "Diagrama"
|
|
code = "Código"
|
|
# === Tabs ===
|