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

es.yaml « i18n - github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73082ef71543d226c260e2f3a253305e21dca6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
home:
  other: Inicio

archive:
  other: Archivo

tags:
  other: Etiquetas

about:
  other: Acerca

subscribe:
  other: Suscribirse

404title:
  other: 404 - No se encontró la página

404subtitle:
  other: La página que buscas no existe.

readMore:
  other: Leer más

minuteRead:
  one: "Lectura de {{ .ReadingTime }} minuto"
  other: "Lectura de {{ .ReadingTime }} minutos"

publishDate:
  other: '{{ .PublishDate.Format "01/01/2006" }}'

publishDateFull:
  other: '{{ .PublishDate.Format "01/01/2006" }}'

wordCount:
  one: "{{ .WordCount }} palabra"
  other: "{{ .WordCount }} palabras"

postsNewer:
  other: Entradas posteriores

postsOlder:
  other: Entradas anteriores

poweredBy:
  other: >-
    Generado con <a href='http://www.gohugo.io/'>Hugo</a> Tema de <a
    href='https://https://github.com/nodejh/hugo-theme-mini'>nodejh</a>

publishDateShort:
  other: '{{ .PublishDate.Format "01/02" }}'