forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.php
More file actions
86 lines (85 loc) · 2.4 KB
/
strings.php
File metadata and controls
86 lines (85 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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',
],
];