24 lines
504 B
PHP
24 lines
504 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/**-------------------------
|
|
* Chats
|
|
*------------------------*/
|
|
'labels' => [
|
|
'heading' => 'Conversaciones',
|
|
'no_conversations_yet' => 'Aún no hay conversaciones',
|
|
'you' => 'Tú',
|
|
'attachment' => 'Archivo adjunto',
|
|
'now' => 'Ahora',
|
|
'load_more' => 'Cargar más',
|
|
],
|
|
|
|
'inputs' => [
|
|
'search' => [
|
|
'label' => 'Buscar conversaciones',
|
|
'placeholder' => 'Buscar',
|
|
],
|
|
],
|
|
];
|