diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 02:49:16 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 02:49:16 +0000 |
commit | a62a3e7755579d93ce3a87243dd277575930fffe (patch) | |
tree | 6d074f7294c5b7a45bed7ac229a6802830da2a04 /themes/even/i18n/es.yaml | |
download | capotej.com-a62a3e7755579d93ce3a87243dd277575930fffe.tar.gz |
init
Diffstat (limited to 'themes/even/i18n/es.yaml')
-rw-r--r-- | themes/even/i18n/es.yaml | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/themes/even/i18n/es.yaml b/themes/even/i18n/es.yaml new file mode 100644 index 0000000..ea6e079 --- /dev/null +++ b/themes/even/i18n/es.yaml @@ -0,0 +1,102 @@ +# ===== 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" + +outdatedInfoWarningBefore: + other: "[NOTE] Updated " + +outdatedInfoWarningAfter: + other: ". This article may have outdated content or subject matter." + +# ===== 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" |