todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent 8fbb43bc89
commit 9dccdd6a68

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '', 'Created' => 'Erstellt',
'CreatedAt' => '', 'CreatedAt' => 'Erstellt',
'CreatedBy' => '', 'CreatedBy' => 'Erstellt von',
'Creator' => '', 'Creator' => 'Ersteller',
'Database' => 'Datenbank', 'Database' => 'Datenbank',
'End' => 'Ende', 'End' => 'Ende',
'Exchange' => 'Austausch', 'Exchange' => 'Austausch',
@ -31,9 +31,9 @@ return ['Exchange' => [
'Options' => 'Optionen', 'Options' => 'Optionen',
'Password' => 'Passwort', 'Password' => 'Passwort',
'Port' => 'Hafen', 'Port' => 'Hafen',
'Start' => 'Anfang', 'Start' => 'Start',
'Subtype' => '', 'Subtype' => 'Untertyp',
'Title' => '', 'Title' => 'Titel',
'Type' => '', 'Type' => 'Typ',
'Website' => 'Webseite', 'Website' => 'Webseite',
]]; ]];