Initial commit
This commit is contained in:
23
resources/lang/vendor/wirechat/de/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/de/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Konversationen',
|
||||
'no_conversations_yet' => 'Noch keine Konversationen',
|
||||
'you' => 'Du',
|
||||
'attachment' => 'Anhang',
|
||||
'now' => 'Jetzt',
|
||||
'load_more' => 'Mehr laden',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Konversationen suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user