40 lines
1.6 KiB
PHP
40 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'My cloud',
|
|
'subtitle' => 'Details and resources of your instance.',
|
|
'plan_line' => ':plan · €:price/mo',
|
|
// A granted package: not "free", not a struck-through amount — just the
|
|
// service. A later conversion to paid should not read as a negotiation.
|
|
'plan_line_granted' => ':plan',
|
|
'datacenter' => 'EU',
|
|
'now' => 'now',
|
|
'instance_label' => 'Instance',
|
|
'open' => 'Open cloud',
|
|
'status_active' => 'Active',
|
|
'status_provisioning' => 'Provisioning',
|
|
'status_cancellation_scheduled' => 'Cancellation scheduled',
|
|
'status_failed' => 'Failed',
|
|
'status_suspended' => 'Suspended',
|
|
'plan' => 'Plan',
|
|
'location' => 'Server location',
|
|
'version' => 'Version',
|
|
'current' => 'up to date',
|
|
'runtime' => 'Runtime',
|
|
'seats' => 'Users',
|
|
'instance_name' => ':name cloud',
|
|
'maintenance_planned' => 'Maintenance planned',
|
|
'maintenance_active' => 'Maintenance in progress',
|
|
'maintenance_window' => 'Window: :start to :end.',
|
|
'performance' => 'Performance',
|
|
'storage' => 'Storage',
|
|
'storage_growth' => 'Storage over time',
|
|
'storage_growth_sub' => 'Used storage over the last 12 weeks.',
|
|
'restart_pending_title' => 'Restart required',
|
|
'restart_pending_body' => 'Your new plan is active. The extra CPU cores and memory only take effect the next time your cloud restarts — we deliberately did not restart it for you.',
|
|
'restart' => 'Restart',
|
|
'snapshot' => 'Create snapshot',
|
|
'logs' => 'Logs',
|
|
'action_toast' => 'Action is only indicated in this prototype.',
|
|
];
|