Files
safekat/ci4/app/Language/en/Chat.php
2025-03-16 23:13:03 +01:00

45 lines
1.8 KiB
PHP

<?php
return [
"chat" => "Messages",
"messages" => "Messages",
"message" => "Message",
"messages_internal" => "Internal messages",
"message_internal" => "Internal message",
"messages_client" => "Client messages",
"message_client" => "Client message",
"modal" => [
"new_hebra" => "New thread",
"title" => "Title",
"new_message" => "New message",
"new_receivers" => "New participants",
"btn_send" => "Send",
"btn_send_update" => "Send"
],
"datatable_messages" => [
"created_at" => "Created at",
"updated_at" => "Updated at",
"title" => "Title",
"creator" => "Created by",
"viewed" => "Viewed",
],
"new_message_ok" => "Message sent successfully",
"participants" => "Participants",
"choose_department" => "Choose a deparment",
"new_participant" => "Add new participants",
"write_message_placeholder" => "Type your message here ...",
"add_notification" => "Notification",
"check_as_unviewed" => "Check as not viewed",
"add_notification_message" => "Add users present in this chat a notification",
"chat_title_presupuesto" => 'Presupuesto[{title,string,0}][{id}]',
"no_messages_notification" => 'There is no messages',
"view_chat" => 'See chat',
"view_by_alt_message" => 'Show users that has or not viewed the messages',
"exit_chat" => 'Exit chat',
"subscribe_chat" => 'Subscribe to chat',
"exit_chat_ok" => "You have exit chat successfully. Notifications on this chat will no longer be received",
"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.",
];