114 lines
3.4 KiB
PHP
114 lines
3.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'console' => 'Operator console',
|
|
'badge' => 'Admin',
|
|
'to_portal' => 'To customer portal',
|
|
|
|
'nav' => [
|
|
'overview' => 'Overview',
|
|
'customers' => 'Customers',
|
|
'instances' => 'Instances',
|
|
'hosts' => 'Hosts',
|
|
'datacenters' => 'Datacenters',
|
|
'provisioning' => 'Provisioning',
|
|
'maintenance' => 'Maintenance',
|
|
'revenue' => 'Revenue',
|
|
'settings' => 'Settings',
|
|
],
|
|
|
|
'overview_title' => 'Fleet overview',
|
|
'overview_sub' => 'The whole platform at a glance.',
|
|
'systems_ok' => 'All systems normal',
|
|
|
|
'kpi' => [
|
|
'customers' => 'Customers',
|
|
'instances' => 'Active instances',
|
|
'instances_sub' => '3 provisioning',
|
|
'hosts' => 'Hosts',
|
|
'hosts_sub' => '3 · Falkenstein · 1 · Helsinki',
|
|
'mrr' => 'MRR',
|
|
],
|
|
|
|
'fleet_growth' => 'Fleet growth',
|
|
'fleet_growth_sub' => 'Active instances, 12 months.',
|
|
'host_load' => 'Host load',
|
|
'host_load_sub' => 'Used storage per host.',
|
|
'mrr_trend' => 'MRR trend',
|
|
'active_runs' => 'Active provisioning',
|
|
'view_all' => 'View all',
|
|
'alerts' => 'Alerts',
|
|
'run_detail' => 'Current run',
|
|
'run_attempt' => 'Attempt :n',
|
|
'run_done' => ':done of :total complete',
|
|
'run_current' => 'Current step',
|
|
'run_next' => 'Up next',
|
|
|
|
'run' => [
|
|
'deploy' => 'DeployApplicationStack',
|
|
'dns' => 'ConfigureDnsAndTls',
|
|
'acceptance' => 'RunAcceptanceChecks',
|
|
],
|
|
'alert' => [
|
|
'host_load' => 'Host :host over 80% storage usage.',
|
|
'cert_soon' => ':n certificates expire in 14 days.',
|
|
],
|
|
|
|
'customers_sub' => 'All customers and their plans.',
|
|
'customers_empty' => 'No customers yet.',
|
|
'impersonate' => 'Connect',
|
|
'suspend' => 'Suspend',
|
|
'reactivate' => 'Reactivate',
|
|
'customer_suspended' => 'Customer suspended.',
|
|
'customer_reactivated' => 'Customer reactivated.',
|
|
'by_plan' => 'By plan',
|
|
'instances_sub' => 'All provisioned cloud instances.',
|
|
'instances_label' => 'instances',
|
|
'hosts_sub' => 'Proxmox hosts and capacity.',
|
|
'storage_used' => 'Storage used',
|
|
'provisioning_sub' => 'Running and completed provisioning.',
|
|
'revenue_sub' => 'Platform revenue metrics.',
|
|
'mrr_by_plan' => 'MRR by plan',
|
|
'recent_payments' => 'Recent payments',
|
|
|
|
'col' => [
|
|
'customer' => 'Customer',
|
|
'plan' => 'Plan',
|
|
'mrr' => 'MRR',
|
|
'status' => 'Status',
|
|
'subdomain' => 'Subdomain',
|
|
'host' => 'Host',
|
|
'storage' => 'Storage',
|
|
'version' => 'Version',
|
|
'step' => 'Step',
|
|
'attempt' => 'Attempt',
|
|
'actions' => 'Actions',
|
|
],
|
|
|
|
'status' => [
|
|
'active' => 'Active',
|
|
'provisioning' => 'Provisioning',
|
|
'suspended' => 'Suspended',
|
|
'closed' => 'Closed',
|
|
'warning' => 'Warning',
|
|
],
|
|
|
|
'retry' => 'Retry',
|
|
'run_retried' => 'Run is being retried.',
|
|
'run_started' => 'Started',
|
|
'run_activity' => 'Last activity',
|
|
'run_stale_hint' => 'No progress for over 2 minutes — the run may be stuck (this environment has no real infrastructure).',
|
|
'state_stale' => 'No activity',
|
|
'state_running' => 'Running',
|
|
'state_done' => 'Done',
|
|
'state_failed' => 'Failed',
|
|
'no_runs' => 'No provisioning runs right now.',
|
|
|
|
'rev' => [
|
|
'mrr' => 'MRR',
|
|
'arr' => 'ARR',
|
|
'arpu' => 'ARPU',
|
|
'churn' => 'Churn (30d)',
|
|
],
|
|
];
|