diff options
Diffstat (limited to 'themes/even/i18n/es.yaml')
-rw-r--r-- | themes/even/i18n/es.yaml | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/themes/even/i18n/es.yaml b/themes/even/i18n/es.yaml deleted file mode 100644 index ea6e079..0000000 --- a/themes/even/i18n/es.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# ===== 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" |