36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'eyebrow' => 'Host',
|
||
'title' => 'Docker',
|
||
'containers_title' => 'Containers',
|
||
'connected' => 'Connected',
|
||
'disconnected' => 'Disconnected',
|
||
|
||
'host_subtitle' => 'Containers on the Clusev host. A specific server’s containers live on its detail page under the “Docker” tab.',
|
||
'target_label' => 'Target',
|
||
'host_target' => 'Clusev host',
|
||
'server_target' => 'Server',
|
||
'host_unconfigured_title' => 'Host SSH not configured',
|
||
'host_unconfigured_hint' => 'Set up the host SSH login under Terminal (the “Clusev host” tile) to see this host’s containers.',
|
||
|
||
'unavailable_title' => 'Docker unavailable',
|
||
'unavailable_hint' => 'The daemon is down, or no permission.',
|
||
'not_installed_title' => 'Docker not installed',
|
||
'not_installed_hint' => 'This server has no Docker installed – there are no containers to show.',
|
||
'empty_title' => 'No containers',
|
||
'empty_hint' => 'No containers are running on this server.',
|
||
|
||
'logs' => 'Logs',
|
||
'logs_subtitle' => 'last 200 lines (read-only)',
|
||
'logs_empty' => 'No log output.',
|
||
|
||
'start' => 'Start',
|
||
'stop' => 'Stop',
|
||
'restart' => 'Restart',
|
||
|
||
'action_ok' => 'Action “:op” run on :ref.',
|
||
'action_failed' => 'Action failed: :error',
|
||
'invalid_ref' => 'Invalid container reference.',
|
||
];
|