2025-10-08 16:00:47 -04:00

44 lines
1.4 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => 'Konzole',
'command' => 'Zadejte příkaz…',
'command_blocked' => 'Server offline...',
'command_blocked_title' => 'Příkaz nelze odeslat, když je server offline',
'open_in_admin' => 'Otevřít v administraci',
'power_actions' => [
'start' => 'Spustit',
'stop' => 'Zastavit',
'restart' => 'Restartovat',
'kill' => 'Vynuceně ukončit',
'kill_tooltip' => 'To může mít za následek poškození dat nebo ztrátu dat!',
],
'labels' => [
'cpu' => 'Procesor',
'memory' => 'Paměť Ram',
'network' => 'Síť',
'disk' => 'Úložiště',
'name' => 'Název',
'status' => 'Status',
'address' => 'Adresa',
'unavailable' => 'Není k dispozici',
],
'status' => [
'created' => 'Vytvořeno',
'starting' => 'Startuje',
'running' => 'Spuštěno',
'restarting' => 'Restartování…',
'exited' => 'Ukončeno',
'paused' => 'Pozastaveno',
'dead' => 'Smrt',
'removing' => 'Odstranění',
'stopping' => 'Zastavuji',
'offline' => 'Offline',
'missing' => 'Chybějící',
],
'websocket_error' => [
'title' => 'Nelze se připojit na websocket!',
'body' => 'Zkontrolujte konzoli prohlížeče pro více informací.',
],
];