todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent 0754c9e6ea
commit 4b23375206
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Erstellen',
'List' => 'Aufführen',
'List' => 'Liste',
'Stats' => 'Statistiken',
'TimeRecording' => 'Zeitaufnahme',
'Today' => 'Heute',

View File

@ -35,7 +35,7 @@ return ['HumanResourceTimeRecording' => [
'Employee' => 'Mitarbeiter',
'End' => 'Ende',
'Recordings' => 'Aufnahmen',
'Start' => 'Anfang',
'Start' => 'Start',
'Status' => 'Status',
'Time' => 'Zeit',
'Total' => 'Gesamt',

View File

@ -34,7 +34,7 @@ return ['HumanResourceTimeRecording' => [
'Date' => 'Datum',
'End' => 'Ende',
'Recordings' => 'Aufnahmen',
'Start' => 'Anfang',
'Start' => 'Start',
'Status' => 'Status',
'Total' => 'Gesamt',
'Type' => 'Typ',