mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 10:18:36 +02:00
31 lines
726 B
PHP
31 lines
726 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Servers',
|
|
'list' => 'Server List',
|
|
'tabs' => [
|
|
'my' => 'My Servers',
|
|
'other' => 'Others\' Servers',
|
|
'all' => 'All Servers',
|
|
],
|
|
'empty_own' => 'You don\'t own any servers!',
|
|
'empty_other' => 'You don\'t have access to any servers!',
|
|
|
|
'status' => 'Status',
|
|
'server' => 'Server',
|
|
'resources' => 'Resources',
|
|
'usage_limit' => 'Usage Limit: :resource',
|
|
|
|
'cpu' => 'CPU',
|
|
'memory' => 'Memory',
|
|
'disk' => 'Disk',
|
|
'network' => 'Network',
|
|
'none' => 'None',
|
|
'loading' => 'Loading...',
|
|
|
|
'power_actions' => 'Power Actions',
|
|
'power_action_sent' => ':action sent to :name',
|
|
|
|
'copied' => 'Copied to clipboard',
|
|
];
|