German Translation (#719)
This commit is contained in:
parent
6a2cb72ede
commit
df9d746b4b
13 changed files with 940 additions and 0 deletions
86
resources/lang/de/strings.php
Normal file
86
resources/lang/de/strings.php
Normal file
|
@ -0,0 +1,86 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'email' => 'Email',
|
||||
'user_identifier' => 'Username oder Email',
|
||||
'password' => 'Passwort',
|
||||
'confirm_password' => 'Passwort bestätigen',
|
||||
'login' => 'Login',
|
||||
'home' => 'Startseite',
|
||||
'servers' => 'Server',
|
||||
'id' => 'ID',
|
||||
'name' => 'Name',
|
||||
'node' => 'Node',
|
||||
'connection' => 'Verbindung',
|
||||
'memory' => 'Memory',
|
||||
'cpu' => 'CPU',
|
||||
'status' => 'Status',
|
||||
'search' => 'Suche',
|
||||
'suspended' => 'Gespert',
|
||||
'account' => 'Account',
|
||||
'security' => 'Sicherheit',
|
||||
'ip' => 'IP Adresse',
|
||||
'last_activity' => 'Letzte Aktivität',
|
||||
'revoke' => 'Zurückziehen',
|
||||
'2fa_token' => 'Authentifizierungs Code',
|
||||
'submit' => 'Absenden',
|
||||
'close' => 'Schließen',
|
||||
'settings' => 'Einstellungen',
|
||||
'configuration' => 'Konfiguration',
|
||||
'sftp' => 'SFTP',
|
||||
'databases' => 'Datenbanken',
|
||||
'memo' => 'Memo',
|
||||
'created' => 'Erstellt',
|
||||
'expires' => 'Läuft ab',
|
||||
'public_key' => 'Public key',
|
||||
'api_access' => 'Api Access',
|
||||
'never' => 'nie',
|
||||
'sign_out' => 'Abmelden',
|
||||
'admin_control' => 'Admin Control',
|
||||
'required' => 'Benötigt',
|
||||
'port' => 'Port',
|
||||
'username' => 'Username',
|
||||
'database' => 'Datenbank',
|
||||
'new' => 'Neu',
|
||||
'danger' => 'Achtung',
|
||||
'create' => 'Erstellen',
|
||||
'select_all' => 'Alles auswählen',
|
||||
'select_none' => 'Alles abwählen',
|
||||
'alias' => 'Alias',
|
||||
'primary' => 'Primär',
|
||||
'make_primary' => 'Primär machen',
|
||||
'none' => 'Nichts',
|
||||
'cancel' => 'Abbrechen',
|
||||
'created_at' => 'Erstellt am',
|
||||
'action' => 'Aktion',
|
||||
'data' => 'Data',
|
||||
'queued' => 'Queued',
|
||||
'last_run' => 'Letzte Ausführung',
|
||||
'next_run' => 'Nächste Ausführung',
|
||||
'not_run_yet' => 'Wurde noch nicht ausgeführt',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nein',
|
||||
'delete' => 'Löschen',
|
||||
'2fa' => '2FA',
|
||||
'logout' => 'Abmelden',
|
||||
'admin_cp' => 'Admin Control Panel',
|
||||
'optional' => 'Optional',
|
||||
'read_only' => 'Read Only',
|
||||
'relation' => 'Relation',
|
||||
'owner' => 'Owner',
|
||||
'admin' => 'Admin',
|
||||
'subuser' => 'Subuser',
|
||||
'captcha_invalid' => 'Der Captcha war ungültig.',
|
||||
'tasks' => 'Aufgaben',
|
||||
'seconds' => 'Sekunden',
|
||||
'minutes' => 'Minuten',
|
||||
'days' => [
|
||||
'sun' => 'Sontag',
|
||||
'mon' => 'Montag',
|
||||
'tues' => 'Dienstag',
|
||||
'wed' => 'Mittwoch',
|
||||
'thurs' => 'Donnerstag',
|
||||
'fri' => 'Freitag',
|
||||
'sat' => 'Samstag',
|
||||
],
|
||||
];
|
Reference in a new issue