es.toml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # UI strings. Botones y similares.
  2. [ui_pager_prev]
  3. other = "Previo"
  4. [ui_pager_next]
  5. other = "Siguiente"
  6. [ui_read_more]
  7. other = "Continuar leyendo"
  8. [ui_search]
  9. other = "Buscar"
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "en"
  13. # Used in sentences such as "All Tags"
  14. [ui_all]
  15. other = "todos"
  16. # Footer text
  17. [footer_all_rights_reserved]
  18. other = "Derechos reservados"
  19. [footer_privacy_policy]
  20. other = "Política de privacidad"
  21. # Post (blog, articles etc.)
  22. [post_byline_by]
  23. other = "Por"
  24. [post_created]
  25. other = "Creado"
  26. [post_last_mod]
  27. other = "Última modificación"
  28. [post_edit_this]
  29. other = "Editar esta página"
  30. [post_view_this]
  31. other = "Ver código de la página"
  32. [post_create_child_page]
  33. other = "Crear página nueva"
  34. [post_create_issue]
  35. other = "Notificar una incidencia con la documentanción"
  36. [post_create_project_issue]
  37. other = "Notificar una incidencia en un proyecto"
  38. [post_posts_in]
  39. other = "Publicaciones en"
  40. [post_reading_time]
  41. other = "minutos de lectura"
  42. [post_less_than_a_minute_read]
  43. other = "menos de un minuto"
  44. # Print support
  45. [print_printable_section]
  46. other = "Versión imprimible multipagina."
  47. [print_click_to_print]
  48. other = "Haga click aquí para imprimir"
  49. [print_show_regular]
  50. other = "Volver a la vista normal de esta página"
  51. [print_entire_section]
  52. other = "Imprimir la sección entera"
  53. # Community
  54. [community_join]
  55. other = "Únete a la comunidad {{ .Site.Title }}"
  56. [community_introduce]
  57. other = "{{ .Site.Title }} es un proyecto de código abierto que cualquiera en la comunidad puede usar, mejorar y disfrutar. ¡Nos encantaría que te unas a nosotros! Aquí hay algunas maneras de averiguar lo que está sucediendo y participar."
  58. [community_learn]
  59. other = "Aprende y Conéctate"
  60. [community_using]
  61. other = "¿Usas o quieres usar {{ .Site.Title }}? Encuentra más información aquí:"
  62. [community_develop]
  63. other = "Desarrollar y Contribuir"
  64. [community_contribute]
  65. other = "Si deseas involucrarte más contribuyendo a {{ .Site.Title }}, únete a nosotros aquí:"
  66. [community_how_to]
  67. other = "Puedes averiguar cómo contribuir a {{ .Site.Title }} en nuestras"
  68. [community_guideline]
  69. other = "Guias de Contribución"
  70. # Feedback
  71. [feedback_title]
  72. other = "Comentarios"
  73. [feedback_question]
  74. other = "¿Fue útil esta página?"
  75. [feedback_positive]
  76. other = "Si"
  77. [feedback_negative]
  78. other = "No"