55 lines
2.4 KiB
PHP
55 lines
2.4 KiB
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Terminal — Clusev',
|
||
'eyebrow' => 'Host',
|
||
'heading' => 'Terminal',
|
||
'subtitle' => 'Interactive shell — per server over SSH, or the Clusev environment itself.',
|
||
'host_heading' => 'Host terminal',
|
||
'host_page_subtitle' => 'A real SSH shell on the machine Clusev runs on. A server’s shell lives on its detail page under the “Terminal” tab.',
|
||
'connect' => 'Connect',
|
||
'connect_host' => 'Connect to host',
|
||
'no_permission_title' => 'No access',
|
||
'no_permission_hint' => 'You don’t have permission to open this server’s terminal.',
|
||
|
||
'targets_title' => 'Targets',
|
||
'targets_subtitle' => 'Pick a session',
|
||
'host_label' => 'Clusev host',
|
||
'host_not_configured' => 'Not configured',
|
||
'host_configure' => 'Set up host login',
|
||
'servers_heading' => 'Servers',
|
||
'search_placeholder' => 'Search servers…',
|
||
'search_clear' => 'Clear search',
|
||
'no_match' => 'No matches.',
|
||
'no_servers' => 'No servers added yet.',
|
||
'no_target' => 'No target selected',
|
||
'pick_target' => 'Pick a target on the left to start a session.',
|
||
|
||
'status_idle' => 'Ready',
|
||
'status_connecting' => 'Connecting…',
|
||
'status_connected' => 'Connected',
|
||
'status_closed' => 'Disconnected',
|
||
'status_error' => 'Error',
|
||
'clear' => 'Clear',
|
||
|
||
// Host login setup (Clusev host terminal)
|
||
'host_setup_title' => 'Clusev host login',
|
||
'host_setup_subtitle' => 'SSH access to the Clusev host. This makes the terminal a real login on the machine — not a container.',
|
||
'host_field_port' => 'Port',
|
||
'host_field_user' => 'User',
|
||
'host_field_auth' => 'Authentication',
|
||
'host_auth_password' => 'Password',
|
||
'host_auth_key' => 'SSH key',
|
||
'host_field_password' => 'Password',
|
||
'host_field_key' => 'Private SSH key',
|
||
'host_field_passphrase' => 'Passphrase (optional)',
|
||
'host_secret_keep' => 'Leave blank to keep the stored password',
|
||
'host_configured_note' => 'Configured as :user — password is stored. Leave blank to keep it; enter a new one to change it.',
|
||
'host_secret_required_for_auth_change' => 'Switching the authentication method requires entering the login again.',
|
||
'host_security_note' => 'This login gives the web terminal a shell on the host. Stored encrypted, used only over the internal network.',
|
||
'host_save' => 'Save',
|
||
'host_remove' => 'Remove',
|
||
'host_saved' => 'Host login saved.',
|
||
'host_removed' => 'Host login removed.',
|
||
];
|