themes/hugo-coder/i18n/es.toml

00f1e03fdede5212a6b7e64b73e5d0b8b3714b10 · 801 B · 63 lines raw

1 [category]
2 other = "categoría"
3
4 [categories]
5 other = "categorías"
6
7 [tag]
8 other = "etiqueta"
9
10 [tags]
11 other = "etiquetas"
12
13 [series]
14 other = "serie"
15
16 [author]
17 other = "autor"
18
19 [authors]
20 other = "autores"
21
22 [posts]
23 other = "publicaciones"
24
25 [reading_time]
26 one = "Un minuto de lectura"
27 other = "{{ .Count }} minutos de lectura."
28
29 [page_not_found]
30 other = "Página no encontrada."
31
32 [page_does_not_exist]
33 other = "Disculpa, la página no existe."
34
35 [head_back]
36 other = "Puedes regresar a la <a href=\"{{ . }}\">página inicial</a>."
37
38 [powered_by]
39 other = "Desarrollado por"
40
41 [see_also]
42 other = "También ver en"
43
44 [note]
45 other = "nota"
46
47 [tip]
48 other = "consejo"
49
50 [example]
51 other = "ejemplo"
52
53 [question]
54 other = "pregunta"
55
56 [info]
57 other = "información"
58
59 [warning]
60 other = "advertencia"
61
62 [error]
63 other = "error"