<?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
return [
- /**
- * Buttons
- */
+ // Buttons
'cancel' => 'Cancelar',
'confirm' => 'Confirmar',
'back' => 'Atrás',
'select' => 'Seleccionar',
'more' => 'Más',
- /**
- * Form Labels
- */
+ // Form Labels
'name' => 'Nombre',
'description' => 'Descripción',
'role' => 'Rol',
'cover_image' => 'Imagen de portada',
'cover_image_description' => 'Esta imagen debe ser aproximadamente de 440x250px.',
- /**
- * Actions
- */
+ // Actions
'actions' => 'Acciones',
'view' => 'Ver',
'create' => 'Crear',
'remove' => 'Remover',
'add' => 'Añadir',
- /**
- * Misc
- */
+ // Misc
'deleted_user' => 'Usuario borrado',
'no_activity' => 'Ninguna actividad para mostrar',
'no_items' => 'No hay elementos disponibles',
'list_view' => 'Vista en Lista',
'default' => 'Predeterminada',
- /**
- * Header
- */
+ // Header
'view_profile' => 'Ver Perfil',
'edit_profile' => 'Editar Perfil',
- /**
- * Email Content
- */
+ // 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',
-];
+];
\ No newline at end of file