Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorRodolfo Martínez Vega <rodomar@outlook.com>2020-05-04 14:12:28 +0300
committerGitHub <noreply@github.com>2020-05-04 14:12:28 +0300
commit44955320ba182ac92bc7d6412c9254e833e7c2f8 (patch)
tree68567b3d7917b0e5dad797f9a40132e8f834497f /i18n
parent67617b82dcd4b6b42df543882b733f4d1bea87f6 (diff)
Add Spanish translation (#309)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/es.toml194
1 files changed, 194 insertions, 0 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..f40889c
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,194 @@
+# 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 = "Todo %s"
+
+[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 = "Provisto por %s"
+
+[theme]
+other = "Tema"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Tu comentario ..."
+
+[facebookLanguageCode]
+other = "es_MX"
+# === 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"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.es.js"
+
+[lunrLanguageCode]
+other = "es"
+
+[copyToClipboard]
+other = "Copiar al portapapeles"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Compartir en"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenido"
+
+[publish]
+other = "publicado el"
+
+[included]
+other = "incluido en"
+
+[wordCount]
+other = "unas {{ .Count }} palabras"
+
+[readingTime]
+other = "{{ .Count }} min"
+
+[views]
+other = "vistas"
+
+[author]
+other = "Autor"
+
+[lastMod]
+other = "El artículo fue actualizado el %s"
+
+[license]
+other = "Publicado bajo la licencia %s"
+
+[seeMarkdown]
+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 ===