forked from google/docsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.toml
81 lines (69 loc) · 2.11 KB
/
es.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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"