todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent b6d8ab7fb5
commit e3e527ffe8
2 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Erstellen',
'Draw' => 'Zeichnen',
'List' => 'Aufführen',
'List' => 'Liste',
]];

View File

@ -14,12 +14,12 @@ declare(strict_types=1);
return ['Draw' => [
'Created' => 'Erstellt',
'Creator' => 'Schöpfer',
'Creator' => 'Ersteller',
'Draw' => 'Zeichnen',
'GroupUser' => 'Gruppe / Benutzer',
'Images' => 'Bilde',
'Layout' => 'Layout',
'Name' => 'Name',
'Permission' => 'Erlaubnis',
'Start' => 'Anfang',
'Start' => 'Start',
]];