feat : mensajes internos module

This commit is contained in:
amazuecos
2024-10-13 23:10:17 +00:00
parent ba3ec185ef
commit 2012ada27f
28 changed files with 1426 additions and 412 deletions

View File

@ -1,5 +1,13 @@
<?php
return [
"chat" => "Chat"
"chat" => "Mensajería",
"modal" => [
"new_hebra" => "Nueva hebra",
"title" => "Título",
"new_message" => "Nuevo mensaje",
"new_receivers" => "Nuevos participantes",
"btn_send" => "Enviar",
"btn_send_update" => "Enviar"
]
];