New Language: German (#1218)
* New Language: German * Update German K Co-authored-by: derrobin154 <derrobin154@gmail.com>
This commit is contained in:
13
resources/lang/de/user.php
Normal file
13
resources/lang/de/user.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'location' => 'Standort',
|
||||
'state' => [
|
||||
'pending' => 'Ausstehend',
|
||||
'active' => 'Aktiv',
|
||||
'rejected' => 'Abgelehnt',
|
||||
'on_leave' => 'Im Urlaub',
|
||||
'suspended' => 'Suspendiert',
|
||||
'deleted' => 'Gelöscht',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user