Initial commit
This commit is contained in:
23
resources/lang/vendor/wirechat/fr/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/fr/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Conversations',
|
||||
'no_conversations_yet' => 'Aucune conversation pour le moment',
|
||||
'you' => 'Vous',
|
||||
'attachment' => 'Pièce jointe',
|
||||
'now' => 'Maintenant',
|
||||
'load_more' => 'Charger plus',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher des conversations',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user