mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
messages departments section
This commit is contained in:
@ -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",
|
||||
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user