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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Castellanos <hola@erickcastellanos.mx>2021-11-28 14:33:28 +0300
committerGitHub <noreply@github.com>2021-11-28 14:33:28 +0300
commitff169e4bb7559801bca867bc735e9fc6d3d708d3 (patch)
tree97d8669614e6c349918b58f46fe5027a3511a412
parent7ed75ecfab0bc573200118a05f3028269f209556 (diff)
Improving spanish translation, and adding missing keys. (#94)
-rw-r--r--i18n/es.toml18
1 files changed, 12 insertions, 6 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
index c10dffb..a415f9e 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -1,15 +1,15 @@
[CONTACT_ADDRESS]
other = "Dirección"
[CONTACT_EMAIL]
- other = "Correo Electrónico"
+ other = "Correo electrónico"
[CONTACT_FORM_FIELD_EMAIL]
- other = "Correo Electrónico"
+ other = "Correo electrónico"
[CONTACT_FORM_FIELD_MESSAGE]
other = "Mensaje"
[CONTACT_FORM_FIELD_NAME]
other = "Nombre"
[CONTACT_FORM_SUBMIT_SEND_MESSAGE]
- other = "Enviar Un Mensaje"
+ other = "Enviar mensaje"
[CONTACT_PHONE]
other = "Teléfono"
[CONTACT_SOCIAL]
@@ -17,12 +17,18 @@
[COPYRIGHT_MESSAGE_1]
other = "Diseño: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Implementacion Hugo: [curttimson](https://curtistimson.co.uk)"
+ other = "Implementación Hugo: [curttimson](https://curtistimson.co.uk)"
[INTRO_CONTINUE]
other = "Continuar"
+[NAV_MENU]
+ other = "Menú"
[NAV_CONTACT]
other = "Contacto"
[PAGINATION_NEXT]
- other = "Próximo"
+ other = "Siguiente"
[PAGINATION_PREVIOUS]
- other = "Previo"
+ other = "Anterior"
+[PAGINATION_FIRST]
+ other = "Primera"
+[PAGINATION_LAST]
+ other = "Última"