clusev/lang/en/docker.php

34 lines
1.2 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 [
'eyebrow' => 'Host',
'title' => 'Docker',
'containers_title' => 'Containers',
'connected' => 'Connected',
'disconnected' => 'Disconnected',
'host_subtitle' => 'Containers on the Clusev host. A specific servers containers live on its detail page under the “Docker” tab.',
'host_target' => 'Clusev host',
'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 hosts 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.',
];