todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent 6e8def0536
commit 403af87f4b
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ return ['Navigation' => [
'Employees' => 'Angestellte',
'HumanResourceManagement' => 'Humanressourcen',
'HumanResources' => 'Humanressourcen',
'List' => 'Aufführen',
'List' => 'Liste',
'Planning' => 'Planung',
'Positions' => 'Positionen',
'Shifts' => 'Verschiebungen',

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
return ['HumanResourceManagement' => [
'Account' => 'Konto',
'Active' => 'Aktiv',
'Address' => '',
'Address' => 'Adresse',
'Birthday' => 'Geburtstag',
'Clocking' => 'Takte',
'Contracts' => 'Verträge',
@ -40,12 +40,12 @@ return ['HumanResourceManagement' => [
'Position' => 'Position',
'ProfileImage' => 'Profilbild',
'Remarks' => 'Bemerkungen',
'Salary' => '',
'Salary' => 'Gehalt',
'Shifts' => 'Verschiebungen',
'Staff' => 'Mitarbeiter',
'Start' => 'Anfang',
'Start' => 'Start',
'Status' => 'Status',
'Title' => '',
'Title' => 'Titel',
'Unit' => 'Einheit',
'Vacation' => 'Urlaub',
'Work' => 'Arbeiten',