27 lines
769 B
PHP
27 lines
769 B
PHP
<?php
|
|
|
|
return [
|
|
'eyebrow' => 'Fleet',
|
|
'title' => 'Docker',
|
|
'containers_title' => 'Containers',
|
|
'connected' => 'Connected',
|
|
'disconnected' => 'Disconnected',
|
|
|
|
'unavailable_title' => 'Docker unavailable',
|
|
'unavailable_hint' => 'No Docker on this server, the daemon is down, or no permission.',
|
|
'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.',
|
|
];
|