Create es.toml

Add Spanish translation
This commit is contained in:
Miguel Pimentel 2023-08-24 08:23:25 -05:00 committed by GitHub
parent 680dbbd43f
commit d2428a175b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

38
i18n/es.toml Normal file
View file

@ -0,0 +1,38 @@
# Translations for Spanish
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "Oops, esta página no fue encontrada…"
[home]
other = "Inicio"
[archives]
other = "Archivos"
# posts/single.html
#
[seeAlso]
other = "Vea también"
[wordCount]
other = "{{ .WordCount }} Palabras"
[tableOfContents]
other = "Tabla de Contenido"
[newer]
other = "Siguiente"
[older]
other = "Previo"
# partials/header.html
#
[menu]
other = "Menú"
[featuredImage]
other = "Imagen Presentada"