5a5fd02dac
* New Language: German * Update German K Co-authored-by: derrobin154 <derrobin154@gmail.com>
14 lines
291 B
PHP
14 lines
291 B
PHP
<?php
|
|
|
|
return [
|
|
'location' => 'Standort',
|
|
'state' => [
|
|
'pending' => 'Ausstehend',
|
|
'active' => 'Aktiv',
|
|
'rejected' => 'Abgelehnt',
|
|
'on_leave' => 'Im Urlaub',
|
|
'suspended' => 'Suspendiert',
|
|
'deleted' => 'Gelöscht',
|
|
],
|
|
];
|