Fix mistakes in the German lang files and add missing translations
This commit is contained in:
parent
6967b9ba12
commit
a69a067fbc
10 changed files with 257 additions and 255 deletions
|
@ -12,17 +12,17 @@ return [
|
|||
'name' => 'Name',
|
||||
'node' => 'Node',
|
||||
'connection' => 'Verbindung',
|
||||
'memory' => 'Memory',
|
||||
'memory' => 'Arbeitsspeicher',
|
||||
'cpu' => 'CPU',
|
||||
'status' => 'Status',
|
||||
'search' => 'Suche',
|
||||
'suspended' => 'Gespert',
|
||||
'suspended' => 'Gesperrt',
|
||||
'account' => 'Account',
|
||||
'security' => 'Sicherheit',
|
||||
'ip' => 'IP Adresse',
|
||||
'last_activity' => 'Letzte Aktivität',
|
||||
'revoke' => 'Zurückziehen',
|
||||
'2fa_token' => 'Authentifizierungs Code',
|
||||
'2fa_token' => 'Authentifizierungs-Code',
|
||||
'submit' => 'Absenden',
|
||||
'close' => 'Schließen',
|
||||
'settings' => 'Einstellungen',
|
||||
|
@ -33,7 +33,7 @@ return [
|
|||
'created' => 'Erstellt',
|
||||
'expires' => 'Läuft ab',
|
||||
'public_key' => 'Public key',
|
||||
'api_access' => 'Api Access',
|
||||
'api_access' => 'Api Zugriff',
|
||||
'never' => 'nie',
|
||||
'sign_out' => 'Abmelden',
|
||||
'admin_control' => 'Admin Control',
|
||||
|
@ -48,13 +48,13 @@ return [
|
|||
'select_none' => 'Alles abwählen',
|
||||
'alias' => 'Alias',
|
||||
'primary' => 'Primär',
|
||||
'make_primary' => 'Primär machen',
|
||||
'make_primary' => 'Primät machen',
|
||||
'none' => 'Nichts',
|
||||
'cancel' => 'Abbrechen',
|
||||
'created_at' => 'Erstellt am',
|
||||
'action' => 'Aktion',
|
||||
'data' => 'Data',
|
||||
'queued' => 'Queued',
|
||||
'data' => 'Daten',
|
||||
'queued' => 'Steht an',
|
||||
'last_run' => 'Letzte Ausführung',
|
||||
'next_run' => 'Nächste Ausführung',
|
||||
'not_run_yet' => 'Wurde noch nicht ausgeführt',
|
||||
|
|
Reference in a new issue