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
102 lines (101 loc) · 2.98 KB
/
strings.php
File metadata and controls
102 lines (101 loc) · 2.98 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?php
return [
'2fa' => '2FA',
'2fa_token' => 'Authentifizierungs-Token',
'account' => 'Benutzerkonto',
'action' => 'Aktion',
'admin' => 'Admin',
'admin_control' => 'Administration',
'admin_cp' => 'Administration',
'again' => 'Nochmals',
'alias' => 'Alias',
'api_access' => 'API Access',
'cancel' => 'Abbrechen',
'captcha_invalid' => 'Der Captcha war ungültig.',
'close' => 'Schließen',
'configuration' => 'Konfiguration',
'confirm_password' => 'Passwort bestätigen',
'connection' => 'Verbindung',
'cpu' => 'CPU',
'create' => 'Erzeugen',
'created' => 'Erstellt am',
'created_at' => 'Erstellt am',
'current_password' => 'Aktuelles Passwort',
'danger' => 'Achtung',
'data' => 'Data',
'database' => 'Datenbank',
'databases' => 'Datenbanken',
'days' => [
'fri' => 'Freitag',
'mon' => 'Montag',
'sat' => 'Samstag',
'sun' => 'Sontag',
'thurs' => 'Donnerstag',
'tues' => 'Dienstag',
'wed' => 'Mittwoch',
],
'delete' => 'Löschen',
'disabled' => 'Deaktiviert',
'email' => 'E-Mail',
'enabled' => 'Aktiviert',
'expires' => 'läuft ab',
'home' => 'Home',
'id' => 'ID',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'language' => 'Sprache',
'last_activity' => 'Letzte Aktivität',
'last_run' => 'Letzte Ausführung',
'last_used' => 'Zuletzt verwendet',
'location' => 'Standort',
'login' => 'Login',
'logout' => 'Abmelden',
'make_primary' => 'Primär machen',
'memo' => 'Beschreibung',
'memory' => 'Arbeitsspeicher',
'minutes' => 'Minuten',
'name' => 'Name',
'never' => 'nie',
'new' => 'Neu',
'next_run' => 'Nächste Ausführung',
'no' => 'Nein',
'node' => 'Node',
'none' => 'Nichts',
'not_run_yet' => 'Wurde noch nicht ausgeführt',
'optional' => 'Optional',
'owner' => 'Owner',
'password' => 'Passwort',
'players' => 'Spieler',
'port' => 'Port',
'primary' => 'Primär',
'public_key' => 'Öffentlicher Schlüssel',
'queued' => 'Eingereiht',
'read_only' => 'Read Only',
'registered' => 'Registriert',
'relation' => 'Relation',
'required' => 'Benötigt',
'restart' => 'Neu starten',
'revoke' => 'Beenden',
'root_administrator' => 'Root Administrator',
'save' => 'Speichern',
'search' => 'Suche',
'seconds' => 'Sekunden',
'security' => 'Sicherheit',
'select_all' => 'Alle auswählen',
'select_none' => 'Alle abwählen',
'servers' => 'Server',
'settings' => 'Einstellungen',
'sftp' => 'SFTP',
'sign_out' => 'Abmelden',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Anhalten',
'submit' => 'Absenden',
'subuser' => 'Subuser',
'success' => 'Erfolgreich',
'suspended' => 'Gesperrt',
'tasks' => 'Aufgaben',
'username' => 'Benutzername',
'user_identifier' => 'Benutzername oder E-Mail',
'whoops' => 'Uuups',
'yes' => 'Ja',
];