messages departments section

This commit is contained in:
amazuecos
2025-03-20 08:20:50 +01:00
parent d417db18e2
commit 6e96beeec8
26 changed files with 1045 additions and 306 deletions

View File

@ -24,6 +24,14 @@ return [
"viewed" => "Viewed",
],
"datatable_departments" => [
"name" => "Name",
"description" => "Description",
],
"datatable_department_users" => [
"name" => "Name",
"user" => "User",
],
"new_message_ok" => "Message sent successfully",
"participants" => "Participants",
"choose_department" => "Choose a deparment",
@ -42,4 +50,12 @@ return [
"exit_chat_wrong" => "You can't exit the chat because you don't belong to it.",
"subscribe_chat_ok" => "You've subscribed to chat successfully. Now on you'll receive notifications.",
"subscribe_chat_wrong" => "You already belong to this chat.",
];
"message_configuration" => "Messages configuration",
"new_chat_department" => "New chat department",
"user_deleted_ok" => "User deleted succesfully",
"subscribe_admin_chat_ok" => "User added successfully",
"subscribe_admin_chat_wrong" => "You must select a user",
];

View File

@ -226,6 +226,8 @@ return [
"user_alert_add" => "¡Agregado exitosamente!",
"user_alert_edit" => "¡Editado con éxito!",
"user_alert_delete" => "¡Eliminado con éxito!",
"user_alert_forbidden" => "No tienes permiso para realizar esta acción",
// USER - form
"user_add_title" => "Nuevo Usuario",
@ -686,6 +688,7 @@ return [
"menu_configuration" => "Configuración",
"menu_variables" => "Variables sistema",
"menu_config_messages" => "Mensajería",
"menu_error_presupuesto" => "Errores presupuesto",
"menu_calendario" => "Calendario",
"menu_paises" => "Paises",

View File

@ -24,6 +24,14 @@ return [
"viewed" => "Leído",
],
"datatable_departments" => [
"name" => "Nombre",
"description" => "Descripción",
],
"datatable_department_users" => [
"name" => "Nombre",
"user" => "Usuario",
],
"new_message_ok" => "Mensaje enviado correctamente",
"participants" => "Participantes",
"choose_department" => "Elige un departamento",
@ -43,4 +51,14 @@ return [
"exit_admin_chat_wrong" => "Perteneces como personal a este chat y no puedes salirte. Contacta administrador para ello.",
"subscribe_chat_ok" => "Te has subscrito al chat correctamente. Ahora recibirás notificaciones cuando lleguen mensajes.",
"subscribe_chat_wrong" => "Ya perteneces a este chat.",
"message_configuration" => "Configuración mensajería",
"new_chat_department" => "Nuevo departamento",
"user_deleted_ok" => "Usuario eliminado con éxito",
"department_users" => "Usuarios departamento",
"subscribe_admin_chat_ok" => "Usuario añadido correctamente.",
"subscribe_admin_chat_wrong" => "Tienes que seleccionar un usuario.",
"help_select_chat_department_user" => "Solamente son listados los usuarios que pertenecen al personal. Los clientes no son listados, para añadirlos a la conversación se realiza desde la sección de mensajería de las diferentes secciones(presupuesto,pedido,factura ...)",
"store_department" => "Crear departamento",
];