Files
panel-pelican-dev/lang/uk/server/dashboard.php
2026-01-15 07:59:55 -05:00

29 lines
925 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'title' => 'Сервери',
'list' => 'Список серверів',
'tabs' => [
'my' => 'Мої сервери',
'other' => 'Інші сервери',
'all' => 'Всі Сервери',
],
'empty_own' => 'У вас немає жодного сервера!',
'empty_other' => 'Ви не маєте доступу до жодних серверів!',
'status' => 'Стан',
'server' => 'Сервер',
'resources' => 'Ресурси',
'usage_limit' => 'Ліміт використання: :resource',
'cpu' => 'CPU',
'memory' => 'Оперативна пам’ять',
'disk' => 'Диск',
'network' => 'Мережа',
'none' => 'Немає',
'loading' => 'Завантаження...',
'power_actions' => 'Дії живлення',
'power_action_sent' => ':action відправлено на :name',
];