mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-12 18:06:17 +01:00
202 lines
3 KiB
TOML
202 lines
3 KiB
TOML
# Translations for Spanish
|
|
# Traducciones para español
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# === baseof ==
|
|
[backToTop]
|
|
other = "Volver arriba"
|
|
|
|
[viewComments]
|
|
other = "Ver comentarios"
|
|
# === baseof ==
|
|
|
|
# === Post ===
|
|
[posts]
|
|
other = "Artículos"
|
|
# === Post ===
|
|
|
|
# === Taxonomy ===
|
|
[allSome]
|
|
other = "Todos los {{ .Some }}"
|
|
|
|
[tag]
|
|
other = "Etiqueta"
|
|
|
|
[tags]
|
|
other = "Etiquetas"
|
|
|
|
[category]
|
|
other = "Categoría"
|
|
|
|
[categories]
|
|
other = "Categorías"
|
|
# === Taxonomy ===
|
|
|
|
# === Pagination ===
|
|
[more]
|
|
other = "Más"
|
|
# === Pagination ===
|
|
|
|
# === partials/header.html ===
|
|
[selectLanguage]
|
|
other = "Selecciona el lenguage"
|
|
|
|
[switchTheme]
|
|
other = "Cambia el tema"
|
|
# === partials/header.html ===
|
|
|
|
# === partials/footer.html ===
|
|
[poweredBySome]
|
|
other = "Con la tecnología de {{ .Hugo }} | Tema - {{ .Theme }}"
|
|
# === partials/footer.html ===
|
|
|
|
# === partials/comment.html ===
|
|
[valineLang]
|
|
other = "en"
|
|
|
|
[valinePlaceholder]
|
|
other = "Tu comentario ..."
|
|
|
|
[facebookLanguageCode]
|
|
other = "es_MX"
|
|
|
|
[giscusLang]
|
|
other = "es"
|
|
# === partials/comment.html ===
|
|
|
|
# === partials/assets.html ===
|
|
[search]
|
|
other = "Buscar"
|
|
|
|
[searchPlaceholder]
|
|
other = "Busca títulos o contenido..."
|
|
|
|
[clear]
|
|
other = "Limpiar"
|
|
|
|
[cancel]
|
|
other = "Cancelar"
|
|
|
|
[noResultsFound]
|
|
other = "No se encontraron resultados"
|
|
|
|
[lunrLanguageCode]
|
|
other = "es"
|
|
|
|
[lunrLanguageLib]
|
|
other = "lib/lunr/lunr.es.js"
|
|
|
|
[copyToClipboard]
|
|
other = "Copiar al portapapeles"
|
|
|
|
[cookieconsentMessage]
|
|
other = "Este sitio web utiliza Cookies para mejorar su experiencia."
|
|
|
|
[cookieconsentDismiss]
|
|
other = "De acuerdo"
|
|
|
|
[cookieconsentLink]
|
|
other = "Aprende más"
|
|
# === partials/assets.html ===
|
|
|
|
# === partials/plugin/share.html ===
|
|
[shareOn]
|
|
other = "Compartir en"
|
|
# === partials/plugin/share.html ===
|
|
|
|
# === posts/single.html ===
|
|
[contents]
|
|
other = "Contenido"
|
|
|
|
[publishedOnDate]
|
|
other = "publicado el {{ .Date }}"
|
|
|
|
[includedInCategories]
|
|
other = "incluido en {{ .Categories }}"
|
|
|
|
[wordCount]
|
|
one = "Una palabra"
|
|
other = "{{ .Count }} palabras"
|
|
|
|
[readingTime]
|
|
one = "Un minuto"
|
|
other = "{{ .Count }} minutos"
|
|
|
|
[views]
|
|
other = "vistas"
|
|
|
|
[author]
|
|
other = "Autor"
|
|
|
|
[updatedOnDate]
|
|
other = "Actualizado el {{ .Date }}"
|
|
|
|
[readMarkdown]
|
|
other = "Leer Markdown"
|
|
|
|
[back]
|
|
other = "Regresar"
|
|
|
|
[home]
|
|
other = "Inicio"
|
|
|
|
[readMore]
|
|
other = "Leer más"
|
|
# === 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 ===
|
|
|
|
# === shortcodes/admonition.html ===
|
|
[note]
|
|
other = "Nota"
|
|
|
|
[abstract]
|
|
other = "Resumen"
|
|
|
|
[info]
|
|
other = "Información"
|
|
|
|
[tip]
|
|
other = "Consejo"
|
|
|
|
[success]
|
|
other = "Éxito"
|
|
|
|
[question]
|
|
other = "Pregunta"
|
|
|
|
[warning]
|
|
other = "Advertencia"
|
|
|
|
[failure]
|
|
other = "Fallo"
|
|
|
|
[danger]
|
|
other = "Peligro"
|
|
|
|
[bug]
|
|
other = "Error"
|
|
|
|
[example]
|
|
other = "Ejemplo"
|
|
|
|
[quote]
|
|
other = "Cita"
|
|
# === shortcodes/admonition.html ===
|
|
|
|
# === shortcodes/version.html ===
|
|
[new]
|
|
other = "NUEVO"
|
|
|
|
[changed]
|
|
other = "MODIFICADO"
|
|
|
|
[deleted]
|
|
other = "ELIMINADO"
|
|
# === shortcodes/version.html ===
|