mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-04 16:03:14 +00:00
82 lines
2.1 KiB
TOML
82 lines
2.1 KiB
TOML
# 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"
|