CluPilotCloud/lang/en/dashboard.php

123 lines
4.2 KiB
PHP

<?php
return [
'title' => 'Overview',
'subtitle' => 'Your cloud status at a glance.',
'greeting' => 'Good morning, :name',
'system_ok' => 'All systems normal',
'as_of' => 'Your cloud status at a glance — as of today, :time.',
'nav' => [
'overview' => 'Overview',
'cloud' => 'My cloud',
'users' => 'Users',
'backups' => 'Backups',
'invoices' => 'Invoices',
'billing' => 'Plan & add-ons',
'settings' => 'Settings',
'support' => 'Support',
],
'open_nav' => 'Open navigation',
'close_nav' => 'Close navigation',
'logout' => 'Sign out',
'no_customer_title' => 'No customer account linked.',
'no_customer_hint' => 'This is an operator account — customer features need a customer context.',
'no_customer_cta' => 'Go to Customers → Connect',
'no_customer_action' => 'Not possible: no customer account is linked to this login.',
'today' => 'Today',
'yesterday' => 'Yesterday',
'kpi' => [
'storage' => 'Storage',
'users' => 'Users',
'backup' => 'Last backup',
'availability' => 'Uptime · 30 days',
],
'occupied' => 'used',
'storage_week' => '+3.4 GB this week',
'users_detail' => '3 groups · 2 guest accounts',
'backup_verified' => 'today · encrypted & verified',
'upsell' => [
'title' => 'Your storage is :percent% used.',
'body' => 'Expandable any time — +100 GB for €10 per month, cancel monthly.',
'cta' => 'Add storage',
],
'cloud' => [
'title' => 'My cloud',
'open' => 'Open cloud',
'package' => 'Plan',
'status' => 'Status',
'location' => 'Server location',
'version' => 'Version',
'active_since' => 'Active since :date',
'current' => 'up to date',
'plan_line' => ':plan · €:price/mo',
'datacenter' => 'EU · Falkenstein data center',
],
'onboarding' => [
'title' => 'Setting up your cloud',
'progress' => ':done of :total done',
'review' => 'Review now',
'next' => 'Next',
'done_toast' => 'Done — nice progress!',
'instance' => 'Instance created & started',
'domain' => 'Custom domain connected',
'branding' => 'Firm logo & colors applied',
'users' => '8 users created, permissions set',
'migration' => 'Approve data import from Dropbox',
'training' => 'Choose a training appointment',
'docs' => 'Download the documentation pack',
],
'backups' => [
'title' => 'Backups',
'schedule' => 'daily 03:00',
'restore' => 'Restore',
'note' => 'Client-side encrypted, stored separately. Last restore test: 01 Jul — successful.',
'restore_toast' => 'Restore: we will get back to you within 1 hr.',
],
'modules' => [
'title' => 'Your modules',
'addon' => 'add-on',
'active' => 'Active',
'add' => 'Add',
'soon' => 'Coming soon',
'nextcloud' => 'Files, office, calendar, Talk',
'vaultwarden' => 'Team password manager · add-on €19/month',
'paperless' => 'Digital document archive · from €39/month',
'signature_name' => 'Digital signature',
'signature' => 'Legally binding signatures · from €29/month',
'add_toast' => 'Add-on available — we are happy to advise you.',
],
'activity' => 'Activity',
'activity_live' => 'live',
'activity_items' => [
'backup_ok' => 'Backup completed — 18.4 GB',
'security' => 'Security updates applied',
'upload' => 'M. Huber uploaded 14 files',
'cert' => 'SSL certificate auto-renewed',
],
'status' => [
'active' => 'Active',
'provisioning' => 'Provisioning',
'suspended' => 'Suspended',
'failed' => 'Failed',
],
'instance' => 'Instance',
'open_cloud' => 'Open cloud',
'provisioning' => 'Provisioning',
'today_time' => 'Today :time',
'provisioning_title' => 'Your cloud is being set up',
'provisioning_sub' => 'We are provisioning your cloud automatically. Access unlocks as soon as everything is ready.',
'provisioning_failed' => 'Something went wrong during setup. Our team is on it.',
];