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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2017-03-15 13:18:55 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-03-15 13:18:55 +0300
commitfbaa3e646f863b3536a558437d1fa5247f2fd86c (patch)
tree9e3098467b1b41f5d0317763aa4989e5cc3fd9f9 /i18n
parentbed08fa7bf1bbc6d6fa30d5e635cd49d6139d9f1 (diff)
Add catalan and spanish locales (#62)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ca.yaml62
-rw-r--r--i18n/en.yaml4
-rw-r--r--i18n/es.yaml62
3 files changed, 126 insertions, 2 deletions
diff --git a/i18n/ca.yaml b/i18n/ca.yaml
new file mode 100644
index 0000000..3448255
--- /dev/null
+++ b/i18n/ca.yaml
@@ -0,0 +1,62 @@
+- id: home
+ translation: "Inici"
+
+- id: templateBy
+ translation: "Plantilla creada per"
+
+- id: portedBy
+ translation: "Adaptada a Hugo per"
+
+- id: contactGoTo
+ translation: "Anar a la pàgina de contacte"
+
+- id: contactAddrTitle
+ translation: "Adreça"
+
+- id: contactTitle
+ translation: "Contacte"
+
+- id: contactForm
+ translation: "Formulari de contacte"
+
+- id: contactName
+ translation: "El teu nom"
+
+- id: contactMail
+ translation: "El teu email"
+
+- id: contactMessage
+ translation: "El teu missatge"
+
+- id: contactSend
+ translation: "Enviar missatge"
+
+- id: navHome
+ translation: "anar a inici"
+
+- id: navToggle
+ translation: "Canviar Navigació"
+
+- id: categoriesTitle
+ translation: "Categories"
+
+- id: searchTitle
+ translation: "Buscar"
+
+- id: tagsTitle
+ translation: "Paraules clau"
+
+- id: continueReading
+ translation: "Continuar llegint"
+
+- id: readMore
+ translation: "Llegir més"
+
+- id: authorBy
+ translation: "Per"
+
+- id: recentPosts
+ translation: "Posts recents"
+
+- id: aboutUs
+ translation: "Sobre nosaltres"
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 5bc3543..105d9bb 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -23,7 +23,7 @@
translation: "Your Name"
- id: contactMail
- translation: " Your Email"
+ translation: "Your Email"
- id: contactMessage
translation: "Your Message"
@@ -31,7 +31,7 @@
- id: contactSend
translation: "Send Message"
-- id: navHome
+- id: navHome
translation: "go to homepage"
- id: navToggle
diff --git a/i18n/es.yaml b/i18n/es.yaml
new file mode 100644
index 0000000..3b6e7ce
--- /dev/null
+++ b/i18n/es.yaml
@@ -0,0 +1,62 @@
+- id: home
+ translation: "Inicio"
+
+- id: templateBy
+ translation: "Plantilla creada por"
+
+- id: portedBy
+ translation: "Adaptada a Hugo por"
+
+- id: contactGoTo
+ translation: "Ir a la página de contacto"
+
+- id: contactAddrTitle
+ translation: "Dirección"
+
+- id: contactTitle
+ translation: "Contacto"
+
+- id: contactForm
+ translation: "Formulario de contacto"
+
+- id: contactName
+ translation: "Tu Nombre"
+
+- id: contactMail
+ translation: "Tu Email"
+
+- id: contactMessage
+ translation: "Tu Mensaje"
+
+- id: contactSend
+ translation: "Enviar mensaje"
+
+- id: navHome
+ translation: "ir a inicio"
+
+- id: navToggle
+ translation: "Cambiar Navegación"
+
+- id: categoriesTitle
+ translation: "Categorias"
+
+- id: searchTitle
+ translation: "Buscar"
+
+- id: tagsTitle
+ translation: "Palabras clave"
+
+- id: continueReading
+ translation: "Continuar leyendo"
+
+- id: readMore
+ translation: "Leer más"
+
+- id: authorBy
+ translation: "Por"
+
+- id: recentPosts
+ translation: "Posts recientes"
+
+- id: aboutUs
+ translation: "Sobre nosotros"