mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 22:49:44 +00:00
feat(i18n): add Spanish(es) translation (#48)
This commit is contained in:
parent
b18086fb89
commit
d7c6059a7a
1 changed files with 96 additions and 0 deletions
96
i18n/es.yaml
Normal file
96
i18n/es.yaml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue