X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/es/common.php diff --git a/resources/lang/es/common.php b/resources/lang/es/common.php index 9c6575a53..81cec2b81 100644 --- a/resources/lang/es/common.php +++ b/resources/lang/es/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Ordenar Ascendentemente', 'sort_descending' => 'Ordenar Descendentemente', 'sort_name' => 'Nombre', + 'sort_default' => 'Predeterminada', 'sort_created_at' => 'Fecha de Creación', 'sort_updated_at' => 'Fecha de Modificación', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'Rastro de migas de pan', // Header + 'header_menu_expand' => 'Expandir el Menú de la Cabecera', 'profile_menu' => 'Menú de Perfil', 'view_profile' => 'Ver Perfil', 'edit_profile' => 'Editar Perfil', @@ -72,9 +74,16 @@ return [ // Layout tabs 'tab_info' => 'Información', + 'tab_info_label' => 'Pestaña: Mostrar Información Secundaria', 'tab_content' => 'Contenido', + 'tab_content_label' => 'Pestaña: Mostrar Contenido Primario', // Email Content 'email_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:', 'email_rights' => 'Todos los derechos reservados', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Política de privacidad', + 'terms_of_service' => 'Términos de Servicio', ];