clusev/lang/en/terminal.php

44 lines
1.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'title' => 'Terminal — Clusev',
'eyebrow' => 'Host',
'host_heading' => 'Host terminal',
'host_page_subtitle' => 'A real SSH shell on the machine Clusev runs on. A servers 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 dont have permission to open this servers terminal.',
'host_label' => 'Clusev host',
'host_not_configured' => 'Not configured',
'host_configure' => 'Set up host login',
'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.',
];