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",
];