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);
return ['Exchange' => [
'Created' => '',
'CreatedAt' => '',
'CreatedBy' => '',
'Creator' => '',
'Created' => 'Erstellt',
'CreatedAt' => 'Erstellt',
'CreatedBy' => 'Erstellt von',
'Creator' => 'Ersteller',
'Database' => 'Datenbank',
'End' => 'Ende',
'Exchange' => 'Austausch',
@ -31,9 +31,9 @@ return ['Exchange' => [
'Options' => 'Optionen',
'Password' => 'Passwort',
'Port' => 'Hafen',
'Start' => 'Anfang',
'Subtype' => '',
'Title' => '',
'Type' => '',
'Start' => 'Start',
'Subtype' => 'Untertyp',
'Title' => 'Titel',
'Type' => 'Typ',
'Website' => 'Webseite',
]];