37 lines
1.4 KiB
PHP
37 lines
1.4 KiB
PHP
<?php
|
|
|
|
// Onboarding tour (first-run spotlight walkthrough). Relaunchable from Settings.
|
|
return [
|
|
'aria' => 'Onboarding tour',
|
|
|
|
'welcome_eyebrow' => 'Welcome',
|
|
'welcome_title' => 'Welcome to Clusev',
|
|
'welcome_body' => 'One console for your entire server fleet — agentless over SSH. This short tour points out the key areas. You can skip it any time.',
|
|
|
|
'dashboard_eyebrow' => 'Overview',
|
|
'dashboard_title' => 'Dashboard',
|
|
'dashboard_body' => 'Your fleet\'s live metrics at a glance — CPU, RAM and each server\'s status in real time.',
|
|
|
|
'servers_eyebrow' => 'Fleet',
|
|
'servers_title' => 'Servers',
|
|
'servers_body' => 'Add and manage servers. Access is agentless over SSH; credentials are held encrypted in the vault.',
|
|
|
|
'terminal_eyebrow' => 'Operations',
|
|
'terminal_title' => 'Terminal',
|
|
'terminal_body' => 'A full SSH terminal per server — and for the Clusev host itself. With host-key pinning against MITM.',
|
|
|
|
'settings_eyebrow' => 'Account',
|
|
'settings_title' => 'Settings',
|
|
'settings_body' => 'Profile, 2FA, accounts and security. You can relaunch this tour from here any time.',
|
|
|
|
'done_eyebrow' => 'Done',
|
|
'done_title' => 'You\'re all set',
|
|
'done_body' => 'That\'s the quick tour. Dive in — and relaunch it any time from Settings if you need it.',
|
|
|
|
'skip' => 'Skip',
|
|
'back' => 'Back',
|
|
'next' => 'Next',
|
|
'done' => 'Done',
|
|
'relaunch' => 'Start tour',
|
|
];
|