-
Notifications
You must be signed in to change notification settings - Fork 31
/
utilities.php
39 lines (38 loc) · 1.25 KB
/
utilities.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
38
39
<?php
return [
'online' => 'Online',
'offline' => 'Offline',
'starting' => 'Starting',
'stopping' => 'Stopping',
'suspended' => 'Suspended',
'connection-error' => 'Connection Error',
'transferring' => 'Transferring',
'installing' => 'Installing',
'restoring-backup' => 'Restoring Backup',
'unavailable' => 'Unavailable',
'status' => 'Status',
'CPU' => 'CPU',
'memory' => 'Memory',
'disk' => 'Disk',
'unlimited' => 'Unlimited',
'start' => 'Start',
'restart' => 'Restart',
'stop' => 'Stop',
'kill' => 'Kill',
'forcibly-stop-process' => 'Forcibly Stop Process',
'continue' => 'Continue',
'forcibly-stopping-alert' => 'Forcibly stopping a server can lead to data corruption.',
'cpu-usage' => 'CPU Usage',
'memory-usage' => 'Memory Usage',
'disk-usage' => 'Disk Usage',
'inbound-outbound' => 'Inbound / Outbound',
'low-resources' => 'Low on resources',
'low-resources-desc' => 'Your server is running low on resources, make sure to upgrade your plan',
'upgrade-server' => 'Upgrade Server',
'cancel' => 'Cancel',
'copied-text' => 'Copied {{text}} to clipboard.',
'showing' => 'Showing',
'to' => 'to',
'of' => 'of',
'results' => 'results.',
];