Fix mistakes in the German lang files and add missing translations

This commit is contained in:
Leon Baronick 2018-05-22 22:09:16 +02:00
parent 6967b9ba12
commit a69a067fbc
10 changed files with 257 additions and 255 deletions

View file

@ -6,26 +6,26 @@ return [
'header' => 'ACCOUNT VERWALTUNG',
'my_account' => 'Mein Account',
'security_controls' => 'Sicherheit',
'api_access' => 'API Access',
'api_access' => 'API Zugriff',
'my_servers' => 'Meine Server',
],
'server' => [
'header' => 'SERVER VERWALTUNG',
'console' => 'Console',
'console-pop' => 'Fullscreen Console',
'file_management' => 'File Management',
'console' => 'Konsole',
'console-pop' => 'Vollbild Konsole',
'file_management' => 'Dateiverwaltung',
'file_browser' => 'File Browser',
'create_file' => 'Datei erstellen',
'upload_files' => 'Datei hochladen',
'subusers' => 'Subusers',
'schedules' => 'Geplante Tasks',
'subusers' => 'Subuser',
'schedules' => 'Geplante Aufgaben',
'configuration' => 'Konfiguration',
'port_allocations' => 'Allocation Settings',
'port_allocations' => 'Port-Einstellungen',
'sftp_settings' => 'SFTP Einstellungen',
'startup_parameters' => 'Startup Parameter',
'databases' => 'Datenbaken',
'edit_file' => 'Datei bearbeiten',
'admin_header' => 'ADMINISTRATIVE',
'admin_header' => 'ADMINISTRATIV',
'admin' => 'Server Konfiguration',
],
];