29 lines
900 B
PHP
29 lines
900 B
PHP
<?php
|
||
|
||
return [
|
||
'eyebrow' => 'Fleet',
|
||
'title' => 'Docker',
|
||
'containers_title' => 'Containers',
|
||
'connected' => 'Connected',
|
||
'disconnected' => 'Disconnected',
|
||
|
||
'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.',
|
||
];
|