mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
75ee1624bd
* feat(external-link-guard): add native redirect mode and improve external-link guard UX * fix(external-link-guard): remove redirect_url and clarify scope/new_tab_policy docs * i18n(external-link-guard): localize guard texts across non-English locales * feat(config)!: migrate `site.Params.externalIcon` to `site.Params.link.external_icon` * refactor: implement regular and card link rendering * feat(link-guard): implement link redirection page with copy and confirm functionality * revert * feat: implement link guard dialog for external links --------- Co-authored-by: Cell <1024@lruihao.cn>
238 lines
6.7 KiB
TOML
238 lines
6.7 KiB
TOML
# Translations for Spanish
|
|
# Traducciones para español
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# === init ===
|
|
[init]
|
|
hugoVersionError = "Hugo versión es demasiado baja.\n\nLa versión actual de Hugo es {{ .Current }}, la versión mínima compatible para FixIt es {{ .Minimal }}.\n\nSi estás ejecutando Hugo en tu propia computadora, consulta https://gohugo.io/getting-started/installing/#upgrade-hugo para obtener una guía de actualización.\n\nSi estás desplegando en una plataforma de terceros, por favor configura la versión de Hugo en consecuencia."
|
|
hugoExtendedWarn = "La versión extendida de Hugo es necesaria para el soporte de SCSS."
|
|
configurationError = "Error de configuración\nAún no ha configurado correctamente el parámetro de versión de FixIt. Consulte https://fixit.lruihao.cn/documentation/basics/#theme-configuration"
|
|
compatibilityError = "Error de compatibilidad ({{ .From }} -> {{ .To }}):\nTiene una actualización incompatible. Consulte https://github.com/hugo-fixit/FixIt/releases"
|
|
devVersionWarn = "Está utilizando una versión de desarrollo de FixIt. Considere usar una versión estable.\nConsulte https://github.com/hugo-fixit/FixIt/releases"
|
|
devEnvWarn = "El entorno actual es \"desarrollo\". El \"sistema de comentarios\", \"PWA\", \"CDN\", \"huella digital\" y \"análisis\" estarán deshabilitados."
|
|
quicklyUpgrade = "Actualización rápida use el comando: "
|
|
# === init ===
|
|
|
|
# === baseof ===
|
|
[baseof]
|
|
backToTop = "Volver arriba"
|
|
viewComments = "Ver comentarios"
|
|
noscript = "Este sitio web funciona mejor con JavaScript habilitado."
|
|
# === baseof ===
|
|
|
|
# === Taxonomy ===
|
|
[archives]
|
|
other = "Total {{ .Count }} artículos"
|
|
|
|
[allSome]
|
|
other = "Todo {{ .Some }}"
|
|
|
|
[category]
|
|
other = "Categoría"
|
|
|
|
[categories]
|
|
other = "Categorías"
|
|
|
|
[collection]
|
|
other = "Colección"
|
|
|
|
[collections]
|
|
other = "Colecciones"
|
|
|
|
[tag]
|
|
other = "Etiqueta"
|
|
|
|
[tags]
|
|
other = "Etiquetas"
|
|
|
|
[posts]
|
|
other = "Artículos"
|
|
# === Taxonomy ===
|
|
|
|
# === Section ===
|
|
[section]
|
|
recentlyUpdated = "Actualizado recientemente"
|
|
|
|
[section.totalWordCount]
|
|
one = "Una palabra"
|
|
other = "Total {{ .Count }} palabras"
|
|
|
|
[section.archiveCounter]
|
|
one = "Solo un artículo"
|
|
other = "Total {{ .Count }} artículos"
|
|
# === Section ===
|
|
|
|
# === Pagination ===
|
|
[pagination]
|
|
more = "Más"
|
|
# === Pagination ===
|
|
|
|
# === partials/header.html ===
|
|
[header]
|
|
selectLanguage = "Selecciona el lenguage"
|
|
noMoretTranslations = "No hay más traducciones"
|
|
switchTheme = "Cambia el tema"
|
|
# === partials/header.html ===
|
|
|
|
# === partials/footer.html ===
|
|
[footer]
|
|
poweredBySome = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
|
|
siteUV = "Total de visitantes"
|
|
sitePV = "Total de visitas"
|
|
siteRunning = "El sitio se está ejecutando ..."
|
|
# === partials/footer.html ===
|
|
|
|
# === partials/comment.html ===
|
|
[comment]
|
|
valineLang = "en" # Español no soportado por Valine
|
|
valinePlaceholder = "Tu comentario ..."
|
|
facebookLanguageCode = "es_MX"
|
|
# === partials/comment.html ===
|
|
|
|
# === partials/assets.html ===
|
|
[assets]
|
|
search = "Buscar"
|
|
searchPlaceholder = "Busca títulos o contenido..."
|
|
searchIn = "Buscar en {{ . }}"
|
|
gotoResultsPage = "Ir a la página de resultados de búsqueda ..."
|
|
clear = "Limpiar"
|
|
cancel = "Cancelar"
|
|
noResultsFound = "No se encontraron resultados"
|
|
copyToClipboard = "Copiar al portapapeles"
|
|
copyText = "Copiar"
|
|
copiedText = "Copiado"
|
|
toggleLineNumbers = "Alternar números de línea"
|
|
toggleLineWrap = "Alternar ajuste de línea"
|
|
toggleCodeEditable = "Alternar bloque de código editable"
|
|
downloadCode = "Descargar código"
|
|
toggleCodeFullscreen = "Alternar pantalla completa del bloque de código"
|
|
expandCode = "Expandir o contraer bloque de código"
|
|
cookieconsentMessage = "Este sitio web utiliza Cookies para mejorar su experiencia."
|
|
cookieconsentDismiss = "De acuerdo"
|
|
cookieconsentLink = "Aprende más"
|
|
# === partials/assets.html ===
|
|
|
|
# === partials/plugin/share.html ===
|
|
[shareOn]
|
|
other = "Compartir en"
|
|
# === partials/plugin/share.html ===
|
|
|
|
# === posts/single.html ===
|
|
[single]
|
|
contents = "Contenido"
|
|
pin = "Fijar en la parte superior"
|
|
repost = "Repostear"
|
|
publishedOnDate = "publicado el {{ .Date }}"
|
|
views = "vistas"
|
|
comments = "Comentarios"
|
|
author = "Autor"
|
|
updatedOnDate = "Actualizado el {{ .Date }}"
|
|
readMarkdown = "Leer Markdown"
|
|
viewSource = "Ver fuente"
|
|
editThisPage = "Editar esta página"
|
|
reportIssue = "Reportar problema"
|
|
openInEditor = "Abrir en el editor"
|
|
back = "Regresar"
|
|
home = "Inicio"
|
|
readMore = "Leer más"
|
|
expirationReminder = "Este artículo se actualizó por última vez el {{ .Date }}, es posible que el contenido no esté actualizado."
|
|
encryptedAbstract = "Este artículo ha sido encriptado, por lo que su contenido bruto es invisible!"
|
|
encryptedMessage = "Por favor, ingrese la contraseña"
|
|
password = "Contraseña"
|
|
enterBtn = "Entrar"
|
|
encryptyAgain = "Encriptar de nuevo"
|
|
relatedContent = "Contenido relacionado"
|
|
|
|
[single.includedIn]
|
|
categories = "incluido en {{ .Categories }}"
|
|
collections = "incluido en {{ .Collections }}"
|
|
both = "incluido en {{ .Categories }} y {{ .Collections }}"
|
|
|
|
[single.wordCount]
|
|
one = "Una palabra"
|
|
other = "{{ .Count }} palabras"
|
|
|
|
[single.fuzzyWordCount]
|
|
other = "Aproximadamente {{ .Count }} palabras"
|
|
|
|
[single.readingTime]
|
|
one = "Un minuto"
|
|
other = "{{ .Count }} minutos"
|
|
|
|
[single.reward]
|
|
donate = "Donar"
|
|
wechatpay = "WeChat Pay"
|
|
alipay = "Alipay"
|
|
paypal = "PayPal"
|
|
bitcoin = "Bitcoin"
|
|
# === posts/single.html ===
|
|
|
|
# === 404.html ===
|
|
[pageNotFound]
|
|
other = "Página no encontrada"
|
|
|
|
[pageNotFoundText]
|
|
other = "La página que estás buscando no existe. Lo siento."
|
|
# === 404.html ===
|
|
|
|
# === offline ===
|
|
[offlineTitle]
|
|
other = "desconectado"
|
|
|
|
[offlineText]
|
|
other = "No está conectado a Internet, solo estarán disponibles las páginas almacenadas en caché."
|
|
# === offline ===
|
|
|
|
# === link redirection ===
|
|
[linkRedirection]
|
|
title = "Aviso de redirección"
|
|
message = "Está a punto de salir de {{ .Title }}. Proteja la seguridad de su cuenta y sus bienes."
|
|
confirm = "Continuar visitando"
|
|
# === link redirection ===
|
|
|
|
# === GitHub Alert ===
|
|
[alert]
|
|
note = "Nota"
|
|
tip = "Consejo"
|
|
important = "Importante"
|
|
warning = "Advertencia"
|
|
caution = "Precaución"
|
|
# === GitHub Alert ===
|
|
|
|
# === Task lists ===
|
|
[taskList]
|
|
x = "Verificado"
|
|
" " = "No verificado"
|
|
"/" = "En progreso"
|
|
"-" = "Cancelado"
|
|
"<" = "Programado"
|
|
">" = "Reprogramado"
|
|
"!" = "Importante"
|
|
"?" = "Pregunta"
|
|
# === Task lists ===
|
|
|
|
# === shortcodes/admonition.html ===
|
|
[admonition]
|
|
note = "Nota"
|
|
abstract = "Resumen"
|
|
info = "Información"
|
|
todo = "Por hacer"
|
|
tip = "Consejo"
|
|
success = "Éxito"
|
|
question = "Pregunta"
|
|
warning = "Advertencia"
|
|
failure = "Fallo"
|
|
danger = "Peligro"
|
|
bug = "Error"
|
|
example = "Ejemplo"
|
|
quote = "Cita"
|
|
# === shortcodes/admonition.html ===
|
|
|
|
# === shortcodes/version.html ===
|
|
[version]
|
|
new = "NUEVO"
|
|
changed = "MODIFICADO"
|
|
deleted = "ELIMINADO"
|
|
deprecated = "OBSOLETO"
|
|
# === shortcodes/version.html ===
|