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