47 lines
2.2 KiB
PHP
47 lines
2.2 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',
|
|
'restart_title' => 'Restart your cloud?',
|
|
'restart_body' => 'Your cloud will be shut down cleanly and started again. That usually takes a minute or two, during which it is unreachable and every signed-in user is disconnected. Unsaved work in office documents will be lost.',
|
|
'restart_cancel' => 'Cancel',
|
|
'restart_confirm' => 'Restart now',
|
|
'restart_started' => 'The restart has begun. Your cloud will be back in a few minutes.',
|
|
'restart_busy' => 'Work on your cloud is already under way. Please try again in a few minutes.',
|
|
'restart_denied' => 'You are not allowed to do that.',
|
|
'snapshot' => 'Create snapshot',
|
|
'logs' => 'Logs',
|
|
'action_toast' => 'Action is only indicated in this prototype.',
|
|
];
|