X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/85db812feaae5f36ea6214931cec4adb67a9cb39..refs/pull/3918/head:/resources/lang/es/common.php diff --git a/resources/lang/es/common.php b/resources/lang/es/common.php index 81cec2b81..c80a856cf 100644 --- a/resources/lang/es/common.php +++ b/resources/lang/es/common.php @@ -20,11 +20,12 @@ return [ 'role' => 'Rol', 'cover_image' => 'Imagen de portada', 'cover_image_description' => 'Esta imagen debe ser aproximadamente de 440x250px.', - + // Actions 'actions' => 'Acciones', 'view' => 'Ver', 'view_all' => 'Ver todos', + 'new' => 'Nuevo', 'create' => 'Crear', 'update' => 'Actualizar', 'edit' => 'Editar', @@ -39,7 +40,16 @@ return [ 'reset' => 'Resetear', 'remove' => 'Remover', 'add' => 'Añadir', + 'configure' => 'Configurar', 'fullscreen' => 'Pantalla completa', + 'favourite' => 'Añadir a favoritos', + 'unfavourite' => 'Eliminar de favoritos', + 'next' => 'Siguiente', + 'previous' => 'Anterior', + 'filter_active' => 'Filtro activo:', + 'filter_clear' => 'Limpiar filtro', + 'download' => 'Descargar', + 'open_in_tab' => 'Abrir en una nueva pestaña', // Sort Options 'sort_options' => 'Opciones de ordenación', @@ -56,6 +66,7 @@ return [ 'no_activity' => 'Ninguna actividad para mostrar', 'no_items' => 'No hay elementos disponibles', 'back_to_top' => 'Volver arriba', + 'skip_to_main_content' => 'Ir al contenido principal', 'toggle_details' => 'Alternar detalles', 'toggle_thumbnails' => 'Alternar miniaturas', 'details' => 'Detalles', @@ -63,14 +74,21 @@ return [ 'list_view' => 'Vista en Lista', 'default' => 'Predeterminada', 'breadcrumb' => 'Rastro de migas de pan', + 'status' => 'Estado', + 'status_active' => 'Activo', + 'status_inactive' => 'Inactive', + 'never' => 'Nunca', + 'none' => 'Ninguno', // Header + 'homepage' => 'Página de Inicio', 'header_menu_expand' => 'Expandir el Menú de la Cabecera', 'profile_menu' => 'Menú de Perfil', 'view_profile' => 'Ver Perfil', 'edit_profile' => 'Editar Perfil', 'dark_mode' => 'Modo Oscuro', 'light_mode' => 'Modo Claro', + 'global_search' => 'Búsqueda Global', // Layout tabs 'tab_info' => 'Información',