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' => [ return ['Navigation' => [
'Create' => 'Erstellen', 'Create' => 'Erstellen',
'Draw' => 'Zeichnen', 'Draw' => 'Zeichnen',
'List' => 'Aufführen', 'List' => 'Liste',
]]; ]];

View File

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