clusev/lang/en/terminal.php

49 lines
2.0 KiB
PHP

<?php
return [
'title' => 'Terminal — Clusev',
'eyebrow' => 'Operations',
'heading' => 'Terminal',
'subtitle' => 'Interactive shell — per server over SSH, or the Clusev environment itself.',
'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…',
'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_host' => 'Host / IP',
'host_field_host_hint' => 'Default: the machine Clusev runs on (the Docker host). Leave it — or enter another IP/host.',
'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_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.',
];