From 1f28cce896dfc022b63f8630260f9737edf48362 Mon Sep 17 00:00:00 2001
From: Artur J Zapater <43502485+arturjzapater@users.noreply.github.com>
Date: Mon, 3 May 2021 13:05:15 +0200
Subject: [PATCH] updated Spanish texts (#297)
---
i18n/es.toml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/i18n/es.toml b/i18n/es.toml
index 103a421..41c5cff 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -1,25 +1,25 @@
[404_title]
other = "404"
[404_description]
- other = "Oops! O bien encontraste un bug{{ with .Site.Params.email }} (en cuyo caso, [por favor avisame](mailto:{{ . }})) {{ end }} o simplemente estas inventando cosas. Esta página no existe!"
+ other = "¡Vaya! O bien encontraste un error{{ with .Site.Params.email }} (en cuyo caso, [por favor avísame](mailto:{{ . }})) {{ end }} o simplemente estás inventando cosas. ¡Esta página no existe!"
[index_projects_allProjects]
other = "Todos los proyectos"
[index_blog_latestPosts]
- other = "Últimas Entradas"
+ other = "Últimas entradas"
[index_blog_allPosts]
- other = "Todas las Entradas"
+ other = "Todas las entradas"
[index_blog_readMore]
other = "Leer más"
[index_currentTime]
- other = "Mi hora local actual es"
+ other = "Mi hora local es"
[nav_backToSection]
other = "Volver a {{ .Title }}"
[nav_main]
other = "Principal"
[blog_readingTime]
- one = "{{ .Count }} minuto de lectura"
- other = "{{ .Count }} minutos de lectura"
+ one = "Tiempo de lectura: {{ .Count }} minuto"
+ other = "Tiempo de lectura: {{ .Count }} minutos"
[blog_shareThis]
- other = "Comparte esto"
+ other = "Compártelo"
[footer_text]
other = "Tema [**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) para [Hugo](http://gohugo.io/). Hecho con [ y ](https://victoria.dev) por colaboradores de código abierto."