clusev/lang/en/terminal.php

27 lines
904 B
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_sub' => 'Local shell',
'servers_heading' => 'Servers',
'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',
'hint' => 'A real PTY — the same commands as your terminal, including autocompletion (Tab / Shift-Tab). Input goes straight to the shell.',
];