forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigation.php
More file actions
31 lines (30 loc) · 1.02 KB
/
Copy pathnavigation.php
File metadata and controls
31 lines (30 loc) · 1.02 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
<?php
return [
'home' => 'Startseite',
'account' => [
'header' => 'ACCOUNT VERWALTUNG',
'my_account' => 'Mein Account',
'security_controls' => 'Sicherheit',
'api_access' => 'API Access',
'my_servers' => 'Meine Server',
],
'server' => [
'header' => 'SERVER VERWALTUNG',
'console' => 'Console',
'console-pop' => 'Fullscreen Console',
'file_management' => 'File Management',
'file_browser' => 'File Browser',
'create_file' => 'Datei erstellen',
'upload_files' => 'Datei hochladen',
'subusers' => 'Subusers',
'schedules' => 'Geplante Tasks',
'configuration' => 'Konfiguration',
'port_allocations' => 'Allocation Settings',
'sftp_settings' => 'SFTP Einstellungen',
'startup_parameters' => 'Startup Parameter',
'databases' => 'Datenbaken',
'edit_file' => 'Datei bearbeiten',
'admin_header' => 'ADMINISTRATIVE',
'admin' => 'Server Konfiguration',
],
];