github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/i18n/es.toml (about) 1 2 3 # UI strings. Botones y similares. 4 5 [ui_pager_prev] 6 other = "Previo" 7 8 [ui_pager_next] 9 other = "Siguiente" 10 11 [ui_read_more] 12 other = "Contiuar leyendo" 13 14 [ui_search] 15 other = "Buscar" 16 17 # Used in sentences such as "Posted in News" 18 [ui_in] 19 other = "en" 20 21 # Used in sentences such as "All Tags" 22 [ui_all] 23 other = "todos" 24 25 # Footer text 26 [footer_all_rights_reserved] 27 other = "Derechos reservados" 28 29 [footer_privacy_policy] 30 other = "Política de privacidad" 31 32 33 # Post (blog, articles etc.) 34 [post_byline_by] 35 other = "Por" 36 [post_created] 37 other = "Creado" 38 [post_last_mod] 39 other = "Última modificación" 40 [post_edit_this] 41 other = "Editar esta página" 42 [post_create_child_page] 43 other = "Create child page" 44 [post_create_issue] 45 other = "Notificar una incidencia con la documentanción" 46 [post_create_project_issue] 47 other = "Notificar una incidencia en un proyecto" 48 [post_posts_in] 49 other = "Añadir entrada" 50 [post_reading_time] 51 other = "minutos de lectura" 52 [post_less_than_a_minute_read] 53 other = "less than a minute" 54 55 # Print support 56 [print_printable_section] 57 other = "Versión imprimible multipagina." 58 [print_click_to_print] 59 other = "Haga click aquí para imprimir" 60 [print_show_regular] 61 other = "Volver a la vista normal de esta página" 62 [print_entire_section] 63 other = "Imprimir la sección entera"