mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
message chat section
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
return [
|
||||
"chat" => "Mensajería",
|
||||
"messages" => "Mensajes",
|
||||
"message" => "Mensaje",
|
||||
"modal" => [
|
||||
"new_hebra" => "Nuevo hilo",
|
||||
"title" => "Título",
|
||||
@ -21,10 +22,11 @@ return [
|
||||
],
|
||||
"new_message_ok" => "Mensaje enviado correctamente",
|
||||
"participants" => "Participantes",
|
||||
"choose_department" => "Elige un departamento",
|
||||
"new_participant" => "Añadir nuevos participantes",
|
||||
"write_message_placeholder" => "Escriba aquí su mensaje...",
|
||||
"add_notification" => "Notificación",
|
||||
"check_as_unviewed" => "Marcar como no leídos",
|
||||
"add_notification_message" => "Envía a los usuarios añadidos una notificación con los mensajes presentes en el chat."
|
||||
|
||||
"add_notification_message" => "Envía a los usuarios añadidos una notificación con los mensajes presentes en el chat.",
|
||||
"chat_title_presupuesto" => 'Presupuesto[{title,string,0}][{id}]'
|
||||
];
|
||||
Reference in New Issue
Block a user