CluPilotCloud/lang/en/cloud.php

38 lines
1.3 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' => 'Restart',
'snapshot' => 'Create snapshot',
'logs' => 'Logs',
'action_toast' => 'Action is only indicated in this prototype.',
];