mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 17:58:41 +00:00
todos fixed
This commit is contained in:
parent
8fbb43bc89
commit
9dccdd6a68
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user