| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- # UI strings. Botones y similares.
- [ui_pager_prev]
- other = "Previo"
- [ui_pager_next]
- other = "Siguiente"
- [ui_read_more]
- other = "Continuar leyendo"
- [ui_search]
- other = "Buscar"
- # Used in sentences such as "Posted in News"
- [ui_in]
- other = "en"
- # Used in sentences such as "All Tags"
- [ui_all]
- other = "todos"
- # Footer text
- [footer_all_rights_reserved]
- other = "Derechos reservados"
- [footer_privacy_policy]
- other = "Política de privacidad"
- # Post (blog, articles etc.)
- [post_byline_by]
- other = "Por"
- [post_created]
- other = "Creado"
- [post_last_mod]
- other = "Última modificación"
- [post_edit_this]
- other = "Editar esta página"
- [post_view_this]
- other = "Ver código de la página"
- [post_create_child_page]
- other = "Crear página nueva"
- [post_create_issue]
- other = "Notificar una incidencia con la documentanción"
- [post_create_project_issue]
- other = "Notificar una incidencia en un proyecto"
- [post_posts_in]
- other = "Publicaciones en"
- [post_reading_time]
- other = "minutos de lectura"
- [post_less_than_a_minute_read]
- other = "menos de un minuto"
- # Print support
- [print_printable_section]
- other = "Versión imprimible multipagina."
- [print_click_to_print]
- other = "Haga click aquí para imprimir"
- [print_show_regular]
- other = "Volver a la vista normal de esta página"
- [print_entire_section]
- other = "Imprimir la sección entera"
- # Community
- [community_join]
- other = "Únete a la comunidad {{ .Site.Title }}"
- [community_introduce]
- 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."
- [community_learn]
- other = "Aprende y Conéctate"
- [community_using]
- other = "¿Usas o quieres usar {{ .Site.Title }}? Encuentra más información aquí:"
- [community_develop]
- other = "Desarrollar y Contribuir"
- [community_contribute]
- other = "Si deseas involucrarte más contribuyendo a {{ .Site.Title }}, únete a nosotros aquí:"
- [community_how_to]
- other = "Puedes averiguar cómo contribuir a {{ .Site.Title }} en nuestras"
- [community_guideline]
- other = "Guias de Contribución"
- # Feedback
- [feedback_title]
- other = "Comentarios"
- [feedback_question]
- other = "¿Fue útil esta página?"
- [feedback_positive]
- other = "Si"
- [feedback_negative]
- other = "No"
|