aboutsummaryrefslogtreecommitdiff
path: root/i18n/es.yaml
diff options
context:
space:
mode:
authorDeckon <rhaxephondet@gmail.com>2018-03-29 22:33:08 -0600
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-03-30 12:33:08 +0800
commitd7c6059a7a5ac6ab3d319adff94b67a1125d6e3d (patch)
treece334fea5b46866bb353d7ff8d6dc4a2f51511d5 /i18n/es.yaml
parentb18086fb89710f06a08cbcb8d810f80c8f8ab76d (diff)
feat(i18n): add Spanish(es) translation (#48)
Diffstat (limited to 'i18n/es.yaml')
-rw-r--r--i18n/es.yaml96
1 files changed, 96 insertions, 0 deletions
diff --git a/i18n/es.yaml b/i18n/es.yaml
new file mode 100644
index 0000000..d1d826f
--- /dev/null
+++ b/i18n/es.yaml
@@ -0,0 +1,96 @@
+# ===== title =====
+archive:
+ other: "Archivo"
+
+tags:
+ other: "Tags"
+
+categories:
+ other: "Categorías"
+
+# ===== footer =====
+powered:
+ other: "Creado con %s"
+
+theme:
+ other: "Tema"
+
+siteUV:
+ other: "sitio uv: %s"
+
+sitePV:
+ other: "sitio pv: %s"
+
+pagePV:
+ other: "%s leido"
+
+# ===== post =====
+prevPage:
+ other: "Previo"
+
+nextPage:
+ other: "Siguiente"
+
+prevPost:
+ other: "Previo"
+
+nextPost:
+ other: "Siguiente"
+
+toc:
+ other: "Contenidos"
+
+readMore:
+ other: "Leer mas.."
+
+reward:
+ other: "Reward"
+
+rewardAlipay:
+ other: "alipay"
+
+rewardWechat:
+ other: "wechat"
+
+wordCount:
+ one: "{{ .Count }} palabra"
+ other: "{{ .Count }} palabras"
+
+readingTime:
+ one: "{{ .Count }} min lectura"
+ other: "{{ .Count }} mins lectura"
+
+# ===== content license =====
+author:
+ other: "Autor"
+
+lastMod:
+ other: "Ultima modificación"
+
+markdown:
+ other: "Markdown"
+
+seeMarkDown:
+ other: "Versión Markdown »"
+
+license:
+ other: "Licencia"
+
+# ===== counter =====
+archiveCounter:
+ one: "{{ .Count }} Post en Total"
+ other: "{{ .Count }} Posts en Total"
+
+tagCounter:
+ one: "{{ .Count }} Tag en Total"
+ other: "{{ .Count }} Tags en Total"
+
+zeroTagCounter:
+ other: "No tags"
+
+categoryCounter:
+ one: "{{ .Count }} Categoria en Total"
+ other: "{{ .Count }} Categorias en Total"
+
+zeroCategoryCounter:
+ other: "No categorias"