-
Notifications
You must be signed in to change notification settings - Fork 31
/
navigation.php
37 lines (32 loc) · 1.08 KB
/
navigation.php
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
<?php
return [
'search' => 'Search',
'search-term' => 'Search term',
'enter-name-uuid-allocation' => 'Enter a server name, uuid, or allocation to begin searching.',
'at-least-three-characters' => 'Please enter at least three characters to begin searching.',
'select-a-server' => 'Select a server',
'no-servers' => 'No servers',
'supportcenter' => 'Support center',
'servers' => 'Servers',
'account' => 'Account',
'dashboard' => 'Dashboard',
'console' => 'Console',
'settings' => 'Settings',
'activity' => 'Activity',
'files' => 'Files',
'databases' => 'Databases',
'backups' => 'Backups',
'network' => 'Network',
'schedules' => 'Schedules',
'users' => 'Users',
'startup' => 'Startup',
'admin-view' => 'Admin view',
'general' => 'General',
'management' => 'Management',
'configuration' => 'Configuration',
'account-overview' => 'Account Overview',
'admin-area' => 'Admin Area',
'account-activity' => 'Account Activity',
'dark-light-mode' => 'Dark/Light mode',
'logout' => 'Logout',
];