1
0

es.toml 801 B

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