25 lines
760 B
PHP
25 lines
760 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'My cloud',
|
|
'subtitle' => 'Details and resources of your instance.',
|
|
'plan_line' => ':plan · €:price/mo',
|
|
'datacenter' => 'EU · Falkenstein data center',
|
|
'now' => 'now',
|
|
'open' => 'Open cloud',
|
|
'status_active' => 'Active',
|
|
'plan' => 'Plan',
|
|
'location' => 'Server location',
|
|
'version' => 'Version',
|
|
'current' => 'up to date',
|
|
'runtime' => 'Runtime',
|
|
'resources' => 'Resources',
|
|
'storage' => 'Storage',
|
|
'storage_growth' => 'Storage over time',
|
|
'storage_growth_sub' => 'Used storage over the last 12 weeks.',
|
|
'restart' => 'Restart',
|
|
'snapshot' => 'Create snapshot',
|
|
'logs' => 'Logs',
|
|
'action_toast' => 'Action is only indicated in this prototype.',
|
|
];
|