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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorCristian Marquez Russo <cristian04@gmail.com>2020-11-04 22:45:35 +0300
committerGitHub <noreply@github.com>2020-11-04 22:45:35 +0300
commitb39ed5213ef311cb28e1d14800e5fc089b414db3 (patch)
treedddaf86a77a8745a7260485d2d4e8f97e72b8dbb /i18n
parent26a590859cbfe0344ee7c791fccd58d232ffd782 (diff)
Added Spanish i18n (#152)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/es.toml51
1 files changed, 51 insertions, 0 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..cfd898b
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,51 @@
+# More documentation here: https://github.com/nicksnyder/go-i18n
+[home]
+other = "Inicio"
+
+[posts]
+other = "Posts"
+
+[toc_heading]
+other = "Contenido"
+
+[at]
+other = "en"
+
+[resume]
+other = "Mi currículum"
+
+[navigation]
+other = "Navegación"
+
+[contact_me]
+other = "Contacto"
+
+[email]
+other = "Email"
+
+[phone]
+other = "Teléfono"
+
+[newsletter_text]
+other = "Subscribirse"
+
+[newsletter_input_placeholder]
+other = "Ingrese email"
+
+[newsletter_warning]
+other = "Jamás compartiremos tus datos con alguién mas"
+
+[submit]
+other = "Enviar"
+
+[hugoAttributionText]
+other = "Funcionando con"
+
+[prev]
+other = "Anterior"
+
+[next]
+other = "Siguiente"
+
+[improve_this_page]
+other = "Mejorar esta página"