clusev/lang/en/docker.php

29 lines
900 B
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' => '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.',
];